You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2015/05/15 16:10:00 UTC

[01/52] [abbrv] flink-web git commit: Change website layout

Repository: flink-web
Updated Branches:
  refs/heads/asf-site 7a9b48731 -> 5e1410e56


http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/js/main/bootstrap.min.js
----------------------------------------------------------------------
diff --git a/js/main/bootstrap.min.js b/js/main/bootstrap.min.js
deleted file mode 100755
index 9a6e592..0000000
--- a/js/main/bootstrap.min.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/*!
- * Bootstrap v3.3.0 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-
-/*!
- * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=db525735b58e18513eb4)
- * Config saved to config.json and https://gist.github.com/db525735b58e18513eb4
- */
-if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(t){var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var i=t(this),s=i.data("bs.alert");s||i.data("bs.alert",s=new o(this)),"string"==typeof e&&s[e].call(i)})}var i='[data-dismiss="alert"]',o=function(e){t(e).on("click",i,this.close)};o.VERSION="3.3.0",o.TRANSITION_DURATION=150,o.prototype.close=function(e){function i(){r.detach().trigger("closed.bs.alert").remove()}var s=t(this),n=s.attr("data-target");n||(n=s.attr("href"),n=n&&n.replace(/.*(?=#[^\s]*$)/,""));var r=t(n);e&&e.preventDefault(),r.length||(r=s.closest(".alert")),r.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(r.removeClass("in"),t.support.transition&&r.hasClass("fade")?r.one("bsTransitionEnd",i).emulateTransitionEn
 d(o.TRANSITION_DURATION):i())};var s=t.fn.alert;t.fn.alert=e,t.fn.alert.Constructor=o,t.fn.alert.noConflict=function(){return t.fn.alert=s,this},t(document).on("click.bs.alert.data-api",i,o.prototype.close)}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.button"),n="object"==typeof e&&e;s||o.data("bs.button",s=new i(this,n)),"toggle"==e?s.toggle():e&&s.setState(e)})}var i=function(e,o){this.$element=t(e),this.options=t.extend({},i.DEFAULTS,o),this.isLoading=!1};i.VERSION="3.3.0",i.DEFAULTS={loadingText:"loading..."},i.prototype.setState=function(e){var i="disabled",o=this.$element,s=o.is("input")?"val":"html",n=o.data();e+="Text",null==n.resetText&&o.data("resetText",o[s]()),setTimeout(t.proxy(function(){o[s](null==n[e]?this.options[e]:n[e]),"loadingText"==e?(this.isLoading=!0,o.addClass(i).attr(i,i)):this.isLoading&&(this.isLoading=!1,o.removeClass(i).removeAttr(i))},this),0)},i.prototype.toggle=function(){var t=!0,e=this.$ele
 ment.closest('[data-toggle="buttons"]');if(e.length){var i=this.$element.find("input");"radio"==i.prop("type")&&(i.prop("checked")&&this.$element.hasClass("active")?t=!1:e.find(".active").removeClass("active")),t&&i.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));t&&this.$element.toggleClass("active")};var o=t.fn.button;t.fn.button=e,t.fn.button.Constructor=i,t.fn.button.noConflict=function(){return t.fn.button=o,this},t(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(i){var o=t(i.target);o.hasClass("btn")||(o=o.closest(".btn")),e.call(o,"toggle"),i.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(e){t(e.target).closest(".btn").toggleClass("focus","focus"==e.type)})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.carousel"),n=t.extend({},i.DEFAULTS,o.
 data(),"object"==typeof e&&e),r="string"==typeof e?e:n.slide;s||o.data("bs.carousel",s=new i(this,n)),"number"==typeof e?s.to(e):r?s[r]():n.interval&&s.pause().cycle()})}var i=function(e,i){this.$element=t(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=i,this.paused=this.sliding=this.interval=this.$active=this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",t.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",t.proxy(this.pause,this)).on("mouseleave.bs.carousel",t.proxy(this.cycle,this))};i.VERSION="3.3.0",i.TRANSITION_DURATION=600,i.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},i.prototype.keydown=function(t){switch(t.which){case 37:this.prev();break;case 39:this.next();break;default:return}t.preventDefault()},i.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.int
 erval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},i.prototype.getItemIndex=function(t){return this.$items=t.parent().children(".item"),this.$items.index(t||this.$active)},i.prototype.getItemForDirection=function(t,e){var i="prev"==t?-1:1,o=this.getItemIndex(e),s=(o+i)%this.$items.length;return this.$items.eq(s)},i.prototype.to=function(t){var e=this,i=this.getItemIndex(this.$active=this.$element.find(".item.active"));return t>this.$items.length-1||0>t?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){e.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",this.$items.eq(t))},i.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},i.prototype.next=function(){return this.sliding?void 0:this.slide("next")},i.prototype.prev=function
 (){return this.sliding?void 0:this.slide("prev")},i.prototype.slide=function(e,o){var s=this.$element.find(".item.active"),n=o||this.getItemForDirection(e,s),r=this.interval,a="next"==e?"left":"right",l="next"==e?"first":"last",h=this;if(!n.length){if(!this.options.wrap)return;n=this.$element.find(".item")[l]()}if(n.hasClass("active"))return this.sliding=!1;var d=n[0],p=t.Event("slide.bs.carousel",{relatedTarget:d,direction:a});if(this.$element.trigger(p),!p.isDefaultPrevented()){if(this.sliding=!0,r&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var c=t(this.$indicators.children()[this.getItemIndex(n)]);c&&c.addClass("active")}var f=t.Event("slid.bs.carousel",{relatedTarget:d,direction:a});return t.support.transition&&this.$element.hasClass("slide")?(n.addClass(e),n[0].offsetWidth,s.addClass(a),n.addClass(a),s.one("bsTransitionEnd",function(){n.removeClass([e,a].join(" ")).addClass("active"),s.removeClass(["active",a].join(" ")),h.slid
 ing=!1,setTimeout(function(){h.$element.trigger(f)},0)}).emulateTransitionEnd(i.TRANSITION_DURATION)):(s.removeClass("active"),n.addClass("active"),this.sliding=!1,this.$element.trigger(f)),r&&this.cycle(),this}};var o=t.fn.carousel;t.fn.carousel=e,t.fn.carousel.Constructor=i,t.fn.carousel.noConflict=function(){return t.fn.carousel=o,this};var s=function(i){var o,s=t(this),n=t(s.attr("data-target")||(o=s.attr("href"))&&o.replace(/.*(?=#[^\s]+$)/,""));if(n.hasClass("carousel")){var r=t.extend({},n.data(),s.data()),a=s.attr("data-slide-to");a&&(r.interval=!1),e.call(n,r),a&&n.data("bs.carousel").to(a),i.preventDefault()}};t(document).on("click.bs.carousel.data-api","[data-slide]",s).on("click.bs.carousel.data-api","[data-slide-to]",s),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var i=t(this);e.call(i,i.data())})})}(jQuery),+function(t){"use strict";function e(e){e&&3===e.which||(t(s).remove(),t(n).each(function(){var o=t(this),s=i(o),n={relatedTarget:thi
 s};s.hasClass("open")&&(s.trigger(e=t.Event("hide.bs.dropdown",n)),e.isDefaultPrevented()||(o.attr("aria-expanded","false"),s.removeClass("open").trigger("hidden.bs.dropdown",n)))}))}function i(e){var i=e.attr("data-target");i||(i=e.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,""));var o=i&&t(i);return o&&o.length?o:e.parent()}function o(e){return this.each(function(){var i=t(this),o=i.data("bs.dropdown");o||i.data("bs.dropdown",o=new r(this)),"string"==typeof e&&o[e].call(i)})}var s=".dropdown-backdrop",n='[data-toggle="dropdown"]',r=function(e){t(e).on("click.bs.dropdown",this.toggle)};r.VERSION="3.3.0",r.prototype.toggle=function(o){var s=t(this);if(!s.is(".disabled, :disabled")){var n=i(s),r=n.hasClass("open");if(e(),!r){"ontouchstart"in document.documentElement&&!n.closest(".navbar-nav").length&&t('<div class="dropdown-backdrop"/>').insertAfter(t(this)).on("click",e);var a={relatedTarget:this};if(n.trigger(o=t.Event("show.bs.dropdown",a)),o.isDefaultPrevent
 ed())return;s.trigger("focus").attr("aria-expanded","true"),n.toggleClass("open").trigger("shown.bs.dropdown",a)}return!1}},r.prototype.keydown=function(e){if(/(38|40|27|32)/.test(e.which)){var o=t(this);if(e.preventDefault(),e.stopPropagation(),!o.is(".disabled, :disabled")){var s=i(o),r=s.hasClass("open");if(!r&&27!=e.which||r&&27==e.which)return 27==e.which&&s.find(n).trigger("focus"),o.trigger("click");var a=" li:not(.divider):visible a",l=s.find('[role="menu"]'+a+', [role="listbox"]'+a);if(l.length){var h=l.index(e.target);38==e.which&&h>0&&h--,40==e.which&&h<l.length-1&&h++,~h||(h=0),l.eq(h).trigger("focus")}}}};var a=t.fn.dropdown;t.fn.dropdown=o,t.fn.dropdown.Constructor=r,t.fn.dropdown.noConflict=function(){return t.fn.dropdown=a,this},t(document).on("click.bs.dropdown.data-api",e).on("click.bs.dropdown.data-api",".dropdown form",function(t){t.stopPropagation()}).on("click.bs.dropdown.data-api",n,r.prototype.toggle).on("keydown.bs.dropdown.data-api",n,r.prototype.keydown).o
 n("keydown.bs.dropdown.data-api",'[role="menu"]',r.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="listbox"]',r.prototype.keydown)}(jQuery),+function(t){"use strict";function e(e,o){return this.each(function(){var s=t(this),n=s.data("bs.modal"),r=t.extend({},i.DEFAULTS,s.data(),"object"==typeof e&&e);n||s.data("bs.modal",n=new i(this,r)),"string"==typeof e?n[e](o):r.show&&n.show(o)})}var i=function(e,i){this.options=i,this.$body=t(document.body),this.$element=t(e),this.$backdrop=this.isShown=null,this.scrollbarWidth=0,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,t.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};i.VERSION="3.3.0",i.TRANSITION_DURATION=300,i.BACKDROP_TRANSITION_DURATION=150,i.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},i.prototype.toggle=function(t){return this.isShown?this.hide():this.show(t)},i.prototype.show=function(e){var o=this,s=t.Event("show.bs.modal",{relatedTarget:e});this.$element.trigger(
 s),this.isShown||s.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.$body.addClass("modal-open"),this.setScrollbar(),this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',t.proxy(this.hide,this)),this.backdrop(function(){var s=t.support.transition&&o.$element.hasClass("fade");o.$element.parent().length||o.$element.appendTo(o.$body),o.$element.show().scrollTop(0),s&&o.$element[0].offsetWidth,o.$element.addClass("in").attr("aria-hidden",!1),o.enforceFocus();var n=t.Event("shown.bs.modal",{relatedTarget:e});s?o.$element.find(".modal-dialog").one("bsTransitionEnd",function(){o.$element.trigger("focus").trigger(n)}).emulateTransitionEnd(i.TRANSITION_DURATION):o.$element.trigger("focus").trigger(n)}))},i.prototype.hide=function(e){e&&e.preventDefault(),e=t.Event("hide.bs.modal"),this.$element.trigger(e),this.isShown&&!e.isDefaultPrevented()&&(this.isShown=!1,this.escape(),t(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("
 aria-hidden",!0).off("click.dismiss.bs.modal"),t.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",t.proxy(this.hideModal,this)).emulateTransitionEnd(i.TRANSITION_DURATION):this.hideModal())},i.prototype.enforceFocus=function(){t(document).off("focusin.bs.modal").on("focusin.bs.modal",t.proxy(function(t){this.$element[0]===t.target||this.$element.has(t.target).length||this.$element.trigger("focus")},this))},i.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",t.proxy(function(t){27==t.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},i.prototype.hideModal=function(){var t=this;this.$element.hide(),this.backdrop(function(){t.$body.removeClass("modal-open"),t.resetScrollbar(),t.$element.trigger("hidden.bs.modal")})},i.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},i.prototype.backdrop=function(e){var o=thi
 s,s=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var n=t.support.transition&&s;if(this.$backdrop=t('<div class="modal-backdrop '+s+'" />').prependTo(this.$element).on("click.dismiss.bs.modal",t.proxy(function(t){t.target===t.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),n&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!e)return;n?this.$backdrop.one("bsTransitionEnd",e).emulateTransitionEnd(i.BACKDROP_TRANSITION_DURATION):e()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var r=function(){o.removeBackdrop(),e&&e()};t.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",r).emulateTransitionEnd(i.BACKDROP_TRANSITION_DURATION):r()}else e&&e()},i.prototype.checkScrollbar=function(){this.scrollbarWidth=this.measureScrollbar()},i.prototype.setScrollbar=function(){var t=parseInt(this.$body.css("padding-rig
 ht")||0,10);this.scrollbarWidth&&this.$body.css("padding-right",t+this.scrollbarWidth)},i.prototype.resetScrollbar=function(){this.$body.css("padding-right","")},i.prototype.measureScrollbar=function(){if(document.body.clientWidth>=window.innerWidth)return 0;var t=document.createElement("div");t.className="modal-scrollbar-measure",this.$body.append(t);var e=t.offsetWidth-t.clientWidth;return this.$body[0].removeChild(t),e};var o=t.fn.modal;t.fn.modal=e,t.fn.modal.Constructor=i,t.fn.modal.noConflict=function(){return t.fn.modal=o,this},t(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(i){var o=t(this),s=o.attr("href"),n=t(o.attr("data-target")||s&&s.replace(/.*(?=#[^\s]+$)/,"")),r=n.data("bs.modal")?"toggle":t.extend({remote:!/#/.test(s)&&s},n.data(),o.data());o.is("a")&&i.preventDefault(),n.one("show.bs.modal",function(t){t.isDefaultPrevented()||n.one("hidden.bs.modal",function(){o.is(":visible")&&o.trigger("focus")})}),e.call(n,r,this)})}(jQuery),+function(t
 ){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.tooltip"),n="object"==typeof e&&e,r=n&&n.selector;(s||"destroy"!=e)&&(r?(s||o.data("bs.tooltip",s={}),s[r]||(s[r]=new i(this,n))):s||o.data("bs.tooltip",s=new i(this,n)),"string"==typeof e&&s[e]())})}var i=function(t,e){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",t,e)};i.VERSION="3.3.0",i.TRANSITION_DURATION=150,i.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},i.prototype.init=function(e,i,o){this.enabled=!0,this.type=e,this.$element=t(i),this.options=this.getOptions(o),this.$viewport=this.options.viewport&&t(this.options.viewport.selector||this.options.viewport);for(var s=this.options.trigger.split(" "),n=s.length;n--;){va
 r r=s[n];if("click"==r)this.$element.on("click."+this.type,this.options.selector,t.proxy(this.toggle,this));else if("manual"!=r){var a="hover"==r?"mouseenter":"focusin",l="hover"==r?"mouseleave":"focusout";this.$element.on(a+"."+this.type,this.options.selector,t.proxy(this.enter,this)),this.$element.on(l+"."+this.type,this.options.selector,t.proxy(this.leave,this))}}this.options.selector?this._options=t.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.getOptions=function(e){return e=t.extend({},this.getDefaults(),this.$element.data(),e),e.delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},i.prototype.getDelegateOptions=function(){var e={},i=this.getDefaults();return this._options&&t.each(this._options,function(t,o){i[t]!=o&&(e[t]=o)}),e},i.prototype.enter=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return i&&i.$tip&&i.$tip.is(
 ":visible")?void(i.hoverState="in"):(i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i)),clearTimeout(i.timeout),i.hoverState="in",i.options.delay&&i.options.delay.show?void(i.timeout=setTimeout(function(){"in"==i.hoverState&&i.show()},i.options.delay.show)):i.show())},i.prototype.leave=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i)),clearTimeout(i.timeout),i.hoverState="out",i.options.delay&&i.options.delay.hide?void(i.timeout=setTimeout(function(){"out"==i.hoverState&&i.hide()},i.options.delay.hide)):i.hide()},i.prototype.show=function(){var e=t.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(e);var o=t.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(e.isDefaultPrevented()||!o)return;var s=thi
 s,n=this.tip(),r=this.getUID(this.type);this.setContent(),n.attr("id",r),this.$element.attr("aria-describedby",r),this.options.animation&&n.addClass("fade");var a="function"==typeof this.options.placement?this.options.placement.call(this,n[0],this.$element[0]):this.options.placement,l=/\s?auto?\s?/i,h=l.test(a);h&&(a=a.replace(l,"")||"top"),n.detach().css({top:0,left:0,display:"block"}).addClass(a).data("bs."+this.type,this),this.options.container?n.appendTo(this.options.container):n.insertAfter(this.$element);var d=this.getPosition(),p=n[0].offsetWidth,c=n[0].offsetHeight;if(h){var f=a,u=this.options.container?t(this.options.container):this.$element.parent(),g=this.getPosition(u);a="bottom"==a&&d.bottom+c>g.bottom?"top":"top"==a&&d.top-c<g.top?"bottom":"right"==a&&d.right+p>g.width?"left":"left"==a&&d.left-p<g.left?"right":a,n.removeClass(f).addClass(a)}var v=this.getCalculatedOffset(a,d,p,c);this.applyPlacement(v,a);var m=function(){var t=s.hoverState;s.$element.trigger("shown.bs.
 "+s.type),s.hoverState=null,"out"==t&&s.leave(s)};t.support.transition&&this.$tip.hasClass("fade")?n.one("bsTransitionEnd",m).emulateTransitionEnd(i.TRANSITION_DURATION):m()}},i.prototype.applyPlacement=function(e,i){var o=this.tip(),s=o[0].offsetWidth,n=o[0].offsetHeight,r=parseInt(o.css("margin-top"),10),a=parseInt(o.css("margin-left"),10);isNaN(r)&&(r=0),isNaN(a)&&(a=0),e.top=e.top+r,e.left=e.left+a,t.offset.setOffset(o[0],t.extend({using:function(t){o.css({top:Math.round(t.top),left:Math.round(t.left)})}},e),0),o.addClass("in");var l=o[0].offsetWidth,h=o[0].offsetHeight;"top"==i&&h!=n&&(e.top=e.top+n-h);var d=this.getViewportAdjustedDelta(i,e,l,h);d.left?e.left+=d.left:e.top+=d.top;var p=/top|bottom/.test(i),c=p?2*d.left-s+l:2*d.top-n+h,f=p?"offsetWidth":"offsetHeight";o.offset(e),this.replaceArrow(c,o[0][f],p)},i.prototype.replaceArrow=function(t,e,i){this.arrow().css(i?"left":"top",50*(1-t/e)+"%").css(i?"top":"left","")},i.prototype.setContent=function(){var t=this.tip(),e=thi
 s.getTitle();t.find(".tooltip-inner")[this.options.html?"html":"text"](e),t.removeClass("fade in top bottom left right")},i.prototype.hide=function(e){function o(){"in"!=s.hoverState&&n.detach(),s.$element.removeAttr("aria-describedby").trigger("hidden.bs."+s.type),e&&e()}var s=this,n=this.tip(),r=t.Event("hide.bs."+this.type);return this.$element.trigger(r),r.isDefaultPrevented()?void 0:(n.removeClass("in"),t.support.transition&&this.$tip.hasClass("fade")?n.one("bsTransitionEnd",o).emulateTransitionEnd(i.TRANSITION_DURATION):o(),this.hoverState=null,this)},i.prototype.fixTitle=function(){var t=this.$element;(t.attr("title")||"string"!=typeof t.attr("data-original-title"))&&t.attr("data-original-title",t.attr("title")||"").attr("title","")},i.prototype.hasContent=function(){return this.getTitle()},i.prototype.getPosition=function(e){e=e||this.$element;var i=e[0],o="BODY"==i.tagName,s=i.getBoundingClientRect();null==s.width&&(s=t.extend({},s,{width:s.right-s.left,height:s.bottom-s.to
 p}));var n=o?{top:0,left:0}:e.offset(),r={scroll:o?document.documentElement.scrollTop||document.body.scrollTop:e.scrollTop()},a=o?{width:t(window).width(),height:t(window).height()}:null;return t.extend({},s,r,a,n)},i.prototype.getCalculatedOffset=function(t,e,i,o){return"bottom"==t?{top:e.top+e.height,left:e.left+e.width/2-i/2}:"top"==t?{top:e.top-o,left:e.left+e.width/2-i/2}:"left"==t?{top:e.top+e.height/2-o/2,left:e.left-i}:{top:e.top+e.height/2-o/2,left:e.left+e.width}},i.prototype.getViewportAdjustedDelta=function(t,e,i,o){var s={top:0,left:0};if(!this.$viewport)return s;var n=this.options.viewport&&this.options.viewport.padding||0,r=this.getPosition(this.$viewport);if(/right|left/.test(t)){var a=e.top-n-r.scroll,l=e.top+n-r.scroll+o;a<r.top?s.top=r.top-a:l>r.top+r.height&&(s.top=r.top+r.height-l)}else{var h=e.left-n,d=e.left+n+i;h<r.left?s.left=r.left-h:d>r.width&&(s.left=r.left+r.width-d)}return s},i.prototype.getTitle=function(){var t,e=this.$element,i=this.options;return t=
 e.attr("data-original-title")||("function"==typeof i.title?i.title.call(e[0]):i.title)},i.prototype.getUID=function(t){do t+=~~(1e6*Math.random());while(document.getElementById(t));return t},i.prototype.tip=function(){return this.$tip=this.$tip||t(this.options.template)},i.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},i.prototype.enable=function(){this.enabled=!0},i.prototype.disable=function(){this.enabled=!1},i.prototype.toggleEnabled=function(){this.enabled=!this.enabled},i.prototype.toggle=function(e){var i=this;e&&(i=t(e.currentTarget).data("bs."+this.type),i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i))),i.tip().hasClass("in")?i.leave(i):i.enter(i)},i.prototype.destroy=function(){var t=this;clearTimeout(this.timeout),this.hide(function(){t.$element.off("."+t.type).removeData("bs."+t.type)})};var o=t.fn.tooltip;t.fn.tooltip=e,t.fn.tooltip.Constructor=i,t.fn.tooltip.
 noConflict=function(){return t.fn.tooltip=o,this}}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.popover"),n="object"==typeof e&&e,r=n&&n.selector;(s||"destroy"!=e)&&(r?(s||o.data("bs.popover",s={}),s[r]||(s[r]=new i(this,n))):s||o.data("bs.popover",s=new i(this,n)),"string"==typeof e&&s[e]())})}var i=function(t,e){this.init("popover",t,e)};if(!t.fn.tooltip)throw new Error("Popover requires tooltip.js");i.VERSION="3.3.0",i.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),i.prototype=t.extend({},t.fn.tooltip.Constructor.prototype),i.prototype.constructor=i,i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.setContent=function(){var t=this.tip(),e=this.getTitle(),i=this.getContent();t.find(".popover-title")[this.option
 s.html?"html":"text"](e),t.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof i?"html":"append":"text"](i),t.removeClass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},i.prototype.hasContent=function(){return this.getTitle()||this.getContent()},i.prototype.getContent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},i.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},i.prototype.tip=function(){return this.$tip||(this.$tip=t(this.options.template)),this.$tip};var o=t.fn.popover;t.fn.popover=e,t.fn.popover.Constructor=i,t.fn.popover.noConflict=function(){return t.fn.popover=o,this}}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.tab");s||o.data("bs.tab",s=new i(this)),"string"==typeof e&&s[e]()})}var i=function(e){this.e
 lement=t(e)};i.VERSION="3.3.0",i.TRANSITION_DURATION=150,i.prototype.show=function(){var e=this.element,i=e.closest("ul:not(.dropdown-menu)"),o=e.data("target");if(o||(o=e.attr("href"),o=o&&o.replace(/.*(?=#[^\s]*$)/,"")),!e.parent("li").hasClass("active")){var s=i.find(".active:last a"),n=t.Event("hide.bs.tab",{relatedTarget:e[0]}),r=t.Event("show.bs.tab",{relatedTarget:s[0]});if(s.trigger(n),e.trigger(r),!r.isDefaultPrevented()&&!n.isDefaultPrevented()){var a=t(o);this.activate(e.closest("li"),i),this.activate(a,a.parent(),function(){s.trigger({type:"hidden.bs.tab",relatedTarget:e[0]}),e.trigger({type:"shown.bs.tab",relatedTarget:s[0]})})}}},i.prototype.activate=function(e,o,s){function n(){r.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),e.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),a?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-m
 enu")&&e.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),s&&s()}var r=o.find("> .active"),a=s&&t.support.transition&&(r.length&&r.hasClass("fade")||!!o.find("> .fade").length);r.length&&a?r.one("bsTransitionEnd",n).emulateTransitionEnd(i.TRANSITION_DURATION):n(),r.removeClass("in")};var o=t.fn.tab;t.fn.tab=e,t.fn.tab.Constructor=i,t.fn.tab.noConflict=function(){return t.fn.tab=o,this};var s=function(i){i.preventDefault(),e.call(t(this),"show")};t(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',s).on("click.bs.tab.data-api",'[data-toggle="pill"]',s)}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.affix"),n="object"==typeof e&&e;s||o.data("bs.affix",s=new i(this,n)),"string"==typeof e&&s[e]()})}var i=function(e,o){this.options=t.extend({},i.DEFAULTS,o),this.$target=t(this.options.target).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.aff
 ix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(e),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};i.VERSION="3.3.0",i.RESET="affix affix-top affix-bottom",i.DEFAULTS={offset:0,target:window},i.prototype.getState=function(t,e,i,o){var s=this.$target.scrollTop(),n=this.$element.offset(),r=this.$target.height();if(null!=i&&"top"==this.affixed)return i>s?"top":!1;if("bottom"==this.affixed)return null!=i?s+this.unpin<=n.top?!1:"bottom":t-o>=s+r?!1:"bottom";var a=null==this.affixed,l=a?s:n.top,h=a?r:e;return null!=i&&i>=l?"top":null!=o&&l+h>=t-o?"bottom":!1},i.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(i.RESET).addClass("affix");var t=this.$target.scrollTop(),e=this.$element.offset();return this.pinnedOffset=e.top-t},i.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},i.prototype.checkPosition=function(){if(this.$element.is(":vis
 ible")){var e=this.$element.height(),o=this.options.offset,s=o.top,n=o.bottom,r=t("body").height();"object"!=typeof o&&(n=s=o),"function"==typeof s&&(s=o.top(this.$element)),"function"==typeof n&&(n=o.bottom(this.$element));var a=this.getState(r,e,s,n);if(this.affixed!=a){null!=this.unpin&&this.$element.css("top","");var l="affix"+(a?"-"+a:""),h=t.Event(l+".bs.affix");if(this.$element.trigger(h),h.isDefaultPrevented())return;this.affixed=a,this.unpin="bottom"==a?this.getPinnedOffset():null,this.$element.removeClass(i.RESET).addClass(l).trigger(l.replace("affix","affixed")+".bs.affix")}"bottom"==a&&this.$element.offset({top:r-e-n})}};var o=t.fn.affix;t.fn.affix=e,t.fn.affix.Constructor=i,t.fn.affix.noConflict=function(){return t.fn.affix=o,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var i=t(this),o=i.data();o.offset=o.offset||{},null!=o.offsetBottom&&(o.offset.bottom=o.offsetBottom),null!=o.offsetTop&&(o.offset.top=o.offsetTop),e.call(i,o)})})}(jQuery
 ),+function(t){"use strict";function e(e){var i,o=e.attr("data-target")||(i=e.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,"");return t(o)}function i(e){return this.each(function(){var i=t(this),s=i.data("bs.collapse"),n=t.extend({},o.DEFAULTS,i.data(),"object"==typeof e&&e);!s&&n.toggle&&"show"==e&&(n.toggle=!1),s||i.data("bs.collapse",s=new o(this,n)),"string"==typeof e&&s[e]()})}var o=function(e,i){this.$element=t(e),this.options=t.extend({},o.DEFAULTS,i),this.$trigger=t(this.options.trigger).filter('[href="#'+e.id+'"], [data-target="#'+e.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};o.VERSION="3.3.0",o.TRANSITION_DURATION=350,o.DEFAULTS={toggle:!0,trigger:'[data-toggle="collapse"]'},o.prototype.dimension=function(){var t=this.$element.hasClass("width");return t?"width":"height"},o.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClas
 s("in")){var e,s=this.$parent&&this.$parent.find("> .panel").children(".in, .collapsing");if(!(s&&s.length&&(e=s.data("bs.collapse"),e&&e.transitioning))){var n=t.Event("show.bs.collapse");if(this.$element.trigger(n),!n.isDefaultPrevented()){s&&s.length&&(i.call(s,"hide"),e||s.data("bs.collapse",null));var r=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[r](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var a=function(){this.$element.removeClass("collapsing").addClass("collapse in")[r](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return a.call(this);var l=t.camelCase(["scroll",r].join("-"));this.$element.one("bsTransitionEnd",t.proxy(a,this)).emulateTransitionEnd(o.TRANSITION_DURATION)[r](this.$element[0][l])}}}},o.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=t.Event("hide.bs.collapse");if(this.$ele
 ment.trigger(e),!e.isDefaultPrevented()){var i=this.dimension();this.$element[i](this.$element[i]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var s=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return t.support.transition?void this.$element[i](0).one("bsTransitionEnd",t.proxy(s,this)).emulateTransitionEnd(o.TRANSITION_DURATION):s.call(this)}}},o.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},o.prototype.getParent=function(){return t(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(t.proxy(function(i,o){var s=t(o);this.addAriaAndCollapsedClass(e(s),s)},this)).end()},o.prototype.addAriaAndCollapsedClass=function(t,e){var i=t.hasClass("in");t.attr("aria-expanded",i),e.toggleClass("coll
 apsed",!i).attr("aria-expanded",i)};var s=t.fn.collapse;t.fn.collapse=i,t.fn.collapse.Constructor=o,t.fn.collapse.noConflict=function(){return t.fn.collapse=s,this},t(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(o){var s=t(this);s.attr("data-target")||o.preventDefault();var n=e(s),r=n.data("bs.collapse"),a=r?"toggle":t.extend({},s.data(),{trigger:this});i.call(n,a)})}(jQuery),+function(t){"use strict";function e(i,o){var s=t.proxy(this.process,this);this.$body=t("body"),this.$scrollElement=t(t(i).is("body")?window:i),this.options=t.extend({},e.DEFAULTS,o),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",s),this.refresh(),this.process()}function i(i){return this.each(function(){var o=t(this),s=o.data("bs.scrollspy"),n="object"==typeof i&&i;s||o.data("bs.scrollspy",s=new e(this,n)),"string"==typeof i&&s[i]()})}e.VERSION="3.3.0",
 e.DEFAULTS={offset:10},e.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)
-},e.prototype.refresh=function(){var e="offset",i=0;t.isWindow(this.$scrollElement[0])||(e="position",i=this.$scrollElement.scrollTop()),this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight();var o=this;this.$body.find(this.selector).map(function(){var o=t(this),s=o.data("target")||o.attr("href"),n=/^#./.test(s)&&t(s);return n&&n.length&&n.is(":visible")&&[[n[e]().top+i,s]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){o.offsets.push(this[0]),o.targets.push(this[1])})},e.prototype.process=function(){var t,e=this.$scrollElement.scrollTop()+this.options.offset,i=this.getScrollHeight(),o=this.options.offset+i-this.$scrollElement.height(),s=this.offsets,n=this.targets,r=this.activeTarget;if(this.scrollHeight!=i&&this.refresh(),e>=o)return r!=(t=n[n.length-1])&&this.activate(t);if(r&&e<s[0])return this.activeTarget=null,this.clear();for(t=s.length;t--;)r!=n[t]&&e>=s[t]&&(!s[t+1]||e<=s[t+1])&&this.activate(n[t])},e.prototype.activate=function(e){this.acti
 veTarget=e,this.clear();var i=this.selector+'[data-target="'+e+'"],'+this.selector+'[href="'+e+'"]',o=t(i).parents("li").addClass("active");o.parent(".dropdown-menu").length&&(o=o.closest("li.dropdown").addClass("active")),o.trigger("activate.bs.scrollspy")},e.prototype.clear=function(){t(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var o=t.fn.scrollspy;t.fn.scrollspy=i,t.fn.scrollspy.Constructor=e,t.fn.scrollspy.noConflict=function(){return t.fn.scrollspy=o,this},t(window).on("load.bs.scrollspy.data-api",function(){t('[data-spy="scroll"]').each(function(){var e=t(this);i.call(e,e.data())})})}(jQuery),+function(t){"use strict";function e(){var t=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in e)if(void 0!==t.style[i])return{end:e[i]};return!1}t.fn.emulateTransitionEnd=function(e){var i=!1,o=this;t(this).
 one("bsTransitionEnd",function(){i=!0});var s=function(){i||t(o).trigger(t.support.transition.end)};return setTimeout(s,e),this},t(function(){t.support.transition=e(),t.support.transition&&(t.event.special.bsTransitionEnd={bindType:t.support.transition.end,delegateType:t.support.transition.end,handle:function(e){return t(e.target).is(this)?e.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery);
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/js/main/index.html
----------------------------------------------------------------------
diff --git a/js/main/index.html b/js/main/index.html
deleted file mode 100755
index 42682b4..0000000
--- a/js/main/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<html><body></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/js/main/jquery.lazyload.min.js
----------------------------------------------------------------------
diff --git a/js/main/jquery.lazyload.min.js b/js/main/jquery.lazyload.min.js
deleted file mode 100755
index 615b90e..0000000
--- a/js/main/jquery.lazyload.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/*! Lazy Load 1.9.3 - MIT license - Copyright 2010-2013 Mika Tuupola */
-!function(a,b,c,d){var e=a(b);a.fn.lazyload=function(f){function g(){var b=0;i.each(function(){var c=a(this);if(!j.skip_invisible||c.is(":visible"))if(a.abovethetop(this,j)||a.leftofbegin(this,j));else if(a.belowthefold(this,j)||a.rightoffold(this,j)){if(++b>j.failure_limit)return!1}else c.trigger("appear"),b=0})}var h,i=this,j={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:b,data_attribute:"original",skip_invisible:!0,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};return f&&(d!==f.failurelimit&&(f.failure_limit=f.failurelimit,delete f.failurelimit),d!==f.effectspeed&&(f.effect_speed=f.effectspeed,delete f.effectspeed),a.extend(j,f)),h=j.container===d||j.container===b?e:a(j.container),0===j.event.indexOf("scroll")&&h.bind(j.event,function(){return g()}),this.each(function(){var b=this,c=a(b);
 b.loaded=!1,(c.attr("src")===d||c.attr("src")===!1)&&c.is("img")&&c.attr("src",j.placeholder),c.one("appear",function(){if(!this.loaded){if(j.appear){var d=i.length;j.appear.call(b,d,j)}a("<img />").bind("load",function(){var d=c.attr("data-"+j.data_attribute);c.hide(),c.is("img")?c.attr("src",d):c.css("background-image","url('"+d+"')"),c[j.effect](j.effect_speed),b.loaded=!0;var e=a.grep(i,function(a){return!a.loaded});if(i=a(e),j.load){var f=i.length;j.load.call(b,f,j)}}).attr("src",c.attr("data-"+j.data_attribute))}}),0!==j.event.indexOf("scroll")&&c.bind(j.event,function(){b.loaded||c.trigger("appear")})}),e.bind("resize",function(){g()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&e.bind("pageshow",function(b){b.originalEvent&&b.originalEvent.persisted&&i.each(function(){a(this).trigger("appear")})}),a(c).ready(function(){g()}),this},a.belowthefold=function(c,f){var g;return g=f.container===d||f.container===b?(b.innerHeight?b.innerHeight:e.height())+e.scrollTop()
 :a(f.container).offset().top+a(f.container).height(),g<=a(c).offset().top-f.threshold},a.rightoffold=function(c,f){var g;return g=f.container===d||f.container===b?e.width()+e.scrollLeft():a(f.container).offset().left+a(f.container).width(),g<=a(c).offset().left-f.threshold},a.abovethetop=function(c,f){var g;return g=f.container===d||f.container===b?e.scrollTop():a(f.container).offset().top,g>=a(c).offset().top+f.threshold+a(c).height()},a.leftofbegin=function(c,f){var g;return g=f.container===d||f.container===b?e.scrollLeft():a(f.container).offset().left,g>=a(c).offset().left+f.threshold+a(c).width()},a.inviewport=function(b,c){return!(a.rightoffold(b,c)||a.leftofbegin(b,c)||a.belowthefold(b,c)||a.abovethetop(b,c))},a.extend(a.expr[":"],{"below-the-fold":function(b){return a.belowthefold(b,{threshold:0})},"above-the-top":function(b){return!a.belowthefold(b,{threshold:0})},"right-of-screen":function(b){return a.rightoffold(b,{threshold:0})},"left-of-screen":function(b){return!a.right
 offold(b,{threshold:0})},"in-viewport":function(b){return a.inviewport(b,{threshold:0})},"above-the-fold":function(b){return!a.belowthefold(b,{threshold:0})},"right-of-fold":function(b){return a.rightoffold(b,{threshold:0})},"left-of-fold":function(b){return!a.rightoffold(b,{threshold:0})}})}(jQuery,window,document);
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/js/main/jquery.mobile.events.min.js
----------------------------------------------------------------------
diff --git a/js/main/jquery.mobile.events.min.js b/js/main/jquery.mobile.events.min.js
deleted file mode 100755
index afb8031..0000000
--- a/js/main/jquery.mobile.events.min.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/*! jQuery Mobile v1.4.4 | Copyright 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */
-
-(function(e,t,n){typeof define=="function"&&define.amd?define(["jquery"],function(r){return n(r,e,t),r.mobile}):n(e.jQuery,e,t)})(this,document,function(e,t,n,r){(function(e,t,r){"$:nomunge";function l(e){return e=e||location.href,"#"+e.replace(/^[^#]*#?(.*)$/,"$1")}var i="hashchange",s=n,o,u=e.event.special,a=s.documentMode,f="on"+i in t&&(a===r||a>7);e.fn[i]=function(e){return e?this.bind(i,e):this.trigger(i)},e.fn[i].delay=50,u[i]=e.extend(u[i],{setup:function(){if(f)return!1;e(o.start)},teardown:function(){if(f)return!1;e(o.stop)}}),o=function(){function p(){var n=l(),r=h(u);n!==u?(c(u=n,r),e(t).trigger(i)):r!==u&&(location.href=location.href.replace(/#.*/,"")+r),o=setTimeout(p,e.fn[i].delay)}var n={},o,u=l(),a=function(e){return e},c=a,h=a;return n.start=function(){o||p()},n.stop=function(){o&&clearTimeout(o),o=r},t.attachEvent&&!t.addEventListener&&!f&&function(){var t,r;n.start=function(){t||(r=e.fn[i].src,r=r&&r+l(),t=e('<iframe tabindex="-1" title="empty"/>').hide().one("lo
 ad",function(){r||c(l()),p()}).attr("src",r||"javascript:0").insertAfter("body")[0].contentWindow,s.onpropertychange=function(){try{event.propertyName==="title"&&(t.document.title=s.title)}catch(e){}})},n.stop=a,h=function(){return l(t.location.href)},c=function(n,r){var o=t.document,u=e.fn[i].domain;n!==r&&(o.title=s.title,o.open(),u&&o.write('<script>document.domain="'+u+'"</script>'),o.close(),t.location.hash=n)}}(),n}()})(e,this),function(e){e.mobile={}}(e),function(e,t,n){e.extend(e.mobile,{version:"1.4.4",subPageUrlKey:"ui-page",hideUrlBar:!0,keepNative:":jqmData(role='none'), :jqmData(role='nojs')",activePageClass:"ui-page-active",activeBtnClass:"ui-btn-active",focusClass:"ui-focus",ajaxEnabled:!0,hashListeningEnabled:!0,linkBindingEnabled:!0,defaultPageTransition:"fade",maxTransitionWidth:!1,minScrollBack:0,defaultDialogTransition:"pop",pageLoadErrorMessage:"Error Loading Page",pageLoadErrorMessageTheme:"a",phonegapNavigationEnabled:!1,autoInitializePage:!0,pushStateEnabled:
 !0,ignoreContentEnabled:!1,buttonMarkup:{hoverDelay:200},dynamicBaseEnabled:!0,pageContainer:e(),allowCrossDomainPages:!1,dialogHashKey:"&ui-state=dialog"})}(e,this),function(e,t,n){var r={},i=e.find,s=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,o=/:jqmData\(([^)]*)\)/g;e.extend(e.mobile,{ns:"",getAttribute:function(t,n){var r;t=t.jquery?t[0]:t,t&&t.getAttribute&&(r=t.getAttribute("data-"+e.mobile.ns+n));try{r=r==="true"?!0:r==="false"?!1:r==="null"?null:+r+""===r?+r:s.test(r)?JSON.parse(r):r}catch(i){}return r},nsNormalizeDict:r,nsNormalize:function(t){return r[t]||(r[t]=e.camelCase(e.mobile.ns+t))},closestPageData:function(e){return e.closest(":jqmData(role='page'), :jqmData(role='dialog')").data("mobile-page")}}),e.fn.jqmData=function(t,r){var i;return typeof t!="undefined"&&(t&&(t=e.mobile.nsNormalize(t)),arguments.length<2||r===n?i=this.data(t):i=this.data(t,r)),i},e.jqmData=function(t,n,r){var i;return typeof n!="undefined"&&(i=e.data(t,n?e.mobile.nsNormalize(n):n,r)),i},e.fn.jqmRemoveData
 =function(t){return this.removeData(e.mobile.nsNormalize(t))},e.jqmRemoveData=function(t,n){return e.removeData(t,e.mobile.nsNormalize(n))},e.find=function(t,n,r,s){return t.indexOf(":jqmData")>-1&&(t=t.replace(o,"[data-"+(e.mobile.ns||"")+"$1]")),i.call(this,t,n,r,s)},e.extend(e.find,i)}(e,this),function(e,t){function s(t,n){var r,i,s,u=t.nodeName.toLowerCase();return"area"===u?(r=t.parentNode,i=r.name,!t.href||!i||r.nodeName.toLowerCase()!=="map"?!1:(s=e("img[usemap=#"+i+"]")[0],!!s&&o(s))):(/input|select|textarea|button|object/.test(u)?!t.disabled:"a"===u?t.href||n:n)&&o(t)}function o(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter(function(){return e.css(this,"visibility")==="hidden"}).length}var r=0,i=/^ui-id-\d+$/;e.ui=e.ui||{},e.extend(e.ui,{version:"c0ab71056b936627e8a7821f03c044aec6280a40",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.fn.e
 xtend({focus:function(t){return function(n,r){return typeof n=="number"?this.each(function(){var t=this;setTimeout(function(){e(t).focus(),r&&r.call(t)},n)}):t.apply(this,arguments)}}(e.fn.focus),scrollParent:function(){var t;return e.ui.ie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?t=this.parents().filter(function(){return/(relative|absolute|fixed)/.test(e.css(this,"position"))&&/(auto|scroll)/.test(e.css(this,"overflow")+e.css(this,"overflow-y")+e.css(this,"overflow-x"))}).eq(0):t=this.parents().filter(function(){return/(auto|scroll)/.test(e.css(this,"overflow")+e.css(this,"overflow-y")+e.css(this,"overflow-x"))}).eq(0),/fixed/.test(this.css("position"))||!t.length?e(this[0].ownerDocument||n):t},uniqueId:function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++r)})},removeUniqueId:function(){return this.each(function(){i.test(this.id)&&e(this).removeAttr("id")})}}),e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createP
 seudo(function(t){return function(n){return!!e.data(n,t)}}):function(t,n,r){return!!e.data(t,r[3])},focusable:function(t){return s(t,!isNaN(e.attr(t,"tabindex")))},tabbable:function(t){var n=e.attr(t,"tabindex"),r=isNaN(n);return(r||n>=0)&&s(t,!r)}}),e("<a>").outerWidth(1).jquery||e.each(["Width","Height"],function(n,r){function u(t,n,r,s){return e.each(i,function(){n-=parseFloat(e.css(t,"padding"+this))||0,r&&(n-=parseFloat(e.css(t,"border"+this+"Width"))||0),s&&(n-=parseFloat(e.css(t,"margin"+this))||0)}),n}var i=r==="Width"?["Left","Right"]:["Top","Bottom"],s=r.toLowerCase(),o={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};e.fn["inner"+r]=function(n){return n===t?o["inner"+r].call(this):this.each(function(){e(this).css(s,u(this,n)+"px")})},e.fn["outer"+r]=function(t,n){return typeof t!="number"?o["outer"+r].call(this,t):this.each(function(){e(this).css(s,u(this,t,!0,n)+"px")})}}),e.fn.addBack||(e.fn.addBack=functi
 on(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}),e("<a>").data("a-b","a").removeData("a-b").data("a-b")&&(e.fn.removeData=function(t){return function(n){return arguments.length?t.call(this,e.camelCase(n)):t.call(this)}}(e.fn.removeData)),e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()),e.support.selectstart="onselectstart"in n.createElement("div"),e.fn.extend({disableSelection:function(){return this.bind((e.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(e){e.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")},zIndex:function(r){if(r!==t)return this.css("zIndex",r);if(this.length){var i=e(this[0]),s,o;while(i.length&&i[0]!==n){s=i.css("position");if(s==="absolute"||s==="relative"||s==="fixed"){o=parseInt(i.css("zIndex"),10);if(!isNaN(o)&&o!==0)return o}i=i.parent()}}return 0}}),e.ui.plugin={add:function(t,n,r){var i,s=e.ui[t].prototype;for(i in r)s.plugins[i]=s.plugins[i]||
 [],s.plugins[i].push([n,r[i]])},call:function(e,t,n,r){var i,s=e.plugins[t];if(!s)return;if(!r&&(!e.element[0].parentNode||e.element[0].parentNode.nodeType===11))return;for(i=0;i<s.length;i++)e.options[s[i][0]]&&s[i][1].apply(e.element,n)}}}(e),function(e,t,r){var i=function(t,n){var r=t.parent(),i=[],s=r.children(":jqmData(role='header')"),o=t.children(":jqmData(role='header')"),u=r.children(":jqmData(role='footer')"),a=t.children(":jqmData(role='footer')");return o.length===0&&s.length>0&&(i=i.concat(s.toArray())),a.length===0&&u.length>0&&(i=i.concat(u.toArray())),e.each(i,function(t,r){n-=e(r).outerHeight()}),Math.max(0,n)};e.extend(e.mobile,{window:e(t),document:e(n),keyCode:e.ui.keyCode,behaviors:{},silentScroll:function(n){e.type(n)!=="number"&&(n=e.mobile.defaultHomeScroll),e.event.special.scrollstart.enabled=!1,setTimeout(function(){t.scrollTo(0,n),e.mobile.document.trigger("silentscroll",{x:0,y:n})},20),setTimeout(function(){e.event.special.scrollstart.enabled=!0},150)},ge
 tClosestBaseUrl:function(t){var n=e(t).closest(".ui-page").jqmData("url"),r=e.mobile.path.documentBase.hrefNoHash;if(!e.mobile.dynamicBaseEnabled||!n||!e.mobile.path.isPath(n))n=r;return e.mobile.path.makeUrlAbsolute(n,r)},removeActiveLinkClass:function(t){!!e.mobile.activeClickedLink&&(!e.mobile.activeClickedLink.closest("."+e.mobile.activePageClass).length||t)&&e.mobile.activeClickedLink.removeClass(e.mobile.activeBtnClass),e.mobile.activeClickedLink=null},getInheritedTheme:function(e,t){var n=e[0],r="",i=/ui-(bar|body|overlay)-([a-z])\b/,s,o;while(n){s=n.className||"";if(s&&(o=i.exec(s))&&(r=o[2]))break;n=n.parentNode}return r||t||"a"},enhanceable:function(e){return this.haveParents(e,"enhance")},hijackable:function(e){return this.haveParents(e,"ajax")},haveParents:function(t,n){if(!e.mobile.ignoreContentEnabled)return t;var r=t.length,i=e(),s,o,u,a,f;for(a=0;a<r;a++){o=t.eq(a),u=!1,s=t[a];while(s){f=s.getAttribute?s.getAttribute("data-"+e.mobile.ns+n):"";if(f==="false"){u=!0;bre
 ak}s=s.parentNode}u||(i=i.add(o))}return i},getScreenHeight:function(){return t.innerHeight||e.mobile.window.height()},resetActivePageHeight:function(t){var n=e("."+e.mobile.activePageClass),r=n.height(),s=n.outerHeight(!0);t=i(n,typeof t=="number"?t:e.mobile.getScreenHeight()),n.css("min-height",""),n.height()<t&&n.css("min-height",t-(s-r))},loading:function(){var t=this.loading._widget||e(e.mobile.loader.prototype.defaultHtml).loader(),n=t.loader.apply(t,arguments);return this.loading._widget=t,n}}),e.addDependents=function(t,n){var r=e(t),i=r.jqmData("dependents")||e();r.jqmData("dependents",e(i).add(n))},e.fn.extend({removeWithDependents:function(){e.removeWithDependents(this)},enhanceWithin:function(){var t,n={},r=e.mobile.page.prototype.keepNativeSelector(),i=this;e.mobile.nojs&&e.mobile.nojs(this),e.mobile.links&&e.mobile.links(this),e.mobile.degradeInputsWithin&&e.mobile.degradeInputsWithin(this),e.fn.buttonMarkup&&this.find(e.fn.buttonMarkup.initSelector).not(r).jqmEnhancea
 ble().buttonMarkup(),e.fn.fieldcontain&&this.find(":jqmData(role='fieldcontain')").not(r).jqmEnhanceable().fieldcontain(),e.each(e.mobile.widgets,function(t,s){if(s.initSelector){var o=e.mobile.enhanceable(i.find(s.initSelector));o.length>0&&(o=o.not(r)),o.length>0&&(n[s.prototype.widgetName]=o)}});for(t in n)n[t][t]();return this},addDependents:function(t){e.addDependents(this,t)},getEncodedText:function(){return e("<a>").text(this.text()).html()},jqmEnhanceable:function(){return e.mobile.enhanceable(this)},jqmHijackable:function(){return e.mobile.hijackable(this)}}),e.removeWithDependents=function(t){var n=e(t);(n.jqmData("dependents")||e()).remove(),n.remove()},e.addDependents=function(t,n){var r=e(t),i=r.jqmData("dependents")||e();r.jqmData("dependents",e(i).add(n))},e.find.matches=function(t,n){return e.find(t,null,null,n)},e.find.matchesSelector=function(t,n){return e.find(n,null,null,[t]).length>0}}(e,this),function(e,r){t.matchMedia=t.matchMedia||function(e,t){var n,r=e.docu
 mentElement,i=r.firstElementChild||r.firstChild,s=e.createElement("body"),o=e.createElement("div");return o.id="mq-test-1",o.style.cssText="position:absolute;top:-100em",s.style.background="none",s.appendChild(o),function(e){return o.innerHTML='&shy;<style media="'+e+'"> #mq-test-1 { width: 42px; }</style>',r.insertBefore(s,i),n=o.offsetWidth===42,r.removeChild(s),{matches:n,media:e}}}(n),e.mobile.media=function(e){return t.matchMedia(e).matches}}(e),function(e,t){var r={touch:"ontouchend"in n};e.mobile.support=e.mobile.support||{},e.extend(e.support,r),e.extend(e.mobile.support,r)}(e),function(e,n){e.extend(e.support,{orientation:"orientation"in t&&"onorientationchange"in t})}(e),function(e,r){function i(e){var t=e.charAt(0).toUpperCase()+e.substr(1),n=(e+" "+u.join(t+" ")+t).split(" "),i;for(i in n)if(o[n[i]]!==r)return!0}function h(){var n=t,r=!!n.document.createElementNS&&!!n.document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect&&(!n.opera||navigator.userAge
 nt.indexOf("Chrome")!==-1),i=function(t){(!t||!r)&&e("html").addClass("ui-nosvg")},s=new n.Image;s.onerror=function(){i(!1)},s.onload=function(){i(s.width===1&&s.height===1)},s.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="}function p(){var i="transform-3d",o=e.mobile.media("(-"+u.join("-"+i+"),(-")+"-"+i+"),("+i+")"),a,f,l;if(o)return!!o;a=n.createElement("div"),f={MozTransform:"-moz-transform",transform:"transform"},s.append(a);for(l in f)a.style[l]!==r&&(a.style[l]="translate3d( 100px, 1px, 1px )",o=t.getComputedStyle(a).getPropertyValue(f[l]));return!!o&&o!=="none"}function d(){var t=location.protocol+"//"+location.host+location.pathname+"ui-dir/",n=e("head base"),r=null,i="",o,u;return n.length?i=n.attr("href"):n=r=e("<base>",{href:t}).appendTo("head"),o=e("<a href='testurl' />").prependTo(s),u=o[0].href,n[0].href=i||location.pathname,r&&r.remove(),u.indexOf(t)===0}function v(){var e=n.createElement("x"),r=n.documentElement,i=t.getComputedStyle,s;r
 eturn"pointerEvents"in e.style?(e.style.pointerEvents="auto",e.style.pointerEvents="x",r.appendChild(e),s=i&&i(e,"").pointerEvents==="auto",r.removeChild(e),!!s):!1}function m(){var e=n.createElement("div");return typeof e.getBoundingClientRect!="undefined"}function g(){var e=t,n=navigator.userAgent,r=navigator.platform,i=n.match(/AppleWebKit\/([0-9]+)/),s=!!i&&i[1],o=n.match(/Fennec\/([0-9]+)/),u=!!o&&o[1],a=n.match(/Opera Mobi\/([0-9]+)/),f=!!a&&a[1];return(r.indexOf("iPhone")>-1||r.indexOf("iPad")>-1||r.indexOf("iPod")>-1)&&s&&s<534||e.operamini&&{}.toString.call(e.operamini)==="[object OperaMini]"||a&&f<7458||n.indexOf("Android")>-1&&s&&s<533||u&&u<6||"palmGetResource"in t&&s&&s<534||n.indexOf("MeeGo")>-1&&n.indexOf("NokiaBrowser/8.5.0")>-1?!1:!0}var s=e("<body>").prependTo("html"),o=s[0].style,u=["Webkit","Moz","O"],a="palmGetResource"in t,f=t.operamini&&{}.toString.call(t.operamini)==="[object OperaMini]",l=t.blackberry&&!i("-webkit-transform"),c;e.extend(e.mobile,{browser:{}}
 ),e.mobile.browser.oldIE=function(){var e=3,t=n.createElement("div"),r=t.all||[];do t.innerHTML="<!--[if gt IE "+ ++e+"]><br><![endif]-->";while(r[0]);return e>4?e:!e}(),e.extend(e.support,{pushState:"pushState"in history&&"replaceState"in history&&!(t.navigator.userAgent.indexOf("Firefox")>=0&&t.top!==t)&&t.navigator.userAgent.search(/CriOS/)===-1,mediaquery:e.mobile.media("only all"),cssPseudoElement:!!i("content"),touchOverflow:!!i("overflowScrolling"),cssTransform3d:p(),boxShadow:!!i("boxShadow")&&!l,fixedPosition:g(),scrollTop:("pageXOffset"in t||"scrollTop"in n.documentElement||"scrollTop"in s[0])&&!a&&!f,dynamicBaseTag:d(),cssPointerEvents:v(),boundingRect:m(),inlineSVG:h}),s.remove(),c=function(){var e=t.navigator.userAgent;return e.indexOf("Nokia")>-1&&(e.indexOf("Symbian/3")>-1||e.indexOf("Series60/5")>-1)&&e.indexOf("AppleWebKit")>-1&&e.match(/(BrowserNG|NokiaBrowser)\/7\.[0-3]/)}(),e.mobile.gradeA=function(){return(e.support.mediaquery&&e.support.cssPseudoElement||e.mobi
 le.browser.oldIE&&e.mobile.browser.oldIE>=8)&&(e.support.boundingRect||e.fn.jquery.match(/1\.[0-7+]\.[0-9+]?/)!==null)},e.mobile.ajaxBlacklist=t.blackberry&&!t.WebKitPoint||f||c,c&&e(function(){e("head link[rel='stylesheet']").attr("rel","alternate stylesheet").attr("rel","stylesheet")}),e.support.boxShadow||e("html").addClass("ui-noboxshadow")}(e),function(e,t){var n=e.mobile.window,r,i=function(){};e.event.special.beforenavigate={setup:function(){n.on("navigate",i)},teardown:function(){n.off("navigate",i)}},e.event.special.navigate=r={bound:!1,pushStateEnabled:!0,originalEventName:t,isPushStateEnabled:function(){return e.support.pushState&&e.mobile.pushStateEnabled===!0&&this.isHashChangeEnabled()},isHashChangeEnabled:function(){return e.mobile.hashListeningEnabled===!0},popstate:function(t){var r=new e.Event("navigate"),i=new e.Event("beforenavigate"),s=t.originalEvent.state||{};i.originalEvent=t,n.trigger(i);if(i.isDefaultPrevented())return;t.historyState&&e.extend(s,t.historySt
 ate),r.originalEvent=t,setTimeout(function(){n.trigger(r,{state:s})},0)},hashchange:function(t){var r=new e.Event("navigate"),i=new e.Event("beforenavigate");i.originalEvent=t,n.trigger(i);if(i.isDefaultPrevented())return;r.originalEvent=t,n.trigger(r,{state:t.hashchangeState||{}})},setup:function(){if(r.bound)return;r.bound=!0,r.isPushStateEnabled()?(r.originalEventName="popstate",n.bind("popstate.navigate",r.popstate)):r.isHashChangeEnabled()&&(r.originalEventName="hashchange",n.bind("hashchange.navigate",r.hashchange))}}}(e),function(e){e.event.special.throttledresize={setup:function(){e(this).bind("resize",n)},teardown:function(){e(this).unbind("resize",n)}};var t=250,n=function(){s=(new Date).getTime(),o=s-r,o>=t?(r=s,e(this).trigger("throttledresize")):(i&&clearTimeout(i),i=setTimeout(n,t-o))},r=0,i,s,o}(e),function(e,t){function p(){var e=s();e!==o&&(o=e,r.trigger(i))}var r=e(t),i="orientationchange",s,o,u,a,f={0:!0,180:!0},l,c,h;if(e.support.orientation){l=t.innerWidth||r.wi
 dth(),c=t.innerHeight||r.height(),h=50,u=l>c&&l-c>h,a=f[t.orientation];if(u&&a||!u&&!a)f={"-90":!0,90:!0}}e.event.special.orientationchange=e.extend({},e.event.special.orientationchange,{setup:function(){if(e.support.orientation&&!e.event.special.orientationchange.disabled)return!1;o=s(),r.bind("throttledresize",p)},teardown:function(){if(e.support.orientation&&!e.event.special.orientationchange.disabled)return!1;r.unbind("throttledresize",p)},add:function(e){var t=e.handler;e.handler=function(e){return e.orientation=s(),t.apply(this,arguments)}}}),e.event.special.orientationchange.orientation=s=function(){var r=!0,i=n.documentElement;return e.support.orientation?r=f[t.orientation]:r=i&&i.clientWidth/i.clientHeight<1.1,r?"portrait":"landscape"},e.fn[i]=function(e){return e?this.bind(i,e):this.trigger(i)},e.attrFn&&(e.attrFn[i]=!0)}(e,this),function(e,t,n,r){function T(e){while(e&&typeof e.originalEvent!="undefined")e=e.originalEvent;return e}function N(t,n){var i=t.type,s,o,a,l,c,h,
 p,d,v;t=e.Event(t),t.type=n,s=t.originalEvent,o=e.event.props,i.search(/^(mouse|click)/)>-1&&(o=f);if(s)for(p=o.length,l;p;)l=o[--p],t[l]=s[l];i.search(/mouse(down|up)|click/)>-1&&!t.which&&(t.which=1);if(i.search(/^touch/)!==-1){a=T(s),i=a.touches,c=a.changedTouches,h=i&&i.length?i[0]:c&&c.length?c[0]:r;if(h)for(d=0,v=u.length;d<v;d++)l=u[d],t[l]=h[l]}return t}function C(t){var n={},r,s;while(t){r=e.data(t,i);for(s in r)r[s]&&(n[s]=n.hasVirtualBinding=!0);t=t.parentNode}return n}function k(t,n){var r;while(t){r=e.data(t,i);if(r&&(!n||r[n]))return t;t=t.parentNode}return null}function L(){g=!1}function A(){g=!0}function O(){E=0,v.length=0,m=!1,A()}function M(){L()}function _(){D(),c=setTimeout(function(){c=0,O()},e.vmouse.resetTimerDuration)}function D(){c&&(clearTimeout(c),c=0)}function P(t,n,r){var i;if(r&&r[t]||!r&&k(n.target,t))i=N(n,t),e(n.target).trigger(i);return i}function H(t){var n=e.data(t.target,s),r;!m&&(!E||E!==n)&&(r=P("v"+t.type,t),r&&(r.isDefaultPrevented()&&t.preve
 ntDefault(),r.isPropagationStopped()&&t.stopPropagation(),r.isImmediatePropagationStopped()&&t.stopImmediatePropagation()))}function B(t){var n=T(t).touches,r,i,o;n&&n.length===1&&(r=t.target,i=C(r),i.hasVirtualBinding&&(E=w++,e.data(r,s,E),D(),M(),d=!1,o=T(t).touches[0],h=o.pageX,p=o.pageY,P("vmouseover",t,i),P("vmousedown",t,i)))}function j(e){if(g)return;d||P("vmousecancel",e,C(e.target)),d=!0,_()}function F(t){if(g)return;var n=T(t).touches[0],r=d,i=e.vmouse.moveDistanceThreshold,s=C(t.target);d=d||Math.abs(n.pageX-h)>i||Math.abs(n.pageY-p)>i,d&&!r&&P("vmousecancel",t,s),P("vmousemove",t,s),_()}function I(e){if(g)return;A();var t=C(e.target),n,r;P("vmouseup",e,t),d||(n=P("vclick",e,t),n&&n.isDefaultPrevented()&&(r=T(e).changedTouches[0],v.push({touchID:E,x:r.clientX,y:r.clientY}),m=!0)),P("vmouseout",e,t),d=!1,_()}function q(t){var n=e.data(t,i),r;if(n)for(r in n)if(n[r])return!0;return!1}function R(){}function U(t){var n=t.substr(1);return{setup:function(){q(this)||e.data(this,
 i,{});var r=e.data(this,i);r[t]=!0,l[t]=(l[t]||0)+1,l[t]===1&&b.bind(n,H),e(this).bind(n,R),y&&(l.touchstart=(l.touchstart||0)+1,l.touchstart===1&&b.bind("touchstart",B).bind("touchend",I).bind("touchmove",F).bind("scroll",j))},teardown:function(){--l[t],l[t]||b.unbind(n,H),y&&(--l.touchstart,l.touchstart||b.unbind("touchstart",B).unbind("touchmove",F).unbind("touchend",I).unbind("scroll",j));var r=e(this),s=e.data(this,i);s&&(s[t]=!1),r.unbind(n,R),q(this)||r.removeData(i)}}}var i="virtualMouseBindings",s="virtualTouchID",o="vmouseover vmousedown vmousemove vmouseup vclick vmouseout vmousecancel".split(" "),u="clientX clientY pageX pageY screenX screenY".split(" "),a=e.event.mouseHooks?e.event.mouseHooks.props:[],f=e.event.props.concat(a),l={},c=0,h=0,p=0,d=!1,v=[],m=!1,g=!1,y="addEventListener"in n,b=e(n),w=1,E=0,S,x;e.vmouse={moveDistanceThreshold:10,clickDistanceThreshold:10,resetTimerDuration:1500};for(x=0;x<o.length;x++)e.event.special[o[x]]=U(o[x]);y&&n.addEventListener("clic
 k",function(t){var n=v.length,r=t.target,i,o,u,a,f,l;if(n){i=t.clientX,o=t.clientY,S=e.vmouse.clickDistanceThreshold,u=r;while(u){for(a=0;a<n;a++){f=v[a],l=0;if(u===r&&Math.abs(f.x-i)<S&&Math.abs(f.y-o)<S||e.data(u,s)===f.touchID){t.preventDefault(),t.stopPropagation();return}}u=u.parentNode}}},!0)}(e,t,n),function(e,t,r){function l(t,n,i,s){var o=i.type;i.type=n,s?e.event.trigger(i,r,t):e.event.dispatch.call(t,i),i.type=o}var i=e(n),s=e.mobile.support.touch,o="touchmove scroll",u=s?"touchstart":"mousedown",a=s?"touchend":"mouseup",f=s?"touchmove":"mousemove";e.each("touchstart touchmove touchend tap taphold swipe swipeleft swiperight scrollstart scrollstop".split(" "),function(t,n){e.fn[n]=function(e){return e?this.bind(n,e):this.trigger(n)},e.attrFn&&(e.attrFn[n]=!0)}),e.event.special.scrollstart={enabled:!0,setup:function(){function s(e,n){r=n,l(t,r?"scrollstart":"scrollstop",e)}var t=this,n=e(t),r,i;n.bind(o,function(t){if(!e.event.special.scrollstart.enabled)return;r||s(t,!0),c
 learTimeout(i),i=setTimeout(function(){s(t,!1)},50)})},teardown:function(){e(this).unbind(o)}},e.event.special.tap={tapholdThreshold:750,emitTapOnTaphold:!0,setup:function(){var t=this,n=e(t),r=!1;n.bind("vmousedown",function(s){function a(){clearTimeout(u)}function f(){a(),n.unbind("vclick",c).unbind("vmouseup",a),i.unbind("vmousecancel",f)}function c(e){f(),!r&&o===e.target?l(t,"tap",e):r&&e.preventDefault()}r=!1;if(s.which&&s.which!==1)return!1;var o=s.target,u;n.bind("vmouseup",a).bind("vclick",c),i.bind("vmousecancel",f),u=setTimeout(function(){e.event.special.tap.emitTapOnTaphold||(r=!0),l(t,"taphold",e.Event("taphold",{target:o}))},e.event.special.tap.tapholdThreshold)})},teardown:function(){e(this).unbind("vmousedown").unbind("vclick").unbind("vmouseup"),i.unbind("vmousecancel")}},e.event.special.swipe={scrollSupressionThreshold:30,durationThreshold:1e3,horizontalDistanceThreshold:30,verticalDistanceThreshold:30,getLocation:function(e){var n=t.pageXOffset,r=t.pageYOffset,i=e
 .clientX,s=e.clientY;if(e.pageY===0&&Math.floor(s)>Math.floor(e.pageY)||e.pageX===0&&Math.floor(i)>Math.floor(e.pageX))i-=n,s-=r;else if(s<e.pageY-r||i<e.pageX-n)i=e.pageX-n,s=e.pageY-r;return{x:i,y:s}},start:function(t){var n=t.originalEvent.touches?t.originalEvent.touches[0]:t,r=e.event.special.swipe.getLocation(n);return{time:(new Date).getTime(),coords:[r.x,r.y],origin:e(t.target)}},stop:function(t){var n=t.originalEvent.touches?t.originalEvent.touches[0]:t,r=e.event.special.swipe.getLocation(n);return{time:(new Date).getTime(),coords:[r.x,r.y]}},handleSwipe:function(t,n,r,i){if(n.time-t.time<e.event.special.swipe.durationThreshold&&Math.abs(t.coords[0]-n.coords[0])>e.event.special.swipe.horizontalDistanceThreshold&&Math.abs(t.coords[1]-n.coords[1])<e.event.special.swipe.verticalDistanceThreshold){var s=t.coords[0]>n.coords[0]?"swipeleft":"swiperight";return l(r,"swipe",e.Event("swipe",{target:i,swipestart:t,swipestop:n}),!0),l(r,s,e.Event(s,{target:i,swipestart:t,swipestop:n}),
 !0),!0}return!1},eventInProgress:!1,setup:function(){var t,n=this,r=e(n),s={};t=e.data(this,"mobile-events"),t||(t={length:0},e.data(this,"mobile-events",t)),t.length++,t.swipe=s,s.start=function(t){if(e.event.special.swipe.eventInProgress)return;e.event.special.swipe.eventInProgress=!0;var r,o=e.event.special.swipe.start(t),u=t.target,l=!1;s.move=function(t){if(!o||t.isDefaultPrevented())return;r=e.event.special.swipe.stop(t),l||(l=e.event.special.swipe.handleSwipe(o,r,n,u),l&&(e.event.special.swipe.eventInProgress=!1)),Math.abs(o.coords[0]-r.coords[0])>e.event.special.swipe.scrollSupressionThreshold&&t.preventDefault()},s.stop=function(){l=!0,e.event.special.swipe.eventInProgress=!1,i.off(f,s.move),s.move=null},i.on(f,s.move).one(a,s.stop)},r.on(u,s.start)},teardown:function(){var t,n;t=e.data(this,"mobile-events"),t&&(n=t.swipe,delete t.swipe,t.length--,t.length===0&&e.removeData(this,"mobile-events")),n&&(n.start&&e(this).off(u,n.start),n.move&&i.off(f,n.move),n.stop&&i.off(a,n.
 stop))}},e.each({scrollstop:"scrollstart",taphold:"tap",swipeleft:"swipe.left",swiperight:"swipe.right"},function(t,n){e.event.special[t]={setup:function(){e(this).bind(n,e.noop)},teardown:function(){e(this).unbind(n)}}})}(e,this)});
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/js/main/main.js
----------------------------------------------------------------------
diff --git a/js/main/main.js b/js/main/main.js
deleted file mode 100755
index c372b5d..0000000
--- a/js/main/main.js
+++ /dev/null
@@ -1,40 +0,0 @@
-var MyApp = {};
-
-$(document).ready(function() {
-	
-	/* Mobile Menu */
-	$(document).on("tap", ".af-mobile-btn", function () {
-		
-		var element = $(this);
-		var spanElement = element.find('span');
-		
-		if (spanElement.hasClass('glyphicon-plus')) {
-			spanElement.removeClass('glyphicon-plus').addClass('glyphicon-minus');
-			$('.af-main-nav > ul').show('fast');
-		} else {
-			spanElement.removeClass('glyphicon-minus').addClass('glyphicon-plus');
-			$('.af-main-nav > ul').hide('fast');
-		}
-		
-	});
-	
-	/* Navigation Menu */
-	$(document).on("tap", ".af-nav-links", function(e) {
-		e.preventDefault();
-		var element = $(this);
-		if (element.hasClass("af-opened")) {
-			$('.af-dropdown-menu').hide();
-			element.removeClass("af-opened");
-		} else {
-			$('.af-opened').siblings(".af-dropdown-menu").hide();
-			$('.af-opened').removeClass("af-opened");
-			element.siblings('.af-dropdown-menu').show();
-			element.addClass("af-opened");
-		}
-	});
-	
-	$(document).on("tap", ".af-front-top", function() {
-		$(".af-nav-links").removeClass("af-opened");
-		$(".af-dropdown-menu").hide();
-	});
-});
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/material.md
----------------------------------------------------------------------
diff --git a/material.md b/material.md
index 305eeac..0e7c4ad 100644
--- a/material.md
+++ b/material.md
@@ -2,114 +2,110 @@
 title: "Material"
 ---
 
-# Material
+{% toc %}
 
-This page is a collection of different material on Apache Flink, that you can use if you're planning to present Flink somewhere.
+## Apache Flink Logos
 
+We provide the Apache Flink logo in different sizes and formats. You can [download all variants]({{ site.baseurl }}/img/logo.zip) (7.7 MB) or just pick the one you need from this page.
 
-## Apache Flink Presentations
+### Portable Network Graphics (PNG)
 
-<iframe src="//www.slideshare.net/slideshow/embed_code/40645403" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
+<div class="row text-center">
+  <div class="col-sm-4">
+    <h4>Colored logo</h4>
 
-<iframe src="//www.slideshare.net/slideshow/embed_code/40646855" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
+    <p><img src="{{ site.baseurl }}/img/logo/png/200/flink_squirrel_200_color.png" alt="Apache Flink Logo" title="Apache Flink Logo" width="200px" /></p>
 
-<iframe src="//www.slideshare.net/slideshow/embed_code/41762075" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
+    <p markdown="1">**Sizes (px)**:
+      [50x50]({{ site.baseurl }}/img/logo/png/50/color_50.png),
+      [100x100]({{ site.baseurl }}/img/logo/png/100/flink_squirrel_100_color.png),
+      [200x200]({{ site.baseurl }}/img/logo/png/200/flink_squirrel_200_color.png),
+      [500x500]({{ site.baseurl }}/img/logo/png/500/flink_squirrel_500.png),
+      [1000x1000]({{ site.baseurl }}/img/logo/png/1000/flink_squirrel_1000.png)</p>
+  </div>
 
-<iframe src="//www.slideshare.net/slideshow/embed_code/43507764" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
+  <div class="col-sm-4">
+    <h4>White filled logo</h4>
 
-<iframe src="//www.slideshare.net/slideshow/embed_code/46221190" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
+    <p><img src="{{ site.baseurl }}/img/logo/png/200/flink_squirrel_200_white.png" alt="Apache Flink Logo" title="Apache Flink Logo" width="200px" style="background:black;" /></p>
 
-## Apache Flink Logos
+    <p markdown="1">**Sizes (px)**:
+      [50x50]({{ site.baseurl }}/img/logo/png/50/white_50.png),
+      [100x100]({{ site.baseurl }}/img/logo/png/100/flink_squirrel_100_white.png),
+      [200x200]({{ site.baseurl }}/img/logo/png/200/flink_squirrel_200_white.png),
+      [500x500]({{ site.baseurl }}/img/logo/png/500/flink_squirrel_500_white.png),
+      [1000x1000]({{ site.baseurl }}/img/logo/png/1000/flink_squirrel_white_1000.png)</p>
+  </div>
+
+  <div class="col-sm-4">
+    <h4>Black outline logo</h4>
+
+    <p><img src="{{ site.baseurl }}/img/logo/png/200/flink_squirrel_200_black.png" alt="Apache Flink Logo" title="Apache Flink Logo" width="200px" /></p>
+
+    <p markdown="1">**Sizes (px)**:
+      [50x50]({{ site.baseurl }}/img/logo/png/50/black_50.png),
+      [100x100]({{ site.baseurl }}/img/logo/png/100/flink_squirrel_100_black.png),
+      [200x200]({{ site.baseurl }}/img/logo/png/200/flink_squirrel_200_black.png),
+      [500x500]({{ site.baseurl }}/img/logo/png/500/flink_squirrel_500_black.png),
+      [1000x1000]({{ site.baseurl }}/img/logo/png/1000/flink_squirrel_black_1000.png)</p>
+  </div>
+</div>
+
+<div class="panel panel-default">
+  <div class="panel-body" markdown="span">
+    You can find more variants of the logo [in this directory]({{ site.baseurl }}/img/logo/png) or [download all variants]({{ site.baseurl }}/img/logo.zip) (7.7 MB).
+  </div>
+</div>
+
+### Scalable Vector Graphics (SVG)
+
+<div class="row text-center img100">
+  <div class="col-sm-4 text-center">
+    <h4>Colored logo</h4>
+
+    <p><img src="{{ site.baseurl }}/img/logo/svg/color_black.svg" alt="Apache Flink Logo" title="Apache Flink Logo" /></p>
+
+    <p markdown="1">Colored logo with black text ([color_black.svg]({{ site.baseurl }}/img/logo/svg/color_black.svg))</p>
+  </div>
+  <div class="col-sm-4">
+    <h4>White filled logo</h4>
 
-We provide the Apache Flink logo in different sizes and formats.
-
-<b>Formats</b> <br>
-Scalable: <a href="img/logo/svg/color_black.svg">color_black.svg</a> <a href="img/logo/svg/color_white.svg">color_white.svg</a> <a href="img/logo/svg/white_filled.svg">white_filled.svg</a> <a href="img/logo/svg/black_outline.svg">black_outline.svg</a><br>
-Photoshop: <a href="img/logo/psd/flink5000.psd">flink5000.psd</a> <a href="img/logo/psd/flink1000.psd">flink1000.psd</a> <a href="img/logo/psd/flink_squirrel_1000.psd">flink_squirrel_1000.psd</a> <br>
-You can find more variants of the logo in <a href="img/logo/">this directory</a> or below as PNG files.
-<div class="container">
-	<div class="row">
-		<div class="col-md-3">PNG 50px</div>
-		<div class="col-md-3">
-			<a style="text-decoration:none;" href="img/logo/png/50/white_50.png">
-				<img style="background-color:grey; padding:10px" src="img/logo/png/50/white_50.png" />
-				<br />white</a>
-		</div>
-		<div class="col-md-3">
-			<a style="text-decoration:none;" href="img/logo/png/50/black_50.png">
-				<img src="img/logo/png/50/black_50.png" />
-				<br />black</a>
-		</div>
-		<div class="col-md-3">
-			<a style="text-decoration:none;" href="img/logo/png/50/color_50.png">
-				<img src="img/logo/png/50/color_50.png" />
-				<br />color</a>
-		</div>
-	</div>
-
-	<div class="row">
-		<div class="col-md-3">PNG 100px</div>
-		<div class="col-md-3">
-			<a style="text-decoration:none;" href="img/logo/png/100/flink_squirrel_100_white.png">
-				<img style="background-color:grey; padding:10px" src="img/logo/png/100/flink_squirrel_100_white.png" />
-				<br />white</a>
-		</div>
-		<div class="col-md-3">
-			<a style="text-decoration:none;" href="img/logo/png/100/flink_squirrel_100_black.png">
-				<img src="img/logo/png/100/flink_squirrel_100_black.png" />
-				<br />black</a>
-		</div>
-		<div class="col-md-3">
-			<a style="text-decoration:none;" href="img/logo/png/100/flink_squirrel_100_color.png">
-				<img src="img/logo/png/100/flink_squirrel_100_color.png" />
-				<br />color</a>
-		</div>
-	</div>
-
-	<div class="row">
-		<div class="col-md-3">PNG 200px</div>
-		<div class="col-md-3">
-			<a style="text-decoration:none;" href="img/logo/png/200/flink_squirrel_200_white.png">
-				<img style="background-color:grey; padding:10px" src="img/logo/png/200/flink_squirrel_200_white.png" />
-				<br />white</a>
-		</div>
-		<div class="col-md-3">
-			<a style="text-decoration:none;" href="img/logo/png/200/flink_squirrel_200_black.png">
-				<img src="img/logo/png/200/flink_squirrel_200_black.png" />
-				<br />black</a>
-		</div>
-		<div class="col-md-3">
-			<a style="text-decoration:none;" href="img/logo/png/200/flink_squirrel_200_color.png">
-				<img src="img/logo/png/200/flink_squirrel_200_color.png" />
-				<br />color</a>
-		</div>
-	</div>
-
-	<div class="row">
-		<div class="col-md-3">PNG 500px</div>
-		<div class="col-md-3">
-			<a href="img/logo/png/500/flink_squirrel_500_white.png">white</a>
-		</div>
-		<div class="col-md-3">
-			<a href="img/logo/png/500/flink_squirrel_500_black.png">black</a>
-		</div>
-		<div class="col-md-3">
-			<a href="img/logo/png/500/flink_squirrel_500_color.png">color</a>
-		</div>
-	</div>
-
-	<div class="row">
-		<div class="col-md-3">PNG 1000px</div>
-		<div class="col-md-3">
-			<a href="img/logo/png/1000/flink_squirrel_white_1000.png">white</a>
-		</div>
-		<div class="col-md-3">
-			<a href="img/logo/png/1000/flink_squirrel_black_1000.png">black</a>
-		</div>
-		<div class="col-md-3">
-			<a href="img/logo/png/1000/flink_squirrel_1000.png">color</a>
-		</div>
-	</div>
+    <p><img src="{{ site.baseurl }}/img/logo/svg/white_filled.svg" alt="Apache Flink Logo" title="Apache Flink Logo" style="background:black;" /></p>
+
+    <p markdown="1">White filled logo ([white_filled.svg]({{ site.baseurl }}/img/logo/svg/white_filled.svg))</p>
+  </div>
+  <div class="col-sm-4">
+    <h4>Black outline logo</h4>
+
+    <p><img src="{{ site.baseurl }}/img/logo/svg/black_outline.svg" alt="Apache Flink Logo" title="Apache Flink Logo" /></p>
+
+    <p markdown="1">Black outline logo ([black_outline.svg]({{ site.baseurl }}/img/logo/svg/black_outline.svg))</p>
+  </div>
+</div>
+
+<div class="panel panel-default">
+  <div class="panel-body" markdown="span">
+    You can find more variants of the logo [in this directory]({{ site.baseurl }}/img/logo/svg) or [download all variants]({{ site.baseurl }}/img/logo.zip) (7.7 MB).
+  </div>
+</div>
+
+### Photoshop (PSD)
+
+<div class="panel panel-default">
+  <div class="panel-body" markdown="1">
+You can download the logo in PSD format as well:
+
+- **Colored logo**: [1000x1000]({{ site.baseurl }}/img/logo/psd/flink_squirrel_1000.psd).
+- **Black outline logo with text**: [1000x1000]({{ site.baseurl }}/img/logo/psd/flink_1000.psd), [5000x5000]({{ site.baseurl }}/img/logo/psd/flink_5000.psd).
+
+You can find more variants of the logo [in this directory]({{ site.baseurl }}/img/logo/psd) or [download all variants]({{ site.baseurl }}/img/logo.zip) (7.7 MB).
+</div>
 </div>
 
+## Slides
 
+- Till Rohrmann: **Machine Learning with Apache Flink** *(March 23th, 2015)*: [SlideShare](http://www.slideshare.net/tillrohrmann/machine-learning-with-apache-flink)
+- Kostas Tzoumas: **Apache Flink Overview** *(January 14th, 2015)*: [SlideShare](http://www.slideshare.net/KostasTzoumas/apache-flink-api-runtime-and-project-roadmap)
+- Kostas Tzoumas: **Flink Internals** *(November 18th, 2014)*: [SlideShare](http://www.slideshare.net/KostasTzoumas/flink-internals)
+- Till Rohrmann: **Introduction to Apache Flink** *(October 15th, 2014)*: [SlideShare](http://www.slideshare.net/tillrohrmann/introduction-to-apache-flink)
+- Stephan Ewen: **Apache Flink Overview** *(October 8th, 2014)*: [SlideShare](http://www.slideshare.net/stephanewen1/apache-flink-overview-at-stockholm-hadoop-user-group)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/privacy-policy.md
----------------------------------------------------------------------
diff --git a/privacy-policy.md b/privacy-policy.md
index 752e4e3..00867c5 100644
--- a/privacy-policy.md
+++ b/privacy-policy.md
@@ -1,6 +1,5 @@
 ---
 title: "Privacy Policy"
-layout: simple
 ---
 
 Information about your use of this website is collected using server access


[06/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/main/bootstrap.min.css
----------------------------------------------------------------------
diff --git a/css/main/bootstrap.min.css b/css/main/bootstrap.min.css
deleted file mode 100755
index e174281..0000000
--- a/css/main/bootstrap.min.css
+++ /dev/null
@@ -1,10 +0,0 @@
-/*!
- * Bootstrap v3.3.0 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-
-/*!
- * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=db525735b58e18513eb4)
- * Config saved to config.json and https://gist.github.com/db525735b58e18513eb4
- *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,t
 extarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacin
 g:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons 
 Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{
 content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon
 -play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"
 }.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.gl
 yphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}
 .glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e1
 24"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:
 before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"
 \e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:be
 fore{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}
 .img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.
 h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-
 justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid 
 #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:be
 fore,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1p
 x 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
  .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-x
 s-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667
 %}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-
 2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.
 col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left
 :66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.
 33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.
 33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thea
 d>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-c
 olumn}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d
 8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.wa
 rning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overfl
 ow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.tab
 le-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="r
 adio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1
 }.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px;line-height:1.42857143 \0}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm{line-height:30px;line-height:1.5 \0}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg{line-height:46px;line-height:1.33 \0}_:-ms-fullscreen,:root input[type="date"],_:-ms-fullscreen,:root input[type="time"],_:-ms-fullscreen,:root input[type="datetime-local"],_:-ms-fullscreen,:root input[type="month"]{line-height:1.42857143}_:-ms-fullscreen.input-sm,:root inp
 ut[type="date"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="time"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="datetime-local"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="month"].input-sm{line-height:1.5}_:-ms-fullscreen.input-lg,:root input[type="date"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="time"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="datetime-local"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="month"].input-lg{line-height:1.33}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{
 display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,sele
 ct.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-
 success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{bo
 rder-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px
  1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;mar
 gin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:nor
 mal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus
 ,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-pri
 mary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-suc
 cess:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:h
 over,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active
 ,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn
 -danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disab
 led] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linea
 r}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(
 0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.d
 ropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-
 group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.drop
 down-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-gr
 oup-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-
 group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{heigh
 t:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control
 {display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-b
 tn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;
 padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav
 -tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428b
 ca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left
 -radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;visibility:visible !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fi
 xed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-wid
 th:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a
 :hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}
 .navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bott
 om:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar
 -default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-def
 ault .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .n
 avbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-
 menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-
 link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;bor
 der-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.p
 agination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:now
 rap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-hei
 ght:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.4285714
 3;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border
 -top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-trans
 ition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progr
 ess-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(2
 55,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .pr
 ogress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{ma
 rgin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list
 -group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d
 ;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-gro
 up-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{pad
 ding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-righ
 t-radius:3px;border-bottom-left-radius:3px}.

<TRUNCATED>
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/main/index.html
----------------------------------------------------------------------
diff --git a/css/main/index.html b/css/main/index.html
deleted file mode 100755
index 42682b4..0000000
--- a/css/main/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<html><body></body></html>
\ No newline at end of file


[08/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap.min.css
----------------------------------------------------------------------
diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css
deleted file mode 100644
index 679272d..0000000
--- a/css/bootstrap.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * Bootstrap v3.1.1 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-
-/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:
 inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!
 important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-we
 bkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-onl
 y{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font
 -size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{backgroun
 d-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}bl
 ockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px
 ;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col
 -xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.co
 l-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-x
 s-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{r
 ight:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-
 offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md
 -push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667
 %}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.co
 l-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-chi
 ld>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;flo
 at:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tb
 ody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}
 .table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsiv
 e>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last
 -child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color
 :#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webki
 t-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .
 checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .for
 m-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-e
 rror .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio
 ,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 1
 2px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disa
 bled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[dis
 abled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[dis
 abled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info
 .disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#
 f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:
 400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:10
 0%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:
 "\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:befor
 e{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:
 before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward
 :before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"
 }.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{con
 tent:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"
 \e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.g
 lyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-
 video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background
 -color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTrans
 form.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>
 .btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radi
 us:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-gro
 up>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:
 table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn
 >.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-
 control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.inp
 ut-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>
 li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.n
 av-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a
 {text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-head
 er{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;bo
 rder-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-
 width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px so
 lid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-w
 ebkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navb
 ar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-
 default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar
 -nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu
  .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";paddi
 ng:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;
 cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:
 inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{backg
 round-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{
 margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .ale
 rt-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{back
 ground-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear
  infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f
 0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block
 }.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.act
 ive:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.activ
 e,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a
 94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:la
 st-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.
 panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius
 :3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.ta
 ble:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsi
 ve>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.
 table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel
 >.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-col
 or:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:
 #ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:
 1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ea

<TRUNCATED>

[28/52] [abbrv] flink-web git commit: Remove files before rebase

Posted by uc...@apache.org.
Remove files before rebase


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/1f533de8
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/1f533de8
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/1f533de8

Branch: refs/heads/asf-site
Commit: 1f533de8e9cb79b8425e8ac096e01246555346eb
Parents: 7b3cf3a
Author: Ufuk Celebi <uc...@apache.org>
Authored: Wed May 13 11:10:42 2015 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Wed May 13 11:19:58 2015 +0200

----------------------------------------------------------------------
 .htaccess                                       |   11 -
 content/coding-guidelines.html                  |  207 -
 content/css/flink.css                           |  150 -
 content/faq.html                                |  193 -
 content/features.html                           |  335 -
 content/img/flink-stack.png                     |  Bin 44990 -> 0 bytes
 content/img/logo.zip                            |  Bin 7708436 -> 0 bytes
 content/img/managed-state.png                   |  Bin 22870 -> 0 bytes
 content/img/navbar-brand-logo.jpg               |  Bin 18470 -> 0 bytes
 content/img/runtime.png                         |  Bin 20205 -> 0 bytes
 css/syntax.css                                  |   60 -
 doap_flink.rdf                                  |   51 -
 favicon.ico                                     |  Bin 1150 -> 0 bytes
 img/ClientJmTm.svg                              |  245 -
 img/WhatIsFlink.png                             |  Bin 248892 -> 0 bytes
 img/apache-incubator-logo.png                   |  Bin 4234 -> 0 bytes
 img/blog/blog_basic_window.png                  |  Bin 144158 -> 0 bytes
 img/blog/blog_data_driven.png                   |  Bin 96886 -> 0 bytes
 img/blog/blog_multi_input.png                   |  Bin 112104 -> 0 bytes
 img/blog/blog_social_media.png                  |  Bin 98666 -> 0 bytes
 img/blog/blog_stream_join.png                   |  Bin 112305 -> 0 bytes
 img/blog/emr-firefoxsettings.png                |  Bin 176706 -> 0 bytes
 img/blog/emr-hadoopversion.png                  |  Bin 97799 -> 0 bytes
 img/blog/emr-jobmanager.png                     |  Bin 84576 -> 0 bytes
 img/blog/emr-running.png                        |  Bin 78210 -> 0 bytes
 img/blog/emr-security.png                       |  Bin 76951 -> 0 bytes
 img/blog/emr-yarnappmaster.png                  |  Bin 85393 -> 0 bytes
 img/blog/hcompat-flow.png                       |  Bin 102575 -> 0 bytes
 img/blog/hcompat-logos.png                      |  Bin 320253 -> 0 bytes
 img/blog/joins-broadcast.png                    |  Bin 399358 -> 0 bytes
 img/blog/joins-dist-perf.png                    |  Bin 68996 -> 0 bytes
 img/blog/joins-hhj.png                          |  Bin 552537 -> 0 bytes
 img/blog/joins-memmgmt.png                      |  Bin 361298 -> 0 bytes
 img/blog/joins-repartition.png                  |  Bin 429729 -> 0 bytes
 img/blog/joins-single-perf.png                  |  Bin 73030 -> 0 bytes
 img/blog/joins-smj.png                          |  Bin 511803 -> 0 bytes
 img/blog/plan_visualizer1.png                   |  Bin 68108 -> 0 bytes
 img/blog/plan_visualizer2.png                   |  Bin 149860 -> 0 bytes
 img/blog/robomongo.png                          |  Bin 81386 -> 0 bytes
 img/download-img.png                            |  Bin 967 -> 0 bytes
 img/downloads-head.png                          |  Bin 1449 -> 0 bytes
 img/flink_stack.svg                             |    4 -
 img/logo.png                                    |  Bin 2457 -> 0 bytes
 img/logo/png/100/flink_squirrel_100_black.png   |  Bin 7516 -> 0 bytes
 img/logo/png/100/flink_squirrel_100_color.png   |  Bin 16446 -> 0 bytes
 img/logo/png/100/flink_squirrel_100_white.png   |  Bin 6096 -> 0 bytes
 img/logo/png/1000/flink1000_black.png           |  Bin 79026 -> 0 bytes
 img/logo/png/1000/flink1000_color_black.png     |  Bin 192934 -> 0 bytes
 img/logo/png/1000/flink1000_color_white.png     |  Bin 192809 -> 0 bytes
 img/logo/png/1000/flink1000_white.png           |  Bin 69039 -> 0 bytes
 img/logo/png/1000/flink_squirrel_1000.png       |  Bin 258648 -> 0 bytes
 img/logo/png/1000/flink_squirrel_black_1000.png |  Bin 105074 -> 0 bytes
 img/logo/png/1000/flink_squirrel_white_1000.png |  Bin 91158 -> 0 bytes
 img/logo/png/200/flink2_200_black.png           |  Bin 8958 -> 0 bytes
 img/logo/png/200/flink2_200_color_black.png     |  Bin 18470 -> 0 bytes
 img/logo/png/200/flink2_200_color_white.png     |  Bin 18377 -> 0 bytes
 img/logo/png/200/flink2_200_white.png           |  Bin 7180 -> 0 bytes
 img/logo/png/200/flink_squirrel_200_black.png   |  Bin 16353 -> 0 bytes
 img/logo/png/200/flink_squirrel_200_color.png   |  Bin 40591 -> 0 bytes
 img/logo/png/200/flink_squirrel_200_white.png   |  Bin 13315 -> 0 bytes
 img/logo/png/50/black_50.png                    |  Bin 3487 -> 0 bytes
 img/logo/png/50/color_50.png                    |  Bin 6182 -> 0 bytes
 img/logo/png/50/white_50.png                    |  Bin 2457 -> 0 bytes
 img/logo/png/500/flink2_500_black.png           |  Bin 25677 -> 0 bytes
 img/logo/png/500/flink2_500_color_black.png     |  Bin 59849 -> 0 bytes
 img/logo/png/500/flink2_500_color_white.png     |  Bin 59550 -> 0 bytes
 img/logo/png/500/flink2_500_white.png           |  Bin 20590 -> 0 bytes
 img/logo/png/500/flink500_black.png             |  Bin 36289 -> 0 bytes
 img/logo/png/500/flink500_color_black.png       |  Bin 89112 -> 0 bytes
 img/logo/png/500/flink500_color_white.png       |  Bin 89131 -> 0 bytes
 img/logo/png/500/flink500_white.png             |  Bin 30192 -> 0 bytes
 img/logo/png/500/flink_3_500.png                |  Bin 14804 -> 0 bytes
 img/logo/png/500/flink_squirrel_500.png         |  Bin 119199 -> 0 bytes
 img/logo/png/500/flink_squirrel_500_black.png   |  Bin 48815 -> 0 bytes
 img/logo/png/500/flink_squirrel_500_white.png   |  Bin 41430 -> 0 bytes
 img/logo/psd/flink1000.psd                      |  Bin 1966600 -> 0 bytes
 img/logo/psd/flink50.psd                        |  Bin 407654 -> 0 bytes
 img/logo/psd/flink5000.psd                      |  Bin 1528938 -> 0 bytes
 img/logo/psd/flink_3_500.psd                    |  Bin 844305 -> 0 bytes
 img/logo/psd/flink_squirrel.psd                 |  Bin 1970196 -> 0 bytes
 img/logo/psd/flink_squirrel_1000.psd            |  Bin 2283989 -> 0 bytes
 img/logo/svg/black_outline.svg                  |  473 --
 img/logo/svg/color_black.svg                    | 1561 -----
 img/logo/svg/color_white.svg                    | 1563 -----
 img/logo/svg/flink_logos.svg                    | 6425 ------------------
 img/logo/svg/flink_logotypes.svg                | 3835 -----------
 img/logo/svg/white_filled.svg                   |  231 -
 img/main/apache-incubator-logo.png              |  Bin 4234 -> 0 bytes
 img/main/assets/easy-icon.png                   |  Bin 694 -> 0 bytes
 img/main/assets/expressive-icon.png             |  Bin 1105 -> 0 bytes
 img/main/assets/fast-icon.png                   |  Bin 1734 -> 0 bytes
 img/main/assets/hadoop-icon.png                 |  Bin 1275 -> 0 bytes
 img/main/assets/icon1.png                       |  Bin 1837 -> 0 bytes
 img/main/assets/reliable-icon.png               |  Bin 1085 -> 0 bytes
 img/main/assets/scalable-icon.png               |  Bin 819 -> 0 bytes
 img/main/logo.png                               |  Bin 2457 -> 0 bytes
 img/main/logo_500.png                           |  Bin 41430 -> 0 bytes
 img/main/section/easy-img.png                   |  Bin 50513 -> 0 bytes
 img/main/section/fast-img.png                   |  Bin 12350 -> 0 bytes
 img/main/section/grep.png                       |  Bin 121239 -> 0 bytes
 img/main/section/hadoop-flink-arrows.png        |  Bin 251137 -> 0 bytes
 img/main/section/hadoop-img.png                 |  Bin 67841 -> 0 bytes
 img/main/section/index.html                     |    1 -
 img/main/section/optimizer-visual.png           |  Bin 204452 -> 0 bytes
 img/main/section/pagerank.png                   |  Bin 115355 -> 0 bytes
 img/main/section/reliable-img.png               |  Bin 20878 -> 0 bytes
 js/codetabs.js                                  |  121 -
 q/quickstart-SNAPSHOT.sh                        |   48 -
 q/quickstart-scala-SNAPSHOT.sh                  |   48 -
 q/quickstart-scala.sh                           |   47 -
 q/quickstart.sh                                 |   48 -
 111 files changed, 15657 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index b90d119..0000000
--- a/.htaccess
+++ /dev/null
@@ -1,11 +0,0 @@
-# redirect rules to prevent old links from breaking
-RewriteEngine On
-
-RewriteRule ^/?docs/0.6-incubating/(.*) http://ci.apache.org/projects/flink/flink-docs-release-0.6/$1  [R=301,L,NE]
-RewriteRule ^/?docs/0.7-incubating/(.*) http://ci.apache.org/projects/flink/flink-docs-release-0.7/$1  [R=301,L,NE]
-RewriteRule ^/?docs/0.8/(.*) http://ci.apache.org/projects/flink/flink-docs-release-0.8/$1  [R=301,L,NE]
-RewriteRule ^/?docs/latest(/.*)? http://ci.apache.org/projects/flink/flink-docs-master$1  [R=301,L,NE]
-RewriteRule ^/?docs/stable(/.*)? http://ci.apache.org/projects/flink/flink-docs-release-0.8$1  [R=301,L,NE]
-RewriteRule ^/?docs/(.*) http://ci.apache.org/projects/flink/flink-docs-master/$1  [R=301,L,NE]
-
-Redirect 301 /coding_guidelines.html /coding-guidelines.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/content/coding-guidelines.html
----------------------------------------------------------------------
diff --git a/content/coding-guidelines.html b/content/coding-guidelines.html
deleted file mode 100644
index 2d64c3b..0000000
--- a/content/coding-guidelines.html
+++ /dev/null
@@ -1,207 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
-    <title>Apache Flink: Coding Guidelines</title>
-    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
-    <link rel="icon" href="/favicon.ico" type="image/x-icon">
-
-    <!-- Bootstrap -->
-    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
-    <link rel="stylesheet" href="/css/flink.css">
-    <link rel="stylesheet" href="/css/syntax.css">
-
-    <!-- Blog RSS feed -->
-    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
-
-    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
-    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-    <!--[if lt IE 9]>
-      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
-      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-    <![endif]-->
-  </head>
-  <body>  
-    
-
-  <!-- Top navbar. -->
-    <nav class="navbar navbar-default navbar-fixed-top">
-      <div class="container">
-        <!-- The logo. -->
-        <div class="navbar-header">
-          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <div class="navbar-logo">
-            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg"></a>
-          </div>
-        </div><!-- /.navbar-header -->
-
-        <!-- The navigation links. -->
-        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
-          <ul class="nav navbar-nav">
-            <!-- Overview -->
-            <li><a href="/index.html">Overview</span></a></li>
-
-            <!-- Features -->
-            <li><a href="/features.html">Features</span></a></li>
-
-            <!-- Downloads -->
-            <li><a href="/downloads.html">Downloads</span></a></li>
-
-            <!-- Documentation -->
-            <li class="dropdown">
-              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu">
-                <!-- Latest stable release -->
-                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
-
-                <!-- Snapshot docs -->
-                <li class="divider"></li>
-                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
-
-                <!-- Wiki -->
-                <li class="divider"></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
-              </ul>
-            </li>
-
-            <!-- FAQ -->
-            <li><a href="/faq.html">FAQ</span></a></li>
-          </ul>
-
-          <ul class="nav navbar-nav navbar-right hidden-sm">
-            <!-- Blog -->
-            <li><a href="/blog/">Blog</a></li>
-
-            <li class="dropdown active">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu">
-                <!-- Project -->
-                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
-                <li><a href="/material.html">Material</a></li>
-                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
-                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
-                
-                <!-- Community -->
-                <li class="divider"></li>
-                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
-                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
-                <li><a href="/community.html#irc">IRC</a></li>
-                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
-                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
-                <li><a href="/community.html#people">People</a></li>
-
-                <!-- Contribute -->
-                <li class="divider"></li>
-                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
-                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
-                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
-              </ul>
-            </li>
-          </ul>
-        </div><!-- /.navbar-collapse -->
-      </div><!-- /.container -->
-    </nav>
-
-
-    <!-- Main content. -->
-    <div class="container">
-      
-
-<div class="row">
-  <div class="col-sm-12">
-      <h1>Coding Guidelines</h1>
-
-<p>These are the coding and style guidelines that we follow.</p>
-
-<h2 id="guidelines-for-pull-requests-and-patches">Guidelines for pull requests and patches</h2>
-
-<ul>
-  <li><strong>JIRA issue and commit message</strong>. A pull request should relate to a JIRA issue; create an issue if none exists for the change you want to make. The latest commit message should reference that issue. An example commit message would be <em>[FLINK-633] Fix NullPointerException for empty UDF parameters</em>. That way, the pull request automatically gives a description of what it does, for example what bug does it fix in what way.</li>
-  <li><strong>No WIP pull requests</strong>. We consider pull requests as requests to merge the referenced code <em>as is</em> into the current <em>stable</em> master branch. Therefore, a pull request should not be “work in progress”. Open a pull request if you are confident that it can be merged into the current master branch without problems. If you rather want comments on your code, post a link to your working branch.</li>
-  <li><strong>Single change per PR</strong>. Please do not combine various unrelated changes in a single pull request. Rather, open multiple individual pull requests. This ensures that pull requests are <em>topic related</em>, can be merged more easily, and typically result in topic-specific merge conflicts only.</li>
-  <li><strong>Tests need to pass</strong>. Any pull request where the tests do not pass or which does not compile will not undergo any further review. We recommend to connect your private GitHub accounts with <a href="http://travis-ci.org/">Travis CI</a> (like the Flink GitHub repository). Travis will run tests for all tested environments whenever you push something into <em>your</em> Github repository.</li>
-  <li><strong>No reformattings</strong>. Please keep reformatting of source files to a minimum. Diffs become unreadable if you (or your IDE automatically) remove or replace whitespaces, reformat code, or comments. Also, other patches that affect the same files become un-mergeable. Please configure your IDE such that code is not automatically reformatted. Pull requests with excessive or unnecessary code reformatting might be rejected.</li>
-  <li><strong>Tests for new features are required</strong>. All new features need to be backed by tests, <em>strictly</em>. It is very easy that a later merge accidentally throws out a feature or breaks it. This will not be caught if the feature is not guarded by tests. Anything not covered by a test is considered cosmetic.</li>
-  <li><strong>Cleanup</strong>. Before opening a pull request follow this checklist:
-    <ul>
-      <li>Rebase onto the latest version of the master branch</li>
-      <li>Clean up your commits, i.e., squash them in a reasonable way and give meaningful commit messages</li>
-      <li>Run <em>all</em> tests either locally with <code>mvn clean verify</code> or use Travis CI to check the build</li>
-    </ul>
-  </li>
-  <li><strong>Append review commits</strong>. When you get comments on the pull request asking for changes, append commits for these changes. <em>Do not rebase and squash them.</em> It allows people to review the cleanup work independently. Otherwise reviewers have to go through the entire set of diffs again.</li>
-  <li><strong>Javadocs for public methods</strong>. Public methods and classes that are part of the user-facing API need to have JavaDocs. Please write meaningful docs. Good docs are concise and informative.</li>
-  <li><strong>Meaningful error messages</strong>. Give meaningful exception messages. Try to imagine why an exception could be thrown (what a user did wrong) and give a message that will help a user to resolve the problem.</li>
-  <li><strong>Follow the coding style</strong> (see below). The checkstyle plugin verifies these rules when you build the code. If your code does not follow the checkstyle rules, Maven will not compile it and consequently the build will fail.</li>
-</ul>
-
-<h2 id="coding-style-guidelines">Coding Style Guidelines</h2>
-
-<ul>
-  <li><strong>Apache license headers</strong>. Make sure you have Apache License headers in your files. The RAT plugin is checking for that when you build the code.</li>
-  <li><strong>Tabs vs. spaces</strong>. We are using tabs for indentation, not spaces. We are not religious there, it just happened to be that we started with tabs, and it is important to not mix them (merge/diff conflicts).</li>
-  <li>
-    <p><strong>Blocks</strong>. All statements after <code>if</code>, <code>for</code>, <code>while</code>, <code>do</code>, … must always be encapsulated in a block with curly braces (even if the block contains one statement):</p>
-
-    <div class="highlight"><pre><code class="language-java"><span class="k">for</span> <span class="o">(...)</span> <span class="o">{</span>
- <span class="o">...</span>
-<span class="o">}</span></code></pre></div>
-    <p>If you are wondering why, recall the famous <a href="https://www.imperialviolet.org/2014/02/22/applebug.html"><em>goto bug</em></a> in Apple’s SSL library.</p>
-  </li>
-  <li><strong>No wildcard imports</strong>. Do not use wildcard imports in the core files. They can cause problems when adding to the code and in some cases even during refactoring. Exceptions are the Tuple classes, Tuple-related utilities, and Flink user programs, when importing operators/functions. Tests are a special case of the user programs.</li>
-  <li><strong>No unused imports</strong>. Remove all unused imports.</li>
-  <li><strong>No raw generic types</strong>. Do not use raw generic types, unless strictly necessary (sometime necessary for signature matches, arrays).</li>
-  <li><strong>Supress warnings</strong>. Add annotations to suppress warnings, if they cannot be avoided (such as “unchecked”, or “serial”).</li>
-  <li>
-    <p><strong>Comments</strong>. Add comments to your code. What is it doing? Add JavaDocs or inherit them by not adding any comments to the methods. Do not automatically generate comments and avoid unnecessary comments like:</p>
-
-    <div class="highlight"><pre><code class="language-java"><span class="n">i</span><span class="o">++;</span> <span class="c1">// increment by one</span></code></pre></div>
-  </li>
-</ul>
-
-
-  </div>
-</div>
-
-
-      <hr />
-      <div class="footer text-center">
-        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
-        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
-        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
-      </div>
-
-    </div><!-- /.container -->
-
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
-    <!-- Include all compiled plugins (below), or include individual files as needed -->
-    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
-    <script src="/js/codetabs.js"></script>
-
-    <!-- Google Analytics -->
-    <script>
-      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-      ga('create', 'UA-52545728-1', 'auto');
-      ga('send', 'pageview');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/content/css/flink.css
----------------------------------------------------------------------
diff --git a/content/css/flink.css b/content/css/flink.css
deleted file mode 100644
index 4c244e6..0000000
--- a/content/css/flink.css
+++ /dev/null
@@ -1,150 +0,0 @@
-/*=============================================================================
-                         Navbar at the top of the page
-=============================================================================*/
-
-/* Padding at top because of the fixed navbar. */
-body {
-	padding-top: 70px;
-}
-
-/* Our logo. */
-.navbar-logo {
-	padding: 5px 15px 5px 15px;
-}
-.navbar-logo img {
-	height: 40px;
-}
-
-/* Links */
-.navbar-default .navbar-nav > li > a {
-	color: black;
-	font-weight: bold;
-}
-.navbar-default .navbar-nav > li > a:hover {
-	background: #E7E7E7;
-}
-
-.navbar-collapse .dropdown-header {
-	color: black;
-}
-
-/*=============================================================================
-                                    Text
-=============================================================================*/
-
-/* The auto-generated TOC anchors are hidden by the top navbar otherwise. */
-h1, h2, h3, h4, h5, h6 {
-    padding-top: 70px;
-    margin-top: -60px;
-}
-
-h1 {
-	font-size: 160%;
-}
-
-h2 {
-	font-size: 140%;
-}
-
-h3, h4, h5, h6 {
-	font-size: 120%;
-}
-
-/*=============================================================================
-                                    Stack
-=============================================================================*/
-
-.stack img {
-	/*width: 100%;*/
-}
-
-pre {
-	background: none;
-}
-
-/*=============================================================================
-                              Table of Contents
-=============================================================================*/
-
-.page-toc {
-	padding-bottom: 2em;
-}
-
-#markdown-toc {
-	font-size: 90%;
-}
-
-@media (min-width: 768px) {
-	#markdown-toc {
-		/*width: 35%;*/
-	}
-}
-
-/* Custom list styling */
-#markdown-toc, #markdown-toc ul {
-	list-style: none;
-	display: block;
-	position: relative;
-	padding-left: 0;
-	margin-bottom: 0;
-}
-
-/* All element */
-#markdown-toc li > a {
-	display: block;
-	padding: 5px 10px;
-	border: 1px solid #E5E5E5;
-	margin:-1px;
-}
-#markdown-toc li > a:hover,
-#markdown-toc li > a:focus {
-  text-decoration: none;
-  background-color: #eee;
-}
-
-/* 1st-level elements */
-#markdown-toc > li > a {
-	font-weight: bold;
-}
-
-/* 2nd-level element */
-#markdown-toc > li li > a {
-	padding-left: 20px; /* A little more indentation*/
-}
-
-/* >= 3rd-level element */
-#markdown-toc > li li li {
-	display: none; /* hide */
-}
-
-#markdown-toc li:last-child > a {
-	border-bottom: 1px solid #E5E5E5;
-}
-
-/*=============================================================================
-                                 Blog
-=============================================================================*/
-.blog-title a {
-	color: black;
-}
-
-code {
-	background: none;
-	color: black;
-}
-
-.footer {
-	padding: 1em 0 2em 0;
-}
-
-.download-button {
-	padding-bottom:10px
-}
-
-.logo img {
-	width: 100%;
-}
-
-.img100 img {
-	width: 100%;
-}

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/content/faq.html
----------------------------------------------------------------------
diff --git a/content/faq.html b/content/faq.html
deleted file mode 100644
index ee8fedd..0000000
--- a/content/faq.html
+++ /dev/null
@@ -1,193 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
-    <title>Apache Flink: F.A.Q.</title>
-    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
-    <link rel="icon" href="/favicon.ico" type="image/x-icon">
-
-    <!-- Bootstrap -->
-    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
-    <link rel="stylesheet" href="/css/flink.css">
-    <link rel="stylesheet" href="/css/syntax.css">
-
-    <!-- Blog RSS feed -->
-    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
-
-    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
-    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-    <!--[if lt IE 9]>
-      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
-      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-    <![endif]-->
-  </head>
-  <body>  
-    
-
-  <!-- Top navbar. -->
-    <nav class="navbar navbar-default navbar-fixed-top">
-      <div class="container">
-        <!-- The logo. -->
-        <div class="navbar-header">
-          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <div class="navbar-logo">
-            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg"></a>
-          </div>
-        </div><!-- /.navbar-header -->
-
-        <!-- The navigation links. -->
-        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
-          <ul class="nav navbar-nav">
-            <!-- Overview -->
-            <li><a href="/index.html">Overview</span></a></li>
-
-            <!-- Features -->
-            <li><a href="/features.html">Features</span></a></li>
-
-            <!-- Downloads -->
-            <li><a href="/downloads.html">Downloads</span></a></li>
-
-            <!-- Documentation -->
-            <li class="dropdown">
-              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu">
-                <!-- Latest stable release -->
-                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
-
-                <!-- Snapshot docs -->
-                <li class="divider"></li>
-                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
-
-                <!-- Wiki -->
-                <li class="divider"></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
-              </ul>
-            </li>
-
-            <!-- FAQ -->
-            <li class="hidden-sm active"><a href="/faq.html">FAQ</span></a></li>
-          </ul>
-
-          <ul class="nav navbar-nav navbar-right hidden-sm">
-            <!-- Blog -->
-            <li><a href="/blog/">Blog</a></li>
-
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu">
-                <!-- Project -->
-                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
-                <li><a href="/material.html">Material</a></li>
-                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
-                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
-                
-                <!-- Community -->
-                <li class="divider"></li>
-                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
-                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
-                <li><a href="/community.html#irc">IRC</a></li>
-                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
-                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
-                <li><a href="/community.html#people">People</a></li>
-
-                <!-- Contribute -->
-                <li class="divider"></li>
-                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
-                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
-                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
-              </ul>
-            </li>
-          </ul>
-        </div><!-- /.navbar-collapse -->
-      </div><!-- /.container -->
-    </nav>
-
-
-    <!-- Main content. -->
-    <div class="container">
-      
-
-<div class="row">
-  <div class="col-sm-12">
-      <h1>F.A.Q.</h1>
-
-<p>The following questions are frequently asked with regard to the Flink project <strong>in general</strong>. If you have further questions, make sure to consult the <a href="">documentation</a> or <a href="">ask the community</a>.</p>
-
-<div class="page-toc">
-<ul id="markdown-toc">
-  <li><a href="#is-flink-a-hadoop-project" id="markdown-toc-is-flink-a-hadoop-project">Is Flink a Hadoop Project?</a></li>
-  <li><a href="#do-i-have-to-install-apache-hadoop-to-use-flink" id="markdown-toc-do-i-have-to-install-apache-hadoop-to-use-flink">Do I have to install Apache Hadoop to use Flink?</a></li>
-</ul>
-
-</div>
-
-<h2 id="is-flink-a-hadoop-project">Is Flink a Hadoop Project?</h2>
-
-<p>Flink is a data processing system and an <strong>alternative to Hadoop’s
-MapReduce component</strong>. It comes with its <em>own runtime</em>, rather than building on top
-of MapReduce. As such, it can work completely independently of the Hadoop
-ecosystem. However, Flink can also access Hadoop’s distributed file
-system (HDFS) to read and write data, and Hadoop’s next-generation resource
-manager (YARN) to provision cluster resources. Since most Flink users are
-using Hadoop HDFS to store their data, Flink already ships the required libraries to
-access HDFS.</p>
-
-<h2 id="do-i-have-to-install-apache-hadoop-to-use-flink">Do I have to install Apache Hadoop to use Flink?</h2>
-
-<p><strong>No</strong>. Flink can run <strong>without</strong> a Hadoop installation. However, a <em>very common</em>
-setup is to use Flink to analyze data stored in the Hadoop Distributed
-File System (HDFS). To make these setups work out of the box, Flink bundles the
-Hadoop client libraries by default.</p>
-
-<p>Additionally, we provide a special YARN Enabled download of Flink for
-users with an existing Hadoop YARN cluster. <a href="http://hadoop.apache.org/docs/r2.2.0/hadoop-yarn/hadoop-yarn-site/YARN.html">Apache Hadoop
-YARN</a> 
-is Hadoop’s cluster resource manager that allows to use
-different execution engines next to each other on a cluster.</p>
-
-
-  </div>
-</div>
-
-
-      <hr />
-      <div class="footer text-center">
-        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
-        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
-        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
-      </div>
-
-    </div><!-- /.container -->
-
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
-    <!-- Include all compiled plugins (below), or include individual files as needed -->
-    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
-    <script src="/js/codetabs.js"></script>
-
-    <!-- Google Analytics -->
-    <script>
-      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-      ga('create', 'UA-52545728-1', 'auto');
-      ga('send', 'pageview');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/content/features.html
----------------------------------------------------------------------
diff --git a/content/features.html b/content/features.html
deleted file mode 100644
index 8e26689..0000000
--- a/content/features.html
+++ /dev/null
@@ -1,335 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
-    <title>Apache Flink: Features</title>
-    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
-    <link rel="icon" href="/favicon.ico" type="image/x-icon">
-
-    <!-- Bootstrap -->
-    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
-    <link rel="stylesheet" href="/css/flink.css">
-    <link rel="stylesheet" href="/css/syntax.css">
-
-    <!-- Blog RSS feed -->
-    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
-
-    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
-    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-    <!--[if lt IE 9]>
-      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
-      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-    <![endif]-->
-  </head>
-  <body>  
-    
-
-  <!-- Top navbar. -->
-    <nav class="navbar navbar-default navbar-fixed-top">
-      <div class="container">
-        <!-- The logo. -->
-        <div class="navbar-header">
-          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <div class="navbar-logo">
-            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg"></a>
-          </div>
-        </div><!-- /.navbar-header -->
-
-        <!-- The navigation links. -->
-        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
-          <ul class="nav navbar-nav">
-            <!-- Overview -->
-            <li><a href="/index.html">Overview</span></a></li>
-
-            <!-- Features -->
-            <li class="hidden-sm active"><a href="/features.html">Features</span></a></li>
-
-            <!-- Downloads -->
-            <li><a href="/downloads.html">Downloads</span></a></li>
-
-            <!-- Documentation -->
-            <li class="dropdown">
-              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu">
-                <!-- Latest stable release -->
-                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
-
-                <!-- Snapshot docs -->
-                <li class="divider"></li>
-                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
-                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
-
-                <!-- Wiki -->
-                <li class="divider"></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
-              </ul>
-            </li>
-
-            <!-- FAQ -->
-            <li><a href="/faq.html">FAQ</span></a></li>
-          </ul>
-
-          <ul class="nav navbar-nav navbar-right hidden-sm">
-            <!-- Blog -->
-            <li><a href="/blog/">Blog</a></li>
-
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu">
-                <!-- Project -->
-                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
-                <li><a href="/material.html">Material</a></li>
-                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
-                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
-                
-                <!-- Community -->
-                <li class="divider"></li>
-                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
-                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
-                <li><a href="/community.html#irc">IRC</a></li>
-                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
-                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
-                <li><a href="/community.html#people">People</a></li>
-
-                <!-- Contribute -->
-                <li class="divider"></li>
-                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
-                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
-                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
-              </ul>
-            </li>
-          </ul>
-        </div><!-- /.navbar-collapse -->
-      </div><!-- /.container -->
-    </nav>
-
-
-    <!-- Main content. -->
-    <div class="container">
-      
-
-<div class="row">
-  <div class="col-sm-12">
-      <h1>Features</h1>
-
-<p class="lead">Get an overview of <strong>how you can use Flink</strong> and its <strong>design</strong>.</p>
-
-<div class="page-toc">
-<ul id="markdown-toc">
-  <li><a href="#unified-stream-amp-batch-processing" id="markdown-toc-unified-stream-amp-batch-processing">Unified Stream &amp; Batch Processing</a></li>
-  <li><a href="#programming-flink" id="markdown-toc-programming-flink">Programming Flink</a>    <ul>
-      <li><a href="#fluent-programming-apis" id="markdown-toc-fluent-programming-apis">Fluent Programming APIs</a>        <ul>
-          <li><a href="#dataset-api" id="markdown-toc-dataset-api">DataSet API</a></li>
-          <li><a href="#datastream-api" id="markdown-toc-datastream-api">DataStream API</a></li>
-          <li><a href="#table-api" id="markdown-toc-table-api">Table API</a></li>
-        </ul>
-      </li>
-      <li><a href="#domain-specific-apis-amp-libraries" id="markdown-toc-domain-specific-apis-amp-libraries">Domain-specific APIs &amp; Libraries</a>        <ul>
-          <li><a href="#graph-api-amp-library-gelly" id="markdown-toc-graph-api-amp-library-gelly">Graph API &amp; Library: Gelly</a></li>
-          <li><a href="#machine-learning-library" id="markdown-toc-machine-learning-library">Machine Learning Library</a></li>
-        </ul>
-      </li>
-      <li><a href="#deployment-and-integration" id="markdown-toc-deployment-and-integration">Deployment and Integration</a></li>
-    </ul>
-  </li>
-  <li><a href="#system-design" id="markdown-toc-system-design">System Design</a>    <ul>
-      <li><a href="#stateful-operators" id="markdown-toc-stateful-operators">Stateful Operators</a></li>
-      <li><a href="#memory-management" id="markdown-toc-memory-management">Memory Management</a></li>
-      <li><a href="#iterative-dataflows" id="markdown-toc-iterative-dataflows">Iterative Dataflows</a></li>
-      <li><a href="#program-optimizer" id="markdown-toc-program-optimizer">Program Optimizer</a></li>
-    </ul>
-  </li>
-</ul>
-
-</div>
-
-<h2 id="unified-stream-amp-batch-processing">Unified Stream &amp; Batch Processing</h2>
-
-<p class="lead">Flink’s core is a <em>distributed streaming dataflow engine</em>, which efficiently supports both <em>batch</em> and <em>stream processing applications</em>.</p>
-
-<div class="row">
-  <div class="col-sm-4">
-    <img src="/img/runtime.png" alt="Apache Flink Stack" title="Apache Flink Stack" width="100%" />
-  </div>
-  <div class="col-sm-8">
-
-    <p>Programs written with the <a href="">fluent programming APIs</a> or using the <a href="">domain-specific APIs and libraries</a> are translated to dataflows for the Flink engine. Flink takes care of data distribution, communication, and fault tolerance.</p>
-
-    <p>Batch programs are as a special case of streaming programs as data inside the system is streamed all the way, including <strong>pipelined shuffles</strong>.</p>
-  </div>
-</div>
-
-<hr />
-
-<h1 id="programming-flink">Programming Flink</h1>
-
-<h2 id="fluent-programming-apis">Fluent Programming APIs</h2>
-
-<p class="lead">
-Write beautiful, type-safe, and maintainable code in Java or Scala. You can use native Java and Scala data types without packing them into key-value pairs, logical field addressing, and a wealth of operators.
-</p>
-
-<div class="row">
-  <!-- DataSet API -->
-  <div class="col-sm-4">
-    <h3 id="dataset-api">DataSet API</h3>
-
-    <p><strong>Batch Processing</strong>. Use the DataSet API to process static inputs. The following example takes an input text and counts all distinct words in it (the infamous <a href="">WordCount</a> example).</p>
-
-    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">DataSet</span><span class="o">&lt;</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;&gt;</span> <span class="n">counts</span> <span class="o">=</span> 
-  <span class="n">text</span><span class="o">.</span><span class="na">flatMap</span><span class="o">(</span><span class="k">new</span> <span class="nf">Tokenizer</span><span class="o">())</span>
-      <span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="mi">0</span><span class="o">)</span>
-      <span class="o">.</span><span class="na">sum</span><span class="o">(</span><span class="mi">1</span><span class="o">);</span></code></pre></div>
-
-    <p>Check out the <a href="">full example code</a> and read the <a href="">programming guide</a> for all features of the DataSet API.</p>
-  </div>
-
-  <!-- DataStream API -->
-  <div class="col-sm-4">
-    <h3 id="datastream-api">DataStream API</h3>
-
-    <p><strong>Stream Processing</strong>. Use the DataStream API to process continuous streams of data. The following example counts all distinct words in a sliding window over the input stream.</p>
-
-    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">DataStream</span><span class="o">&lt;</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;&gt;</span> <span class="n">counts</span> <span class="o">=</span>
-  <span class="n">text</span><span class="o">.</span><span class="na">flatMap</span><span class="o">(</span><span class="k">new</span> <span class="nf">Tokenizer</span><span class="o">())</span>
-      <span class="o">.</span><span class="na">window</span><span class="o">(</span><span class="n">Count</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="n">windowSize</span><span class="o">))</span>
-      <span class="o">.</span><span class="na">every</span><span class="o">(</span><span class="n">Count</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="n">slideSize</span><span class="o">))</span>
-      <span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="mi">0</span><span class="o">).</span><span class="na">sum</span><span class="o">(</span><span class="mi">1</span><span class="o">);</span></code></pre></div>
-
-    <p>Check out the <a href="">full example code</a> and read the <a href="">streaming guide</a> for all features of the DataStream API.</p>
-  </div>
-
-  <!-- Table API -->
-  <div class="col-sm-4">
-    <h3 id="table-api">Table API</h3>
-
-    <p><strong>Language integrated queries</strong>. Specify operations using SQL-like expressions. These operations work both with static inputs as well as continuous streams.</p>
-
-    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">Table</span> <span class="n">table</span> <span class="o">=</span> <span class="n">tableEnv</span><span class="o">.</span><span class="na">toTable</span><span class="o">(</span><span class="n">text</span><span class="o">);</span>
-<span class="n">Table</span> <span class="n">filtered</span> <span class="o">=</span> <span class="n">table</span>
-  <span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="s">&quot;word&quot;</span><span class="o">)</span>
-  <span class="o">.</span><span class="na">select</span><span class="o">(</span><span class="s">&quot;word.count as count, word&quot;</span><span class="o">)</span>
-  <span class="o">.</span><span class="na">filter</span><span class="o">(</span><span class="s">&quot;count = 2&quot;</span><span class="o">);</span></code></pre></div>
-
-    <p>Check out the <a href="">full example code</a> and read the <a href="">Table API guide</a> for all features of the Table API.</p>
-  </div>
-</div>
-
-<p><br /></p>
-<hr />
-
-<p><br /></p>
-
-<h2 id="domain-specific-apis-amp-libraries">Domain-specific APIs &amp; Libraries</h2>
-
-<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</p>
-
-<div class="row">
-  <div class="col-sm-6">
-    <h3 id="graph-api-amp-library-gelly">Graph API &amp; Library: Gelly</h3>
-  </div>
-
-  <div class="col-sm-6">
-    <h3 id="machine-learning-library">Machine Learning Library</h3>
-
-  </div>
-</div>
-
-<p><br /></p>
-
-<h2 id="deployment-and-integration">Deployment and Integration</h2>
-
-<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</p>
-
-<p><br /></p>
-
-<h1 id="system-design">System Design</h1>
-
-<h2 id="stateful-operators">Stateful Operators</h2>
-
-<p>Applications that go beyond simple filters or line-by-line transformations of the input need stateful operators. There are three kinds of state that are offered by Flink:</p>
-
-<ul>
-  <li>
-    <p><strong>User-defined state</strong>: As Flink is a streaming dataflow system, operators are continuously running, and can contain user-defined state in the form of Java/Scala objects. This is the most elementary (but most flexible) operator state, but is not backed up or restored by the system in cases of failures.</p>
-  </li>
-  <li>
-    <p><strong>Managed state</strong>: User-defined operations will be able to use a special interface to put their state into an object that is backed up and restored in case of failures. Flink contains managed state internally, and the community is working on exposing this to the user-facing APIs shortly.</p>
-  </li>
-  <li>
-    <p><strong>Windowed streams</strong>: Flink offers the ability to create a finite stream from an infinite stream using (sliding) windows over the stream. The contents of those windows is special form of state that is managed by the system.</p>
-  </li>
-</ul>
-
-<p>Flink uses a variation of the <a href="">Chandy-Lamport algorithm</a> for consistent asynchronous distributed snapshots. The state backup works hand-in-hand with checkpoint barriers for stream replay. This allows Flink to give <strong>exactly-once processing guarantees</strong> by replaying parts of a stream, reproducing the results of a user program.</p>
-
-<h2 id="memory-management">Memory Management</h2>
-
-<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
-
-<h2 id="iterative-dataflows">Iterative Dataflows</h2>
-
-<div class="row">
-  <div class="col-sm-4">
-    <img src="/img/main/section/pagerank.png" alt="Apache Flink Stack" title="Apache Flink Stack" width="100%" />
-  </div>
-  <div class="col-sm-8">
-
-    <p>Flink exploits in-memory data streaming and integrates iterative processing deeply into the system runtime.</p>
-
-    <p>This makes the system extremely fast for data-intensive and iterative jobs.</p>
-  </div>
-</div>
-
-<h2 id="program-optimizer">Program Optimizer</h2>
-
-
-  </div>
-</div>
-
-
-      <hr />
-      <div class="footer text-center">
-        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
-        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
-        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
-      </div>
-
-    </div><!-- /.container -->
-
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
-    <!-- Include all compiled plugins (below), or include individual files as needed -->
-    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
-    <script src="/js/codetabs.js"></script>
-
-    <!-- Google Analytics -->
-    <script>
-      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-      ga('create', 'UA-52545728-1', 'auto');
-      ga('send', 'pageview');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/content/img/flink-stack.png
----------------------------------------------------------------------
diff --git a/content/img/flink-stack.png b/content/img/flink-stack.png
deleted file mode 100644
index 480b692..0000000
Binary files a/content/img/flink-stack.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/content/img/logo.zip
----------------------------------------------------------------------
diff --git a/content/img/logo.zip b/content/img/logo.zip
deleted file mode 100644
index 6c816f5..0000000
Binary files a/content/img/logo.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/content/img/managed-state.png
----------------------------------------------------------------------
diff --git a/content/img/managed-state.png b/content/img/managed-state.png
deleted file mode 100644
index 3dbb2fd..0000000
Binary files a/content/img/managed-state.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/content/img/navbar-brand-logo.jpg
----------------------------------------------------------------------
diff --git a/content/img/navbar-brand-logo.jpg b/content/img/navbar-brand-logo.jpg
deleted file mode 100644
index 5993ee8..0000000
Binary files a/content/img/navbar-brand-logo.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/content/img/runtime.png
----------------------------------------------------------------------
diff --git a/content/img/runtime.png b/content/img/runtime.png
deleted file mode 100644
index 8fd211f..0000000
Binary files a/content/img/runtime.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/css/syntax.css
----------------------------------------------------------------------
diff --git a/css/syntax.css b/css/syntax.css
deleted file mode 100644
index 2774b76..0000000
--- a/css/syntax.css
+++ /dev/null
@@ -1,60 +0,0 @@
-.highlight  { background: #ffffff; }
-.highlight .c { color: #999988; font-style: italic } /* Comment */
-.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
-.highlight .k { font-weight: bold } /* Keyword */
-.highlight .o { font-weight: bold } /* Operator */
-.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
-.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
-.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
-.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
-.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
-.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
-.highlight .ge { font-style: italic } /* Generic.Emph */
-.highlight .gr { color: #aa0000 } /* Generic.Error */
-.highlight .gh { color: #999999 } /* Generic.Heading */
-.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
-.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
-.highlight .go { color: #888888 } /* Generic.Output */
-.highlight .gp { color: #555555 } /* Generic.Prompt */
-.highlight .gs { font-weight: bold } /* Generic.Strong */
-.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
-.highlight .gt { color: #aa0000 } /* Generic.Traceback */
-.highlight .kc { font-weight: bold } /* Keyword.Constant */
-.highlight .kd { font-weight: bold } /* Keyword.Declaration */
-.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
-.highlight .kr { font-weight: bold } /* Keyword.Reserved */
-.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
-.highlight .m { color: #009999 } /* Literal.Number */
-.highlight .s { color: #d14 } /* Literal.String */
-.highlight .na { color: #008080 } /* Name.Attribute */
-.highlight .nb { color: #0086B3 } /* Name.Builtin */
-.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
-.highlight .no { color: #008080 } /* Name.Constant */
-.highlight .ni { color: #800080 } /* Name.Entity */
-.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
-.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
-.highlight .nn { color: #555555 } /* Name.Namespace */
-.highlight .nt { color: #000080 } /* Name.Tag */
-.highlight .nv { color: #008080 } /* Name.Variable */
-.highlight .ow { font-weight: bold } /* Operator.Word */
-.highlight .w { color: #bbbbbb } /* Text.Whitespace */
-.highlight .mf { color: #009999 } /* Literal.Number.Float */
-.highlight .mh { color: #009999 } /* Literal.Number.Hex */
-.highlight .mi { color: #009999 } /* Literal.Number.Integer */
-.highlight .mo { color: #009999 } /* Literal.Number.Oct */
-.highlight .sb { color: #d14 } /* Literal.String.Backtick */
-.highlight .sc { color: #d14 } /* Literal.String.Char */
-.highlight .sd { color: #d14 } /* Literal.String.Doc */
-.highlight .s2 { color: #d14 } /* Literal.String.Double */
-.highlight .se { color: #d14 } /* Literal.String.Escape */
-.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
-.highlight .si { color: #d14 } /* Literal.String.Interpol */
-.highlight .sx { color: #d14 } /* Literal.String.Other */
-.highlight .sr { color: #009926 } /* Literal.String.Regex */
-.highlight .s1 { color: #d14 } /* Literal.String.Single */
-.highlight .ss { color: #990073 } /* Literal.String.Symbol */
-.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
-.highlight .vc { color: #008080 } /* Name.Variable.Class */
-.highlight .vg { color: #008080 } /* Name.Variable.Global */
-.highlight .vi { color: #008080 } /* Name.Variable.Instance */
-.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/doap_flink.rdf
----------------------------------------------------------------------
diff --git a/doap_flink.rdf b/doap_flink.rdf
deleted file mode 100644
index 15418a2..0000000
--- a/doap_flink.rdf
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl"?>
-<rdf:RDF xml:lang="en"
-         xmlns="http://usefulinc.com/ns/doap#" 
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
-         xmlns:asfext="http://projects.apache.org/ns/asfext#"
-         xmlns:foaf="http://xmlns.com/foaf/0.1/">
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-   
-         http://www.apache.org/licenses/LICENSE-2.0
-   
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-  <Project rdf:about="http://flink.apache.org">
-    <created>2015-01-06</created>
-    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
-    <name>Apache Flink</name>
-    <homepage rdf:resource="http://flink.apache.org" />
-    <asfext:pmc rdf:resource="http://flink.apache.org" />
-    <shortdesc>Real-time data analysis</shortdesc>
-    <description>**Apache Flink** is an [open source platform]() for real-time data analysis.</description>
-    <bug-database rdf:resource="https://issues.apache.org/jira/browse/FLINK" />
-    <mailing-list rdf:resource="http://flink.apache.org/community.html" />
-    <download-page rdf:resource="http://flink.apache.org/downloads.html" />
-    <programming-language>Java</programming-language>
-    <programming-language>Scala</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/big-data" />
-    <repository>
-      <SVNRepository>
-        <location rdf:resource="https://svn.apache.org/repos/asf/flink/"/>
-        <browse rdf:resource="http://svn.apache.org/viewvc/flink/?pathrev=1649876"/>
-      </SVNRepository>
-    </repository>
-    <repository>
-      <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/flink.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=flink.git"/>
-      </GitRepository>
-    </repository>
-  </Project>
-</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/favicon.ico
----------------------------------------------------------------------
diff --git a/favicon.ico b/favicon.ico
deleted file mode 100644
index 34a467a..0000000
Binary files a/favicon.ico and /dev/null differ


[33/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/svg/color_black.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/color_black.svg b/img/logo/svg/color_black.svg
new file mode 100644
index 0000000..d54707c
--- /dev/null
+++ b/img/logo/svg/color_black.svg
@@ -0,0 +1,1561 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
+<symbol  id="New_Symbol" viewBox="-50.454 -50.956 100.908 101.912">
+	<path fill="#E65270" d="M14.113-50.013c-1.353,0.017-2.703,0.021-4.055,0.021l-3.49-0.003c0,0-9.979,0.004-14.75,0.004
+		c-0.748,0-1.5-0.003-2.25-0.005s-1.5-0.005-2.252-0.005c-0.469,0-0.938,0.001-1.406,0.004c-2.838,0.017-5.551,0.358-8.062,1.016
+		c-10.003,2.617-17.576,8.551-22.513,17.634c-2.366,4.354-3.711,9.225-3.995,14.473c-0.126,2.334-0.007,4.726,0.355,7.108
+		c0.043,0.284,0.095,0.568,0.146,0.854l0.115,0.65l0.195-0.192c0.103-0.102,0.135-0.208,0.158-0.288
+		c0.098-0.317,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013c1.701-4.852,4.284-9.397,7.896-13.902
+		c0.143-0.178,0.25-0.375,0.312-0.566c1.225-3.771,3.354-7.028,6.326-9.69c2.891-2.588,6.357-4.526,10.316-5.771
+		c-2.539,1.086-4.89,2.475-7.004,4.142c-3.447,2.719-5.933,6.046-7.383,9.89c-0.145,0.386-0.267,0.852-0.07,1.368
+		c0.064,0.176,0.11,0.358,0.158,0.541c0.031,0.126,0.062,0.252,0.102,0.377c0.781,2.553,1.967,4.555,3.625,6.117
+		c1.546,1.456,3.514,2.521,6.018,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.012,0.13c1.32,0.173,2.66,0.377,3.953,0.577
+		l0.779,0.12c0.29,0.044,0.578,0.107,0.877,0.172l0.727,0.152l-0.191-0.325c-0.015-0.028-0.027-0.051-0.048-0.075
+		c-1.226-1.372-2.253-2.897-3.056-4.538c-0.067-0.139-0.213-0.267-0.354-0.312c-0.174-0.057-0.347-0.113-0.52-0.171
+		c-0.551-0.185-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3c-0.494-0.07-0.987-0.139-1.479-0.229
+		c-1.652-0.294-2.932-0.825-3.898-1.636c0.212,0.051,0.431,0.083,0.646,0.114c0.299,0.043,0.607,0.089,0.889,0.186
+		c1.523,0.53,3.195,0.776,5.263,0.776l0.279-0.001c0.37-0.004,0.741-0.021,1.116-0.039l0.727-0.03l-0.055-0.179
+		c-1.482-4.845-1.44-9.599,0.119-14.157c-0.652,3.091-0.771,5.962-0.367,8.737c0.617,4.241,2.486,7.896,5.556,10.863
+		c2.069,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.021,8.588,2.691l0.527,0.129c1.988,0.478,4.045,0.972,6.036,1.557
+		c2.987,0.875,5.583,2.314,7.716,4.284c0.319,0.295,0.683,0.63,0.969,1c2.037,2.64,4.412,4.513,7.258,5.727
+		c0.082,0.035,0.175,0.122,0.234,0.221c0.932,1.52,2.049,2.639,3.416,3.424c0.305,0.175,0.608,0.263,0.903,0.263
+		c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33c0.479-0.481,0.862-1.073,1.211-1.859
+		c0.043-0.094,0.082-0.124,0.187-0.137c0.348-0.046,0.705-0.093,1.061-0.163c5.815-1.153,9.862-5.625,10.565-11.675
+		c0.019-0.161,0.031-0.324,0.045-0.486c0.03-0.384,0.062-0.78,0.176-1.137c0.145-0.451,0.361-0.896,0.574-1.321
+		c0.092-0.189,0.188-0.382,0.275-0.575c0.075-0.166,0.154-0.33,0.232-0.494c0.185-0.389,0.373-0.786,0.531-1.193
+		c0.24-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.342-0.319c-0.07,0-0.146,0.024-0.224,0.072
+		c-0.16,0.103-0.31,0.217-0.458,0.335c-0.07,0.058-0.143,0.111-0.215,0.165c-0.08,0.062-0.158,0.123-0.236,0.188
+		c-0.188,0.146-0.361,0.288-0.557,0.395c-0.07,0.039-0.144,0.061-0.215,0.061c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245
+		c0.489-0.434,0.978-0.869,1.457-1.31c0.101-0.092,0.168-0.262,0.159-0.4c-0.057-0.908-0.374-1.661-0.945-2.241
+		c-0.68-0.688-1.393-1.022-2.178-1.022c-0.168,0-0.34,0.016-0.514,0.047c-0.031-0.305-0.097-0.419-0.351-0.555
+		c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.368-0.981c-0.414-0.229-0.779-0.386-1.119-0.476
+		c-1.031-0.274-2.072-0.377-3.014-0.421c0.404-0.056,0.826-0.083,1.279-0.083c0.289,0,0.587,0.012,0.908,0.033l0.185,0.019
+		c0.136,0.013,0.274,0.025,0.406,0.025c0.177,0,0.323-0.022,0.446-0.073c0.84-0.344,1.662-0.76,2.433-1.154
+		c0.151-0.078,0.26-0.11,0.36-0.11c0.057,0,0.11,0.011,0.168,0.032l0.225,0.084c0.421,0.159,0.855,0.323,1.271,0.507
+		c0.986,0.439,1.838,0.646,2.678,0.646c0.225,0,0.449-0.017,0.673-0.047c0.575-0.078,1.248-0.21,1.854-0.583
+		c0.299-0.184,0.697-0.491,0.734-1.064c0.002-0.01,0.021-0.044,0.068-0.088c0.074-0.067,0.15-0.131,0.228-0.195
+		s0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624c-0.019-0.181-0.059-0.605-0.422-0.605
+		c-0.109,0-0.238,0.04-0.418,0.131c-0.074,0.039-0.144,0.07-0.207,0.088c0.178-0.108,0.35-0.217,0.519-0.332
+		c0.401-0.273,0.597-0.691,0.578-1.242c-0.038-1.2-1.302-2.336-2.601-2.336c-0.154,0-0.307,0.019-0.451,0.049
+		c-0.383,0.085-0.859,0.245-1.146,0.743c-0.009,0.014-0.042,0.036-0.049,0.038l-0.221-0.01c-0.26-0.01-0.528-0.021-0.777-0.078
+		l-0.073-0.017c-0.423-0.098-0.858-0.195-1.305-0.195c-0.179,0-0.345,0.016-0.507,0.047c-0.199,0.037-0.396,0.086-0.598,0.136
+		l-0.146,0.035c-0.23-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097c-1.426-0.47-2.961-0.705-4.562-0.705
+		c-0.841,0-1.724,0.063-2.623,0.191c-3.546,0.507-6.021,2.435-7.358,5.729c-0.226,0.552-0.377,1.138-0.524,1.706
+		c-0.071,0.274-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.689-1.619,3.859c-1.217,2.123-2.721,3.636-4.6,4.625
+		c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208c-0.157-0.028-0.313-0.062-0.472-0.096
+		c0.547-0.025,1.066-0.055,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219c2.633-1.671,4.248-3.747,4.937-6.345
+		c0.386-1.452,0.935-2.898,1.634-4.299c0.404-0.812,0.918-1.752,1.658-2.546c1.047-1.119,2.395-1.884,4.241-2.403
+		c0.505-0.143,1.007-0.298,1.506-0.458c0.276-0.089,0.468-0.28,0.587-0.588c0.289-0.75,0.361-1.514,0.213-2.269
+		c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.537-1.366-2.361-1.923c-0.414-0.277-0.803-0.572-1.157-0.875
+		c-0.303-0.26-0.46-0.6-0.442-0.958c0.025-0.59,0.069-0.612,0.18-0.612c0.092,0,0.236,0.035,0.471,0.111
+		c0.115,0.038,0.229,0.084,0.342,0.134l0.687,0.296c0.392,0.169,0.782,0.339,1.178,0.503c0.856,0.356,1.703,0.54,2.515,0.54
+		c0.435,0,0.868-0.052,1.291-0.153c1.521-0.364,2.519-1.267,2.967-2.686c0.119-0.384,0.103-0.712-0.055-0.979
+		c-0.104-0.177-0.343-0.325-0.541-0.331c-0.184,0-0.355,0.163-0.488,0.308c-0.073,0.081-0.092,0.187-0.105,0.279
+		c-0.006,0.03-0.011,0.062-0.018,0.09c-0.135,0.505-0.322,0.835-0.604,1.056c0.504-0.685,0.729-1.417,0.688-2.23
+		c-0.041-0.807-0.646-1.37-1.471-1.37c-0.033,0-0.066,0.002-0.103,0.004c-0.313,0.019-0.513,0.188-0.545,0.466
+		c-0.022,0.192-0.022,0.39-0.023,0.58c0,0.079,0,0.158-0.002,0.237c-0.002,0.104-0.001,0.205,0,0.309
+		c0,0.222,0.001,0.431-0.026,0.637c-0.062,0.444-0.326,0.744-0.785,0.891c-0.032,0.012-0.064,0.02-0.098,0.023
+		c0.139-0.079,0.258-0.188,0.344-0.346c0.17-0.315,0.314-0.602,0.394-0.911c0.204-0.821,0.003-1.461-0.581-1.853
+		c-0.303-0.201-0.691-0.276-1.033-0.324c-0.139-0.02-0.275-0.026-0.412-0.026c-0.511,0-1.011,0.12-1.492,0.234l-0.246,0.059
+		c-0.457,0.104-0.861,0.158-1.25,0.159c-0.332,0-0.678-0.064-1.012-0.126l-0.154-0.028c-2.533-0.456-4.811-0.677-6.959-0.677
+		L14.113-50.013z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.453c0,0-3.734-4.456-10.078-1.903
+		c-5.81,2.341-3.691,8.784-3.691,8.784s1.029-3.996,4.036-5.51C29.35-21.275,34.73-20.453,34.73-20.453z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.328-22.361c0.809-0.822,0.824-1.663,1.078-2.688
+		c0.479-1.928,1.068-3.602,2.296-5.188c1.181-1.524,2.594-2.602,4.419-3.303c1.581-0.606,3.613-0.427,3.311-2.781l-0.529-1.982
+		c-4.041,0-7.825,1.844-9.367,5.854c-1.352,3.518,0.24,7.769-3.857,13.717C14.006-19.133,15.909-21.932,16.328-22.361z"/>
+	<g opacity="0.2">
+		<path fill="#2B2B2B" d="M14.729-20.613c0.062-0.25,0.117-0.504,0.174-0.757C14.752-21.184,14.674-20.949,14.729-20.613z"/>
+	</g>
+	
+		<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="44097.3438" y1="69.667" x2="44125.8125" y2="-63.1789" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_1_)" d="M-32.348-35.985c-15.241,1.506-17.035,16.678-17.035,16.678s-0.828,7.032,1.104,13.93
+		c1.241-12.55,11.309-21.239,11.309-21.239S-34.758-33.767-32.348-35.985z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.148-30.207c0,0-3.197-0.304-7.461,4.873
+		c4.111-7.461,9.44-7.613,9.44-7.613L-36.148-30.207z"/>
+	
+		<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="44081.2695" y1="71.4414" x2="44111.5938" y2="-70.0674" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_2_)" d="M-27.911-38.918c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.781,10.628,4.781,10.628
+		s-25.506,4.782-25.906-13.817c0.888-4.027,4.791-7.921,7.236-10.028c-0.479,1.078-6.568,17.833,13.711,16.467
+		c-7,0.596-17.105-6.716-12.289-17.67C-28.204-38.731-27.911-38.918-27.911-38.918z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.016-18.685c-5.272-1.982-14.226-1.973-11.678-15.426
+		c-0.408-0.306-2.445,2.854-1.937,2.547C-36.975-19.537-26.446-20.232-21.016-18.685z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.34-13.867c5.127,2.028,0.964-3.722,0.236-4.642
+		c-1.684-2.128-5.941-1.436-8.211-2.146c-1.305-0.408-6.535-1.175-8.269-6.128c-0.771-2.194-1.06-5.781,0.581-10.146
+		c-0.407-0.308-3.104,2.646-2.594,2.342C-36.924-15.256-16.51-22.195-14.34-13.867z"/>
+	<path fill="#F9E0E7" d="M36.632-5.973c0.14,0.384,0.378,0.875,0.679,1.165c0.07-0.033,0.146-0.037,0.203-0.073
+		c0.5,0.324,1.289,0.281,1.918,0.281c0.375,0,0.924,0.104,1.286-0.037c0.528-0.205,0.468-0.761,0.688-1.182
+		c0.414-0.786,1.691-0.796,1.695-1.907c0.004-0.523,0.135-1.232,0.002-1.744c-0.101-0.38-0.525-0.264-0.892-0.264
+		c-1.108,0-2.215-0.031-3.326-0.031L37.349-8.62c-0.41-0.131-0.73,0.729-0.787,1.021C36.471-7.118,36.459-6.451,36.632-5.973z"/>
+	<path fill="#FFFFFF" d="M41.757-7.496c0.188,0.077,0.466,0.378,0.581,0.555c0.084,0.127,0.061,0.208,0.24,0.203
+		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.408,0.277
+		c-0.135,0.04-0.33,0.021-0.473,0.015c-0.207-0.009-0.496-0.149-0.684-0.069L41.757-7.496z"/>
+	
+		<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="44076.2969" y1="62.4629" x2="44078.1016" y2="-21.4847" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_3_)" d="M-18.989,13.067c0.07,0.081,0.089,0.105,0.11,0.128c2.035,1.9,3.113,4.298,3.693,6.979
+		c0.381,1.755-0.104,3.303-0.895,4.816c-0.014,0.025-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
+		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.612-7.753-12.243-24.064c0.008-0.101,0.025-0.197,0.039-0.31
+		c0.246,0.229,0.461,0.466,0.709,0.661c0.885,0.692,1.906,1.133,2.973,1.431c1.951,0.544,3.914,1.044,5.881,1.525
+		c2.236,0.548,4.486,1.056,6.645,1.882c1.221,0.466,2.354,1.08,3.438,1.82c1.613,1.104,3.007,2.425,4.207,3.955
+		c0.699,0.891,1.025,1.571,1.34,2.618C-5.136,9.311-5.24,7.809-5.54,6.851c-0.312-0.989-0.838-1.853-1.524-2.646
+		C-6.9,4.257-6.72,4.284-6.573,4.368c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.568,1.413,4.062
+		c0.001,0.021,0.011,0.042,0.017,0.075c0.396-1.833,0.339-4.953-1.727-7.17c0.73,0.257,1.391,0.516,2.066,0.717
+		c0.559,0.166,0.928,0.493,1.236,0.984c1.356,2.146,2.48,4.396,3.088,6.877c0.471,1.916,0.588,3.84,0.061,5.765
+		c-0.598,2.176-1.912,3.851-3.7,5.182c-1.242,0.925-2.612,1.611-4.05,2.173c-0.087,0.034-0.174,0.065-0.26,0.103
+		c-0.014,0.005-0.021,0.021-0.075,0.081c0.498-0.137,0.944-0.253,1.386-0.384c2.061-0.612,4.034-1.41,5.782-2.688
+		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.468-1.71-4.665-3.109-6.746
+		C3.798,8.092,3.756,8.029,3.715,7.964C3.709,7.955,3.71,7.938,3.702,7.901C3.76,7.923,3.806,7.938,3.848,7.96
+		c2.932,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.482,5.284,4.18,8.438c0.877,3.98-0.084,7.514-2.662,10.631
+		c-1.629,1.973-3.644,3.465-5.873,4.681c-2.877,1.566-5.938,2.59-9.178,3.061c-1.842,0.269-3.686,0.32-5.527-0.034
+		c-1.012-0.192-1.668-0.458-2.789-1.106c0.142,0.121,0.277,0.249,0.426,0.358c1.007,0.765,2.168,1.16,3.387,1.407
+		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.148-1.24,8.991-2.646c0.278-0.14,0.553-0.283,0.86-0.441
+		c0,0.258-0.016,0.483,0.004,0.706c0.025,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.409-0.065,0.46-0.319
+		c0.041-0.215,0.052-0.436,0.083-0.652c0.069-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
+		c0.02-0.015,0.046-0.014,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.019,0.659-0.011,0.988
+		c0.002,0.081,0.06,0.211,0.115,0.227c0.077,0.021,0.217-0.018,0.266-0.079c0.129-0.17,0.268-0.354,0.326-0.556
+		c0.129-0.428,0.188-0.876,0.321-1.301c0.089-0.275,0.228-0.547,0.403-0.775c0.191-0.25,0.386-0.195,0.459,0.111
+		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.019,0.205,0.05,0.299c0.024,0.081,0.084,0.148,0.127,0.223
+		c0.066-0.061,0.164-0.106,0.192-0.182c0.067-0.17,0.133-0.353,0.142-0.532c0.021-0.396-0.017-0.795,0.012-1.189
+		c0.016-0.21,0.086-0.434,0.188-0.616c0.114-0.203,0.298-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.201,0.99
+		c0.046,0.224,0.093,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.067-0.647,0.101-1.297,0.157-1.945
+		c0.045-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.449-2.346c0.239-0.406,0.461-0.443,0.686-0.025
+		c0.254,0.475,0.443,0.982,0.658,1.479c0.094,0.217,0.172,0.438,0.271,0.652c0.046,0.104,0.124,0.192,0.195,0.3
+		c0.255-0.185,0.316-0.427,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.102-0.39-0.209-0.779-0.27-1.177
+		c-0.023-0.16,0.049-0.352,0.121-0.507c0.104-0.225,0.268-0.252,0.443-0.076c0.18,0.178,0.318,0.395,0.492,0.576
+		c0.099,0.104,0.234,0.167,0.354,0.249c0.067-0.146,0.203-0.298,0.191-0.438c-0.025-0.297-0.096-0.6-0.205-0.878
+		c-0.223-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.013-0.108,0.078-0.299,0.163-0.33
+		c0.089-0.031,0.265,0.057,0.344,0.144c0.363,0.398,0.704,0.819,1.061,1.228c0.086,0.102,0.203,0.174,0.305,0.262
+		c0.035-0.018,0.068-0.032,0.104-0.051c-0.035-0.231-0.025-0.481-0.109-0.696c-0.144-0.357-0.32-0.708-0.524-1.033
+		c-0.323-0.517-0.692-1.002-1.022-1.512c-0.612-0.943-1.018-1.973-1.271-3.069c-0.184-0.788-0.443-1.559-0.671-2.334
+		c-0.026-0.096-0.062-0.189-0.065-0.296c0.199,0.317,0.394,0.641,0.6,0.957c0.431,0.664,0.928,1.274,1.596,1.714
+		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.729,2.299c0.524,0.267,1.025,0.588,1.502,0.936
+		c0.604,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.027-0.383,1.562c-0.312-0.498-0.588-0.978-0.902-1.428
+		s-0.704-0.832-1.283-1.089c0.053,0.099,0.067,0.142,0.094,0.177c0.812,1.119,1.279,2.391,1.642,3.708
+		c0.037,0.136-0.005,0.3-0.029,0.447c-0.166,0.96-0.086,1.922-0.043,2.885c0.011,0.191,0.011,0.39-0.017,0.58
+		c-0.012,0.088-0.083,0.198-0.158,0.231c-0.051,0.023-0.184-0.047-0.229-0.108c-0.187-0.262-0.395-0.519-0.52-0.808
+		c-0.503-1.169-0.984-2.348-1.465-3.524c-0.598-1.469-1.271-2.895-2.299-4.121c-0.465-0.555-0.993-1.038-1.643-1.375
+		c-0.123-0.063-0.256-0.114-0.395-0.158c1.005,1.039,1.23,2.354,1.275,3.699c0.06,1.722,0.025,3.448,0.043,5.172
+		c0.018,1.864,0.172,3.712,0.728,5.508c0.021,0.071-0.015,0.175-0.054,0.246c-0.156,0.306-0.355,0.592-0.485,0.908
+		c-0.272,0.663-0.501,1.343-0.769,2.01c-0.155,0.392-0.209,0.421-0.629,0.391c-0.451-0.032-0.722,0.227-0.961,0.548
+		c-0.184,0.243-0.259,0.237-0.385-0.048c-0.137-0.31-0.245-0.629-0.393-0.934c-0.051-0.104-0.182-0.172-0.275-0.256
+		c-0.072,0.106-0.191,0.21-0.204,0.323c-0.038,0.369-0.028,0.741-0.055,1.111c-0.013,0.184-0.037,0.37-0.099,0.542
+		c-0.03,0.081-0.154,0.169-0.244,0.176c-0.063,0.005-0.174-0.104-0.201-0.186c-0.092-0.263-0.145-0.537-0.229-0.802
+		c-0.066-0.213-0.162-0.236-0.289-0.062c-0.925,1.26-2.158,2.153-3.478,2.947c-0.39,0.234-0.772,0.479-1.159,0.715
+		c-0.027-0.009-0.054-0.019-0.079-0.026c0.05-0.429,0.101-0.857,0.149-1.285c-0.035-0.019-0.07-0.035-0.104-0.053
+		c-0.123,0.104-0.263,0.19-0.365,0.312c-0.256,0.303-0.488,0.625-0.748,0.927c-0.515,0.604-1.162,1.036-1.785,1.179
+		c0.197-0.675,0.385-1.314,0.57-1.955c-0.028-0.015-0.061-0.027-0.09-0.04c-0.064,0.08-0.14,0.154-0.193,0.241
+		c-0.15,0.245-0.299,0.489-0.438,0.741c-0.594,1.075-1.51,1.695-2.712,1.868c-0.817,0.118-1.646,0.196-2.469,0.252
+		c-0.604,0.042-1.185,0.131-1.738,0.396c-0.384,0.175-0.8,0.296-1.208,0.431c-0.068,0.024-0.159-0.005-0.238-0.01
+		c0.006-0.087-0.013-0.188,0.022-0.26c0.192-0.376,0.401-0.743,0.594-1.119c0.071-0.135,0.117-0.284,0.173-0.427
+		c-0.019-0.021-0.037-0.04-0.055-0.061c-0.123,0.041-0.251,0.069-0.366,0.125c-0.532,0.258-1.071,0.501-1.586,0.791
+		c-0.524,0.296-1.101,0.32-1.668,0.368c-1.774,0.149-3.528,0.03-5.243-0.489c-1.043-0.314-2.007-0.788-2.855-1.521
+		c0.107,0.011,0.218,0.011,0.322,0.03c1.035,0.213,2.071,0.413,3.137,0.378c0.726-0.023,1.433-0.139,2.07-0.507
+		c0.102-0.058,0.166-0.18,0.248-0.271c-0.143-0.05-0.293-0.146-0.43-0.128c-0.331,0.039-0.654,0.162-0.988,0.189
+		c-1.062,0.095-2.084-0.15-3.095-0.429c-2.448-0.672-4.665-1.815-6.724-3.286c-0.502-0.357-1.023-0.688-1.545-1.02
+		c-1.016-0.646-1.838-1.481-2.488-2.492c-0.076-0.12-0.146-0.249-0.195-0.382c-0.133-0.37-0.035-0.679,0.314-0.863
+		c0.25-0.132,0.527-0.226,0.804-0.293c3.659-0.892,6.384-3.908,6.806-7.639c0.159-1.399,0.354-2.802,0.284-4.221
+		c-0.161-3.257-1.327-6.095-3.502-8.519c-1.293-1.442-2.821-2.589-4.495-3.554C-18.855,13.132-18.891,13.118-18.989,13.067z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M27.898,34.688c-1.555-12.138-6.941-9.391-10.465-16.167
+		c-0.193,0.256-0.638-1.816,0.25,2.031c0.889,3.851,3.437,2.112,5.848,6.516C26.584,32.634,25.975,33.133,27.898,34.688z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M11.805,34.459c-0.578-3.474-5.49-3.317-9.693-1.843
+		c-4.567,1.602-14.057,2.116-14.82,0.205c-0.381-0.438-1.146,1.363-1.146,1.363s7.207,7.863,19.272-0.436
+		c-0.491,0.764,4.336,3,4.336,3S11.205,37.19,11.805,34.459z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-13.193,1.103c0.262-0.65,2.396-0.212,2.596,0.803
+		c-3.148,3.566,5.14,10.119-2.504,18.672C-8.1,7.382-18.749,6.845-13.193,1.103z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-13.193,1.103c0.262-0.65,0.215-0.464,0.414,0.551
+		c-3.148,3.567,5.237,8.768-0.322,18.924C-8.1,7.382-18.749,6.845-13.193,1.103z"/>
+	
+		<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="44098.6875" y1="53.8379" x2="44078.4219" y2="18.9242" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_4_)" d="M-1.723,3.707c15.129,15.919-3.996,13.252-10.229,24.057c0.011,0.186,0.024,0.366,0.024,0.557
+		c0,1.502-0.364,2.916-0.998,4.17c5.834-8.653,20.623-1.023,17.751-18.712C4.566,12.87,2.508,3.906-1.723,3.707z"/>
+	
+		<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="44095.125" y1="32.8574" x2="44077.6445" y2="2.7493" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_5_)" d="M-1.723,3.707C-7.951,0.65-13.396,0.56-13.139,1.467c12.375,8.397,2.386,17.05,0.057,25.201
+		c0.159,0.658,1.154,0.903,1.154,1.65c0,0.08-0.01,0.156-0.012,0.235c0.18-0.809,0.606-1.09,1.015-1.5
+		C-5.173,21.251,13.111,19.312-1.723,3.707z"/>
+	<path fill="#E65271" d="M-3.673,3.944c9.579,14.308-8.304,17.026-8.175,21.562c-1.424-9.33,15.718-13.324-0.389-24.491
+		C-12.494,0.109-9.902,0.886-3.673,3.944z"/>
+	
+		<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="44056.0742" y1="55.1055" x2="44058.0898" y2="19.9343" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_6_)" d="M23.095,28.798c0.761-1.271-0.084-2.771-0.97-4.176c-0.818-1.298-2.793-0.873-4.133-4.002
+		l0.115,2.438c1.484,2.587-1.027,6.148-1.727,8.555c-1.189,4.1-2.484,7.883-0.906,12.043c0.106,0.279,0.197,0.585,0.305,0.872
+		c0.787-0.581,1.381-1.16,2.058-2.043c0.447-0.586,0.291,1.512,0.879,1.071c0.433-0.319-0.021-1.803,0.392-2.146
+		c0.461-0.39,0.74,1.868,1.074,1.368c0.781-1.174,1.229-0.429,1.562-0.781c0.301-0.319,1.005-2.778,1.289-3.111
+		c0.277-0.323,0.543-0.656,0.805-0.991c-0.158-1.79-0.506-3.802-1.082-5.417C22.213,30.953,22.188,30.317,23.095,28.798z"/>
+	<path fill="#E65271" d="M1.801,47.489c0.047-0.017,0.086-0.024,0.11-0.023c0.419,0.007-1.13,1.954-0.685,1.954
+		c0.752,0,1.812-0.776,2.547-0.833c1.553-0.119,3.162-0.084,4.537-0.713c1.317-0.604,1.903-2.479,2.198-2.558
+		c0.298-0.082-0.717,2.167-0.426,2.067c0.493-0.166,0.887-0.41,1.212-0.68c1.3-1.861,1.723-11.084-0.186-10.846
+		c-2.004,0.25,3.162-0.708,3.183-0.631c1.728,6.521-2.121,10.531-1.947,10.305c0.228-0.3,0.411-0.533,0.606-0.608
+		c0.41-0.158-0.256,1.572,0.119,1.343c1.193-0.729,2.039-1.243,2.734-1.761c0.021-0.03,0.027-0.102,0.061-0.088
+		c0.513,0.213,3.673,0.956,1.268-10.396c3.652,7.391,0.793,10.291,1.073,9.988c1.297-1.4,1.562-4.818,1.729-6.845
+		c0.157-1.901-1.039-6.235-2.588-7.668c-1.092-1.008-1.07,0.24-1.479,1.204c-0.673,1.583-1.907,2.859-3.027,4.163
+		c-0.834,0.97-1.846,1.679-2.763,2.547c-0.999,0.946-1.525,2.268-2.418,3.306c-0.799,0.928-1.78,1.667-2.539,2.635
+		c-0.852,1.084-1.421,2.324-2.361,3.322C2.461,46.993,2.127,47.233,1.801,47.489z"/>
+	
+		<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="44057.9609" y1="19.9775" x2="44069.5781" y2="71.4505" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#E65271"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_7_)" d="M8.804,48.525c2.232,0.007,3.634-1.062,5.48-2.084c1.53-0.851,3.411-0.859,4.704-2.031
+		c1.718-1.559,2.461-3.104,2.783-5.386c0.369-2.598,0.414-5.91-0.078-8.499c-0.252-1.328-1.195-4.05-2.19-5.021l-1.194,0.76
+		C15.955,32.345,8.856,34.84,6.17,40.816c-0.792,1.759-1.09,4.045-1.109,5.967C5.04,48.795,7.178,48.519,8.804,48.525z"/>
+	<path fill="#F6E8A0" d="M-13.405,33.329c-1.298,2.017-3.353,3.5-5.767,4.039c-0.614,0.137-1.715,0.519-0.625,1.83
+		c1.165,1.818,2.839,2.516,3.74,3.184c3.623,2.69,2.125,2.965,4.238,3.209c0.826,0.096,0.608,0.168,1.027,0
+		s-0.322,0.118-0.587,0.293c-2.358,1.561-2.188-1.553-1.175-0.88c3.019,2.334,9.971,3.972,11.92,3.638
+		c0.283-0.048,2.242-1.18,2.543-1.175c0.419,0.007-1.129,1.954-0.684,1.954c0.75,0,1.812-0.776,2.547-0.833
+		c1.521-0.117,6.146-2.238,6.112-7.822c-0.01-1.706,0.095-2.902-0.135-4.015C8.064,28.583-9.008,40.045-13.405,33.329z"/>
+	<path fill="#FFFFFF" d="M7.031,38.364c-0.791,0.988-5.934,2.769-5.934,2.769s-8.539,2.943-16.414-5.438
+		c4.024,3.195,11.098,1.855,16.213,1.265c0.676-0.079-1.461,0.603-0.901,0.81c1.899,0.703,3.659-1.267,5.553-0.887
+		C6.432,37.059,6.962,37.539,7.031,38.364z"/>
+	<path fill="#F6E8A0" d="M0.48,39.747c-3.136,0.826-6.271-0.383-6.875-0.42c0.285,0.427,0.748,1.412,3.07,1.752
+		c0.534,0.079,1.604-0.007,2.165-0.006c1.004,0.002,1.627-0.24,2.513-0.667c0.565-0.272,1.932-0.562,2.365-0.494
+		c0,0,4.807-0.362,3.215-1.992c-1.591-1.629-3.912,2.101-9.007,0.908C-2.072,38.994-0.908,39.825,0.48,39.747z"/>
+	<g>
+		<path fill="#F8D285" d="M-4.273,46.505c-1.981,1.312-5.447,0.187-5.896,0.193c-0.01,0.046,0.018,0.097,0.098,0.148
+			c3.02,2.334,7.492,2.126,9.441,1.792c0.015-0.002,0.035-0.009,0.058-0.017c0.009-0.003,0.023-0.008,0.035-0.013
+			c0.422-0.162,1.802-0.939,2.304-1.11c2.938-1.665,7.579-5.181,7.988-10.751c-1.669,0.742-2.869,1.465-3.791,2.169
+			c-0.311,0.237-7.332,7.576-25.917-1.242c0,0-0.517,0.284-0.222,0.948c4.197,6.744,11.859,8.681,24.062,2.294
+			C2.156,42.979,1.318,44.847-4.273,46.505z"/>
+	</g>
+	
+		<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="44098.2812" y1="45.7363" x2="44055.2773" y2="9.1053" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_8_)" d="M7.607,8.602c6.883,7.039,9.688,12.298,6.356,17.961c-5.396,9.179-22.014-0.395-29.241,8.865
+		c0.766-0.875,2.395-2.608,3.969-3.46c5.357-3.5,15.44-2.374,18.653-5.08C11.479,23.409,12.534,16.391,7.607,8.602z"/>
+	
+		<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="44059.4766" y1="20.1328" x2="44101.2734" y2="8.766" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_9_)" d="M-14.818,23.315c-0.008-0.472,1.072-3.195,0.903-3.822c-1.45-5.353-7.733-7.979-7.733-7.979
+		s-7.037-2.832-8.156-15.776c-1.283-0.923-1.105,1.043-1.065,1.917C-30.071,14.63-15.948,12.733-14.818,23.315z"/>
+	
+		<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="43948.2148" y1="68.9941" x2="44144.543" y2="-36.2723" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_10_)" d="M9.124-4.737C9.008-4.683,8.897-4.614,8.775-4.579C8.159-4.407,7.538-4.249,6.92-4.073
+		C6.725-4.017,6.539-3.928,6.348-3.855C6.35-3.813,6.352-3.772,6.352-3.732c0.223,0.04,0.441,0.11,0.664,0.113
+		c0.887,0.01,1.774-0.002,2.662-0.004c1.254-0.003,2.512,0.003,3.721,0.369c0.59,0.18,1.166,0.45,1.707,0.751
+		c5.713,3.18,9.75,7.834,12.179,13.895c0.497,1.239,0.878,2.52,1.172,3.82c0.019,0.072,0.026,0.147,0.048,0.272
+		c-0.095-0.058-0.156-0.086-0.213-0.123c-3.496-2.395-7.314-4.019-11.48-4.808c-1.49-0.281-2.994-0.422-4.51-0.466
+		c-0.113-0.003-0.258-0.046-0.333-0.124C9.703,7.653,7.027,5.945,4.14,4.524C1.835,3.391-0.598,2.706-3.1,2.219
+		c-3.207-0.623-6.422-1.215-9.629-1.832c-3.939-0.757-7.858-1.598-11.666-2.886c-2.416-0.816-4.756-1.797-6.896-3.202
+		c-1.611-1.06-3.045-2.312-4.059-3.979c-0.356-0.588-0.609-1.239-0.916-1.858c-0.056-0.111-0.115-0.227-0.201-0.312
+		c-2.124-2.077-2.961-4.604-2.635-7.536c0.242-2.169,1.019-4.153,2.127-6.02c0.131-0.219,0.242-0.447,0.345-0.64
+		c0.053,0.473,0.095,1.003,0.169,1.528c0.469,3.341,2.189,5.829,5.117,7.491c1.703,0.97,3.537,1.611,5.438,2.031
+		c2.084,0.46,4.186,0.847,6.287,1.228c2.551,0.461,5.116,0.846,7.596,1.628c0.482,0.151,0.959,0.326,1.433,0.506
+		c0.61,0.229,1.18,0.524,1.711,0.918c1.758,1.295,3.685,2.287,5.715,3.081c0.056,0.021,0.108,0.045,0.163,0.066
+		c0.002,0.008,0.003,0.019,0.011,0.04c-0.033,0.003-0.062,0.007-0.092,0.007C-5.353-7.521-7.629-7.534-9.9-7.521
+		c-2.033,0.013-4.059-0.05-6.074-0.315c-2.791-0.37-5.492-1.093-8.123-2.094c-3.103-1.184-6.039-2.699-8.887-4.399
+		c-0.076-0.046-0.154-0.09-0.257-0.108c0.054,0.043,0.103,0.091,0.155,0.131c3.117,2.363,6.436,4.381,10.097,5.796
+		c2.55,0.983,5.181,1.629,7.901,1.917c2.396,0.253,4.793,0.229,7.191,0.055c2.073-0.151,4.146-0.302,6.222-0.444
+		c0.18-0.015,0.372,0.012,0.547,0.063c2.051,0.624,4.15,0.991,6.269,1.292C6.393-5.45,7.627-5.15,8.868-4.903
+		c0.084,0.018,0.163,0.062,0.243,0.095C9.115-4.786,9.12-4.761,9.124-4.737z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-29.061-11.729c8.125,9.705,29.203,4.618,38.185,6.992
+		C3.438-8.004-1.189-7.44-1.189-7.44S-20.598-5.296-29.061-11.729z"/>
+	<path fill="#E65271" d="M33.057,25.099c-0.275-0.047-0.478-0.06-0.664-0.12c-0.731-0.229-1.494-0.399-2.181-0.729
+		c-0.653-0.315-1.258-0.762-1.823-1.222c-1.098-0.892-2.145-1.841-3.227-2.744c-0.887-0.739-1.827-1.4-2.947-1.743
+		c-0.361-0.11-0.736-0.173-1.113-0.235c1.459,0.735,2.276,2.045,3.123,3.389c-0.072-0.013-0.098-0.01-0.117-0.019
+		c-2.226-1.089-4.406-2.252-6.388-3.759c-0.528-0.403-0.946-0.861-1.243-1.486c-0.477-0.994-1.08-1.929-1.627-2.887
+		c-0.024-0.043-0.051-0.085-0.117-0.2c0.479,0.101,0.899,0.168,1.312,0.273c1.744,0.446,3.366,1.201,4.958,2.021
+		c2.486,1.287,4.854,2.775,7.15,4.372c0.07,0.048,0.141,0.094,0.232,0.122c-0.021-0.029-0.037-0.061-0.062-0.085
+		c-2.725-2.717-5.781-4.955-9.354-6.438c-1.545-0.644-3.146-1.073-4.812-1.246c-0.062-0.009-0.143-0.028-0.178-0.071
+		c-0.371-0.449-0.733-0.903-1.144-1.41c1.017,0.218,1.974,0.409,2.924,0.63c2.66,0.618,5.269,1.403,7.759,2.535
+		c1.84,0.836,3.594,1.819,5.07,3.217c1.948,1.846,3.382,4.03,4.219,6.588C32.929,24.228,32.967,24.635,33.057,25.099z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-12.962,0.398c0.789,0.265,1.688,0.593,2.647,0.961
+		C0.99,4.884,4.727,7.824,4.727,7.824l11.357,8.408c0,0,1.855-1.421,4.258,0.437c-1.637-1.965-6.66-3.494-6.66-3.494
+		s-0.231-1.546-1.869-2.747c4.468,1.519,11.978,1.083,17.188,5.775c-3.94-11.144-13.726-2.649-23.183-9.58
+		C4.727,5.967-9.697,2.281-2.529,2.534c7.168,0.252,11.89-4.64,17.877-3.036C9.729-2.541,4.762,0.725-3.066,1.275
+		C-1.848,1.031-0.18,0.36,0.531-0.557C-2.307,1.469-7.86,1.562-9.18,1.099C-10.378,0.947-11.637,0.718-12.962,0.398z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M14.156-3.04c-8.237-3.272-37.35,6.206-50.422-8.498
+		c0,0-0.979,0.438,4.227,6.273C-11.571,4.52,3.662-4.733,14.156-3.04z"/>
+	
+		<radialGradient id="SVGID_11_" cx="87651.25" cy="11560.2969" r="14.8738" gradientTransform="matrix(-0.4579 0.1387 0.2675 0.883 37062.1875 -22360.3281)" gradientUnits="userSpaceOnUse">
+		<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+		<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+	</radialGradient>
+	<path opacity="0.7" fill="url(#SVGID_11_)" enable-background="new    " d="M26.893,9.995c2.437,1.371,0.457-1.98-1.979-3.959
+		c-9.595-6.7-13.933,0.924-23.448-2.745C16.023,11.316,17.45,1.315,26.893,9.995z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M26.147,8.092c2.438,1.371,1.203-0.078-1.233-2.058
+		c-9.595-6.7-13.933,0.924-23.448-2.745C10.832,8.501,16.706-0.586,26.147,8.092z"/>
+	<g>
+		
+			<radialGradient id="SVGID_12_" cx="78312.1172" cy="34685.1953" r="23.2511" gradientTransform="matrix(-0.4785 0 0 0.4785 37453.6211 -16583.9492)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_12_)" enable-background="new    " d="M-21.219,11.685
+			c-4.438-4.062-0.959-12.957-0.959-12.957l-3.158-0.677C-25.336-1.949-28.523,6.651-21.219,11.685z"/>
+		
+			<radialGradient id="SVGID_13_" cx="78312.125" cy="34685.1992" r="23.252" gradientTransform="matrix(-0.4785 0 0 0.4785 37453.6211 -16583.9492)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_13_)" enable-background="new    " d="M-13.559,18.5c3.345-5.953-5.526-14.142-0.763-17.041
+			c-0.075-0.391-2.724-1.719-2.6-1.335c-5.879,9.021,3.817,11.172,2.544,16.812c-6.798-9.275-6.871-11.111-3.568-16.983
+			c-0.04-0.032-0.403-0.506-0.765-0.236C-23.876,3.589-25.33,7.941-13.559,18.5z"/>
+	</g>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-2.628,6.402c0.212-2.788,2.159,1.741,2.454,4.867
+		c0.254,11.698-11.607,8.869-12.149,18.333C-13.477,18.835-0.643,19.072-2.628,6.402z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M8.872,11.042c0.21-2.788,5.808,4.388,6.104,7.513
+		c-1.879,20.071-22.537,7.864-27.938,15.26C-8.5,25.713,20.375,36.983,8.872,11.042z"/>
+	
+		<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="44028.9258" y1="-21.6875" x2="44039.9414" y2="-46.5129" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0.0041" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_14_)" d="M46.67-28.04c-0.303-0.266-0.552-0.508-0.826-0.718c-0.22-0.167-0.461-0.315-0.709-0.438
+		c-0.604-0.292-1.212-0.33-1.822-0.006c-0.951,0.504-1.972,0.542-3.013,0.428c-0.303-0.032-0.501-0.176-0.64-0.459
+		c-1.043-2.146-2.781-3.524-4.958-4.396c-0.249-0.1-0.366-0.216-0.41-0.487c-0.11-0.683-0.157-1.355,0.005-2.036
+		c0.264-1.089,0.941-1.87,1.854-2.471c0.955-0.63,2.021-1.001,3.121-1.277c1.323-0.327,2.662-0.548,4.029-0.544
+		c0.695,0.001,1.383,0.082,2.051,0.284c1.492,0.451,2.414,1.448,2.752,2.955c0.219,0.979,0.426,1.968,0.526,2.963
+		c0.229,2.281-0.382,4.328-1.89,6.084C46.714-28.124,46.695-28.082,46.67-28.04z"/>
+	<g>
+		<path opacity="0.3" fill="#F6E8A0" enable-background="new    " d="M42.355-28.208c0.113-0.685,1.399-0.871,1.996-0.851
+			c1.051,0.035,1.731,0.648,2.414,1.444c0.11,0.13,0.196,0.258,0.271,0.389c1.189-0.949,1.855-2.234,1.672-3.545
+			c-0.324-2.31-3.169-3.817-6.352-3.37c-2.201,0.31-3.988,1.475-4.772,2.928c0.582,0.744,0.81,1.689,1.577,2.333
+			C39.909-28.256,41.385-28.166,42.355-28.208z"/>
+	</g>
+	
+		<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="44102.2578" y1="49.9824" x2="44111.2852" y2="-18.6189" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_15_)" d="M-35.044-6.488c0.688-0.34,1.169-0.414,1.596-0.26c-0.491,2.5-0.748,5.021-0.661,7.558
+		c0.098,2.808,0.584,5.542,1.816,8.102c0.156,0.325,0.337,0.64,0.549,0.94c-0.013-0.05-0.021-0.101-0.04-0.147
+		c-0.663-1.665-0.969-3.403-1.069-5.187c-0.158-2.78,0.17-5.516,0.771-8.225c0.015-0.066,0.034-0.13,0.062-0.226
+		c0.393,0.264,0.775,0.516,1.148,0.781c0.045,0.033,0.046,0.154,0.036,0.231c-0.19,1.645-0.177,3.289,0,4.934
+		c0.254,2.35,0.834,4.615,1.661,6.821c1.152,3.08,2.714,5.94,4.621,8.613c0.045,0.062,0.09,0.124,0.132,0.187
+		c0.009,0.014,0.008,0.031,0.021,0.082c-0.277-0.098-0.537-0.187-0.798-0.281c-1.756-0.636-3.476-1.354-5.132-2.222
+		c-0.259-0.134-0.509-0.303-0.729-0.496c-2.33-2.064-3.705-4.674-4.326-7.701c-0.092-0.45-0.158-0.908-0.283-1.36
+		c0.027,0.502,0.041,1.006,0.085,1.508c0.208,2.389,0.655,4.734,1.46,6.997c0.205,0.575,0.062,1.094-0.025,1.634
+		c-0.027,0.168-0.146,0.322-0.224,0.483c-0.129-0.125-0.288-0.23-0.381-0.378c-0.662-1.053-1.089-2.209-1.438-3.395
+		c-0.535-1.814-0.854-3.68-1.117-5.554c-0.244-1.75-0.399-3.51-0.392-5.279c0.009-1.789,0.146-3.562,0.741-5.27
+		c0.283-0.812,0.664-1.573,1.213-2.238c0.195-0.238,0.438-0.441,0.656-0.661C-35.075-6.493-35.061-6.491-35.044-6.488z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-26.934,17.653c0,0-4.446-0.625-6.321-3.683
+		c-1.876-3.056-2.415-8.312-2.415-8.312s-0.96-7.839,2.222-12.404C-35.464,9.994-26.934,17.653-26.934,17.653z"/>
+	
+		<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="44109.7891" y1="50.9766" x2="44118.8164" y2="-17.6291" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_16_)" d="M-35.044-6.488c-0.017-0.003-0.031-0.005-0.047-0.007c-0.917,0.358-1.634,0.975-2.22,1.75
+		c-0.853,1.13-1.301,2.437-1.578,3.804c-0.41,2.038-0.445,4.099-0.271,6.159c0.101,1.177,0.272,2.35,0.415,3.521
+		c0.005,0.042,0.006,0.083,0.01,0.168c-0.072-0.062-0.123-0.097-0.164-0.14c-3.4-3.525-5.957-7.586-7.631-12.191
+		c-0.044-0.12-0.029-0.282,0.008-0.408c1-3.194,2.445-6.183,4.217-9.013c0.748-1.194,1.572-2.34,2.363-3.507
+		c0.062-0.092,0.135-0.175,0.248-0.323c0.028,0.587,0.342,1.062,0.1,1.637c-0.309,0.733-0.508,1.504-0.467,2.316
+		c0.017,0.3,0.088,0.58,0.297,0.858c0.207-0.588,0.367-1.167,0.828-1.61c0.135,0.241,0.162,0.451,0.076,0.709
+		c-0.32,0.958-0.543,1.937-0.482,2.956c0.019,0.312,0.09,0.619,0.175,0.933c0.278-0.765,0.739-1.391,1.272-1.992
+		c0.031,0.046,0.06,0.076,0.076,0.112c0.711,1.47,1.622,2.805,2.707,4.023C-35.062-6.674-35.064-6.57-35.044-6.488z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-38.484-10.408c0,0-5,9.785-2.66,18.188
+		c0.291,0.23-0.469-0.363-1.373-1.404c-0.139-0.158-1.815-11.254,1.588-16.146c-4.574,5.426-2.408,15.121-2.602,14.838
+		c-0.408-0.604-0.775-1.271-1.018-1.968c-2.34-10.956,5.744-17.55,5.744-17.55L-38.484-10.408z"/>
+	<path fill="#E65270" d="M38.031-45.636c-0.206-0.314-0.445-0.63-0.635-0.978c-0.176-0.316-0.211-0.676-0.095-1.032
+		c0.144-0.44,0.438-0.609,0.896-0.545c0.367,0.056,0.734,0.112,1.104,0.124c0.393,0.013,0.42-0.04,0.465-0.421
+		c0.01-0.101,0.023-0.205,0.061-0.297c0.148-0.377,0.367-0.702,0.805-0.76c0.426-0.056,0.725,0.182,0.954,0.509
+		c0.685,0.97,0.117,2.281-1.073,2.439c-0.369,0.049-0.754-0.011-1.132-0.021c-0.073-0.003-0.146-0.016-0.218-0.022
+		c-0.018,0.021-0.036,0.045-0.055,0.066c0.102,0.119,0.181,0.277,0.309,0.352c0.271,0.153,0.562,0.216,0.896,0.178
+		c2.037-0.233,3.979,0.008,5.707,1.229c0.959,0.679,1.668,1.57,2.209,2.604c0.004,0.007,0.01,0.014,0.014,0.021
+		c0.068,0.188,0.207,0.417,0.021,0.56c-0.107,0.084-0.354,0.047-0.517-0.006c-0.761-0.25-1.5-0.567-2.271-0.777
+		c-1.125-0.308-2.291-0.318-3.449-0.255c-1.565,0.084-3.104,0.333-4.582,0.888c-1.656,0.622-3.151,1.5-4.448,2.709
+		c-0.149,0.14-0.3,0.277-0.468,0.39c-0.282,0.188-0.476,0.095-0.486-0.247c-0.008-0.242,0.016-0.491,0.07-0.729
+		c0.555-2.417,2.021-4.117,4.188-5.24C36.869-45.195,37.479-45.404,38.031-45.636z"/>
+	
+		<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="44123.0469" y1="21.7197" x2="44118.9922" y2="-26.0186" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_17_)" d="M-48.023-0.648c-0.088-8.721,2.717-16.289,8.558-22.715c-0.082,0.592-0.191,1.184-0.241,1.775
+		c-0.083,1.009-0.137,2.021-0.186,3.035c-0.01,0.206-0.062,0.369-0.178,0.534c-2.187,3.155-4.193,6.419-5.793,9.918
+		c-0.812,1.775-1.506,3.598-1.878,5.522C-47.861-1.957-47.928-1.326-48.023-0.648z"/>
+	
+		<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="44050.8477" y1="61.916" x2="44052.6523" y2="-22.0333" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_18_)" d="M23.299,28.03c1.046,1.809,2.125,3.55,2.508,5.601c0.064,0.343,0.045,0.708,0.023,1.062
+		c-0.114,1.978,0.091,3.909,0.732,5.793c0.057,0.167,0.125,0.343,0.121,0.513c-0.002,0.141-0.076,0.304-0.17,0.415
+		c-0.119,0.141-0.283,0.091-0.437,0.003c-0.493-0.279-0.851-0.689-1.138-1.166c-0.584-0.959-0.896-2.02-1.112-3.106
+		c-0.595-2.975-0.685-5.983-0.568-9.007C23.26,28.122,23.27,28.108,23.299,28.03z"/>
+	<path opacity="0.4" fill="#8B4FBA" enable-background="new    " d="M23.915,39.553c0.19,0.404,0.972,1.288,1.286,1.543l0.707,0.451
+		c-0.711-1.812-0.965-3.656-0.965-5.586c0-1.626,0.5-3.136,0.58-4.754c0.063-1.333-0.518-2.003-1.209-3.088
+		c-0.312-0.488-0.738-1.545-1.416-1.549c-0.314,0.771-0.264,1.737-0.271,2.562c-0.009,0.987-0.167,1.95-0.128,2.947
+		C22.572,33.961,23.589,38.86,23.915,39.553z"/>
+	<path fill="#E65270" d="M48.257-38.391c-0.03-0.024-0.04-0.028-0.043-0.034c-0.769-1.581-2.136-2.271-3.788-2.41
+		c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258c-0.219,0.465-0.324,0.983-0.487,1.494
+		c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.398,0.149-0.574c0.343-0.709,0.894-1.246,1.495-1.732
+		c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127c0.59,0.179,1.148,0.479,1.697,0.771
+		c0.424,0.227,0.64,0.615,0.576,1.12C49.044-39.015,48.762-38.625,48.257-38.391z"/>
+	<path opacity="0.4" fill="#2B2B2B" enable-background="new    " d="M48.257-38.391c-0.03-0.024-0.04-0.028-0.043-0.034
+		c-0.769-1.581-2.136-2.271-3.788-2.41c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258
+		c-0.219,0.465-0.324,0.983-0.487,1.494c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.398,0.149-0.574
+		c0.343-0.709,0.894-1.246,1.495-1.732c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127
+		c0.59,0.179,1.148,0.479,1.697,0.771c0.424,0.227,0.64,0.615,0.576,1.12C49.044-39.015,48.762-38.625,48.257-38.391z"/>
+	<g>
+		<path fill="#0D0D0D" d="M20.855-13.3c-0.019-0.977,0.186-1.896,0.606-2.768c0.853-1.751,2.257-2.896,4.017-3.647
+			c1.535-0.656,3.146-0.879,4.807-0.793c0.021,0.001,0.042,0.01,0.113,0.032c-1.162,0.179-2.242,0.468-3.287,0.885
+			c-1.81,0.723-3.405,1.751-4.645,3.284c-0.665,0.82-1.166,1.733-1.508,2.735C20.929-13.48,20.891-13.39,20.855-13.3z"/>
+		<path fill="#0D0D0D" d="M34.412,0.68c1.787,1.091,2.173,3.654,1.027,5.119C35.709,3.969,35.339,2.27,34.412,0.68z"/>
+		<path fill="#0D0D0D" d="M37.359-9.377c0.873-0.716,1.925-0.914,3.021-0.895c0.438,0.011,0.874,0.083,1.312,0.104
+			c0.236,0.011,0.484-0.004,0.718-0.055c0.442-0.101,0.639-0.033,0.79,0.391c0.342,0.967,0.503,1.969,0.388,2.99
+			c-0.056,0.489-0.157,0.991-0.353,1.439c-0.762,1.783-3.072,2.516-4.783,1.542c-0.221-0.125-0.428-0.271-0.625-0.433
+			c-0.208-0.169-0.396-0.365-0.612-0.567c0.097-0.111,0.177-0.218,0.267-0.311c0.207-0.212,0.285-0.463,0.222-0.745
+			c-0.196-0.884,0.187-1.513,0.926-1.917c0.528-0.288,1.106-0.495,1.681-0.686c0.297-0.102,0.602-0.174,0.912-0.236
+			c0.094,0.003,0.135,0.019,0.209,0.078c0.461,0.298,0.791,0.689,0.994,1.201c0.11-0.302,0.088-0.804-0.009-1.177
+			c-0.06-0.23-0.021-0.794,0.097-0.958c-0.01-0.01-0.019-0.021-0.025-0.03c-0.055,0.026-0.108,0.054-0.16,0.085
+			c-0.592,0.363-1.254,0.478-1.93,0.562c-0.834,0.106-1.646,0.297-2.357,0.778c-0.855,0.579-1.314,1.384-1.364,2.419
+			c-0.002,0.032-0.007,0.062-0.018,0.147C35.885-7.164,36.122-8.363,37.359-9.377z"/>
+	</g>
+	<path fill="#FFFFFF" d="M46.109-34.832c0.302-0.188,0.772-0.108,0.947,0.224c0.727,1.382,0.66,2.992-0.051,4.366
+		c-0.408,0.788-1.63,0.152-1.223-0.633c0.484-0.939,0.584-2.093,0.101-3.014C45.711-34.218,45.773-34.624,46.109-34.832z"/>
+	<g>
+		<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-27.876-38.81c-0.431,12.319,7.165,8.312,10.544,13.513
+			c0.275,0.324,0.438,0.688,0.562,0.97C-20.562-26.416-31.193-25.021-27.876-38.81z"/>
+	</g>
+	<g>
+		<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-33.66-14.794c10.432,8.98,31.025,8,32.532,7.873
+			C-9.766-13.082-35.68-7.29-36.63-26.043C-38.312-20.717-36.146-16.935-33.66-14.794z"/>
+	</g>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-16.986-24.817c0,0-0.002-2.722,0-4.645
+		c0-1.922-2.416-0.874-3.349,1.765C-18.006-26.784-16.986-24.817-16.986-24.817z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-18.279-25.729c1.747,3.083-0.048,5.75-0.326,5.864
+		c0.992,0.052,2.899,1.914,3.354,2.534c0.71,0.971,0.753,2.381,0.812,3.534c1.409,0.063,2.4,0.926,3.683,1.232
+		c-1.091-1.021-2.569-2.229-3.231-3.605c-0.589-1.222-1.087-2.629-1.482-3.929c-0.323-1.065-0.625-2.123-0.824-3.222
+		c-0.148-0.818-0.631-1.919-0.543-2.716c0,0-0.18-7.171,1.258-10.712c-2.723,0.927-4.15,3.149-4.646,4.009
+		c-0.562,0.973-1.619,3.392-0.31,4.933C-19.689-27.499-18.764-26.584-18.279-25.729z"/>
+	<path fill="#0D0D0D" d="M-43.784-35.044c5.481-7.553,12.813-12.407,21.927-14.516c3.036-0.703,6.123-0.896,9.237-0.884
+		c7.618,0.033,15.235,0.014,22.853,0.015c5.123,0.002,10.248,0,15.371,0.013c1.219,0.002,2.435,0.083,3.601,0.489
+		c1.144,0.396,2.026,1.097,2.519,2.232c0.704,1.639,0.103,3.701-1.418,4.812c-1.115,0.814-2.396,1.051-3.744,0.991
+		c-0.363-0.018-0.725-0.074-1.086-0.111c-0.082-0.009-0.172-0.028-0.25-0.01c-0.117,0.025-0.227,0.083-0.339,0.125
+		c0.064,0.094,0.11,0.208,0.194,0.277c1.393,1.185,2.352,2.645,2.811,4.417c0.168,0.645,0.217,1.3,0.156,1.961
+		c-0.004,0.052-0.008,0.103-0.01,0.152c-0.014,0.342,0.104,0.448,0.441,0.464c0.996,0.046,1.991,0.085,2.984,0.163
+		c0.475,0.038,0.943,0.154,1.479,0.188c-0.062-0.082-0.108-0.203-0.191-0.241c-0.794-0.367-1.312-0.979-1.573-1.795
+		c-0.305-0.961-0.519-1.943-0.475-2.962c0.067-1.646,0.708-3.062,1.75-4.311c0.937-1.12,2.091-1.963,3.396-2.603
+		c0.168-0.082,0.213-0.154,0.154-0.343c-0.167-0.539-0.146-1.083,0.043-1.621c0.115-0.328,0.326-0.566,0.627-0.735
+		c0.686-0.382,1.477-0.436,2.225-0.123c0.021-0.107,0.039-0.228,0.065-0.332c0.216-0.82,0.745-1.146,1.544-1.626
+		c0.186,0,0.372,0,0.559,0c0.022,0,0.043,0.059,0.066,0.063c1.407,0.237,1.998,1.523,1.835,2.741
+		c-0.042,0.314-0.133,0.623-0.194,0.906c0.638,0.168,1.295,0.298,1.922,0.518c2.895,1.007,4.806,2.961,5.615,5.938
+		c0.323,1.191,0.123,2.258-0.801,3.142c-0.058,0.058-0.062,0.198-0.049,0.293c0.18,1.125,0.457,2.242,0.529,3.374
+		c0.174,2.686-0.67,5.041-2.537,7.005c-0.11,0.114-0.117,0.212-0.088,0.354c0.123,0.602,0.264,1.203,0.338,1.812
+		c0.152,1.228-0.316,2.246-1.135,3.133c-0.072,0.079-0.153,0.164-0.188,0.262c-0.229,0.683-0.702,1.148-1.327,1.462
+		c-1.26,0.635-2.596,0.764-3.973,0.535c-0.902-0.151-1.726-0.531-2.54-0.917c-0.359-0.17-0.689-0.255-1.021,0.036
+		c-0.057,0.049-0.146,0.061-0.199,0.107c-0.092,0.087-0.246,0.208-0.229,0.281c0.023,0.112,0.156,0.239,0.271,0.285
+		c0.635,0.25,1.289,0.385,1.977,0.385c0.516,0,1.033,0.015,1.543,0.075c1.627,0.197,3.119,0.784,4.52,1.62
+		c0.094,0.056,0.197,0.104,0.303,0.121c1.811,0.277,3.266,1.7,3.582,3.502c0.031,0.182,0.027,0.391,0.121,0.536
+		c0.768,1.186,0.83,2.446,0.387,3.741c-0.281,0.819-0.671,1.604-0.98,2.413c-0.166,0.434-0.334,0.883-0.376,1.333
+		c-0.111,1.283-0.281,2.554-0.625,3.793c-0.735,2.646-2.045,4.939-4.148,6.738c-2.123,1.815-4.612,2.771-7.369,3.064
+		c-0.243,0.025-0.371,0.103-0.479,0.343c-0.602,1.365-1.592,2.324-3.017,2.822c-0.37,0.129-0.739,0.158-1.087,0.001
+		c-0.496-0.229-1.001-0.457-1.445-0.771c-1.164-0.812-2.086-1.867-2.851-3.06c-0.06-0.09-0.126-0.208-0.215-0.238
+		c-0.12-0.039-0.298-0.053-0.39,0.011c-0.07,0.048-0.086,0.242-0.059,0.355c0.032,0.133,0.135,0.251,0.214,0.368
+		c2.026,2.93,3.315,6.153,3.908,9.666c0.021,0.11,0.099,0.229,0.181,0.312c0.498,0.507,1.012,0.996,1.506,1.507
+		c0.789,0.815,1.273,1.802,1.531,2.897c0.067,0.287,0.1,0.582,0.119,0.875c0.006,0.089-0.081,0.183-0.125,0.275
+		c-0.095-0.055-0.219-0.088-0.277-0.167c-0.135-0.184-0.229-0.395-0.354-0.585c-0.082-0.126-0.189-0.233-0.286-0.354
+		c-0.03,0.071-0.022,0.111-0.008,0.148c0.53,1.35,0.899,2.741,1.077,4.183c0.05,0.402,0.084,0.808,0.094,1.212
+		c0.008,0.294-0.188,0.48-0.384,0.401c-0.105-0.042-0.196-0.131-0.277-0.211c-0.788-0.781-1.717-1.36-2.669-1.908
+		c-0.021,0.029-0.037,0.042-0.038,0.057c-0.026,0.142-0.052,0.282-0.073,0.424c-0.254,1.665-0.693,3.284-1.201,4.89
+		c-0.387,1.226-0.606,2.479-0.393,3.771c0.128,0.77,0.401,1.467,1.055,1.957c0.049,0.037,0.082,0.096,0.14,0.162
+		c-0.076,0.039-0.123,0.077-0.177,0.088c-0.943,0.208-1.918,0.086-2.447-0.997c-0.061-0.121-0.141-0.23-0.25-0.412
+		c-0.119,0.238-0.237,0.394-0.275,0.564c-0.188,0.854-0.234,1.723-0.154,2.596c0.102,1.078,0.482,2.065,0.951,3.027
+		c0.121,0.25,0.236,0.507,0.314,0.771c0.139,0.479-0.128,0.833-0.629,0.825c-0.249-0.005-0.512-0.044-0.741-0.131
+		c-1.233-0.464-2.172-1.279-2.796-2.446c-0.051-0.095-0.098-0.189-0.153-0.303c-0.495,0.481-0.946,0.95-1.181,1.592
+		c-0.15,0.411-0.35,0.808-0.555,1.192c-0.147,0.276-0.258,0.27-0.438,0.019c-0.049-0.067-0.092-0.142-0.145-0.207
+		c-0.139-0.167-0.246-0.168-0.354,0.021c-0.097,0.166-0.17,0.349-0.235,0.528c-0.322,0.87-0.849,1.592-1.572,2.169
+		c-0.049,0.037-0.105,0.066-0.221,0.137c0.043-0.275,0.078-0.488,0.105-0.702c0.029-0.219,0.055-0.438,0.083-0.669
+		c-0.065,0.008-0.085,0.006-0.099,0.014c-0.07,0.045-0.142,0.092-0.211,0.142c-2.924,2.02-6.121,3.424-9.576,4.244
+		c-1.053,0.25-2.157,0.339-3.108,0.936c-0.021,0.014-0.048,0.021-0.071,0.032c-0.188,0.074-0.326,0.033-0.472-0.113
+		c-0.093-0.092-0.259-0.133-0.392-0.131c-0.422,0.01-0.844,0.103-1.264,0.138c-0.387,0.032-0.785,0.12-1.156,0.213
+		c-0.637,0.161-1.256,0.78-1.881,0.78c-0.152,0-0.307,0-0.457,0c-0.146,0-0.319-0.42-0.438-0.567
+		c-0.207-0.259-0.461-0.562-0.786-0.583c-2.153-0.134-4.282-0.446-6.379-0.969c-3.192-0.792-6.19-2.021-8.877-3.953
+		c-1.963-1.413-3.647-3.091-4.841-5.218c-0.244-0.432-0.438-0.896-0.631-1.352c-0.146-0.353-0.182-0.725-0.06-1.094
+		c0.103-0.303,0.331-0.471,0.64-0.423c1.754,0.276,3.24-0.365,4.609-1.36c1.362-0.991,2.4-2.261,2.992-3.849
+		c0.872-2.346,0.4-4.446-1.244-6.305c-0.166-0.188-0.354-0.358-0.556-0.562c-0.076,0.285-0.14,0.544-0.214,0.803
+		c-0.373,1.27-0.903,2.456-1.807,3.445c-0.525,0.577-1.373,0.906-0.593,0.876c0.72-0.025-0.259-0.012-0.349,0
+		c0.898-0.617,0.207-0.983,0.34-2.028c0.283-2.222-0.398-4.134-1.945-5.739c-0.094-0.098-0.236-0.16-0.369-0.207
+		c-1.63-0.578-3.271-1.126-4.892-1.729c-2.894-1.076-5.688-2.37-8.336-3.965c-0.036-0.021-0.074-0.041-0.113-0.062
+		c-0.251,0.162-0.354,0.404-0.343,0.674c0.014,0.36,0.072,0.72,0.115,1.079c0.004,0.043,0.018,0.083,0.021,0.125
+		c0.086,0.635-0.162,0.842-0.746,0.558c-0.293-0.143-0.562-0.38-0.773-0.631c-0.674-0.807-1.092-1.763-1.493-2.721
+		c-0.212-0.506-0.38-1.03-0.595-1.535c-0.077-0.184-0.2-0.371-0.353-0.5c-2.293-1.95-4.429-4.048-6.239-6.464
+		c-1.552-2.07-2.875-4.271-3.951-6.625c-0.026-0.062-0.058-0.122-0.088-0.183c-0.008-0.013-0.023-0.021-0.058-0.051
+		c-0.353,2.063-0.422,4.117-0.215,6.192c-0.165-0.616-0.349-1.229-0.492-1.85c-0.588-2.504-0.771-5.038-0.596-7.604
+		c0.009-0.13-0.024-0.27-0.063-0.396c-0.764-2.398-1.291-4.849-1.516-7.354C-51.076-19.924-48.949-27.926-43.784-35.044z
+		 M-45.863-8.1c1.6-3.499,3.606-6.763,5.793-9.918c0.115-0.166,0.168-0.329,0.178-0.534c0.049-1.014,0.103-2.025,0.186-3.035
+		c0.05-0.594,0.159-1.186,0.241-1.775c-5.841,6.427-8.646,13.994-8.558,22.715c0.098-0.677,0.162-1.309,0.282-1.929
+		C-47.369-4.502-46.675-6.324-45.863-8.1z M-24.402,17.718c-0.013-0.051-0.012-0.068-0.021-0.082
+		c-0.042-0.062-0.087-0.124-0.132-0.187c-1.907-2.673-3.469-5.534-4.621-8.613c-0.827-2.206-1.407-4.473-1.661-6.821
+		c-0.177-1.645-0.19-3.289,0-4.934c0.01-0.077,0.009-0.198-0.036-0.231c-0.373-0.267-0.757-0.519-1.148-0.781
+		c-0.026,0.095-0.047,0.158-0.062,0.226c-0.603,2.709-0.929,5.443-0.771,8.225c0.102,1.782,0.406,3.521,1.069,5.187
+		c0.019,0.048,0.027,0.099,0.04,0.147c-0.212-0.303-0.393-0.615-0.549-0.94c-1.232-2.561-1.719-5.294-1.816-8.102
+		c-0.087-2.536,0.17-5.058,0.661-7.558c-0.427-0.153-0.905-0.08-1.596,0.26c-0.021-0.083-0.019-0.188-0.067-0.244
+		c-1.085-1.22-1.996-2.555-2.707-4.023c-0.018-0.037-0.045-0.066-0.076-0.112c-0.533,0.604-0.994,1.229-1.272,1.992
+		c-0.085-0.312-0.156-0.62-0.175-0.933c-0.061-1.021,0.162-1.998,0.482-2.956c0.086-0.258,0.059-0.468-0.076-0.709
+		c-0.461,0.442-0.621,1.022-0.828,1.61c-0.209-0.278-0.28-0.56-0.297-0.858c-0.041-0.812,0.158-1.583,0.467-2.316
+		c0.242-0.573-0.07-1.05-0.1-1.637c-0.113,0.148-0.187,0.23-0.248,0.323c-0.791,1.167-1.615,2.312-2.363,3.507
+		c-1.771,2.831-3.217,5.817-4.217,9.013c-0.037,0.126-0.052,0.288-0.008,0.408c1.674,4.605,4.229,8.666,7.631,12.191
+		c0.041,0.043,0.092,0.078,0.164,0.14c-0.004-0.084-0.005-0.126-0.01-0.168c-0.143-1.173-0.314-2.346-0.415-3.521
+		c-0.175-2.062-0.14-4.121,0.271-6.159c0.277-1.367,0.727-2.673,1.578-3.804c0.586-0.774,1.303-1.392,2.221-1.75
+		c-0.221,0.22-0.461,0.422-0.657,0.661c-0.549,0.665-0.931,1.427-1.213,2.238c-0.597,1.707-0.731,3.479-0.741,5.27
+		c-0.009,1.771,0.146,3.528,0.393,5.279c0.263,1.874,0.582,3.737,1.117,5.554c0.35,1.186,0.774,2.342,1.438,3.395
+		c0.093,0.146,0.252,0.253,0.381,0.378c0.077-0.161,0.195-0.315,0.225-0.483c0.088-0.541,0.229-1.06,0.024-1.634
+		c-0.806-2.264-1.252-4.607-1.46-6.997c-0.044-0.502-0.057-1.006-0.085-1.508c0.125,0.452,0.19,0.91,0.284,1.36
+		c0.621,3.027,1.994,5.637,4.326,7.701c0.219,0.193,0.469,0.362,0.728,0.496c1.656,0.866,3.376,1.586,5.132,2.222
+		C-24.939,17.532-24.682,17.622-24.402,17.718z M26.686,40.998c0.004-0.17-0.065-0.346-0.123-0.513
+		c-0.642-1.884-0.847-3.816-0.731-5.793c0.021-0.354,0.041-0.72-0.022-1.062c-0.384-2.05-1.463-3.792-2.509-5.601
+		c-0.028,0.078-0.039,0.092-0.039,0.104c-0.116,3.021-0.026,6.032,0.568,9.007c0.218,1.087,0.528,2.147,1.112,3.106
+		c0.287,0.476,0.645,0.886,1.138,1.166c0.153,0.087,0.315,0.138,0.437-0.003C26.607,41.301,26.682,41.138,26.686,40.998z
+		 M27.934,24.979c-0.477-0.345-0.978-0.669-1.502-0.934c-1.844-0.927-3.798-1.587-5.729-2.299c-0.376-0.138-0.737-0.336-1.073-0.556
+		c-0.668-0.438-1.165-1.052-1.596-1.716c-0.206-0.314-0.399-0.638-0.6-0.957c0.006,0.107,0.039,0.201,0.065,0.298
+		c0.228,0.776,0.487,1.546,0.671,2.334c0.255,1.099,0.659,2.126,1.271,3.068c0.33,0.509,0.699,0.996,1.022,1.513
+		c0.204,0.324,0.382,0.676,0.524,1.032c0.084,0.214,0.074,0.464,0.109,0.697c-0.035,0.017-0.068,0.034-0.104,0.05
+		c-0.102-0.086-0.219-0.161-0.305-0.261c-0.355-0.407-0.696-0.828-1.061-1.228c-0.079-0.089-0.255-0.176-0.344-0.144
+		c-0.085,0.031-0.176,0.22-0.163,0.33c0.045,0.441,0.071,0.896,0.209,1.312c0.19,0.573,0.489,1.11,0.712,1.677
+		c0.109,0.276,0.18,0.582,0.205,0.878c0.012,0.14-0.124,0.292-0.191,0.437c-0.119-0.081-0.256-0.146-0.354-0.249
+		c-0.174-0.183-0.312-0.397-0.492-0.577c-0.177-0.175-0.341-0.146-0.443,0.077c-0.072,0.156-0.146,0.348-0.121,0.506
+		c0.061,0.397,0.168,0.787,0.27,1.179c0.094,0.356,0.227,0.708,0.3,1.067c0.05,0.243-0.012,0.484-0.267,0.667
+		c-0.071-0.104-0.149-0.193-0.195-0.298c-0.1-0.214-0.18-0.438-0.271-0.652c-0.215-0.494-0.404-1.005-0.658-1.479
+		c-0.225-0.417-0.445-0.38-0.686,0.025c-0.467,0.792-0.928,1.59-1.449,2.346c-0.287,0.415-0.453,0.842-0.498,1.328
+		c-0.058,0.646-0.09,1.298-0.157,1.945c-0.026,0.241-0.091,0.492-0.355,0.72c-0.056-0.273-0.103-0.497-0.147-0.722
+		c-0.065-0.33-0.11-0.666-0.201-0.989c-0.062-0.228-0.246-0.251-0.36-0.048c-0.103,0.184-0.173,0.404-0.188,0.614
+		c-0.027,0.396,0.009,0.794-0.012,1.191c-0.009,0.18-0.074,0.361-0.142,0.532c-0.028,0.073-0.126,0.122-0.192,0.182
+		c-0.043-0.074-0.103-0.142-0.127-0.223c-0.031-0.095-0.035-0.198-0.05-0.299c-0.043-0.292-0.067-0.591-0.136-0.875
+		c-0.073-0.309-0.268-0.361-0.459-0.111c-0.176,0.229-0.314,0.5-0.403,0.774c-0.135,0.426-0.192,0.872-0.321,1.302
+		c-0.06,0.201-0.197,0.385-0.326,0.556c-0.049,0.062-0.188,0.102-0.266,0.079c-0.057-0.015-0.113-0.146-0.115-0.228
+		c-0.008-0.328,0.006-0.658,0.011-0.987c0.001-0.163,0-0.326,0-0.502c-0.072,0.016-0.101,0.015-0.118,0.026
+		c-0.041,0.028-0.082,0.062-0.115,0.099c-0.338,0.359-0.564,0.776-0.636,1.271c-0.031,0.219-0.042,0.438-0.083,0.653
+		c-0.051,0.254-0.202,0.351-0.46,0.319c-0.271-0.032-0.442-0.229-0.47-0.573c-0.02-0.224-0.004-0.448-0.004-0.706
+		c-0.309,0.158-0.582,0.303-0.86,0.44c-2.843,1.407-5.843,2.279-8.991,2.647c-2.033,0.237-4.066,0.243-6.082-0.166
+		c-1.219-0.247-2.38-0.644-3.387-1.407c-0.148-0.11-0.284-0.238-0.426-0.358c1.121,0.649,1.777,0.914,2.789,1.106
+		c1.843,0.354,3.687,0.301,5.527,0.034c3.239-0.471,6.301-1.492,9.178-3.062c2.229-1.216,4.244-2.707,5.873-4.68
+		c0.123-0.146,0.238-0.299,0.354-0.449c-3.335,1.593-7.102-1.404-10.87-0.074c5.164-2.662,8.222,0.767,11.134-1.452
+		c0.741-0.564,0.873-2.019-0.82-1.775c-1.616,0.231,2.434-0.569,3.16-4.778c-0.041-0.687-0.138-1.386-0.295-2.101
+		c-0.695-3.153-2.164-5.938-4.18-8.438c-2.076-2.576-4.684-4.493-7.613-5.992C3.807,7.94,3.76,7.924,3.702,7.901
+		C3.71,7.937,3.709,7.954,3.715,7.963C3.756,8.028,3.798,8.091,3.84,8.155c1.4,2.081,2.551,4.278,3.109,6.746
+		c0.384,1.69,0.43,3.384-0.104,5.058c-0.597,1.869-1.791,3.292-3.351,4.432c-1.748,1.278-3.723,2.076-5.782,2.688
+		c-0.44,0.131-0.888,0.247-1.386,0.384c0.056-0.06,0.062-0.076,0.076-0.081c0.084-0.036,0.172-0.069,0.259-0.103
+		c1.438-0.562,2.808-1.248,4.05-2.175c1.788-1.329,3.104-3.003,3.7-5.18C4.937,18,4.82,16.075,4.351,14.16
+		C3.744,11.678,2.62,9.431,1.264,7.284C0.953,6.793,0.584,6.466,0.026,6.3c-0.674-0.2-1.335-0.459-2.065-0.716
+		c2.066,2.217,2.123,5.337,1.727,7.168c-0.006-0.032-0.016-0.053-0.017-0.075C-0.4,11.185-0.908,9.841-1.742,8.615
+		c-1.244-1.83-2.929-3.164-4.831-4.249C-6.72,4.282-6.9,4.255-7.064,4.202c0.688,0.793,1.215,1.657,1.523,2.647
+		c0.3,0.958,0.404,2.46,0.205,2.999c-0.314-1.047-0.641-1.729-1.34-2.62c-1.2-1.528-2.594-2.851-4.209-3.951
+		c-1.082-0.741-2.217-1.354-3.437-1.82c-2.157-0.827-4.407-1.334-6.645-1.882c-1.966-0.481-3.931-0.98-5.882-1.525
+		c-1.064-0.298-2.088-0.737-2.973-1.431c-0.158,0.352-0.455,1.596-0.466,2.584c-0.129,11.646,9.138,17.871,11.962,21.129
+		c0.822,0.949,1.294,2.112,1.707,3.288c0.168,0.477,0.312,0.961,0.471,1.456c0.026-0.035,0.053-0.059,0.065-0.084
+		c0.789-1.515,1.274-3.062,0.896-4.816c-0.58-2.683-1.66-5.079-3.694-6.979c-0.022-0.021-0.04-0.048-0.11-0.128
+		c0.1,0.051,0.135,0.064,0.167,0.086c1.673,0.964,3.202,2.11,4.495,3.554c2.174,2.424,3.342,5.261,3.502,8.519
+		c0.07,1.419-0.125,2.82-0.283,4.221c-0.423,3.729-3.146,6.748-6.807,7.639c-0.275,0.067-0.555,0.162-0.803,0.293
+		c-0.352,0.187-0.448,0.493-0.315,0.863c0.048,0.133,0.119,0.262,0.195,0.382c0.649,1.01,1.474,1.845,2.489,2.492
+		c0.521,0.331,1.041,0.661,1.543,1.02c2.06,1.472,4.275,2.614,6.725,3.286c1.011,0.277,2.033,0.522,3.096,0.429
+		C-4.655,45.823-4.331,45.7-4,45.661c0.138-0.018,0.287,0.079,0.433,0.123c-0.082,0.092-0.147,0.214-0.248,0.271
+		c-0.64,0.368-1.347,0.482-2.07,0.506c-1.065,0.036-2.102-0.166-3.139-0.377c-0.104-0.021-0.213-0.021-0.32-0.03
+		c0.849,0.734,1.812,1.208,2.854,1.521c1.716,0.521,3.468,0.638,5.243,0.489c0.568-0.048,1.145-0.071,1.668-0.368
+		c0.514-0.29,1.055-0.533,1.586-0.791c0.115-0.056,0.243-0.084,0.366-0.125c0.019,0.021,0.036,0.039,0.055,0.06
+		c-0.056,0.144-0.102,0.292-0.173,0.428c-0.191,0.376-0.4,0.743-0.594,1.119c-0.035,0.071-0.018,0.173-0.023,0.26
+		c0.08,0.004,0.17,0.034,0.239,0.01c0.408-0.136,0.824-0.256,1.212-0.438c0.555-0.264,1.133-0.354,1.738-0.395
+		c0.824-0.057,1.65-0.135,2.469-0.252c1.202-0.173,2.118-0.793,2.712-1.868c0.14-0.251,0.287-0.497,0.438-0.742
+		c0.054-0.087,0.128-0.161,0.193-0.24c0.028,0.013,0.061,0.024,0.09,0.04c-0.188,0.64-0.375,1.279-0.571,1.954
+		c0.622-0.142,1.271-0.573,1.784-1.178c0.261-0.302,0.492-0.625,0.75-0.927c0.103-0.12,0.242-0.208,0.363-0.312
+		c0.034,0.019,0.069,0.034,0.104,0.054c-0.05,0.428-0.101,0.855-0.149,1.285c0.025,0.009,0.053,0.019,0.079,0.026
+		c0.388-0.236,0.771-0.479,1.159-0.715c1.318-0.794,2.553-1.688,3.479-2.948c0.127-0.174,0.222-0.149,0.289,0.062
+		c0.082,0.265,0.137,0.539,0.228,0.802c0.026,0.08,0.138,0.189,0.202,0.185c0.089-0.007,0.213-0.095,0.242-0.176
+		c0.062-0.17,0.088-0.357,0.1-0.542c0.025-0.37,0.016-0.742,0.055-1.11c0.012-0.113,0.133-0.218,0.204-0.323
+		c0.095,0.084,0.226,0.15,0.274,0.256c0.147,0.303,0.257,0.624,0.394,0.933c0.126,0.286,0.201,0.291,0.384,0.048
+		c0.24-0.321,0.51-0.58,0.963-0.548c0.42,0.032,0.473,0.001,0.629-0.39c0.267-0.667,0.494-1.347,0.768-2.01
+		c0.13-0.316,0.329-0.604,0.486-0.908c0.039-0.072,0.072-0.175,0.053-0.246c-0.557-1.795-0.71-3.644-0.729-5.508
+		c-0.017-1.725,0.018-3.45-0.041-5.172c-0.045-1.347-0.271-2.661-1.276-3.699c0.139,0.044,0.271,0.094,0.396,0.158
+		c0.647,0.336,1.178,0.819,1.641,1.375c1.027,1.228,1.701,2.65,2.3,4.121c0.479,1.178,0.962,2.355,1.465,3.523
+		c0.125,0.29,0.333,0.546,0.519,0.809c0.045,0.062,0.178,0.133,0.229,0.107c0.075-0.033,0.147-0.145,0.158-0.23
+		c0.026-0.19,0.026-0.39,0.017-0.58c-0.043-0.963-0.123-1.925,0.043-2.885c0.024-0.147,0.066-0.312,0.029-0.447
+		c-0.361-1.317-0.83-2.589-1.643-3.708c-0.024-0.035-0.041-0.078-0.092-0.177c0.578,0.258,0.967,0.64,1.282,1.089
+		c0.315,0.451,0.591,0.93,0.901,1.428c0.132-0.534,0.258-1.048,0.384-1.562C28.76,26.03,28.536,25.418,27.934,24.979z
+		 M28.588,17.262c-1.479-1.396-3.23-2.381-5.07-3.217c-2.49-1.132-5.099-1.917-7.759-2.535c-0.95-0.221-1.907-0.412-2.924-0.63
+		c0.409,0.507,0.771,0.961,1.144,1.41c0.035,0.043,0.114,0.062,0.178,0.071c1.666,0.173,3.269,0.604,4.812,1.246
+		c3.571,1.482,6.629,3.722,9.354,6.438c0.025,0.025,0.043,0.057,0.062,0.085c-0.093-0.028-0.162-0.074-0.232-0.122
+		c-2.299-1.596-4.664-3.084-7.15-4.372c-1.592-0.82-3.214-1.575-4.958-2.021c-0.411-0.105-0.831-0.175-1.312-0.273
+		c0.066,0.114,0.093,0.156,0.117,0.2c0.547,0.958,1.15,1.893,1.627,2.887c0.297,0.625,0.715,1.083,1.243,1.486
+		c1.98,1.507,4.162,2.67,6.388,3.759c0.021,0.009,0.045,0.006,0.117,0.019c-0.847-1.344-1.664-2.652-3.123-3.389
+		c0.377,0.062,0.752,0.125,1.113,0.235c1.12,0.343,2.062,1.003,2.947,1.743c1.082,0.903,2.129,1.854,3.227,2.744
+		c0.565,0.46,1.17,0.904,1.823,1.222c0.687,0.331,1.448,0.502,2.181,0.729c0.188,0.062,0.389,0.072,0.664,0.12
+		c-0.09-0.464-0.128-0.871-0.25-1.249C31.97,21.293,30.536,19.107,28.588,17.262z M15.105-2.502
+		c-0.541-0.301-1.117-0.571-1.707-0.751c-1.209-0.366-2.467-0.372-3.721-0.369C8.79-3.621,7.902-3.609,7.016-3.619
+		C6.793-3.622,6.572-3.692,6.352-3.732c0-0.04-0.002-0.081-0.004-0.123C6.539-3.928,6.725-4.017,6.92-4.073
+		c0.618-0.176,1.239-0.334,1.855-0.506c0.121-0.035,0.231-0.104,0.349-0.158C9.12-4.761,9.115-4.786,9.111-4.809
+		c-0.08-0.032-0.159-0.077-0.244-0.096c-1.24-0.247-2.474-0.547-3.726-0.724C3.023-5.93,0.923-6.297-1.128-6.921
+		c-0.175-0.052-0.367-0.078-0.547-0.066c-2.074,0.145-4.147,0.293-6.221,0.445c-2.398,0.175-4.797,0.198-7.191-0.055
+		c-2.721-0.287-5.354-0.933-7.901-1.917c-3.661-1.415-6.979-3.433-10.097-5.796c-0.053-0.04-0.104-0.088-0.155-0.131
+		c0.103,0.02,0.181,0.062,0.257,0.108c2.848,1.7,5.784,3.217,8.887,4.399c2.631,1.001,5.332,1.724,8.123,2.094
+		c2.017,0.267,4.041,0.328,6.074,0.315c2.271-0.012,4.547,0,6.818,0.001c0.029,0,0.059-0.004,0.092-0.007
+		c-0.009-0.02-0.01-0.03-0.014-0.034C-3.057-7.585-3.111-7.609-3.166-7.63c-2.031-0.794-3.957-1.786-5.715-3.081
+		c-0.531-0.394-1.102-0.689-1.711-0.918c-0.473-0.179-0.949-0.354-1.432-0.506c-2.479-0.783-5.045-1.167-7.597-1.628
+		c-2.103-0.379-4.203-0.768-6.287-1.228c-1.899-0.419-3.733-1.062-5.438-2.031c-2.926-1.662-4.647-4.15-5.116-7.491
+		c-0.074-0.525-0.116-1.057-0.169-1.528c-0.102,0.19-0.213,0.42-0.344,0.64c-1.109,1.865-1.885,3.851-2.127,6.02
+		c-0.326,2.931,0.51,5.459,2.633,7.536c0.087,0.085,0.146,0.199,0.203,0.312c0.306,0.62,0.559,1.271,0.914,1.858
+		c1.015,1.665,2.447,2.919,4.06,3.979c2.142,1.405,4.481,2.387,6.896,3.202c3.809,1.288,7.728,2.129,11.666,2.886
+		C-9.521,1.008-6.306,1.6-3.099,2.223c2.502,0.484,4.935,1.17,7.238,2.305c2.889,1.422,5.563,3.13,7.828,5.439
+		c0.075,0.078,0.219,0.12,0.333,0.124c1.515,0.043,3.021,0.185,4.509,0.466c4.168,0.79,7.985,2.413,11.481,4.808
+		c0.058,0.037,0.118,0.065,0.213,0.123c-0.021-0.125-0.03-0.2-0.048-0.272c-0.294-1.303-0.676-2.581-1.172-3.82
+		C24.855,5.332,20.816,0.677,15.105-2.502z M48.63-34.24c-0.101-0.996-0.308-1.983-0.526-2.963c-0.338-1.507-1.26-2.504-2.752-2.955
+		c-0.668-0.202-1.354-0.282-2.051-0.284c-1.367-0.003-2.706,0.217-4.029,0.544c-1.102,0.276-2.166,0.647-3.121,1.277
+		c-0.912,0.601-1.59,1.382-1.854,2.471c-0.162,0.681-0.115,1.354-0.005,2.036c0.044,0.271,0.161,0.39,0.41,0.487
+		c2.177,0.869,3.915,2.248,4.958,4.396c0.139,0.284,0.337,0.428,0.64,0.459c1.041,0.115,2.062,0.077,3.013-0.428
+		c0.61-0.324,1.219-0.287,1.822,0.006c0.248,0.121,0.489,0.271,0.709,0.438c0.274,0.209,0.523,0.452,0.826,0.718
+		c0.025-0.044,0.044-0.084,0.07-0.116C48.248-29.912,48.857-31.958,48.63-34.24z M32.529-38.688c0.168-0.109,0.318-0.25,0.468-0.388
+		c1.297-1.209,2.792-2.087,4.448-2.709c1.479-0.555,3.017-0.804,4.582-0.888c1.158-0.062,2.324-0.052,3.449,0.255
+		c0.771,0.21,1.51,0.527,2.271,0.777c0.162,0.053,0.407,0.09,0.517,0.006c0.186-0.143,0.047-0.37-0.021-0.56
+		c-0.004-0.008-0.01-0.015-0.014-0.021c-0.541-1.033-1.25-1.926-2.209-2.604c-1.728-1.221-3.67-1.462-5.707-1.229
+		c-0.334,0.038-0.623-0.023-0.896-0.178c-0.128-0.073-0.207-0.231-0.309-0.352c0.019-0.021,0.037-0.045,0.055-0.066
+		c0.072,0.008,0.145,0.021,0.218,0.022c0.378,0.012,0.763,0.07,1.132,0.021c1.19-0.158,1.758-1.471,1.073-2.439
+		c-0.229-0.327-0.528-0.562-0.954-0.509c-0.438,0.058-0.656,0.383-0.805,0.76c-0.036,0.092-0.051,0.196-0.061,0.297
+		c-0.045,0.381-0.072,0.434-0.465,0.421c-0.369-0.011-0.736-0.068-1.104-0.124c-0.457-0.064-0.752,0.104-0.896,0.545
+		c-0.116,0.356-0.081,0.716,0.095,1.032c0.188,0.346,0.429,0.661,0.635,0.978c-0.553,0.231-1.162,0.44-1.729,0.734
+		c-2.167,1.123-3.635,2.823-4.188,5.24c-0.057,0.236-0.079,0.486-0.071,0.729C32.055-38.591,32.247-38.499,32.529-38.688z
+		 M33.66-35.663c0.162-0.511,0.27-1.029,0.486-1.494c0.504-1.076,1.4-1.774,2.447-2.258c2.484-1.142,5.104-1.653,7.831-1.421
+		c1.652,0.14,3.021,0.83,3.788,2.41c0.003,0.006,0.014,0.01,0.043,0.034c0.505-0.234,0.787-0.624,0.855-1.172
+		c0.062-0.504-0.153-0.894-0.577-1.119c-0.548-0.292-1.107-0.593-1.697-0.771c-2.492-0.755-5.012-0.737-7.53-0.127
+		c-1.918,0.464-3.688,1.251-5.231,2.498c-0.603,0.486-1.152,1.022-1.495,1.732c-0.085,0.176-0.164,0.388-0.15,0.574
+		C32.475-36.196,33.118-35.66,33.66-35.663z M-45.486-22.974c-2.023,3.519-3.076,7.254-3.078,7.827
+		c-0.006,1.791,0.133,3.576,0.401,5.354c0.062,0.412,0.144,0.821,0.215,1.232c0.076-0.075,0.101-0.151,0.124-0.229
+		c0.299-0.993,0.559-2,0.901-2.978c1.798-5.125,4.532-9.722,7.92-13.945c0.123-0.154,0.229-0.336,0.29-0.523
+		c0.736-2.267,1.792-4.324,3.146-6.188c-1.519,0.647-3.248,0.88-5.309,3.251c2.531-4.881,8.527-6.815,8.527-6.815
+		c3.336-2.985,7.219-4.958,11.52-6.139c0.348-0.095,0.698-0.171,1.049-0.255c-0.076,0.074-0.162,0.104-0.248,0.138
+		c-3.201,1.145-6.15,2.741-8.82,4.846c-3.323,2.62-5.836,5.848-7.338,9.828c-0.16,0.428-0.236,0.827-0.071,1.269
+		c0.112,0.3,0.17,0.619,0.263,0.926c0.706,2.307,1.811,4.381,3.588,6.055c1.7,1.604,3.743,2.573,5.959,3.227
+		c2.654,0.778,5.396,1.065,8.125,1.423c1.583,0.206,3.158,0.456,4.736,0.697c0.424,0.063,0.843,0.168,1.294,0.261
+		c-0.034-0.056-0.044-0.081-0.062-0.101c-1.232-1.383-2.258-2.902-3.074-4.568c-0.049-0.103-0.162-0.205-0.271-0.239
+		c-0.729-0.23-1.452-0.503-2.2-0.653c-1.109-0.221-2.244-0.306-3.353-0.524c-5.947-1.18-7.78-4.367-7.753-4.338
+		c1.806,1.918,4.695,2.459,5.459,2.725c1.779,0.619,3.624,0.787,5.492,0.769c0.547-0.008,1.092-0.04,1.654-0.062
+		c-1.677-5.474-1.457-10.81,0.815-16.037c0.002,0.099-0.021,0.193-0.044,0.287c-0.889,3.376-1.249,6.791-0.741,10.267
+		c0.613,4.221,2.448,7.817,5.513,10.78c2.297,2.22,4.998,3.818,7.896,5.106c2.753,1.224,5.646,1.981,8.564,2.685
+		c2.196,0.529,4.401,1.048,6.569,1.687c2.904,0.851,5.533,2.249,7.772,4.315c0.348,0.32,0.697,0.647,0.984,1.021
+		c1.887,2.442,4.188,4.354,7.019,5.6c0.179,0.599,0.491,1.231,0.979,1.891c0.691,0.926,1.547,1.689,2.469,2.374
+		c0.262,0.193,0.608,0.304,0.934,0.368c0.354,0.073,0.566-0.098,0.688-0.441c0.032-0.097,0.055-0.194,0.073-0.293
+		c0.188-0.065,0.377-0.167,0.562-0.311c0.127-0.098,0.25-0.204,0.361-0.315c0.521-0.524,0.887-1.148,1.182-1.817
+		c0.064-0.145,0.15-0.202,0.3-0.221c0.351-0.046,0.703-0.095,1.05-0.162c5.633-1.114,9.732-5.394,10.448-11.548
+		c0.063-0.555,0.06-1.13,0.226-1.65c0.213-0.661,0.564-1.277,0.856-1.913c0.257-0.559,0.538-1.107,0.761-1.681
+		c0.229-0.587,0.257-1.199,0.079-1.816c-0.062-0.212-0.185-0.268-0.351-0.165c-0.231,0.146-0.44,0.329-0.662,0.494
+		c-0.269,0.201-0.52,0.431-0.811,0.59c-0.236,0.131-0.506,0.104-0.718-0.139c0.049-0.037,0.09-0.066,0.126-0.1
+		c0.58-0.517,1.162-1.029,1.732-1.556c0.068-0.062,0.117-0.188,0.111-0.285c-0.051-0.817-0.322-1.558-0.902-2.146
+		c-0.748-0.757-1.627-1.161-2.719-0.905c-0.027-0.407-0.056-0.477-0.289-0.603c-1.52-0.823-3.129-1.308-4.871-1.275
+		c-1.28,0.022-2.436-0.384-3.537-1c-0.342-0.191-0.709-0.363-1.086-0.463c-1.19-0.316-2.412-0.407-3.641-0.439
+		c-0.101-0.002-0.199-0.008-0.3-0.013c0.063-0.071,0.126-0.093,0.188-0.107c0.98-0.232,1.974-0.262,2.975-0.189
+		c0.324,0.023,0.689,0.093,0.971-0.021c0.826-0.336,1.627-0.738,2.422-1.147c0.223-0.115,0.42-0.17,0.646-0.086
+		c0.505,0.189,1.012,0.376,1.504,0.595c1.046,0.465,2.116,0.745,3.272,0.586c0.631-0.086,1.248-0.225,1.799-0.562
+		c0.356-0.22,0.639-0.5,0.666-0.956c0.006-0.064,0.063-0.135,0.115-0.183c0.148-0.137,0.312-0.26,0.461-0.396
+		c0.44-0.406,0.627-0.91,0.572-1.505c-0.047-0.5-0.195-0.583-0.63-0.362c-0.21,0.106-0.429,0.193-0.649,0.025
+		c0.279-0.178,0.553-0.338,0.813-0.518c0.392-0.268,0.53-0.654,0.517-1.119c-0.041-1.294-1.567-2.439-2.877-2.15
+		c-0.433,0.095-0.818,0.266-1.055,0.675c-0.031,0.054-0.12,0.111-0.18,0.107c-0.342-0.019-0.691-0.017-1.021-0.091
+		c-0.605-0.137-1.203-0.282-1.826-0.164c-0.287,0.055-0.57,0.134-0.867,0.202c-0.232-0.808-0.614-1.526-1.125-2.177
+		c-1.185-1.506-2.742-2.46-4.539-3.049c-2.33-0.765-4.725-0.849-7.121-0.505c-3.465,0.495-5.922,2.376-7.246,5.639
+		c-0.328,0.807-0.497,1.678-0.744,2.521c-0.396,1.356-0.928,2.66-1.631,3.892c-1.133,1.978-2.62,3.606-4.657,4.68
+		c-2.288,1.206-4.72,1.447-7.239,0.999c-0.478-0.085-0.947-0.208-1.477-0.327c0.921-0.055,1.768-0.074,2.607-0.159
+		c2.336-0.235,4.526-0.937,6.517-2.197c2.366-1.501,4.137-3.469,4.877-6.261c0.396-1.491,0.95-2.938,1.644-4.324
+		c0.461-0.928,0.971-1.817,1.682-2.58c1.184-1.267,2.67-1.983,4.308-2.444c0.504-0.141,1.004-0.297,1.501-0.457
+		c0.246-0.08,0.4-0.254,0.497-0.503c0.274-0.712,0.353-1.439,0.205-2.188c-0.229-1.178-0.806-2.178-1.58-3.072
+		c-0.666-0.77-1.5-1.334-2.334-1.897c-0.405-0.271-0.8-0.566-1.17-0.885c-0.32-0.272-0.515-0.646-0.495-1.073
+		c0.035-0.763,0.08-0.884,0.84-0.631c0.119,0.04,0.237,0.087,0.354,0.138c0.621,0.267,1.238,0.539,1.863,0.8
+		c1.197,0.501,2.44,0.686,3.717,0.379c1.414-0.338,2.412-1.169,2.861-2.589c0.092-0.291,0.114-0.6-0.041-0.861
+		c-0.076-0.129-0.269-0.256-0.412-0.26c-0.129-0.004-0.281,0.143-0.387,0.258c-0.064,0.072-0.062,0.206-0.092,0.312
+		c-0.146,0.548-0.385,1.032-0.923,1.298c-0.103,0.051-0.218,0.064-0.328,0.097c0.717-0.744,1.104-1.586,1.053-2.601
+		c-0.039-0.771-0.644-1.273-1.42-1.229c-0.226,0.013-0.385,0.119-0.41,0.339c-0.03,0.267-0.019,0.537-0.024,0.806
+		c-0.008,0.32,0.016,0.646-0.029,0.96c-0.071,0.515-0.389,0.85-0.883,1.009c-0.239,0.076-0.469,0.035-0.691-0.078
+		c0.312-0.064,0.61-0.158,0.768-0.45c0.15-0.28,0.305-0.572,0.381-0.877c0.162-0.658,0.084-1.293-0.521-1.697
+		c-0.271-0.181-0.64-0.256-0.974-0.302c-0.718-0.1-1.405,0.103-2.099,0.263c-0.416,0.097-0.847,0.161-1.271,0.162
+		c-0.401,0.001-0.806-0.084-1.203-0.155c-2.418-0.436-4.848-0.251-7.31-0.222c-2.663,0.033-5.326,0.017-7.989,0.019
+		c-4.767,0-9.535,0.002-14.306,0.002c-1.969,0-3.938-0.02-5.907-0.007c-2.716,0.017-5.401,0.323-8.027,1.012
+		c-10.003,2.616-17.489,8.031-22.423,17.108c-2.175,4.004-3.417,8.287-3.854,12.784C-48.446-17.958-45.458-23.521-45.486-22.974z"/>
+	<path fill="#E65270" d="M32.723,0.607c-0.84,1.788-0.85,2.545,0.078,4.237c0.7,1.278,2.561,0.141,2.309,1.568
+		c-0.106,1.24-1.405,2.602-1.646,2.898c-0.296,0.351-0.461,0.696-0.898,0.607c-0.399-0.082-0.778-0.275-1.101-0.514
+		c-1.137-0.845-2.19-1.787-3.045-2.928c-1.543-2.059-0.907-3.308,0.899-4.95C30.084,0.834,32.813,0.416,32.723,0.607z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M31.049,7.398c0.445,0.486,1.139,0.956,1.861,1.438
+		c0.384,0.254-0.76-2.867-1.092-3.7c-1.092-2.729,0.338-4.42-0.055-4.211c-0.867,0.46-2.104,2.067-2.189,3.06
+		C29.479,5.059,30.313,6.592,31.049,7.398z"/>
+	<g>
+		<path fill="#0D0D0D" d="M32.376,0.774c-0.84,1.788-0.849,2.544,0.08,4.237c0.698,1.277,1.022,2.564,0.771,3.993
+			c-0.027,0.159-0.059,0.321-0.111,0.475c-0.148,0.429-0.411,0.639-0.848,0.549c-0.4-0.082-0.83-0.217-1.15-0.455
+			c-1.137-0.845-2.191-1.787-3.045-2.928c-1.184-1.579-1.055-2.657-0.157-3.854c0.257-0.342,0.415-0.332,0.746-0.394
+			c0.428-0.081,0.515,0.515,0.379,0.756c-0.313,0.554-0.519,1.111-0.558,1.549c-0.096,1.076,0.506,2.244,1.242,3.049
+			c0.682,0.746,2.062,1.904,3.002,2.185c0.228-0.871-0.257-2.609-0.563-3.453c-0.374-1.031-1.507-2.912-1.222-4.138
+			c0,0,0.398-1.134,0.822-1.422C32.186,0.636,32.376,0.774,32.376,0.774z"/>
+	</g>
+	
+		<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="44048.457" y1="34.6875" x2="44048.457" y2="34.6875" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#E65271"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_19_)" d="M27.898,34.688"/>
+	<g opacity="0.2">
+		<path fill="#8B4FBA" d="M-18.605-19.865c-0.115-0.006-0.222,0.006-0.309,0.053C-18.805-19.805-18.702-19.826-18.605-19.865z"/>
+	</g>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M33.089-34.856c0.981,1.49,2.084,1.994,3.33,3.167
+		c1.185,1.113,2.095,2.456,3.274,3.549c0.925-0.193,1.963-0.037,2.912-0.085c0.678-1.674,3.97-0.081,4.271,0.999l0.437-0.655
+		c0.949-1.869-2.455-1.994-4.393-1.8c-1.359,0.135-7.23-1.408-7.037-8.979c-0.66-1.015-2.218-0.024-2.22-1.347
+		c-0.001-1.354,0.021-3.742,1.19-4.604c-0.334-1.181-1.498,0.068-1.818,0.541c-0.719,1.059-1.744,2.934-1.977,4.189
+		C30.664-37.737,32.016-36.485,33.089-34.856z"/>
+</symbol>
+<symbol  id="New_Symbol_2" viewBox="-3 -3.5 6 7">
+	<path fill="#FFFFFF" d="M0-3.5c-0.184,0-0.368,0.051-0.53,0.152l-2,1.25C-2.822-1.915-3-1.595-3-1.25v2.5
+		c0,0.345,0.178,0.666,0.47,0.848l2,1.25C-0.368,3.449-0.184,3.5,0,3.5s0.368-0.051,0.53-0.152l2-1.25C2.822,1.916,3,1.595,3,1.25
+		v-2.5c0-0.345-0.178-0.665-0.47-0.848l-2-1.25C0.368-3.449,0.184-3.5,0-3.5z"/>
+	<polygon display="none" fill="none" points="-3,3 3,3 3,-3 -3,-3 	"/>
+</symbol>
+<symbol  id="New_Symbol_3" viewBox="-50.452 -50.955 100.904 101.91">
+	<path fill="#E65270" d="M14.113-50.012c-1.353,0.017-2.704,0.021-4.056,0.021l-3.489-0.003c0,0-9.98,0.004-14.75,0.004
+		c-0.749,0-1.5-0.003-2.25-0.005C-11.183-49.997-11.933-50-12.684-50c-0.47,0-0.938,0.001-1.407,0.004
+		c-2.838,0.017-5.551,0.358-8.063,1.016c-10.002,2.617-17.576,8.551-22.512,17.634c-2.366,4.354-3.711,9.225-3.995,14.473
+		c-0.126,2.334-0.007,4.726,0.355,7.108c0.043,0.284,0.095,0.568,0.147,0.854l0.115,0.65l0.195-0.192
+		c0.103-0.102,0.135-0.208,0.159-0.288c0.097-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013
+		c1.701-4.852,4.284-9.397,7.896-13.902c0.143-0.178,0.251-0.375,0.313-0.566c1.225-3.771,3.354-7.028,6.326-9.69
+		c2.891-2.588,6.357-4.526,10.316-5.771c-2.539,1.087-4.889,2.476-7.003,4.143c-3.448,2.719-5.933,6.046-7.383,9.89
+		c-0.145,0.386-0.267,0.852-0.071,1.368c0.065,0.176,0.111,0.358,0.158,0.541c0.032,0.126,0.063,0.252,0.102,0.377
+		c0.781,2.553,1.967,4.555,3.626,6.117c1.545,1.456,3.513,2.521,6.017,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.011,0.13
+		c1.321,0.173,2.66,0.377,3.954,0.577l0.779,0.12c0.29,0.044,0.578,0.107,0.876,0.172l0.727,0.152l-0.191-0.325
+		c-0.015-0.028-0.027-0.051-0.048-0.075c-1.225-1.372-2.253-2.897-3.055-4.538c-0.068-0.139-0.214-0.267-0.354-0.312
+		c-0.174-0.057-0.347-0.113-0.52-0.171c-0.551-0.185-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3
+		c-0.494-0.07-0.988-0.139-1.479-0.229c-1.653-0.294-2.932-0.825-3.899-1.636c0.212,0.051,0.431,0.083,0.646,0.114
+		c0.3,0.043,0.608,0.089,0.889,0.186c1.524,0.53,3.196,0.776,5.263,0.776l0.279-0.001c0.371-0.004,0.741-0.021,1.117-0.039
+		l0.726-0.03l-0.054-0.179c-1.483-4.845-1.441-9.599,0.119-14.157c-0.653,3.091-0.772,5.962-0.368,8.737
+		c0.618,4.241,2.486,7.896,5.556,10.863c2.07,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.021,8.589,2.691L6.099-7.35
+		c1.988,0.478,4.044,0.972,6.036,1.557c2.987,0.875,5.583,2.314,7.716,4.284c0.319,0.295,0.682,0.63,0.968,1
+		c2.037,2.64,4.412,4.513,7.258,5.727c0.082,0.035,0.175,0.122,0.235,0.221c0.931,1.52,2.048,2.639,3.415,3.424
+		c0.305,0.175,0.609,0.263,0.904,0.263c0.374,0,0.748-0.144,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33
+		c0.479-0.481,0.863-1.073,1.211-1.859c0.043-0.094,0.082-0.124,0.187-0.137c0.347-0.046,0.705-0.093,1.06-0.163
+		c5.812-1.15,9.859-5.622,10.562-11.673c0.019-0.161,0.032-0.324,0.045-0.486c0.031-0.384,0.062-0.78,0.177-1.137
+		c0.144-0.451,0.361-0.895,0.573-1.321c0.093-0.189,0.188-0.382,0.276-0.575c0.075-0.166,0.154-0.33,0.232-0.494
+		c0.185-0.389,0.374-0.786,0.531-1.193c0.241-0.621,0.269-1.263,0.084-1.908c-0.08-0.277-0.248-0.318-0.341-0.318
+		c-0.071,0-0.147,0.023-0.224,0.071c-0.16,0.103-0.309,0.217-0.458,0.335c-0.07,0.058-0.142,0.111-0.214,0.165
+		c-0.08,0.062-0.159,0.123-0.237,0.188c-0.187,0.146-0.362,0.288-0.557,0.395c-0.07,0.039-0.143,0.061-0.214,0.061
+		c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245c0.489-0.434,0.977-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4
+		c-0.057-0.908-0.374-1.661-0.945-2.241c-0.68-0.688-1.393-1.022-2.178-1.022c-0.168,0-0.339,0.016-0.513,0.047
+		c-0.032-0.305-0.097-0.419-0.351-0.555c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.369-0.981
+		c-0.413-0.229-0.778-0.386-1.119-0.476c-1.031-0.274-2.072-0.377-3.013-0.421c0.404-0.056,0.826-0.083,1.279-0.083
+		c0.289,0,0.587,0.012,0.909,0.033l0.184,0.019c0.136,0.013,0.274,0.025,0.406,0.025c0.177,0,0.323-0.022,0.446-0.073
+		c0.841-0.344,1.663-0.76,2.433-1.154c0.151-0.078,0.26-0.11,0.361-0.11c0.056,0,0.11,0.011,0.167,0.032l0.225,0.084
+		c0.421,0.159,0.856,0.323,1.271,0.507c0.987,0.439,1.838,0.646,2.678,0.646c0.225,0,0.45-0.017,0.673-0.047
+		c0.576-0.078,1.248-0.21,1.854-0.583c0.299-0.184,0.698-0.491,0.735-1.064c0.002-0.01,0.022-0.044,0.069-0.088
+		c0.073-0.067,0.149-0.131,0.227-0.195c0.078-0.064,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624
+		c-0.018-0.181-0.058-0.605-0.421-0.605c-0.11,0-0.239,0.04-0.418,0.131c-0.075,0.039-0.144,0.07-0.207,0.088
+		c0.177-0.108,0.349-0.217,0.518-0.332c0.401-0.273,0.597-0.691,0.578-1.242c-0.038-1.2-1.302-2.336-2.601-2.336
+		c-0.154,0-0.306,0.019-0.451,0.05c-0.383,0.084-0.859,0.244-1.146,0.742c-0.009,0.014-0.042,0.036-0.049,0.038l-0.22-0.01
+		c-0.261-0.01-0.529-0.021-0.778-0.078l-0.073-0.017c-0.423-0.098-0.859-0.195-1.305-0.195c-0.178,0-0.345,0.016-0.507,0.047
+		c-0.199,0.037-0.396,0.086-0.598,0.136l-0.146,0.035c-0.231-0.749-0.604-1.452-1.109-2.094c-1.131-1.438-2.639-2.452-4.607-3.097
+		c-1.427-0.47-2.961-0.705-4.562-0.705c-0.841,0-1.724,0.063-2.623,0.191c-3.546,0.507-6.021,2.435-7.359,5.729
+		c-0.225,0.552-0.376,1.138-0.524,1.706c-0.071,0.274-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.689-1.619,3.859
+		c-1.216,2.123-2.72,3.636-4.599,4.625c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208
+		c-0.157-0.028-0.313-0.062-0.472-0.096c0.547-0.025,1.067-0.055,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219
+		c2.633-1.671,4.249-3.747,4.937-6.345c0.385-1.452,0.935-2.898,1.634-4.299c0.404-0.812,0.918-1.752,1.658-2.546
+		c1.046-1.119,2.394-1.884,4.241-2.403c0.505-0.143,1.007-0.298,1.506-0.458c0.276-0.089,0.468-0.28,0.587-0.587
+		c0.289-0.75,0.361-1.515,0.213-2.27c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.538-1.366-2.362-1.923
+		c-0.414-0.277-0.803-0.572-1.157-0.875c-0.303-0.26-0.46-0.6-0.443-0.958c0.026-0.59,0.07-0.612,0.18-0.612
+		c0.092,0,0.237,0.035,0.471,0.111c0.115,0.038,0.229,0.084,0.342,0.134l0.686,0.296c0.392,0.169,0.783,0.339,1.178,0.503
+		c0.856,0.357,1.703,0.54,2.515,0.54c0.434,0,0.868-0.052,1.291-0.153c1.52-0.364,2.518-1.267,2.966-2.686
+		c0.12-0.384,0.103-0.712-0.055-0.979c-0.104-0.177-0.342-0.325-0.54-0.331c-0.184,0-0.356,0.163-0.488,0.308
+		c-0.074,0.081-0.092,0.187-0.106,0.279c-0.006,0.03-0.011,0.062-0.018,0.09c-0.135,0.505-0.322,0.835-0.604,1.056
+		c0.504-0.685,0.73-1.417,0.689-2.23c-0.042-0.807-0.646-1.369-1.471-1.369c-0.034,0-0.067,0.001-0.103,0.003
+		c-0.313,0.019-0.512,0.188-0.545,0.466c-0.022,0.192-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.237
+		c-0.002,0.104-0.001,0.205,0,0.309c0,0.222,0.001,0.431-0.027,0.637c-0.062,0.444-0.326,0.744-0.785,0.891
+		c-0.032,0.012-0.064,0.02-0.098,0.023c0.139-0.079,0.259-0.188,0.344-0.346c0.17-0.315,0.315-0.602,0.394-0.911
+		c0.204-0.821,0.003-1.461-0.581-1.853c-0.303-0.201-0.691-0.276-1.033-0.324c-0.139-0.02-0.275-0.026-0.412-0.026
+		c-0.511,0-1.011,0.12-1.493,0.234l-0.245,0.059c-0.457,0.105-0.862,0.158-1.251,0.159c-0.332,0-0.677-0.064-1.011-0.126
+		l-0.155-0.028c-2.533-0.456-4.81-0.677-6.959-0.677L14.113-50.012z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.451c0,0-3.735-4.456-10.078-1.903
+		c-5.81,2.341-3.692,8.784-3.692,8.784s1.03-3.996,4.036-5.51C29.348-21.273,34.73-20.451,34.73-20.451z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.359c0.809-0.822,0.824-1.663,1.078-2.688
+		c0.479-1.928,1.068-3.602,2.296-5.188c1.181-1.524,2.594-2.602,4.419-3.303c1.581-0.606,3.614-0.427,3.311-2.781l-0.53-1.982
+		c-4.04,0-7.825,1.844-9.367,5.854c-1.352,3.518,0.241,7.769-3.857,13.717C14.005-19.132,15.908-21.931,16.327-22.359z"/>
+	<g opacity="0.2">
+		<path fill="#2B2B2B" d="M14.727-20.611c0.062-0.25,0.118-0.504,0.175-0.757C14.751-21.183,14.673-20.947,14.727-20.611z"/>
+	</g>
+	
+		<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="44097.3398" y1="69.6689" x2="44125.8086" y2="-63.1794" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_20_)" d="M-32.349-35.983c-15.241,1.506-17.035,16.677-17.035,16.677s-0.828,7.032,1.104,13.93
+		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.766-32.349-35.983z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.15-30.205c0,0-3.196-0.304-7.461,4.873
+		c4.112-7.461,9.441-7.613,9.441-7.613L-36.15-30.205z"/>
+	
+		<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="44081.2695" y1="71.4424" x2="44111.5938" y2="-70.0665" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_21_)" d="M-27.912-38.917c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.782,10.628,4.782,10.628
+		s-25.506,4.782-25.907-13.817c0.888-4.027,4.792-7.921,7.236-10.028c-0.478,1.078-6.567,17.833,13.711,16.467
+		c-6.999,0.596-17.105-6.716-12.288-17.67C-28.205-38.729-27.912-38.917-27.912-38.917z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.684c-5.272-1.982-14.225-1.973-11.677-15.426
+		c-0.408-0.306-2.446,2.854-1.937,2.547C-36.975-19.535-26.447-20.23-21.017-18.684z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.865c5.127,2.028,0.964-3.722,0.236-4.642
+		c-1.683-2.128-5.941-1.436-8.21-2.146c-1.305-0.408-6.536-1.175-8.269-6.128c-0.77-2.194-1.06-5.781,0.581-10.146
+		c-0.407-0.308-3.104,2.646-2.594,2.342C-36.925-15.255-16.511-22.193-14.341-13.865z"/>
+	<path fill="#F9E0E7" d="M36.631-5.972c0.139,0.384,0.378,0.875,0.679,1.165c0.07-0.033,0.145-0.037,0.202-0.073
+		c0.5,0.324,1.29,0.281,1.918,0.281c0.376,0,0.924,0.104,1.287-0.037c0.528-0.205,0.468-0.761,0.689-1.182
+		c0.414-0.786,1.69-0.796,1.695-1.907c0.004-0.523,0.135-1.232,0.001-1.744c-0.1-0.38-0.525-0.264-0.891-0.264
+		c-1.109,0-2.215-0.031-3.326-0.031l-1.536,1.145c-0.41-0.131-0.731,0.729-0.787,1.021C36.47-7.116,36.458-6.449,36.631-5.972z"/>
+	<path fill="#FFFFFF" d="M41.756-7.494c0.188,0.077,0.465,0.378,0.581,0.555c0.084,0.127,0.06,0.208,0.24,0.203
+		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.407,0.277
+		c-0.136,0.04-0.331,0.021-0.473,0.015c-0.208-0.009-0.496-0.149-0.684-0.069L41.756-7.494z"/>
+	
+		<linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="44076.2969" y1="62.4639" x2="44078.1016" y2="-21.4837" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_22_)" d="M-18.99,13.068c0.07,0.081,0.088,0.105,0.11,0.128c2.035,1.9,3.114,4.298,3.694,6.979
+		c0.381,1.755-0.105,3.303-0.895,4.816c-0.014,0.025-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
+		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.613-7.753-12.244-24.064c0.009-0.101,0.026-0.197,0.04-0.31
+		c0.246,0.229,0.461,0.466,0.708,0.661c0.885,0.692,1.907,1.133,2.973,1.431c1.951,0.544,3.915,1.044,5.881,1.525
+		c2.237,0.548,4.487,1.056,6.645,1.882c1.22,0.466,2.354,1.08,3.437,1.82c1.614,1.104,3.007,2.426,4.207,3.956
+		c0.699,0.891,1.025,1.571,1.34,2.618c0.199-0.539,0.095-2.041-0.205-2.999c-0.31-0.99-0.837-1.854-1.524-2.647
+		c0.165,0.053,0.345,0.08,0.492,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.568,1.413,4.062
+		c0.001,0.021,0.01,0.042,0.017,0.075c0.396-1.832,0.339-4.952-1.727-7.17c0.73,0.258,1.39,0.517,2.066,0.718
+		c0.559,0.166,0.928,0.493,1.237,0.984c1.356,2.146,2.48,4.396,3.088,6.877c0.47,1.916,0.587,3.84,0.06,5.765
+		c-0.598,2.176-1.912,3.851-3.7,5.182c-1.242,0.925-2.612,1.611-4.05,2.173c-0.087,0.034-0.174,0.065-0.259,0.103
+		c-0.014,0.005-0.021,0.021-0.076,0.081c0.498-0.137,0.945-0.253,1.386-0.384c2.06-0.612,4.034-1.41,5.782-2.688
+		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058C6.389,12.438,5.24,10.24,3.84,8.159
+		C3.797,8.094,3.755,8.03,3.714,7.966c-0.006-0.01-0.005-0.026-0.013-0.062c0.058,0.021,0.104,0.036,0.146,0.059
+		c2.931,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.483,5.284,4.18,8.438c0.877,3.98-0.085,7.514-2.663,10.631
+		c-1.629,1.973-3.643,3.465-5.873,4.681c-2.877,1.566-5.938,2.59-9.177,3.061c-1.842,0.269-3.686,0.32-5.527-0.034
+		c-1.012-0.192-1.668-0.458-2.79-1.106c0.142,0.121,0.277,0.249,0.426,0.358c1.007,0.765,2.168,1.16,3.387,1.407
+		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.149-1.24,8.991-2.646c0.278-0.14,0.553-0.283,0.86-0.441
+		c0,0.258-0.015,0.483,0.004,0.706c0.026,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.41-0.065,0.46-0.319
+		c0.041-0.215,0.052-0.436,0.083-0.652c0.07-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
+		c0.019-0.015,0.046-0.014,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.018,0.659-0.011,0.988
+		c0.003,0.081,0.06,0.211,0.116,0.227c0.077,0.021,0.217-0.018,0.265-0.079c0.129-0.17,0.268-0.354,0.327-0.556
+		c0.129-0.428,0.187-0.876,0.321-1.301c0.088-0.275,0.228-0.547,0.403-0.775c0.192-0.25,0.386-0.195,0.459,0.111
+		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.018,0.205,0.049,0.299c0.025,0.081,0.084,0.148,0.128,0.223
+		c0.066-0.061,0.163-0.106,0.192-0.182c0.067-0.17,0.133-0.353,0.141-0.532c0.021-0.396-0.016-0.795,0.013-1.189
+		c0.015-0.21,0.085-0.434,0.188-0.616c0.114-0.203,0.297-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.202,0.99
+		c0.045,0.224,0.092,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.068-0.647,0.101-1.297,0.158-1.945
+		c0.044-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.448-2.346c0.24-0.406,0.462-0.443,0.686-0.025
+		c0.254,0.475,0.443,0.982,0.658,1.479c0.094,0.217,0.173,0.438,0.272,0.652c0.046,0.104,0.124,0.192,0.195,0.3
+		c0.255-0.185,0.316-0.427,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.101-0.39-0.209-0.779-0.27-1.177
+		c-0.023-0.16,0.049-0.352,0.122-0.507c0.103-0.225,0.267-0.252,0.443-0.076c0.179,0.178,0.318,0.395,0.492,0.576
+		c0.099,0.104,0.235,0.167,0.354,0.249c0.067-0.146,0.203-0.298,0.191-0.438c-0.025-0.297-0.096-0.6-0.205-0.878
+		c-0.222-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.012-0.108,0.078-0.299,0.163-0.33
+		c0.089-0.031,0.265,0.057,0.344,0.144c0.363,0.398,0.704,0.819,1.06,1.228c0.087,0.102,0.203,0.174,0.305,0.262
+		c0.035-0.018,0.068-0.032,0.103-0.051c-0.034-0.231-0.025-0.481-0.109-0.696c-0.143-0.357-0.32-0.708-0.524-1.033
+		c-0.323-0.517-0.692-1.002-1.023-1.512c-0.612-0.943-1.017-1.973-1.271-3.069c-0.183-0.788-0.443-1.559-0.671-2.334
+		c-0.027-0.096-0.061-0.189-0.065-0.296c0.199,0.317,0.393,0.641,0.599,0.957c0.431,0.664,0.928,1.274,1.596,1.714
+		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.73,2.299c0.524,0.267,1.025,0.588,1.502,0.936
+		c0.603,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.027-0.383,1.562c-0.312-0.498-0.587-0.978-0.902-1.428
+		s-0.704-0.832-1.283-1.089c0.052,0.099,0.067,0.142,0.093

<TRUNCATED>

[44/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/svg/flink_logos.svg
----------------------------------------------------------------------
diff --git a/content/img/logo/svg/flink_logos.svg b/content/img/logo/svg/flink_logos.svg
new file mode 100644
index 0000000..72bc1d5
--- /dev/null
+++ b/content/img/logo/svg/flink_logos.svg
@@ -0,0 +1,6425 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1280px"
+	 height="800px" viewBox="0 0 1280 800" enable-background="new 0 0 1280 800" xml:space="preserve">
+<symbol  id="New_Symbol_1" viewBox="-53.761 -83.396 107.522 166.793">
+	<text transform="matrix(1 0 0 -1 -44.4883 -65.9858)" fill="#FFFFFF" font-family="'AvenirNext-DemiBold'" font-size="38.0155">Flink</text>
+	
+		<use xlink:href="#New_Symbol_3"  width="100.902" height="101.912" x="-50.451" y="-50.956" transform="matrix(1.0656 0 0 1.0656 0 29.0977)" overflow="visible"/>
+</symbol>
+<symbol  id="New_Symbol_10" viewBox="-37.237 -37.399 74.473 74.98">
+	<g>
+		<g>
+			<g>
+				<g>
+					<polygon fill="#0B0B0B" points="23.096,12.631 23.094,12.628 23.096,12.628 					"/>
+					<path fill-rule="evenodd" clip-rule="evenodd" fill="#0B0B0B" d="M26.771-3.982c-0.41-0.648-0.494-1.885,0.436-2.595
+						c1.523-1.163,2.877-0.169,3.766-0.749c0.276-0.181,0.466-0.023,0.576,0.285c0.25,0.707,0.368,1.438,0.283,2.185
+						c-0.04,0.356-0.115,0.724-0.255,1.053c-0.558,1.302-2.247,1.836-3.496,1.126c-0.158-0.091-0.312-0.199-0.455-0.316
+						c-0.151-0.123-0.291-0.266-0.449-0.413c0.071-0.083,0.128-0.16,0.195-0.228c0.151-0.155,0.208-0.339,0.162-0.545
+						c-0.144-0.646-0.018-1.276,0.496-1.614c0.5-0.328,2.031-0.766,2.951,0.473c0.439-0.817,0.127-1.52,0.064-1.558
+						c-0.007-0.007-0.422,0.413-1.531,0.35C28.9-6.562,28.085-6.4,27.566-6.048c-0.626,0.421-0.748,1.201-0.783,1.957
+						C26.781-4.068,26.776-4.046,26.771-3.982z M29.72-3.898c0-0.455-0.369-0.826-0.826-0.826c-0.455,0-0.826,0.371-0.826,0.826
+						c0,0.457,0.371,0.826,0.826,0.826C29.351-3.072,29.72-3.441,29.72-3.898z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M19.838,2.348c0,0.048,0.002,0.096,0.002,0.144c-0.019,0.034-0.044,0.067-0.061,0.101
+						C19.827,2.521,19.849,2.434,19.838,2.348z"/>
+					<path fill="#0B0B0B" d="M21.586,7.941c-0.017,0-0.034-0.003-0.05-0.003c-0.009-0.019-0.018-0.039-0.027-0.057
+						C21.528,7.9,21.56,7.922,21.586,7.941z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill-rule="evenodd" clip-rule="evenodd" fill="#0B0B0B" d="M36.515-27.161c0.04,0.263,0.084,0.509,0.132,0.757
+						c0.104,0.55,0.21,1.12,0.249,1.703c0.132,2.062-0.514,3.865-1.919,5.365l0.049,0.221c0.067,0.314,0.149,0.706,0.196,1.089
+						c0.119,0.946-0.186,1.796-0.93,2.601c-0.022,0.024-0.048,0.051-0.061,0.071c-0.181,0.544-0.572,0.979-1.156,1.272
+						c-0.344,0.174-0.705,0.304-1.081,0.388c0.449,0.185,0.9,0.411,1.36,0.686c0.054,0.032,0.077,0.038,0.077,0.038
+						c1.5,0.23,2.682,1.386,2.944,2.876c0.006,0.035,0.01,0.068,0.015,0.104c0.007,0.063,0.015,0.134,0.023,0.155
+						c0.592,0.913,0.699,1.946,0.317,3.061c-0.125,0.36-0.279,0.721-0.416,1.038c-0.107,0.249-0.212,0.493-0.305,0.736
+						c-0.106,0.277-0.225,0.587-0.25,0.868c-0.07,0.783-0.186,1.814-0.47,2.84c-0.593,2.135-1.624,3.807-3.153,5.113
+						c-1.396,1.195-2.886,1.706-4.899,2.007c0.274-0.431-0.091-0.624,0.104-1.1c0.079-0.194,0.1-0.375,0.099-0.553
+						c3.444-1.177,6.047-4.312,6.485-8.081c0.012-0.109,0.024-0.223,0.033-0.334c0.024-0.311,0.052-0.631,0.152-0.945
+						c0.116-0.365,0.284-0.705,0.446-1.032c0.066-0.136,0.134-0.271,0.196-0.409c0.058-0.124,0.116-0.249,0.176-0.372
+						c0.122-0.257,0.261-0.548,0.372-0.835C35.4-8.087,35.498-8.65,35.371-9.01c-0.006,0.004-0.652,0.824-1.295,0.888
+						C33.451-8.059,33.304-8.5,33.304-8.5s1.257-0.434,1.611-1.399c-0.042-0.507-0.225-0.935-0.545-1.259
+						c-0.398-0.404-0.809-0.535-1.237-0.6c-0.482-0.073-0.828,0.15-0.828,0.15s-0.267-1.464-3.296-1.468l-0.185,0.001
+						c-0.891,0-1.75-0.248-2.703-0.78c-1.255-1.04-4.071-0.935-4.071-0.935c-0.792,0.133-1.534,0.334-2.252,0.619
+						c-1.323,0.529-2.488,1.28-3.392,2.399c-0.487,0.601-0.853,1.267-1.102,1.999c-0.023,0.066-0.051,0.131-0.076,0.197
+						c-0.014-0.713,0.137-1.385,0.442-2.021c0.623-1.278,1.649-2.115,2.935-2.664c1.115-0.478,2.284-0.64,3.488-0.581l0.255-0.285
+						c0.123-0.135,0.254-0.178,0.342-0.199c0.491-0.117,1.011-0.174,1.587-0.174c0.224,0,1.575,0.311,2.954-0.385
+						c0.124-0.062,0.291-0.137,0.49-0.137c0.103,0,0.201,0.018,0.299,0.055l0.152,0.058c0.326,0.123,0.967,0.386,0.967,0.386
+						c3.941,0.867,4.504-2.113,4.504-2.113c-0.104,0.046-0.223,0.083-0.355,0.083c-0.155,0-0.301-0.052-0.433-0.149l-0.448-0.341
+						l0.673-0.423c0.14-0.087,0.265-0.164,0.386-0.247c0.153-0.105,0.215-0.249,0.207-0.481c-0.019-0.607-0.728-1.227-1.403-1.227
+						c-0.077,0-0.151,0.008-0.222,0.023c-0.275,0.061-0.426,0.15-0.516,0.307c-0.078,0.134-0.257,0.275-0.468,0.275l-0.179-0.008
+						c-0.215-0.009-0.434-0.018-0.656-0.068l-0.051-0.012c-0.298-0.066-0.575-0.131-0.848-0.131c-0.097,0-0.188,0.009-0.277,0.026
+						c-0.128,0.023-0.255,0.054-0.383,0.087l-0.598,0.142l-0.102-0.357c-0.151-0.528-0.396-1.005-0.752-1.456
+						c-0.764-0.971-1.788-1.657-3.131-2.098c-0.989-0.325-2.059-0.489-3.176-0.489c-0.59,0-1.211,0.046-1.847,0.136
+						c-2.402,0.344-4.08,1.648-4.984,3.877c-0.149,0.369-0.256,0.775-0.359,1.169c-0.058,0.222-0.11,0.43-0.171,0.636
+						c-0.317,1.078-0.719,2.035-1.228,2.925c-0.938,1.636-2.101,2.803-3.558,3.57c-1.17,0.615-2.447,0.927-3.799,0.927
+						c-0.561,0-1.146-0.053-1.74-0.158c-0.245-0.045-0.494-0.068-0.737-0.16c-1.282-0.49-1.442-0.715-1.442-0.715l0.619-0.037
+						c0.104-0.006,0.328-0.035,0.555-0.065c0.251-0.032,0.504-0.065,0.612-0.07c0.433-0.021,0.843-0.04,1.248-0.083
+						c1.698-0.171,3.243-0.691,4.591-1.545c1.812-1.148,2.922-2.569,3.392-4.342c0.29-1.091,0.703-2.179,1.228-3.232
+						c0.313-0.627,0.711-1.352,1.294-1.977c0.827-0.887,1.885-1.489,3.324-1.895c0.385-0.107,0.764-0.228,1.084-0.33
+						c0.038-0.011,0.077-0.032,0.117-0.136c0.18-0.465,0.223-0.918,0.131-1.382c-0.141-0.725-0.49-1.398-1.066-2.063
+						c-0.458-0.526-1.051-0.929-1.626-1.316c-0.318-0.214-0.616-0.44-0.891-0.673c-0.341-0.291-0.518-0.682-0.499-1.1
+						c0.016-0.345,0.042-0.921,0.628-0.921c0.126,0,0.271,0.03,0.5,0.106c0.097,0.032,0.193,0.071,0.289,0.112l0.507,0.22
+						c0.282,0.121,0.565,0.243,0.848,0.362c0.566,0.235,1.12,0.355,1.648,0.355c0.276,0,0.555-0.032,0.825-0.098
+						c0.773-0.185,1.48-0.607,1.643-1.219c0,0,0.541-2.344-3.352-2.314c-0.314,0-0.634,0.075-0.974,0.157l-0.183,0.043
+						c-0.371,0.087-0.703,0.127-1.017,0.129c-0.295,0-0.567-0.051-0.829-0.1l-0.121-0.021c-0.776-0.141-1.609-0.205-2.698-0.205
+						c-0.487,0-23.165,0.021-23.165,0.021c-2.045,0-3.985,0.287-5.767,0.753c-7.413,1.939-12.688,6.09-16.131,12.422
+						c-1.25,2.303-2.104,4.787-2.544,7.435c0.023-0.038,2.468-3.748,2.468-3.748s-2.707,4.889-2.816,7.804
+						c-0.038,1.025,0.061,2.072,0.188,3.117c0.079-0.262,0.162-0.52,0.252-0.774c1.262-3.597,3.176-6.964,5.849-10.3
+						c0.064-0.08,0.117-0.174,0.144-0.257c0.412-1.269,0.972-2.476,1.664-3.598c-1.565,0.321-3.799,2.522-3.799,2.522l0.291-0.56
+						c1.747-3.368,5.86-5.419,6.665-5.711c2.358-2.095,5.223-3.614,8.509-4.517c0.187-0.051,0.374-0.095,0.562-0.138l1.605-0.383
+						l-1.026,0.993c-0.117,0.115-0.244,0.16-0.322,0.188c-2.328,0.831-4.458,2.002-6.33,3.479c-2.446,1.928-4.207,4.287-5.233,7.008
+						c-0.124,0.326-0.11,0.496-0.053,0.649c0.056,0.149,0.094,0.301,0.132,0.446c0.026,0.107,0.045,0.182,0.067,0.254
+						c0.545,1.779,1.366,3.171,2.515,4.251c1.071,1.01,2.442,1.751,4.194,2.265c1.668,0.49,3.429,0.715,5.131,0.932l0.742,0.096
+						c0.963,0.125,1.935,0.276,2.875,0.421l0.49,0.077c-0.637-0.818-1.188-1.696-1.644-2.622c-0.116-0.038-3.573-0.815-3.986-0.903
+						c-5.49-1.171-5.861-4.658-5.861-4.658s2.371,3.141,8.071,3.312l0.199,0.002c0.23-0.003,0.458-0.01,0.695-0.021
+						c-1.581-8.259,1.483-11.128,1.458-11.034c-0.694,2.64-0.868,5.042-0.532,7.344c0.434,2.986,1.751,5.56,3.911,7.648
+						c1.469,1.421,3.319,2.615,5.655,3.653c2.031,0.903,4.17,1.452,6.186,1.938l0.386,0.091c1.476,0.355,2.974,0.716,4.431,1.144
+						c2.257,0.661,4.22,1.751,5.833,3.241c0.246,0.227,0.526,0.483,0.763,0.791c1.142,1.48,2.438,2.604,3.935,3.438
+						c0.206-0.944,0.748-1.833,1.632-2.373c-0.929,1.592-1.399,3.215-0.959,4.714c0.419,1.34,1.114,2.013,1.852,3.307
+						c0.877,1.691,0.972,4.094,0.985,4.107c0.162,0.166,0.274,0.329,0.44,0.492c0.204,0.203,0.394,0.403,0.594,0.609
+						c0.594,0.614,1.029,1.382,1.212,2.299c0.19,0.956-0.245,1.468-0.245,1.468c0.161,0.589,0.376,1.165,0.421,1.755
+						c0.083,1.098-0.255,2.112-0.408,2.112c-0.074,0-1.408-1.521-2.142-1.805c-0.174,1.044-0.441,2.103-0.858,3.425
+						c-0.313,0.994-0.4,1.811-0.274,2.571c0.095,0.567,0.784,1.358,0.784,1.358l0.32,0.377l-0.44,0.225
+						c-0.072,0.043-0.639,0.169-0.829,0.169c-0.554,0-1.009-0.199-1.338-0.581c-0.066,0.453-0.076,0.91-0.033,1.372
+						c0.073,0.796,0.391,1.526,0.656,2.075c0.081,0.167,0.183,0.389,0.253,0.625c0.084,0.29,0.043,0.565-0.115,0.777
+						c-0.158,0.211-0.409,0.326-0.707,0.326c-0.258-0.004-0.49-0.045-0.691-0.121c-0.904-0.34-1.61-0.918-2.106-1.719
+						c-0.163,0.186-0.313,0.394-0.404,0.643c-0.121,0.33-0.276,0.637-0.426,0.92c-0.125,0.238-0.293,0.359-0.498,0.359
+						c-0.146,0-0.259-0.064-0.341-0.137c-0.259,0.695-0.686,1.281-1.268,1.745c-0.038,0.03-0.076,0.054-0.131,0.087l-0.787,0.483
+						c0,0,0.154-1.013,0.154-1.014c-2.018,1.31-4.247,2.261-6.634,2.828c-0.19,0.045-0.383,0.083-0.575,0.121
+						c-0.578,0.113-2.248,0.766-2.546,0.862C4.009,37.39,4.14,36.88,4.14,36.88c-0.24,0.005-1.613,0.28-1.657,0.28L2.37,36.75
+						c0,0-1.831,0.832-2.185,0.832c0,0-0.374-0.683-0.423-0.685c-1.661-0.104-3.253-0.348-4.727-0.713
+						c-2.594-0.645-4.76-1.611-6.618-2.948c-1.626-1.169-2.796-2.472-3.648-3.936c-0.425-0.729-1.063-1.896-1.174-2.646
+						c0.463,0.176,1.455,0.198,1.63,0.198c0.828,0,2.077-0.488,2.984-1.148c0.973-0.707,1.663-1.593,2.049-2.629
+						c0.553-1.487,0.301-2.87-0.75-4.112c-0.331,1.1-0.771,1.928-1.385,2.6c-0.431,0.475-0.938,0.832-1.505,1.063
+						c-0.089,0.037-0.177,0.061-0.27,0.073l-0.148,0.021c0,0,0.721-1.63,0.809-2.312c0.188-1.467-0.007-3.525-1.434-3.924
+						c-0.43-0.12-0.841-0.296-1.262-0.442c-0.759-0.263-1.545-0.536-2.317-0.823c-2.167-0.809-4.097-1.715-5.89-2.772
+						c0.547,0.838,0.037,1.705-0.11,1.874c-0.062-0.879-2.796-3.817-3.328-4.267c-1.943-1.643-3.406-3.169-4.617-4.783
+						c-0.94-1.254-1.766-2.576-2.458-3.938c-0.069,0.724-0.088,1.445-0.059,2.177c0.014,0.331-1.805-2.775-1.504-5.891
+						c0.001-0.009,0.001-0.047-0.028-0.142c-0.586-1.842-0.965-3.678-1.124-5.455c-0.583-6.512,1.041-12.54,4.826-17.755
+						c4.028-5.553,9.492-9.293,16.24-10.854c1.79-0.415,3.769-0.806,6.619-0.806c0,0,11.187,0,11.895,0l16.237,0.032
+						c0,0,1.905,0.001,2.992,0.591c0.926,0.502,1.455,1.005,1.833,1.884c0.585,1.358,0.085,3.093-1.162,4.004
+						c-0.741,0.542-1.618,0.813-2.682,0.813c-0.1,0-0.2,0.004-0.303-0.001c-0.106-0.005-0.213-0.012-0.318-0.022
+						c0.828,0.844,1.395,1.842,1.688,2.971c0.131,0.506,0.172,1.033,0.126,1.564l-0.003,0.027l0.254,0.013
+						c0.567,0.025,1.14,0.052,1.704,0.093c-0.188-0.24-0.332-0.518-0.433-0.831c-0.278-0.878-0.395-1.61-0.365-2.3
+						c0.051-1.215,0.513-2.354,1.368-3.381c0.663-0.793,1.475-1.43,2.479-1.939c-0.098-0.423-0.073-0.856,0.076-1.283
+						c0.116-0.324,0.33-0.586,0.636-0.757c0.34-0.19,0.709-0.308,1.096-0.308c0.139,0,0.285-0.027,0.442,0.008
+						c0.614-1.357,2.109-1.176,2.109-1.176c1.229,0.283,1.654,1.444,1.529,2.385c-0.017,0.112-0.036,0.234-0.062,0.343l0.065,0.024
+						c0.325,0.078,0.663,0.164,0.997,0.28c2.271,0.789,3.733,2.34,4.352,4.605C37.393-28.734,37.189-27.861,36.515-27.161z
+						 M19.56,8.604C16.085-1.07,7.966-2.377,7.143-2.377c0,0-2.639-0.201-3.821,0.082c0.036-0.17,0.614-0.827,1.932-1.002
+						c-0.515-0.108-1.04-0.214-1.557-0.287C2.312-3.781,0.679-4.05-0.94-4.541c-0.072-0.021-0.148-0.033-0.22-0.033l-0.041,0.002
+						C-2.71-4.469-4.22-4.359-5.729-4.248C-6.646-4.183-7.488-4.15-8.301-4.15c-0.97,0-1.874-0.045-2.763-0.139
+						c-1.997-0.211-3.972-0.69-5.871-1.424c-5.462-2.327-8.367-5.436-8.367-5.436s5.587,3.759,8.557,4.517
+						c6.477,1.654,10.589,0.284,11.332,0.098c-0.455-0.268-0.891-0.55-1.308-0.857c-0.345-0.254-0.722-0.445-1.154-0.608
+						C-8.198-8.12-8.546-8.244-8.901-8.355c-1.496-0.473-3.072-0.748-4.596-1.016c0,0-0.624-0.109-0.904-0.159
+						c-1.479-0.267-3.055-0.554-4.605-0.897c-1.536-0.339-2.87-0.837-4.08-1.525c-2.225-1.264-3.542-3.168-3.917-5.663
+						c-0.647,1.223-1.116,2.412-1.165,3.643c-0.252,6.397,4.22,8.763,5.528,9.623c1.335,0.876,2.907,1.606,4.946,2.296
+						c2.809,0.949,5.729,1.567,8.47,2.094c1.036,0.199,2.075,0.396,3.114,0.592l0.252,0.047c1.223,0.23,2.444,0.461,3.667,0.699
+						c2.139,0.415,3.849,0.961,5.384,1.715C5.62,4.289,7.463,5.566,8.985,7.113c1.223,0.039,2.317,0.152,3.36,0.351
+						c2.786,0.528,5.432,1.583,7.872,3.135C20.03,9.895,19.79,9.248,19.56,8.604z M22.231,17.496
+						c0.338,0.164,0.725,0.274,1.099,0.383c0,0,0.233,0.067,0.326,0.096c-0.021-0.105-0.042-0.203-0.072-0.296
+						c-0.574-1.758-1.575-3.321-2.977-4.649c-0.904-0.854-2.014-1.558-3.597-2.277c-1.332-0.605-2.771-1.104-4.463-1.547
+						c0.485,0.141,0.971,0.311,1.451,0.512c2.487,1.032,4.763,2.599,6.958,4.786c0.03,0.03,0.056,0.064,0.08,0.1l0.673,0.926
+						l-1.093-0.312c-0.125-0.037-0.212-0.094-0.281-0.142c-1.856-1.288-3.552-2.324-5.181-3.167
+						c-1.021-0.527-2.316-1.111-3.617-1.446c-0.026-0.007-0.156-0.013-0.156-0.021v0.004c0,0.489,0.24,0.967,0.605,1.427
+						c0.268,0.338,0.776,0.757,1.148,1.041c1.128,0.858,2.363,1.55,3.404,2.093c-0.381-0.49-0.779-0.879-1.318-1.148
+						c0,0,0.626-0.659,1.439-0.366c0.929,0.334,1.36,0.657,1.964,1.161c0.338,0.283,0.673,0.571,1.005,0.861
+						c0.391,0.337,0.874,0.756,1.344,1.139C21.312,16.925,21.758,17.268,22.231,17.496z M17.752,27.607
+						c0.312,1.185,0.677,2.033,1.171,2.748c0.228,0.326,0.463,0.566,0.725,0.743c-0.012-0.027-0.052-0.122-0.052-0.122
+						c-0.721-1.758-1.073-3.621-1.08-5.701c-0.001-0.305-0.038-0.615-0.07-0.891c-0.193-1.644-1.122-2.98-1.688-3.583
+						C16.896,23.398,17.216,25.58,17.752,27.607z M-14.624,13.194c0.617,0.587,1.148,1.093,1.536,1.538
+						c0.67,0.774,1.351,2.619,1.366,2.664c2.782-2.44-1.052-6.137-2.335-7.335c-0.02-0.017,2.636-0.607,4.742,1.895
+						c7.312,8.688-0.853,14.956-3.681,15.645c-0.191,0.047-1.185,0.352-1.758,0.198c5.065,7.355,13.082,5.516,13.082,5.516
+						s-0.619,1.183-2.617,1.217c-0.065,0.001-0.131,0.003-0.197,0.003c-0.104,0-0.21-0.003-0.313-0.008
+						c0.057,0.02,0.112,0.037,0.172,0.055c0.854,0.258,2.758,1.08,5.422,0.062c0.515-0.196,1.575-0.822,1.575-0.822L2.228,34.33
+						l-0.094,0.232L2.11,34.629c-0.042,0.111-0.073,0.196-0.117,0.281s-0.09,0.171-0.136,0.256c0.077-0.029,0.154-0.062,0.228-0.096
+						c0.498-0.235,0.994-0.296,1.412-0.325c0.661-0.045,1.241-0.104,1.773-0.181c0.758-0.109,1.327-0.502,1.694-1.168
+						c0.11-0.198,0.235-0.389,0.331-0.557c0.411-0.722,1.283-0.792,1.283-0.792l-0.273,0.63l-0.264,0.903
+						c0.134-0.106,0.283-0.216,0.382-0.37c0.479-0.755,1.606-0.839,1.606-0.839l-0.197,1.183c0.076-0.047,3.801-1.408,3.998-2.914
+						c0.004-0.082,0.002-1.158,0.002-1.158s0.748,0.74,0.8,1.742c0.167-0.147,2.053-1.44,1.638-3.211
+						c-0.345-1.152-0.375-2.404-0.389-4.049c-0.004-0.389,0.005-0.777,0.005-1.166v-0.166c0-0.753-0.022-1.604-0.035-2.436
+						c-0.035-2.299-0.542-3.133-0.542-3.133l0.126,0.046c0.134,0.042,0.236,0.088,0.339,0.141c0.475,0.245,0.901,0.605,1.316,1.101
+						c0.812,0.973,1.315,2.071,1.739,3.112c0.303,0.747,0.626,1.539,0.964,2.335c1.232-3.028-1.658-5.618-1.658-5.618
+						s2.232,1.204,2.848,2.406c0,0,0.535-1.478-1.86-2.536c-1.134-0.502-2.303-0.992-3.459-1.412l-0.684-0.25
+						c-0.276-0.102-0.567-0.252-0.863-0.445c-0.154-0.102-0.304-0.218-0.447-0.352c0.187,0.765,0.494,1.41,0.854,2.024
+						c0.561,0.958,0.822,2.184,0.965,2.813l0.125,0.555c0,0-0.712-0.876-1.191-1.144c0.017,0.098,0.037,0.191,0.066,0.279
+						c0.567,1.649,0.443,2.973,0.443,2.973s-0.868-0.622-0.889-0.646c0.295,1.874-0.057,2.914-0.057,2.914s-0.685-1.966-1.243-2.356
+						c-0.264,0.681-0.718,1.311-0.966,1.553c-0.765,0.746-1.214,2.627-1.214,2.627s-0.781-0.479-0.786-0.506
+						c0.056,0.141,0.084,0.646-0.14,1.656c0,0-0.752-0.771-0.758-0.843c0,0-0.569,1.778-0.709,1.778
+						c-0.047,0-0.274-0.764-0.33-0.908c-0.008,0.078-0.589,1.532-0.6,1.195c-0.009-0.287-0.327-0.926-0.864-0.657
+						c-2.081,1.041-4.329,1.786-6.694,1.972c-5.845,0.459-7.255-1.15-7.537-1.508c0,0,2.721,0.686,6.281,0.156
+						c2.308-0.342,4.52-1.072,6.571-2.191c1.455-0.793,2.643-1.677,3.612-2.689c-0.234-1.205-7.555-0.826-7.555-0.826
+						s1.844-1.621,7.062-0.814c0.627,0.098,1.12-0.154,1.573-0.498c0.174-0.135,0.259-0.372,0.215-0.495
+						c-0.035-0.104-0.215-0.12-0.32-0.12c-0.062,0-0.131,0.006-0.204,0.016c-0.161,0.023-0.237,0.03-0.292,0.03
+						c-0.248,0,5.553-4.137,0.502-11.229C8.542,9.228,5.444,7.516,3.806,6.95c5.292,6.153,0.285,10.36-1.026,11.318
+						c-1.151,0.842-2.531,1.484-4.342,2.022c-0.218,0.064-0.439,0.125-0.672,0.188l-1.659,0.458l0.948-1.034
+						c0.023-0.029,0.074-0.087,0.162-0.125c0.06-0.024,0.116-0.047,0.172-0.067c1.162-0.454,2.101-0.956,2.896-1.548
+						C1.618,17.168,7.982,13.01,0.59,5.669C0.333,5.414-0.339,5.041-0.46,5c1.986,3.352,0.309,5.932,0.309,5.932
+						S-1.065,7.58-1.599,6.652C-2.233,5.545-3.075,4.646-3.95,4.328c1.38,2.704,0.013,4.235,0.013,4.235
+						c1.373-6.107-14.002-7.544-17.623-10.261c-0.086,0.374-0.165,0.862-0.169,1.26C-21.806,6.362-17.311,10.639-14.624,13.194z
+						 M-25.258,11.193c-0.241-0.961-0.438-1.881-0.605-3.795c-0.021-0.258-0.071-1.282-0.071-1.282s1.277,5.576,7.13,6.194
+						c-1.187-1.784-2.152-3.658-2.872-5.58C-22.325,5-22.73,3.339-22.912,1.653c-0.134-1.239-0.137-2.45-0.011-3.598
+						c-0.07-0.05-0.141-0.098-0.213-0.146c-1.304,0.735-1.714,2.896-1.616,4.61c0.078,1.39,0.945,4.574,0.812,4.297
+						c-0.837-1.737-2.294-4.198-2.375-6.547c-0.059-1.656,0.438-3.25,1.419-4.709c-0.144,0.026-0.316,0.089-0.528,0.192
+						l-0.023,0.013l-0.071,0.066c-0.101,0.095-0.209,0.191-0.289,0.298C-31.189,3.332-25.643,10.489-25.258,11.193z M-28.818,5.529
+						c-0.066-0.519-0.13-1.034-0.173-1.547c-0.145-1.701-0.077-3.209,0.204-4.607c0.247-1.223,0.636-2.156,1.225-2.936
+						c0.409-0.543,0.866-0.945,1.392-1.225c-0.615-0.728-1.144-1.505-1.576-2.314c-0.225,0.305-0.385,0.592-0.492,0.891l-0.42,1.152
+						c0,0-1.754-3.043-0.718-6.69C-29.377-11.747-38.009-0.389-28.818,5.529z M-29.589-13.242c0.049-0.054,0.058-0.108,0.061-0.188
+						c0.04-0.83,0.078-1.528,0.136-2.229c0.002-0.004,0.002-0.009,0.002-0.014c-2.631,3.21-4.295,6.863-4.961,10.894
+						C-33.736-7.668-31.174-11.497-29.589-13.242z M33.819-32.537c-0.899-0.5-2.252-0.619-3.41-0.619
+						c-0.289,0-0.602,0.018-0.928,0.055c-0.063,0.008-0.123,0.013-0.182,0.013c-0.255,0-0.555,0.013-0.711-0.19
+						c-0.218-0.285-0.345-0.953,1.074-0.936c0.069,0.002,0.79,0.1,1.09-0.428c0.24-0.424,0.082-1.133-0.1-1.332
+						c-0.712-0.775-1.963,0.384-1.963,0.384c-0.269,0-0.955-0.218-1.683,0.51s0.135,2.307-0.155,2.437
+						c-0.279,0.111-0.358,0.146-0.625,0.284c-1.536,0.797-3.59,2.574-2.596,5.021c0.81-2.024,3.709-3.043,5.079-3.27
+						c3.895-0.642,6.692,0.442,6.752,0.465C35.517-30.961,34.462-32.18,33.819-32.537z M35.124-24.813
+						c-0.07-0.696-0.213-1.364-0.378-2.103c-0.216-0.966-0.802-1.601-1.741-1.884c-0.398-0.12-0.838-0.175-1.385-0.175
+						c-0.921,0-1.846,0.121-2.848,0.371c-0.993,0.247-1.64,0.5-2.159,0.844c-0.646,0.426-1.034,0.941-1.188,1.58
+						c-0.115,0.479-0.059,0.966,0.002,1.338c0.004,0.021,0.008,0.038,0.009,0.038c0.004,0,0.019,0.008,0.051,0.021
+						c1.814,0.725,3.065,1.838,3.827,3.403c0.043,0.092,0.078,0.109,0.158,0.118c0.227,0.024,0.427,0.037,0.612,0.037
+						c0.528,0,0.973-0.1,1.36-0.306c0.266-0.14,0.545-0.212,0.828-0.212c0.281,0,0.569,0.07,0.857,0.211
+						c0.209,0.102,0.405,0.222,0.584,0.358c0.108,0.081,0.211,0.17,0.313,0.261C34.9-22.039,35.271-23.352,35.124-24.813z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M23.786,0.609c0.811,0.51,0.896,1.322,0.896,1.322c0.292,1.266-0.922,3.356-1.311,4.421
+						c-0.316,0.872-0.601,2.364-0.366,3.269c0.973-0.293,2.182-1.186,2.887-1.956c0.76-0.832,1.381-2.04,1.283-3.151
+						c-0.042-0.451-0.255-1.027-0.578-1.6c-0.138-0.25-0.069-0.779,0.393-0.781c0.348-0.002,0.507,0.053,0.772,0.406
+						c0.926,1.234,1.06,2.35-0.163,3.982c-0.882,1.176-1.83,2.008-3.002,2.879c-0.332,0.247-0.92,0.529-1.332,0.615
+						c-0.45,0.091-0.724-0.127-0.877-0.567C22.334,9.29,22.3,9.124,22.272,8.957c-0.26-1.475,0.075-2.805,0.797-4.124
+						c0.959-1.751,0.95-2.53,0.083-4.38C23.152,0.453,23.336,0.326,23.786,0.609z"/>
+				</g>
+			</g>
+		</g>
+	</g>
+</symbol>
+<symbol  id="New_Symbol_11_1_" viewBox="-72.473 -44.466 145 89.127">
+	<text transform="matrix(1 0 0 -1 3.5664 -30.3467)" fill="#080808" font-family="'AvenirNext-DemiBold'" font-size="30.8282">Flink</text>
+	
+		<use xlink:href="#New_Symbol_10"  width="74.473" height="74.98" x="-37.237" y="-37.399" transform="matrix(1 0 0 1 -35.2363 7.0796)" overflow="visible"/>
+</symbol>
+<symbol  id="New_Symbol_12" viewBox="-35.273 -35.076 70.497 70.781">
+	<g>
+		<path fill="#FFFFFF" d="M-26-3.333c0.084-0.104,0.188-0.203,0.289-0.298l0.071-0.066l0.023-0.013
+			c0.212-0.104,0.385-0.166,0.528-0.192c-0.332,1.831-0.466,3.528-0.407,5.185c0.081,2.35,0.526,4.335,1.363,6.072
+			c0.133,0.276,0.775,1.316,0.93,1.535c0,0-0.519-3.545-0.597-4.935c-0.098-1.714,0.057-3.517,0.471-5.508
+			c0.072,0.049,0.143,0.097,0.213,0.146c-0.126,1.147-0.123,2.358,0.011,3.598c0.182,1.686,0.587,3.347,1.235,5.077
+			c0.72,1.922,1.686,3.796,2.872,5.58c-5.853-0.618-7.13-6.194-7.13-6.194s0.05,1.024,0.071,1.282
+			c0.167,1.914,0.364,2.834,0.605,3.795c-0.385-0.704-0.628-1.443-0.802-2.031c-0.409-1.387-0.637-2.8-0.804-3.998
+			c-0.195-1.401-0.288-2.644-0.282-3.8c0.006-1.122,0.072-2.442,0.518-3.723C-26.606-2.429-26.339-2.925-26-3.333z"/>
+		<path fill="#FFFFFF" d="M-21.753-1.159c0.528,0.332,1.135,0.59,1.847,0.789c1.252,0.351,2.621,0.705,4.308,1.117l0.56,0.137
+			c1.411,0.343,2.873,0.698,4.245,1.224c0.835,0.319,1.629,0.739,2.429,1.287C-7.242,4.16-6.238,5.104-5.379,6.2
+			c0.455,0.579,0.685,1.029,0.912,1.784l0.337,1.117c0,0,1.367-1.531-0.013-4.235c0.875,0.318,1.717,1.217,2.352,2.324
+			c0.533,0.928,1.447,4.279,1.447,4.279s1.678-2.58-0.309-5.932c0.121,0.041,0.793,0.414,1.05,0.669
+			C7.79,13.548,1.426,17.706,0.092,18.7c-0.795,0.592-1.733,1.094-2.896,1.548c-0.056,0.021-0.112,0.043-0.172,0.067
+			c-0.088,0.038-0.139,0.096-0.162,0.125l-0.948,1.034l1.659-0.458c0.232-0.062,0.454-0.123,0.672-0.188
+			c1.811-0.538,3.19-1.181,4.342-2.022c1.312-0.958,6.318-5.165,1.026-11.318c1.639,0.565,4.736,2.277,5.785,3.751
+			c5.051,7.093-0.75,11.229-0.502,11.229c0.055,0,0.131-0.007,0.292-0.03c0.073-0.01,0.142-0.016,0.204-0.016
+			c0.105,0,0.285,0.016,0.32,0.12c0.044,0.123-0.041,0.36-0.215,0.495c-0.453,0.344-0.946,0.596-1.573,0.498
+			c-5.218-0.807-7.062,0.814-7.062,0.814s7.32-0.379,7.555,0.826c-0.97,1.013-2.157,1.896-3.612,2.689
+			c-2.052,1.119-4.264,1.85-6.571,2.191c-3.561,0.529-6.281-0.156-6.281-0.156c0.282,0.357,1.692,1.967,7.537,1.508
+			c2.365-0.186,4.613-0.931,6.694-1.972c0.537-0.269,0.855,0.37,0.864,0.657c0.011,0.337,0.592-1.117,0.6-1.195
+			c0.056,0.145,0.283,0.908,0.33,0.908c0.14,0,0.709-1.778,0.709-1.778c0.006,0.072,0.758,0.843,0.758,0.843
+			c0.224-1.011,0.195-1.516,0.14-1.656c0.005,0.027,0.786,0.506,0.786,0.506s0.449-1.881,1.214-2.627
+			c0.248-0.242,0.702-0.872,0.966-1.553c0.559,0.391,1.243,2.356,1.243,2.356s0.352-1.04,0.057-2.914
+			c0.021,0.024,0.889,0.646,0.889,0.646s0.124-1.323-0.443-2.973c-0.029-0.088-0.05-0.182-0.066-0.279
+			c0.479,0.268,1.191,1.144,1.191,1.144l-0.125-0.555c-0.143-0.63-0.404-1.855-0.965-2.813c-0.359-0.614-0.667-1.26-0.854-2.024
+			c0.144,0.134,0.293,0.25,0.447,0.352c0.296,0.193,0.587,0.344,0.863,0.445l0.684,0.25c1.156,0.42,2.325,0.91,3.459,1.412
+			c2.396,1.059,1.86,2.536,1.86,2.536c-0.615-1.202-2.848-2.406-2.848-2.406s2.891,2.59,1.658,5.618
+			c-0.338-0.796-0.661-1.588-0.964-2.335c-0.424-1.041-0.927-2.14-1.739-3.112c-0.415-0.495-0.842-0.855-1.316-1.101
+			c-0.103-0.053-0.205-0.099-0.339-0.141l-0.126-0.046c0,0,0.507,0.834,0.542,3.133c0.013,0.831,0.035,1.683,0.035,2.436v0.166
+			c0,0.389-0.009,0.777-0.005,1.166c0.014,1.645,0.044,2.896,0.389,4.049c-0.036,0.066-0.015,0.133-0.054,0.201
+			c-0.079,0.137-0.139,0.291-0.21,0.462c-0.107,0.261-0.196,0.524-0.298,0.812c-0.375,1.062-0.909,1.588-1.076,1.735
+			c-0.111-0.34-0.8-1.742-0.8-1.742s0.002,1.076-0.002,1.158c-0.197,1.506-3.922,2.867-3.998,2.914l0.197-1.183
+			c0,0-1.127,0.084-1.606,0.839c-0.099,0.154-0.248,0.264-0.382,0.37l0.264-0.903l0.273-0.63c0,0-0.872,0.07-1.283,0.792
+			c-0.096,0.168-0.221,0.358-0.331,0.557c-0.367,0.666-0.937,1.059-1.694,1.168c-0.532,0.076-1.112,0.136-1.773,0.181
+			c-0.418,0.029-0.914,0.09-1.412,0.325c-0.073,0.033-0.15,0.066-0.228,0.096c0.046-0.085,0.092-0.171,0.136-0.256
+			s0.075-0.17,0.117-0.281l0.023-0.066l0.094-0.232l0.143-0.508c0,0-1.042,0.042-2.255,0.881c-0.263,0.182-0.593,0.182-0.958,0.211
+			l-0.103,0.009c-0.333,0.028-0.662,0.042-0.979,0.042c-0.966,0-1.849-0.125-2.702-0.383c-0.06-0.018-0.115-0.035-0.172-0.055
+			c0.104,0.005,0.209,0.008,0.313,0.008c0.066,0,0.132-0.002,0.197-0.003c1.998-0.034,2.617-1.217,2.617-1.217s-1.787,0-2.314-0.069
+			c-0.615-0.08-1.238-0.154-1.816-0.313c-1.652-0.454-3.218-1.22-4.786-2.342c-0.365-0.261-0.747-0.503-1.146-0.756
+			c-0.678-0.433-1.25-1.005-1.698-1.701c-0.049-0.076-0.082-0.142-0.103-0.2c-0.04-0.107-0.022-0.117,0.044-0.152
+			c0.138-0.072,0.304-0.133,0.495-0.18c2.828-0.689,4.944-3.066,5.268-5.914l0.043-0.365c0.105-0.902,0.213-1.834,0.167-2.78
+			c-0.122-2.458-0.998-4.649-2.657-6.462c-1.741-1.904-3.901-2.035-3.882-2.019c1.283,1.198,2.128,2.8,2.582,4.895
+			c0.171,0.79,0.097,1.558-0.247,2.44c-0.016-0.045-0.03-0.091-0.047-0.137c-0.286-0.816-0.649-1.753-1.319-2.527
+			c-0.388-0.445-0.919-0.951-1.536-1.538c-2.687-2.556-7.182-6.832-7.105-13.632C-21.918-0.297-21.839-0.785-21.753-1.159z"/>
+		<path fill="#FFFFFF" d="M19.438,16.052c-0.332-0.29-0.667-0.578-1.005-0.861c-0.604-0.504-1.035-0.827-1.964-1.161
+			c-0.813-0.293-1.439,0.366-1.439,0.366c0.539,0.27,0.938,0.658,1.318,1.148c-1.041-0.543-2.276-1.234-3.404-2.093
+			c-0.372-0.284-0.881-0.703-1.148-1.041c-0.365-0.46-0.605-0.938-0.605-1.427v-0.004c0,0.008,0.13,0.014,0.156,0.021
+			c1.301,0.335,2.597,0.919,3.617,1.446c1.629,0.843,3.324,1.879,5.181,3.167c0.069,0.048,0.156,0.104,0.281,0.142l1.093,0.312
+			l-0.673-0.926c-0.024-0.035-0.05-0.069-0.08-0.1c-2.195-2.188-4.471-3.754-6.958-4.786c-0.48-0.201-0.966-0.371-1.451-0.512
+			c1.691,0.442,3.131,0.941,4.463,1.547c1.583,0.72,2.692,1.423,3.597,2.277c1.401,1.328,2.402,2.892,2.977,4.649
+			c0.03,0.093,0.052,0.19,0.072,0.296c-0.093-0.028-0.326-0.096-0.326-0.096c-0.374-0.108-0.761-0.219-1.099-0.383
+			c-0.474-0.229-0.92-0.571-1.258-0.844C20.312,16.808,19.828,16.389,19.438,16.052z"/>
+		<path fill="#FFFFFF" d="M-30.761-8.495c0.378-0.605,0.79-1.201,1.189-1.776l0.061-0.09c-1.036,3.646,0.659,5.843,0.659,5.843
+			l0.42-1.152c0.107-0.299,0.268-0.586,0.492-0.891c0.433,0.81,0.961,1.587,1.576,2.314c-0.525,0.279-0.982,0.682-1.392,1.225
+			c-0.589,0.779-0.978,1.713-1.225,2.936c-0.281,1.398-0.349,2.906-0.204,4.607c0.043,0.513,0.106,1.028,0.173,1.547
+			c-2.11-2.367-3.723-5.062-4.795-8.009c-0.002-0.009,0-0.035,0.009-0.062C-33.107-4.208-32.113-6.331-30.761-8.495z"/>
+		<path fill="#FFFFFF" d="M18.323,25.813c0.007,2.08,0.359,3.943,1.08,5.701c0,0,0.04,0.095,0.052,0.122
+			c-0.262-0.177-0.497-0.417-0.725-0.743c-0.494-0.715-0.859-1.563-1.171-2.748c-0.536-2.027-0.855-4.209-0.994-6.806
+			c0.565,0.603,1.494,1.939,1.688,3.583C18.285,25.198,18.322,25.509,18.323,25.813z"/>
+		<path fill="#FFFFFF" d="M28.256-30.254c-1.168,0.193-3.639,1.062-4.329,2.787c-0.848-2.085,0.903-3.601,2.212-4.28
+			c0.228-0.118,0.295-0.147,0.533-0.242c0.247-0.11-0.488-1.456,0.132-2.076S28.01-34.5,28.239-34.5c0,0,1.066-0.988,1.673-0.327
+			c0.155,0.17,0.29,0.774,0.085,1.135c-0.255,0.449-0.87,0.366-0.929,0.365c-1.209-0.015-1.101,0.554-0.916,0.797
+			c0.133,0.173,0.389,0.163,0.606,0.163c0.05,0,0.101-0.004,0.155-0.011c0.278-0.032,0.544-0.047,0.791-0.047
+			c0.987,0,2.14,0.102,2.906,0.528c0.548,0.305,1.447,1.343,1.401,2.04C33.96-29.877,31.575-30.801,28.256-30.254z"/>
+		<path fill="#FFFFFF" d="M35.11-7.296c-0.111,0.287-0.25,0.578-0.372,0.835c-0.06,0.123-0.118,0.248-0.176,0.372
+			C34.5-5.95,34.433-5.815,34.366-5.68c-0.162,0.327-0.33,0.667-0.446,1.032c-0.101,0.314-0.128,0.635-0.152,0.945
+			c-0.009,0.111-0.021,0.225-0.033,0.334c-0.396,3.41-2.572,6.284-5.531,7.676c-0.111-0.413-0.323-0.815-0.634-1.23
+			c-0.266-0.354-0.425-0.408-0.772-0.406c-0.462,0.002-0.53,0.531-0.393,0.781c0.323,0.572,0.536,1.148,0.578,1.6
+			c0.098,1.111-0.523,2.319-1.283,3.151c-0.705,0.771-1.914,1.663-2.887,1.956c-0.234-0.904,0.05-2.396,0.366-3.269
+			c0.389-1.064,1.603-3.155,1.311-4.421c0,0-0.085-0.812-0.896-1.322c-0.45-0.283-0.634-0.156-0.634-0.156
+			c0.867,1.85,0.876,2.629-0.083,4.38C22.155,6.69,21.82,8.021,22.08,9.495c0.01,0.06,0.029,0.117,0.041,0.176
+			c-0.079-0.201-0.163-0.399-0.26-0.586c-0.737-1.294-1.433-1.967-1.852-3.307c-0.44-1.499,0.03-3.122,0.959-4.714
+			c-0.884,0.54-1.426,1.429-1.632,2.373c-1.497-0.835-2.793-1.958-3.935-3.438c-0.236-0.308-0.517-0.564-0.763-0.791
+			c-1.613-1.49-3.576-2.58-5.833-3.241C7.35-4.461,5.852-4.821,4.376-5.177L3.99-5.268C1.975-5.754-0.164-6.303-2.195-7.206
+			c-2.336-1.038-4.187-2.232-5.655-3.653c-2.16-2.089-3.478-4.662-3.911-7.648c-0.336-2.302-0.162-4.704,0.532-7.344
+			c0.025-0.094-3.039,2.775-1.458,11.034c-0.237,0.011-0.465,0.018-0.695,0.021l-0.199-0.002c-5.7-0.171-8.071-3.312-8.071-3.312
+			s0.371,3.487,5.861,4.658c0.413,0.088,3.87,0.865,3.986,0.903c0.455,0.926,1.007,1.804,1.644,2.622l-0.49-0.077
+			c-0.94-0.145-1.912-0.296-2.875-0.421l-0.742-0.096c-1.702-0.217-3.463-0.441-5.131-0.932c-1.752-0.514-3.123-1.255-4.194-2.265
+			c-1.148-1.08-1.97-2.472-2.515-4.251c-0.022-0.072-0.041-0.146-0.067-0.254c-0.038-0.146-0.076-0.297-0.132-0.446
+			c-0.058-0.153-0.071-0.323,0.053-0.649c1.026-2.721,2.787-5.08,5.233-7.008c1.872-1.477,4.002-2.647,6.33-3.479
+			c0.078-0.027,0.205-0.072,0.322-0.188l1.026-0.993l-1.605,0.383c-0.188,0.043-0.375,0.087-0.562,0.138
+			c-3.286,0.902-6.15,2.422-8.509,4.517c-0.805,0.292-4.918,2.343-6.665,5.711l-0.291,0.56c0,0,2.233-2.201,3.799-2.522
+			c-0.692,1.122-1.252,2.329-1.664,3.598c-0.026,0.083-0.079,0.177-0.144,0.257c-2.673,3.336-4.587,6.703-5.849,10.3
+			c-0.09,0.255-0.173,0.513-0.252,0.774c-0.127-1.045-0.19-2.092-0.188-3.117c0.001-0.325,2.816-7.804,2.816-7.804
+			s-1.24,1.378-2.265,3.122c0,0-0.18,0.588-0.203,0.626c0.44-2.647,1.294-5.132,2.544-7.435c3.442-6.332,8.718-10.482,16.131-12.422
+			c1.781-0.466,3.722-0.753,5.767-0.753c0,0,22.678-0.021,23.165-0.021c1.089,0,1.922,0.064,2.698,0.205l0.121,0.021
+			c0.262,0.049,0.534,0.1,0.829,0.1c0.313-0.002,0.646-0.042,1.017-0.129l0.183-0.043c0.34-0.082,0.659-0.157,0.974-0.157
+			c3.893-0.029,3.352,2.314,3.352,2.314c-0.162,0.611-0.869,1.034-1.643,1.219c-0.271,0.065-0.549,0.098-0.825,0.098
+			c-0.528,0-1.082-0.12-1.648-0.355c-0.282-0.119-0.565-0.241-0.848-0.362l-0.507-0.22c-0.096-0.041-0.192-0.08-0.289-0.112
+			c-0.229-0.076-0.374-0.106-0.5-0.106c-0.586,0-0.612,0.576-0.628,0.921c-0.019,0.418,0.158,0.809,0.499,1.1
+			c0.274,0.232,0.572,0.459,0.891,0.673c0.575,0.388,1.168,0.79,1.626,1.316c0.576,0.665,0.926,1.339,1.066,2.063
+			c0.092,0.464,0.049,0.917-0.131,1.382c-0.04,0.104-0.079,0.125-0.117,0.136c-0.32,0.103-0.699,0.223-1.084,0.33
+			c-1.439,0.405-2.497,1.008-3.324,1.895c-0.583,0.625-0.98,1.35-1.294,1.977c-0.524,1.054-0.938,2.142-1.228,3.232
+			c-0.47,1.772-1.58,3.193-3.392,4.342c-1.348,0.854-2.893,1.374-4.591,1.545c-0.405,0.043-0.815,0.062-1.248,0.083
+			c-0.108,0.005-0.361,0.038-0.612,0.07c-0.227,0.03-0.451,0.06-0.555,0.065l-0.619,0.037c0,0,0.16,0.225,1.442,0.715
+			c0.243,0.092,0.492,0.115,0.737,0.16c0.594,0.105,1.18,0.158,1.74,0.158c1.352,0,2.629-0.312,3.799-0.927
+			c1.457-0.768,2.62-1.935,3.558-3.57c0.509-0.89,0.91-1.847,1.228-2.925c0.061-0.206,0.113-0.414,0.171-0.636
+			c0.104-0.394,0.21-0.8,0.359-1.169c0.904-2.229,2.582-3.533,4.984-3.877c0.636-0.09,1.257-0.136,1.847-0.136
+			c1.117,0,2.187,0.164,3.176,0.489c1.343,0.44,2.367,1.127,3.131,2.098c0.355,0.451,0.601,0.928,0.752,1.456l0.102,0.357
+			l0.598-0.142c0.128-0.033,0.255-0.063,0.383-0.087c0.09-0.018,0.181-0.026,0.277-0.026c0.272,0,0.55,0.064,0.848,0.131
+			l0.051,0.012c0.223,0.051,0.441,0.06,0.656,0.068l0.179,0.008c0.211,0,0.39-0.142,0.468-0.275c0.09-0.156,0.24-0.246,0.516-0.307
+			c0.07-0.016,0.145-0.023,0.222-0.023c0.676,0,1.385,0.619,1.403,1.227c0.008,0.232-0.054,0.376-0.207,0.481
+			c-0.121,0.083-0.246,0.16-0.386,0.247l-0.673,0.423l0.448,0.341c0.132,0.098,0.277,0.149,0.433,0.149
+			c0.133,0,0.252-0.037,0.355-0.083c0,0-0.562,2.98-4.504,2.113c0,0-0.641-0.263-0.967-0.386l-0.152-0.058
+			c-0.098-0.037-0.196-0.055-0.299-0.055c-0.199,0-0.366,0.074-0.49,0.137c-1.379,0.695-2.73,0.385-2.954,0.385
+			c-0.576,0-1.096,0.057-1.587,0.174c-0.088,0.021-0.219,0.064-0.342,0.199l-0.255,0.285c-1.204-0.059-2.373,0.104-3.488,0.581
+			c-1.285,0.549-2.312,1.386-2.935,2.664c-0.306,0.636-0.456,1.308-0.442,2.021c0.025-0.066,0.053-0.131,0.076-0.197
+			c0.249-0.732,0.614-1.398,1.102-1.999c0.903-1.119,2.068-1.87,3.392-2.399c0.718-0.285,1.46-0.486,2.252-0.619
+			c0,0,2.816-0.105,4.071,0.935c0.953,0.532,1.812,0.78,2.703,0.78l0.185-0.001c3.029,0.004,3.296,1.468,3.296,1.468
+			s0.346-0.224,0.828-0.15c0.429,0.064,0.839,0.195,1.237,0.6c0.32,0.324,0.503,0.752,0.545,1.259
+			c-0.326,0.298-0.657,0.591-1.004,0.901l-0.211,0.186l-0.396,0.312l0.272,0.311c0.167,0.19,0.378,0.291,0.61,0.291
+			c0.136,0,0.269-0.035,0.396-0.105c0.18-0.099,0.338-0.226,0.485-0.344c0.051-0.039,0.101-0.079,0.15-0.117
+			c0.056-0.041,0.183-0.141,0.188-0.145C35.243-7.81,35.208-7.549,35.11-7.296z M31.374-6.49c-0.112-0.315-0.259-0.364-0.588-0.291
+			c-0.173,0.038-0.357,0.049-0.534,0.041c-0.327-0.015-0.651-0.071-0.978-0.077c-0.817-0.016-1.6,0.132-2.25,0.665
+			c-0.921,0.756-1.098,1.649-0.521,2.78c0.007-0.063,0.011-0.087,0.012-0.11c0.037-0.771,0.378-1.371,1.016-1.802
+			c0.53-0.358,1.135-0.5,1.756-0.579c0.502-0.064,0.996-0.148,1.436-0.42c0.038-0.023,0.08-0.042,0.12-0.063
+			c0.006,0.008,0.012,0.016,0.019,0.023c-0.087,0.122-0.116,0.54-0.071,0.713c0.073,0.278,0.089,0.652,0.006,0.875
+			c-0.151-0.379-0.396-0.672-0.74-0.894C30-5.674,29.97-5.686,29.9-5.688c-0.231,0.048-0.458,0.102-0.679,0.176
+			c-0.427,0.142-0.858,0.296-1.251,0.511c-0.55,0.3-0.835,0.769-0.689,1.428c0.047,0.21-0.011,0.397-0.165,0.555
+			c-0.068,0.07-0.128,0.148-0.199,0.232c0.161,0.15,0.301,0.296,0.457,0.422c0.146,0.119,0.301,0.229,0.465,0.322
+			c1.274,0.724,2.995,0.179,3.562-1.148c0.144-0.335,0.221-0.709,0.261-1.073C31.749-5.024,31.629-5.77,31.374-6.49z"/>
+		<path fill="#FFFFFF" d="M-29.585-15.12c-0.058,0.7-0.096,1.398-0.136,2.229c-0.003,0.079-0.019,0.128-0.061,0.188
+			c-1.857,2.681-3.213,5.002-4.265,7.303c-0.185,0.402-0.351,0.788-0.498,1.161c0.666-4.03,2.33-7.684,4.961-10.894
+			C-29.583-15.129-29.583-15.124-29.585-15.12z"/>
+		<path fill="#FFFFFF" d="M26.421-27.222c0.52-0.344,1.166-0.597,2.159-0.844c1.002-0.25,1.927-0.371,2.848-0.371
+			c0.547,0,0.986,0.055,1.385,0.175c0.939,0.283,1.525,0.918,1.741,1.884c0.165,0.738,0.308,1.406,0.378,2.103
+			c0.146,1.462-0.224,2.774-1.097,3.901c-0.103-0.091-0.205-0.18-0.313-0.261c-0.179-0.137-0.375-0.257-0.584-0.358
+			c-0.288-0.141-0.576-0.211-0.857-0.211c-0.283,0-0.562,0.072-0.828,0.212c-0.388,0.206-0.832,0.306-1.36,0.306
+			c-0.186,0-0.386-0.013-0.612-0.037c-0.08-0.009-0.115-0.026-0.158-0.118c-0.762-1.565-2.013-2.679-3.827-3.403
+			c-0.032-0.013-0.047-0.021-0.051-0.021c-0.001,0-0.005-0.017-0.009-0.038c-0.061-0.372-0.117-0.859-0.002-1.338
+			C25.387-26.28,25.774-26.796,26.421-27.222z"/>
+		<path fill="#FFFFFF" d="M8.793,7.651C7.271,6.104,5.428,4.827,3,3.63c-1.535-0.754-3.245-1.3-5.384-1.715
+			c-1.223-0.238-2.444-0.469-3.667-0.699l-0.252-0.047c-1.039-0.196-2.078-0.393-3.114-0.592c-2.741-0.526-5.661-1.145-8.47-2.094
+			c-2.039-0.689-3.611-1.42-4.946-2.296c-1.309-0.86-2.213-1.744-2.845-2.782c-0.164-0.27-0.307-0.582-0.432-0.857
+			c-0.071-0.157-0.144-0.314-0.221-0.47c-0.053-0.107-0.118-0.229-0.224-0.335c-1.427-1.395-2.036-3.138-1.808-5.179
+			c0.136-1.225,0.518-2.42,1.165-3.643c0.375,2.495,1.692,4.399,3.917,5.663c1.21,0.688,2.544,1.187,4.08,1.525
+			c1.551,0.344,3.126,0.631,4.605,0.897c0.28,0.05,0.904,0.159,0.904,0.159c1.523,0.268,3.1,0.543,4.596,1.016
+			c0.355,0.111,0.703,0.235,1.026,0.356c0.433,0.163,0.81,0.354,1.154,0.608c0.417,0.308,0.853,0.59,1.308,0.857
+			c-1.926,0.045-5.191,0.049-6.205,0.055c-2.271,0.012-3.833-0.176-5.791-0.921c-2.046-0.78-7.893-3.749-7.893-3.749
+			s2.905,3.108,8.367,5.436c1.899,0.733,3.874,1.213,5.871,1.424c0.889,0.094,1.793,0.139,2.763,0.139
+			c0.812,0,1.654-0.032,2.571-0.098c1.51-0.111,3.02-0.221,4.528-0.324l0.041-0.002c0.071,0,0.147,0.012,0.22,0.033
+			c1.619,0.491,3.252,0.76,4.637,0.957c0.517,0.073,1.042,0.179,1.557,0.287C4.959-2.731,4.855-2.702,4.754-2.674
+			C4.636-2.64,4.525-2.595,4.405-2.545L4.146-2.442L3.129-1.757L6.95-1.839c0.823,0,8.942,1.307,12.417,10.981
+			c0.23,0.644,0.471,1.29,0.658,1.994c-2.44-1.552-5.086-2.606-7.872-3.135C11.11,7.804,10.016,7.69,8.793,7.651z"/>
+		<polygon fill="#FFFFFF" points="22.903,13.169 22.901,13.166 22.903,13.166 		"/>
+	</g>
+	<path fill="#FFFFFF" d="M27.92-3.412c0-0.439,0.356-0.795,0.795-0.795c0.439,0,0.795,0.355,0.795,0.795s-0.355,0.795-0.795,0.795
+		C28.276-2.617,27.92-2.973,27.92-3.412z"/>
+</symbol>
+<symbol  id="New_Symbol_13" viewBox="-68.214 -30.941 136.427 61.882">
+	<g>
+		<g>
+			<text transform="matrix(1 0 0 -1 -25.4346 -11.7676)" fill="#FFFFFF" font-family="'AvenirNext-DemiBold'" font-size="41.8638">Flink</text>
+		</g>
+	</g>
+	
+		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.781" id="XMLID_12_" x="-35.273" y="-35.076" transform="matrix(0.6002 0 0 0.6002 -47.043 9.5117)" overflow="visible"/>
+</symbol>
+<symbol  id="New_Symbol_14" viewBox="-53.257 -83.371 104.274 166.741">
+	<text transform="matrix(1 0 0 -1 -44.3423 -65.6729)" fill="#FFFFFF" font-family="'AvenirNext-DemiBold'" font-size="38.6432">Flink</text>
+	
+		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.781" x="-35.273" y="-35.076" transform="matrix(1.4791 0 0 1.4791 -1.0845 30.5596)" overflow="visible"/>
+</symbol>
+<symbol  id="New_Symbol_15" viewBox="-68.905 -30.93 137.809 61.861">
+	<g>
+		<text transform="matrix(1 0 0 -1 -24.3018 -11.8472)" fill="#1D1B1E" font-family="'AvenirNext-DemiBold'" font-size="41.6661">Flink</text>
+	</g>
+	
+		<use xlink:href="#New_Symbol_3"  width="100.902" height="101.912" x="-50.451" y="-50.956" transform="matrix(0.4193 0 0 0.4193 -47.751 9.5645)" overflow="visible"/>
+</symbol>
+<symbol  id="New_Symbol_16" viewBox="-24.999 -25.109 49.999 50.217">
+	<g>
+		<g>
+			<g>
+				<polygon fill="#1D1B1E" points="15.507,8.48 15.506,8.479 15.507,8.479 				"/>
+				<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M17.975-2.674c-0.38-0.746-0.264-1.333,0.344-1.831
+					c0.428-0.351,0.942-0.448,1.48-0.438c0.215,0.005,0.429,0.04,0.644,0.05c0.117,0.006,0.237-0.001,0.353-0.026
+					c0.216-0.048,0.312-0.016,0.387,0.191c0.168,0.475,0.248,0.966,0.189,1.467c-0.025,0.239-0.076,0.486-0.171,0.707
+					c-0.374,0.874-1.509,1.232-2.347,0.756c-0.105-0.062-0.209-0.134-0.306-0.213c-0.101-0.082-0.195-0.178-0.302-0.276
+					c0.048-0.057,0.086-0.108,0.131-0.153c0.102-0.104,0.141-0.228,0.109-0.366c-0.097-0.434,0.092-0.742,0.455-0.939
+					c0.258-0.142,0.541-0.243,0.822-0.338c0.146-0.049,0.295-0.083,0.447-0.115c0.047,0.002,0.066,0.01,0.102,0.038
+					c0.229,0.146,0.389,0.34,0.488,0.589c0.055-0.146,0.043-0.394-0.004-0.575c-0.029-0.114-0.01-0.39,0.047-0.471
+					c-0.005-0.004-0.008-0.01-0.012-0.015c-0.027,0.015-0.054,0.026-0.078,0.042c-0.291,0.179-0.615,0.234-0.947,0.275
+					c-0.408,0.053-0.809,0.146-1.156,0.383c-0.42,0.282-0.645,0.678-0.668,1.186C17.981-2.731,17.979-2.717,17.975-2.674z
+					 M19.955-2.617c0-0.306-0.248-0.555-0.555-0.555s-0.556,0.249-0.556,0.555c0,0.307,0.249,0.555,0.556,0.555
+					S19.955-2.311,19.955-2.617z"/>
+			</g>
+		</g>
+		<g>
+			<g>
+				<path fill="#1D1B1E" d="M13.319,1.576c0,0.032,0.002,0.064,0.002,0.097c-0.013,0.022-0.03,0.045-0.041,0.067
+					C13.312,1.692,13.326,1.634,13.319,1.576z"/>
+				<path fill="#1D1B1E" d="M14.492,5.331c-0.01,0-0.021-0.002-0.033-0.002c-0.005-0.012-0.011-0.025-0.018-0.037
+					C14.455,5.304,14.476,5.318,14.492,5.331z"/>
+			</g>
+		</g>
+		<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M24.516-18.235c0.027,0.176,0.058,0.341,0.09,0.508
+			c0.068,0.369,0.141,0.752,0.166,1.144c0.089,1.384-0.345,2.595-1.288,3.602l0.033,0.148c0.045,0.211,0.101,0.475,0.132,0.731
+			c0.079,0.635-0.125,1.205-0.625,1.746c-0.015,0.017-0.031,0.034-0.04,0.048c-0.122,0.365-0.384,0.657-0.776,0.854
+			c-0.23,0.116-0.474,0.203-0.726,0.26c0.302,0.124,0.604,0.276,0.913,0.461c0.036,0.021,0.052,0.025,0.052,0.025
+			c1.007,0.154,1.801,0.93,1.978,1.931c0.003,0.023,0.006,0.046,0.009,0.069c0.005,0.043,0.011,0.09,0.016,0.104
+			c0.397,0.612,0.47,1.307,0.214,2.055c-0.084,0.242-0.188,0.483-0.279,0.696c-0.072,0.168-0.143,0.332-0.205,0.495
+			c-0.072,0.187-0.15,0.394-0.168,0.583c-0.047,0.525-0.124,1.218-0.314,1.906c-0.398,1.433-1.091,2.556-2.117,3.433
+			c-0.938,0.803-1.938,1.146-3.29,1.348c0.184-0.289-0.061-0.419,0.07-0.738c0.053-0.131,0.067-0.252,0.066-0.371
+			c2.312-0.79,4.06-2.895,4.354-5.425c0.008-0.074,0.016-0.149,0.021-0.225c0.018-0.209,0.035-0.424,0.103-0.635
+			c0.077-0.245,0.19-0.474,0.3-0.693c0.045-0.091,0.09-0.182,0.132-0.274c0.038-0.084,0.078-0.167,0.118-0.25
+			c0.082-0.172,0.175-0.368,0.249-0.561c0.065-0.17,0.089-0.345,0.07-0.521c-0.003,0.002-0.089,0.069-0.126,0.097
+			c-0.033,0.025-0.068,0.053-0.102,0.079c-0.1,0.079-0.205,0.164-0.326,0.23c-0.085,0.048-0.174,0.071-0.266,0.071
+			c-0.156,0-0.298-0.067-0.41-0.195L22.36-5.707l0.267-0.21l0.141-0.124c0.233-0.208,0.455-0.405,0.674-0.605
+			c-0.027-0.34-0.15-0.628-0.365-0.845c-0.268-0.271-0.543-0.359-0.83-0.402c-0.324-0.05-0.557,0.101-0.557,0.101
+			s-0.179-0.982-2.213-0.985h-0.124c-0.598,0-1.175-0.166-1.814-0.523C16.695-10,14.805-9.93,14.805-9.93
+			c-0.531,0.089-1.03,0.225-1.512,0.416c-0.889,0.355-1.671,0.859-2.277,1.611c-0.327,0.402-0.572,0.851-0.739,1.342
+			c-0.016,0.045-0.034,0.088-0.052,0.133c-0.009-0.479,0.092-0.93,0.297-1.357c0.419-0.857,1.108-1.419,1.971-1.788
+			c0.748-0.32,1.533-0.43,2.342-0.39l0.172-0.191c0.082-0.091,0.17-0.12,0.229-0.134c0.33-0.079,0.679-0.117,1.066-0.117
+			c0.148,0,1.057,0.208,1.982-0.259c0.084-0.042,0.195-0.091,0.33-0.091c0.068,0,0.135,0.012,0.2,0.036l0.103,0.039
+			c0.219,0.082,0.648,0.259,0.648,0.259c2.646,0.582,3.023-1.419,3.023-1.419c-0.068,0.031-0.148,0.056-0.238,0.056
+			c-0.104,0-0.201-0.034-0.29-0.101l-0.301-0.229l0.452-0.284c0.094-0.058,0.177-0.109,0.258-0.165
+			c0.104-0.071,0.145-0.168,0.139-0.324c-0.012-0.407-0.488-0.823-0.941-0.823c-0.052,0-0.102,0.006-0.148,0.016
+			c-0.186,0.041-0.287,0.102-0.347,0.206c-0.052,0.09-0.172,0.186-0.313,0.186l-0.121-0.006c-0.143-0.006-0.291-0.012-0.439-0.046
+			l-0.034-0.008c-0.2-0.045-0.387-0.088-0.569-0.088c-0.064,0-0.125,0.006-0.186,0.018c-0.087,0.016-0.172,0.036-0.258,0.059
+			l-0.401,0.095l-0.067-0.239c-0.103-0.354-0.268-0.675-0.506-0.978c-0.513-0.652-1.2-1.113-2.102-1.409
+			c-0.664-0.218-1.383-0.328-2.133-0.328c-0.396,0-0.812,0.031-1.239,0.091c-1.612,0.231-2.739,1.107-3.347,2.604
+			c-0.1,0.247-0.172,0.521-0.241,0.784C9.175-12.605,9.14-12.466,9.1-12.328c-0.213,0.725-0.482,1.367-0.824,1.964
+			c-0.629,1.099-1.41,1.882-2.389,2.397C5.102-7.554,4.244-7.345,3.336-7.345c-0.376,0-0.77-0.035-1.168-0.105
+			C2.003-7.48,1.836-7.497,1.672-7.559C0.812-7.888,0.704-8.038,0.704-8.038l0.417-0.025C1.189-8.067,1.34-8.087,1.492-8.107
+			C1.66-8.129,1.83-8.151,1.904-8.154C2.193-8.168,2.469-8.182,2.741-8.21c1.14-0.115,2.178-0.465,3.083-1.037
+			c1.216-0.771,1.961-1.726,2.276-2.915c0.194-0.732,0.472-1.463,0.824-2.171c0.21-0.421,0.478-0.907,0.869-1.327
+			c0.555-0.595,1.265-0.999,2.231-1.271c0.258-0.072,0.513-0.152,0.729-0.222c0.025-0.007,0.051-0.021,0.078-0.091
+			c0.121-0.312,0.149-0.616,0.088-0.928c-0.095-0.486-0.329-0.939-0.716-1.386c-0.308-0.354-0.706-0.623-1.093-0.884
+			c-0.213-0.144-0.413-0.296-0.598-0.451c-0.229-0.196-0.347-0.458-0.334-0.738c0.01-0.231,0.027-0.619,0.421-0.619
+			c0.085,0,0.183,0.021,0.336,0.072c0.065,0.021,0.13,0.048,0.194,0.075l0.34,0.147c0.189,0.081,0.38,0.163,0.569,0.243
+			c0.38,0.158,0.751,0.238,1.106,0.238c0.186,0,0.373-0.021,0.555-0.065c0.52-0.124,0.994-0.407,1.103-0.818
+			c0,0,0.362-1.573-2.251-1.554c-0.211,0-0.426,0.051-0.653,0.105l-0.122,0.029c-0.25,0.059-0.473,0.085-0.684,0.086
+			c-0.197,0-0.381-0.034-0.557-0.066l-0.08-0.015c-0.521-0.095-1.081-0.138-1.812-0.138c-0.327,0-15.553,0.014-15.553,0.014
+			c-1.372,0-2.676,0.193-3.871,0.506c-4.977,1.302-8.52,4.089-10.83,8.34c-0.84,1.546-1.412,3.214-1.708,4.991
+			c0.016-0.025,0.137-0.42,0.137-0.42c0.688-1.171,1.521-2.096,1.521-2.096s-1.891,5.021-1.891,5.239
+			c-0.002,0.688,0.04,1.391,0.125,2.092c0.053-0.175,0.109-0.348,0.17-0.52c0.847-2.415,2.131-4.676,3.926-6.915
+			c0.044-0.054,0.078-0.117,0.097-0.173c0.276-0.852,0.653-1.662,1.118-2.415c-1.051,0.216-2.551,1.693-2.551,1.693l0.195-0.376
+			c1.172-2.261,3.934-3.638,4.475-3.834c1.583-1.406,3.506-2.426,5.713-3.032c0.125-0.034,0.251-0.063,0.377-0.092l1.077-0.257
+			l-0.688,0.666c-0.078,0.077-0.164,0.107-0.217,0.126c-1.562,0.558-2.993,1.344-4.25,2.335c-1.643,1.295-2.824,2.879-3.514,4.705
+			c-0.083,0.219-0.074,0.333-0.035,0.437c0.037,0.1,0.063,0.201,0.089,0.3c0.018,0.071,0.03,0.121,0.045,0.17
+			c0.366,1.194,0.917,2.129,1.688,2.854c0.719,0.678,1.64,1.175,2.816,1.52c1.119,0.329,2.301,0.48,3.443,0.626l0.499,0.064
+			c0.646,0.084,1.3,0.186,1.931,0.282l0.328,0.052C-7.121-7.575-7.49-8.165-7.797-8.787c-0.077-0.025-2.398-0.547-2.676-0.605
+			c-3.686-0.786-3.935-3.128-3.935-3.128s1.591,2.108,5.419,2.224l0.133,0.001c0.155-0.002,0.308-0.007,0.467-0.014
+			c-1.061-5.545,0.996-7.471,0.979-7.408c-0.465,1.772-0.582,3.385-0.355,4.931c0.29,2.005,1.175,3.732,2.625,5.135
+			c0.986,0.954,2.229,1.756,3.797,2.453C0.02-4.593,1.455-4.225,2.809-3.898l0.26,0.062c0.99,0.238,1.996,0.48,2.975,0.768
+			c1.515,0.444,2.833,1.176,3.916,2.176c0.165,0.152,0.354,0.325,0.512,0.531c0.768,0.994,1.637,1.748,2.642,2.309
+			c0.138-0.634,0.503-1.23,1.097-1.593c-0.625,1.068-0.94,2.158-0.645,3.164c0.281,0.9,0.748,1.352,1.242,2.221
+			c0.59,1.136,0.652,2.748,0.662,2.758c0.109,0.111,0.184,0.221,0.296,0.33c0.137,0.137,0.265,0.271,0.399,0.409
+			c0.398,0.412,0.69,0.928,0.812,1.544c0.129,0.642-0.164,0.984-0.164,0.984c0.107,0.396,0.252,0.783,0.282,1.179
+			c0.056,0.737-0.171,1.418-0.273,1.418c-0.051,0-0.946-1.021-1.438-1.212c-0.117,0.701-0.297,1.412-0.576,2.3
+			c-0.211,0.668-0.269,1.216-0.184,1.727c0.062,0.381,0.526,0.912,0.526,0.912l0.214,0.253l-0.295,0.15
+			c-0.049,0.029-0.429,0.113-0.557,0.113c-0.372,0-0.678-0.134-0.898-0.39c-0.045,0.304-0.051,0.611-0.021,0.921
+			c0.049,0.534,0.262,1.024,0.439,1.394c0.055,0.112,0.123,0.261,0.17,0.419c0.057,0.195,0.029,0.38-0.076,0.522
+			c-0.107,0.142-0.275,0.219-0.476,0.219c-0.173-0.003-0.329-0.03-0.464-0.081c-0.607-0.229-1.082-0.616-1.415-1.154
+			c-0.109,0.125-0.21,0.265-0.271,0.432c-0.082,0.222-0.186,0.428-0.286,0.617c-0.084,0.16-0.196,0.241-0.334,0.241
+			c-0.099,0-0.174-0.043-0.229-0.091c-0.174,0.467-0.46,0.859-0.852,1.171c-0.025,0.021-0.051,0.036-0.088,0.059l-0.527,0.325
+			l0.104-0.681c-1.355,0.879-2.852,1.518-4.453,1.898c-0.129,0.03-0.258,0.056-0.387,0.081c-0.389,0.076-0.749,0.147-1.062,0.342
+			c-0.037,0.025-0.074,0.034-0.092,0.039c-0.045,0.019-0.107,0.03-0.166,0.03c-0.122,0-0.244-0.053-0.347-0.156
+			c-0.161,0.003-0.343,0.016-0.503,0.03l-0.148,0.007c-0.026,0.003-0.229,0.003-0.259,0.003l-0.278-0.128
+			c0,0-0.673,0.436-0.91,0.436H0.459c-0.176,0-0.332-0.113-0.416-0.254c-0.066-0.114-0.168-0.082-0.201-0.083
+			c-1.115-0.07-2.184-0.233-3.174-0.479c-1.742-0.433-3.195-1.082-4.443-1.979c-1.092-0.785-1.893-1.65-2.449-2.642
+			c-0.123-0.22-0.22-0.447-0.312-0.667c-0.112-0.266-0.124-0.507-0.048-0.742c0.082-0.242,0.277-0.392,0.513-0.392
+			c0.029,0,0.061,0.003,0.091,0.008c0.121,0.02,0.24,0.028,0.358,0.028c0.556,0,1.099-0.207,1.708-0.65
+			c0.652-0.475,1.115-1.069,1.375-1.765c0.371-0.999,0.202-1.927-0.504-2.761c-0.223,0.738-0.518,1.294-0.93,1.745
+			c-0.289,0.318-0.629,0.559-1.01,0.714c-0.061,0.025-0.119,0.041-0.182,0.049l-0.1,0.015c0,0,0.483-1.094,0.543-1.553
+			c0.126-0.984-0.005-2.366-0.962-2.634c-0.288-0.081-0.565-0.199-0.848-0.297c-0.509-0.177-1.037-0.36-1.556-0.553
+			c-1.455-0.543-2.75-1.151-3.955-1.861c0.006,0.103,0.02,0.205,0.033,0.312l0.02,0.157c0.006,0.022,0.01,0.041,0.012,0.059
+			c0.028,0.218-0.006,0.381-0.104,0.494c-0.077,0.087-0.188,0.136-0.312,0.136c-0.098,0-0.205-0.028-0.326-0.088
+			c-0.164-0.08-0.328-0.214-0.466-0.377c-0.347-0.416-0.556-0.881-0.772-1.401c-0.051-0.125-0.1-0.25-0.146-0.377l-0.009-0.028
+			c-0.044-0.114-0.087-0.233-0.135-0.346c-0.026-0.061-0.064-0.116-0.103-0.147c-1.301-1.106-2.286-2.128-3.099-3.212
+			c-0.632-0.842-1.187-1.729-1.651-2.644c-0.066,0.706-0.062,1.408,0.008,2.134c0,0-1.356-1.096-1.057-4.627
+			c0.001-0.006,0.001-0.031-0.018-0.095c-0.395-1.236-0.648-2.47-0.756-3.663c-0.391-4.372,0.699-8.419,3.24-11.92
+			c2.705-3.729,6.373-6.239,10.904-7.287c1.201-0.279,2.529-0.541,4.443-0.541c0,0,7.51,0,7.986,0l10.9,0.021
+			c0,0,1.279,0.001,2.01,0.396c0.621,0.337,0.977,0.675,1.23,1.265c0.393,0.912,0.057,2.076-0.781,2.688
+			c-0.496,0.363-1.086,0.546-1.799,0.546c-0.068,0-0.135,0.002-0.204-0.001c-0.071-0.003-0.144-0.008-0.214-0.015
+			c0.557,0.566,0.937,1.236,1.133,1.994c0.088,0.34,0.116,0.694,0.086,1.051l-0.003,0.019l0.171,0.008
+			c0.381,0.018,0.765,0.035,1.144,0.062c-0.126-0.161-0.223-0.348-0.29-0.558c-0.188-0.59-0.265-1.082-0.246-1.544
+			c0.035-0.816,0.345-1.581,0.919-2.271c0.445-0.532,0.99-0.96,1.665-1.302c-0.066-0.284-0.049-0.575,0.051-0.862
+			c0.078-0.217,0.222-0.393,0.428-0.508c0.228-0.127,0.475-0.206,0.734-0.206c0.094,0,0.192-0.019,0.297,0.005
+			c0.413-0.911,1.417-0.789,1.417-0.789c0.825,0.19,1.11,0.97,1.026,1.601c-0.012,0.075-0.023,0.158-0.041,0.23l0.044,0.017
+			c0.218,0.052,0.444,0.109,0.669,0.188c1.525,0.53,2.507,1.571,2.922,3.093C25.105-19.292,24.969-18.706,24.516-18.235z
+			 M13.133,5.777c-2.332-6.496-7.784-7.373-8.336-7.373L2.23-1.541l0.684-0.46L3.088-2.07c0.08-0.033,0.154-0.063,0.234-0.086
+			c0.068-0.02,0.137-0.039,0.205-0.058C3.182-2.286,2.829-2.357,2.482-2.406c-0.93-0.133-2.026-0.312-3.113-0.643
+			c-0.049-0.015-0.1-0.022-0.146-0.022l-0.028,0.002C-1.818-3-2.832-2.927-3.846-2.853c-0.615,0.044-1.182,0.065-1.727,0.065
+			c-0.65,0-1.258-0.029-1.854-0.093c-1.341-0.142-2.667-0.463-3.942-0.956c-3.666-1.562-5.617-3.649-5.617-3.649
+			s3.926,1.993,5.299,2.518c1.314,0.5,2.363,0.626,3.889,0.618c0.68-0.004,2.872-0.007,4.165-0.036
+			c-0.306-0.181-0.598-0.37-0.878-0.576c-0.23-0.171-0.484-0.299-0.774-0.408c-0.218-0.082-0.45-0.165-0.689-0.239
+			c-1.004-0.317-2.062-0.503-3.085-0.683c0,0-0.42-0.073-0.607-0.106c-0.993-0.179-2.051-0.372-3.092-0.603
+			c-1.031-0.228-1.928-0.562-2.74-1.024c-1.492-0.849-2.377-2.127-2.629-3.802c-0.436,0.82-0.691,1.623-0.782,2.445
+			c-0.153,1.37,0.256,2.541,1.214,3.478c0.07,0.07,0.114,0.152,0.15,0.225c0.051,0.104,0.1,0.21,0.147,0.315
+			c0.084,0.185,0.18,0.395,0.29,0.575c0.424,0.697,1.031,1.29,1.91,1.868c0.896,0.588,1.951,1.078,3.32,1.541
+			c1.885,0.638,3.846,1.053,5.687,1.406c0.696,0.134,1.394,0.266,2.091,0.397l0.17,0.031c0.82,0.154,1.641,0.31,2.461,0.47
+			c1.437,0.278,2.584,0.645,3.615,1.151c1.63,0.804,2.867,1.661,3.889,2.699C6.855,4.802,7.59,4.878,8.289,5.011
+			c1.871,0.354,3.647,1.062,5.286,2.104C13.449,6.644,13.287,6.209,13.133,5.777z M14.927,11.746
+			c0.227,0.11,0.487,0.185,0.737,0.257c0,0,0.156,0.046,0.219,0.064c-0.014-0.07-0.027-0.136-0.049-0.198
+			c-0.385-1.181-1.057-2.23-1.998-3.121c-0.606-0.574-1.352-1.046-2.415-1.529c-0.894-0.406-1.86-0.742-2.995-1.039
+			c0.326,0.095,0.651,0.209,0.974,0.344c1.671,0.693,3.198,1.744,4.671,3.214c0.021,0.02,0.038,0.043,0.055,0.066l0.451,0.621
+			l-0.733-0.209c-0.084-0.024-0.142-0.062-0.188-0.095c-1.246-0.864-2.385-1.561-3.479-2.126C9.49,7.641,8.621,7.249,7.748,7.024
+			C7.73,7.02,7.643,7.016,7.643,7.01v0.003c0,0.329,0.161,0.649,0.406,0.958C8.229,8.197,8.57,8.479,8.82,8.669
+			c0.757,0.577,1.586,1.041,2.285,1.405c-0.256-0.329-0.523-0.59-0.885-0.771c0,0,0.42-0.442,0.967-0.246
+			c0.623,0.225,0.912,0.441,1.318,0.779c0.227,0.19,0.451,0.384,0.674,0.578c0.263,0.227,0.587,0.508,0.902,0.765
+			C14.309,11.362,14.608,11.593,14.927,11.746z M11.92,18.535c0.209,0.795,0.453,1.365,0.785,1.845
+			c0.152,0.219,0.311,0.381,0.486,0.499c-0.008-0.019-0.034-0.082-0.034-0.082c-0.483-1.18-0.721-2.431-0.726-3.828
+			c0-0.204-0.025-0.412-0.047-0.597c-0.13-1.104-0.754-2.002-1.133-2.406C11.345,15.709,11.559,17.174,11.92,18.535z M-9.817,8.858
+			c0.415,0.394,0.771,0.733,1.031,1.032c0.45,0.521,0.694,1.148,0.886,1.697c0.012,0.03,0.021,0.062,0.031,0.092
+			c0.23-0.593,0.281-1.108,0.166-1.639C-8.008,8.635-8.575,7.56-9.437,6.755C-9.449,6.743-8,6.832-6.83,8.11
+			c1.113,1.217,1.702,2.688,1.784,4.338c0.03,0.636-0.042,1.262-0.112,1.867l-0.029,0.245c-0.217,1.912-1.637,3.508-3.537,3.971
+			c-0.128,0.031-0.238,0.072-0.332,0.121c-0.045,0.023-0.057,0.029-0.029,0.102c0.014,0.04,0.036,0.083,0.069,0.135
+			c0.301,0.468,0.685,0.852,1.14,1.142c0.268,0.17,0.524,0.333,0.77,0.508c1.053,0.754,2.104,1.268,3.213,1.572
+			c0.389,0.106,0.807,0.156,1.219,0.21c0.355,0.047,1.555,0.047,1.555,0.047s-0.415,0.794-1.758,0.817
+			c-0.043,0-0.088,0.002-0.131,0.002c-0.071,0-0.142-0.002-0.211-0.006c0.037,0.014,0.074,0.025,0.115,0.037
+			c0.573,0.173,1.166,0.257,1.814,0.257c0.213,0,0.434-0.009,0.656-0.028l0.07-0.006c0.244-0.02,0.466-0.02,0.643-0.142
+			c0.814-0.563,1.514-0.591,1.514-0.591l-0.096,0.34l-0.062,0.156l-0.016,0.045c-0.028,0.075-0.049,0.132-0.079,0.188
+			c-0.03,0.058-0.061,0.115-0.091,0.172c0.053-0.02,0.104-0.041,0.152-0.064c0.335-0.157,0.668-0.198,0.949-0.218
+			c0.443-0.03,0.832-0.07,1.189-0.121c0.51-0.073,0.891-0.337,1.138-0.784c0.074-0.134,0.158-0.261,0.223-0.374
+			c0.276-0.484,0.861-0.531,0.861-0.531l-0.184,0.423L5.4,22.546c0.09-0.072,0.189-0.145,0.256-0.249
+			c0.322-0.506,1.079-0.563,1.079-0.563l-0.133,0.795c0.052-0.031,2.552-0.945,2.685-1.957c0.002-0.055,0.001-0.777,0.001-0.777
+			s0.462,0.941,0.538,1.17c0.111-0.1,0.47-0.453,0.721-1.165c0.068-0.193,0.129-0.371,0.201-0.546
+			c0.047-0.114,0.087-0.219,0.141-0.311c0.026-0.046,0.012-0.09,0.036-0.135c-0.231-0.773-0.252-1.614-0.261-2.718
+			c-0.003-0.262,0.003-0.522,0.003-0.783v-0.111c0-0.506-0.015-1.077-0.024-1.636c-0.023-1.543-0.363-2.104-0.363-2.104l0.084,0.031
+			c0.091,0.028,0.159,0.059,0.229,0.095c0.318,0.164,0.605,0.406,0.883,0.738c0.547,0.653,0.884,1.391,1.169,2.09
+			c0.203,0.502,0.42,1.033,0.646,1.567c0.827-2.032-1.112-3.771-1.112-3.771s1.498,0.809,1.911,1.615c0,0,0.359-0.992-1.249-1.702
+			c-0.762-0.337-1.546-0.667-2.322-0.948l-0.459-0.168c-0.186-0.068-0.381-0.169-0.58-0.299c-0.104-0.068-0.203-0.146-0.3-0.236
+			c0.126,0.514,0.331,0.947,0.573,1.359c0.376,0.643,0.552,1.466,0.647,1.889l0.084,0.372c0,0-0.478-0.588-0.8-0.768
+			c0.011,0.066,0.024,0.129,0.045,0.188c0.381,1.108,0.297,1.996,0.297,1.996S9.443,15.087,9.43,15.07
+			c0.197,1.258-0.039,1.956-0.039,1.956s-0.459-1.319-0.834-1.582c-0.178,0.457-0.482,0.88-0.648,1.043
+			c-0.514,0.5-0.814,1.764-0.814,1.764s-0.525-0.321-0.529-0.34c0.038,0.094,0.057,0.433-0.093,1.111c0,0-0.505-0.517-0.509-0.565
+			c0,0-0.383,1.194-0.477,1.194c-0.031,0-0.184-0.513-0.222-0.61c-0.005,0.053-0.396,1.029-0.401,0.803
+			c-0.006-0.192-0.221-0.622-0.58-0.441c-1.398,0.699-2.907,1.199-4.496,1.324c-3.924,0.308-4.87-0.772-5.061-1.013
+			c0,0,1.828,0.46,4.219,0.105c1.549-0.229,3.033-0.72,4.411-1.472c0.977-0.532,1.774-1.126,2.425-1.806
+			c-0.156-0.81-5.071-0.555-5.071-0.555s1.237-1.089,4.741-0.547c0.42,0.065,0.752-0.104,1.056-0.335
+			c0.116-0.09,0.174-0.249,0.144-0.332c-0.023-0.07-0.144-0.081-0.214-0.081c-0.042,0-0.088,0.005-0.138,0.011
+			c-0.107,0.016-0.159,0.021-0.195,0.021c-0.166,0,3.728-2.777,0.336-7.539C5.736,6.195,3.656,5.046,2.557,4.666
+			c3.553,4.132,0.191,6.956-0.689,7.599c-0.773,0.565-1.7,0.997-2.915,1.358c-0.146,0.043-0.296,0.084-0.452,0.126l-1.113,0.308
+			l0.637-0.694c0.016-0.021,0.05-0.059,0.109-0.084c0.039-0.017,0.078-0.031,0.115-0.046c0.779-0.305,1.41-0.642,1.943-1.039
+			c0.896-0.667,5.169-3.459,0.205-8.388C0.225,3.635-0.227,3.384-0.309,3.356C1.025,5.606-0.102,7.34-0.102,7.34
+			s-0.613-2.251-0.971-2.874c-0.427-0.743-0.991-1.347-1.579-1.561c0.927,1.815,0.009,2.844,0.009,2.844l-0.227-0.75
+			c-0.152-0.507-0.307-0.81-0.611-1.198c-0.578-0.735-1.252-1.369-2.006-1.884c-0.537-0.367-1.07-0.649-1.631-0.863
+			C-8.038,0.7-9.02,0.462-9.967,0.232l-0.376-0.092c-1.132-0.277-2.052-0.515-2.892-0.75c-0.479-0.134-0.885-0.308-1.24-0.53
+			c-0.059,0.251-0.111,0.579-0.113,0.846C-14.639,4.271-11.621,7.143-9.817,8.858z M-18.035,3.467
+			c0.113,0.805,0.266,1.753,0.54,2.685c0.116,0.395,0.28,0.891,0.538,1.363c-0.161-0.645-0.294-1.263-0.406-2.548
+			c-0.014-0.173-0.048-0.86-0.048-0.86s0.857,3.743,4.786,4.158c-0.797-1.197-1.444-2.456-1.928-3.746
+			c-0.436-1.162-0.707-2.277-0.829-3.408c-0.09-0.833-0.092-1.646-0.007-2.416c-0.048-0.033-0.095-0.065-0.144-0.098
+			c-0.278,1.337-0.382,2.547-0.315,3.697c0.052,0.933,0.4,3.312,0.4,3.312c-0.104-0.146-0.535-0.845-0.625-1.03
+			c-0.561-1.166-0.859-2.499-0.914-4.076c-0.04-1.112,0.049-2.252,0.273-3.481c-0.098,0.018-0.213,0.06-0.355,0.129l-0.016,0.009
+			l-0.048,0.045c-0.067,0.063-0.138,0.13-0.194,0.2c-0.228,0.273-0.406,0.606-0.551,1.016c-0.299,0.859-0.344,1.745-0.348,2.499
+			C-18.229,1.692-18.166,2.526-18.035,3.467z M-19.348,3.712c-0.045-0.348-0.086-0.693-0.115-1.038
+			c-0.098-1.143-0.053-2.154,0.137-3.094c0.166-0.82,0.427-1.447,0.822-1.971c0.275-0.364,0.582-0.635,0.934-0.822
+			c-0.412-0.488-0.768-1.011-1.058-1.554c-0.151,0.205-0.259,0.397-0.331,0.598l-0.281,0.773c0,0-1.139-1.474-0.443-3.922
+			l-0.04,0.06c-0.269,0.387-0.546,0.786-0.799,1.193c-0.908,1.452-1.575,2.878-2.038,4.357c-0.006,0.019-0.008,0.036-0.006,0.042
+			C-21.847,0.313-20.765,2.123-19.348,3.712z M-22.729-3.987c0.707-1.545,1.617-3.104,2.863-4.903
+			c0.029-0.04,0.039-0.073,0.041-0.126c0.027-0.558,0.053-1.026,0.092-1.496c0.001-0.003,0.001-0.006,0.001-0.01
+			c-1.767,2.155-2.884,4.608-3.331,7.313C-22.963-3.459-22.852-3.718-22.729-3.987z M22.707-21.846
+			c-0.604-0.335-1.512-0.415-2.29-0.415c-0.194,0-0.403,0.012-0.623,0.037c-0.042,0.005-0.083,0.008-0.122,0.008
+			c-0.171,0-0.372,0.009-0.477-0.128c-0.146-0.191-0.232-0.64,0.721-0.628c0.047,0.002,0.53,0.067,0.732-0.287
+			c0.16-0.284,0.055-0.761-0.068-0.895c-0.478-0.521-1.316,0.258-1.316,0.258c-0.182,0-0.642-0.146-1.131,0.343
+			c-0.488,0.488,0.092,1.549-0.104,1.636c-0.188,0.074-0.24,0.098-0.42,0.19c-1.031,0.535-2.41,1.729-1.742,3.372
+			c0.543-1.359,2.49-2.043,3.41-2.195c2.614-0.431,4.492,0.297,4.533,0.312C23.846-20.787,23.139-21.604,22.707-21.846z
+			 M23.582-16.659c-0.047-0.468-0.143-0.916-0.254-1.412c-0.145-0.648-0.537-1.074-1.168-1.265c-0.268-0.08-0.562-0.117-0.93-0.117
+			c-0.619,0-1.239,0.081-1.912,0.249c-0.666,0.166-1.101,0.336-1.45,0.566c-0.434,0.286-0.694,0.632-0.798,1.061
+			c-0.077,0.321-0.039,0.648,0.002,0.898c0.003,0.015,0.004,0.025,0.006,0.025s0.012,0.006,0.034,0.015
+			c1.218,0.486,2.058,1.233,2.569,2.284c0.029,0.062,0.053,0.073,0.105,0.079c0.152,0.017,0.287,0.025,0.411,0.025
+			c0.355,0,0.653-0.067,0.913-0.205c0.18-0.094,0.367-0.143,0.557-0.143s0.383,0.047,0.576,0.142
+			c0.14,0.068,0.271,0.148,0.393,0.241c0.072,0.055,0.141,0.114,0.21,0.175C23.433-14.797,23.682-15.678,23.582-16.659z"/>
+		<g>
+			<g>
+				<path fill="#1D1B1E" d="M15.971,0.409c0.544,0.342,0.602,0.888,0.602,0.888c0.195,0.85-0.619,2.253-0.881,2.968
+					c-0.212,0.586-0.402,1.588-0.245,2.195c0.652-0.197,1.464-0.797,1.938-1.313c0.51-0.559,0.926-1.37,0.861-2.116
+					c-0.028-0.303-0.172-0.689-0.389-1.074c-0.092-0.168-0.046-0.522,0.264-0.524c0.233-0.001,0.34,0.035,0.519,0.272
+					c0.622,0.829,0.712,1.578-0.109,2.674c-0.593,0.79-1.229,1.349-2.016,1.934c-0.223,0.165-0.618,0.355-0.894,0.413
+					c-0.303,0.061-0.486-0.086-0.59-0.382c-0.036-0.106-0.059-0.217-0.076-0.329c-0.176-0.99,0.05-1.883,0.533-2.769
+					c0.645-1.176,0.639-1.699,0.057-2.941C15.545,0.304,15.668,0.219,15.971,0.409z"/>
+			</g>
+		</g>
+	</g>
+</symbol>
+<symbol  id="New_Symbol_17" viewBox="-25 -25.101 50 50.201">
+	<path fill="#FFFFFF" d="M20.058-21.682c-0.828,0.139-2.58,0.754-3.069,1.978c-0.602-1.479,0.641-2.554,1.568-3.035
+		c0.161-0.085,0.209-0.104,0.378-0.173c0.175-0.078-0.346-1.031,0.094-1.471c0.439-0.441,0.854-0.31,1.018-0.31
+		c0,0,0.756-0.7,1.187-0.231c0.109,0.121,0.205,0.549,0.06,0.805c-0.182,0.318-0.616,0.26-0.659,0.259
+		c-0.857-0.01-0.78,0.394-0.648,0.564c0.094,0.124,0.275,0.115,0.43,0.115c0.035,0,0.071-0.003,0.11-0.006
+		c0.196-0.023,0.386-0.034,0.561-0.034c0.699,0,1.517,0.071,2.061,0.374c0.389,0.217,1.026,0.954,0.993,1.447
+		C24.104-21.413,22.412-22.068,20.058-21.682z"/>
+	<path fill="#FFFFFF" d="M24.919-5.397c-0.078,0.204-0.177,0.41-0.264,0.593c-0.043,0.086-0.084,0.176-0.125,0.264
+		c-0.044,0.098-0.092,0.193-0.139,0.29c-0.115,0.232-0.234,0.474-0.317,0.732c-0.071,0.223-0.09,0.449-0.107,0.67
+		c-0.006,0.078-0.015,0.16-0.024,0.236c-0.28,2.419-1.823,4.458-3.922,5.444c-0.078-0.293-0.229-0.578-0.45-0.872
+		c-0.188-0.251-0.301-0.29-0.548-0.288c-0.327,0.001-0.376,0.376-0.278,0.553c0.229,0.407,0.38,0.815,0.41,1.135
+		c0.069,0.789-0.371,1.646-0.91,2.236c-0.5,0.545-1.357,1.179-2.047,1.387c-0.167-0.642,0.035-1.699,0.26-2.317
+		c0.275-0.756,1.137-2.238,0.929-3.137c0,0-0.06-0.576-0.635-0.938c-0.319-0.2-0.45-0.11-0.45-0.11
+		c0.615,1.312,0.622,1.865-0.059,3.106c-0.512,0.935-0.749,1.879-0.565,2.925c0.008,0.043,0.021,0.082,0.029,0.124
+		c-0.055-0.142-0.115-0.283-0.184-0.415c-0.523-0.918-1.017-1.395-1.313-2.346C13.896,2.812,14.23,1.66,14.89,0.532
+		c-0.627,0.383-1.012,1.013-1.157,1.683c-1.062-0.592-1.981-1.388-2.791-2.438c-0.168-0.219-0.367-0.4-0.541-0.562
+		c-1.145-1.059-2.537-1.83-4.138-2.3C5.229-3.387,4.167-3.643,3.121-3.895L2.848-3.958C1.417-4.304-0.1-4.694-1.54-5.334
+		c-1.657-0.735-2.97-1.583-4.011-2.591c-1.533-1.481-2.467-3.308-2.774-5.425c-0.238-1.633-0.115-3.337,0.377-5.208
+		c0.019-0.067-2.154,1.949-1.034,7.809c-0.167,0.008-0.329-0.004-0.492-0.004h-0.142c-4.043,0-5.725-2.33-5.725-2.33
+		s0.264,2.48,4.157,3.311c0.293,0.062,2.745,0.617,2.827,0.645c0.323,0.656,0.715,1.283,1.165,1.862l-0.347-0.054
+		c-0.667-0.102-1.356-0.208-2.039-0.298l-0.526-0.068c-1.208-0.154-2.456-0.312-3.64-0.658c-1.242-0.365-2.215-0.893-2.975-1.608
+		c-0.692-0.651-1.207-1.475-1.587-2.479c-0.211,0.609-0.362,1.208-0.406,1.791c0.475,0.95,1.196,1.741,2.217,2.321
+		c0.858,0.488,1.805,0.841,2.894,1.08C-12.5-6.994-11.383-6.79-10.334-6.6c0.198,0.034,0.642,0.112,0.642,0.112
+		c1.08,0.188,2.198,0.386,3.26,0.719c0.252,0.08,1.683,0.474,2.474,1.294c-1.366,0.031-3.682,0.034-4.4,0.038
+		c-1.61,0.008-2.719-0.124-4.107-0.653c-1.451-0.553-5.599-2.659-5.599-2.659s2.061,2.205,5.935,3.855
+		c1.348,0.521,2.748,0.861,4.164,1.01c0.631,0.066,1.272,0.099,1.96,0.099c0.576,0,1.277-0.08,1.903-0.259
+		c1.404-0.4,2.207-0.958,3.132-1.709h0.029c0.05,0,0.104,0.841,0.156,0.857c1.148,0.348,4.027,1.432,4.392,1.508
+		c-0.071,0.02-1.369,0.905-1.369,0.905l2.71-0.052c0.584,0,6.343,0.932,8.807,7.794c0.164,0.455,0.334,0.915,0.468,1.415
+		c-0.534-0.338-1.085-0.632-1.646-0.904c-0.913-0.408-1.88-0.96-4.137-1.144c1.243,0.322,3.868,1.382,6.058,3.772
+		c0.926,1.011,1.704,2.051,2.111,3.298c0.021,0.066,0.037,0.135,0.051,0.21c-0.064-0.02-0.23-0.068-0.23-0.068
+		c-0.266-0.077-0.54-0.155-0.779-0.271c-0.336-0.163-0.652-0.405-0.893-0.599c-0.126-0.103-0.252-0.21-0.377-0.314
+		c0.198,1.372,0.21,3.758-0.46,5.383c-0.095-0.515-1.714-1.854-2.001-1.938c0.398,0.479,0.923,1.319,1.045,2.354
+		c0.022,0.195,0.049,0.416,0.05,0.633c0.005,1.475,0.255,2.796,0.767,4.043c0,0,0.027,0.066,0.036,0.086
+		c-0.186-0.125-0.353-0.296-0.514-0.527c-0.351-0.506-0.609-1.108-0.83-1.948c-0.341-1.284-0.551-2.667-0.663-4.259
+		c-0.277,2.104-0.329,4.52-0.321,4.547c-0.286,1.03-1.105,2.173-1.225,2.277c-0.079-0.241-0.568-1.235-0.568-1.235
+		s0,0.764-0.004,0.822c-0.139,1.067-2.781,2.032-2.835,2.065l0.139-0.839c0,0-0.799,0.061-1.139,0.596
+		c-0.07,0.109-0.176,0.186-0.271,0.263l0.188-0.642l0.193-0.446c0,0-0.618,0.049-0.91,0.562c-0.067,0.119-0.156,0.254-0.234,0.395
+		c-0.261,0.474-0.664,0.752-1.201,0.828c-0.378,0.056-0.79,0.098-1.259,0.129c-0.296,0.021-0.648,0.063-1.002,0.23
+		c-0.051,0.023-0.106,0.048-0.161,0.068c0.033-0.06,0.065-0.122,0.097-0.182c0.031-0.061,0.054-0.121,0.084-0.2l0.016-0.046
+		l0.067-0.166l0.101-0.359c0,0-1.702,1.35-4.963,0.538c-0.042-0.011-0.082-0.024-0.122-0.039c0.073,0.004,0.148,0.007,0.223,0.007
+		c0.047,0,0.094-0.002,0.14-0.003c1.418-0.024,1.856-0.863,1.856-0.863s-5.492-0.071-8.342-3.675
+		c-0.039-0.05-0.058-0.101-0.072-0.142c-0.028-0.076-0.017-0.083,0.031-0.107c0.098-0.052,0.216-0.095,0.352-0.129
+		c2.006-0.488,3.507-2.174,3.736-4.194l0.029-0.259c0.075-0.64,0.151-1.3,0.119-1.973c-0.087-1.743-0.708-3.297-1.885-4.581
+		c-1.235-1.352-2.767-1.444-2.753-1.433c0.91,0.85,1.509,1.985,1.831,3.472c0.121,0.56,0.068,1.105-0.175,1.73
+		c-0.012-0.031-0.022-0.063-0.033-0.097c-0.204-0.579-0.461-1.243-0.937-1.793c-0.274-0.316-0.651-0.674-1.09-1.091
+		c-1.436-1.367-3.597-3.428-4.554-6.423c-0.471-1.312-0.84-2.866-0.964-4.731c-0.66,0.155-0.354,2.6-0.039,4.782
+		c0.146,0.589,0.327,1.182,0.555,1.787c0.511,1.364,1.195,2.692,2.038,3.958c-4.151-0.438-5.058-4.393-5.058-4.393
+		s0.035,0.726,0.051,0.908c0.118,1.359,0.258,2.01,0.429,2.692c-0.272-0.5-0.445-1.024-0.568-1.44
+		c-0.29-0.983-0.451-1.986-0.57-2.836c-0.138-0.994-0.204-1.875-0.2-2.695c0.004-0.796,0.052-1.731,0.367-2.64
+		c0.152-0.432,0.342-0.784,0.582-1.072c0.06-0.075,0.134-0.146,0.205-0.212l0.051-0.047l0.014-0.009
+		c0.021-0.076,0.044-0.152,0.064-0.211c-0.214-0.111-0.41-0.158-0.6-0.183c0.004,0.005,0.006,0.008,0.009,0.012
+		c-0.373,0.198-0.698,0.483-0.987,0.869c-0.418,0.553-0.693,1.214-0.868,2.081c-0.2,0.993-0.248,2.062-0.146,3.269
+		c0.03,0.363,0.075,0.729,0.122,1.097c-1.496-1.68-2.64-3.59-3.4-5.68c-0.001-0.007-0.658-1.439-0.597-4.657
+		c-0.041,0.111-0.255,0.692-0.311,0.878c-0.09-0.742-0.135-1.484-0.133-2.212c0.001-0.229,1.998-5.534,1.998-5.534
+		s-0.88,0.977-1.606,2.214c0,0,0.773-3.195,1.66-4.829c2.441-4.491,6.183-7.434,11.44-8.811c1.264-0.33,2.64-0.534,4.09-0.534
+		c0,0,16.085-0.015,16.43-0.015c0.772,0,1.363,0.046,1.914,0.146l0.086,0.015c0.186,0.034,0.379,0.07,0.588,0.07
+		c0.223,0,0.458-0.029,0.722-0.091l0.129-0.029c0.241-0.059,0.468-0.112,0.691-0.112c2.76-0.021,2.377,1.642,2.377,1.642
+		c-0.116,0.434-0.617,1.221-1.166,1.353c-0.191,0.046-0.389,0.068-0.585,0.068c-1.181,0-2.631-0.868-2.883-0.506
+		c-0.17,0.244-0.14,0.425,0.103,0.632c0.194,0.164,0.405,0.325,0.631,0.477c0.408,0.275,0.829,0.56,1.153,0.935
+		c0.409,0.472,0.657,0.948,0.756,1.463c0.065,0.329,0.035,0.651-0.093,0.979c-0.028,0.073-0.056,0.09-0.083,0.097
+		c-0.227,0.073-0.495,0.157-0.768,0.234c-1.021,0.288-1.771,0.714-2.358,1.344c-0.414,0.443-0.695,0.957-0.917,1.401
+		c-0.372,0.747-0.665,1.519-0.871,2.294c-0.334,1.256-1.121,2.264-2.406,3.079C5.075-9.006,3.98-8.636,2.775-8.514
+		C2.488-8.484,2.197-8.47,1.891-8.455c-0.077,0.003-0.257,0.027-0.435,0.05c-0.161,0.021-0.32,0.043-0.394,0.046L0.624-8.333
+		c0,0,0.113,0.159,1.022,0.508c0.173,0.064,0.35,0.081,0.522,0.113c0.422,0.073,0.837,0.111,1.235,0.111
+		c0.958,0,1.864-0.22,2.694-0.656c1.033-0.545,1.857-1.372,2.522-2.532c0.361-0.632,0.646-1.311,0.871-2.075
+		c0.043-0.146,0.08-0.293,0.121-0.451c0.073-0.278,0.149-0.566,0.255-0.828c0.642-1.581,1.832-2.507,3.535-2.751
+		c0.451-0.063,0.892-0.096,1.311-0.096c0.791,0,1.55,0.117,2.251,0.347c0.953,0.312,1.68,0.801,2.222,1.489
+		c0.252,0.318,0.426,0.657,0.532,1.031l0.073,0.254l0.424-0.101c0.09-0.022,0.181-0.046,0.271-0.062
+		c0.064-0.012,0.129-0.019,0.197-0.019c0.193,0,0.39,0.046,0.602,0.093l0.035,0.009c0.158,0.035,0.313,0.042,0.466,0.049
+		l0.127,0.005c0.149,0,0.276-0.102,0.332-0.195c0.063-0.111,0.17-0.175,0.365-0.219c0.05-0.01,0.103-0.016,0.157-0.016
+		c0.479,0,0.982,0.439,0.995,0.87c0.006,0.165-0.038,0.268-0.146,0.342c-0.086,0.059-0.175,0.112-0.273,0.175l-0.478,0.299
+		l0.318,0.243c0.094,0.069,0.197,0.105,0.307,0.105c0.095,0,0.179-0.026,0.252-0.059c0,0-0.399,2.114-3.194,1.499
+		c0,0-0.454-0.188-0.686-0.273l-0.108-0.041c-0.069-0.027-0.139-0.039-0.211-0.039c-0.142,0-0.261,0.053-0.349,0.097
+		c-0.978,0.493-1.937,0.285-2.095,0.273c-1.277-0.092-2.805,0.169-4.105,0.771c-0.9,0.416-1.739,0.941-2.182,1.848
+		c-0.216,0.451-0.44,1.047-0.132,1.582c0.02-0.047,0.038-0.093,0.055-0.14c0.177-0.52,0.436-0.991,0.781-1.418
+		c0.641-0.792,1.467-1.326,2.406-1.7c0.508-0.204,1.035-0.346,1.597-0.439c0,0,1.997-0.396,2.888,0.344
+		c0.676,0.378,1.285,0.233,1.917,0.233h0.131c2.148,0,2.338,1.358,2.338,1.358s0.245,0.002,0.588,0.055
+		c0.303,0.045,0.595,0.218,0.877,0.505c0.227,0.229,0.356,0.574,0.387,0.934c-0.232,0.21-0.467,0.438-0.712,0.658l-0.15,0.141
+		l-0.281,0.228l0.193,0.224c0.118,0.135,0.268,0.207,0.434,0.207c0.096,0,0.19-0.025,0.28-0.074c0.128-0.07,0.24-0.16,0.345-0.243
+		c0.036-0.027,0.071-0.057,0.106-0.083c0.04-0.029,0.13-0.1,0.134-0.103C25.013-5.762,24.988-5.578,24.919-5.397z M22.269-4.826
+		c-0.079-0.225-0.183-0.259-0.416-0.206c-0.123,0.027-0.254,0.034-0.38,0.029c-0.23-0.012-0.461-0.051-0.693-0.056
+		C20.2-5.07,19.646-4.964,19.184-4.587c-0.653,0.536-0.778,1.171-0.369,1.972c0.005-0.044,0.007-0.062,0.008-0.078
+		c0.027-0.547,0.269-0.972,0.721-1.278c0.376-0.254,0.805-0.354,1.245-0.41c0.356-0.045,0.707-0.105,1.02-0.298
+		c0.026-0.018,0.056-0.03,0.084-0.045c0.005,0.005,0.009,0.011,0.014,0.016c-0.062,0.087-0.082,0.383-0.051,0.507
+		c0.052,0.196,0.062,0.462,0.004,0.62c-0.107-0.269-0.28-0.478-0.524-0.634c-0.039-0.03-0.061-0.04-0.11-0.04
+		c-0.164,0.032-0.325,0.071-0.481,0.123c-0.303,0.102-0.608,0.21-0.888,0.363c-0.39,0.212-0.592,0.545-0.488,1.013
+		c0.033,0.147-0.009,0.281-0.116,0.394c-0.049,0.049-0.092,0.104-0.142,0.164c0.113,0.106,0.214,0.21,0.323,0.3
+		c0.104,0.085,0.214,0.163,0.33,0.228c0.904,0.515,2.124,0.127,2.526-0.813c0.103-0.237,0.157-0.503,0.186-0.762
+		C22.535-3.786,22.449-4.314,22.269-4.826z"/>
+	<path fill="#FFFFFF" d="M23.792-14.858c-0.127-0.096-0.266-0.183-0.414-0.254c-0.204-0.1-0.408-0.149-0.607-0.149
+		c-0.201,0-0.4,0.052-0.588,0.149c-0.275,0.146-0.59,0.218-0.965,0.218c-0.132,0-0.273-0.01-0.435-0.027
+		c-0.057-0.005-0.082-0.018-0.112-0.083c-0.54-1.11-1.427-1.899-2.715-2.414c-0.022-0.01-0.032-0.015-0.035-0.015
+		c-0.001,0-0.004-0.011-0.007-0.027c-0.042-0.264-0.083-0.608-0.001-0.949c0.109-0.452,0.385-0.818,0.844-1.119
+		c0.367-0.244,0.826-0.424,1.53-0.6c0.711-0.177,1.367-0.264,2.02-0.264c0.389,0,0.7,0.039,0.982,0.126
+		c0.667,0.2,1.082,0.65,1.235,1.334c0.116,0.524,0.219,0.998,0.268,1.493c0.104,1.036-0.158,1.968-0.777,2.767
+		C23.942-14.738,23.869-14.802,23.792-14.858z"/>
+	<polygon opacity="0.8" fill="#FFFFFF" points="16.262,9.118 16.26,9.114 16.262,9.114 	"/>
+</symbol>
+<symbol  id="New_Symbol_18" viewBox="-25 -25.109 49.999 50.217">
+	<path fill="#FFFFFF" d="M20.23-9.491c0.362,0.397,1.055,1.007,1.69,1.1c1.948,0.358,1.571,0.828,1.947,2.069
+		c0.163,0.539,1.498,0.935-0.861,4.725c-0.684,1.099-1.12,2.234-1.922,3.229c-0.768,0.952-2.534,1.84-2.978,3.048
+		c-0.76,0.649-2.19,2.519-3.105,1.764c-0.226,1.434,0.807,3.135,0.93,4.468c0.771,0.269,0.41,1.421,0.216,2.099
+		c-0.487-0.164-0.922-0.412-1.403-0.566c-0.101,1.732,0.074,3.012-0.735,4.579c-0.573,1.11-1.646,2.912-0.492,3.983
+		c-0.587-0.004-1.112-0.307-1.345-0.838c-1.492,0.001-2.951,2.098-4.396,2.694c-1.384,0.571-3.52,1.089-4.969,1.29
+		c-1.258,0.176-3.396,0.229-4.57-0.14c-0.792-0.248-2.213-0.938-2.997-1.146c-1.361-0.363-2.163,0.297-2.072-1.941
+		c-0.754-0.046-1.709-0.934-2.235-1.385c0.055-0.141,0.165-0.188,0.33-0.141l-1.312-1.146c3.446-0.022,5.463-3.001,4.402-6.371
+		c-0.833-0.107-1.922,0.13-2.66-0.275c-0.795-0.438-1.335-1.494-2.224-2.018c-1.088-0.642-2.411-0.832-3.577-1.315
+		c-1.133-0.47-1.895-1.184-3.219-1.072c-0.204-1.026-1.197-1.354-1.799-2.16c-0.701-0.937-2.656-2.394-3.131-3.448
+		c0.357-0.716,0.154-1.895-0.281-2.688c-0.538-0.979-0.829-2.035-1.225-3.255c-0.816-2.518-0.438-4.386,0.021-6.833
+		c0.706-3.771,3.085-6.85,6.163-9.075c-0.107,0.011-0.215,0.016-0.323,0.015c1.584-0.3,2.134-1.729,3.442-2.343
+		c1.065-0.501,2.986-1.203,4.17-1.43c3.383-0.647,6.561-0.682,10.097-0.682c3.452,0,6.663,0.125,10.064,0.126
+		c1.153,0,3.349,0.139,4.402,0.617c1.651,0.749,1.76,2.758-2.177,3.394c-1.183,0.191,0.847-0.058,1.138,1.244
+		c0.133,0.595-0.561,2.174,0.056,2.256c0.03,0.106,0.927-0.021,1.01,0.058c0.593,0.255,1.111,0.555,1.733,0.604
+		c-1.247-2.772-1.192-3.883,1.591-6.27c-0.269-0.78,0.192-1.248,1.154-1.506c0.605-0.163,1.591-0.796,2.187-0.164
+		c-0.041,0.522,0.12,1.011,0.161,1.548c3.052-0.312,2.986,2.31,3.179,4.219C24.617-15.499,22.915-10.021,20.23-9.491z"/>
+	<g>
+		<g>
+			<g>
+				<polygon fill="#1D1B1E" points="15.506,8.48 15.505,8.479 15.506,8.479 				"/>
+				<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M17.974-2.674c-0.38-0.746-0.264-1.333,0.344-1.831
+					c0.428-0.351,0.942-0.448,1.48-0.438c0.215,0.005,0.429,0.04,0.644,0.05c0.117,0.006,0.237-0.001,0.353-0.026
+					c0.216-0.048,0.312-0.016,0.387,0.191c0.168,0.475,0.248,0.966,0.189,1.467c-0.025,0.239-0.076,0.486-0.171,0.707
+					c-0.374,0.874-1.509,1.232-2.347,0.756c-0.105-0.062-0.209-0.134-0.306-0.213c-0.101-0.082-0.195-0.178-0.302-0.276
+					c0.048-0.057,0.086-0.108,0.131-0.153c0.102-0.104,0.141-0.228,0.109-0.366c-0.097-0.434,0.092-0.742,0.455-0.939
+					c0.258-0.142,0.541-0.243,0.822-0.338c0.146-0.049,0.295-0.083,0.447-0.115c0.047,0.002,0.066,0.01,0.102,0.038
+					C20.54-4.015,20.7-3.821,20.8-3.572c0.055-0.146,0.043-0.394-0.004-0.575c-0.029-0.114-0.01-0.39,0.047-0.471
+					c-0.005-0.004-0.008-0.01-0.012-0.015c-0.027,0.015-0.054,0.026-0.078,0.042c-0.291,0.179-0.615,0.234-0.947,0.275
+					c-0.408,0.053-0.809,0.146-1.156,0.383c-0.42,0.282-0.645,0.678-0.668,1.186C17.98-2.731,17.978-2.717,17.974-2.674z
+					 M19.954-2.617c0-0.306-0.248-0.555-0.555-0.555s-0.556,0.249-0.556,0.555c0,0.307,0.249,0.555,0.556,0.555
+					S19.954-2.311,19.954-2.617z"/>
+			</g>
+		</g>
+		<g>
+			<g>
+				<path fill="#1D1B1E" d="M13.318,1.576c0,0.032,0.002,0.064,0.002,0.097c-0.013,0.022-0.03,0.045-0.041,0.067
+					C13.312,1.692,13.325,1.634,13.318,1.576z"/>
+				<path fill="#1D1B1E" d="M14.491,5.331c-0.01,0-0.021-0.002-0.033-0.002c-0.005-0.012-0.011-0.025-0.018-0.037
+					C14.454,5.304,14.475,5.318,14.491,5.331z"/>
+			</g>
+		</g>
+		<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M24.515-18.235c0.027,0.176,0.058,0.341,0.09,0.508
+			c0.068,0.369,0.141,0.752,0.166,1.144c0.089,1.384-0.345,2.595-1.288,3.602l0.033,0.148c0.045,0.211,0.101,0.475,0.132,0.731
+			c0.079,0.635-0.125,1.205-0.625,1.746c-0.015,0.017-0.031,0.034-0.04,0.048c-0.122,0.365-0.384,0.657-0.776,0.854
+			c-0.23,0.116-0.474,0.203-0.726,0.26c0.302,0.124,0.604,0.276,0.913,0.461c0.036,0.021,0.052,0.025,0.052,0.025
+			c1.007,0.154,1.801,0.93,1.978,1.931c0.003,0.023,0.006,0.046,0.009,0.069c0.005,0.043,0.011,0.09,0.016,0.104
+			c0.397,0.612,0.47,1.307,0.214,2.055c-0.084,0.242-0.188,0.483-0.279,0.696c-0.072,0.168-0.143,0.332-0.205,0.495
+			c-0.072,0.187-0.15,0.394-0.168,0.583c-0.047,0.525-0.124,1.218-0.314,1.906c-0.398,1.433-1.091,2.556-2.117,3.433
+			c-0.938,0.803-1.938,1.146-3.29,1.348c0.184-0.289-0.061-0.419,0.07-0.738c0.053-0.131,0.067-0.252,0.066-0.371
+			c2.312-0.79,4.06-2.895,4.354-5.425c0.008-0.074,0.016-0.149,0.021-0.225c0.018-0.209,0.035-0.424,0.103-0.635
+			c0.077-0.245,0.19-0.474,0.3-0.693c0.045-0.091,0.09-0.182,0.132-0.274c0.038-0.084,0.078-0.167,0.118-0.25
+			c0.082-0.172,0.175-0.368,0.249-0.561c0.065-0.17,0.089-0.345,0.07-0.521c-0.003,0.002-0.089,0.069-0.126,0.097
+			c-0.033,0.025-0.068,0.053-0.102,0.079c-0.1,0.079-0.205,0.164-0.326,0.23c-0.085,0.048-0.174,0.071-0.266,0.071
+			c-0.156,0-0.298-0.067-0.41-0.195l-0.183-0.209l0.267-0.21l0.141-0.124C23-6.249,23.222-6.446,23.44-6.646
+			c-0.027-0.34-0.15-0.628-0.365-0.845c-0.268-0.271-0.543-0.359-0.83-0.402c-0.324-0.05-0.557,0.101-0.557,0.101
+			s-0.179-0.982-2.213-0.985h-0.124c-0.598,0-1.175-0.166-1.814-0.523C16.694-10,14.804-9.93,14.804-9.93
+			c-0.531,0.089-1.03,0.225-1.512,0.416c-0.889,0.355-1.671,0.859-2.277,1.611c-0.327,0.402-0.572,0.851-0.739,1.342
+			c-0.016,0.045-0.034,0.088-0.052,0.133c-0.009-0.479,0.092-0.93,0.297-1.357c0.419-0.857,1.108-1.419,1.971-1.788
+			c0.748-0.32,1.533-0.43,2.342-0.39l0.172-0.191c0.082-0.091,0.17-0.12,0.229-0.134c0.33-0.079,0.679-0.117,1.066-0.117
+			c0.148,0,1.057,0.208,1.982-0.259c0.084-0.042,0.195-0.091,0.33-0.091c0.068,0,0.135,0.012,0.2,0.036l0.103,0.039
+			c0.219,0.082,0.648,0.259,0.648,0.259c2.646,0.582,3.023-1.419,3.023-1.419c-0.068,0.031-0.148,0.056-0.238,0.056
+			c-0.104,0-0.201-0.034-0.29-0.101l-0.301-0.229l0.452-0.284c0.094-0.058,0.177-0.109,0.258-0.165
+			c0.104-0.071,0.145-0.168,0.139-0.324c-0.012-0.407-0.488-0.823-0.941-0.823c-0.052,0-0.102,0.006-0.148,0.016
+			c-0.186,0.041-0.287,0.102-0.347,0.206c-0.052,0.09-0.172,0.186-0.313,0.186l-0.121-0.006c-0.143-0.006-0.291-0.012-0.439-0.046
+			l-0.034-0.008c-0.2-0.045-0.387-0.088-0.569-0.088c-0.064,0-0.125,0.006-0.186,0.018c-0.087,0.016-0.172,0.036-0.258,0.059
+			l-0.401,0.095l-0.067-0.239c-0.103-0.354-0.268-0.675-0.506-0.978c-0.513-0.652-1.2-1.113-2.102-1.409
+			c-0.664-0.218-1.383-0.328-2.133-0.328c-0.396,0-0.812,0.031-1.239,0.091c-1.612,0.231-2.739,1.107-3.347,2.604
+			c-0.1,0.247-0.172,0.521-0.241,0.784c-0.039,0.149-0.074,0.289-0.114,0.427c-0.213,0.725-0.482,1.367-0.824,1.964
+			c-0.629,1.099-1.41,1.882-2.389,2.397C5.101-7.554,4.243-7.345,3.335-7.345c-0.376,0-0.77-0.035-1.168-0.105
+			C2.002-7.48,1.835-7.497,1.671-7.559C0.812-7.888,0.703-8.038,0.703-8.038L1.12-8.063c0.068-0.004,0.219-0.023,0.371-0.044
+			c0.168-0.021,0.338-0.044,0.412-0.047C2.192-8.168,2.468-8.182,2.74-8.21c1.14-0.115,2.178-0.465,3.083-1.037
+			c1.216-0.771,1.961-1.726,2.276-2.915c0.194-0.732,0.472-1.463,0.824-2.171c0.21-0.421,0.478-0.907,0.869-1.327
+			c0.555-0.595,1.265-0.999,2.231-1.271c0.258-0.072,0.513-0.152,0.729-0.222c0.025-0.007,0.051-0.021,0.078-0.091
+			c0.121-0.312,0.149-0.616,0.088-0.928c-0.095-0.486-0.329-0.939-0.716-1.386c-0.308-0.354-0.706-0.623-1.093-0.884
+			c-0.213-0.144-0.413-0.296-0.598-0.451c-0.229-0.196-0.347-0.458-0.334-0.738c0.01-0.231,0.027-0.619,0.421-0.619
+			c0.085,0,0.183,0.021,0.336,0.072c0.065,0.021,0.13,0.048,0.194,0.075l0.34,0.147c0.189,0.081,0.38,0.163,0.569,0.243
+			c0.38,0.158,0.751,0.238,1.106,0.238c0.186,0,0.373-0.021,0.555-0.065c0.52-0.124,0.994-0.407,1.103-0.818
+			c0,0,0.362-1.573-2.251-1.554c-0.211,0-0.426,0.051-0.653,0.105l-0.122,0.029c-0.25,0.059-0.473,0.085-0.684,0.086
+			c-0.197,0-0.381-0.034-0.557-0.066l-0.08-0.015c-0.521-0.095-1.081-0.138-1.812-0.138c-0.327,0-15.553,0.014-15.553,0.014
+			c-1.372,0-2.676,0.193-3.871,0.506c-4.977,1.302-8.52,4.089-10.83,8.34c-0.84,1.546-1.412,3.214-1.708,4.991
+			c0.016-0.025,0.137-0.42,0.137-0.42c0.688-1.171,1.521-2.096,1.521-2.096s-1.891,5.021-1.891,5.239
+			c-0.002,0.688,0.04,1.391,0.125,2.092c0.053-0.175,0.109-0.348,0.17-0.52c0.847-2.415,2.131-4.676,3.926-6.915
+			c0.044-0.054,0.078-0.117,0.097-0.173c0.276-0.852,0.653-1.662,1.118-2.415c-1.051,0.216-2.551,1.693-2.551,1.693l0.195-0.376
+			c1.172-2.261,3.934-3.638,4.475-3.834c1.583-1.406,3.506-2.426,5.713-3.032c0.125-0.034,0.251-0.063,0.377-0.092l1.077-0.257
+			l-0.688,0.666c-0.078,0.077-0.164,0.107-0.217,0.126c-1.562,0.558-2.993,1.344-4.25,2.335c-1.643,1.295-2.824,2.879-3.514,4.705
+			c-0.083,0.219-0.074,0.333-0.035,0.437c0.037,0.1,0.063,0.201,0.089,0.3c0.018,0.071,0.03,0.121,0.045,0.17
+			c0.366,1.194,0.917,2.129,1.688,2.854c0.719,0.678,1.64,1.175,2.816,1.52c1.119,0.329,2.301,0.48,3.443,0.626l0.499,0.064
+			c0.646,0.084,1.3,0.186,1.931,0.282l0.328,0.052c-0.428-0.549-0.797-1.139-1.104-1.761c-0.077-0.025-2.398-0.547-2.676-0.605
+			c-3.686-0.786-3.935-3.128-3.935-3.128s1.591,2.108,5.419,2.224l0.133,0.001c0.155-0.002,0.308-0.007,0.467-0.014
+			c-1.061-5.545,0.996-7.471,0.979-7.408c-0.465,1.772-0.582,3.385-0.355,4.931c0.29,2.005,1.175,3.732,2.625,5.135
+			c0.986,0.954,2.229,1.756,3.797,2.453c1.363,0.606,2.799,0.975,4.152,1.301l0.26,0.062c0.99,0.238,1.996,0.48,2.975,0.768
+			c1.515,0.444,2.833,1.176,3.916,2.176c0.165,0.152,0.354,0.325,0.512,0.531c0.768,0.994,1.637,1.748,2.642,2.309
+			c0.138-0.634,0.503-1.23,1.097-1.593c-0.625,1.068-0.94,2.158-0.645,3.164c0.281,0.9,0.748,1.352,1.242,2.221
+			c0.59,1.136,0.652,2.748,0.662,2.758c0.109,0.111,0.184,0.221,0.296,0.33c0.137,0.137,0.265,0.271,0.399,0.409
+			c0.398,0.412,0.69,0.928,0.812,1.544c0.129,0.642-0.164,0.984-0.164,0.984c0.107,0.396,0.252,0.783,0.282,1.179
+			c0.056,0.737-0.171,1.418-0.273,1.418c-0.051,0-0.946-1.021-1.438-1.212c-0.117,0.701-0.297,1.412-0.576,2.3
+			c-0.211,0.668-0.269,1.216-0.184,1.727c0.062,0.381,0.526,0.912,0.526,0.912l0.214,0.253l-0.295,0.15
+			c-0.049,0.029-0.429,0.113-0.557,0.113c-0.372,0-0.678-0.134-0.898-0.39c-0.045,0.304-0.051,0.611-0.021,0.921
+			c0.049,0.534,0.262,1.024,0.439,1.394c0.055,0.112,0.123,0.261,0.17,0.419c0.057,0.195,0.029,0.38-0.076,0.522
+			c-0.107,0.142-0.275,0.219-0.476,0.219c-0.173-0.003-0.329-0.03-0.464-0.081c-0.607-0.229-1.082-0.616-1.415-1.154
+			c-0.109,0.125-0.21,0.265-0.271,0.432c-0.082,0.222-0.186,0.428-0.286,0.617c-0.084,0.16-0.196,0.241-0.334,0.241
+			c-0.099,0-0.174-0.043-0.229-0.091c-0.174,0.467-0.46,0.859-0.852,1.171c-0.025,0.021-0.051,0.036-0.088,0.059l-0.527,0.325
+			l0.104-0.681c-1.355,0.879-2.852,1.518-4.453,1.898c-0.129,0.03-0.258,0.056-0.387,0.081c-0.389,0.076-0.749,0.147-1.062,0.342
+			c-0.037,0.025-0.074,0.034-0.092,0.039c-0.045,0.019-0.107,0.03-0.166,0.03c-0.122,0-0.244-0.053-0.347-0.156
+			c-0.161,0.003-0.343,0.016-0.503,0.03l-0.148,0.007c-0.026,0.003-0.229,0.003-0.259,0.003l-0.278-0.128
+			c0,0-0.673,0.436-0.91,0.436H0.458c-0.176,0-0.332-0.113-0.416-0.254c-0.066-0.114-0.168-0.082-0.201-0.083
+			c-1.115-0.07-2.184-0.233-3.174-0.479c-1.742-0.433-3.195-1.082-4.443-1.979c-1.092-0.785-1.893-1.65-2.449-2.642
+			c-0.123-0.22-0.22-0.447-0.312-0.667c-0.112-0.266-0.124-0.507-0.048-0.742c0.082-0.242,0.277-0.392,0.513-0.392
+			c0.029,0,0.061,0.003,0.091,0.008c0.121,0.02,0.24,0.028,0.358,0.028c0.556,0,1.099-0.207,1.708-0.65
+			c0.652-0.475,1.115-1.069,1.375-1.765c0.371-0.999,0.202-1.927-0.504-2.761c-0.223,0.738-0.518,1.294-0.93,1.745
+			c-0.289,0.318-0.629,0.559-1.01,0.714c-0.061,0.025-0.119,0.041-0.182,0.049l-0.1,0.015c0,0,0.483-1.094,0.543-1.553
+			c0.126-0.984-0.005-2.366-0.962-2.634c-0.288-0.081-0.565-0.199-0.848-0.297c-0.509-0.177-1.037-0.36-1.556-0.553
+			c-1.455-0.543-2.75-1.151-3.955-1.861c0.006,0.103,0.02,0.205,0.033,0.312l0.02,0.157c0.006,0.022,0.01,0.041,0.012,0.059
+			c0.028,0.218-0.006,0.381-0.104,0.494c-0.077,0.087-0.188,0.136-0.312,0.136c-0.098,0-0.205-0.028-0.326-0.088
+			c-0.164-0.08-0.328-0.214-0.466-0.377c-0.347-0.416-0.556-0.881-0.772-1.401c-0.051-0.125-0.1-0.25-0.146-0.377l-0.009-0.028
+			c-0.044-0.114-0.087-0.233-0.135-0.346c-0.026-0.061-0.064-0.116-0.103-0.147c-1.301-1.106-2.286-2.128-3.099-3.212
+			c-0.632-0.842-1.187-1.729-1.651-2.644c-0.066,0.706-0.062,1.408,0.008,2.134c0,0-1.356-1.096-1.057-4.627
+			c0.001-0.006,0.001-0.031-0.018-0.095c-0.395-1.236-0.648-2.47-0.756-3.663c-0.391-4.372,0.699-8.419,3.24-11.92
+			c2.705-3.729,6.373-6.239,10.904-7.287c1.201-0.279,2.529-0.541,4.443-0.541c0,0,7.51,0,7.986,0l10.9,0.021
+			c0,0,1.279,0.001,2.01,0.396c0.621,0.337,0.977,0.675,1.23,1.265c0.393,0.912,0.057,2.076-0.781,2.688
+			c-0.496,0.363-1.086,0.546-1.799,0.546c-0.068,0-0.135,0.002-0.204-0.001c-0.071-0.003-0.144-0.008-0.214-0.015
+			c0.557,0.566,0.937,1.236,1.133,1.994c0.088,0.34,0.116,0.694,0.086,1.051L14.01-17.14l0.171,0.008
+			c0.381,0.018,0.765,0.035,1.144,0.062c-0.126-0.161-0.223-0.348-0.29-0.558c-0.188-0.59-0.265-1.082-0.246-1.544
+			c0.035-0.816,0.345-1.581,0.919-2.271c0.445-0.532,0.99-0.96,1.665-1.302c-0.066-0.284-0.049-0.575,0.051-0.862
+			c0.078-0.217,0.222-0.393,0.428-0.508c0.228-0.127,0.475-0.206,0.734-0.206c0.094,0,0.192-0.019,0.297,0.005
+			c0.413-0.911,1.417-0.789,1.417-0.789c0.825,0.19,1.11,0.97,1.026,1.601c-0.012,0.075-0.023,0.158-0.041,0.23l0.044,0.017
+			c0.218,0.052,0.444,0.109,0.669,0.188c1.525,0.53,2.507,1.571,2.922,3.093C25.104-19.292,24.968-18.706,24.515-18.235z
+			 M13.132,5.777C10.8-0.719,5.348-1.596,4.796-1.596L2.229-1.541l0.684-0.46L3.087-2.07c0.08-0.033,0.154-0.063,0.234-0.086
+			c0.068-0.02,0.137-0.039,0.205-0.058C3.181-2.286,2.828-2.357,2.481-2.406c-0.93-0.133-2.026-0.312-3.113-0.643
+			c-0.049-0.015-0.1-0.022-0.146-0.022l-0.028,0.002C-1.819-3-2.833-2.927-3.847-2.853c-0.615,0.044-1.182,0.065-1.727,0.065
+			c-0.65,0-1.258-0.029-1.854-0.093c-1.341-0.142-2.667-0.463-3.942-0.956c-3.666-1.562-5.617-3.649-5.617-3.649
+			s3.926,1.993,5.299,2.518c1.314,0.5,2.363,0.626,3.889,0.618c0.68-0.004,2.872-0.007,4.165-0.036
+			c-0.306-0.181-0.598-0.37-0.878-0.576c-0.23-0.171-0.484-0.299-0.774-0.408c-0.218-0.082-0.45-0.165-0.689-0.239
+			C-6.98-5.927-8.039-6.112-9.062-6.292c0,0-0.42-0.073-0.607-0.106c-0.993-0.179-2.051-0.372-3.092-0.603
+			c-1.031-0.228-1.928-0.562-2.74-1.024c-1.492-0.849-2.377-2.127-2.629-3.802c-0.436,0.82-0.691,1.623-0.782,2.445
+			c-0.153,1.37,0.256,2.541,1.214,3.478c0.07,0.07,0.114,0.152,0.15,0.225c0.051,0.104,0.1,0.21,0.147,0.315
+			c0.084,0.185,0.18,0.395,0.29,0.575c0.424,0.697,1.031,1.29,1.91,1.868c0.896,0.588,1.951,1.078,3.32,1.541
+			c1.885,0.638,3.846,1.053,5.687,1.406C-5.497,0.16-4.8,0.292-4.103,0.424l0.17,0.031c0.82,0.154,1.641,0.31,2.461,0.47
+			c1.437,0.278,2.584,0.645,3.615,1.151c1.63,0.804,2.867,1.661,3.889,2.699c0.822,0.026,1.557,0.103,2.256,0.235
+			c1.871,0.354,3.647,1.062,5.286,2.104C13.448,6.644,13.286,6.209,13.132,5.777z M14.926,11.746
+			c0.227,0.11,0.487,0.185,0.737,0.257c0,0,0.156,0.046,0.219,0.064c-0.014-0.07-0.027-0.136-0.049-0.198
+			c-0.385-1.181-1.057-2.23-1.998-3.121c-0.606-0.574-1.352-1.046-2.415-1.529C10.526,6.812,9.56,6.477,8.425,6.18
+			c0.326,0.095,0.651,0.209,0.974,0.344c1.671,0.693,3.198,1.744,4.671,3.214c0.021,0.02,0.038,0.043,0.055,0.066l0.451,0.621
+			l-0.733-0.209c-0.084-0.024-0.142-0.062-0.188-0.095c-1.246-0.864-2.385-1.561-3.479-2.126C9.489,7.641,8.62,7.249,7.747,7.024
+			C7.729,7.02,7.642,7.016,7.642,7.01v0.003c0,0.329,0.161,0.649,0.406,0.958c0.18,0.227,0.521,0.508,0.771,0.698
+			c0.757,0.577,1.586,1.041,2.285,1.405c-0.256-0.329-0.523-0.59-0.885-0.771c0,0,0.42-0.442,0.967-0.246
+			c0.623,0.225,0.912,0.441,1.318,0.779c0.227,0.19,0.451,0.384,0.674,0.578c0.263,0.227,0.587,0.508,0.902,0.765
+			C14.308,11.362,14.607,11.593,14.926,11.746z M11.919,18.535c0.209,0.795,0.453,1.365,0.785,1.845
+			c0.152,0.219,0.311,0.381,0.486,0.499c-0.008-0.019-0.034-0.082-0.034-0.082c-0.483-1.18-0.721-2.431-0.726-3.828
+			c0-0.204-0.025-0.412-0.047-0.597c-0.13-1.104-0.754-2.002-1.133-2.406C11.344,15.709,11.558,17.174,11.919,18.535z M-9.818,8.858
+			c0.415,0.394,0.771,0.733,1.031,1.032c0.45,0.521,0.694,1.148,0.886,1.697c0.012,0.03,0.021,0.062,0.031,0.092
+			c0.23-0.593,0.281-1.108,0.166-1.639C-8.009,8.635-8.576,7.56-9.438,6.755C-9.45,6.743-8.001,6.832-6.831,8.11
+			c1.113,1.217,1.702,2.688,1.784,4.338c0.03,0.636-0.042,1.262-0.112,1.867l-0.029,0.245c-0.217,1.912-1.637,3.508-3.537,3.971
+			c-0.128,0.031-0.238,0.072-0.332,0.121c-0.045,0.023-0.057,0.029-0.029,0.102c0.014,0.04,0.036,0.083,0.069,0.135
+			c0.301,0.468,0.685,0.852,1.14,1.142c0.268,0.17,0.524,0.333,0.77,0.508c1.053,0.754,2.104,1.268,3.213,1.572
+			c0.389,0.106,0.807,0.156,1.219,0.21c0.355,0.047,1.555,0.047,1.555,0.047s-0.415,0.794-1.758,0.817
+			c-0.043,0-0.088,0.002-0.131,0.002c-0.071,0-0.142-0.002-0.211-0.006c0.037,0.014,0.074,0.025,0.115,0.037
+			c0.573,0.173,1.166,0.257,1.814,0.257c0.213,0,0.434-0.009,0.656-0.028l0.07-0.006c0.244-0.02,0.466-0.02,0.643-0.142
+			c0.814-0.563,1.514-0.591,1.514-0.591l-0.096,0.34l-0.062,0.156l-0.016,0.045c-0.028,0.075-0.049,0.132-0.079,0.188
+			c-0.03,0.058-0.061,0.115-0.091,0.172c0.053-0.02,0.104-0.041,0.152-0.064c0.335-0.157,0.668-0.198,0.949-0.218
+			c0.443-0.03,0.832-0.07,1.189-0.121c0.51-0.073,0.891-0.337,1.138-0.784c0.074-0.134,0.158-0.261,0.223-0.374
+			c0.276-0.484,0.861-0.531,0.861-0.531l-0.184,0.423l-0.177,0.606c0.09-0.072,0.189-0.145,0.256-0.249
+			c0.322-0.506,1.079-0.563,1.079-0.563l-0.133,0.795c0.052-0.031,2.552-0.945,2.685-1.957c0.002-0.055,0.001-0.777,0.001-0.777
+			s0.462,0.941,0.538,1.17c0.111-0.1,0.47-0.453,0.721-1.165c0.068-0.193,0.129-0.371,0.201-0.546
+			c0.047-0.114,0.087-0.219,0.141-0.311c0.026-0.046,0.012-0.09,0.036-0.135c-0.231-0.773-0.252-1.614-0.261-2.718
+			c-0.003-0.262,0.003-0.522,0.003-0.783v-0.111c0-0.506-0.015-1.077-0.024-1.636c-0.023-1.543-0.363-2.104-0.363-2.104l0.084,0.031
+			c0.091,0.028,0.159,0.059,0.229,0.095c0.318,0.164,0.605,0.406,0.883,0.738c0.547,0.653,0.884,1.391,1.169,2.09
+			c0.203,0.502,0.42,1.033,0.646,1.567c0.827-2.032-1.112-3.771-1.112-3.771s1.498,0.809,1.911,1.615c0,0,0.359-0.992-1.249-1.702
+			c-0.762-0.337-1.546-0.667-2.322-0.948l-0.459-0.168c-0.186-0.068-0.381-0.169-0.58-0.299c-0.104-0.068-0.203-0.146-0.3-0.236
+			c0.126,0.514,0.331,0.947,0.573,1.359c0.376,0.643,0.552,1.466,0.647,1.889l0.084,0.372c0,0-0.478-0.588-0.8-0.768
+			c0.011,0.066,0.024,0.129,0.045,0.188c0.381,1.108,0.297,1.996,0.297,1.996s-0.582-0.417-0.596-0.434
+			c0.197,1.258-0.039,1.956-0.039,1.956s-0.459-1.319-0.834-1.582c-0.178,0.457-0.482,0.88-0.648,1.043
+			c-0.514,0.5-0.814,1.764-0.814,1.764s-0.525-0.321-0.529-0.34c0.038,0.094,0.057,0.433-0.093,

<TRUNCATED>

[43/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/svg/flink_logotypes.svg
----------------------------------------------------------------------
diff --git a/content/img/logo/svg/flink_logotypes.svg b/content/img/logo/svg/flink_logotypes.svg
new file mode 100644
index 0000000..006243a
--- /dev/null
+++ b/content/img/logo/svg/flink_logotypes.svg
@@ -0,0 +1,3835 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="799.736px" height="803.173px" viewBox="168.959 68.626 799.736 803.173"
+	 enable-background="new 168.959 68.626 799.736 803.173" xml:space="preserve">
+<symbol  id="New_Symbol_10" viewBox="-37.236 -37.491 74.472 74.981">
+	<g>
+		<g>
+			<g>
+				<g>
+					<polygon fill="#0B0B0B" points="23.098,12.539 23.096,12.536 23.098,12.536 					"/>
+					<path fill="#0B0B0B" d="M26.772-4.074c-0.41-0.647-0.494-1.885,0.436-2.595c1.523-1.163,2.877-0.169,3.766-0.749
+						C31.25-7.599,31.44-7.44,31.55-7.133c0.25,0.707,0.368,1.438,0.283,2.185c-0.04,0.356-0.115,0.725-0.255,1.054
+						c-0.558,1.302-2.247,1.836-3.496,1.126c-0.158-0.091-0.312-0.199-0.455-0.316c-0.151-0.123-0.291-0.266-0.449-0.413
+						c0.071-0.083,0.128-0.16,0.195-0.228c0.151-0.155,0.208-0.339,0.162-0.545c-0.144-0.646-0.018-1.276,0.496-1.614
+						c0.5-0.328,2.031-0.766,2.951,0.473c0.439-0.816,0.127-1.52,0.064-1.558c-0.007-0.007-0.422,0.413-1.531,0.35
+						c-0.614-0.033-1.429,0.128-1.948,0.48c-0.626,0.421-0.748,1.201-0.783,1.957C26.782-4.16,26.777-4.138,26.772-4.074z
+						 M29.722-3.99c0-0.454-0.369-0.825-0.826-0.825c-0.455,0-0.826,0.371-0.826,0.825c0,0.457,0.371,0.826,0.826,0.826
+						C29.353-3.164,29.722-3.533,29.722-3.99z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M19.839,2.256c0,0.049,0.002,0.097,0.002,0.145c-0.019,0.034-0.044,0.066-0.061,0.101
+						C19.829,2.43,19.851,2.342,19.839,2.256z"/>
+					<path fill="#0B0B0B" d="M21.587,7.85c-0.017,0-0.034-0.003-0.05-0.003c-0.009-0.02-0.018-0.039-0.027-0.058
+						C21.529,7.809,21.562,7.83,21.587,7.85z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M36.517-27.253c0.04,0.263,0.084,0.509,0.132,0.757c0.104,0.551,0.21,1.12,0.249,1.703
+						c0.132,2.062-0.514,3.865-1.919,5.365l0.049,0.221c0.067,0.314,0.149,0.706,0.196,1.089c0.119,0.946-0.186,1.796-0.93,2.602
+						c-0.022,0.023-0.048,0.051-0.061,0.071c-0.181,0.544-0.572,0.979-1.156,1.271c-0.344,0.174-0.705,0.304-1.081,0.388
+						c0.449,0.186,0.9,0.411,1.36,0.687c0.054,0.032,0.077,0.038,0.077,0.038c1.5,0.229,2.682,1.386,2.944,2.876
+						c0.006,0.035,0.01,0.067,0.015,0.104c0.007,0.063,0.015,0.134,0.023,0.155c0.592,0.913,0.699,1.946,0.317,3.061
+						c-0.125,0.36-0.279,0.722-0.416,1.038c-0.107,0.249-0.212,0.493-0.305,0.736c-0.106,0.277-0.225,0.587-0.25,0.868
+						c-0.07,0.783-0.186,1.813-0.47,2.84c-0.593,2.135-1.624,3.807-3.153,5.113c-1.396,1.194-2.886,1.706-4.899,2.007
+						c0.274-0.431-0.091-0.624,0.104-1.101c0.079-0.193,0.1-0.375,0.099-0.553c3.444-1.177,6.047-4.312,6.485-8.081
+						c0.012-0.108,0.024-0.223,0.033-0.334c0.024-0.311,0.052-0.631,0.152-0.944c0.116-0.365,0.284-0.705,0.446-1.032
+						c0.066-0.136,0.134-0.271,0.196-0.409c0.058-0.124,0.116-0.249,0.176-0.372c0.122-0.257,0.261-0.548,0.372-0.835
+						c0.1-0.254,0.198-0.817,0.071-1.177c-0.006,0.004-0.652,0.824-1.295,0.888c-0.625,0.063-0.772-0.378-0.772-0.378
+						s1.257-0.434,1.611-1.399c-0.042-0.507-0.225-0.935-0.545-1.259c-0.398-0.403-0.809-0.535-1.237-0.6
+						c-0.482-0.073-0.828,0.149-0.828,0.149s-0.267-1.464-3.296-1.468l-0.185,0.001c-0.891,0-1.75-0.248-2.703-0.78
+						c-1.255-1.039-4.071-0.935-4.071-0.935c-0.792,0.133-1.534,0.334-2.252,0.619c-1.323,0.529-2.488,1.28-3.392,2.398
+						c-0.487,0.602-0.853,1.268-1.102,1.999c-0.023,0.066-0.051,0.132-0.076,0.197c-0.014-0.713,0.137-1.385,0.442-2.021
+						c0.623-1.278,1.649-2.115,2.935-2.664c1.115-0.479,2.284-0.641,3.488-0.581l0.255-0.285c0.123-0.135,0.254-0.178,0.342-0.199
+						c0.491-0.117,1.011-0.174,1.587-0.174c0.224,0,1.575,0.311,2.954-0.385c0.124-0.062,0.291-0.138,0.49-0.138
+						c0.103,0,0.201,0.019,0.299,0.056l0.152,0.058c0.326,0.123,0.967,0.386,0.967,0.386c3.941,0.867,4.504-2.112,4.504-2.112
+						c-0.104,0.046-0.223,0.083-0.355,0.083c-0.155,0-0.301-0.053-0.433-0.149l-0.448-0.341l0.673-0.423
+						c0.14-0.087,0.265-0.164,0.386-0.247c0.153-0.105,0.215-0.249,0.207-0.481c-0.019-0.606-0.728-1.227-1.403-1.227
+						c-0.077,0-0.151,0.008-0.222,0.022c-0.275,0.062-0.426,0.15-0.516,0.308c-0.078,0.134-0.257,0.274-0.468,0.274l-0.179-0.008
+						c-0.215-0.009-0.434-0.018-0.656-0.067l-0.051-0.013c-0.298-0.065-0.575-0.131-0.848-0.131c-0.097,0-0.188,0.009-0.277,0.026
+						c-0.128,0.022-0.255,0.054-0.383,0.087l-0.598,0.142l-0.102-0.356c-0.151-0.528-0.396-1.005-0.752-1.456
+						c-0.764-0.972-1.788-1.657-3.131-2.099c-0.989-0.324-2.059-0.488-3.176-0.488c-0.59,0-1.211,0.046-1.847,0.136
+						c-2.402,0.344-4.08,1.647-4.984,3.877c-0.149,0.369-0.256,0.775-0.359,1.169c-0.058,0.222-0.11,0.43-0.171,0.636
+						c-0.317,1.078-0.719,2.035-1.228,2.926c-0.938,1.636-2.101,2.803-3.558,3.569c-1.17,0.615-2.447,0.927-3.799,0.927
+						c-0.561,0-1.146-0.053-1.74-0.157c-0.245-0.045-0.494-0.068-0.737-0.16c-1.282-0.49-1.442-0.715-1.442-0.715l0.619-0.037
+						c0.104-0.006,0.328-0.035,0.555-0.065c0.251-0.032,0.504-0.064,0.612-0.069c0.433-0.021,0.843-0.04,1.248-0.083
+						c1.698-0.172,3.243-0.691,4.591-1.546c1.812-1.147,2.922-2.568,3.392-4.342c0.29-1.091,0.703-2.179,1.228-3.231
+						c0.313-0.627,0.711-1.353,1.294-1.978c0.827-0.887,1.885-1.489,3.324-1.895c0.385-0.107,0.764-0.229,1.084-0.33
+						c0.038-0.011,0.077-0.032,0.117-0.136c0.18-0.466,0.223-0.918,0.131-1.383c-0.141-0.725-0.49-1.397-1.066-2.062
+						c-0.458-0.526-1.051-0.929-1.626-1.316c-0.318-0.214-0.616-0.439-0.891-0.673c-0.341-0.291-0.518-0.682-0.499-1.1
+						c0.016-0.346,0.042-0.921,0.628-0.921c0.126,0,0.271,0.029,0.5,0.105c0.097,0.032,0.193,0.071,0.289,0.112l0.507,0.22
+						c0.282,0.121,0.565,0.243,0.848,0.362c0.566,0.234,1.12,0.354,1.648,0.354c0.276,0,0.555-0.031,0.825-0.098
+						c0.773-0.185,1.48-0.607,1.643-1.219c0,0,0.541-2.345-3.352-2.314c-0.314,0-0.634,0.075-0.974,0.157l-0.183,0.043
+						c-0.371,0.087-0.703,0.127-1.017,0.129c-0.295,0-0.567-0.051-0.829-0.1L15.572-35.5c-0.776-0.141-1.609-0.205-2.698-0.205
+						c-0.487,0-23.165,0.021-23.165,0.021c-2.045,0-3.985,0.287-5.767,0.753c-7.413,1.938-12.688,6.09-16.131,12.422
+						c-1.25,2.303-2.104,4.787-2.544,7.435c0.023-0.037,2.468-3.748,2.468-3.748s-2.707,4.89-2.816,7.805
+						c-0.038,1.024,0.061,2.072,0.188,3.117c0.079-0.263,0.162-0.521,0.252-0.774c1.262-3.597,3.176-6.964,5.849-10.3
+						c0.064-0.08,0.117-0.174,0.144-0.257c0.412-1.27,0.972-2.477,1.664-3.599c-1.565,0.321-3.799,2.522-3.799,2.522l0.291-0.561
+						c1.747-3.367,5.86-5.419,6.665-5.711c2.358-2.095,5.223-3.613,8.509-4.517c0.187-0.051,0.374-0.095,0.562-0.138l1.605-0.384
+						l-1.026,0.993c-0.117,0.115-0.244,0.16-0.322,0.188c-2.328,0.831-4.458,2.002-6.33,3.479c-2.446,1.929-4.207,4.287-5.233,7.008
+						c-0.124,0.326-0.11,0.496-0.053,0.649c0.056,0.149,0.094,0.301,0.132,0.446c0.026,0.106,0.045,0.182,0.067,0.254
+						c0.545,1.778,1.366,3.171,2.515,4.251c1.071,1.01,2.442,1.751,4.194,2.265c1.668,0.49,3.429,0.715,5.131,0.933l0.742,0.096
+						c0.963,0.125,1.935,0.275,2.875,0.421l0.49,0.077c-0.637-0.818-1.188-1.696-1.644-2.622c-0.116-0.038-3.573-0.815-3.986-0.903
+						c-5.49-1.171-5.861-4.658-5.861-4.658s2.371,3.142,8.071,3.312l0.199,0.002c0.23-0.003,0.458-0.01,0.695-0.021
+						c-1.581-8.259,1.483-11.128,1.458-11.033c-0.694,2.64-0.868,5.042-0.532,7.344c0.434,2.986,1.751,5.56,3.911,7.647
+						c1.469,1.422,3.319,2.615,5.655,3.653c2.031,0.903,4.17,1.452,6.186,1.938l0.386,0.091C6.045-5.453,7.543-5.092,9-4.664
+						c2.257,0.661,4.22,1.751,5.833,3.241c0.246,0.227,0.526,0.483,0.763,0.791c1.142,1.48,2.438,2.604,3.935,3.438
+						c0.206-0.944,0.748-1.833,1.632-2.373c-0.929,1.592-1.399,3.215-0.959,4.714c0.419,1.34,1.114,2.013,1.852,3.307
+						c0.877,1.691,0.972,4.094,0.985,4.107c0.162,0.166,0.274,0.329,0.44,0.491c0.204,0.203,0.394,0.403,0.594,0.609
+						c0.594,0.614,1.029,1.382,1.212,2.299c0.19,0.956-0.245,1.468-0.245,1.468c0.161,0.59,0.376,1.165,0.421,1.756
+						c0.083,1.098-0.255,2.111-0.408,2.111c-0.074,0-1.408-1.521-2.142-1.805c-0.174,1.044-0.441,2.103-0.858,3.425
+						c-0.313,0.994-0.4,1.812-0.274,2.571c0.095,0.566,0.784,1.357,0.784,1.357l0.32,0.378l-0.44,0.225
+						c-0.072,0.043-0.639,0.169-0.829,0.169c-0.554,0-1.009-0.199-1.338-0.581c-0.066,0.453-0.076,0.91-0.033,1.372
+						c0.073,0.796,0.391,1.526,0.656,2.075c0.081,0.167,0.183,0.389,0.253,0.625c0.084,0.29,0.043,0.564-0.115,0.776
+						c-0.158,0.211-0.409,0.326-0.707,0.326c-0.258-0.004-0.49-0.045-0.691-0.121c-0.904-0.34-1.61-0.918-2.106-1.719
+						c-0.163,0.187-0.313,0.395-0.404,0.644c-0.121,0.329-0.276,0.637-0.426,0.92c-0.125,0.237-0.293,0.358-0.498,0.358
+						c-0.146,0-0.259-0.063-0.341-0.137c-0.259,0.695-0.686,1.281-1.268,1.745c-0.038,0.03-0.076,0.054-0.131,0.087l-0.787,0.482
+						c0,0,0.154-1.013,0.154-1.014c-2.018,1.311-4.247,2.261-6.634,2.828c-0.19,0.045-0.383,0.083-0.575,0.121
+						c-0.578,0.113-2.248,0.766-2.546,0.862c-0.069,0.03,0.062-0.479,0.062-0.479c-0.24,0.005-1.613,0.28-1.657,0.28l-0.113-0.41
+						c0,0-1.831,0.832-2.185,0.832c0,0-0.374-0.683-0.423-0.685c-1.661-0.104-3.253-0.349-4.727-0.714
+						c-2.594-0.645-4.76-1.61-6.618-2.947c-1.626-1.169-2.796-2.473-3.648-3.937c-0.425-0.729-1.063-1.896-1.174-2.646
+						c0.463,0.176,1.455,0.197,1.63,0.197c0.828,0,2.077-0.487,2.984-1.147c0.973-0.707,1.663-1.593,2.049-2.629
+						c0.553-1.487,0.301-2.87-0.75-4.112c-0.331,1.101-0.771,1.928-1.385,2.601c-0.431,0.475-0.938,0.831-1.505,1.062
+						c-0.089,0.037-0.177,0.061-0.27,0.073l-0.148,0.021c0,0,0.721-1.63,0.809-2.312c0.188-1.467-0.007-3.525-1.434-3.924
+						c-0.43-0.12-0.841-0.296-1.262-0.442c-0.759-0.263-1.545-0.536-2.317-0.823c-2.167-0.809-4.097-1.715-5.89-2.771
+						c0.547,0.838,0.037,1.705-0.11,1.874c-0.062-0.879-2.796-3.817-3.328-4.268c-1.943-1.643-3.406-3.169-4.617-4.782
+						c-0.94-1.255-1.766-2.576-2.458-3.938c-0.069,0.724-0.088,1.445-0.059,2.177c0.014,0.331-1.805-2.774-1.504-5.891
+						c0.001-0.009,0.001-0.047-0.028-0.143c-0.586-1.842-0.965-3.678-1.124-5.454c-0.583-6.513,1.041-12.54,4.826-17.756
+						c4.028-5.553,9.492-9.293,16.24-10.854c1.79-0.415,3.769-0.806,6.619-0.806c0,0,11.187,0,11.895,0l16.237,0.031
+						c0,0,1.905,0.001,2.992,0.592c0.926,0.502,1.455,1.005,1.833,1.884c0.585,1.357,0.085,3.093-1.162,4.004
+						c-0.741,0.542-1.618,0.812-2.682,0.812c-0.1,0-0.2,0.004-0.303-0.001c-0.106-0.005-0.213-0.012-0.318-0.021
+						c0.828,0.844,1.395,1.842,1.688,2.971c0.131,0.506,0.172,1.033,0.126,1.564l-0.003,0.026l0.254,0.014
+						c0.567,0.024,1.14,0.052,1.704,0.093c-0.188-0.24-0.332-0.519-0.433-0.831c-0.278-0.878-0.395-1.61-0.365-2.3
+						c0.051-1.215,0.513-2.354,1.368-3.381c0.663-0.793,1.475-1.431,2.479-1.939c-0.098-0.423-0.073-0.856,0.076-1.283
+						c0.116-0.324,0.33-0.586,0.636-0.757c0.34-0.19,0.709-0.308,1.096-0.308c0.139,0,0.285-0.027,0.442,0.008
+						c0.614-1.357,2.109-1.176,2.109-1.176c1.229,0.282,1.654,1.443,1.529,2.385c-0.017,0.112-0.036,0.233-0.062,0.343l0.065,0.024
+						c0.325,0.078,0.663,0.164,0.997,0.279c2.271,0.789,3.733,2.341,4.352,4.605C37.395-28.826,37.19-27.953,36.517-27.253z
+						 M19.562,8.512C16.086-1.162,7.967-2.469,7.145-2.469c0,0-2.639-0.201-3.821,0.082c0.036-0.17,0.614-0.827,1.932-1.002
+						C4.74-3.497,4.215-3.603,3.698-3.676C2.313-3.873,0.681-4.142-0.938-4.633c-0.072-0.021-0.148-0.033-0.22-0.033L-1.2-4.664
+						C-2.708-4.561-4.219-4.451-5.728-4.34c-0.917,0.065-1.759,0.098-2.572,0.098c-0.97,0-1.874-0.045-2.763-0.139
+						c-1.997-0.211-3.972-0.689-5.871-1.424c-5.462-2.327-8.367-5.437-8.367-5.437s5.587,3.76,8.557,4.518
+						c6.477,1.654,10.589,0.284,11.332,0.098c-0.455-0.268-0.891-0.55-1.308-0.856c-0.345-0.254-0.722-0.445-1.154-0.608
+						c-0.323-0.121-0.671-0.245-1.026-0.356c-1.496-0.473-3.072-0.747-4.596-1.016c0,0-0.624-0.109-0.904-0.159
+						c-1.479-0.267-3.055-0.554-4.605-0.896c-1.536-0.339-2.87-0.837-4.08-1.525c-2.225-1.264-3.542-3.168-3.917-5.663
+						c-0.647,1.224-1.116,2.412-1.165,3.644c-0.252,6.396,4.22,8.763,5.528,9.623c1.335,0.876,2.907,1.605,4.946,2.296
+						c2.809,0.949,5.729,1.566,8.47,2.094c1.036,0.199,2.075,0.396,3.114,0.592l0.252,0.047c1.223,0.23,2.444,0.461,3.667,0.699
+						C-0.05,1.702,1.66,2.248,3.194,3.002c2.427,1.195,4.27,2.473,5.792,4.02c1.223,0.039,2.317,0.151,3.36,0.351
+						c2.786,0.528,5.432,1.583,7.872,3.135C20.031,9.803,19.792,9.156,19.562,8.512z M22.232,17.404
+						c0.338,0.164,0.725,0.273,1.099,0.383c0,0,0.233,0.067,0.326,0.096c-0.021-0.104-0.042-0.202-0.072-0.296
+						c-0.574-1.758-1.575-3.32-2.977-4.648c-0.904-0.854-2.014-1.559-3.597-2.277c-1.332-0.604-2.771-1.104-4.463-1.547
+						C13.034,9.255,13.52,9.425,14,9.626c2.487,1.032,4.763,2.6,6.958,4.786c0.03,0.03,0.056,0.064,0.08,0.1l0.673,0.927
+						l-1.093-0.312c-0.125-0.037-0.212-0.094-0.281-0.142c-1.856-1.288-3.552-2.324-5.181-3.167
+						c-1.021-0.527-2.316-1.111-3.617-1.446c-0.026-0.007-0.156-0.013-0.156-0.021v0.004c0,0.488,0.24,0.967,0.605,1.427
+						c0.268,0.338,0.776,0.757,1.148,1.041c1.128,0.858,2.363,1.55,3.404,2.093c-0.381-0.49-0.779-0.879-1.318-1.147
+						c0,0,0.626-0.659,1.439-0.366c0.929,0.334,1.36,0.657,1.964,1.161c0.338,0.282,0.673,0.57,1.005,0.86
+						c0.391,0.337,0.874,0.757,1.344,1.14C21.313,16.833,21.759,17.176,22.232,17.404z M17.753,27.516
+						c0.312,1.185,0.677,2.032,1.171,2.748c0.228,0.325,0.463,0.565,0.725,0.742c-0.012-0.026-0.052-0.122-0.052-0.122
+						c-0.721-1.758-1.073-3.62-1.08-5.7c-0.001-0.306-0.038-0.615-0.07-0.892c-0.193-1.644-1.122-2.979-1.688-3.583
+						C16.897,23.307,17.217,25.488,17.753,27.516z M-14.623,13.103c0.617,0.587,1.148,1.093,1.536,1.538
+						c0.67,0.773,1.351,2.618,1.366,2.664c2.782-2.44-1.052-6.138-2.335-7.336c-0.02-0.017,2.636-0.606,4.742,1.896
+						c7.312,8.688-0.853,14.956-3.681,15.645c-0.191,0.048-1.185,0.353-1.758,0.198c5.065,7.355,13.082,5.517,13.082,5.517
+						s-0.619,1.183-2.617,1.217c-0.065,0.001-0.131,0.003-0.197,0.003c-0.104,0-0.21-0.003-0.313-0.008
+						c0.057,0.02,0.112,0.037,0.172,0.055c0.854,0.258,2.758,1.08,5.422,0.062c0.515-0.195,1.575-0.821,1.575-0.821l-0.142,0.508
+						L2.135,34.47l-0.024,0.067c-0.042,0.111-0.073,0.196-0.117,0.281s-0.09,0.171-0.136,0.256c0.077-0.029,0.154-0.062,0.228-0.096
+						c0.498-0.235,0.994-0.296,1.412-0.325c0.661-0.045,1.241-0.104,1.773-0.181c0.758-0.109,1.327-0.503,1.694-1.168
+						c0.11-0.198,0.235-0.39,0.331-0.558c0.411-0.722,1.283-0.792,1.283-0.792l-0.273,0.63l-0.264,0.903
+						c0.134-0.106,0.283-0.216,0.382-0.37c0.479-0.755,1.606-0.839,1.606-0.839l-0.197,1.183c0.076-0.047,3.801-1.407,3.998-2.914
+						c0.004-0.082,0.002-1.157,0.002-1.157s0.748,0.739,0.8,1.741c0.167-0.146,2.053-1.439,1.638-3.211
+						c-0.345-1.151-0.375-2.403-0.389-4.049c-0.004-0.389,0.005-0.777,0.005-1.166V22.54c0-0.753-0.022-1.604-0.035-2.436
+						c-0.035-2.299-0.542-3.133-0.542-3.133l0.126,0.046c0.134,0.042,0.236,0.088,0.339,0.141c0.475,0.245,0.901,0.605,1.316,1.101
+						c0.812,0.974,1.315,2.071,1.739,3.112c0.303,0.747,0.626,1.539,0.964,2.335c1.232-3.028-1.658-5.618-1.658-5.618
+						s2.232,1.204,2.848,2.406c0,0,0.535-1.478-1.86-2.536c-1.134-0.502-2.303-0.992-3.459-1.412l-0.684-0.25
+						c-0.276-0.102-0.567-0.252-0.863-0.444c-0.154-0.103-0.304-0.219-0.447-0.353c0.187,0.766,0.494,1.41,0.854,2.024
+						c0.561,0.958,0.822,2.184,0.965,2.812l0.125,0.556c0,0-0.712-0.876-1.191-1.145c0.017,0.098,0.037,0.191,0.066,0.279
+						c0.567,1.648,0.443,2.973,0.443,2.973s-0.868-0.622-0.889-0.646c0.295,1.874-0.057,2.914-0.057,2.914s-0.685-1.967-1.243-2.356
+						c-0.264,0.681-0.718,1.312-0.966,1.553c-0.765,0.746-1.214,2.627-1.214,2.627s-0.781-0.479-0.786-0.506
+						c0.056,0.142,0.084,0.646-0.14,1.656c0,0-0.752-0.771-0.758-0.843c0,0-0.569,1.777-0.709,1.777
+						c-0.047,0-0.274-0.764-0.33-0.907c-0.008,0.078-0.589,1.531-0.6,1.194c-0.009-0.287-0.327-0.926-0.864-0.656
+						c-2.081,1.041-4.329,1.785-6.694,1.972c-5.845,0.459-7.255-1.15-7.537-1.508c0,0,2.721,0.686,6.281,0.155
+						c2.308-0.342,4.52-1.071,6.571-2.19c1.455-0.793,2.643-1.677,3.612-2.689c-0.234-1.205-7.555-0.826-7.555-0.826
+						s1.844-1.62,7.062-0.813c0.627,0.098,1.12-0.154,1.573-0.498c0.174-0.135,0.259-0.372,0.215-0.495
+						c-0.035-0.104-0.215-0.12-0.32-0.12c-0.062,0-0.131,0.006-0.204,0.017c-0.161,0.022-0.237,0.029-0.292,0.029
+						c-0.248,0,5.553-4.137,0.502-11.229C8.543,9.136,5.445,7.424,3.808,6.858C9.1,13.011,4.092,17.218,2.781,18.176
+						C1.63,19.019,0.25,19.66-1.561,20.198C-1.778,20.262-2,20.323-2.232,20.386l-1.659,0.458l0.948-1.033
+						c0.023-0.029,0.074-0.087,0.162-0.125c0.06-0.024,0.116-0.047,0.172-0.067c1.162-0.454,2.101-0.956,2.896-1.548
+						c1.333-0.994,7.697-5.152,0.305-12.493c-0.257-0.255-0.929-0.628-1.05-0.669C1.527,8.26-0.149,10.84-0.149,10.84
+						s-0.914-3.352-1.448-4.279c-0.634-1.107-1.476-2.006-2.351-2.324c1.38,2.704,0.013,4.235,0.013,4.235
+						C-2.562,2.364-17.938,0.927-21.559-1.79c-0.086,0.374-0.165,0.862-0.169,1.26C-21.805,6.271-17.31,10.547-14.623,13.103z
+						 M-25.256,11.102c-0.241-0.961-0.438-1.882-0.605-3.795c-0.021-0.259-0.071-1.282-0.071-1.282s1.277,5.576,7.13,6.193
+						c-1.187-1.783-2.152-3.657-2.872-5.579c-0.649-1.73-1.054-3.392-1.236-5.077c-0.134-1.239-0.137-2.45-0.011-3.599
+						c-0.07-0.05-0.141-0.098-0.213-0.146c-1.304,0.734-1.714,2.896-1.616,4.609c0.078,1.391,0.945,4.574,0.812,4.298
+						c-0.837-1.737-2.294-4.198-2.375-6.548c-0.059-1.655,0.438-3.25,1.419-4.709c-0.144,0.026-0.316,0.09-0.528,0.192l-0.023,0.013
+						l-0.071,0.066c-0.101,0.095-0.209,0.191-0.289,0.298C-31.188,3.24-25.642,10.397-25.256,11.102z M-28.816,5.438
+						c-0.066-0.52-0.13-1.034-0.173-1.547c-0.145-1.701-0.077-3.209,0.204-4.607c0.247-1.223,0.636-2.156,1.225-2.936
+						c0.409-0.543,0.866-0.945,1.392-1.226c-0.615-0.728-1.144-1.505-1.576-2.313c-0.225,0.305-0.385,0.592-0.492,0.891l-0.42,1.152
+						c0,0-1.754-3.043-0.718-6.69C-29.375-11.839-38.007-0.48-28.816,5.438z M-29.587-13.334c0.049-0.054,0.058-0.107,0.061-0.188
+						c0.04-0.83,0.078-1.528,0.136-2.229c0.002-0.004,0.002-0.009,0.002-0.014c-2.631,3.21-4.295,6.863-4.961,10.894
+						C-33.734-7.76-31.172-11.589-29.587-13.334z M33.82-32.629c-0.899-0.5-2.252-0.619-3.41-0.619
+						c-0.289,0-0.602,0.019-0.928,0.056c-0.063,0.008-0.123,0.013-0.182,0.013c-0.255,0-0.555,0.013-0.711-0.19
+						c-0.218-0.285-0.345-0.953,1.074-0.936c0.069,0.002,0.79,0.1,1.09-0.428c0.24-0.425,0.082-1.134-0.1-1.332
+						c-0.712-0.775-1.963,0.384-1.963,0.384c-0.269,0-0.955-0.218-1.683,0.51c-0.728,0.729,0.135,2.307-0.155,2.438
+						c-0.279,0.11-0.358,0.146-0.625,0.283c-1.536,0.798-3.59,2.574-2.596,5.021c0.81-2.024,3.709-3.043,5.079-3.271
+						c3.895-0.642,6.692,0.442,6.752,0.466C35.519-31.053,34.463-32.271,33.82-32.629z M35.125-24.905
+						c-0.07-0.695-0.213-1.363-0.378-2.103c-0.216-0.966-0.802-1.601-1.741-1.884c-0.398-0.12-0.838-0.175-1.385-0.175
+						c-0.921,0-1.846,0.121-2.848,0.371c-0.993,0.246-1.64,0.5-2.159,0.844c-0.646,0.426-1.034,0.94-1.188,1.58
+						c-0.115,0.479-0.059,0.966,0.002,1.338c0.004,0.021,0.008,0.038,0.009,0.038c0.004,0,0.019,0.008,0.051,0.021
+						c1.814,0.726,3.065,1.838,3.827,3.403c0.043,0.092,0.078,0.108,0.158,0.118c0.227,0.023,0.427,0.037,0.612,0.037
+						c0.528,0,0.973-0.101,1.36-0.307c0.266-0.14,0.545-0.212,0.828-0.212c0.281,0,0.569,0.07,0.857,0.211
+						c0.209,0.103,0.405,0.223,0.584,0.358c0.108,0.081,0.211,0.17,0.313,0.261C34.901-22.131,35.272-23.443,35.125-24.905z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M23.788,0.518c0.811,0.51,0.896,1.321,0.896,1.321c0.292,1.267-0.922,3.356-1.311,4.421
+						c-0.316,0.872-0.601,2.364-0.366,3.27c0.973-0.293,2.182-1.187,2.887-1.956c0.76-0.832,1.381-2.04,1.283-3.151
+						c-0.042-0.45-0.255-1.026-0.578-1.6c-0.138-0.25-0.069-0.779,0.393-0.781c0.348-0.002,0.507,0.053,0.772,0.406
+						c0.926,1.234,1.06,2.35-0.163,3.982c-0.882,1.176-1.83,2.008-3.002,2.879c-0.332,0.247-0.92,0.528-1.332,0.614
+						c-0.45,0.092-0.724-0.127-0.877-0.566c-0.054-0.158-0.088-0.324-0.116-0.491c-0.26-1.475,0.075-2.805,0.797-4.124
+						c0.959-1.751,0.95-2.53,0.083-4.38C23.153,0.361,23.337,0.234,23.788,0.518z"/>
+				</g>
+			</g>
+		</g>
+	</g>
+</symbol>
+<symbol  id="New_Symbol_12" viewBox="-35.249 -35.39 70.497 70.78">
+	<g>
+		<path fill="#FFFFFF" d="M-25.976-3.646c0.084-0.104,0.188-0.203,0.289-0.298l0.071-0.066l0.023-0.013
+			c0.212-0.104,0.385-0.166,0.528-0.192c-0.332,1.831-0.466,3.528-0.407,5.186c0.081,2.35,0.526,4.335,1.363,6.072
+			c0.133,0.275,0.775,1.315,0.93,1.534c0,0-0.519-3.545-0.597-4.935c-0.098-1.714,0.057-3.517,0.471-5.508
+			c0.072,0.049,0.143,0.097,0.213,0.146c-0.126,1.147-0.123,2.358,0.011,3.599c0.182,1.686,0.587,3.347,1.235,5.076
+			c0.72,1.923,1.686,3.797,2.872,5.58c-5.853-0.617-7.13-6.193-7.13-6.193s0.05,1.023,0.071,1.281
+			c0.167,1.914,0.364,2.834,0.605,3.796c-0.385-0.704-0.628-1.443-0.802-2.031c-0.409-1.387-0.637-2.8-0.804-3.998
+			c-0.195-1.401-0.288-2.645-0.282-3.8c0.006-1.122,0.072-2.442,0.518-3.724C-26.582-2.741-26.314-3.237-25.976-3.646z"/>
+		<path fill="#FFFFFF" d="M-21.729-1.472c0.528,0.332,1.135,0.59,1.847,0.789c1.252,0.352,2.621,0.705,4.308,1.117l0.56,0.137
+			c1.411,0.343,2.873,0.698,4.245,1.225c0.835,0.318,1.629,0.738,2.429,1.286c1.122,0.766,2.126,1.709,2.985,2.806
+			c0.455,0.579,0.685,1.028,0.912,1.784l0.337,1.116c0,0,1.367-1.53-0.013-4.234c0.875,0.317,1.717,1.217,2.352,2.324
+			c0.533,0.928,1.447,4.278,1.447,4.278s1.678-2.58-0.309-5.932c0.121,0.041,0.793,0.414,1.05,0.669
+			c7.393,7.342,1.029,11.5-0.305,12.494c-0.795,0.592-1.733,1.094-2.896,1.548c-0.056,0.021-0.112,0.043-0.172,0.067
+			c-0.088,0.037-0.139,0.096-0.162,0.125l-0.948,1.033l1.659-0.458c0.232-0.062,0.454-0.123,0.672-0.188
+			c1.811-0.538,3.19-1.181,4.342-2.022c1.312-0.958,6.318-5.165,1.026-11.317c1.639,0.564,4.736,2.276,5.785,3.751
+			c5.051,7.093-0.75,11.229-0.502,11.229c0.055,0,0.131-0.007,0.292-0.029c0.073-0.011,0.142-0.017,0.204-0.017
+			c0.105,0,0.285,0.017,0.32,0.12c0.044,0.123-0.041,0.36-0.215,0.495c-0.453,0.344-0.946,0.596-1.573,0.498
+			c-5.218-0.808-7.062,0.813-7.062,0.813s7.32-0.379,7.555,0.826c-0.97,1.014-2.157,1.896-3.612,2.689
+			c-2.052,1.119-4.264,1.85-6.571,2.19c-3.561,0.529-6.281-0.155-6.281-0.155c0.282,0.356,1.692,1.967,7.537,1.508
+			c2.365-0.187,4.613-0.932,6.694-1.973c0.537-0.269,0.855,0.37,0.864,0.657c0.011,0.337,0.592-1.117,0.6-1.194
+			c0.056,0.145,0.283,0.907,0.33,0.907c0.14,0,0.709-1.777,0.709-1.777c0.006,0.071,0.758,0.843,0.758,0.843
+			c0.224-1.011,0.195-1.517,0.14-1.656c0.005,0.027,0.786,0.506,0.786,0.506s0.449-1.881,1.214-2.627
+			c0.248-0.242,0.702-0.872,0.966-1.553c0.559,0.391,1.243,2.356,1.243,2.356s0.352-1.04,0.057-2.914
+			c0.021,0.023,0.889,0.646,0.889,0.646s0.124-1.323-0.443-2.973c-0.029-0.088-0.05-0.183-0.066-0.279
+			c0.479,0.268,1.191,1.144,1.191,1.144l-0.125-0.555c-0.143-0.63-0.404-1.854-0.965-2.812c-0.359-0.614-0.667-1.261-0.854-2.024
+			c0.144,0.134,0.293,0.25,0.447,0.353c0.296,0.192,0.587,0.344,0.863,0.444l0.684,0.25c1.156,0.42,2.325,0.91,3.459,1.412
+			c2.396,1.06,1.86,2.536,1.86,2.536c-0.615-1.202-2.848-2.406-2.848-2.406s2.891,2.59,1.658,5.618
+			c-0.338-0.796-0.661-1.588-0.964-2.335c-0.424-1.041-0.927-2.14-1.739-3.112c-0.415-0.495-0.842-0.854-1.316-1.101
+			c-0.103-0.053-0.205-0.099-0.339-0.141l-0.126-0.047c0,0,0.507,0.834,0.542,3.134c0.013,0.831,0.035,1.683,0.035,2.436v0.166
+			c0,0.389-0.009,0.777-0.005,1.166c0.014,1.646,0.044,2.896,0.389,4.049c-0.036,0.066-0.015,0.133-0.054,0.201
+			c-0.079,0.137-0.139,0.291-0.21,0.462c-0.107,0.261-0.196,0.524-0.298,0.812c-0.375,1.062-0.909,1.588-1.076,1.734
+			c-0.111-0.34-0.8-1.742-0.8-1.742s0.002,1.076-0.002,1.158c-0.197,1.506-3.922,2.867-3.998,2.914l0.197-1.183
+			c0,0-1.127,0.084-1.606,0.839c-0.099,0.154-0.248,0.264-0.382,0.37L8.137,32.9l0.273-0.63c0,0-0.872,0.07-1.283,0.792
+			c-0.096,0.168-0.221,0.358-0.331,0.557c-0.367,0.666-0.937,1.06-1.694,1.168C4.57,34.863,3.99,34.924,3.33,34.969
+			c-0.418,0.028-0.914,0.09-1.412,0.325c-0.073,0.032-0.15,0.065-0.228,0.096c0.046-0.085,0.092-0.171,0.136-0.256
+			c0.044-0.085,0.075-0.17,0.117-0.281l0.023-0.066l0.094-0.231l0.143-0.508c0,0-1.042,0.042-2.255,0.881
+			c-0.263,0.182-0.593,0.182-0.958,0.211l-0.103,0.009c-0.333,0.028-0.662,0.042-0.979,0.042c-0.966,0-1.849-0.125-2.702-0.383
+			c-0.06-0.019-0.115-0.035-0.172-0.055c0.104,0.005,0.209,0.008,0.313,0.008c0.066,0,0.132-0.002,0.197-0.003
+			c1.998-0.034,2.617-1.218,2.617-1.218s-1.787,0-2.314-0.068c-0.615-0.08-1.238-0.154-1.816-0.313
+			c-1.652-0.454-3.218-1.22-4.786-2.342c-0.365-0.261-0.747-0.503-1.146-0.756c-0.678-0.433-1.25-1.005-1.698-1.701
+			c-0.049-0.076-0.082-0.142-0.103-0.2c-0.04-0.106-0.022-0.117,0.044-0.151c0.138-0.072,0.304-0.134,0.495-0.181
+			c2.828-0.688,4.944-3.065,5.268-5.914l0.043-0.364c0.105-0.902,0.213-1.834,0.167-2.78c-0.122-2.458-0.998-4.649-2.657-6.462
+			c-1.741-1.904-3.901-2.035-3.882-2.02c1.283,1.198,2.128,2.801,2.582,4.896c0.171,0.79,0.097,1.558-0.247,2.439
+			c-0.016-0.045-0.03-0.091-0.047-0.137c-0.286-0.815-0.649-1.753-1.319-2.527c-0.388-0.444-0.919-0.95-1.536-1.537
+			c-2.687-2.557-7.182-6.832-7.105-13.633C-21.894-0.609-21.814-1.098-21.729-1.472z"/>
+		<path fill="#FFFFFF" d="M19.462,15.739c-0.332-0.29-0.667-0.578-1.005-0.86c-0.604-0.505-1.035-0.827-1.964-1.161
+			c-0.813-0.293-1.439,0.366-1.439,0.366c0.539,0.27,0.938,0.657,1.318,1.147c-1.041-0.543-2.276-1.234-3.404-2.093
+			c-0.372-0.284-0.881-0.703-1.148-1.041c-0.365-0.46-0.605-0.938-0.605-1.427v-0.005c0,0.009,0.13,0.015,0.156,0.021
+			c1.301,0.335,2.597,0.919,3.617,1.446c1.629,0.843,3.324,1.879,5.181,3.167c0.069,0.048,0.156,0.104,0.281,0.142l1.093,0.312
+			l-0.673-0.927c-0.024-0.034-0.05-0.068-0.08-0.1c-2.195-2.188-4.471-3.754-6.958-4.786c-0.48-0.201-0.966-0.371-1.451-0.512
+			c1.691,0.441,3.131,0.94,4.463,1.547c1.583,0.72,2.692,1.423,3.597,2.277c1.401,1.327,2.402,2.892,2.977,4.648
+			c0.03,0.093,0.052,0.19,0.072,0.296c-0.093-0.027-0.326-0.096-0.326-0.096c-0.374-0.108-0.761-0.219-1.099-0.383
+			c-0.474-0.229-0.92-0.571-1.258-0.844C20.336,16.495,19.853,16.076,19.462,15.739z"/>
+		<path fill="#FFFFFF" d="M-30.737-8.808c0.378-0.604,0.79-1.201,1.189-1.776l0.061-0.09c-1.036,3.646,0.659,5.844,0.659,5.844
+			l0.42-1.152c0.107-0.299,0.268-0.586,0.492-0.891c0.433,0.81,0.961,1.587,1.576,2.313c-0.525,0.279-0.982,0.682-1.392,1.225
+			c-0.589,0.779-0.978,1.714-1.225,2.937c-0.281,1.397-0.349,2.906-0.204,4.607c0.043,0.513,0.106,1.027,0.173,1.547
+			c-2.11-2.367-3.723-5.062-4.795-8.01c-0.002-0.009,0-0.034,0.009-0.062C-33.083-4.521-32.088-6.644-30.737-8.808z"/>
+		<path fill="#FFFFFF" d="M18.348,25.501c0.007,2.079,0.359,3.942,1.08,5.7c0,0,0.04,0.096,0.052,0.122
+			c-0.262-0.177-0.497-0.417-0.725-0.743c-0.494-0.715-0.859-1.562-1.171-2.748c-0.536-2.026-0.855-4.209-0.994-6.806
+			c0.565,0.604,1.494,1.939,1.688,3.583C18.31,24.886,18.346,25.196,18.348,25.501z"/>
+		<path fill="#FFFFFF" d="M28.28-30.566c-1.168,0.193-3.639,1.062-4.329,2.787c-0.848-2.085,0.903-3.602,2.212-4.28
+			c0.228-0.118,0.295-0.146,0.533-0.242c0.247-0.109-0.488-1.456,0.132-2.076c0.62-0.619,1.206-0.435,1.435-0.435
+			c0,0,1.066-0.988,1.673-0.327c0.155,0.17,0.29,0.774,0.085,1.135c-0.255,0.449-0.87,0.366-0.929,0.365
+			c-1.209-0.015-1.101,0.554-0.916,0.797c0.133,0.173,0.389,0.163,0.606,0.163c0.05,0,0.101-0.004,0.155-0.011
+			c0.278-0.032,0.544-0.047,0.791-0.047c0.987,0,2.14,0.102,2.906,0.527c0.548,0.306,1.447,1.344,1.401,2.04
+			C33.984-30.189,31.6-31.113,28.28-30.566z"/>
+		<path fill="#FFFFFF" d="M35.134-7.608c-0.111,0.287-0.25,0.578-0.372,0.835c-0.06,0.123-0.118,0.248-0.176,0.372
+			c-0.062,0.139-0.129,0.273-0.196,0.409c-0.162,0.327-0.33,0.667-0.446,1.031c-0.101,0.314-0.128,0.636-0.152,0.945
+			c-0.009,0.111-0.021,0.226-0.033,0.334c-0.396,3.41-2.572,6.284-5.531,7.676c-0.111-0.413-0.323-0.814-0.634-1.229
+			c-0.266-0.354-0.425-0.408-0.772-0.406C26.36,2.36,26.292,2.89,26.429,3.14c0.323,0.572,0.536,1.147,0.578,1.6
+			c0.098,1.111-0.523,2.319-1.283,3.151c-0.705,0.771-1.914,1.663-2.887,1.956c-0.234-0.904,0.05-2.396,0.366-3.27
+			c0.389-1.063,1.603-3.154,1.311-4.421c0,0-0.085-0.812-0.896-1.321c-0.45-0.283-0.634-0.156-0.634-0.156
+			c0.867,1.85,0.876,2.629-0.083,4.38c-0.722,1.319-1.057,2.65-0.797,4.124c0.01,0.06,0.029,0.117,0.041,0.176
+			c-0.079-0.201-0.163-0.398-0.26-0.586c-0.737-1.294-1.433-1.967-1.852-3.307c-0.44-1.499,0.03-3.122,0.959-4.714
+			c-0.884,0.539-1.426,1.429-1.632,2.372c-1.497-0.835-2.793-1.958-3.935-3.438c-0.236-0.308-0.517-0.564-0.763-0.791
+			c-1.613-1.49-3.576-2.58-5.833-3.241C7.375-4.773,5.876-5.134,4.4-5.489L4.015-5.58C2-6.066-0.14-6.615-2.17-7.519
+			c-2.336-1.038-4.187-2.232-5.655-3.653c-2.16-2.089-3.478-4.662-3.911-7.647c-0.336-2.302-0.162-4.704,0.532-7.344
+			c0.025-0.095-3.039,2.774-1.458,11.033c-0.237,0.012-0.465,0.019-0.695,0.021l-0.199-0.002c-5.7-0.171-8.071-3.312-8.071-3.312
+			s0.371,3.487,5.861,4.658c0.413,0.088,3.87,0.865,3.986,0.903c0.455,0.926,1.007,1.804,1.644,2.622l-0.49-0.077
+			c-0.94-0.146-1.912-0.296-2.875-0.421l-0.742-0.097c-1.702-0.217-3.463-0.44-5.131-0.932c-1.752-0.514-3.123-1.255-4.194-2.265
+			c-1.148-1.08-1.97-2.473-2.515-4.251c-0.022-0.072-0.041-0.146-0.067-0.254c-0.038-0.146-0.076-0.297-0.132-0.446
+			c-0.058-0.153-0.071-0.323,0.053-0.649c1.026-2.721,2.787-5.08,5.233-7.008c1.872-1.477,4.002-2.646,6.33-3.479
+			c0.078-0.027,0.205-0.072,0.322-0.188l1.026-0.993l-1.605,0.384c-0.188,0.043-0.375,0.087-0.562,0.138
+			c-3.286,0.901-6.15,2.422-8.509,4.517c-0.805,0.292-4.918,2.343-6.665,5.711l-0.291,0.561c0,0,2.233-2.201,3.799-2.522
+			c-0.692,1.122-1.252,2.329-1.664,3.599c-0.026,0.083-0.079,0.177-0.144,0.257c-2.673,3.336-4.587,6.703-5.849,10.3
+			c-0.09,0.255-0.173,0.513-0.252,0.774c-0.127-1.046-0.19-2.093-0.188-3.117c0.001-0.325,2.816-7.805,2.816-7.805
+			s-1.24,1.378-2.265,3.122c0,0-0.18,0.588-0.203,0.626c0.44-2.646,1.294-5.132,2.544-7.435c3.442-6.332,8.718-10.482,16.131-12.422
+			c1.781-0.466,3.722-0.753,5.767-0.753c0,0,22.678-0.021,23.165-0.021c1.089,0,1.922,0.064,2.698,0.205l0.121,0.021
+			c0.262,0.049,0.534,0.1,0.829,0.1c0.313-0.002,0.646-0.042,1.017-0.129l0.183-0.043c0.34-0.082,0.659-0.157,0.974-0.157
+			c3.893-0.029,3.352,2.314,3.352,2.314c-0.162,0.61-0.869,1.034-1.643,1.219c-0.271,0.065-0.549,0.098-0.825,0.098
+			c-0.528,0-1.082-0.12-1.648-0.354c-0.282-0.119-0.565-0.241-0.848-0.362l-0.507-0.22c-0.096-0.041-0.192-0.08-0.289-0.112
+			c-0.229-0.076-0.374-0.105-0.5-0.105c-0.586,0-0.612,0.575-0.628,0.921c-0.019,0.418,0.158,0.809,0.499,1.1
+			c0.274,0.232,0.572,0.459,0.891,0.673c0.575,0.389,1.168,0.79,1.626,1.316c0.576,0.665,0.926,1.339,1.066,2.062
+			c0.092,0.464,0.049,0.917-0.131,1.382c-0.04,0.104-0.079,0.125-0.117,0.137c-0.32,0.103-0.699,0.223-1.084,0.33
+			c-1.439,0.404-2.497,1.008-3.324,1.895c-0.583,0.625-0.98,1.351-1.294,1.978c-0.524,1.054-0.938,2.142-1.228,3.231
+			c-0.47,1.772-1.58,3.193-3.392,4.342c-1.348,0.854-2.893,1.374-4.591,1.545c-0.405,0.043-0.815,0.062-1.248,0.083
+			c-0.108,0.006-0.361,0.038-0.612,0.07c-0.227,0.03-0.451,0.061-0.555,0.065l-0.619,0.037c0,0,0.16,0.225,1.442,0.715
+			c0.243,0.092,0.492,0.115,0.737,0.16c0.594,0.104,1.18,0.157,1.74,0.157c1.352,0,2.629-0.312,3.799-0.927
+			c1.457-0.768,2.62-1.935,3.558-3.57c0.509-0.89,0.91-1.847,1.228-2.925c0.061-0.206,0.113-0.414,0.171-0.636
+			c0.104-0.394,0.21-0.8,0.359-1.169c0.904-2.229,2.582-3.533,4.984-3.877c0.636-0.09,1.257-0.136,1.847-0.136
+			c1.117,0,2.187,0.164,3.176,0.488c1.343,0.44,2.367,1.127,3.131,2.099c0.355,0.451,0.601,0.928,0.752,1.456l0.102,0.356
+			l0.598-0.142c0.128-0.033,0.255-0.063,0.383-0.087c0.09-0.019,0.181-0.026,0.277-0.026c0.272,0,0.55,0.064,0.848,0.131
+			l0.051,0.013c0.223,0.051,0.441,0.06,0.656,0.067l0.179,0.008c0.211,0,0.39-0.142,0.468-0.274c0.09-0.156,0.24-0.246,0.516-0.308
+			c0.07-0.016,0.145-0.022,0.222-0.022c0.676,0,1.385,0.619,1.403,1.227c0.008,0.232-0.054,0.376-0.207,0.481
+			c-0.121,0.083-0.246,0.16-0.386,0.247l-0.673,0.423l0.448,0.341c0.132,0.098,0.277,0.149,0.433,0.149
+			c0.133,0,0.252-0.037,0.355-0.083c0,0-0.562,2.979-4.504,2.112c0,0-0.641-0.263-0.967-0.386l-0.152-0.058
+			c-0.098-0.037-0.196-0.056-0.299-0.056c-0.199,0-0.366,0.074-0.49,0.138c-1.379,0.694-2.73,0.385-2.954,0.385
+			c-0.576,0-1.096,0.057-1.587,0.174c-0.088,0.021-0.219,0.064-0.342,0.199l-0.255,0.285c-1.204-0.06-2.373,0.104-3.488,0.581
+			c-1.285,0.549-2.312,1.386-2.935,2.664c-0.306,0.636-0.456,1.308-0.442,2.021c0.025-0.065,0.053-0.131,0.076-0.197
+			c0.249-0.731,0.614-1.397,1.102-1.999c0.903-1.118,2.068-1.869,3.392-2.398c0.718-0.285,1.46-0.486,2.252-0.619
+			c0,0,2.816-0.105,4.071,0.935c0.953,0.532,1.812,0.78,2.703,0.78l0.185-0.001c3.029,0.004,3.296,1.468,3.296,1.468
+			s0.346-0.224,0.828-0.149c0.429,0.063,0.839,0.194,1.237,0.6c0.32,0.324,0.503,0.752,0.545,1.259
+			c-0.326,0.299-0.657,0.592-1.004,0.901l-0.211,0.186l-0.396,0.312l0.272,0.311c0.167,0.19,0.378,0.291,0.61,0.291
+			c0.136,0,0.269-0.034,0.396-0.104c0.18-0.1,0.338-0.227,0.485-0.344c0.051-0.039,0.101-0.079,0.15-0.117
+			c0.056-0.041,0.183-0.142,0.188-0.146C35.268-8.122,35.232-7.861,35.134-7.608z M31.398-6.803
+			c-0.112-0.314-0.259-0.363-0.588-0.291c-0.173,0.038-0.357,0.049-0.534,0.041c-0.327-0.015-0.651-0.07-0.978-0.077
+			c-0.817-0.016-1.6,0.133-2.25,0.665c-0.921,0.756-1.098,1.649-0.521,2.78c0.007-0.062,0.011-0.087,0.012-0.11
+			c0.037-0.771,0.378-1.37,1.016-1.802c0.53-0.357,1.135-0.5,1.756-0.579c0.502-0.063,0.996-0.147,1.436-0.42
+			c0.038-0.022,0.08-0.042,0.12-0.062c0.006,0.008,0.012,0.016,0.019,0.022c-0.087,0.122-0.116,0.54-0.071,0.713
+			c0.073,0.278,0.089,0.652,0.006,0.875c-0.151-0.379-0.396-0.672-0.74-0.894c-0.057-0.045-0.087-0.057-0.157-0.06
+			c-0.231,0.049-0.458,0.103-0.679,0.177c-0.427,0.142-0.858,0.296-1.251,0.511c-0.55,0.3-0.835,0.769-0.689,1.428
+			c0.047,0.21-0.011,0.397-0.165,0.556c-0.068,0.069-0.128,0.147-0.199,0.231c0.161,0.15,0.301,0.296,0.457,0.422
+			c0.146,0.119,0.301,0.229,0.465,0.322c1.274,0.724,2.995,0.179,3.562-1.148c0.144-0.335,0.221-0.709,0.261-1.072
+			C31.773-5.337,31.653-6.082,31.398-6.803z"/>
+		<path fill="#FFFFFF" d="M-29.561-15.433c-0.058,0.7-0.096,1.398-0.136,2.229c-0.003,0.079-0.019,0.128-0.061,0.188
+			c-1.857,2.681-3.213,5.002-4.265,7.303c-0.185,0.402-0.351,0.788-0.498,1.161c0.666-4.029,2.33-7.684,4.961-10.894
+			C-29.559-15.441-29.559-15.437-29.561-15.433z"/>
+		<path fill="#FFFFFF" d="M26.445-27.534c0.52-0.345,1.166-0.598,2.159-0.845c1.002-0.25,1.927-0.37,2.848-0.37
+			c0.547,0,0.986,0.055,1.385,0.175c0.939,0.283,1.525,0.918,1.741,1.884c0.165,0.738,0.308,1.406,0.378,2.103
+			c0.146,1.462-0.224,2.774-1.097,3.901c-0.103-0.091-0.205-0.18-0.313-0.261c-0.179-0.138-0.375-0.257-0.584-0.358
+			c-0.288-0.141-0.576-0.211-0.857-0.211c-0.283,0-0.562,0.072-0.828,0.212c-0.388,0.206-0.832,0.307-1.36,0.307
+			c-0.186,0-0.386-0.014-0.612-0.037c-0.08-0.01-0.115-0.026-0.158-0.118c-0.762-1.565-2.013-2.679-3.827-3.403
+			c-0.032-0.013-0.047-0.021-0.051-0.021c-0.001,0-0.005-0.018-0.009-0.038c-0.061-0.372-0.117-0.859-0.002-1.338
+			C25.412-26.593,25.798-27.108,26.445-27.534z"/>
+		<path fill="#FFFFFF" d="M8.817,7.339C7.295,5.791,5.453,4.515,3.024,3.317c-1.535-0.754-3.245-1.3-5.384-1.715
+			c-1.223-0.238-2.444-0.469-3.667-0.699l-0.252-0.047C-7.317,0.66-8.356,0.464-9.393,0.265c-2.741-0.526-5.661-1.146-8.47-2.094
+			c-2.039-0.689-3.611-1.42-4.946-2.297c-1.309-0.859-2.213-1.743-2.845-2.781c-0.164-0.271-0.307-0.582-0.432-0.857
+			c-0.071-0.157-0.144-0.313-0.221-0.47c-0.053-0.107-0.118-0.229-0.224-0.335c-1.427-1.396-2.036-3.138-1.808-5.179
+			c0.136-1.226,0.518-2.421,1.165-3.644c0.375,2.495,1.692,4.399,3.917,5.663c1.21,0.688,2.544,1.188,4.08,1.525
+			c1.551,0.344,3.126,0.631,4.605,0.896c0.28,0.05,0.904,0.159,0.904,0.159c1.523,0.268,3.1,0.543,4.596,1.016
+			c0.355,0.111,0.703,0.235,1.026,0.356c0.433,0.163,0.81,0.354,1.154,0.607c0.417,0.309,0.853,0.591,1.308,0.857
+			c-1.926,0.045-5.191,0.049-6.205,0.055c-2.271,0.013-3.833-0.176-5.791-0.921c-2.046-0.779-7.893-3.749-7.893-3.749
+			s2.905,3.108,8.367,5.437c1.899,0.732,3.874,1.213,5.871,1.424c0.889,0.094,1.793,0.139,2.763,0.139
+			c0.812,0,1.654-0.032,2.571-0.098c1.51-0.111,3.02-0.221,4.528-0.324l0.041-0.002c0.071,0,0.147,0.012,0.22,0.033
+			c1.619,0.491,3.252,0.76,4.637,0.957c0.517,0.073,1.042,0.179,1.557,0.287C4.983-3.044,4.879-3.015,4.778-2.986
+			C4.661-2.952,4.549-2.907,4.429-2.857L4.17-2.755L3.153-2.069l3.821-0.082c0.823,0,8.942,1.307,12.417,10.98
+			c0.23,0.645,0.471,1.29,0.658,1.994c-2.44-1.552-5.086-2.605-7.872-3.135C11.134,7.491,10.041,7.378,8.817,7.339z"/>
+		<polygon fill="#FFFFFF" points="22.927,12.856 22.925,12.854 22.927,12.854 		"/>
+	</g>
+	<path fill="#FFFFFF" d="M27.944-3.725c0-0.438,0.356-0.795,0.795-0.795s0.795,0.355,0.795,0.795c0,0.44-0.355,0.795-0.795,0.795
+		C28.3-2.93,27.944-3.285,27.944-3.725z"/>
+</symbol>
+<symbol  id="New_Symbol_2" viewBox="-3 -3.5 6 7">
+	<path fill="#FFFFFF" d="M0-3.5c-0.184,0-0.368,0.051-0.53,0.152l-2,1.25C-2.822-1.915-3-1.595-3-1.25v2.5
+		c0,0.345,0.178,0.666,0.47,0.848l2,1.25C-0.368,3.449-0.184,3.5,0,3.5s0.368-0.051,0.53-0.152l2-1.25C2.822,1.916,3,1.595,3,1.25
+		v-2.5c0-0.345-0.178-0.665-0.47-0.848l-2-1.25C0.368-3.449,0.184-3.5,0-3.5z"/>
+	<polygon display="none" fill="none" points="-3,3 3,3 3,-3 -3,-3 	"/>
+</symbol>
+<symbol  id="New_Symbol_3" viewBox="-50.452 -50.957 100.904 101.913">
+	<path fill="#E65270" d="M14.113-50.015c-1.353,0.017-2.704,0.021-4.056,0.021l-3.489-0.003c0,0-9.98,0.004-14.75,0.004
+		c-0.749,0-1.5-0.003-2.25-0.005c-0.751-0.002-1.501-0.005-2.252-0.005c-0.47,0-0.938,0.001-1.407,0.004
+		c-2.838,0.017-5.551,0.358-8.063,1.016c-10.002,2.617-17.576,8.55-22.512,17.633c-2.366,4.355-3.711,9.225-3.995,14.473
+		c-0.126,2.334-0.007,4.726,0.355,7.108c0.043,0.285,0.095,0.569,0.147,0.854l0.115,0.65l0.195-0.192
+		c0.103-0.102,0.135-0.208,0.159-0.288c0.097-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013
+		c1.701-4.851,4.284-9.397,7.896-13.902c0.143-0.178,0.251-0.375,0.313-0.567c1.225-3.77,3.354-7.028,6.326-9.69
+		c2.891-2.588,6.357-4.526,10.316-5.771c-2.539,1.086-4.889,2.475-7.003,4.142c-3.448,2.719-5.933,6.046-7.383,9.89
+		c-0.145,0.385-0.267,0.851-0.071,1.368c0.065,0.176,0.111,0.358,0.158,0.541c0.032,0.126,0.063,0.252,0.102,0.377
+		c0.781,2.553,1.967,4.555,3.626,6.117c1.545,1.456,3.513,2.521,6.017,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.011,0.13
+		c1.321,0.172,2.66,0.377,3.954,0.577l0.779,0.12c0.29,0.044,0.578,0.107,0.876,0.172l0.727,0.152l-0.191-0.325
+		c-0.015-0.028-0.027-0.051-0.048-0.075c-1.225-1.372-2.253-2.898-3.055-4.538c-0.068-0.139-0.214-0.267-0.354-0.312
+		c-0.174-0.057-0.347-0.113-0.52-0.171c-0.551-0.184-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3
+		c-0.494-0.07-0.988-0.139-1.479-0.228c-1.653-0.294-2.932-0.826-3.899-1.636c0.212,0.051,0.431,0.083,0.646,0.114
+		c0.3,0.043,0.608,0.089,0.889,0.186c1.524,0.53,3.196,0.776,5.263,0.776l0.279-0.001c0.371-0.004,0.741-0.021,1.117-0.039
+		l0.726-0.03l-0.054-0.179c-1.483-4.845-1.441-9.599,0.119-14.157c-0.653,3.091-0.772,5.962-0.368,8.737
+		c0.618,4.241,2.486,7.896,5.556,10.863c2.07,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.022,8.589,2.692l0.527,0.128
+		c1.988,0.478,4.044,0.972,6.036,1.557c2.987,0.875,5.583,2.315,7.716,4.284c0.319,0.295,0.682,0.63,0.968,1
+		c2.037,2.64,4.412,4.513,7.258,5.727c0.082,0.035,0.175,0.122,0.235,0.221c0.931,1.519,2.048,2.638,3.415,3.423
+		c0.305,0.175,0.609,0.263,0.904,0.263c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33
+		c0.479-0.481,0.863-1.073,1.211-1.859c0.043-0.094,0.082-0.124,0.187-0.137c0.347-0.046,0.705-0.093,1.06-0.163
+		c5.812-1.15,9.859-5.622,10.562-11.673c0.019-0.161,0.032-0.324,0.045-0.486c0.031-0.384,0.062-0.781,0.177-1.137
+		c0.144-0.451,0.361-0.895,0.573-1.321c0.093-0.19,0.188-0.382,0.276-0.575c0.075-0.166,0.154-0.331,0.232-0.495
+		c0.185-0.388,0.374-0.786,0.531-1.193c0.241-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.341-0.319
+		c-0.071,0-0.147,0.024-0.224,0.072c-0.16,0.102-0.309,0.217-0.458,0.335c-0.07,0.057-0.142,0.111-0.214,0.165
+		c-0.08,0.061-0.159,0.123-0.237,0.187c-0.187,0.147-0.362,0.288-0.557,0.395c-0.07,0.039-0.143,0.06-0.214,0.06
+		c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245c0.489-0.434,0.977-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4
+		c-0.057-0.908-0.374-1.661-0.945-2.241c-0.68-0.688-1.393-1.023-2.178-1.023c-0.168,0-0.339,0.016-0.513,0.047
+		c-0.032-0.305-0.097-0.419-0.351-0.555c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.369-0.981
+		c-0.413-0.23-0.778-0.386-1.119-0.476c-1.031-0.274-2.072-0.377-3.013-0.421c0.404-0.055,0.826-0.083,1.279-0.083
+		c0.289,0,0.587,0.012,0.909,0.034l0.184,0.018c0.136,0.013,0.274,0.026,0.406,0.026c0.177,0,0.323-0.023,0.446-0.074
+		c0.841-0.343,1.663-0.759,2.433-1.154c0.151-0.078,0.26-0.11,0.361-0.11c0.056,0,0.11,0.01,0.167,0.032l0.225,0.084
+		c0.421,0.159,0.856,0.323,1.271,0.507c0.987,0.439,1.838,0.645,2.678,0.645c0.225,0,0.45-0.016,0.673-0.047
+		c0.576-0.078,1.248-0.21,1.854-0.583c0.299-0.183,0.698-0.491,0.735-1.064c0.002-0.01,0.022-0.044,0.069-0.088
+		c0.073-0.067,0.149-0.131,0.227-0.195c0.078-0.065,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624
+		c-0.018-0.181-0.058-0.606-0.421-0.606c-0.11,0-0.239,0.04-0.418,0.131c-0.075,0.039-0.144,0.07-0.207,0.088
+		c0.177-0.109,0.349-0.217,0.518-0.332c0.401-0.274,0.597-0.692,0.578-1.242c-0.038-1.201-1.302-2.336-2.601-2.336
+		c-0.154,0-0.306,0.018-0.451,0.049c-0.383,0.084-0.859,0.245-1.146,0.743c-0.009,0.013-0.042,0.036-0.049,0.038l-0.22-0.01
+		c-0.261-0.01-0.529-0.021-0.778-0.078l-0.073-0.017c-0.423-0.097-0.859-0.195-1.305-0.195c-0.178,0-0.345,0.016-0.507,0.047
+		c-0.199,0.037-0.396,0.086-0.598,0.136l-0.146,0.035c-0.231-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097
+		c-1.427-0.469-2.961-0.705-4.562-0.705c-0.841,0-1.724,0.064-2.623,0.192c-3.546,0.506-6.021,2.434-7.359,5.728
+		c-0.225,0.552-0.376,1.138-0.524,1.706c-0.071,0.275-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.69-1.619,3.86
+		c-1.216,2.123-2.72,3.635-4.599,4.625c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208
+		c-0.157-0.028-0.313-0.061-0.472-0.096c0.547-0.025,1.067-0.054,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219
+		c2.633-1.671,4.249-3.747,4.937-6.345c0.385-1.452,0.935-2.898,1.634-4.298c0.404-0.813,0.918-1.752,1.658-2.546
+		c1.046-1.119,2.394-1.884,4.241-2.404c0.505-0.142,1.007-0.297,1.506-0.458c0.276-0.088,0.468-0.28,0.587-0.587
+		c0.289-0.75,0.361-1.514,0.213-2.269c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.538-1.366-2.362-1.923
+		c-0.414-0.277-0.803-0.572-1.157-0.875c-0.303-0.259-0.46-0.599-0.443-0.958c0.026-0.589,0.07-0.612,0.18-0.612
+		c0.092,0,0.237,0.035,0.471,0.111c0.115,0.039,0.229,0.084,0.342,0.134l0.686,0.296c0.392,0.169,0.783,0.339,1.178,0.503
+		c0.856,0.357,1.703,0.54,2.515,0.54c0.434,0,0.868-0.052,1.291-0.153c1.52-0.364,2.518-1.267,2.966-2.686
+		c0.12-0.384,0.103-0.712-0.055-0.978c-0.104-0.177-0.342-0.325-0.54-0.331c-0.184,0-0.356,0.163-0.488,0.307
+		c-0.074,0.081-0.092,0.187-0.106,0.28c-0.006,0.03-0.011,0.062-0.018,0.089c-0.135,0.505-0.322,0.835-0.604,1.056
+		c0.504-0.684,0.73-1.417,0.689-2.23c-0.042-0.807-0.646-1.37-1.471-1.37c-0.034,0-0.067,0.001-0.103,0.003
+		c-0.313,0.019-0.512,0.188-0.545,0.466c-0.022,0.193-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.238
+		c-0.002,0.104-0.001,0.205,0,0.308c0,0.222,0.001,0.431-0.027,0.637c-0.062,0.444-0.326,0.744-0.785,0.891
+		c-0.032,0.011-0.064,0.019-0.098,0.023c0.139-0.079,0.259-0.188,0.344-0.346c0.17-0.315,0.315-0.601,0.394-0.911
+		c0.204-0.821,0.003-1.461-0.581-1.852c-0.303-0.202-0.691-0.277-1.033-0.325c-0.139-0.019-0.275-0.026-0.412-0.026
+		c-0.511,0-1.011,0.12-1.493,0.234l-0.245,0.059c-0.457,0.105-0.862,0.158-1.251,0.159c-0.332,0-0.677-0.064-1.011-0.126
+		l-0.155-0.028c-2.533-0.456-4.81-0.677-6.959-0.677L14.113-50.015z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.454c0,0-3.735-4.456-10.078-1.903
+		c-5.81,2.34-3.692,8.784-3.692,8.784s1.03-3.996,4.036-5.51C29.348-21.276,34.73-20.454,34.73-20.454z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.362c0.809-0.823,0.824-1.663,1.078-2.688
+		c0.479-1.928,1.068-3.601,2.296-5.188c1.181-1.525,2.594-2.602,4.419-3.303c1.581-0.606,3.614-0.427,3.311-2.781l-0.53-1.983
+		c-4.04,0-7.825,1.844-9.367,5.854c-1.352,3.517,0.241,7.768-3.857,13.717C14.005-19.135,15.908-21.934,16.327-22.362z"/>
+	<g opacity="0.2">
+		<path fill="#2B2B2B" d="M14.727-20.614c0.062-0.25,0.118-0.504,0.175-0.757C14.751-21.186,14.673-20.95,14.727-20.614z"/>
+	</g>
+	
+		<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="29713.3379" y1="69.6689" x2="29741.8066" y2="-63.1843" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_1_)" d="M-32.349-35.986C-47.59-34.48-49.384-19.31-49.384-19.31s-0.828,7.033,1.104,13.93
+		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.769-32.349-35.986z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.15-30.208c0,0-3.196-0.304-7.461,4.873
+		c4.112-7.461,9.441-7.613,9.441-7.613L-36.15-30.208z"/>
+	
+		<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="29697.2695" y1="71.4434" x2="29727.5938" y2="-70.0703" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_2_)" d="M-27.912-38.92c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.782,10.628,4.782,10.628
+		S-36.946-8.55-37.347-27.149c0.888-4.028,4.792-7.921,7.236-10.029c-0.478,1.078-6.567,17.833,13.711,16.467
+		c-6.999,0.596-17.105-6.716-12.288-17.67C-28.205-38.732-27.912-38.92-27.912-38.92z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.687c-5.272-1.982-14.225-1.972-11.677-15.425
+		c-0.408-0.306-2.446,2.854-1.937,2.547C-36.975-19.538-26.447-20.233-21.017-18.687z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.868c5.127,2.028,0.964-3.722,0.236-4.642
+		c-1.683-2.128-5.941-1.435-8.21-2.146c-1.305-0.408-6.536-1.175-8.269-6.128c-0.77-2.195-1.06-5.781,0.581-10.146
+		c-0.407-0.307-3.104,2.646-2.594,2.342C-36.925-15.258-16.511-22.196-14.341-13.868z"/>
+	<path fill="#F9E0E7" d="M36.631-5.975C36.77-5.591,37.009-5.1,37.31-4.81c0.07-0.033,0.145-0.037,0.202-0.073
+		c0.5,0.324,1.29,0.281,1.918,0.281c0.376,0,0.924,0.104,1.287-0.037c0.528-0.205,0.468-0.76,0.689-1.181
+		c0.414-0.786,1.69-0.796,1.695-1.908c0.004-0.523,0.135-1.232,0.001-1.744c-0.1-0.38-0.525-0.263-0.891-0.263
+		c-1.109,0-2.215-0.032-3.326-0.032l-1.536,1.145c-0.41-0.131-0.731,0.728-0.787,1.021C36.47-7.119,36.458-6.452,36.631-5.975z"/>
+	<path fill="#FFFFFF" d="M41.756-7.497c0.188,0.077,0.465,0.378,0.581,0.555c0.084,0.127,0.06,0.208,0.24,0.203
+		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.407,0.278
+		c-0.136,0.04-0.331,0.02-0.473,0.014c-0.208-0.009-0.496-0.149-0.684-0.069L41.756-7.497z"/>
+	
+		<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="29692.293" y1="62.4609" x2="29694.0977" y2="-21.4864" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_3_)" d="M-18.99,13.065c0.07,0.081,0.088,0.106,0.11,0.128c2.035,1.901,3.114,4.298,3.694,6.98
+		c0.381,1.755-0.105,3.303-0.895,4.816c-0.014,0.026-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
+		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.613-7.753-12.244-24.064c0.009-0.101,0.026-0.198,0.04-0.31
+		c0.246,0.229,0.461,0.466,0.708,0.661c0.885,0.693,1.907,1.133,2.973,1.431c1.951,0.544,3.915,1.044,5.881,1.525
+		c2.237,0.548,4.487,1.056,6.645,1.882c1.22,0.466,2.354,1.08,3.437,1.82C-9.27,4.379-7.877,5.7-6.677,7.23
+		c0.699,0.891,1.025,1.572,1.34,2.619c0.199-0.539,0.095-2.041-0.205-2.999c-0.31-0.991-0.837-1.854-1.524-2.648
+		c0.165,0.053,0.345,0.08,0.492,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.569,1.413,4.062
+		c0.001,0.021,0.01,0.042,0.017,0.075C0.083,10.92,0.026,7.8-2.04,5.582C-1.31,5.84-0.65,6.099,0.026,6.3
+		c0.559,0.166,0.928,0.493,1.237,0.984c1.356,2.147,2.48,4.396,3.088,6.877c0.47,1.916,0.587,3.84,0.06,5.765
+		c-0.598,2.176-1.912,3.85-3.7,5.181c-1.242,0.925-2.612,1.612-4.05,2.173c-0.087,0.034-0.174,0.066-0.259,0.103
+		c-0.014,0.005-0.021,0.021-0.076,0.081c0.498-0.137,0.945-0.253,1.386-0.384c2.06-0.612,4.034-1.41,5.782-2.688
+		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.467-1.709-4.665-3.109-6.746
+		C3.797,8.091,3.755,8.027,3.714,7.963c-0.006-0.01-0.005-0.026-0.013-0.063c0.058,0.022,0.104,0.037,0.146,0.059
+		c2.931,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.483,5.284,4.18,8.438c0.877,3.98-0.085,7.513-2.663,10.631
+		c-1.629,1.972-3.643,3.464-5.873,4.68c-2.877,1.567-5.938,2.59-9.177,3.061c-1.842,0.268-3.686,0.32-5.527-0.034
+		c-1.012-0.193-1.668-0.458-2.79-1.107c0.142,0.121,0.277,0.249,0.426,0.359c1.007,0.764,2.168,1.16,3.387,1.407
+		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.149-1.24,8.991-2.647c0.278-0.139,0.553-0.283,0.86-0.441
+		c0,0.258-0.015,0.483,0.004,0.706c0.026,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.41-0.065,0.46-0.319
+		c0.041-0.215,0.052-0.436,0.083-0.653c0.07-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
+		c0.019-0.014,0.046-0.013,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.018,0.659-0.011,0.988
+		c0.003,0.081,0.06,0.211,0.116,0.227c0.077,0.021,0.217-0.018,0.265-0.079c0.129-0.17,0.268-0.354,0.327-0.556
+		c0.129-0.428,0.187-0.876,0.321-1.301c0.088-0.275,0.228-0.547,0.403-0.775c0.192-0.25,0.386-0.195,0.459,0.111
+		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.018,0.205,0.049,0.299c0.025,0.081,0.084,0.148,0.128,0.223
+		c0.066-0.061,0.163-0.107,0.192-0.182c0.067-0.17,0.133-0.353,0.141-0.532c0.021-0.396-0.016-0.795,0.013-1.19
+		c0.015-0.21,0.085-0.433,0.188-0.616c0.114-0.203,0.297-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.202,0.99
+		c0.045,0.224,0.092,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.068-0.647,0.101-1.297,0.158-1.945
+		c0.044-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.448-2.346c0.24-0.406,0.462-0.443,0.686-0.025
+		c0.254,0.474,0.443,0.982,0.658,1.478c0.094,0.217,0.173,0.439,0.272,0.653c0.046,0.104,0.124,0.192,0.195,0.299
+		c0.255-0.184,0.316-0.426,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.101-0.39-0.209-0.779-0.27-1.177
+		c-0.023-0.16,0.049-0.351,0.122-0.507c0.103-0.224,0.267-0.252,0.443-0.076c0.179,0.178,0.318,0.395,0.492,0.576
+		c0.099,0.104,0.235,0.167,0.354,0.249c0.067-0.145,0.203-0.297,0.191-0.437c-0.025-0.297-0.096-0.6-0.205-0.878
+		c-0.222-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.012-0.109,0.078-0.299,0.163-0.33
+		c0.089-0.032,0.265,0.056,0.344,0.143c0.363,0.399,0.704,0.82,1.06,1.228c0.087,0.101,0.203,0.174,0.305,0.261
+		c0.035-0.017,0.068-0.032,0.103-0.05c-0.034-0.232-0.025-0.482-0.109-0.697c-0.143-0.357-0.32-0.708-0.524-1.033
+		c-0.323-0.516-0.692-1.002-1.023-1.512c-0.612-0.943-1.017-1.972-1.271-3.069c-0.183-0.788-0.443-1.558-0.671-2.334
+		c-0.027-0.096-0.061-0.189-0.065-0.296c0.199,0.318,0.393,0.641,0.599,0.957c0.431,0.664,0.928,1.275,1.596,1.714
+		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.73,2.299c0.524,0.266,1.025,0.588,1.502,0.935
+		c0.603,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.028-0.383,1.562c-0.312-0.498-0.587-0.978-0.902-1.428
+		s-0.704-0.832-1.283-1.089c0.052,0.099,0.067,0.142,0.093,0.177c0.812,1.119,1.28,2.391,1.642,3.708
+		c0.037,0.136-0.005,0.3-0.029,0.447c-0.166,0.96-0.086,1.922-0.043,2.885c0.01,0.191,0.01,0.39-0.017,0.58
+		c-0.011,0.088-0.083,0.198-0.158,0.231c-0.051,0.024-0.184-0.046-0.229-0.108c-0.186-0.262-0.394-0.518-0.519-0.808
+		c-0.503-1.168-0.985-2.347-1.465-3.524c-0.598-1.469-1.272-2.894-2.299-4.121c-0.464-0.555-0.993-1.038-1.642-1.375
+		c-0.124-0.064-0.256-0.114-0.395-0.158c1.005,1.039,1.231,2.354,1.276,3.699c0.059,1.722,0.025,3.448,0.042,5.172
+		c0.018,1.864,0.172,3.712,0.728,5.508c0.021,0.071-0.014,0.174-0.053,0.246c-0.157,0.305-0.356,0.592-0.486,0.908
+		c-0.273,0.663-0.501,1.343-0.768,2.01c-0.156,0.391-0.209,0.421-0.629,0.39c-0.452-0.032-0.722,0.227-0.962,0.548
+		c-0.183,0.243-0.258,0.238-0.384-0.048c-0.137-0.309-0.245-0.629-0.393-0.933c-0.051-0.104-0.181-0.172-0.275-0.256
+		c-0.072,0.106-0.192,0.21-0.204,0.323c-0.039,0.369-0.029,0.741-0.055,1.111c-0.012,0.184-0.037,0.371-0.099,0.542
+		c-0.03,0.082-0.154,0.169-0.243,0.176c-0.064,0.005-0.175-0.104-0.202-0.185c-0.091-0.263-0.145-0.537-0.228-0.802
+		c-0.067-0.213-0.162-0.236-0.289-0.062c-0.925,1.26-2.159,2.154-3.478,2.948c-0.389,0.234-0.772,0.478-1.159,0.715
+		c-0.027-0.009-0.054-0.019-0.079-0.027c0.049-0.429,0.1-0.857,0.149-1.285c-0.035-0.019-0.07-0.035-0.104-0.053
+		c-0.122,0.104-0.262,0.191-0.364,0.312c-0.257,0.303-0.489,0.625-0.749,0.927c-0.514,0.604-1.162,1.036-1.785,1.178
+		c0.197-0.675,0.385-1.314,0.571-1.955c-0.029-0.014-0.061-0.027-0.09-0.04c-0.065,0.08-0.14,0.154-0.193,0.241
+		c-0.151,0.245-0.3,0.49-0.438,0.742c-0.594,1.075-1.51,1.695-2.712,1.868c-0.818,0.118-1.645,0.196-2.469,0.252
+		c-0.605,0.042-1.184,0.131-1.738,0.395C2.7,48.5,2.284,48.62,1.876,48.756c-0.069,0.024-0.159-0.005-0.239-0.01
+		c0.006-0.087-0.012-0.188,0.023-0.26c0.192-0.376,0.401-0.743,0.594-1.119c0.071-0.135,0.117-0.284,0.173-0.427
+		c-0.019-0.021-0.037-0.04-0.055-0.06c-0.123,0.041-0.251,0.069-0.366,0.125c-0.532,0.258-1.072,0.501-1.586,0.791
+		c-0.524,0.296-1.1,0.32-1.668,0.368c-1.775,0.149-3.528,0.03-5.243-0.489c-1.043-0.315-2.007-0.788-2.855-1.522
+		c0.107,0.011,0.217,0.011,0.321,0.031c1.036,0.212,2.072,0.413,3.138,0.378c0.725-0.024,1.432-0.139,2.07-0.507
+		c0.101-0.058,0.166-0.18,0.248-0.271c-0.143-0.05-0.293-0.145-0.43-0.128c-0.331,0.039-0.655,0.162-0.988,0.19
+		c-1.062,0.094-2.084-0.151-3.095-0.429c-2.448-0.672-4.665-1.815-6.724-3.286c-0.502-0.358-1.023-0.688-1.544-1.02
+		c-1.016-0.646-1.839-1.481-2.489-2.492c-0.076-0.12-0.147-0.249-0.195-0.382c-0.133-0.37-0.035-0.678,0.315-0.863
+		c0.249-0.132,0.527-0.226,0.803-0.293c3.659-0.892,6.384-3.908,6.806-7.639c0.159-1.399,0.354-2.801,0.284-4.22
+		c-0.161-3.257-1.328-6.095-3.502-8.519c-1.293-1.442-2.822-2.589-4.495-3.554C-18.856,13.131-18.892,13.116-18.99,13.065z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M27.897,34.687c-1.554-12.138-6.941-9.391-10.465-16.167
+		c-0.193,0.255-0.637-1.817,0.251,2.031c0.889,3.85,3.436,2.112,5.847,6.515C26.583,32.633,25.973,33.132,27.897,34.687z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M11.804,34.458c-0.578-3.474-5.49-3.317-9.693-1.843
+		c-4.568,1.602-14.057,2.116-14.821,0.205c-0.381-0.438-1.146,1.364-1.146,1.364s7.207,7.863,19.272-0.436
+		c-0.491,0.764,4.336,3,4.336,3S11.204,37.188,11.804,34.458z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-13.195,1.102c0.262-0.651,2.396-0.212,2.596,0.802
+		c-3.148,3.567,5.14,10.119-2.504,18.672C-8.1,7.381-18.75,6.844-13.195,1.102z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-13.195,1.102c0.262-0.651,0.215-0.464,0.415,0.55
+		c-3.148,3.568,5.237,8.768-0.323,18.924C-8.1,7.381-18.75,6.844-13.195,1.102z"/>
+	
+		<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="29714.6914" y1="53.834" x2="29694.4238" y2="18.9202" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_4_)" d="M-1.723,3.705c15.128,15.919-3.997,13.253-10.23,24.058c0.011,0.185,0.024,0.366,0.024,0.556
+		c0,1.502-0.364,2.916-0.998,4.17c5.834-8.653,20.624-1.023,17.751-18.712C4.565,12.868,2.507,3.904-1.723,3.705z"/>
+	
+		<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="29711.125" y1="32.8535" x2="29693.6465" y2="2.7465" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_5_)" d="M-1.723,3.705c-6.229-3.057-11.674-3.146-11.416-2.239c12.375,8.397,2.385,17.05,0.056,25.201
+		c0.159,0.658,1.154,0.903,1.154,1.65c0,0.08-0.009,0.157-0.011,0.236c0.18-0.809,0.606-1.09,1.014-1.5
+		C-5.174,21.25,13.11,19.312-1.723,3.705z"/>
+	<path fill="#E65271" d="M-3.674,3.942c9.58,14.308-8.304,17.027-8.174,21.563c-1.425-9.33,15.717-13.324-0.389-24.491
+		C-12.495,0.107-9.903,0.885-3.674,3.942z"/>
+	
+		<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="29672.0703" y1="55.1045" x2="29674.084" y2="19.9341" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_6_)" d="M23.094,28.797c0.761-1.271-0.084-2.771-0.97-4.176c-0.818-1.298-2.793-0.873-4.133-4.002
+		l0.115,2.438c1.485,2.587-1.027,6.148-1.726,8.554c-1.19,4.1-2.484,7.883-0.907,12.043c0.107,0.28,0.198,0.585,0.306,0.872
+		c0.786-0.581,1.38-1.16,2.057-2.043c0.447-0.586,0.291,1.512,0.879,1.072c0.432-0.32-0.021-1.803,0.391-2.147
+		c0.462-0.389,0.74,1.868,1.075,1.368c0.781-1.173,1.229-0.428,1.562-0.781c0.301-0.319,1.005-2.778,1.289-3.111
+		c0.278-0.323,0.543-0.656,0.805-0.991c-0.158-1.79-0.506-3.802-1.082-5.417C22.212,30.951,22.186,30.315,23.094,28.797z"/>
+	<path fill="#E65271" d="M1.8,47.487c0.046-0.016,0.086-0.024,0.11-0.023c0.419,0.007-1.129,1.954-0.684,1.954
+		c0.751,0,1.812-0.776,2.547-0.833c1.552-0.119,3.161-0.084,4.536-0.713c1.318-0.604,1.904-2.478,2.199-2.558
+		c0.297-0.082-0.717,2.167-0.426,2.068c0.493-0.166,0.887-0.41,1.212-0.68c1.3-1.861,1.722-11.084-0.185-10.846
+		c-2.004,0.25,3.161-0.708,3.182-0.63c1.727,6.521-2.121,10.531-1.947,10.304c0.227-0.3,0.411-0.533,0.606-0.608
+		c0.411-0.158-0.255,1.572,0.12,1.343c1.193-0.729,2.039-1.244,2.734-1.761c0.021-0.03,0.027-0.102,0.061-0.088
+		c0.512,0.213,3.672,0.956,1.267-10.396c3.652,7.39,0.793,10.291,1.073,9.988c1.297-1.401,1.562-4.819,1.729-6.845
+		c0.158-1.901-1.038-6.235-2.588-7.668c-1.091-1.008-1.069,0.24-1.479,1.204c-0.673,1.583-1.907,2.86-3.027,4.163
+		c-0.834,0.97-1.846,1.679-2.763,2.547c-0.999,0.946-1.525,2.268-2.418,3.306c-0.798,0.928-1.78,1.667-2.539,2.635
+		c-0.851,1.084-1.421,2.324-2.361,3.322C2.46,46.991,2.126,47.231,1.8,47.487z"/>
+	
+		<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="29673.9668" y1="19.9746" x2="29685.5859" y2="71.4471" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#E65271"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_7_)" d="M8.803,48.523c2.232,0.007,3.633-1.062,5.48-2.084c1.531-0.85,3.412-0.859,4.705-2.031
+		c1.717-1.558,2.46-3.104,2.783-5.386c0.369-2.597,0.413-5.91-0.078-8.499c-0.252-1.328-1.196-4.049-2.191-5.021l-1.194,0.76
+		c-2.355,6.081-9.453,8.576-12.139,14.552c-0.792,1.759-1.09,4.045-1.109,5.967C5.039,48.794,7.177,48.518,8.803,48.523z"/>
+	<path fill="#F6E8A0" d="M-13.406,33.327c-1.298,2.017-3.353,3.5-5.767,4.039c-0.614,0.137-1.714,0.519-0.625,1.83
+		c1.165,1.819,2.839,2.516,3.74,3.184c3.623,2.69,2.125,2.965,4.239,3.209c0.826,0.096,0.608,0.168,1.027,0
+		s-0.322,0.118-0.587,0.293c-2.358,1.56-2.188-1.553-1.174-0.88c3.018,2.334,9.97,3.972,11.919,3.638
+		c0.284-0.048,2.243-1.18,2.543-1.175c0.419,0.007-1.129,1.954-0.684,1.954c0.751,0,1.812-0.776,2.547-0.833
+		c1.521-0.117,6.146-2.238,6.113-7.822c-0.01-1.706,0.095-2.903-0.135-4.015C8.064,28.581-9.009,40.044-13.406,33.327z"/>
+	<path fill="#FFFFFF" d="M7.03,38.362c-0.791,0.989-5.933,2.769-5.933,2.769s-8.54,2.943-16.415-5.438
+		c4.025,3.196,11.098,1.856,16.213,1.265c0.676-0.079-1.461,0.603-0.901,0.81c1.9,0.703,3.659-1.267,5.553-0.887
+		C6.43,37.058,6.961,37.537,7.03,38.362z"/>
+	<path fill="#F6E8A0" d="M0.48,39.745c-3.136,0.826-6.271-0.383-6.875-0.42c0.284,0.427,0.747,1.412,3.07,1.752
+		c0.534,0.079,1.604-0.007,2.165-0.006c1.004,0.002,1.627-0.24,2.513-0.667c0.565-0.272,1.931-0.561,2.365-0.494
+		c0,0,4.806-0.362,3.214-1.992c-1.59-1.629-3.912,2.101-9.006,0.908C-2.073,38.992-0.909,39.823,0.48,39.745z"/>
+	<g>
+		<path fill="#F8D285" d="M-4.274,46.504c-1.982,1.312-5.447,0.186-5.897,0.193c-0.01,0.046,0.017,0.097,0.098,0.149
+			c3.019,2.334,7.492,2.126,9.441,1.792c0.015-0.002,0.036-0.009,0.058-0.017c0.009-0.003,0.023-0.008,0.035-0.013
+			c0.422-0.162,1.801-0.939,2.303-1.11c2.938-1.665,7.58-5.181,7.989-10.751c-1.669,0.742-2.869,1.465-3.791,2.169
+			c-0.31,0.237-7.332,7.576-25.917-1.242c0,0-0.517,0.284-0.222,0.948c4.197,6.744,11.86,8.681,24.063,2.294
+			C2.156,42.978,1.317,44.846-4.274,46.504z"/>
+	</g>
+	
+		<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="29714.2812" y1="45.7354" x2="29671.2754" y2="9.1022" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_8_)" d="M7.606,8.601c6.884,7.039,9.689,12.297,6.357,17.961c-5.396,9.178-22.014-0.395-29.241,8.865
+		c0.766-0.875,2.394-2.609,3.969-3.46c5.357-3.5,15.44-2.374,18.653-5.08C11.477,23.407,12.533,16.39,7.606,8.601z"/>
+	
+		<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="29675.4727" y1="20.1299" x2="29717.2773" y2="8.7611" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_9_)" d="M-14.819,23.313c-0.008-0.471,1.072-3.195,0.903-3.822c-1.45-5.352-7.734-7.979-7.734-7.979
+		s-7.037-2.832-8.155-15.777c-1.284-0.923-1.106,1.043-1.066,1.917C-30.072,14.629-15.949,12.731-14.819,23.313z"/>
+	
+		<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="29564.2168" y1="68.9902" x2="29760.543" y2="-36.2735" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_10_)" d="M9.123-4.738C9.007-4.685,8.896-4.615,8.775-4.58C8.158-4.408,7.537-4.25,6.919-4.074
+		C6.724-4.019,6.538-3.93,6.347-3.856C6.348-3.814,6.35-3.773,6.351-3.733c0.222,0.04,0.441,0.11,0.663,0.113
+		c0.887,0.01,1.775-0.002,2.663-0.004c1.253-0.003,2.512,0.003,3.721,0.369c0.59,0.18,1.165,0.45,1.706,0.751
+		c5.713,3.18,9.75,7.834,12.179,13.895c0.497,1.239,0.878,2.519,1.172,3.82c0.018,0.072,0.026,0.147,0.048,0.272
+		c-0.095-0.057-0.156-0.086-0.213-0.123c-3.496-2.394-7.314-4.018-11.481-4.807c-1.489-0.282-2.994-0.422-4.509-0.466
+		c-0.114-0.003-0.258-0.046-0.333-0.124c-2.266-2.311-4.942-4.019-7.83-5.44C1.834,3.39-0.599,2.704-3.1,2.218
+		c-3.207-0.623-6.422-1.215-9.63-1.832c-3.939-0.757-7.858-1.598-11.666-2.886c-2.415-0.816-4.756-1.797-6.896-3.202
+		c-1.611-1.06-3.045-2.313-4.059-3.979c-0.356-0.588-0.609-1.239-0.915-1.858c-0.056-0.111-0.116-0.227-0.202-0.312
+		c-2.124-2.077-2.96-4.604-2.634-7.536c0.242-2.169,1.018-4.153,2.127-6.019c0.131-0.219,0.242-0.448,0.344-0.64
+		c0.053,0.473,0.095,1.003,0.169,1.528c0.469,3.341,2.19,5.83,5.117,7.492c1.703,0.969,3.537,1.611,5.438,2.031
+		c2.084,0.46,4.186,0.847,6.287,1.227c2.551,0.461,5.116,0.846,7.596,1.628c0.482,0.152,0.959,0.327,1.432,0.506
+		c0.61,0.229,1.18,0.525,1.711,0.918c1.758,1.295,3.684,2.287,5.715,3.081c0.055,0.021,0.109,0.045,0.163,0.067
+		C-3-7.562-2.999-7.551-2.991-7.528c-0.033,0.003-0.062,0.007-0.092,0.007C-5.355-7.522-7.63-7.535-9.902-7.522
+		c-2.032,0.012-4.058-0.05-6.074-0.316c-2.791-0.37-5.492-1.093-8.122-2.094c-3.103-1.183-6.04-2.699-8.887-4.399
+		c-0.076-0.046-0.155-0.09-0.257-0.108c0.053,0.043,0.103,0.09,0.155,0.13c3.117,2.364,6.436,4.381,10.097,5.796
+		c2.549,0.984,5.181,1.629,7.901,1.917c2.396,0.253,4.793,0.229,7.191,0.055c2.074-0.151,4.147-0.302,6.222-0.444
+		C-1.496-7-1.303-6.975-1.129-6.923c2.051,0.624,4.15,0.991,6.269,1.292c1.251,0.179,2.486,0.479,3.726,0.726
+		c0.085,0.018,0.165,0.062,0.245,0.095C9.115-4.787,9.119-4.763,9.123-4.738z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-29.061-11.73c8.124,9.705,29.202,4.618,38.184,6.992
+		C3.436-8.006-1.19-7.441-1.19-7.441S-20.599-5.298-29.061-11.73z"/>
+	<path fill="#E65271" d="M33.056,25.098c-0.275-0.047-0.478-0.06-0.664-0.12c-0.732-0.229-1.495-0.4-2.181-0.73
+		c-0.653-0.315-1.258-0.762-1.824-1.222c-1.097-0.891-2.144-1.84-3.226-2.744c-0.886-0.739-1.827-1.4-2.947-1.743
+		c-0.361-0.11-0.736-0.173-1.114-0.235c1.46,0.735,2.277,2.045,3.124,3.388c-0.072-0.012-0.098-0.009-0.117-0.018
+		c-2.226-1.089-4.407-2.252-6.388-3.759c-0.529-0.403-0.946-0.861-1.244-1.486c-0.476-0.994-1.079-1.929-1.627-2.887
+		c-0.024-0.043-0.05-0.085-0.117-0.2c0.48,0.1,0.9,0.168,1.312,0.273c1.744,0.447,3.366,1.201,4.958,2.022
+		c2.487,1.287,4.853,2.775,7.151,4.372c0.069,0.048,0.14,0.094,0.232,0.122c-0.021-0.029-0.038-0.061-0.063-0.085
+		c-2.725-2.717-5.781-4.955-9.353-6.438c-1.545-0.643-3.146-1.073-4.813-1.246c-0.062-0.008-0.143-0.028-0.178-0.071
+		c-0.371-0.449-0.733-0.903-1.143-1.41c1.016,0.218,1.973,0.409,2.924,0.63c2.66,0.618,5.268,1.403,7.759,2.535
+		c1.84,0.836,3.593,1.819,5.07,3.217c1.948,1.845,3.382,4.03,4.218,6.588C32.928,24.227,32.966,24.634,33.056,25.098z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-12.963,0.396c0.789,0.265,1.688,0.593,2.647,0.961
+		C0.99,4.883,4.726,7.822,4.726,7.822l11.357,8.408c0,0,1.856-1.42,4.258,0.437c-1.637-1.965-6.66-3.494-6.66-3.494
+		s-0.232-1.546-1.87-2.747C16.281,11.944,23.79,11.51,29,16.201c-3.94-11.143-13.725-2.649-23.182-9.58
+		C4.726,5.966-9.698,2.279-2.53,2.532C4.637,2.784,9.36-2.106,15.347-0.504C9.727-2.542,4.761,0.724-3.067,1.273
+		c1.218-0.244,2.887-0.915,3.598-1.832c-2.838,2.026-8.392,2.12-9.711,1.656C-10.379,0.945-11.638,0.717-12.963,0.396z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M14.155-3.041c-8.237-3.272-37.35,6.206-50.421-8.498
+		c0,0-0.979,0.438,4.226,6.273C-11.572,4.519,3.661-4.734,14.155-3.041z"/>
+	
+		<radialGradient id="SVGID_11_" cx="60720.8203" cy="13490.5078" r="14.8738" gradientTransform="matrix(-0.4579 0.1387 0.2675 0.883 24214.4102 -20329.4531)" gradientUnits="userSpaceOnUse">
+		<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+		<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+	</radialGradient>
+	<path opacity="0.7" fill="url(#SVGID_11_)" enable-background="new    " d="M26.891,9.993c2.437,1.371,0.457-1.98-1.979-3.959
+		c-9.594-6.7-13.933,0.924-23.448-2.745C16.023,11.314,17.449,1.313,26.891,9.993z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M26.146,8.091c2.438,1.371,1.202-0.078-1.234-2.058
+		c-9.594-6.7-13.933,0.924-23.448-2.745C10.831,8.5,16.705-0.588,26.146,8.091z"/>
+	<g>
+		
+			<radialGradient id="SVGID_12_" cx="56089.8203" cy="25059.5156" r="23.2522" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_12_)" enable-background="new    " d="M-21.22,11.684
+			c-4.438-4.062-0.958-12.957-0.958-12.957l-3.159-0.677C-25.337-1.95-28.525,6.649-21.22,11.684z"/>
+		
+			<radialGradient id="SVGID_13_" cx="56089.8242" cy="25059.5156" r="23.249" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_13_)" enable-background="new    " d="M-13.56,18.498c3.345-5.953-5.526-14.142-0.762-17.041
+			c-0.076-0.391-2.724-1.719-2.6-1.335c-5.879,9.021,3.817,11.172,2.544,16.813c-6.799-9.276-6.872-11.112-3.569-16.984
+			c-0.041-0.032-0.404-0.506-0.765-0.236C-23.877,3.588-25.331,7.939-13.56,18.498z"/>
+	</g>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-2.629,6.4c0.212-2.788,2.159,1.742,2.454,4.868
+		c0.254,11.698-11.607,8.869-12.149,18.333C-13.478,18.834-0.643,19.07-2.629,6.4z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M8.871,11.04c0.21-2.788,5.808,4.388,6.104,7.513
+		c-1.878,20.071-22.536,7.864-27.937,15.259C-8.501,25.712,20.374,36.981,8.871,11.04z"/>
+	
+		<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="29644.9238" y1="-21.6914" x2="29655.9375" y2="-46.515" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.0041" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_14_)" d="M46.669-28.041c-0.303-0.266-0.552-0.508-0.826-0.718c-0.22-0.167-0.461-0.315-0.709-0.437
+		c-0.604-0.292-1.212-0.33-1.823-0.006c-0.951,0.504-1.971,0.542-3.012,0.428c-0.303-0.033-0.501-0.176-0.64-0.459
+		c-1.043-2.147-2.781-3.525-4.958-4.396c-0.249-0.1-0.366-0.216-0.41-0.487c-0.111-0.683-0.157-1.356,0.005-2.036
+		c0.263-1.089,0.941-1.87,1.853-2.471c0.956-0.63,2.021-1.001,3.122-1.277c1.323-0.328,2.662-0.548,4.029-0.544
+		c0.695,0.001,1.382,0.082,2.05,0.284c1.493,0.451,2.414,1.448,2.753,2.955c0.219,0.979,0.426,1.968,0.526,2.963
+		c0.229,2.281-0.382,4.328-1.889,6.084C46.713-28.125,46.695-28.084,46.669-28.041z"/>
+	<g>
+		<path opacity="0.3" fill="#F6E8A0" enable-background="new    " d="M42.355-28.21c0.113-0.685,1.399-0.871,1.996-0.851
+			c1.051,0.036,1.731,0.649,2.414,1.445c0.11,0.13,0.196,0.258,0.271,0.388c1.19-0.949,1.855-2.234,1.672-3.544
+			c-0.324-2.31-3.169-3.818-6.352-3.371c-2.201,0.31-3.988,1.475-4.772,2.928c0.582,0.744,0.81,1.69,1.577,2.333
+			C39.908-28.258,41.384-28.168,42.355-28.21z"/>
+	</g>
+	
+		<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="29718.2617" y1="49.9834" x2="29727.2891" y2="-18.6212" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_15_)" d="M-35.045-6.489c0.689-0.34,1.169-0.414,1.596-0.26c-0.491,2.5-0.748,5.021-0.661,7.558
+		c0.098,2.807,0.584,5.542,1.816,8.101c0.156,0.325,0.337,0.64,0.549,0.941c-0.013-0.05-0.021-0.101-0.04-0.148
+		c-0.663-1.665-0.969-3.403-1.07-5.186c-0.157-2.781,0.17-5.516,0.771-8.225c0.014-0.066,0.034-0.13,0.061-0.226
+		c0.393,0.264,0.776,0.516,1.149,0.782c0.045,0.033,0.046,0.154,0.036,0.231c-0.191,1.645-0.177,3.289,0,4.934
+		c0.254,2.349,0.834,4.615,1.661,6.821c1.153,3.08,2.714,5.94,4.622,8.613c0.044,0.062,0.089,0.124,0.131,0.187
+		c0.009,0.013,0.008,0.031,0.021,0.082c-0.278-0.098-0.538-0.187-0.798-0.281c-1.756-0.636-3.476-1.355-5.132-2.222
+		c-0.259-0.134-0.509-0.303-0.728-0.496c-2.331-2.065-3.705-4.674-4.326-7.701c-0.093-0.451-0.159-0.909-0.284-1.361
+		c0.028,0.502,0.041,1.006,0.085,1.508c0.208,2.389,0.655,4.734,1.46,6.997c0.205,0.575,0.062,1.094-0.025,1.634
+		c-0.027,0.168-0.146,0.322-0.224,0.483c-0.129-0.125-0.288-0.23-0.381-0.378c-0.662-1.052-1.088-2.209-1.438-3.394
+		c-0.535-1.815-0.854-3.68-1.117-5.554c-0.244-1.75-0.4-3.51-0.392-5.279c0.009-1.789,0.146-3.562,0.741-5.27
+		c0.283-0.812,0.664-1.573,1.213-2.238c0.196-0.238,0.437-0.441,0.656-0.661C-35.076-6.494-35.061-6.492-35.045-6.489z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-26.935,17.651c0,0-4.446-0.625-6.321-3.682
+		c-1.876-3.056-2.415-8.313-2.415-8.313s-0.96-7.839,2.222-12.404C-35.465,9.992-26.935,17.651-26.935,17.651z"/>
+	
+		<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="29725.7871" y1="50.9736" x2="29734.8145" y2="-17.6321" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_16_)" d="M-35.045-6.489c-0.016-0.003-0.031-0.005-0.047-0.007c-0.917,0.358-1.634,0.975-2.219,1.75
+		c-0.853,1.13-1.302,2.436-1.578,3.804c-0.411,2.038-0.446,4.098-0.271,6.159c0.1,1.177,0.273,2.349,0.415,3.521
+		c0.005,0.042,0.006,0.083,0.01,0.168c-0.072-0.062-0.123-0.096-0.164-0.139C-42.3,5.241-44.856,1.182-46.53-3.425
+		c-0.044-0.12-0.03-0.282,0.008-0.408c0.999-3.194,2.445-6.183,4.216-9.013c0.748-1.194,1.573-2.34,2.364-3.507
+		c0.062-0.091,0.134-0.174,0.248-0.323c0.028,0.587,0.341,1.063,0.1,1.637c-0.309,0.733-0.508,1.504-0.467,2.316
+		c0.016,0.3,0.088,0.58,0.296,0.859c0.207-0.588,0.367-1.167,0.828-1.611c0.135,0.242,0.162,0.452,0.077,0.709
+		c-0.321,0.958-0.544,1.937-0.483,2.956c0.019,0.312,0.09,0.62,0.175,0.933c0.279-0.765,0.74-1.391,1.273-1.992
+		c0.031,0.046,0.059,0.076,0.076,0.112c0.711,1.47,1.622,2.805,2.707,4.024C-35.063-6.676-35.066-6.571-35.045-6.489z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-38.485-10.409c0,0-5,9.785-2.66,18.188
+		c0.291,0.231-0.469-0.363-1.374-1.404c-0.138-0.158-1.815-11.254,1.588-16.146c-4.574,5.425-2.408,15.121-2.601,14.837
+		c-0.409-0.604-0.776-1.271-1.018-1.967c-2.339-10.956,5.745-17.55,5.745-17.55L-38.485-10.409z"/>
+	<path fill="#E65270" d="M38.031-45.638c-0.207-0.314-0.446-0.63-0.636-0.977c-0.175-0.317-0.21-0.676-0.094-1.032
+		c0.143-0.441,0.438-0.61,0.895-0.545c0.367,0.055,0.735,0.112,1.104,0.124c0.392,0.012,0.42-0.04,0.464-0.421
+		c0.011-0.101,0.024-0.205,0.061-0.297c0.148-0.377,0.367-0.702,0.805-0.76c0.425-0.056,0.724,0.182,0.954,0.509
+		c0.685,0.97,0.117,2.281-1.073,2.439c-0.369,0.049-0.754-0.01-1.132-0.021c-0.073-0.003-0.145-0.016-0.218-0.023
+		c-0.018,0.022-0.036,0.045-0.055,0.067c0.102,0.119,0.181,0.277,0.309,0.351c0.272,0.154,0.562,0.216,0.896,0.178
+		c2.037-0.233,3.98,0.008,5.708,1.229c0.959,0.678,1.667,1.57,2.209,2.604c0.003,0.007,0.01,0.014,0.013,0.021
+		c0.068,0.188,0.207,0.417,0.022,0.559c-0.108,0.084-0.354,0.047-0.517-0.006c-0.761-0.25-1.5-0.567-2.27-0.777
+		c-1.126-0.308-2.292-0.318-3.45-0.255c-1.565,0.084-3.103,0.333-4.581,0.888c-1.657,0.622-3.152,1.5-4.449,2.709
+		c-0.149,0.139-0.3,0.277-0.467,0.389c-0.283,0.188-0.476,0.095-0.487-0.247c-0.008-0.242,0.016-0.491,0.071-0.729
+		c0.554-2.417,2.021-4.117,4.188-5.24C36.868-45.196,37.478-45.405,38.031-45.638z"/>
+	
+		<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="29739.0527" y1="21.7188" x2="29734.9961" y2="-26.0205" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_17_)" d="M-48.025-0.649c-0.087-8.721,2.718-16.289,8.558-22.715c-0.082,0.592-0.191,1.183-0.241,1.775
+		c-0.083,1.009-0.136,2.021-0.185,3.035c-0.01,0.206-0.062,0.369-0.178,0.534c-2.187,3.156-4.193,6.419-5.793,9.918
+		c-0.812,1.776-1.506,3.598-1.878,5.523C-47.863-1.958-47.928-1.327-48.025-0.649z"/>
+	
+		<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="29666.8496" y1="61.916" x2="29668.6543" y2="-22.0348" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_18_)" d="M23.298,28.028c1.046,1.809,2.125,3.55,2.508,5.601c0.064,0.343,0.044,0.708,0.023,1.062
+		c-0.114,1.978,0.091,3.91,0.732,5.793c0.057,0.167,0.126,0.343,0.122,0.513c-0.003,0.141-0.076,0.304-0.17,0.415
+		c-0.12,0.141-0.283,0.091-0.437,0.003c-0.493-0.279-0.851-0.689-1.138-1.166c-0.584-0.959-0.895-2.02-1.112-3.106
+		c-0.595-2.975-0.685-5.984-0.568-9.007C23.259,28.12,23.269,28.106,23.298,28.028z"/>
+	<path opacity="0.4" fill="#8B4FBA" enable-background="new    " d="M23.914,39.552c0.19,0.404,0.972,1.288,1.286,1.543l0.707,0.451
+		c-0.71-1.812-0.965-3.656-0.965-5.586c0-1.626,0.501-3.136,0.58-4.754c0.064-1.333-0.517-2.003-1.209-3.088
+		c-0.312-0.488-0.738-1.545-1.416-1.549c-0.314,0.772-0.263,1.738-0.271,2.562c-0.009,0.987-0.167,1.95-0.128,2.947
+		C22.572,33.96,23.588,38.858,23.914,39.552z"/>
+	<path fill="#E65270" d="M48.256-38.393c-0.03-0.024-0.04-0.028-0.043-0.034c-0.769-1.581-2.136-2.271-3.788-2.41
+		c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.943,1.182-2.447,2.258c-0.218,0.465-0.324,0.983-0.487,1.494
+		c-0.542,0.003-1.187-0.533-1.23-1.111c-0.014-0.188,0.065-0.399,0.15-0.575c0.343-0.709,0.894-1.246,1.495-1.732
+		c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.038-0.628,7.53,0.127c0.59,0.179,1.149,0.479,1.697,0.771
+		c0.424,0.227,0.64,0.616,0.577,1.12C49.043-39.017,48.761-38.627,48.256-38.393z"/>
+	<path opacity="0.4" fill="#2B2B2B" enable-background="new    " d="M48.256-38.393c-0.03-0.024-0.04-0.028-0.043-0.034
+		c-0.769-1.581-2.136-2.271-3.788-2.41c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.943,1.182-2.447,2.258
+		c-0.218,0.465-0.324,0.983-0.487,1.494c-0.542,0.003-1.187-0.533-1.23-1.111c-0.014-0.188,0.065-0.399,0.15-0.575
+		c0.343-0.709,0.894-1.246,1.495-1.732c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.038-0.628,7.53,0.127
+		c0.59,0.179,1.149,0.479,1.697,0.771c0.424,0.227,0.64,0.616,0.577,1.12C49.043-39.017,48.761-38.627,48.256-38.393z"/>
+	<g>
+		<path fill="#0D0D0D" d="M20.855-13.302c-0.019-0.976,0.185-1.896,0.606-2.767c0.852-1.751,2.257-2.897,4.017-3.648
+			c1.535-0.656,3.146-0.879,4.806-0.793c0.021,0.001,0.042,0.01,0.113,0.032c-1.161,0.179-2.242,0.468-3.286,0.885
+			c-1.81,0.723-3.406,1.751-4.645,3.284c-0.665,0.821-1.166,1.734-1.508,2.736C20.928-13.481,20.89-13.392,20.855-13.302z"/>
+		<path fill="#0D0D0D" d="M34.411,0.679c1.787,1.091,2.173,3.654,1.028,5.119C35.708,3.968,35.338,2.269,34.411,0.679z"/>
+		<path fill="#0D0D0D" d="M37.358-9.379c0.874-0.716,1.925-0.914,3.022-0.894c0.438,0.01,0.874,0.083,1.312,0.104
+			c0.237,0.011,0.485-0.004,0.718-0.055c0.442-0.1,0.639-0.033,0.79,0.391c0.342,0.967,0.503,1.969,0.388,2.99
+			c-0.056,0.489-0.158,0.991-0.352,1.44c-0.763,1.783-3.073,2.515-4.784,1.542c-0.22-0.125-0.428-0.272-0.625-0.433
+			c-0.208-0.169-0.396-0.365-0.612-0.567c0.096-0.112,0.176-0.218,0.266-0.311c0.207-0.212,0.285-0.463,0.222-0.745
+			c-0.196-0.886,0.187-1.515,0.926-1.918c0.528-0.288,1.106-0.495,1.681-0.686c0.296-0.101,0.601-0.173,0.911-0.236
+			c0.095,0.003,0.135,0.019,0.209,0.078c0.461,0.298,0.791,0.69,0.995,1.201c0.11-0.301,0.088-0.803-0.009-1.176
+			c-0.06-0.231-0.021-0.794,0.096-0.958c-0.009-0.01-0.018-0.021-0.024-0.031c-0.055,0.027-0.109,0.054-0.161,0.085
+			c-0.592,0.364-1.254,0.478-1.929,0.562c-0.835,0.106-1.647,0.297-2.358,0.778c-0.856,0.579-1.315,1.384-1.364,2.419
+			c-0.002,0.032-0.007,0.062-0.018,0.148C35.884-7.165,36.121-8.364,37.358-9.379z"/>
+	</g>
+	
+		<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="29649.8516" y1="-2.3057" x2="29654.3184" y2="-9.6752" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_19_)" d="M38.491-6.122c0-0.941,0.763-1.704,1.702-1.704c0.942,0,1.705,0.763,1.705,1.704
+		s-0.763,1.704-1.705,1.704C39.254-4.418,38.491-5.181,38.491-6.122z"/>
+	
+		<use xlink:href="#New_Symbol_2"  width="6" height="7" x="-3" y="-3.5" transform="matrix(-0.2012 0 0 0.2012 39.0508 -5.1338)" overflow="visible"/>
+	<path fill="#FFFFFF" d="M46.108-34.833c0.302-0.188,0.773-0.108,0.948,0.224c0.726,1.381,0.66,2.992-0.051,4.366
+		c-0.408,0.788-1.63,0.152-1.223-0.633c0.485-0.939,0.584-2.093,0.101-3.014C45.71-34.22,45.772-34.626,46.108-34.833z"/>
+	<g>
+		<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-27.877-38.812c-0.43,12.32,7.165,8.313,10.544,13.513
+			c0.276,0.324,0.437,0.688,0.563,0.97C-20.563-26.417-31.194-25.021-27.877-38.812z"/>
+	</g>
+	<g>
+		<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-33.661-14.796c10.431,8.981,31.025,8,32.532,7.873
+			c-8.638-6.161-34.552-0.369-35.502-19.122C-38.314-20.719-36.147-16.937-33.661-14.796z"/>
+	</g>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-16.988-24.818c0,0-0.001-2.722,0-4.645
+		c0.001-1.922-2.416-0.874-3.348,1.765C-18.007-26.785-16.988-24.818-16.988-24.818z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-18.28-25.73c1.747,3.083-0.048,5.75-0.327,5.864
+		c0.993,0.052,2.9,1.914,3.354,2.534c0.71,0.971,0.753,2.381,0.813,3.534c1.409,0.064,2.4,0.926,3.682,1.233
+		c-1.09-1.021-2.569-2.229-3.231-3.606c-0.589-1.222-1.087-2.629-1.483-3.929c-0.323-1.065-0.624-2.123-0.824-3.221
+		c-0.148-0.819-0.631-1.919-0.543-2.716c0,0-0.18-7.171,1.258-10.712c-2.722,0.927-4.151,3.149-4.647,4.009
+		c-0.561,0.972-1.618,3.391-0.309,4.932C-19.691-27.5-18.765-26.586-18.28-25.73z"/>
+	<path fill="#0D0D0D" d="M-43.785-35.046c5.482-7.553,12.814-12.407,21.927-14.516c3.036-0.703,6.123-0.896,9.237-0.883
+		c7.618,0.033,15.235,0.013,22.852,0.014c5.124,0.002,10.248,0,15.371,0.013c1.219,0.002,2.435,0.083,3.601,0.489
+		c1.144,0.397,2.027,1.097,2.518,2.233c0.705,1.638,0.103,3.701-1.417,4.812c-1.116,0.815-2.396,1.051-3.745,0.991
+		c-0.362-0.017-0.724-0.074-1.085-0.111c-0.083-0.009-0.172-0.028-0.251-0.01c-0.116,0.026-0.226,0.083-0.338,0.125
+		c0.064,0.094,0.11,0.208,0.194,0.278c1.393,1.184,2.352,2.644,2.811,4.417c0.167,0.644,0.216,1.299,0.156,1.961
+		c-0.004,0.051-0.008,0.102-0.01,0.152c-0.013,0.342,0.103,0.448,0.441,0.464c0.996,0.046,1.992,0.085,2.985,0.163
+		c0.475,0.038,0.944,0.154,1.479,0.187c-0.063-0.082-0.109-0.203-0.192-0.241c-0.794-0.367-1.313-0.979-1.573-1.795
+		c-0.305-0.961-0.519-1.943-0.475-2.962c0.068-1.646,0.708-3.062,1.75-4.31c0.937-1.12,2.091-1.963,3.396-2.603
+		c0.168-0.082,0.212-0.154,0.154-0.343c-0.167-0.539-0.147-1.083,0.043-1.621c0.115-0.328,0.326-0.566,0.627-0.735
+		c0.686-0.382,1.476-0.436,2.224-0.123c0.021-0.107,0.039-0.228,0.066-0.332c0.216-0.82,0.745-1.146,1.544-1.626
+		c0.186,0,0.372,0,0.558,0c0.023,0,0.044,0.059,0.067,0.063c1.407,0.238,1.998,1.524,1.835,2.742
+		c-0.042,0.314-0.133,0.623-0.194,0.906c0.637,0.168,1.294,0.298,1.921,0.517c2.895,1.007,4.806,2.961,5.616,5.938
+		c0.323,1.191,0.123,2.258-0.801,3.142c-0.058,0.057-0.063,0.198-0.049,0.293c0.179,1.125,0.457,2.242,0.53,3.374
+		c0.173,2.685-0.671,5.041-2.538,7.004c-0.11,0.115-0.117,0.212-0.088,0.354c0.123,0.602,0.264,1.203,0.338,1.812
+		c0.153,1.228-0.316,2.247-1.135,3.133c-0.072,0.079-0.153,0.164-0.187,0.262c-0.229,0.683-0.702,1.148-1.327,1.462
+		c-1.26,0.635-2.596,0.764-3.973,0.535c-0.902-0.151-1.725-0.531-2.54-0.917c-0.36-0.17-0.689-0.255-1.022,0.036
+		c-0.056,0.049-0.145,0.061-0.198,0.108c-0.092,0.087-0.247,0.208-0.229,0.281c0.024,0.112,0.156,0.239,0.272,0.285
+		c0.634,0.25,1.289,0.385,1.976,0.385c0.515,0,1.033,0.014,1.543,0.075c1.627,0.197,3.119,0.784,4.52,1.62
+		c0.093,0.056,0.197,0.104,0.302,0.121c1.811,0.278,3.266,1.7,3.582,3.502c0.032,0.182,0.028,0.391,0.122,0.536
+		c0.767,1.186,0.83,2.447,0.386,3.742c-0.281,0.819-0.671,1.603-0.98,2.413c-0.164,0.431-0.333,0.88-0.375,1.331
+		c-0.112,1.283-0.282,2.553-0.626,3.793c-0.735,2.646-2.045,4.939-4.148,6.738c-2.123,1.815-4.612,2.77-7.369,3.064
+		c-0.243,0.026-0.371,0.103-0.478,0.343c-0.602,1.365-1.592,2.324-3.017,2.822c-0.37,0.129-0.739,0.159-1.087,0.001
+		c-0.496-0.228-1.001-0.457-1.446-0.77c-1.164-0.812-2.085-1.867-2.85-3.06c-0.059-0.09-0.126-0.208-0.215-0.238
+		c-0.12-0.039-0.297-0.053-0.389,0.011c-0.071,0.048-0.087,0.242-0.059,0.355c0.032,0.133,0.134,0.251,0.214,0.368
+		c2.026,2.93,3.315,6.154,3.908,9.666c0.02,0.111,0.098,0.229,0.181,0.313c0.497,0.507,1.012,0.996,1.505,1.507
+		c0.79,0.815,1.274,1.801,1.532,2.897c0.067,0.287,0.099,0.582,0.119,0.875c0.006,0.089-0.081,0.183-0.125,0.276
+		c-0.095-0.055-0.219-0.088-0.277-0.167c-0.135-0.184-0.23-0.395-0.354-0.585c-0.082-0.126-0.189-0.234-0.286-0.354
+		c-0.03,0.071-0.023,0.111-0.008,0.149c0.531,1.349,0.899,2.741,1.077,4.182c0.05,0.402,0.084,0.808,0.094,1.212
+		c0.008,0.294-0.187,0.481-0.384,0.401c-0.105-0.042-0.196-0.13-0.277-0.211c-0.788-0.781-1.717-1.36-2.669-1.908
+		c-0.021,0.03-0.037,0.042-0.038,0.057c-0.026,0.142-0.052,0.282-0.073,0.424c-0.255,1.665-0.694,3.284-1.201,4.889
+		c-0.388,1.226-0.607,2.48-0.393,3.771c0.128,0.769,0.401,1.467,1.054,1.957c0.05,0.037,0.083,0.096,0.14,0.162
+		c-0.076,0.039-0.123,0.077-0.176,0.088c-0.944,0.208-1.919,0.086-2.448-0.997c-0.06-0.121-0.14-0.231-0.25-0.412
+		c-0.119,0.238-0.237,0.393-0.275,0.564c-0.188,0.855-0.234,1.723-0.154,2.596c0.101,1.078,0.482,2.065,0.951,3.027
+		c0.121,0.25,0.236,0.507,0.314,0.771c0.139,0.479-0.128,0.833-0.629,0.825c-0.249-0.005-0.511-0.044-0.741-0.131
+		c-1.234-0.464-2.172-1.279-2.796-2.446c-0.051-0.095-0.097-0.19-0.153-0.303c-0.495,0.482-0.946,0.95-1.181,1.592
+		c-0.151,0.411-0.349,0.807-0.554,1.192c-0.148,0.277-0.258,0.27-0.438,0.019c-0.049-0.068-0.092-0.142-0.145-0.207
+		c-0.138-0.167-0.245-0.168-0.354,0.02c-0.097,0.166-0.17,0.349-0.236,0.529c-0.322,0.87-0.848,1.591-1.572,2.169
+		c-0.049,0.037-0.105,0.066-0.22,0.136c0.042-0.275,0.077-0.488,0.105-0.702c0.03-0.219,0.055-0.438,0.083-0.669
+		c-0.066,0.008-0.085,0.006-0.098,0.014c-0.071,0.045-0.142,0.092-0.211,0.141c-2.924,2.02-6.121,3.424-9.577,4.245
+		c-1.053,0.25-2.157,0.338-3.108,0.935c-0.021,0.014-0.048,0.021-0.071,0.032c-0.188,0.075-0.326,0.034-0.472-0.113
+		c-0.093-0.092-0.259-0.133-0.391-0.131c-0.423,0.01-0.844,0.103-1.265,0.138c-0.386,0.032-0.784,0.12-1.156,0.213
+		c-0.636,0.161-1.255,0.78-1.881,0.78c-0.152,0-0.306,0-0.457,0c-0.146,0-0.319-0.42-0.437-0.567
+		c-0.207-0.259-0.461-0.562-0.786-0.583c-2.154-0.134-4.283-0.447-6.379-0.969c-3.192-0.792-6.191-2.021-8.877-3.953
+		c-1.963-1.413-3.647-3.091-4.841-5.218c-0.244-0.432-0.437-0.895-0.63-1.352c-0.147-0.352-0.182-0.724-0.06-1.093
+		c0.102-0.303,0.331-0.471,0.639-0.423c1.755,0.276,3.24-0.365,4.61-1.36c1.362-0.992,2.4-2.261,2.992-3.849
+		c0.872-2.346,0.4-4.446-1.244-6.305c-0.166-0.188-0.354-0.358-0.556-0.561c-0.076,0.285-0.139,0.544-0.214,0.802
+		c-0.372,1.27-0.903,2.456-1.807,3.446c-0.525,0.577-0.733-0.107-0.601-1.152c0.284-2.221-0.398-4.132-1.945-5.739
+		c-0.094-0.098-0.236-0.16-0.369-0.207c-1.63-0.578-3.271-1.126-4.892-1.729c-2.894-1.077-5.688-2.371-8.336-3.965
+		c-0.036-0.021-0.074-0.041-0.113-0.062c-0.251,0.162-0.354,0.405-0.343,0.674c0.014,0.36,0.073,0.72,0.115,1.079
+		c0.004,0.043,0.018,0.083,0.022,0.125c0.086,0.635-0.162,0.842-0.747,0.558c-0.293-0.143-0.562-0.38-0.773-0.631
+		c-0.674-0.807-1.092-1.763-1.493-2.721c-0.212-0.506-0.38-1.03-0.594-1.535c-0.078-0.184-0.201-0.371-0.353-0.5
+		c-2.293-1.95-4.429-4.048-6.24-6.464c-1.551-2.07-2.875-4.271-3.95-6.625c-0.027-0.062-0.058-0.122-0.088-0.181
+		c-0.008-0.014-0.024-0.022-0.058-0.052c-0.352,2.063-0.422,4.117-0.215,6.192c-0.165-0.616-0.348-1.229-0.492-1.849
+		c-0.588-2.504-0.771-5.039-0.596-7.604c0.009-0.13-0.024-0.269-0.064-0.395c-0.763-2.399-1.291-4.849-1.515-7.354
+		C-51.077-19.926-48.95-27.928-43.785-35.046z M-45.864-8.102c1.6-3.499,3.606-6.762,5.793-9.918
+		c0.115-0.166,0.168-0.329,0.178-0.534c0.049-1.013,0.102-2.025,0.185-3.035c0.05-0.594,0.159-1.185,0.241-1.775
+		c-5.84,6.426-8.645,13.994-8.558,22.715c0.098-0.677,0.162-1.309,0.283-1.929C-47.37-4.504-46.676-6.325-45.864-8.102z
+		 M-24.403,17.717c-0.013-0.051-0.012-0.069-0.021-0.082c-0.042-0.062-0.087-0.124-0.131-0.187
+		c-1.908-2.673-3.469-5.534-4.622-8.613c-0.827-2.206-1.407-4.473-1.661-6.821c-0.177-1.645-0.191-3.289,0-4.934
+		c0.01-0.077,0.009-0.198-0.036-0.231c-0.373-0.267-0.757-0.519-1.149-0.782c-0.026,0.095-0.047,0.159-0.061,0.226
+		c-0.602,2.709-0.929,5.443-0.771,8.225c0.102,1.782,0.407,3.521,1.07,5.186c0.019,0.048,0.027,0.099,0.04,0.148
+		c-0.212-0.303-0.393-0.616-0.549-0.941c-1.232-2.56-1.719-5.294-1.816-8.101c-0.087-2.537,0.17-5.058,0.661-7.558
+		c-0.427-0.153-0.906-0.08-1.596,0.26c-0.021-0.083-0.019-0.188-0.067-0.244c-1.085-1.22-1.996-2.555-2.707-4.024
+		c-0.018-0.037-0.045-0.066-0.076-0.112c-0.533,0.603-0.994,1.228-1.273,1.992c-0.085-0.312-0.156-0.62-0.175-0.933
+		c-0.061-1.02,0.162-1.998,0.483-2.956c0.085-0.257,0.058-0.467-0.077-0.709c-0.461,0.443-0.621,1.023-0.828,1.611
+		c-0.208-0.279-0.28-0.56-0.296-0.859c-0.041-0.812,0.158-1.583,0.467-2.316c0.241-0.573-0.071-1.05-0.1-1.637
+		c-0.114,0.149-0.187,0.231-0.248,0.323c-0.791,1.167-1.616,2.

<TRUNCATED>

[16/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap-cosmo.css
----------------------------------------------------------------------
diff --git a/css/bootstrap-cosmo.css b/css/bootstrap-cosmo.css
deleted file mode 100644
index d76bc3e..0000000
--- a/css/bootstrap-cosmo.css
+++ /dev/null
@@ -1,5905 +0,0 @@
-@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
-/*!
- * Bootswatch v3.1.1+1
- * Homepage: http://bootswatch.com
- * Copyright 2012-2014 Thomas Park
- * Licensed under MIT
- * Based on Bootstrap
-*/
-/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
-html {
-  font-family: sans-serif;
-  -ms-text-size-adjust: 100%;
-  -webkit-text-size-adjust: 100%;
-}
-body {
-  margin: 0;
-}
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-nav,
-section,
-summary {
-  display: block;
-}
-audio,
-canvas,
-progress,
-video {
-  display: inline-block;
-  vertical-align: baseline;
-}
-audio:not([controls]) {
-  display: none;
-  height: 0;
-}
-[hidden],
-template {
-  display: none;
-}
-a {
-  background: transparent;
-}
-a:active,
-a:hover {
-  outline: 0;
-}
-abbr[title] {
-  border-bottom: 1px dotted;
-}
-b,
-strong {
-  font-weight: bold;
-}
-dfn {
-  font-style: italic;
-}
-h1 {
-  font-size: 2em;
-  margin: 0.67em 0;
-}
-mark {
-  background: #ff0;
-  color: #000;
-}
-small {
-  font-size: 80%;
-}
-sub,
-sup {
-  font-size: 75%;
-  line-height: 0;
-  position: relative;
-  vertical-align: baseline;
-}
-sup {
-  top: -0.5em;
-}
-sub {
-  bottom: -0.25em;
-}
-img {
-  border: 0;
-}
-svg:not(:root) {
-  overflow: hidden;
-}
-figure {
-  margin: 1em 40px;
-}
-hr {
-  -moz-box-sizing: content-box;
-  box-sizing: content-box;
-  height: 0;
-}
-pre {
-  overflow: auto;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: monospace, monospace;
-  font-size: 1em;
-}
-button,
-input,
-optgroup,
-select,
-textarea {
-  color: inherit;
-  font: inherit;
-  margin: 0;
-}
-button {
-  overflow: visible;
-}
-button,
-select {
-  text-transform: none;
-}
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
-  -webkit-appearance: button;
-  cursor: pointer;
-}
-button[disabled],
-html input[disabled] {
-  cursor: default;
-}
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-  border: 0;
-  padding: 0;
-}
-input {
-  line-height: normal;
-}
-input[type="checkbox"],
-input[type="radio"] {
-  box-sizing: border-box;
-  padding: 0;
-}
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: textfield;
-  -moz-box-sizing: content-box;
-  -webkit-box-sizing: content-box;
-  box-sizing: content-box;
-}
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
-  -webkit-appearance: none;
-}
-fieldset {
-  border: 1px solid #c0c0c0;
-  margin: 0 2px;
-  padding: 0.35em 0.625em 0.75em;
-}
-legend {
-  border: 0;
-  padding: 0;
-}
-textarea {
-  overflow: auto;
-}
-optgroup {
-  font-weight: bold;
-}
-table {
-  border-collapse: collapse;
-  border-spacing: 0;
-}
-td,
-th {
-  padding: 0;
-}
-@media print {
-  * {
-    text-shadow: none !important;
-    color: #000 !important;
-    background: transparent !important;
-    box-shadow: none !important;
-  }
-  a,
-  a:visited {
-    text-decoration: underline;
-  }
-  a[href]:after {
-    content: " (" attr(href) ")";
-  }
-  abbr[title]:after {
-    content: " (" attr(title) ")";
-  }
-  a[href^="javascript:"]:after,
-  a[href^="#"]:after {
-    content: "";
-  }
-  pre,
-  blockquote {
-    border: 1px solid #999;
-    page-break-inside: avoid;
-  }
-  thead {
-    display: table-header-group;
-  }
-  tr,
-  img {
-    page-break-inside: avoid;
-  }
-  img {
-    max-width: 100% !important;
-  }
-  p,
-  h2,
-  h3 {
-    orphans: 3;
-    widows: 3;
-  }
-  h2,
-  h3 {
-    page-break-after: avoid;
-  }
-  select {
-    background: #fff !important;
-  }
-  .navbar {
-    display: none;
-  }
-  .table td,
-  .table th {
-    background-color: #fff !important;
-  }
-  .btn > .caret,
-  .dropup > .btn > .caret {
-    border-top-color: #000 !important;
-  }
-  .label {
-    border: 1px solid #000;
-  }
-  .table {
-    border-collapse: collapse !important;
-  }
-  .table-bordered th,
-  .table-bordered td {
-    border: 1px solid #ddd !important;
-  }
-}
-* {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-*:before,
-*:after {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-html {
-  font-size: 62.5%;
-  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-body {
-  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
-  font-size: 15px;
-  line-height: 1.42857143;
-  color: #333333;
-  background-color: #ffffff;
-}
-input,
-button,
-select,
-textarea {
-  font-family: inherit;
-  font-size: inherit;
-  line-height: inherit;
-}
-a {
-  color: #007fff;
-  text-decoration: none;
-}
-a:hover,
-a:focus {
-  color: #0059b3;
-  text-decoration: underline;
-}
-a:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-figure {
-  margin: 0;
-}
-img {
-  vertical-align: middle;
-}
-.img-responsive,
-.thumbnail > img,
-.thumbnail a > img,
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
-  display: block;
-  max-width: 100%;
-  height: auto;
-}
-.img-rounded {
-  border-radius: 0;
-}
-.img-thumbnail {
-  padding: 4px;
-  line-height: 1.42857143;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  border-radius: 0;
-  -webkit-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-  display: inline-block;
-  max-width: 100%;
-  height: auto;
-}
-.img-circle {
-  border-radius: 50%;
-}
-hr {
-  margin-top: 21px;
-  margin-bottom: 21px;
-  border: 0;
-  border-top: 1px solid #e6e6e6;
-}
-.sr-only {
-  position: absolute;
-  width: 1px;
-  height: 1px;
-  margin: -1px;
-  padding: 0;
-  overflow: hidden;
-  clip: rect(0, 0, 0, 0);
-  border: 0;
-}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
-  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
-  font-weight: 300;
-  line-height: 1.1;
-  color: inherit;
-}
-h1 small,
-h2 small,
-h3 small,
-h4 small,
-h5 small,
-h6 small,
-.h1 small,
-.h2 small,
-.h3 small,
-.h4 small,
-.h5 small,
-.h6 small,
-h1 .small,
-h2 .small,
-h3 .small,
-h4 .small,
-h5 .small,
-h6 .small,
-.h1 .small,
-.h2 .small,
-.h3 .small,
-.h4 .small,
-.h5 .small,
-.h6 .small {
-  font-weight: normal;
-  line-height: 1;
-  color: #999999;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
-  margin-top: 21px;
-  margin-bottom: 10.5px;
-}
-h1 small,
-.h1 small,
-h2 small,
-.h2 small,
-h3 small,
-.h3 small,
-h1 .small,
-.h1 .small,
-h2 .small,
-.h2 .small,
-h3 .small,
-.h3 .small {
-  font-size: 65%;
-}
-h4,
-.h4,
-h5,
-.h5,
-h6,
-.h6 {
-  margin-top: 10.5px;
-  margin-bottom: 10.5px;
-}
-h4 small,
-.h4 small,
-h5 small,
-.h5 small,
-h6 small,
-.h6 small,
-h4 .small,
-.h4 .small,
-h5 .small,
-.h5 .small,
-h6 .small,
-.h6 .small {
-  font-size: 75%;
-}
-h1,
-.h1 {
-  font-size: 39px;
-}
-h2,
-.h2 {
-  font-size: 32px;
-}
-h3,
-.h3 {
-  font-size: 26px;
-}
-h4,
-.h4 {
-  font-size: 19px;
-}
-h5,
-.h5 {
-  font-size: 15px;
-}
-h6,
-.h6 {
-  font-size: 13px;
-}
-p {
-  margin: 0 0 10.5px;
-}
-.lead {
-  margin-bottom: 21px;
-  font-size: 17px;
-  font-weight: 200;
-  line-height: 1.4;
-}
-@media (min-width: 768px) {
-  .lead {
-    font-size: 22.5px;
-  }
-}
-small,
-.small {
-  font-size: 85%;
-}
-cite {
-  font-style: normal;
-}
-.text-left {
-  text-align: left;
-}
-.text-right {
-  text-align: right;
-}
-.text-center {
-  text-align: center;
-}
-.text-justify {
-  text-align: justify;
-}
-.text-muted {
-  color: #999999;
-}
-.text-primary {
-  color: #007fff;
-}
-a.text-primary:hover {
-  color: #0066cc;
-}
-.text-success {
-  color: #ffffff;
-}
-a.text-success:hover {
-  color: #e6e6e6;
-}
-.text-info {
-  color: #ffffff;
-}
-a.text-info:hover {
-  color: #e6e6e6;
-}
-.text-warning {
-  color: #ffffff;
-}
-a.text-warning:hover {
-  color: #e6e6e6;
-}
-.text-danger {
-  color: #ffffff;
-}
-a.text-danger:hover {
-  color: #e6e6e6;
-}
-.bg-primary {
-  color: #fff;
-  background-color: #007fff;
-}
-a.bg-primary:hover {
-  background-color: #0066cc;
-}
-.bg-success {
-  background-color: #3fb618;
-}
-a.bg-success:hover {
-  background-color: #2f8912;
-}
-.bg-info {
-  background-color: #9954bb;
-}
-a.bg-info:hover {
-  background-color: #7e3f9d;
-}
-.bg-warning {
-  background-color: #ff7518;
-}
-a.bg-warning:hover {
-  background-color: #e45c00;
-}
-.bg-danger {
-  background-color: #ff0039;
-}
-a.bg-danger:hover {
-  background-color: #cc002e;
-}
-.page-header {
-  padding-bottom: 9.5px;
-  margin: 42px 0 21px;
-  border-bottom: 1px solid #e6e6e6;
-}
-ul,
-ol {
-  margin-top: 0;
-  margin-bottom: 10.5px;
-}
-ul ul,
-ol ul,
-ul ol,
-ol ol {
-  margin-bottom: 0;
-}
-.list-unstyled {
-  padding-left: 0;
-  list-style: none;
-}
-.list-inline {
-  padding-left: 0;
-  list-style: none;
-  margin-left: -5px;
-}
-.list-inline > li {
-  display: inline-block;
-  padding-left: 5px;
-  padding-right: 5px;
-}
-dl {
-  margin-top: 0;
-  margin-bottom: 21px;
-}
-dt,
-dd {
-  line-height: 1.42857143;
-}
-dt {
-  font-weight: bold;
-}
-dd {
-  margin-left: 0;
-}
-@media (min-width: 768px) {
-  .dl-horizontal dt {
-    float: left;
-    width: 160px;
-    clear: left;
-    text-align: right;
-    overflow: hidden;
-    text-overflow: ellipsis;
-    white-space: nowrap;
-  }
-  .dl-horizontal dd {
-    margin-left: 180px;
-  }
-}
-abbr[title],
-abbr[data-original-title] {
-  cursor: help;
-  border-bottom: 1px dotted #999999;
-}
-.initialism {
-  font-size: 90%;
-  text-transform: uppercase;
-}
-blockquote {
-  padding: 10.5px 21px;
-  margin: 0 0 21px;
-  font-size: 18.75px;
-  border-left: 5px solid #e6e6e6;
-}
-blockquote p:last-child,
-blockquote ul:last-child,
-blockquote ol:last-child {
-  margin-bottom: 0;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
-  display: block;
-  font-size: 80%;
-  line-height: 1.42857143;
-  color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
-  content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
-  padding-right: 15px;
-  padding-left: 0;
-  border-right: 5px solid #e6e6e6;
-  border-left: 0;
-  text-align: right;
-}
-.blockquote-reverse footer:before,
-blockquote.pull-right footer:before,
-.blockquote-reverse small:before,
-blockquote.pull-right small:before,
-.blockquote-reverse .small:before,
-blockquote.pull-right .small:before {
-  content: '';
-}
-.blockquote-reverse footer:after,
-blockquote.pull-right footer:after,
-.blockquote-reverse small:after,
-blockquote.pull-right small:after,
-.blockquote-reverse .small:after,
-blockquote.pull-right .small:after {
-  content: '\00A0 \2014';
-}
-blockquote:before,
-blockquote:after {
-  content: "";
-}
-address {
-  margin-bottom: 21px;
-  font-style: normal;
-  line-height: 1.42857143;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
-}
-code {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #c7254e;
-  background-color: #f9f2f4;
-  white-space: nowrap;
-  border-radius: 0;
-}
-kbd {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #ffffff;
-  background-color: #333333;
-  border-radius: 0;
-  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-}
-pre {
-  display: block;
-  padding: 10px;
-  margin: 0 0 10.5px;
-  font-size: 14px;
-  line-height: 1.42857143;
-  word-break: break-all;
-  word-wrap: break-word;
-  color: #333333;
-  background-color: #f5f5f5;
-  border: 1px solid #cccccc;
-  border-radius: 0;
-}
-pre code {
-  padding: 0;
-  font-size: inherit;
-  color: inherit;
-  white-space: pre-wrap;
-  background-color: transparent;
-  border-radius: 0;
-}
-.pre-scrollable {
-  max-height: 340px;
-  overflow-y: scroll;
-}
-.container {
-  margin-right: auto;
-  margin-left: auto;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-@media (min-width: 768px) {
-  .container {
-    width: 750px;
-  }
-}
-@media (min-width: 992px) {
-  .container {
-    width: 970px;
-  }
-}
-@media (min-width: 1200px) {
-  .container {
-    width: 1170px;
-  }
-}
-.container-fluid {
-  margin-right: auto;
-  margin-left: auto;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-.row {
-  margin-left: -15px;
-  margin-right: -15px;
-}
-.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
-  position: relative;
-  min-height: 1px;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
-  float: left;
-}
-.col-xs-12 {
-  width: 100%;
-}
-.col-xs-11 {
-  width: 91.66666667%;
-}
-.col-xs-10 {
-  width: 83.33333333%;
-}
-.col-xs-9 {
-  width: 75%;
-}
-.col-xs-8 {
-  width: 66.66666667%;
-}
-.col-xs-7 {
-  width: 58.33333333%;
-}
-.col-xs-6 {
-  width: 50%;
-}
-.col-xs-5 {
-  width: 41.66666667%;
-}
-.col-xs-4 {
-  width: 33.33333333%;
-}
-.col-xs-3 {
-  width: 25%;
-}
-.col-xs-2 {
-  width: 16.66666667%;
-}
-.col-xs-1 {
-  width: 8.33333333%;
-}
-.col-xs-pull-12 {
-  right: 100%;
-}
-.col-xs-pull-11 {
-  right: 91.66666667%;
-}
-.col-xs-pull-10 {
-  right: 83.33333333%;
-}
-.col-xs-pull-9 {
-  right: 75%;
-}
-.col-xs-pull-8 {
-  right: 66.66666667%;
-}
-.col-xs-pull-7 {
-  right: 58.33333333%;
-}
-.col-xs-pull-6 {
-  right: 50%;
-}
-.col-xs-pull-5 {
-  right: 41.66666667%;
-}
-.col-xs-pull-4 {
-  right: 33.33333333%;
-}
-.col-xs-pull-3 {
-  right: 25%;
-}
-.col-xs-pull-2 {
-  right: 16.66666667%;
-}
-.col-xs-pull-1 {
-  right: 8.33333333%;
-}
-.col-xs-pull-0 {
-  right: 0%;
-}
-.col-xs-push-12 {
-  left: 100%;
-}
-.col-xs-push-11 {
-  left: 91.66666667%;
-}
-.col-xs-push-10 {
-  left: 83.33333333%;
-}
-.col-xs-push-9 {
-  left: 75%;
-}
-.col-xs-push-8 {
-  left: 66.66666667%;
-}
-.col-xs-push-7 {
-  left: 58.33333333%;
-}
-.col-xs-push-6 {
-  left: 50%;
-}
-.col-xs-push-5 {
-  left: 41.66666667%;
-}
-.col-xs-push-4 {
-  left: 33.33333333%;
-}
-.col-xs-push-3 {
-  left: 25%;
-}
-.col-xs-push-2 {
-  left: 16.66666667%;
-}
-.col-xs-push-1 {
-  left: 8.33333333%;
-}
-.col-xs-push-0 {
-  left: 0%;
-}
-.col-xs-offset-12 {
-  margin-left: 100%;
-}
-.col-xs-offset-11 {
-  margin-left: 91.66666667%;
-}
-.col-xs-offset-10 {
-  margin-left: 83.33333333%;
-}
-.col-xs-offset-9 {
-  margin-left: 75%;
-}
-.col-xs-offset-8 {
-  margin-left: 66.66666667%;
-}
-.col-xs-offset-7 {
-  margin-left: 58.33333333%;
-}
-.col-xs-offset-6 {
-  margin-left: 50%;
-}
-.col-xs-offset-5 {
-  margin-left: 41.66666667%;
-}
-.col-xs-offset-4 {
-  margin-left: 33.33333333%;
-}
-.col-xs-offset-3 {
-  margin-left: 25%;
-}
-.col-xs-offset-2 {
-  margin-left: 16.66666667%;
-}
-.col-xs-offset-1 {
-  margin-left: 8.33333333%;
-}
-.col-xs-offset-0 {
-  margin-left: 0%;
-}
-@media (min-width: 768px) {
-  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
-    float: left;
-  }
-  .col-sm-12 {
-    width: 100%;
-  }
-  .col-sm-11 {
-    width: 91.66666667%;
-  }
-  .col-sm-10 {
-    width: 83.33333333%;
-  }
-  .col-sm-9 {
-    width: 75%;
-  }
-  .col-sm-8 {
-    width: 66.66666667%;
-  }
-  .col-sm-7 {
-    width: 58.33333333%;
-  }
-  .col-sm-6 {
-    width: 50%;
-  }
-  .col-sm-5 {
-    width: 41.66666667%;
-  }
-  .col-sm-4 {
-    width: 33.33333333%;
-  }
-  .col-sm-3 {
-    width: 25%;
-  }
-  .col-sm-2 {
-    width: 16.66666667%;
-  }
-  .col-sm-1 {
-    width: 8.33333333%;
-  }
-  .col-sm-pull-12 {
-    right: 100%;
-  }
-  .col-sm-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-sm-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-sm-pull-9 {
-    right: 75%;
-  }
-  .col-sm-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-sm-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-sm-pull-6 {
-    right: 50%;
-  }
-  .col-sm-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-sm-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-sm-pull-3 {
-    right: 25%;
-  }
-  .col-sm-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-sm-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-sm-pull-0 {
-    right: 0%;
-  }
-  .col-sm-push-12 {
-    left: 100%;
-  }
-  .col-sm-push-11 {
-    left: 91.66666667%;
-  }
-  .col-sm-push-10 {
-    left: 83.33333333%;
-  }
-  .col-sm-push-9 {
-    left: 75%;
-  }
-  .col-sm-push-8 {
-    left: 66.66666667%;
-  }
-  .col-sm-push-7 {
-    left: 58.33333333%;
-  }
-  .col-sm-push-6 {
-    left: 50%;
-  }
-  .col-sm-push-5 {
-    left: 41.66666667%;
-  }
-  .col-sm-push-4 {
-    left: 33.33333333%;
-  }
-  .col-sm-push-3 {
-    left: 25%;
-  }
-  .col-sm-push-2 {
-    left: 16.66666667%;
-  }
-  .col-sm-push-1 {
-    left: 8.33333333%;
-  }
-  .col-sm-push-0 {
-    left: 0%;
-  }
-  .col-sm-offset-12 {
-    margin-left: 100%;
-  }
-  .col-sm-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-sm-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-sm-offset-9 {
-    margin-left: 75%;
-  }
-  .col-sm-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-sm-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-sm-offset-6 {
-    margin-left: 50%;
-  }
-  .col-sm-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-sm-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-sm-offset-3 {
-    margin-left: 25%;
-  }
-  .col-sm-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-sm-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-sm-offset-0 {
-    margin-left: 0%;
-  }
-}
-@media (min-width: 992px) {
-  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
-    float: left;
-  }
-  .col-md-12 {
-    width: 100%;
-  }
-  .col-md-11 {
-    width: 91.66666667%;
-  }
-  .col-md-10 {
-    width: 83.33333333%;
-  }
-  .col-md-9 {
-    width: 75%;
-  }
-  .col-md-8 {
-    width: 66.66666667%;
-  }
-  .col-md-7 {
-    width: 58.33333333%;
-  }
-  .col-md-6 {
-    width: 50%;
-  }
-  .col-md-5 {
-    width: 41.66666667%;
-  }
-  .col-md-4 {
-    width: 33.33333333%;
-  }
-  .col-md-3 {
-    width: 25%;
-  }
-  .col-md-2 {
-    width: 16.66666667%;
-  }
-  .col-md-1 {
-    width: 8.33333333%;
-  }
-  .col-md-pull-12 {
-    right: 100%;
-  }
-  .col-md-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-md-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-md-pull-9 {
-    right: 75%;
-  }
-  .col-md-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-md-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-md-pull-6 {
-    right: 50%;
-  }
-  .col-md-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-md-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-md-pull-3 {
-    right: 25%;
-  }
-  .col-md-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-md-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-md-pull-0 {
-    right: 0%;
-  }
-  .col-md-push-12 {
-    left: 100%;
-  }
-  .col-md-push-11 {
-    left: 91.66666667%;
-  }
-  .col-md-push-10 {
-    left: 83.33333333%;
-  }
-  .col-md-push-9 {
-    left: 75%;
-  }
-  .col-md-push-8 {
-    left: 66.66666667%;
-  }
-  .col-md-push-7 {
-    left: 58.33333333%;
-  }
-  .col-md-push-6 {
-    left: 50%;
-  }
-  .col-md-push-5 {
-    left: 41.66666667%;
-  }
-  .col-md-push-4 {
-    left: 33.33333333%;
-  }
-  .col-md-push-3 {
-    left: 25%;
-  }
-  .col-md-push-2 {
-    left: 16.66666667%;
-  }
-  .col-md-push-1 {
-    left: 8.33333333%;
-  }
-  .col-md-push-0 {
-    left: 0%;
-  }
-  .col-md-offset-12 {
-    margin-left: 100%;
-  }
-  .col-md-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-md-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-md-offset-9 {
-    margin-left: 75%;
-  }
-  .col-md-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-md-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-md-offset-6 {
-    margin-left: 50%;
-  }
-  .col-md-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-md-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-md-offset-3 {
-    margin-left: 25%;
-  }
-  .col-md-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-md-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-md-offset-0 {
-    margin-left: 0%;
-  }
-}
-@media (min-width: 1200px) {
-  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
-    float: left;
-  }
-  .col-lg-12 {
-    width: 100%;
-  }
-  .col-lg-11 {
-    width: 91.66666667%;
-  }
-  .col-lg-10 {
-    width: 83.33333333%;
-  }
-  .col-lg-9 {
-    width: 75%;
-  }
-  .col-lg-8 {
-    width: 66.66666667%;
-  }
-  .col-lg-7 {
-    width: 58.33333333%;
-  }
-  .col-lg-6 {
-    width: 50%;
-  }
-  .col-lg-5 {
-    width: 41.66666667%;
-  }
-  .col-lg-4 {
-    width: 33.33333333%;
-  }
-  .col-lg-3 {
-    width: 25%;
-  }
-  .col-lg-2 {
-    width: 16.66666667%;
-  }
-  .col-lg-1 {
-    width: 8.33333333%;
-  }
-  .col-lg-pull-12 {
-    right: 100%;
-  }
-  .col-lg-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-lg-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-lg-pull-9 {
-    right: 75%;
-  }
-  .col-lg-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-lg-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-lg-pull-6 {
-    right: 50%;
-  }
-  .col-lg-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-lg-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-lg-pull-3 {
-    right: 25%;
-  }
-  .col-lg-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-lg-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-lg-pull-0 {
-    right: 0%;
-  }
-  .col-lg-push-12 {
-    left: 100%;
-  }
-  .col-lg-push-11 {
-    left: 91.66666667%;
-  }
-  .col-lg-push-10 {
-    left: 83.33333333%;
-  }
-  .col-lg-push-9 {
-    left: 75%;
-  }
-  .col-lg-push-8 {
-    left: 66.66666667%;
-  }
-  .col-lg-push-7 {
-    left: 58.33333333%;
-  }
-  .col-lg-push-6 {
-    left: 50%;
-  }
-  .col-lg-push-5 {
-    left: 41.66666667%;
-  }
-  .col-lg-push-4 {
-    left: 33.33333333%;
-  }
-  .col-lg-push-3 {
-    left: 25%;
-  }
-  .col-lg-push-2 {
-    left: 16.66666667%;
-  }
-  .col-lg-push-1 {
-    left: 8.33333333%;
-  }
-  .col-lg-push-0 {
-    left: 0%;
-  }
-  .col-lg-offset-12 {
-    margin-left: 100%;
-  }
-  .col-lg-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-lg-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-lg-offset-9 {
-    margin-left: 75%;
-  }
-  .col-lg-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-lg-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-lg-offset-6 {
-    margin-left: 50%;
-  }
-  .col-lg-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-lg-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-lg-offset-3 {
-    margin-left: 25%;
-  }
-  .col-lg-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-lg-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-lg-offset-0 {
-    margin-left: 0%;
-  }
-}
-table {
-  max-width: 100%;
-  background-color: transparent;
-}
-th {
-  text-align: left;
-}
-.table {
-  width: 100%;
-  margin-bottom: 21px;
-}
-.table > thead > tr > th,
-.table > tbody > tr > th,
-.table > tfoot > tr > th,
-.table > thead > tr > td,
-.table > tbody > tr > td,
-.table > tfoot > tr > td {
-  padding: 8px;
-  line-height: 1.42857143;
-  vertical-align: top;
-  border-top: 1px solid #dddddd;
-}
-.table > thead > tr > th {
-  vertical-align: bottom;
-  border-bottom: 2px solid #dddddd;
-}
-.table > caption + thead > tr:first-child > th,
-.table > colgroup + thead > tr:first-child > th,
-.table > thead:first-child > tr:first-child > th,
-.table > caption + thead > tr:first-child > td,
-.table > colgroup + thead > tr:first-child > td,
-.table > thead:first-child > tr:first-child > td {
-  border-top: 0;
-}
-.table > tbody + tbody {
-  border-top: 2px solid #dddddd;
-}
-.table .table {
-  background-color: #ffffff;
-}
-.table-condensed > thead > tr > th,
-.table-condensed > tbody > tr > th,
-.table-condensed > tfoot > tr > th,
-.table-condensed > thead > tr > td,
-.table-condensed > tbody > tr > td,
-.table-condensed > tfoot > tr > td {
-  padding: 5px;
-}
-.table-bordered {
-  border: 1px solid #dddddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > tbody > tr > th,
-.table-bordered > tfoot > tr > th,
-.table-bordered > thead > tr > td,
-.table-bordered > tbody > tr > td,
-.table-bordered > tfoot > tr > td {
-  border: 1px solid #dddddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > thead > tr > td {
-  border-bottom-width: 2px;
-}
-.table-striped > tbody > tr:nth-child(odd) > td,
-.table-striped > tbody > tr:nth-child(odd) > th {
-  background-color: #f9f9f9;
-}
-.table-hover > tbody > tr:hover > td,
-.table-hover > tbody > tr:hover > th {
-  background-color: #f5f5f5;
-}
-table col[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-column;
-}
-table td[class*="col-"],
-table th[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-cell;
-}
-.table > thead > tr > td.active,
-.table > tbody > tr > td.active,
-.table > tfoot > tr > td.active,
-.table > thead > tr > th.active,
-.table > tbody > tr > th.active,
-.table > tfoot > tr > th.active,
-.table > thead > tr.active > td,
-.table > tbody > tr.active > td,
-.table > tfoot > tr.active > td,
-.table > thead > tr.active > th,
-.table > tbody > tr.active > th,
-.table > tfoot > tr.active > th {
-  background-color: #f5f5f5;
-}
-.table-hover > tbody > tr > td.active:hover,
-.table-hover > tbody > tr > th.active:hover,
-.table-hover > tbody > tr.active:hover > td,
-.table-hover > tbody > tr.active:hover > th {
-  background-color: #e8e8e8;
-}
-.table > thead > tr > td.success,
-.table > tbody > tr > td.success,
-.table > tfoot > tr > td.success,
-.table > thead > tr > th.success,
-.table > tbody > tr > th.success,
-.table > tfoot > tr > th.success,
-.table > thead > tr.success > td,
-.table > tbody > tr.success > td,
-.table > tfoot > tr.success > td,
-.table > thead > tr.success > th,
-.table > tbody > tr.success > th,
-.table > tfoot > tr.success > th {
-  background-color: #3fb618;
-}
-.table-hover > tbody > tr > td.success:hover,
-.table-hover > tbody > tr > th.success:hover,
-.table-hover > tbody > tr.success:hover > td,
-.table-hover > tbody > tr.success:hover > th {
-  background-color: #379f15;
-}
-.table > thead > tr > td.info,
-.table > tbody > tr > td.info,
-.table > tfoot > tr > td.info,
-.table > thead > tr > th.info,
-.table > tbody > tr > th.info,
-.table > tfoot > tr > th.info,
-.table > thead > tr.info > td,
-.table > tbody > tr.info > td,
-.table > tfoot > tr.info > td,
-.table > thead > tr.info > th,
-.table > tbody > tr.info > th,
-.table > tfoot > tr.info > th {
-  background-color: #9954bb;
-}
-.table-hover > tbody > tr > td.info:hover,
-.table-hover > tbody > tr > th.info:hover,
-.table-hover > tbody > tr.info:hover > td,
-.table-hover > tbody > tr.info:hover > th {
-  background-color: #8d46b0;
-}
-.table > thead > tr > td.warning,
-.table > tbody > tr > td.warning,
-.table > tfoot > tr > td.warning,
-.table > thead > tr > th.warning,
-.table > tbody > tr > th.warning,
-.table > tfoot > tr > th.warning,
-.table > thead > tr.warning > td,
-.table > tbody > tr.warning > td,
-.table > tfoot > tr.warning > td,
-.table > thead > tr.warning > th,
-.table > tbody > tr.warning > th,
-.table > tfoot > tr.warning > th {
-  background-color: #ff7518;
-}
-.table-hover > tbody > tr > td.warning:hover,
-.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td,
-.table-hover > tbody > tr.warning:hover > th {
-  background-color: #fe6600;
-}
-.table > thead > tr > td.danger,
-.table > tbody > tr > td.danger,
-.table > tfoot > tr > td.danger,
-.table > thead > tr > th.danger,
-.table > tbody > tr > th.danger,
-.table > tfoot > tr > th.danger,
-.table > thead > tr.danger > td,
-.table > tbody > tr.danger > td,
-.table > tfoot > tr.danger > td,
-.table > thead > tr.danger > th,
-.table > tbody > tr.danger > th,
-.table > tfoot > tr.danger > th {
-  background-color: #ff0039;
-}
-.table-hover > tbody > tr > td.danger:hover,
-.table-hover > tbody > tr > th.danger:hover,
-.table-hover > tbody > tr.danger:hover > td,
-.table-hover > tbody > tr.danger:hover > th {
-  background-color: #e60033;
-}
-@media (max-width: 767px) {
-  .table-responsive {
-    width: 100%;
-    margin-bottom: 15.75px;
-    overflow-y: hidden;
-    overflow-x: scroll;
-    -ms-overflow-style: -ms-autohiding-scrollbar;
-    border: 1px solid #dddddd;
-    -webkit-overflow-scrolling: touch;
-  }
-  .table-responsive > .table {
-    margin-bottom: 0;
-  }
-  .table-responsive > .table > thead > tr > th,
-  .table-responsive > .table > tbody > tr > th,
-  .table-responsive > .table > tfoot > tr > th,
-  .table-responsive > .table > thead > tr > td,
-  .table-responsive > .table > tbody > tr > td,
-  .table-responsive > .table > tfoot > tr > td {
-    white-space: nowrap;
-  }
-  .table-responsive > .table-bordered {
-    border: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:first-child,
-  .table-responsive > .table-bordered > tbody > tr > th:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
-  .table-responsive > .table-bordered > thead > tr > td:first-child,
-  .table-responsive > .table-bordered > tbody > tr > td:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
-    border-left: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:last-child,
-  .table-responsive > .table-bordered > tbody > tr > th:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
-  .table-responsive > .table-bordered > thead > tr > td:last-child,
-  .table-responsive > .table-bordered > tbody > tr > td:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
-    border-right: 0;
-  }
-  .table-responsive > .table-bordered > tbody > tr:last-child > th,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
-  .table-responsive > .table-bordered > tbody > tr:last-child > td,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
-    border-bottom: 0;
-  }
-}
-fieldset {
-  padding: 0;
-  margin: 0;
-  border: 0;
-  min-width: 0;
-}
-legend {
-  display: block;
-  width: 100%;
-  padding: 0;
-  margin-bottom: 21px;
-  font-size: 22.5px;
-  line-height: inherit;
-  color: #333333;
-  border: 0;
-  border-bottom: 1px solid #e5e5e5;
-}
-label {
-  display: inline-block;
-  margin-bottom: 5px;
-  font-weight: bold;
-}
-input[type="search"] {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-input[type="radio"],
-input[type="checkbox"] {
-  margin: 4px 0 0;
-  margin-top: 1px \9;
-  /* IE8-9 */
-  line-height: normal;
-}
-input[type="file"] {
-  display: block;
-}
-input[type="range"] {
-  display: block;
-  width: 100%;
-}
-select[multiple],
-select[size] {
-  height: auto;
-}
-input[type="file"]:focus,
-input[type="radio"]:focus,
-input[type="checkbox"]:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-output {
-  display: block;
-  padding-top: 11px;
-  font-size: 15px;
-  line-height: 1.42857143;
-  color: #333333;
-}
-.form-control {
-  display: block;
-  width: 100%;
-  height: 43px;
-  padding: 10px 18px;
-  font-size: 15px;
-  line-height: 1.42857143;
-  color: #333333;
-  background-color: #ffffff;
-  background-image: none;
-  border: 1px solid #cccccc;
-  border-radius: 0;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-}
-.form-control:focus {
-  border-color: #66afe9;
-  outline: 0;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
-  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
-}
-.form-control::-moz-placeholder {
-  color: #999999;
-  opacity: 1;
-}
-.form-control:-ms-input-placeholder {
-  color: #999999;
-}
-.form-control::-webkit-input-placeholder {
-  color: #999999;
-}
-.form-control[disabled],
-.form-control[readonly],
-fieldset[disabled] .form-control {
-  cursor: not-allowed;
-  background-color: #e6e6e6;
-  opacity: 1;
-}
-textarea.form-control {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: none;
-}
-input[type="date"] {
-  line-height: 43px;
-}
-.form-group {
-  margin-bottom: 15px;
-}
-.radio,
-.checkbox {
-  display: block;
-  min-height: 21px;
-  margin-top: 10px;
-  margin-bottom: 10px;
-  padding-left: 20px;
-}
-.radio label,
-.checkbox label {
-  display: inline;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio input[type="radio"],
-.radio-inline input[type="radio"],
-.checkbox input[type="checkbox"],
-.checkbox-inline input[type="checkbox"] {
-  float: left;
-  margin-left: -20px;
-}
-.radio + .radio,
-.checkbox + .checkbox {
-  margin-top: -5px;
-}
-.radio-inline,
-.checkbox-inline {
-  display: inline-block;
-  padding-left: 20px;
-  margin-bottom: 0;
-  vertical-align: middle;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio-inline + .radio-inline,
-.checkbox-inline + .checkbox-inline {
-  margin-top: 0;
-  margin-left: 10px;
-}
-input[type="radio"][disabled],
-input[type="checkbox"][disabled],
-.radio[disabled],
-.radio-inline[disabled],
-.checkbox[disabled],
-.checkbox-inline[disabled],
-fieldset[disabled] input[type="radio"],
-fieldset[disabled] input[type="checkbox"],
-fieldset[disabled] .radio,
-fieldset[disabled] .radio-inline,
-fieldset[disabled] .checkbox,
-fieldset[disabled] .checkbox-inline {
-  cursor: not-allowed;
-}
-.input-sm {
-  height: 31px;
-  padding: 5px 10px;
-  font-size: 13px;
-  line-height: 1.5;
-  border-radius: 0;
-}
-select.input-sm {
-  height: 31px;
-  line-height: 31px;
-}
-textarea.input-sm,
-select[multiple].input-sm {
-  height: auto;
-}
-.input-lg {
-  height: 64px;
-  padding: 18px 30px;
-  font-size: 19px;
-  line-height: 1.33;
-  border-radius: 0;
-}
-select.input-lg {
-  height: 64px;
-  line-height: 64px;
-}
-textarea.input-lg,
-select[multiple].input-lg {
-  height: auto;
-}
-.has-feedback {
-  position: relative;
-}
-.has-feedback .form-control {
-  padding-right: 53.75px;
-}
-.has-feedback .form-control-feedback {
-  position: absolute;
-  top: 26px;
-  right: 0;
-  display: block;
-  width: 43px;
-  height: 43px;
-  line-height: 43px;
-  text-align: center;
-}
-.has-success .help-block,
-.has-success .control-label,
-.has-success .radio,
-.has-success .checkbox,
-.has-success .radio-inline,
-.has-success .checkbox-inline {
-  color: #ffffff;
-}
-.has-success .form-control {
-  border-color: #ffffff;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-success .form-control:focus {
-  border-color: #e6e6e6;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-}
-.has-success .input-group-addon {
-  color: #ffffff;
-  border-color: #ffffff;
-  background-color: #3fb618;
-}
-.has-success .form-control-feedback {
-  color: #ffffff;
-}
-.has-warning .help-block,
-.has-warning .control-label,
-.has-warning .radio,
-.has-warning .checkbox,
-.has-warning .radio-inline,
-.has-warning .checkbox-inline {
-  color: #ffffff;
-}
-.has-warning .form-control {
-  border-color: #ffffff;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-warning .form-control:focus {
-  border-color: #e6e6e6;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-}
-.has-warning .input-group-addon {
-  color: #ffffff;
-  border-color: #ffffff;
-  background-color: #ff7518;
-}
-.has-warning .form-control-feedback {
-  color: #ffffff;
-}
-.has-error .help-block,
-.has-error .control-label,
-.has-error .radio,
-.has-error .checkbox,
-.has-error .radio-inline,
-.has-error .checkbox-inline {
-  color: #ffffff;
-}
-.has-error .form-control {
-  border-color: #ffffff;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-error .form-control:focus {
-  border-color: #e6e6e6;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-}
-.has-error .input-group-addon {
-  color: #ffffff;
-  border-color: #ffffff;
-  background-color: #ff0039;
-}
-.has-error .form-control-feedback {
-  color: #ffffff;
-}
-.form-control-static {
-  margin-bottom: 0;
-}
-.help-block {
-  display: block;
-  margin-top: 5px;
-  margin-bottom: 10px;
-  color: #737373;
-}
-@media (min-width: 768px) {
-  .form-inline .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .form-inline .input-group > .form-control {
-    width: 100%;
-  }
-  .form-inline .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio,
-  .form-inline .checkbox {
-    display: inline-block;
-    margin-top: 0;
-    margin-bottom: 0;
-    padding-left: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio input[type="radio"],
-  .form-inline .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .form-inline .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-.form-horizontal .control-label,
-.form-horizontal .radio,
-.form-horizontal .checkbox,
-.form-horizontal .radio-inline,
-.form-horizontal .checkbox-inline {
-  margin-top: 0;
-  margin-bottom: 0;
-  padding-top: 11px;
-}
-.form-horizontal .radio,
-.form-horizontal .checkbox {
-  min-height: 32px;
-}
-.form-horizontal .form-group {
-  margin-left: -15px;
-  margin-right: -15px;
-}
-.form-horizontal .form-control-static {
-  padding-top: 11px;
-}
-@media (min-width: 768px) {
-  .form-horizontal .control-label {
-    text-align: right;
-  }
-}
-.form-horizontal .has-feedback .form-control-feedback {
-  top: 0;
-  right: 15px;
-}
-.btn {
-  display: inline-block;
-  margin-bottom: 0;
-  font-weight: normal;
-  text-align: center;
-  vertical-align: middle;
-  cursor: pointer;
-  background-image: none;
-  border: 1px solid transparent;
-  white-space: nowrap;
-  padding: 10px 18px;
-  font-size: 15px;
-  line-height: 1.42857143;
-  border-radius: 0;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  user-select: none;
-}
-.btn:focus,
-.btn:active:focus,
-.btn.active:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-.btn:hover,
-.btn:focus {
-  color: #ffffff;
-  text-decoration: none;
-}
-.btn:active,
-.btn.active {
-  outline: 0;
-  background-image: none;
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-}
-.btn.disabled,
-.btn[disabled],
-fieldset[disabled] .btn {
-  cursor: not-allowed;
-  pointer-events: none;
-  opacity: 0.65;
-  filter: alpha(opacity=65);
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn-default {
-  color: #ffffff;
-  background-color: #222222;
-  border-color: #222222;
-}
-.btn-default:hover,
-.btn-default:focus,
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  color: #ffffff;
-  background-color: #0e0e0e;
-  border-color: #040404;
-}
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  background-image: none;
-}
-.btn-default.disabled,
-.btn-default[disabled],
-fieldset[disabled] .btn-default,
-.btn-default.disabled:hover,
-.btn-default[disabled]:hover,
-fieldset[disabled] .btn-default:hover,
-.btn-default.disabled:focus,
-.btn-default[disabled]:focus,
-fieldset[disabled] .btn-default:focus,
-.btn-default.disabled:active,
-.btn-default[disabled]:active,
-fieldset[disabled] .btn-default:active,
-.btn-default.disabled.active,
-.btn-default[disabled].active,
-fieldset[disabled] .btn-default.active {
-  background-color: #222222;
-  border-color: #222222;
-}
-.btn-default .badge {
-  color: #222222;
-  background-color: #ffffff;
-}
-.btn-primary {
-  color: #ffffff;
-  background-color: #007fff;
-  border-color: #007fff;
-}
-.btn-primary:hover,
-.btn-primary:focus,
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  color: #ffffff;
-  background-color: #006bd6;
-  border-color: #0061c2;
-}
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  background-image: none;
-}
-.btn-primary.disabled,
-.btn-primary[disabled],
-fieldset[disabled] .btn-primary,
-.btn-primary.disabled:hover,
-.btn-primary[disabled]:hover,
-fieldset[disabled] .btn-primary:hover,
-.btn-primary.disabled:focus,
-.btn-primary[disabled]:focus,
-fieldset[disabled] .btn-primary:focus,
-.btn-primary.disabled:active,
-.btn-primary[disabled]:active,
-fieldset[disabled] .btn-primary:active,
-.btn-primary.disabled.active,
-.btn-primary[disabled].active,
-fieldset[disabled] .btn-primary.active {
-  background-color: #007fff;
-  border-color: #007fff;
-}
-.btn-primary .badge {
-  color: #007fff;
-  background-color: #ffffff;
-}
-.btn-success {
-  color: #ffffff;
-  background-color: #3fb618;
-  border-color: #3fb618;
-}
-.btn-success:hover,
-.btn-success:focus,
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  color: #ffffff;
-  background-color: #339213;
-  border-color: #2c8011;
-}
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  background-image: none;
-}
-.btn-success.disabled,
-.btn-success[disabled],
-fieldset[disabled] .btn-success,
-.btn-success.disabled:hover,
-.btn-success[disabled]:hover,
-fieldset[disabled] .btn-success:hover,
-.btn-success.disabled:focus,
-.btn-success[disabled]:focus,
-fieldset[disabled] .btn-success:focus,
-.btn-success.disabled:active,
-.btn-success[disabled]:active,
-fieldset[disabled] .btn-success:active,
-.btn-success.disabled.active,
-.btn-success[disabled].active,
-fieldset[disabled] .btn-success.active {
-  background-color: #3fb618;
-  border-color: #3fb618;
-}
-.btn-success .badge {
-  color: #3fb618;
-  background-color: #ffffff;
-}
-.btn-info {
-  color: #ffffff;
-  background-color: #9954bb;
-  border-color: #9954bb;
-}
-.btn-info:hover,
-.btn-info:focus,
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  color: #ffffff;
-  background-color: #8441a5;
-  border-color: #783c96;
-}
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  background-image: none;
-}
-.btn-info.disabled,
-.btn-info[disabled],
-fieldset[disabled] .btn-info,
-.btn-info.disabled:hover,
-.btn-info[disabled]:hover,
-fieldset[disabled] .btn-info:hover,
-.btn-info.disabled:focus,
-.btn-info[disabled]:focus,
-fieldset[disabled] .btn-info:focus,
-.btn-info.disabled:active,
-.btn-info[disabled]:active,
-fieldset[disabled] .btn-info:active,
-.btn-info.disabled.active,
-.btn-info[disabled].active,
-fieldset[disabled] .btn-info.active {
-  background-color: #9954bb;
-  border-color: #9954bb;
-}
-.btn-info .badge {
-  color: #9954bb;
-  background-color: #ffffff;
-}
-.btn-warning {
-  color: #ffffff;
-  background-color: #ff7518;
-  border-color: #ff7518;
-}
-.btn-warning:hover,
-.btn-warning:focus,
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  color: #ffffff;
-  background-color: #ee6000;
-  border-color: #da5800;
-}
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  background-image: none;
-}
-.btn-warning.disabled,
-.btn-warning[disabled],
-fieldset[disabled] .btn-warning,
-.btn-warning.disabled:hover,
-.btn-warning[disabled]:hover,
-fieldset[disabled] .btn-warning:hover,
-.btn-warning.disabled:focus,
-.btn-warning[disabled]:focus,
-fieldset[disabled] .btn-warning:focus,
-.btn-warning.disabled:active,
-.btn-warning[disabled]:active,
-fieldset[disabled] .btn-warning:active,
-.btn-warning.disabled.active,
-.btn-warning[disabled].active,
-fieldset[disabled] .btn-warning.active {
-  background-color: #ff7518;
-  border-color: #ff7518;
-}
-.btn-warning .badge {
-  color: #ff7518;
-  background-color: #ffffff;
-}
-.btn-danger {
-  color: #ffffff;
-  background-color: #ff0039;
-  border-color: #ff0039;
-}
-.btn-danger:hover,
-.btn-danger:focus,
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  color: #ffffff;
-  background-color: #d60030;
-  border-color: #c2002b;
-}
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  background-image: none;
-}
-.btn-danger.disabled,
-.btn-danger[disabled],
-fieldset[disabled] .btn-danger,
-.btn-danger.disabled:hover,
-.btn-danger[disabled]:hover,
-fieldset[disabled] .btn-danger:hover,
-.btn-danger.disabled:focus,
-.btn-danger[disabled]:focus,
-fieldset[disabled] .btn-danger:focus,
-.btn-danger.disabled:active,
-.btn-danger[disabled]:active,
-fieldset[disabled] .btn-danger:active,
-.btn-danger.disabled.active,
-.btn-danger[disabled].active,
-fieldset[disabled] .btn-danger.active {
-  background-color: #ff0039;
-  border-color: #ff0039;
-}
-.btn-danger .badge {
-  color: #ff0039;
-  background-color: #ffffff;
-}
-.btn-link {
-  color: #007fff;
-  font-weight: normal;
-  cursor: pointer;
-  border-radius: 0;
-}
-.btn-link,
-.btn-link:active,
-.btn-link[disabled],
-fieldset[disabled] .btn-link {
-  background-color: transparent;
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn-link,
-.btn-link:hover,
-.btn-link:focus,
-.btn-link:active {
-  border-color: transparent;
-}
-.btn-link:hover,
-.btn-link:focus {
-  color: #0059b3;
-  text-decoration: underline;
-  background-color: transparent;
-}
-.btn-link[disabled]:hover,
-fieldset[disabled] .btn-link:hover,
-.btn-link[disabled]:focus,
-fieldset[disabled] .btn-link:focus {
-  color: #999999;
-  text-decoration: none;
-}
-.btn-lg,
-.btn-group-lg > .btn {
-  padding: 18px 30px;
-  font-size: 19px;
-  line-height: 1.33;
-  border-radius: 0;
-}
-.btn-sm,
-.btn-group-sm > .btn {
-  padding: 5px 10px;
-  font-size: 13px;
-  line-height: 1.5;
-  border-radius: 0;
-}
-.btn-xs,
-.btn-group-xs > .btn {
-  padding: 1px 5px;
-  font-size: 13px;
-  line-height: 1.5;
-  border-radius: 0;
-}
-.btn-block {
-  display: block;
-  width: 100%;
-  padding-left: 0;
-  padding-right: 0;
-}
-.btn-block + .btn-block {
-  margin-top: 5px;
-}
-input[type="submit"].btn-block,
-input[type="reset"].btn-block,
-input[type="button"].btn-block {
-  width: 100%;
-}
-.fade {
-  opacity: 0;
-  -webkit-transition: opacity 0.15s linear;
-  transition: opacity 0.15s linear;
-}
-.fade.in {
-  opacity: 1;
-}
-.collapse {
-  display: none;
-}
-.collapse.in {
-  display: block;
-}
-.collapsing {
-  position: relative;
-  height: 0;
-  overflow: hidden;
-  -webkit-transition: height 0.35s ease;
-  transition: height 0.35s ease;
-}
-@font-face {
-  font-family: 'Glyphicons Halflings';
-  src: url('../fonts/glyphicons-halflings-regular.eot');
-  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
-}
-.glyphicon {
-  position: relative;
-  top: 1px;
-  display: inline-block;
-  font-family: 'Glyphicons Halflings';
-  font-style: normal;
-  font-weight: normal;
-  line-height: 1;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-.glyphicon-asterisk:before {
-  content: "\2a";
-}
-.glyphicon-plus:before {
-  content: "\2b";
-}
-.glyphicon-euro:before {
-  content: "\20ac";
-}
-.glyphicon-minus:before {
-  content: "\2212";
-}
-.glyphicon-cloud:before {
-  content: "\2601";
-}
-.glyphicon-envelope:before {
-  content: "\2709";
-}
-.glyphicon-pencil:before {
-  content: "\270f";
-}
-.glyphicon-glass:before {
-  content: "\e001";
-}
-.glyphicon-music:before {
-  content: "\e002";
-}
-.glyphicon-search:before {
-  content: "\e003";
-}
-.glyphicon-heart:before {
-  content: "\e005";
-}
-.glyphicon-star:before {
-  content: "\e006";
-}
-.glyphicon-star-empty:before {
-  content: "\e007";
-}
-.glyphicon-user:before {
-  content: "\e008";
-}
-.glyphicon-film:before {
-  content: "\e009";
-}
-.glyphicon-th-large:before {
-  content: "\e010";
-}
-.glyphicon-th:before {
-  content: "\e011";
-}
-.glyphicon-th-list:before {
-  content: "\e012";
-}
-.glyphicon-ok:before {
-  content: "\e013";
-}
-.glyphicon-remove:before {
-  content: "\e014";
-}
-.glyphicon-zoom-in:before {
-  content: "\e015";
-}
-.glyphicon-zoom-out:before {
-  content: "\e016";
-}
-.glyphicon-off:before {
-  content: "\e017";
-}
-.glyphicon-signal:before {
-  content: "\e018";
-}
-.glyphicon-cog:before {
-  content: "\e019";
-}
-.glyphicon-trash:before {
-  content: "\e020";
-}
-.glyphicon-home:before {
-  content: "\e021";
-}
-.glyphicon-file:before {
-  content: "\e022";
-}
-.glyphicon-time:before {
-  content: "\e023";
-}
-.glyphicon-road:before {
-  content: "\e024";
-}
-.glyphicon-download-alt:before {
-  content: "\e025";
-}
-.glyphicon-download:before {
-  content: "\e026";
-}
-.glyphicon-upload:before {
-  content: "\e027";
-}
-.glyphicon-inbox:before {
-  content: "\e028";
-}
-.glyphicon-play-circle:before {
-  content: "\e029";
-}
-.glyphicon-repeat:before {
-  content: "\e030";
-}
-.glyphicon-refresh:before {
-  content: "\e031";
-}
-.glyphicon-list-alt:before {
-  content: "\e032";
-}
-.glyphicon-lock:before {
-  content: "\e033";
-}
-.glyphicon-flag:before {
-  content: "\e034";
-}
-.glyphicon-headphones:before {
-  content: "\e035";
-}
-.glyphicon-volume-off:before {
-  content: "\e036";
-}
-.glyphicon-volume-down:before {
-  content: "\e037";
-}
-.glyphicon-volume-up:before {
-  content: "\e038";
-}
-.glyphicon-qrcode:before {
-  content: "\e039";
-}
-.glyphicon-barcode:before {
-  content: "\e040";
-}
-.glyphicon-tag:before {
-  content: "\e041";
-}
-.glyphicon-tags:before {
-  content: "\e042";
-}
-.glyphicon-book:before {
-  content: "\e043";
-}
-.glyphicon-bookmark:before {
-  content: "\e044";
-}
-.glyphicon-print:before {
-  content: "\e045";
-}
-.glyphicon-camera:before {
-  content: "\e046";
-}
-.glyphicon-font:before {
-  content: "\e047";
-}
-.glyphicon-bold:before {
-  content: "\e048";
-}
-.glyphicon-italic:before {
-  content: "\e049";
-}
-.glyphicon-text-height:before {
-  content: "\e050";
-}
-.glyphicon-text-width:before {
-  content: "\e051";
-}
-.glyphicon-align-left:before {
-  content: "\e052";
-}
-.glyphicon-align-center:before {
-  content: "\e053";
-}
-.glyphicon-align-right:before {
-  content: "\e054";
-}
-.glyphicon-align-justify:before {
-  content: "\e055";
-}
-.glyphicon-list:before {
-  content: "\e056";
-}
-.glyphicon-indent-left:before {
-  content: "\e057";
-}
-.glyphicon-indent-right:before {
-  content: "\e058";
-}
-.glyphicon-facetime-video:before {
-  content: "\e059";
-}
-.glyphicon-picture:before {
-  content: "\e060";
-}
-.glyphicon-map-marker:before {
-  content: "\e062";
-}
-.glyphicon-adjust:before {
-  content: "\e063";
-}
-.glyphicon-tint:before {
-  content: "\e064";
-}
-.glyphicon-edit:before {
-  content: "\e065";
-}
-.glyphicon-share:before {
-  content: "\e066";
-}
-.glyphicon-check:before {
-  content: "\e067";
-}
-.glyphicon-move:before {
-  content: "\e068";
-}
-.glyphicon-step-backward:before {
-  content: "\e069";
-}
-.glyphicon-fast-backward:before {
-  content: "\e070";
-}
-.glyphicon-backward:before {
-  content: "\e071";
-}
-.glyphicon-play:before {
-  content: "\e072";
-}
-.glyphicon-pause:before {
-  content: "\e073";
-}
-.glyphicon-stop:before {
-  content: "\e074";
-}
-.glyphicon-forward:before {
-  content: "\e075";
-}
-.glyphicon-fast-forward:before {
-  content: "\e076";
-}
-.glyphicon-step-forward:before {
-  content: "\e077";
-}
-.glyphicon-eject:before {
-  content: "\e078";
-}
-.glyphicon-chevron-left:before {
-  content: "\e079";
-}
-.glyphicon-chevron-right:before {
-  content: "\e080";
-}
-.glyphicon-plus-sign:before {
-  content: "\e081";
-}
-.glyphicon-minus-sign:before {
-  content: "\e082";
-}
-.glyphicon-remove-sign:before {
-  content: "\e083";
-}
-.glyphicon-ok-sign:before {
-  content: "\e084";
-}
-.glyphicon-question-sign:before {
-  content: "\e085";
-}
-.glyphicon-info-sign:before {
-  content: "\e086";
-}
-.glyphicon-screenshot:before {
-  content: "\e087";
-}
-.glyphicon-remove-circle:before {
-  content: "\e088";
-}
-.glyphicon-ok-circle:before {
-  content: "\e089";
-}
-.glyphicon-ban-circle:before {
-  content: "\e090";
-}
-.glyphicon-arrow-left:before {
-  content: "\e091";
-}
-.glyphicon-arrow-right:before {
-  content: "\e092";
-}
-.glyphicon-arrow-up:before {
-  content: "\e093";
-}
-.glyphicon-arrow-down:before {
-  content: "\e094";
-}
-.glyphicon-share-alt:before {
-  content: "\e095";
-}
-.glyphicon-resize-full:before {
-  content: "\e096";
-}
-.glyphicon-resize-small:before {
-  content: "\e097";
-}
-.glyphicon-exclamation-sign:before {
-  content: "\e101";
-}
-.glyphicon-gift:before {
-  content: "\e102";
-}
-.glyphicon-leaf:before {
-  content: "\e103";
-}
-.glyphicon-fire:before {
-  content: "\e104";
-}
-.glyphicon-eye-open:before {
-  content: "\e105";
-}
-.glyphicon-eye-close:before {
-  content: "\e106";
-}
-.glyphicon-warning-sign:before {
-  content: "\e107";
-}
-.glyphicon-plane:before {
-  content: "\e108";
-}
-.glyphicon-calendar:before {
-  content: "\e109";
-}
-.glyphicon-random:before {
-  content: "\e110";
-}
-.glyphicon-comment:before {
-  content: "\e111";
-}
-.glyphicon-magnet:before {
-  content: "\e112";
-}
-.glyphicon-chevron-up:before {
-  content: "\e113";
-}
-.glyphicon-chevron-down:before {
-  content: "\e114";
-}
-.glyphicon-retweet:before {
-  content: "\e115";
-}
-.glyphicon-shopping-cart:before {
-  content: "\e116";
-}
-.glyphicon-folder-close:before {
-  content: "\e117";
-}
-.glyphicon-folder-open:before {
-  content: "\e118";
-}
-.glyphicon-resize-vertical:before {
-  content: "\e119";
-}
-.glyphicon-resize-horizontal:before {
-  content: "\e120";
-}
-.glyphicon-hdd:before {
-  content: "\e121";
-}
-.glyphicon-bullhorn:before {
-  content: "\e122";
-}
-.glyphicon-bell:before {
-  content: "\e123";
-}
-.glyphicon-certificate:before {
-  content: "\e124";
-}
-.glyphicon-thumbs-up:before {
-  content: "\e125";
-}
-.glyphicon-thumbs-down:before {
-  content: "\e126";
-}
-.glyphicon-hand-right:before {
-  content: "\e127";
-}
-.glyphicon-hand-left:before {
-  content: "\e128";
-}
-.glyphicon-hand-up:before {
-  content: "\e129";
-}
-.glyphicon-hand-down:before {
-  content: "\e130";
-}
-.glyphicon-circle-arrow-right:before {
-  content: "\e131";
-}
-.glyphicon-circle-arrow-left:before {
-  content: "\e132";
-}
-.glyphicon-circle-arrow-up:before {
-  content: "\e133";
-}
-.glyphicon-circle-arrow-down:before {
-  content: "\e134";
-}
-.glyphicon-globe:before {
-  content: "\e135";
-}
-.glyphicon-wrench:before {
-  content: "\e136";
-}
-.glyphicon-tasks:before {
-  content: "\e137";
-}
-.glyphicon-filter:before {
-  content: "\e138";
-}
-.glyphicon-briefcase:before {
-  content: "\e139";
-}
-.glyphicon-fullscreen:before {
-  content: "\e140";
-}
-.glyphicon-dashboard:before {
-  content: "\e141";
-}
-.glyphicon-paperclip:before {
-  content: "\e142";
-}
-.glyphicon-heart-empty:before {
-  content: "\e143";
-}
-.glyphicon-link:before {
-  content: "\e144";
-}
-.glyphicon-phone:before {
-  content: "\e145";
-}
-.glyphicon-pushpin:before {
-  content: "\e146";
-}
-.glyphicon-usd:before {
-  content: "\e148";
-}
-.glyphicon-gbp:before {
-  content: "\e149";
-}
-.glyphicon-sort:before {
-  content: "\e150";
-}
-.glyphicon-sort-by-alphabet:before {
-  content: "\e151";
-}
-.glyphicon-sort-by-alphabet-alt:before {
-  content: "\e152";
-}
-.glyphicon-sort-by-order:before {
-  content: "\e153";
-}
-.glyphicon-sort-by-order-alt:before {
-  content: "\e154";
-}
-.glyphicon-sort-by-attributes:before {
-  content: "\e155";
-}
-.glyphicon-sort-by-attributes-alt:before {
-  content: "\e156";
-}
-.glyphicon-unchecked:before {
-  content: "\e157";
-}
-.glyphicon-expand:before {
-  content: "\e158";
-}
-.glyphicon-collapse-down:before {
-  content: "\e159";
-}
-.glyphicon-collapse-up:before {
-  content: "\e160";
-}
-.glyphicon-log-in:before {
-  content: "\e161";
-}
-.glyphicon-flash:before {
-  content: "\e162";
-}
-.glyphicon-log-out:before {
-  content: "\e163";
-}
-.glyphicon-new-window:before {
-  content: "\e164";
-}
-.glyphicon-record:before {
-  content: "\e165";
-}
-.glyphicon-save:before {
-  content: "\e166";
-}
-.glyphicon-open:before {
-  content: "\e167";
-}
-.glyphicon-saved:before {
-  content: "\e168";
-}
-.glyphicon-import:before {
-  content: "\e169";
-}
-.glyphicon-export:before {
-  content: "\e170";
-}
-.glyphicon-send:before {
-  content: "\e171";
-}
-.glyphicon-floppy-disk:before {
-  content: "\e172";
-}
-.glyphicon-floppy-saved:before {
-  content: "\e173";
-}
-.glyphicon-floppy-remove:before {
-  content: "\e174";
-}
-.glyphicon-floppy-save:before {
-  content: "\e175";
-}
-.glyphicon-floppy-open:before {
-  content: "\e176";
-}
-.glyphicon-credit-card:before {
-  content: "\e177";
-}
-.glyphicon-transfer:before {
-  content: "\e178";
-}
-.glyphicon-cutlery:before {
-  content: "\e179";
-}
-.glyphicon-header:before {
-  content: "\e180";
-}
-.glyphicon-compressed:before {
-  content: "\e181";
-}
-.glyphicon-earphone:before {
-  content: "\e182";
-}
-.glyphicon-phone-alt:before {
-  content: "\e183";
-}
-.glyphicon-tower:before {
-  content: "\e184";
-}
-.glyphicon-stats:before {
-  content: "\e185";
-}
-.glyphicon-sd-video:before {
-  content: "\e186";
-}
-.glyphicon-hd-video:before {
-  content: "\e187";
-}
-.glyphicon-subtitles:before {
-  content: "\e188";
-}
-.glyphicon-sound-stereo:before {
-  content: "\e189";
-}
-.glyphicon-sound-dolby:before {
-  content: "\e190";
-}
-.glyphicon-sound-5-1:before {
-  content: "\e191";
-}
-.glyphicon-sound-6-1:before {
-  content: "\e192";
-}
-.glyphicon-sound-7-1:before {
-  content: "\e193";
-}
-.glyphicon-copyright-mark:before {
-  content: "\e194";
-}
-.glyphicon-registration-mark:before {
-  content: "\e195";
-}
-.glyphicon-cloud-download:before {
-  content: "\e197";
-}
-.glyphicon-cloud-upload:before {
-  content: "\e198";
-}
-.glyphicon-tree-conifer:before {
-  content: "\e199";
-}
-.glyphicon-tree-deciduous:before {
-  content: "\e200";
-}
-.caret {
-  display: inline-block;
-  width: 0;
-  height: 0;
-  margin-left: 2px;
-  vertical-align: middle;
-  border-top: 4px solid;
-  border-right: 4px solid transparent;
-  border-left: 4px solid transparent;
-}
-.dropdown {
-  position: relative;
-}
-.dropdown-toggle:focus {
-  outline: 0;
-}
-.dropdown-menu {
-  position: absolute;
-  top: 100%;
-  left: 0;
-  z-index: 1000;
-  display: none;
-  float: left;
-  min-width: 160px;
-  padding: 5px 0;
-  margin: 2px 0 0;
-  list-style: none;
-  font-size: 15px;
-  background-color: #ffffff;
-  border: 1px solid #cccccc;
-  border: 1px solid rgba(0, 0, 0, 0.15);
-  border-radius: 0;
-  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  background-clip: padding-box;
-}
-.dropdown-menu.pull-right {
-  right: 0;
-  left: auto;
-}
-.dropdown-menu .divider {
-  height: 1px;
-  margin: 9.5px 0;
-  overflow: hidden;
-  background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
-  display: block;
-  padding: 3px 20px;
-  clear: both;
-  font-weight: normal;
-  line-height: 1.42857143;
-  color: #333333;
-  white-space: nowrap;
-}
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus {
-  text-decoration: none;
-  color: #ffffff;
-  background-color: #007fff;
-}
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
-  color: #ffffff;
-  text-decoration: none;
-  outline: 0;
-  background-color: #007fff;
-}
-.dropdown-menu > .disabled > a,
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  color: #999999;
-}
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  text-decoration: none;
-  background-color: transparent;
-  background-image: none;
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  cursor: not-allowed;
-}
-.open > .dropdown-menu {
-  display: block;
-}
-.open > a {
-  outline: 0;
-}
-.dropdown-menu-right {
-  left: auto;
-  right: 0;
-}
-.dropdown-menu-left {
-  left: 0;
-  right: auto;
-}
-.dropdown-header {
-  display: block;
-  padding: 3px 20px;
-  font-size: 13px;
-  line-height: 1.42857143;
-  color: #999999;
-}
-.dropdown-backdrop {
-  position: fixed;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  top: 0;
-  z-index: 990;
-}
-.pull-right > .dropdown-menu {
-  right: 0;
-  left: auto;
-}
-.dropup .caret,
-.navbar-fixed-bottom .dropdown .caret {
-  border-top: 0;
-  border-bottom: 4px solid;
-  content: "";
-}
-.dropup .dropdown-menu,
-.navbar-fixed-bottom .dropdown .dropdown-menu {
-  top: auto;
-  bottom: 100%;
-  margin-bottom: 1px;
-}
-@media (min-width: 768px) {
-  .navbar-right .dropdown-menu {
-    left: auto;
-    right: 0;
-  }
-  .navbar-right .dropdown-menu-left {
-    left: 0;
-    right: auto;
-  }
-}
-.btn-group,
-.btn-group-vertical {
-  position: relative;
-  display: inline-block;
-  vertical-align: middle;
-}
-.btn-group > .btn,
-.btn-group-vertical > .btn {
-  position: relative;
-  float: left;
-}
-.btn-group > .btn:hover,
-.btn-group-vertical > .btn:hover,
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus,
-.btn-group > .btn:active,
-.btn-group-vertical > .btn:active,
-.btn-group > .btn.active,
-.btn-group-vertical > .btn.active {
-  z-index: 2;
-}
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus {
-  outline: none;
-}
-.btn-group .btn + .btn,
-.btn-group .btn + .btn-group,
-.btn-group .btn-group + .btn,
-.btn-group .btn-group + .btn-group {
-  margin-left: -1px;
-}
-.btn-toolbar {
-  margin-left: -5px;
-}
-.btn-toolbar .btn-group,
-.btn-toolbar .input-group {
-  float: left;
-}
-.btn-toolbar > .btn,
-.btn-toolbar > .btn-group,
-.btn-toolbar > .input-group {
-  margin-left: 5px;
-}
-.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
-  border-radius: 0;
-}
-.btn-group > .btn:first-child {
-  margin-left: 0;
-}
-.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group > .btn:last-child:not(:first-child),
-.btn-group > .dropdown-toggle:not(:first-child) {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group > .btn-group {
-  float: left;
-}
-.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group > .btn-group:first-child > .btn:last-child,
-.btn-group > .btn-group:first-child > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group > .btn-group:last-child > .btn:first-child {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group .dropdown-toggle:active,
-.btn-group.open .dropdown-toggle {
-  outline: 0;
-}
-.btn-group > .btn + .dropdown-toggle {
-  padding-left: 8px;
-  padding-right: 8px;
-}
-.btn-group > .btn-lg + .dropdown-toggle {
-  padding-left: 12px;
-  padding-right: 12px;
-}
-.btn-group.open .dropdown-toggle {
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-}
-.btn-group.open .dropdown-toggle.btn-link {
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn .caret {
-  margin-left: 0;
-}
-.btn-lg .caret {
-  border-width: 5px 5px 0;
-  border-bottom-width: 0;
-}
-.dropup .btn-lg .caret {
-  border-width: 0 5px 5px;
-}
-.btn-group-vertical > .btn,
-.btn-group-vertical > .btn-group,
-.btn-group-vertical > .btn-group > .btn {
-  display: block;
-  float: none;
-  width: 100%;
-  max-width: 100%;
-}
-.btn-group-vertical > .btn-group > .btn {
-  float: none;
-}
-.btn-group-vertical > .btn + .btn,
-.btn-group-vertical > .btn + .btn-group,
-.btn-group-vertical > .btn-group + .btn,
-.btn-group-vertical > .btn-group + .btn-group {
-  margin-top: -1px;
-  margin-left: 0;
-}
-.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn:first-child:not(:last-child) {
-  border-top-right-radius: 0;
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn:last-child:not(:first-child) {
-  border-bottom-left-radius: 0;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group-justified {
-  display: table;
-  width: 100%;
-  table-layout: fixed;
-  border-collapse: separate;
-}
-.btn-group-justified > .btn,
-.btn-group-justified > .btn-group {
-  float: none;
-  display: table-cell;
-  width: 1%;
-}
-.btn-group-justified > .btn-group .btn {
-  width: 100%;
-}
-[data-toggle="buttons"] > .btn > input[type="radio"],
-[data-toggle="buttons"] > .btn > input[type="checkbox"] {
-  display: none;
-}
-.input-group {
-  position: relative;
-  display: table;
-  border-collapse: separate;
-}
-.input-group[class*="col-"] {
-  float: none;
-  padding-left: 0;
-  padding-right: 0;
-}
-.input-group .form-control {
-  position: relative;
-  z-index: 2;
-  float: left;
-  width: 100%;
-  margin-bottom: 0;
-}
-.input-group-lg > .form-control,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .btn {
-  height: 64px;
-  padding: 18px 30px;
-  font-size: 19px;
-  line-height: 1.33;
-  border-radius: 0;
-}
-select.input-group-lg > .form-control,
-select.input-group-lg > .input-group-addon,
-select.input-group-lg > .input-group-btn > .btn {
-  height: 64px;
-  line-height: 64px;
-}
-textarea.input-group-lg > .form-control,
-textarea.input-group-lg > .input-group-addon,
-textarea.input-group-lg > .input-group-btn > .btn,
-select[multiple].input-group-lg > .form-control,
-select[multiple].input-group-lg > .input-group-addon,
-select[multiple].input-group-lg > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-sm > .form-control,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .btn {
-  height: 31px;
-  padding: 5px 10px;
-  font-size: 13px;
-  line-height: 1.5;
-  border-radius: 0;
-}
-select.input-group-sm > .form-control,
-select.input-group-sm > .input-group-addon,
-select.input-group-sm > .input-group-btn > .btn {
-  height: 31px;
-  line-height: 31px;
-}
-textarea.input-group-sm > .form-control,
-textarea.input-group-sm > .input-group-addon,
-textarea.input-group-sm > .input-group-btn > .btn,
-select[multiple].input-group-sm > .form-control,
-select[multiple].input-group-sm > .input-group-addon,
-select[multiple].input-group-sm > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
-  display: table-cell;
-}
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.input-group-addon,
-.input-group-btn {
-  width: 1%;
-  white-space: nowrap;
-  vertical-align: middle;
-}
-.input-group-addon {
-  padding: 10px 18px;
-  font-size: 15px;
-  font-weight: normal;
-  line-height: 1;
-  color: #333333;
-  text-align: center;
-  background-color: #e6e6e6;
-  border: 1px solid #cccccc;
-  border-radius: 0;
-}
-.input-group-addon.input-sm {
-  padding: 5px 10px;
-  font-size: 13px;
-  border-radius: 0;
-}
-.input-group-addon.input-lg {
-  padding: 18px 30px;
-  font-size: 19px;
-  border-radius: 0;
-}
-.input-group-addon input[type="radio"],
-.input-group-addon input[type="checkbox"] {
-  margin-top: 0;
-}
-.input-group .form-control:first-child,
-.input-group-addon:first-child,
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group > .btn,
-.input-group-btn:first-child > .dropdown-toggle,
-.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
-.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.input-group-addon:first-child {
-  border-right: 0;
-}
-.input-group .form-control:last-child,
-.input-group-addon:last-child,
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group > .btn,
-.input-group-btn:last-child > .dropdown-toggle,
-.input-group-btn:first-child > .btn:not(:first-child),
-.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.input-group-addon:last-child {
-  border-left: 0;
-}
-.input-group-btn {
-  position: relative;
-  font-size: 0;
-  white-space: nowrap;
-}
-.input-group-btn > .btn {
-  position: relative;
-}
-.input-group-btn > .btn + .btn {
-  margin-left: -1px;
-}
-.input-group-btn > .btn:hover,
-.input-group-btn > .btn:focus,
-.input-group-btn > .btn:active {
-  z-index: 2;
-}
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group {
-  margin-right: -1px;
-}
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group {
-  margin-left: -1px;
-}
-.nav {
-  margin-bottom: 0;
-  padding-left: 0;
-  list-style: none;
-}
-.nav > li {
-  position: relative;
-  display: block;
-}
-.nav > li > a {
-  position: relative;
-  display: block;
-  padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
-  text-decoration: none;
-  background-color: #e6e6e6;
-}
-.nav > li.disabled > a {
-  color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
-  color: #999999;
-  text-decoration: none;
-  background-color: transparent;
-  cursor: not-allowed;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
-  background-color: #e6e6e6;
-  border-color: #007fff;
-}
-.nav .nav-divider {
-  height: 1px;
-  margin: 9.5px 0;
-  overflow: hidden;
-  background-color: #e5e5e5;
-}
-.nav > li > a > img {
-  max-width: none;
-}
-.nav-tabs {
-  border-bottom: 1px solid #dddddd;
-}
-.nav-tabs > li {
-  float: left;
-  margin-bottom: -1px;
-}
-.nav-tabs > li > a {
-  margin-right: 2px;
-  line-height: 1.42857143;
-  border: 1px solid transparent;
-  border-radius: 0 0 0 0;
-}
-.nav-tabs > li > a:hover {
-  border-color: #e6e6e6 #e6e6e6 #dddddd;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
-  color: #555555;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  border-bottom-color: transparent;
-  cursor: default;
-}
-.nav-tabs.nav-justified {
-  width: 100%;
-  border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
-  float: none;
-}
-.nav-tabs.nav-justified > li > a {
-  text-align: center;
-  margin-bottom: 5px;
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-tabs.nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs.nav-justified > li > a {
-  margin-right: 0;
-  border-radius: 0;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
-  border: 1px solid #dddddd;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li > a {
-    border-bottom: 1px solid #dddddd;
-    border-radius: 0 0 0 0;
-  }
-  .nav-tabs.nav-justified > .active > a,
-  .nav-tabs.nav-justified > .active > a:hover,
-  .nav-tabs.nav-justified > .active > a:focus {
-    border-bottom-color: #ffffff;
-  }
-}
-.nav-pills > li {
-  float: left;
-}
-.nav-pills > li > a {
-  border-radius: 0;
-}
-.nav-pills > li + li {
-  margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
-  color: #ffffff;
-  background-color: #007fff;
-}
-.nav-stacked > li {
-  float: none;
-}
-.nav-stacked > li + li {
-  margin-top: 2px;
-  margin-left: 0;
-}
-.nav-justified {
-  width: 100%;
-}
-.nav-justified > li {
-  float: none;
-}
-.nav-justified > li > a {
-  text-align: center;
-  margin-bottom: 5px;
-}
-.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs-justified {
-  border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
-  margin-right: 0;
-  border-radius: 0;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
-  border: 1px solid #dddddd;
-}
-@media (min-width: 768px) {
-  .nav-tabs-justified > li > a {
-    border-bottom: 1px solid #dddddd;
-    border-radius: 0 0 0 0;
-  }
-  .nav-tabs-justified > .active > a,
-  .nav-tabs-justified > .active > a:hover,
-  .nav-tabs-justified > .active > a:focus {
-    border-bottom-color: #ffffff;
-  }
-}
-.tab-content > .tab-pane {
-  display: none;
-}
-.tab-content > .active {
-  display: block;
-}
-.nav-tabs .dropdown-menu {
-  margin-top: -1px;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.navbar {
-  position: relative;
-  min-height: 50px;
-  margin-bottom: 21px;
-  border: 1px solid transparent;
-}
-@media (min-width: 768px) {
-  .navbar {
-    border-radius: 0;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-header {
-    float: left;
-  }
-}
-.navbar-collapse {
-  max-height: 340px;
-  overflow-x: visible;
-  padding-right: 15px;
-  padding-left: 15px;
-  border-top: 1px solid transparent;
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-  -webkit-overflow-scrolling: touch;
-}
-.navbar-collapse.in {
-  overflow-y: auto;
-}
-@media (min-width: 768px) {
-  .navbar-collapse {
-    width: auto;
-    border-top: 0;
-    box-shadow: none;
-  }
-  .navbar-collapse.collapse {
-    display: block !important;
-    height: auto !important;
-    padding-bottom: 0;
-    overflow: visible !important;
-  }
-  .navbar-collapse.in {
-    overflow-y: visible;
-  }
-  .navbar-fixed-top .navbar-collapse,
-  .navbar-static-top .navbar-collapse,
-  .navbar-fixed-bottom .navbar-collapse {
-    padding-left: 0;
-    padding-right: 0;
-  }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
-  margin-right: -15px;
-  margin-left: -15px;
-}
-@media (min-width: 768px) {
-  .container > .navbar-header,
-  .container-fluid > .navbar-header,
-  .container > .navbar-collapse,
-  .container-fluid > .navbar-collapse {
-    margin-right: 0;
-    margin-left: 0;
-  }
-}
-.navbar-static-top {
-  z-index: 1000;
-  border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
-  .navbar-static-top {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
-  position: fixed;
-  right: 0;
-  left: 0;
-  z-index: 1030;
-}
-@media (min-width: 768px) {
-  .navbar-fixed-top,
-  .navbar-fixed-bottom {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top {
-  top: 0;
-  border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
-  bottom: 0;
-  margin-bottom: 0;
-  border-width: 1px 0 0;
-}
-.navbar-brand {
-  float: left;
-  padding: 14.5px 15px;
-  font-size: 19px;
-  line-height: 21px;
-  height: 50px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
-  text-decoration: none;
-}
-@media (min-width: 768px) {
-  .navbar > .container .navbar-brand,
-  .navbar > .container-fluid .navbar-brand {
-    margin-left: -15px;
-  }
-}
-.navbar-toggle {
-  position: relative;
-  float: right;
-  margin-right: 15px;
-  padding: 9px 10px;
-  margin-top: 8px;
-  margin-bottom: 8px;
-  background-color: transparent;
-  background-image: none;
-  border: 1px solid transparent;
-  border-radius: 0;
-}
-.navbar-toggle:focus {
-  outline: none;
-}
-.navbar-toggle .icon-bar {
-  display: block;
-  width: 22px;
-  height: 2px;
-  border-radius: 1px;
-}
-.navbar-toggle .icon-bar + .icon-bar {
-  margin-top: 4px;
-}
-@media (min-width: 768px) {
-  .navbar-toggle {
-    display: none;
-  }
-}
-.navbar-nav {
-  margin: 7.25px -15px;
-}
-.navbar-nav > li > a {
-  padding-top: 10px;
-  padding-bottom: 10px;
-  line-height: 21px;
-}
-@media (max-width: 767px) {
-  .navbar-nav .open .dropdown-menu {
-    position: static;
-    float: none;
-    width: auto;
-    margin-top: 0;
-    background-color: transparent;
-    border: 0;
-    box-shadow: none;
-  }
-  .navbar-nav .open .dropdown-menu > li > a,
-  .navbar-nav .open .dropdown-menu .dropdown-header {
-    padding: 5px 15px 5px 25px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a {
-    line-height: 21px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-nav .open .dropdown-menu > li > a:focus {
-    background-image: none;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-nav {
-    float: left;
-    margin: 0;
-  }
-  .navbar-nav > li {
-    float: left;
-  }
-  .navbar-nav > li > a {
-    padding-top: 14.5px;
-    padding-bottom: 14.5px;
-  }
-  .navbar-nav.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-left {
-    float: left !important;
-  }
-  .navbar-right {
-    float: right !important;
-  }
-}
-.navbar-form {
-  margin-left: -15px;
-  margin-right: -15px;
-  padding: 10px 15px;
-  border-top: 1px solid transparent;
-  border-bottom: 1px solid transparent;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-  margin-top: 3.5px;
-  margin-bottom: 3.5px;
-}
-@media (min-width: 768px) {
-  .navbar-form .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .navbar-form .input-group > .form-control {
-    width: 100%;
-  }
-  .navbar-form .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio,
-  .navbar-form .checkbox {
-    display: inline-block;
-    margin-top: 0;
-    margin-bottom: 0;
-    padding-left: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio input[type="radio"],
-  .navbar-form .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .navbar-form .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-@media (max-width: 767px) {
-  .navbar-form .form-group {
-    margin-bottom: 5px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-form {
-    width: auto;
-    border: 0;
-    margin-left: 0;
-    margin-right: 0;
-    padding-top: 0;
-    padding-bottom: 0;
-    -webkit-box-shadow: none;
-    box-shadow: none;
-  }
-  .navbar-form.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-.navbar-nav > li > .dropdown-menu {
-  margin-top: 0;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.navbar-btn {
-  margin-top: 3.5px;
-  margin-bottom: 3.5px;
-}
-.navbar-btn.btn-sm {
-  margin-top: 9.5px;
-  margin-bottom: 9.5px;
-}
-.navbar-btn.btn-xs {
-  margin-top: 14px;
-  margin-bottom: 14px;
-}
-.navbar-text {
-  margin-top: 14.5px;
-  margin-bottom: 14.5px;
-}
-@media (min-width: 768px) {
-  .navbar-text {
-    float: left;
-    margin-left: 15px;
-    margin-right: 15px;
-  }
-  .navbar-text.navbar-right:last-child {
-    margin-right: 0;
-  }
-}
-.navbar-default {
-  background-color: #222222;
-  border-color: #121212;
-}
-.navbar-default .navbar-brand {
-  color: #ffffff;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
-  color: #ffffff;
-  background-color: none;
-}
-.navbar-default .navbar-text {
-  color: #ffffff;
-}
-.navbar-default .navbar-nav > li > a {
-  color: #ffffff;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
-  color: #ffffff;
-  background-color: #090909;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
-  color: #ffffff;
-  background-color: #090909;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
-  color: #cccccc;
-  background-color: transparent;
-}
-.navbar-default .navbar-toggle {
-  border-color: transparent;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
-  background-color: #090909;
-}
-.navbar-default .navbar-toggle .icon-bar {
-  background-color: #ffffff;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
-  border-color: #121212;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
-  background-color: #090909;
-  color: #ffffff;
-}
-@media (max-width: 767px) {
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
-    color: #ffffff;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #ffffff;
-    background-color: #090909;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #ffffff;
-    background-color: #090909;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #cccccc;
-    background-color: transparent;
-  }
-}
-.navbar-default .navbar-link {
-  color: #ffffff;
-}
-.navbar-default .navbar-link:hover {
-  color: #ffffff;
-}
-.navbar-inverse {
-  background-color: #007fff;
-  border-color: #0066cc;
-}
-.navbar-inverse .navbar-brand {
-  color: #ffffff;
-}
-.navbar-inverse .navbar-brand:hover,
-.navbar-inverse .navbar-brand:focus {
-  color: #ffffff;
-  background-color: none;
-}
-.navbar-inverse .navbar-text {
-  color: #ffffff;
-}
-.navbar-inverse .navbar-nav > li > a {
-  color: #ffffff;
-}
-.navbar-inverse .navbar-nav > li > a:hover,
-.navbar-inverse .navbar-nav > li > a:focus {
-  color: #ffffff;
-  background-color: #0066cc;
-}
-.navbar-inverse .navbar-nav > .active > a,
-.navbar-inverse .navbar-nav > .active > a:hover,
-.navbar-inverse .navbar-nav > .active > a:focus {
-  color: #ffffff;
-  background-color: #0066cc;
-}
-.navbar-inverse .navbar-nav > .disabled > a,
-.navbar-inverse .navbar-nav > .disabled > a:hover,
-.navbar-inverse .navbar-nav > .disabled > a:focus {
-  color: #ffffff;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-toggle {
-  border-color: transparent;
-}
-.navbar-inverse .navbar-toggle:hover,
-.navbar-inverse .navbar-toggle:focus {
-  background-color: #0066cc;
-}
-.navbar-inverse .navbar-toggle .icon-bar {
-  background-color: #ffffff;
-}
-.navbar-inverse .navbar-collapse,
-.navbar-inverse .navbar-form {
-  border-color: #006ddb;
-}
-.navbar-inverse .navbar-nav > .open > a,
-.navbar-inverse .navbar-nav > .open > a:hover,
-.navbar-inverse .navbar-nav > .open > a:focus {
-  background-color: #0066cc;
-  color: #ffffff;
-}
-@media (max-width: 767px) {
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
-    border-color: #0066cc;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
-    background-color: #0066cc;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
-    color: #ffffff;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #ffffff;
-    background-color: #0066cc;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #ffffff;
-    background-color: #0066cc;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #ffffff;
-    background-color: transparent;
-  }
-}
-.navbar-inverse .navbar-link {
-  color: #ffffff;
-}
-.navbar-inverse .navbar-link:hover {
-  color: #ffffff;
-}
-.breadcrumb {
-  padding: 8px 15px;
-  margin-bottom: 21px;
-  list-style: none;
-  background-color: #f5f5f5;
-  border-radius: 0;
-}
-.breadcrumb > li {
-  display: inline-block;
-}
-.breadcrumb > li + li:before {
-  content: "/\00a0";
-  padding: 0 5px;
-  color: #cccccc;
-}
-.breadcrumb > .active {
-  color: #999999;
-}
-.pagination {
-  display: inline-block;
-  padding-left: 0;
-  margin: 21px 0;
-  border-radius: 0;
-}
-.pagination > li {
-  display: inline;
-}
-.pagination > li > a,
-.pagination > li > span {
-  position: relative;
-  float: left;
-  padding: 10px 18px;
-  line-height: 1.42857143;
-  text-decoration: none;
-  color: #007fff;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  margin-left: -1px;
-}
-.pagination > li:first-child > a,
-.pagination > li:first-child > span {
-  margin-left: 0;
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.pagination > li:last-child > a,
-.pagination > li:last-child > span {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
-  color: #0059b3;
-  background-color: #e6e6e6;
-  border-color: #dddddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
-  z-index: 2;
-  color: #999999;
-  background-color: #f5f5f5;
-  border-color: #dddddd;
-  cursor: default;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
-  color: #999999;
-  background-color: #ffffff;
-  border-color: #dddddd;
-  cursor: not-allowed;
-}
-.pagination-lg > li > a,
-.pagination-lg > li > span {
-  padding: 18px 30px;
-  font-size: 19px;
-}
-.pagination-lg > li:first-child > a,
-.pagination-lg > li:first-child > span {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.pagination-lg > li:last-child > a,
-.pagination-lg > li:last-child > span {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.pagination-sm > li > a,
-.pagination-sm > li > span {
-  padding: 5px 10px;
-  font-size: 13px;
-}
-.pagination-sm > li:first-child > a,
-.pagination-sm > li:first-child > span {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.pagination-sm > li:last-child > a,
-.pagination-sm > li:last-child > span {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.pager {
-  padding-left: 0;
-  margin: 21px 0;
-  list-style: none;
-  text-align: center;
-}
-.pager li {
-  display: inline;
-}
-.pager li > a,
-.pager li > span {
-  display: inline-block;
-  padding: 5px 14px;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  border-radius: 0;
-}
-.pager li > a:hover,
-.pager li > a:focus {
-  text-decoration: none;
-  background-color: #e6e6e6;
-}
-.pager .next > a,
-.pager .next > span {
-  float: right;
-}
-.pager .previous > a,
-.pager .previous > span {
-  float: left;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
-  c

<TRUNCATED>

[39/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/04/16/stratosphere-goes-apache-incubator.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/16/stratosphere-goes-apache-incubator.html b/content/news/2014/04/16/stratosphere-goes-apache-incubator.html
new file mode 100644
index 0000000..22d602d
--- /dev/null
+++ b/content/news/2014/04/16/stratosphere-goes-apache-incubator.html
@@ -0,0 +1,187 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Stratosphere accepted as Apache Incubator Project</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Stratosphere accepted as Apache Incubator Project</h1>
+
+      <article>
+        <p>16 Apr 2014</p>
+
+<p>We are happy to announce that Stratosphere has been accepted as a project for the <a href="https://incubator.apache.org/">Apache Incubator</a>. The <a href="https://wiki.apache.org/incubator/StratosphereProposal">proposal</a> has been accepted by the Incubator PMC members earlier this week. The Apache Incubator is the first step in the process of giving a project to the <a href="http://apache.org">Apache Software Foundation</a>. While under incubation, the project will move to the Apache infrastructure and adopt the community-driven development principles of the Apache Foundation. Projects can graduate from incubation to become top-level projects if they show activity, a healthy community dynamic, and releases.</p>
+
+<p>We are glad to have Alan Gates as champion on board, as well as a set of great mentors, including Sean Owen, Ted Dunning, Owen O’Malley, Henry Saputra, and Ashutosh Chauhan. We are confident that we will make this a great open source effort.</p>
+
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/05/31/release-0.5.html
----------------------------------------------------------------------
diff --git a/content/news/2014/05/31/release-0.5.html b/content/news/2014/05/31/release-0.5.html
new file mode 100644
index 0000000..874a7d9
--- /dev/null
+++ b/content/news/2014/05/31/release-0.5.html
@@ -0,0 +1,264 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Stratosphere version 0.5 available</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Stratosphere version 0.5 available</h1>
+
+      <article>
+        <p>31 May 2014</p>
+
+<p>We are happy to announce a new major Stratosphere release, version 0.5. This release adds many new features and improves the interoperability, stability, and performance of the system. The major theme of the release is the completely new Java API that makes it easy to write powerful distributed programs.</p>
+
+<p>The release can be downloaded from the [Stratosphere website] (http://stratosphere.eu/downloads/) and from [GitHub] (https://github.com/stratosphere/stratosphere/releases/tag/release-0.5). All components are available as Apache Maven dependencies, making it simple to include Stratosphere in other projects. The website provides <a href="http://stratosphere.eu/docs/0.5/">extensive documentation</a> of the system and the new features.</p>
+
+<h2 id="shortlist-of-new-features">Shortlist of new Features</h2>
+
+<p>Below is a short list of the most important additions to the Stratosphere system.</p>
+
+<h4 id="new-java-api">New Java API</h4>
+<p>This release introduces a completely new <strong>data set-centric Java API</strong>. This programming model significantly eases the development of Stratosphere programs, supports flexible use of regular Java classes as data types, and adds many new built-in operators to simplify the writing of powerful programs. The result are programs that need less code, are more readable, interoperate better with existing code, and execute faster.</p>
+
+<p>Take a look at the <a href="http://stratosphere.eu/docs/0.5/programming_guides/examples_java.html">examples</a>  to get a feel for the API.</p>
+
+<h4 id="general-api-improvements">General API Improvements</h4>
+<p><strong>Broadcast Variables:</strong> Publish a data set to all instances of another operator. This is handy if the your operator depends on the result of a computation, e.g., filter all values smaller than the average.</p>
+
+<p><strong>Distributed Cache:</strong> Make (local and HDFS) files locally available on each machine processing a task.</p>
+
+<p><strong>Iteration Termination Improvements</strong> Iterative algorithms can now terminate based on intermediate data sets, not only through aggregated statistics.</p>
+
+<p><strong>Collection data sources and sinks:</strong> Speed-up the development and testing of Stratosphere programs by reading data from regular Java collections and inserting back into them.</p>
+
+<p><strong>JDBC data sources and sinks:</strong> Read data from and write data to relational databases using a JDBC driver.</p>
+
+<p><strong>Hadoop input format and output format support:</strong> Read and write data with any Hadoop input or output format.</p>
+
+<p><strong>Support for Avro encoded data:</strong> Read data that has been materialized using Avro.</p>
+
+<p><strong>Deflate Files:</strong> Stratosphere now transparently reads <code>.deflate</code> compressed files.</p>
+
+<h4 id="runtime-and-optimizer-improvements">Runtime and Optimizer Improvements</h4>
+
+<p><strong>DAG Runtime Streaming:</strong> Detection and resolution of streaming data flow deadlocks in the data flow optimizer.</p>
+
+<p><strong>Intermediate results across iteration boundaries:</strong> Intermediate results computed outside iterative parts can be used inside iterative parts of the program.</p>
+
+<p><strong>Stability fixes:</strong> Various stability fixes in both optimizer and runtime.</p>
+
+<h4 id="setup--tooling">Setup &amp; Tooling</h4>
+
+<p><strong>Improved YARN support:</strong> Many improvements based on user-feedback: Packaging, Permissions, Error handling.</p>
+
+<p><strong>Java 8 compatibility</strong></p>
+
+<h2 id="contributors">Contributors</h2>
+
+<p>In total, 26 people have contributed to Stratosphere since the last release. Thank you for making this project possible!</p>
+
+<ul>
+  <li>Alexander Alexandrov</li>
+  <li>Jesus Camacho</li>
+  <li>Ufuk Celebi</li>
+  <li>Mikhail Erofeev</li>
+  <li>Stephan Ewen</li>
+  <li>Alexandr Ferodov</li>
+  <li>Filip Haase</li>
+  <li>Jonathan Hasenberg</li>
+  <li>Markus Holzemer</li>
+  <li>Fabian Hueske</li>
+  <li>Vasia Kalavri</li>
+  <li>Aljoscha Krettek</li>
+  <li>Rajika Kumarasiri</li>
+  <li>Sebastian Kunert</li>
+  <li>Aaron Lam</li>
+  <li>Robert Metzger</li>
+  <li>Faisal Moeen</li>
+  <li>Martin Neumann</li>
+  <li>Mingliang Qi</li>
+  <li>Till Rohrmann</li>
+  <li>Chesnay Schepler</li>
+  <li>Vyachislav Soludev</li>
+  <li>Tuan Trieu</li>
+  <li>Artem Tsikiridis</li>
+  <li>Timo Walther</li>
+  <li>Robert Waury</li>
+</ul>
+
+<h2 id="stratosphere-is-going-apache">Stratosphere is going Apache</h2>
+
+<p>The Stratosphere project has been accepted to the Apache Incubator and will continue its work under the umbrella of the Apache Software Foundation. Due to a name conflict, we are switching the name of the project. We will make future releases of Stratosphere through the Apache foundation under a new name.</p>
+
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/08/26/release-0.6.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/26/release-0.6.html b/content/news/2014/08/26/release-0.6.html
new file mode 100644
index 0000000..66c24f3
--- /dev/null
+++ b/content/news/2014/08/26/release-0.6.html
@@ -0,0 +1,258 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Apache Flink 0.6 available</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Apache Flink 0.6 available</h1>
+
+      <article>
+        <p>26 Aug 2014</p>
+
+<p>We are happy to announce the availability of Flink 0.6. This is the
+first release of the system inside the Apache Incubator and under the
+name Flink. Releases up to 0.5 were under the name Stratosphere, the
+academic and open source project that Flink originates from.</p>
+
+<h2 id="what-is-flink">What is Flink?</h2>
+
+<p>Apache Flink is a general-purpose data processing engine for
+clusters. It runs on YARN clusters on top of data stored in Hadoop, as
+well as stand-alone. Flink currently has programming APIs in Java and
+Scala. Jobs are executed via Flink’s own runtime engine. Flink
+features:</p>
+
+<p><strong>Robust in-memory and out-of-core processing:</strong> once read, data stays
+  in memory as much as possible, and is gracefully de-staged to disk in
+  the presence of memory pressure from limited memory or other
+  applications. The runtime is designed to perform very well both in
+  setups with abundant memory and in setups where memory is scarce.</p>
+
+<p><strong>POJO-based APIs:</strong> when programming, you do not have to pack your
+  data into key-value pairs or some other framework-specific data
+  model. Rather, you can use arbitrary Java and Scala types to model
+  your data.</p>
+
+<p><strong>Efficient iterative processing:</strong> Flink contains explicit “iterate” operators
+  that enable very efficient loops over data sets, e.g., for machine
+  learning and graph applications.</p>
+
+<p><strong>A modular system stack:</strong> Flink is not a direct implementation of its
+  APIs but a layered system. All programming APIs are translated to an
+  intermediate program representation that is compiled and optimized
+  via a cost-based optimizer. Lower-level layers of Flink also expose
+  programming APIs for extending the system.</p>
+
+<p><strong>Data pipelining/streaming:</strong> Flink’s runtime is designed as a
+  pipelined data processing engine rather than a batch processing
+  engine. Operators do not wait for their predecessors to finish in
+  order to start processing data. This results to very efficient
+  handling of large data sets.</p>
+
+<h2 id="release-06">Release 0.6</h2>
+
+<p>Flink 0.6 builds on the latest Stratosphere 0.5 release. It includes
+many bug fixes and improvements that make the system more stable and
+robust, as well as breaking API changes.</p>
+
+<p>The full release notes are available <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&amp;version=12327101">here</a>.</p>
+
+<p>Download the release <a href="http://flink.incubator.apache.org/downloads.html">here</a>.</p>
+
+<h2 id="contributors">Contributors</h2>
+
+<ul>
+  <li>Wilson Cao</li>
+  <li>Ufuk Celebi</li>
+  <li>Stephan Ewen</li>
+  <li>Jonathan Hasenburg</li>
+  <li>Markus Holzemer</li>
+  <li>Fabian Hueske</li>
+  <li>Sebastian Kunert</li>
+  <li>Vikhyat Korrapati</li>
+  <li>Aljoscha Krettek</li>
+  <li>Sebastian Kruse</li>
+  <li>Raymond Liu</li>
+  <li>Robert Metzger</li>
+  <li>Mingliang Qi</li>
+  <li>Till Rohrmann</li>
+  <li>Henry Saputra</li>
+  <li>Chesnay Schepler</li>
+  <li>Kostas Tzoumas</li>
+  <li>Robert Waury</li>
+  <li>Timo Walther</li>
+  <li>Daniel Warneke</li>
+  <li>Tobias Wiens</li>
+</ul>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/09/26/release-0.6.1.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/26/release-0.6.1.html b/content/news/2014/09/26/release-0.6.1.html
new file mode 100644
index 0000000..7e5b1da
--- /dev/null
+++ b/content/news/2014/09/26/release-0.6.1.html
@@ -0,0 +1,189 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Apache Flink 0.6.1 available</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Apache Flink 0.6.1 available</h1>
+
+      <article>
+        <p>26 Sep 2014</p>
+
+<p>We are happy to announce the availability of Flink 0.6.1.</p>
+
+<p>0.6.1 is a maintenance release, which includes minor fixes across several parts
+of the system. We suggest all users of Flink to work with this newest version.</p>
+
+<p><a href="/downloads.html">Download</a> the release today.</p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/10/03/upcoming_events.html
----------------------------------------------------------------------
diff --git a/content/news/2014/10/03/upcoming_events.html b/content/news/2014/10/03/upcoming_events.html
new file mode 100644
index 0000000..e7cf8fb
--- /dev/null
+++ b/content/news/2014/10/03/upcoming_events.html
@@ -0,0 +1,274 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Upcoming Events</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Upcoming Events</h1>
+
+      <article>
+        <p>03 Oct 2014</p>
+
+<p>We are happy to announce several upcoming Flink events both in Europe and the US. Starting with a <strong>Flink hackathon in Stockholm</strong> (Oct 8-9) and a talk about Flink at the <strong>Stockholm Hadoop User Group</strong> (Oct 8). This is followed by the very first <strong>Flink Meetup in Berlin</strong> (Oct 15). In the US, there will be two Flink Meetup talks: the first one at the <strong>Pasadena Big Data User Group</strong> (Oct 29) and the second one at <strong>Silicon Valley Hands On Programming Events</strong> (Nov 4).</p>
+
+<p>We are looking forward to seeing you at any of these events. The following is an overview of each event and links to the respective Meetup pages.</p>
+
+<h3 id="flink-hackathon-stockholm-oct-8-9">Flink Hackathon, Stockholm (Oct 8-9)</h3>
+
+<p>The hackathon will take place at KTH/SICS from Oct 8th-9th. You can sign up here: https://docs.google.com/spreadsheet/viewform?formkey=dDZnMlRtZHJ3Z0hVTlFZVjU2MWtoX0E6MA.</p>
+
+<p>Here is a rough agenda and a list of topics to work upon or look into. Suggestions and more topics are welcome.</p>
+
+<h4 id="wednesday-8th">Wednesday (8th)</h4>
+
+<p>9:00 - 10:00  Introduction to Apache Flink, System overview, and Dev
+environment (by Stephan)</p>
+
+<p>10:15 - 11:00 Introduction to the topics (Streaming API and system by Gyula
+&amp; Marton), (Graphs by Vasia / Martin / Stephan)</p>
+
+<p>11:00 - 12:30 Happy hacking (part 1)</p>
+
+<p>12:30 - Lunch (Food will be provided by KTH / SICS. A big thank you to them
+and also to Paris, for organizing that)</p>
+
+<p>13:xx - Happy hacking (part 2)</p>
+
+<h4 id="thursday-9th">Thursday (9th)</h4>
+
+<p>Happy hacking (continued)</p>
+
+<h4 id="suggestions-for-topics">Suggestions for topics</h4>
+
+<h5 id="streaming">Streaming</h5>
+
+<ul>
+  <li>
+    <p>Sample streaming applications (e.g. continuous heavy hitters and topics
+on the twitter stream)</p>
+  </li>
+  <li>
+    <p>Implement a simple SQL to Streaming program parser. Possibly using
+Apache Calcite (http://optiq.incubator.apache.org/)</p>
+  </li>
+  <li>
+    <p>Implement different windowing methods (count-based, time-based, …)</p>
+  </li>
+  <li>
+    <p>Implement different windowed operations (windowed-stream-join,
+windowed-stream-co-group)</p>
+  </li>
+  <li>
+    <p>Streaming state, and interaction with other programs (that access state
+of a stream program)</p>
+  </li>
+</ul>
+
+<h5 id="graph-analysis">Graph Analysis</h5>
+
+<ul>
+  <li>
+    <p>Prototype a Graph DSL (simple graph building, filters, graph
+properties, some algorithms)</p>
+  </li>
+  <li>
+    <p>Prototype abstractions different Graph processing paradigms
+(vertex-centric, partition-centric).</p>
+  </li>
+  <li>
+    <p>Generalize the delta iterations, allow flexible state access.</p>
+  </li>
+</ul>
+
+<h3 id="meetup-hadoop-user-group-talk-stockholm-oct-8">Meetup: Hadoop User Group Talk, Stockholm (Oct 8)</h3>
+
+<p>Hosted by Spotify, opens at 6 PM.</p>
+
+<p>http://www.meetup.com/stockholm-hug/events/207323222/</p>
+
+<h3 id="st-flink-meetup-berlin-oct-15">1st Flink Meetup, Berlin (Oct 15)</h3>
+
+<p>We are happy to announce the first Flink meetup in Berlin. You are very welcome to to sign up and attend. The event will be held in Betahaus Cafe.</p>
+
+<p>http://www.meetup.com/Apache-Flink-Meetup/events/208227422/</p>
+
+<h3 id="meetup-pasadena-big-data-user-group-oct-29">Meetup: Pasadena Big Data User Group (Oct 29)</h3>
+
+<p>http://www.meetup.com/Pasadena-Big-Data-Users-Group/</p>
+
+<h3 id="meetup-silicon-valley-hands-on-programming-events-nov-4">Meetup: Silicon Valley Hands On Programming Events (Nov 4)</h3>
+
+<p>http://www.meetup.com/HandsOnProgrammingEvents/events/210504392/</p>
+
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/11/04/release-0.7.0.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/04/release-0.7.0.html b/content/news/2014/11/04/release-0.7.0.html
new file mode 100644
index 0000000..a3f8fc8
--- /dev/null
+++ b/content/news/2014/11/04/release-0.7.0.html
@@ -0,0 +1,247 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Apache Flink 0.7.0 available</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Apache Flink 0.7.0 available</h1>
+
+      <article>
+        <p>04 Nov 2014</p>
+
+<p>We are pleased to announce the availability of Flink 0.7.0. This release includes new user-facing features as well as performance and bug fixes, brings the Scala and Java APIs in sync, and introduces Flink Streaming. A total of 34 people have contributed to this release, a big thanks to all of them!</p>
+
+<p>Download Flink 0.7.0 <a href="http://flink.incubator.apache.org/downloads.html">here</a></p>
+
+<p>See the release changelog <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&amp;version=12327648">here</a></p>
+
+<h2 id="overview-of-major-new-features">Overview of major new features</h2>
+
+<p><strong>Flink Streaming:</strong> The gem of the 0.7.0 release is undoubtedly Flink Streaming. Available currently in alpha, Flink Streaming provides a Java API on top of Apache Flink that can consume streaming data sources (e.g., from Apache Kafka, Apache Flume, and others) and process them in real time. A dedicated blog post on Flink Streaming and its performance is coming up here soon. You can check out the Streaming programming guide <a href="http://flink.incubator.apache.org/docs/0.7-incubating/streaming_guide.html">here</a>.</p>
+
+<p><strong>New Scala API:</strong> The Scala API has been completely rewritten. The Java and Scala APIs have now the same syntax and transformations and will be kept from now on in sync in every future release. See the new Scala API <a href="http://flink.incubator.apache.org/docs/0.7-incubating/programming_guide.html">here</a>.</p>
+
+<p><strong>Logical key expressions:</strong> You can now specify grouping and joining keys with logical names for member variables of POJO data types. For example, you can join two data sets as <code>persons.join(cities).where(“zip”).equalTo(“zipcode”)</code>. Read more <a href="http://flink.incubator.apache.org/docs/0.7-incubating/programming_guide.html#specifying-keys">here</a>.</p>
+
+<p><strong>Hadoop MapReduce compatibility:</strong> You can run unmodified Hadoop Mappers and Reducers (mapred API) in Flink, use all Hadoop data types, and read data with all Hadoop InputFormats.</p>
+
+<p><strong>Collection-based execution backend:</strong> The collection-based execution backend enables you to execute a Flink job as a simple Java collections program, bypassing completely the Flink runtime and optimizer. This feature is extremely useful for prototyping, and embedding Flink jobs in projects in a very lightweight manner.</p>
+
+<p><strong>Record API deprecated:</strong> The (old) Stratosphere Record API has been marked as deprecated and is planned for removal in the 0.9.0 release.</p>
+
+<p><strong>BLOB service:</strong> This release contains a new service to distribute jar files and other binary data among the JobManager, TaskManagers and the client.</p>
+
+<p><strong>Intermediate data sets:</strong> A major rewrite of the system internals introduces intermediate data sets as first class citizens. The internal state machine that tracks the distributed tasks has also been completely rewritten for scalability. While this is not visible as a user-facing feature yet, it is the foundation for several upcoming exciting features.</p>
+
+<p><strong>Note:</strong> Currently, there is limited support for Java 8 lambdas when compiling and running from an IDE. The problem is due to type erasure and whether Java compilers retain type information. We are currently working with the Eclipse and OpenJDK communities to resolve this.</p>
+
+<h2 id="contributors">Contributors</h2>
+
+<ul>
+  <li>Tamas Ambrus</li>
+  <li>Mariem Ayadi</li>
+  <li>Marton Balassi</li>
+  <li>Daniel Bali</li>
+  <li>Ufuk Celebi</li>
+  <li>Hung Chang</li>
+  <li>David Eszes</li>
+  <li>Stephan Ewen</li>
+  <li>Judit Feher</li>
+  <li>Gyula Fora</li>
+  <li>Gabor Hermann</li>
+  <li>Fabian Hueske</li>
+  <li>Vasiliki Kalavri</li>
+  <li>Kristof Kovacs</li>
+  <li>Aljoscha Krettek</li>
+  <li>Sebastian Kruse</li>
+  <li>Sebastian Kunert</li>
+  <li>Matyas Manninger</li>
+  <li>Robert Metzger</li>
+  <li>Mingliang Qi</li>
+  <li>Till Rohrmann</li>
+  <li>Henry Saputra</li>
+  <li>Chesnay Schelper</li>
+  <li>Moritz Schubotz</li>
+  <li>Hung Sendoh Chang</li>
+  <li>Peter Szabo</li>
+  <li>Jonas Traub</li>
+  <li>Fabian Tschirschnitz</li>
+  <li>Artem Tsikiridis</li>
+  <li>Kostas Tzoumas</li>
+  <li>Timo Walther</li>
+  <li>Daniel Warneke</li>
+  <li>Tobias Wiens</li>
+  <li>Yingjun Wu</li>
+</ul>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>


[41/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2012/11/12/btw2013demo.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/12/btw2013demo.html b/content/news/2012/11/12/btw2013demo.html
new file mode 100644
index 0000000..113bf3a
--- /dev/null
+++ b/content/news/2012/11/12/btw2013demo.html
@@ -0,0 +1,191 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Stratosphere Demo Paper Accepted for BTW 2013</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Stratosphere Demo Paper Accepted for BTW 2013</h1>
+
+      <article>
+        <p>12 Nov 2012</p>
+
+ <p>Our demo submission<br />
+<strong><cite>"Applying Stratosphere for Big Data Analytics"</cite></strong><br />
+has been accepted for BTW 2013 in Magdeburg, Germany.<br />
+The demo focuses on Stratosphere's query language Meteor, which has been presented in our paper <cite>"Meteor/Sopremo: An Extensible Query Language and Operator Model"</cite> <a href="/assets/papers/Sopremo_Meteor BigData.pdf">[pdf]</a> at the BigData workshop associated with VLDB 2012 in Istanbul.</p>
+<p>Visit our demo, and talk to us if you are going to attend BTW 2013.</p>
+<p><strong>Abstract:</strong><br />
+Analyzing big data sets as they occur in modern business and science applications requires query languages that allow for the specification of complex data processing tasks. Moreover, these ideally declarative query specifications have to be optimized, parallelized and scheduled for processing on massively parallel data processing platforms. This paper demonstrates the application of Stratosphere to different kinds of Big Data Analytics tasks. Using examples from different application domains, we show how to formulate analytical tasks as Meteor queries and execute them with Stratosphere. These examples include data cleansing and information extraction tasks, and a correlation analysis of microblogging and stock trade volume data that we describe in detail in this paper.</p>
+
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2012/11/21/previewICDE2013.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/21/previewICDE2013.html b/content/news/2012/11/21/previewICDE2013.html
new file mode 100644
index 0000000..04a017d
--- /dev/null
+++ b/content/news/2012/11/21/previewICDE2013.html
@@ -0,0 +1,186 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: ICDE 2013 Demo Preview</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>ICDE 2013 Demo Preview</h1>
+
+      <article>
+        <p>21 Nov 2012</p>
+
+ <p>This is a preview of our demo that will be presented at ICDE 2013 in Brisbane.<br />
+The demo shows how static code analysis can be leveraged to reordered UDF operators in data flow programs.</p>
+<p>Detailed information can be found in our papers which are available on the <a href="/publications">publication</a> page.</p>
+<p><iframe width="420" height="315" src="http://www.youtube.com/embed/ZYwCMgPXFVE" frameborder="0" allowfullscreen></iframe></p>
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2013/03/27/www-demo-paper.html
----------------------------------------------------------------------
diff --git a/content/news/2013/03/27/www-demo-paper.html b/content/news/2013/03/27/www-demo-paper.html
new file mode 100644
index 0000000..1535999
--- /dev/null
+++ b/content/news/2013/03/27/www-demo-paper.html
@@ -0,0 +1,190 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Demo Paper "Large-Scale Social-Media Analytics on Stratosphere" Accepted at WWW 2013</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Demo Paper "Large-Scale Social-Media Analytics on Stratosphere" Accepted at WWW 2013</h1>
+
+      <article>
+        <p>27 Mar 2013</p>
+
+   <p>Our demo submission<br />
+<strong><cite>"Large-Scale Social-Media Analytics on Stratosphere"</cite></strong><br />
+by Christoph Boden, Marcel Karnstedt, Miriam Fernandez and Volker Markl<br />
+has been accepted for WWW 2013 in Rio de Janeiro, Brazil.</p>
+<p>Visit our demo, and talk to us if you are attending WWW 2013.</p>
+<p><strong>Abstract:</strong><br />
+The importance of social-media platforms and online communities - in business as well as public context - is more and more acknowledged and appreciated by industry and researchers alike. Consequently, a wide range of analytics has been proposed to understand, steer, and exploit the mechanics and laws driving their functionality and creating the resulting benefits. However, analysts usually face significant problems in scaling existing and novel approaches to match the data volume and size of modern online communities. In this work, we propose and demonstrate the usage of the massively parallel data prossesing system Stratosphere, based on second order functions as an extended notion of the MapReduce paradigm, to provide a new level of scalability to such social-media analytics. Based on the popular example of role analysis, we present and illustrate how this massively parallel approach can be leveraged to scale out complex data-mining tasks, while providing a programming approach th
 at eases the formulation of complete analytical workflows.</p> 
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2013/10/21/cikm2013-paper.html
----------------------------------------------------------------------
diff --git a/content/news/2013/10/21/cikm2013-paper.html b/content/news/2013/10/21/cikm2013-paper.html
new file mode 100644
index 0000000..2c26abd
--- /dev/null
+++ b/content/news/2013/10/21/cikm2013-paper.html
@@ -0,0 +1,224 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Paper "All Roads Lead to Rome: Optimistic Recovery for Distributed Iterative Data Processing" accepted at CIKM 2013</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Paper "All Roads Lead to Rome: Optimistic Recovery for Distributed Iterative Data Processing" accepted at CIKM 2013</h1>
+
+      <article>
+        <p>21 Oct 2013</p>
+
+<p>Our paper ““All Roads Lead to Rome:” Optimistic Recovery for Distributed
+Iterative Data Processing” authored by Sebastian Schelter, Kostas
+Tzoumas, Stephan Ewen and Volker Markl has been accepted accepted at the
+ACM International Conference on Information and Knowledge Management
+(CIKM 2013) in San Francisco.</p>
+
+<p><strong>Abstract</strong></p>
+
+<p>Executing data-parallel iterative algorithms on large datasets is
+crucial for many advanced analytical applications in the fields of data
+mining and machine learning. Current systems for executing iterative
+tasks in large clusters typically achieve fault tolerance through
+rollback recovery. The principle behind this pessimistic approach is to
+periodically checkpoint the algorithm state. Upon failure, the system
+restores a consistent state from a previously written checkpoint and
+resumes execution from that point.</p>
+
+<p>We propose an optimistic recovery mechanism using algorithmic
+compensations. Our method leverages the robust, self-correcting nature
+of a large class of fixpoint algorithms used in data mining and machine
+learning, which converge to the correct solution from various
+intermediate consistent states. In the case of a failure, we apply a
+user-defined compensate function that algorithmically creates such a
+consistent state, instead of rolling back to a previous checkpointed
+state. Our optimistic recovery does not checkpoint any state and hence
+achieves optimal failure-free performance with respect to the overhead
+necessary for guaranteeing fault tolerance. We illustrate the
+applicability of this approach for three wide classes of problems.
+Furthermore, we show how to implement the proposed optimistic recovery
+mechanism in a data flow system. Similar to the Combine operator in
+MapReduce, our proposed functionality is optional and can be applied to
+increase performance without changing the semantics of programs. In an
+experimental evaluation on large datasets, we show that our proposed
+approach provides optimal failure-free performance. In the absence of
+failures our optimistic scheme is able to outperform a pessimistic
+approach by a factor of two to five. In presence of failures, our
+approach provides fast recovery and outperforms pessimistic approaches
+in the majority of cases.</p>
+
+<p><a href="/assets/papers/optimistic.pdf">Download the paper [PDF]</a></p>
+
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2013/12/13/humboldt-innovation-award.html
----------------------------------------------------------------------
diff --git a/content/news/2013/12/13/humboldt-innovation-award.html b/content/news/2013/12/13/humboldt-innovation-award.html
new file mode 100644
index 0000000..e70e66a
--- /dev/null
+++ b/content/news/2013/12/13/humboldt-innovation-award.html
@@ -0,0 +1,195 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Stratosphere wins award at Humboldt Innovation Competition "Big Data: Research meets Startups"</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Stratosphere wins award at Humboldt Innovation Competition "Big Data: Research meets Startups"</h1>
+
+      <article>
+        <p>13 Dec 2013</p>
+
+    <p> Stratosphere won the second place in
+    the <a href="http://www.humboldt-innovation.de/de/newsdetail/News/View/Forum%2BJunge%2BSpitzenforscher%2BBIG%2BData%2B%2BResearch%2Bmeets%2BStartups-123.html">competition</a>
+    organized by Humboldt Innovation on "Big Data: Research meets
+    Startups," where several research projects were evaluated by a
+    panel of experts from the Berlin startup ecosystem. The award
+    includes a monetary prize of 10,000 euros.
+    </p>
+
+    <p>We are extremely excited about this award, as it further
+    showcases the relevance of the Stratosphere platform and Big Data
+    technology in general for the technology startup world.
+    </p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/01/10/stratosphere-hadoop-summit.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/10/stratosphere-hadoop-summit.html b/content/news/2014/01/10/stratosphere-hadoop-summit.html
new file mode 100644
index 0000000..3fef686
--- /dev/null
+++ b/content/news/2014/01/10/stratosphere-hadoop-summit.html
@@ -0,0 +1,185 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Stratosphere got accepted to the Hadoop Summit Europe in Amsterdam</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Stratosphere got accepted to the Hadoop Summit Europe in Amsterdam</h1>
+
+      <article>
+        <p>10 Jan 2014</p>
+
+<p>The Stratosphere team is proud to announce that it is going to present at the <a href="http://hadoopsummit.org/amsterdam/">Hadoop Summit 2014 in Amsterdam</a> on April 2-3. Our talk “Big Data looks tiny from Stratosphere” is part of the “Future of Hadoop” Track. The talk abstract already made it into the top 5 in the <a href="https://hadoopsummit.uservoice.com/forums/196822-future-of-apache-hadoop/filters/top">Community Vote</a> that took place by the end of last year.</p>
+
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/01/12/0.4-migration-guide.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/12/0.4-migration-guide.html b/content/news/2014/01/12/0.4-migration-guide.html
new file mode 100644
index 0000000..9e10aa6
--- /dev/null
+++ b/content/news/2014/01/12/0.4-migration-guide.html
@@ -0,0 +1,261 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Stratosphere Version 0.4 Migration Guide</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Stratosphere Version 0.4 Migration Guide</h1>
+
+      <article>
+        <p>12 Jan 2014</p>
+
+<p>This guide is intended to help users of previous Stratosphere versions to migrate their programs to the new API of v0.4.</p>
+
+<p>Version <code>0.4-rc1</code>, <code>0.4</code> and all newer versions have the new API. If you want to have the most recent version before the code change, please set the version to <code>0.4-alpha.3-SNAPSHOT</code>. (Note that the <code>0.4-alpha</code> versions are only available in the snapshot repository).</p>
+
+<h4 id="maven-dependencies">Maven Dependencies</h4>
+<p>Since we also reorganized the Maven project structure, existing programs need to update the Maven dependencies to <code>stratosphere-java</code> (and <code>stratosphere-clients</code>, for examples and executors).</p>
+
+<p>The typical set of Maven dependencies for Stratosphere Java programs is:</p>
+
+<div class="highlight"><pre><code class="language-diff">       &lt;groupId&gt;eu.stratosphere&lt;/groupId&gt;
+<span class="gd">-      &lt;artifactId&gt;pact-common&lt;/artifactId&gt;</span>
+<span class="gd">-      &lt;version&gt;0.4-SNAPSHOT&lt;/version&gt;</span>
+<span class="gi">+      &lt;artifactId&gt;stratosphere-java&lt;/artifactId&gt;</span>
+<span class="gi">+      &lt;version&gt;0.4&lt;/version&gt;</span>
+
+<span class="gd">-      &lt;artifactId&gt;pact-clients&lt;/artifactId&gt;</span>
+<span class="gd">-      &lt;version&gt;0.4-SNAPSHOT&lt;/version&gt;</span>
+<span class="gi">+      &lt;artifactId&gt;stratosphere-clients&lt;/artifactId&gt;</span>
+<span class="gi">+      &lt;version&gt;0.4&lt;/version&gt;</span></code></pre></div>
+
+<h4 id="renamed-classes">Renamed classes</h4>
+
+<p>We renamed many of the most commonly used classes to make their names more intuitive:</p>
+
+<table class="table table-striped">
+  <thead>
+  	<tr>
+  	<th>Old Name (before <code>0.4</code>)</th>
+  	<th>New Name (<code>0.4</code> and after)</th>
+  </tr>
+  </thead>
+ 	<tbody>
+	  <tr>
+	  	<td>Contract</td>
+	  	<td>Operator</td>
+	  </tr>
+	  <tr>
+	  	<td>MatchContract</td>
+	  	<td>JoinOperator</td>
+	  </tr>
+
+	  	  <tr>
+	  	<td>[Map, Reduce, ...]Stub</td>
+	  	<td>[Map, Reduce, ...]Function</td>
+	  </tr>
+	  	  <tr>
+	  	<td>MatchStub</td>
+	  	<td>JoinFunction</td>
+	  </tr>
+	  	  <tr>
+	  	<td>Pact[Integer, Double, ...]</td>
+	  	<td>IntValue, DoubleValue, ...</td>
+	  </tr>	  
+	  <tr>
+	  	<td>PactRecord</td>
+	  	<td>Record</td>
+	  </tr>
+	  	  <tr>
+	  	<td>PlanAssembler</td>
+	  	<td>Program</td>
+	  </tr>
+	  	  <tr>
+	  	<td>PlanAssemblerDescription</td>
+	  	<td>ProgramDescription</td>
+	  </tr>
+	  	  <tr>
+	  	<td>RecordOutputFormat</td>
+	  	<td>CsvOutputFormat</td>
+	  </tr>
+	</tbody>
+</table>
+
+<p>Package names have been adapted as well.
+For a complete overview of the renamings, have a look at <a href="https://github.com/stratosphere/stratosphere/issues/257">issue #257 on GitHub</a>.</p>
+
+<p>We suggest for Eclipse user adjust the programs as follows: Delete all old Stratosphere imports, then rename the the classes (<code>PactRecord</code> to <code>Record</code> and so on). Finally, use the “Organize Imports” function (<code>CTRL+SHIFT+O</code>) to choose the right imports. The names should be unique so always pick the classes that are in the <code>eu.stratosphere</code> package.</p>
+
+<p>Please contact us in the comments below, on the mailing list or on GitHub if you have any issues migrating to the latest Stratosphere release.</p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>


[04/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/fonts/glyphicons-halflings-regular.svg
----------------------------------------------------------------------
diff --git a/fonts/glyphicons-halflings-regular.svg b/fonts/glyphicons-halflings-regular.svg
deleted file mode 100644
index e3e2dc7..0000000
--- a/fonts/glyphicons-halflings-regular.svg
+++ /dev/null
@@ -1,229 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata></metadata>
-<defs>
-<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
-<font-face units-per-em="1200" ascent="960" descent="-240" />
-<missing-glyph horiz-adv-x="500" />
-<glyph />
-<glyph />
-<glyph unicode="&#xd;" />
-<glyph unicode=" " />
-<glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
-<glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
-<glyph unicode="&#xa0;" />
-<glyph unicode="&#x2000;" horiz-adv-x="652" />
-<glyph unicode="&#x2001;" horiz-adv-x="1304" />
-<glyph unicode="&#x2002;" horiz-adv-x="652" />
-<glyph unicode="&#x2003;" horiz-adv-x="1304" />
-<glyph unicode="&#x2004;" horiz-adv-x="434" />
-<glyph unicode="&#x2005;" horiz-adv-x="326" />
-<glyph unicode="&#x2006;" horiz-adv-x="217" />
-<glyph unicode="&#x2007;" horiz-adv-x="217" />
-<glyph unicode="&#x2008;" horiz-adv-x="163" />
-<glyph unicode="&#x2009;" horiz-adv-x="260" />
-<glyph unicode="&#x200a;" horiz-adv-x="72" />
-<glyph unicode="&#x202f;" horiz-adv-x="260" />
-<glyph unicode="&#x205f;" horiz-adv-x="326" />
-<glyph unicode="&#x20ac;" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
-<glyph unicode="&#x2212;" d="M200 400h900v300h-900v-300z" />
-<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
-<glyph unicode="&#x2601;" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86.5t85 207.5t-85 207t-205 86q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
-<glyph unicode="&#x2709;" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
-<glyph unicode="&#x270f;" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
-<glyph unicode="&#xe001;" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
-<glyph unicode="&#xe002;" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q18 -55 86 -75.5t147 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
-<glyph unicode="&#xe003;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
-<glyph unicode="&#xe005;" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
-<glyph unicode="&#xe006;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
-<glyph unicode="&#xe007;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
-<glyph unicode="&#xe008;" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
-<glyph unicode="&#xe009;" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
-<glyph unicode="&#xe010;" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe011;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 
 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe012;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe013;" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
-<glyph unicode="&#xe014;" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
-<glyph unicode="&#xe015;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
-<glyph unicode="&#xe016;" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
-<glyph unicode="&#xe017;" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
-<glyph unicode="&#xe018;" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
-<glyph unicode="&#xe019;" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
-<glyph unicode="&#xe020;" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
-<glyph unicode="&#xe021;" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
-<glyph unicode="&#xe022;" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
-<glyph unicode="&#xe023;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
-<glyph unicode="&#xe024;" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
-<glyph unicode="&#xe025;" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
-<glyph unicode="&#xe026;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
-<glyph unicode="&#xe027;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
-<glyph unicode="&#xe028;" d="M0 25v475l200 700h800l199 -700l1 -475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
-<glyph unicode="&#xe029;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
-<glyph unicode="&#xe030;" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
-<glyph unicode="&#xe031;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
-<glyph unicode="&#xe032;" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
-<glyph unicode="&#xe033;" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
-<glyph unicode="&#xe034;" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
-<glyph unicode="&#xe035;" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
-<glyph unicode="&#xe036;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
-<glyph unicode="&#xe037;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
-<glyph unicode="&#xe038;" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
-<glyph unicode="&#xe039;" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
-<glyph unicode="&#xe040;" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
-<glyph unicode="&#xe041;" d="M0 700l1 475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
-<glyph unicode="&#xe042;" d="M1 700l1 475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
-<glyph unicode="&#xe043;" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
-<glyph unicode="&#xe044;" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
-<glyph unicode="&#xe045;" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
-<glyph unicode="&#xe046;" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
-<glyph unicode="&#xe047;" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
-<glyph unicode="&#xe048;" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v71l471 -1q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
-<glyph unicode="&#xe049;" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
-<glyph unicode="&#xe050;" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
-<glyph unicode="&#xe051;" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
-<glyph unicode="&#xe052;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
-<glyph unicode="&#xe053;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
-<glyph unicode="&#xe054;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
-<glyph unicode="&#xe055;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
-<glyph unicode="&#xe056;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-10
 0q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
-<glyph unicode="&#xe057;" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
-<glyph unicode="&#xe058;" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
-<glyph unicode="&#xe059;" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
-<glyph unicode="&#xe060;" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
-<glyph unicode="&#xe062;" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
-<glyph unicode="&#xe063;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
-<glyph unicode="&#xe064;" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 139t-64 210zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
-<glyph unicode="&#xe065;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
-<glyph unicode="&#xe066;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
-<glyph unicode="&#xe067;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q61 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l567 567l-137 137l-430 -431l-146 147z" />
-<glyph unicode="&#xe068;" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
-<glyph unicode="&#xe069;" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe070;" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe071;" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
-<glyph unicode="&#xe072;" d="M200 0l900 550l-900 550v-1100z" />
-<glyph unicode="&#xe073;" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
-<glyph unicode="&#xe074;" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
-<glyph unicode="&#xe075;" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
-<glyph unicode="&#xe076;" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
-<glyph unicode="&#xe077;" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
-<glyph unicode="&#xe078;" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
-<glyph unicode="&#xe079;" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
-<glyph unicode="&#xe080;" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
-<glyph unicode="&#xe081;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
-<glyph unicode="&#xe082;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM300 500h600v200h-600v-200z" />
-<glyph unicode="&#xe083;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141 z" />
-<glyph unicode="&#xe084;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
-<glyph unicode="&#xe085;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM364 700h143q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5 q19 0 30 -10t11 -26q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-50 0 -90.5 -12t-75 -38.5t-53.5 -74.5t-19 -114zM500 300h200v100h-200 v-100z" />
-<glyph unicode="&#xe086;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
-<glyph unicode="&#xe087;" d="M0 500v200h195q31 125 98.5 199.5t206.5 100.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200v-206 q149 48 201 206h-201v200h200q-25 74 -75.5 127t-124.5 77v-204h-200v203q-75 -23 -130 -77t-79 -126h209v-200h-210z" />
-<glyph unicode="&#xe088;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
-<glyph unicode="&#xe089;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
-<glyph unicode="&#xe090;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
-<glyph unicode="&#xe091;" d="M0 547l600 453v-300h600v-300h-600v-301z" />
-<glyph unicode="&#xe092;" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
-<glyph unicode="&#xe093;" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
-<glyph unicode="&#xe094;" d="M104 600h296v600h300v-600h298l-449 -600z" />
-<glyph unicode="&#xe095;" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
-<glyph unicode="&#xe096;" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
-<glyph unicode="&#xe097;" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
-<glyph unicode="&#xe101;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5h-207q-21 0 -33 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
-<glyph unicode="&#xe102;" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111q1 1 1 6.5t-1.5 15t-3.5 17.5l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6 h-111v-100zM100 0h400v400h-400v-400zM200 900q-3 0 14 48t36 96l18 47l213 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
-<glyph unicode="&#xe103;" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
-<glyph unicode="&#xe104;" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
-<glyph unicode="&#xe105;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
-<glyph unicode="&#xe106;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
-<glyph unicode="&#xe107;" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 34 -48 36.5t-48 -29.5l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
-<glyph unicode="&#xe108;" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -20 -13 -28.5t-32 0.5l-94 78h-222l-94 -78q-19 -9 -32 -0.5t-13 28.5 v64q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
-<glyph unicode="&#xe109;" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v-100h-100z M100 500v100h100v-100h-100zM300 100v100h100v-100h-100zM300 300v100h100v-100h-100zM300 500v100h100v-100h-100zM500 100v100h100v-100h-100zM500 300v100h100v-100h-100zM500 500v100h100v-100h-100zM700 100v100h100v-100h-100zM700 300v100h100v-100h-100zM700 500 v100h100v-100h-100zM900 100v100h100v-100h-100zM900 300v100h100v-100h-100zM900 500v100h100v-100h-100z" />
-<glyph unicode="&#xe110;" d="M0 200v200h259l600 600h241v198l300 -295l-300 -300v197h-159l-600 -600h-341zM0 800h259l122 -122l141 142l-181 180h-341v-200zM678 381l141 142l122 -123h159v198l300 -295l-300 -300v197h-241z" />
-<glyph unicode="&#xe111;" d="M0 400v600q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5z" />
-<glyph unicode="&#xe112;" d="M100 600v200h300v-250q0 -113 6 -145q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5 t-58 109.5t-31.5 116t-15 104t-3 83zM100 900v300h300v-300h-300zM800 900v300h300v-300h-300z" />
-<glyph unicode="&#xe113;" d="M-30 411l227 -227l352 353l353 -353l226 227l-578 579z" />
-<glyph unicode="&#xe114;" d="M70 797l580 -579l578 579l-226 227l-353 -353l-352 353z" />
-<glyph unicode="&#xe115;" d="M-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196zM402 1000l215 -200h381v-400h-198l299 -283l299 283h-200v600h-796z" />
-<glyph unicode="&#xe116;" d="M18 939q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15 t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43z" />
-<glyph unicode="&#xe117;" d="M0 0v800h1200v-800h-1200zM0 900v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-100h-1200z" />
-<glyph unicode="&#xe118;" d="M1 0l300 700h1200l-300 -700h-1200zM1 400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000z" />
-<glyph unicode="&#xe119;" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
-<glyph unicode="&#xe120;" d="M0 600l300 298v-198h600v198l300 -298l-300 -297v197h-600v-197z" />
-<glyph unicode="&#xe121;" d="M0 100v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM800 100h100v100h-100v-100z M1000 100h100v100h-100v-100z" />
-<glyph unicode="&#xe122;" d="M-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5zM100 500v250v8v8v7t0.5 7t1.5 5.5t2 5t3 4t4.5 3.5t6 1.5t7.5 0.5h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35 q-55 337 -55 351zM1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35z" />
-<glyph unicode="&#xe123;" d="M74 350q0 21 13.5 35.5t33.5 14.5h18l117 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5q-18 -36 -18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-8 -3 -23 -8.5 t-65 -20t-103 -25t-132.5 -19.5t-158.5 -9q-125 0 -245.5 20.5t-178.5 40.5l-58 20q-18 7 -31 27.5t-13 40.5zM497 110q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6t-103 6z" />
-<glyph unicode="&#xe124;" d="M21 445l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180l-155 180l-45 -233l-224 78l78 -225l-233 -44l179 -156z" />
-<glyph unicode="&#xe125;" d="M0 200h200v600h-200v-600zM300 275q0 -75 100 -75h61q124 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400z M400 300v375l150 213l100 212h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
-<glyph unicode="&#xe126;" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q124 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5h-50q-27 0 -51 20t-38 48l-96 198l-145 196 q-20 26 -20 63zM400 525l150 -212l100 -213h50v175l-50 225h450v125l-250 375h-214l-136 -100h-100v-375z" />
-<glyph unicode="&#xe127;" d="M8 200v600h200v-600h-200zM308 275v525q0 17 14 35.5t28 28.5l14 9l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341 q-7 0 -90 81t-83 94zM408 289l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83l-339 -236v-503z" />
-<glyph unicode="&#xe128;" d="M-101 651q0 72 54 110t139 38l302 -1l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 17 -10.5t26.5 -26t16.5 -36.5v-526q0 -13 -86 -93.5t-94 -80.5h-341q-16 0 -29.5 20t-19.5 41l-130 339h-107q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l107 89v502l-343 237l-87 -83l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100zM1000 201v600h200v-600h-200z" />
-<glyph unicode="&#xe129;" d="M97 719l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53zM172 739l83 86l183 -146 q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6.5v7.5v6.5v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294l-89 -100h-503zM400 0v200h600v-200h-600z" />
-<glyph unicode="&#xe130;" d="M2 585q-16 -31 6 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85q0 -51 -0.5 -153.5t-0.5 -148.5q0 -84 38.5 -138t110.5 -54t111 55t39 139v106l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15zM77 565l236 339h503 l89 -100v-294l-340 -130q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146zM305 1104v200h600v-200h-600z" />
-<glyph unicode="&#xe131;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM298 701l2 -201h300l-2 -194l402 294l-402 298v-197h-300z" />
-<glyph unicode="&#xe132;" d="M0 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5zM200 600l402 -294l-2 194h300l2 201h-300v197z" />
-<glyph unicode="&#xe133;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600h200v-300h200v300h200l-300 400z" />
-<glyph unicode="&#xe134;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600l300 -400l300 400h-200v300h-200v-300h-200z" />
-<glyph unicode="&#xe135;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM254 780q-8 -33 5.5 -92.5t7.5 -87.5q0 -9 17 -44t16 -60 q12 0 23 -5.5t23 -15t20 -13.5q24 -12 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55t-20 -57q42 -71 87 -80q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q104 -3 221 112q30 29 47 47t34.5 49t20.5 62q-14 9 -37 9.5t-36 7.5q-14 7 -49 15t-52 19q-9 0 -39.5 -0.5 t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5t5.5 57.5 q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 39 2 44q31 -13 58 -14.5t39 3.5l11 4q7 36 -16.5 53.5t-64.5 28.5t-5
 6 23q-19 -3 -37 0 q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -45.5 0.5t-45.5 -2.5q-21 -7 -52 -26.5t-34 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -90.5t-29.5 -79.5zM518 916q3 12 16 30t16 25q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -24 17 -66.5t17 -43.5 q-9 2 -31 5t-36 5t-32 8t-30 14zM692 1003h1h-1z" />
-<glyph unicode="&#xe136;" d="M0 164.5q0 21.5 15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138l145 -232l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5z" />
-<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M0 196v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 596v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5zM0 996v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM600 596h500v100h-500v-100zM800 196h300v100h-300v-100zM900 996h200v100h-200v-100z" />
-<glyph unicode="&#xe138;" d="M100 1100v100h1000v-100h-1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
-<glyph unicode="&#xe139;" d="M0 200v200h1200v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500z M500 1000h200v100h-200v-100z" />
-<glyph unicode="&#xe140;" d="M0 0v400l129 -129l200 200l142 -142l-200 -200l129 -129h-400zM0 800l129 129l200 -200l142 142l-200 200l129 129h-400v-400zM729 329l142 142l200 -200l129 129v-400h-400l129 129zM729 871l200 200l-129 129h400v-400l-129 129l-200 -200z" />
-<glyph unicode="&#xe141;" d="M0 596q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 596q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM291 655 q0 23 15.5 38.5t38.5 15.5t39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39zM400 850q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5zM514 609q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-14 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5zM800 655q0 22 16 38t39 16t38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39z" />
-<glyph unicode="&#xe142;" d="M-40 375q-13 -95 35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -78.5 -16.5t-67.5 -51.5l-389 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23 q38 0 53 -36q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256l7 -7l69 -60 l517 511q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163z" />
-<glyph unicode="&#xe143;" d="M80 784q0 131 98.5 229.5t230.5 98.5q143 0 241 -129q103 129 246 129q129 0 226 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-197 -191 -293 -322l-17 -23l-16 23q-43 58 -100 122.5t-92 99.5t-101 100q-71 70 -104.5 105.5t-77 89.5t-61 99 t-17.5 91zM250 784q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203l12 12q64 62 97.5 97t64.5 79t31 72q0 71 -48 119.5t-105 48.5q-74 0 -132 -83l-118 -171l-114 174q-51 80 -123 80q-60 0 -109.5 -49.5t-49.5 -118.5z" />
-<glyph unicode="&#xe144;" d="M57 353q0 -95 66 -159l141 -142q68 -66 159 -66q93 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-8 9 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159zM269 706q0 -93 66 -159l141 -141q7 -7 19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -17q47 -49 77 -100l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159z" />
-<glyph unicode="&#xe145;" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM300 300h600v700h-600v-700zM496 150q0 -43 30.5 -73.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5 t-73.5 -30.5t-30.5 -73.5z" />
-<glyph unicode="&#xe146;" d="M0 0l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207z" />
-<glyph unicode="&#xe148;" d="M295 433h139q5 -77 48.5 -126.5t117.5 -64.5v335q-6 1 -15.5 4t-11.5 3q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5 v-307l64 -14q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5zM466 889q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3v274q-61 -8 -97.5 -37.5t-36.5 -102.5 zM700 237q170 18 170 151q0 64 -44 99.5t-126 60.5v-311z" />
-<glyph unicode="&#xe149;" d="M100 600v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -28 16.5 -69.5t28 -62.5t41.5 -72h241v-100h-197q8 -50 -2.5 -115 t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q33 1 103 -16t103 -17q76 0 136 30l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221z" />
-<glyph unicode="&#xe150;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM602 900l298 300l298 -300h-198v-900h-200v900h-198z" />
-<glyph unicode="&#xe151;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v200h100v-100h200v-100h-300zM700 400v100h300v-200h-99v-100h-100v100h99v100h-200zM700 700v500h300v-500h-100v100h-100v-100h-100zM801 900h100v200h-100v-200z" />
-<glyph unicode="&#xe152;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v500h300v-500h-100v100h-100v-100h-100zM700 700v200h100v-100h200v-100h-300zM700 1100v100h300v-200h-99v-100h-100v100h99v100h-200zM801 200h100v200h-100v-200z" />
-<glyph unicode="&#xe153;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 100v400h300v-500h-100v100h-200zM800 1100v100h200v-500h-100v400h-100zM901 200h100v200h-100v-200z" />
-<glyph unicode="&#xe154;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 400v100h200v-500h-100v400h-100zM800 800v400h300v-500h-100v100h-200zM901 900h100v200h-100v-200z" />
-<glyph unicode="&#xe155;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h500v-200h-500zM700 400v200h400v-200h-400zM700 700v200h300v-200h-300zM700 1000v200h200v-200h-200z" />
-<glyph unicode="&#xe156;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h200v-200h-200zM700 400v200h300v-200h-300zM700 700v200h400v-200h-400zM700 1000v200h500v-200h-500z" />
-<glyph unicode="&#xe157;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500z" />
-<glyph unicode="&#xe158;" d="M0 400v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-163 0 -281.5 117.5t-118.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM400 300l333 250l-333 250v-500z" />
-<glyph unicode="&#xe159;" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 700l250 -333l250 333h-500z" />
-<glyph unicode="&#xe160;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 400h500l-250 333z" />
-<glyph unicode="&#xe161;" d="M0 400v300h300v200l400 -350l-400 -350v200h-300zM500 0v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400z" />
-<glyph unicode="&#xe162;" d="M217 519q8 -19 31 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8h9q14 0 26 15q11 13 274.5 321.5t264.5 308.5q14 19 5 36q-8 17 -31 17l-301 -1q1 4 78 219.5t79 227.5q2 15 -5 27l-9 9h-9q-15 0 -25 -16q-4 -6 -98 -111.5t-228.5 -257t-209.5 -237.5q-16 -19 -6 -41 z" />
-<glyph unicode="&#xe163;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300zM600 400v300h300v200l400 -350l-400 -350v200h-300z " />
-<glyph unicode="&#xe164;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98l-78 73l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5 v-300zM496 709l353 342l-149 149h500v-500l-149 149l-342 -353z" />
-<glyph unicode="&#xe165;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM406 600 q0 80 57 137t137 57t137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137z" />
-<glyph unicode="&#xe166;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 800l445 -500l450 500h-295v400h-300v-400h-300zM900 150h100v50h-100v-50z" />
-<glyph unicode="&#xe167;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 700h300v-300h300v300h295l-445 500zM900 150h100v50h-100v-50z" />
-<glyph unicode="&#xe168;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 705l305 -305l596 596l-154 155l-442 -442l-150 151zM900 150h100v50h-100v-50z" />
-<glyph unicode="&#xe169;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 988l97 -98l212 213l-97 97zM200 400l697 1l3 699l-250 -239l-149 149l-212 -212l149 -149zM900 150h100v50h-100v-50z" />
-<glyph unicode="&#xe170;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM200 612l212 -212l98 97l-213 212zM300 1200l239 -250l-149 -149l212 -212l149 148l249 -237l-1 697zM900 150h100v50h-100v-50z" />
-<glyph unicode="&#xe171;" d="M23 415l1177 784v-1079l-475 272l-310 -393v416h-392zM494 210l672 938l-672 -712v-226z" />
-<glyph unicode="&#xe172;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200z" />
-<glyph unicode="&#xe173;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120l-126 -127h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM581 306l123 123l120 -120l353 352l123 -123l-475 -476zM600 1000h100v200h-100v-200z" />
-<glyph unicode="&#xe174;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170l-298 -298h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200zM700 133l170 170l-170 170l127 127l170 -170l170 170l127 -128l-170 -169l170 -170 l-127 -127l-170 170l-170 -170z" />
-<glyph unicode="&#xe175;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300l300 -300l300 300h-200v300h-200v-300h-200zM600 1000v200h100v-200h-100z" />
-<glyph unicode="&#xe176;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200l-298 -298h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300h200v-300h200v300h200l-300 300zM600 1000v200h100v-200h-100z" />
-<glyph unicode="&#xe177;" d="M0 250q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200v-550zM0 900h1200v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 300v200h400v-200h-400z" />
-<glyph unicode="&#xe178;" d="M0 400l300 298v-198h400v-200h-400v-198zM100 800v200h100v-200h-100zM300 800v200h100v-200h-100zM500 800v200h400v198l300 -298l-300 -298v198h-400zM800 300v200h100v-200h-100zM1000 300h100v200h-100v-200z" />
-<glyph unicode="&#xe179;" d="M100 700v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300l50 100l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447zM800 597q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5 t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v1106q0 31 -18 40.5t-44 -7.5l-276 -116q-25 -17 -43.5 -51.5t-18.5 -65.5v-359z" />
-<glyph unicode="&#xe180;" d="M100 0h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5 t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56z" />
-<glyph unicode="&#xe181;" d="M0 300q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM100 100h400l200 200h105l295 98v-298h-425l-100 -100h-375zM100 300v200h300v-200h-300zM100 600v200h300v-200h-300z M100 1000h400l200 -200v-98l295 98h105v200h-425l-100 100h-375zM700 402v163l400 133v-163z" />
-<glyph unicode="&#xe182;" d="M16.5 974.5q0.5 -21.5 16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q17 18 13.5 41t-22.5 37l-192 136q-19 14 -45 12t-42 -19l-118 -118q-142 101 -268 227t-227 268l118 118q17 17 20 41.5t-11 44.5 l-139 194q-14 19 -36.5 22t-40.5 -14l-162 -162q-1 -11 -0.5 -32.5z" />
-<glyph unicode="&#xe183;" d="M0 50v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5t30 -27.5t12 -24l1 -10v-50l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-20 0 -35 14.5t-15 35.5zM0 712 q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40 t-53.5 -36.5t-31 -27.5l-9 -10v-200z" />
-<glyph unicode="&#xe184;" d="M100 0v100h1100v-100h-1100zM175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250z" />
-<glyph unicode="&#xe185;" d="M100 0h300v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400zM500 0v1000q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300zM900 0v700q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300z" />
-<glyph unicode="&#xe186;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
-<glyph unicode="&#xe187;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h100v200h100v-200h100v500h-100v-200h-100v200h-100v-500zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
-<glyph unicode="&#xe188;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v100h-200v300h200v100h-300v-500zM600 300h300v100h-200v300h200v100h-300v-500z" />
-<glyph unicode="&#xe189;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 550l300 -150v300zM600 400l300 150l-300 150v-300z" />
-<glyph unicode="&#xe190;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300v500h700v-500h-700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM575 549 q0 -65 27 -107t68 -42h130v300h-130q-38 0 -66.5 -43t-28.5 -108z" />
-<glyph unicode="&#xe191;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
-<glyph unicode="&#xe192;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v400h-200v100h-100v-500zM301 400v200h100v-200h-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
-<glyph unicode="&#xe193;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 700v100h300v-300h-99v-100h-100v100h99v200h-200zM201 300v100h100v-100h-100zM601 300v100h100v-100h-100z M700 700v100h200v-500h-100v400h-100z" />
-<glyph unicode="&#xe194;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 500v200 l100 100h300v-100h-300v-200h300v-100h-300z" />
-<glyph unicode="&#xe195;" d="M0 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 400v400h300 l100 -100v-100h-100v100h-200v-100h200v-100h-200v-100h-100zM700 400v100h100v-100h-100z" />
-<glyph unicode="&#xe197;" d="M-14 494q0 -80 56.5 -137t135.5 -57h222v300h400v-300h128q120 0 205 86.5t85 207.5t-85 207t-205 86q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200h200v300h200v-300h200 l-300 -300z" />
-<glyph unicode="&#xe198;" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104.5t60.5 178.5q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200l300 300 l300 -300h-200v-300h-200v300h-200z" />
-<glyph unicode="&#xe199;" d="M100 200h400v-155l-75 -45h350l-75 45v155h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170z" />
-<glyph unicode="&#xe200;" d="M121 700q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350l-75 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5 t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -11.5t1 -11.5q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
-</font>
-</defs></svg> 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/fonts/glyphicons-halflings-regular.ttf
----------------------------------------------------------------------
diff --git a/fonts/glyphicons-halflings-regular.ttf b/fonts/glyphicons-halflings-regular.ttf
deleted file mode 100644
index 67fa00b..0000000
Binary files a/fonts/glyphicons-halflings-regular.ttf and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/fonts/glyphicons-halflings-regular.woff
----------------------------------------------------------------------
diff --git a/fonts/glyphicons-halflings-regular.woff b/fonts/glyphicons-halflings-regular.woff
deleted file mode 100644
index 8c54182..0000000
Binary files a/fonts/glyphicons-halflings-regular.woff and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/how-to-contribute.md
----------------------------------------------------------------------
diff --git a/how-to-contribute.md b/how-to-contribute.md
index 0b4d365..e54103c 100644
--- a/how-to-contribute.md
+++ b/how-to-contribute.md
@@ -1,11 +1,10 @@
 ---
 title:  "How To Contribute"
-layout: with_toc
 ---
 
 The Flink project welcomes all sorts contributions in the form of code (improvements, features, bugfixes), documentation, tests, and community participation (discussions & questions).
 
-
+{% toc %}
 
 ## Easy Issues for Starters
 
@@ -13,9 +12,7 @@ We maintain all known issues and feature drafts in the [Flink project JIRA](http
 
 We also try to maintain a <a href="https://issues.apache.org/jira/browse/FLINK-992?jql=project%20%3D%20FLINK%20AND%20labels%20%3D%20starter%20AND%20status%20in%20(Open%2C%20Reopened)">list of simple "starter issues"</a> that we believe are good tasks for new contributors. Those tasks are meant to allow people to get into the project and become familiar with the process of contributing. Feel free to ask questions about issues that you would be interested in working on.
 
-In addition, you can find a list of ideas for projects and improvements in the [projects wiki page](https://cwiki.apache.org/confluence/display/FLINK/Project+Ideas).
-
-
+In addition, you can find a list of ideas for projects and improvements in the [projects Wiki page](https://cwiki.apache.org/confluence/display/FLINK/Project+Ideas).
 
 ## Contributing Code & Documentation
 
@@ -31,24 +28,28 @@ It is also possible to attach a patch to a [JIRA]({{site.FLINK_ISSUES_URL}}) iss
 1. The first step is to create yourself a copy of the Flink code base. We suggest to fork the [Flink GitHub Mirror Repository](https://github.com/apache/flink) into your own [GitHub](https://github.com) account. You need to register on GitHub for that, if you have no account so far.
 
 2. Next, clone your repository fork to your local machine.
-```
+  
+   ```
 git clone https://github.com/<your-user-name>/flink.git
 ```
 
 3. It is typically helpful to switch to a *topic branch* for the changes. To create a dedicated branch based on the current master, use the following command:
-```
+
+    ```
 git checkout -b myBranch master
 ```
 
 4. Now you can create your changes, compile the code, and validate the changes. Here are some pointers on how to [build the code](https://github.com/apache/flink/#build-apache-flink).
 In addition to that, we recommend setting up Eclipse (or IntelliJ) using the "Import Maven Project" feature. If you want to work on the scala code you will need the following plugins:
 
-    Eclipse 4.x:
+    **Eclipse 4.x**:
+
       * scala-ide: http://download.scala-ide.org/sdk/e38/scala210/stable/site
       * m2eclipse-scala: http://alchim31.free.fr/m2e-scala/update-site
       * build-helper-maven-plugin: https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.15.0/N/0.15.0.201206251206/
 
-    Eclipse 3.7:
+    **Eclipse 3.7**:
+
       * scala-ide: http://download.scala-ide.org/sdk/e37/scala210/stable/site
       * m2eclipse-scala: http://alchim31.free.fr/m2e-scala/update-site
       * build-helper-maven-plugin: https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201109282148/
@@ -56,6 +57,7 @@ In addition to that, we recommend setting up Eclipse (or IntelliJ) using the "Im
     When you don't have the plugins your project will have build errors, you can just close the scala projects and ignore them.
 
     Import the Flink source code using Maven's Import tool:
+
       * Select "Import" from the "File"-menu.
       * Expand "Maven" node, select "Existing Maven Projects", and click "next" button
       * Select the root directory by clicking on the "Browse" button and navigate to the top folder of the cloned Flink git repository.
@@ -63,7 +65,8 @@ In addition to that, we recommend setting up Eclipse (or IntelliJ) using the "Im
 
 5. After you have finalized your contribution, verify the compliance with the contribution guidelines (see below), and commit them. To make the changes easily mergeable, please rebase them to the latest version of the main repositories master branch. Assuming you created a topic branch (step 3), you can follow this sequence of commands to do that:
 Switch to the master branch, update it to the latest revision, switch back to your topic branch, and rebase it on top of the master branch.
-```
+
+   ```
 git checkout master
 git pull https://github.com/apache/flink.git master
 git checkout myBranch

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/img/flink-stack.png
----------------------------------------------------------------------
diff --git a/img/flink-stack.png b/img/flink-stack.png
new file mode 100644
index 0000000..480b692
Binary files /dev/null and b/img/flink-stack.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/img/logo.zip
----------------------------------------------------------------------
diff --git a/img/logo.zip b/img/logo.zip
new file mode 100644
index 0000000..6c816f5
Binary files /dev/null and b/img/logo.zip differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/img/main/assets/index.html
----------------------------------------------------------------------
diff --git a/img/main/assets/index.html b/img/main/assets/index.html
deleted file mode 100755
index 42682b4..0000000
--- a/img/main/assets/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<html><body></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/img/main/index.html
----------------------------------------------------------------------
diff --git a/img/main/index.html b/img/main/index.html
deleted file mode 100755
index 42682b4..0000000
--- a/img/main/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<html><body></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/img/managed-state.png
----------------------------------------------------------------------
diff --git a/img/managed-state.png b/img/managed-state.png
new file mode 100644
index 0000000..3dbb2fd
Binary files /dev/null and b/img/managed-state.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/img/navbar-brand-logo.jpg
----------------------------------------------------------------------
diff --git a/img/navbar-brand-logo.jpg b/img/navbar-brand-logo.jpg
new file mode 100644
index 0000000..5993ee8
Binary files /dev/null and b/img/navbar-brand-logo.jpg differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/img/runtime.png
----------------------------------------------------------------------
diff --git a/img/runtime.png b/img/runtime.png
new file mode 100644
index 0000000..8fd211f
Binary files /dev/null and b/img/runtime.png differ


[03/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
deleted file mode 100644
index 14f5ee4..0000000
--- a/index.html
+++ /dev/null
@@ -1,551 +0,0 @@
----
-layout: none
----
-<!DOCTYPE html>
-<html lang="en" dir="ltr">
-	<head>
-	  <meta charset="UTF-8">
-	  <meta name="viewport" content="width=device-width, initial-scale=1">
-	  <meta name="description" content="">
-	  <meta name="keywords" content="">
-	  <meta name="author" content="">
-	  <title>Apache Flink: Home</title>
-          <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
-          <link rel="icon" href="favicon.ico" type="image/x-icon">
-	  <link href="css/main/bootstrap.min.css" rel="stylesheet">
-	  <link href="css/main/bootstrap-theme.min.css" rel="stylesheet">
-	  <link href="css/main/main.css" rel="stylesheet">
-	  <link rel="stylesheet" href="css/syntax.css">
-    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" ></script>
-    <script src="js/main/jquery.mobile.events.min.js"></script>
-    <script src="js/main/main.js"></script>
-    <script src="js/main/bootstrap.min.js"></script>
-
-
-    <!-- <script>
-     // how to: http://stackoverflow.com/questions/22595850/lightbox-like-overlay-effect-to-display-a-hidden-div-on-click
-
-      // just closes all overlays
-      function closeOverlay() {
-        $(".overlay").css("visibility", "hidden");
-        $(".overlay").css("opacity", "0");
-        $(".overlay").css("z-index", "-1");
-
-        $(".background").css("visibility", "hidden");
-        $(".background").css("opacity", "0");
-      }
-      function open(element) {
-              $("#overlay-" + element).css("visibility", "visible");
-              $("#overlay-" + element).css("opacity", "1");
-              $("#overlay-" + element).css("z-index", "999");
-
-              $(".background").css("visibility", "visible");
-              $(".background").css("opacity", "1");
-              $(".background").css("z-index", "999");
-          }
-      $( document ).ready(function() {
-          $(".clickable").click( function(event) {
-            console.log(event);
-            open(event.target.id);
-          })
-      });
-    </script>
-    <style>
-    div.background {
-        position:fixed;
-        height: 100%;
-        width: 100%;
-        top: 0;
-        left:0;
-        background-color: rgba(0, 0, 0, 0.5);
-        z-index: 999;
-        color: black;
-        -webkit-transition: opacity 0.8s;
-        transition: opacity 0.8s;
-        opacity: 1;
-        visibility: hidden
-    }
-    div.overlay {
-        /*width: 650px;
-        height: 400px; */
-        position: fixed;
-        left: calc(50% - 340px);
-        top: calc(50% - 230px);
-        -moz-border-radius: 15px;
-        border-radius: 15px;
-        z-index: -1;
-        -webkit-transition: opacity 1.5s;
-        transition: opacity 1.5s;
-        opacity: 0;
-        background-color: white;
-    }
-    .overlay p, ul{
-      text-align: left !important;
-      padding-left: 3px;
-    }
-    .overlay img {
-      width: 650px;
-      margin:4px;
-    }
-    </style> -->
-	</head>
-	<body>
-    <div class="af-header-container">
-		<header>
-		<div class="container">
-		    <div class="row">
-				<div class="col-md-1 af-mobile-nav-bar">
-				  <a href="http://flink.incubator.apache.org"><img class="hidden-xs hidden-sm img-responsive" src="img/main/logo.png" alt="Apache Flink Logo" /></a>
-				    <div class="row visible-xs">
-				        <div class="col-xs-8"></div>
-				        <div class="col-xs-4">
-				            <div class="af-mobile-btn">
-				                <span class="glyphicon glyphicon-plus"></span>
-				            </div>
-				        </div>
-				    </div>
-				</div>
-
-					<!-- Navigation -->
-				<div class="col-md-11">
-					<nav class="af-main-nav" role="navigation">
-						<ul>
-							<li><a href="#" class="af-nav-links">Quickstart
-									<b class="caret"></b>
-							</a>
-								<ul class="af-dropdown-menu">
-									<li><a href="{{site.FLINK_CURRENT_DOCS}}setup_quickstart.html">Setup
-											Flink</a></li>
-									<li><a
-										href="{{site.FLINK_CURRENT_DOCS}}java_api_quickstart.html">Java
-											API</a></li>
-									<li><a
-										href="{{site.FLINK_CURRENT_DOCS}}scala_api_quickstart.html">Scala
-											API</a></li>
-								</ul></li>
-							<li><a href="/downloads.html">Download</a></li>
-							<li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.1/faq.html">FAQ</a></li>
-							<li><a href="#" class="af-nav-links">Documentation <b
-									class="caret"></b></a>
-							  <ul class="af-dropdown-menu">
-                                                            		<li class="af-separator">Current Snapshot:</li>
-									<li></li>
-									<li><a href="{{site.FLINK_LATEST_DOCS}}">{{site.FLINK_VERSION_LATEST_SHORT}}</a></li>
-									<li><a href="{{site.FLINK_LATEST_DOCS}}api/java">{{site.FLINK_VERSION_LATEST_SHORT}} Javadocs</a></li>
-									<li><a href="{{site.FLINK_LATEST_DOCS}}api/scala/index.html#org.apache.flink.api.scala.package">{{site.FLINK_VERSION_LATEST_SHORT}} Scaladocs</a></li>
-									<li class="divider"></li>
-									<li class="af-separator">Current Stable:</li>
-									<li></li>
-
-									<li><a href="{{site.FLINK_CURRENT_DOCS}}">{{site.FLINK_VERSION_STABLE}}</a></li>
-									<li><a href="{{site.FLINK_CURRENT_DOCS}}api/java">{{site.FLINK_VERSION_STABLE}} Javadocs</a></li>
-									<li><a href="{{site.FLINK_CURRENT_DOCS}}api/scala/index.html#org.apache.flink.api.scala.package">{{site.FLINK_VERSION_STABLE}} Scaladocs</a></li>
-									<li class="divider"></li>
-									<li></li>
-									<li><a href="/archive.html">Archive</a></li>
-									<li></li>
-								</ul></li>
-							<li><a href="#" class="af-nav-links">Community <b
-									class="caret"></b></a>
-								<ul class="af-dropdown-menu">
-									<li><a href="/community.html#mailing-lists">Mailing
-											Lists</a></li>
-									<li><a href="/community.html#issues">Issues</a></li>
-                  <li><a href="/community.html#irc">IRC</a></li>
-									<li><a href="/community.html#team">Team</a></li>
-									<li class="divider"></li>
-									<li><a href="/how-to-contribute.html">How To
-											Contribute</a></li>
-									<li><a href="/coding_guidelines.html">Coding
-											Guidelines</a></li>
-								</ul></li>
-							<li><a href="#" class="af-nav-links">Project <b
-									class="caret"></b></a>
-								<ul class="af-dropdown-menu">
-									<li><a href="/material.html">Material</a></li>
-									<li><a href="http://www.apache.org/">Apache Software
-											Foundation <span class="glyphicon glyphicon-new-window"></span>
-									</a></li>
-									<li><a
-										href="https://cwiki.apache.org/confluence/display/FLINK">Wiki
-											<span class="glyphicon glyphicon-new-window"></span>
-									</a></li>
-									<li><a
-										href="https://wiki.apache.org/incubator/StratosphereProposal">Incubator
-											Proposal <span class="glyphicon glyphicon-new-window"></span>
-									</a></li>
-									<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License
-											<span class="glyphicon glyphicon-new-window"></span>
-									</a></li>
-									<li><a href="https://github.com/apache/incubator-flink">Source
-											Code <span class="glyphicon glyphicon-new-window"></span>
-									</a></li>
-								</ul></li>
-							<li><a href="/blog/index.html" class="">Blog</a></li>
-						</ul>
-					</nav>
-				</div>
-
-			</div>
-		</div>
-		</header>
-		<div class="af-front-top container">
-			<div class="row">
-				<div class="col-md-12">
-				     <img class="af-front-top-logo img-responsive" src="img/main/logo_500.png" width="80%" alt="Apache Flink Logo" />
-				     <h1 class="af-front-top-headline1">
-				         Apache Flink
-				     </h1>
-				     <h3 class="af-front-top-headline2">
-				         Fast and reliable large-scale data processing engine
-				     </h3>
-				</div>
-			</div>
-		</div>
-
-		<div class="af-front-top-buttons">
-      <div class="container">
-          <div class="row">
-              <div class="col-md-6 col-md-offset-3">
-              <div class="row">
-                <div class="col-md-6">
-                    <a href="downloads.html#stable" title="Download 0.8.1" class="af-btn af-btn-large af-btn-orange">
-                        Download {{ site.FLINK_VERSION_STABLE }} (Stable)
-                    </a>
-                </div>
-                <div class="col-md-6">
-                    <a href="downloads.html#preview" title="Download 0.9.0-milestone-1" class="af-btn af-btn-large af-btn-blue">
-                        Download 0.9.0 (Preview)
-                    </a>
-                </div>
-            </div>
-              </div>
-          </div>
-      </div>
-		</div>
-    </div>
-
-    <!-- Front Page Icons -->
-    <section id="af-assets">
-      <div class="container">
-          <div class="row">
-              <div class="col-md-4 af-asset">
-                  <div class="af-asset-img">
-                      <a href="#af-fast"><img class="img-responsive" src="img/main/assets/fast-icon.png" alt="Apache Flink is Fast" /></a>
-                  </div>
-                  <h4 class="af-asset-heading">Fast</h4>
-                  <p class="af-asset-description">
-		    State-of-the art performance exploiting in-memory processing and data streaming.
-                  </p>
-              </div>
-              <div class="col-md-4 af-asset">
-                  <div class="af-asset-img">
-                      <a href="#af-reliable"><img class="img-responsive" src="img/main/assets/reliable-icon.png" alt="Apache Flink is Reliable" /></a>
-                  </div>
-                  <h4 class="af-asset-heading">Reliable</h4>
-                  <p class="af-asset-description">
-		    Flink is designed to perform very well even when the cluster's memory runs out.
-                  </p>
-              </div>
-              <div class="col-md-4 af-asset">
-                  <div class="af-asset-img">
-                    <a href="#af-expressive"><img class="img-responsive" src="img/main/assets/expressive-icon.png" alt="Apache Flink is Expressive" /></a>
-                  </div>
-                  <h4 class="af-asset-heading">Expressive</h4>
-                  <p class="af-asset-description">
-		    Write beautiful, type-safe code in Java and Scala. Execute it on a cluster.
-                  </p>
-              </div>
-          </div>
-          <div class="row af-section-row">
-              <div class="col-md-4 af-asset">
-                  <div class="af-asset-img">
-                      <a href="#af-easy"><img class="img-responsive" src="img/main/assets/easy-icon.png" alt="Apache Flink is Easy to use" /></a>
-                  </div>
-                  <h4 class="af-asset-heading">Easy to use</h4>
-                  <p class="af-asset-description">
-		    Few configuration parameters required. Cost-based optimizer built in.
-                  </p>
-              </div>
-              <div class="col-md-4 af-asset">
-                  <div class="af-asset-img">
-                      <a href="#af-reliable"><img class="img-responsive" src="img/main/assets/scalable-icon.png" alt="Apache Flink is Scalable" /></a>
-                  </div>
-                  <h4 class="af-asset-heading">Scalable</h4>
-                  <p class="af-asset-description">
-		    Tested on clusters of 100s of machines, Google Compute Engine, and Amazon EC2.
-                  </p>
-              </div>
-              <div class="col-md-4 af-asset">
-                  <div class="af-asset-img">
-                      <a href="#af-hadoop"><img class="img-responsive" src="img/main/assets/hadoop-icon.png" alt="Apache Flink is Hadoop integrated" /></a>
-                  </div>
-                  <h4 class="af-asset-heading">Hadoop-compatible</h4>
-                  <p class="af-asset-description">
-		    Flink runs on YARN and HDFS and has a Hadoop compatibility package.
-                  </p>
-              </div>
-          </div>
-      </div>
-    </section> <!-- /.Front Page Icons -->
-
-    <a id="af-fast"><section id="af-fast" class="af-section af-colored"></a>
-        <div class="container">
-        <div class="row">
-            <div class="col-md-5">
-            <h3 class="af-heading3">Fast</h3>
-            <p>Flink exploits in-memory data streaming and integrates iterative processing deeply into the system runtime.</p>
-	    <p>This makes the system extremely fast for data-intensive and iterative jobs.</p>
-            </div>
-            <div class="col-md-6 col-md-offset-1">
-                <img class="img-responsive af-section-img" src="img/main/section/pagerank.png" alt="Apache Flink is Fast" />
-            </div>
-        </div>
-        </div>
-    </section>
-
-    <a id="af-reliable"><section id="af-reliable" class="af-section"></a>
-        <div class="container">
-        <div class="row">
-            <div class="col-md-6">
-                <img class="img-responsive af-section-img" src="img/main/section/grep.png" width="90%" alt="Apache Flink is Reliable" />
-            </div>
-            <div class="col-md-5">
-                <h3 class="af-heading3">Reliable and Scalable</h3>
-	        <p>Flink is designed to perform well when memory runs out.</p>
-		<p>Flink contains its own memory management component, serialization framework, and type inference engine.</p>
-		<p>Tested in clusters of 100s of nodes, Amazon EC2, and Google Compute Engine.</p>
-           </div>
-        </div>
-        </div>
-    </section>
-
-    <a id="af-expressive"><section id="af-expressive" class="af-section af-colored"></a>
-      <div class="container">
-        <div class="row">
-          <div class="col-md-5">
-            <h3 class="af-heading3">Expressive</h3>
-            <p>Write beautiful, type-safe, and maintainable code in Java or Scala.
-              Execute it on a cluster.</p>
-	    <p>You can use native Java and Scala data types without packing them into key-value pairs, logical field addressing, and a wealth of operators.</p>
-	  </div>
-          <div class="col-md-6 col-md-offset-1">
-	  <p>Word Count in Flink's Scala API</p>
-<div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="k">case</span> <span class="k">class</span> <span class="nc">Word</span> <span class="o">(</span><span class="n">word</span><span class="k">:</span> <span class="kt">String</span><span class="o">,</span> <span class="n">frequency</span><span class="k">:</span> <span class="kt">Int</span><span class="o">)</span>
-
-<span class="k">val</span> <span class="n">counts</span> <span class="k">=</span> <span class="n">text</span>
-  <span class="o">.</span><span class="n">flatMap</span> <span class="o">{</span><span class="n">line</span> <span class="k">=&gt;</span> <span class="n">line</span><span class="o">.</span><span class="n">split</span><span class="o">(</span><span class="s">&quot; &quot;</span><span class="o">).</span><span class="n">map</span><span class="o">(</span><span class="n">word</span> <span class="k">=&gt;</span> <span class="nc">Word</span><span class="o">(</span><span class="n">word</span><span class="o">,</span><span class="mi">1</span><span class="o">))}</span>
-  <span class="o">.</span><span class="n">groupBy</span><span class="o">(</span><span class="s">&quot;word&quot;</span><span class="o">).</span><span class="n">sum</span><span class="o">(</span><span class="s">&quot;frequency&quot;</span><span class="o">)</span></code></pre></div>
-      <p>Transitive Closure</p>
-<div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="k">case</span> <span class="k">class</span> <span class="nc">Path</span> <span class="o">(</span><span class="n">from</span><span class="k">:</span> <span class="kt">Long</span><span class="o">,</span> <span class="n">to</span><span class="k">:</span> <span class="kt">Long</span><span class="o">)</span>
-
-<span class="k">val</span> <span class="n">tc</span> <span class="o">=</span> <span class="n">edges</span><span class="o">.</span><span class="n">iterate</span><span class="o">(</span><span class="mi">10</span><span class="o">)</span> <span class="o">{</span> <span class="n">paths</span><span class="k">:</span> <span class="kt">DataSet</span><span class="o">[</span><span class="kt">Path</span><span class="o">]</span> <span class="k">=&gt;</span>
-  <span class="k">val</span> <span class="n">next</span> <span class="k">=</span> <span class="n">paths</span>
-    <span class="o">.</span><span class="n">join</span><span class="o">(</span><span class="n">edges</span><span class="o">).</span><span class="n">where</span><span class="o">(</span><span class="s">&quot;to&quot;</span><span class="o">).</span><span class="n">equalTo</span><span class="o">(</span><span class="s">&quot;from&quot;</span><span class="o">)</span> <span class="o">{</span>
-      <span class="o">(</span><span class="n">path</span><span class="o">,</span> <span class="n">edge</span><span class="o">)</span> <span class="k">=&gt;</span> <span class="nc">Path</span><span class="o">(</span><span class="n">path</span><span class="o">.</span><span class="n">from</span><span class="o">,</span> <span class="n">edge</span><span class="o">.</span><span class="n">to</span><span class="o">)</span>
-    <span class="o">}</span>
-    <span class="o">.</span><span class="n">union</span><span class="o">(</span><span class="n">paths</span><span class="o">).</span><span class="n">distinct</span><span class="o">()</span>
-  <span class="n">next</span>
-<span class="o">}</span></code></pre></div>          </div>
-        </div>
-      </div>
-    </section>
-
-    <a id="af-easy"><section id="af-easy" class="af-section"></a>
-        <div class="container">
-        <div class="row">
-            <div class="col-md-6">
-                <img class="img-responsive af-section-img" src="img/main/section/optimizer-visual.png" width="80%" alt="Apache Flink is Easy to use" />
-            </div>
-            <div class="col-md-5">
-                <h3 class="af-heading3">Easy to use</h3>
-		<p>Flink requires few configuration parameters. And
-		  the system's bult-in optimizer takes care of
-		  finding the best way to execute the program in any enviroment.</p>
-                <p>Run on YARN with 3 commands, in a stand-alone cluster, or locally in a debugger.</p>
-           </div>
-        </div>
-        </div>
-    </section>
-
-<!--    <section id="af-scalable" class="af-section af-colored">
-        <div class="container">
-        <div class="row">
-            <div class="col-md-5">
-            <h3 class="af-heading3">Scalable</h3>
-            <p>Tested to clusters of 100s of nodes, Amazon EC2, and Google Compute Engine.</p>
-            <p>Intelligent memory management means that Flink does not require beefy machines.</p>
-            <div class="col-md-6 col-md-offset-1">
-
-            </div>
-        </div>
-        </div>
-        </div>
-    </section>-->
-
-    <a id="af-hadoop"><section id="af-hadoop" class="af-section af-colored"></a>
-        <div class="container">
-        <div class="row">
-            <div class="col-md-6">
-                <img class="img-responsive af-section-img" src="img/main/section/hadoop-flink-arrows.png" width="80%" alt="Apache Flink integrated with hadoop" />
-            </div>
-            <div class="col-md-5">
-                <h3 class="af-heading3">Compatible with Hadoop</h3>
-                <p>Flink supports all Hadoop input and output formats and data types.</p>
-		<p>You can run your legacy MapReduce operators unmodified and faster on Flink.</p>
-		<p>Flink can read data from HDFS and HBase, and runs on top of YARN.</p>
-           </div>
-        </div>
-        </div>
-    </section>
-
-    <a id="af-whatis"><section id="af-whatis" class="af-section"></a>
-        <div class="container">
-        <div class="row">
-            <div class="col-md-12">
-                <h3 class="af-heading3">System Overview</h3>
-                <p>Flink contains APIs in Java and Scala for analyzing data from batch and streaming data sources, as well as its own optimizer and distributed runtime with custom memory management</p>
-                <img width="1011px" src="img/WhatIsFlink.png" class="img-responsive">
-           </div>
-        </div>
-        </div>
-    </section>
-     <!--   <div class="row">
-            <div class="col-md-12 af-asset">
-              <div class="background" onClick="closeOverlay()"></div>
-              <div class="overlay" id="overlay-java">
-                <h2>Flink's Java API</h2>
-                <a style="position:absolute; bottom:0px;" href="javascript:void(0);" onclick="closeOverlay();">Close</a>
-              </div>
-
-              <div class="overlay" id="overlay-hadoop">
-                <p>
-                  <img src="img/frontSlides/Slide21.PNG">
-                </p>
-                <a style="position:absolute; bottom:0px;" href="javascript:void(0);" onclick="closeOverlay();">Close</a>
-              </div>
-
-              <div class="overlay" id="overlay-scala">
-                <p>
-                  <img src="img/frontSlides/Slide58.PNG">
-                </p>
-                <a style="position:absolute; bottom:0px;" href="javascript:void(0);" onclick="closeOverlay();">Close</a>
-              </div>
-
-              <div class="overlay" id="overlay-optimizer">
-                <p>
-                  <img src="img/frontSlides/Slide19.PNG">
-                </p>
-                <a style="position:absolute; bottom:0px;" href="javascript:void(0);" onclick="closeOverlay();">Close</a>
-              </div>
-
-              <div class="overlay" id="overlay-distr">
-                <p>
-                  <img src="img/frontSlides/Slide11.PNG">
-                </p>
-                <a style="position:absolute; bottom:0px;" href="javascript:void(0);" onclick="closeOverlay();">Close</a>
-              </div>
-
-              <img width="1011px" src="img/WhatIsFlink.png" usemap="#imgmap201511021956">
-              <map id="imgmap201511021956" name="imgmap201511021956">
-                <area shape="rect" id="java" class="clickable" target="_self" coords="295,23,398,77" href="javascript:void(9);" />
-                <area shape="rect" id="scala" class="clickable" coords="407,21,552,68" href="javascript:void(8);" />
-                <area shape="rect" id="hadoop" class="clickable" coords="557,29,711,81" href="javascript:void(7);" target="" />
-                <area shape="rect" alt="" title="" coords="2,237,211,434" href="javascript:void(1);" target="" />
-                <area shape="rect" alt="" title="" coords="791,239,999,439" href="javascript:void(2);" target="" />
-                <area shape="rect" id="optimizer" class="clickable" coords="330,184,482,298" href="javascript:void(3);" target="" />
-                <area shape="rect"  coords="512,187,662,299" href="javascript:void(4);" target="" />
-                <area shape="rect" alt="" title="" coords="512,323,663,435" href="javascript:void(5);" target="" />
-                <area shape="rect" id="distr" class="clickable" coords="332,322,478,441" href="javascript:void(6);" target="" />
-                Created by Online Image Map Editor (http://www.maschek.hu/imagemap/index) </map>
-
-            </div>
-          </div> -->
-
-
-
-
-    <!--<section id="af-upfooter" class="af-section">
-        <div class="container">
-        <p>Apache Flink is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
-        <a href="http://incubator.apache.org">
-            <img class="img-responsive" src="img/main/apache-incubator-logo.png" alt="Apache Flink" />
-        </a>
-        <p class="text-center">
-            <a href="/privacy-policy.html" title="Privacy Policy" class="af-privacy-policy">Privacy Policy</a>
-        </p>
-        </div>
-    </section>-->
-
-    <footer id="af-footer">
-        <div class="container">
-            <div class="row">
-                <div class="col-md-3">
-        <h3>Documentation</h3>
-        <ul class="af-footer-menu">
-
-          <li><a href="{{site.FLINK_CURRENT_DOCS}}">{{site.FLINK_VERSION_STABLE}}</a></li>
-          <li><a href="{{site.FLINK_CURRENT_DOCS}}api/java/">{{site.FLINK_VERSION_STABLE}} Javadocs</a></li>
-          <li><a
-            href="{{site.FLINK_CURRENT_DOCS}}api/scala/index.html#org.apache.flink.api.scala.package">{{site.FLINK_VERSION_STABLE}} Scaladocs</a></li>
-        </ul>
-      </div>
-
-                <div class="col-md-3">
-                    <h3>Community</h3>
-                    <ul class="af-footer-menu">
-						<li><a href="/community.html#mailing-lists" >Mailing Lists</a></li>
-						<li><a href="https://issues.apache.org/jira/browse/FLINK" target="blank">Issues <span class="glyphicon glyphicon-new-window"></span></a></li>
-						<li><a href="/community.html#team">Team</a></li>
-						<li><a href="/how-to-contribute.html">How to contribute</a></li>
-						<li><a href="/coding_guidelines.html">Coding Guidelines</a></li>
-					</ul>
-                </div>
-                <div class="col-md-3">
-                    <h3>ASF</h3>
-                    <ul class="af-footer-menu">
-						<li><a href="http://www.apache.org/" target="blank">Apache Software foundation <span class="glyphicon glyphicon-new-window"></span></a></li>
-						<li><a href="http://www.apache.org/foundation/how-it-works.html" target="blank">How it works <span class="glyphicon glyphicon-new-window"></span></a></li>
-						<li><a href="http://www.apache.org/foundation/thanks.html" target="blank">Thanks <span class="glyphicon glyphicon-new-window"></span></a></li>
-						<li><a href="http://www.apache.org/foundation/sponsorship.html" target="blank">Become a sponsor <span class="glyphicon glyphicon-new-window"></span></a></li>
-						<li><a href="http://incubator.apache.org/projects/flink.html" target="blank">Incubation status page <span class="glyphicon glyphicon-new-window"></span></a></li>
-                    </ul>
-                </div>
-                <div class="col-md-3">
-                    <h3>Project</h3>
-                    <ul class="af-footer-menu">
-                        <li><a href="/material.html" target="blank">Material <span class="glyphicon glyphicon-new-window"></span></a></li>
-						<li><a href="https://cwiki.apache.org/confluence/display/FLINK" target="blank">Wiki <span class="glyphicon glyphicon-new-window"></span></a></li>
-						<li><a href="https://wiki.apache.org/incubator/StratosphereProposal" target="blank">Incubator proposal <span class="glyphicon glyphicon-new-window"></span></a></li>
-						<li><a href="http://www.apache.org/licenses/LICENSE-2.0" target="blank">License <span class="glyphicon glyphicon-new-window"></span></a></li>
-						<li><a href="https://github.com/apache/incubator-flink" target="blank">Source code <span class="glyphicon glyphicon-new-window"></span></a></li>
-                    </ul>
-                </div>
-            </div>
-        </div>
-        <div class="af-footer-bar">
-            <div class="container">
-                <div class="row">
-		  <p>Copyright &copy 2014-2015, <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. Apache and the Apache feather logo are trademarks of the Apache Software Foundation. <a href="/privacy-policy.html" title="Privacy Policy" class="af-privacy-policy">Privacy Policy</a></p>
-                </div>
-            </div>
-        </div>
-    </footer>
-
-	</body>
-	<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
-    <!--[if lt IE 9]>
-		<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
-		<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-    <![endif]-->
-  <!-- Google Analytics -->
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-    ga('create', 'UA-52545728-1', 'auto');
-    ga('send', 'pageview');
-  </script>
-</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..d92bd79
--- /dev/null
+++ b/index.md
@@ -0,0 +1,95 @@
+---
+title: "Apache Flink"
+layout: base
+---
+
+<div class="row">
+  <div class="col-sm-12"><p class="lead" markdown="span">**Apache Flink** is an open source platform for *real-time* data analysis.</p></div>
+</div>
+
+<div class="row">
+  <div class="col-sm-6" markdown="1">
+
+**Flink’s core** is a [streaming dataflow engine](features.html#unified-stream-amp-batch-processing) that provides data distribution, communication, and fault tolerance for distributed computations over data streams.
+
+Flink includes **several APIs** for creating applications that use the Flink engine:
+
+1. [DataSet API](features.html#dataset-api) for static data embedded in Java, Scala, and Python,
+2. [DataStream API](features.html#datastream-api) for unbounded streams embedded in Java and Scala, and
+3. [Table API](features.html#table-api) with a SQL-like expression language embedded in Java and Scala.
+
+Flink also bundles **libraries for domain-specific use cases**:
+
+1. [Machine Learning library](features.html#machine-learning-library), and
+2. [Gelly](features.html#graph-api-amp-library-gelly), a graph processing API and library.
+
+You can **integrate** Flink easily with other well-known open source systems both for [data input and output](features.html#deployment-and-integration) as well as [deployment](features.html#deployment-and-integration).
+
+**Check out the [features](features.html) page to get a tour of all major Flink features.**
+  </div>
+  <div class="col-sm-6 stack text-center" markdown="1">
+![Apache Flink Stack]({{ site.baseurl }}/img/flink-stack.png "Apache Flink Stack")
+  </div>
+</div>
+
+---
+
+<div class="row">
+  <div class="col-sm-5" markdown="1">
+## Getting Started
+
+Download the **latest stable release** and run Flink on your machine, cluster, or cloud:
+
+<div class="text-center download-button"><a href="downloads.html" class="btn btn-primary" markdown="1">**Download Apache Flink {{ site.stable }}**</a></div>
+
+The documentation contains a [setup guide]({{ site.docs-snapshot }}/setup) for all deployment options.
+
+Start writing Flink programs by adding Flink to your **Maven dependencies**:
+
+{% highlight xml %}
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>{{ site.stable }}</version>
+</dependency>
+
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>{{ site.stable }}</version>
+</dependency>
+{% endhighlight %}
+
+The [programming guide]({{ site.docs-snapshot }}/apis) contains all information to get you started with writing and testing your Flink programs.
+
+**Check out the [documentation]({{ site.docs-snapshot }}) for the next steps.**
+  </div>
+
+  <div class="col-sm-7" markdown="1">
+## Latest blog posts
+
+<ul class="list-group">
+{% for post in site.posts limit:5 %}  
+      <li class="list-group-item"><span>{{ post.date | date_to_string }}</span> &raquo;
+        <a href="{{ site.baseurl }}/{{ post.url }}">{{ post.title }}</a>
+      </li>
+{% endfor %}
+</ul>
+
+**Check out [the blog](blog/) for all posts.**
+
+---
+
+## Community
+
+You can post questions to the Flink [community]() on various channels. Pick the one, which suits you best:
+
+<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> **User mailing list**. Subscribe to the mailing list by sending an empty email to user-subscribe@flink.apache.org. Once the subscription is confirmed, you can send questions to user@flink.apache.org. There is also a [searchable archive](http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com) if you want to search for existing questions.
+
+<span class="glyphicon glyphicon-search" aria-hidden="true"></span> **Stack Overflow**. Post your questions to [Stack Overflow](http://stackoverflow.com/questions/ask/?tags=flink) and tag them with [#flink](http://stackoverflow.com/questions/ask/?tags=flink). Flink committers are watching this tag and are happy to help with answers.
+
+<span class="glyphicon glyphicon-comment" aria-hidden="true"></span> **IRC chat**. The IRC channel **#flink** at irc.freenode.org is dedicated to Apache Flink. Join the channel and chat with the Flink community. You can use a [web-based IRC client](http://webchat.freenode.net/?channels=flink) for this.
+
+**Check out [the community page](community.html) for all community-related information. If you want to contribute, make sure to have a look at the [contribution guide](how-to-contribute.html).**
+</div>
+</div>
\ No newline at end of file


[18/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2015-03-13-peeking-into-Apache-Flinks-Engine-Room.md
----------------------------------------------------------------------
diff --git a/_posts/2015-03-13-peeking-into-Apache-Flinks-Engine-Room.md b/_posts/2015-03-13-peeking-into-Apache-Flinks-Engine-Room.md
index 1f464e3..72f56cb 100644
--- a/_posts/2015-03-13-peeking-into-Apache-Flinks-Engine-Room.md
+++ b/_posts/2015-03-13-peeking-into-Apache-Flinks-Engine-Room.md
@@ -2,12 +2,15 @@
 layout: post
 title:  "Peeking into Apache Flink's Engine Room"
 date:   2015-03-13 10:00:00
+author: "Fabian Hüske"
+author-twitter: "fhueske"
 categories: news
+excerpt: "Joins are prevalent operations in many data processing applications. Most data processing systems feature APIs that make joining data sets very easy. However, the internal algorithms for join processing are much more involved – especially if large data sets need to be efficiently handled. In this blog post, we cut through Apache Flink’s layered architecture and take a look at its internals with a focus on how it handles joins."
 ---
 
-###Join Processing in Apache Flink
+### Join Processing in Apache Flink
 
-Joins are prevalent operations in many data processing applications. Most data processing systems feature APIs that make joining data sets very easy. However, the internal algorithms for join processing are much more involved especially if large data sets need to be efficiently handled. Therefore, join processing serves as a good example to discuss the salient design points and implementation details of a data processing system.
+Joins are prevalent operations in many data processing applications. Most data processing systems feature APIs that make joining data sets very easy. However, the internal algorithms for join processing are much more involved – especially if large data sets need to be efficiently handled. Therefore, join processing serves as a good example to discuss the salient design points and implementation details of a data processing system.
 
 In this blog post, we cut through Apache Flink’s layered architecture and take a look at its internals with a focus on how it handles joins. Specifically, I will
 
@@ -19,7 +22,7 @@ In this blog post, we cut through Apache Flink’s layered architecture and take
 
 *Disclaimer*: This blog post is exclusively about equi-joins. Whenever I say “join” in the following, I actually mean “equi-join”.
 
-###How do I join with Flink?
+### How do I join with Flink?
 
 Flink provides fluent APIs in Java and Scala to write data flow programs. Flink’s APIs are centered around parallel data collections which are called data sets. data sets are processed by applying Transformations that compute new data sets. Flink’s transformations include Map and Reduce as known from MapReduce [[1]](http://research.google.com/archive/mapreduce.html) but also operators for joining, co-grouping, and iterative processing. The documentation gives an overview of all available transformations [[2]](http://ci.apache.org/projects/flink/flink-docs-release-0.8/dataset_transformations.html). 
 
@@ -52,7 +55,7 @@ Flink’s APIs also allow to:
 See the documentation for more details on Flink’s join features [[3]](http://ci.apache.org/projects/flink/flink-docs-release-0.8/dataset_transformations.html#join).
 
 
-###How does Flink join my data?
+### How does Flink join my data?
 
 Flink uses techniques which are well known from parallel database systems to efficiently execute parallel joins. A join operator must establish all pairs of elements from its input data sets for which the join condition evaluates to true. In a standalone system, the most straight-forward implementation of a join is the so-called nested-loop join which builds the full Cartesian product and evaluates the join condition for each pair of elements. This strategy has quadratic complexity and does obviously not scale to large inputs.
 
@@ -63,7 +66,7 @@ In a distributed system joins are commonly processed in two steps:
 
 The distribution of data across parallel instances must ensure that each valid join pair can be locally built by exactly one instance. For both steps, there are multiple valid strategies that can be independently picked and which are favorable in different situations. In Flink terminology, the first phase is called Ship Strategy and the second phase Local Strategy. In the following I will describe Flink’s ship and local strategies to join two data sets *R* and *S*.
 
-####Ship Strategies
+#### Ship Strategies
 Flink features two ship strategies to establish a valid data partitioning for a join:
 
 * the *Repartition-Repartition* strategy (RR) and
@@ -83,7 +86,7 @@ The Broadcast-Forward strategy sends one complete data set (R) to each parallel
 
 The Repartition-Repartition and Broadcast-Forward ship strategies establish suitable data distributions to execute a distributed join. Depending on the operations that are applied before the join, one or even both inputs of a join are already distributed in a suitable way across parallel instances. In this case, Flink will reuse such distributions and only ship one or no input at all.
 
-####Flink’s Memory Management
+#### Flink’s Memory Management
 Before delving into the details of Flink’s local join algorithms, I will briefly discuss Flink’s internal memory management. Data processing algorithms such as joining, grouping, and sorting need to hold portions of their input data in memory. While such algorithms perform best if there is enough memory available to hold all data, it is crucial to gracefully handle situations where the data size exceeds memory. Such situations are especially tricky in JVM-based systems such as Flink because the system needs to reliably recognize that it is short on memory. Failure to detect such situations can result in an `OutOfMemoryException` and kill the JVM. 
 
 Flink handles this challenge by actively managing its memory. When a worker node (TaskManager) is started, it allocates a fixed portion (70% by default) of the JVM’s heap memory that is available after initialization as 32KB byte arrays. These byte arrays are distributed as working memory to all algorithms that need to hold significant portions of data in memory. The algorithms receive their input data as Java data objects and serialize them into their working memory.
@@ -96,7 +99,7 @@ This design has several nice properties. First, the number of data objects on th
 
 This active memory management makes Flink extremely robust for processing very large data sets on limited memory resources while preserving all benefits of in-memory processing if data is small enough to fit in-memory. De/serializing data into and from memory has a certain cost overhead compared to simply holding all data elements on the JVM’s heap. However, Flink features efficient custom de/serializers which also allow to perform certain operations such as comparisons directly on serialized data without deserializing data objects from memory.
 
-####Local Strategies
+#### Local Strategies
 
 After the data has been distributed across all parallel join instances using either a Repartition-Repartition or Broadcast-Forward ship strategy, each instance runs a local join algorithm to join the elements of its local partition. Flink’s runtime features two common join strategies to perform these local joins:
 
@@ -115,13 +118,13 @@ The Hybrid-Hash-Join distinguishes its inputs as build-side and probe-side input
 <img src="{{ site.baseurl }}/img/blog/joins-hhj.png" style="width:90%;margin:15px">
 </center>
 
-###How does Flink choose join strategies?
+### How does Flink choose join strategies?
 
 Ship and local strategies do not depend on each other and can be independently chosen. Therefore, Flink can execute a join of two data sets R and S in nine different ways by combining any of the three ship strategies (RR, BF with R being broadcasted, BF with S being broadcasted) with any of the three local strategies (SM, HH with R being build-side, HH with S being build-side). Each of these strategy combinations results in different execution performance depending on the data sizes and the available amount of working memory. In case of a small data set R and a much larger data set S, broadcasting R and using it as build-side input of a Hybrid-Hash-Join is usually a good choice because the much larger data set S is not shipped and not materialized (given that the hash table completely fits into memory). If both data sets are rather large or the join is performed on many parallel instances, repartitioning both inputs is a robust choice.
 
 Flink features a cost-based optimizer which automatically chooses the execution strategies for all operators including joins. Without going into the details of cost-based optimization, this is done by computing cost estimates for execution plans with different strategies and picking the plan with the least estimated costs. Thereby, the optimizer estimates the amount of data which is shipped over the the network and written to disk. If no reliable size estimates for the input data can be obtained, the optimizer falls back to robust default choices. A key feature of the optimizer is to reason about existing data properties. For example, if the data of one input is already partitioned in a suitable way, the generated candidate plans will not repartition this input. Hence, the choice of a RR ship strategy becomes more likely. The same applies for previously sorted data and the Sort-Merge-Join strategy. Flink programs can help the optimizer to reason about existing data properties by pro
 viding semantic information about  user-defined functions [[4]](http://ci.apache.org/projects/flink/flink-docs-master/programming_guide.html#semantic-annotations). While the optimizer is a killer feature of Flink, it can happen that a user knows better than the optimizer how to execute a specific join. Similar to relational database systems, Flink offers optimizer hints to tell the optimizer which join strategies to pick [[5]](http://ci.apache.org/projects/flink/flink-docs-master/dataset_transformations.html#join-algorithm-hints).
 
-###How is Flink’s join performance?
+### How is Flink’s join performance?
 
 Alright, that sounds good, but how fast are joins in Flink? Let’s have a look. We start with a benchmark of the single-core performance of Flink’s Hybrid-Hash-Join implementation and run a Flink program that executes a Hybrid-Hash-Join with parallelism 1. We run the program on a n1-standard-2 Google Compute Engine instance (2 vCPUs, 7.5GB memory) with two locally attached SSDs. We give 4GB as working memory to the join. The join program generates 1KB records for both inputs on-the-fly, i.e., the data is not read from disk. We run 1:N (Primary-Key/Foreign-Key) joins and generate the smaller input with unique Integer join keys and the larger input with randomly chosen Integer join keys that fall into the key range of the smaller input. Hence, each tuple of the larger side joins with exactly one tuple of the smaller side. The result of the join is immediately discarded. We vary the size of the build-side input from 1 million to 12 million elements (1GB to 12GB). The probe-side inpu
 t is kept constant at 64 million elements (64GB). The following chart shows the average execution time of three runs for each setup.
 
@@ -154,11 +157,11 @@ As in the single-core benchmark, we run 1:N joins, generate the data on-the-fly,
 
 As expected, the Broadcast-Forward strategy performs best for very small inputs because the large probe side is not shipped over the network and is locally joined. However, when the size of the broadcasted side grows, two problems arise. First the amount of data which is shipped increases but also each parallel instance has to process the full broadcasted data set. The performance of both Repartitioning strategies behaves similar for growing input sizes which indicates that these strategies are mainly limited by the cost of the data transfer (at max 2TB are shipped over the network and joined). Although the Sort-Merge-Join strategy shows the worst performance all shown cases, it has a right to exist because it can nicely exploit sorted input data.
 
-###I’ve got sooo much data to join, do I really need to ship it?
+### I’ve got sooo much data to join, do I really need to ship it?
 
 We have seen that off-the-shelf distributed joins work really well in Flink. But what if your data is so huge that you do not want to shuffle it across your cluster? We recently added some features to Flink for specifying semantic properties (partitioning and sorting) on input splits and co-located reading of local input files. With these tools at hand, it is possible to join pre-partitioned data sets from your local filesystem without sending a single byte over your cluster’s network. If the input data is even pre-sorted, the join can be done as a Sort-Merge-Join without sorting, i.e., the join is essentially done on-the-fly. Exploiting co-location requires a very special setup though. Data needs to be stored on the local filesystem because HDFS does not feature data co-location and might move file blocks across data nodes. That means you need to take care of many things yourself which HDFS would have done for you, including replication to avoid data loss. On the other hand, perf
 ormance gains of joining co-located and pre-sorted can be quite substantial.
 
-###tl;dr: What should I remember from all of this?
+### tl;dr: What should I remember from all of this?
 
 * Flink’s fluent Scala and Java APIs make joins and other data transformations easy as cake.
 * The optimizer does the hard choices for you, but gives you control in case you know better.

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2015-04-07-march-in-flink.md
----------------------------------------------------------------------
diff --git a/_posts/2015-04-07-march-in-flink.md b/_posts/2015-04-07-march-in-flink.md
index 4d46346..61aefa2 100644
--- a/_posts/2015-04-07-march-in-flink.md
+++ b/_posts/2015-04-07-march-in-flink.md
@@ -7,7 +7,7 @@ categories: news
 
 March has been a busy month in the Flink community.
 
-###Flink runner for Google Cloud Dataflow
+### Flink runner for Google Cloud Dataflow
 
 A Flink runner for Google Cloud Dataflow was announced. See the blog
 posts by [data Artisans](http://data-artisans.com/dataflow.html) and
@@ -18,7 +18,7 @@ SDK and run in multiple backends, either as a managed service inside
 Google's infrastructure, or leveraging open source runners,
 including Apache Flink.
 
-###Learn about the internals of Flink
+### Learn about the internals of Flink
 
 The community has started an effort to better document the internals
 of Flink. Check out the first articles on the Flink wiki on [how Flink
@@ -35,7 +35,7 @@ Check out also the [new blog
 post](http://flink.apache.org/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html)
 on how Flink executes joins with several insights into Flink's runtime.
 
-###Meetups and talks
+### Meetups and talks
 
 Flink's machine learning efforts were presented at the [Machine
 Learning Stockholm meetup
@@ -44,16 +44,16 @@ regular Berlin Flink meetup featured a talk on the past, present, and
 future of Flink. The talk is available on
 [youtube](https://www.youtube.com/watch?v=fw2DBE6ZiEQ&feature=youtu.be).
 
-##In the Flink master
+## In the Flink master
 
-###Table API in Scala and Java
+### Table API in Scala and Java
 
 The new [Table
 API](https://github.com/apache/flink/tree/master/flink-staging/flink-table)
 in Flink is now available in both Java and Scala. Check out the
 examples [here (Java)](https://github.com/apache/flink/blob/master/flink-staging/flink-table/src/main/java/org/apache/flink/examples/java/JavaTableExample.java) and [here (Scala)](https://github.com/apache/flink/tree/master/flink-staging/flink-table/src/main/scala/org/apache/flink/examples/scala).
 
-###Additions to the Machine Learning library
+### Additions to the Machine Learning library
 
 Flink's [Machine Learning
 library](https://github.com/apache/flink/tree/master/flink-staging/flink-ml)
@@ -61,7 +61,7 @@ is seeing quite a bit of traction. Recent additions include the [CoCoA
 algorithm](http://arxiv.org/abs/1409.1458) for distributed
 optimization.
 
-###Exactly-once delivery guarantees for streaming jobs
+### Exactly-once delivery guarantees for streaming jobs
 
 Flink streaming jobs now provide exactly once processing guarantees
 when coupled with persistent sources (notably [Apache
@@ -71,11 +71,8 @@ checkpoints at failure recovery. This functionality is currently
 limited in that it does not yet handle large state and iterative
 programs.
 
-###Flink on Tez
+### Flink on Tez
 
 A new execution environment enables non-iterative Flink jobs to use
 Tez as an execution backend instead of Flink's own network stack. Learn more
-[here](http://ci.apache.org/projects/flink/flink-docs-master/flink_on_tez_guide.html).
-
-
-
+[here](http://ci.apache.org/projects/flink/flink-docs-master/flink_on_tez_guide.html).
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2015-04-13-release-0.9.0-milestone1.md
----------------------------------------------------------------------
diff --git a/_posts/2015-04-13-release-0.9.0-milestone1.md b/_posts/2015-04-13-release-0.9.0-milestone1.md
index e7014a3..67199db 100644
--- a/_posts/2015-04-13-release-0.9.0-milestone1.md
+++ b/_posts/2015-04-13-release-0.9.0-milestone1.md
@@ -20,9 +20,9 @@ through the Flink [mailing
 lists](http://flink.apache.org/community.html#mailing-lists) is, as
 always, very welcome!
 
-##New Features
+## New Features
 
-###Table API
+### Table API
 
 Flink’s new Table API offers a higher-level abstraction for
 interacting with structured data sources. The Table API allows users
@@ -47,7 +47,7 @@ data sources (DataSet and DataStream APIs).
 Check out the Table guide for Java and Scala
 [here](http://ci.apache.org/projects/flink/flink-docs-master/table.html).
 
-###Gelly Graph Processing API
+### Gelly Graph Processing API
 
 Gelly is a Java Graph API for Flink. It contains a set of utilities
 for graph analysis, support for iterative graph processing and a
@@ -68,7 +68,7 @@ Gelly will eventually subsume Spargel, Flink’s Pregel-like API. Check
 out the Gelly guide
 [here](http://ci.apache.org/projects/flink/flink-docs-master/gelly_guide.html).
 
-###Flink Machine Learning Library
+### Flink Machine Learning Library
 
 This release includes the first version of Flink’s Machine Learning
 library. The library’s pipeline approach, which has been strongly
@@ -95,7 +95,7 @@ coordinate ascent (CoCoA) algorithm is the latest addition to the
 library. The CoCoA algorithm can be used to train distributed
 soft-margin SVMs.
 
-###Flink on YARN leveraging Apache Tez
+### Flink on YARN leveraging Apache Tez
 
 We are introducing a new execution mode for Flink to be able to run
 restricted Flink programs on top of [Apache
@@ -114,7 +114,7 @@ shared YARN clusters.
 Get started with Flink on Tez
 [here](http://ci.apache.org/projects/flink/flink-docs-master/flink_on_tez_guide.html).
 
-###Reworked Distributed Runtime on Akka
+### Reworked Distributed Runtime on Akka
 
 Flink’s RPC system has been replaced by the widely adopted
 [Akka](http://akka.io) framework. Akka’s concurrency model offers the
@@ -126,7 +126,7 @@ Flink’s scalability by introducing asynchronous messages to the
 system. These asynchronous messages allow Flink to be run on many more
 nodes than before.
 
-###Exactly-once  processing on Kafka Streaming Sources
+### Exactly-once processing on Kafka Streaming Sources
 
 This release introduces stream processing with exacly-once delivery
 guarantees for Flink streaming programs that analyze streaming sources
@@ -138,7 +138,7 @@ Read
 [here](http://ci.apache.org/projects/flink/flink-docs-master/streaming_guide.html#apache-kafka)
 on how to use the persistent Kafka source.
 
-###Improved YARN support
+### Improved YARN support
 
 Flink’s YARN client contains several improvements, such as a detached
 mode for starting a YARN session in the background, the ability to
@@ -154,7 +154,7 @@ cluster.
 See the YARN docs
 [here](http://ci.apache.org/projects/flink/flink-docs-master/yarn_setup.html).
 
-##More Improvements and Fixes
+## More Improvements and Fixes
 
 * [FLINK-1605](https://issues.apache.org/jira/browse/FLINK-1605):
   Flink is not exposing its Guava and ASM dependencies to Maven

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/archive.md
----------------------------------------------------------------------
diff --git a/archive.md b/archive.md
deleted file mode 100644
index 89d7ece..0000000
--- a/archive.md
+++ /dev/null
@@ -1,85 +0,0 @@
----
-title: "Archive"
-layout: simple
----
-
-<script type="text/javascript">
-$( document ).ready(function() {
-  // Handler for .ready() called.
-  $('.ga-track').on('click', function() {
-    // we just use the element id for tracking with google analytics
-    ga('send', 'event', 'button', 'click', $(this).attr('id'));
-  });
-
-});
-</script>
-
-This page lists old versions of Flink including their documentation.
-
-## Flink 0.8.0
-
-[Jars](http://archive.apache.org/dist/flink/flink-0.8.0/)
-
-[Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.8.0/)
-
-[Java Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.8.0/api/java)
-
-[Scala Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.8.0/api/scala/index.html)
-
-## Flink 0.7.0-incubating
-
-[Jars](http://archive.apache.org/dist/incubator/flink/flink-0.7.0-incubating/)
-
-[Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.7/)
-
-[Java Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.7/api/java)
-
-[Scala Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.7/api/scala/index.html)
-
-## Flink 0.6.2-incubating
-
-[Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6.2/)
-
-[Java Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6.2/api/java)
-
-[Scala Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6.2/api/scala/index.html)
-
-## Flink 0.6.1-incubating
-
-[Jars](http://archive.apache.org/dist/incubator/flink/flink-0.6.1-incubating/)
-
-[Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6.1/)
-
-[Java Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6.1/api/java)
-
-[Scala Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6.1/api/scala/index.html)
-
-## Flink 0.6-incubating
-
-[Jars](http://archive.apache.org/dist/incubator/flink/)
-
-[Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6/)
-
-[Java Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6/api/java)
-
-[Scala Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6/api/scala/index.html)
-
-## Stratosphere 0.5.1
-
-[Java Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.5.1/api/java)
-
-[Scala Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.5.1/api/scala/index.html)
-
-
-## Stratosphere 0.5
-
-[Java Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.5/api/java)
-
-[Scala Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.5/api/scala/index.html)
-
-
-## Stratosphere 0.4
-
-[Java Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.4/api/java)
-
-[Scala Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.4/api/scala/index.html)

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/asf.md
----------------------------------------------------------------------
diff --git a/asf.md b/asf.md
deleted file mode 100644
index 96c9301..0000000
--- a/asf.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Apache Software Foundation"
-layout: with_toc
----
-
-Apache Flink is an effort currently undergoing incubation at The <a href="http://apache.org/">Apache Software Foundation</a> (ASF) sponsored by the Apache Incubator PMC. We would like to [thank the sponsors of the ASF](http://www.apache.org/foundation/thanks.html), the Apache Software Foundation itself and its community for supporting Apache Flink.
-
-The projects incubation status page can be found at [incubator.apache.org](http://incubator.apache.org/projects/flink.html).
-
-

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/blog/feed.xml
----------------------------------------------------------------------
diff --git a/blog/feed.xml b/blog/feed.xml
index a2ed719..70260de 100644
--- a/blog/feed.xml
+++ b/blog/feed.xml
@@ -1,5 +1,5 @@
 ---
-layout: none
+layout: feed
 ---
 <?xml version="1.0" encoding="UTF-8"?>
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/blog/index.html
----------------------------------------------------------------------
diff --git a/blog/index.html b/blog/index.html
index 0334f4c..c3553f7 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -1,60 +1,70 @@
 ---
 title: Blog
-description: Blog posts and news around the Stratosphere Big Data Analytics platform.
-keywords: stratosphere, news, blog, big data, data analytics
 ---
 
-<div class="container">
-	<div class="row">
-		<div class="col-md-2"></div>
-		<div class="col-md-8">
-			{% for post in paginator.posts %}
-			<article>
-				<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
-				<p class="meta">{{ post.date | date_to_string }}</p>
-
-				<div>{{ post.content }}</div>
-				<a href="{{ site.baseurl }}{{ post.url }}#disqus_thread">{{ post.title }}</a>
-			</article>
-			{% endfor %}
-		</div>
-		<div class="col-md-2"></div>
-	</div>
-</div>
-
-<script type="text/javascript">
-/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
-var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
-
-/* * * DON'T EDIT BELOW THIS LINE * * */
-(function () {
-    var s = document.createElement('script'); s.async = true;
-    s.type = 'text/javascript';
-    s.src = '//' + disqus_shortname + '.disqus.com/count.js';
-    (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
-}());
-</script>
-
-
-{% if paginator.total_pages > 1 %}
-<!-- Pagination links -->
-<ul class="pager">
-	<li>
-	{% if paginator.previous_page %}
-		<a href="{{ site.baseurl }}/blog{% if paginator.previous_page > 1%}/page{{ paginator.previous_page }}{% endif %}" class="previous">Previous</a>
-	{% else %}
-		<span>Previous</span>
-	{% endif %}
-	</li>
-	<li>
-		<span class="page_number ">Page: {{ paginator.page }} of {{ paginator.total_pages }}</span>
-	</li>
-	<li>
-	{% if paginator.next_page %}
-		<a href="{{ site.baseurl }}/blog/page{{ paginator.next_page }}" class="next">Next</a>
-	{% else %}
-		<span>Next</span>
-	{% endif %}
-	</li>
-</ul>
-{% endif %}
+<div class="row">
+  <div class="col-sm-8">
+    <!-- Blog posts -->
+    {% for post in paginator.posts %}
+    <article>
+      <h2 class="blog-title"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
+      <p>{{ post.date | date_to_string }}{% if post.author %} by {{ post.author }}{% if post.author-twitter %} (<a href="https://twitter.com/{{ post.author-twitter }}">@{{ post.author-twitter }}</a>){% endif %}{% endif %}</p>
+
+      <p>{{ post.excerpt }}</p>
+
+      <p><a href="{{ site.baseurl }}{{ post.url }}">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    {% endfor %}
+
+    <!-- Pagination links -->
+    {% if paginator.total_pages > 1 %}
+    <ul class="pager">
+      <li>
+      {% if paginator.previous_page %}
+        <a href="{{ site.baseurl }}/blog{% if paginator.previous_page > 1%}/page{{ paginator.previous_page }}{% endif %}" class="previous">Previous</a>
+      {% else %}
+        <span>Previous</span>
+      {% endif %}
+      </li>
+      <li>
+        <span class="page_number ">Page: {{ paginator.page }} of {{ paginator.total_pages }}</span>
+      </li>
+      <li>
+      {% if paginator.next_page %}
+        <a href="{{ site.baseurl }}/blog/page{{ paginator.next_page }}" class="next">Next</a>
+      {% else %}
+        <span>Next</span>
+      {% endif %}
+      </li>
+    </ul>
+    {% endif %}
+  </div>
+
+  <div class="col-sm-4" markdown="1">
+    <!-- Blog posts by YEAR -->
+    {% for post in site.posts  %}
+      {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
+      {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}
+
+      {% if forloop.first %}
+    <h2>{{this_year}}</h2>
+
+    <ul id="markdown-toc">
+      {% endif %}
+      <li><a href="{{ post.url }}">{{ post.title }}</a></li>
+      
+      {% if forloop.last %}
+    </ul>
+      {% else %}
+        {% if this_year != next_year %}
+    </ul>
+        <hr>
+        <h2>{{next_year}}</h2>
+    <ul id="markdown-toc">
+        {% endif %}
+      {% endif %}
+    {% endfor %}
+  </div>
+</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/coding-guidelines.md
----------------------------------------------------------------------
diff --git a/coding-guidelines.md b/coding-guidelines.md
new file mode 100644
index 0000000..9a72a49
--- /dev/null
+++ b/coding-guidelines.md
@@ -0,0 +1,44 @@
+---
+title:  "Coding Guidelines"
+---
+
+These are the coding and style guidelines that we follow.
+
+## Guidelines for pull requests and patches
+
+- **JIRA issue and commit message**. A pull request should relate to a JIRA issue; create an issue if none exists for the change you want to make. The latest commit message should reference that issue. An example commit message would be *[FLINK-633] Fix NullPointerException for empty UDF parameters*. That way, the pull request automatically gives a description of what it does, for example what bug does it fix in what way.
+- **No WIP pull requests**. We consider pull requests as requests to merge the referenced code *as is* into the current *stable* master branch. Therefore, a pull request should not be "work in progress". Open a pull request if you are confident that it can be merged into the current master branch without problems. If you rather want comments on your code, post a link to your working branch.
+- **Single change per PR**. Please do not combine various unrelated changes in a single pull request. Rather, open multiple individual pull requests. This ensures that pull requests are *topic related*, can be merged more easily, and typically result in topic-specific merge conflicts only.
+- **Tests need to pass**. Any pull request where the tests do not pass or which does not compile will not undergo any further review. We recommend to connect your private GitHub accounts with [Travis CI](http://travis-ci.org/) (like the Flink GitHub repository). Travis will run tests for all tested environments whenever you push something into *your* Github repository.
+- **No reformattings**. Please keep reformatting of source files to a minimum. Diffs become unreadable if you (or your IDE automatically) remove or replace whitespaces, reformat code, or comments. Also, other patches that affect the same files become un-mergeable. Please configure your IDE such that code is not automatically reformatted. Pull requests with excessive or unnecessary code reformatting might be rejected.
+- **Tests for new features are required**. All new features need to be backed by tests, *strictly*. It is very easy that a later merge accidentally throws out a feature or breaks it. This will not be caught if the feature is not guarded by tests. Anything not covered by a test is considered cosmetic.
+- **Cleanup**. Before opening a pull request follow this checklist:
+  - Rebase onto the latest version of the master branch
+  - Clean up your commits, i.e., squash them in a reasonable way and give meaningful commit messages
+  - Run *all* tests either locally with ```mvn clean verify``` or use Travis CI to check the build
+- **Append review commits**. When you get comments on the pull request asking for changes, append commits for these changes. *Do not rebase and squash them.* It allows people to review the cleanup work independently. Otherwise reviewers have to go through the entire set of diffs again.
+- **Javadocs for public methods**. Public methods and classes that are part of the user-facing API need to have JavaDocs. Please write meaningful docs. Good docs are concise and informative.
+- **Meaningful error messages**. Give meaningful exception messages. Try to imagine why an exception could be thrown (what a user did wrong) and give a message that will help a user to resolve the problem.
+- **Follow the coding style** (see below). The checkstyle plugin verifies these rules when you build the code. If your code does not follow the checkstyle rules, Maven will not compile it and consequently the build will fail.
+
+## Coding Style Guidelines
+
+- **Apache license headers**. Make sure you have Apache License headers in your files. The RAT plugin is checking for that when you build the code.
+- **Tabs vs. spaces**. We are using tabs for indentation, not spaces. We are not religious there, it just happened to be that we started with tabs, and it is important to not mix them (merge/diff conflicts).
+- **Blocks**. All statements after `if`, `for`, `while`, `do`, ... must always be encapsulated in a block with curly braces (even if the block contains one statement):
+  
+  ```java
+for (...) {
+ ...
+}
+```
+  If you are wondering why, recall the famous [*goto bug*](https://www.imperialviolet.org/2014/02/22/applebug.html) in Apple's SSL library.
+- **No wildcard imports**. Do not use wildcard imports in the core files. They can cause problems when adding to the code and in some cases even during refactoring. Exceptions are the Tuple classes, Tuple-related utilities, and Flink user programs, when importing operators/functions. Tests are a special case of the user programs.
+- **No unused imports**. Remove all unused imports.
+- **No raw generic types**. Do not use raw generic types, unless strictly necessary (sometime necessary for signature matches, arrays).
+- **Supress warnings**. Add annotations to suppress warnings, if they cannot be avoided (such as "unchecked", or "serial").
+- **Comments**. Add comments to your code. What is it doing? Add JavaDocs or inherit them by not adding any comments to the methods. Do not automatically generate comments and avoid unnecessary comments like:
+
+  ```java
+i++; // increment by one
+```

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/coding_guidelines.md
----------------------------------------------------------------------
diff --git a/coding_guidelines.md b/coding_guidelines.md
deleted file mode 100644
index 6ab5475..0000000
--- a/coding_guidelines.md
+++ /dev/null
@@ -1,65 +0,0 @@
----
-title:  "Coding Guidelines"
----
-
-These are the coding and style guidelines that we follow in the Flink project.
-
-## Guidelines for pull requests and patches
-
-- A pull request should relate to a JIRA issue; create an issue if none exists for the change you want to make. The latest commit message should reference that issue. An example commit message would be "[FLINK-633] Fix NullPointerException for empty UDF parameters". That way, the pull request automatically gives a description of what it does, for example what bug does it fix in what way?
-
-- We consider pull requests as requests to merge the referenced code *as is* into the current *stable* master branch. Therefore, a pull request should not be "work in progress". Open a pull request if you are confident that it can be merged into the current master branch without problems. If you rather want comments on your code, post a link to your working branch.
-
-- Please do not combine various unrelated changes in a single pull request. Rather, open multiple individual pull requests. This ensures that pull requests are *topic related*, can be merged more easily, and typically result in topic-specific merge conflicts only.
-
-- Any pull request where the tests do not pass or which does not compile will not undergo any further review. We recommend to connect your private GitHub accounts with [Travis CI](http://travis-ci.org/) (like the Flink GitHub repository). Travis will run tests for all tested environments whenever you push something into *your* Github repository.
-
-- Please keep reformatting of source files to a minimum. Diffs become unreadable if you (or your IDE automatically) remove or replace whitespaces, reformat code, or comments. Also, other patches that affect the same files become un-mergeable. Please configure your IDE such that code is not automatically reformatted. Pull requests with excessive or unnecessary code reformatting might be rejected.
-
-- All new features need to be backed by tests, *strictly*. It is very easy that a later merge accidentally throws out a feature or breaks it. This will not be caught if the feature is not guarded by tests. Anything not covered by a test is considered cosmetic.
-
-- Before opening a pull request follow this checklist:
- - Rebase onto the latest version of the master branch
- - Clean up your commits, i.e., squash them in a reasonable way and give meaningful commit messages
- - Run *all* tests either locally with ```mvn clean verify``` or use Travis CI to check the build
-
-- When you get comments on the pull request asking for changes, append commits for these changes. *Do not rebase and squash them.* It allows people to review the cleanup work independently. Otherwise reviewers have to go through the entire set of diffs again.
-
-- Public methods and classes that are part of the user-facing API need to have JavaDocs. Please write meaningful docs. Good docs are concise and informative.
-
-- Give meaningful exception messages. Try to imagine why an exception could be thrown (what a user did wrong) and give a message that will help a user to resolve the problem.
-
-- Follow the checkstyle rules (see below). The checkstyle plugin verifies these rules when you build the code. If your code does not follow the checkstyle rules, Maven will not compile it and consequently the build will fail.
-
-
-## Coding Style Guidelines
-
-- Make sure you have Apache License headers in your files. The RAT plugin is checking for that when you build the code.
-
-- We are using tabs for indentation, not spaces. We are not religious there, it just happened to be the way that we started with tabs, and it is important to not mix them (merge/diff conflicts).
-
-- All statements after `if`, `for`, `while`, `do`, ... must always be encapsulated in a block with curly braces (even if the block contains one statement):
-```
-for (...) {
- ...
-}
-```
-If you are wondering why, recall the famous [*goto bug*](https://www.imperialviolet.org/2014/02/22/applebug.html) in Apple's SSL library.
-
-
--  Do not use wildcard imports in the core files. They can cause problems when adding to the code and in some cases even during refactoring. Exceptions are the Tuple classes, Tuple-related utilities, and Flink user programs, when importing operators/functions. Tests are a special case of the user programs.
-  
-- Remove all unused imports.
-
-- Do not use raw generic types, unless strictly necessary (sometime necessary for signature matches, arrays).
-
-- Add annotations to suppress warnings, if they cannot be avoided (such as "unchecked", or "serial")
-
-- Do not add "non-javadoc" comments. 
-
-- Add comments to your code. What is it doing? Add JavaDocs or inherit them by not adding any comments to the methods. Do not automatically generate comments and avoid unnecessary comments like
-```
-i++;  // increment by one
-```
-
-

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
index 70683b2..0aa3485 100644
--- a/community.md
+++ b/community.md
@@ -1,276 +1,270 @@
 ---
 title: "Community"
-layout: with_toc
 ---
 
-# Getting Help
+There are many ways to get help from the Apache Flink community. The [mailing lists](#mailing-lists) are the primary place where all Flink committers are present. If you want to talk with the Flink committers and users in a chat, there is a [IRC channel](#irc). Some committers are also monitoring [Stack Overflow](http://stackoverflow.com/questions/tagged/flink). Please remember to tag your questions with the *[flink](http://stackoverflow.com/questions/tagged/flink)* tag. Bugs and feature requests can either be discussed on *dev mailing list* or on [JIRA]({{ site.jire }}). Those interested in contributing to Flink should check out the [contribution guide](how-to-contribute.html).
 
-There are many ways to get help from the Apache Flink community. The mailing lists are the primary place where all Flink committers are present.
-To ask a question there, you have to send an empty subscription email first to *user-subscribe@flink.apache.org*. Once the subscription is confirmed, you can send questions to *user@flink.apache.org*.
-
-If you want to talk with the Flink committers and users in a chat, there is a Freenode [IRC channel](#irc) for *#flink*.
-
-Some committers are also monitoring [stackoverflow](http://stackoverflow.com/questions/tagged/flink) for Flink related questions. Please remember to tag them with the *[flink](http://stackoverflow.com/questions/tagged/flink)* tag. [Ask a Question on Stackoverflow](http://stackoverflow.com/questions/ask/?tags=flink).
-
-Bugs and feature requests can either be discussed on *dev@flink.apache.org* or on [JIRA]({{ site.FLINK_ISSUES_URL }}).
-
-Those interested in contributing to Flink should check out the ["How to contribute" guide](http://localhost:4000/how-to-contribute.html).
+{% toc %}
 
 ## Mailing Lists
 
 <table class="table table-striped">
-	<thead>
-		<th class="text-center">Name</th>
-		<th class="text-center">Subscribe</th>
-		<th class="text-center">Digest</th>
-		<th class="text-center">Unsubscribe</th>
-		<th class="text-center">Post</th>
-		<th class="text-center">Archive</th>
-	</thead>
-	<tr>
-		<td>
-			<strong>news</strong>@flink.apache.org<br>
-			<small>News and announcements from the Flink community.</small>
-		</td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:news-subscribe@flink.apache.org">Subscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:news-digest-subscribe@flink.apache.org">Subscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:news-unsubscribe@flink.apache.org">Unsubscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <i>Read only list</i></td>
-		<td class="text-center">
-			<a href="http://mail-archives.apache.org/mod_mbox/flink-news/">Archives</a> <br>
-		</td>
-	</tr>
-	<tr>
-		<td>
-			<strong>user</strong>@flink.apache.org<br>
-			<small>User support and questions mailing list</small>
-		</td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-subscribe@flink.apache.org">Subscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-digest-subscribe@flink.apache.org">Subscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-unsubscribe@flink.apache.org">Unsubscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user@flink.apache.org">Post</a></td>
-		<td class="text-center">
-			<a href="http://mail-archives.apache.org/mod_mbox/flink-user/">Archives</a> <br>
-			<a href="http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/">Nabble Archive</a>
-		</td>
-	</tr>
-	<tr>
-		<td>
-			<strong>dev</strong>@flink.apache.org<br>
-			<small>Development related discussions</small>
-		</td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-subscribe@flink.apache.org">Subscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-digest-subscribe@flink.apache.org">Subscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-unsubscribe@flink.apache.org">Unsubscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev@flink.apache.org">Post</a></td>
-		<td class="text-center">
-			<a href="http://mail-archives.apache.org/mod_mbox/flink-dev/">Archives</a> <br>
-			<a href="http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/">Nabble Archive</a>
-		</td>
-	</tr>
-	<tr>
-		<td>
-			<strong>issues</strong>@flink.apache.org
-			<br>
-			<small>Mirror of all JIRA activity</small>
-		</td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:issues-subscribe@flink.apache.org">Subscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:issues-digest-subscribe@flink.apache.org">Subscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:issues-unsubscribe@flink.apache.org">Unsubscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i><i>Read only list</i></td>
-		<td class="text-center"><a href="http://mail-archives.apache.org/mod_mbox/flink-issues/">Archives</a></td>
-	</tr>
-	<tr>
-		<td>
-			<strong>commits</strong>@flink.apache.org
-			<br>
-			<small>All commits to our Git (code) and SVN (website) repositories</small>
-		</td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:commits-subscribe@flink.apache.org">Subscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:commits-digest-subscribe@flink.apache.org">Subscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:commits-unsubscribe@flink.apache.org">Unsubscribe</a></td>
-		<td class="text-center"><i class="fa fa-pencil-square-o"></i> <i>Read only list</i></td>
-		<td class="text-center"><a href="http://mail-archives.apache.org/mod_mbox/flink-commits/">Archives</a></td>
-	</tr>
+  <thead>
+    <th class="text-center">Name</th>
+    <th class="text-center">Subscribe</th>
+    <th class="text-center">Digest</th>
+    <th class="text-center">Unsubscribe</th>
+    <th class="text-center">Post</th>
+    <th class="text-center">Archive</th>
+  </thead>
+  <tr>
+    <td>
+      <strong>news</strong>@flink.apache.org<br>
+      <small>News and announcements from the Flink community.</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:news-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:news-digest-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:news-unsubscribe@flink.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <i>Read only list</i></td>
+    <td class="text-center">
+      <a href="http://mail-archives.apache.org/mod_mbox/flink-news/">Archives</a> <br>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <strong>user</strong>@flink.apache.org<br>
+      <small>User support and questions mailing list</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-digest-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-unsubscribe@flink.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user@flink.apache.org">Post</a></td>
+    <td class="text-center">
+      <a href="http://mail-archives.apache.org/mod_mbox/flink-user/">Archives</a> <br>
+      <a href="http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/">Nabble Archive</a>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <strong>dev</strong>@flink.apache.org<br>
+      <small>Development related discussions</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-digest-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-unsubscribe@flink.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev@flink.apache.org">Post</a></td>
+    <td class="text-center">
+      <a href="http://mail-archives.apache.org/mod_mbox/flink-dev/">Archives</a> <br>
+      <a href="http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/">Nabble Archive</a>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <strong>issues</strong>@flink.apache.org
+      <br>
+      <small>Mirror of all JIRA activity</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:issues-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:issues-digest-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:issues-unsubscribe@flink.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i><i>Read only list</i></td>
+    <td class="text-center"><a href="http://mail-archives.apache.org/mod_mbox/flink-issues/">Archives</a></td>
+  </tr>
+  <tr>
+    <td>
+      <strong>commits</strong>@flink.apache.org
+      <br>
+      <small>All commits to our repositories</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:commits-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:commits-digest-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:commits-unsubscribe@flink.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <i>Read only list</i></td>
+    <td class="text-center"><a href="http://mail-archives.apache.org/mod_mbox/flink-commits/">Archives</a></td>
+  </tr>
 </table>
 
-## Issues
+## IRC
 
-We use JIRA to track all code related issues: {{ site.FLINK_ISSUES_URL }}.
+There is an IRC channel called #flink dedicated to Apache Flink at irc.freenode.org. There is also a [web-based IRC client](http://webchat.freenode.net/?channels=flink) available.
 
-All issue activity is also mirrored to the issues mailing list.
+The IRC channel can be used for online discussions about Apache Flink as community, but developers should be careful to move or duplicate all the official or useful discussions to the issue tracking system or dev mailing list.
 
-## IRC
+## Stack Overflow
 
-There is an IRC channel called #flink dedicated to Apache Flink at irc.freenode.org. There is also a [web-based IRC client](http://webchat.freenode.net/?channels=flink) available.
+Committers are watching [Stack Overflow](http://stackoverflow.com/questions/tagged/flink) for the [flink](http://stackoverflow.com/questions/tagged/flink) tag.
 
-The IRC channel can be used for online discussions about Apache Flink as community, but developers should be careful 
-to move or duplicate all the official or useful discussions to the issue tracking system or dev mailing list.
+Make sure to tag your questions there accordingly to get answers from the Flink community.
 
-## Team
+## Issue Tracker
+
+We use JIRA to track all code related issues: [{{ site.jira }}]({{ site.jira }}).
+
+All issue activity is also mirrored to the issues mailing list.
+
+## People
 
 <table class="table table-striped">
-	<thead>
-		<th class="text-center"></th>
-		<th class="text-center">Name</th>
-		<th class="text-center">Role</th>
-		<th class="text-center">Apache ID</th>
-	</thead>
-	<tr>
-		<td class="text-center"><img src="https://avatars2.githubusercontent.com/u/5990983?s=50"></td>
-		<td class="text-center">Márton Balassi</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">mbalassi</td>
-	</tr>
+  <thead>
+    <th class="text-center"></th>
+    <th class="text-center">Name</th>
+    <th class="text-center">Role</th>
+    <th class="text-center">Apache ID</th>
+  </thead>
+  <tr>
+    <td class="text-center"><img src="https://avatars2.githubusercontent.com/u/5990983?s=50"></td>
+    <td class="text-center">Márton Balassi</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">mbalassi</td>
+  </tr>
     <tr>
         <td class="text-center"><img src="https://avatars2.githubusercontent.com/u/858078?v=3&s=50"></td>
         <td class="text-center">Paris Carbone</td>
         <td class="text-center">Committer</td>
         <td class="text-center">senorcarbone</td>
     </tr>
-	<tr>
-		<td class="text-center" width="10%"><img src="https://avatars3.githubusercontent.com/u/1756620?s=50"></a></td>
-		<td class="text-center">Ufuk Celebi</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">uce</td>
-	</tr>
-	<tr>
-		<td class="text-center"><img src="https://avatars2.githubusercontent.com/u/1727146?s=50"></td>
-		<td class="text-center">Stephan Ewen</td>
-		<td class="text-center">PMC, Committer, VP</td>
-		<td class="text-center">sewen</td>
-	</tr>
-	<tr>
-		<td class="text-center"><img src="https://avatars1.githubusercontent.com/u/5880972?s=50"></td>
-		<td class="text-center">Gyula Fóra</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">gyfora</td>
-	</tr>
-	<tr>
-		<td class="text-center"></td>
-		<td class="text-center">Alan Gates</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">gates</td>
-	</tr>
-	<tr>
-		<td class="text-center"><img src="https://avatars0.githubusercontent.com/u/2388347?s=50"></td>
-		<td class="text-center">Fabian Hueske</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">fhueske</td>
-	</tr>
-		<tr>
-		<td class="text-center"><img src="https://avatars3.githubusercontent.com/u/498957?v=3&s=50"></td>
-		<td class="text-center">Vasia Kalavri</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">vasia</td>
-	</tr>
-	</tr>
-		<tr>
-		<td class="text-center"><img src="https://avatars0.githubusercontent.com/u/68551?s=50"></td>
-		<td class="text-center">Aljoscha Krettek</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">aljoscha</td>
-	</tr>
-	<tr>
-		<td class="text-center"><img src="https://avatars0.githubusercontent.com/u/89049?s=50"></td>
-		<td class="text-center">Robert Metzger</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">rmetzger</td>
-	</tr>
-	<tr>
-		<td class="text-center"><img src="https://avatars2.githubusercontent.com/u/837221?s=50"></td>
-		<td class="text-center">Maximilian Michels</td>
-		<td class="text-center">Committer</td>
-		<td class="text-center">mxm</td>
-	</tr>
-	</tr>
-	<tr>
-		<td class="text-center"><img src="https://avatars1.githubusercontent.com/u/5756858?s=50"></td>
-		<td class="text-center">Till Rohrmann</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">trohrmann</td>
-	</tr>
-	<tr>
-		<td class="text-center"><img src="https://avatars0.githubusercontent.com/u/105434?s=50"></td>
-		<td class="text-center">Henry Saputra</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">hsaputra</td>
-	</tr>
-	<tr>
-		<td class="text-center"><img src="https://avatars1.githubusercontent.com/u/409707?s=50"></td>
-		<td class="text-center">Sebastian Schelter</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">ssc</td>
-	</tr>
-	<tr>
-		<td class="text-center"><img src="https://avatars2.githubusercontent.com/u/1925554?s=50"></td>
-		<td class="text-center">Kostas Tzoumas</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">ktzoumas</td>
-	</tr>
-	<tr>
-		<td class="text-center"></td>
-		<td class="text-center">Timo Walther</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">twalthr</td>
-	</tr>	
-	<tr>
-		<td class="text-center"><img src="https://avatars1.githubusercontent.com/u/1826769?s=50"></td>
-		<td class="text-center">Daniel Warneke</td>
-		<td class="text-center">PMC, Committer</td>
-		<td class="text-center">warneke</td>
-	</tr>
+  <tr>
+    <td class="text-center" width="10%"><img src="https://avatars3.githubusercontent.com/u/1756620?s=50"></a></td>
+    <td class="text-center">Ufuk Celebi</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">uce</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars2.githubusercontent.com/u/1727146?s=50"></td>
+    <td class="text-center">Stephan Ewen</td>
+    <td class="text-center">PMC, Committer, VP</td>
+    <td class="text-center">sewen</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars1.githubusercontent.com/u/5880972?s=50"></td>
+    <td class="text-center">Gyula Fóra</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">gyfora</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Alan Gates</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">gates</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars0.githubusercontent.com/u/2388347?s=50"></td>
+    <td class="text-center">Fabian Hueske</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">fhueske</td>
+  </tr>
+    <tr>
+    <td class="text-center"><img src="https://avatars3.githubusercontent.com/u/498957?v=3&s=50"></td>
+    <td class="text-center">Vasia Kalavri</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">vasia</td>
+  </tr>
+  </tr>
+    <tr>
+    <td class="text-center"><img src="https://avatars0.githubusercontent.com/u/68551?s=50"></td>
+    <td class="text-center">Aljoscha Krettek</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">aljoscha</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars0.githubusercontent.com/u/89049?s=50"></td>
+    <td class="text-center">Robert Metzger</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">rmetzger</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars2.githubusercontent.com/u/837221?s=50"></td>
+    <td class="text-center">Maximilian Michels</td>
+    <td class="text-center">Committer</td>
+    <td class="text-center">mxm</td>
+  </tr>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars1.githubusercontent.com/u/5756858?s=50"></td>
+    <td class="text-center">Till Rohrmann</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">trohrmann</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars0.githubusercontent.com/u/105434?s=50"></td>
+    <td class="text-center">Henry Saputra</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">hsaputra</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars1.githubusercontent.com/u/409707?s=50"></td>
+    <td class="text-center">Sebastian Schelter</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">ssc</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars2.githubusercontent.com/u/1925554?s=50"></td>
+    <td class="text-center">Kostas Tzoumas</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">ktzoumas</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Timo Walther</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">twalthr</td>
+  </tr> 
+  <tr>
+    <td class="text-center"><img src="https://avatars1.githubusercontent.com/u/1826769?s=50"></td>
+    <td class="text-center">Daniel Warneke</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">warneke</td>
+  </tr>
 </table>
 
-You can reach committers directly at `<apache-id>@apache.org`. A list of all contributors can be found on our GitHub [Contributors]({{ site.FLINK_GITHUB_CONTRIBUTORS_URL }}) page.
+You can reach committers directly at `<apache-id>@apache.org`. A list of all contributors can be found on our [GitHub Contributors]({{ site.FLINK_GITHUB_CONTRIBUTORS_URL }}) page.
 
-##Former mentors
+## Former mentors
 
 The following people were very kind to mentor the project while in incubation.
 
 <table class="table table-striped">
-	<thead>
-		<th class="text-center"></th>
-		<th class="text-center">Name</th>
-		<th class="text-center">Role</th>
-		<th class="text-center">Apache ID</th>
-	</thead>
-	<tr>
-		<td class="text-center"></td>
-		<td class="text-center">Ashutosh Chauhan</td>
-		<td class="text-center">Former PPMC, Mentor</td>
-		<td class="text-center">hashutosh</td>
-	</tr>
-	<tr>
-		<td class="text-center"></td>
-		<td class="text-center">Ted Dunning</td>
-		<td class="text-center">Former PPMC, Mentor</td>
-		<td class="text-center">tdunning</td>
-	</tr>
-	<tr>
-		<td class="text-center"></td>
-		<td class="text-center">Alan Gates</td>
-		<td class="text-center">Former PPMC, Mentor</td>
-		<td class="text-center">gates</td>
-	</tr>
-	</tr>
-		<tr>
-		<td class="text-center"></td>
-		<td class="text-center">Owen O'Malley</td>
-		<td class="text-center">Former PPMC, Mentor</td>
-		<td class="text-center">omalley</td>
-	</tr>
-	<tr>
-		<td class="text-center"></td>
-		<td class="text-center">Sean Owen</td>
-		<td class="text-center">Former PPMC, Mentor</td>
-		<td class="text-center">srowen</td>
-	</tr>
-	<tr>
-		<td class="text-center"></td>
-		<td class="text-center">Henry Saputra</td>
-		<td class="text-center">Former PPMC, Mentor</td>
-		<td class="text-center">hsaputra</td>
-	</tr>
-</table>
-
+  <thead>
+    <th class="text-center"></th>
+    <th class="text-center">Name</th>
+    <th class="text-center">Role</th>
+    <th class="text-center">Apache ID</th>
+  </thead>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Ashutosh Chauhan</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">hashutosh</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Ted Dunning</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">tdunning</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Alan Gates</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">gates</td>
+  </tr>
+  </tr>
+    <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Owen O'Malley</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">omalley</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Sean Owen</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">srowen</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Henry Saputra</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">hsaputra</td>
+  </tr>
+</table>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/content/coding-guidelines.html
----------------------------------------------------------------------
diff --git a/content/coding-guidelines.html b/content/coding-guidelines.html
new file mode 100644
index 0000000..2d64c3b
--- /dev/null
+++ b/content/coding-guidelines.html
@@ -0,0 +1,207 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Coding Guidelines</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</span></a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</span></a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</span></a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown active">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+                
+                <!-- Community -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-12">
+      <h1>Coding Guidelines</h1>
+
+<p>These are the coding and style guidelines that we follow.</p>
+
+<h2 id="guidelines-for-pull-requests-and-patches">Guidelines for pull requests and patches</h2>
+
+<ul>
+  <li><strong>JIRA issue and commit message</strong>. A pull request should relate to a JIRA issue; create an issue if none exists for the change you want to make. The latest commit message should reference that issue. An example commit message would be <em>[FLINK-633] Fix NullPointerException for empty UDF parameters</em>. That way, the pull request automatically gives a description of what it does, for example what bug does it fix in what way.</li>
+  <li><strong>No WIP pull requests</strong>. We consider pull requests as requests to merge the referenced code <em>as is</em> into the current <em>stable</em> master branch. Therefore, a pull request should not be “work in progress”. Open a pull request if you are confident that it can be merged into the current master branch without problems. If you rather want comments on your code, post a link to your working branch.</li>
+  <li><strong>Single change per PR</strong>. Please do not combine various unrelated changes in a single pull request. Rather, open multiple individual pull requests. This ensures that pull requests are <em>topic related</em>, can be merged more easily, and typically result in topic-specific merge conflicts only.</li>
+  <li><strong>Tests need to pass</strong>. Any pull request where the tests do not pass or which does not compile will not undergo any further review. We recommend to connect your private GitHub accounts with <a href="http://travis-ci.org/">Travis CI</a> (like the Flink GitHub repository). Travis will run tests for all tested environments whenever you push something into <em>your</em> Github repository.</li>
+  <li><strong>No reformattings</strong>. Please keep reformatting of source files to a minimum. Diffs become unreadable if you (or your IDE automatically) remove or replace whitespaces, reformat code, or comments. Also, other patches that affect the same files become un-mergeable. Please configure your IDE such that code is not automatically reformatted. Pull requests with excessive or unnecessary code reformatting might be rejected.</li>
+  <li><strong>Tests for new features are required</strong>. All new features need to be backed by tests, <em>strictly</em>. It is very easy that a later merge accidentally throws out a feature or breaks it. This will not be caught if the feature is not guarded by tests. Anything not covered by a test is considered cosmetic.</li>
+  <li><strong>Cleanup</strong>. Before opening a pull request follow this checklist:
+    <ul>
+      <li>Rebase onto the latest version of the master branch</li>
+      <li>Clean up your commits, i.e., squash them in a reasonable way and give meaningful commit messages</li>
+      <li>Run <em>all</em> tests either locally with <code>mvn clean verify</code> or use Travis CI to check the build</li>
+    </ul>
+  </li>
+  <li><strong>Append review commits</strong>. When you get comments on the pull request asking for changes, append commits for these changes. <em>Do not rebase and squash them.</em> It allows people to review the cleanup work independently. Otherwise reviewers have to go through the entire set of diffs again.</li>
+  <li><strong>Javadocs for public methods</strong>. Public methods and classes that are part of the user-facing API need to have JavaDocs. Please write meaningful docs. Good docs are concise and informative.</li>
+  <li><strong>Meaningful error messages</strong>. Give meaningful exception messages. Try to imagine why an exception could be thrown (what a user did wrong) and give a message that will help a user to resolve the problem.</li>
+  <li><strong>Follow the coding style</strong> (see below). The checkstyle plugin verifies these rules when you build the code. If your code does not follow the checkstyle rules, Maven will not compile it and consequently the build will fail.</li>
+</ul>
+
+<h2 id="coding-style-guidelines">Coding Style Guidelines</h2>
+
+<ul>
+  <li><strong>Apache license headers</strong>. Make sure you have Apache License headers in your files. The RAT plugin is checking for that when you build the code.</li>
+  <li><strong>Tabs vs. spaces</strong>. We are using tabs for indentation, not spaces. We are not religious there, it just happened to be that we started with tabs, and it is important to not mix them (merge/diff conflicts).</li>
+  <li>
+    <p><strong>Blocks</strong>. All statements after <code>if</code>, <code>for</code>, <code>while</code>, <code>do</code>, … must always be encapsulated in a block with curly braces (even if the block contains one statement):</p>
+
+    <div class="highlight"><pre><code class="language-java"><span class="k">for</span> <span class="o">(...)</span> <span class="o">{</span>
+ <span class="o">...</span>
+<span class="o">}</span></code></pre></div>
+    <p>If you are wondering why, recall the famous <a href="https://www.imperialviolet.org/2014/02/22/applebug.html"><em>goto bug</em></a> in Apple’s SSL library.</p>
+  </li>
+  <li><strong>No wildcard imports</strong>. Do not use wildcard imports in the core files. They can cause problems when adding to the code and in some cases even during refactoring. Exceptions are the Tuple classes, Tuple-related utilities, and Flink user programs, when importing operators/functions. Tests are a special case of the user programs.</li>
+  <li><strong>No unused imports</strong>. Remove all unused imports.</li>
+  <li><strong>No raw generic types</strong>. Do not use raw generic types, unless strictly necessary (sometime necessary for signature matches, arrays).</li>
+  <li><strong>Supress warnings</strong>. Add annotations to suppress warnings, if they cannot be avoided (such as “unchecked”, or “serial”).</li>
+  <li>
+    <p><strong>Comments</strong>. Add comments to your code. What is it doing? Add JavaDocs or inherit them by not adding any comments to the methods. Do not automatically generate comments and avoid unnecessary comments like:</p>
+
+    <div class="highlight"><pre><code class="language-java"><span class="n">i</span><span class="o">++;</span> <span class="c1">// increment by one</span></code></pre></div>
+  </li>
+</ul>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/content/css/flink.css
----------------------------------------------------------------------
diff --git a/content/css/flink.css b/content/css/flink.css
new file mode 100644
index 0000000..4c244e6
--- /dev/null
+++ b/content/css/flink.css
@@ -0,0 +1,150 @@
+/*=============================================================================
+                         Navbar at the top of the page
+=============================================================================*/
+
+/* Padding at top because of the fixed navbar. */
+body {
+	padding-top: 70px;
+}
+
+/* Our logo. */
+.navbar-logo {
+	padding: 5px 15px 5px 15px;
+}
+.navbar-logo img {
+	height: 40px;
+}
+
+/* Links */
+.navbar-default .navbar-nav > li > a {
+	color: black;
+	font-weight: bold;
+}
+.navbar-default .navbar-nav > li > a:hover {
+	background: #E7E7E7;
+}
+
+.navbar-collapse .dropdown-header {
+	color: black;
+}
+
+/*=============================================================================
+                                    Text
+=============================================================================*/
+
+/* The auto-generated TOC anchors are hidden by the top navbar otherwise. */
+h1, h2, h3, h4, h5, h6 {
+    padding-top: 70px;
+    margin-top: -60px;
+}
+
+h1 {
+	font-size: 160%;
+}
+
+h2 {
+	font-size: 140%;
+}
+
+h3, h4, h5, h6 {
+	font-size: 120%;
+}
+
+/*=============================================================================
+                                    Stack
+=============================================================================*/
+
+.stack img {
+	/*width: 100%;*/
+}
+
+pre {
+	background: none;
+}
+
+/*=============================================================================
+                              Table of Contents
+=============================================================================*/
+
+.page-toc {
+	padding-bottom: 2em;
+}
+
+#markdown-toc {
+	font-size: 90%;
+}
+
+@media (min-width: 768px) {
+	#markdown-toc {
+		/*width: 35%;*/
+	}
+}
+
+/* Custom list styling */
+#markdown-toc, #markdown-toc ul {
+	list-style: none;
+	display: block;
+	position: relative;
+	padding-left: 0;
+	margin-bottom: 0;
+}
+
+/* All element */
+#markdown-toc li > a {
+	display: block;
+	padding: 5px 10px;
+	border: 1px solid #E5E5E5;
+	margin:-1px;
+}
+#markdown-toc li > a:hover,
+#markdown-toc li > a:focus {
+  text-decoration: none;
+  background-color: #eee;
+}
+
+/* 1st-level elements */
+#markdown-toc > li > a {
+	font-weight: bold;
+}
+
+/* 2nd-level element */
+#markdown-toc > li li > a {
+	padding-left: 20px; /* A little more indentation*/
+}
+
+/* >= 3rd-level element */
+#markdown-toc > li li li {
+	display: none; /* hide */
+}
+
+#markdown-toc li:last-child > a {
+	border-bottom: 1px solid #E5E5E5;
+}
+
+/*=============================================================================
+                                 Blog
+=============================================================================*/
+.blog-title a {
+	color: black;
+}
+
+code {
+	background: none;
+	color: black;
+}
+
+.footer {
+	padding: 1em 0 2em 0;
+}
+
+.download-button {
+	padding-bottom:10px
+}
+
+.logo img {
+	width: 100%;
+}
+
+.img100 img {
+	width: 100%;
+}


[38/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/11/18/hadoop-compatibility.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/18/hadoop-compatibility.html b/content/news/2014/11/18/hadoop-compatibility.html
new file mode 100644
index 0000000..df24619
--- /dev/null
+++ b/content/news/2014/11/18/hadoop-compatibility.html
@@ -0,0 +1,262 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Hadoop Compatibility in Flink</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Hadoop Compatibility in Flink</h1>
+
+      <article>
+        <p>18 Nov 2014 by Fabian Hüske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p>
+
+<p><a href="http://hadoop.apache.org">Apache Hadoop</a> is an industry standard for scalable analytical data processing. Many data analysis applications have been implemented as Hadoop MapReduce jobs and run in clusters around the world. Apache Flink can be an alternative to MapReduce and improves it in many dimensions. Among other features, Flink provides much better performance and offers APIs in Java and Scala, which are very easy to use. Similar to Hadoop, Flink’s APIs provide interfaces for Mapper and Reducer functions, as well as Input- and OutputFormats along with many more operators. While being conceptually equivalent, Hadoop’s MapReduce and Flink’s interfaces for these functions are unfortunately not source compatible.</p>
+
+<h2 id="flinks-hadoop-compatibility-package">Flink’s Hadoop Compatibility Package</h2>
+
+<center>
+<img src="/img/blog/hcompat-logos.png" style="width:30%;margin:15px" />
+</center>
+
+<p>To close this gap, Flink provides a Hadoop Compatibility package to wrap functions implemented against Hadoop’s MapReduce interfaces and embed them in Flink programs. This package was developed as part of a <a href="https://developers.google.com/open-source/soc/">Google Summer of Code</a> 2014 project.</p>
+
+<p>With the Hadoop Compatibility package, you can reuse all your Hadoop</p>
+
+<ul>
+  <li><code>InputFormats</code> (mapred and mapreduce APIs)</li>
+  <li><code>OutputFormats</code> (mapred and mapreduce APIs)</li>
+  <li><code>Mappers</code> (mapred API)</li>
+  <li><code>Reducers</code> (mapred API)</li>
+</ul>
+
+<p>in Flink programs without changing a line of code. Moreover, Flink also natively supports all Hadoop data types (<code>Writables</code> and <code>WritableComparable</code>).</p>
+
+<p>The following code snippet shows a simple Flink WordCount program that solely uses Hadoop data types, InputFormat, OutputFormat, Mapper, and Reducer functions.</p>
+
+<div class="highlight"><pre><code class="language-java"><span class="c1">// Definition of Hadoop Mapper function</span>
+<span class="kd">public</span> <span class="kd">class</span> <span class="nc">Tokenizer</span> <span class="kd">implements</span> <span class="n">Mapper</span><span class="o">&lt;</span><span class="n">LongWritable</span><span class="o">,</span> <span class="n">Text</span><span class="o">,</span> <span class="n">Text</span><span class="o">,</span> <span class="n">LongWritable</span><span class="o">&gt;</span> <span class="o">{</span> <span class="o">...</span> <span class="o">}</span>
+<span class="c1">// Definition of Hadoop Reducer function</span>
+<span class="kd">public</span> <span class="kd">class</span> <span class="nc">Counter</span> <span class="kd">implements</span> <span class="n">Reducer</span><span class="o">&lt;</span><span class="n">Text</span><span class="o">,</span> <span class="n">LongWritable</span><span class="o">,</span> <span class="n">Text</span><span class="o">,</span> <span class="n">LongWritable</span><span class="o">&gt;</span> <span class="o">{</span> <span class="o">...</span> <span class="o">}</span>
+
+<span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="o">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="o">)</span> <span class="o">{</span>
+  <span class="kd">final</span> <span class="n">String</span> <span class="n">inputPath</span> <span class="o">=</span> <span class="n">args</span><span class="o">[</span><span class="mi">0</span><span class="o">];</span>
+  <span class="kd">final</span> <span class="n">String</span> <span class="n">outputPath</span> <span class="o">=</span> <span class="n">args</span><span class="o">[</span><span class="mi">1</span><span class="o">];</span>
+
+  <span class="kd">final</span> <span class="n">ExecutionEnvironment</span> <span class="n">env</span> <span class="o">=</span> <span class="n">ExecutionEnvironment</span><span class="o">.</span><span class="na">getExecutionEnvironment</span><span class="o">();</span>
+        
+  <span class="c1">// Setup Hadoop’s TextInputFormat</span>
+  <span class="n">HadoopInputFormat</span><span class="o">&lt;</span><span class="n">LongWritable</span><span class="o">,</span> <span class="n">Text</span><span class="o">&gt;</span> <span class="n">hadoopInputFormat</span> <span class="o">=</span> 
+      <span class="k">new</span> <span class="n">HadoopInputFormat</span><span class="o">&lt;</span><span class="n">LongWritable</span><span class="o">,</span> <span class="n">Text</span><span class="o">&gt;(</span>
+        <span class="k">new</span> <span class="nf">TextInputFormat</span><span class="o">(),</span> <span class="n">LongWritable</span><span class="o">.</span><span class="na">class</span><span class="o">,</span> <span class="n">Text</span><span class="o">.</span><span class="na">class</span><span class="o">,</span> <span class="k">new</span> <span class="nf">JobConf</span><span class="o">());</span>
+  <span class="n">TextInputFormat</span><span class="o">.</span><span class="na">addInputPath</span><span class="o">(</span><span class="n">hadoopInputFormat</span><span class="o">.</span><span class="na">getJobConf</span><span class="o">(),</span> <span class="k">new</span> <span class="nf">Path</span><span class="o">(</span><span class="n">inputPath</span><span class="o">));</span>
+  
+  <span class="c1">// Read a DataSet with the Hadoop InputFormat</span>
+  <span class="n">DataSet</span><span class="o">&lt;</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">LongWritable</span><span class="o">,</span> <span class="n">Text</span><span class="o">&gt;&gt;</span> <span class="n">text</span> <span class="o">=</span> <span class="n">env</span><span class="o">.</span><span class="na">createInput</span><span class="o">(</span><span class="n">hadoopInputFormat</span><span class="o">);</span>
+  <span class="n">DataSet</span><span class="o">&lt;</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">Text</span><span class="o">,</span> <span class="n">LongWritable</span><span class="o">&gt;&gt;</span> <span class="n">words</span> <span class="o">=</span> <span class="n">text</span>
+    <span class="c1">// Wrap Tokenizer Mapper function</span>
+    <span class="o">.</span><span class="na">flatMap</span><span class="o">(</span><span class="k">new</span> <span class="n">HadoopMapFunction</span><span class="o">&lt;</span><span class="n">LongWritable</span><span class="o">,</span> <span class="n">Text</span><span class="o">,</span> <span class="n">Text</span><span class="o">,</span> <span class="n">LongWritable</span><span class="o">&gt;(</span><span class="k">new</span> <span class="nf">Tokenizer</span><span class="o">()))</span>
+    <span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="mi">0</span><span class="o">)</span>
+    <span class="c1">// Wrap Counter Reducer function (used as Reducer and Combiner)</span>
+    <span class="o">.</span><span class="na">reduceGroup</span><span class="o">(</span><span class="k">new</span> <span class="n">HadoopReduceCombineFunction</span><span class="o">&lt;</span><span class="n">Text</span><span class="o">,</span> <span class="n">LongWritable</span><span class="o">,</span> <span class="n">Text</span><span class="o">,</span> <span class="n">LongWritable</span><span class="o">&gt;(</span>
+      <span class="k">new</span> <span class="nf">Counter</span><span class="o">(),</span> <span class="k">new</span> <span class="nf">Counter</span><span class="o">()));</span>
+        
+  <span class="c1">// Setup Hadoop’s TextOutputFormat</span>
+  <span class="n">HadoopOutputFormat</span><span class="o">&lt;</span><span class="n">Text</span><span class="o">,</span> <span class="n">LongWritable</span><span class="o">&gt;</span> <span class="n">hadoopOutputFormat</span> <span class="o">=</span> 
+    <span class="k">new</span> <span class="n">HadoopOutputFormat</span><span class="o">&lt;</span><span class="n">Text</span><span class="o">,</span> <span class="n">LongWritable</span><span class="o">&gt;(</span>
+      <span class="k">new</span> <span class="n">TextOutputFormat</span><span class="o">&lt;</span><span class="n">Text</span><span class="o">,</span> <span class="n">LongWritable</span><span class="o">&gt;(),</span> <span class="k">new</span> <span class="nf">JobConf</span><span class="o">());</span>
+  <span class="n">hadoopOutputFormat</span><span class="o">.</span><span class="na">getJobConf</span><span class="o">().</span><span class="na">set</span><span class="o">(</span><span class="s">&quot;mapred.textoutputformat.separator&quot;</span><span class="o">,</span> <span class="s">&quot; &quot;</span><span class="o">);</span>
+  <span class="n">TextOutputFormat</span><span class="o">.</span><span class="na">setOutputPath</span><span class="o">(</span><span class="n">hadoopOutputFormat</span><span class="o">.</span><span class="na">getJobConf</span><span class="o">(),</span> <span class="k">new</span> <span class="nf">Path</span><span class="o">(</span><span class="n">outputPath</span><span class="o">));</span>
+        
+  <span class="c1">// Output &amp; Execute</span>
+  <span class="n">words</span><span class="o">.</span><span class="na">output</span><span class="o">(</span><span class="n">hadoopOutputFormat</span><span class="o">);</span>
+  <span class="n">env</span><span class="o">.</span><span class="na">execute</span><span class="o">(</span><span class="s">&quot;Hadoop Compat WordCount&quot;</span><span class="o">);</span>
+<span class="o">}</span></code></pre></div>
+
+<p>As you can see, Flink represents Hadoop key-value pairs as <code>Tuple2&lt;key, value&gt;</code> tuples. Note, that the program uses Flink’s <code>groupBy()</code> transformation to group data on the key field (field 0 of the <code>Tuple2&lt;key, value&gt;</code>) before it is given to the Reducer function. At the moment, the compatibility package does not evaluate custom Hadoop partitioners, sorting comparators, or grouping comparators.</p>
+
+<p>Hadoop functions can be used at any position within a Flink program and of course also be mixed with native Flink functions. This means that instead of assembling a workflow of Hadoop jobs in an external driver method or using a workflow scheduler such as <a href="http://oozie.apache.org">Apache Oozie</a>, you can implement an arbitrary complex Flink program consisting of multiple Hadoop Input- and OutputFormats, Mapper and Reducer functions. When executing such a Flink program, data will be pipelined between your Hadoop functions and will not be written to HDFS just for the purpose of data exchange.</p>
+
+<center>
+<img src="/img/blog/hcompat-flow.png" style="width:100%;margin:15px" />
+</center>
+
+<h2 id="what-comes-next">What comes next?</h2>
+
+<p>While the Hadoop compatibility package is already very useful, we are currently working on a dedicated Hadoop Job operation to embed and execute Hadoop jobs as a whole in Flink programs, including their custom partitioning, sorting, and grouping code. With this feature, you will be able to chain multiple Hadoop jobs, mix them with Flink functions, and other operations such as <a href="/docs/0.7-incubating/spargel_guide.html">Spargel</a> operations (Pregel/Giraph-style jobs).</p>
+
+<h2 id="summary">Summary</h2>
+
+<p>Flink lets you reuse a lot of the code you wrote for Hadoop MapReduce, including all data types, all Input- and OutputFormats, and Mapper and Reducers of the mapred-API. Hadoop functions can be used within Flink programs and mixed with all other Flink functions. Due to Flink’s pipelined execution, Hadoop functions can arbitrarily be assembled without data exchange via HDFS. Moreover, the Flink community is currently working on a dedicated Hadoop Job operation to supporting the execution of Hadoop jobs as a whole.</p>
+
+<p>If you want to use Flink’s Hadoop compatibility package checkout our <a href="/docs/0.7-incubating/hadoop_compatibility.html">documentation</a>.</p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2015/01/06/december-in-flink.html
----------------------------------------------------------------------
diff --git a/content/news/2015/01/06/december-in-flink.html b/content/news/2015/01/06/december-in-flink.html
new file mode 100644
index 0000000..ab20ce0
--- /dev/null
+++ b/content/news/2015/01/06/december-in-flink.html
@@ -0,0 +1,237 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: December 2014 in the Flink community</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>December 2014 in the Flink community</h1>
+
+      <article>
+        <p>06 Jan 2015</p>
+
+<p>This is the first blog post of a “newsletter” like series where we give a summary of the monthly activity in the Flink community. As the Flink project grows, this can serve as a “tl;dr” for people that are not following the Flink dev and user mailing lists, or those that are simply overwhelmed by the traffic.</p>
+
+<h3 id="flink-graduation">Flink graduation</h3>
+
+<p>The biggest news is that the Apache board approved Flink as a top-level Apache project! The Flink team is working closely with the Apache press team for an official announcement, so stay tuned for details!</p>
+
+<h3 id="new-flink-website">New Flink website</h3>
+
+<p>The <a href="http://flink.apache.org">Flink website</a> got a total make-over, both in terms of appearance and content.</p>
+
+<h3 id="flink-irc-channel">Flink IRC channel</h3>
+
+<p>A new IRC channel called #flink was created at irc.freenode.org. An easy way to access the IRC channel is through the <a href="http://webchat.freenode.net/">web client</a>.  Feel free to stop by to ask anything or share your ideas about Apache Flink!</p>
+
+<h3 id="meetups-and-talks">Meetups and Talks</h3>
+
+<p>Apache Flink was presented in the <a href="http://www.meetup.com/Netherlands-Hadoop-User-Group/events/218635152">Amsterdam Hadoop User Group</a></p>
+
+<h2 id="notable-code-contributions">Notable code contributions</h2>
+
+<p><strong>Note:</strong> Code contributions listed here may not be part of a release or even the current snapshot yet.</p>
+
+<h3 id="streaming-scala-apihttpsgithubcomapacheincubator-flinkpull275"><a href="https://github.com/apache/incubator-flink/pull/275">Streaming Scala API</a></h3>
+
+<p>The Flink Streaming Java API recently got its Scala counterpart. Once merged, Flink Streaming users can use both Scala and Java for their development. The Flink Streaming Scala API is built as a thin layer on top of the Java API, making sure that the APIs are kept easily in sync.</p>
+
+<h3 id="intermediate-datasetshttpsgithubcomapacheincubator-flinkpull254"><a href="https://github.com/apache/incubator-flink/pull/254">Intermediate datasets</a></h3>
+
+<p>This pull request introduces a major change in the Flink runtime. Currently, the Flink runtime is based on the notion of operators that exchange data through channels. With the PR, intermediate data sets that are produced by operators become first-class citizens in the runtime. While this does not have any user-facing impact yet, it lays the groundwork for a slew of future features such as blocking execution, fine-grained fault-tolerance, and more efficient data sharing between cluster and client.</p>
+
+<h3 id="configurable-execution-modehttpsgithubcomapacheincubator-flinkpull259"><a href="https://github.com/apache/incubator-flink/pull/259">Configurable execution mode</a></h3>
+
+<p>This pull request allows the user to change the object-reuse behaviour. Before this pull request, some operations would reuse objects passed to the user function while others would always create new objects. This introduces a system wide switch and changes all operators to either reuse objects or don’t reuse objects.</p>
+
+<h3 id="distributed-coordination-via-akkahttpsgithubcomapacheincubator-flinkpull149"><a href="https://github.com/apache/incubator-flink/pull/149">Distributed Coordination via Akka</a></h3>
+
+<p>Another major change is a complete rewrite of the JobManager / TaskManager components in Scala. In addition to that, the old RPC service was replaced by Actors, using the Akka framework.</p>
+
+<h3 id="sorting-of-very-large-recordshttpsgithubcomapacheincubator-flinkpull249-"><a href="https://github.com/apache/incubator-flink/pull/249">Sorting of very large records</a></h3>
+
+<p>Flink’s internal sort-algorithms were improved to better handle large records (multiple 100s of megabytes or larger). Previously, the system did in some cases hold instances of multiple large records, resulting in high memory consumption and JVM heap thrashing. Through this fix, large records are streamed through the operators, reducing the memory consumption and GC pressure. The system now requires much less memory to support algorithms that work on such large records.</p>
+
+<h3 id="kryo-serialization-as-the-new-default-fallbackhttpsgithubcomapacheincubator-flinkpull271"><a href="https://github.com/apache/incubator-flink/pull/271">Kryo Serialization as the new default fallback</a></h3>
+
+<p>Flink’s build-in type serialization framework is handles all common types very efficiently. Prior versions uses Avro to serialize types that the built-in framework could not handle.
+Flink serialization system improved a lot over time and by now surpasses the capabilities of Avro in many cases. Kryo now serves as the default fallback serialization framework, supporting a much broader range of types.</p>
+
+<h3 id="hadoop-filesystem-supporthttpsgithubcomapacheincubator-flinkpull268"><a href="https://github.com/apache/incubator-flink/pull/268">Hadoop FileSystem support</a></h3>
+
+<p>This change permits users to use all file systems supported by Hadoop with Flink. In practice this means that users can use Flink with Tachyon, Google Cloud Storage (also out of the box Flink YARN support on Google Compute Cloud), FTP and all the other file system implementations for Hadoop.</p>
+
+<h2 id="heading-to-the-080-release">Heading to the 0.8.0 release</h2>
+
+<p>The community is working hard together with the Apache infra team to migrate the Flink infrastructure to a top-level project. At the same time, the Flink community is working on the Flink 0.8.0 release which should be out very soon.</p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2015/01/21/release-0.8.html
----------------------------------------------------------------------
diff --git a/content/news/2015/01/21/release-0.8.html b/content/news/2015/01/21/release-0.8.html
new file mode 100644
index 0000000..c3ae95f
--- /dev/null
+++ b/content/news/2015/01/21/release-0.8.html
@@ -0,0 +1,261 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Apache Flink 0.8.0 available</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Apache Flink 0.8.0 available</h1>
+
+      <article>
+        <p>21 Jan 2015</p>
+
+<p>We are pleased to announce the availability of Flink 0.8.0. This release includes new user-facing features as well as performance and bug fixes, extends the support for filesystems and introduces the Scala API and flexible windowing semantics for Flink Streaming. A total of 33 people have contributed to this release, a big thanks to all of them!</p>
+
+<p><a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.0/flink-0.8.0-bin-hadoop2.tgz">Download Flink 0.8.0</a></p>
+
+<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&amp;version=12328699">See the release changelog</a></p>
+
+<h2 id="overview-of-major-new-features">Overview of major new features</h2>
+
+<ul>
+  <li>
+    <p><strong>Extended filesystem support</strong>: The former <code>DistributedFileSystem</code> interface has been generalized to <code>HadoopFileSystem</code> now supporting all sub classes of <code>org.apache.hadoop.fs.FileSystem</code>. This allows users to use all file systems supported by Hadoop with Apache Flink.
+<a href="http://flink.incubator.apache.org/docs/0.8/example_connectors.html">See connecting to other systems</a></p>
+  </li>
+  <li>
+    <p><strong>Streaming Scala API</strong>: As an alternative to the existing Java API Streaming is now also programmable in Scala. The Java and Scala APIs have now the same syntax and transformations and will be kept from now on in sync in every future release.</p>
+  </li>
+  <li>
+    <p><strong>Streaming windowing semantics</strong>: The new windowing api offers an expressive way to define custom logic for triggering the execution of a stream window and removing elements. The new features include out-of-the-box support for windows based in logical or physical time and data-driven properties on the events themselves among others. <a href="http://flink.apache.org/docs/0.8/streaming_guide.html#window-operators">Read more here</a></p>
+  </li>
+  <li>
+    <p><strong>Mutable and immutable objects in runtime</strong> All Flink versions before 0.8.0 were always passing the same objects to functions written by users. This is a common performance optimization, also used in other systems such as Hadoop.
+ However, this is error-prone for new users because one has to carefully check that references to the object aren’t kept in the user function. Starting from 0.8.0, Flink allows to configure a mode which is disabling that mechanism.</p>
+  </li>
+  <li><strong>Performance and usability improvements</strong>: The new Apache Flink 0.8.0 release brings several new features which will significantly improve the performance and the usability of the system. Amongst others, these features include:
+    <ul>
+      <li>Improved input split assignment which maximizes computation locality</li>
+      <li>Smart broadcasting mechanism which minimizes network I/O</li>
+      <li>Custom partitioners which let the user control how the data is partitioned within the cluster. This helps to prevent data skewness and allows to implement highly efficient algorithms.</li>
+      <li>coGroup operator now supports group sorting for its inputs</li>
+    </ul>
+  </li>
+  <li>
+    <p><strong>Kryo is the new fallback serializer</strong>: Apache Flink has a sophisticated type analysis and serialization framework that is able to handle commonly used types very efficiently.
+ In addition to that, there is a fallback serializer for types which are not supported. Older versions of Flink used the reflective <a href="http://avro.apache.org/">Avro</a> serializer for that purpose. With this release, Flink is using the powerful <a href="https://github.com/EsotericSoftware/kryo">Kryo</a> and twitter-chill library for support of types such as Java Collections and Scala specifc types.</p>
+  </li>
+  <li>
+    <p><strong>Hadoop 2.2.0+ is now the default Hadoop dependency</strong>: With Flink 0.8.0 we made the “hadoop2” build profile the default build for Flink. This means that all users using Hadoop 1 (0.2X or 1.2.X versions) have to specify  version “0.8.0-hadoop1” in their pom files.</p>
+  </li>
+  <li><strong>HBase module updated</strong> The HBase version has been updated to 0.98.6.1. Also, Hbase is now available to the Hadoop1 and Hadoop2 profile of Flink.</li>
+</ul>
+
+<h2 id="contributors">Contributors</h2>
+
+<ul>
+  <li>Marton Balassi</li>
+  <li>Daniel Bali</li>
+  <li>Carsten Brandt</li>
+  <li>Moritz Borgmann</li>
+  <li>Stefan Bunk</li>
+  <li>Paris Carbone</li>
+  <li>Ufuk Celebi</li>
+  <li>Nils Engelbach</li>
+  <li>Stephan Ewen</li>
+  <li>Gyula Fora</li>
+  <li>Gabor Hermann</li>
+  <li>Fabian Hueske</li>
+  <li>Vasiliki Kalavri</li>
+  <li>Johannes Kirschnick</li>
+  <li>Aljoscha Krettek</li>
+  <li>Suneel Marthi</li>
+  <li>Robert Metzger</li>
+  <li>Felix Neutatz</li>
+  <li>Chiwan Park</li>
+  <li>Flavio Pompermaier</li>
+  <li>Mingliang Qi</li>
+  <li>Shiva Teja Reddy</li>
+  <li>Till Rohrmann</li>
+  <li>Henry Saputra</li>
+  <li>Kousuke Saruta</li>
+  <li>Chesney Schepler</li>
+  <li>Erich Schubert</li>
+  <li>Peter Szabo</li>
+  <li>Jonas Traub</li>
+  <li>Kostas Tzoumas</li>
+  <li>Timo Walther</li>
+  <li>Daniel Warneke</li>
+  <li>Chen Xu</li>
+</ul>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2015/02/04/january-in-flink.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/04/january-in-flink.html b/content/news/2015/02/04/january-in-flink.html
new file mode 100644
index 0000000..7a339f3
--- /dev/null
+++ b/content/news/2015/02/04/january-in-flink.html
@@ -0,0 +1,228 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: January 2015 in the Flink community</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>January 2015 in the Flink community</h1>
+
+      <article>
+        <p>04 Feb 2015</p>
+
+<p>Happy 2015! Here is a (hopefully digestible) summary of what happened last month in the Flink community.</p>
+
+<h3 id="release">0.8.0 release</h3>
+
+<p>Flink 0.8.0 was released. See <a href="http://flink.apache.org/news/2015/01/21/release-0.8.html">here</a> for the release notes.</p>
+
+<h3 id="flink-roadmap">Flink roadmap</h3>
+
+<p>The community has published a <a href="https://cwiki.apache.org/confluence/display/FLINK/Flink+Roadmap">roadmap for 2015</a> on the Flink wiki. Check it out to see what is coming up in Flink, and pick up an issue to contribute!</p>
+
+<h3 id="scaling-als">Scaling ALS</h3>
+
+<p>Flink committers employed at <a href="http://data-artisans.com">data Artisans</a> published a <a href="http://data-artisans.com/computing-recommendations-with-flink.html">blog post</a> on how they scaled matrix factorization with Flink and Google Compute Engine to matrices with 28 billion elements.</p>
+
+<h3 id="articles-in-the-press">Articles in the press</h3>
+
+<p>The Apache Software Foundation <a href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces69">announced</a> Flink as a Top-Level Project. The announcement was picked up by the media, e.g., <a href="http://sdtimes.com/inside-apache-software-foundations-newest-top-level-project-apache-flink/?utm_content=11232092&amp;utm_medium=social&amp;utm_source=twitter">here</a>, <a href="http://www.datanami.com/2015/01/12/apache-flink-takes-route-distributed-data-processing/">here</a>, and <a href="http://i-programmer.info/news/197-data-mining/8176-flink-reaches-top-level-status.html">here</a>.</p>
+
+<h3 id="hadoop-summit">Hadoop Summit</h3>
+
+<p>A submitted abstract on Flink Streaming <a href="http://2015.hadoopsummit.org/amsterdam-blog/announcing-the-community-vote-session-winners-for-the-2015-hadoop-summit-europe/">won the community</a> vote at “The Future of Hadoop” track.</p>
+
+<h3 id="meetups-and-talks">Meetups and talks</h3>
+
+<p>Flink was presented at the <a href="http://www.meetup.com/Hadoop-User-Group-France/events/219778022/">Paris Hadoop User Group</a>, the <a href="http://www.meetup.com/hadoop/events/167785202/">Bay Area Hadoop User Group</a>, the <a href="http://www.meetup.com/Apache-Tez-User-Group/events/219302692/">Apache Tez User Group</a>, and <a href="https://fosdem.org/2015/schedule/track/graph_processing/">FOSDEM 2015</a>. The January <a href="http://www.meetup.com/Apache-Flink-Meetup/events/219639984/">Flink meetup in Berlin</a> had talks on recent community updates and new features.</p>
+
+<h2 id="notable-code-contributions">Notable code contributions</h2>
+
+<p><strong>Note:</strong> Code contributions listed here may not be part of a release or even the Flink master repository yet.</p>
+
+<h3 id="using-off-heap-memoryhttpsgithubcomapacheflinkpull290"><a href="https://github.com/apache/flink/pull/290">Using off-heap memory</a></h3>
+
+<p>This pull request enables Flink to use off-heap memory for its internal memory uses (sort, hash, caching of intermediate data sets).</p>
+
+<h3 id="gelly-flinks-graph-apihttpsgithubcomapacheflinkpull335"><a href="https://github.com/apache/flink/pull/335">Gelly, Flink’s Graph API</a></h3>
+
+<p>This pull request introduces Gelly, Flink’s brand new Graph API. Gelly offers a native graph programming abstraction with functionality for vertex-centric programming, as well as available graph algorithms. See <a href="http://www.slideshare.net/vkalavri/largescale-graph-processing-with-apache-flink-graphdevroom-fosdem15">this slide set</a> for an overview of Gelly.</p>
+
+<h3 id="semantic-annotationshttpsgithubcomapacheflinkpull311"><a href="https://github.com/apache/flink/pull/311">Semantic annotations</a></h3>
+
+<p>Semantic annotations are a powerful mechanism to expose information about the behavior of Flink functions to Flink’s optimizer. The optimizer can leverage this information to generate more efficient execution plans. For example the output of a Reduce operator that groups on the second field of a tuple is still partitioned on that field if the Reduce function does not modify the value of the second field. By exposing this information to the optimizer, the optimizer can generate plans that avoid expensive data shuffling and reuse the partitioned output of Reduce. Semantic annotations can be defined for most data types, including (nested) tuples and POJOs. See the snapshot documentation for details (not online yet).</p>
+
+<h3 id="new-yarn-clienthttpsgithubcomapacheflinkpull292"><a href="https://github.com/apache/flink/pull/292">New YARN client</a></h3>
+
+<p>The improved YARN client of Flink now allows users to deploy Flink on YARN for executing a single job. Older versions only supported a long-running YARN session. The code of the YARN client has been refactored to provide an (internal) Java API for controlling YARN clusters more easily.</p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>


[24/52] [abbrv] flink-web git commit: Remove files before rebase

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/svg/color_black.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/color_black.svg b/img/logo/svg/color_black.svg
deleted file mode 100644
index e07323b..0000000
--- a/img/logo/svg/color_black.svg
+++ /dev/null
@@ -1,1561 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
-<symbol  id="New_Symbol" viewBox="-50.454 -50.956 100.908 101.912">
-	<path fill="#E65270" d="M14.113-50.013c-1.353,0.017-2.703,0.021-4.055,0.021l-3.49-0.003c0,0-9.979,0.004-14.75,0.004
-		c-0.748,0-1.5-0.003-2.25-0.005s-1.5-0.005-2.252-0.005c-0.469,0-0.938,0.001-1.406,0.004c-2.838,0.017-5.551,0.358-8.062,1.016
-		c-10.003,2.617-17.576,8.551-22.513,17.634c-2.366,4.354-3.711,9.225-3.995,14.473c-0.126,2.334-0.007,4.726,0.355,7.108
-		c0.043,0.284,0.095,0.568,0.146,0.854l0.115,0.65l0.195-0.192c0.103-0.102,0.135-0.208,0.158-0.288
-		c0.098-0.317,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013c1.701-4.852,4.284-9.397,7.896-13.902
-		c0.143-0.178,0.25-0.375,0.312-0.566c1.225-3.771,3.354-7.028,6.326-9.69c2.891-2.588,6.357-4.526,10.316-5.771
-		c-2.539,1.086-4.89,2.475-7.004,4.142c-3.447,2.719-5.933,6.046-7.383,9.89c-0.145,0.386-0.267,0.852-0.07,1.368
-		c0.064,0.176,0.11,0.358,0.158,0.541c0.031,0.126,0.062,0.252,0.102,0.377c0.781,2.553,1.967,4.555,3.625,6.117
-		c1.546,1.456,3.514,2.521,6.018,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.012,0.13c1.32,0.173,2.66,0.377,3.953,0.577
-		l0.779,0.12c0.29,0.044,0.578,0.107,0.877,0.172l0.727,0.152l-0.191-0.325c-0.015-0.028-0.027-0.051-0.048-0.075
-		c-1.226-1.372-2.253-2.897-3.056-4.538c-0.067-0.139-0.213-0.267-0.354-0.312c-0.174-0.057-0.347-0.113-0.52-0.171
-		c-0.551-0.185-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3c-0.494-0.07-0.987-0.139-1.479-0.229
-		c-1.652-0.294-2.932-0.825-3.898-1.636c0.212,0.051,0.431,0.083,0.646,0.114c0.299,0.043,0.607,0.089,0.889,0.186
-		c1.523,0.53,3.195,0.776,5.263,0.776l0.279-0.001c0.37-0.004,0.741-0.021,1.116-0.039l0.727-0.03l-0.055-0.179
-		c-1.482-4.845-1.44-9.599,0.119-14.157c-0.652,3.091-0.771,5.962-0.367,8.737c0.617,4.241,2.486,7.896,5.556,10.863
-		c2.069,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.021,8.588,2.691l0.527,0.129c1.988,0.478,4.045,0.972,6.036,1.557
-		c2.987,0.875,5.583,2.314,7.716,4.284c0.319,0.295,0.683,0.63,0.969,1c2.037,2.64,4.412,4.513,7.258,5.727
-		c0.082,0.035,0.175,0.122,0.234,0.221c0.932,1.52,2.049,2.639,3.416,3.424c0.305,0.175,0.608,0.263,0.903,0.263
-		c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33c0.479-0.481,0.862-1.073,1.211-1.859
-		c0.043-0.094,0.082-0.124,0.187-0.137c0.348-0.046,0.705-0.093,1.061-0.163c5.815-1.153,9.862-5.625,10.565-11.675
-		c0.019-0.161,0.031-0.324,0.045-0.486c0.03-0.384,0.062-0.78,0.176-1.137c0.145-0.451,0.361-0.896,0.574-1.321
-		c0.092-0.189,0.188-0.382,0.275-0.575c0.075-0.166,0.154-0.33,0.232-0.494c0.185-0.389,0.373-0.786,0.531-1.193
-		c0.24-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.342-0.319c-0.07,0-0.146,0.024-0.224,0.072
-		c-0.16,0.103-0.31,0.217-0.458,0.335c-0.07,0.058-0.143,0.111-0.215,0.165c-0.08,0.062-0.158,0.123-0.236,0.188
-		c-0.188,0.146-0.361,0.288-0.557,0.395c-0.07,0.039-0.144,0.061-0.215,0.061c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245
-		c0.489-0.434,0.978-0.869,1.457-1.31c0.101-0.092,0.168-0.262,0.159-0.4c-0.057-0.908-0.374-1.661-0.945-2.241
-		c-0.68-0.688-1.393-1.022-2.178-1.022c-0.168,0-0.34,0.016-0.514,0.047c-0.031-0.305-0.097-0.419-0.351-0.555
-		c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.368-0.981c-0.414-0.229-0.779-0.386-1.119-0.476
-		c-1.031-0.274-2.072-0.377-3.014-0.421c0.404-0.056,0.826-0.083,1.279-0.083c0.289,0,0.587,0.012,0.908,0.033l0.185,0.019
-		c0.136,0.013,0.274,0.025,0.406,0.025c0.177,0,0.323-0.022,0.446-0.073c0.84-0.344,1.662-0.76,2.433-1.154
-		c0.151-0.078,0.26-0.11,0.36-0.11c0.057,0,0.11,0.011,0.168,0.032l0.225,0.084c0.421,0.159,0.855,0.323,1.271,0.507
-		c0.986,0.439,1.838,0.646,2.678,0.646c0.225,0,0.449-0.017,0.673-0.047c0.575-0.078,1.248-0.21,1.854-0.583
-		c0.299-0.184,0.697-0.491,0.734-1.064c0.002-0.01,0.021-0.044,0.068-0.088c0.074-0.067,0.15-0.131,0.228-0.195
-		s0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624c-0.019-0.181-0.059-0.605-0.422-0.605
-		c-0.109,0-0.238,0.04-0.418,0.131c-0.074,0.039-0.144,0.07-0.207,0.088c0.178-0.108,0.35-0.217,0.519-0.332
-		c0.401-0.273,0.597-0.691,0.578-1.242c-0.038-1.2-1.302-2.336-2.601-2.336c-0.154,0-0.307,0.019-0.451,0.049
-		c-0.383,0.085-0.859,0.245-1.146,0.743c-0.009,0.014-0.042,0.036-0.049,0.038l-0.221-0.01c-0.26-0.01-0.528-0.021-0.777-0.078
-		l-0.073-0.017c-0.423-0.098-0.858-0.195-1.305-0.195c-0.179,0-0.345,0.016-0.507,0.047c-0.199,0.037-0.396,0.086-0.598,0.136
-		l-0.146,0.035c-0.23-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097c-1.426-0.47-2.961-0.705-4.562-0.705
-		c-0.841,0-1.724,0.063-2.623,0.191c-3.546,0.507-6.021,2.435-7.358,5.729c-0.226,0.552-0.377,1.138-0.524,1.706
-		c-0.071,0.274-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.689-1.619,3.859c-1.217,2.123-2.721,3.636-4.6,4.625
-		c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208c-0.157-0.028-0.313-0.062-0.472-0.096
-		c0.547-0.025,1.066-0.055,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219c2.633-1.671,4.248-3.747,4.937-6.345
-		c0.386-1.452,0.935-2.898,1.634-4.299c0.404-0.812,0.918-1.752,1.658-2.546c1.047-1.119,2.395-1.884,4.241-2.403
-		c0.505-0.143,1.007-0.298,1.506-0.458c0.276-0.089,0.468-0.28,0.587-0.588c0.289-0.75,0.361-1.514,0.213-2.269
-		c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.537-1.366-2.361-1.923c-0.414-0.277-0.803-0.572-1.157-0.875
-		c-0.303-0.26-0.46-0.6-0.442-0.958c0.025-0.59,0.069-0.612,0.18-0.612c0.092,0,0.236,0.035,0.471,0.111
-		c0.115,0.038,0.229,0.084,0.342,0.134l0.687,0.296c0.392,0.169,0.782,0.339,1.178,0.503c0.856,0.356,1.703,0.54,2.515,0.54
-		c0.435,0,0.868-0.052,1.291-0.153c1.521-0.364,2.519-1.267,2.967-2.686c0.119-0.384,0.103-0.712-0.055-0.979
-		c-0.104-0.177-0.343-0.325-0.541-0.331c-0.184,0-0.355,0.163-0.488,0.308c-0.073,0.081-0.092,0.187-0.105,0.279
-		c-0.006,0.03-0.011,0.062-0.018,0.09c-0.135,0.505-0.322,0.835-0.604,1.056c0.504-0.685,0.729-1.417,0.688-2.23
-		c-0.041-0.807-0.646-1.37-1.471-1.37c-0.033,0-0.066,0.002-0.103,0.004c-0.313,0.019-0.513,0.188-0.545,0.466
-		c-0.022,0.192-0.022,0.39-0.023,0.58c0,0.079,0,0.158-0.002,0.237c-0.002,0.104-0.001,0.205,0,0.309
-		c0,0.222,0.001,0.431-0.026,0.637c-0.062,0.444-0.326,0.744-0.785,0.891c-0.032,0.012-0.064,0.02-0.098,0.023
-		c0.139-0.079,0.258-0.188,0.344-0.346c0.17-0.315,0.314-0.602,0.394-0.911c0.204-0.821,0.003-1.461-0.581-1.853
-		c-0.303-0.201-0.691-0.276-1.033-0.324c-0.139-0.02-0.275-0.026-0.412-0.026c-0.511,0-1.011,0.12-1.492,0.234l-0.246,0.059
-		c-0.457,0.104-0.861,0.158-1.25,0.159c-0.332,0-0.678-0.064-1.012-0.126l-0.154-0.028c-2.533-0.456-4.811-0.677-6.959-0.677
-		L14.113-50.013z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.453c0,0-3.734-4.456-10.078-1.903
-		c-5.81,2.341-3.691,8.784-3.691,8.784s1.029-3.996,4.036-5.51C29.35-21.275,34.73-20.453,34.73-20.453z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.328-22.361c0.809-0.822,0.824-1.663,1.078-2.688
-		c0.479-1.928,1.068-3.602,2.296-5.188c1.181-1.524,2.594-2.602,4.419-3.303c1.581-0.606,3.613-0.427,3.311-2.781l-0.529-1.982
-		c-4.041,0-7.825,1.844-9.367,5.854c-1.352,3.518,0.24,7.769-3.857,13.717C14.006-19.133,15.909-21.932,16.328-22.361z"/>
-	<g opacity="0.2">
-		<path fill="#2B2B2B" d="M14.729-20.613c0.062-0.25,0.117-0.504,0.174-0.757C14.752-21.184,14.674-20.949,14.729-20.613z"/>
-	</g>
-	
-		<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="44097.3438" y1="69.667" x2="44125.8125" y2="-63.1789" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
-		<stop  offset="0.6649" style="stop-color:#C370E6"/>
-		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
-		<stop  offset="0.7081" style="stop-color:#D461AB"/>
-		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
-		<stop  offset="0.7643" style="stop-color:#E05784"/>
-		<stop  offset="0.8017" style="stop-color:#E35479"/>
-		<stop  offset="0.8543" style="stop-color:#E55272"/>
-		<stop  offset="1" style="stop-color:#E65270"/>
-	</linearGradient>
-	<path fill="url(#SVGID_1_)" d="M-32.348-35.985c-15.241,1.506-17.035,16.678-17.035,16.678s-0.828,7.032,1.104,13.93
-		c1.241-12.55,11.309-21.239,11.309-21.239S-34.758-33.767-32.348-35.985z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.148-30.207c0,0-3.197-0.304-7.461,4.873
-		c4.111-7.461,9.44-7.613,9.44-7.613L-36.148-30.207z"/>
-	
-		<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="44081.2695" y1="71.4414" x2="44111.5938" y2="-70.0674" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
-		<stop  offset="0.6649" style="stop-color:#C370E6"/>
-		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
-		<stop  offset="0.7081" style="stop-color:#D461AB"/>
-		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
-		<stop  offset="0.7643" style="stop-color:#E05784"/>
-		<stop  offset="0.8017" style="stop-color:#E35479"/>
-		<stop  offset="0.8543" style="stop-color:#E55272"/>
-		<stop  offset="1" style="stop-color:#E65270"/>
-	</linearGradient>
-	<path fill="url(#SVGID_2_)" d="M-27.911-38.918c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.781,10.628,4.781,10.628
-		s-25.506,4.782-25.906-13.817c0.888-4.027,4.791-7.921,7.236-10.028c-0.479,1.078-6.568,17.833,13.711,16.467
-		c-7,0.596-17.105-6.716-12.289-17.67C-28.204-38.731-27.911-38.918-27.911-38.918z"/>
-	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.016-18.685c-5.272-1.982-14.226-1.973-11.678-15.426
-		c-0.408-0.306-2.445,2.854-1.937,2.547C-36.975-19.537-26.446-20.232-21.016-18.685z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.34-13.867c5.127,2.028,0.964-3.722,0.236-4.642
-		c-1.684-2.128-5.941-1.436-8.211-2.146c-1.305-0.408-6.535-1.175-8.269-6.128c-0.771-2.194-1.06-5.781,0.581-10.146
-		c-0.407-0.308-3.104,2.646-2.594,2.342C-36.924-15.256-16.51-22.195-14.34-13.867z"/>
-	<path fill="#F9E0E7" d="M36.632-5.973c0.14,0.384,0.378,0.875,0.679,1.165c0.07-0.033,0.146-0.037,0.203-0.073
-		c0.5,0.324,1.289,0.281,1.918,0.281c0.375,0,0.924,0.104,1.286-0.037c0.528-0.205,0.468-0.761,0.688-1.182
-		c0.414-0.786,1.691-0.796,1.695-1.907c0.004-0.523,0.135-1.232,0.002-1.744c-0.101-0.38-0.525-0.264-0.892-0.264
-		c-1.108,0-2.215-0.031-3.326-0.031L37.349-8.62c-0.41-0.131-0.73,0.729-0.787,1.021C36.471-7.118,36.459-6.451,36.632-5.973z"/>
-	<path fill="#FFFFFF" d="M41.757-7.496c0.188,0.077,0.466,0.378,0.581,0.555c0.084,0.127,0.061,0.208,0.24,0.203
-		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.408,0.277
-		c-0.135,0.04-0.33,0.021-0.473,0.015c-0.207-0.009-0.496-0.149-0.684-0.069L41.757-7.496z"/>
-	
-		<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="44076.2969" y1="62.4629" x2="44078.1016" y2="-21.4847" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_3_)" d="M-18.989,13.067c0.07,0.081,0.089,0.105,0.11,0.128c2.035,1.9,3.113,4.298,3.693,6.979
-		c0.381,1.755-0.104,3.303-0.895,4.816c-0.014,0.025-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
-		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.612-7.753-12.243-24.064c0.008-0.101,0.025-0.197,0.039-0.31
-		c0.246,0.229,0.461,0.466,0.709,0.661c0.885,0.692,1.906,1.133,2.973,1.431c1.951,0.544,3.914,1.044,5.881,1.525
-		c2.236,0.548,4.486,1.056,6.645,1.882c1.221,0.466,2.354,1.08,3.438,1.82c1.613,1.104,3.007,2.425,4.207,3.955
-		c0.699,0.891,1.025,1.571,1.34,2.618C-5.136,9.311-5.24,7.809-5.54,6.851c-0.312-0.989-0.838-1.853-1.524-2.646
-		C-6.9,4.257-6.72,4.284-6.573,4.368c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.568,1.413,4.062
-		c0.001,0.021,0.011,0.042,0.017,0.075c0.396-1.833,0.339-4.953-1.727-7.17c0.73,0.257,1.391,0.516,2.066,0.717
-		c0.559,0.166,0.928,0.493,1.236,0.984c1.356,2.146,2.48,4.396,3.088,6.877c0.471,1.916,0.588,3.84,0.061,5.765
-		c-0.598,2.176-1.912,3.851-3.7,5.182c-1.242,0.925-2.612,1.611-4.05,2.173c-0.087,0.034-0.174,0.065-0.26,0.103
-		c-0.014,0.005-0.021,0.021-0.075,0.081c0.498-0.137,0.944-0.253,1.386-0.384c2.061-0.612,4.034-1.41,5.782-2.688
-		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.468-1.71-4.665-3.109-6.746
-		C3.798,8.092,3.756,8.029,3.715,7.964C3.709,7.955,3.71,7.938,3.702,7.901C3.76,7.923,3.806,7.938,3.848,7.96
-		c2.932,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.482,5.284,4.18,8.438c0.877,3.98-0.084,7.514-2.662,10.631
-		c-1.629,1.973-3.644,3.465-5.873,4.681c-2.877,1.566-5.938,2.59-9.178,3.061c-1.842,0.269-3.686,0.32-5.527-0.034
-		c-1.012-0.192-1.668-0.458-2.789-1.106c0.142,0.121,0.277,0.249,0.426,0.358c1.007,0.765,2.168,1.16,3.387,1.407
-		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.148-1.24,8.991-2.646c0.278-0.14,0.553-0.283,0.86-0.441
-		c0,0.258-0.016,0.483,0.004,0.706c0.025,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.409-0.065,0.46-0.319
-		c0.041-0.215,0.052-0.436,0.083-0.652c0.069-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
-		c0.02-0.015,0.046-0.014,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.019,0.659-0.011,0.988
-		c0.002,0.081,0.06,0.211,0.115,0.227c0.077,0.021,0.217-0.018,0.266-0.079c0.129-0.17,0.268-0.354,0.326-0.556
-		c0.129-0.428,0.188-0.876,0.321-1.301c0.089-0.275,0.228-0.547,0.403-0.775c0.191-0.25,0.386-0.195,0.459,0.111
-		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.019,0.205,0.05,0.299c0.024,0.081,0.084,0.148,0.127,0.223
-		c0.066-0.061,0.164-0.106,0.192-0.182c0.067-0.17,0.133-0.353,0.142-0.532c0.021-0.396-0.017-0.795,0.012-1.189
-		c0.016-0.21,0.086-0.434,0.188-0.616c0.114-0.203,0.298-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.201,0.99
-		c0.046,0.224,0.093,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.067-0.647,0.101-1.297,0.157-1.945
-		c0.045-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.449-2.346c0.239-0.406,0.461-0.443,0.686-0.025
-		c0.254,0.475,0.443,0.982,0.658,1.479c0.094,0.217,0.172,0.438,0.271,0.652c0.046,0.104,0.124,0.192,0.195,0.3
-		c0.255-0.185,0.316-0.427,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.102-0.39-0.209-0.779-0.27-1.177
-		c-0.023-0.16,0.049-0.352,0.121-0.507c0.104-0.225,0.268-0.252,0.443-0.076c0.18,0.178,0.318,0.395,0.492,0.576
-		c0.099,0.104,0.234,0.167,0.354,0.249c0.067-0.146,0.203-0.298,0.191-0.438c-0.025-0.297-0.096-0.6-0.205-0.878
-		c-0.223-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.013-0.108,0.078-0.299,0.163-0.33
-		c0.089-0.031,0.265,0.057,0.344,0.144c0.363,0.398,0.704,0.819,1.061,1.228c0.086,0.102,0.203,0.174,0.305,0.262
-		c0.035-0.018,0.068-0.032,0.104-0.051c-0.035-0.231-0.025-0.481-0.109-0.696c-0.144-0.357-0.32-0.708-0.524-1.033
-		c-0.323-0.517-0.692-1.002-1.022-1.512c-0.612-0.943-1.018-1.973-1.271-3.069c-0.184-0.788-0.443-1.559-0.671-2.334
-		c-0.026-0.096-0.062-0.189-0.065-0.296c0.199,0.317,0.394,0.641,0.6,0.957c0.431,0.664,0.928,1.274,1.596,1.714
-		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.729,2.299c0.524,0.267,1.025,0.588,1.502,0.936
-		c0.604,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.027-0.383,1.562c-0.312-0.498-0.588-0.978-0.902-1.428
-		s-0.704-0.832-1.283-1.089c0.053,0.099,0.067,0.142,0.094,0.177c0.812,1.119,1.279,2.391,1.642,3.708
-		c0.037,0.136-0.005,0.3-0.029,0.447c-0.166,0.96-0.086,1.922-0.043,2.885c0.011,0.191,0.011,0.39-0.017,0.58
-		c-0.012,0.088-0.083,0.198-0.158,0.231c-0.051,0.023-0.184-0.047-0.229-0.108c-0.187-0.262-0.395-0.519-0.52-0.808
-		c-0.503-1.169-0.984-2.348-1.465-3.524c-0.598-1.469-1.271-2.895-2.299-4.121c-0.465-0.555-0.993-1.038-1.643-1.375
-		c-0.123-0.063-0.256-0.114-0.395-0.158c1.005,1.039,1.23,2.354,1.275,3.699c0.06,1.722,0.025,3.448,0.043,5.172
-		c0.018,1.864,0.172,3.712,0.728,5.508c0.021,0.071-0.015,0.175-0.054,0.246c-0.156,0.306-0.355,0.592-0.485,0.908
-		c-0.272,0.663-0.501,1.343-0.769,2.01c-0.155,0.392-0.209,0.421-0.629,0.391c-0.451-0.032-0.722,0.227-0.961,0.548
-		c-0.184,0.243-0.259,0.237-0.385-0.048c-0.137-0.31-0.245-0.629-0.393-0.934c-0.051-0.104-0.182-0.172-0.275-0.256
-		c-0.072,0.106-0.191,0.21-0.204,0.323c-0.038,0.369-0.028,0.741-0.055,1.111c-0.013,0.184-0.037,0.37-0.099,0.542
-		c-0.03,0.081-0.154,0.169-0.244,0.176c-0.063,0.005-0.174-0.104-0.201-0.186c-0.092-0.263-0.145-0.537-0.229-0.802
-		c-0.066-0.213-0.162-0.236-0.289-0.062c-0.925,1.26-2.158,2.153-3.478,2.947c-0.39,0.234-0.772,0.479-1.159,0.715
-		c-0.027-0.009-0.054-0.019-0.079-0.026c0.05-0.429,0.101-0.857,0.149-1.285c-0.035-0.019-0.07-0.035-0.104-0.053
-		c-0.123,0.104-0.263,0.19-0.365,0.312c-0.256,0.303-0.488,0.625-0.748,0.927c-0.515,0.604-1.162,1.036-1.785,1.179
-		c0.197-0.675,0.385-1.314,0.57-1.955c-0.028-0.015-0.061-0.027-0.09-0.04c-0.064,0.08-0.14,0.154-0.193,0.241
-		c-0.15,0.245-0.299,0.489-0.438,0.741c-0.594,1.075-1.51,1.695-2.712,1.868c-0.817,0.118-1.646,0.196-2.469,0.252
-		c-0.604,0.042-1.185,0.131-1.738,0.396c-0.384,0.175-0.8,0.296-1.208,0.431c-0.068,0.024-0.159-0.005-0.238-0.01
-		c0.006-0.087-0.013-0.188,0.022-0.26c0.192-0.376,0.401-0.743,0.594-1.119c0.071-0.135,0.117-0.284,0.173-0.427
-		c-0.019-0.021-0.037-0.04-0.055-0.061c-0.123,0.041-0.251,0.069-0.366,0.125c-0.532,0.258-1.071,0.501-1.586,0.791
-		c-0.524,0.296-1.101,0.32-1.668,0.368c-1.774,0.149-3.528,0.03-5.243-0.489c-1.043-0.314-2.007-0.788-2.855-1.521
-		c0.107,0.011,0.218,0.011,0.322,0.03c1.035,0.213,2.071,0.413,3.137,0.378c0.726-0.023,1.433-0.139,2.07-0.507
-		c0.102-0.058,0.166-0.18,0.248-0.271c-0.143-0.05-0.293-0.146-0.43-0.128c-0.331,0.039-0.654,0.162-0.988,0.189
-		c-1.062,0.095-2.084-0.15-3.095-0.429c-2.448-0.672-4.665-1.815-6.724-3.286c-0.502-0.357-1.023-0.688-1.545-1.02
-		c-1.016-0.646-1.838-1.481-2.488-2.492c-0.076-0.12-0.146-0.249-0.195-0.382c-0.133-0.37-0.035-0.679,0.314-0.863
-		c0.25-0.132,0.527-0.226,0.804-0.293c3.659-0.892,6.384-3.908,6.806-7.639c0.159-1.399,0.354-2.802,0.284-4.221
-		c-0.161-3.257-1.327-6.095-3.502-8.519c-1.293-1.442-2.821-2.589-4.495-3.554C-18.855,13.132-18.891,13.118-18.989,13.067z"/>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M27.898,34.688c-1.555-12.138-6.941-9.391-10.465-16.167
-		c-0.193,0.256-0.638-1.816,0.25,2.031c0.889,3.851,3.437,2.112,5.848,6.516C26.584,32.634,25.975,33.133,27.898,34.688z"/>
-	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M11.805,34.459c-0.578-3.474-5.49-3.317-9.693-1.843
-		c-4.567,1.602-14.057,2.116-14.82,0.205c-0.381-0.438-1.146,1.363-1.146,1.363s7.207,7.863,19.272-0.436
-		c-0.491,0.764,4.336,3,4.336,3S11.205,37.19,11.805,34.459z"/>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-13.193,1.103c0.262-0.65,2.396-0.212,2.596,0.803
-		c-3.148,3.566,5.14,10.119-2.504,18.672C-8.1,7.382-18.749,6.845-13.193,1.103z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-13.193,1.103c0.262-0.65,0.215-0.464,0.414,0.551
-		c-3.148,3.567,5.237,8.768-0.322,18.924C-8.1,7.382-18.749,6.845-13.193,1.103z"/>
-	
-		<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="44098.6875" y1="53.8379" x2="44078.4219" y2="18.9242" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_4_)" d="M-1.723,3.707c15.129,15.919-3.996,13.252-10.229,24.057c0.011,0.186,0.024,0.366,0.024,0.557
-		c0,1.502-0.364,2.916-0.998,4.17c5.834-8.653,20.623-1.023,17.751-18.712C4.566,12.87,2.508,3.906-1.723,3.707z"/>
-	
-		<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="44095.125" y1="32.8574" x2="44077.6445" y2="2.7493" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_5_)" d="M-1.723,3.707C-7.951,0.65-13.396,0.56-13.139,1.467c12.375,8.397,2.386,17.05,0.057,25.201
-		c0.159,0.658,1.154,0.903,1.154,1.65c0,0.08-0.01,0.156-0.012,0.235c0.18-0.809,0.606-1.09,1.015-1.5
-		C-5.173,21.251,13.111,19.312-1.723,3.707z"/>
-	<path fill="#E65271" d="M-3.673,3.944c9.579,14.308-8.304,17.026-8.175,21.562c-1.424-9.33,15.718-13.324-0.389-24.491
-		C-12.494,0.109-9.902,0.886-3.673,3.944z"/>
-	
-		<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="44056.0742" y1="55.1055" x2="44058.0898" y2="19.9343" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_6_)" d="M23.095,28.798c0.761-1.271-0.084-2.771-0.97-4.176c-0.818-1.298-2.793-0.873-4.133-4.002
-		l0.115,2.438c1.484,2.587-1.027,6.148-1.727,8.555c-1.189,4.1-2.484,7.883-0.906,12.043c0.106,0.279,0.197,0.585,0.305,0.872
-		c0.787-0.581,1.381-1.16,2.058-2.043c0.447-0.586,0.291,1.512,0.879,1.071c0.433-0.319-0.021-1.803,0.392-2.146
-		c0.461-0.39,0.74,1.868,1.074,1.368c0.781-1.174,1.229-0.429,1.562-0.781c0.301-0.319,1.005-2.778,1.289-3.111
-		c0.277-0.323,0.543-0.656,0.805-0.991c-0.158-1.79-0.506-3.802-1.082-5.417C22.213,30.953,22.188,30.317,23.095,28.798z"/>
-	<path fill="#E65271" d="M1.801,47.489c0.047-0.017,0.086-0.024,0.11-0.023c0.419,0.007-1.13,1.954-0.685,1.954
-		c0.752,0,1.812-0.776,2.547-0.833c1.553-0.119,3.162-0.084,4.537-0.713c1.317-0.604,1.903-2.479,2.198-2.558
-		c0.298-0.082-0.717,2.167-0.426,2.067c0.493-0.166,0.887-0.41,1.212-0.68c1.3-1.861,1.723-11.084-0.186-10.846
-		c-2.004,0.25,3.162-0.708,3.183-0.631c1.728,6.521-2.121,10.531-1.947,10.305c0.228-0.3,0.411-0.533,0.606-0.608
-		c0.41-0.158-0.256,1.572,0.119,1.343c1.193-0.729,2.039-1.243,2.734-1.761c0.021-0.03,0.027-0.102,0.061-0.088
-		c0.513,0.213,3.673,0.956,1.268-10.396c3.652,7.391,0.793,10.291,1.073,9.988c1.297-1.4,1.562-4.818,1.729-6.845
-		c0.157-1.901-1.039-6.235-2.588-7.668c-1.092-1.008-1.07,0.24-1.479,1.204c-0.673,1.583-1.907,2.859-3.027,4.163
-		c-0.834,0.97-1.846,1.679-2.763,2.547c-0.999,0.946-1.525,2.268-2.418,3.306c-0.799,0.928-1.78,1.667-2.539,2.635
-		c-0.852,1.084-1.421,2.324-2.361,3.322C2.461,46.993,2.127,47.233,1.801,47.489z"/>
-	
-		<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="44057.9609" y1="19.9775" x2="44069.5781" y2="71.4505" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#E65271"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-	</linearGradient>
-	<path fill="url(#SVGID_7_)" d="M8.804,48.525c2.232,0.007,3.634-1.062,5.48-2.084c1.53-0.851,3.411-0.859,4.704-2.031
-		c1.718-1.559,2.461-3.104,2.783-5.386c0.369-2.598,0.414-5.91-0.078-8.499c-0.252-1.328-1.195-4.05-2.19-5.021l-1.194,0.76
-		C15.955,32.345,8.856,34.84,6.17,40.816c-0.792,1.759-1.09,4.045-1.109,5.967C5.04,48.795,7.178,48.519,8.804,48.525z"/>
-	<path fill="#F6E8A0" d="M-13.405,33.329c-1.298,2.017-3.353,3.5-5.767,4.039c-0.614,0.137-1.715,0.519-0.625,1.83
-		c1.165,1.818,2.839,2.516,3.74,3.184c3.623,2.69,2.125,2.965,4.238,3.209c0.826,0.096,0.608,0.168,1.027,0
-		s-0.322,0.118-0.587,0.293c-2.358,1.561-2.188-1.553-1.175-0.88c3.019,2.334,9.971,3.972,11.92,3.638
-		c0.283-0.048,2.242-1.18,2.543-1.175c0.419,0.007-1.129,1.954-0.684,1.954c0.75,0,1.812-0.776,2.547-0.833
-		c1.521-0.117,6.146-2.238,6.112-7.822c-0.01-1.706,0.095-2.902-0.135-4.015C8.064,28.583-9.008,40.045-13.405,33.329z"/>
-	<path fill="#FFFFFF" d="M7.031,38.364c-0.791,0.988-5.934,2.769-5.934,2.769s-8.539,2.943-16.414-5.438
-		c4.024,3.195,11.098,1.855,16.213,1.265c0.676-0.079-1.461,0.603-0.901,0.81c1.899,0.703,3.659-1.267,5.553-0.887
-		C6.432,37.059,6.962,37.539,7.031,38.364z"/>
-	<path fill="#F6E8A0" d="M0.48,39.747c-3.136,0.826-6.271-0.383-6.875-0.42c0.285,0.427,0.748,1.412,3.07,1.752
-		c0.534,0.079,1.604-0.007,2.165-0.006c1.004,0.002,1.627-0.24,2.513-0.667c0.565-0.272,1.932-0.562,2.365-0.494
-		c0,0,4.807-0.362,3.215-1.992c-1.591-1.629-3.912,2.101-9.007,0.908C-2.072,38.994-0.908,39.825,0.48,39.747z"/>
-	<g>
-		<path fill="#F8D285" d="M-4.273,46.505c-1.981,1.312-5.447,0.187-5.896,0.193c-0.01,0.046,0.018,0.097,0.098,0.148
-			c3.02,2.334,7.492,2.126,9.441,1.792c0.015-0.002,0.035-0.009,0.058-0.017c0.009-0.003,0.023-0.008,0.035-0.013
-			c0.422-0.162,1.802-0.939,2.304-1.11c2.938-1.665,7.579-5.181,7.988-10.751c-1.669,0.742-2.869,1.465-3.791,2.169
-			c-0.311,0.237-7.332,7.576-25.917-1.242c0,0-0.517,0.284-0.222,0.948c4.197,6.744,11.859,8.681,24.062,2.294
-			C2.156,42.979,1.318,44.847-4.273,46.505z"/>
-	</g>
-	
-		<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="44098.2812" y1="45.7363" x2="44055.2773" y2="9.1053" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_8_)" d="M7.607,8.602c6.883,7.039,9.688,12.298,6.356,17.961c-5.396,9.179-22.014-0.395-29.241,8.865
-		c0.766-0.875,2.395-2.608,3.969-3.46c5.357-3.5,15.44-2.374,18.653-5.08C11.479,23.409,12.534,16.391,7.607,8.602z"/>
-	
-		<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="44059.4766" y1="20.1328" x2="44101.2734" y2="8.766" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_9_)" d="M-14.818,23.315c-0.008-0.472,1.072-3.195,0.903-3.822c-1.45-5.353-7.733-7.979-7.733-7.979
-		s-7.037-2.832-8.156-15.776c-1.283-0.923-1.105,1.043-1.065,1.917C-30.071,14.63-15.948,12.733-14.818,23.315z"/>
-	
-		<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="43948.2148" y1="68.9941" x2="44144.543" y2="-36.2723" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_10_)" d="M9.124-4.737C9.008-4.683,8.897-4.614,8.775-4.579C8.159-4.407,7.538-4.249,6.92-4.073
-		C6.725-4.017,6.539-3.928,6.348-3.855C6.35-3.813,6.352-3.772,6.352-3.732c0.223,0.04,0.441,0.11,0.664,0.113
-		c0.887,0.01,1.774-0.002,2.662-0.004c1.254-0.003,2.512,0.003,3.721,0.369c0.59,0.18,1.166,0.45,1.707,0.751
-		c5.713,3.18,9.75,7.834,12.179,13.895c0.497,1.239,0.878,2.52,1.172,3.82c0.019,0.072,0.026,0.147,0.048,0.272
-		c-0.095-0.058-0.156-0.086-0.213-0.123c-3.496-2.395-7.314-4.019-11.48-4.808c-1.49-0.281-2.994-0.422-4.51-0.466
-		c-0.113-0.003-0.258-0.046-0.333-0.124C9.703,7.653,7.027,5.945,4.14,4.524C1.835,3.391-0.598,2.706-3.1,2.219
-		c-3.207-0.623-6.422-1.215-9.629-1.832c-3.939-0.757-7.858-1.598-11.666-2.886c-2.416-0.816-4.756-1.797-6.896-3.202
-		c-1.611-1.06-3.045-2.312-4.059-3.979c-0.356-0.588-0.609-1.239-0.916-1.858c-0.056-0.111-0.115-0.227-0.201-0.312
-		c-2.124-2.077-2.961-4.604-2.635-7.536c0.242-2.169,1.019-4.153,2.127-6.02c0.131-0.219,0.242-0.447,0.345-0.64
-		c0.053,0.473,0.095,1.003,0.169,1.528c0.469,3.341,2.189,5.829,5.117,7.491c1.703,0.97,3.537,1.611,5.438,2.031
-		c2.084,0.46,4.186,0.847,6.287,1.228c2.551,0.461,5.116,0.846,7.596,1.628c0.482,0.151,0.959,0.326,1.433,0.506
-		c0.61,0.229,1.18,0.524,1.711,0.918c1.758,1.295,3.685,2.287,5.715,3.081c0.056,0.021,0.108,0.045,0.163,0.066
-		c0.002,0.008,0.003,0.019,0.011,0.04c-0.033,0.003-0.062,0.007-0.092,0.007C-5.353-7.521-7.629-7.534-9.9-7.521
-		c-2.033,0.013-4.059-0.05-6.074-0.315c-2.791-0.37-5.492-1.093-8.123-2.094c-3.103-1.184-6.039-2.699-8.887-4.399
-		c-0.076-0.046-0.154-0.09-0.257-0.108c0.054,0.043,0.103,0.091,0.155,0.131c3.117,2.363,6.436,4.381,10.097,5.796
-		c2.55,0.983,5.181,1.629,7.901,1.917c2.396,0.253,4.793,0.229,7.191,0.055c2.073-0.151,4.146-0.302,6.222-0.444
-		c0.18-0.015,0.372,0.012,0.547,0.063c2.051,0.624,4.15,0.991,6.269,1.292C6.393-5.45,7.627-5.15,8.868-4.903
-		c0.084,0.018,0.163,0.062,0.243,0.095C9.115-4.786,9.12-4.761,9.124-4.737z"/>
-	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-29.061-11.729c8.125,9.705,29.203,4.618,38.185,6.992
-		C3.438-8.004-1.189-7.44-1.189-7.44S-20.598-5.296-29.061-11.729z"/>
-	<path fill="#E65271" d="M33.057,25.099c-0.275-0.047-0.478-0.06-0.664-0.12c-0.731-0.229-1.494-0.399-2.181-0.729
-		c-0.653-0.315-1.258-0.762-1.823-1.222c-1.098-0.892-2.145-1.841-3.227-2.744c-0.887-0.739-1.827-1.4-2.947-1.743
-		c-0.361-0.11-0.736-0.173-1.113-0.235c1.459,0.735,2.276,2.045,3.123,3.389c-0.072-0.013-0.098-0.01-0.117-0.019
-		c-2.226-1.089-4.406-2.252-6.388-3.759c-0.528-0.403-0.946-0.861-1.243-1.486c-0.477-0.994-1.08-1.929-1.627-2.887
-		c-0.024-0.043-0.051-0.085-0.117-0.2c0.479,0.101,0.899,0.168,1.312,0.273c1.744,0.446,3.366,1.201,4.958,2.021
-		c2.486,1.287,4.854,2.775,7.15,4.372c0.07,0.048,0.141,0.094,0.232,0.122c-0.021-0.029-0.037-0.061-0.062-0.085
-		c-2.725-2.717-5.781-4.955-9.354-6.438c-1.545-0.644-3.146-1.073-4.812-1.246c-0.062-0.009-0.143-0.028-0.178-0.071
-		c-0.371-0.449-0.733-0.903-1.144-1.41c1.017,0.218,1.974,0.409,2.924,0.63c2.66,0.618,5.269,1.403,7.759,2.535
-		c1.84,0.836,3.594,1.819,5.07,3.217c1.948,1.846,3.382,4.03,4.219,6.588C32.929,24.228,32.967,24.635,33.057,25.099z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-12.962,0.398c0.789,0.265,1.688,0.593,2.647,0.961
-		C0.99,4.884,4.727,7.824,4.727,7.824l11.357,8.408c0,0,1.855-1.421,4.258,0.437c-1.637-1.965-6.66-3.494-6.66-3.494
-		s-0.231-1.546-1.869-2.747c4.468,1.519,11.978,1.083,17.188,5.775c-3.94-11.144-13.726-2.649-23.183-9.58
-		C4.727,5.967-9.697,2.281-2.529,2.534c7.168,0.252,11.89-4.64,17.877-3.036C9.729-2.541,4.762,0.725-3.066,1.275
-		C-1.848,1.031-0.18,0.36,0.531-0.557C-2.307,1.469-7.86,1.562-9.18,1.099C-10.378,0.947-11.637,0.718-12.962,0.398z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M14.156-3.04c-8.237-3.272-37.35,6.206-50.422-8.498
-		c0,0-0.979,0.438,4.227,6.273C-11.571,4.52,3.662-4.733,14.156-3.04z"/>
-	
-		<radialGradient id="SVGID_11_" cx="87651.25" cy="11560.2969" r="14.8738" gradientTransform="matrix(-0.4579 0.1387 0.2675 0.883 37062.1875 -22360.3281)" gradientUnits="userSpaceOnUse">
-		<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
-		<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
-	</radialGradient>
-	<path opacity="0.7" fill="url(#SVGID_11_)" enable-background="new    " d="M26.893,9.995c2.437,1.371,0.457-1.98-1.979-3.959
-		c-9.595-6.7-13.933,0.924-23.448-2.745C16.023,11.316,17.45,1.315,26.893,9.995z"/>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M26.147,8.092c2.438,1.371,1.203-0.078-1.233-2.058
-		c-9.595-6.7-13.933,0.924-23.448-2.745C10.832,8.501,16.706-0.586,26.147,8.092z"/>
-	<g>
-		
-			<radialGradient id="SVGID_12_" cx="78312.1172" cy="34685.1953" r="23.2511" gradientTransform="matrix(-0.4785 0 0 0.4785 37453.6211 -16583.9492)" gradientUnits="userSpaceOnUse">
-			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
-			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
-		</radialGradient>
-		<path opacity="0.7" fill="url(#SVGID_12_)" enable-background="new    " d="M-21.219,11.685
-			c-4.438-4.062-0.959-12.957-0.959-12.957l-3.158-0.677C-25.336-1.949-28.523,6.651-21.219,11.685z"/>
-		
-			<radialGradient id="SVGID_13_" cx="78312.125" cy="34685.1992" r="23.252" gradientTransform="matrix(-0.4785 0 0 0.4785 37453.6211 -16583.9492)" gradientUnits="userSpaceOnUse">
-			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
-			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
-		</radialGradient>
-		<path opacity="0.7" fill="url(#SVGID_13_)" enable-background="new    " d="M-13.559,18.5c3.345-5.953-5.526-14.142-0.763-17.041
-			c-0.075-0.391-2.724-1.719-2.6-1.335c-5.879,9.021,3.817,11.172,2.544,16.812c-6.798-9.275-6.871-11.111-3.568-16.983
-			c-0.04-0.032-0.403-0.506-0.765-0.236C-23.876,3.589-25.33,7.941-13.559,18.5z"/>
-	</g>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-2.628,6.402c0.212-2.788,2.159,1.741,2.454,4.867
-		c0.254,11.698-11.607,8.869-12.149,18.333C-13.477,18.835-0.643,19.072-2.628,6.402z"/>
-	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M8.872,11.042c0.21-2.788,5.808,4.388,6.104,7.513
-		c-1.879,20.071-22.537,7.864-27.938,15.26C-8.5,25.713,20.375,36.983,8.872,11.042z"/>
-	
-		<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="44028.9258" y1="-21.6875" x2="44039.9414" y2="-46.5129" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0.0041" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-	</linearGradient>
-	<path fill="url(#SVGID_14_)" d="M46.67-28.04c-0.303-0.266-0.552-0.508-0.826-0.718c-0.22-0.167-0.461-0.315-0.709-0.438
-		c-0.604-0.292-1.212-0.33-1.822-0.006c-0.951,0.504-1.972,0.542-3.013,0.428c-0.303-0.032-0.501-0.176-0.64-0.459
-		c-1.043-2.146-2.781-3.524-4.958-4.396c-0.249-0.1-0.366-0.216-0.41-0.487c-0.11-0.683-0.157-1.355,0.005-2.036
-		c0.264-1.089,0.941-1.87,1.854-2.471c0.955-0.63,2.021-1.001,3.121-1.277c1.323-0.327,2.662-0.548,4.029-0.544
-		c0.695,0.001,1.383,0.082,2.051,0.284c1.492,0.451,2.414,1.448,2.752,2.955c0.219,0.979,0.426,1.968,0.526,2.963
-		c0.229,2.281-0.382,4.328-1.89,6.084C46.714-28.124,46.695-28.082,46.67-28.04z"/>
-	<g>
-		<path opacity="0.3" fill="#F6E8A0" enable-background="new    " d="M42.355-28.208c0.113-0.685,1.399-0.871,1.996-0.851
-			c1.051,0.035,1.731,0.648,2.414,1.444c0.11,0.13,0.196,0.258,0.271,0.389c1.189-0.949,1.855-2.234,1.672-3.545
-			c-0.324-2.31-3.169-3.817-6.352-3.37c-2.201,0.31-3.988,1.475-4.772,2.928c0.582,0.744,0.81,1.689,1.577,2.333
-			C39.909-28.256,41.385-28.166,42.355-28.208z"/>
-	</g>
-	
-		<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="44102.2578" y1="49.9824" x2="44111.2852" y2="-18.6189" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_15_)" d="M-35.044-6.488c0.688-0.34,1.169-0.414,1.596-0.26c-0.491,2.5-0.748,5.021-0.661,7.558
-		c0.098,2.808,0.584,5.542,1.816,8.102c0.156,0.325,0.337,0.64,0.549,0.94c-0.013-0.05-0.021-0.101-0.04-0.147
-		c-0.663-1.665-0.969-3.403-1.069-5.187c-0.158-2.78,0.17-5.516,0.771-8.225c0.015-0.066,0.034-0.13,0.062-0.226
-		c0.393,0.264,0.775,0.516,1.148,0.781c0.045,0.033,0.046,0.154,0.036,0.231c-0.19,1.645-0.177,3.289,0,4.934
-		c0.254,2.35,0.834,4.615,1.661,6.821c1.152,3.08,2.714,5.94,4.621,8.613c0.045,0.062,0.09,0.124,0.132,0.187
-		c0.009,0.014,0.008,0.031,0.021,0.082c-0.277-0.098-0.537-0.187-0.798-0.281c-1.756-0.636-3.476-1.354-5.132-2.222
-		c-0.259-0.134-0.509-0.303-0.729-0.496c-2.33-2.064-3.705-4.674-4.326-7.701c-0.092-0.45-0.158-0.908-0.283-1.36
-		c0.027,0.502,0.041,1.006,0.085,1.508c0.208,2.389,0.655,4.734,1.46,6.997c0.205,0.575,0.062,1.094-0.025,1.634
-		c-0.027,0.168-0.146,0.322-0.224,0.483c-0.129-0.125-0.288-0.23-0.381-0.378c-0.662-1.053-1.089-2.209-1.438-3.395
-		c-0.535-1.814-0.854-3.68-1.117-5.554c-0.244-1.75-0.399-3.51-0.392-5.279c0.009-1.789,0.146-3.562,0.741-5.27
-		c0.283-0.812,0.664-1.573,1.213-2.238c0.195-0.238,0.438-0.441,0.656-0.661C-35.075-6.493-35.061-6.491-35.044-6.488z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-26.934,17.653c0,0-4.446-0.625-6.321-3.683
-		c-1.876-3.056-2.415-8.312-2.415-8.312s-0.96-7.839,2.222-12.404C-35.464,9.994-26.934,17.653-26.934,17.653z"/>
-	
-		<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="44109.7891" y1="50.9766" x2="44118.8164" y2="-17.6291" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_16_)" d="M-35.044-6.488c-0.017-0.003-0.031-0.005-0.047-0.007c-0.917,0.358-1.634,0.975-2.22,1.75
-		c-0.853,1.13-1.301,2.437-1.578,3.804c-0.41,2.038-0.445,4.099-0.271,6.159c0.101,1.177,0.272,2.35,0.415,3.521
-		c0.005,0.042,0.006,0.083,0.01,0.168c-0.072-0.062-0.123-0.097-0.164-0.14c-3.4-3.525-5.957-7.586-7.631-12.191
-		c-0.044-0.12-0.029-0.282,0.008-0.408c1-3.194,2.445-6.183,4.217-9.013c0.748-1.194,1.572-2.34,2.363-3.507
-		c0.062-0.092,0.135-0.175,0.248-0.323c0.028,0.587,0.342,1.062,0.1,1.637c-0.309,0.733-0.508,1.504-0.467,2.316
-		c0.017,0.3,0.088,0.58,0.297,0.858c0.207-0.588,0.367-1.167,0.828-1.61c0.135,0.241,0.162,0.451,0.076,0.709
-		c-0.32,0.958-0.543,1.937-0.482,2.956c0.019,0.312,0.09,0.619,0.175,0.933c0.278-0.765,0.739-1.391,1.272-1.992
-		c0.031,0.046,0.06,0.076,0.076,0.112c0.711,1.47,1.622,2.805,2.707,4.023C-35.062-6.674-35.064-6.57-35.044-6.488z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-38.484-10.408c0,0-5,9.785-2.66,18.188
-		c0.291,0.23-0.469-0.363-1.373-1.404c-0.139-0.158-1.815-11.254,1.588-16.146c-4.574,5.426-2.408,15.121-2.602,14.838
-		c-0.408-0.604-0.775-1.271-1.018-1.968c-2.34-10.956,5.744-17.55,5.744-17.55L-38.484-10.408z"/>
-	<path fill="#E65270" d="M38.031-45.636c-0.206-0.314-0.445-0.63-0.635-0.978c-0.176-0.316-0.211-0.676-0.095-1.032
-		c0.144-0.44,0.438-0.609,0.896-0.545c0.367,0.056,0.734,0.112,1.104,0.124c0.393,0.013,0.42-0.04,0.465-0.421
-		c0.01-0.101,0.023-0.205,0.061-0.297c0.148-0.377,0.367-0.702,0.805-0.76c0.426-0.056,0.725,0.182,0.954,0.509
-		c0.685,0.97,0.117,2.281-1.073,2.439c-0.369,0.049-0.754-0.011-1.132-0.021c-0.073-0.003-0.146-0.016-0.218-0.022
-		c-0.018,0.021-0.036,0.045-0.055,0.066c0.102,0.119,0.181,0.277,0.309,0.352c0.271,0.153,0.562,0.216,0.896,0.178
-		c2.037-0.233,3.979,0.008,5.707,1.229c0.959,0.679,1.668,1.57,2.209,2.604c0.004,0.007,0.01,0.014,0.014,0.021
-		c0.068,0.188,0.207,0.417,0.021,0.56c-0.107,0.084-0.354,0.047-0.517-0.006c-0.761-0.25-1.5-0.567-2.271-0.777
-		c-1.125-0.308-2.291-0.318-3.449-0.255c-1.565,0.084-3.104,0.333-4.582,0.888c-1.656,0.622-3.151,1.5-4.448,2.709
-		c-0.149,0.14-0.3,0.277-0.468,0.39c-0.282,0.188-0.476,0.095-0.486-0.247c-0.008-0.242,0.016-0.491,0.07-0.729
-		c0.555-2.417,2.021-4.117,4.188-5.24C36.869-45.195,37.479-45.404,38.031-45.636z"/>
-	
-		<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="44123.0469" y1="21.7197" x2="44118.9922" y2="-26.0186" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_17_)" d="M-48.023-0.648c-0.088-8.721,2.717-16.289,8.558-22.715c-0.082,0.592-0.191,1.184-0.241,1.775
-		c-0.083,1.009-0.137,2.021-0.186,3.035c-0.01,0.206-0.062,0.369-0.178,0.534c-2.187,3.155-4.193,6.419-5.793,9.918
-		c-0.812,1.775-1.506,3.598-1.878,5.522C-47.861-1.957-47.928-1.326-48.023-0.648z"/>
-	
-		<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="44050.8477" y1="61.916" x2="44052.6523" y2="-22.0333" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_18_)" d="M23.299,28.03c1.046,1.809,2.125,3.55,2.508,5.601c0.064,0.343,0.045,0.708,0.023,1.062
-		c-0.114,1.978,0.091,3.909,0.732,5.793c0.057,0.167,0.125,0.343,0.121,0.513c-0.002,0.141-0.076,0.304-0.17,0.415
-		c-0.119,0.141-0.283,0.091-0.437,0.003c-0.493-0.279-0.851-0.689-1.138-1.166c-0.584-0.959-0.896-2.02-1.112-3.106
-		c-0.595-2.975-0.685-5.983-0.568-9.007C23.26,28.122,23.27,28.108,23.299,28.03z"/>
-	<path opacity="0.4" fill="#8B4FBA" enable-background="new    " d="M23.915,39.553c0.19,0.404,0.972,1.288,1.286,1.543l0.707,0.451
-		c-0.711-1.812-0.965-3.656-0.965-5.586c0-1.626,0.5-3.136,0.58-4.754c0.063-1.333-0.518-2.003-1.209-3.088
-		c-0.312-0.488-0.738-1.545-1.416-1.549c-0.314,0.771-0.264,1.737-0.271,2.562c-0.009,0.987-0.167,1.95-0.128,2.947
-		C22.572,33.961,23.589,38.86,23.915,39.553z"/>
-	<path fill="#E65270" d="M48.257-38.391c-0.03-0.024-0.04-0.028-0.043-0.034c-0.769-1.581-2.136-2.271-3.788-2.41
-		c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258c-0.219,0.465-0.324,0.983-0.487,1.494
-		c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.398,0.149-0.574c0.343-0.709,0.894-1.246,1.495-1.732
-		c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127c0.59,0.179,1.148,0.479,1.697,0.771
-		c0.424,0.227,0.64,0.615,0.576,1.12C49.044-39.015,48.762-38.625,48.257-38.391z"/>
-	<path opacity="0.4" fill="#2B2B2B" enable-background="new    " d="M48.257-38.391c-0.03-0.024-0.04-0.028-0.043-0.034
-		c-0.769-1.581-2.136-2.271-3.788-2.41c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258
-		c-0.219,0.465-0.324,0.983-0.487,1.494c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.398,0.149-0.574
-		c0.343-0.709,0.894-1.246,1.495-1.732c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127
-		c0.59,0.179,1.148,0.479,1.697,0.771c0.424,0.227,0.64,0.615,0.576,1.12C49.044-39.015,48.762-38.625,48.257-38.391z"/>
-	<g>
-		<path fill="#0D0D0D" d="M20.855-13.3c-0.019-0.977,0.186-1.896,0.606-2.768c0.853-1.751,2.257-2.896,4.017-3.647
-			c1.535-0.656,3.146-0.879,4.807-0.793c0.021,0.001,0.042,0.01,0.113,0.032c-1.162,0.179-2.242,0.468-3.287,0.885
-			c-1.81,0.723-3.405,1.751-4.645,3.284c-0.665,0.82-1.166,1.733-1.508,2.735C20.929-13.48,20.891-13.39,20.855-13.3z"/>
-		<path fill="#0D0D0D" d="M34.412,0.68c1.787,1.091,2.173,3.654,1.027,5.119C35.709,3.969,35.339,2.27,34.412,0.68z"/>
-		<path fill="#0D0D0D" d="M37.359-9.377c0.873-0.716,1.925-0.914,3.021-0.895c0.438,0.011,0.874,0.083,1.312,0.104
-			c0.236,0.011,0.484-0.004,0.718-0.055c0.442-0.101,0.639-0.033,0.79,0.391c0.342,0.967,0.503,1.969,0.388,2.99
-			c-0.056,0.489-0.157,0.991-0.353,1.439c-0.762,1.783-3.072,2.516-4.783,1.542c-0.221-0.125-0.428-0.271-0.625-0.433
-			c-0.208-0.169-0.396-0.365-0.612-0.567c0.097-0.111,0.177-0.218,0.267-0.311c0.207-0.212,0.285-0.463,0.222-0.745
-			c-0.196-0.884,0.187-1.513,0.926-1.917c0.528-0.288,1.106-0.495,1.681-0.686c0.297-0.102,0.602-0.174,0.912-0.236
-			c0.094,0.003,0.135,0.019,0.209,0.078c0.461,0.298,0.791,0.689,0.994,1.201c0.11-0.302,0.088-0.804-0.009-1.177
-			c-0.06-0.23-0.021-0.794,0.097-0.958c-0.01-0.01-0.019-0.021-0.025-0.03c-0.055,0.026-0.108,0.054-0.16,0.085
-			c-0.592,0.363-1.254,0.478-1.93,0.562c-0.834,0.106-1.646,0.297-2.357,0.778c-0.855,0.579-1.314,1.384-1.364,2.419
-			c-0.002,0.032-0.007,0.062-0.018,0.147C35.885-7.164,36.122-8.363,37.359-9.377z"/>
-	</g>
-	<path fill="#FFFFFF" d="M46.109-34.832c0.302-0.188,0.772-0.108,0.947,0.224c0.727,1.382,0.66,2.992-0.051,4.366
-		c-0.408,0.788-1.63,0.152-1.223-0.633c0.484-0.939,0.584-2.093,0.101-3.014C45.711-34.218,45.773-34.624,46.109-34.832z"/>
-	<g>
-		<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-27.876-38.81c-0.431,12.319,7.165,8.312,10.544,13.513
-			c0.275,0.324,0.438,0.688,0.562,0.97C-20.562-26.416-31.193-25.021-27.876-38.81z"/>
-	</g>
-	<g>
-		<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-33.66-14.794c10.432,8.98,31.025,8,32.532,7.873
-			C-9.766-13.082-35.68-7.29-36.63-26.043C-38.312-20.717-36.146-16.935-33.66-14.794z"/>
-	</g>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-16.986-24.817c0,0-0.002-2.722,0-4.645
-		c0-1.922-2.416-0.874-3.349,1.765C-18.006-26.784-16.986-24.817-16.986-24.817z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-18.279-25.729c1.747,3.083-0.048,5.75-0.326,5.864
-		c0.992,0.052,2.899,1.914,3.354,2.534c0.71,0.971,0.753,2.381,0.812,3.534c1.409,0.063,2.4,0.926,3.683,1.232
-		c-1.091-1.021-2.569-2.229-3.231-3.605c-0.589-1.222-1.087-2.629-1.482-3.929c-0.323-1.065-0.625-2.123-0.824-3.222
-		c-0.148-0.818-0.631-1.919-0.543-2.716c0,0-0.18-7.171,1.258-10.712c-2.723,0.927-4.15,3.149-4.646,4.009
-		c-0.562,0.973-1.619,3.392-0.31,4.933C-19.689-27.499-18.764-26.584-18.279-25.729z"/>
-	<path fill="#0D0D0D" d="M-43.784-35.044c5.481-7.553,12.813-12.407,21.927-14.516c3.036-0.703,6.123-0.896,9.237-0.884
-		c7.618,0.033,15.235,0.014,22.853,0.015c5.123,0.002,10.248,0,15.371,0.013c1.219,0.002,2.435,0.083,3.601,0.489
-		c1.144,0.396,2.026,1.097,2.519,2.232c0.704,1.639,0.103,3.701-1.418,4.812c-1.115,0.814-2.396,1.051-3.744,0.991
-		c-0.363-0.018-0.725-0.074-1.086-0.111c-0.082-0.009-0.172-0.028-0.25-0.01c-0.117,0.025-0.227,0.083-0.339,0.125
-		c0.064,0.094,0.11,0.208,0.194,0.277c1.393,1.185,2.352,2.645,2.811,4.417c0.168,0.645,0.217,1.3,0.156,1.961
-		c-0.004,0.052-0.008,0.103-0.01,0.152c-0.014,0.342,0.104,0.448,0.441,0.464c0.996,0.046,1.991,0.085,2.984,0.163
-		c0.475,0.038,0.943,0.154,1.479,0.188c-0.062-0.082-0.108-0.203-0.191-0.241c-0.794-0.367-1.312-0.979-1.573-1.795
-		c-0.305-0.961-0.519-1.943-0.475-2.962c0.067-1.646,0.708-3.062,1.75-4.311c0.937-1.12,2.091-1.963,3.396-2.603
-		c0.168-0.082,0.213-0.154,0.154-0.343c-0.167-0.539-0.146-1.083,0.043-1.621c0.115-0.328,0.326-0.566,0.627-0.735
-		c0.686-0.382,1.477-0.436,2.225-0.123c0.021-0.107,0.039-0.228,0.065-0.332c0.216-0.82,0.745-1.146,1.544-1.626
-		c0.186,0,0.372,0,0.559,0c0.022,0,0.043,0.059,0.066,0.063c1.407,0.237,1.998,1.523,1.835,2.741
-		c-0.042,0.314-0.133,0.623-0.194,0.906c0.638,0.168,1.295,0.298,1.922,0.518c2.895,1.007,4.806,2.961,5.615,5.938
-		c0.323,1.191,0.123,2.258-0.801,3.142c-0.058,0.058-0.062,0.198-0.049,0.293c0.18,1.125,0.457,2.242,0.529,3.374
-		c0.174,2.686-0.67,5.041-2.537,7.005c-0.11,0.114-0.117,0.212-0.088,0.354c0.123,0.602,0.264,1.203,0.338,1.812
-		c0.152,1.228-0.316,2.246-1.135,3.133c-0.072,0.079-0.153,0.164-0.188,0.262c-0.229,0.683-0.702,1.148-1.327,1.462
-		c-1.26,0.635-2.596,0.764-3.973,0.535c-0.902-0.151-1.726-0.531-2.54-0.917c-0.359-0.17-0.689-0.255-1.021,0.036
-		c-0.057,0.049-0.146,0.061-0.199,0.107c-0.092,0.087-0.246,0.208-0.229,0.281c0.023,0.112,0.156,0.239,0.271,0.285
-		c0.635,0.25,1.289,0.385,1.977,0.385c0.516,0,1.033,0.015,1.543,0.075c1.627,0.197,3.119,0.784,4.52,1.62
-		c0.094,0.056,0.197,0.104,0.303,0.121c1.811,0.277,3.266,1.7,3.582,3.502c0.031,0.182,0.027,0.391,0.121,0.536
-		c0.768,1.186,0.83,2.446,0.387,3.741c-0.281,0.819-0.671,1.604-0.98,2.413c-0.166,0.434-0.334,0.883-0.376,1.333
-		c-0.111,1.283-0.281,2.554-0.625,3.793c-0.735,2.646-2.045,4.939-4.148,6.738c-2.123,1.815-4.612,2.771-7.369,3.064
-		c-0.243,0.025-0.371,0.103-0.479,0.343c-0.602,1.365-1.592,2.324-3.017,2.822c-0.37,0.129-0.739,0.158-1.087,0.001
-		c-0.496-0.229-1.001-0.457-1.445-0.771c-1.164-0.812-2.086-1.867-2.851-3.06c-0.06-0.09-0.126-0.208-0.215-0.238
-		c-0.12-0.039-0.298-0.053-0.39,0.011c-0.07,0.048-0.086,0.242-0.059,0.355c0.032,0.133,0.135,0.251,0.214,0.368
-		c2.026,2.93,3.315,6.153,3.908,9.666c0.021,0.11,0.099,0.229,0.181,0.312c0.498,0.507,1.012,0.996,1.506,1.507
-		c0.789,0.815,1.273,1.802,1.531,2.897c0.067,0.287,0.1,0.582,0.119,0.875c0.006,0.089-0.081,0.183-0.125,0.275
-		c-0.095-0.055-0.219-0.088-0.277-0.167c-0.135-0.184-0.229-0.395-0.354-0.585c-0.082-0.126-0.189-0.233-0.286-0.354
-		c-0.03,0.071-0.022,0.111-0.008,0.148c0.53,1.35,0.899,2.741,1.077,4.183c0.05,0.402,0.084,0.808,0.094,1.212
-		c0.008,0.294-0.188,0.48-0.384,0.401c-0.105-0.042-0.196-0.131-0.277-0.211c-0.788-0.781-1.717-1.36-2.669-1.908
-		c-0.021,0.029-0.037,0.042-0.038,0.057c-0.026,0.142-0.052,0.282-0.073,0.424c-0.254,1.665-0.693,3.284-1.201,4.89
-		c-0.387,1.226-0.606,2.479-0.393,3.771c0.128,0.77,0.401,1.467,1.055,1.957c0.049,0.037,0.082,0.096,0.14,0.162
-		c-0.076,0.039-0.123,0.077-0.177,0.088c-0.943,0.208-1.918,0.086-2.447-0.997c-0.061-0.121-0.141-0.23-0.25-0.412
-		c-0.119,0.238-0.237,0.394-0.275,0.564c-0.188,0.854-0.234,1.723-0.154,2.596c0.102,1.078,0.482,2.065,0.951,3.027
-		c0.121,0.25,0.236,0.507,0.314,0.771c0.139,0.479-0.128,0.833-0.629,0.825c-0.249-0.005-0.512-0.044-0.741-0.131
-		c-1.233-0.464-2.172-1.279-2.796-2.446c-0.051-0.095-0.098-0.189-0.153-0.303c-0.495,0.481-0.946,0.95-1.181,1.592
-		c-0.15,0.411-0.35,0.808-0.555,1.192c-0.147,0.276-0.258,0.27-0.438,0.019c-0.049-0.067-0.092-0.142-0.145-0.207
-		c-0.139-0.167-0.246-0.168-0.354,0.021c-0.097,0.166-0.17,0.349-0.235,0.528c-0.322,0.87-0.849,1.592-1.572,2.169
-		c-0.049,0.037-0.105,0.066-0.221,0.137c0.043-0.275,0.078-0.488,0.105-0.702c0.029-0.219,0.055-0.438,0.083-0.669
-		c-0.065,0.008-0.085,0.006-0.099,0.014c-0.07,0.045-0.142,0.092-0.211,0.142c-2.924,2.02-6.121,3.424-9.576,4.244
-		c-1.053,0.25-2.157,0.339-3.108,0.936c-0.021,0.014-0.048,0.021-0.071,0.032c-0.188,0.074-0.326,0.033-0.472-0.113
-		c-0.093-0.092-0.259-0.133-0.392-0.131c-0.422,0.01-0.844,0.103-1.264,0.138c-0.387,0.032-0.785,0.12-1.156,0.213
-		c-0.637,0.161-1.256,0.78-1.881,0.78c-0.152,0-0.307,0-0.457,0c-0.146,0-0.319-0.42-0.438-0.567
-		c-0.207-0.259-0.461-0.562-0.786-0.583c-2.153-0.134-4.282-0.446-6.379-0.969c-3.192-0.792-6.19-2.021-8.877-3.953
-		c-1.963-1.413-3.647-3.091-4.841-5.218c-0.244-0.432-0.438-0.896-0.631-1.352c-0.146-0.353-0.182-0.725-0.06-1.094
-		c0.103-0.303,0.331-0.471,0.64-0.423c1.754,0.276,3.24-0.365,4.609-1.36c1.362-0.991,2.4-2.261,2.992-3.849
-		c0.872-2.346,0.4-4.446-1.244-6.305c-0.166-0.188-0.354-0.358-0.556-0.562c-0.076,0.285-0.14,0.544-0.214,0.803
-		c-0.373,1.27-0.903,2.456-1.807,3.445c-0.525,0.577-1.373,0.906-0.593,0.876c0.72-0.025-0.259-0.012-0.349,0
-		c0.898-0.617,0.207-0.983,0.34-2.028c0.283-2.222-0.398-4.134-1.945-5.739c-0.094-0.098-0.236-0.16-0.369-0.207
-		c-1.63-0.578-3.271-1.126-4.892-1.729c-2.894-1.076-5.688-2.37-8.336-3.965c-0.036-0.021-0.074-0.041-0.113-0.062
-		c-0.251,0.162-0.354,0.404-0.343,0.674c0.014,0.36,0.072,0.72,0.115,1.079c0.004,0.043,0.018,0.083,0.021,0.125
-		c0.086,0.635-0.162,0.842-0.746,0.558c-0.293-0.143-0.562-0.38-0.773-0.631c-0.674-0.807-1.092-1.763-1.493-2.721
-		c-0.212-0.506-0.38-1.03-0.595-1.535c-0.077-0.184-0.2-0.371-0.353-0.5c-2.293-1.95-4.429-4.048-6.239-6.464
-		c-1.552-2.07-2.875-4.271-3.951-6.625c-0.026-0.062-0.058-0.122-0.088-0.183c-0.008-0.013-0.023-0.021-0.058-0.051
-		c-0.353,2.063-0.422,4.117-0.215,6.192c-0.165-0.616-0.349-1.229-0.492-1.85c-0.588-2.504-0.771-5.038-0.596-7.604
-		c0.009-0.13-0.024-0.27-0.063-0.396c-0.764-2.398-1.291-4.849-1.516-7.354C-51.076-19.924-48.949-27.926-43.784-35.044z
-		 M-45.863-8.1c1.6-3.499,3.606-6.763,5.793-9.918c0.115-0.166,0.168-0.329,0.178-0.534c0.049-1.014,0.103-2.025,0.186-3.035
-		c0.05-0.594,0.159-1.186,0.241-1.775c-5.841,6.427-8.646,13.994-8.558,22.715c0.098-0.677,0.162-1.309,0.282-1.929
-		C-47.369-4.502-46.675-6.324-45.863-8.1z M-24.402,17.718c-0.013-0.051-0.012-0.068-0.021-0.082
-		c-0.042-0.062-0.087-0.124-0.132-0.187c-1.907-2.673-3.469-5.534-4.621-8.613c-0.827-2.206-1.407-4.473-1.661-6.821
-		c-0.177-1.645-0.19-3.289,0-4.934c0.01-0.077,0.009-0.198-0.036-0.231c-0.373-0.267-0.757-0.519-1.148-0.781
-		c-0.026,0.095-0.047,0.158-0.062,0.226c-0.603,2.709-0.929,5.443-0.771,8.225c0.102,1.782,0.406,3.521,1.069,5.187
-		c0.019,0.048,0.027,0.099,0.04,0.147c-0.212-0.303-0.393-0.615-0.549-0.94c-1.232-2.561-1.719-5.294-1.816-8.102
-		c-0.087-2.536,0.17-5.058,0.661-7.558c-0.427-0.153-0.905-0.08-1.596,0.26c-0.021-0.083-0.019-0.188-0.067-0.244
-		c-1.085-1.22-1.996-2.555-2.707-4.023c-0.018-0.037-0.045-0.066-0.076-0.112c-0.533,0.604-0.994,1.229-1.272,1.992
-		c-0.085-0.312-0.156-0.62-0.175-0.933c-0.061-1.021,0.162-1.998,0.482-2.956c0.086-0.258,0.059-0.468-0.076-0.709
-		c-0.461,0.442-0.621,1.022-0.828,1.61c-0.209-0.278-0.28-0.56-0.297-0.858c-0.041-0.812,0.158-1.583,0.467-2.316
-		c0.242-0.573-0.07-1.05-0.1-1.637c-0.113,0.148-0.187,0.23-0.248,0.323c-0.791,1.167-1.615,2.312-2.363,3.507
-		c-1.771,2.831-3.217,5.817-4.217,9.013c-0.037,0.126-0.052,0.288-0.008,0.408c1.674,4.605,4.229,8.666,7.631,12.191
-		c0.041,0.043,0.092,0.078,0.164,0.14c-0.004-0.084-0.005-0.126-0.01-0.168c-0.143-1.173-0.314-2.346-0.415-3.521
-		c-0.175-2.062-0.14-4.121,0.271-6.159c0.277-1.367,0.727-2.673,1.578-3.804c0.586-0.774,1.303-1.392,2.221-1.75
-		c-0.221,0.22-0.461,0.422-0.657,0.661c-0.549,0.665-0.931,1.427-1.213,2.238c-0.597,1.707-0.731,3.479-0.741,5.27
-		c-0.009,1.771,0.146,3.528,0.393,5.279c0.263,1.874,0.582,3.737,1.117,5.554c0.35,1.186,0.774,2.342,1.438,3.395
-		c0.093,0.146,0.252,0.253,0.381,0.378c0.077-0.161,0.195-0.315,0.225-0.483c0.088-0.541,0.229-1.06,0.024-1.634
-		c-0.806-2.264-1.252-4.607-1.46-6.997c-0.044-0.502-0.057-1.006-0.085-1.508c0.125,0.452,0.19,0.91,0.284,1.36
-		c0.621,3.027,1.994,5.637,4.326,7.701c0.219,0.193,0.469,0.362,0.728,0.496c1.656,0.866,3.376,1.586,5.132,2.222
-		C-24.939,17.532-24.682,17.622-24.402,17.718z M26.686,40.998c0.004-0.17-0.065-0.346-0.123-0.513
-		c-0.642-1.884-0.847-3.816-0.731-5.793c0.021-0.354,0.041-0.72-0.022-1.062c-0.384-2.05-1.463-3.792-2.509-5.601
-		c-0.028,0.078-0.039,0.092-0.039,0.104c-0.116,3.021-0.026,6.032,0.568,9.007c0.218,1.087,0.528,2.147,1.112,3.106
-		c0.287,0.476,0.645,0.886,1.138,1.166c0.153,0.087,0.315,0.138,0.437-0.003C26.607,41.301,26.682,41.138,26.686,40.998z
-		 M27.934,24.979c-0.477-0.345-0.978-0.669-1.502-0.934c-1.844-0.927-3.798-1.587-5.729-2.299c-0.376-0.138-0.737-0.336-1.073-0.556
-		c-0.668-0.438-1.165-1.052-1.596-1.716c-0.206-0.314-0.399-0.638-0.6-0.957c0.006,0.107,0.039,0.201,0.065,0.298
-		c0.228,0.776,0.487,1.546,0.671,2.334c0.255,1.099,0.659,2.126,1.271,3.068c0.33,0.509,0.699,0.996,1.022,1.513
-		c0.204,0.324,0.382,0.676,0.524,1.032c0.084,0.214,0.074,0.464,0.109,0.697c-0.035,0.017-0.068,0.034-0.104,0.05
-		c-0.102-0.086-0.219-0.161-0.305-0.261c-0.355-0.407-0.696-0.828-1.061-1.228c-0.079-0.089-0.255-0.176-0.344-0.144
-		c-0.085,0.031-0.176,0.22-0.163,0.33c0.045,0.441,0.071,0.896,0.209,1.312c0.19,0.573,0.489,1.11,0.712,1.677
-		c0.109,0.276,0.18,0.582,0.205,0.878c0.012,0.14-0.124,0.292-0.191,0.437c-0.119-0.081-0.256-0.146-0.354-0.249
-		c-0.174-0.183-0.312-0.397-0.492-0.577c-0.177-0.175-0.341-0.146-0.443,0.077c-0.072,0.156-0.146,0.348-0.121,0.506
-		c0.061,0.397,0.168,0.787,0.27,1.179c0.094,0.356,0.227,0.708,0.3,1.067c0.05,0.243-0.012,0.484-0.267,0.667
-		c-0.071-0.104-0.149-0.193-0.195-0.298c-0.1-0.214-0.18-0.438-0.271-0.652c-0.215-0.494-0.404-1.005-0.658-1.479
-		c-0.225-0.417-0.445-0.38-0.686,0.025c-0.467,0.792-0.928,1.59-1.449,2.346c-0.287,0.415-0.453,0.842-0.498,1.328
-		c-0.058,0.646-0.09,1.298-0.157,1.945c-0.026,0.241-0.091,0.492-0.355,0.72c-0.056-0.273-0.103-0.497-0.147-0.722
-		c-0.065-0.33-0.11-0.666-0.201-0.989c-0.062-0.228-0.246-0.251-0.36-0.048c-0.103,0.184-0.173,0.404-0.188,0.614
-		c-0.027,0.396,0.009,0.794-0.012,1.191c-0.009,0.18-0.074,0.361-0.142,0.532c-0.028,0.073-0.126,0.122-0.192,0.182
-		c-0.043-0.074-0.103-0.142-0.127-0.223c-0.031-0.095-0.035-0.198-0.05-0.299c-0.043-0.292-0.067-0.591-0.136-0.875
-		c-0.073-0.309-0.268-0.361-0.459-0.111c-0.176,0.229-0.314,0.5-0.403,0.774c-0.135,0.426-0.192,0.872-0.321,1.302
-		c-0.06,0.201-0.197,0.385-0.326,0.556c-0.049,0.062-0.188,0.102-0.266,0.079c-0.057-0.015-0.113-0.146-0.115-0.228
-		c-0.008-0.328,0.006-0.658,0.011-0.987c0.001-0.163,0-0.326,0-0.502c-0.072,0.016-0.101,0.015-0.118,0.026
-		c-0.041,0.028-0.082,0.062-0.115,0.099c-0.338,0.359-0.564,0.776-0.636,1.271c-0.031,0.219-0.042,0.438-0.083,0.653
-		c-0.051,0.254-0.202,0.351-0.46,0.319c-0.271-0.032-0.442-0.229-0.47-0.573c-0.02-0.224-0.004-0.448-0.004-0.706
-		c-0.309,0.158-0.582,0.303-0.86,0.44c-2.843,1.407-5.843,2.279-8.991,2.647c-2.033,0.237-4.066,0.243-6.082-0.166
-		c-1.219-0.247-2.38-0.644-3.387-1.407c-0.148-0.11-0.284-0.238-0.426-0.358c1.121,0.649,1.777,0.914,2.789,1.106
-		c1.843,0.354,3.687,0.301,5.527,0.034c3.239-0.471,6.301-1.492,9.178-3.062c2.229-1.216,4.244-2.707,5.873-4.68
-		c0.123-0.146,0.238-0.299,0.354-0.449c-3.335,1.593-7.102-1.404-10.87-0.074c5.164-2.662,8.222,0.767,11.134-1.452
-		c0.741-0.564,0.873-2.019-0.82-1.775c-1.616,0.231,2.434-0.569,3.16-4.778c-0.041-0.687-0.138-1.386-0.295-2.101
-		c-0.695-3.153-2.164-5.938-4.18-8.438c-2.076-2.576-4.684-4.493-7.613-5.992C3.807,7.94,3.76,7.924,3.702,7.901
-		C3.71,7.937,3.709,7.954,3.715,7.963C3.756,8.028,3.798,8.091,3.84,8.155c1.4,2.081,2.551,4.278,3.109,6.746
-		c0.384,1.69,0.43,3.384-0.104,5.058c-0.597,1.869-1.791,3.292-3.351,4.432c-1.748,1.278-3.723,2.076-5.782,2.688
-		c-0.44,0.131-0.888,0.247-1.386,0.384c0.056-0.06,0.062-0.076,0.076-0.081c0.084-0.036,0.172-0.069,0.259-0.103
-		c1.438-0.562,2.808-1.248,4.05-2.175c1.788-1.329,3.104-3.003,3.7-5.18C4.937,18,4.82,16.075,4.351,14.16
-		C3.744,11.678,2.62,9.431,1.264,7.284C0.953,6.793,0.584,6.466,0.026,6.3c-0.674-0.2-1.335-0.459-2.065-0.716
-		c2.066,2.217,2.123,5.337,1.727,7.168c-0.006-0.032-0.016-0.053-0.017-0.075C-0.4,11.185-0.908,9.841-1.742,8.615
-		c-1.244-1.83-2.929-3.164-4.831-4.249C-6.72,4.282-6.9,4.255-7.064,4.202c0.688,0.793,1.215,1.657,1.523,2.647
-		c0.3,0.958,0.404,2.46,0.205,2.999c-0.314-1.047-0.641-1.729-1.34-2.62c-1.2-1.528-2.594-2.851-4.209-3.951
-		c-1.082-0.741-2.217-1.354-3.437-1.82c-2.157-0.827-4.407-1.334-6.645-1.882c-1.966-0.481-3.931-0.98-5.882-1.525
-		c-1.064-0.298-2.088-0.737-2.973-1.431c-0.158,0.352-0.455,1.596-0.466,2.584c-0.129,11.646,9.138,17.871,11.962,21.129
-		c0.822,0.949,1.294,2.112,1.707,3.288c0.168,0.477,0.312,0.961,0.471,1.456c0.026-0.035,0.053-0.059,0.065-0.084
-		c0.789-1.515,1.274-3.062,0.896-4.816c-0.58-2.683-1.66-5.079-3.694-6.979c-0.022-0.021-0.04-0.048-0.11-0.128
-		c0.1,0.051,0.135,0.064,0.167,0.086c1.673,0.964,3.202,2.11,4.495,3.554c2.174,2.424,3.342,5.261,3.502,8.519
-		c0.07,1.419-0.125,2.82-0.283,4.221c-0.423,3.729-3.146,6.748-6.807,7.639c-0.275,0.067-0.555,0.162-0.803,0.293
-		c-0.352,0.187-0.448,0.493-0.315,0.863c0.048,0.133,0.119,0.262,0.195,0.382c0.649,1.01,1.474,1.845,2.489,2.492
-		c0.521,0.331,1.041,0.661,1.543,1.02c2.06,1.472,4.275,2.614,6.725,3.286c1.011,0.277,2.033,0.522,3.096,0.429
-		C-4.655,45.823-4.331,45.7-4,45.661c0.138-0.018,0.287,0.079,0.433,0.123c-0.082,0.092-0.147,0.214-0.248,0.271
-		c-0.64,0.368-1.347,0.482-2.07,0.506c-1.065,0.036-2.102-0.166-3.139-0.377c-0.104-0.021-0.213-0.021-0.32-0.03
-		c0.849,0.734,1.812,1.208,2.854,1.521c1.716,0.521,3.468,0.638,5.243,0.489c0.568-0.048,1.145-0.071,1.668-0.368
-		c0.514-0.29,1.055-0.533,1.586-0.791c0.115-0.056,0.243-0.084,0.366-0.125c0.019,0.021,0.036,0.039,0.055,0.06
-		c-0.056,0.144-0.102,0.292-0.173,0.428c-0.191,0.376-0.4,0.743-0.594,1.119c-0.035,0.071-0.018,0.173-0.023,0.26
-		c0.08,0.004,0.17,0.034,0.239,0.01c0.408-0.136,0.824-0.256,1.212-0.438c0.555-0.264,1.133-0.354,1.738-0.395
-		c0.824-0.057,1.65-0.135,2.469-0.252c1.202-0.173,2.118-0.793,2.712-1.868c0.14-0.251,0.287-0.497,0.438-0.742
-		c0.054-0.087,0.128-0.161,0.193-0.24c0.028,0.013,0.061,0.024,0.09,0.04c-0.188,0.64-0.375,1.279-0.571,1.954
-		c0.622-0.142,1.271-0.573,1.784-1.178c0.261-0.302,0.492-0.625,0.75-0.927c0.103-0.12,0.242-0.208,0.363-0.312
-		c0.034,0.019,0.069,0.034,0.104,0.054c-0.05,0.428-0.101,0.855-0.149,1.285c0.025,0.009,0.053,0.019,0.079,0.026
-		c0.388-0.236,0.771-0.479,1.159-0.715c1.318-0.794,2.553-1.688,3.479-2.948c0.127-0.174,0.222-0.149,0.289,0.062
-		c0.082,0.265,0.137,0.539,0.228,0.802c0.026,0.08,0.138,0.189,0.202,0.185c0.089-0.007,0.213-0.095,0.242-0.176
-		c0.062-0.17,0.088-0.357,0.1-0.542c0.025-0.37,0.016-0.742,0.055-1.11c0.012-0.113,0.133-0.218,0.204-0.323
-		c0.095,0.084,0.226,0.15,0.274,0.256c0.147,0.303,0.257,0.624,0.394,0.933c0.126,0.286,0.201,0.291,0.384,0.048
-		c0.24-0.321,0.51-0.58,0.963-0.548c0.42,0.032,0.473,0.001,0.629-0.39c0.267-0.667,0.494-1.347,0.768-2.01
-		c0.13-0.316,0.329-0.604,0.486-0.908c0.039-0.072,0.072-0.175,0.053-0.246c-0.557-1.795-0.71-3.644-0.729-5.508
-		c-0.017-1.725,0.018-3.45-0.041-5.172c-0.045-1.347-0.271-2.661-1.276-3.699c0.139,0.044,0.271,0.094,0.396,0.158
-		c0.647,0.336,1.178,0.819,1.641,1.375c1.027,1.228,1.701,2.65,2.3,4.121c0.479,1.178,0.962,2.355,1.465,3.523
-		c0.125,0.29,0.333,0.546,0.519,0.809c0.045,0.062,0.178,0.133,0.229,0.107c0.075-0.033,0.147-0.145,0.158-0.23
-		c0.026-0.19,0.026-0.39,0.017-0.58c-0.043-0.963-0.123-1.925,0.043-2.885c0.024-0.147,0.066-0.312,0.029-0.447
-		c-0.361-1.317-0.83-2.589-1.643-3.708c-0.024-0.035-0.041-0.078-0.092-0.177c0.578,0.258,0.967,0.64,1.282,1.089
-		c0.315,0.451,0.591,0.93,0.901,1.428c0.132-0.534,0.258-1.048,0.384-1.562C28.76,26.03,28.536,25.418,27.934,24.979z
-		 M28.588,17.262c-1.479-1.396-3.23-2.381-5.07-3.217c-2.49-1.132-5.099-1.917-7.759-2.535c-0.95-0.221-1.907-0.412-2.924-0.63
-		c0.409,0.507,0.771,0.961,1.144,1.41c0.035,0.043,0.114,0.062,0.178,0.071c1.666,0.173,3.269,0.604,4.812,1.246
-		c3.571,1.482,6.629,3.722,9.354,6.438c0.025,0.025,0.043,0.057,0.062,0.085c-0.093-0.028-0.162-0.074-0.232-0.122
-		c-2.299-1.596-4.664-3.084-7.15-4.372c-1.592-0.82-3.214-1.575-4.958-2.021c-0.411-0.105-0.831-0.175-1.312-0.273
-		c0.066,0.114,0.093,0.156,0.117,0.2c0.547,0.958,1.15,1.893,1.627,2.887c0.297,0.625,0.715,1.083,1.243,1.486
-		c1.98,1.507,4.162,2.67,6.388,3.759c0.021,0.009,0.045,0.006,0.117,0.019c-0.847-1.344-1.664-2.652-3.123-3.389
-		c0.377,0.062,0.752,0.125,1.113,0.235c1.12,0.343,2.062,1.003,2.947,1.743c1.082,0.903,2.129,1.854,3.227,2.744
-		c0.565,0.46,1.17,0.904,1.823,1.222c0.687,0.331,1.448,0.502,2.181,0.729c0.188,0.062,0.389,0.072,0.664,0.12
-		c-0.09-0.464-0.128-0.871-0.25-1.249C31.97,21.293,30.536,19.107,28.588,17.262z M15.105-2.502
-		c-0.541-0.301-1.117-0.571-1.707-0.751c-1.209-0.366-2.467-0.372-3.721-0.369C8.79-3.621,7.902-3.609,7.016-3.619
-		C6.793-3.622,6.572-3.692,6.352-3.732c0-0.04-0.002-0.081-0.004-0.123C6.539-3.928,6.725-4.017,6.92-4.073
-		c0.618-0.176,1.239-0.334,1.855-0.506c0.121-0.035,0.231-0.104,0.349-0.158C9.12-4.761,9.115-4.786,9.111-4.809
-		c-0.08-0.032-0.159-0.077-0.244-0.096c-1.24-0.247-2.474-0.547-3.726-0.724C3.023-5.93,0.923-6.297-1.128-6.921
-		c-0.175-0.052-0.367-0.078-0.547-0.066c-2.074,0.145-4.147,0.293-6.221,0.445c-2.398,0.175-4.797,0.198-7.191-0.055
-		c-2.721-0.287-5.354-0.933-7.901-1.917c-3.661-1.415-6.979-3.433-10.097-5.796c-0.053-0.04-0.104-0.088-0.155-0.131
-		c0.103,0.02,0.181,0.062,0.257,0.108c2.848,1.7,5.784,3.217,8.887,4.399c2.631,1.001,5.332,1.724,8.123,2.094
-		c2.017,0.267,4.041,0.328,6.074,0.315c2.271-0.012,4.547,0,6.818,0.001c0.029,0,0.059-0.004,0.092-0.007
-		c-0.009-0.02-0.01-0.03-0.014-0.034C-3.057-7.585-3.111-7.609-3.166-7.63c-2.031-0.794-3.957-1.786-5.715-3.081
-		c-0.531-0.394-1.102-0.689-1.711-0.918c-0.473-0.179-0.949-0.354-1.432-0.506c-2.479-0.783-5.045-1.167-7.597-1.628
-		c-2.103-0.379-4.203-0.768-6.287-1.228c-1.899-0.419-3.733-1.062-5.438-2.031c-2.926-1.662-4.647-4.15-5.116-7.491
-		c-0.074-0.525-0.116-1.057-0.169-1.528c-0.102,0.19-0.213,0.42-0.344,0.64c-1.109,1.865-1.885,3.851-2.127,6.02
-		c-0.326,2.931,0.51,5.459,2.633,7.536c0.087,0.085,0.146,0.199,0.203,0.312c0.306,0.62,0.559,1.271,0.914,1.858
-		c1.015,1.665,2.447,2.919,4.06,3.979c2.142,1.405,4.481,2.387,6.896,3.202c3.809,1.288,7.728,2.129,11.666,2.886
-		C-9.521,1.008-6.306,1.6-3.099,2.223c2.502,0.484,4.935,1.17,7.238,2.305c2.889,1.422,5.563,3.13,7.828,5.439
-		c0.075,0.078,0.219,0.12,0.333,0.124c1.515,0.043,3.021,0.185,4.509,0.466c4.168,0.79,7.985,2.413,11.481,4.808
-		c0.058,0.037,0.118,0.065,0.213,0.123c-0.021-0.125-0.03-0.2-0.048-0.272c-0.294-1.303-0.676-2.581-1.172-3.82
-		C24.855,5.332,20.816,0.677,15.105-2.502z M48.63-34.24c-0.101-0.996-0.308-1.983-0.526-2.963c-0.338-1.507-1.26-2.504-2.752-2.955
-		c-0.668-0.202-1.354-0.282-2.051-0.284c-1.367-0.003-2.706,0.217-4.029,0.544c-1.102,0.276-2.166,0.647-3.121,1.277
-		c-0.912,0.601-1.59,1.382-1.854,2.471c-0.162,0.681-0.115,1.354-0.005,2.036c0.044,0.271,0.161,0.39,0.41,0.487
-		c2.177,0.869,3.915,2.248,4.958,4.396c0.139,0.284,0.337,0.428,0.64,0.459c1.041,0.115,2.062,0.077,3.013-0.428
-		c0.61-0.324,1.219-0.287,1.822,0.006c0.248,0.121,0.489,0.271,0.709,0.438c0.274,0.209,0.523,0.452,0.826,0.718
-		c0.025-0.044,0.044-0.084,0.07-0.116C48.248-29.912,48.857-31.958,48.63-34.24z M32.529-38.688c0.168-0.109,0.318-0.25,0.468-0.388
-		c1.297-1.209,2.792-2.087,4.448-2.709c1.479-0.555,3.017-0.804,4.582-0.888c1.158-0.062,2.324-0.052,3.449,0.255
-		c0.771,0.21,1.51,0.527,2.271,0.777c0.162,0.053,0.407,0.09,0.517,0.006c0.186-0.143,0.047-0.37-0.021-0.56
-		c-0.004-0.008-0.01-0.015-0.014-0.021c-0.541-1.033-1.25-1.926-2.209-2.604c-1.728-1.221-3.67-1.462-5.707-1.229
-		c-0.334,0.038-0.623-0.023-0.896-0.178c-0.128-0.073-0.207-0.231-0.309-0.352c0.019-0.021,0.037-0.045,0.055-0.066
-		c0.072,0.008,0.145,0.021,0.218,0.022c0.378,0.012,0.763,0.07,1.132,0.021c1.19-0.158,1.758-1.471,1.073-2.439
-		c-0.229-0.327-0.528-0.562-0.954-0.509c-0.438,0.058-0.656,0.383-0.805,0.76c-0.036,0.092-0.051,0.196-0.061,0.297
-		c-0.045,0.381-0.072,0.434-0.465,0.421c-0.369-0.011-0.736-0.068-1.104-0.124c-0.457-0.064-0.752,0.104-0.896,0.545
-		c-0.116,0.356-0.081,0.716,0.095,1.032c0.188,0.346,0.429,0.661,0.635,0.978c-0.553,0.231-1.162,0.44-1.729,0.734
-		c-2.167,1.123-3.635,2.823-4.188,5.24c-0.057,0.236-0.079,0.486-0.071,0.729C32.055-38.591,32.247-38.499,32.529-38.688z
-		 M33.66-35.663c0.162-0.511,0.27-1.029,0.486-1.494c0.504-1.076,1.4-1.774,2.447-2.258c2.484-1.142,5.104-1.653,7.831-1.421
-		c1.652,0.14,3.021,0.83,3.788,2.41c0.003,0.006,0.014,0.01,0.043,0.034c0.505-0.234,0.787-0.624,0.855-1.172
-		c0.062-0.504-0.153-0.894-0.577-1.119c-0.548-0.292-1.107-0.593-1.697-0.771c-2.492-0.755-5.012-0.737-7.53-0.127
-		c-1.918,0.464-3.688,1.251-5.231,2.498c-0.603,0.486-1.152,1.022-1.495,1.732c-0.085,0.176-0.164,0.388-0.15,0.574
-		C32.475-36.196,33.118-35.66,33.66-35.663z M-45.486-22.974c-2.023,3.519-3.076,7.254-3.078,7.827
-		c-0.006,1.791,0.133,3.576,0.401,5.354c0.062,0.412,0.144,0.821,0.215,1.232c0.076-0.075,0.101-0.151,0.124-0.229
-		c0.299-0.993,0.559-2,0.901-2.978c1.798-5.125,4.532-9.722,7.92-13.945c0.123-0.154,0.229-0.336,0.29-0.523
-		c0.736-2.267,1.792-4.324,3.146-6.188c-1.519,0.647-3.248,0.88-5.309,3.251c2.531-4.881,8.527-6.815,8.527-6.815
-		c3.336-2.985,7.219-4.958,11.52-6.139c0.348-0.095,0.698-0.171,1.049-0.255c-0.076,0.074-0.162,0.104-0.248,0.138
-		c-3.201,1.145-6.15,2.741-8.82,4.846c-3.323,2.62-5.836,5.848-7.338,9.828c-0.16,0.428-0.236,0.827-0.071,1.269
-		c0.112,0.3,0.17,0.619,0.263,0.926c0.706,2.307,1.811,4.381,3.588,6.055c1.7,1.604,3.743,2.573,5.959,3.227
-		c2.654,0.778,5.396,1.065,8.125,1.423c1.583,0.206,3.158,0.456,4.736,0.697c0.424,0.063,0.843,0.168,1.294,0.261
-		c-0.034-0.056-0.044-0.081-0.062-0.101c-1.232-1.383-2.258-2.902-3.074-4.568c-0.049-0.103-0.162-0.205-0.271-0.239
-		c-0.729-0.23-1.452-0.503-2.2-0.653c-1.109-0.221-2.244-0.306-3.353-0.524c-5.947-1.18-7.78-4.367-7.753-4.338
-		c1.806,1.918,4.695,2.459,5.459,2.725c1.779,0.619,3.624,0.787,5.492,0.769c0.547-0.008,1.092-0.04,1.654-0.062
-		c-1.677-5.474-1.457-10.81,0.815-16.037c0.002,0.099-0.021,0.193-0.044,0.287c-0.889,3.376-1.249,6.791-0.741,10.267
-		c0.613,4.221,2.448,7.817,5.513,10.78c2.297,2.22,4.998,3.818,7.896,5.106c2.753,1.224,5.646,1.981,8.564,2.685
-		c2.196,0.529,4.401,1.048,6.569,1.687c2.904,0.851,5.533,2.249,7.772,4.315c0.348,0.32,0.697,0.647,0.984,1.021
-		c1.887,2.442,4.188,4.354,7.019,5.6c0.179,0.599,0.491,1.231,0.979,1.891c0.691,0.926,1.547,1.689,2.469,2.374
-		c0.262,0.193,0.608,0.304,0.934,0.368c0.354,0.073,0.566-0.098,0.688-0.441c0.032-0.097,0.055-0.194,0.073-0.293
-		c0.188-0.065,0.377-0.167,0.562-0.311c0.127-0.098,0.25-0.204,0.361-0.315c0.521-0.524,0.887-1.148,1.182-1.817
-		c0.064-0.145,0.15-0.202,0.3-0.221c0.351-0.046,0.703-0.095,1.05-0.162c5.633-1.114,9.732-5.394,10.448-11.548
-		c0.063-0.555,0.06-1.13,0.226-1.65c0.213-0.661,0.564-1.277,0.856-1.913c0.257-0.559,0.538-1.107,0.761-1.681
-		c0.229-0.587,0.257-1.199,0.079-1.816c-0.062-0.212-0.185-0.268-0.351-0.165c-0.231,0.146-0.44,0.329-0.662,0.494
-		c-0.269,0.201-0.52,0.431-0.811,0.59c-0.236,0.131-0.506,0.104-0.718-0.139c0.049-0.037,0.09-0.066,0.126-0.1
-		c0.58-0.517,1.162-1.029,1.732-1.556c0.068-0.062,0.117-0.188,0.111-0.285c-0.051-0.817-0.322-1.558-0.902-2.146
-		c-0.748-0.757-1.627-1.161-2.719-0.905c-0.027-0.407-0.056-0.477-0.289-0.603c-1.52-0.823-3.129-1.308-4.871-1.275
-		c-1.28,0.022-2.436-0.384-3.537-1c-0.342-0.191-0.709-0.363-1.086-0.463c-1.19-0.316-2.412-0.407-3.641-0.439
-		c-0.101-0.002-0.199-0.008-0.3-0.013c0.063-0.071,0.126-0.093,0.188-0.107c0.98-0.232,1.974-0.262,2.975-0.189
-		c0.324,0.023,0.689,0.093,0.971-0.021c0.826-0.336,1.627-0.738,2.422-1.147c0.223-0.115,0.42-0.17,0.646-0.086
-		c0.505,0.189,1.012,0.376,1.504,0.595c1.046,0.465,2.116,0.745,3.272,0.586c0.631-0.086,1.248-0.225,1.799-0.562
-		c0.356-0.22,0.639-0.5,0.666-0.956c0.006-0.064,0.063-0.135,0.115-0.183c0.148-0.137,0.312-0.26,0.461-0.396
-		c0.44-0.406,0.627-0.91,0.572-1.505c-0.047-0.5-0.195-0.583-0.63-0.362c-0.21,0.106-0.429,0.193-0.649,0.025
-		c0.279-0.178,0.553-0.338,0.813-0.518c0.392-0.268,0.53-0.654,0.517-1.119c-0.041-1.294-1.567-2.439-2.877-2.15
-		c-0.433,0.095-0.818,0.266-1.055,0.675c-0.031,0.054-0.12,0.111-0.18,0.107c-0.342-0.019-0.691-0.017-1.021-0.091
-		c-0.605-0.137-1.203-0.282-1.826-0.164c-0.287,0.055-0.57,0.134-0.867,0.202c-0.232-0.808-0.614-1.526-1.125-2.177
-		c-1.185-1.506-2.742-2.46-4.539-3.049c-2.33-0.765-4.725-0.849-7.121-0.505c-3.465,0.495-5.922,2.376-7.246,5.639
-		c-0.328,0.807-0.497,1.678-0.744,2.521c-0.396,1.356-0.928,2.66-1.631,3.892c-1.133,1.978-2.62,3.606-4.657,4.68
-		c-2.288,1.206-4.72,1.447-7.239,0.999c-0.478-0.085-0.947-0.208-1.477-0.327c0.921-0.055,1.768-0.074,2.607-0.159
-		c2.336-0.235,4.526-0.937,6.517-2.197c2.366-1.501,4.137-3.469,4.877-6.261c0.396-1.491,0.95-2.938,1.644-4.324
-		c0.461-0.928,0.971-1.817,1.682-2.58c1.184-1.267,2.67-1.983,4.308-2.444c0.504-0.141,1.004-0.297,1.501-0.457
-		c0.246-0.08,0.4-0.254,0.497-0.503c0.274-0.712,0.353-1.439,0.205-2.188c-0.229-1.178-0.806-2.178-1.58-3.072
-		c-0.666-0.77-1.5-1.334-2.334-1.897c-0.405-0.271-0.8-0.566-1.17-0.885c-0.32-0.272-0.515-0.646-0.495-1.073
-		c0.035-0.763,0.08-0.884,0.84-0.631c0.119,0.04,0.237,0.087,0.354,0.138c0.621,0.267,1.238,0.539,1.863,0.8
-		c1.197,0.501,2.44,0.686,3.717,0.379c1.414-0.338,2.412-1.169,2.861-2.589c0.092-0.291,0.114-0.6-0.041-0.861
-		c-0.076-0.129-0.269-0.256-0.412-0.26c-0.129-0.004-0.281,0.143-0.387,0.258c-0.064,0.072-0.062,0.206-0.092,0.312
-		c-0.146,0.548-0.385,1.032-0.923,1.298c-0.103,0.051-0.218,0.064-0.328,0.097c0.717-0.744,1.104-1.586,1.053-2.601
-		c-0.039-0.771-0.644-1.273-1.42-1.229c-0.226,0.013-0.385,0.119-0.41,0.339c-0.03,0.267-0.019,0.537-0.024,0.806
-		c-0.008,0.32,0.016,0.646-0.029,0.96c-0.071,0.515-0.389,0.85-0.883,1.009c-0.239,0.076-0.469,0.035-0.691-0.078
-		c0.312-0.064,0.61-0.158,0.768-0.45c0.15-0.28,0.305-0.572,0.381-0.877c0.162-0.658,0.084-1.293-0.521-1.697
-		c-0.271-0.181-0.64-0.256-0.974-0.302c-0.718-0.1-1.405,0.103-2.099,0.263c-0.416,0.097-0.847,0.161-1.271,0.162
-		c-0.401,0.001-0.806-0.084-1.203-0.155c-2.418-0.436-4.848-0.251-7.31-0.222c-2.663,0.033-5.326,0.017-7.989,0.019
-		c-4.767,0-9.535,0.002-14.306,0.002c-1.969,0-3.938-0.02-5.907-0.007c-2.716,0.017-5.401,0.323-8.027,1.012
-		c-10.003,2.616-17.489,8.031-22.423,17.108c-2.175,4.004-3.417,8.287-3.854,12.784C-48.446-17.958-45.458-23.521-45.486-22.974z"/>
-	<path fill="#E65270" d="M32.723,0.607c-0.84,1.788-0.85,2.545,0.078,4.237c0.7,1.278,2.561,0.141,2.309,1.568
-		c-0.106,1.24-1.405,2.602-1.646,2.898c-0.296,0.351-0.461,0.696-0.898,0.607c-0.399-0.082-0.778-0.275-1.101-0.514
-		c-1.137-0.845-2.19-1.787-3.045-2.928c-1.543-2.059-0.907-3.308,0.899-4.95C30.084,0.834,32.813,0.416,32.723,0.607z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M31.049,7.398c0.445,0.486,1.139,0.956,1.861,1.438
-		c0.384,0.254-0.76-2.867-1.092-3.7c-1.092-2.729,0.338-4.42-0.055-4.211c-0.867,0.46-2.104,2.067-2.189,3.06
-		C29.479,5.059,30.313,6.592,31.049,7.398z"/>
-	<g>
-		<path fill="#0D0D0D" d="M32.376,0.774c-0.84,1.788-0.849,2.544,0.08,4.237c0.698,1.277,1.022,2.564,0.771,3.993
-			c-0.027,0.159-0.059,0.321-0.111,0.475c-0.148,0.429-0.411,0.639-0.848,0.549c-0.4-0.082-0.83-0.217-1.15-0.455
-			c-1.137-0.845-2.191-1.787-3.045-2.928c-1.184-1.579-1.055-2.657-0.157-3.854c0.257-0.342,0.415-0.332,0.746-0.394
-			c0.428-0.081,0.515,0.515,0.379,0.756c-0.313,0.554-0.519,1.111-0.558,1.549c-0.096,1.076,0.506,2.244,1.242,3.049
-			c0.682,0.746,2.062,1.904,3.002,2.185c0.228-0.871-0.257-2.609-0.563-3.453c-0.374-1.031-1.507-2.912-1.222-4.138
-			c0,0,0.398-1.134,0.822-1.422C32.186,0.636,32.376,0.774,32.376,0.774z"/>
-	</g>
-	
-		<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="44048.457" y1="34.6875" x2="44048.457" y2="34.6875" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#E65271"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-	</linearGradient>
-	<path fill="url(#SVGID_19_)" d="M27.898,34.688"/>
-	<g opacity="0.2">
-		<path fill="#8B4FBA" d="M-18.605-19.865c-0.115-0.006-0.222,0.006-0.309,0.053C-18.805-19.805-18.702-19.826-18.605-19.865z"/>
-	</g>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M33.089-34.856c0.981,1.49,2.084,1.994,3.33,3.167
-		c1.185,1.113,2.095,2.456,3.274,3.549c0.925-0.193,1.963-0.037,2.912-0.085c0.678-1.674,3.97-0.081,4.271,0.999l0.437-0.655
-		c0.949-1.869-2.455-1.994-4.393-1.8c-1.359,0.135-7.23-1.408-7.037-8.979c-0.66-1.015-2.218-0.024-2.22-1.347
-		c-0.001-1.354,0.021-3.742,1.19-4.604c-0.334-1.181-1.498,0.068-1.818,0.541c-0.719,1.059-1.744,2.934-1.977,4.189
-		C30.664-37.737,32.016-36.485,33.089-34.856z"/>
-</symbol>
-<symbol  id="New_Symbol_2" viewBox="-3 -3.5 6 7">
-	<path fill="#FFFFFF" d="M0-3.5c-0.184,0-0.368,0.051-0.53,0.152l-2,1.25C-2.822-1.915-3-1.595-3-1.25v2.5
-		c0,0.345,0.178,0.666,0.47,0.848l2,1.25C-0.368,3.449-0.184,3.5,0,3.5s0.368-0.051,0.53-0.152l2-1.25C2.822,1.916,3,1.595,3,1.25
-		v-2.5c0-0.345-0.178-0.665-0.47-0.848l-2-1.25C0.368-3.449,0.184-3.5,0-3.5z"/>
-	<polygon display="none" fill="none" points="-3,3 3,3 3,-3 -3,-3 	"/>
-</symbol>
-<symbol  id="New_Symbol_3" viewBox="-50.452 -50.955 100.904 101.91">
-	<path fill="#E65270" d="M14.113-50.012c-1.353,0.017-2.704,0.021-4.056,0.021l-3.489-0.003c0,0-9.98,0.004-14.75,0.004
-		c-0.749,0-1.5-0.003-2.25-0.005C-11.183-49.997-11.933-50-12.684-50c-0.47,0-0.938,0.001-1.407,0.004
-		c-2.838,0.017-5.551,0.358-8.063,1.016c-10.002,2.617-17.576,8.551-22.512,17.634c-2.366,4.354-3.711,9.225-3.995,14.473
-		c-0.126,2.334-0.007,4.726,0.355,7.108c0.043,0.284,0.095,0.568,0.147,0.854l0.115,0.65l0.195-0.192
-		c0.103-0.102,0.135-0.208,0.159-0.288c0.097-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013
-		c1.701-4.852,4.284-9.397,7.896-13.902c0.143-0.178,0.251-0.375,0.313-0.566c1.225-3.771,3.354-7.028,6.326-9.69
-		c2.891-2.588,6.357-4.526,10.316-5.771c-2.539,1.087-4.889,2.476-7.003,4.143c-3.448,2.719-5.933,6.046-7.383,9.89
-		c-0.145,0.386-0.267,0.852-0.071,1.368c0.065,0.176,0.111,0.358,0.158,0.541c0.032,0.126,0.063,0.252,0.102,0.377
-		c0.781,2.553,1.967,4.555,3.626,6.117c1.545,1.456,3.513,2.521,6.017,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.011,0.13
-		c1.321,0.173,2.66,0.377,3.954,0.577l0.779,0.12c0.29,0.044,0.578,0.107,0.876,0.172l0.727,0.152l-0.191-0.325
-		c-0.015-0.028-0.027-0.051-0.048-0.075c-1.225-1.372-2.253-2.897-3.055-4.538c-0.068-0.139-0.214-0.267-0.354-0.312
-		c-0.174-0.057-0.347-0.113-0.52-0.171c-0.551-0.185-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3
-		c-0.494-0.07-0.988-0.139-1.479-0.229c-1.653-0.294-2.932-0.825-3.899-1.636c0.212,0.051,0.431,0.083,0.646,0.114
-		c0.3,0.043,0.608,0.089,0.889,0.186c1.524,0.53,3.196,0.776,5.263,0.776l0.279-0.001c0.371-0.004,0.741-0.021,1.117-0.039
-		l0.726-0.03l-0.054-0.179c-1.483-4.845-1.441-9.599,0.119-14.157c-0.653,3.091-0.772,5.962-0.368,8.737
-		c0.618,4.241,2.486,7.896,5.556,10.863c2.07,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.021,8.589,2.691L6.099-7.35
-		c1.988,0.478,4.044,0.972,6.036,1.557c2.987,0.875,5.583,2.314,7.716,4.284c0.319,0.295,0.682,0.63,0.968,1
-		c2.037,2.64,4.412,4.513,7.258,5.727c0.082,0.035,0.175,0.122,0.235,0.221c0.931,1.52,2.048,2.639,3.415,3.424
-		c0.305,0.175,0.609,0.263,0.904,0.263c0.374,0,0.748-0.144,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33
-		c0.479-0.481,0.863-1.073,1.211-1.859c0.043-0.094,0.082-0.124,0.187-0.137c0.347-0.046,0.705-0.093,1.06-0.163
-		c5.812-1.15,9.859-5.622,10.562-11.673c0.019-0.161,0.032-0.324,0.045-0.486c0.031-0.384,0.062-0.78,0.177-1.137
-		c0.144-0.451,0.361-0.895,0.573-1.321c0.093-0.189,0.188-0.382,0.276-0.575c0.075-0.166,0.154-0.33,0.232-0.494
-		c0.185-0.389,0.374-0.786,0.531-1.193c0.241-0.621,0.269-1.263,0.084-1.908c-0.08-0.277-0.248-0.318-0.341-0.318
-		c-0.071,0-0.147,0.023-0.224,0.071c-0.16,0.103-0.309,0.217-0.458,0.335c-0.07,0.058-0.142,0.111-0.214,0.165
-		c-0.08,0.062-0.159,0.123-0.237,0.188c-0.187,0.146-0.362,0.288-0.557,0.395c-0.07,0.039-0.143,0.061-0.214,0.061
-		c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245c0.489-0.434,0.977-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4
-		c-0.057-0.908-0.374-1.661-0.945-2.241c-0.68-0.688-1.393-1.022-2.178-1.022c-0.168,0-0.339,0.016-0.513,0.047
-		c-0.032-0.305-0.097-0.419-0.351-0.555c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.369-0.981
-		c-0.413-0.229-0.778-0.386-1.119-0.476c-1.031-0.274-2.072-0.377-3.013-0.421c0.404-0.056,0.826-0.083,1.279-0.083
-		c0.289,0,0.587,0.012,0.909,0.033l0.184,0.019c0.136,0.013,0.274,0.025,0.406,0.025c0.177,0,0.323-0.022,0.446-0.073
-		c0.841-0.344,1.663-0.76,2.433-1.154c0.151-0.078,0.26-0.11,0.361-0.11c0.056,0,0.11,0.011,0.167,0.032l0.225,0.084
-		c0.421,0.159,0.856,0.323,1.271,0.507c0.987,0.439,1.838,0.646,2.678,0.646c0.225,0,0.45-0.017,0.673-0.047
-		c0.576-0.078,1.248-0.21,1.854-0.583c0.299-0.184,0.698-0.491,0.735-1.064c0.002-0.01,0.022-0.044,0.069-0.088
-		c0.073-0.067,0.149-0.131,0.227-0.195c0.078-0.064,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624
-		c-0.018-0.181-0.058-0.605-0.421-0.605c-0.11,0-0.239,0.04-0.418,0.131c-0.075,0.039-0.144,0.07-0.207,0.088
-		c0.177-0.108,0.349-0.217,0.518-0.332c0.401-0.273,0.597-0.691,0.578-1.242c-0.038-1.2-1.302-2.336-2.601-2.336
-		c-0.154,0-0.306,0.019-0.451,0.05c-0.383,0.084-0.859,0.244-1.146,0.742c-0.009,0.014-0.042,0.036-0.049,0.038l-0.22-0.01
-		c-0.261-0.01-0.529-0.021-0.778-0.078l-0.073-0.017c-0.423-0.098-0.859-0.195-1.305-0.195c-0.178,0-0.345,0.016-0.507,0.047
-		c-0.199,0.037-0.396,0.086-0.598,0.136l-0.146,0.035c-0.231-0.749-0.604-1.452-1.109-2.094c-1.131-1.438-2.639-2.452-4.607-3.097
-		c-1.427-0.47-2.961-0.705-4.562-0.705c-0.841,0-1.724,0.063-2.623,0.191c-3.546,0.507-6.021,2.435-7.359,5.729
-		c-0.225,0.552-0.376,1.138-0.524,1.706c-0.071,0.274-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.689-1.619,3.859
-		c-1.216,2.123-2.72,3.636-4.599,4.625c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208
-		c-0.157-0.028-0.313-0.062-0.472-0.096c0.547-0.025,1.067-0.055,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219
-		c2.633-1.671,4.249-3.747,4.937-6.345c0.385-1.452,0.935-2.898,1.634-4.299c0.404-0.812,0.918-1.752,1.658-2.546
-		c1.046-1.119,2.394-1.884,4.241-2.403c0.505-0.143,1.007-0.298,1.506-0.458c0.276-0.089,0.468-0.28,0.587-0.587
-		c0.289-0.75,0.361-1.515,0.213-2.27c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.538-1.366-2.362-1.923
-		c-0.414-0.277-0.803-0.572-1.157-0.875c-0.303-0.26-0.46-0.6-0.443-0.958c0.026-0.59,0.07-0.612,0.18-0.612
-		c0.092,0,0.237,0.035,0.471,0.111c0.115,0.038,0.229,0.084,0.342,0.134l0.686,0.296c0.392,0.169,0.783,0.339,1.178,0.503
-		c0.856,0.357,1.703,0.54,2.515,0.54c0.434,0,0.868-0.052,1.291-0.153c1.52-0.364,2.518-1.267,2.966-2.686
-		c0.12-0.384,0.103-0.712-0.055-0.979c-0.104-0.177-0.342-0.325-0.54-0.331c-0.184,0-0.356,0.163-0.488,0.308
-		c-0.074,0.081-0.092,0.187-0.106,0.279c-0.006,0.03-0.011,0.062-0.018,0.09c-0.135,0.505-0.322,0.835-0.604,1.056
-		c0.504-0.685,0.73-1.417,0.689-2.23c-0.042-0.807-0.646-1.369-1.471-1.369c-0.034,0-0.067,0.001-0.103,0.003
-		c-0.313,0.019-0.512,0.188-0.545,0.466c-0.022,0.192-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.237
-		c-0.002,0.104-0.001,0.205,0,0.309c0,0.222,0.001,0.431-0.027,0.637c-0.062,0.444-0.326,0.744-0.785,0.891
-		c-0.032,0.012-0.064,0.02-0.098,0.023c0.139-0.079,0.259-0.188,0.344-0.346c0.17-0.315,0.315-0.602,0.394-0.911
-		c0.204-0.821,0.003-1.461-0.581-1.853c-0.303-0.201-0.691-0.276-1.033-0.324c-0.139-0.02-0.275-0.026-0.412-0.026
-		c-0.511,0-1.011,0.12-1.493,0.234l-0.245,0.059c-0.457,0.105-0.862,0.158-1.251,0.159c-0.332,0-0.677-0.064-1.011-0.126
-		l-0.155-0.028c-2.533-0.456-4.81-0.677-6.959-0.677L14.113-50.012z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.451c0,0-3.735-4.456-10.078-1.903
-		c-5.81,2.341-3.692,8.784-3.692,8.784s1.03-3.996,4.036-5.51C29.348-21.273,34.73-20.451,34.73-20.451z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.359c0.809-0.822,0.824-1.663,1.078-2.688
-		c0.479-1.928,1.068-3.602,2.296-5.188c1.181-1.524,2.594-2.602,4.419-3.303c1.581-0.606,3.614-0.427,3.311-2.781l-0.53-1.982
-		c-4.04,0-7.825,1.844-9.367,5.854c-1.352,3.518,0.241,7.769-3.857,13.717C14.005-19.132,15.908-21.931,16.327-22.359z"/>
-	<g opacity="0.2">
-		<path fill="#2B2B2B" d="M14.727-20.611c0.062-0.25,0.118-0.504,0.175-0.757C14.751-21.183,14.673-20.947,14.727-20.611z"/>
-	</g>
-	
-		<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="44097.3398" y1="69.6689" x2="44125.8086" y2="-63.1794" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
-		<stop  offset="0.6649" style="stop-color:#C370E6"/>
-		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
-		<stop  offset="0.7081" style="stop-color:#D461AB"/>
-		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
-		<stop  offset="0.7643" style="stop-color:#E05784"/>
-		<stop  offset="0.8017" style="stop-color:#E35479"/>
-		<stop  offset="0.8543" style="stop-color:#E55272"/>
-		<stop  offset="1" style="stop-color:#E65270"/>
-	</linearGradient>
-	<path fill="url(#SVGID_20_)" d="M-32.349-35.983c-15.241,1.506-17.035,16.677-17.035,16.677s-0.828,7.032,1.104,13.93
-		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.766-32.349-35.983z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.15-30.205c0,0-3.196-0.304-7.461,4.873
-		c4.112-7.461,9.441-7.613,9.441-7.613L-36.15-30.205z"/>
-	
-		<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="44081.2695" y1="71.4424" x2="44111.5938" y2="-70.0665" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
-		<stop  offset="0.6649" style="stop-color:#C370E6"/>
-		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
-		<stop  offset="0.7081" style="stop-color:#D461AB"/>
-		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
-		<stop  offset="0.7643" style="stop-color:#E05784"/>
-		<stop  offset="0.8017" style="stop-color:#E35479"/>
-		<stop  offset="0.8543" style="stop-color:#E55272"/>
-		<stop  offset="1" style="stop-color:#E65270"/>
-	</linearGradient>
-	<path fill="url(#SVGID_21_)" d="M-27.912-38.917c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.782,10.628,4.782,10.628
-		s-25.506,4.782-25.907-13.817c0.888-4.027,4.792-7.921,7.236-10.028c-0.478,1.078-6.567,17.833,13.711,16.467
-		c-6.999,0.596-17.105-6.716-12.288-17.67C-28.205-38.729-27.912-38.917-27.912-38.917z"/>
-	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.684c-5.272-1.982-14.225-1.973-11.677-15.426
-		c-0.408-0.306-2.446,2.854-1.937,2.547C-36.975-19.535-26.447-20.23-21.017-18.684z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.865c5.127,2.028,0.964-3.722,0.236-4.642
-		c-1.683-2.128-5.941-1.436-8.21-2.146c-1.305-0.408-6.536-1.175-8.269-6.128c-0.77-2.194-1.06-5.781,0.581-10.146
-		c-0.407-0.308-3.104,2.646-2.594,2.342C-36.925-15.255-16.511-22.193-14.341-13.865z"/>
-	<path fill="#F9E0E7" d="M36.631-5.972c0.139,0.384,0.378,0.875,0.679,1.165c0.07-0.033,0.145-0.037,0.202-0.073
-		c0.5,0.324,1.29,0.281,1.918,0.281c0.376,0,0.924,0.104,1.287-0.037c0.528-0.205,0.468-0.761,0.689-1.182
-		c0.414-0.786,1.69-0.796,1.695-1.907c0.004-0.523,0.135-1.232,0.001-1.744c-0.1-0.38-0.525-0.264-0.891-0.264
-		c-1.109,0-2.215-0.031-3.326-0.031l-1.536,1.145c-0.41-0.131-0.731,0.729-0.787,1.021C36.47-7.116,36.458-6.449,36.631-5.972z"/>
-	<path fill="#FFFFFF" d="M41.756-7.494c0.188,0.077,0.465,0.378,0.581,0.555c0.084,0.127,0.06,0.208,0.24,0.203
-		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.407,0.277
-		c-0.136,0.04-0.331,0.021-0.473,0.015c-0.208-0.009-0.496-0.149-0.684-0.069L41.756-7.494z"/>
-	
-		<linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="44076.2969" y1="62.4639" x2="44078.1016" y2="-21.4837" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_22_)" d="M-18.99,13.068c0.07,0.081,0.088,0.105,0.11,0.128c2.035,1.9,3.114,4.298,3.694,6.979
-		c0.381,1.755-0.105,3.303-0.895,4.816c-0.014,0.025-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
-		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.613-7.753-12.244-24.064c0.009-0.101,0.026-0.197,0.04-0.31
-		c0.246,0.229,0.461,0.466,0.708,0.661c0.885,0.692,1.907,1.133,2.973,1.431c1.951,0.544,3.915,1.044,5.881,1.525
-		c2.237,0.548,4.487,1.056,6.645,1.882c1.22,0.466,2.354,1.08,3.437,1.82c1.614,1.104,3.007,2.426,4.207,3.956
-		c0.699,0.891,1.025,1.571,1.34,2.618c0.199-0.539,0.095-2.041-0.205-2.999c-0.31-0.99-0.837-1.854-1.524-2.647
-		c0.165,0.053,0.345,0.08,0.492,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.568,1.413,4.062
-		c0.001,0.021,0.01,0.042,0.017,0.075c0.396-1.832,0.339-4.952-1.727-7.17c0.73,0.258,1.39,0.517,2.066,0.718
-		c0.559,0.166,0.928,0.493,1.237,0.984c1.356,2.146,2.48,4.396,3.088,6.877c0.47,1.916,0.587,3.84,0.06,5.765
-		c-0.598,2.176-1.912,3.851-3.7,5.182c-1.242,0.925-2.612,1.611-4.05,2.173c-0.087,0.034-0.174,0.065-0.259,0.103
-		c-0.014,0.005-0.021,0.021-0.076,0.081c0.498-0.137,0.945-0.253,1.386-0.384c2.06-0.612,4.034-1.41,5.782-2.688
-		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058C6.389,12.438,5.24,10.24,3.84,8.159
-		C3.797,8.094,3.755,8.03,3.714,7.966c-0.006-0.01-0.005-0.026-0.013-0.062c0.058,0.021,0.104,0.036,0.146,0.059
-		c2.931,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.483,5.284,4.18,8.438c0.877,3.98-0.085,7.514-2.663,10.631
-		c-1.629,1.973-3.643,3.465-5.873,4.681c-2.877,1.566-5.938,2.59-9.177,3.061c-1.842,0.269-3.686,0.32-5.527-0.034
-		c-1.012-0.192-1.668-0.458-2.79-1.106c0.142,0.121,0.277,0.249,0.426,0.358c1.007,0.765,2.168,1.16,3.387,1.407
-		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.149-1.24,8.991-2.646c0.278-0.14,0.553-0.283,0.86-0.441
-		c0,0.258-0.015,0.483,0.004,0.706c0.026,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.41-0.065,0.46-0.319
-		c0.041-0.215,0.052-0.436,0.083-0.652c0.07-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
-		c0.019-0.015,0.046-0.014,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.018,0.659-0.011,0.988
-		c0.003,0.081,0.06,0.211,0.116,0.227c0.077,0.021,0.217-0.018,0.265-0.079c0.129-0.17,0.268-0.354,0.327-0.556
-		c0.129-0.428,0.187-0.876,0.321-1.301c0.088-0.275,0.228-0.547,0.403-0.775c0.192-0.25,0.386-0.195,0.459,0.111
-		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.018,0.205,0.049,0.299c0.025,0.081,0.084,0.148,0.128,0.223
-		c0.066-0.061,0.163-0.106,0.192-0.182c0.067-0.17,0.133-0.353,0.141-0.532c0.021-0.396-0.016-0.795,0.013-1.189
-		c0.015-0.21,0.085-0.434,0.188-0.616c0.114-0.203,0.297-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.202,0.99
-		c0.045,0.224,0.092,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.068-0.647,0.101-1.297,0.158-1.945
-		c0.044-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.448-2.346c0.24-0.406,0.462-0.443,0.686-0.025
-		c0.254,0.475,0.443,0.982,0.658,1.479c0.094,0.217,0.173,0.438,0.272,0.652c0.046,0.104,0.124,0.192,0.195,0.3
-		c0.255-0.185,0.316-0.427,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.101-0.39-0.209-0.779-0.27-1.177
-		c-0.023-0.16,0.049-0.352,0.122-0.507c0.103-0.225,0.267-0.252,0.443-0.076c0.179,0.178,0.318,0.395,0.492,0.576
-		c0.099,0.104,0.235,0.167,0.354,0.249c0.067-0.146,0.203-0.29

<TRUNCATED>

[48/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/how-to-contribute.html
----------------------------------------------------------------------
diff --git a/content/how-to-contribute.html b/content/how-to-contribute.html
new file mode 100644
index 0000000..8307561
--- /dev/null
+++ b/content/how-to-contribute.html
@@ -0,0 +1,358 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: How To Contribute</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown active">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <div class="col-sm-12"><h1>How To Contribute</h1></div>
+    </div>
+
+<p>The Flink project welcomes all sorts contributions in the form of code (improvements, features, bugfixes), documentation, tests, and community participation (discussions &amp; questions).</p>
+
+<div class="page-toc">
+<ul id="markdown-toc">
+  <li><a href="#easy-issues-for-starters" id="markdown-toc-easy-issues-for-starters">Easy Issues for Starters</a></li>
+  <li><a href="#contributing-code--documentation" id="markdown-toc-contributing-code--documentation">Contributing Code &amp; Documentation</a>    <ul>
+      <li><a href="#setting-up-the-infrastructure-and-creating-a-pull-request" id="markdown-toc-setting-up-the-infrastructure-and-creating-a-pull-request">Setting up the Infrastructure and Creating a Pull Request</a></li>
+      <li><a href="#verifying-the-compliance-of-your-code" id="markdown-toc-verifying-the-compliance-of-your-code">Verifying the Compliance of your Code</a></li>
+    </ul>
+  </li>
+  <li><a href="#contribute-changes-to-the-website" id="markdown-toc-contribute-changes-to-the-website">Contribute changes to the Website</a>    <ul>
+      <li><a href="#files-and-directories-in-the-svn-repository" id="markdown-toc-files-and-directories-in-the-svn-repository">Files and Directories in the SVN repository</a></li>
+      <li><a href="#the-buildsh-script" id="markdown-toc-the-buildsh-script">The <code>build.sh</code> script</a></li>
+      <li><a href="#submit-a-patch" id="markdown-toc-submit-a-patch">Submit a patch</a></li>
+    </ul>
+  </li>
+  <li><a href="#how-to-become-a-committer" id="markdown-toc-how-to-become-a-committer">How to become a committer</a>    <ul>
+      <li><a href="#how-to-use-git-as-a-committer" id="markdown-toc-how-to-use-git-as-a-committer">How to use git as a committer</a></li>
+    </ul>
+  </li>
+</ul>
+
+</div>
+
+<h2 id="easy-issues-for-starters">Easy Issues for Starters</h2>
+
+<p>We maintain all known issues and feature drafts in the <a href="https://issues.apache.org/jira/issues/?jql=project+%3D+FLINK">Flink project JIRA</a>.</p>
+
+<p>We also try to maintain a <a href="https://issues.apache.org/jira/browse/FLINK-992?jql=project%20%3D%20FLINK%20AND%20labels%20%3D%20starter%20AND%20status%20in%20(Open%2C%20Reopened)">list of simple “starter issues”</a> that we believe are good tasks for new contributors. Those tasks are meant to allow people to get into the project and become familiar with the process of contributing. Feel free to ask questions about issues that you would be interested in working on.</p>
+
+<p>In addition, you can find a list of ideas for projects and improvements in the <a href="https://cwiki.apache.org/confluence/display/FLINK/Project+Ideas">projects Wiki page</a>.</p>
+
+<h2 id="contributing-code--documentation">Contributing Code &amp; Documentation</h2>
+
+<p>This section gives you a brief introduction in how to contribute code and documentation to Flink. We maintain both the code and the documentation in the same repository, so the process is essentially the same for both. We use <a href="http://git-scm.com/">git</a> for the code and documentation version control. The documentation is located in the <code>docs/</code> subdirectory of the git repository.</p>
+
+<p>The Flink project accepts code contributions though the <a href="https://github.com/apache/flink">GitHub Mirror</a>, in the form of <a href="https://help.github.com/articles/using-pull-requests">Pull Requests</a>. Pull requests are basically a simpler way of offering a patch, by providing a pointer to a code branch that contains the change.</p>
+
+<p>It is also possible to attach a patch to a <a href="https://issues.apache.org/jira/browse/FLINK">JIRA</a> issue.</p>
+
+<h3 id="setting-up-the-infrastructure-and-creating-a-pull-request">Setting up the Infrastructure and Creating a Pull Request</h3>
+
+<ol>
+  <li>
+    <p>The first step is to create yourself a copy of the Flink code base. We suggest to fork the <a href="https://github.com/apache/flink">Flink GitHub Mirror Repository</a> into your own <a href="https://github.com">GitHub</a> account. You need to register on GitHub for that, if you have no account so far.</p>
+  </li>
+  <li>
+    <p>Next, clone your repository fork to your local machine.</p>
+
+    <div class="highlight"><pre><code>git clone https://github.com/&lt;your-user-name&gt;/flink.git
+</code></pre></div>
+  </li>
+  <li>
+    <p>It is typically helpful to switch to a <em>topic branch</em> for the changes. To create a dedicated branch based on the current master, use the following command:</p>
+
+    <p><code>
+git checkout -b myBranch master
+</code></p>
+  </li>
+  <li>
+    <p>Now you can create your changes, compile the code, and validate the changes. Here are some pointers on how to <a href="https://github.com/apache/flink/#build-apache-flink">build the code</a>.
+In addition to that, we recommend setting up Eclipse (or IntelliJ) using the “Import Maven Project” feature. If you want to work on the scala code you will need the following plugins:</p>
+
+    <p><strong>Eclipse 4.x</strong>:</p>
+
+    <ul>
+      <li>scala-ide: http://download.scala-ide.org/sdk/e38/scala210/stable/site</li>
+      <li>m2eclipse-scala: http://alchim31.free.fr/m2e-scala/update-site</li>
+      <li>build-helper-maven-plugin: https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.15.0/N/0.15.0.201206251206/</li>
+    </ul>
+
+    <p><strong>Eclipse 3.7</strong>:</p>
+
+    <ul>
+      <li>scala-ide: http://download.scala-ide.org/sdk/e37/scala210/stable/site</li>
+      <li>m2eclipse-scala: http://alchim31.free.fr/m2e-scala/update-site</li>
+      <li>build-helper-maven-plugin: https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201109282148/</li>
+    </ul>
+
+    <p>When you don’t have the plugins your project will have build errors, you can just close the scala projects and ignore them.</p>
+
+    <p>Import the Flink source code using Maven’s Import tool:</p>
+
+    <ul>
+      <li>Select “Import” from the “File”-menu.</li>
+      <li>Expand “Maven” node, select “Existing Maven Projects”, and click “next” button</li>
+      <li>Select the root directory by clicking on the “Browse” button and navigate to the top folder of the cloned Flink git repository.</li>
+      <li>Ensure that all projects are selected and click the “Finish” button.</li>
+    </ul>
+  </li>
+  <li>
+    <p>After you have finalized your contribution, verify the compliance with the contribution guidelines (see below), and commit them. To make the changes easily mergeable, please rebase them to the latest version of the main repositories master branch. Assuming you created a topic branch (step 3), you can follow this sequence of commands to do that:
+Switch to the master branch, update it to the latest revision, switch back to your topic branch, and rebase it on top of the master branch.</p>
+
+    <div class="highlight"><pre><code>git checkout master
+git pull https://github.com/apache/flink.git master
+git checkout myBranch
+git rebase master
+</code></pre></div>
+    <p>Have a look <a href="https://help.github.com/articles/using-git-rebase">here</a> for more information about rebasing commits.</p>
+  </li>
+  <li>
+    <p>Push the contribution it back into your fork of the Flink repository.
+<code>
+git push origin myBranch
+</code>
+Go the website of your repository fork (<code>https://github.com/&lt;your-user-name&gt;/flink</code>) and use the “Create Pull Request” button to start creating a pull request. Make sure that the base fork is <code>apache/flink master</code> and the head fork selects the branch with your changes. Give the pull request a meaningful description and send it.</p>
+  </li>
+</ol>
+
+<h3 id="verifying-the-compliance-of-your-code">Verifying the Compliance of your Code</h3>
+
+<p>Before sending a patch or pull request, please verify that it complies with the guidelines of the project. While we try to keep the set of guidelines small and easy, it is important to follow those rules in order to guarantee good code quality, to allow efficient reviews, and to allow committers to easily merge your changes.</p>
+
+<p>Please have a look at the <a href="/docs//coding_guidelines.html">coding guidelines</a> for a guide to the format of code and pull requests.</p>
+
+<p>Most important of all, verify that your changes are correct and do not break existing functionality. Run the existing tests by calling <code>mvn verify</code> in the root directory of the repository, and make sure that the tests succeed. We encourage every contributor to use a <em>continuous integration</em> service that will automatically test the code in your repository whenever you push a change. Flink is pre-configured for <a href="http://docs.travis-ci.com/">Travis CI</a>, which can be easily enabled for your private repository fork (it uses GitHub for authentication, so you so not need an additional account). Simply add the <em>Travis CI</em> hook to your repository (<em>settings –&gt; webhooks &amp; services –&gt; add service</em>) and enable tests for the “flink” repository on <a href="https://travis-ci.org/profile">Travis</a>.</p>
+
+<p>When contributing documentation, please review the rendered HTML versions of the documents you changed. You can look at the HTML pages by using the rendering script in preview mode.
+<code>
+cd docs
+./build_docs.sh -p
+</code>
+Now, open your browser at <code>http://localhost:4000</code> and check out the pages you changed.</p>
+
+<h2 id="contribute-changes-to-the-website">Contribute changes to the Website</h2>
+
+<p>The website of Apache Flink is hosted in a separate Git repository. The repository is located at https://git-wip-us.apache.org/repos/asf/flink-web.git.</p>
+
+<p>To make changes to the website, you have to checkout its source code first. The website resides in the <code>asf-site</code> branch of the repository:
+<code>
+git clone -b asf-site https://git-wip-us.apache.org/repos/asf/flink-web.git
+cd flink-web
+</code></p>
+
+<p>The <code>flink-web</code> directory contains the files that we use to build the website. We use <a href="http://jekyllrb.com/">Jekyll</a> to generate static HTML files for the website.</p>
+
+<h3 id="files-and-directories-in-the-svn-repository">Files and Directories in the SVN repository</h3>
+
+<p>The files and directories in the SVN repository have the following roles:
+- all files ending with <code>.md</code> are <a href="http://daringfireball.net/projects/markdown/">Markdown</a> files. Those are the input for the HTML files.
+- regular directories (not starting with an underscore (<code>_</code>)) contain also <code>.md</code> files. The directory structure is also represented in the generated HTML files.
+- the <code>_posts</code> directory contains one Markdown file for each blog post on the website. To contribute a post, just add a new file there.
+- the <code>_includes/</code> directory contains includeable files such as the navigation bar or the footer.
+- the <code>docs/</code> directory contains copies of the documentation of Flink for different releases. There is a directory inside <code>docs/</code> for each stable release and the latest SNAPSHOT version. The build script is taking care of the maintenance of this directory.
+- the <code>content/</code> directory contains the generated HTML files from Jekyll. It is important to place the files in this directory since the Apache Infrastructure to host the Flink website is pulling the HTML content from his directory. (For committers: When pushing changes to the website svn, push also the updates in the <code>content/</code> directory!)
+- see the section below for he <code>build.sh</code> script</p>
+
+<h3 id="the-buildsh-script">The <code>build.sh</code> script</h3>
+
+<p>The <code>build.sh</code> script creates HTML files from the input Markdown files. Use the <code>-p</code> flag to let Jekyll serve a <strong>p</strong>review of the website on http://localhost:4000/.</p>
+
+<p>The build script also takes care of maintaining the <code>docs/</code> directory. Set the <code>-u</code> flag to <strong>u</strong>pdate documentation. This includes fetching the Flink git repository and copying different versions of the documentation.</p>
+
+<h3 id="submit-a-patch">Submit a patch</h3>
+
+<p>To contribute back your changes to the main project, create a patch that you can attach to a JIRA issue.</p>
+
+<div class="highlight"><pre><code>svn diff &gt; improvement.patch
+</code></pre></div>
+<p>Upload the <code>.patch</code> file to a JIRA issue.</p>
+
+<h2 id="how-to-become-a-committer">How to become a committer</h2>
+
+<p>There is no strict protocol for becoming a committer. Candidates for new committers are typically people that are active contributors and community members.</p>
+
+<p>Being an active community member means participating on mailing list discussions, helping to answer questions, being respectful towards others, and following the meritocratic principles of community management. Since the “Apache Way” has a strong focus on the project community, this part is very important.</p>
+
+<p>Of course, contributing code to the project is important as well. A good way to start is contributing improvements, new features, or bugfixes. You need to show that you take responsibility for the code that you contribute, add tests/documentation, and help maintaining it.</p>
+
+<p>Finally, candidates for new committers are suggested by current committers, mentors, or PMC members, and voted upon by the PMC.</p>
+
+<h3 id="how-to-use-git-as-a-committer">How to use git as a committer</h3>
+
+<p>Only the infrastructure team of the ASF has administrative access to the GitHub mirror. Therefore, comitters have to push changes to the git repository at the ASF.</p>
+
+<h4 id="main-source-repositories">Main source repositories</h4>
+
+<p><strong>ASF writable</strong>: https://git-wip-us.apache.org/repos/asf/flink.git</p>
+
+<p><strong>ASF read-only</strong>: git://git.apache.org/repos/asf/flink.git</p>
+
+<p><strong>ASF read-only</strong>: https://github.com/apache/flink.git</p>
+
+<h4 id="website-repositories">Website repositories</h4>
+
+<p><strong>ASF writable</strong>: https://git-wip-us.apache.org/repos/asf/flink-web.git</p>
+
+<p><strong>ASF read-only</strong>: git://git.apache.org/repos/asf/flink-web.git</p>
+
+<p>Details on how to set the credentials for the ASF git repostiory are <a href="https://git-wip-us.apache.org/">linked here</a>.
+To merge pull requests from our GitHub mirror, there is a script in the source <code>./tools/merge_pull_request.sh.template</code>. Rename it to <code>merge_pull_request.sh</code> with the appropriate settings and use it for merging.</p>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/assets/WhatIsFlink.png
----------------------------------------------------------------------
diff --git a/content/img/assets/WhatIsFlink.png b/content/img/assets/WhatIsFlink.png
new file mode 100644
index 0000000..20014c5
Binary files /dev/null and b/content/img/assets/WhatIsFlink.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/assets/grep.png
----------------------------------------------------------------------
diff --git a/content/img/assets/grep.png b/content/img/assets/grep.png
new file mode 100644
index 0000000..d4e657c
Binary files /dev/null and b/content/img/assets/grep.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/assets/hadoop-img.png
----------------------------------------------------------------------
diff --git a/content/img/assets/hadoop-img.png b/content/img/assets/hadoop-img.png
new file mode 100755
index 0000000..d47c024
Binary files /dev/null and b/content/img/assets/hadoop-img.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/assets/optimizer-visual.png
----------------------------------------------------------------------
diff --git a/content/img/assets/optimizer-visual.png b/content/img/assets/optimizer-visual.png
new file mode 100644
index 0000000..654c127
Binary files /dev/null and b/content/img/assets/optimizer-visual.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/assets/pagerank.pdf
----------------------------------------------------------------------
diff --git a/content/img/assets/pagerank.pdf b/content/img/assets/pagerank.pdf
new file mode 100644
index 0000000..6bcc432
Binary files /dev/null and b/content/img/assets/pagerank.pdf differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/assets/pagerank.png
----------------------------------------------------------------------
diff --git a/content/img/assets/pagerank.png b/content/img/assets/pagerank.png
new file mode 100644
index 0000000..989564e
Binary files /dev/null and b/content/img/assets/pagerank.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/data-serialization.png
----------------------------------------------------------------------
diff --git a/content/img/blog/data-serialization.png b/content/img/blog/data-serialization.png
new file mode 100644
index 0000000..80667f6
Binary files /dev/null and b/content/img/blog/data-serialization.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/flinkSer-int-gc.png
----------------------------------------------------------------------
diff --git a/content/img/blog/flinkSer-int-gc.png b/content/img/blog/flinkSer-int-gc.png
new file mode 100644
index 0000000..29ec5a3
Binary files /dev/null and b/content/img/blog/flinkSer-int-gc.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/flinkSer-int-mem.png
----------------------------------------------------------------------
diff --git a/content/img/blog/flinkSer-int-mem.png b/content/img/blog/flinkSer-int-mem.png
new file mode 100644
index 0000000..23750e1
Binary files /dev/null and b/content/img/blog/flinkSer-int-mem.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/kryoSer-int-gc.png
----------------------------------------------------------------------
diff --git a/content/img/blog/kryoSer-int-gc.png b/content/img/blog/kryoSer-int-gc.png
new file mode 100644
index 0000000..4883d12
Binary files /dev/null and b/content/img/blog/kryoSer-int-gc.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/kryoSer-int-mem.png
----------------------------------------------------------------------
diff --git a/content/img/blog/kryoSer-int-mem.png b/content/img/blog/kryoSer-int-mem.png
new file mode 100644
index 0000000..0ab4483
Binary files /dev/null and b/content/img/blog/kryoSer-int-mem.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/memory-alloc.png
----------------------------------------------------------------------
diff --git a/content/img/blog/memory-alloc.png b/content/img/blog/memory-alloc.png
new file mode 100644
index 0000000..2e8d17b
Binary files /dev/null and b/content/img/blog/memory-alloc.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/memory-mgmt.png
----------------------------------------------------------------------
diff --git a/content/img/blog/memory-mgmt.png b/content/img/blog/memory-mgmt.png
new file mode 100644
index 0000000..72e7602
Binary files /dev/null and b/content/img/blog/memory-mgmt.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/objHeap-int-gc.png
----------------------------------------------------------------------
diff --git a/content/img/blog/objHeap-int-gc.png b/content/img/blog/objHeap-int-gc.png
new file mode 100644
index 0000000..6fca8df
Binary files /dev/null and b/content/img/blog/objHeap-int-gc.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/objHeap-int-mem.png
----------------------------------------------------------------------
diff --git a/content/img/blog/objHeap-int-mem.png b/content/img/blog/objHeap-int-mem.png
new file mode 100644
index 0000000..a43e772
Binary files /dev/null and b/content/img/blog/objHeap-int-mem.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/sort-benchmark.png
----------------------------------------------------------------------
diff --git a/content/img/blog/sort-benchmark.png b/content/img/blog/sort-benchmark.png
new file mode 100644
index 0000000..1fb796d
Binary files /dev/null and b/content/img/blog/sort-benchmark.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/sorting-binary-data-1.png
----------------------------------------------------------------------
diff --git a/content/img/blog/sorting-binary-data-1.png b/content/img/blog/sorting-binary-data-1.png
new file mode 100644
index 0000000..814a76f
Binary files /dev/null and b/content/img/blog/sorting-binary-data-1.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/sorting-binary-data-2.png
----------------------------------------------------------------------
diff --git a/content/img/blog/sorting-binary-data-2.png b/content/img/blog/sorting-binary-data-2.png
new file mode 100644
index 0000000..821c0da
Binary files /dev/null and b/content/img/blog/sorting-binary-data-2.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/blog/sorting-binary-data-3.png
----------------------------------------------------------------------
diff --git a/content/img/blog/sorting-binary-data-3.png b/content/img/blog/sorting-binary-data-3.png
new file mode 100644
index 0000000..e682e06
Binary files /dev/null and b/content/img/blog/sorting-binary-data-3.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/flink-stack-small.png
----------------------------------------------------------------------
diff --git a/content/img/flink-stack-small.png b/content/img/flink-stack-small.png
new file mode 100644
index 0000000..66a5c0c
Binary files /dev/null and b/content/img/flink-stack-small.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/flink-stack.png
----------------------------------------------------------------------
diff --git a/content/img/flink-stack.png b/content/img/flink-stack.png
new file mode 100644
index 0000000..2c34722
Binary files /dev/null and b/content/img/flink-stack.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo.zip
----------------------------------------------------------------------
diff --git a/content/img/logo.zip b/content/img/logo.zip
new file mode 100644
index 0000000..6c816f5
Binary files /dev/null and b/content/img/logo.zip differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/100/flink_squirrel_100_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/100/flink_squirrel_100_black.png b/content/img/logo/png/100/flink_squirrel_100_black.png
new file mode 100644
index 0000000..6869f58
Binary files /dev/null and b/content/img/logo/png/100/flink_squirrel_100_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/100/flink_squirrel_100_color.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/100/flink_squirrel_100_color.png b/content/img/logo/png/100/flink_squirrel_100_color.png
new file mode 100644
index 0000000..c508e1e
Binary files /dev/null and b/content/img/logo/png/100/flink_squirrel_100_color.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/100/flink_squirrel_100_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/100/flink_squirrel_100_white.png b/content/img/logo/png/100/flink_squirrel_100_white.png
new file mode 100644
index 0000000..088fb27
Binary files /dev/null and b/content/img/logo/png/100/flink_squirrel_100_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/1000/flink1000_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/1000/flink1000_black.png b/content/img/logo/png/1000/flink1000_black.png
new file mode 100644
index 0000000..31af663
Binary files /dev/null and b/content/img/logo/png/1000/flink1000_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/1000/flink1000_color_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/1000/flink1000_color_black.png b/content/img/logo/png/1000/flink1000_color_black.png
new file mode 100644
index 0000000..2f4b991
Binary files /dev/null and b/content/img/logo/png/1000/flink1000_color_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/1000/flink1000_color_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/1000/flink1000_color_white.png b/content/img/logo/png/1000/flink1000_color_white.png
new file mode 100644
index 0000000..cd0b56e
Binary files /dev/null and b/content/img/logo/png/1000/flink1000_color_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/1000/flink1000_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/1000/flink1000_white.png b/content/img/logo/png/1000/flink1000_white.png
new file mode 100644
index 0000000..3b7b253
Binary files /dev/null and b/content/img/logo/png/1000/flink1000_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/1000/flink_squirrel_1000.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/1000/flink_squirrel_1000.png b/content/img/logo/png/1000/flink_squirrel_1000.png
new file mode 100644
index 0000000..37c980e
Binary files /dev/null and b/content/img/logo/png/1000/flink_squirrel_1000.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/1000/flink_squirrel_black_1000.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/1000/flink_squirrel_black_1000.png b/content/img/logo/png/1000/flink_squirrel_black_1000.png
new file mode 100644
index 0000000..b68621d
Binary files /dev/null and b/content/img/logo/png/1000/flink_squirrel_black_1000.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/1000/flink_squirrel_white_1000.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/1000/flink_squirrel_white_1000.png b/content/img/logo/png/1000/flink_squirrel_white_1000.png
new file mode 100644
index 0000000..14c7350
Binary files /dev/null and b/content/img/logo/png/1000/flink_squirrel_white_1000.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/200/flink2_200_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/200/flink2_200_black.png b/content/img/logo/png/200/flink2_200_black.png
new file mode 100644
index 0000000..cca3b69
Binary files /dev/null and b/content/img/logo/png/200/flink2_200_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/200/flink2_200_color_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/200/flink2_200_color_black.png b/content/img/logo/png/200/flink2_200_color_black.png
new file mode 100644
index 0000000..5993ee8
Binary files /dev/null and b/content/img/logo/png/200/flink2_200_color_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/200/flink2_200_color_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/200/flink2_200_color_white.png b/content/img/logo/png/200/flink2_200_color_white.png
new file mode 100644
index 0000000..b243fe1
Binary files /dev/null and b/content/img/logo/png/200/flink2_200_color_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/200/flink2_200_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/200/flink2_200_white.png b/content/img/logo/png/200/flink2_200_white.png
new file mode 100644
index 0000000..5ba4d45
Binary files /dev/null and b/content/img/logo/png/200/flink2_200_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/200/flink_squirrel_200_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/200/flink_squirrel_200_black.png b/content/img/logo/png/200/flink_squirrel_200_black.png
new file mode 100644
index 0000000..439671f
Binary files /dev/null and b/content/img/logo/png/200/flink_squirrel_200_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/200/flink_squirrel_200_color.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/200/flink_squirrel_200_color.png b/content/img/logo/png/200/flink_squirrel_200_color.png
new file mode 100644
index 0000000..1335330
Binary files /dev/null and b/content/img/logo/png/200/flink_squirrel_200_color.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/200/flink_squirrel_200_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/200/flink_squirrel_200_white.png b/content/img/logo/png/200/flink_squirrel_200_white.png
new file mode 100644
index 0000000..dcba5fa
Binary files /dev/null and b/content/img/logo/png/200/flink_squirrel_200_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/50/black_50.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/50/black_50.png b/content/img/logo/png/50/black_50.png
new file mode 100644
index 0000000..9a2c66f
Binary files /dev/null and b/content/img/logo/png/50/black_50.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/50/color_50.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/50/color_50.png b/content/img/logo/png/50/color_50.png
new file mode 100644
index 0000000..cdbb8e6
Binary files /dev/null and b/content/img/logo/png/50/color_50.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/50/white_50.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/50/white_50.png b/content/img/logo/png/50/white_50.png
new file mode 100644
index 0000000..8a7996d
Binary files /dev/null and b/content/img/logo/png/50/white_50.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink2_500_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink2_500_black.png b/content/img/logo/png/500/flink2_500_black.png
new file mode 100644
index 0000000..d02e8f8
Binary files /dev/null and b/content/img/logo/png/500/flink2_500_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink2_500_color_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink2_500_color_black.png b/content/img/logo/png/500/flink2_500_color_black.png
new file mode 100644
index 0000000..9b22c91
Binary files /dev/null and b/content/img/logo/png/500/flink2_500_color_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink2_500_color_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink2_500_color_white.png b/content/img/logo/png/500/flink2_500_color_white.png
new file mode 100644
index 0000000..f35b9c3
Binary files /dev/null and b/content/img/logo/png/500/flink2_500_color_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink2_500_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink2_500_white.png b/content/img/logo/png/500/flink2_500_white.png
new file mode 100644
index 0000000..57b53e4
Binary files /dev/null and b/content/img/logo/png/500/flink2_500_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink500_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink500_black.png b/content/img/logo/png/500/flink500_black.png
new file mode 100644
index 0000000..8fcf7b2
Binary files /dev/null and b/content/img/logo/png/500/flink500_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink500_color_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink500_color_black.png b/content/img/logo/png/500/flink500_color_black.png
new file mode 100644
index 0000000..e21803a
Binary files /dev/null and b/content/img/logo/png/500/flink500_color_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink500_color_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink500_color_white.png b/content/img/logo/png/500/flink500_color_white.png
new file mode 100644
index 0000000..90b9e18
Binary files /dev/null and b/content/img/logo/png/500/flink500_color_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink500_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink500_white.png b/content/img/logo/png/500/flink500_white.png
new file mode 100644
index 0000000..2e61c3e
Binary files /dev/null and b/content/img/logo/png/500/flink500_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink_3_500.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink_3_500.png b/content/img/logo/png/500/flink_3_500.png
new file mode 100644
index 0000000..3e8691a
Binary files /dev/null and b/content/img/logo/png/500/flink_3_500.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink_squirrel_500.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink_squirrel_500.png b/content/img/logo/png/500/flink_squirrel_500.png
new file mode 100644
index 0000000..90c1ad1
Binary files /dev/null and b/content/img/logo/png/500/flink_squirrel_500.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink_squirrel_500_black.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink_squirrel_500_black.png b/content/img/logo/png/500/flink_squirrel_500_black.png
new file mode 100644
index 0000000..8d4addc
Binary files /dev/null and b/content/img/logo/png/500/flink_squirrel_500_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/png/500/flink_squirrel_500_white.png
----------------------------------------------------------------------
diff --git a/content/img/logo/png/500/flink_squirrel_500_white.png b/content/img/logo/png/500/flink_squirrel_500_white.png
new file mode 100644
index 0000000..7361b38
Binary files /dev/null and b/content/img/logo/png/500/flink_squirrel_500_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/psd/flink1000.psd
----------------------------------------------------------------------
diff --git a/content/img/logo/psd/flink1000.psd b/content/img/logo/psd/flink1000.psd
new file mode 100644
index 0000000..5cbd7d1
Binary files /dev/null and b/content/img/logo/psd/flink1000.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/psd/flink50.psd
----------------------------------------------------------------------
diff --git a/content/img/logo/psd/flink50.psd b/content/img/logo/psd/flink50.psd
new file mode 100644
index 0000000..aa134a2
Binary files /dev/null and b/content/img/logo/psd/flink50.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/psd/flink5000.psd
----------------------------------------------------------------------
diff --git a/content/img/logo/psd/flink5000.psd b/content/img/logo/psd/flink5000.psd
new file mode 100644
index 0000000..6ca5d21
Binary files /dev/null and b/content/img/logo/psd/flink5000.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/psd/flink_3_500.psd
----------------------------------------------------------------------
diff --git a/content/img/logo/psd/flink_3_500.psd b/content/img/logo/psd/flink_3_500.psd
new file mode 100644
index 0000000..c26dfc2
Binary files /dev/null and b/content/img/logo/psd/flink_3_500.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/psd/flink_squirrel.psd
----------------------------------------------------------------------
diff --git a/content/img/logo/psd/flink_squirrel.psd b/content/img/logo/psd/flink_squirrel.psd
new file mode 100644
index 0000000..9c64c8e
Binary files /dev/null and b/content/img/logo/psd/flink_squirrel.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/psd/flink_squirrel_1000.psd
----------------------------------------------------------------------
diff --git a/content/img/logo/psd/flink_squirrel_1000.psd b/content/img/logo/psd/flink_squirrel_1000.psd
new file mode 100644
index 0000000..99b97e9
Binary files /dev/null and b/content/img/logo/psd/flink_squirrel_1000.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/rsz_1flink-stack.png
----------------------------------------------------------------------
diff --git a/content/img/logo/rsz_1flink-stack.png b/content/img/logo/rsz_1flink-stack.png
new file mode 100644
index 0000000..66a5c0c
Binary files /dev/null and b/content/img/logo/rsz_1flink-stack.png differ


[31/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/svg/flink_logos.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/flink_logos.svg b/img/logo/svg/flink_logos.svg
new file mode 100644
index 0000000..72bc1d5
--- /dev/null
+++ b/img/logo/svg/flink_logos.svg
@@ -0,0 +1,6425 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1280px"
+	 height="800px" viewBox="0 0 1280 800" enable-background="new 0 0 1280 800" xml:space="preserve">
+<symbol  id="New_Symbol_1" viewBox="-53.761 -83.396 107.522 166.793">
+	<text transform="matrix(1 0 0 -1 -44.4883 -65.9858)" fill="#FFFFFF" font-family="'AvenirNext-DemiBold'" font-size="38.0155">Flink</text>
+	
+		<use xlink:href="#New_Symbol_3"  width="100.902" height="101.912" x="-50.451" y="-50.956" transform="matrix(1.0656 0 0 1.0656 0 29.0977)" overflow="visible"/>
+</symbol>
+<symbol  id="New_Symbol_10" viewBox="-37.237 -37.399 74.473 74.98">
+	<g>
+		<g>
+			<g>
+				<g>
+					<polygon fill="#0B0B0B" points="23.096,12.631 23.094,12.628 23.096,12.628 					"/>
+					<path fill-rule="evenodd" clip-rule="evenodd" fill="#0B0B0B" d="M26.771-3.982c-0.41-0.648-0.494-1.885,0.436-2.595
+						c1.523-1.163,2.877-0.169,3.766-0.749c0.276-0.181,0.466-0.023,0.576,0.285c0.25,0.707,0.368,1.438,0.283,2.185
+						c-0.04,0.356-0.115,0.724-0.255,1.053c-0.558,1.302-2.247,1.836-3.496,1.126c-0.158-0.091-0.312-0.199-0.455-0.316
+						c-0.151-0.123-0.291-0.266-0.449-0.413c0.071-0.083,0.128-0.16,0.195-0.228c0.151-0.155,0.208-0.339,0.162-0.545
+						c-0.144-0.646-0.018-1.276,0.496-1.614c0.5-0.328,2.031-0.766,2.951,0.473c0.439-0.817,0.127-1.52,0.064-1.558
+						c-0.007-0.007-0.422,0.413-1.531,0.35C28.9-6.562,28.085-6.4,27.566-6.048c-0.626,0.421-0.748,1.201-0.783,1.957
+						C26.781-4.068,26.776-4.046,26.771-3.982z M29.72-3.898c0-0.455-0.369-0.826-0.826-0.826c-0.455,0-0.826,0.371-0.826,0.826
+						c0,0.457,0.371,0.826,0.826,0.826C29.351-3.072,29.72-3.441,29.72-3.898z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M19.838,2.348c0,0.048,0.002,0.096,0.002,0.144c-0.019,0.034-0.044,0.067-0.061,0.101
+						C19.827,2.521,19.849,2.434,19.838,2.348z"/>
+					<path fill="#0B0B0B" d="M21.586,7.941c-0.017,0-0.034-0.003-0.05-0.003c-0.009-0.019-0.018-0.039-0.027-0.057
+						C21.528,7.9,21.56,7.922,21.586,7.941z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill-rule="evenodd" clip-rule="evenodd" fill="#0B0B0B" d="M36.515-27.161c0.04,0.263,0.084,0.509,0.132,0.757
+						c0.104,0.55,0.21,1.12,0.249,1.703c0.132,2.062-0.514,3.865-1.919,5.365l0.049,0.221c0.067,0.314,0.149,0.706,0.196,1.089
+						c0.119,0.946-0.186,1.796-0.93,2.601c-0.022,0.024-0.048,0.051-0.061,0.071c-0.181,0.544-0.572,0.979-1.156,1.272
+						c-0.344,0.174-0.705,0.304-1.081,0.388c0.449,0.185,0.9,0.411,1.36,0.686c0.054,0.032,0.077,0.038,0.077,0.038
+						c1.5,0.23,2.682,1.386,2.944,2.876c0.006,0.035,0.01,0.068,0.015,0.104c0.007,0.063,0.015,0.134,0.023,0.155
+						c0.592,0.913,0.699,1.946,0.317,3.061c-0.125,0.36-0.279,0.721-0.416,1.038c-0.107,0.249-0.212,0.493-0.305,0.736
+						c-0.106,0.277-0.225,0.587-0.25,0.868c-0.07,0.783-0.186,1.814-0.47,2.84c-0.593,2.135-1.624,3.807-3.153,5.113
+						c-1.396,1.195-2.886,1.706-4.899,2.007c0.274-0.431-0.091-0.624,0.104-1.1c0.079-0.194,0.1-0.375,0.099-0.553
+						c3.444-1.177,6.047-4.312,6.485-8.081c0.012-0.109,0.024-0.223,0.033-0.334c0.024-0.311,0.052-0.631,0.152-0.945
+						c0.116-0.365,0.284-0.705,0.446-1.032c0.066-0.136,0.134-0.271,0.196-0.409c0.058-0.124,0.116-0.249,0.176-0.372
+						c0.122-0.257,0.261-0.548,0.372-0.835C35.4-8.087,35.498-8.65,35.371-9.01c-0.006,0.004-0.652,0.824-1.295,0.888
+						C33.451-8.059,33.304-8.5,33.304-8.5s1.257-0.434,1.611-1.399c-0.042-0.507-0.225-0.935-0.545-1.259
+						c-0.398-0.404-0.809-0.535-1.237-0.6c-0.482-0.073-0.828,0.15-0.828,0.15s-0.267-1.464-3.296-1.468l-0.185,0.001
+						c-0.891,0-1.75-0.248-2.703-0.78c-1.255-1.04-4.071-0.935-4.071-0.935c-0.792,0.133-1.534,0.334-2.252,0.619
+						c-1.323,0.529-2.488,1.28-3.392,2.399c-0.487,0.601-0.853,1.267-1.102,1.999c-0.023,0.066-0.051,0.131-0.076,0.197
+						c-0.014-0.713,0.137-1.385,0.442-2.021c0.623-1.278,1.649-2.115,2.935-2.664c1.115-0.478,2.284-0.64,3.488-0.581l0.255-0.285
+						c0.123-0.135,0.254-0.178,0.342-0.199c0.491-0.117,1.011-0.174,1.587-0.174c0.224,0,1.575,0.311,2.954-0.385
+						c0.124-0.062,0.291-0.137,0.49-0.137c0.103,0,0.201,0.018,0.299,0.055l0.152,0.058c0.326,0.123,0.967,0.386,0.967,0.386
+						c3.941,0.867,4.504-2.113,4.504-2.113c-0.104,0.046-0.223,0.083-0.355,0.083c-0.155,0-0.301-0.052-0.433-0.149l-0.448-0.341
+						l0.673-0.423c0.14-0.087,0.265-0.164,0.386-0.247c0.153-0.105,0.215-0.249,0.207-0.481c-0.019-0.607-0.728-1.227-1.403-1.227
+						c-0.077,0-0.151,0.008-0.222,0.023c-0.275,0.061-0.426,0.15-0.516,0.307c-0.078,0.134-0.257,0.275-0.468,0.275l-0.179-0.008
+						c-0.215-0.009-0.434-0.018-0.656-0.068l-0.051-0.012c-0.298-0.066-0.575-0.131-0.848-0.131c-0.097,0-0.188,0.009-0.277,0.026
+						c-0.128,0.023-0.255,0.054-0.383,0.087l-0.598,0.142l-0.102-0.357c-0.151-0.528-0.396-1.005-0.752-1.456
+						c-0.764-0.971-1.788-1.657-3.131-2.098c-0.989-0.325-2.059-0.489-3.176-0.489c-0.59,0-1.211,0.046-1.847,0.136
+						c-2.402,0.344-4.08,1.648-4.984,3.877c-0.149,0.369-0.256,0.775-0.359,1.169c-0.058,0.222-0.11,0.43-0.171,0.636
+						c-0.317,1.078-0.719,2.035-1.228,2.925c-0.938,1.636-2.101,2.803-3.558,3.57c-1.17,0.615-2.447,0.927-3.799,0.927
+						c-0.561,0-1.146-0.053-1.74-0.158c-0.245-0.045-0.494-0.068-0.737-0.16c-1.282-0.49-1.442-0.715-1.442-0.715l0.619-0.037
+						c0.104-0.006,0.328-0.035,0.555-0.065c0.251-0.032,0.504-0.065,0.612-0.07c0.433-0.021,0.843-0.04,1.248-0.083
+						c1.698-0.171,3.243-0.691,4.591-1.545c1.812-1.148,2.922-2.569,3.392-4.342c0.29-1.091,0.703-2.179,1.228-3.232
+						c0.313-0.627,0.711-1.352,1.294-1.977c0.827-0.887,1.885-1.489,3.324-1.895c0.385-0.107,0.764-0.228,1.084-0.33
+						c0.038-0.011,0.077-0.032,0.117-0.136c0.18-0.465,0.223-0.918,0.131-1.382c-0.141-0.725-0.49-1.398-1.066-2.063
+						c-0.458-0.526-1.051-0.929-1.626-1.316c-0.318-0.214-0.616-0.44-0.891-0.673c-0.341-0.291-0.518-0.682-0.499-1.1
+						c0.016-0.345,0.042-0.921,0.628-0.921c0.126,0,0.271,0.03,0.5,0.106c0.097,0.032,0.193,0.071,0.289,0.112l0.507,0.22
+						c0.282,0.121,0.565,0.243,0.848,0.362c0.566,0.235,1.12,0.355,1.648,0.355c0.276,0,0.555-0.032,0.825-0.098
+						c0.773-0.185,1.48-0.607,1.643-1.219c0,0,0.541-2.344-3.352-2.314c-0.314,0-0.634,0.075-0.974,0.157l-0.183,0.043
+						c-0.371,0.087-0.703,0.127-1.017,0.129c-0.295,0-0.567-0.051-0.829-0.1l-0.121-0.021c-0.776-0.141-1.609-0.205-2.698-0.205
+						c-0.487,0-23.165,0.021-23.165,0.021c-2.045,0-3.985,0.287-5.767,0.753c-7.413,1.939-12.688,6.09-16.131,12.422
+						c-1.25,2.303-2.104,4.787-2.544,7.435c0.023-0.038,2.468-3.748,2.468-3.748s-2.707,4.889-2.816,7.804
+						c-0.038,1.025,0.061,2.072,0.188,3.117c0.079-0.262,0.162-0.52,0.252-0.774c1.262-3.597,3.176-6.964,5.849-10.3
+						c0.064-0.08,0.117-0.174,0.144-0.257c0.412-1.269,0.972-2.476,1.664-3.598c-1.565,0.321-3.799,2.522-3.799,2.522l0.291-0.56
+						c1.747-3.368,5.86-5.419,6.665-5.711c2.358-2.095,5.223-3.614,8.509-4.517c0.187-0.051,0.374-0.095,0.562-0.138l1.605-0.383
+						l-1.026,0.993c-0.117,0.115-0.244,0.16-0.322,0.188c-2.328,0.831-4.458,2.002-6.33,3.479c-2.446,1.928-4.207,4.287-5.233,7.008
+						c-0.124,0.326-0.11,0.496-0.053,0.649c0.056,0.149,0.094,0.301,0.132,0.446c0.026,0.107,0.045,0.182,0.067,0.254
+						c0.545,1.779,1.366,3.171,2.515,4.251c1.071,1.01,2.442,1.751,4.194,2.265c1.668,0.49,3.429,0.715,5.131,0.932l0.742,0.096
+						c0.963,0.125,1.935,0.276,2.875,0.421l0.49,0.077c-0.637-0.818-1.188-1.696-1.644-2.622c-0.116-0.038-3.573-0.815-3.986-0.903
+						c-5.49-1.171-5.861-4.658-5.861-4.658s2.371,3.141,8.071,3.312l0.199,0.002c0.23-0.003,0.458-0.01,0.695-0.021
+						c-1.581-8.259,1.483-11.128,1.458-11.034c-0.694,2.64-0.868,5.042-0.532,7.344c0.434,2.986,1.751,5.56,3.911,7.648
+						c1.469,1.421,3.319,2.615,5.655,3.653c2.031,0.903,4.17,1.452,6.186,1.938l0.386,0.091c1.476,0.355,2.974,0.716,4.431,1.144
+						c2.257,0.661,4.22,1.751,5.833,3.241c0.246,0.227,0.526,0.483,0.763,0.791c1.142,1.48,2.438,2.604,3.935,3.438
+						c0.206-0.944,0.748-1.833,1.632-2.373c-0.929,1.592-1.399,3.215-0.959,4.714c0.419,1.34,1.114,2.013,1.852,3.307
+						c0.877,1.691,0.972,4.094,0.985,4.107c0.162,0.166,0.274,0.329,0.44,0.492c0.204,0.203,0.394,0.403,0.594,0.609
+						c0.594,0.614,1.029,1.382,1.212,2.299c0.19,0.956-0.245,1.468-0.245,1.468c0.161,0.589,0.376,1.165,0.421,1.755
+						c0.083,1.098-0.255,2.112-0.408,2.112c-0.074,0-1.408-1.521-2.142-1.805c-0.174,1.044-0.441,2.103-0.858,3.425
+						c-0.313,0.994-0.4,1.811-0.274,2.571c0.095,0.567,0.784,1.358,0.784,1.358l0.32,0.377l-0.44,0.225
+						c-0.072,0.043-0.639,0.169-0.829,0.169c-0.554,0-1.009-0.199-1.338-0.581c-0.066,0.453-0.076,0.91-0.033,1.372
+						c0.073,0.796,0.391,1.526,0.656,2.075c0.081,0.167,0.183,0.389,0.253,0.625c0.084,0.29,0.043,0.565-0.115,0.777
+						c-0.158,0.211-0.409,0.326-0.707,0.326c-0.258-0.004-0.49-0.045-0.691-0.121c-0.904-0.34-1.61-0.918-2.106-1.719
+						c-0.163,0.186-0.313,0.394-0.404,0.643c-0.121,0.33-0.276,0.637-0.426,0.92c-0.125,0.238-0.293,0.359-0.498,0.359
+						c-0.146,0-0.259-0.064-0.341-0.137c-0.259,0.695-0.686,1.281-1.268,1.745c-0.038,0.03-0.076,0.054-0.131,0.087l-0.787,0.483
+						c0,0,0.154-1.013,0.154-1.014c-2.018,1.31-4.247,2.261-6.634,2.828c-0.19,0.045-0.383,0.083-0.575,0.121
+						c-0.578,0.113-2.248,0.766-2.546,0.862C4.009,37.39,4.14,36.88,4.14,36.88c-0.24,0.005-1.613,0.28-1.657,0.28L2.37,36.75
+						c0,0-1.831,0.832-2.185,0.832c0,0-0.374-0.683-0.423-0.685c-1.661-0.104-3.253-0.348-4.727-0.713
+						c-2.594-0.645-4.76-1.611-6.618-2.948c-1.626-1.169-2.796-2.472-3.648-3.936c-0.425-0.729-1.063-1.896-1.174-2.646
+						c0.463,0.176,1.455,0.198,1.63,0.198c0.828,0,2.077-0.488,2.984-1.148c0.973-0.707,1.663-1.593,2.049-2.629
+						c0.553-1.487,0.301-2.87-0.75-4.112c-0.331,1.1-0.771,1.928-1.385,2.6c-0.431,0.475-0.938,0.832-1.505,1.063
+						c-0.089,0.037-0.177,0.061-0.27,0.073l-0.148,0.021c0,0,0.721-1.63,0.809-2.312c0.188-1.467-0.007-3.525-1.434-3.924
+						c-0.43-0.12-0.841-0.296-1.262-0.442c-0.759-0.263-1.545-0.536-2.317-0.823c-2.167-0.809-4.097-1.715-5.89-2.772
+						c0.547,0.838,0.037,1.705-0.11,1.874c-0.062-0.879-2.796-3.817-3.328-4.267c-1.943-1.643-3.406-3.169-4.617-4.783
+						c-0.94-1.254-1.766-2.576-2.458-3.938c-0.069,0.724-0.088,1.445-0.059,2.177c0.014,0.331-1.805-2.775-1.504-5.891
+						c0.001-0.009,0.001-0.047-0.028-0.142c-0.586-1.842-0.965-3.678-1.124-5.455c-0.583-6.512,1.041-12.54,4.826-17.755
+						c4.028-5.553,9.492-9.293,16.24-10.854c1.79-0.415,3.769-0.806,6.619-0.806c0,0,11.187,0,11.895,0l16.237,0.032
+						c0,0,1.905,0.001,2.992,0.591c0.926,0.502,1.455,1.005,1.833,1.884c0.585,1.358,0.085,3.093-1.162,4.004
+						c-0.741,0.542-1.618,0.813-2.682,0.813c-0.1,0-0.2,0.004-0.303-0.001c-0.106-0.005-0.213-0.012-0.318-0.022
+						c0.828,0.844,1.395,1.842,1.688,2.971c0.131,0.506,0.172,1.033,0.126,1.564l-0.003,0.027l0.254,0.013
+						c0.567,0.025,1.14,0.052,1.704,0.093c-0.188-0.24-0.332-0.518-0.433-0.831c-0.278-0.878-0.395-1.61-0.365-2.3
+						c0.051-1.215,0.513-2.354,1.368-3.381c0.663-0.793,1.475-1.43,2.479-1.939c-0.098-0.423-0.073-0.856,0.076-1.283
+						c0.116-0.324,0.33-0.586,0.636-0.757c0.34-0.19,0.709-0.308,1.096-0.308c0.139,0,0.285-0.027,0.442,0.008
+						c0.614-1.357,2.109-1.176,2.109-1.176c1.229,0.283,1.654,1.444,1.529,2.385c-0.017,0.112-0.036,0.234-0.062,0.343l0.065,0.024
+						c0.325,0.078,0.663,0.164,0.997,0.28c2.271,0.789,3.733,2.34,4.352,4.605C37.393-28.734,37.189-27.861,36.515-27.161z
+						 M19.56,8.604C16.085-1.07,7.966-2.377,7.143-2.377c0,0-2.639-0.201-3.821,0.082c0.036-0.17,0.614-0.827,1.932-1.002
+						c-0.515-0.108-1.04-0.214-1.557-0.287C2.312-3.781,0.679-4.05-0.94-4.541c-0.072-0.021-0.148-0.033-0.22-0.033l-0.041,0.002
+						C-2.71-4.469-4.22-4.359-5.729-4.248C-6.646-4.183-7.488-4.15-8.301-4.15c-0.97,0-1.874-0.045-2.763-0.139
+						c-1.997-0.211-3.972-0.69-5.871-1.424c-5.462-2.327-8.367-5.436-8.367-5.436s5.587,3.759,8.557,4.517
+						c6.477,1.654,10.589,0.284,11.332,0.098c-0.455-0.268-0.891-0.55-1.308-0.857c-0.345-0.254-0.722-0.445-1.154-0.608
+						C-8.198-8.12-8.546-8.244-8.901-8.355c-1.496-0.473-3.072-0.748-4.596-1.016c0,0-0.624-0.109-0.904-0.159
+						c-1.479-0.267-3.055-0.554-4.605-0.897c-1.536-0.339-2.87-0.837-4.08-1.525c-2.225-1.264-3.542-3.168-3.917-5.663
+						c-0.647,1.223-1.116,2.412-1.165,3.643c-0.252,6.397,4.22,8.763,5.528,9.623c1.335,0.876,2.907,1.606,4.946,2.296
+						c2.809,0.949,5.729,1.567,8.47,2.094c1.036,0.199,2.075,0.396,3.114,0.592l0.252,0.047c1.223,0.23,2.444,0.461,3.667,0.699
+						c2.139,0.415,3.849,0.961,5.384,1.715C5.62,4.289,7.463,5.566,8.985,7.113c1.223,0.039,2.317,0.152,3.36,0.351
+						c2.786,0.528,5.432,1.583,7.872,3.135C20.03,9.895,19.79,9.248,19.56,8.604z M22.231,17.496
+						c0.338,0.164,0.725,0.274,1.099,0.383c0,0,0.233,0.067,0.326,0.096c-0.021-0.105-0.042-0.203-0.072-0.296
+						c-0.574-1.758-1.575-3.321-2.977-4.649c-0.904-0.854-2.014-1.558-3.597-2.277c-1.332-0.605-2.771-1.104-4.463-1.547
+						c0.485,0.141,0.971,0.311,1.451,0.512c2.487,1.032,4.763,2.599,6.958,4.786c0.03,0.03,0.056,0.064,0.08,0.1l0.673,0.926
+						l-1.093-0.312c-0.125-0.037-0.212-0.094-0.281-0.142c-1.856-1.288-3.552-2.324-5.181-3.167
+						c-1.021-0.527-2.316-1.111-3.617-1.446c-0.026-0.007-0.156-0.013-0.156-0.021v0.004c0,0.489,0.24,0.967,0.605,1.427
+						c0.268,0.338,0.776,0.757,1.148,1.041c1.128,0.858,2.363,1.55,3.404,2.093c-0.381-0.49-0.779-0.879-1.318-1.148
+						c0,0,0.626-0.659,1.439-0.366c0.929,0.334,1.36,0.657,1.964,1.161c0.338,0.283,0.673,0.571,1.005,0.861
+						c0.391,0.337,0.874,0.756,1.344,1.139C21.312,16.925,21.758,17.268,22.231,17.496z M17.752,27.607
+						c0.312,1.185,0.677,2.033,1.171,2.748c0.228,0.326,0.463,0.566,0.725,0.743c-0.012-0.027-0.052-0.122-0.052-0.122
+						c-0.721-1.758-1.073-3.621-1.08-5.701c-0.001-0.305-0.038-0.615-0.07-0.891c-0.193-1.644-1.122-2.98-1.688-3.583
+						C16.896,23.398,17.216,25.58,17.752,27.607z M-14.624,13.194c0.617,0.587,1.148,1.093,1.536,1.538
+						c0.67,0.774,1.351,2.619,1.366,2.664c2.782-2.44-1.052-6.137-2.335-7.335c-0.02-0.017,2.636-0.607,4.742,1.895
+						c7.312,8.688-0.853,14.956-3.681,15.645c-0.191,0.047-1.185,0.352-1.758,0.198c5.065,7.355,13.082,5.516,13.082,5.516
+						s-0.619,1.183-2.617,1.217c-0.065,0.001-0.131,0.003-0.197,0.003c-0.104,0-0.21-0.003-0.313-0.008
+						c0.057,0.02,0.112,0.037,0.172,0.055c0.854,0.258,2.758,1.08,5.422,0.062c0.515-0.196,1.575-0.822,1.575-0.822L2.228,34.33
+						l-0.094,0.232L2.11,34.629c-0.042,0.111-0.073,0.196-0.117,0.281s-0.09,0.171-0.136,0.256c0.077-0.029,0.154-0.062,0.228-0.096
+						c0.498-0.235,0.994-0.296,1.412-0.325c0.661-0.045,1.241-0.104,1.773-0.181c0.758-0.109,1.327-0.502,1.694-1.168
+						c0.11-0.198,0.235-0.389,0.331-0.557c0.411-0.722,1.283-0.792,1.283-0.792l-0.273,0.63l-0.264,0.903
+						c0.134-0.106,0.283-0.216,0.382-0.37c0.479-0.755,1.606-0.839,1.606-0.839l-0.197,1.183c0.076-0.047,3.801-1.408,3.998-2.914
+						c0.004-0.082,0.002-1.158,0.002-1.158s0.748,0.74,0.8,1.742c0.167-0.147,2.053-1.44,1.638-3.211
+						c-0.345-1.152-0.375-2.404-0.389-4.049c-0.004-0.389,0.005-0.777,0.005-1.166v-0.166c0-0.753-0.022-1.604-0.035-2.436
+						c-0.035-2.299-0.542-3.133-0.542-3.133l0.126,0.046c0.134,0.042,0.236,0.088,0.339,0.141c0.475,0.245,0.901,0.605,1.316,1.101
+						c0.812,0.973,1.315,2.071,1.739,3.112c0.303,0.747,0.626,1.539,0.964,2.335c1.232-3.028-1.658-5.618-1.658-5.618
+						s2.232,1.204,2.848,2.406c0,0,0.535-1.478-1.86-2.536c-1.134-0.502-2.303-0.992-3.459-1.412l-0.684-0.25
+						c-0.276-0.102-0.567-0.252-0.863-0.445c-0.154-0.102-0.304-0.218-0.447-0.352c0.187,0.765,0.494,1.41,0.854,2.024
+						c0.561,0.958,0.822,2.184,0.965,2.813l0.125,0.555c0,0-0.712-0.876-1.191-1.144c0.017,0.098,0.037,0.191,0.066,0.279
+						c0.567,1.649,0.443,2.973,0.443,2.973s-0.868-0.622-0.889-0.646c0.295,1.874-0.057,2.914-0.057,2.914s-0.685-1.966-1.243-2.356
+						c-0.264,0.681-0.718,1.311-0.966,1.553c-0.765,0.746-1.214,2.627-1.214,2.627s-0.781-0.479-0.786-0.506
+						c0.056,0.141,0.084,0.646-0.14,1.656c0,0-0.752-0.771-0.758-0.843c0,0-0.569,1.778-0.709,1.778
+						c-0.047,0-0.274-0.764-0.33-0.908c-0.008,0.078-0.589,1.532-0.6,1.195c-0.009-0.287-0.327-0.926-0.864-0.657
+						c-2.081,1.041-4.329,1.786-6.694,1.972c-5.845,0.459-7.255-1.15-7.537-1.508c0,0,2.721,0.686,6.281,0.156
+						c2.308-0.342,4.52-1.072,6.571-2.191c1.455-0.793,2.643-1.677,3.612-2.689c-0.234-1.205-7.555-0.826-7.555-0.826
+						s1.844-1.621,7.062-0.814c0.627,0.098,1.12-0.154,1.573-0.498c0.174-0.135,0.259-0.372,0.215-0.495
+						c-0.035-0.104-0.215-0.12-0.32-0.12c-0.062,0-0.131,0.006-0.204,0.016c-0.161,0.023-0.237,0.03-0.292,0.03
+						c-0.248,0,5.553-4.137,0.502-11.229C8.542,9.228,5.444,7.516,3.806,6.95c5.292,6.153,0.285,10.36-1.026,11.318
+						c-1.151,0.842-2.531,1.484-4.342,2.022c-0.218,0.064-0.439,0.125-0.672,0.188l-1.659,0.458l0.948-1.034
+						c0.023-0.029,0.074-0.087,0.162-0.125c0.06-0.024,0.116-0.047,0.172-0.067c1.162-0.454,2.101-0.956,2.896-1.548
+						C1.618,17.168,7.982,13.01,0.59,5.669C0.333,5.414-0.339,5.041-0.46,5c1.986,3.352,0.309,5.932,0.309,5.932
+						S-1.065,7.58-1.599,6.652C-2.233,5.545-3.075,4.646-3.95,4.328c1.38,2.704,0.013,4.235,0.013,4.235
+						c1.373-6.107-14.002-7.544-17.623-10.261c-0.086,0.374-0.165,0.862-0.169,1.26C-21.806,6.362-17.311,10.639-14.624,13.194z
+						 M-25.258,11.193c-0.241-0.961-0.438-1.881-0.605-3.795c-0.021-0.258-0.071-1.282-0.071-1.282s1.277,5.576,7.13,6.194
+						c-1.187-1.784-2.152-3.658-2.872-5.58C-22.325,5-22.73,3.339-22.912,1.653c-0.134-1.239-0.137-2.45-0.011-3.598
+						c-0.07-0.05-0.141-0.098-0.213-0.146c-1.304,0.735-1.714,2.896-1.616,4.61c0.078,1.39,0.945,4.574,0.812,4.297
+						c-0.837-1.737-2.294-4.198-2.375-6.547c-0.059-1.656,0.438-3.25,1.419-4.709c-0.144,0.026-0.316,0.089-0.528,0.192
+						l-0.023,0.013l-0.071,0.066c-0.101,0.095-0.209,0.191-0.289,0.298C-31.189,3.332-25.643,10.489-25.258,11.193z M-28.818,5.529
+						c-0.066-0.519-0.13-1.034-0.173-1.547c-0.145-1.701-0.077-3.209,0.204-4.607c0.247-1.223,0.636-2.156,1.225-2.936
+						c0.409-0.543,0.866-0.945,1.392-1.225c-0.615-0.728-1.144-1.505-1.576-2.314c-0.225,0.305-0.385,0.592-0.492,0.891l-0.42,1.152
+						c0,0-1.754-3.043-0.718-6.69C-29.377-11.747-38.009-0.389-28.818,5.529z M-29.589-13.242c0.049-0.054,0.058-0.108,0.061-0.188
+						c0.04-0.83,0.078-1.528,0.136-2.229c0.002-0.004,0.002-0.009,0.002-0.014c-2.631,3.21-4.295,6.863-4.961,10.894
+						C-33.736-7.668-31.174-11.497-29.589-13.242z M33.819-32.537c-0.899-0.5-2.252-0.619-3.41-0.619
+						c-0.289,0-0.602,0.018-0.928,0.055c-0.063,0.008-0.123,0.013-0.182,0.013c-0.255,0-0.555,0.013-0.711-0.19
+						c-0.218-0.285-0.345-0.953,1.074-0.936c0.069,0.002,0.79,0.1,1.09-0.428c0.24-0.424,0.082-1.133-0.1-1.332
+						c-0.712-0.775-1.963,0.384-1.963,0.384c-0.269,0-0.955-0.218-1.683,0.51s0.135,2.307-0.155,2.437
+						c-0.279,0.111-0.358,0.146-0.625,0.284c-1.536,0.797-3.59,2.574-2.596,5.021c0.81-2.024,3.709-3.043,5.079-3.27
+						c3.895-0.642,6.692,0.442,6.752,0.465C35.517-30.961,34.462-32.18,33.819-32.537z M35.124-24.813
+						c-0.07-0.696-0.213-1.364-0.378-2.103c-0.216-0.966-0.802-1.601-1.741-1.884c-0.398-0.12-0.838-0.175-1.385-0.175
+						c-0.921,0-1.846,0.121-2.848,0.371c-0.993,0.247-1.64,0.5-2.159,0.844c-0.646,0.426-1.034,0.941-1.188,1.58
+						c-0.115,0.479-0.059,0.966,0.002,1.338c0.004,0.021,0.008,0.038,0.009,0.038c0.004,0,0.019,0.008,0.051,0.021
+						c1.814,0.725,3.065,1.838,3.827,3.403c0.043,0.092,0.078,0.109,0.158,0.118c0.227,0.024,0.427,0.037,0.612,0.037
+						c0.528,0,0.973-0.1,1.36-0.306c0.266-0.14,0.545-0.212,0.828-0.212c0.281,0,0.569,0.07,0.857,0.211
+						c0.209,0.102,0.405,0.222,0.584,0.358c0.108,0.081,0.211,0.17,0.313,0.261C34.9-22.039,35.271-23.352,35.124-24.813z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M23.786,0.609c0.811,0.51,0.896,1.322,0.896,1.322c0.292,1.266-0.922,3.356-1.311,4.421
+						c-0.316,0.872-0.601,2.364-0.366,3.269c0.973-0.293,2.182-1.186,2.887-1.956c0.76-0.832,1.381-2.04,1.283-3.151
+						c-0.042-0.451-0.255-1.027-0.578-1.6c-0.138-0.25-0.069-0.779,0.393-0.781c0.348-0.002,0.507,0.053,0.772,0.406
+						c0.926,1.234,1.06,2.35-0.163,3.982c-0.882,1.176-1.83,2.008-3.002,2.879c-0.332,0.247-0.92,0.529-1.332,0.615
+						c-0.45,0.091-0.724-0.127-0.877-0.567C22.334,9.29,22.3,9.124,22.272,8.957c-0.26-1.475,0.075-2.805,0.797-4.124
+						c0.959-1.751,0.95-2.53,0.083-4.38C23.152,0.453,23.336,0.326,23.786,0.609z"/>
+				</g>
+			</g>
+		</g>
+	</g>
+</symbol>
+<symbol  id="New_Symbol_11_1_" viewBox="-72.473 -44.466 145 89.127">
+	<text transform="matrix(1 0 0 -1 3.5664 -30.3467)" fill="#080808" font-family="'AvenirNext-DemiBold'" font-size="30.8282">Flink</text>
+	
+		<use xlink:href="#New_Symbol_10"  width="74.473" height="74.98" x="-37.237" y="-37.399" transform="matrix(1 0 0 1 -35.2363 7.0796)" overflow="visible"/>
+</symbol>
+<symbol  id="New_Symbol_12" viewBox="-35.273 -35.076 70.497 70.781">
+	<g>
+		<path fill="#FFFFFF" d="M-26-3.333c0.084-0.104,0.188-0.203,0.289-0.298l0.071-0.066l0.023-0.013
+			c0.212-0.104,0.385-0.166,0.528-0.192c-0.332,1.831-0.466,3.528-0.407,5.185c0.081,2.35,0.526,4.335,1.363,6.072
+			c0.133,0.276,0.775,1.316,0.93,1.535c0,0-0.519-3.545-0.597-4.935c-0.098-1.714,0.057-3.517,0.471-5.508
+			c0.072,0.049,0.143,0.097,0.213,0.146c-0.126,1.147-0.123,2.358,0.011,3.598c0.182,1.686,0.587,3.347,1.235,5.077
+			c0.72,1.922,1.686,3.796,2.872,5.58c-5.853-0.618-7.13-6.194-7.13-6.194s0.05,1.024,0.071,1.282
+			c0.167,1.914,0.364,2.834,0.605,3.795c-0.385-0.704-0.628-1.443-0.802-2.031c-0.409-1.387-0.637-2.8-0.804-3.998
+			c-0.195-1.401-0.288-2.644-0.282-3.8c0.006-1.122,0.072-2.442,0.518-3.723C-26.606-2.429-26.339-2.925-26-3.333z"/>
+		<path fill="#FFFFFF" d="M-21.753-1.159c0.528,0.332,1.135,0.59,1.847,0.789c1.252,0.351,2.621,0.705,4.308,1.117l0.56,0.137
+			c1.411,0.343,2.873,0.698,4.245,1.224c0.835,0.319,1.629,0.739,2.429,1.287C-7.242,4.16-6.238,5.104-5.379,6.2
+			c0.455,0.579,0.685,1.029,0.912,1.784l0.337,1.117c0,0,1.367-1.531-0.013-4.235c0.875,0.318,1.717,1.217,2.352,2.324
+			c0.533,0.928,1.447,4.279,1.447,4.279s1.678-2.58-0.309-5.932c0.121,0.041,0.793,0.414,1.05,0.669
+			C7.79,13.548,1.426,17.706,0.092,18.7c-0.795,0.592-1.733,1.094-2.896,1.548c-0.056,0.021-0.112,0.043-0.172,0.067
+			c-0.088,0.038-0.139,0.096-0.162,0.125l-0.948,1.034l1.659-0.458c0.232-0.062,0.454-0.123,0.672-0.188
+			c1.811-0.538,3.19-1.181,4.342-2.022c1.312-0.958,6.318-5.165,1.026-11.318c1.639,0.565,4.736,2.277,5.785,3.751
+			c5.051,7.093-0.75,11.229-0.502,11.229c0.055,0,0.131-0.007,0.292-0.03c0.073-0.01,0.142-0.016,0.204-0.016
+			c0.105,0,0.285,0.016,0.32,0.12c0.044,0.123-0.041,0.36-0.215,0.495c-0.453,0.344-0.946,0.596-1.573,0.498
+			c-5.218-0.807-7.062,0.814-7.062,0.814s7.32-0.379,7.555,0.826c-0.97,1.013-2.157,1.896-3.612,2.689
+			c-2.052,1.119-4.264,1.85-6.571,2.191c-3.561,0.529-6.281-0.156-6.281-0.156c0.282,0.357,1.692,1.967,7.537,1.508
+			c2.365-0.186,4.613-0.931,6.694-1.972c0.537-0.269,0.855,0.37,0.864,0.657c0.011,0.337,0.592-1.117,0.6-1.195
+			c0.056,0.145,0.283,0.908,0.33,0.908c0.14,0,0.709-1.778,0.709-1.778c0.006,0.072,0.758,0.843,0.758,0.843
+			c0.224-1.011,0.195-1.516,0.14-1.656c0.005,0.027,0.786,0.506,0.786,0.506s0.449-1.881,1.214-2.627
+			c0.248-0.242,0.702-0.872,0.966-1.553c0.559,0.391,1.243,2.356,1.243,2.356s0.352-1.04,0.057-2.914
+			c0.021,0.024,0.889,0.646,0.889,0.646s0.124-1.323-0.443-2.973c-0.029-0.088-0.05-0.182-0.066-0.279
+			c0.479,0.268,1.191,1.144,1.191,1.144l-0.125-0.555c-0.143-0.63-0.404-1.855-0.965-2.813c-0.359-0.614-0.667-1.26-0.854-2.024
+			c0.144,0.134,0.293,0.25,0.447,0.352c0.296,0.193,0.587,0.344,0.863,0.445l0.684,0.25c1.156,0.42,2.325,0.91,3.459,1.412
+			c2.396,1.059,1.86,2.536,1.86,2.536c-0.615-1.202-2.848-2.406-2.848-2.406s2.891,2.59,1.658,5.618
+			c-0.338-0.796-0.661-1.588-0.964-2.335c-0.424-1.041-0.927-2.14-1.739-3.112c-0.415-0.495-0.842-0.855-1.316-1.101
+			c-0.103-0.053-0.205-0.099-0.339-0.141l-0.126-0.046c0,0,0.507,0.834,0.542,3.133c0.013,0.831,0.035,1.683,0.035,2.436v0.166
+			c0,0.389-0.009,0.777-0.005,1.166c0.014,1.645,0.044,2.896,0.389,4.049c-0.036,0.066-0.015,0.133-0.054,0.201
+			c-0.079,0.137-0.139,0.291-0.21,0.462c-0.107,0.261-0.196,0.524-0.298,0.812c-0.375,1.062-0.909,1.588-1.076,1.735
+			c-0.111-0.34-0.8-1.742-0.8-1.742s0.002,1.076-0.002,1.158c-0.197,1.506-3.922,2.867-3.998,2.914l0.197-1.183
+			c0,0-1.127,0.084-1.606,0.839c-0.099,0.154-0.248,0.264-0.382,0.37l0.264-0.903l0.273-0.63c0,0-0.872,0.07-1.283,0.792
+			c-0.096,0.168-0.221,0.358-0.331,0.557c-0.367,0.666-0.937,1.059-1.694,1.168c-0.532,0.076-1.112,0.136-1.773,0.181
+			c-0.418,0.029-0.914,0.09-1.412,0.325c-0.073,0.033-0.15,0.066-0.228,0.096c0.046-0.085,0.092-0.171,0.136-0.256
+			s0.075-0.17,0.117-0.281l0.023-0.066l0.094-0.232l0.143-0.508c0,0-1.042,0.042-2.255,0.881c-0.263,0.182-0.593,0.182-0.958,0.211
+			l-0.103,0.009c-0.333,0.028-0.662,0.042-0.979,0.042c-0.966,0-1.849-0.125-2.702-0.383c-0.06-0.018-0.115-0.035-0.172-0.055
+			c0.104,0.005,0.209,0.008,0.313,0.008c0.066,0,0.132-0.002,0.197-0.003c1.998-0.034,2.617-1.217,2.617-1.217s-1.787,0-2.314-0.069
+			c-0.615-0.08-1.238-0.154-1.816-0.313c-1.652-0.454-3.218-1.22-4.786-2.342c-0.365-0.261-0.747-0.503-1.146-0.756
+			c-0.678-0.433-1.25-1.005-1.698-1.701c-0.049-0.076-0.082-0.142-0.103-0.2c-0.04-0.107-0.022-0.117,0.044-0.152
+			c0.138-0.072,0.304-0.133,0.495-0.18c2.828-0.689,4.944-3.066,5.268-5.914l0.043-0.365c0.105-0.902,0.213-1.834,0.167-2.78
+			c-0.122-2.458-0.998-4.649-2.657-6.462c-1.741-1.904-3.901-2.035-3.882-2.019c1.283,1.198,2.128,2.8,2.582,4.895
+			c0.171,0.79,0.097,1.558-0.247,2.44c-0.016-0.045-0.03-0.091-0.047-0.137c-0.286-0.816-0.649-1.753-1.319-2.527
+			c-0.388-0.445-0.919-0.951-1.536-1.538c-2.687-2.556-7.182-6.832-7.105-13.632C-21.918-0.297-21.839-0.785-21.753-1.159z"/>
+		<path fill="#FFFFFF" d="M19.438,16.052c-0.332-0.29-0.667-0.578-1.005-0.861c-0.604-0.504-1.035-0.827-1.964-1.161
+			c-0.813-0.293-1.439,0.366-1.439,0.366c0.539,0.27,0.938,0.658,1.318,1.148c-1.041-0.543-2.276-1.234-3.404-2.093
+			c-0.372-0.284-0.881-0.703-1.148-1.041c-0.365-0.46-0.605-0.938-0.605-1.427v-0.004c0,0.008,0.13,0.014,0.156,0.021
+			c1.301,0.335,2.597,0.919,3.617,1.446c1.629,0.843,3.324,1.879,5.181,3.167c0.069,0.048,0.156,0.104,0.281,0.142l1.093,0.312
+			l-0.673-0.926c-0.024-0.035-0.05-0.069-0.08-0.1c-2.195-2.188-4.471-3.754-6.958-4.786c-0.48-0.201-0.966-0.371-1.451-0.512
+			c1.691,0.442,3.131,0.941,4.463,1.547c1.583,0.72,2.692,1.423,3.597,2.277c1.401,1.328,2.402,2.892,2.977,4.649
+			c0.03,0.093,0.052,0.19,0.072,0.296c-0.093-0.028-0.326-0.096-0.326-0.096c-0.374-0.108-0.761-0.219-1.099-0.383
+			c-0.474-0.229-0.92-0.571-1.258-0.844C20.312,16.808,19.828,16.389,19.438,16.052z"/>
+		<path fill="#FFFFFF" d="M-30.761-8.495c0.378-0.605,0.79-1.201,1.189-1.776l0.061-0.09c-1.036,3.646,0.659,5.843,0.659,5.843
+			l0.42-1.152c0.107-0.299,0.268-0.586,0.492-0.891c0.433,0.81,0.961,1.587,1.576,2.314c-0.525,0.279-0.982,0.682-1.392,1.225
+			c-0.589,0.779-0.978,1.713-1.225,2.936c-0.281,1.398-0.349,2.906-0.204,4.607c0.043,0.513,0.106,1.028,0.173,1.547
+			c-2.11-2.367-3.723-5.062-4.795-8.009c-0.002-0.009,0-0.035,0.009-0.062C-33.107-4.208-32.113-6.331-30.761-8.495z"/>
+		<path fill="#FFFFFF" d="M18.323,25.813c0.007,2.08,0.359,3.943,1.08,5.701c0,0,0.04,0.095,0.052,0.122
+			c-0.262-0.177-0.497-0.417-0.725-0.743c-0.494-0.715-0.859-1.563-1.171-2.748c-0.536-2.027-0.855-4.209-0.994-6.806
+			c0.565,0.603,1.494,1.939,1.688,3.583C18.285,25.198,18.322,25.509,18.323,25.813z"/>
+		<path fill="#FFFFFF" d="M28.256-30.254c-1.168,0.193-3.639,1.062-4.329,2.787c-0.848-2.085,0.903-3.601,2.212-4.28
+			c0.228-0.118,0.295-0.147,0.533-0.242c0.247-0.11-0.488-1.456,0.132-2.076S28.01-34.5,28.239-34.5c0,0,1.066-0.988,1.673-0.327
+			c0.155,0.17,0.29,0.774,0.085,1.135c-0.255,0.449-0.87,0.366-0.929,0.365c-1.209-0.015-1.101,0.554-0.916,0.797
+			c0.133,0.173,0.389,0.163,0.606,0.163c0.05,0,0.101-0.004,0.155-0.011c0.278-0.032,0.544-0.047,0.791-0.047
+			c0.987,0,2.14,0.102,2.906,0.528c0.548,0.305,1.447,1.343,1.401,2.04C33.96-29.877,31.575-30.801,28.256-30.254z"/>
+		<path fill="#FFFFFF" d="M35.11-7.296c-0.111,0.287-0.25,0.578-0.372,0.835c-0.06,0.123-0.118,0.248-0.176,0.372
+			C34.5-5.95,34.433-5.815,34.366-5.68c-0.162,0.327-0.33,0.667-0.446,1.032c-0.101,0.314-0.128,0.635-0.152,0.945
+			c-0.009,0.111-0.021,0.225-0.033,0.334c-0.396,3.41-2.572,6.284-5.531,7.676c-0.111-0.413-0.323-0.815-0.634-1.23
+			c-0.266-0.354-0.425-0.408-0.772-0.406c-0.462,0.002-0.53,0.531-0.393,0.781c0.323,0.572,0.536,1.148,0.578,1.6
+			c0.098,1.111-0.523,2.319-1.283,3.151c-0.705,0.771-1.914,1.663-2.887,1.956c-0.234-0.904,0.05-2.396,0.366-3.269
+			c0.389-1.064,1.603-3.155,1.311-4.421c0,0-0.085-0.812-0.896-1.322c-0.45-0.283-0.634-0.156-0.634-0.156
+			c0.867,1.85,0.876,2.629-0.083,4.38C22.155,6.69,21.82,8.021,22.08,9.495c0.01,0.06,0.029,0.117,0.041,0.176
+			c-0.079-0.201-0.163-0.399-0.26-0.586c-0.737-1.294-1.433-1.967-1.852-3.307c-0.44-1.499,0.03-3.122,0.959-4.714
+			c-0.884,0.54-1.426,1.429-1.632,2.373c-1.497-0.835-2.793-1.958-3.935-3.438c-0.236-0.308-0.517-0.564-0.763-0.791
+			c-1.613-1.49-3.576-2.58-5.833-3.241C7.35-4.461,5.852-4.821,4.376-5.177L3.99-5.268C1.975-5.754-0.164-6.303-2.195-7.206
+			c-2.336-1.038-4.187-2.232-5.655-3.653c-2.16-2.089-3.478-4.662-3.911-7.648c-0.336-2.302-0.162-4.704,0.532-7.344
+			c0.025-0.094-3.039,2.775-1.458,11.034c-0.237,0.011-0.465,0.018-0.695,0.021l-0.199-0.002c-5.7-0.171-8.071-3.312-8.071-3.312
+			s0.371,3.487,5.861,4.658c0.413,0.088,3.87,0.865,3.986,0.903c0.455,0.926,1.007,1.804,1.644,2.622l-0.49-0.077
+			c-0.94-0.145-1.912-0.296-2.875-0.421l-0.742-0.096c-1.702-0.217-3.463-0.441-5.131-0.932c-1.752-0.514-3.123-1.255-4.194-2.265
+			c-1.148-1.08-1.97-2.472-2.515-4.251c-0.022-0.072-0.041-0.146-0.067-0.254c-0.038-0.146-0.076-0.297-0.132-0.446
+			c-0.058-0.153-0.071-0.323,0.053-0.649c1.026-2.721,2.787-5.08,5.233-7.008c1.872-1.477,4.002-2.647,6.33-3.479
+			c0.078-0.027,0.205-0.072,0.322-0.188l1.026-0.993l-1.605,0.383c-0.188,0.043-0.375,0.087-0.562,0.138
+			c-3.286,0.902-6.15,2.422-8.509,4.517c-0.805,0.292-4.918,2.343-6.665,5.711l-0.291,0.56c0,0,2.233-2.201,3.799-2.522
+			c-0.692,1.122-1.252,2.329-1.664,3.598c-0.026,0.083-0.079,0.177-0.144,0.257c-2.673,3.336-4.587,6.703-5.849,10.3
+			c-0.09,0.255-0.173,0.513-0.252,0.774c-0.127-1.045-0.19-2.092-0.188-3.117c0.001-0.325,2.816-7.804,2.816-7.804
+			s-1.24,1.378-2.265,3.122c0,0-0.18,0.588-0.203,0.626c0.44-2.647,1.294-5.132,2.544-7.435c3.442-6.332,8.718-10.482,16.131-12.422
+			c1.781-0.466,3.722-0.753,5.767-0.753c0,0,22.678-0.021,23.165-0.021c1.089,0,1.922,0.064,2.698,0.205l0.121,0.021
+			c0.262,0.049,0.534,0.1,0.829,0.1c0.313-0.002,0.646-0.042,1.017-0.129l0.183-0.043c0.34-0.082,0.659-0.157,0.974-0.157
+			c3.893-0.029,3.352,2.314,3.352,2.314c-0.162,0.611-0.869,1.034-1.643,1.219c-0.271,0.065-0.549,0.098-0.825,0.098
+			c-0.528,0-1.082-0.12-1.648-0.355c-0.282-0.119-0.565-0.241-0.848-0.362l-0.507-0.22c-0.096-0.041-0.192-0.08-0.289-0.112
+			c-0.229-0.076-0.374-0.106-0.5-0.106c-0.586,0-0.612,0.576-0.628,0.921c-0.019,0.418,0.158,0.809,0.499,1.1
+			c0.274,0.232,0.572,0.459,0.891,0.673c0.575,0.388,1.168,0.79,1.626,1.316c0.576,0.665,0.926,1.339,1.066,2.063
+			c0.092,0.464,0.049,0.917-0.131,1.382c-0.04,0.104-0.079,0.125-0.117,0.136c-0.32,0.103-0.699,0.223-1.084,0.33
+			c-1.439,0.405-2.497,1.008-3.324,1.895c-0.583,0.625-0.98,1.35-1.294,1.977c-0.524,1.054-0.938,2.142-1.228,3.232
+			c-0.47,1.772-1.58,3.193-3.392,4.342c-1.348,0.854-2.893,1.374-4.591,1.545c-0.405,0.043-0.815,0.062-1.248,0.083
+			c-0.108,0.005-0.361,0.038-0.612,0.07c-0.227,0.03-0.451,0.06-0.555,0.065l-0.619,0.037c0,0,0.16,0.225,1.442,0.715
+			c0.243,0.092,0.492,0.115,0.737,0.16c0.594,0.105,1.18,0.158,1.74,0.158c1.352,0,2.629-0.312,3.799-0.927
+			c1.457-0.768,2.62-1.935,3.558-3.57c0.509-0.89,0.91-1.847,1.228-2.925c0.061-0.206,0.113-0.414,0.171-0.636
+			c0.104-0.394,0.21-0.8,0.359-1.169c0.904-2.229,2.582-3.533,4.984-3.877c0.636-0.09,1.257-0.136,1.847-0.136
+			c1.117,0,2.187,0.164,3.176,0.489c1.343,0.44,2.367,1.127,3.131,2.098c0.355,0.451,0.601,0.928,0.752,1.456l0.102,0.357
+			l0.598-0.142c0.128-0.033,0.255-0.063,0.383-0.087c0.09-0.018,0.181-0.026,0.277-0.026c0.272,0,0.55,0.064,0.848,0.131
+			l0.051,0.012c0.223,0.051,0.441,0.06,0.656,0.068l0.179,0.008c0.211,0,0.39-0.142,0.468-0.275c0.09-0.156,0.24-0.246,0.516-0.307
+			c0.07-0.016,0.145-0.023,0.222-0.023c0.676,0,1.385,0.619,1.403,1.227c0.008,0.232-0.054,0.376-0.207,0.481
+			c-0.121,0.083-0.246,0.16-0.386,0.247l-0.673,0.423l0.448,0.341c0.132,0.098,0.277,0.149,0.433,0.149
+			c0.133,0,0.252-0.037,0.355-0.083c0,0-0.562,2.98-4.504,2.113c0,0-0.641-0.263-0.967-0.386l-0.152-0.058
+			c-0.098-0.037-0.196-0.055-0.299-0.055c-0.199,0-0.366,0.074-0.49,0.137c-1.379,0.695-2.73,0.385-2.954,0.385
+			c-0.576,0-1.096,0.057-1.587,0.174c-0.088,0.021-0.219,0.064-0.342,0.199l-0.255,0.285c-1.204-0.059-2.373,0.104-3.488,0.581
+			c-1.285,0.549-2.312,1.386-2.935,2.664c-0.306,0.636-0.456,1.308-0.442,2.021c0.025-0.066,0.053-0.131,0.076-0.197
+			c0.249-0.732,0.614-1.398,1.102-1.999c0.903-1.119,2.068-1.87,3.392-2.399c0.718-0.285,1.46-0.486,2.252-0.619
+			c0,0,2.816-0.105,4.071,0.935c0.953,0.532,1.812,0.78,2.703,0.78l0.185-0.001c3.029,0.004,3.296,1.468,3.296,1.468
+			s0.346-0.224,0.828-0.15c0.429,0.064,0.839,0.195,1.237,0.6c0.32,0.324,0.503,0.752,0.545,1.259
+			c-0.326,0.298-0.657,0.591-1.004,0.901l-0.211,0.186l-0.396,0.312l0.272,0.311c0.167,0.19,0.378,0.291,0.61,0.291
+			c0.136,0,0.269-0.035,0.396-0.105c0.18-0.099,0.338-0.226,0.485-0.344c0.051-0.039,0.101-0.079,0.15-0.117
+			c0.056-0.041,0.183-0.141,0.188-0.145C35.243-7.81,35.208-7.549,35.11-7.296z M31.374-6.49c-0.112-0.315-0.259-0.364-0.588-0.291
+			c-0.173,0.038-0.357,0.049-0.534,0.041c-0.327-0.015-0.651-0.071-0.978-0.077c-0.817-0.016-1.6,0.132-2.25,0.665
+			c-0.921,0.756-1.098,1.649-0.521,2.78c0.007-0.063,0.011-0.087,0.012-0.11c0.037-0.771,0.378-1.371,1.016-1.802
+			c0.53-0.358,1.135-0.5,1.756-0.579c0.502-0.064,0.996-0.148,1.436-0.42c0.038-0.023,0.08-0.042,0.12-0.063
+			c0.006,0.008,0.012,0.016,0.019,0.023c-0.087,0.122-0.116,0.54-0.071,0.713c0.073,0.278,0.089,0.652,0.006,0.875
+			c-0.151-0.379-0.396-0.672-0.74-0.894C30-5.674,29.97-5.686,29.9-5.688c-0.231,0.048-0.458,0.102-0.679,0.176
+			c-0.427,0.142-0.858,0.296-1.251,0.511c-0.55,0.3-0.835,0.769-0.689,1.428c0.047,0.21-0.011,0.397-0.165,0.555
+			c-0.068,0.07-0.128,0.148-0.199,0.232c0.161,0.15,0.301,0.296,0.457,0.422c0.146,0.119,0.301,0.229,0.465,0.322
+			c1.274,0.724,2.995,0.179,3.562-1.148c0.144-0.335,0.221-0.709,0.261-1.073C31.749-5.024,31.629-5.77,31.374-6.49z"/>
+		<path fill="#FFFFFF" d="M-29.585-15.12c-0.058,0.7-0.096,1.398-0.136,2.229c-0.003,0.079-0.019,0.128-0.061,0.188
+			c-1.857,2.681-3.213,5.002-4.265,7.303c-0.185,0.402-0.351,0.788-0.498,1.161c0.666-4.03,2.33-7.684,4.961-10.894
+			C-29.583-15.129-29.583-15.124-29.585-15.12z"/>
+		<path fill="#FFFFFF" d="M26.421-27.222c0.52-0.344,1.166-0.597,2.159-0.844c1.002-0.25,1.927-0.371,2.848-0.371
+			c0.547,0,0.986,0.055,1.385,0.175c0.939,0.283,1.525,0.918,1.741,1.884c0.165,0.738,0.308,1.406,0.378,2.103
+			c0.146,1.462-0.224,2.774-1.097,3.901c-0.103-0.091-0.205-0.18-0.313-0.261c-0.179-0.137-0.375-0.257-0.584-0.358
+			c-0.288-0.141-0.576-0.211-0.857-0.211c-0.283,0-0.562,0.072-0.828,0.212c-0.388,0.206-0.832,0.306-1.36,0.306
+			c-0.186,0-0.386-0.013-0.612-0.037c-0.08-0.009-0.115-0.026-0.158-0.118c-0.762-1.565-2.013-2.679-3.827-3.403
+			c-0.032-0.013-0.047-0.021-0.051-0.021c-0.001,0-0.005-0.017-0.009-0.038c-0.061-0.372-0.117-0.859-0.002-1.338
+			C25.387-26.28,25.774-26.796,26.421-27.222z"/>
+		<path fill="#FFFFFF" d="M8.793,7.651C7.271,6.104,5.428,4.827,3,3.63c-1.535-0.754-3.245-1.3-5.384-1.715
+			c-1.223-0.238-2.444-0.469-3.667-0.699l-0.252-0.047c-1.039-0.196-2.078-0.393-3.114-0.592c-2.741-0.526-5.661-1.145-8.47-2.094
+			c-2.039-0.689-3.611-1.42-4.946-2.296c-1.309-0.86-2.213-1.744-2.845-2.782c-0.164-0.27-0.307-0.582-0.432-0.857
+			c-0.071-0.157-0.144-0.314-0.221-0.47c-0.053-0.107-0.118-0.229-0.224-0.335c-1.427-1.395-2.036-3.138-1.808-5.179
+			c0.136-1.225,0.518-2.42,1.165-3.643c0.375,2.495,1.692,4.399,3.917,5.663c1.21,0.688,2.544,1.187,4.08,1.525
+			c1.551,0.344,3.126,0.631,4.605,0.897c0.28,0.05,0.904,0.159,0.904,0.159c1.523,0.268,3.1,0.543,4.596,1.016
+			c0.355,0.111,0.703,0.235,1.026,0.356c0.433,0.163,0.81,0.354,1.154,0.608c0.417,0.308,0.853,0.59,1.308,0.857
+			c-1.926,0.045-5.191,0.049-6.205,0.055c-2.271,0.012-3.833-0.176-5.791-0.921c-2.046-0.78-7.893-3.749-7.893-3.749
+			s2.905,3.108,8.367,5.436c1.899,0.733,3.874,1.213,5.871,1.424c0.889,0.094,1.793,0.139,2.763,0.139
+			c0.812,0,1.654-0.032,2.571-0.098c1.51-0.111,3.02-0.221,4.528-0.324l0.041-0.002c0.071,0,0.147,0.012,0.22,0.033
+			c1.619,0.491,3.252,0.76,4.637,0.957c0.517,0.073,1.042,0.179,1.557,0.287C4.959-2.731,4.855-2.702,4.754-2.674
+			C4.636-2.64,4.525-2.595,4.405-2.545L4.146-2.442L3.129-1.757L6.95-1.839c0.823,0,8.942,1.307,12.417,10.981
+			c0.23,0.644,0.471,1.29,0.658,1.994c-2.44-1.552-5.086-2.606-7.872-3.135C11.11,7.804,10.016,7.69,8.793,7.651z"/>
+		<polygon fill="#FFFFFF" points="22.903,13.169 22.901,13.166 22.903,13.166 		"/>
+	</g>
+	<path fill="#FFFFFF" d="M27.92-3.412c0-0.439,0.356-0.795,0.795-0.795c0.439,0,0.795,0.355,0.795,0.795s-0.355,0.795-0.795,0.795
+		C28.276-2.617,27.92-2.973,27.92-3.412z"/>
+</symbol>
+<symbol  id="New_Symbol_13" viewBox="-68.214 -30.941 136.427 61.882">
+	<g>
+		<g>
+			<text transform="matrix(1 0 0 -1 -25.4346 -11.7676)" fill="#FFFFFF" font-family="'AvenirNext-DemiBold'" font-size="41.8638">Flink</text>
+		</g>
+	</g>
+	
+		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.781" id="XMLID_12_" x="-35.273" y="-35.076" transform="matrix(0.6002 0 0 0.6002 -47.043 9.5117)" overflow="visible"/>
+</symbol>
+<symbol  id="New_Symbol_14" viewBox="-53.257 -83.371 104.274 166.741">
+	<text transform="matrix(1 0 0 -1 -44.3423 -65.6729)" fill="#FFFFFF" font-family="'AvenirNext-DemiBold'" font-size="38.6432">Flink</text>
+	
+		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.781" x="-35.273" y="-35.076" transform="matrix(1.4791 0 0 1.4791 -1.0845 30.5596)" overflow="visible"/>
+</symbol>
+<symbol  id="New_Symbol_15" viewBox="-68.905 -30.93 137.809 61.861">
+	<g>
+		<text transform="matrix(1 0 0 -1 -24.3018 -11.8472)" fill="#1D1B1E" font-family="'AvenirNext-DemiBold'" font-size="41.6661">Flink</text>
+	</g>
+	
+		<use xlink:href="#New_Symbol_3"  width="100.902" height="101.912" x="-50.451" y="-50.956" transform="matrix(0.4193 0 0 0.4193 -47.751 9.5645)" overflow="visible"/>
+</symbol>
+<symbol  id="New_Symbol_16" viewBox="-24.999 -25.109 49.999 50.217">
+	<g>
+		<g>
+			<g>
+				<polygon fill="#1D1B1E" points="15.507,8.48 15.506,8.479 15.507,8.479 				"/>
+				<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M17.975-2.674c-0.38-0.746-0.264-1.333,0.344-1.831
+					c0.428-0.351,0.942-0.448,1.48-0.438c0.215,0.005,0.429,0.04,0.644,0.05c0.117,0.006,0.237-0.001,0.353-0.026
+					c0.216-0.048,0.312-0.016,0.387,0.191c0.168,0.475,0.248,0.966,0.189,1.467c-0.025,0.239-0.076,0.486-0.171,0.707
+					c-0.374,0.874-1.509,1.232-2.347,0.756c-0.105-0.062-0.209-0.134-0.306-0.213c-0.101-0.082-0.195-0.178-0.302-0.276
+					c0.048-0.057,0.086-0.108,0.131-0.153c0.102-0.104,0.141-0.228,0.109-0.366c-0.097-0.434,0.092-0.742,0.455-0.939
+					c0.258-0.142,0.541-0.243,0.822-0.338c0.146-0.049,0.295-0.083,0.447-0.115c0.047,0.002,0.066,0.01,0.102,0.038
+					c0.229,0.146,0.389,0.34,0.488,0.589c0.055-0.146,0.043-0.394-0.004-0.575c-0.029-0.114-0.01-0.39,0.047-0.471
+					c-0.005-0.004-0.008-0.01-0.012-0.015c-0.027,0.015-0.054,0.026-0.078,0.042c-0.291,0.179-0.615,0.234-0.947,0.275
+					c-0.408,0.053-0.809,0.146-1.156,0.383c-0.42,0.282-0.645,0.678-0.668,1.186C17.981-2.731,17.979-2.717,17.975-2.674z
+					 M19.955-2.617c0-0.306-0.248-0.555-0.555-0.555s-0.556,0.249-0.556,0.555c0,0.307,0.249,0.555,0.556,0.555
+					S19.955-2.311,19.955-2.617z"/>
+			</g>
+		</g>
+		<g>
+			<g>
+				<path fill="#1D1B1E" d="M13.319,1.576c0,0.032,0.002,0.064,0.002,0.097c-0.013,0.022-0.03,0.045-0.041,0.067
+					C13.312,1.692,13.326,1.634,13.319,1.576z"/>
+				<path fill="#1D1B1E" d="M14.492,5.331c-0.01,0-0.021-0.002-0.033-0.002c-0.005-0.012-0.011-0.025-0.018-0.037
+					C14.455,5.304,14.476,5.318,14.492,5.331z"/>
+			</g>
+		</g>
+		<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M24.516-18.235c0.027,0.176,0.058,0.341,0.09,0.508
+			c0.068,0.369,0.141,0.752,0.166,1.144c0.089,1.384-0.345,2.595-1.288,3.602l0.033,0.148c0.045,0.211,0.101,0.475,0.132,0.731
+			c0.079,0.635-0.125,1.205-0.625,1.746c-0.015,0.017-0.031,0.034-0.04,0.048c-0.122,0.365-0.384,0.657-0.776,0.854
+			c-0.23,0.116-0.474,0.203-0.726,0.26c0.302,0.124,0.604,0.276,0.913,0.461c0.036,0.021,0.052,0.025,0.052,0.025
+			c1.007,0.154,1.801,0.93,1.978,1.931c0.003,0.023,0.006,0.046,0.009,0.069c0.005,0.043,0.011,0.09,0.016,0.104
+			c0.397,0.612,0.47,1.307,0.214,2.055c-0.084,0.242-0.188,0.483-0.279,0.696c-0.072,0.168-0.143,0.332-0.205,0.495
+			c-0.072,0.187-0.15,0.394-0.168,0.583c-0.047,0.525-0.124,1.218-0.314,1.906c-0.398,1.433-1.091,2.556-2.117,3.433
+			c-0.938,0.803-1.938,1.146-3.29,1.348c0.184-0.289-0.061-0.419,0.07-0.738c0.053-0.131,0.067-0.252,0.066-0.371
+			c2.312-0.79,4.06-2.895,4.354-5.425c0.008-0.074,0.016-0.149,0.021-0.225c0.018-0.209,0.035-0.424,0.103-0.635
+			c0.077-0.245,0.19-0.474,0.3-0.693c0.045-0.091,0.09-0.182,0.132-0.274c0.038-0.084,0.078-0.167,0.118-0.25
+			c0.082-0.172,0.175-0.368,0.249-0.561c0.065-0.17,0.089-0.345,0.07-0.521c-0.003,0.002-0.089,0.069-0.126,0.097
+			c-0.033,0.025-0.068,0.053-0.102,0.079c-0.1,0.079-0.205,0.164-0.326,0.23c-0.085,0.048-0.174,0.071-0.266,0.071
+			c-0.156,0-0.298-0.067-0.41-0.195L22.36-5.707l0.267-0.21l0.141-0.124c0.233-0.208,0.455-0.405,0.674-0.605
+			c-0.027-0.34-0.15-0.628-0.365-0.845c-0.268-0.271-0.543-0.359-0.83-0.402c-0.324-0.05-0.557,0.101-0.557,0.101
+			s-0.179-0.982-2.213-0.985h-0.124c-0.598,0-1.175-0.166-1.814-0.523C16.695-10,14.805-9.93,14.805-9.93
+			c-0.531,0.089-1.03,0.225-1.512,0.416c-0.889,0.355-1.671,0.859-2.277,1.611c-0.327,0.402-0.572,0.851-0.739,1.342
+			c-0.016,0.045-0.034,0.088-0.052,0.133c-0.009-0.479,0.092-0.93,0.297-1.357c0.419-0.857,1.108-1.419,1.971-1.788
+			c0.748-0.32,1.533-0.43,2.342-0.39l0.172-0.191c0.082-0.091,0.17-0.12,0.229-0.134c0.33-0.079,0.679-0.117,1.066-0.117
+			c0.148,0,1.057,0.208,1.982-0.259c0.084-0.042,0.195-0.091,0.33-0.091c0.068,0,0.135,0.012,0.2,0.036l0.103,0.039
+			c0.219,0.082,0.648,0.259,0.648,0.259c2.646,0.582,3.023-1.419,3.023-1.419c-0.068,0.031-0.148,0.056-0.238,0.056
+			c-0.104,0-0.201-0.034-0.29-0.101l-0.301-0.229l0.452-0.284c0.094-0.058,0.177-0.109,0.258-0.165
+			c0.104-0.071,0.145-0.168,0.139-0.324c-0.012-0.407-0.488-0.823-0.941-0.823c-0.052,0-0.102,0.006-0.148,0.016
+			c-0.186,0.041-0.287,0.102-0.347,0.206c-0.052,0.09-0.172,0.186-0.313,0.186l-0.121-0.006c-0.143-0.006-0.291-0.012-0.439-0.046
+			l-0.034-0.008c-0.2-0.045-0.387-0.088-0.569-0.088c-0.064,0-0.125,0.006-0.186,0.018c-0.087,0.016-0.172,0.036-0.258,0.059
+			l-0.401,0.095l-0.067-0.239c-0.103-0.354-0.268-0.675-0.506-0.978c-0.513-0.652-1.2-1.113-2.102-1.409
+			c-0.664-0.218-1.383-0.328-2.133-0.328c-0.396,0-0.812,0.031-1.239,0.091c-1.612,0.231-2.739,1.107-3.347,2.604
+			c-0.1,0.247-0.172,0.521-0.241,0.784C9.175-12.605,9.14-12.466,9.1-12.328c-0.213,0.725-0.482,1.367-0.824,1.964
+			c-0.629,1.099-1.41,1.882-2.389,2.397C5.102-7.554,4.244-7.345,3.336-7.345c-0.376,0-0.77-0.035-1.168-0.105
+			C2.003-7.48,1.836-7.497,1.672-7.559C0.812-7.888,0.704-8.038,0.704-8.038l0.417-0.025C1.189-8.067,1.34-8.087,1.492-8.107
+			C1.66-8.129,1.83-8.151,1.904-8.154C2.193-8.168,2.469-8.182,2.741-8.21c1.14-0.115,2.178-0.465,3.083-1.037
+			c1.216-0.771,1.961-1.726,2.276-2.915c0.194-0.732,0.472-1.463,0.824-2.171c0.21-0.421,0.478-0.907,0.869-1.327
+			c0.555-0.595,1.265-0.999,2.231-1.271c0.258-0.072,0.513-0.152,0.729-0.222c0.025-0.007,0.051-0.021,0.078-0.091
+			c0.121-0.312,0.149-0.616,0.088-0.928c-0.095-0.486-0.329-0.939-0.716-1.386c-0.308-0.354-0.706-0.623-1.093-0.884
+			c-0.213-0.144-0.413-0.296-0.598-0.451c-0.229-0.196-0.347-0.458-0.334-0.738c0.01-0.231,0.027-0.619,0.421-0.619
+			c0.085,0,0.183,0.021,0.336,0.072c0.065,0.021,0.13,0.048,0.194,0.075l0.34,0.147c0.189,0.081,0.38,0.163,0.569,0.243
+			c0.38,0.158,0.751,0.238,1.106,0.238c0.186,0,0.373-0.021,0.555-0.065c0.52-0.124,0.994-0.407,1.103-0.818
+			c0,0,0.362-1.573-2.251-1.554c-0.211,0-0.426,0.051-0.653,0.105l-0.122,0.029c-0.25,0.059-0.473,0.085-0.684,0.086
+			c-0.197,0-0.381-0.034-0.557-0.066l-0.08-0.015c-0.521-0.095-1.081-0.138-1.812-0.138c-0.327,0-15.553,0.014-15.553,0.014
+			c-1.372,0-2.676,0.193-3.871,0.506c-4.977,1.302-8.52,4.089-10.83,8.34c-0.84,1.546-1.412,3.214-1.708,4.991
+			c0.016-0.025,0.137-0.42,0.137-0.42c0.688-1.171,1.521-2.096,1.521-2.096s-1.891,5.021-1.891,5.239
+			c-0.002,0.688,0.04,1.391,0.125,2.092c0.053-0.175,0.109-0.348,0.17-0.52c0.847-2.415,2.131-4.676,3.926-6.915
+			c0.044-0.054,0.078-0.117,0.097-0.173c0.276-0.852,0.653-1.662,1.118-2.415c-1.051,0.216-2.551,1.693-2.551,1.693l0.195-0.376
+			c1.172-2.261,3.934-3.638,4.475-3.834c1.583-1.406,3.506-2.426,5.713-3.032c0.125-0.034,0.251-0.063,0.377-0.092l1.077-0.257
+			l-0.688,0.666c-0.078,0.077-0.164,0.107-0.217,0.126c-1.562,0.558-2.993,1.344-4.25,2.335c-1.643,1.295-2.824,2.879-3.514,4.705
+			c-0.083,0.219-0.074,0.333-0.035,0.437c0.037,0.1,0.063,0.201,0.089,0.3c0.018,0.071,0.03,0.121,0.045,0.17
+			c0.366,1.194,0.917,2.129,1.688,2.854c0.719,0.678,1.64,1.175,2.816,1.52c1.119,0.329,2.301,0.48,3.443,0.626l0.499,0.064
+			c0.646,0.084,1.3,0.186,1.931,0.282l0.328,0.052C-7.121-7.575-7.49-8.165-7.797-8.787c-0.077-0.025-2.398-0.547-2.676-0.605
+			c-3.686-0.786-3.935-3.128-3.935-3.128s1.591,2.108,5.419,2.224l0.133,0.001c0.155-0.002,0.308-0.007,0.467-0.014
+			c-1.061-5.545,0.996-7.471,0.979-7.408c-0.465,1.772-0.582,3.385-0.355,4.931c0.29,2.005,1.175,3.732,2.625,5.135
+			c0.986,0.954,2.229,1.756,3.797,2.453C0.02-4.593,1.455-4.225,2.809-3.898l0.26,0.062c0.99,0.238,1.996,0.48,2.975,0.768
+			c1.515,0.444,2.833,1.176,3.916,2.176c0.165,0.152,0.354,0.325,0.512,0.531c0.768,0.994,1.637,1.748,2.642,2.309
+			c0.138-0.634,0.503-1.23,1.097-1.593c-0.625,1.068-0.94,2.158-0.645,3.164c0.281,0.9,0.748,1.352,1.242,2.221
+			c0.59,1.136,0.652,2.748,0.662,2.758c0.109,0.111,0.184,0.221,0.296,0.33c0.137,0.137,0.265,0.271,0.399,0.409
+			c0.398,0.412,0.69,0.928,0.812,1.544c0.129,0.642-0.164,0.984-0.164,0.984c0.107,0.396,0.252,0.783,0.282,1.179
+			c0.056,0.737-0.171,1.418-0.273,1.418c-0.051,0-0.946-1.021-1.438-1.212c-0.117,0.701-0.297,1.412-0.576,2.3
+			c-0.211,0.668-0.269,1.216-0.184,1.727c0.062,0.381,0.526,0.912,0.526,0.912l0.214,0.253l-0.295,0.15
+			c-0.049,0.029-0.429,0.113-0.557,0.113c-0.372,0-0.678-0.134-0.898-0.39c-0.045,0.304-0.051,0.611-0.021,0.921
+			c0.049,0.534,0.262,1.024,0.439,1.394c0.055,0.112,0.123,0.261,0.17,0.419c0.057,0.195,0.029,0.38-0.076,0.522
+			c-0.107,0.142-0.275,0.219-0.476,0.219c-0.173-0.003-0.329-0.03-0.464-0.081c-0.607-0.229-1.082-0.616-1.415-1.154
+			c-0.109,0.125-0.21,0.265-0.271,0.432c-0.082,0.222-0.186,0.428-0.286,0.617c-0.084,0.16-0.196,0.241-0.334,0.241
+			c-0.099,0-0.174-0.043-0.229-0.091c-0.174,0.467-0.46,0.859-0.852,1.171c-0.025,0.021-0.051,0.036-0.088,0.059l-0.527,0.325
+			l0.104-0.681c-1.355,0.879-2.852,1.518-4.453,1.898c-0.129,0.03-0.258,0.056-0.387,0.081c-0.389,0.076-0.749,0.147-1.062,0.342
+			c-0.037,0.025-0.074,0.034-0.092,0.039c-0.045,0.019-0.107,0.03-0.166,0.03c-0.122,0-0.244-0.053-0.347-0.156
+			c-0.161,0.003-0.343,0.016-0.503,0.03l-0.148,0.007c-0.026,0.003-0.229,0.003-0.259,0.003l-0.278-0.128
+			c0,0-0.673,0.436-0.91,0.436H0.459c-0.176,0-0.332-0.113-0.416-0.254c-0.066-0.114-0.168-0.082-0.201-0.083
+			c-1.115-0.07-2.184-0.233-3.174-0.479c-1.742-0.433-3.195-1.082-4.443-1.979c-1.092-0.785-1.893-1.65-2.449-2.642
+			c-0.123-0.22-0.22-0.447-0.312-0.667c-0.112-0.266-0.124-0.507-0.048-0.742c0.082-0.242,0.277-0.392,0.513-0.392
+			c0.029,0,0.061,0.003,0.091,0.008c0.121,0.02,0.24,0.028,0.358,0.028c0.556,0,1.099-0.207,1.708-0.65
+			c0.652-0.475,1.115-1.069,1.375-1.765c0.371-0.999,0.202-1.927-0.504-2.761c-0.223,0.738-0.518,1.294-0.93,1.745
+			c-0.289,0.318-0.629,0.559-1.01,0.714c-0.061,0.025-0.119,0.041-0.182,0.049l-0.1,0.015c0,0,0.483-1.094,0.543-1.553
+			c0.126-0.984-0.005-2.366-0.962-2.634c-0.288-0.081-0.565-0.199-0.848-0.297c-0.509-0.177-1.037-0.36-1.556-0.553
+			c-1.455-0.543-2.75-1.151-3.955-1.861c0.006,0.103,0.02,0.205,0.033,0.312l0.02,0.157c0.006,0.022,0.01,0.041,0.012,0.059
+			c0.028,0.218-0.006,0.381-0.104,0.494c-0.077,0.087-0.188,0.136-0.312,0.136c-0.098,0-0.205-0.028-0.326-0.088
+			c-0.164-0.08-0.328-0.214-0.466-0.377c-0.347-0.416-0.556-0.881-0.772-1.401c-0.051-0.125-0.1-0.25-0.146-0.377l-0.009-0.028
+			c-0.044-0.114-0.087-0.233-0.135-0.346c-0.026-0.061-0.064-0.116-0.103-0.147c-1.301-1.106-2.286-2.128-3.099-3.212
+			c-0.632-0.842-1.187-1.729-1.651-2.644c-0.066,0.706-0.062,1.408,0.008,2.134c0,0-1.356-1.096-1.057-4.627
+			c0.001-0.006,0.001-0.031-0.018-0.095c-0.395-1.236-0.648-2.47-0.756-3.663c-0.391-4.372,0.699-8.419,3.24-11.92
+			c2.705-3.729,6.373-6.239,10.904-7.287c1.201-0.279,2.529-0.541,4.443-0.541c0,0,7.51,0,7.986,0l10.9,0.021
+			c0,0,1.279,0.001,2.01,0.396c0.621,0.337,0.977,0.675,1.23,1.265c0.393,0.912,0.057,2.076-0.781,2.688
+			c-0.496,0.363-1.086,0.546-1.799,0.546c-0.068,0-0.135,0.002-0.204-0.001c-0.071-0.003-0.144-0.008-0.214-0.015
+			c0.557,0.566,0.937,1.236,1.133,1.994c0.088,0.34,0.116,0.694,0.086,1.051l-0.003,0.019l0.171,0.008
+			c0.381,0.018,0.765,0.035,1.144,0.062c-0.126-0.161-0.223-0.348-0.29-0.558c-0.188-0.59-0.265-1.082-0.246-1.544
+			c0.035-0.816,0.345-1.581,0.919-2.271c0.445-0.532,0.99-0.96,1.665-1.302c-0.066-0.284-0.049-0.575,0.051-0.862
+			c0.078-0.217,0.222-0.393,0.428-0.508c0.228-0.127,0.475-0.206,0.734-0.206c0.094,0,0.192-0.019,0.297,0.005
+			c0.413-0.911,1.417-0.789,1.417-0.789c0.825,0.19,1.11,0.97,1.026,1.601c-0.012,0.075-0.023,0.158-0.041,0.23l0.044,0.017
+			c0.218,0.052,0.444,0.109,0.669,0.188c1.525,0.53,2.507,1.571,2.922,3.093C25.105-19.292,24.969-18.706,24.516-18.235z
+			 M13.133,5.777c-2.332-6.496-7.784-7.373-8.336-7.373L2.23-1.541l0.684-0.46L3.088-2.07c0.08-0.033,0.154-0.063,0.234-0.086
+			c0.068-0.02,0.137-0.039,0.205-0.058C3.182-2.286,2.829-2.357,2.482-2.406c-0.93-0.133-2.026-0.312-3.113-0.643
+			c-0.049-0.015-0.1-0.022-0.146-0.022l-0.028,0.002C-1.818-3-2.832-2.927-3.846-2.853c-0.615,0.044-1.182,0.065-1.727,0.065
+			c-0.65,0-1.258-0.029-1.854-0.093c-1.341-0.142-2.667-0.463-3.942-0.956c-3.666-1.562-5.617-3.649-5.617-3.649
+			s3.926,1.993,5.299,2.518c1.314,0.5,2.363,0.626,3.889,0.618c0.68-0.004,2.872-0.007,4.165-0.036
+			c-0.306-0.181-0.598-0.37-0.878-0.576c-0.23-0.171-0.484-0.299-0.774-0.408c-0.218-0.082-0.45-0.165-0.689-0.239
+			c-1.004-0.317-2.062-0.503-3.085-0.683c0,0-0.42-0.073-0.607-0.106c-0.993-0.179-2.051-0.372-3.092-0.603
+			c-1.031-0.228-1.928-0.562-2.74-1.024c-1.492-0.849-2.377-2.127-2.629-3.802c-0.436,0.82-0.691,1.623-0.782,2.445
+			c-0.153,1.37,0.256,2.541,1.214,3.478c0.07,0.07,0.114,0.152,0.15,0.225c0.051,0.104,0.1,0.21,0.147,0.315
+			c0.084,0.185,0.18,0.395,0.29,0.575c0.424,0.697,1.031,1.29,1.91,1.868c0.896,0.588,1.951,1.078,3.32,1.541
+			c1.885,0.638,3.846,1.053,5.687,1.406c0.696,0.134,1.394,0.266,2.091,0.397l0.17,0.031c0.82,0.154,1.641,0.31,2.461,0.47
+			c1.437,0.278,2.584,0.645,3.615,1.151c1.63,0.804,2.867,1.661,3.889,2.699C6.855,4.802,7.59,4.878,8.289,5.011
+			c1.871,0.354,3.647,1.062,5.286,2.104C13.449,6.644,13.287,6.209,13.133,5.777z M14.927,11.746
+			c0.227,0.11,0.487,0.185,0.737,0.257c0,0,0.156,0.046,0.219,0.064c-0.014-0.07-0.027-0.136-0.049-0.198
+			c-0.385-1.181-1.057-2.23-1.998-3.121c-0.606-0.574-1.352-1.046-2.415-1.529c-0.894-0.406-1.86-0.742-2.995-1.039
+			c0.326,0.095,0.651,0.209,0.974,0.344c1.671,0.693,3.198,1.744,4.671,3.214c0.021,0.02,0.038,0.043,0.055,0.066l0.451,0.621
+			l-0.733-0.209c-0.084-0.024-0.142-0.062-0.188-0.095c-1.246-0.864-2.385-1.561-3.479-2.126C9.49,7.641,8.621,7.249,7.748,7.024
+			C7.73,7.02,7.643,7.016,7.643,7.01v0.003c0,0.329,0.161,0.649,0.406,0.958C8.229,8.197,8.57,8.479,8.82,8.669
+			c0.757,0.577,1.586,1.041,2.285,1.405c-0.256-0.329-0.523-0.59-0.885-0.771c0,0,0.42-0.442,0.967-0.246
+			c0.623,0.225,0.912,0.441,1.318,0.779c0.227,0.19,0.451,0.384,0.674,0.578c0.263,0.227,0.587,0.508,0.902,0.765
+			C14.309,11.362,14.608,11.593,14.927,11.746z M11.92,18.535c0.209,0.795,0.453,1.365,0.785,1.845
+			c0.152,0.219,0.311,0.381,0.486,0.499c-0.008-0.019-0.034-0.082-0.034-0.082c-0.483-1.18-0.721-2.431-0.726-3.828
+			c0-0.204-0.025-0.412-0.047-0.597c-0.13-1.104-0.754-2.002-1.133-2.406C11.345,15.709,11.559,17.174,11.92,18.535z M-9.817,8.858
+			c0.415,0.394,0.771,0.733,1.031,1.032c0.45,0.521,0.694,1.148,0.886,1.697c0.012,0.03,0.021,0.062,0.031,0.092
+			c0.23-0.593,0.281-1.108,0.166-1.639C-8.008,8.635-8.575,7.56-9.437,6.755C-9.449,6.743-8,6.832-6.83,8.11
+			c1.113,1.217,1.702,2.688,1.784,4.338c0.03,0.636-0.042,1.262-0.112,1.867l-0.029,0.245c-0.217,1.912-1.637,3.508-3.537,3.971
+			c-0.128,0.031-0.238,0.072-0.332,0.121c-0.045,0.023-0.057,0.029-0.029,0.102c0.014,0.04,0.036,0.083,0.069,0.135
+			c0.301,0.468,0.685,0.852,1.14,1.142c0.268,0.17,0.524,0.333,0.77,0.508c1.053,0.754,2.104,1.268,3.213,1.572
+			c0.389,0.106,0.807,0.156,1.219,0.21c0.355,0.047,1.555,0.047,1.555,0.047s-0.415,0.794-1.758,0.817
+			c-0.043,0-0.088,0.002-0.131,0.002c-0.071,0-0.142-0.002-0.211-0.006c0.037,0.014,0.074,0.025,0.115,0.037
+			c0.573,0.173,1.166,0.257,1.814,0.257c0.213,0,0.434-0.009,0.656-0.028l0.07-0.006c0.244-0.02,0.466-0.02,0.643-0.142
+			c0.814-0.563,1.514-0.591,1.514-0.591l-0.096,0.34l-0.062,0.156l-0.016,0.045c-0.028,0.075-0.049,0.132-0.079,0.188
+			c-0.03,0.058-0.061,0.115-0.091,0.172c0.053-0.02,0.104-0.041,0.152-0.064c0.335-0.157,0.668-0.198,0.949-0.218
+			c0.443-0.03,0.832-0.07,1.189-0.121c0.51-0.073,0.891-0.337,1.138-0.784c0.074-0.134,0.158-0.261,0.223-0.374
+			c0.276-0.484,0.861-0.531,0.861-0.531l-0.184,0.423L5.4,22.546c0.09-0.072,0.189-0.145,0.256-0.249
+			c0.322-0.506,1.079-0.563,1.079-0.563l-0.133,0.795c0.052-0.031,2.552-0.945,2.685-1.957c0.002-0.055,0.001-0.777,0.001-0.777
+			s0.462,0.941,0.538,1.17c0.111-0.1,0.47-0.453,0.721-1.165c0.068-0.193,0.129-0.371,0.201-0.546
+			c0.047-0.114,0.087-0.219,0.141-0.311c0.026-0.046,0.012-0.09,0.036-0.135c-0.231-0.773-0.252-1.614-0.261-2.718
+			c-0.003-0.262,0.003-0.522,0.003-0.783v-0.111c0-0.506-0.015-1.077-0.024-1.636c-0.023-1.543-0.363-2.104-0.363-2.104l0.084,0.031
+			c0.091,0.028,0.159,0.059,0.229,0.095c0.318,0.164,0.605,0.406,0.883,0.738c0.547,0.653,0.884,1.391,1.169,2.09
+			c0.203,0.502,0.42,1.033,0.646,1.567c0.827-2.032-1.112-3.771-1.112-3.771s1.498,0.809,1.911,1.615c0,0,0.359-0.992-1.249-1.702
+			c-0.762-0.337-1.546-0.667-2.322-0.948l-0.459-0.168c-0.186-0.068-0.381-0.169-0.58-0.299c-0.104-0.068-0.203-0.146-0.3-0.236
+			c0.126,0.514,0.331,0.947,0.573,1.359c0.376,0.643,0.552,1.466,0.647,1.889l0.084,0.372c0,0-0.478-0.588-0.8-0.768
+			c0.011,0.066,0.024,0.129,0.045,0.188c0.381,1.108,0.297,1.996,0.297,1.996S9.443,15.087,9.43,15.07
+			c0.197,1.258-0.039,1.956-0.039,1.956s-0.459-1.319-0.834-1.582c-0.178,0.457-0.482,0.88-0.648,1.043
+			c-0.514,0.5-0.814,1.764-0.814,1.764s-0.525-0.321-0.529-0.34c0.038,0.094,0.057,0.433-0.093,1.111c0,0-0.505-0.517-0.509-0.565
+			c0,0-0.383,1.194-0.477,1.194c-0.031,0-0.184-0.513-0.222-0.61c-0.005,0.053-0.396,1.029-0.401,0.803
+			c-0.006-0.192-0.221-0.622-0.58-0.441c-1.398,0.699-2.907,1.199-4.496,1.324c-3.924,0.308-4.87-0.772-5.061-1.013
+			c0,0,1.828,0.46,4.219,0.105c1.549-0.229,3.033-0.72,4.411-1.472c0.977-0.532,1.774-1.126,2.425-1.806
+			c-0.156-0.81-5.071-0.555-5.071-0.555s1.237-1.089,4.741-0.547c0.42,0.065,0.752-0.104,1.056-0.335
+			c0.116-0.09,0.174-0.249,0.144-0.332c-0.023-0.07-0.144-0.081-0.214-0.081c-0.042,0-0.088,0.005-0.138,0.011
+			c-0.107,0.016-0.159,0.021-0.195,0.021c-0.166,0,3.728-2.777,0.336-7.539C5.736,6.195,3.656,5.046,2.557,4.666
+			c3.553,4.132,0.191,6.956-0.689,7.599c-0.773,0.565-1.7,0.997-2.915,1.358c-0.146,0.043-0.296,0.084-0.452,0.126l-1.113,0.308
+			l0.637-0.694c0.016-0.021,0.05-0.059,0.109-0.084c0.039-0.017,0.078-0.031,0.115-0.046c0.779-0.305,1.41-0.642,1.943-1.039
+			c0.896-0.667,5.169-3.459,0.205-8.388C0.225,3.635-0.227,3.384-0.309,3.356C1.025,5.606-0.102,7.34-0.102,7.34
+			s-0.613-2.251-0.971-2.874c-0.427-0.743-0.991-1.347-1.579-1.561c0.927,1.815,0.009,2.844,0.009,2.844l-0.227-0.75
+			c-0.152-0.507-0.307-0.81-0.611-1.198c-0.578-0.735-1.252-1.369-2.006-1.884c-0.537-0.367-1.07-0.649-1.631-0.863
+			C-8.038,0.7-9.02,0.462-9.967,0.232l-0.376-0.092c-1.132-0.277-2.052-0.515-2.892-0.75c-0.479-0.134-0.885-0.308-1.24-0.53
+			c-0.059,0.251-0.111,0.579-0.113,0.846C-14.639,4.271-11.621,7.143-9.817,8.858z M-18.035,3.467
+			c0.113,0.805,0.266,1.753,0.54,2.685c0.116,0.395,0.28,0.891,0.538,1.363c-0.161-0.645-0.294-1.263-0.406-2.548
+			c-0.014-0.173-0.048-0.86-0.048-0.86s0.857,3.743,4.786,4.158c-0.797-1.197-1.444-2.456-1.928-3.746
+			c-0.436-1.162-0.707-2.277-0.829-3.408c-0.09-0.833-0.092-1.646-0.007-2.416c-0.048-0.033-0.095-0.065-0.144-0.098
+			c-0.278,1.337-0.382,2.547-0.315,3.697c0.052,0.933,0.4,3.312,0.4,3.312c-0.104-0.146-0.535-0.845-0.625-1.03
+			c-0.561-1.166-0.859-2.499-0.914-4.076c-0.04-1.112,0.049-2.252,0.273-3.481c-0.098,0.018-0.213,0.06-0.355,0.129l-0.016,0.009
+			l-0.048,0.045c-0.067,0.063-0.138,0.13-0.194,0.2c-0.228,0.273-0.406,0.606-0.551,1.016c-0.299,0.859-0.344,1.745-0.348,2.499
+			C-18.229,1.692-18.166,2.526-18.035,3.467z M-19.348,3.712c-0.045-0.348-0.086-0.693-0.115-1.038
+			c-0.098-1.143-0.053-2.154,0.137-3.094c0.166-0.82,0.427-1.447,0.822-1.971c0.275-0.364,0.582-0.635,0.934-0.822
+			c-0.412-0.488-0.768-1.011-1.058-1.554c-0.151,0.205-0.259,0.397-0.331,0.598l-0.281,0.773c0,0-1.139-1.474-0.443-3.922
+			l-0.04,0.06c-0.269,0.387-0.546,0.786-0.799,1.193c-0.908,1.452-1.575,2.878-2.038,4.357c-0.006,0.019-0.008,0.036-0.006,0.042
+			C-21.847,0.313-20.765,2.123-19.348,3.712z M-22.729-3.987c0.707-1.545,1.617-3.104,2.863-4.903
+			c0.029-0.04,0.039-0.073,0.041-0.126c0.027-0.558,0.053-1.026,0.092-1.496c0.001-0.003,0.001-0.006,0.001-0.01
+			c-1.767,2.155-2.884,4.608-3.331,7.313C-22.963-3.459-22.852-3.718-22.729-3.987z M22.707-21.846
+			c-0.604-0.335-1.512-0.415-2.29-0.415c-0.194,0-0.403,0.012-0.623,0.037c-0.042,0.005-0.083,0.008-0.122,0.008
+			c-0.171,0-0.372,0.009-0.477-0.128c-0.146-0.191-0.232-0.64,0.721-0.628c0.047,0.002,0.53,0.067,0.732-0.287
+			c0.16-0.284,0.055-0.761-0.068-0.895c-0.478-0.521-1.316,0.258-1.316,0.258c-0.182,0-0.642-0.146-1.131,0.343
+			c-0.488,0.488,0.092,1.549-0.104,1.636c-0.188,0.074-0.24,0.098-0.42,0.19c-1.031,0.535-2.41,1.729-1.742,3.372
+			c0.543-1.359,2.49-2.043,3.41-2.195c2.614-0.431,4.492,0.297,4.533,0.312C23.846-20.787,23.139-21.604,22.707-21.846z
+			 M23.582-16.659c-0.047-0.468-0.143-0.916-0.254-1.412c-0.145-0.648-0.537-1.074-1.168-1.265c-0.268-0.08-0.562-0.117-0.93-0.117
+			c-0.619,0-1.239,0.081-1.912,0.249c-0.666,0.166-1.101,0.336-1.45,0.566c-0.434,0.286-0.694,0.632-0.798,1.061
+			c-0.077,0.321-0.039,0.648,0.002,0.898c0.003,0.015,0.004,0.025,0.006,0.025s0.012,0.006,0.034,0.015
+			c1.218,0.486,2.058,1.233,2.569,2.284c0.029,0.062,0.053,0.073,0.105,0.079c0.152,0.017,0.287,0.025,0.411,0.025
+			c0.355,0,0.653-0.067,0.913-0.205c0.18-0.094,0.367-0.143,0.557-0.143s0.383,0.047,0.576,0.142
+			c0.14,0.068,0.271,0.148,0.393,0.241c0.072,0.055,0.141,0.114,0.21,0.175C23.433-14.797,23.682-15.678,23.582-16.659z"/>
+		<g>
+			<g>
+				<path fill="#1D1B1E" d="M15.971,0.409c0.544,0.342,0.602,0.888,0.602,0.888c0.195,0.85-0.619,2.253-0.881,2.968
+					c-0.212,0.586-0.402,1.588-0.245,2.195c0.652-0.197,1.464-0.797,1.938-1.313c0.51-0.559,0.926-1.37,0.861-2.116
+					c-0.028-0.303-0.172-0.689-0.389-1.074c-0.092-0.168-0.046-0.522,0.264-0.524c0.233-0.001,0.34,0.035,0.519,0.272
+					c0.622,0.829,0.712,1.578-0.109,2.674c-0.593,0.79-1.229,1.349-2.016,1.934c-0.223,0.165-0.618,0.355-0.894,0.413
+					c-0.303,0.061-0.486-0.086-0.59-0.382c-0.036-0.106-0.059-0.217-0.076-0.329c-0.176-0.99,0.05-1.883,0.533-2.769
+					c0.645-1.176,0.639-1.699,0.057-2.941C15.545,0.304,15.668,0.219,15.971,0.409z"/>
+			</g>
+		</g>
+	</g>
+</symbol>
+<symbol  id="New_Symbol_17" viewBox="-25 -25.101 50 50.201">
+	<path fill="#FFFFFF" d="M20.058-21.682c-0.828,0.139-2.58,0.754-3.069,1.978c-0.602-1.479,0.641-2.554,1.568-3.035
+		c0.161-0.085,0.209-0.104,0.378-0.173c0.175-0.078-0.346-1.031,0.094-1.471c0.439-0.441,0.854-0.31,1.018-0.31
+		c0,0,0.756-0.7,1.187-0.231c0.109,0.121,0.205,0.549,0.06,0.805c-0.182,0.318-0.616,0.26-0.659,0.259
+		c-0.857-0.01-0.78,0.394-0.648,0.564c0.094,0.124,0.275,0.115,0.43,0.115c0.035,0,0.071-0.003,0.11-0.006
+		c0.196-0.023,0.386-0.034,0.561-0.034c0.699,0,1.517,0.071,2.061,0.374c0.389,0.217,1.026,0.954,0.993,1.447
+		C24.104-21.413,22.412-22.068,20.058-21.682z"/>
+	<path fill="#FFFFFF" d="M24.919-5.397c-0.078,0.204-0.177,0.41-0.264,0.593c-0.043,0.086-0.084,0.176-0.125,0.264
+		c-0.044,0.098-0.092,0.193-0.139,0.29c-0.115,0.232-0.234,0.474-0.317,0.732c-0.071,0.223-0.09,0.449-0.107,0.67
+		c-0.006,0.078-0.015,0.16-0.024,0.236c-0.28,2.419-1.823,4.458-3.922,5.444c-0.078-0.293-0.229-0.578-0.45-0.872
+		c-0.188-0.251-0.301-0.29-0.548-0.288c-0.327,0.001-0.376,0.376-0.278,0.553c0.229,0.407,0.38,0.815,0.41,1.135
+		c0.069,0.789-0.371,1.646-0.91,2.236c-0.5,0.545-1.357,1.179-2.047,1.387c-0.167-0.642,0.035-1.699,0.26-2.317
+		c0.275-0.756,1.137-2.238,0.929-3.137c0,0-0.06-0.576-0.635-0.938c-0.319-0.2-0.45-0.11-0.45-0.11
+		c0.615,1.312,0.622,1.865-0.059,3.106c-0.512,0.935-0.749,1.879-0.565,2.925c0.008,0.043,0.021,0.082,0.029,0.124
+		c-0.055-0.142-0.115-0.283-0.184-0.415c-0.523-0.918-1.017-1.395-1.313-2.346C13.896,2.812,14.23,1.66,14.89,0.532
+		c-0.627,0.383-1.012,1.013-1.157,1.683c-1.062-0.592-1.981-1.388-2.791-2.438c-0.168-0.219-0.367-0.4-0.541-0.562
+		c-1.145-1.059-2.537-1.83-4.138-2.3C5.229-3.387,4.167-3.643,3.121-3.895L2.848-3.958C1.417-4.304-0.1-4.694-1.54-5.334
+		c-1.657-0.735-2.97-1.583-4.011-2.591c-1.533-1.481-2.467-3.308-2.774-5.425c-0.238-1.633-0.115-3.337,0.377-5.208
+		c0.019-0.067-2.154,1.949-1.034,7.809c-0.167,0.008-0.329-0.004-0.492-0.004h-0.142c-4.043,0-5.725-2.33-5.725-2.33
+		s0.264,2.48,4.157,3.311c0.293,0.062,2.745,0.617,2.827,0.645c0.323,0.656,0.715,1.283,1.165,1.862l-0.347-0.054
+		c-0.667-0.102-1.356-0.208-2.039-0.298l-0.526-0.068c-1.208-0.154-2.456-0.312-3.64-0.658c-1.242-0.365-2.215-0.893-2.975-1.608
+		c-0.692-0.651-1.207-1.475-1.587-2.479c-0.211,0.609-0.362,1.208-0.406,1.791c0.475,0.95,1.196,1.741,2.217,2.321
+		c0.858,0.488,1.805,0.841,2.894,1.08C-12.5-6.994-11.383-6.79-10.334-6.6c0.198,0.034,0.642,0.112,0.642,0.112
+		c1.08,0.188,2.198,0.386,3.26,0.719c0.252,0.08,1.683,0.474,2.474,1.294c-1.366,0.031-3.682,0.034-4.4,0.038
+		c-1.61,0.008-2.719-0.124-4.107-0.653c-1.451-0.553-5.599-2.659-5.599-2.659s2.061,2.205,5.935,3.855
+		c1.348,0.521,2.748,0.861,4.164,1.01c0.631,0.066,1.272,0.099,1.96,0.099c0.576,0,1.277-0.08,1.903-0.259
+		c1.404-0.4,2.207-0.958,3.132-1.709h0.029c0.05,0,0.104,0.841,0.156,0.857c1.148,0.348,4.027,1.432,4.392,1.508
+		c-0.071,0.02-1.369,0.905-1.369,0.905l2.71-0.052c0.584,0,6.343,0.932,8.807,7.794c0.164,0.455,0.334,0.915,0.468,1.415
+		c-0.534-0.338-1.085-0.632-1.646-0.904c-0.913-0.408-1.88-0.96-4.137-1.144c1.243,0.322,3.868,1.382,6.058,3.772
+		c0.926,1.011,1.704,2.051,2.111,3.298c0.021,0.066,0.037,0.135,0.051,0.21c-0.064-0.02-0.23-0.068-0.23-0.068
+		c-0.266-0.077-0.54-0.155-0.779-0.271c-0.336-0.163-0.652-0.405-0.893-0.599c-0.126-0.103-0.252-0.21-0.377-0.314
+		c0.198,1.372,0.21,3.758-0.46,5.383c-0.095-0.515-1.714-1.854-2.001-1.938c0.398,0.479,0.923,1.319,1.045,2.354
+		c0.022,0.195,0.049,0.416,0.05,0.633c0.005,1.475,0.255,2.796,0.767,4.043c0,0,0.027,0.066,0.036,0.086
+		c-0.186-0.125-0.353-0.296-0.514-0.527c-0.351-0.506-0.609-1.108-0.83-1.948c-0.341-1.284-0.551-2.667-0.663-4.259
+		c-0.277,2.104-0.329,4.52-0.321,4.547c-0.286,1.03-1.105,2.173-1.225,2.277c-0.079-0.241-0.568-1.235-0.568-1.235
+		s0,0.764-0.004,0.822c-0.139,1.067-2.781,2.032-2.835,2.065l0.139-0.839c0,0-0.799,0.061-1.139,0.596
+		c-0.07,0.109-0.176,0.186-0.271,0.263l0.188-0.642l0.193-0.446c0,0-0.618,0.049-0.91,0.562c-0.067,0.119-0.156,0.254-0.234,0.395
+		c-0.261,0.474-0.664,0.752-1.201,0.828c-0.378,0.056-0.79,0.098-1.259,0.129c-0.296,0.021-0.648,0.063-1.002,0.23
+		c-0.051,0.023-0.106,0.048-0.161,0.068c0.033-0.06,0.065-0.122,0.097-0.182c0.031-0.061,0.054-0.121,0.084-0.2l0.016-0.046
+		l0.067-0.166l0.101-0.359c0,0-1.702,1.35-4.963,0.538c-0.042-0.011-0.082-0.024-0.122-0.039c0.073,0.004,0.148,0.007,0.223,0.007
+		c0.047,0,0.094-0.002,0.14-0.003c1.418-0.024,1.856-0.863,1.856-0.863s-5.492-0.071-8.342-3.675
+		c-0.039-0.05-0.058-0.101-0.072-0.142c-0.028-0.076-0.017-0.083,0.031-0.107c0.098-0.052,0.216-0.095,0.352-0.129
+		c2.006-0.488,3.507-2.174,3.736-4.194l0.029-0.259c0.075-0.64,0.151-1.3,0.119-1.973c-0.087-1.743-0.708-3.297-1.885-4.581
+		c-1.235-1.352-2.767-1.444-2.753-1.433c0.91,0.85,1.509,1.985,1.831,3.472c0.121,0.56,0.068,1.105-0.175,1.73
+		c-0.012-0.031-0.022-0.063-0.033-0.097c-0.204-0.579-0.461-1.243-0.937-1.793c-0.274-0.316-0.651-0.674-1.09-1.091
+		c-1.436-1.367-3.597-3.428-4.554-6.423c-0.471-1.312-0.84-2.866-0.964-4.731c-0.66,0.155-0.354,2.6-0.039,4.782
+		c0.146,0.589,0.327,1.182,0.555,1.787c0.511,1.364,1.195,2.692,2.038,3.958c-4.151-0.438-5.058-4.393-5.058-4.393
+		s0.035,0.726,0.051,0.908c0.118,1.359,0.258,2.01,0.429,2.692c-0.272-0.5-0.445-1.024-0.568-1.44
+		c-0.29-0.983-0.451-1.986-0.57-2.836c-0.138-0.994-0.204-1.875-0.2-2.695c0.004-0.796,0.052-1.731,0.367-2.64
+		c0.152-0.432,0.342-0.784,0.582-1.072c0.06-0.075,0.134-0.146,0.205-0.212l0.051-0.047l0.014-0.009
+		c0.021-0.076,0.044-0.152,0.064-0.211c-0.214-0.111-0.41-0.158-0.6-0.183c0.004,0.005,0.006,0.008,0.009,0.012
+		c-0.373,0.198-0.698,0.483-0.987,0.869c-0.418,0.553-0.693,1.214-0.868,2.081c-0.2,0.993-0.248,2.062-0.146,3.269
+		c0.03,0.363,0.075,0.729,0.122,1.097c-1.496-1.68-2.64-3.59-3.4-5.68c-0.001-0.007-0.658-1.439-0.597-4.657
+		c-0.041,0.111-0.255,0.692-0.311,0.878c-0.09-0.742-0.135-1.484-0.133-2.212c0.001-0.229,1.998-5.534,1.998-5.534
+		s-0.88,0.977-1.606,2.214c0,0,0.773-3.195,1.66-4.829c2.441-4.491,6.183-7.434,11.44-8.811c1.264-0.33,2.64-0.534,4.09-0.534
+		c0,0,16.085-0.015,16.43-0.015c0.772,0,1.363,0.046,1.914,0.146l0.086,0.015c0.186,0.034,0.379,0.07,0.588,0.07
+		c0.223,0,0.458-0.029,0.722-0.091l0.129-0.029c0.241-0.059,0.468-0.112,0.691-0.112c2.76-0.021,2.377,1.642,2.377,1.642
+		c-0.116,0.434-0.617,1.221-1.166,1.353c-0.191,0.046-0.389,0.068-0.585,0.068c-1.181,0-2.631-0.868-2.883-0.506
+		c-0.17,0.244-0.14,0.425,0.103,0.632c0.194,0.164,0.405,0.325,0.631,0.477c0.408,0.275,0.829,0.56,1.153,0.935
+		c0.409,0.472,0.657,0.948,0.756,1.463c0.065,0.329,0.035,0.651-0.093,0.979c-0.028,0.073-0.056,0.09-0.083,0.097
+		c-0.227,0.073-0.495,0.157-0.768,0.234c-1.021,0.288-1.771,0.714-2.358,1.344c-0.414,0.443-0.695,0.957-0.917,1.401
+		c-0.372,0.747-0.665,1.519-0.871,2.294c-0.334,1.256-1.121,2.264-2.406,3.079C5.075-9.006,3.98-8.636,2.775-8.514
+		C2.488-8.484,2.197-8.47,1.891-8.455c-0.077,0.003-0.257,0.027-0.435,0.05c-0.161,0.021-0.32,0.043-0.394,0.046L0.624-8.333
+		c0,0,0.113,0.159,1.022,0.508c0.173,0.064,0.35,0.081,0.522,0.113c0.422,0.073,0.837,0.111,1.235,0.111
+		c0.958,0,1.864-0.22,2.694-0.656c1.033-0.545,1.857-1.372,2.522-2.532c0.361-0.632,0.646-1.311,0.871-2.075
+		c0.043-0.146,0.08-0.293,0.121-0.451c0.073-0.278,0.149-0.566,0.255-0.828c0.642-1.581,1.832-2.507,3.535-2.751
+		c0.451-0.063,0.892-0.096,1.311-0.096c0.791,0,1.55,0.117,2.251,0.347c0.953,0.312,1.68,0.801,2.222,1.489
+		c0.252,0.318,0.426,0.657,0.532,1.031l0.073,0.254l0.424-0.101c0.09-0.022,0.181-0.046,0.271-0.062
+		c0.064-0.012,0.129-0.019,0.197-0.019c0.193,0,0.39,0.046,0.602,0.093l0.035,0.009c0.158,0.035,0.313,0.042,0.466,0.049
+		l0.127,0.005c0.149,0,0.276-0.102,0.332-0.195c0.063-0.111,0.17-0.175,0.365-0.219c0.05-0.01,0.103-0.016,0.157-0.016
+		c0.479,0,0.982,0.439,0.995,0.87c0.006,0.165-0.038,0.268-0.146,0.342c-0.086,0.059-0.175,0.112-0.273,0.175l-0.478,0.299
+		l0.318,0.243c0.094,0.069,0.197,0.105,0.307,0.105c0.095,0,0.179-0.026,0.252-0.059c0,0-0.399,2.114-3.194,1.499
+		c0,0-0.454-0.188-0.686-0.273l-0.108-0.041c-0.069-0.027-0.139-0.039-0.211-0.039c-0.142,0-0.261,0.053-0.349,0.097
+		c-0.978,0.493-1.937,0.285-2.095,0.273c-1.277-0.092-2.805,0.169-4.105,0.771c-0.9,0.416-1.739,0.941-2.182,1.848
+		c-0.216,0.451-0.44,1.047-0.132,1.582c0.02-0.047,0.038-0.093,0.055-0.14c0.177-0.52,0.436-0.991,0.781-1.418
+		c0.641-0.792,1.467-1.326,2.406-1.7c0.508-0.204,1.035-0.346,1.597-0.439c0,0,1.997-0.396,2.888,0.344
+		c0.676,0.378,1.285,0.233,1.917,0.233h0.131c2.148,0,2.338,1.358,2.338,1.358s0.245,0.002,0.588,0.055
+		c0.303,0.045,0.595,0.218,0.877,0.505c0.227,0.229,0.356,0.574,0.387,0.934c-0.232,0.21-0.467,0.438-0.712,0.658l-0.15,0.141
+		l-0.281,0.228l0.193,0.224c0.118,0.135,0.268,0.207,0.434,0.207c0.096,0,0.19-0.025,0.28-0.074c0.128-0.07,0.24-0.16,0.345-0.243
+		c0.036-0.027,0.071-0.057,0.106-0.083c0.04-0.029,0.13-0.1,0.134-0.103C25.013-5.762,24.988-5.578,24.919-5.397z M22.269-4.826
+		c-0.079-0.225-0.183-0.259-0.416-0.206c-0.123,0.027-0.254,0.034-0.38,0.029c-0.23-0.012-0.461-0.051-0.693-0.056
+		C20.2-5.07,19.646-4.964,19.184-4.587c-0.653,0.536-0.778,1.171-0.369,1.972c0.005-0.044,0.007-0.062,0.008-0.078
+		c0.027-0.547,0.269-0.972,0.721-1.278c0.376-0.254,0.805-0.354,1.245-0.41c0.356-0.045,0.707-0.105,1.02-0.298
+		c0.026-0.018,0.056-0.03,0.084-0.045c0.005,0.005,0.009,0.011,0.014,0.016c-0.062,0.087-0.082,0.383-0.051,0.507
+		c0.052,0.196,0.062,0.462,0.004,0.62c-0.107-0.269-0.28-0.478-0.524-0.634c-0.039-0.03-0.061-0.04-0.11-0.04
+		c-0.164,0.032-0.325,0.071-0.481,0.123c-0.303,0.102-0.608,0.21-0.888,0.363c-0.39,0.212-0.592,0.545-0.488,1.013
+		c0.033,0.147-0.009,0.281-0.116,0.394c-0.049,0.049-0.092,0.104-0.142,0.164c0.113,0.106,0.214,0.21,0.323,0.3
+		c0.104,0.085,0.214,0.163,0.33,0.228c0.904,0.515,2.124,0.127,2.526-0.813c0.103-0.237,0.157-0.503,0.186-0.762
+		C22.535-3.786,22.449-4.314,22.269-4.826z"/>
+	<path fill="#FFFFFF" d="M23.792-14.858c-0.127-0.096-0.266-0.183-0.414-0.254c-0.204-0.1-0.408-0.149-0.607-0.149
+		c-0.201,0-0.4,0.052-0.588,0.149c-0.275,0.146-0.59,0.218-0.965,0.218c-0.132,0-0.273-0.01-0.435-0.027
+		c-0.057-0.005-0.082-0.018-0.112-0.083c-0.54-1.11-1.427-1.899-2.715-2.414c-0.022-0.01-0.032-0.015-0.035-0.015
+		c-0.001,0-0.004-0.011-0.007-0.027c-0.042-0.264-0.083-0.608-0.001-0.949c0.109-0.452,0.385-0.818,0.844-1.119
+		c0.367-0.244,0.826-0.424,1.53-0.6c0.711-0.177,1.367-0.264,2.02-0.264c0.389,0,0.7,0.039,0.982,0.126
+		c0.667,0.2,1.082,0.65,1.235,1.334c0.116,0.524,0.219,0.998,0.268,1.493c0.104,1.036-0.158,1.968-0.777,2.767
+		C23.942-14.738,23.869-14.802,23.792-14.858z"/>
+	<polygon opacity="0.8" fill="#FFFFFF" points="16.262,9.118 16.26,9.114 16.262,9.114 	"/>
+</symbol>
+<symbol  id="New_Symbol_18" viewBox="-25 -25.109 49.999 50.217">
+	<path fill="#FFFFFF" d="M20.23-9.491c0.362,0.397,1.055,1.007,1.69,1.1c1.948,0.358,1.571,0.828,1.947,2.069
+		c0.163,0.539,1.498,0.935-0.861,4.725c-0.684,1.099-1.12,2.234-1.922,3.229c-0.768,0.952-2.534,1.84-2.978,3.048
+		c-0.76,0.649-2.19,2.519-3.105,1.764c-0.226,1.434,0.807,3.135,0.93,4.468c0.771,0.269,0.41,1.421,0.216,2.099
+		c-0.487-0.164-0.922-0.412-1.403-0.566c-0.101,1.732,0.074,3.012-0.735,4.579c-0.573,1.11-1.646,2.912-0.492,3.983
+		c-0.587-0.004-1.112-0.307-1.345-0.838c-1.492,0.001-2.951,2.098-4.396,2.694c-1.384,0.571-3.52,1.089-4.969,1.29
+		c-1.258,0.176-3.396,0.229-4.57-0.14c-0.792-0.248-2.213-0.938-2.997-1.146c-1.361-0.363-2.163,0.297-2.072-1.941
+		c-0.754-0.046-1.709-0.934-2.235-1.385c0.055-0.141,0.165-0.188,0.33-0.141l-1.312-1.146c3.446-0.022,5.463-3.001,4.402-6.371
+		c-0.833-0.107-1.922,0.13-2.66-0.275c-0.795-0.438-1.335-1.494-2.224-2.018c-1.088-0.642-2.411-0.832-3.577-1.315
+		c-1.133-0.47-1.895-1.184-3.219-1.072c-0.204-1.026-1.197-1.354-1.799-2.16c-0.701-0.937-2.656-2.394-3.131-3.448
+		c0.357-0.716,0.154-1.895-0.281-2.688c-0.538-0.979-0.829-2.035-1.225-3.255c-0.816-2.518-0.438-4.386,0.021-6.833
+		c0.706-3.771,3.085-6.85,6.163-9.075c-0.107,0.011-0.215,0.016-0.323,0.015c1.584-0.3,2.134-1.729,3.442-2.343
+		c1.065-0.501,2.986-1.203,4.17-1.43c3.383-0.647,6.561-0.682,10.097-0.682c3.452,0,6.663,0.125,10.064,0.126
+		c1.153,0,3.349,0.139,4.402,0.617c1.651,0.749,1.76,2.758-2.177,3.394c-1.183,0.191,0.847-0.058,1.138,1.244
+		c0.133,0.595-0.561,2.174,0.056,2.256c0.03,0.106,0.927-0.021,1.01,0.058c0.593,0.255,1.111,0.555,1.733,0.604
+		c-1.247-2.772-1.192-3.883,1.591-6.27c-0.269-0.78,0.192-1.248,1.154-1.506c0.605-0.163,1.591-0.796,2.187-0.164
+		c-0.041,0.522,0.12,1.011,0.161,1.548c3.052-0.312,2.986,2.31,3.179,4.219C24.617-15.499,22.915-10.021,20.23-9.491z"/>
+	<g>
+		<g>
+			<g>
+				<polygon fill="#1D1B1E" points="15.506,8.48 15.505,8.479 15.506,8.479 				"/>
+				<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M17.974-2.674c-0.38-0.746-0.264-1.333,0.344-1.831
+					c0.428-0.351,0.942-0.448,1.48-0.438c0.215,0.005,0.429,0.04,0.644,0.05c0.117,0.006,0.237-0.001,0.353-0.026
+					c0.216-0.048,0.312-0.016,0.387,0.191c0.168,0.475,0.248,0.966,0.189,1.467c-0.025,0.239-0.076,0.486-0.171,0.707
+					c-0.374,0.874-1.509,1.232-2.347,0.756c-0.105-0.062-0.209-0.134-0.306-0.213c-0.101-0.082-0.195-0.178-0.302-0.276
+					c0.048-0.057,0.086-0.108,0.131-0.153c0.102-0.104,0.141-0.228,0.109-0.366c-0.097-0.434,0.092-0.742,0.455-0.939
+					c0.258-0.142,0.541-0.243,0.822-0.338c0.146-0.049,0.295-0.083,0.447-0.115c0.047,0.002,0.066,0.01,0.102,0.038
+					C20.54-4.015,20.7-3.821,20.8-3.572c0.055-0.146,0.043-0.394-0.004-0.575c-0.029-0.114-0.01-0.39,0.047-0.471
+					c-0.005-0.004-0.008-0.01-0.012-0.015c-0.027,0.015-0.054,0.026-0.078,0.042c-0.291,0.179-0.615,0.234-0.947,0.275
+					c-0.408,0.053-0.809,0.146-1.156,0.383c-0.42,0.282-0.645,0.678-0.668,1.186C17.98-2.731,17.978-2.717,17.974-2.674z
+					 M19.954-2.617c0-0.306-0.248-0.555-0.555-0.555s-0.556,0.249-0.556,0.555c0,0.307,0.249,0.555,0.556,0.555
+					S19.954-2.311,19.954-2.617z"/>
+			</g>
+		</g>
+		<g>
+			<g>
+				<path fill="#1D1B1E" d="M13.318,1.576c0,0.032,0.002,0.064,0.002,0.097c-0.013,0.022-0.03,0.045-0.041,0.067
+					C13.312,1.692,13.325,1.634,13.318,1.576z"/>
+				<path fill="#1D1B1E" d="M14.491,5.331c-0.01,0-0.021-0.002-0.033-0.002c-0.005-0.012-0.011-0.025-0.018-0.037
+					C14.454,5.304,14.475,5.318,14.491,5.331z"/>
+			</g>
+		</g>
+		<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M24.515-18.235c0.027,0.176,0.058,0.341,0.09,0.508
+			c0.068,0.369,0.141,0.752,0.166,1.144c0.089,1.384-0.345,2.595-1.288,3.602l0.033,0.148c0.045,0.211,0.101,0.475,0.132,0.731
+			c0.079,0.635-0.125,1.205-0.625,1.746c-0.015,0.017-0.031,0.034-0.04,0.048c-0.122,0.365-0.384,0.657-0.776,0.854
+			c-0.23,0.116-0.474,0.203-0.726,0.26c0.302,0.124,0.604,0.276,0.913,0.461c0.036,0.021,0.052,0.025,0.052,0.025
+			c1.007,0.154,1.801,0.93,1.978,1.931c0.003,0.023,0.006,0.046,0.009,0.069c0.005,0.043,0.011,0.09,0.016,0.104
+			c0.397,0.612,0.47,1.307,0.214,2.055c-0.084,0.242-0.188,0.483-0.279,0.696c-0.072,0.168-0.143,0.332-0.205,0.495
+			c-0.072,0.187-0.15,0.394-0.168,0.583c-0.047,0.525-0.124,1.218-0.314,1.906c-0.398,1.433-1.091,2.556-2.117,3.433
+			c-0.938,0.803-1.938,1.146-3.29,1.348c0.184-0.289-0.061-0.419,0.07-0.738c0.053-0.131,0.067-0.252,0.066-0.371
+			c2.312-0.79,4.06-2.895,4.354-5.425c0.008-0.074,0.016-0.149,0.021-0.225c0.018-0.209,0.035-0.424,0.103-0.635
+			c0.077-0.245,0.19-0.474,0.3-0.693c0.045-0.091,0.09-0.182,0.132-0.274c0.038-0.084,0.078-0.167,0.118-0.25
+			c0.082-0.172,0.175-0.368,0.249-0.561c0.065-0.17,0.089-0.345,0.07-0.521c-0.003,0.002-0.089,0.069-0.126,0.097
+			c-0.033,0.025-0.068,0.053-0.102,0.079c-0.1,0.079-0.205,0.164-0.326,0.23c-0.085,0.048-0.174,0.071-0.266,0.071
+			c-0.156,0-0.298-0.067-0.41-0.195l-0.183-0.209l0.267-0.21l0.141-0.124C23-6.249,23.222-6.446,23.44-6.646
+			c-0.027-0.34-0.15-0.628-0.365-0.845c-0.268-0.271-0.543-0.359-0.83-0.402c-0.324-0.05-0.557,0.101-0.557,0.101
+			s-0.179-0.982-2.213-0.985h-0.124c-0.598,0-1.175-0.166-1.814-0.523C16.694-10,14.804-9.93,14.804-9.93
+			c-0.531,0.089-1.03,0.225-1.512,0.416c-0.889,0.355-1.671,0.859-2.277,1.611c-0.327,0.402-0.572,0.851-0.739,1.342
+			c-0.016,0.045-0.034,0.088-0.052,0.133c-0.009-0.479,0.092-0.93,0.297-1.357c0.419-0.857,1.108-1.419,1.971-1.788
+			c0.748-0.32,1.533-0.43,2.342-0.39l0.172-0.191c0.082-0.091,0.17-0.12,0.229-0.134c0.33-0.079,0.679-0.117,1.066-0.117
+			c0.148,0,1.057,0.208,1.982-0.259c0.084-0.042,0.195-0.091,0.33-0.091c0.068,0,0.135,0.012,0.2,0.036l0.103,0.039
+			c0.219,0.082,0.648,0.259,0.648,0.259c2.646,0.582,3.023-1.419,3.023-1.419c-0.068,0.031-0.148,0.056-0.238,0.056
+			c-0.104,0-0.201-0.034-0.29-0.101l-0.301-0.229l0.452-0.284c0.094-0.058,0.177-0.109,0.258-0.165
+			c0.104-0.071,0.145-0.168,0.139-0.324c-0.012-0.407-0.488-0.823-0.941-0.823c-0.052,0-0.102,0.006-0.148,0.016
+			c-0.186,0.041-0.287,0.102-0.347,0.206c-0.052,0.09-0.172,0.186-0.313,0.186l-0.121-0.006c-0.143-0.006-0.291-0.012-0.439-0.046
+			l-0.034-0.008c-0.2-0.045-0.387-0.088-0.569-0.088c-0.064,0-0.125,0.006-0.186,0.018c-0.087,0.016-0.172,0.036-0.258,0.059
+			l-0.401,0.095l-0.067-0.239c-0.103-0.354-0.268-0.675-0.506-0.978c-0.513-0.652-1.2-1.113-2.102-1.409
+			c-0.664-0.218-1.383-0.328-2.133-0.328c-0.396,0-0.812,0.031-1.239,0.091c-1.612,0.231-2.739,1.107-3.347,2.604
+			c-0.1,0.247-0.172,0.521-0.241,0.784c-0.039,0.149-0.074,0.289-0.114,0.427c-0.213,0.725-0.482,1.367-0.824,1.964
+			c-0.629,1.099-1.41,1.882-2.389,2.397C5.101-7.554,4.243-7.345,3.335-7.345c-0.376,0-0.77-0.035-1.168-0.105
+			C2.002-7.48,1.835-7.497,1.671-7.559C0.812-7.888,0.703-8.038,0.703-8.038L1.12-8.063c0.068-0.004,0.219-0.023,0.371-0.044
+			c0.168-0.021,0.338-0.044,0.412-0.047C2.192-8.168,2.468-8.182,2.74-8.21c1.14-0.115,2.178-0.465,3.083-1.037
+			c1.216-0.771,1.961-1.726,2.276-2.915c0.194-0.732,0.472-1.463,0.824-2.171c0.21-0.421,0.478-0.907,0.869-1.327
+			c0.555-0.595,1.265-0.999,2.231-1.271c0.258-0.072,0.513-0.152,0.729-0.222c0.025-0.007,0.051-0.021,0.078-0.091
+			c0.121-0.312,0.149-0.616,0.088-0.928c-0.095-0.486-0.329-0.939-0.716-1.386c-0.308-0.354-0.706-0.623-1.093-0.884
+			c-0.213-0.144-0.413-0.296-0.598-0.451c-0.229-0.196-0.347-0.458-0.334-0.738c0.01-0.231,0.027-0.619,0.421-0.619
+			c0.085,0,0.183,0.021,0.336,0.072c0.065,0.021,0.13,0.048,0.194,0.075l0.34,0.147c0.189,0.081,0.38,0.163,0.569,0.243
+			c0.38,0.158,0.751,0.238,1.106,0.238c0.186,0,0.373-0.021,0.555-0.065c0.52-0.124,0.994-0.407,1.103-0.818
+			c0,0,0.362-1.573-2.251-1.554c-0.211,0-0.426,0.051-0.653,0.105l-0.122,0.029c-0.25,0.059-0.473,0.085-0.684,0.086
+			c-0.197,0-0.381-0.034-0.557-0.066l-0.08-0.015c-0.521-0.095-1.081-0.138-1.812-0.138c-0.327,0-15.553,0.014-15.553,0.014
+			c-1.372,0-2.676,0.193-3.871,0.506c-4.977,1.302-8.52,4.089-10.83,8.34c-0.84,1.546-1.412,3.214-1.708,4.991
+			c0.016-0.025,0.137-0.42,0.137-0.42c0.688-1.171,1.521-2.096,1.521-2.096s-1.891,5.021-1.891,5.239
+			c-0.002,0.688,0.04,1.391,0.125,2.092c0.053-0.175,0.109-0.348,0.17-0.52c0.847-2.415,2.131-4.676,3.926-6.915
+			c0.044-0.054,0.078-0.117,0.097-0.173c0.276-0.852,0.653-1.662,1.118-2.415c-1.051,0.216-2.551,1.693-2.551,1.693l0.195-0.376
+			c1.172-2.261,3.934-3.638,4.475-3.834c1.583-1.406,3.506-2.426,5.713-3.032c0.125-0.034,0.251-0.063,0.377-0.092l1.077-0.257
+			l-0.688,0.666c-0.078,0.077-0.164,0.107-0.217,0.126c-1.562,0.558-2.993,1.344-4.25,2.335c-1.643,1.295-2.824,2.879-3.514,4.705
+			c-0.083,0.219-0.074,0.333-0.035,0.437c0.037,0.1,0.063,0.201,0.089,0.3c0.018,0.071,0.03,0.121,0.045,0.17
+			c0.366,1.194,0.917,2.129,1.688,2.854c0.719,0.678,1.64,1.175,2.816,1.52c1.119,0.329,2.301,0.48,3.443,0.626l0.499,0.064
+			c0.646,0.084,1.3,0.186,1.931,0.282l0.328,0.052c-0.428-0.549-0.797-1.139-1.104-1.761c-0.077-0.025-2.398-0.547-2.676-0.605
+			c-3.686-0.786-3.935-3.128-3.935-3.128s1.591,2.108,5.419,2.224l0.133,0.001c0.155-0.002,0.308-0.007,0.467-0.014
+			c-1.061-5.545,0.996-7.471,0.979-7.408c-0.465,1.772-0.582,3.385-0.355,4.931c0.29,2.005,1.175,3.732,2.625,5.135
+			c0.986,0.954,2.229,1.756,3.797,2.453c1.363,0.606,2.799,0.975,4.152,1.301l0.26,0.062c0.99,0.238,1.996,0.48,2.975,0.768
+			c1.515,0.444,2.833,1.176,3.916,2.176c0.165,0.152,0.354,0.325,0.512,0.531c0.768,0.994,1.637,1.748,2.642,2.309
+			c0.138-0.634,0.503-1.23,1.097-1.593c-0.625,1.068-0.94,2.158-0.645,3.164c0.281,0.9,0.748,1.352,1.242,2.221
+			c0.59,1.136,0.652,2.748,0.662,2.758c0.109,0.111,0.184,0.221,0.296,0.33c0.137,0.137,0.265,0.271,0.399,0.409
+			c0.398,0.412,0.69,0.928,0.812,1.544c0.129,0.642-0.164,0.984-0.164,0.984c0.107,0.396,0.252,0.783,0.282,1.179
+			c0.056,0.737-0.171,1.418-0.273,1.418c-0.051,0-0.946-1.021-1.438-1.212c-0.117,0.701-0.297,1.412-0.576,2.3
+			c-0.211,0.668-0.269,1.216-0.184,1.727c0.062,0.381,0.526,0.912,0.526,0.912l0.214,0.253l-0.295,0.15
+			c-0.049,0.029-0.429,0.113-0.557,0.113c-0.372,0-0.678-0.134-0.898-0.39c-0.045,0.304-0.051,0.611-0.021,0.921
+			c0.049,0.534,0.262,1.024,0.439,1.394c0.055,0.112,0.123,0.261,0.17,0.419c0.057,0.195,0.029,0.38-0.076,0.522
+			c-0.107,0.142-0.275,0.219-0.476,0.219c-0.173-0.003-0.329-0.03-0.464-0.081c-0.607-0.229-1.082-0.616-1.415-1.154
+			c-0.109,0.125-0.21,0.265-0.271,0.432c-0.082,0.222-0.186,0.428-0.286,0.617c-0.084,0.16-0.196,0.241-0.334,0.241
+			c-0.099,0-0.174-0.043-0.229-0.091c-0.174,0.467-0.46,0.859-0.852,1.171c-0.025,0.021-0.051,0.036-0.088,0.059l-0.527,0.325
+			l0.104-0.681c-1.355,0.879-2.852,1.518-4.453,1.898c-0.129,0.03-0.258,0.056-0.387,0.081c-0.389,0.076-0.749,0.147-1.062,0.342
+			c-0.037,0.025-0.074,0.034-0.092,0.039c-0.045,0.019-0.107,0.03-0.166,0.03c-0.122,0-0.244-0.053-0.347-0.156
+			c-0.161,0.003-0.343,0.016-0.503,0.03l-0.148,0.007c-0.026,0.003-0.229,0.003-0.259,0.003l-0.278-0.128
+			c0,0-0.673,0.436-0.91,0.436H0.458c-0.176,0-0.332-0.113-0.416-0.254c-0.066-0.114-0.168-0.082-0.201-0.083
+			c-1.115-0.07-2.184-0.233-3.174-0.479c-1.742-0.433-3.195-1.082-4.443-1.979c-1.092-0.785-1.893-1.65-2.449-2.642
+			c-0.123-0.22-0.22-0.447-0.312-0.667c-0.112-0.266-0.124-0.507-0.048-0.742c0.082-0.242,0.277-0.392,0.513-0.392
+			c0.029,0,0.061,0.003,0.091,0.008c0.121,0.02,0.24,0.028,0.358,0.028c0.556,0,1.099-0.207,1.708-0.65
+			c0.652-0.475,1.115-1.069,1.375-1.765c0.371-0.999,0.202-1.927-0.504-2.761c-0.223,0.738-0.518,1.294-0.93,1.745
+			c-0.289,0.318-0.629,0.559-1.01,0.714c-0.061,0.025-0.119,0.041-0.182,0.049l-0.1,0.015c0,0,0.483-1.094,0.543-1.553
+			c0.126-0.984-0.005-2.366-0.962-2.634c-0.288-0.081-0.565-0.199-0.848-0.297c-0.509-0.177-1.037-0.36-1.556-0.553
+			c-1.455-0.543-2.75-1.151-3.955-1.861c0.006,0.103,0.02,0.205,0.033,0.312l0.02,0.157c0.006,0.022,0.01,0.041,0.012,0.059
+			c0.028,0.218-0.006,0.381-0.104,0.494c-0.077,0.087-0.188,0.136-0.312,0.136c-0.098,0-0.205-0.028-0.326-0.088
+			c-0.164-0.08-0.328-0.214-0.466-0.377c-0.347-0.416-0.556-0.881-0.772-1.401c-0.051-0.125-0.1-0.25-0.146-0.377l-0.009-0.028
+			c-0.044-0.114-0.087-0.233-0.135-0.346c-0.026-0.061-0.064-0.116-0.103-0.147c-1.301-1.106-2.286-2.128-3.099-3.212
+			c-0.632-0.842-1.187-1.729-1.651-2.644c-0.066,0.706-0.062,1.408,0.008,2.134c0,0-1.356-1.096-1.057-4.627
+			c0.001-0.006,0.001-0.031-0.018-0.095c-0.395-1.236-0.648-2.47-0.756-3.663c-0.391-4.372,0.699-8.419,3.24-11.92
+			c2.705-3.729,6.373-6.239,10.904-7.287c1.201-0.279,2.529-0.541,4.443-0.541c0,0,7.51,0,7.986,0l10.9,0.021
+			c0,0,1.279,0.001,2.01,0.396c0.621,0.337,0.977,0.675,1.23,1.265c0.393,0.912,0.057,2.076-0.781,2.688
+			c-0.496,0.363-1.086,0.546-1.799,0.546c-0.068,0-0.135,0.002-0.204-0.001c-0.071-0.003-0.144-0.008-0.214-0.015
+			c0.557,0.566,0.937,1.236,1.133,1.994c0.088,0.34,0.116,0.694,0.086,1.051L14.01-17.14l0.171,0.008
+			c0.381,0.018,0.765,0.035,1.144,0.062c-0.126-0.161-0.223-0.348-0.29-0.558c-0.188-0.59-0.265-1.082-0.246-1.544
+			c0.035-0.816,0.345-1.581,0.919-2.271c0.445-0.532,0.99-0.96,1.665-1.302c-0.066-0.284-0.049-0.575,0.051-0.862
+			c0.078-0.217,0.222-0.393,0.428-0.508c0.228-0.127,0.475-0.206,0.734-0.206c0.094,0,0.192-0.019,0.297,0.005
+			c0.413-0.911,1.417-0.789,1.417-0.789c0.825,0.19,1.11,0.97,1.026,1.601c-0.012,0.075-0.023,0.158-0.041,0.23l0.044,0.017
+			c0.218,0.052,0.444,0.109,0.669,0.188c1.525,0.53,2.507,1.571,2.922,3.093C25.104-19.292,24.968-18.706,24.515-18.235z
+			 M13.132,5.777C10.8-0.719,5.348-1.596,4.796-1.596L2.229-1.541l0.684-0.46L3.087-2.07c0.08-0.033,0.154-0.063,0.234-0.086
+			c0.068-0.02,0.137-0.039,0.205-0.058C3.181-2.286,2.828-2.357,2.481-2.406c-0.93-0.133-2.026-0.312-3.113-0.643
+			c-0.049-0.015-0.1-0.022-0.146-0.022l-0.028,0.002C-1.819-3-2.833-2.927-3.847-2.853c-0.615,0.044-1.182,0.065-1.727,0.065
+			c-0.65,0-1.258-0.029-1.854-0.093c-1.341-0.142-2.667-0.463-3.942-0.956c-3.666-1.562-5.617-3.649-5.617-3.649
+			s3.926,1.993,5.299,2.518c1.314,0.5,2.363,0.626,3.889,0.618c0.68-0.004,2.872-0.007,4.165-0.036
+			c-0.306-0.181-0.598-0.37-0.878-0.576c-0.23-0.171-0.484-0.299-0.774-0.408c-0.218-0.082-0.45-0.165-0.689-0.239
+			C-6.98-5.927-8.039-6.112-9.062-6.292c0,0-0.42-0.073-0.607-0.106c-0.993-0.179-2.051-0.372-3.092-0.603
+			c-1.031-0.228-1.928-0.562-2.74-1.024c-1.492-0.849-2.377-2.127-2.629-3.802c-0.436,0.82-0.691,1.623-0.782,2.445
+			c-0.153,1.37,0.256,2.541,1.214,3.478c0.07,0.07,0.114,0.152,0.15,0.225c0.051,0.104,0.1,0.21,0.147,0.315
+			c0.084,0.185,0.18,0.395,0.29,0.575c0.424,0.697,1.031,1.29,1.91,1.868c0.896,0.588,1.951,1.078,3.32,1.541
+			c1.885,0.638,3.846,1.053,5.687,1.406C-5.497,0.16-4.8,0.292-4.103,0.424l0.17,0.031c0.82,0.154,1.641,0.31,2.461,0.47
+			c1.437,0.278,2.584,0.645,3.615,1.151c1.63,0.804,2.867,1.661,3.889,2.699c0.822,0.026,1.557,0.103,2.256,0.235
+			c1.871,0.354,3.647,1.062,5.286,2.104C13.448,6.644,13.286,6.209,13.132,5.777z M14.926,11.746
+			c0.227,0.11,0.487,0.185,0.737,0.257c0,0,0.156,0.046,0.219,0.064c-0.014-0.07-0.027-0.136-0.049-0.198
+			c-0.385-1.181-1.057-2.23-1.998-3.121c-0.606-0.574-1.352-1.046-2.415-1.529C10.526,6.812,9.56,6.477,8.425,6.18
+			c0.326,0.095,0.651,0.209,0.974,0.344c1.671,0.693,3.198,1.744,4.671,3.214c0.021,0.02,0.038,0.043,0.055,0.066l0.451,0.621
+			l-0.733-0.209c-0.084-0.024-0.142-0.062-0.188-0.095c-1.246-0.864-2.385-1.561-3.479-2.126C9.489,7.641,8.62,7.249,7.747,7.024
+			C7.729,7.02,7.642,7.016,7.642,7.01v0.003c0,0.329,0.161,0.649,0.406,0.958c0.18,0.227,0.521,0.508,0.771,0.698
+			c0.757,0.577,1.586,1.041,2.285,1.405c-0.256-0.329-0.523-0.59-0.885-0.771c0,0,0.42-0.442,0.967-0.246
+			c0.623,0.225,0.912,0.441,1.318,0.779c0.227,0.19,0.451,0.384,0.674,0.578c0.263,0.227,0.587,0.508,0.902,0.765
+			C14.308,11.362,14.607,11.593,14.926,11.746z M11.919,18.535c0.209,0.795,0.453,1.365,0.785,1.845
+			c0.152,0.219,0.311,0.381,0.486,0.499c-0.008-0.019-0.034-0.082-0.034-0.082c-0.483-1.18-0.721-2.431-0.726-3.828
+			c0-0.204-0.025-0.412-0.047-0.597c-0.13-1.104-0.754-2.002-1.133-2.406C11.344,15.709,11.558,17.174,11.919,18.535z M-9.818,8.858
+			c0.415,0.394,0.771,0.733,1.031,1.032c0.45,0.521,0.694,1.148,0.886,1.697c0.012,0.03,0.021,0.062,0.031,0.092
+			c0.23-0.593,0.281-1.108,0.166-1.639C-8.009,8.635-8.576,7.56-9.438,6.755C-9.45,6.743-8.001,6.832-6.831,8.11
+			c1.113,1.217,1.702,2.688,1.784,4.338c0.03,0.636-0.042,1.262-0.112,1.867l-0.029,0.245c-0.217,1.912-1.637,3.508-3.537,3.971
+			c-0.128,0.031-0.238,0.072-0.332,0.121c-0.045,0.023-0.057,0.029-0.029,0.102c0.014,0.04,0.036,0.083,0.069,0.135
+			c0.301,0.468,0.685,0.852,1.14,1.142c0.268,0.17,0.524,0.333,0.77,0.508c1.053,0.754,2.104,1.268,3.213,1.572
+			c0.389,0.106,0.807,0.156,1.219,0.21c0.355,0.047,1.555,0.047,1.555,0.047s-0.415,0.794-1.758,0.817
+			c-0.043,0-0.088,0.002-0.131,0.002c-0.071,0-0.142-0.002-0.211-0.006c0.037,0.014,0.074,0.025,0.115,0.037
+			c0.573,0.173,1.166,0.257,1.814,0.257c0.213,0,0.434-0.009,0.656-0.028l0.07-0.006c0.244-0.02,0.466-0.02,0.643-0.142
+			c0.814-0.563,1.514-0.591,1.514-0.591l-0.096,0.34l-0.062,0.156l-0.016,0.045c-0.028,0.075-0.049,0.132-0.079,0.188
+			c-0.03,0.058-0.061,0.115-0.091,0.172c0.053-0.02,0.104-0.041,0.152-0.064c0.335-0.157,0.668-0.198,0.949-0.218
+			c0.443-0.03,0.832-0.07,1.189-0.121c0.51-0.073,0.891-0.337,1.138-0.784c0.074-0.134,0.158-0.261,0.223-0.374
+			c0.276-0.484,0.861-0.531,0.861-0.531l-0.184,0.423l-0.177,0.606c0.09-0.072,0.189-0.145,0.256-0.249
+			c0.322-0.506,1.079-0.563,1.079-0.563l-0.133,0.795c0.052-0.031,2.552-0.945,2.685-1.957c0.002-0.055,0.001-0.777,0.001-0.777
+			s0.462,0.941,0.538,1.17c0.111-0.1,0.47-0.453,0.721-1.165c0.068-0.193,0.129-0.371,0.201-0.546
+			c0.047-0.114,0.087-0.219,0.141-0.311c0.026-0.046,0.012-0.09,0.036-0.135c-0.231-0.773-0.252-1.614-0.261-2.718
+			c-0.003-0.262,0.003-0.522,0.003-0.783v-0.111c0-0.506-0.015-1.077-0.024-1.636c-0.023-1.543-0.363-2.104-0.363-2.104l0.084,0.031
+			c0.091,0.028,0.159,0.059,0.229,0.095c0.318,0.164,0.605,0.406,0.883,0.738c0.547,0.653,0.884,1.391,1.169,2.09
+			c0.203,0.502,0.42,1.033,0.646,1.567c0.827-2.032-1.112-3.771-1.112-3.771s1.498,0.809,1.911,1.615c0,0,0.359-0.992-1.249-1.702
+			c-0.762-0.337-1.546-0.667-2.322-0.948l-0.459-0.168c-0.186-0.068-0.381-0.169-0.58-0.299c-0.104-0.068-0.203-0.146-0.3-0.236
+			c0.126,0.514,0.331,0.947,0.573,1.359c0.376,0.643,0.552,1.466,0.647,1.889l0.084,0.372c0,0-0.478-0.588-0.8-0.768
+			c0.011,0.066,0.024,0.129,0.045,0.188c0.381,1.108,0.297,1.996,0.297,1.996s-0.582-0.417-0.596-0.434
+			c0.197,1.258-0.039,1.956-0.039,1.956s-0.459-1.319-0.834-1.582c-0.178,0.457-0.482,0.88-0.648,1.043
+			c-0.514,0.5-0.814,1.764-0.814,1.764s-0.525-0.321-0.529-0.34c0.038,0.094,0.057,0.433-0.093,1.111c0,0-0.505-0.517-0.509-0.56

<TRUNCATED>

[19/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
Change website layout


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/7b3cf3a7
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/7b3cf3a7
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/7b3cf3a7

Branch: refs/heads/asf-site
Commit: 7b3cf3a7e490a5dd7f2ef02365a1ce1c60810334
Parents: 556aec2
Author: Ufuk Celebi <uc...@apache.org>
Authored: Mon May 4 11:09:40 2015 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Wed May 13 11:18:45 2015 +0200

----------------------------------------------------------------------
 .gitignore                                      |    1 +
 .htaccess                                       |    2 +
 _config.yml                                     |   42 +-
 _includes/footer.html                           |  109 -
 _includes/footer.md                             |   14 -
 _includes/navbar.html                           |  193 +-
 _includes/sidebarbav.html                       |  103 -
 _layouts/base.html                              |   67 +
 _layouts/default.html                           |   47 -
 _layouts/docs.html                              |   39 -
 _layouts/feed.html                              |    1 +
 _layouts/none.html                              |    1 -
 _layouts/plain.html                             |   11 +
 _layouts/post.html                              |   41 +-
 _layouts/simple.html                            |    6 -
 _layouts/with_sidenav.html                      |   13 -
 _layouts/with_toc.html                          |    9 -
 _plugins/gh_link.rb                             |   31 -
 _plugins/github.rb                              |   26 +
 _plugins/highlightCode.rb                       |  100 +
 _plugins/markdown.rb                            |   19 -
 _plugins/toc.rb                                 |   19 +
 _plugins/tocify.rb                              |   10 -
 _posts/2013-10-21-cikm2013-paper.md             |    2 +-
 _posts/2014-01-12-0.4-migration-guide.md        |    4 +-
 _posts/2014-01-28-querying_mongodb.md           |    6 +-
 ...02-18-amazon-elastic-mapreduce-cloud-yarn.md |    9 +-
 _posts/2014-08-26-release-0.6.md                |    6 +-
 _posts/2014-11-04-release-0.7.0.md              |    4 +-
 _posts/2014-11-18-hadoop-compatibility.md       |   13 +-
 _posts/2015-01-06-december-in-flink.md          |   26 +-
 _posts/2015-02-02-february-2015-in-flink.md     |  112 -
 _posts/2015-02-04-january-in-flink.md           |   22 +-
 _posts/2015-02-09-streaming-example.md          |    1 -
 _posts/2015-03-02-february-2015-in-flink.md     |  112 +
 ...13-peeking-into-Apache-Flinks-Engine-Room.md |   25 +-
 _posts/2015-04-07-march-in-flink.md             |   21 +-
 _posts/2015-04-13-release-0.9.0-milestone1.md   |   18 +-
 archive.md                                      |   85 -
 asf.md                                          |   10 -
 blog/feed.xml                                   |    2 +-
 blog/index.html                                 |  122 +-
 coding-guidelines.md                            |   44 +
 coding_guidelines.md                            |   65 -
 community.md                                    |  482 +-
 content/coding-guidelines.html                  |  207 +
 content/css/flink.css                           |  150 +
 content/faq.html                                |  193 +
 content/features.html                           |  335 +
 content/img/flink-stack.png                     |  Bin 0 -> 44990 bytes
 content/img/logo.zip                            |  Bin 0 -> 7708436 bytes
 content/img/managed-state.png                   |  Bin 0 -> 22870 bytes
 content/img/navbar-brand-logo.jpg               |  Bin 0 -> 18470 bytes
 content/img/runtime.png                         |  Bin 0 -> 20205 bytes
 css/bootstrap-cosmo.css                         | 5905 -----------------
 css/bootstrap-lumen-custom.css                  | 6189 ------------------
 css/bootstrap-lumen.css                         | 6130 -----------------
 css/bootstrap-readable.css                      | 5899 -----------------
 css/bootstrap-theme.css                         |  347 -
 css/bootstrap-theme.css.map                     |    1 -
 css/bootstrap-theme.min.css                     |    7 -
 css/bootstrap-yeti.css                          | 6087 -----------------
 css/bootstrap.css                               | 5785 ----------------
 css/bootstrap.css.map                           |    1 -
 css/bootstrap.min.css                           |    7 -
 css/custom.css                                  |  171 -
 css/flink.css                                   |  150 +
 css/fonts/glyphicons-halflings-regular.eot      |  Bin 20335 -> 0 bytes
 css/fonts/glyphicons-halflings-regular.svg      |  229 -
 css/fonts/glyphicons-halflings-regular.ttf      |  Bin 41280 -> 0 bytes
 css/fonts/glyphicons-halflings-regular.woff     |  Bin 23320 -> 0 bytes
 css/main/bootstrap-theme.min.css                |   10 -
 css/main/bootstrap.min.css                      |   10 -
 css/main/index.html                             |    1 -
 css/main/main.css                               |  370 --
 css/simple-sidebar.css                          |  117 -
 doap_flink.rdf                                  |    6 +-
 downloads.md                                    |   81 +-
 faq.md                                          |   31 +
 favicon.ico                                     |  Bin 1150 -> 1150 bytes
 favicon.png                                     |  Bin 1288 -> 0 bytes
 features.md                                     |  153 +
 fonts/glyphicons-halflings-regular.eot          |  Bin 20335 -> 0 bytes
 fonts/glyphicons-halflings-regular.svg          |  229 -
 fonts/glyphicons-halflings-regular.ttf          |  Bin 41280 -> 0 bytes
 fonts/glyphicons-halflings-regular.woff         |  Bin 23320 -> 0 bytes
 how-to-contribute.md                            |   23 +-
 img/flink-stack.png                             |  Bin 0 -> 44990 bytes
 img/logo.zip                                    |  Bin 0 -> 7708436 bytes
 img/main/assets/index.html                      |    1 -
 img/main/index.html                             |    1 -
 img/managed-state.png                           |  Bin 0 -> 22870 bytes
 img/navbar-brand-logo.jpg                       |  Bin 0 -> 18470 bytes
 img/runtime.png                                 |  Bin 0 -> 20205 bytes
 index.html                                      |  551 --
 index.md                                        |   95 +
 js/bootstrap.js                                 | 1951 ------
 js/bootstrap.min.js                             |    6 -
 js/main/bootstrap.min.js                        |   12 -
 js/main/index.html                              |    1 -
 js/main/jquery.lazyload.min.js                  |    2 -
 js/main/jquery.mobile.events.min.js             |    3 -
 js/main/main.js                                 |   40 -
 material.md                                     |  192 +-
 privacy-policy.md                               |    1 -
 105 files changed, 2348 insertions(+), 41427 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index dbfa463..4ff0347 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 content/build.sh
+.DS_Store

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index d239da5..b90d119 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,3 +7,5 @@ RewriteRule ^/?docs/0.8/(.*) http://ci.apache.org/projects/flink/flink-docs-rele
 RewriteRule ^/?docs/latest(/.*)? http://ci.apache.org/projects/flink/flink-docs-master$1  [R=301,L,NE]
 RewriteRule ^/?docs/stable(/.*)? http://ci.apache.org/projects/flink/flink-docs-release-0.8$1  [R=301,L,NE]
 RewriteRule ^/?docs/(.*) http://ci.apache.org/projects/flink/flink-docs-master/$1  [R=301,L,NE]
+
+Redirect 301 /coding_guidelines.html /coding-guidelines.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 6f29ace..ea72c5f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,16 +13,11 @@ FLINK_VERSION_STABLE: 0.8.1
 FLINK_VERSION_HADOOP_1_STABLE: 0.8.1-hadoop1
 FLINK_VERSION_HADOOP_2_STABLE: 0.8.1
 FLINK_VERSION_STABLE_SHORT: 0.8.1
-FLINK_GITHUB_TAG_STABLE: release-0.8.1
 
 FLINK_VERSION_LATEST: 0.9-SNAPSHOT
 FLINK_VERSION_HADOOP_1_LATEST: 0.9-SNAPSHOT-hadoop1
 FLINK_VERSION_HADOOP_2_LATEST: 0.9-SNAPSHOT
 FLINK_VERSION_LATEST_SHORT: 0.9
-FLINK_GITHUB_TAG_LATEST: master
-
-FLINK_LATEST_DOCS: http://ci.apache.org/projects/flink/flink-docs-master/
-FLINK_CURRENT_DOCS: http://ci.apache.org/projects/flink/flink-docs-release-0.8/
 
 FLINK_ISSUES_URL: https://issues.apache.org/jira/browse/FLINK
 FLINK_GITHUB_URL: https://github.com/apache/flink
@@ -37,6 +32,27 @@ FLINK_DOWNLOAD_URL_YARN_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink
 FLINK_DOWNLOAD_URL_HADOOP_1_LATEST: http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop1.tgz
 FLINK_DOWNLOAD_URL_HADOOP_2_LATEST: http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop2.tgz
 
+# 
+
+# Version numbers used in the text for stable and snapshot versions,
+# e.g. "Documentation for {{ site.stable }".
+stable: "0.8.1"
+snapshot: "0.9"
+
+
+
+docs-stable: "http://ci.apache.org/projects/flink/flink-docs-release-0.8"
+docs-snapshot: "http://ci.apache.org/projects/flink/flink-docs-master"
+
+
+# Used by the gh_link plugin
+jira: "https://issues.apache.org/jira/browse/FLINK"
+stackoverflow: "http://stackoverflow.com/search?q=flink"
+twitter: "https://twitter.com/apacheflink"
+github: "https://github.com/apache/flink"
+wiki: "https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"
+
+
 #baseurl: /incubator-flink-website
 
 #------------------------------------------------------------------------------
@@ -51,16 +67,16 @@ defaults:
     scope:
       path: ""
     values:
-      layout: default
-
-  -
-    scope:
-      path: "docs"
-    values:
-      layout: docs
+      layout: plain
 
+markdown: KramdownPygments
 highlighter: pygments
-markdown: redcarpet
+
+kramdown:
+    toc_levels: 1..3
+    input: GFM
+    hard_wrap: false
+
 redcarpet:
   # https://help.github.com/articles/github-flavored-markdown
   extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink",

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_includes/footer.html
----------------------------------------------------------------------
diff --git a/_includes/footer.html b/_includes/footer.html
deleted file mode 100644
index 3dce9e5..0000000
--- a/_includes/footer.html
+++ /dev/null
@@ -1,109 +0,0 @@
-<!--<section id="af-upfooter" class="af-section">
-	<div class="container">
-		<p>Apache Flink is an effort undergoing incubation at The Apache
-			Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-			Incubation is required of all newly accepted projects until a further
-			review indicates that the infrastructure, communications, and
-			decision making process have stabilized in a manner consistent with
-			other successful ASF projects. While incubation status is not
-			necessarily a reflection of the completeness or stability of the
-			code, it does indicate that the project has yet to be fully endorsed
-			by the ASF.</p>
-		<a href="http://incubator.apache.org"> <img class="img-responsive"
-			src="{{ site.baseurl }}/img/main/apache-incubator-logo.png" alt="Apache Flink" />
-		</a>
-		<p class="text-center">
-			<a href="{{ site.baseurl }}/privacy-policy.html" title="Privacy Policy"
-				class="af-privacy-policy">Privacy Policy</a>
-		</p>
-	</div>
-</section>-->
-
-<footer id="af-footer">
-	<div class="container">
-		<div class="row">
-			<div class="col-md-3">
-				<h3>Documentation</h3>
-				<ul class="af-footer-menu">
-
-					<li><a href="{{site.FLINK_CURRENT_DOCS}}">{{ site.FLINK_VERSION_STABLE_SHORT }}</a></li>
-					<li><a href="{{site.FLINK_CURRENT_DOCS}}api/java/">{{ site.FLINK_VERSION_STABLE_SHORT }} Javadocs</a></li>
-					<li><a href="{{site.FLINK_CURRENT_DOCS}}api/scala/index.html#org.apache.flink.api.scala.package">{{ site.FLINK_VERSION_STABLE_SHORT }} Scaladocs</a></li>
-				</ul>
-			</div>
-			<div class="col-md-3">
-				<h3>Community</h3>
-				<ul class="af-footer-menu">
-					<li><a href="{{ site.baseurl }}/community.html#mailing-lists">Mailing Lists</a></li>
-					<li><a href="https://issues.apache.org/jira/browse/FLINK"
-						target="blank">Issues <span
-							class="glyphicon glyphicon-new-window"></span></a></li>
-					<li><a href="{{ site.baseurl }}/community.html#team">Team</a></li>
-					<li><a href="{{ site.baseurl }}/how-to-contribute.html">How to contribute</a></li>
-					<li><a href="{{ site.baseurl }}/coding_guidelines.html">Coding Guidelines</a></li>
-				</ul>
-			</div>
-			<div class="col-md-3">
-				<h3>ASF</h3>
-				<ul class="af-footer-menu">
-					<li><a href="http://www.apache.org/" target="blank">Apache
-							Software foundation <span class="glyphicon glyphicon-new-window"></span>
-					</a></li>
-					<li><a
-						href="http://www.apache.org/foundation/how-it-works.html"
-						target="blank">How it works <span
-							class="glyphicon glyphicon-new-window"></span></a></li>
-					<li><a href="http://www.apache.org/foundation/thanks.html"
-						target="blank">Thanks <span
-							class="glyphicon glyphicon-new-window"></span></a></li>
-					<li><a
-						href="http://www.apache.org/foundation/sponsorship.html"
-						target="blank">Become a sponsor <span
-							class="glyphicon glyphicon-new-window"></span></a></li>
-					<li><a href="http://incubator.apache.org/projects/flink.html"
-						target="blank">Incubation status page <span
-							class="glyphicon glyphicon-new-window"></span></a></li>
-				</ul>
-			</div>
-			<div class="col-md-3">
-				<h3>Project</h3>
-				<ul class="af-footer-menu">
-					<li><a href="{{ site.baseurl }}/material.html" target="blank">Material <span
-							class="glyphicon glyphicon-new-window"></span></a></li>
-					<li><a
-						href="https://cwiki.apache.org/confluence/display/FLINK"
-						target="blank">Wiki <span
-							class="glyphicon glyphicon-new-window"></span></a></li>
-					<li><a
-						href="https://wiki.apache.org/incubator/StratosphereProposal"
-						target="blank">Incubator proposal <span
-							class="glyphicon glyphicon-new-window"></span></a></li>
-					<li><a href="http://www.apache.org/licenses/LICENSE-2.0"
-						target="blank">License <span
-							class="glyphicon glyphicon-new-window"></span></a></li>
-					<li><a href="https://github.com/apache/incubator-flink"
-						target="blank">Source code <span
-							class="glyphicon glyphicon-new-window"></span></a></li>
-				</ul>
-			</div>
-		</div>
-	</div>
-	<div class="af-footer-bar">
-		<div class="container">
-		  <p>Copyright &copy 2014-2015, <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. Apache and the Apache feather logo are trademarks of the Apache Software Foundation.
-                  </p>
-                  <div>
-                    <div style="float:left">
-                      <p>
-                        <a href="{{ site.baseurl }}/privacy-policy.html" title="Privacy Policy" class="af-privacy-policy">Privacy Policy</a>
-                    </p>
-                    </div>
-                    <div style="float:right">
-                    <p>
-                      <a href="{{ site.baseurl }}/blog/feed.xml" class="af-privacy-policy">RSS Feed</a>
-                    </p>
-                    </div>
-                   </div>
-    		</div>
-	</div>
-</footer>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_includes/footer.md
----------------------------------------------------------------------
diff --git a/_includes/footer.md b/_includes/footer.md
deleted file mode 100644
index b96adde..0000000
--- a/_includes/footer.md
+++ /dev/null
@@ -1,14 +0,0 @@
-<hr class="divider">
-
-<small>Apache Flink is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is
-required of all newly accepted projects until a further review indicates that
-the infrastructure, communications, and decision making process have
-stabilized in a manner consistent with other successful ASF projects. While
-incubation status is not necessarily a reflection of the completeness or
-stability of the code, it does indicate that the project has yet to be fully
-endorsed by the ASF.</small>
-
-<a href="http://incubator.apache.org/">![Incubator Logo]({{ site.baseurl }}/img/apache-incubator-logo.png)</a>
-
-<p class="text-center"><a href="{{ site.baseurl }}/privacy-policy.html">Privacy Policy<a></p>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_includes/navbar.html
----------------------------------------------------------------------
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 4b59793..cd90cd0 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -1,105 +1,88 @@
-<div class="af-header-container af-inner-pages-navigation">
-	<header>
-		<div class="container">
-			<div class="row">
-				<div class="col-md-1 af-mobile-nav-bar">
-					<a href="/" title="Home">
-					<img class="hidden-xs hidden-sm img-responsive"
-						src="/img/main/logo.png" alt="Apache Flink Logo">
-					</a>
-					<div class="row visible-xs">
-						<div class="col-xs-3">
-						    <a href="/" title="Home">
-							<img class="hidden-x hidden-sm img-responsive"
-								src="/img/main/logo.png" alt="Apache Flink Logo">
-							</a>
-						</div>
-						<div class="col-xs-5"></div>
-						<div class="col-xs-4">
-							<div class="af-mobile-btn">
-								<span class="glyphicon glyphicon-plus"></span>
-							</div>
-						</div>
-					</div>
-				</div>
-				<!-- Navigation -->
-				<div class="col-md-11">
-					<nav class="af-main-nav" role="navigation">
-						<ul>
-							<li><a href="#" class="af-nav-links">Quickstart
-									<b class="caret"></b>
-							</a>
-								<ul class="af-dropdown-menu">
-									<li><a href="{{site.FLINK_CURRENT_DOCS}}setup_quickstart.html">Setup
-											Flink</a></li>
-									<li><a
-										href="{{site.FLINK_CURRENT_DOCS}}java_api_quickstart.html">Java
-											API</a></li>
-									<li><a
-										href="{{site.FLINK_CURRENT_DOCS}}scala_api_quickstart.html">Scala
-											API</a></li>
-								</ul></li>
-							<li><a href="/downloads.html">Download</a></li>
-							<li><a href="{{site.FLINK_CURRENT_DOCS}}faq.html">FAQ</a></li>
-							<li><a href="#" class="af-nav-links">Documentation <b
-									class="caret"></b></a>
-							  <ul class="af-dropdown-menu">
-                                                            		<li class="af-separator">Current Snapshot:</li>
-									<li></li>
-									<li><a href="{{ site.FLINK_LATEST_DOCS }}">{{ site.FLINK_VERSION_LATEST_SHORT}}</a></li>
-									<li><a href="{{ site.FLINK_LATEST_DOCS }}api/java">{{ site.FLINK_VERSION_LATEST_SHORT }} Javadocs</a></li>
-									<li><a href="{{ site.FLINK_LATEST_DOCS }}api/scala/index.html#org.apache.flink.api.scala.package">{{ site.FLINK_VERSION_LATEST_SHORT }} Scaladocs</a></li>
-									<li class="divider"></li>
-									<li class="af-separator">Current Stable:</li>
-									<li></li>
-									<li><a href="{{site.FLINK_CURRENT_DOCS}}">{{ site.FLINK_VERSION_STABLE_SHORT }}</a></li>
-									<li><a href="{{site.FLINK_CURRENT_DOCS}}api/java">{{ site.FLINK_VERSION_STABLE_SHORT }} Javadocs</a></li>
-									<li><a href="{{site.FLINK_CURRENT_DOCS}}api/scala/index.html#org.apache.flink.api.scala.package">{{ site.FLINK_VERSION_STABLE_SHORT }} Scaladocs</a></li>
-									<li class="divider"></li>
-									<li></li>
-									<li><a href="/archive.html">Archive</a></li>
-									<li></li>
-								</ul></li>
-							<li><a href="#" class="af-nav-links">Community <b
-									class="caret"></b></a>
-								<ul class="af-dropdown-menu">
-									<li><a href="/community.html#getting-help">Getting Help</a></li>
-									<li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
-									<li><a href="/community.html#issues">Issues</a></li>
-									<li><a href="/community.html#team">Team</a></li>
-									<li class="divider"></li>
-									<li><a href="/how-to-contribute.html">How To
-											Contribute</a></li>
-									<li><a href="/coding_guidelines.html">Coding
-											Guidelines</a></li>
-								</ul></li>
-							<li><a href="#" class="af-nav-links">Project <b
-									class="caret"></b></a>
-								<ul class="af-dropdown-menu">
-									<li><a href="/material.html">Material</a></li>
-									<li><a href="http://www.apache.org/">Apache Software
-											Foundation <span class="glyphicon glyphicon-new-window"></span>
-									</a></li>
-									<li><a
-										href="https://cwiki.apache.org/confluence/display/FLINK">Wiki
-											<span class="glyphicon glyphicon-new-window"></span>
-									</a></li>
-									<li><a
-										href="https://wiki.apache.org/incubator/StratosphereProposal">Incubator
-											Proposal <span class="glyphicon glyphicon-new-window"></span>
-									</a></li>
-									<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License
-											<span class="glyphicon glyphicon-new-window"></span>
-									</a></li>
-									<li><a href="https://github.com/apache/incubator-flink">Source
-											Code <span class="glyphicon glyphicon-new-window"></span>
-									</a></li>
-								</ul></li>
-							<li><a href="/blog/index.html" class="">Blog</a></li>
-						</ul>
-					</nav>
-				</div>
-			</div>
-		</div>
-	</header>
-</div>
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="{{ site.baseurl }}/"><img alt="Apache Flink" src="{{ site.baseurl }}/img/navbar-brand-logo.jpg"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li{% if page.url == '/index.html' %} class="active"{% endif %}><a href="{{ site.baseurl }}/index.html">Overview</span></a></li>
+
+            <!-- Features -->
+            <li{% if page.url == '/features.html' %} class="hidden-sm active"{% endif %}><a href="{{ site.baseurl }}/features.html">Features</span></a></li>
+
+            <!-- Downloads -->
+            <li{% if page.url == '/downloads.html' %} class="active"{% endif %}><a href="{{ site.baseurl }}/downloads.html">Downloads</span></a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="{{ setup }}" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="{{ site.docs-stable }}">{{ site.stable }} Documentation</a></li>
+                <li><a href="{{ site.docs-stable }}/api/java" class="active">{{ site.stable }} Javadocs</a></li>
+                <li><a href="{{ site.docs-stable }}/api/scala/index.html" class="active">{{ site.stable }} ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="{{ site.docs-snapshot }}">{{ site.snapshot }} Documentation</a></li>
+                <li><a href="{{ site.docs-snapshot }}/api/java" class="active">{{ site.snapshot }} Javadocs</a></li>
+                <li><a href="{{ site.docs-snapshot }}/api/scala/index.html" class="active">{{ site.snapshot }} ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="{{ site.wiki }}"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li{% if page.url == '/faq.html' %} class="hidden-sm active"{% endif %}><a href="{{ site.baseurl }}/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li{% if page.url contains '/blog/' or page.url contains '/news/' %} class="active"{% endif %}><a href="{{ site.baseurl }}/blog/">Blog</a></li>
+
+            <li class="dropdown{% if page.url == '/material.html' or page.url == '/community.html' or page.url == '/how-to-contribute.html' or page.url == '/coding-guidelines.html'%} active{% endif %}">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="{{ site.baseurl }}/material.html">Material</a></li>
+                <li><a href="{{ site.twitter }}"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="{{ site.github }}"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="{{ site.wiki }}"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+                
+                <!-- Community -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="{{ site.baseurl }}/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="{{ site.baseurl }}/community.html#irc">IRC</a></li>
+                <li><a href="{{ site.baseurl }}/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="{{ site.baseurl }}/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="{{ site.baseurl }}/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="{{ site.baseurl }}/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="{{ site.baseurl }}/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_includes/sidebarbav.html
----------------------------------------------------------------------
diff --git a/_includes/sidebarbav.html b/_includes/sidebarbav.html
deleted file mode 100644
index f892b35..0000000
--- a/_includes/sidebarbav.html
+++ /dev/null
@@ -1,103 +0,0 @@
-<ul>
-	<li class="fa-sidebar-item{% if page.url contains 'faq.html' %} active{% endif %}">
-	   <a href="faq.html">FAQ</a>
-    </li>
-	<li><span class="af-label">Quickstart</span>
-		<ul>
-			<li class="fa-sidebar-item{% if page.url contains 'setup_quickstart.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/setup_quickstart.html">Setup</a>
-		    </li>
-			<li class="fa-sidebar-item{% if page.url contains 'run_example_quickstart.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/run_example_quickstart.html">Run Example</a>
-			</li>
-			<li class="fa-sidebar-item{% if page.url contains 'java_api_quickstart.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/java_api_quickstart.html">Java API</a>
-			</li>
-			<li class="fa-sidebar-item{% if page.url contains 'scala_api_quickstart.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/scala_api_quickstart.html">Scala API</a>
-		    </li>
-		</ul>
-	</li>
-
-	<li><span class="af-label">Setup &amp; Configuration</span>
-		<ul>
-			<li class="fa-sidebar-item{% if page.url contains '/local_setup.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/local_setup.html">Local Setup</a>
-		    </li>
-			<li class="fa-sidebar-item{% if page.url contains 'building.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/building.html">Build Flink</a>
-			</li>
-			<li class="fa-sidebar-item{% if page.url contains 'cluster_setup.htm' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/cluster_setup.html">Cluster Setup</a>
-			</li>
-			<li class="fa-sidebar-item{% if page.url contains 'yarn_setup.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/yarn_setup.html">YARN Setup</a>
-		    </li>
-			<li class="fa-sidebar-item{% if page.url contains 'config.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/config.html">Configuration</a>
-		    </li>
-		</ul>
-	</li>
-
-	<li><span class="af-label">Programming Guides</span>
-		<ul>
-			<li class="fa-sidebar-item{% if page.url contains 'programming_guide.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/programming_guide.html">Programming Guide</a>
-		    </li>
-			<li class="fa-sidebar-item{% if page.url contains 'dataset_transformations.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/dataset_transformations.html">DataSet Transformations</a>
-		    </li>
-			<li class="fa-sidebar-item{% if page.url contains 'java8_programming_guide.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/java8_programming_guide.html">Java 8 Programming Guide</a>
-		     </li>
-			<li class="fa-sidebar-item{% if page.url contains 'streaming_guide.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/streaming_guide.html">Streaming Guide</a>
-	        </li>
-			<li class="fa-sidebar-item{% if page.url contains 'iterations.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/iterations.html">Iterations</a>
-	        </li>
-			<li class="fa-sidebar-item{% if page.url contains 'spargel_guide.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/spargel_guide.html">Spargel Graph API</a>
-			</li>
-			<li class="fa-sidebar-item{% if page.url contains 'hadoop_compatibility.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/hadoop_compatibility.html">Hadoop Compatibility</a>
-			</li>
-		</ul>
-	</li>
-
-	<li><span class="af-label">Examples</span>
-		<ul>
-			<li class="fa-sidebar-item{% if page.url contains 'examples.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/examples.html">Bundled Examples</a>
-		    </li>
-			<li class="fa-sidebar-item{% if page.url contains 'example_connectors.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/example_connectors.html">Connecting to other systems</a>
-	       </li>
-		</ul>
-	</li>
-
-	<li><span class="af-label">Execution</span>
-		<ul>
-			<li class="fa-sidebar-item{% if page.url contains 'local_execution.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/local_execution.html">Local/Debugging</a>
-			</li>
-			<li class="fa-sidebar-item{% if page.url contains 'cluster_execution.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/cluster_execution.html">Cluster</a>
-	        </li>
-			<li class="fa-sidebar-item{% if page.url contains 'cli.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/cli.html">Command-Line Interface</a>
-	        </li>
-			<li class="fa-sidebar-item{% if page.url contains 'web_client.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/web_client.html">Web Interface</a>
-		    </li>
-		</ul>
-	</li>
-
-	<li><span class="af-label">Internals</span>
-		<ul>
-			<li class="fa-sidebar-item{% if page.url contains 'internal_overview.html' %} active{% endif %}">
-			     <a href="{{ site.baseurl }}/internal_overview.html">Overview</a>
-	       </li>
-		</ul>
-	</li>
-</ul>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_layouts/base.html
----------------------------------------------------------------------
diff --git a/_layouts/base.html b/_layouts/base.html
new file mode 100644
index 0000000..2c1b390
--- /dev/null
+++ b/_layouts/base.html
@@ -0,0 +1,67 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: {{ page.title }}</title>
+    <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="{{ site.baseurl }}/css/flink.css">
+    <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="{{ site.baseurl }}/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    {% comment %} Includes are found in the _includes directory. {% endcomment %}
+
+{% include navbar.html %}
+
+    <!-- Main content. -->
+    <div class="container">
+      {% comment %}
+      This is the base for all content. The content from the layouts found in
+      the _layouts directory goes here.
+      {% endcomment %}
+
+{{ content }}
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="{{ site.baseurl }}/privacy-policy.html">Privacy Policy</a> &middot; <a href="{{ site.baseurl }}/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="{{ site.baseurl }}/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_layouts/default.html
----------------------------------------------------------------------
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index 032fc9c..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-	    <meta charset="utf-8">
-	    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-	    <meta name="viewport" content="width=device-width, initial-scale=1">
-{% if page.redirect %}
-      <meta http-equiv="refresh" content="0; url={{ site.baseurl}}/{{ page.redirect }}" />
-      <script type="text/javascript">
-        window.location.href = "{{ site.baseurl}}/{{ page.redirect }}"
-      </script>
-{% endif %}
-	    <title>Apache Flink: {{ page.title }}</title>
-	    <link rel="shortcut icon" href="{{ site.baseurl }}favicon.ico" type="image/x-icon">
-	    <link rel="icon" href="{{ site.baseurl }}favicon.ico" type="image/x-icon">
-	    <link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.css">
-	    <link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap-lumen-custom.css">
-	    <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
-	    <link rel="stylesheet" href="{{ site.baseurl }}/css/custom.css">
-	    <link href="{{ site.baseurl }}/css/main/main.css" rel="stylesheet">
-            <link href="{{ site.baseurl }}/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Flink Blog RSS feed" />
-	    <!-- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> -->
-	    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-	    <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
-	    <script src="{{ site.baseurl }}/js/codetabs.js"></script>
-    </head>
-    <body>
-    {% include navbar.html %}
-
-    <div style="padding-top:50px" class="container">
-        {{ content }}
-    </div>
-    {% include footer.html %}
-    <!-- Google Analytics -->
-    <script>
-      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-      ga('create', 'UA-52545728-1', 'auto');
-      ga('send', 'pageview');
-    </script>
-    <script src="{{ site.baseurl }}/js/main/jquery.mobile.events.min.js"></script>
-    <script src="{{ site.baseurl }}/js/main/main.js"></script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_layouts/docs.html
----------------------------------------------------------------------
diff --git a/_layouts/docs.html b/_layouts/docs.html
deleted file mode 100644
index 1f9b489..0000000
--- a/_layouts/docs.html
+++ /dev/null
@@ -1,39 +0,0 @@
----
-layout: default
----
-
-<div class="row">
-	<div class="col-md-3 af-sidebar">{% include sidebarbav.html %}</div>
-	<div class="col-md-9">
-		<h1>{{ page.title }}</h1>
-		
-		{{ page.content | tocify }} 
-		
-		{{ content }}
-
-        <!-- Disqus Area -->
-		<div style="padding-top: 30px" id="disqus_thread"></div>
-		<script type="text/javascript">
-			/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
-			var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
-
-			/* * * DON'T EDIT BELOW THIS LINE * * */
-			(function() {
-				var dsq = document.createElement('script');
-				dsq.type = 'text/javascript';
-				dsq.async = true;
-				dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
-				(document.getElementsByTagName('head')[0] || document
-						.getElementsByTagName('body')[0]).appendChild(dsq);
-			})();
-		</script>
-		<noscript>
-			Please enable JavaScript to view the <a
-				href="http://disqus.com/?ref_noscript">comments powered by
-				Disqus.</a>
-		</noscript>
-		<a href="http://disqus.com" class="dsq-brlink">comments powered by
-			<span class="logo-disqus">Disqus</span>
-		</a>
-	</div>
-</div>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_layouts/feed.html
----------------------------------------------------------------------
diff --git a/_layouts/feed.html b/_layouts/feed.html
new file mode 100644
index 0000000..e02a27c
--- /dev/null
+++ b/_layouts/feed.html
@@ -0,0 +1 @@
+{{ content }}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_layouts/none.html
----------------------------------------------------------------------
diff --git a/_layouts/none.html b/_layouts/none.html
deleted file mode 100644
index b92f652..0000000
--- a/_layouts/none.html
+++ /dev/null
@@ -1 +0,0 @@
-{{content}}

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_layouts/plain.html
----------------------------------------------------------------------
diff --git a/_layouts/plain.html b/_layouts/plain.html
new file mode 100644
index 0000000..15ab458
--- /dev/null
+++ b/_layouts/plain.html
@@ -0,0 +1,11 @@
+---
+layout: base
+---
+<div class="row">
+  <div class="col-sm-12">
+      <h1>{{ page.title }}</h1>
+
+{{ content }}
+
+  </div>
+</div>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_layouts/post.html
----------------------------------------------------------------------
diff --git a/_layouts/post.html b/_layouts/post.html
index e0ec777..895221c 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,39 +1,8 @@
 ---
-layout: default
+layout: plain
 ---
+<article>
+  <p>{{ page.date | date_to_string }}{% if page.author %} by {{ page.author }}{% if page.author-twitter %} (<a href="https://twitter.com/{{ page.author-twitter }}">@{{ page.author-twitter }}</a>){% endif %}{% endif %}</p>
 
-<div class="container">
-    <div class="row">
-		<div class="col-md-2"></div>
-		<div class="col-md-8">
-			<article>
-				<h2>{{ page.title }}</h2>
-				    <p class="meta">{{ page.date | date_to_string }}</p>
-				<div>
-				    {{ content }}
-				</div>
-			</article>
-		</div>
-		<div class="col-md-2"></div>
-	</div>
-	<div class="row" style="padding-top:30px">
-		<div class="col-md-2"></div>
-		<div class="col-md-8">
-		    <div id="disqus_thread"></div>
-		    <script type="text/javascript">
-		        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
-		        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
-
-		        /* * * DON'T EDIT BELOW THIS LINE * * */
-		        (function() {
-		            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-		            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
-		            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-		        })();
-		    </script>
-		    <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
-		    <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>			    
-		</div>
-		<div class="col-md-2"></div>
-	</div>
-</div>
+{{ content }}
+</article>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_layouts/simple.html
----------------------------------------------------------------------
diff --git a/_layouts/simple.html b/_layouts/simple.html
deleted file mode 100644
index 5d7e4f2..0000000
--- a/_layouts/simple.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: default
----
-<h1>{{ page.title }}</h1>
-
-{{ content }}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_layouts/with_sidenav.html
----------------------------------------------------------------------
diff --git a/_layouts/with_sidenav.html b/_layouts/with_sidenav.html
deleted file mode 100644
index 0f31025..0000000
--- a/_layouts/with_sidenav.html
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: default
----
-<div class="row">
-  <div class="col-md-3">
-{{ page.content | tocify }}
-    </ul>
-  </div>
-  <div class="col-md-9">
-<h1>{{ page.title }}</h1>
-{{ content }}
-  </div>
-</div>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_layouts/with_toc.html
----------------------------------------------------------------------
diff --git a/_layouts/with_toc.html b/_layouts/with_toc.html
deleted file mode 100644
index 40523d7..0000000
--- a/_layouts/with_toc.html
+++ /dev/null
@@ -1,9 +0,0 @@
----
-layout: default
----
-
-<h1>{{ page.title }}</h1>
-
-{{ page.content | tocify }}
-
-{{ content }}

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_plugins/gh_link.rb
----------------------------------------------------------------------
diff --git a/_plugins/gh_link.rb b/_plugins/gh_link.rb
deleted file mode 100644
index 3b51eb2..0000000
--- a/_plugins/gh_link.rb
+++ /dev/null
@@ -1,31 +0,0 @@
-module Jekyll
-  class GitHubLinkTag < Liquid::Tag
-
-    def initialize(tag_name, input, tokens)
-      super
-      @input = input
-    end
-
-    def render(context)
-      input = @input.sub(/".*"/, "").split
-      name = @input.match(/".*"/).to_s.gsub(/"/, "")#@input.split.drop(2).join(" ")
-      config = context.registers[:site].config
-
-      path = input[0]
-      file = path.split('/').last
-
-      page_gh_tag = context["page"]["gh_link_tag"]
-      # tag precendence:
-      # 1. input[1],
-      # 2. 'gh_link_tag' of page frontmatter
-      # 3. "master" (default)
-      gh_tag = input[1].nil? ? (page_gh_tag.nil? ? "master" : page_gh_tag) : input[1]
-      name = name.to_s == '' ? file : name
-      #refname = input[2].nil? ? file : input[2]
-
-      "<a href=#{config["FLINK_GITHUB_URL"]}/blob/#{gh_tag}/#{path}>#{name}</a>"
-    end
-  end
-end
-
-Liquid::Template.register_tag('gh_link', Jekyll::GitHubLinkTag)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_plugins/github.rb
----------------------------------------------------------------------
diff --git a/_plugins/github.rb b/_plugins/github.rb
new file mode 100644
index 0000000..6d700be
--- /dev/null
+++ b/_plugins/github.rb
@@ -0,0 +1,26 @@
+module Jekyll
+  class GitHubLink < Liquid::Tag
+
+    def initialize(tag_name, input, tokens)
+      super
+      @input = input
+    end
+# Usage: github $PATH [$TAG: master]
+    
+    def render(context)
+      input = @input.sub(/".*"/, "").split
+      config = context.registers[:site].config
+
+      path = input[0]
+
+      # tag precendence:
+      # 1. input[1],
+      # 2. "master" (default)
+      gh_tag = input[1].nil? ? "master" : input[1]
+
+      "#{config["github"]}/tree/#{gh_tag}/#{path}"
+    end
+  end
+end
+
+Liquid::Template.register_tag('github', Jekyll::GitHubLink)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_plugins/highlightCode.rb
----------------------------------------------------------------------
diff --git a/_plugins/highlightCode.rb b/_plugins/highlightCode.rb
new file mode 100644
index 0000000..74f6d6f
--- /dev/null
+++ b/_plugins/highlightCode.rb
@@ -0,0 +1,100 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# This file was derived from https://github.com/navarroj/krampygs 
+#   written by Juan Navarro and released under the Unlicense (http://unlicense.org).
+
+require 'kramdown'
+require 'pygments'
+
+module Kramdown
+  module Converter
+
+    class Pygs < Html
+    
+      def convert_codeblock(el, indent)
+        attr = el.attr.dup
+        lang = extract_code_language!(attr) || @options[:kramdown_default_lang]
+        code = pygmentize(el.value, lang)
+        code_attr = {}
+        code_attr['class'] = "language-#{lang}" if lang
+        "#{' '*indent}<div class=\"highlight\"><pre#{html_attributes(attr)}><code#{html_attributes(code_attr)}>#{code}</code></pre></div>\n"
+      end
+
+      def convert_codespan(el, indent)
+        attr = el.attr.dup
+        lang = extract_code_language!(attr) || @options[:kramdown_default_lang]
+        code = pygmentize(el.value, lang)
+        if lang
+          attr['class'] = "highlight"
+          if attr.has_key?('class')
+            attr['class'] += " language-#{lang}"
+          else
+            attr['class'] = "language-#{lang}"
+          end
+        end
+        "<code#{html_attributes(attr)}>#{code}</code>"
+      end
+      
+      def pygmentize(code, lang)
+        if lang
+          Pygments.highlight(code,
+            :lexer => lang,
+            :options => { :encoding => 'utf-8', :nowrap => true })
+        else
+          escape_html(code)
+        end
+      end
+
+    end
+  end
+end
+
+class Jekyll::Converters::Markdown::KramdownPygments
+
+  def initialize(config)
+    require 'kramdown'
+    @config = config
+  rescue LoadError
+    STDERR.puts 'You are missing a library required for Markdown. Please run:'
+    STDERR.puts '  $ [sudo] gem install kramdown'
+    raise FatalException.new("Missing dependency: kramdown")
+  end
+  
+  def matches(ext)
+    ext =~ /^\.md$/i
+  end
+
+  def output_ext(ext)
+    ".html"
+  end
+
+  def convert(content)
+    html = Kramdown::Document.new(content, {
+        :auto_ids             => @config['kramdown']['auto_ids'],
+        :footnote_nr          => @config['kramdown']['footnote_nr'],
+        :entity_output        => @config['kramdown']['entity_output'],
+        :toc_levels           => @config['kramdown']['toc_levels'],
+        :smart_quotes         => @config['kramdown']['smart_quotes'],
+        :coderay_default_lang => @config['kramdown']['default_lang'],
+        :input                => @config['kramdown']['input'],
+        :hard_wrap            => @config['kramdown']['hard_wrap']
+    }).to_pygs
+    return html
+  end
+
+end
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_plugins/markdown.rb
----------------------------------------------------------------------
diff --git a/_plugins/markdown.rb b/_plugins/markdown.rb
deleted file mode 100644
index f7a81ba..0000000
--- a/_plugins/markdown.rb
+++ /dev/null
@@ -1,19 +0,0 @@
-module Jekyll
-  module Tags
-    class MarkdownTag < Liquid::Block
-
-      def initialize(tag_name, markup, tokens)
-        super
-      end
-
-      def render(context)
-        site = context.registers[:site]
-        converter = site.getConverterImpl(::Jekyll::Converters::Markdown)
-        output = converter.convert(super(context))
-        "#{output}"
-      end
-    end
-  end
-end
-
-Liquid::Template.register_tag('markdown', Jekyll::Tags::MarkdownTag)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_plugins/toc.rb
----------------------------------------------------------------------
diff --git a/_plugins/toc.rb b/_plugins/toc.rb
new file mode 100644
index 0000000..b37a98c
--- /dev/null
+++ b/_plugins/toc.rb
@@ -0,0 +1,19 @@
+module Jekyll
+  class PageToc < Liquid::Tag
+
+    def initialize(tag_name, input, tokens)
+      super
+      @input = input
+    end
+# Usage: github $PATH [$TAG: master]
+    
+    def render(context)
+'<div class="page-toc" markdown="1">
+* toc
+{:toc}
+</div>'
+    end
+  end
+end
+
+Liquid::Template.register_tag('toc', Jekyll::PageToc)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_plugins/tocify.rb
----------------------------------------------------------------------
diff --git a/_plugins/tocify.rb b/_plugins/tocify.rb
deleted file mode 100644
index 9eb6293..0000000
--- a/_plugins/tocify.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-module Jekyll
-  module Tocify
-    def tocify(input)
-      converter = Redcarpet::Markdown.new(Redcarpet::Render::HTML_TOC.new(nesting_level: 2))
-      converter.render(input)
-    end
-  end
-end
-
-Liquid::Template.register_filter(Jekyll::Tocify)

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2013-10-21-cikm2013-paper.md
----------------------------------------------------------------------
diff --git a/_posts/2013-10-21-cikm2013-paper.md b/_posts/2013-10-21-cikm2013-paper.md
index 2687650..0fd506f 100644
--- a/_posts/2013-10-21-cikm2013-paper.md
+++ b/_posts/2013-10-21-cikm2013-paper.md
@@ -1,6 +1,6 @@
 ---
 layout: post
-title:  'Paper "“All Roads Lead to Rome:” Optimistic Recovery for Distributed
+title:  'Paper "All Roads Lead to Rome: Optimistic Recovery for Distributed
 Iterative Data Processing" accepted at CIKM 2013'
 date:   2013-10-21 9:57:18
 categories: news

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2014-01-12-0.4-migration-guide.md
----------------------------------------------------------------------
diff --git a/_posts/2014-01-12-0.4-migration-guide.md b/_posts/2014-01-12-0.4-migration-guide.md
index 0c3137e..995fd5b 100644
--- a/_posts/2014-01-12-0.4-migration-guide.md
+++ b/_posts/2014-01-12-0.4-migration-guide.md
@@ -5,9 +5,7 @@ date:   2014-01-12 19:57:18
 categories: news
 ---
 
-
-**This guide is intended to help users of previous Stratosphere versions to migrate their programs to the new API of v0.4.**
-
+This guide is intended to help users of previous Stratosphere versions to migrate their programs to the new API of v0.4.
 
 Version `0.4-rc1`, `0.4` and all newer versions have the new API. If you want to have the most recent version before the code change, please set the version to `0.4-alpha.3-SNAPSHOT`. (Note that the `0.4-alpha` versions are only available in the snapshot repository).
 

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2014-01-28-querying_mongodb.md
----------------------------------------------------------------------
diff --git a/_posts/2014-01-28-querying_mongodb.md b/_posts/2014-01-28-querying_mongodb.md
index 610be15..868abe4 100644
--- a/_posts/2014-01-28-querying_mongodb.md
+++ b/_posts/2014-01-28-querying_mongodb.md
@@ -2,6 +2,8 @@
 layout: post
 title:  "Accessing Data Stored in MongoDB with Stratosphere"
 date:   2014-01-28 9:00:00
+author: "Robert Metzger"
+author-twitter: "rmetzger_"
 categories: news
 ---
 
@@ -105,6 +107,4 @@ public void map(Record record, Collector<Record> out) throws Exception {
 }
 ```
 
-Please use the comments if you have questions or if you want to showcase your own MongoDB-Stratosphere integration.
-<br><br>
-<small>Written by Robert Metzger ([@rmetzger_](https://twitter.com/rmetzger_)).</small>
+Please use the comments if you have questions or if you want to showcase your own MongoDB-Stratosphere integration.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2014-02-18-amazon-elastic-mapreduce-cloud-yarn.md
----------------------------------------------------------------------
diff --git a/_posts/2014-02-18-amazon-elastic-mapreduce-cloud-yarn.md b/_posts/2014-02-18-amazon-elastic-mapreduce-cloud-yarn.md
index 5464c9d..2b71c59 100644
--- a/_posts/2014-02-18-amazon-elastic-mapreduce-cloud-yarn.md
+++ b/_posts/2014-02-18-amazon-elastic-mapreduce-cloud-yarn.md
@@ -2,6 +2,8 @@
 layout: post
 title:  'Use Stratosphere with Amazon Elastic MapReduce'
 date:   2014-02-18 19:57:18
+author: "Robert Metzger"
+author-twitter: "rmetzger_"
 categories: news
 ---
 
@@ -189,9 +191,4 @@ Inspect the result in HDFS using:
 hadoop fs -tail /output
 {% endhighlight %}
 
-If you want to shut down the whole cluster in the cloud, use Amazon's webinterface and click on "Terminate cluster". If you just want to stop the YARN session, press CTRL+C in the terminal. The Stratosphere instances will be killed by YARN.
-
-
-<br><br>
-<small>Written by Robert Metzger ([@rmetzger_](https://twitter.com/rmetzger_)).</small>
-
+If you want to shut down the whole cluster in the cloud, use Amazon's webinterface and click on "Terminate cluster". If you just want to stop the YARN session, press CTRL+C in the terminal. The Stratosphere instances will be killed by YARN.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2014-08-26-release-0.6.md
----------------------------------------------------------------------
diff --git a/_posts/2014-08-26-release-0.6.md b/_posts/2014-08-26-release-0.6.md
index 0fd4331..1d97b3b 100644
--- a/_posts/2014-08-26-release-0.6.md
+++ b/_posts/2014-08-26-release-0.6.md
@@ -10,7 +10,7 @@ first release of the system inside the Apache Incubator and under the
 name Flink. Releases up to 0.5 were under the name Stratosphere, the
 academic and open source project that Flink originates from.
 
-##What is Flink?
+## What is Flink?
 
 Apache Flink is a general-purpose data processing engine for
 clusters. It runs on YARN clusters on top of data stored in Hadoop, as
@@ -45,7 +45,7 @@ features:
   order to start processing data. This results to very efficient
   handling of large data sets.
 
-##Release 0.6
+## Release 0.6
 
 Flink 0.6 builds on the latest Stratosphere 0.5 release. It includes
 many bug fixes and improvements that make the system more stable and
@@ -55,7 +55,7 @@ The full release notes are available [here](https://issues.apache.org/jira/secur
 
 Download the release [here](http://flink.incubator.apache.org/downloads.html).
 
-##Contributors
+## Contributors
 
 * Wilson Cao
 * Ufuk Celebi

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2014-11-04-release-0.7.0.md
----------------------------------------------------------------------
diff --git a/_posts/2014-11-04-release-0.7.0.md b/_posts/2014-11-04-release-0.7.0.md
index 623694d..3783eba 100644
--- a/_posts/2014-11-04-release-0.7.0.md
+++ b/_posts/2014-11-04-release-0.7.0.md
@@ -11,7 +11,7 @@ Download Flink 0.7.0 [here](http://flink.incubator.apache.org/downloads.html)
 
 See the release changelog [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12327648)
 
-##Overview of major new features
+## Overview of major new features
 
 **Flink Streaming:** The gem of the 0.7.0 release is undoubtedly Flink Streaming. Available currently in alpha, Flink Streaming provides a Java API on top of Apache Flink that can consume streaming data sources (e.g., from Apache Kafka, Apache Flume, and others) and process them in real time. A dedicated blog post on Flink Streaming and its performance is coming up here soon. You can check out the Streaming programming guide [here](http://flink.incubator.apache.org/docs/0.7-incubating/streaming_guide.html).
 
@@ -31,7 +31,7 @@ See the release changelog [here](https://issues.apache.org/jira/secure/ReleaseNo
 
 **Note:** Currently, there is limited support for Java 8 lambdas when compiling and running from an IDE. The problem is due to type erasure and whether Java compilers retain type information. We are currently working with the Eclipse and OpenJDK communities to resolve this.
 
-##Contributors
+## Contributors
 
 * Tamas Ambrus
 * Mariem Ayadi

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2014-11-18-hadoop-compatibility.md
----------------------------------------------------------------------
diff --git a/_posts/2014-11-18-hadoop-compatibility.md b/_posts/2014-11-18-hadoop-compatibility.md
index 93a68b0..214049c 100644
--- a/_posts/2014-11-18-hadoop-compatibility.md
+++ b/_posts/2014-11-18-hadoop-compatibility.md
@@ -2,12 +2,14 @@
 layout: post
 title:  'Hadoop Compatibility in Flink'
 date:   2014-11-18 10:00:00
+author: "Fabian Hüske"
+author-twitter: "fhueske"
 categories: news
 ---
 
 [Apache Hadoop](http://hadoop.apache.org) is an industry standard for scalable analytical data processing. Many data analysis applications have been implemented as Hadoop MapReduce jobs and run in clusters around the world. Apache Flink can be an alternative to MapReduce and improves it in many dimensions. Among other features, Flink provides much better performance and offers APIs in Java and Scala, which are very easy to use. Similar to Hadoop, Flink’s APIs provide interfaces for Mapper and Reducer functions, as well as Input- and OutputFormats along with many more operators. While being conceptually equivalent, Hadoop’s MapReduce and Flink’s interfaces for these functions are unfortunately not source compatible.
 
-##Flink’s Hadoop Compatibility Package
+## Flink’s Hadoop Compatibility Package
 
 <center>
 <img src="{{ site.baseurl }}/img/blog/hcompat-logos.png" style="width:30%;margin:15px">
@@ -77,15 +79,12 @@ Hadoop functions can be used at any position within a Flink program and of cours
 <img src="{{ site.baseurl }}/img/blog/hcompat-flow.png" style="width:100%;margin:15px">
 </center>
 
-##What comes next?
+## What comes next?
 
 While the Hadoop compatibility package is already very useful, we are currently working on a dedicated Hadoop Job operation to embed and execute Hadoop jobs as a whole in Flink programs, including their custom partitioning, sorting, and grouping code. With this feature, you will be able to chain multiple Hadoop jobs, mix them with Flink functions, and other operations such as [Spargel]({{ site.baseurl }}/docs/0.7-incubating/spargel_guide.html) operations (Pregel/Giraph-style jobs).
 
-##Summary
+## Summary
 
 Flink lets you reuse a lot of the code you wrote for Hadoop MapReduce, including all data types, all Input- and OutputFormats, and Mapper and Reducers of the mapred-API. Hadoop functions can be used within Flink programs and mixed with all other Flink functions. Due to Flink’s pipelined execution, Hadoop functions can arbitrarily be assembled without data exchange via HDFS. Moreover, the Flink community is currently working on a dedicated Hadoop Job operation to supporting the execution of Hadoop jobs as a whole.
 
-If you want to use Flink’s Hadoop compatibility package checkout our [documentation]({{ site.baseurl }}/docs/0.7-incubating/hadoop_compatibility.html).
-
-<br>
-<small>Written by Fabian Hueske ([@fhueske](https://twitter.com/fhueske)).</small>
\ No newline at end of file
+If you want to use Flink’s Hadoop compatibility package checkout our [documentation]({{ site.baseurl }}/docs/0.7-incubating/hadoop_compatibility.html).
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2015-01-06-december-in-flink.md
----------------------------------------------------------------------
diff --git a/_posts/2015-01-06-december-in-flink.md b/_posts/2015-01-06-december-in-flink.md
index 0093fdd..32d652c 100644
--- a/_posts/2015-01-06-december-in-flink.md
+++ b/_posts/2015-01-06-december-in-flink.md
@@ -8,55 +8,55 @@ categories: news
 This is the first blog post of a “newsletter” like series where we give a summary of the monthly activity in the Flink community. As the Flink project grows, this can serve as a "tl;dr" for people that are not following the Flink dev and user mailing lists, or those that are simply overwhelmed by the traffic.
 
 
-###Flink graduation
+### Flink graduation
 
 The biggest news is that the Apache board approved Flink as a top-level Apache project! The Flink team is working closely with the Apache press team for an official announcement, so stay tuned for details!
 
-###New Flink website
+### New Flink website
 
 The [Flink website](http://flink.apache.org) got a total make-over, both in terms of appearance and content.
 
-###Flink IRC channel
+### Flink IRC channel
 
 A new IRC channel called #flink was created at irc.freenode.org. An easy way to access the IRC channel is through the [web client](http://webchat.freenode.net/).  Feel free to stop by to ask anything or share your ideas about Apache Flink!
 
-###Meetups and Talks
+### Meetups and Talks
 
 Apache Flink was presented in the [Amsterdam Hadoop User Group](http://www.meetup.com/Netherlands-Hadoop-User-Group/events/218635152)
 
-##Notable code contributions
+## Notable code contributions
 
 **Note:** Code contributions listed here may not be part of a release or even the current snapshot yet.
 
-###[Streaming Scala API](https://github.com/apache/incubator-flink/pull/275)
+### [Streaming Scala API](https://github.com/apache/incubator-flink/pull/275)
 
 The Flink Streaming Java API recently got its Scala counterpart. Once merged, Flink Streaming users can use both Scala and Java for their development. The Flink Streaming Scala API is built as a thin layer on top of the Java API, making sure that the APIs are kept easily in sync.
 
-###[Intermediate datasets](https://github.com/apache/incubator-flink/pull/254)
+### [Intermediate datasets](https://github.com/apache/incubator-flink/pull/254)
 
 This pull request introduces a major change in the Flink runtime. Currently, the Flink runtime is based on the notion of operators that exchange data through channels. With the PR, intermediate data sets that are produced by operators become first-class citizens in the runtime. While this does not have any user-facing impact yet, it lays the groundwork for a slew of future features such as blocking execution, fine-grained fault-tolerance, and more efficient data sharing between cluster and client.
 
-###[Configurable execution mode](https://github.com/apache/incubator-flink/pull/259)
+### [Configurable execution mode](https://github.com/apache/incubator-flink/pull/259)
 
 This pull request allows the user to change the object-reuse behaviour. Before this pull request, some operations would reuse objects passed to the user function while others would always create new objects. This introduces a system wide switch and changes all operators to either reuse objects or don’t reuse objects.
 
-###[Distributed Coordination via Akka](https://github.com/apache/incubator-flink/pull/149)
+### [Distributed Coordination via Akka](https://github.com/apache/incubator-flink/pull/149)
 
 Another major change is a complete rewrite of the JobManager / TaskManager components in Scala. In addition to that, the old RPC service was replaced by Actors, using the Akka framework.
 
-###[Sorting of very large records](https://github.com/apache/incubator-flink/pull/249 )
+### [Sorting of very large records](https://github.com/apache/incubator-flink/pull/249 )
 
 Flink's internal sort-algorithms were improved to better handle large records (multiple 100s of megabytes or larger). Previously, the system did in some cases hold instances of multiple large records, resulting in high memory consumption and JVM heap thrashing. Through this fix, large records are streamed through the operators, reducing the memory consumption and GC pressure. The system now requires much less memory to support algorithms that work on such large records.
 
-###[Kryo Serialization as the new default fallback](https://github.com/apache/incubator-flink/pull/271)
+### [Kryo Serialization as the new default fallback](https://github.com/apache/incubator-flink/pull/271)
 
 Flink’s build-in type serialization framework is handles all common types very efficiently. Prior versions uses Avro to serialize types that the built-in framework could not handle.
 Flink serialization system improved a lot over time and by now surpasses the capabilities of Avro in many cases. Kryo now serves as the default fallback serialization framework, supporting a much broader range of types.
 
-###[Hadoop FileSystem support](https://github.com/apache/incubator-flink/pull/268)
+### [Hadoop FileSystem support](https://github.com/apache/incubator-flink/pull/268)
 
 This change permits users to use all file systems supported by Hadoop with Flink. In practice this means that users can use Flink with Tachyon, Google Cloud Storage (also out of the box Flink YARN support on Google Compute Cloud), FTP and all the other file system implementations for Hadoop.
 
-##Heading to the 0.8.0 release
+## Heading to the 0.8.0 release
 
 The community is working hard together with the Apache infra team to migrate the Flink infrastructure to a top-level project. At the same time, the Flink community is working on the Flink 0.8.0 release which should be out very soon.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2015-02-02-february-2015-in-flink.md
----------------------------------------------------------------------
diff --git a/_posts/2015-02-02-february-2015-in-flink.md b/_posts/2015-02-02-february-2015-in-flink.md
deleted file mode 100644
index b81d61e..0000000
--- a/_posts/2015-02-02-february-2015-in-flink.md
+++ /dev/null
@@ -1,112 +0,0 @@
----
-layout: post
-title:  'February 2015 in the Flink community'
-date:   2015-03-02 10:00:00
-categories: news
----
-
-February might be the shortest month of the year, but this does not
-mean that the Flink community has not been busy adding features to the
-system and fixing bugs. Here’s a rundown of the activity in the Flink
-community last month.
-
-###0.8.1 release
-
-Flink 0.8.1 was released. This bugfixing release resolves a total of 22 issues.
-
-###New committer
-
-[Max Michels](https://github.com/mxm) has been voted a committer by the Flink PMC.
-
-###Flink adapter for Apache SAMOA
-
-[Apache SAMOA (incubating)](http://samoa.incubator.apache.org) is a
-distributed streaming machine learning (ML) framework with a
-programming abstraction for distributed streaming ML algorithms. SAMOA
-runs on a variety of backend engines, currently Apache Storm and
-Apache S4.  A [pull
-request](https://github.com/apache/incubator-samoa/pull/11) is
-available at the SAMOA repository that adds a Flink adapter for SAMOA.
-
-###Easy Flink deployment on Google Compute Cloud
-
-Flink is now integrated in bdutil, Google’s open source tool for
-creating and configuring (Hadoop) clusters in Google Compute
-Engine. Deployment of Flink clusters in now supported starting with
-[bdutil
-1.2.0](https://groups.google.com/forum/#!topic/gcp-hadoop-announce/uVJ_6y9cGKM).
-
-###Flink on the Web
-
-A new blog post on [Flink
-Streaming](http://flink.apache.org/news/2015/02/09/streaming-example.html)
-was published at the blog. Flink was mentioned in several articles on
-the web. Here are some examples:
-
-- [How Flink became an Apache Top-Level Project](http://dataconomy.com/how-flink-became-an-apache-top-level-project/)
-
-- [Stale Synchronous Parallelism: The new frontier for Apache Flink?](https://www.linkedin.com/pulse/stale-synchronous-parallelism-new-frontier-apache-flink-nam-luc-tran?utm_content=buffer461af&utm_medium=social&utm_source=linkedin.com&utm_campaign=buffer)
-
-- [Distributed data processing with Apache Flink](http://www.hadoopsphere.com/2015/02/distributed-data-processing-with-apache.html)
-
-- [Ciao latency, hello speed](http://www.hadoopsphere.com/2015/02/ciao-latency-hallo-speed.html)
-
-##In the Flink master
-
-The following features have been now merged in Flink’s master repository.
-
-###Gelly
-
-Gelly, Flink’s Graph API allows users to manipulate graph-shaped data
-directly. Here’s for example a calculation of shortest paths in a
-graph:
-
-{% highlight java %}
-Graph<Long, Double, Double> graph = Graph.fromDataSet(vertices, edges, env);
-
-DataSet<Vertex<Long, Double>> singleSourceShortestPaths = graph
-     .run(new SingleSourceShortestPaths<Long>(srcVertexId,
-           maxIterations)).getVertices();
-{% endhighlight %}	   
-
-See more Gelly examples
-[here](https://github.com/apache/flink/tree/master/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example).
-
-###Flink Expressions
-
-The newly merged
-[flink-expressions](https://github.com/apache/flink/tree/master/flink-staging/flink-expressions)
-module is the first step in Flink’s roadmap towards logical queries
-and SQL support. Here’s a preview on how you can read two CSV file,
-assign a logical schema to, and apply transformations like filters and
-joins using logical attributes rather than physical data types.
-
-{% highlight scala %}
-val customers = getCustomerDataSet(env)
- .as('id, 'mktSegment)
- .filter( 'mktSegment === "AUTOMOBILE" )
-
-val orders = getOrdersDataSet(env)
- .filter( o => dateFormat.parse(o.orderDate).before(date) )
- .as('orderId, 'custId, 'orderDate, 'shipPrio)
-
-val items =
- orders.join(customers)
-   .where('custId === 'id)
-   .select('orderId, 'orderDate, 'shipPrio)
-{% endhighlight %}   
-
-###Access to HCatalog tables
-
-With the [flink-hcatalog
-module](https://github.com/apache/flink/tree/master/flink-staging/flink-hcatalog),
-you can now conveniently access HCatalog/Hive tables. The module
-supports projection (selection and order of fields) and partition
-filters.
-
-###Access to secured YARN clusters/HDFS.
-
-With this change users can access Kerberos secured YARN (and HDFS)
-Hadoop clusters.  Also, basic support for accessing secured HDFS with
-a standalone Flink setup is now available.
-

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2015-02-04-january-in-flink.md
----------------------------------------------------------------------
diff --git a/_posts/2015-02-04-january-in-flink.md b/_posts/2015-02-04-january-in-flink.md
index f0268db..6a5315a 100644
--- a/_posts/2015-02-04-january-in-flink.md
+++ b/_posts/2015-02-04-january-in-flink.md
@@ -7,46 +7,46 @@ categories: news
 
 Happy 2015! Here is a (hopefully digestible) summary of what happened last month in the Flink community.
 
-###0.8.0 release
+### 0.8.0 release
 
 Flink 0.8.0 was released. See [here](http://flink.apache.org/news/2015/01/21/release-0.8.html) for the release notes.
 
-###Flink roadmap
+### Flink roadmap
 
 The community has published a [roadmap for 2015](https://cwiki.apache.org/confluence/display/FLINK/Flink+Roadmap) on the Flink wiki. Check it out to see what is coming up in Flink, and pick up an issue to contribute!
 
-###Scaling ALS
+### Scaling ALS
 
 Flink committers employed at [data Artisans](http://data-artisans.com) published a [blog post](http://data-artisans.com/computing-recommendations-with-flink.html) on how they scaled matrix factorization with Flink and Google Compute Engine to matrices with 28 billion elements.
 
-###Articles in the press
+### Articles in the press
 
 The Apache Software Foundation [announced](https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces69) Flink as a Top-Level Project. The announcement was picked up by the media, e.g., [here](http://sdtimes.com/inside-apache-software-foundations-newest-top-level-project-apache-flink/?utm_content=11232092&utm_medium=social&utm_source=twitter), [here](http://www.datanami.com/2015/01/12/apache-flink-takes-route-distributed-data-processing/), and [here](http://i-programmer.info/news/197-data-mining/8176-flink-reaches-top-level-status.html).
 
-###Hadoop Summit
+### Hadoop Summit
 
 A submitted abstract on Flink Streaming [won the community](http://2015.hadoopsummit.org/amsterdam-blog/announcing-the-community-vote-session-winners-for-the-2015-hadoop-summit-europe/) vote at “The Future of Hadoop” track.
 
-###Meetups and talks
+### Meetups and talks
 
 Flink was presented at the [Paris Hadoop User Group](http://www.meetup.com/Hadoop-User-Group-France/events/219778022/), the [Bay Area Hadoop User Group](http://www.meetup.com/hadoop/events/167785202/), the [Apache Tez User Group](http://www.meetup.com/Apache-Tez-User-Group/events/219302692/), and [FOSDEM 2015](https://fosdem.org/2015/schedule/track/graph_processing/). The January [Flink meetup in Berlin](http://www.meetup.com/Apache-Flink-Meetup/events/219639984/) had talks on recent community updates and new features.
 
-##Notable code contributions
+## Notable code contributions
 
 **Note:** Code contributions listed here may not be part of a release or even the Flink master repository yet.
 
-###[Using off-heap memory](https://github.com/apache/flink/pull/290)
+### [Using off-heap memory](https://github.com/apache/flink/pull/290)
 
 This pull request enables Flink to use off-heap memory for its internal memory uses (sort, hash, caching of intermediate data sets). 
 
-###[Gelly, Flink’s Graph API](https://github.com/apache/flink/pull/335)
+### [Gelly, Flink’s Graph API](https://github.com/apache/flink/pull/335)
 
 This pull request introduces Gelly, Flink’s brand new Graph API. Gelly offers a native graph programming abstraction with functionality for vertex-centric programming, as well as available graph algorithms. See [this slide set](http://www.slideshare.net/vkalavri/largescale-graph-processing-with-apache-flink-graphdevroom-fosdem15) for an overview of Gelly.
 
-###[Semantic annotations](https://github.com/apache/flink/pull/311)
+### [Semantic annotations](https://github.com/apache/flink/pull/311)
 
 Semantic annotations are a powerful mechanism to expose information about the behavior of Flink functions to Flink’s optimizer. The optimizer can leverage this information to generate more efficient execution plans. For example the output of a Reduce operator that groups on the second field of a tuple is still partitioned on that field if the Reduce function does not modify the value of the second field. By exposing this information to the optimizer, the optimizer can generate plans that avoid expensive data shuffling and reuse the partitioned output of Reduce. Semantic annotations can be defined for most data types, including (nested) tuples and POJOs. See the snapshot documentation for details (not online yet).
 
-###[New YARN client](https://github.com/apache/flink/pull/292)
+### [New YARN client](https://github.com/apache/flink/pull/292)
 
 The improved YARN client of Flink now allows users to deploy Flink on YARN for executing a single job. Older versions only supported a long-running YARN session. The code of the YARN client has been refactored to provide an (internal) Java API for controlling YARN clusters more easily.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2015-02-09-streaming-example.md
----------------------------------------------------------------------
diff --git a/_posts/2015-02-09-streaming-example.md b/_posts/2015-02-09-streaming-example.md
index cf442de..5fcba01 100644
--- a/_posts/2015-02-09-streaming-example.md
+++ b/_posts/2015-02-09-streaming-example.md
@@ -5,7 +5,6 @@ date:   2015-02-09 12:00:00
 categories: news
 ---
 
-
 This post is the first of a series of blog posts on Flink Streaming,
 the recent addition to Apache Flink that makes it possible to analyze
 continuous data sources in addition to static files. Flink Streaming

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/_posts/2015-03-02-february-2015-in-flink.md
----------------------------------------------------------------------
diff --git a/_posts/2015-03-02-february-2015-in-flink.md b/_posts/2015-03-02-february-2015-in-flink.md
new file mode 100644
index 0000000..980d8ee
--- /dev/null
+++ b/_posts/2015-03-02-february-2015-in-flink.md
@@ -0,0 +1,112 @@
+---
+layout: post
+title:  'February 2015 in the Flink community'
+date:   2015-03-02 10:00:00
+categories: news
+---
+
+February might be the shortest month of the year, but this does not
+mean that the Flink community has not been busy adding features to the
+system and fixing bugs. Here’s a rundown of the activity in the Flink
+community last month.
+
+### 0.8.1 release
+
+Flink 0.8.1 was released. This bugfixing release resolves a total of 22 issues.
+
+### New committer
+
+[Max Michels](https://github.com/mxm) has been voted a committer by the Flink PMC.
+
+### Flink adapter for Apache SAMOA
+
+[Apache SAMOA (incubating)](http://samoa.incubator.apache.org) is a
+distributed streaming machine learning (ML) framework with a
+programming abstraction for distributed streaming ML algorithms. SAMOA
+runs on a variety of backend engines, currently Apache Storm and
+Apache S4.  A [pull
+request](https://github.com/apache/incubator-samoa/pull/11) is
+available at the SAMOA repository that adds a Flink adapter for SAMOA.
+
+### Easy Flink deployment on Google Compute Cloud
+
+Flink is now integrated in bdutil, Google’s open source tool for
+creating and configuring (Hadoop) clusters in Google Compute
+Engine. Deployment of Flink clusters in now supported starting with
+[bdutil
+1.2.0](https://groups.google.com/forum/#!topic/gcp-hadoop-announce/uVJ_6y9cGKM).
+
+### Flink on the Web
+
+A new blog post on [Flink
+Streaming](http://flink.apache.org/news/2015/02/09/streaming-example.html)
+was published at the blog. Flink was mentioned in several articles on
+the web. Here are some examples:
+
+- [How Flink became an Apache Top-Level Project](http://dataconomy.com/how-flink-became-an-apache-top-level-project/)
+
+- [Stale Synchronous Parallelism: The new frontier for Apache Flink?](https://www.linkedin.com/pulse/stale-synchronous-parallelism-new-frontier-apache-flink-nam-luc-tran?utm_content=buffer461af&utm_medium=social&utm_source=linkedin.com&utm_campaign=buffer)
+
+- [Distributed data processing with Apache Flink](http://www.hadoopsphere.com/2015/02/distributed-data-processing-with-apache.html)
+
+- [Ciao latency, hello speed](http://www.hadoopsphere.com/2015/02/ciao-latency-hallo-speed.html)
+
+## In the Flink master
+
+The following features have been now merged in Flink’s master repository.
+
+### Gelly
+
+Gelly, Flink’s Graph API allows users to manipulate graph-shaped data
+directly. Here’s for example a calculation of shortest paths in a
+graph:
+
+{% highlight java %}
+Graph<Long, Double, Double> graph = Graph.fromDataSet(vertices, edges, env);
+
+DataSet<Vertex<Long, Double>> singleSourceShortestPaths = graph
+     .run(new SingleSourceShortestPaths<Long>(srcVertexId,
+           maxIterations)).getVertices();
+{% endhighlight %}	   
+
+See more Gelly examples
+[here](https://github.com/apache/flink/tree/master/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example).
+
+### Flink Expressions
+
+The newly merged
+[flink-expressions](https://github.com/apache/flink/tree/master/flink-staging/flink-expressions)
+module is the first step in Flink’s roadmap towards logical queries
+and SQL support. Here’s a preview on how you can read two CSV file,
+assign a logical schema to, and apply transformations like filters and
+joins using logical attributes rather than physical data types.
+
+{% highlight scala %}
+val customers = getCustomerDataSet(env)
+ .as('id, 'mktSegment)
+ .filter( 'mktSegment === "AUTOMOBILE" )
+
+val orders = getOrdersDataSet(env)
+ .filter( o => dateFormat.parse(o.orderDate).before(date) )
+ .as('orderId, 'custId, 'orderDate, 'shipPrio)
+
+val items =
+ orders.join(customers)
+   .where('custId === 'id)
+   .select('orderId, 'orderDate, 'shipPrio)
+{% endhighlight %}   
+
+### Access to HCatalog tables
+
+With the [flink-hcatalog
+module](https://github.com/apache/flink/tree/master/flink-staging/flink-hcatalog),
+you can now conveniently access HCatalog/Hive tables. The module
+supports projection (selection and order of fields) and partition
+filters.
+
+### Access to secured YARN clusters/HDFS.
+
+With this change users can access Kerberos secured YARN (and HDFS)
+Hadoop clusters.  Also, basic support for accessing secured HDFS with
+a standalone Flink setup is now available.
+


[29/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/svg/white_filled.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/white_filled.svg b/img/logo/svg/white_filled.svg
new file mode 100644
index 0000000..28bd9f9
--- /dev/null
+++ b/img/logo/svg/white_filled.svg
@@ -0,0 +1,231 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="black" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
+<symbol  id="New_Symbol_12" viewBox="-35.249 -35.39 70.497 70.78">
+	<g>
+		<path fill="#FFFFFF" d="M-25.976-3.646c0.084-0.104,0.188-0.203,0.289-0.298l0.071-0.066l0.023-0.013
+			c0.212-0.104,0.385-0.166,0.528-0.192c-0.332,1.831-0.466,3.528-0.407,5.186c0.081,2.35,0.526,4.335,1.363,6.072
+			c0.133,0.275,0.775,1.315,0.93,1.534c0,0-0.519-3.545-0.597-4.935c-0.098-1.714,0.057-3.517,0.471-5.508
+			c0.072,0.049,0.143,0.097,0.213,0.146c-0.126,1.147-0.123,2.358,0.011,3.599c0.182,1.686,0.587,3.347,1.235,5.076
+			c0.72,1.923,1.686,3.797,2.872,5.58c-5.853-0.617-7.13-6.193-7.13-6.193s0.05,1.023,0.071,1.281
+			c0.167,1.914,0.364,2.834,0.605,3.796c-0.385-0.704-0.628-1.443-0.802-2.031c-0.409-1.387-0.637-2.8-0.804-3.998
+			c-0.195-1.401-0.288-2.645-0.282-3.8c0.006-1.122,0.072-2.442,0.518-3.724C-26.582-2.741-26.314-3.237-25.976-3.646z"/>
+		<path fill="#FFFFFF" d="M-21.729-1.472c0.528,0.332,1.135,0.59,1.847,0.789c1.252,0.352,2.621,0.705,4.308,1.117l0.56,0.137
+			c1.411,0.343,2.873,0.698,4.245,1.225c0.835,0.318,1.629,0.738,2.429,1.286c1.122,0.766,2.126,1.709,2.985,2.806
+			c0.455,0.579,0.685,1.028,0.912,1.784l0.337,1.116c0,0,1.367-1.53-0.013-4.234c0.875,0.317,1.717,1.217,2.352,2.324
+			c0.533,0.928,1.447,4.278,1.447,4.278s1.678-2.58-0.309-5.932c0.121,0.041,0.793,0.414,1.05,0.669
+			c7.393,7.342,1.029,11.5-0.305,12.494c-0.795,0.592-1.733,1.094-2.896,1.548c-0.056,0.021-0.112,0.043-0.172,0.067
+			c-0.088,0.037-0.139,0.096-0.162,0.125l-0.948,1.033l1.659-0.458c0.232-0.062,0.454-0.123,0.672-0.188
+			c1.811-0.538,3.19-1.181,4.342-2.022c1.312-0.958,6.318-5.165,1.026-11.317c1.639,0.564,4.736,2.276,5.785,3.751
+			c5.051,7.093-0.75,11.229-0.502,11.229c0.055,0,0.131-0.007,0.292-0.029c0.073-0.011,0.142-0.017,0.204-0.017
+			c0.105,0,0.285,0.017,0.32,0.12c0.044,0.123-0.041,0.36-0.215,0.495c-0.453,0.344-0.946,0.596-1.573,0.498
+			c-5.218-0.808-7.062,0.813-7.062,0.813s7.32-0.379,7.555,0.826c-0.97,1.014-2.157,1.896-3.612,2.689
+			c-2.052,1.119-4.264,1.85-6.571,2.19c-3.561,0.529-6.281-0.155-6.281-0.155c0.282,0.356,1.692,1.967,7.537,1.508
+			c2.365-0.187,4.613-0.932,6.694-1.973c0.537-0.269,0.855,0.37,0.864,0.657c0.011,0.337,0.592-1.117,0.6-1.194
+			c0.056,0.145,0.283,0.907,0.33,0.907c0.14,0,0.709-1.777,0.709-1.777c0.006,0.071,0.758,0.843,0.758,0.843
+			c0.224-1.011,0.195-1.517,0.14-1.656c0.005,0.027,0.786,0.506,0.786,0.506s0.449-1.881,1.214-2.627
+			c0.248-0.242,0.702-0.872,0.966-1.553c0.559,0.391,1.243,2.356,1.243,2.356s0.352-1.04,0.057-2.914
+			c0.021,0.023,0.889,0.646,0.889,0.646s0.124-1.323-0.443-2.973c-0.029-0.088-0.05-0.183-0.066-0.279
+			c0.479,0.268,1.191,1.144,1.191,1.144l-0.125-0.555c-0.143-0.63-0.404-1.854-0.965-2.812c-0.359-0.614-0.667-1.261-0.854-2.024
+			c0.144,0.134,0.293,0.25,0.447,0.353c0.296,0.192,0.587,0.344,0.863,0.444l0.684,0.25c1.156,0.42,2.325,0.91,3.459,1.412
+			c2.396,1.06,1.86,2.536,1.86,2.536c-0.615-1.202-2.848-2.406-2.848-2.406s2.891,2.59,1.658,5.618
+			c-0.338-0.796-0.661-1.588-0.964-2.335c-0.424-1.041-0.927-2.14-1.739-3.112c-0.415-0.495-0.842-0.854-1.316-1.101
+			c-0.103-0.053-0.205-0.099-0.339-0.141l-0.126-0.047c0,0,0.507,0.834,0.542,3.134c0.013,0.831,0.035,1.683,0.035,2.436v0.166
+			c0,0.389-0.009,0.777-0.005,1.166c0.014,1.646,0.044,2.896,0.389,4.049c-0.036,0.066-0.015,0.133-0.054,0.201
+			c-0.079,0.137-0.139,0.291-0.21,0.462c-0.107,0.261-0.196,0.524-0.298,0.812c-0.375,1.062-0.909,1.588-1.076,1.734
+			c-0.111-0.34-0.8-1.742-0.8-1.742s0.002,1.076-0.002,1.158c-0.197,1.506-3.922,2.867-3.998,2.914l0.197-1.183
+			c0,0-1.127,0.084-1.606,0.839c-0.099,0.154-0.248,0.264-0.382,0.37L8.137,32.9l0.273-0.63c0,0-0.872,0.07-1.283,0.792
+			c-0.096,0.168-0.221,0.358-0.331,0.557c-0.367,0.666-0.937,1.06-1.694,1.168C4.57,34.863,3.99,34.924,3.33,34.969
+			c-0.418,0.028-0.914,0.09-1.412,0.325c-0.073,0.032-0.15,0.065-0.228,0.096c0.046-0.085,0.092-0.171,0.136-0.256
+			c0.044-0.085,0.075-0.17,0.117-0.281l0.023-0.066l0.094-0.231l0.143-0.508c0,0-1.042,0.042-2.255,0.881
+			c-0.263,0.182-0.593,0.182-0.958,0.211l-0.103,0.009c-0.333,0.028-0.662,0.042-0.979,0.042c-0.966,0-1.849-0.125-2.702-0.383
+			c-0.06-0.019-0.115-0.035-0.172-0.055c0.104,0.005,0.209,0.008,0.313,0.008c0.066,0,0.132-0.002,0.197-0.003
+			c1.998-0.034,2.617-1.218,2.617-1.218s-1.787,0-2.314-0.068c-0.615-0.08-1.238-0.154-1.816-0.313
+			c-1.652-0.454-3.218-1.22-4.786-2.342c-0.365-0.261-0.747-0.503-1.146-0.756c-0.678-0.433-1.25-1.005-1.698-1.701
+			c-0.049-0.076-0.082-0.142-0.103-0.2c-0.04-0.106-0.022-0.117,0.044-0.151c0.138-0.072,0.304-0.134,0.495-0.181
+			c2.828-0.688,4.944-3.065,5.268-5.914l0.043-0.364c0.105-0.902,0.213-1.834,0.167-2.78c-0.122-2.458-0.998-4.649-2.657-6.462
+			c-1.741-1.904-3.901-2.035-3.882-2.02c1.283,1.198,2.128,2.801,2.582,4.896c0.171,0.79,0.097,1.558-0.247,2.439
+			c-0.016-0.045-0.03-0.091-0.047-0.137c-0.286-0.815-0.649-1.753-1.319-2.527c-0.388-0.444-0.919-0.95-1.536-1.537
+			c-2.687-2.557-7.182-6.832-7.105-13.633C-21.894-0.609-21.814-1.098-21.729-1.472z"/>
+		<path fill="#FFFFFF" d="M19.462,15.739c-0.332-0.29-0.667-0.578-1.005-0.86c-0.604-0.505-1.035-0.827-1.964-1.161
+			c-0.813-0.293-1.439,0.366-1.439,0.366c0.539,0.27,0.938,0.657,1.318,1.147c-1.041-0.543-2.276-1.234-3.404-2.093
+			c-0.372-0.284-0.881-0.703-1.148-1.041c-0.365-0.46-0.605-0.938-0.605-1.427v-0.005c0,0.009,0.13,0.015,0.156,0.021
+			c1.301,0.335,2.597,0.919,3.617,1.446c1.629,0.843,3.324,1.879,5.181,3.167c0.069,0.048,0.156,0.104,0.281,0.142l1.093,0.312
+			l-0.673-0.927c-0.024-0.034-0.05-0.068-0.08-0.1c-2.195-2.188-4.471-3.754-6.958-4.786c-0.48-0.201-0.966-0.371-1.451-0.512
+			c1.691,0.441,3.131,0.94,4.463,1.547c1.583,0.72,2.692,1.423,3.597,2.277c1.401,1.327,2.402,2.892,2.977,4.648
+			c0.03,0.093,0.052,0.19,0.072,0.296c-0.093-0.027-0.326-0.096-0.326-0.096c-0.374-0.108-0.761-0.219-1.099-0.383
+			c-0.474-0.229-0.92-0.571-1.258-0.844C20.336,16.495,19.853,16.076,19.462,15.739z"/>
+		<path fill="#FFFFFF" d="M-30.737-8.808c0.378-0.604,0.79-1.201,1.189-1.776l0.061-0.09c-1.036,3.646,0.659,5.844,0.659,5.844
+			l0.42-1.152c0.107-0.299,0.268-0.586,0.492-0.891c0.433,0.81,0.961,1.587,1.576,2.313c-0.525,0.279-0.982,0.682-1.392,1.225
+			c-0.589,0.779-0.978,1.714-1.225,2.937c-0.281,1.397-0.349,2.906-0.204,4.607c0.043,0.513,0.106,1.027,0.173,1.547
+			c-2.11-2.367-3.723-5.062-4.795-8.01c-0.002-0.009,0-0.034,0.009-0.062C-33.083-4.521-32.088-6.644-30.737-8.808z"/>
+		<path fill="#FFFFFF" d="M18.348,25.501c0.007,2.079,0.359,3.942,1.08,5.7c0,0,0.04,0.096,0.052,0.122
+			c-0.262-0.177-0.497-0.417-0.725-0.743c-0.494-0.715-0.859-1.562-1.171-2.748c-0.536-2.026-0.855-4.209-0.994-6.806
+			c0.565,0.604,1.494,1.939,1.688,3.583C18.31,24.886,18.346,25.196,18.348,25.501z"/>
+		<path fill="#FFFFFF" d="M28.28-30.566c-1.168,0.193-3.639,1.062-4.329,2.787c-0.848-2.085,0.903-3.602,2.212-4.28
+			c0.228-0.118,0.295-0.146,0.533-0.242c0.247-0.109-0.488-1.456,0.132-2.076c0.62-0.619,1.206-0.435,1.435-0.435
+			c0,0,1.066-0.988,1.673-0.327c0.155,0.17,0.29,0.774,0.085,1.135c-0.255,0.449-0.87,0.366-0.929,0.365
+			c-1.209-0.015-1.101,0.554-0.916,0.797c0.133,0.173,0.389,0.163,0.606,0.163c0.05,0,0.101-0.004,0.155-0.011
+			c0.278-0.032,0.544-0.047,0.791-0.047c0.987,0,2.14,0.102,2.906,0.527c0.548,0.306,1.447,1.344,1.401,2.04
+			C33.984-30.189,31.6-31.113,28.28-30.566z"/>
+		<path fill="#FFFFFF" d="M35.134-7.608c-0.111,0.287-0.25,0.578-0.372,0.835c-0.06,0.123-0.118,0.248-0.176,0.372
+			c-0.062,0.139-0.129,0.273-0.196,0.409c-0.162,0.327-0.33,0.667-0.446,1.031c-0.101,0.314-0.128,0.636-0.152,0.945
+			c-0.009,0.111-0.021,0.226-0.033,0.334c-0.396,3.41-2.572,6.284-5.531,7.676c-0.111-0.413-0.323-0.814-0.634-1.229
+			c-0.266-0.354-0.425-0.408-0.772-0.406C26.36,2.36,26.292,2.89,26.429,3.14c0.323,0.572,0.536,1.147,0.578,1.6
+			c0.098,1.111-0.523,2.319-1.283,3.151c-0.705,0.771-1.914,1.663-2.887,1.956c-0.234-0.904,0.05-2.396,0.366-3.27
+			c0.389-1.063,1.603-3.154,1.311-4.421c0,0-0.085-0.812-0.896-1.321c-0.45-0.283-0.634-0.156-0.634-0.156
+			c0.867,1.85,0.876,2.629-0.083,4.38c-0.722,1.319-1.057,2.65-0.797,4.124c0.01,0.06,0.029,0.117,0.041,0.176
+			c-0.079-0.201-0.163-0.398-0.26-0.586c-0.737-1.294-1.433-1.967-1.852-3.307c-0.44-1.499,0.03-3.122,0.959-4.714
+			c-0.884,0.539-1.426,1.429-1.632,2.372c-1.497-0.835-2.793-1.958-3.935-3.438c-0.236-0.308-0.517-0.564-0.763-0.791
+			c-1.613-1.49-3.576-2.58-5.833-3.241C7.375-4.773,5.876-5.134,4.4-5.489L4.015-5.58C2-6.066-0.14-6.615-2.17-7.519
+			c-2.336-1.038-4.187-2.232-5.655-3.653c-2.16-2.089-3.478-4.662-3.911-7.647c-0.336-2.302-0.162-4.704,0.532-7.344
+			c0.025-0.095-3.039,2.774-1.458,11.033c-0.237,0.012-0.465,0.019-0.695,0.021l-0.199-0.002c-5.7-0.171-8.071-3.312-8.071-3.312
+			s0.371,3.487,5.861,4.658c0.413,0.088,3.87,0.865,3.986,0.903c0.455,0.926,1.007,1.804,1.644,2.622l-0.49-0.077
+			c-0.94-0.146-1.912-0.296-2.875-0.421l-0.742-0.097c-1.702-0.217-3.463-0.44-5.131-0.932c-1.752-0.514-3.123-1.255-4.194-2.265
+			c-1.148-1.08-1.97-2.473-2.515-4.251c-0.022-0.072-0.041-0.146-0.067-0.254c-0.038-0.146-0.076-0.297-0.132-0.446
+			c-0.058-0.153-0.071-0.323,0.053-0.649c1.026-2.721,2.787-5.08,5.233-7.008c1.872-1.477,4.002-2.646,6.33-3.479
+			c0.078-0.027,0.205-0.072,0.322-0.188l1.026-0.993l-1.605,0.384c-0.188,0.043-0.375,0.087-0.562,0.138
+			c-3.286,0.901-6.15,2.422-8.509,4.517c-0.805,0.292-4.918,2.343-6.665,5.711l-0.291,0.561c0,0,2.233-2.201,3.799-2.522
+			c-0.692,1.122-1.252,2.329-1.664,3.599c-0.026,0.083-0.079,0.177-0.144,0.257c-2.673,3.336-4.587,6.703-5.849,10.3
+			c-0.09,0.255-0.173,0.513-0.252,0.774c-0.127-1.046-0.19-2.093-0.188-3.117c0.001-0.325,2.816-7.805,2.816-7.805
+			s-1.24,1.378-2.265,3.122c0,0-0.18,0.588-0.203,0.626c0.44-2.646,1.294-5.132,2.544-7.435c3.442-6.332,8.718-10.482,16.131-12.422
+			c1.781-0.466,3.722-0.753,5.767-0.753c0,0,22.678-0.021,23.165-0.021c1.089,0,1.922,0.064,2.698,0.205l0.121,0.021
+			c0.262,0.049,0.534,0.1,0.829,0.1c0.313-0.002,0.646-0.042,1.017-0.129l0.183-0.043c0.34-0.082,0.659-0.157,0.974-0.157
+			c3.893-0.029,3.352,2.314,3.352,2.314c-0.162,0.61-0.869,1.034-1.643,1.219c-0.271,0.065-0.549,0.098-0.825,0.098
+			c-0.528,0-1.082-0.12-1.648-0.354c-0.282-0.119-0.565-0.241-0.848-0.362l-0.507-0.22c-0.096-0.041-0.192-0.08-0.289-0.112
+			c-0.229-0.076-0.374-0.105-0.5-0.105c-0.586,0-0.612,0.575-0.628,0.921c-0.019,0.418,0.158,0.809,0.499,1.1
+			c0.274,0.232,0.572,0.459,0.891,0.673c0.575,0.389,1.168,0.79,1.626,1.316c0.576,0.665,0.926,1.339,1.066,2.062
+			c0.092,0.464,0.049,0.917-0.131,1.382c-0.04,0.104-0.079,0.125-0.117,0.137c-0.32,0.103-0.699,0.223-1.084,0.33
+			c-1.439,0.404-2.497,1.008-3.324,1.895c-0.583,0.625-0.98,1.351-1.294,1.978c-0.524,1.054-0.938,2.142-1.228,3.231
+			c-0.47,1.772-1.58,3.193-3.392,4.342c-1.348,0.854-2.893,1.374-4.591,1.545c-0.405,0.043-0.815,0.062-1.248,0.083
+			c-0.108,0.006-0.361,0.038-0.612,0.07c-0.227,0.03-0.451,0.061-0.555,0.065l-0.619,0.037c0,0,0.16,0.225,1.442,0.715
+			c0.243,0.092,0.492,0.115,0.737,0.16c0.594,0.104,1.18,0.157,1.74,0.157c1.352,0,2.629-0.312,3.799-0.927
+			c1.457-0.768,2.62-1.935,3.558-3.57c0.509-0.89,0.91-1.847,1.228-2.925c0.061-0.206,0.113-0.414,0.171-0.636
+			c0.104-0.394,0.21-0.8,0.359-1.169c0.904-2.229,2.582-3.533,4.984-3.877c0.636-0.09,1.257-0.136,1.847-0.136
+			c1.117,0,2.187,0.164,3.176,0.488c1.343,0.44,2.367,1.127,3.131,2.099c0.355,0.451,0.601,0.928,0.752,1.456l0.102,0.356
+			l0.598-0.142c0.128-0.033,0.255-0.063,0.383-0.087c0.09-0.019,0.181-0.026,0.277-0.026c0.272,0,0.55,0.064,0.848,0.131
+			l0.051,0.013c0.223,0.051,0.441,0.06,0.656,0.067l0.179,0.008c0.211,0,0.39-0.142,0.468-0.274c0.09-0.156,0.24-0.246,0.516-0.308
+			c0.07-0.016,0.145-0.022,0.222-0.022c0.676,0,1.385,0.619,1.403,1.227c0.008,0.232-0.054,0.376-0.207,0.481
+			c-0.121,0.083-0.246,0.16-0.386,0.247l-0.673,0.423l0.448,0.341c0.132,0.098,0.277,0.149,0.433,0.149
+			c0.133,0,0.252-0.037,0.355-0.083c0,0-0.562,2.979-4.504,2.112c0,0-0.641-0.263-0.967-0.386l-0.152-0.058
+			c-0.098-0.037-0.196-0.056-0.299-0.056c-0.199,0-0.366,0.074-0.49,0.138c-1.379,0.694-2.73,0.385-2.954,0.385
+			c-0.576,0-1.096,0.057-1.587,0.174c-0.088,0.021-0.219,0.064-0.342,0.199l-0.255,0.285c-1.204-0.06-2.373,0.104-3.488,0.581
+			c-1.285,0.549-2.312,1.386-2.935,2.664c-0.306,0.636-0.456,1.308-0.442,2.021c0.025-0.065,0.053-0.131,0.076-0.197
+			c0.249-0.731,0.614-1.397,1.102-1.999c0.903-1.118,2.068-1.869,3.392-2.398c0.718-0.285,1.46-0.486,2.252-0.619
+			c0,0,2.816-0.105,4.071,0.935c0.953,0.532,1.812,0.78,2.703,0.78l0.185-0.001c3.029,0.004,3.296,1.468,3.296,1.468
+			s0.346-0.224,0.828-0.149c0.429,0.063,0.839,0.194,1.237,0.6c0.32,0.324,0.503,0.752,0.545,1.259
+			c-0.326,0.299-0.657,0.592-1.004,0.901l-0.211,0.186l-0.396,0.312l0.272,0.311c0.167,0.19,0.378,0.291,0.61,0.291
+			c0.136,0,0.269-0.034,0.396-0.104c0.18-0.1,0.338-0.227,0.485-0.344c0.051-0.039,0.101-0.079,0.15-0.117
+			c0.056-0.041,0.183-0.142,0.188-0.146C35.268-8.122,35.232-7.861,35.134-7.608z M31.398-6.803
+			c-0.112-0.314-0.259-0.363-0.588-0.291c-0.173,0.038-0.357,0.049-0.534,0.041c-0.327-0.015-0.651-0.07-0.978-0.077
+			c-0.817-0.016-1.6,0.133-2.25,0.665c-0.921,0.756-1.098,1.649-0.521,2.78c0.007-0.062,0.011-0.087,0.012-0.11
+			c0.037-0.771,0.378-1.37,1.016-1.802c0.53-0.357,1.135-0.5,1.756-0.579c0.502-0.063,0.996-0.147,1.436-0.42
+			c0.038-0.022,0.08-0.042,0.12-0.062c0.006,0.008,0.012,0.016,0.019,0.022c-0.087,0.122-0.116,0.54-0.071,0.713
+			c0.073,0.278,0.089,0.652,0.006,0.875c-0.151-0.379-0.396-0.672-0.74-0.894c-0.057-0.045-0.087-0.057-0.157-0.06
+			c-0.231,0.049-0.458,0.103-0.679,0.177c-0.427,0.142-0.858,0.296-1.251,0.511c-0.55,0.3-0.835,0.769-0.689,1.428
+			c0.047,0.21-0.011,0.397-0.165,0.556c-0.068,0.069-0.128,0.147-0.199,0.231c0.161,0.15,0.301,0.296,0.457,0.422
+			c0.146,0.119,0.301,0.229,0.465,0.322c1.274,0.724,2.995,0.179,3.562-1.148c0.144-0.335,0.221-0.709,0.261-1.072
+			C31.773-5.337,31.653-6.082,31.398-6.803z"/>
+		<path fill="#FFFFFF" d="M-29.561-15.433c-0.058,0.7-0.096,1.398-0.136,2.229c-0.003,0.079-0.019,0.128-0.061,0.188
+			c-1.857,2.681-3.213,5.002-4.265,7.303c-0.185,0.402-0.351,0.788-0.498,1.161c0.666-4.029,2.33-7.684,4.961-10.894
+			C-29.559-15.441-29.559-15.437-29.561-15.433z"/>
+		<path fill="#FFFFFF" d="M26.445-27.534c0.52-0.345,1.166-0.598,2.159-0.845c1.002-0.25,1.927-0.37,2.848-0.37
+			c0.547,0,0.986,0.055,1.385,0.175c0.939,0.283,1.525,0.918,1.741,1.884c0.165,0.738,0.308,1.406,0.378,2.103
+			c0.146,1.462-0.224,2.774-1.097,3.901c-0.103-0.091-0.205-0.18-0.313-0.261c-0.179-0.138-0.375-0.257-0.584-0.358
+			c-0.288-0.141-0.576-0.211-0.857-0.211c-0.283,0-0.562,0.072-0.828,0.212c-0.388,0.206-0.832,0.307-1.36,0.307
+			c-0.186,0-0.386-0.014-0.612-0.037c-0.08-0.01-0.115-0.026-0.158-0.118c-0.762-1.565-2.013-2.679-3.827-3.403
+			c-0.032-0.013-0.047-0.021-0.051-0.021c-0.001,0-0.005-0.018-0.009-0.038c-0.061-0.372-0.117-0.859-0.002-1.338
+			C25.412-26.593,25.798-27.108,26.445-27.534z"/>
+		<path fill="#FFFFFF" d="M8.817,7.339C7.295,5.791,5.453,4.515,3.024,3.317c-1.535-0.754-3.245-1.3-5.384-1.715
+			c-1.223-0.238-2.444-0.469-3.667-0.699l-0.252-0.047C-7.317,0.66-8.356,0.464-9.393,0.265c-2.741-0.526-5.661-1.146-8.47-2.094
+			c-2.039-0.689-3.611-1.42-4.946-2.297c-1.309-0.859-2.213-1.743-2.845-2.781c-0.164-0.271-0.307-0.582-0.432-0.857
+			c-0.071-0.157-0.144-0.313-0.221-0.47c-0.053-0.107-0.118-0.229-0.224-0.335c-1.427-1.396-2.036-3.138-1.808-5.179
+			c0.136-1.226,0.518-2.421,1.165-3.644c0.375,2.495,1.692,4.399,3.917,5.663c1.21,0.688,2.544,1.188,4.08,1.525
+			c1.551,0.344,3.126,0.631,4.605,0.896c0.28,0.05,0.904,0.159,0.904,0.159c1.523,0.268,3.1,0.543,4.596,1.016
+			c0.355,0.111,0.703,0.235,1.026,0.356c0.433,0.163,0.81,0.354,1.154,0.607c0.417,0.309,0.853,0.591,1.308,0.857
+			c-1.926,0.045-5.191,0.049-6.205,0.055c-2.271,0.013-3.833-0.176-5.791-0.921c-2.046-0.779-7.893-3.749-7.893-3.749
+			s2.905,3.108,8.367,5.437c1.899,0.732,3.874,1.213,5.871,1.424c0.889,0.094,1.793,0.139,2.763,0.139
+			c0.812,0,1.654-0.032,2.571-0.098c1.51-0.111,3.02-0.221,4.528-0.324l0.041-0.002c0.071,0,0.147,0.012,0.22,0.033
+			c1.619,0.491,3.252,0.76,4.637,0.957c0.517,0.073,1.042,0.179,1.557,0.287C4.983-3.044,4.879-3.015,4.778-2.986
+			C4.661-2.952,4.549-2.907,4.429-2.857L4.17-2.755L3.153-2.069l3.821-0.082c0.823,0,8.942,1.307,12.417,10.98
+			c0.23,0.645,0.471,1.29,0.658,1.994c-2.44-1.552-5.086-2.605-7.872-3.135C11.134,7.491,10.041,7.378,8.817,7.339z"/>
+		<polygon fill="#FFFFFF" points="22.927,12.856 22.925,12.854 22.927,12.854 		"/>
+	</g>
+	<path fill="#FFFFFF" d="M27.944-3.725c0-0.438,0.356-0.795,0.795-0.795s0.795,0.355,0.795,0.795c0,0.44-0.355,0.795-0.795,0.795
+		C28.3-2.93,27.944-3.285,27.944-3.725z"/>
+</symbol>
+<g>
+	<g>
+		<path fill="#FFFFFF" d="M1248.573,1089.554h80.456v19.365h-58.273v34.154h54.929v18.661h-54.929v52.463h-22.183V1089.554z"/>
+		<path fill="#FFFFFF" d="M1348.747,1081.104h21.126v133.095h-21.126V1081.104z"/>
+		<path fill="#FFFFFF" d="M1392.936,1100.997c0-3.403,1.26-6.366,3.785-8.892c2.521-2.521,5.722-3.784,9.595-3.784
+			s7.13,1.204,9.771,3.607c2.642,2.407,3.961,5.431,3.961,9.067c0,3.64-1.319,6.662-3.961,9.066
+			c-2.641,2.406-5.896,3.607-9.771,3.607s-7.071-1.259-9.595-3.784C1394.193,1107.365,1392.936,1104.402,1392.936,1100.997z
+			 M1395.928,1129.693h21.127v84.504h-21.127V1129.693z"/>
+		<path fill="#FFFFFF" d="M1442.756,1129.693h20.07v13.555h0.352c1.876-4.225,5.133-7.949,9.771-11.178
+			c4.635-3.229,10.123-4.844,16.461-4.844c5.516,0,10.237,0.971,14.172,2.905c3.932,1.938,7.158,4.489,9.684,7.659
+			c2.521,3.168,4.371,6.809,5.545,10.914c1.172,4.109,1.762,8.336,1.762,12.677v52.814h-21.127v-46.829
+			c0-2.465-0.176-5.046-0.528-7.746c-0.353-2.698-1.116-5.135-2.287-7.307c-1.176-2.17-2.79-3.961-4.843-5.371
+			c-2.055-1.406-4.783-2.111-8.186-2.111c-3.406,0-6.34,0.677-8.804,2.025c-2.465,1.351-4.49,3.08-6.074,5.191
+			c-1.584,2.113-2.79,4.551-3.608,7.307c-0.821,2.761-1.231,5.547-1.231,8.363v46.478h-21.127L1442.756,1129.693L1442.756,1129.693z
+			"/>
+		<path fill="#FFFFFF" d="M1545.568,1081.104h21.127v84.152h0.526l32.042-35.562h27.111l-36.619,38.203l38.908,46.302h-27.992
+			l-33.451-43.31h-0.526v43.31h-21.127L1545.568,1081.104L1545.568,1081.104z"/>
+	</g>
+	<g>
+		
+			<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" x="-35.249" y="-35.39" transform="matrix(7.0632 0 0 -7.0632 1438.6172 775.3496)" overflow="visible"/>
+	</g>
+</g>
+<g>
+	<g>
+		<g>
+			<g>
+				<path fill="#FFFFFF" d="M342.773,1130.1h56.092v13.502h-40.627v23.812h38.297v13.011h-38.297V1217h-15.465V1130.1z"/>
+				<path fill="#FFFFFF" d="M412.613,1124.208h14.729V1217h-14.729V1124.208z"/>
+				<path fill="#FFFFFF" d="M443.42,1138.078c0-2.372,0.879-4.438,2.639-6.199c1.76-1.758,3.99-2.639,6.69-2.639
+					s4.972,0.841,6.812,2.517c1.842,1.679,2.763,3.786,2.763,6.321c0,2.537-0.92,4.645-2.763,6.32
+					c-1.84,1.678-4.11,2.517-6.812,2.517s-4.931-0.878-6.69-2.64C444.299,1142.518,443.42,1140.452,443.42,1138.078z
+					 M445.507,1158.084h14.729V1217h-14.729V1158.084z"/>
+				<path fill="#FFFFFF" d="M478.154,1158.084h13.994v9.451h0.244c1.309-2.945,3.578-5.542,6.812-7.793
+					c3.231-2.25,7.058-3.376,11.478-3.376c3.846,0,7.139,0.675,9.881,2.024c2.74,1.352,4.99,3.131,6.75,5.34
+					s3.047,4.746,3.867,7.609c0.815,2.865,1.228,5.811,1.228,8.837V1217h-14.729v-32.648c0-1.719-0.123-3.518-0.367-5.399
+					c-0.246-1.882-0.778-3.579-1.597-5.095c-0.819-1.514-1.944-2.762-3.375-3.743c-1.433-0.982-3.335-1.474-5.708-1.474
+					s-4.418,0.473-6.137,1.412c-1.72,0.941-3.131,2.146-4.234,3.62c-1.105,1.474-1.945,3.172-2.518,5.095
+					c-0.572,1.924-0.857,3.865-0.857,5.83V1217h-14.73V1158.084L478.154,1158.084z"/>
+				<path fill="#FFFFFF" d="M549.835,1124.208h14.729v58.671h0.367l22.34-24.795h18.901l-25.53,26.636L607.77,1217h-19.517
+					l-23.321-30.193h-0.367V1217h-14.729L549.835,1124.208L549.835,1124.208z"/>
+			</g>
+		</g>
+	</g>
+	
+		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" id="XMLID_11_" x="-35.249" y="-35.39" transform="matrix(1.7598 0 0 -1.7597 269.8027 1154.0586)" overflow="visible"/>
+</g>
+<g>
+	
+		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" x="-35.249" y="-35.39" transform="matrix(11.348 0 0 -11.348 611.5576 498.4609)" overflow="visible"/>
+</g>
+<g>
+	<g>
+		<path fill="#FFFFFF" d="M1562.207,346.53h68.343v16.45h-49.5v29.011h46.658v15.852h-46.658v44.565h-18.843V346.53z"/>
+		<path fill="#FFFFFF" d="M1647.298,339.352h17.946v113.056h-17.946V339.352z"/>
+		<path fill="#FFFFFF" d="M1684.833,356.25c0-2.891,1.069-5.408,3.214-7.553c2.145-2.144,4.861-3.215,8.15-3.215
+			c3.291,0,6.058,1.023,8.301,3.065c2.242,2.045,3.363,4.613,3.363,7.702c0,3.091-1.122,5.659-3.363,7.701
+			c-2.244,2.045-5.01,3.066-8.301,3.066c-3.289,0-6.008-1.07-8.15-3.216C1685.902,361.66,1684.833,359.143,1684.833,356.25z
+			 M1687.375,380.625h17.945v71.782h-17.945V380.625z"/>
+		<path fill="#FFFFFF" d="M1727.152,380.625h17.047v11.516h0.301c1.594-3.59,4.358-6.753,8.299-9.496
+			c3.938-2.741,8.599-4.113,13.982-4.113c4.686,0,8.695,0.823,12.037,2.469c3.34,1.645,6.081,3.812,8.227,6.505
+			c2.143,2.691,3.713,5.782,4.711,9.271c0.996,3.491,1.494,7.08,1.494,10.768v44.863h-17.945v-39.779
+			c0-2.094-0.148-4.285-0.448-6.58c-0.298-2.292-0.948-4.36-1.942-6.206c-0.998-1.844-2.369-3.365-4.112-4.562
+			c-1.746-1.196-4.063-1.794-6.954-1.794c-2.895,0-5.384,0.575-7.479,1.72c-2.092,1.147-3.812,2.617-5.158,4.412
+			c-1.347,1.794-2.371,3.864-3.065,6.206c-0.698,2.343-1.047,4.71-1.047,7.104v39.479h-17.944v-71.783H1727.152z"/>
+		<path fill="#FFFFFF" d="M1814.484,339.352h17.944v71.482h0.449l27.217-30.209h23.028l-31.104,32.452l33.05,39.33h-23.777
+			l-28.412-36.788h-0.449v36.788h-17.945V339.352L1814.484,339.352z"/>
+	</g>
+	
+		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" id="XMLID_13_" x="-35.249" y="-35.39" transform="matrix(4.8509 0 0 -4.8509 1364.2617 279.8057)" overflow="visible"/>
+</g>
+<text transform="matrix(1 0 0 1 118.9424 104.2578)" font-family="'AvenirNext-DemiBold'" font-size="45.9139">Filled white</text>
+</svg>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index d92bd79..8109517 100644
--- a/index.md
+++ b/index.md
@@ -1,10 +1,10 @@
 ---
-title: "Apache Flink"
+title: "Unified Batch and Stream Processing"
 layout: base
 ---
 
 <div class="row">
-  <div class="col-sm-12"><p class="lead" markdown="span">**Apache Flink** is an open source platform for *real-time* data analysis.</p></div>
+  <div class="col-sm-12"><p class="lead" markdown="span">**Apache Flink** is an open source platform for unified batch and stream processing.</p></div>
 </div>
 
 <div class="row">
@@ -27,15 +27,49 @@ You can **integrate** Flink easily with other well-known open source systems bot
 
 **Check out the [features](features.html) page to get a tour of all major Flink features.**
   </div>
-  <div class="col-sm-6 stack text-center" markdown="1">
-![Apache Flink Stack]({{ site.baseurl }}/img/flink-stack.png "Apache Flink Stack")
+  <div class="col-sm-6 stack text-center">
+    <img src="{{ site.baseurl }}/img/flink-stack-small.png" alt="Apache Flink Stack" width="385px" height="300px">
+  </div>
+</div>
+
+---
+
+<div class="frontpage-tags">
+  <div class="row">
+    <div class="col-md-4 text-center">
+       <h2><span class="glyphicon glyphicon-flash"></span> <a href="features.html#fast">Fast</a></h2>
+      <p>State-of-the art performance exploiting in-memory processing and data streaming.</p>
+    </div>
+    <div class="col-md-4 text-center">
+      <h2><span class="glyphicon glyphicon-plane"></span> <a href="features.html#reliable-and-scalable">Reliable</a></h2>
+      <p>Flink is designed to perform very well even when the cluster's memory runs out.</p>
+    </div>
+    <div class="col-md-4 text-center">
+      <h2><span class="glyphicon glyphicon-cutlery"></span> <a href="features.html#expressive">Expressive</a></h2>
+      <p>Write beautiful, type-safe code in Java and Scala. Execute it on a cluster.</p>
+    </div>
+  </div>
+
+  <div class="row">
+    <div class="col-md-4 text-center">
+      <h2><span class="glyphicon glyphicon-send"></span> <a href="features.html#easy-to-use">Easy to use</a></h2>
+      <p>Few configuration parameters required. Cost-based optimizer built in.</p>
+    </div>
+    <div class="col-md-4 text-center">
+      <h2><span class="glyphicon glyphicon-sort"></span> <a href="features.html#reliable-and-scalable">Scalable</a></h2>
+      <p>Tested on clusters of 100s of machines, Google Compute Engine, and Amazon EC2.</p>
+    </div>
+    <div class="col-md-4 text-center">
+      <h2><span class="glyphicon glyphicon-refresh"></span> <a href="features.html#hadoop">Hadoop-compatible</a></h2>
+      <p>Flink runs on YARN and HDFS and has a Hadoop compatibility package.</p>
+    </div>
   </div>
 </div>
 
 ---
 
 <div class="row">
-  <div class="col-sm-5" markdown="1">
+  <div class="col-sm-6" markdown="1">
 ## Getting Started
 
 Download the **latest stable release** and run Flink on your machine, cluster, or cloud:
@@ -44,52 +78,43 @@ Download the **latest stable release** and run Flink on your machine, cluster, o
 
 The documentation contains a [setup guide]({{ site.docs-snapshot }}/setup) for all deployment options.
 
-Start writing Flink programs by adding Flink to your **Maven dependencies**:
-
-{% highlight xml %}
-<dependency>
-  <groupId>org.apache.flink</groupId>
-  <artifactId>flink-java</artifactId>
-  <version>{{ site.stable }}</version>
-</dependency>
-
-<dependency>
-  <groupId>org.apache.flink</groupId>
-  <artifactId>flink-clients</artifactId>
-  <version>{{ site.stable }}</version>
-</dependency>
-{% endhighlight %}
-
 The [programming guide]({{ site.docs-snapshot }}/apis) contains all information to get you started with writing and testing your Flink programs.
 
 **Check out the [documentation]({{ site.docs-snapshot }}) for the next steps.**
-  </div>
 
-  <div class="col-sm-7" markdown="1">
+  </div>
+  <div class="col-sm-6" markdown="1" style="padding-bottom:1em">
 ## Latest blog posts
 
 <ul class="list-group">
 {% for post in site.posts limit:5 %}  
       <li class="list-group-item"><span>{{ post.date | date_to_string }}</span> &raquo;
-        <a href="{{ site.baseurl }}/{{ post.url }}">{{ post.title }}</a>
+        <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
       </li>
 {% endfor %}
 </ul>
 
 **Check out [the blog](blog/) for all posts.**
+  </div>
+</div>
 
----
-
+<div class="row">
+  <div class="col-sm-6" markdown="1">
 ## Community
 
 You can post questions to the Flink [community]() on various channels. Pick the one, which suits you best:
 
-<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> **User mailing list**. Subscribe to the mailing list by sending an empty email to user-subscribe@flink.apache.org. Once the subscription is confirmed, you can send questions to user@flink.apache.org. There is also a [searchable archive](http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com) if you want to search for existing questions.
+- <span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> **User mailing list**. Subscribe to the mailing list by sending an empty email to user-subscribe@flink.apache.org. Once the subscription is confirmed, you can send questions to user@flink.apache.org.
 
-<span class="glyphicon glyphicon-search" aria-hidden="true"></span> **Stack Overflow**. Post your questions to [Stack Overflow](http://stackoverflow.com/questions/ask/?tags=flink) and tag them with [#flink](http://stackoverflow.com/questions/ask/?tags=flink). Flink committers are watching this tag and are happy to help with answers.
+- <span class="glyphicon glyphicon-search" aria-hidden="true"></span> **Stack Overflow**. Post your questions to [Stack Overflow](http://stackoverflow.com/questions/ask/?tags=flink) and tag them with [#flink](http://stackoverflow.com/questions/ask/?tags=flink).
 
-<span class="glyphicon glyphicon-comment" aria-hidden="true"></span> **IRC chat**. The IRC channel **#flink** at irc.freenode.org is dedicated to Apache Flink. Join the channel and chat with the Flink community. You can use a [web-based IRC client](http://webchat.freenode.net/?channels=flink) for this.
+- <span class="glyphicon glyphicon-comment" aria-hidden="true"></span> **IRC chat**. The IRC channel **#flink** at irc.freenode.org is dedicated to Apache Flink. Join the channel and chat with the Flink community.
 
 **Check out [the community page](community.html) for all community-related information. If you want to contribute, make sure to have a look at the [contribution guide](how-to-contribute.html).**
-</div>
+  </div>
+
+  <div class="col-sm-6 text-center">
+   <a class="twitter-timeline" href="https://twitter.com/ApacheFlink" data-widget-id="598498380973735936">Tweets by @ApacheFlink</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+  </div>
 </div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/js/codetabs.js
----------------------------------------------------------------------
diff --git a/js/codetabs.js b/js/codetabs.js
new file mode 100644
index 0000000..878aa32
--- /dev/null
+++ b/js/codetabs.js
@@ -0,0 +1,121 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/* Note: This file is originally from the Apache Spark project. */
+
+/* Custom JavaScript code in the MarkDown docs */
+
+// Enable language-specific code tabs
+function codeTabs() {
+  var counter = 0;
+  var langImages = {
+    "scala": "img/scala-sm.png",
+    "python": "img/python-sm.png",
+    "java": "img/java-sm.png"
+  };
+  $("div.codetabs").each(function() {
+    $(this).addClass("tab-content");
+
+    // Insert the tab bar
+    var tabBar = $('<ul class="nav nav-tabs" data-tabs="tabs"></ul>');
+    $(this).before(tabBar);
+
+    // Add each code sample to the tab bar:
+    var codeSamples = $(this).children("div");
+    codeSamples.each(function() {
+      $(this).addClass("tab-pane");
+      var lang = $(this).data("lang");
+      var image = $(this).data("image");
+      var notabs = $(this).data("notabs");
+      var capitalizedLang = lang.substr(0, 1).toUpperCase() + lang.substr(1);
+      var id = "tab_" + lang + "_" + counter;
+      $(this).attr("id", id);
+      if (image != null && langImages[lang]) {
+        var buttonLabel = "<img src='" +langImages[lang] + "' alt='" + capitalizedLang + "' />";
+      } else if (notabs == null) {
+        var buttonLabel = "<b>" + capitalizedLang + "</b>";
+      } else {
+        var buttonLabel = ""
+      }
+      tabBar.append(
+        '<li><a class="tab_' + lang + '" href="#' + id + '">' + buttonLabel + '</a></li>'
+      );
+    });
+
+    codeSamples.first().addClass("active");
+    tabBar.children("li").first().addClass("active");
+    counter++;
+  });
+  $("ul.nav-tabs a").click(function (e) {
+    // Toggling a tab should switch all tabs corresponding to the same language
+    // while retaining the scroll position
+    e.preventDefault();
+    var scrollOffset = $(this).offset().top - $(document).scrollTop();
+    $("." + $(this).attr('class')).tab('show');
+    $(document).scrollTop($(this).offset().top - scrollOffset);
+  });
+}
+
+function makeCollapsable(elt, accordionClass, accordionBodyId, title) {
+  $(elt).addClass("accordion-inner");
+  $(elt).wrap('<div class="accordion ' + accordionClass + '"></div>')
+  $(elt).wrap('<div class="accordion-group"></div>')
+  $(elt).wrap('<div id="' + accordionBodyId + '" class="accordion-body collapse"></div>')
+  $(elt).parent().before(
+    '<div class="accordion-heading">' +
+      '<a class="accordion-toggle" data-toggle="collapse" href="#' + accordionBodyId + '">' +
+             title +
+      '</a>' +
+    '</div>'
+  );
+}
+
+// Enable "view solution" sections (for exercises)
+function viewSolution() {
+  var counter = 0
+  $("div.solution").each(function() {
+    var id = "solution_" + counter
+    makeCollapsable(this, "", id,
+      '<i class="icon-ok-sign" style="text-decoration: none; color: #0088cc">' +
+      '</i>' + "View Solution");
+    counter++;
+  });
+}
+
+// A script to fix internal hash links because we have an overlapping top bar.
+// Based on https://github.com/twitter/bootstrap/issues/193#issuecomment-2281510
+function maybeScrollToHash() {
+  console.log("HERE");
+  if (window.location.hash && $(window.location.hash).length) {
+    console.log("HERE2", $(window.location.hash), $(window.location.hash).offset().top);
+    var newTop = $(window.location.hash).offset().top - 57;
+    $(window).scrollTop(newTop);
+  }
+}
+
+$(function() {
+  codeTabs();
+  viewSolution();
+
+  $(window).bind('hashchange', function() {
+    maybeScrollToHash();
+  });
+
+  // Scroll now too in case we had opened the page on a hash, but wait a bit because some browsers
+  // will try to do *their* initial scroll after running the onReady handler.
+  $(window).load(function() { setTimeout(function() { maybeScrollToHash(); }, 25); }); 
+});


[20/52] [abbrv] flink-web git commit: Remove files before rebase

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/svg/white_filled.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/white_filled.svg b/img/logo/svg/white_filled.svg
deleted file mode 100644
index 697cf2f..0000000
--- a/img/logo/svg/white_filled.svg
+++ /dev/null
@@ -1,231 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="black" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
-<symbol  id="New_Symbol_12" viewBox="-35.249 -35.39 70.497 70.78">
-	<g>
-		<path fill="#FFFFFF" d="M-25.976-3.646c0.084-0.104,0.188-0.203,0.289-0.298l0.071-0.066l0.023-0.013
-			c0.212-0.104,0.385-0.166,0.528-0.192c-0.332,1.831-0.466,3.528-0.407,5.186c0.081,2.35,0.526,4.335,1.363,6.072
-			c0.133,0.275,0.775,1.315,0.93,1.534c0,0-0.519-3.545-0.597-4.935c-0.098-1.714,0.057-3.517,0.471-5.508
-			c0.072,0.049,0.143,0.097,0.213,0.146c-0.126,1.147-0.123,2.358,0.011,3.599c0.182,1.686,0.587,3.347,1.235,5.076
-			c0.72,1.923,1.686,3.797,2.872,5.58c-5.853-0.617-7.13-6.193-7.13-6.193s0.05,1.023,0.071,1.281
-			c0.167,1.914,0.364,2.834,0.605,3.796c-0.385-0.704-0.628-1.443-0.802-2.031c-0.409-1.387-0.637-2.8-0.804-3.998
-			c-0.195-1.401-0.288-2.645-0.282-3.8c0.006-1.122,0.072-2.442,0.518-3.724C-26.582-2.741-26.314-3.237-25.976-3.646z"/>
-		<path fill="#FFFFFF" d="M-21.729-1.472c0.528,0.332,1.135,0.59,1.847,0.789c1.252,0.352,2.621,0.705,4.308,1.117l0.56,0.137
-			c1.411,0.343,2.873,0.698,4.245,1.225c0.835,0.318,1.629,0.738,2.429,1.286c1.122,0.766,2.126,1.709,2.985,2.806
-			c0.455,0.579,0.685,1.028,0.912,1.784l0.337,1.116c0,0,1.367-1.53-0.013-4.234c0.875,0.317,1.717,1.217,2.352,2.324
-			c0.533,0.928,1.447,4.278,1.447,4.278s1.678-2.58-0.309-5.932c0.121,0.041,0.793,0.414,1.05,0.669
-			c7.393,7.342,1.029,11.5-0.305,12.494c-0.795,0.592-1.733,1.094-2.896,1.548c-0.056,0.021-0.112,0.043-0.172,0.067
-			c-0.088,0.037-0.139,0.096-0.162,0.125l-0.948,1.033l1.659-0.458c0.232-0.062,0.454-0.123,0.672-0.188
-			c1.811-0.538,3.19-1.181,4.342-2.022c1.312-0.958,6.318-5.165,1.026-11.317c1.639,0.564,4.736,2.276,5.785,3.751
-			c5.051,7.093-0.75,11.229-0.502,11.229c0.055,0,0.131-0.007,0.292-0.029c0.073-0.011,0.142-0.017,0.204-0.017
-			c0.105,0,0.285,0.017,0.32,0.12c0.044,0.123-0.041,0.36-0.215,0.495c-0.453,0.344-0.946,0.596-1.573,0.498
-			c-5.218-0.808-7.062,0.813-7.062,0.813s7.32-0.379,7.555,0.826c-0.97,1.014-2.157,1.896-3.612,2.689
-			c-2.052,1.119-4.264,1.85-6.571,2.19c-3.561,0.529-6.281-0.155-6.281-0.155c0.282,0.356,1.692,1.967,7.537,1.508
-			c2.365-0.187,4.613-0.932,6.694-1.973c0.537-0.269,0.855,0.37,0.864,0.657c0.011,0.337,0.592-1.117,0.6-1.194
-			c0.056,0.145,0.283,0.907,0.33,0.907c0.14,0,0.709-1.777,0.709-1.777c0.006,0.071,0.758,0.843,0.758,0.843
-			c0.224-1.011,0.195-1.517,0.14-1.656c0.005,0.027,0.786,0.506,0.786,0.506s0.449-1.881,1.214-2.627
-			c0.248-0.242,0.702-0.872,0.966-1.553c0.559,0.391,1.243,2.356,1.243,2.356s0.352-1.04,0.057-2.914
-			c0.021,0.023,0.889,0.646,0.889,0.646s0.124-1.323-0.443-2.973c-0.029-0.088-0.05-0.183-0.066-0.279
-			c0.479,0.268,1.191,1.144,1.191,1.144l-0.125-0.555c-0.143-0.63-0.404-1.854-0.965-2.812c-0.359-0.614-0.667-1.261-0.854-2.024
-			c0.144,0.134,0.293,0.25,0.447,0.353c0.296,0.192,0.587,0.344,0.863,0.444l0.684,0.25c1.156,0.42,2.325,0.91,3.459,1.412
-			c2.396,1.06,1.86,2.536,1.86,2.536c-0.615-1.202-2.848-2.406-2.848-2.406s2.891,2.59,1.658,5.618
-			c-0.338-0.796-0.661-1.588-0.964-2.335c-0.424-1.041-0.927-2.14-1.739-3.112c-0.415-0.495-0.842-0.854-1.316-1.101
-			c-0.103-0.053-0.205-0.099-0.339-0.141l-0.126-0.047c0,0,0.507,0.834,0.542,3.134c0.013,0.831,0.035,1.683,0.035,2.436v0.166
-			c0,0.389-0.009,0.777-0.005,1.166c0.014,1.646,0.044,2.896,0.389,4.049c-0.036,0.066-0.015,0.133-0.054,0.201
-			c-0.079,0.137-0.139,0.291-0.21,0.462c-0.107,0.261-0.196,0.524-0.298,0.812c-0.375,1.062-0.909,1.588-1.076,1.734
-			c-0.111-0.34-0.8-1.742-0.8-1.742s0.002,1.076-0.002,1.158c-0.197,1.506-3.922,2.867-3.998,2.914l0.197-1.183
-			c0,0-1.127,0.084-1.606,0.839c-0.099,0.154-0.248,0.264-0.382,0.37L8.137,32.9l0.273-0.63c0,0-0.872,0.07-1.283,0.792
-			c-0.096,0.168-0.221,0.358-0.331,0.557c-0.367,0.666-0.937,1.06-1.694,1.168C4.57,34.863,3.99,34.924,3.33,34.969
-			c-0.418,0.028-0.914,0.09-1.412,0.325c-0.073,0.032-0.15,0.065-0.228,0.096c0.046-0.085,0.092-0.171,0.136-0.256
-			c0.044-0.085,0.075-0.17,0.117-0.281l0.023-0.066l0.094-0.231l0.143-0.508c0,0-1.042,0.042-2.255,0.881
-			c-0.263,0.182-0.593,0.182-0.958,0.211l-0.103,0.009c-0.333,0.028-0.662,0.042-0.979,0.042c-0.966,0-1.849-0.125-2.702-0.383
-			c-0.06-0.019-0.115-0.035-0.172-0.055c0.104,0.005,0.209,0.008,0.313,0.008c0.066,0,0.132-0.002,0.197-0.003
-			c1.998-0.034,2.617-1.218,2.617-1.218s-1.787,0-2.314-0.068c-0.615-0.08-1.238-0.154-1.816-0.313
-			c-1.652-0.454-3.218-1.22-4.786-2.342c-0.365-0.261-0.747-0.503-1.146-0.756c-0.678-0.433-1.25-1.005-1.698-1.701
-			c-0.049-0.076-0.082-0.142-0.103-0.2c-0.04-0.106-0.022-0.117,0.044-0.151c0.138-0.072,0.304-0.134,0.495-0.181
-			c2.828-0.688,4.944-3.065,5.268-5.914l0.043-0.364c0.105-0.902,0.213-1.834,0.167-2.78c-0.122-2.458-0.998-4.649-2.657-6.462
-			c-1.741-1.904-3.901-2.035-3.882-2.02c1.283,1.198,2.128,2.801,2.582,4.896c0.171,0.79,0.097,1.558-0.247,2.439
-			c-0.016-0.045-0.03-0.091-0.047-0.137c-0.286-0.815-0.649-1.753-1.319-2.527c-0.388-0.444-0.919-0.95-1.536-1.537
-			c-2.687-2.557-7.182-6.832-7.105-13.633C-21.894-0.609-21.814-1.098-21.729-1.472z"/>
-		<path fill="#FFFFFF" d="M19.462,15.739c-0.332-0.29-0.667-0.578-1.005-0.86c-0.604-0.505-1.035-0.827-1.964-1.161
-			c-0.813-0.293-1.439,0.366-1.439,0.366c0.539,0.27,0.938,0.657,1.318,1.147c-1.041-0.543-2.276-1.234-3.404-2.093
-			c-0.372-0.284-0.881-0.703-1.148-1.041c-0.365-0.46-0.605-0.938-0.605-1.427v-0.005c0,0.009,0.13,0.015,0.156,0.021
-			c1.301,0.335,2.597,0.919,3.617,1.446c1.629,0.843,3.324,1.879,5.181,3.167c0.069,0.048,0.156,0.104,0.281,0.142l1.093,0.312
-			l-0.673-0.927c-0.024-0.034-0.05-0.068-0.08-0.1c-2.195-2.188-4.471-3.754-6.958-4.786c-0.48-0.201-0.966-0.371-1.451-0.512
-			c1.691,0.441,3.131,0.94,4.463,1.547c1.583,0.72,2.692,1.423,3.597,2.277c1.401,1.327,2.402,2.892,2.977,4.648
-			c0.03,0.093,0.052,0.19,0.072,0.296c-0.093-0.027-0.326-0.096-0.326-0.096c-0.374-0.108-0.761-0.219-1.099-0.383
-			c-0.474-0.229-0.92-0.571-1.258-0.844C20.336,16.495,19.853,16.076,19.462,15.739z"/>
-		<path fill="#FFFFFF" d="M-30.737-8.808c0.378-0.604,0.79-1.201,1.189-1.776l0.061-0.09c-1.036,3.646,0.659,5.844,0.659,5.844
-			l0.42-1.152c0.107-0.299,0.268-0.586,0.492-0.891c0.433,0.81,0.961,1.587,1.576,2.313c-0.525,0.279-0.982,0.682-1.392,1.225
-			c-0.589,0.779-0.978,1.714-1.225,2.937c-0.281,1.397-0.349,2.906-0.204,4.607c0.043,0.513,0.106,1.027,0.173,1.547
-			c-2.11-2.367-3.723-5.062-4.795-8.01c-0.002-0.009,0-0.034,0.009-0.062C-33.083-4.521-32.088-6.644-30.737-8.808z"/>
-		<path fill="#FFFFFF" d="M18.348,25.501c0.007,2.079,0.359,3.942,1.08,5.7c0,0,0.04,0.096,0.052,0.122
-			c-0.262-0.177-0.497-0.417-0.725-0.743c-0.494-0.715-0.859-1.562-1.171-2.748c-0.536-2.026-0.855-4.209-0.994-6.806
-			c0.565,0.604,1.494,1.939,1.688,3.583C18.31,24.886,18.346,25.196,18.348,25.501z"/>
-		<path fill="#FFFFFF" d="M28.28-30.566c-1.168,0.193-3.639,1.062-4.329,2.787c-0.848-2.085,0.903-3.602,2.212-4.28
-			c0.228-0.118,0.295-0.146,0.533-0.242c0.247-0.109-0.488-1.456,0.132-2.076c0.62-0.619,1.206-0.435,1.435-0.435
-			c0,0,1.066-0.988,1.673-0.327c0.155,0.17,0.29,0.774,0.085,1.135c-0.255,0.449-0.87,0.366-0.929,0.365
-			c-1.209-0.015-1.101,0.554-0.916,0.797c0.133,0.173,0.389,0.163,0.606,0.163c0.05,0,0.101-0.004,0.155-0.011
-			c0.278-0.032,0.544-0.047,0.791-0.047c0.987,0,2.14,0.102,2.906,0.527c0.548,0.306,1.447,1.344,1.401,2.04
-			C33.984-30.189,31.6-31.113,28.28-30.566z"/>
-		<path fill="#FFFFFF" d="M35.134-7.608c-0.111,0.287-0.25,0.578-0.372,0.835c-0.06,0.123-0.118,0.248-0.176,0.372
-			c-0.062,0.139-0.129,0.273-0.196,0.409c-0.162,0.327-0.33,0.667-0.446,1.031c-0.101,0.314-0.128,0.636-0.152,0.945
-			c-0.009,0.111-0.021,0.226-0.033,0.334c-0.396,3.41-2.572,6.284-5.531,7.676c-0.111-0.413-0.323-0.814-0.634-1.229
-			c-0.266-0.354-0.425-0.408-0.772-0.406C26.36,2.36,26.292,2.89,26.429,3.14c0.323,0.572,0.536,1.147,0.578,1.6
-			c0.098,1.111-0.523,2.319-1.283,3.151c-0.705,0.771-1.914,1.663-2.887,1.956c-0.234-0.904,0.05-2.396,0.366-3.27
-			c0.389-1.063,1.603-3.154,1.311-4.421c0,0-0.085-0.812-0.896-1.321c-0.45-0.283-0.634-0.156-0.634-0.156
-			c0.867,1.85,0.876,2.629-0.083,4.38c-0.722,1.319-1.057,2.65-0.797,4.124c0.01,0.06,0.029,0.117,0.041,0.176
-			c-0.079-0.201-0.163-0.398-0.26-0.586c-0.737-1.294-1.433-1.967-1.852-3.307c-0.44-1.499,0.03-3.122,0.959-4.714
-			c-0.884,0.539-1.426,1.429-1.632,2.372c-1.497-0.835-2.793-1.958-3.935-3.438c-0.236-0.308-0.517-0.564-0.763-0.791
-			c-1.613-1.49-3.576-2.58-5.833-3.241C7.375-4.773,5.876-5.134,4.4-5.489L4.015-5.58C2-6.066-0.14-6.615-2.17-7.519
-			c-2.336-1.038-4.187-2.232-5.655-3.653c-2.16-2.089-3.478-4.662-3.911-7.647c-0.336-2.302-0.162-4.704,0.532-7.344
-			c0.025-0.095-3.039,2.774-1.458,11.033c-0.237,0.012-0.465,0.019-0.695,0.021l-0.199-0.002c-5.7-0.171-8.071-3.312-8.071-3.312
-			s0.371,3.487,5.861,4.658c0.413,0.088,3.87,0.865,3.986,0.903c0.455,0.926,1.007,1.804,1.644,2.622l-0.49-0.077
-			c-0.94-0.146-1.912-0.296-2.875-0.421l-0.742-0.097c-1.702-0.217-3.463-0.44-5.131-0.932c-1.752-0.514-3.123-1.255-4.194-2.265
-			c-1.148-1.08-1.97-2.473-2.515-4.251c-0.022-0.072-0.041-0.146-0.067-0.254c-0.038-0.146-0.076-0.297-0.132-0.446
-			c-0.058-0.153-0.071-0.323,0.053-0.649c1.026-2.721,2.787-5.08,5.233-7.008c1.872-1.477,4.002-2.646,6.33-3.479
-			c0.078-0.027,0.205-0.072,0.322-0.188l1.026-0.993l-1.605,0.384c-0.188,0.043-0.375,0.087-0.562,0.138
-			c-3.286,0.901-6.15,2.422-8.509,4.517c-0.805,0.292-4.918,2.343-6.665,5.711l-0.291,0.561c0,0,2.233-2.201,3.799-2.522
-			c-0.692,1.122-1.252,2.329-1.664,3.599c-0.026,0.083-0.079,0.177-0.144,0.257c-2.673,3.336-4.587,6.703-5.849,10.3
-			c-0.09,0.255-0.173,0.513-0.252,0.774c-0.127-1.046-0.19-2.093-0.188-3.117c0.001-0.325,2.816-7.805,2.816-7.805
-			s-1.24,1.378-2.265,3.122c0,0-0.18,0.588-0.203,0.626c0.44-2.646,1.294-5.132,2.544-7.435c3.442-6.332,8.718-10.482,16.131-12.422
-			c1.781-0.466,3.722-0.753,5.767-0.753c0,0,22.678-0.021,23.165-0.021c1.089,0,1.922,0.064,2.698,0.205l0.121,0.021
-			c0.262,0.049,0.534,0.1,0.829,0.1c0.313-0.002,0.646-0.042,1.017-0.129l0.183-0.043c0.34-0.082,0.659-0.157,0.974-0.157
-			c3.893-0.029,3.352,2.314,3.352,2.314c-0.162,0.61-0.869,1.034-1.643,1.219c-0.271,0.065-0.549,0.098-0.825,0.098
-			c-0.528,0-1.082-0.12-1.648-0.354c-0.282-0.119-0.565-0.241-0.848-0.362l-0.507-0.22c-0.096-0.041-0.192-0.08-0.289-0.112
-			c-0.229-0.076-0.374-0.105-0.5-0.105c-0.586,0-0.612,0.575-0.628,0.921c-0.019,0.418,0.158,0.809,0.499,1.1
-			c0.274,0.232,0.572,0.459,0.891,0.673c0.575,0.389,1.168,0.79,1.626,1.316c0.576,0.665,0.926,1.339,1.066,2.062
-			c0.092,0.464,0.049,0.917-0.131,1.382c-0.04,0.104-0.079,0.125-0.117,0.137c-0.32,0.103-0.699,0.223-1.084,0.33
-			c-1.439,0.404-2.497,1.008-3.324,1.895c-0.583,0.625-0.98,1.351-1.294,1.978c-0.524,1.054-0.938,2.142-1.228,3.231
-			c-0.47,1.772-1.58,3.193-3.392,4.342c-1.348,0.854-2.893,1.374-4.591,1.545c-0.405,0.043-0.815,0.062-1.248,0.083
-			c-0.108,0.006-0.361,0.038-0.612,0.07c-0.227,0.03-0.451,0.061-0.555,0.065l-0.619,0.037c0,0,0.16,0.225,1.442,0.715
-			c0.243,0.092,0.492,0.115,0.737,0.16c0.594,0.104,1.18,0.157,1.74,0.157c1.352,0,2.629-0.312,3.799-0.927
-			c1.457-0.768,2.62-1.935,3.558-3.57c0.509-0.89,0.91-1.847,1.228-2.925c0.061-0.206,0.113-0.414,0.171-0.636
-			c0.104-0.394,0.21-0.8,0.359-1.169c0.904-2.229,2.582-3.533,4.984-3.877c0.636-0.09,1.257-0.136,1.847-0.136
-			c1.117,0,2.187,0.164,3.176,0.488c1.343,0.44,2.367,1.127,3.131,2.099c0.355,0.451,0.601,0.928,0.752,1.456l0.102,0.356
-			l0.598-0.142c0.128-0.033,0.255-0.063,0.383-0.087c0.09-0.019,0.181-0.026,0.277-0.026c0.272,0,0.55,0.064,0.848,0.131
-			l0.051,0.013c0.223,0.051,0.441,0.06,0.656,0.067l0.179,0.008c0.211,0,0.39-0.142,0.468-0.274c0.09-0.156,0.24-0.246,0.516-0.308
-			c0.07-0.016,0.145-0.022,0.222-0.022c0.676,0,1.385,0.619,1.403,1.227c0.008,0.232-0.054,0.376-0.207,0.481
-			c-0.121,0.083-0.246,0.16-0.386,0.247l-0.673,0.423l0.448,0.341c0.132,0.098,0.277,0.149,0.433,0.149
-			c0.133,0,0.252-0.037,0.355-0.083c0,0-0.562,2.979-4.504,2.112c0,0-0.641-0.263-0.967-0.386l-0.152-0.058
-			c-0.098-0.037-0.196-0.056-0.299-0.056c-0.199,0-0.366,0.074-0.49,0.138c-1.379,0.694-2.73,0.385-2.954,0.385
-			c-0.576,0-1.096,0.057-1.587,0.174c-0.088,0.021-0.219,0.064-0.342,0.199l-0.255,0.285c-1.204-0.06-2.373,0.104-3.488,0.581
-			c-1.285,0.549-2.312,1.386-2.935,2.664c-0.306,0.636-0.456,1.308-0.442,2.021c0.025-0.065,0.053-0.131,0.076-0.197
-			c0.249-0.731,0.614-1.397,1.102-1.999c0.903-1.118,2.068-1.869,3.392-2.398c0.718-0.285,1.46-0.486,2.252-0.619
-			c0,0,2.816-0.105,4.071,0.935c0.953,0.532,1.812,0.78,2.703,0.78l0.185-0.001c3.029,0.004,3.296,1.468,3.296,1.468
-			s0.346-0.224,0.828-0.149c0.429,0.063,0.839,0.194,1.237,0.6c0.32,0.324,0.503,0.752,0.545,1.259
-			c-0.326,0.299-0.657,0.592-1.004,0.901l-0.211,0.186l-0.396,0.312l0.272,0.311c0.167,0.19,0.378,0.291,0.61,0.291
-			c0.136,0,0.269-0.034,0.396-0.104c0.18-0.1,0.338-0.227,0.485-0.344c0.051-0.039,0.101-0.079,0.15-0.117
-			c0.056-0.041,0.183-0.142,0.188-0.146C35.268-8.122,35.232-7.861,35.134-7.608z M31.398-6.803
-			c-0.112-0.314-0.259-0.363-0.588-0.291c-0.173,0.038-0.357,0.049-0.534,0.041c-0.327-0.015-0.651-0.07-0.978-0.077
-			c-0.817-0.016-1.6,0.133-2.25,0.665c-0.921,0.756-1.098,1.649-0.521,2.78c0.007-0.062,0.011-0.087,0.012-0.11
-			c0.037-0.771,0.378-1.37,1.016-1.802c0.53-0.357,1.135-0.5,1.756-0.579c0.502-0.063,0.996-0.147,1.436-0.42
-			c0.038-0.022,0.08-0.042,0.12-0.062c0.006,0.008,0.012,0.016,0.019,0.022c-0.087,0.122-0.116,0.54-0.071,0.713
-			c0.073,0.278,0.089,0.652,0.006,0.875c-0.151-0.379-0.396-0.672-0.74-0.894c-0.057-0.045-0.087-0.057-0.157-0.06
-			c-0.231,0.049-0.458,0.103-0.679,0.177c-0.427,0.142-0.858,0.296-1.251,0.511c-0.55,0.3-0.835,0.769-0.689,1.428
-			c0.047,0.21-0.011,0.397-0.165,0.556c-0.068,0.069-0.128,0.147-0.199,0.231c0.161,0.15,0.301,0.296,0.457,0.422
-			c0.146,0.119,0.301,0.229,0.465,0.322c1.274,0.724,2.995,0.179,3.562-1.148c0.144-0.335,0.221-0.709,0.261-1.072
-			C31.773-5.337,31.653-6.082,31.398-6.803z"/>
-		<path fill="#FFFFFF" d="M-29.561-15.433c-0.058,0.7-0.096,1.398-0.136,2.229c-0.003,0.079-0.019,0.128-0.061,0.188
-			c-1.857,2.681-3.213,5.002-4.265,7.303c-0.185,0.402-0.351,0.788-0.498,1.161c0.666-4.029,2.33-7.684,4.961-10.894
-			C-29.559-15.441-29.559-15.437-29.561-15.433z"/>
-		<path fill="#FFFFFF" d="M26.445-27.534c0.52-0.345,1.166-0.598,2.159-0.845c1.002-0.25,1.927-0.37,2.848-0.37
-			c0.547,0,0.986,0.055,1.385,0.175c0.939,0.283,1.525,0.918,1.741,1.884c0.165,0.738,0.308,1.406,0.378,2.103
-			c0.146,1.462-0.224,2.774-1.097,3.901c-0.103-0.091-0.205-0.18-0.313-0.261c-0.179-0.138-0.375-0.257-0.584-0.358
-			c-0.288-0.141-0.576-0.211-0.857-0.211c-0.283,0-0.562,0.072-0.828,0.212c-0.388,0.206-0.832,0.307-1.36,0.307
-			c-0.186,0-0.386-0.014-0.612-0.037c-0.08-0.01-0.115-0.026-0.158-0.118c-0.762-1.565-2.013-2.679-3.827-3.403
-			c-0.032-0.013-0.047-0.021-0.051-0.021c-0.001,0-0.005-0.018-0.009-0.038c-0.061-0.372-0.117-0.859-0.002-1.338
-			C25.412-26.593,25.798-27.108,26.445-27.534z"/>
-		<path fill="#FFFFFF" d="M8.817,7.339C7.295,5.791,5.453,4.515,3.024,3.317c-1.535-0.754-3.245-1.3-5.384-1.715
-			c-1.223-0.238-2.444-0.469-3.667-0.699l-0.252-0.047C-7.317,0.66-8.356,0.464-9.393,0.265c-2.741-0.526-5.661-1.146-8.47-2.094
-			c-2.039-0.689-3.611-1.42-4.946-2.297c-1.309-0.859-2.213-1.743-2.845-2.781c-0.164-0.271-0.307-0.582-0.432-0.857
-			c-0.071-0.157-0.144-0.313-0.221-0.47c-0.053-0.107-0.118-0.229-0.224-0.335c-1.427-1.396-2.036-3.138-1.808-5.179
-			c0.136-1.226,0.518-2.421,1.165-3.644c0.375,2.495,1.692,4.399,3.917,5.663c1.21,0.688,2.544,1.188,4.08,1.525
-			c1.551,0.344,3.126,0.631,4.605,0.896c0.28,0.05,0.904,0.159,0.904,0.159c1.523,0.268,3.1,0.543,4.596,1.016
-			c0.355,0.111,0.703,0.235,1.026,0.356c0.433,0.163,0.81,0.354,1.154,0.607c0.417,0.309,0.853,0.591,1.308,0.857
-			c-1.926,0.045-5.191,0.049-6.205,0.055c-2.271,0.013-3.833-0.176-5.791-0.921c-2.046-0.779-7.893-3.749-7.893-3.749
-			s2.905,3.108,8.367,5.437c1.899,0.732,3.874,1.213,5.871,1.424c0.889,0.094,1.793,0.139,2.763,0.139
-			c0.812,0,1.654-0.032,2.571-0.098c1.51-0.111,3.02-0.221,4.528-0.324l0.041-0.002c0.071,0,0.147,0.012,0.22,0.033
-			c1.619,0.491,3.252,0.76,4.637,0.957c0.517,0.073,1.042,0.179,1.557,0.287C4.983-3.044,4.879-3.015,4.778-2.986
-			C4.661-2.952,4.549-2.907,4.429-2.857L4.17-2.755L3.153-2.069l3.821-0.082c0.823,0,8.942,1.307,12.417,10.98
-			c0.23,0.645,0.471,1.29,0.658,1.994c-2.44-1.552-5.086-2.605-7.872-3.135C11.134,7.491,10.041,7.378,8.817,7.339z"/>
-		<polygon fill="#FFFFFF" points="22.927,12.856 22.925,12.854 22.927,12.854 		"/>
-	</g>
-	<path fill="#FFFFFF" d="M27.944-3.725c0-0.438,0.356-0.795,0.795-0.795s0.795,0.355,0.795,0.795c0,0.44-0.355,0.795-0.795,0.795
-		C28.3-2.93,27.944-3.285,27.944-3.725z"/>
-</symbol>
-<g>
-	<g>
-		<path fill="#FFFFFF" d="M1248.573,1089.554h80.456v19.365h-58.273v34.154h54.929v18.661h-54.929v52.463h-22.183V1089.554z"/>
-		<path fill="#FFFFFF" d="M1348.747,1081.104h21.126v133.095h-21.126V1081.104z"/>
-		<path fill="#FFFFFF" d="M1392.936,1100.997c0-3.403,1.26-6.366,3.785-8.892c2.521-2.521,5.722-3.784,9.595-3.784
-			s7.13,1.204,9.771,3.607c2.642,2.407,3.961,5.431,3.961,9.067c0,3.64-1.319,6.662-3.961,9.066
-			c-2.641,2.406-5.896,3.607-9.771,3.607s-7.071-1.259-9.595-3.784C1394.193,1107.365,1392.936,1104.402,1392.936,1100.997z
-			 M1395.928,1129.693h21.127v84.504h-21.127V1129.693z"/>
-		<path fill="#FFFFFF" d="M1442.756,1129.693h20.07v13.555h0.352c1.876-4.225,5.133-7.949,9.771-11.178
-			c4.635-3.229,10.123-4.844,16.461-4.844c5.516,0,10.237,0.971,14.172,2.905c3.932,1.938,7.158,4.489,9.684,7.659
-			c2.521,3.168,4.371,6.809,5.545,10.914c1.172,4.109,1.762,8.336,1.762,12.677v52.814h-21.127v-46.829
-			c0-2.465-0.176-5.046-0.528-7.746c-0.353-2.698-1.116-5.135-2.287-7.307c-1.176-2.17-2.79-3.961-4.843-5.371
-			c-2.055-1.406-4.783-2.111-8.186-2.111c-3.406,0-6.34,0.677-8.804,2.025c-2.465,1.351-4.49,3.08-6.074,5.191
-			c-1.584,2.113-2.79,4.551-3.608,7.307c-0.821,2.761-1.231,5.547-1.231,8.363v46.478h-21.127L1442.756,1129.693L1442.756,1129.693z
-			"/>
-		<path fill="#FFFFFF" d="M1545.568,1081.104h21.127v84.152h0.526l32.042-35.562h27.111l-36.619,38.203l38.908,46.302h-27.992
-			l-33.451-43.31h-0.526v43.31h-21.127L1545.568,1081.104L1545.568,1081.104z"/>
-	</g>
-	<g>
-		
-			<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" x="-35.249" y="-35.39" transform="matrix(7.0632 0 0 -7.0632 1438.6172 775.3496)" overflow="visible"/>
-	</g>
-</g>
-<g>
-	<g>
-		<g>
-			<g>
-				<path fill="#FFFFFF" d="M342.773,1130.1h56.092v13.502h-40.627v23.812h38.297v13.011h-38.297V1217h-15.465V1130.1z"/>
-				<path fill="#FFFFFF" d="M412.613,1124.208h14.729V1217h-14.729V1124.208z"/>
-				<path fill="#FFFFFF" d="M443.42,1138.078c0-2.372,0.879-4.438,2.639-6.199c1.76-1.758,3.99-2.639,6.69-2.639
-					s4.972,0.841,6.812,2.517c1.842,1.679,2.763,3.786,2.763,6.321c0,2.537-0.92,4.645-2.763,6.32
-					c-1.84,1.678-4.11,2.517-6.812,2.517s-4.931-0.878-6.69-2.64C444.299,1142.518,443.42,1140.452,443.42,1138.078z
-					 M445.507,1158.084h14.729V1217h-14.729V1158.084z"/>
-				<path fill="#FFFFFF" d="M478.154,1158.084h13.994v9.451h0.244c1.309-2.945,3.578-5.542,6.812-7.793
-					c3.231-2.25,7.058-3.376,11.478-3.376c3.846,0,7.139,0.675,9.881,2.024c2.74,1.352,4.99,3.131,6.75,5.34
-					s3.047,4.746,3.867,7.609c0.815,2.865,1.228,5.811,1.228,8.837V1217h-14.729v-32.648c0-1.719-0.123-3.518-0.367-5.399
-					c-0.246-1.882-0.778-3.579-1.597-5.095c-0.819-1.514-1.944-2.762-3.375-3.743c-1.433-0.982-3.335-1.474-5.708-1.474
-					s-4.418,0.473-6.137,1.412c-1.72,0.941-3.131,2.146-4.234,3.62c-1.105,1.474-1.945,3.172-2.518,5.095
-					c-0.572,1.924-0.857,3.865-0.857,5.83V1217h-14.73V1158.084L478.154,1158.084z"/>
-				<path fill="#FFFFFF" d="M549.835,1124.208h14.729v58.671h0.367l22.34-24.795h18.901l-25.53,26.636L607.77,1217h-19.517
-					l-23.321-30.193h-0.367V1217h-14.729L549.835,1124.208L549.835,1124.208z"/>
-			</g>
-		</g>
-	</g>
-	
-		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" id="XMLID_11_" x="-35.249" y="-35.39" transform="matrix(1.7598 0 0 -1.7597 269.8027 1154.0586)" overflow="visible"/>
-</g>
-<g>
-	
-		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" x="-35.249" y="-35.39" transform="matrix(11.348 0 0 -11.348 611.5576 498.4609)" overflow="visible"/>
-</g>
-<g>
-	<g>
-		<path fill="#FFFFFF" d="M1562.207,346.53h68.343v16.45h-49.5v29.011h46.658v15.852h-46.658v44.565h-18.843V346.53z"/>
-		<path fill="#FFFFFF" d="M1647.298,339.352h17.946v113.056h-17.946V339.352z"/>
-		<path fill="#FFFFFF" d="M1684.833,356.25c0-2.891,1.069-5.408,3.214-7.553c2.145-2.144,4.861-3.215,8.15-3.215
-			c3.291,0,6.058,1.023,8.301,3.065c2.242,2.045,3.363,4.613,3.363,7.702c0,3.091-1.122,5.659-3.363,7.701
-			c-2.244,2.045-5.01,3.066-8.301,3.066c-3.289,0-6.008-1.07-8.15-3.216C1685.902,361.66,1684.833,359.143,1684.833,356.25z
-			 M1687.375,380.625h17.945v71.782h-17.945V380.625z"/>
-		<path fill="#FFFFFF" d="M1727.152,380.625h17.047v11.516h0.301c1.594-3.59,4.358-6.753,8.299-9.496
-			c3.938-2.741,8.599-4.113,13.982-4.113c4.686,0,8.695,0.823,12.037,2.469c3.34,1.645,6.081,3.812,8.227,6.505
-			c2.143,2.691,3.713,5.782,4.711,9.271c0.996,3.491,1.494,7.08,1.494,10.768v44.863h-17.945v-39.779
-			c0-2.094-0.148-4.285-0.448-6.58c-0.298-2.292-0.948-4.36-1.942-6.206c-0.998-1.844-2.369-3.365-4.112-4.562
-			c-1.746-1.196-4.063-1.794-6.954-1.794c-2.895,0-5.384,0.575-7.479,1.72c-2.092,1.147-3.812,2.617-5.158,4.412
-			c-1.347,1.794-2.371,3.864-3.065,6.206c-0.698,2.343-1.047,4.71-1.047,7.104v39.479h-17.944v-71.783H1727.152z"/>
-		<path fill="#FFFFFF" d="M1814.484,339.352h17.944v71.482h0.449l27.217-30.209h23.028l-31.104,32.452l33.05,39.33h-23.777
-			l-28.412-36.788h-0.449v36.788h-17.945V339.352L1814.484,339.352z"/>
-	</g>
-	
-		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" id="XMLID_13_" x="-35.249" y="-35.39" transform="matrix(4.8509 0 0 -4.8509 1364.2617 279.8057)" overflow="visible"/>
-</g>
-<text transform="matrix(1 0 0 1 118.9424 104.2578)" font-family="'AvenirNext-DemiBold'" font-size="45.9139">Filled white</text>
-</svg>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/apache-incubator-logo.png
----------------------------------------------------------------------
diff --git a/img/main/apache-incubator-logo.png b/img/main/apache-incubator-logo.png
deleted file mode 100755
index 81fb31e..0000000
Binary files a/img/main/apache-incubator-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/assets/easy-icon.png
----------------------------------------------------------------------
diff --git a/img/main/assets/easy-icon.png b/img/main/assets/easy-icon.png
deleted file mode 100755
index ce5a502..0000000
Binary files a/img/main/assets/easy-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/assets/expressive-icon.png
----------------------------------------------------------------------
diff --git a/img/main/assets/expressive-icon.png b/img/main/assets/expressive-icon.png
deleted file mode 100755
index a57e85c..0000000
Binary files a/img/main/assets/expressive-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/assets/fast-icon.png
----------------------------------------------------------------------
diff --git a/img/main/assets/fast-icon.png b/img/main/assets/fast-icon.png
deleted file mode 100755
index 0cc97b0..0000000
Binary files a/img/main/assets/fast-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/assets/hadoop-icon.png
----------------------------------------------------------------------
diff --git a/img/main/assets/hadoop-icon.png b/img/main/assets/hadoop-icon.png
deleted file mode 100755
index bd11919..0000000
Binary files a/img/main/assets/hadoop-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/assets/icon1.png
----------------------------------------------------------------------
diff --git a/img/main/assets/icon1.png b/img/main/assets/icon1.png
deleted file mode 100755
index 4222f51..0000000
Binary files a/img/main/assets/icon1.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/assets/reliable-icon.png
----------------------------------------------------------------------
diff --git a/img/main/assets/reliable-icon.png b/img/main/assets/reliable-icon.png
deleted file mode 100755
index 6283eb9..0000000
Binary files a/img/main/assets/reliable-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/assets/scalable-icon.png
----------------------------------------------------------------------
diff --git a/img/main/assets/scalable-icon.png b/img/main/assets/scalable-icon.png
deleted file mode 100755
index c26fe7e..0000000
Binary files a/img/main/assets/scalable-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/logo.png
----------------------------------------------------------------------
diff --git a/img/main/logo.png b/img/main/logo.png
deleted file mode 100644
index 8a7996d..0000000
Binary files a/img/main/logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/logo_500.png
----------------------------------------------------------------------
diff --git a/img/main/logo_500.png b/img/main/logo_500.png
deleted file mode 100755
index 7361b38..0000000
Binary files a/img/main/logo_500.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/section/easy-img.png
----------------------------------------------------------------------
diff --git a/img/main/section/easy-img.png b/img/main/section/easy-img.png
deleted file mode 100755
index 208a264..0000000
Binary files a/img/main/section/easy-img.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/section/fast-img.png
----------------------------------------------------------------------
diff --git a/img/main/section/fast-img.png b/img/main/section/fast-img.png
deleted file mode 100755
index f2821f2..0000000
Binary files a/img/main/section/fast-img.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/section/grep.png
----------------------------------------------------------------------
diff --git a/img/main/section/grep.png b/img/main/section/grep.png
deleted file mode 100644
index d4e657c..0000000
Binary files a/img/main/section/grep.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/section/hadoop-flink-arrows.png
----------------------------------------------------------------------
diff --git a/img/main/section/hadoop-flink-arrows.png b/img/main/section/hadoop-flink-arrows.png
deleted file mode 100644
index 4e38972..0000000
Binary files a/img/main/section/hadoop-flink-arrows.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/section/hadoop-img.png
----------------------------------------------------------------------
diff --git a/img/main/section/hadoop-img.png b/img/main/section/hadoop-img.png
deleted file mode 100755
index d47c024..0000000
Binary files a/img/main/section/hadoop-img.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/section/index.html
----------------------------------------------------------------------
diff --git a/img/main/section/index.html b/img/main/section/index.html
deleted file mode 100755
index 42682b4..0000000
--- a/img/main/section/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<html><body></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/section/optimizer-visual.png
----------------------------------------------------------------------
diff --git a/img/main/section/optimizer-visual.png b/img/main/section/optimizer-visual.png
deleted file mode 100644
index 654c127..0000000
Binary files a/img/main/section/optimizer-visual.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/section/pagerank.png
----------------------------------------------------------------------
diff --git a/img/main/section/pagerank.png b/img/main/section/pagerank.png
deleted file mode 100644
index bc9207d..0000000
Binary files a/img/main/section/pagerank.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/main/section/reliable-img.png
----------------------------------------------------------------------
diff --git a/img/main/section/reliable-img.png b/img/main/section/reliable-img.png
deleted file mode 100755
index fac4894..0000000
Binary files a/img/main/section/reliable-img.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/js/codetabs.js
----------------------------------------------------------------------
diff --git a/js/codetabs.js b/js/codetabs.js
deleted file mode 100644
index 878aa32..0000000
--- a/js/codetabs.js
+++ /dev/null
@@ -1,121 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/* Note: This file is originally from the Apache Spark project. */
-
-/* Custom JavaScript code in the MarkDown docs */
-
-// Enable language-specific code tabs
-function codeTabs() {
-  var counter = 0;
-  var langImages = {
-    "scala": "img/scala-sm.png",
-    "python": "img/python-sm.png",
-    "java": "img/java-sm.png"
-  };
-  $("div.codetabs").each(function() {
-    $(this).addClass("tab-content");
-
-    // Insert the tab bar
-    var tabBar = $('<ul class="nav nav-tabs" data-tabs="tabs"></ul>');
-    $(this).before(tabBar);
-
-    // Add each code sample to the tab bar:
-    var codeSamples = $(this).children("div");
-    codeSamples.each(function() {
-      $(this).addClass("tab-pane");
-      var lang = $(this).data("lang");
-      var image = $(this).data("image");
-      var notabs = $(this).data("notabs");
-      var capitalizedLang = lang.substr(0, 1).toUpperCase() + lang.substr(1);
-      var id = "tab_" + lang + "_" + counter;
-      $(this).attr("id", id);
-      if (image != null && langImages[lang]) {
-        var buttonLabel = "<img src='" +langImages[lang] + "' alt='" + capitalizedLang + "' />";
-      } else if (notabs == null) {
-        var buttonLabel = "<b>" + capitalizedLang + "</b>";
-      } else {
-        var buttonLabel = ""
-      }
-      tabBar.append(
-        '<li><a class="tab_' + lang + '" href="#' + id + '">' + buttonLabel + '</a></li>'
-      );
-    });
-
-    codeSamples.first().addClass("active");
-    tabBar.children("li").first().addClass("active");
-    counter++;
-  });
-  $("ul.nav-tabs a").click(function (e) {
-    // Toggling a tab should switch all tabs corresponding to the same language
-    // while retaining the scroll position
-    e.preventDefault();
-    var scrollOffset = $(this).offset().top - $(document).scrollTop();
-    $("." + $(this).attr('class')).tab('show');
-    $(document).scrollTop($(this).offset().top - scrollOffset);
-  });
-}
-
-function makeCollapsable(elt, accordionClass, accordionBodyId, title) {
-  $(elt).addClass("accordion-inner");
-  $(elt).wrap('<div class="accordion ' + accordionClass + '"></div>')
-  $(elt).wrap('<div class="accordion-group"></div>')
-  $(elt).wrap('<div id="' + accordionBodyId + '" class="accordion-body collapse"></div>')
-  $(elt).parent().before(
-    '<div class="accordion-heading">' +
-      '<a class="accordion-toggle" data-toggle="collapse" href="#' + accordionBodyId + '">' +
-             title +
-      '</a>' +
-    '</div>'
-  );
-}
-
-// Enable "view solution" sections (for exercises)
-function viewSolution() {
-  var counter = 0
-  $("div.solution").each(function() {
-    var id = "solution_" + counter
-    makeCollapsable(this, "", id,
-      '<i class="icon-ok-sign" style="text-decoration: none; color: #0088cc">' +
-      '</i>' + "View Solution");
-    counter++;
-  });
-}
-
-// A script to fix internal hash links because we have an overlapping top bar.
-// Based on https://github.com/twitter/bootstrap/issues/193#issuecomment-2281510
-function maybeScrollToHash() {
-  console.log("HERE");
-  if (window.location.hash && $(window.location.hash).length) {
-    console.log("HERE2", $(window.location.hash), $(window.location.hash).offset().top);
-    var newTop = $(window.location.hash).offset().top - 57;
-    $(window).scrollTop(newTop);
-  }
-}
-
-$(function() {
-  codeTabs();
-  viewSolution();
-
-  $(window).bind('hashchange', function() {
-    maybeScrollToHash();
-  });
-
-  // Scroll now too in case we had opened the page on a hash, but wait a bit because some browsers
-  // will try to do *their* initial scroll after running the onReady handler.
-  $(window).load(function() { setTimeout(function() { maybeScrollToHash(); }, 25); }); 
-});

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/q/quickstart-SNAPSHOT.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-SNAPSHOT.sh b/q/quickstart-SNAPSHOT.sh
deleted file mode 100755
index f87f594..0000000
--- a/q/quickstart-SNAPSHOT.sh
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/usr/bin/env bash
-
-################################################################################
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-# limitations under the License.
-################################################################################
-
-
-PACKAGE=quickstart
-
-mvn archetype:generate								\
-  -DarchetypeGroupId=org.apache.flink				\
-  -DarchetypeArtifactId=flink-quickstart-java		\
-  -DarchetypeVersion=0.9-SNAPSHOT					\
-  -DgroupId=org.myorg.quickstart					\
-  -DartifactId=$PACKAGE								\
-  -Dversion=0.1										\
-  -Dpackage=org.myorg.quickstart					\
-  -DinteractiveMode=false							\
-  -DarchetypeCatalog=https://repository.apache.org/content/repositories/snapshots/
-
-#
-# Give some guidance
-#
-echo -e "\\n\\n"
-echo -e "\\tA sample quickstart Flink Job has been created."
-echo -e "\\tSwitch into the directory using"
-echo -e "\\t\\t cd $PACKAGE"
-echo -e "\\tImport the project there using your favorite IDE (Import it as a maven project)"
-echo -e "\\tBuild a jar inside the directory using"
-echo -e "\\t\\t mvn clean package"
-echo -e "\\tYou will find the runnable jar in $PACKAGE/target"
-echo -e "\\tConsult our website if you have any troubles: http://flink.apache.org/community.html#mailing-lists"
-echo -e "\\n\\n"
-

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/q/quickstart-scala-SNAPSHOT.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-scala-SNAPSHOT.sh b/q/quickstart-scala-SNAPSHOT.sh
deleted file mode 100755
index 5f9e6eb..0000000
--- a/q/quickstart-scala-SNAPSHOT.sh
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/usr/bin/env bash
-
-################################################################################
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-# limitations under the License.
-################################################################################
-
-
-PACKAGE=quickstart
-
-mvn archetype:generate								\
-  -DarchetypeGroupId=org.apache.flink 				\
-  -DarchetypeArtifactId=flink-quickstart-scala		\
-  -DarchetypeVersion=0.9-SNAPSHOT					\
-  -DgroupId=org.myorg.quickstart					\
-  -DartifactId=$PACKAGE								\
-  -Dversion=0.1										\
-  -Dpackage=org.myorg.quickstart					\
-  -DinteractiveMode=false							\
-  -DarchetypeCatalog=https://repository.apache.org/content/repositories/snapshots/
-
-#
-# Give some guidance
-#
-echo -e "\\n\\n"
-echo -e "\\tA sample quickstart Flink Job has been created."
-echo -e "\\tSwitch into the directory using"
-echo -e "\\t\\t cd $PACKAGE"
-echo -e "\\tImport the project there using your favorite IDE (Import it as a maven project)"
-echo -e "\\tBuild a jar inside the directory using"
-echo -e "\\t\\t mvn clean package"
-echo -e "\\tYou will find the runnable jar in $PACKAGE/target"
-echo -e "\\tConsult our website if you have any troubles: http://flink.apache.org/community.html#mailing-lists"
-echo -e "\\n\\n"
-

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/q/quickstart-scala.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-scala.sh b/q/quickstart-scala.sh
deleted file mode 100755
index 5b06f23..0000000
--- a/q/quickstart-scala.sh
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/usr/bin/env bash
-
-################################################################################
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-# limitations under the License.
-################################################################################
-
-
-PACKAGE=quickstart
-
-mvn archetype:generate								\
-  -DarchetypeGroupId=org.apache.flink				\
-  -DarchetypeArtifactId=flink-quickstart-scala		\
-  -DarchetypeVersion=0.8.1			 				\
-  -DgroupId=org.myorg.quickstart					\
-  -DartifactId=$PACKAGE								\
-  -Dversion=0.1										\
-  -Dpackage=org.myorg.quickstart					\
-  -DinteractiveMode=false
-
-#
-# Give some guidance
-#
-echo -e "\\n\\n"
-echo -e "\\tA sample quickstart Flink Job has been created."
-echo -e "\\tSwitch into the directory using"
-echo -e "\\t\\t cd $PACKAGE"
-echo -e "\\tImport the project there using your favorite IDE (Import it as a maven project)"
-echo -e "\\tBuild a jar inside the directory using"
-echo -e "\\t\\t mvn clean package"
-echo -e "\\tYou will find the runnable jar in $PACKAGE/target"
-echo -e "\\tConsult our website if you have any troubles: http://flink.apache.org/community.html#mailing-lists"
-echo -e "\\n\\n"
-

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/q/quickstart.sh
----------------------------------------------------------------------
diff --git a/q/quickstart.sh b/q/quickstart.sh
deleted file mode 100755
index 1264c2b..0000000
--- a/q/quickstart.sh
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/usr/bin/env bash
-
-################################################################################
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-# limitations under the License.
-################################################################################
-
-
-PACKAGE=quickstart
-
-mvn archetype:generate 								\
-  -DarchetypeGroupId=org.apache.flink 				\
-  -DarchetypeArtifactId=flink-quickstart-java		\
-  -DarchetypeVersion=0.8.1							\
-  -DgroupId=org.myorg.quickstart					\
-  -DartifactId=$PACKAGE								\
-  -Dversion=0.1										\
-  -Dpackage=org.myorg.quickstart					\
-  -DinteractiveMode=false
-
-#
-# Give some guidance
-#
-echo -e "\\n\\n"
-echo -e "\\tA sample quickstart Flink Job has been created."
-echo -e "\\tSwitch into the directory using"
-echo -e "\\t\\t cd $PACKAGE"
-echo -e "\\tImport the project there using your favorite IDE (Import it as a maven project)"
-echo -e "\\tBuild a jar inside the directory using"
-echo -e "\\t\\t mvn clean package"
-echo -e "\\tYou will find the runnable jar in $PACKAGE/target"
-echo -e "\\tConsult our website if you have any troubles: http://flink.apache.org/community.html#mailing-lists"
-echo -e "\\n\\n"
-
-


[10/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap.css
----------------------------------------------------------------------
diff --git a/css/bootstrap.css b/css/bootstrap.css
deleted file mode 100644
index 7f36651..0000000
--- a/css/bootstrap.css
+++ /dev/null
@@ -1,5785 +0,0 @@
-/*!
- * Bootstrap v3.1.1 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-
-/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
-html {
-  font-family: sans-serif;
-  -webkit-text-size-adjust: 100%;
-      -ms-text-size-adjust: 100%;
-}
-body {
-  margin: 0;
-}
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-nav,
-section,
-summary {
-  display: block;
-}
-audio,
-canvas,
-progress,
-video {
-  display: inline-block;
-  vertical-align: baseline;
-}
-audio:not([controls]) {
-  display: none;
-  height: 0;
-}
-[hidden],
-template {
-  display: none;
-}
-a {
-  background: transparent;
-}
-a:active,
-a:hover {
-  outline: 0;
-}
-abbr[title] {
-  border-bottom: 1px dotted;
-}
-b,
-strong {
-  font-weight: bold;
-}
-dfn {
-  font-style: italic;
-}
-h1 {
-  margin: .67em 0;
-  font-size: 2em;
-}
-mark {
-  color: #000;
-  background: #ff0;
-}
-small {
-  font-size: 80%;
-}
-sub,
-sup {
-  position: relative;
-  font-size: 75%;
-  line-height: 0;
-  vertical-align: baseline;
-}
-sup {
-  top: -.5em;
-}
-sub {
-  bottom: -.25em;
-}
-img {
-  border: 0;
-}
-svg:not(:root) {
-  overflow: hidden;
-}
-figure {
-  margin: 1em 40px;
-}
-hr {
-  height: 0;
-  -moz-box-sizing: content-box;
-       box-sizing: content-box;
-}
-pre {
-  overflow: auto;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: monospace, monospace;
-  font-size: 1em;
-}
-button,
-input,
-optgroup,
-select,
-textarea {
-  margin: 0;
-  font: inherit;
-  color: inherit;
-}
-button {
-  overflow: visible;
-}
-button,
-select {
-  text-transform: none;
-}
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
-  -webkit-appearance: button;
-  cursor: pointer;
-}
-button[disabled],
-html input[disabled] {
-  cursor: default;
-}
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-  padding: 0;
-  border: 0;
-}
-input {
-  line-height: normal;
-}
-input[type="checkbox"],
-input[type="radio"] {
-  box-sizing: border-box;
-  padding: 0;
-}
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-box-sizing: content-box;
-     -moz-box-sizing: content-box;
-          box-sizing: content-box;
-  -webkit-appearance: textfield;
-}
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
-  -webkit-appearance: none;
-}
-fieldset {
-  padding: .35em .625em .75em;
-  margin: 0 2px;
-  border: 1px solid #c0c0c0;
-}
-legend {
-  padding: 0;
-  border: 0;
-}
-textarea {
-  overflow: auto;
-}
-optgroup {
-  font-weight: bold;
-}
-table {
-  border-spacing: 0;
-  border-collapse: collapse;
-}
-td,
-th {
-  padding: 0;
-}
-@media print {
-  * {
-    color: #000 !important;
-    text-shadow: none !important;
-    background: transparent !important;
-    box-shadow: none !important;
-  }
-  a,
-  a:visited {
-    text-decoration: underline;
-  }
-  a[href]:after {
-    content: " (" attr(href) ")";
-  }
-  abbr[title]:after {
-    content: " (" attr(title) ")";
-  }
-  a[href^="javascript:"]:after,
-  a[href^="#"]:after {
-    content: "";
-  }
-  pre,
-  blockquote {
-    border: 1px solid #999;
-
-    page-break-inside: avoid;
-  }
-  thead {
-    display: table-header-group;
-  }
-  tr,
-  img {
-    page-break-inside: avoid;
-  }
-  img {
-    max-width: 100% !important;
-  }
-  p,
-  h2,
-  h3 {
-    orphans: 3;
-    widows: 3;
-  }
-  h2,
-  h3 {
-    page-break-after: avoid;
-  }
-  select {
-    background: #fff !important;
-  }
-  .navbar {
-    display: none;
-  }
-  .table td,
-  .table th {
-    background-color: #fff !important;
-  }
-  .btn > .caret,
-  .dropup > .btn > .caret {
-    border-top-color: #000 !important;
-  }
-  .label {
-    border: 1px solid #000;
-  }
-  .table {
-    border-collapse: collapse !important;
-  }
-  .table-bordered th,
-  .table-bordered td {
-    border: 1px solid #ddd !important;
-  }
-}
-* {
-  -webkit-box-sizing: border-box;
-     -moz-box-sizing: border-box;
-          box-sizing: border-box;
-}
-*:before,
-*:after {
-  -webkit-box-sizing: border-box;
-     -moz-box-sizing: border-box;
-          box-sizing: border-box;
-}
-html {
-  font-size: 62.5%;
-
-  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-body {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-size: 14px;
-  line-height: 1.42857143;
-  color: #333;
-  background-color: #fff;
-}
-input,
-button,
-select,
-textarea {
-  font-family: inherit;
-  font-size: inherit;
-  line-height: inherit;
-}
-a {
-  color: #428bca;
-  text-decoration: none;
-}
-a:hover,
-a:focus {
-  color: #2a6496;
-  text-decoration: underline;
-}
-a:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-figure {
-  margin: 0;
-}
-img {
-  vertical-align: middle;
-}
-.img-responsive,
-.thumbnail > img,
-.thumbnail a > img,
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
-  display: block;
-  max-width: 100%;
-  height: auto;
-}
-.img-rounded {
-  border-radius: 6px;
-}
-.img-thumbnail {
-  display: inline-block;
-  max-width: 100%;
-  height: auto;
-  padding: 4px;
-  line-height: 1.42857143;
-  background-color: #fff;
-  border: 1px solid #ddd;
-  border-radius: 4px;
-  -webkit-transition: all .2s ease-in-out;
-          transition: all .2s ease-in-out;
-}
-.img-circle {
-  border-radius: 50%;
-}
-hr {
-  margin-top: 20px;
-  margin-bottom: 20px;
-  border: 0;
-  border-top: 1px solid #eee;
-}
-.sr-only {
-  position: absolute;
-  width: 1px;
-  height: 1px;
-  padding: 0;
-  margin: -1px;
-  overflow: hidden;
-  clip: rect(0, 0, 0, 0);
-  border: 0;
-}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
-  font-family: inherit;
-  font-weight: 500;
-  line-height: 1.1;
-  color: inherit;
-}
-h1 small,
-h2 small,
-h3 small,
-h4 small,
-h5 small,
-h6 small,
-.h1 small,
-.h2 small,
-.h3 small,
-.h4 small,
-.h5 small,
-.h6 small,
-h1 .small,
-h2 .small,
-h3 .small,
-h4 .small,
-h5 .small,
-h6 .small,
-.h1 .small,
-.h2 .small,
-.h3 .small,
-.h4 .small,
-.h5 .small,
-.h6 .small {
-  font-weight: normal;
-  line-height: 1;
-  color: #999;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
-  margin-top: 20px;
-  margin-bottom: 10px;
-}
-h1 small,
-.h1 small,
-h2 small,
-.h2 small,
-h3 small,
-.h3 small,
-h1 .small,
-.h1 .small,
-h2 .small,
-.h2 .small,
-h3 .small,
-.h3 .small {
-  font-size: 65%;
-}
-h4,
-.h4,
-h5,
-.h5,
-h6,
-.h6 {
-  margin-top: 10px;
-  margin-bottom: 10px;
-}
-h4 small,
-.h4 small,
-h5 small,
-.h5 small,
-h6 small,
-.h6 small,
-h4 .small,
-.h4 .small,
-h5 .small,
-.h5 .small,
-h6 .small,
-.h6 .small {
-  font-size: 75%;
-}
-h1,
-.h1 {
-  font-size: 36px;
-}
-h2,
-.h2 {
-  font-size: 30px;
-}
-h3,
-.h3 {
-  font-size: 24px;
-}
-h4,
-.h4 {
-  font-size: 18px;
-}
-h5,
-.h5 {
-  font-size: 14px;
-}
-h6,
-.h6 {
-  font-size: 12px;
-}
-p {
-  margin: 0 0 10px;
-}
-.lead {
-  margin-bottom: 20px;
-  font-size: 16px;
-  font-weight: 200;
-  line-height: 1.4;
-}
-@media (min-width: 768px) {
-  .lead {
-    font-size: 21px;
-  }
-}
-small,
-.small {
-  font-size: 85%;
-}
-cite {
-  font-style: normal;
-}
-.text-left {
-  text-align: left;
-}
-.text-right {
-  text-align: right;
-}
-.text-center {
-  text-align: center;
-}
-.text-justify {
-  text-align: justify;
-}
-.text-muted {
-  color: #999;
-}
-.text-primary {
-  color: #428bca;
-}
-a.text-primary:hover {
-  color: #3071a9;
-}
-.text-success {
-  color: #3c763d;
-}
-a.text-success:hover {
-  color: #2b542c;
-}
-.text-info {
-  color: #31708f;
-}
-a.text-info:hover {
-  color: #245269;
-}
-.text-warning {
-  color: #8a6d3b;
-}
-a.text-warning:hover {
-  color: #66512c;
-}
-.text-danger {
-  color: #a94442;
-}
-a.text-danger:hover {
-  color: #843534;
-}
-.bg-primary {
-  color: #fff;
-  background-color: #428bca;
-}
-a.bg-primary:hover {
-  background-color: #3071a9;
-}
-.bg-success {
-  background-color: #dff0d8;
-}
-a.bg-success:hover {
-  background-color: #c1e2b3;
-}
-.bg-info {
-  background-color: #d9edf7;
-}
-a.bg-info:hover {
-  background-color: #afd9ee;
-}
-.bg-warning {
-  background-color: #fcf8e3;
-}
-a.bg-warning:hover {
-  background-color: #f7ecb5;
-}
-.bg-danger {
-  background-color: #f2dede;
-}
-a.bg-danger:hover {
-  background-color: #e4b9b9;
-}
-.page-header {
-  padding-bottom: 9px;
-  margin: 40px 0 20px;
-  border-bottom: 1px solid #eee;
-}
-ul,
-ol {
-  margin-top: 0;
-  margin-bottom: 10px;
-}
-ul ul,
-ol ul,
-ul ol,
-ol ol {
-  margin-bottom: 0;
-}
-.list-unstyled {
-  padding-left: 0;
-  list-style: none;
-}
-.list-inline {
-  padding-left: 0;
-  margin-left: -5px;
-  list-style: none;
-}
-.list-inline > li {
-  display: inline-block;
-  padding-right: 5px;
-  padding-left: 5px;
-}
-dl {
-  margin-top: 0;
-  margin-bottom: 20px;
-}
-dt,
-dd {
-  line-height: 1.42857143;
-}
-dt {
-  font-weight: bold;
-}
-dd {
-  margin-left: 0;
-}
-@media (min-width: 768px) {
-  .dl-horizontal dt {
-    float: left;
-    width: 160px;
-    overflow: hidden;
-    clear: left;
-    text-align: right;
-    text-overflow: ellipsis;
-    white-space: nowrap;
-  }
-  .dl-horizontal dd {
-    margin-left: 180px;
-  }
-}
-abbr[title],
-abbr[data-original-title] {
-  cursor: help;
-  border-bottom: 1px dotted #999;
-}
-.initialism {
-  font-size: 90%;
-  text-transform: uppercase;
-}
-blockquote {
-  padding: 10px 20px;
-  margin: 0 0 20px;
-  font-size: 17.5px;
-  border-left: 5px solid #eee;
-}
-blockquote p:last-child,
-blockquote ul:last-child,
-blockquote ol:last-child {
-  margin-bottom: 0;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
-  display: block;
-  font-size: 80%;
-  line-height: 1.42857143;
-  color: #999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
-  content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
-  padding-right: 15px;
-  padding-left: 0;
-  text-align: right;
-  border-right: 5px solid #eee;
-  border-left: 0;
-}
-.blockquote-reverse footer:before,
-blockquote.pull-right footer:before,
-.blockquote-reverse small:before,
-blockquote.pull-right small:before,
-.blockquote-reverse .small:before,
-blockquote.pull-right .small:before {
-  content: '';
-}
-.blockquote-reverse footer:after,
-blockquote.pull-right footer:after,
-.blockquote-reverse small:after,
-blockquote.pull-right small:after,
-.blockquote-reverse .small:after,
-blockquote.pull-right .small:after {
-  content: '\00A0 \2014';
-}
-blockquote:before,
-blockquote:after {
-  content: "";
-}
-address {
-  margin-bottom: 20px;
-  font-style: normal;
-  line-height: 1.42857143;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
-}
-code {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #c7254e;
-  white-space: nowrap;
-  background-color: #f9f2f4;
-  border-radius: 4px;
-}
-kbd {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #fff;
-  background-color: #333;
-  border-radius: 3px;
-  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
-}
-pre {
-  display: block;
-  padding: 9.5px;
-  margin: 0 0 10px;
-  font-size: 13px;
-  line-height: 1.42857143;
-  color: #333;
-  word-break: break-all;
-  word-wrap: break-word;
-  background-color: #f5f5f5;
-  border: 1px solid #ccc;
-  border-radius: 4px;
-}
-pre code {
-  padding: 0;
-  font-size: inherit;
-  color: inherit;
-  white-space: pre-wrap;
-  background-color: transparent;
-  border-radius: 0;
-}
-.pre-scrollable {
-  max-height: 340px;
-  overflow-y: scroll;
-}
-.container {
-  padding-right: 15px;
-  padding-left: 15px;
-  margin-right: auto;
-  margin-left: auto;
-}
-@media (min-width: 768px) {
-  .container {
-    width: 750px;
-  }
-}
-@media (min-width: 992px) {
-  .container {
-    width: 970px;
-  }
-}
-@media (min-width: 1200px) {
-  .container {
-    width: 1170px;
-  }
-}
-.container-fluid {
-  padding-right: 15px;
-  padding-left: 15px;
-  margin-right: auto;
-  margin-left: auto;
-}
-.row {
-  margin-right: -15px;
-  margin-left: -15px;
-}
-.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
-  position: relative;
-  min-height: 1px;
-  padding-right: 15px;
-  padding-left: 15px;
-}
-.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
-  float: left;
-}
-.col-xs-12 {
-  width: 100%;
-}
-.col-xs-11 {
-  width: 91.66666667%;
-}
-.col-xs-10 {
-  width: 83.33333333%;
-}
-.col-xs-9 {
-  width: 75%;
-}
-.col-xs-8 {
-  width: 66.66666667%;
-}
-.col-xs-7 {
-  width: 58.33333333%;
-}
-.col-xs-6 {
-  width: 50%;
-}
-.col-xs-5 {
-  width: 41.66666667%;
-}
-.col-xs-4 {
-  width: 33.33333333%;
-}
-.col-xs-3 {
-  width: 25%;
-}
-.col-xs-2 {
-  width: 16.66666667%;
-}
-.col-xs-1 {
-  width: 8.33333333%;
-}
-.col-xs-pull-12 {
-  right: 100%;
-}
-.col-xs-pull-11 {
-  right: 91.66666667%;
-}
-.col-xs-pull-10 {
-  right: 83.33333333%;
-}
-.col-xs-pull-9 {
-  right: 75%;
-}
-.col-xs-pull-8 {
-  right: 66.66666667%;
-}
-.col-xs-pull-7 {
-  right: 58.33333333%;
-}
-.col-xs-pull-6 {
-  right: 50%;
-}
-.col-xs-pull-5 {
-  right: 41.66666667%;
-}
-.col-xs-pull-4 {
-  right: 33.33333333%;
-}
-.col-xs-pull-3 {
-  right: 25%;
-}
-.col-xs-pull-2 {
-  right: 16.66666667%;
-}
-.col-xs-pull-1 {
-  right: 8.33333333%;
-}
-.col-xs-pull-0 {
-  right: 0;
-}
-.col-xs-push-12 {
-  left: 100%;
-}
-.col-xs-push-11 {
-  left: 91.66666667%;
-}
-.col-xs-push-10 {
-  left: 83.33333333%;
-}
-.col-xs-push-9 {
-  left: 75%;
-}
-.col-xs-push-8 {
-  left: 66.66666667%;
-}
-.col-xs-push-7 {
-  left: 58.33333333%;
-}
-.col-xs-push-6 {
-  left: 50%;
-}
-.col-xs-push-5 {
-  left: 41.66666667%;
-}
-.col-xs-push-4 {
-  left: 33.33333333%;
-}
-.col-xs-push-3 {
-  left: 25%;
-}
-.col-xs-push-2 {
-  left: 16.66666667%;
-}
-.col-xs-push-1 {
-  left: 8.33333333%;
-}
-.col-xs-push-0 {
-  left: 0;
-}
-.col-xs-offset-12 {
-  margin-left: 100%;
-}
-.col-xs-offset-11 {
-  margin-left: 91.66666667%;
-}
-.col-xs-offset-10 {
-  margin-left: 83.33333333%;
-}
-.col-xs-offset-9 {
-  margin-left: 75%;
-}
-.col-xs-offset-8 {
-  margin-left: 66.66666667%;
-}
-.col-xs-offset-7 {
-  margin-left: 58.33333333%;
-}
-.col-xs-offset-6 {
-  margin-left: 50%;
-}
-.col-xs-offset-5 {
-  margin-left: 41.66666667%;
-}
-.col-xs-offset-4 {
-  margin-left: 33.33333333%;
-}
-.col-xs-offset-3 {
-  margin-left: 25%;
-}
-.col-xs-offset-2 {
-  margin-left: 16.66666667%;
-}
-.col-xs-offset-1 {
-  margin-left: 8.33333333%;
-}
-.col-xs-offset-0 {
-  margin-left: 0;
-}
-@media (min-width: 768px) {
-  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
-    float: left;
-  }
-  .col-sm-12 {
-    width: 100%;
-  }
-  .col-sm-11 {
-    width: 91.66666667%;
-  }
-  .col-sm-10 {
-    width: 83.33333333%;
-  }
-  .col-sm-9 {
-    width: 75%;
-  }
-  .col-sm-8 {
-    width: 66.66666667%;
-  }
-  .col-sm-7 {
-    width: 58.33333333%;
-  }
-  .col-sm-6 {
-    width: 50%;
-  }
-  .col-sm-5 {
-    width: 41.66666667%;
-  }
-  .col-sm-4 {
-    width: 33.33333333%;
-  }
-  .col-sm-3 {
-    width: 25%;
-  }
-  .col-sm-2 {
-    width: 16.66666667%;
-  }
-  .col-sm-1 {
-    width: 8.33333333%;
-  }
-  .col-sm-pull-12 {
-    right: 100%;
-  }
-  .col-sm-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-sm-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-sm-pull-9 {
-    right: 75%;
-  }
-  .col-sm-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-sm-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-sm-pull-6 {
-    right: 50%;
-  }
-  .col-sm-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-sm-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-sm-pull-3 {
-    right: 25%;
-  }
-  .col-sm-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-sm-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-sm-pull-0 {
-    right: 0;
-  }
-  .col-sm-push-12 {
-    left: 100%;
-  }
-  .col-sm-push-11 {
-    left: 91.66666667%;
-  }
-  .col-sm-push-10 {
-    left: 83.33333333%;
-  }
-  .col-sm-push-9 {
-    left: 75%;
-  }
-  .col-sm-push-8 {
-    left: 66.66666667%;
-  }
-  .col-sm-push-7 {
-    left: 58.33333333%;
-  }
-  .col-sm-push-6 {
-    left: 50%;
-  }
-  .col-sm-push-5 {
-    left: 41.66666667%;
-  }
-  .col-sm-push-4 {
-    left: 33.33333333%;
-  }
-  .col-sm-push-3 {
-    left: 25%;
-  }
-  .col-sm-push-2 {
-    left: 16.66666667%;
-  }
-  .col-sm-push-1 {
-    left: 8.33333333%;
-  }
-  .col-sm-push-0 {
-    left: 0;
-  }
-  .col-sm-offset-12 {
-    margin-left: 100%;
-  }
-  .col-sm-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-sm-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-sm-offset-9 {
-    margin-left: 75%;
-  }
-  .col-sm-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-sm-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-sm-offset-6 {
-    margin-left: 50%;
-  }
-  .col-sm-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-sm-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-sm-offset-3 {
-    margin-left: 25%;
-  }
-  .col-sm-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-sm-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-sm-offset-0 {
-    margin-left: 0;
-  }
-}
-@media (min-width: 992px) {
-  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
-    float: left;
-  }
-  .col-md-12 {
-    width: 100%;
-  }
-  .col-md-11 {
-    width: 91.66666667%;
-  }
-  .col-md-10 {
-    width: 83.33333333%;
-  }
-  .col-md-9 {
-    width: 75%;
-  }
-  .col-md-8 {
-    width: 66.66666667%;
-  }
-  .col-md-7 {
-    width: 58.33333333%;
-  }
-  .col-md-6 {
-    width: 50%;
-  }
-  .col-md-5 {
-    width: 41.66666667%;
-  }
-  .col-md-4 {
-    width: 33.33333333%;
-  }
-  .col-md-3 {
-    width: 25%;
-  }
-  .col-md-2 {
-    width: 16.66666667%;
-  }
-  .col-md-1 {
-    width: 8.33333333%;
-  }
-  .col-md-pull-12 {
-    right: 100%;
-  }
-  .col-md-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-md-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-md-pull-9 {
-    right: 75%;
-  }
-  .col-md-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-md-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-md-pull-6 {
-    right: 50%;
-  }
-  .col-md-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-md-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-md-pull-3 {
-    right: 25%;
-  }
-  .col-md-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-md-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-md-pull-0 {
-    right: 0;
-  }
-  .col-md-push-12 {
-    left: 100%;
-  }
-  .col-md-push-11 {
-    left: 91.66666667%;
-  }
-  .col-md-push-10 {
-    left: 83.33333333%;
-  }
-  .col-md-push-9 {
-    left: 75%;
-  }
-  .col-md-push-8 {
-    left: 66.66666667%;
-  }
-  .col-md-push-7 {
-    left: 58.33333333%;
-  }
-  .col-md-push-6 {
-    left: 50%;
-  }
-  .col-md-push-5 {
-    left: 41.66666667%;
-  }
-  .col-md-push-4 {
-    left: 33.33333333%;
-  }
-  .col-md-push-3 {
-    left: 25%;
-  }
-  .col-md-push-2 {
-    left: 16.66666667%;
-  }
-  .col-md-push-1 {
-    left: 8.33333333%;
-  }
-  .col-md-push-0 {
-    left: 0;
-  }
-  .col-md-offset-12 {
-    margin-left: 100%;
-  }
-  .col-md-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-md-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-md-offset-9 {
-    margin-left: 75%;
-  }
-  .col-md-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-md-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-md-offset-6 {
-    margin-left: 50%;
-  }
-  .col-md-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-md-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-md-offset-3 {
-    margin-left: 25%;
-  }
-  .col-md-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-md-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-md-offset-0 {
-    margin-left: 0;
-  }
-}
-@media (min-width: 1200px) {
-  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
-    float: left;
-  }
-  .col-lg-12 {
-    width: 100%;
-  }
-  .col-lg-11 {
-    width: 91.66666667%;
-  }
-  .col-lg-10 {
-    width: 83.33333333%;
-  }
-  .col-lg-9 {
-    width: 75%;
-  }
-  .col-lg-8 {
-    width: 66.66666667%;
-  }
-  .col-lg-7 {
-    width: 58.33333333%;
-  }
-  .col-lg-6 {
-    width: 50%;
-  }
-  .col-lg-5 {
-    width: 41.66666667%;
-  }
-  .col-lg-4 {
-    width: 33.33333333%;
-  }
-  .col-lg-3 {
-    width: 25%;
-  }
-  .col-lg-2 {
-    width: 16.66666667%;
-  }
-  .col-lg-1 {
-    width: 8.33333333%;
-  }
-  .col-lg-pull-12 {
-    right: 100%;
-  }
-  .col-lg-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-lg-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-lg-pull-9 {
-    right: 75%;
-  }
-  .col-lg-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-lg-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-lg-pull-6 {
-    right: 50%;
-  }
-  .col-lg-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-lg-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-lg-pull-3 {
-    right: 25%;
-  }
-  .col-lg-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-lg-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-lg-pull-0 {
-    right: 0;
-  }
-  .col-lg-push-12 {
-    left: 100%;
-  }
-  .col-lg-push-11 {
-    left: 91.66666667%;
-  }
-  .col-lg-push-10 {
-    left: 83.33333333%;
-  }
-  .col-lg-push-9 {
-    left: 75%;
-  }
-  .col-lg-push-8 {
-    left: 66.66666667%;
-  }
-  .col-lg-push-7 {
-    left: 58.33333333%;
-  }
-  .col-lg-push-6 {
-    left: 50%;
-  }
-  .col-lg-push-5 {
-    left: 41.66666667%;
-  }
-  .col-lg-push-4 {
-    left: 33.33333333%;
-  }
-  .col-lg-push-3 {
-    left: 25%;
-  }
-  .col-lg-push-2 {
-    left: 16.66666667%;
-  }
-  .col-lg-push-1 {
-    left: 8.33333333%;
-  }
-  .col-lg-push-0 {
-    left: 0;
-  }
-  .col-lg-offset-12 {
-    margin-left: 100%;
-  }
-  .col-lg-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-lg-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-lg-offset-9 {
-    margin-left: 75%;
-  }
-  .col-lg-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-lg-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-lg-offset-6 {
-    margin-left: 50%;
-  }
-  .col-lg-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-lg-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-lg-offset-3 {
-    margin-left: 25%;
-  }
-  .col-lg-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-lg-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-lg-offset-0 {
-    margin-left: 0;
-  }
-}
-table {
-  max-width: 100%;
-  background-color: transparent;
-}
-th {
-  text-align: left;
-}
-.table {
-  width: 100%;
-  margin-bottom: 20px;
-}
-.table > thead > tr > th,
-.table > tbody > tr > th,
-.table > tfoot > tr > th,
-.table > thead > tr > td,
-.table > tbody > tr > td,
-.table > tfoot > tr > td {
-  padding: 8px;
-  line-height: 1.42857143;
-  vertical-align: top;
-  border-top: 1px solid #ddd;
-}
-.table > thead > tr > th {
-  vertical-align: bottom;
-  border-bottom: 2px solid #ddd;
-}
-.table > caption + thead > tr:first-child > th,
-.table > colgroup + thead > tr:first-child > th,
-.table > thead:first-child > tr:first-child > th,
-.table > caption + thead > tr:first-child > td,
-.table > colgroup + thead > tr:first-child > td,
-.table > thead:first-child > tr:first-child > td {
-  border-top: 0;
-}
-.table > tbody + tbody {
-  border-top: 2px solid #ddd;
-}
-.table .table {
-  background-color: #fff;
-}
-.table-condensed > thead > tr > th,
-.table-condensed > tbody > tr > th,
-.table-condensed > tfoot > tr > th,
-.table-condensed > thead > tr > td,
-.table-condensed > tbody > tr > td,
-.table-condensed > tfoot > tr > td {
-  padding: 5px;
-}
-.table-bordered {
-  border: 1px solid #ddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > tbody > tr > th,
-.table-bordered > tfoot > tr > th,
-.table-bordered > thead > tr > td,
-.table-bordered > tbody > tr > td,
-.table-bordered > tfoot > tr > td {
-  border: 1px solid #ddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > thead > tr > td {
-  border-bottom-width: 2px;
-}
-.table-striped > tbody > tr:nth-child(odd) > td,
-.table-striped > tbody > tr:nth-child(odd) > th {
-  background-color: #f9f9f9;
-}
-.table-hover > tbody > tr:hover > td,
-.table-hover > tbody > tr:hover > th {
-  background-color: #f5f5f5;
-}
-table col[class*="col-"] {
-  position: static;
-  display: table-column;
-  float: none;
-}
-table td[class*="col-"],
-table th[class*="col-"] {
-  position: static;
-  display: table-cell;
-  float: none;
-}
-.table > thead > tr > td.active,
-.table > tbody > tr > td.active,
-.table > tfoot > tr > td.active,
-.table > thead > tr > th.active,
-.table > tbody > tr > th.active,
-.table > tfoot > tr > th.active,
-.table > thead > tr.active > td,
-.table > tbody > tr.active > td,
-.table > tfoot > tr.active > td,
-.table > thead > tr.active > th,
-.table > tbody > tr.active > th,
-.table > tfoot > tr.active > th {
-  background-color: #f5f5f5;
-}
-.table-hover > tbody > tr > td.active:hover,
-.table-hover > tbody > tr > th.active:hover,
-.table-hover > tbody > tr.active:hover > td,
-.table-hover > tbody > tr.active:hover > th {
-  background-color: #e8e8e8;
-}
-.table > thead > tr > td.success,
-.table > tbody > tr > td.success,
-.table > tfoot > tr > td.success,
-.table > thead > tr > th.success,
-.table > tbody > tr > th.success,
-.table > tfoot > tr > th.success,
-.table > thead > tr.success > td,
-.table > tbody > tr.success > td,
-.table > tfoot > tr.success > td,
-.table > thead > tr.success > th,
-.table > tbody > tr.success > th,
-.table > tfoot > tr.success > th {
-  background-color: #dff0d8;
-}
-.table-hover > tbody > tr > td.success:hover,
-.table-hover > tbody > tr > th.success:hover,
-.table-hover > tbody > tr.success:hover > td,
-.table-hover > tbody > tr.success:hover > th {
-  background-color: #d0e9c6;
-}
-.table > thead > tr > td.info,
-.table > tbody > tr > td.info,
-.table > tfoot > tr > td.info,
-.table > thead > tr > th.info,
-.table > tbody > tr > th.info,
-.table > tfoot > tr > th.info,
-.table > thead > tr.info > td,
-.table > tbody > tr.info > td,
-.table > tfoot > tr.info > td,
-.table > thead > tr.info > th,
-.table > tbody > tr.info > th,
-.table > tfoot > tr.info > th {
-  background-color: #d9edf7;
-}
-.table-hover > tbody > tr > td.info:hover,
-.table-hover > tbody > tr > th.info:hover,
-.table-hover > tbody > tr.info:hover > td,
-.table-hover > tbody > tr.info:hover > th {
-  background-color: #c4e3f3;
-}
-.table > thead > tr > td.warning,
-.table > tbody > tr > td.warning,
-.table > tfoot > tr > td.warning,
-.table > thead > tr > th.warning,
-.table > tbody > tr > th.warning,
-.table > tfoot > tr > th.warning,
-.table > thead > tr.warning > td,
-.table > tbody > tr.warning > td,
-.table > tfoot > tr.warning > td,
-.table > thead > tr.warning > th,
-.table > tbody > tr.warning > th,
-.table > tfoot > tr.warning > th {
-  background-color: #fcf8e3;
-}
-.table-hover > tbody > tr > td.warning:hover,
-.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td,
-.table-hover > tbody > tr.warning:hover > th {
-  background-color: #faf2cc;
-}
-.table > thead > tr > td.danger,
-.table > tbody > tr > td.danger,
-.table > tfoot > tr > td.danger,
-.table > thead > tr > th.danger,
-.table > tbody > tr > th.danger,
-.table > tfoot > tr > th.danger,
-.table > thead > tr.danger > td,
-.table > tbody > tr.danger > td,
-.table > tfoot > tr.danger > td,
-.table > thead > tr.danger > th,
-.table > tbody > tr.danger > th,
-.table > tfoot > tr.danger > th {
-  background-color: #f2dede;
-}
-.table-hover > tbody > tr > td.danger:hover,
-.table-hover > tbody > tr > th.danger:hover,
-.table-hover > tbody > tr.danger:hover > td,
-.table-hover > tbody > tr.danger:hover > th {
-  background-color: #ebcccc;
-}
-@media (max-width: 767px) {
-  .table-responsive {
-    width: 100%;
-    margin-bottom: 15px;
-    overflow-x: scroll;
-    overflow-y: hidden;
-    -webkit-overflow-scrolling: touch;
-    -ms-overflow-style: -ms-autohiding-scrollbar;
-    border: 1px solid #ddd;
-  }
-  .table-responsive > .table {
-    margin-bottom: 0;
-  }
-  .table-responsive > .table > thead > tr > th,
-  .table-responsive > .table > tbody > tr > th,
-  .table-responsive > .table > tfoot > tr > th,
-  .table-responsive > .table > thead > tr > td,
-  .table-responsive > .table > tbody > tr > td,
-  .table-responsive > .table > tfoot > tr > td {
-    white-space: nowrap;
-  }
-  .table-responsive > .table-bordered {
-    border: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:first-child,
-  .table-responsive > .table-bordered > tbody > tr > th:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
-  .table-responsive > .table-bordered > thead > tr > td:first-child,
-  .table-responsive > .table-bordered > tbody > tr > td:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
-    border-left: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:last-child,
-  .table-responsive > .table-bordered > tbody > tr > th:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
-  .table-responsive > .table-bordered > thead > tr > td:last-child,
-  .table-responsive > .table-bordered > tbody > tr > td:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
-    border-right: 0;
-  }
-  .table-responsive > .table-bordered > tbody > tr:last-child > th,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
-  .table-responsive > .table-bordered > tbody > tr:last-child > td,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
-    border-bottom: 0;
-  }
-}
-fieldset {
-  min-width: 0;
-  padding: 0;
-  margin: 0;
-  border: 0;
-}
-legend {
-  display: block;
-  width: 100%;
-  padding: 0;
-  margin-bottom: 20px;
-  font-size: 21px;
-  line-height: inherit;
-  color: #333;
-  border: 0;
-  border-bottom: 1px solid #e5e5e5;
-}
-label {
-  display: inline-block;
-  margin-bottom: 5px;
-  font-weight: bold;
-}
-input[type="search"] {
-  -webkit-box-sizing: border-box;
-     -moz-box-sizing: border-box;
-          box-sizing: border-box;
-}
-input[type="radio"],
-input[type="checkbox"] {
-  margin: 4px 0 0;
-  margin-top: 1px \9;
-  /* IE8-9 */
-  line-height: normal;
-}
-input[type="file"] {
-  display: block;
-}
-input[type="range"] {
-  display: block;
-  width: 100%;
-}
-select[multiple],
-select[size] {
-  height: auto;
-}
-input[type="file"]:focus,
-input[type="radio"]:focus,
-input[type="checkbox"]:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-output {
-  display: block;
-  padding-top: 7px;
-  font-size: 14px;
-  line-height: 1.42857143;
-  color: #555;
-}
-.form-control {
-  display: block;
-  width: 100%;
-  height: 34px;
-  padding: 6px 12px;
-  font-size: 14px;
-  line-height: 1.42857143;
-  color: #555;
-  background-color: #fff;
-  background-image: none;
-  border: 1px solid #ccc;
-  border-radius: 4px;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-}
-.form-control:focus {
-  border-color: #66afe9;
-  outline: 0;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
-          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
-}
-.form-control::-moz-placeholder {
-  color: #999;
-  opacity: 1;
-}
-.form-control:-ms-input-placeholder {
-  color: #999;
-}
-.form-control::-webkit-input-placeholder {
-  color: #999;
-}
-.form-control[disabled],
-.form-control[readonly],
-fieldset[disabled] .form-control {
-  cursor: not-allowed;
-  background-color: #eee;
-  opacity: 1;
-}
-textarea.form-control {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: none;
-}
-input[type="date"] {
-  line-height: 34px;
-}
-.form-group {
-  margin-bottom: 15px;
-}
-.radio,
-.checkbox {
-  display: block;
-  min-height: 20px;
-  padding-left: 20px;
-  margin-top: 10px;
-  margin-bottom: 10px;
-}
-.radio label,
-.checkbox label {
-  display: inline;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio input[type="radio"],
-.radio-inline input[type="radio"],
-.checkbox input[type="checkbox"],
-.checkbox-inline input[type="checkbox"] {
-  float: left;
-  margin-left: -20px;
-}
-.radio + .radio,
-.checkbox + .checkbox {
-  margin-top: -5px;
-}
-.radio-inline,
-.checkbox-inline {
-  display: inline-block;
-  padding-left: 20px;
-  margin-bottom: 0;
-  font-weight: normal;
-  vertical-align: middle;
-  cursor: pointer;
-}
-.radio-inline + .radio-inline,
-.checkbox-inline + .checkbox-inline {
-  margin-top: 0;
-  margin-left: 10px;
-}
-input[type="radio"][disabled],
-input[type="checkbox"][disabled],
-.radio[disabled],
-.radio-inline[disabled],
-.checkbox[disabled],
-.checkbox-inline[disabled],
-fieldset[disabled] input[type="radio"],
-fieldset[disabled] input[type="checkbox"],
-fieldset[disabled] .radio,
-fieldset[disabled] .radio-inline,
-fieldset[disabled] .checkbox,
-fieldset[disabled] .checkbox-inline {
-  cursor: not-allowed;
-}
-.input-sm {
-  height: 30px;
-  padding: 5px 10px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 3px;
-}
-select.input-sm {
-  height: 30px;
-  line-height: 30px;
-}
-textarea.input-sm,
-select[multiple].input-sm {
-  height: auto;
-}
-.input-lg {
-  height: 46px;
-  padding: 10px 16px;
-  font-size: 18px;
-  line-height: 1.33;
-  border-radius: 6px;
-}
-select.input-lg {
-  height: 46px;
-  line-height: 46px;
-}
-textarea.input-lg,
-select[multiple].input-lg {
-  height: auto;
-}
-.has-feedback {
-  position: relative;
-}
-.has-feedback .form-control {
-  padding-right: 42.5px;
-}
-.has-feedback .form-control-feedback {
-  position: absolute;
-  top: 25px;
-  right: 0;
-  display: block;
-  width: 34px;
-  height: 34px;
-  line-height: 34px;
-  text-align: center;
-}
-.has-success .help-block,
-.has-success .control-label,
-.has-success .radio,
-.has-success .checkbox,
-.has-success .radio-inline,
-.has-success .checkbox-inline {
-  color: #3c763d;
-}
-.has-success .form-control {
-  border-color: #3c763d;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-}
-.has-success .form-control:focus {
-  border-color: #2b542c;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
-}
-.has-success .input-group-addon {
-  color: #3c763d;
-  background-color: #dff0d8;
-  border-color: #3c763d;
-}
-.has-success .form-control-feedback {
-  color: #3c763d;
-}
-.has-warning .help-block,
-.has-warning .control-label,
-.has-warning .radio,
-.has-warning .checkbox,
-.has-warning .radio-inline,
-.has-warning .checkbox-inline {
-  color: #8a6d3b;
-}
-.has-warning .form-control {
-  border-color: #8a6d3b;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-}
-.has-warning .form-control:focus {
-  border-color: #66512c;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
-}
-.has-warning .input-group-addon {
-  color: #8a6d3b;
-  background-color: #fcf8e3;
-  border-color: #8a6d3b;
-}
-.has-warning .form-control-feedback {
-  color: #8a6d3b;
-}
-.has-error .help-block,
-.has-error .control-label,
-.has-error .radio,
-.has-error .checkbox,
-.has-error .radio-inline,
-.has-error .checkbox-inline {
-  color: #a94442;
-}
-.has-error .form-control {
-  border-color: #a94442;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-}
-.has-error .form-control:focus {
-  border-color: #843534;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
-}
-.has-error .input-group-addon {
-  color: #a94442;
-  background-color: #f2dede;
-  border-color: #a94442;
-}
-.has-error .form-control-feedback {
-  color: #a94442;
-}
-.form-control-static {
-  margin-bottom: 0;
-}
-.help-block {
-  display: block;
-  margin-top: 5px;
-  margin-bottom: 10px;
-  color: #737373;
-}
-@media (min-width: 768px) {
-  .form-inline .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .form-inline .input-group > .form-control {
-    width: 100%;
-  }
-  .form-inline .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio,
-  .form-inline .checkbox {
-    display: inline-block;
-    padding-left: 0;
-    margin-top: 0;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio input[type="radio"],
-  .form-inline .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .form-inline .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-.form-horizontal .control-label,
-.form-horizontal .radio,
-.form-horizontal .checkbox,
-.form-horizontal .radio-inline,
-.form-horizontal .checkbox-inline {
-  padding-top: 7px;
-  margin-top: 0;
-  margin-bottom: 0;
-}
-.form-horizontal .radio,
-.form-horizontal .checkbox {
-  min-height: 27px;
-}
-.form-horizontal .form-group {
-  margin-right: -15px;
-  margin-left: -15px;
-}
-.form-horizontal .form-control-static {
-  padding-top: 7px;
-}
-@media (min-width: 768px) {
-  .form-horizontal .control-label {
-    text-align: right;
-  }
-}
-.form-horizontal .has-feedback .form-control-feedback {
-  top: 0;
-  right: 15px;
-}
-.btn {
-  display: inline-block;
-  padding: 6px 12px;
-  margin-bottom: 0;
-  font-size: 14px;
-  font-weight: normal;
-  line-height: 1.42857143;
-  text-align: center;
-  white-space: nowrap;
-  vertical-align: middle;
-  cursor: pointer;
-  -webkit-user-select: none;
-     -moz-user-select: none;
-      -ms-user-select: none;
-          user-select: none;
-  background-image: none;
-  border: 1px solid transparent;
-  border-radius: 4px;
-}
-.btn:focus,
-.btn:active:focus,
-.btn.active:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-.btn:hover,
-.btn:focus {
-  color: #333;
-  text-decoration: none;
-}
-.btn:active,
-.btn.active {
-  background-image: none;
-  outline: 0;
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-}
-.btn.disabled,
-.btn[disabled],
-fieldset[disabled] .btn {
-  pointer-events: none;
-  cursor: not-allowed;
-  filter: alpha(opacity=65);
-  -webkit-box-shadow: none;
-          box-shadow: none;
-  opacity: .65;
-}
-.btn-default {
-  color: #333;
-  background-color: #fff;
-  border-color: #ccc;
-}
-.btn-default:hover,
-.btn-default:focus,
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  color: #333;
-  background-color: #ebebeb;
-  border-color: #adadad;
-}
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  background-image: none;
-}
-.btn-default.disabled,
-.btn-default[disabled],
-fieldset[disabled] .btn-default,
-.btn-default.disabled:hover,
-.btn-default[disabled]:hover,
-fieldset[disabled] .btn-default:hover,
-.btn-default.disabled:focus,
-.btn-default[disabled]:focus,
-fieldset[disabled] .btn-default:focus,
-.btn-default.disabled:active,
-.btn-default[disabled]:active,
-fieldset[disabled] .btn-default:active,
-.btn-default.disabled.active,
-.btn-default[disabled].active,
-fieldset[disabled] .btn-default.active {
-  background-color: #fff;
-  border-color: #ccc;
-}
-.btn-default .badge {
-  color: #fff;
-  background-color: #333;
-}
-.btn-primary {
-  color: #fff;
-  background-color: #428bca;
-  border-color: #357ebd;
-}
-.btn-primary:hover,
-.btn-primary:focus,
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  color: #fff;
-  background-color: #3276b1;
-  border-color: #285e8e;
-}
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  background-image: none;
-}
-.btn-primary.disabled,
-.btn-primary[disabled],
-fieldset[disabled] .btn-primary,
-.btn-primary.disabled:hover,
-.btn-primary[disabled]:hover,
-fieldset[disabled] .btn-primary:hover,
-.btn-primary.disabled:focus,
-.btn-primary[disabled]:focus,
-fieldset[disabled] .btn-primary:focus,
-.btn-primary.disabled:active,
-.btn-primary[disabled]:active,
-fieldset[disabled] .btn-primary:active,
-.btn-primary.disabled.active,
-.btn-primary[disabled].active,
-fieldset[disabled] .btn-primary.active {
-  background-color: #428bca;
-  border-color: #357ebd;
-}
-.btn-primary .badge {
-  color: #428bca;
-  background-color: #fff;
-}
-.btn-success {
-  color: #fff;
-  background-color: #5cb85c;
-  border-color: #4cae4c;
-}
-.btn-success:hover,
-.btn-success:focus,
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  color: #fff;
-  background-color: #47a447;
-  border-color: #398439;
-}
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  background-image: none;
-}
-.btn-success.disabled,
-.btn-success[disabled],
-fieldset[disabled] .btn-success,
-.btn-success.disabled:hover,
-.btn-success[disabled]:hover,
-fieldset[disabled] .btn-success:hover,
-.btn-success.disabled:focus,
-.btn-success[disabled]:focus,
-fieldset[disabled] .btn-success:focus,
-.btn-success.disabled:active,
-.btn-success[disabled]:active,
-fieldset[disabled] .btn-success:active,
-.btn-success.disabled.active,
-.btn-success[disabled].active,
-fieldset[disabled] .btn-success.active {
-  background-color: #5cb85c;
-  border-color: #4cae4c;
-}
-.btn-success .badge {
-  color: #5cb85c;
-  background-color: #fff;
-}
-.btn-info {
-  color: #fff;
-  background-color: #5bc0de;
-  border-color: #46b8da;
-}
-.btn-info:hover,
-.btn-info:focus,
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  color: #fff;
-  background-color: #39b3d7;
-  border-color: #269abc;
-}
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  background-image: none;
-}
-.btn-info.disabled,
-.btn-info[disabled],
-fieldset[disabled] .btn-info,
-.btn-info.disabled:hover,
-.btn-info[disabled]:hover,
-fieldset[disabled] .btn-info:hover,
-.btn-info.disabled:focus,
-.btn-info[disabled]:focus,
-fieldset[disabled] .btn-info:focus,
-.btn-info.disabled:active,
-.btn-info[disabled]:active,
-fieldset[disabled] .btn-info:active,
-.btn-info.disabled.active,
-.btn-info[disabled].active,
-fieldset[disabled] .btn-info.active {
-  background-color: #5bc0de;
-  border-color: #46b8da;
-}
-.btn-info .badge {
-  color: #5bc0de;
-  background-color: #fff;
-}
-.btn-warning {
-  color: #fff;
-  background-color: #f0ad4e;
-  border-color: #eea236;
-}
-.btn-warning:hover,
-.btn-warning:focus,
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  color: #fff;
-  background-color: #ed9c28;
-  border-color: #d58512;
-}
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  background-image: none;
-}
-.btn-warning.disabled,
-.btn-warning[disabled],
-fieldset[disabled] .btn-warning,
-.btn-warning.disabled:hover,
-.btn-warning[disabled]:hover,
-fieldset[disabled] .btn-warning:hover,
-.btn-warning.disabled:focus,
-.btn-warning[disabled]:focus,
-fieldset[disabled] .btn-warning:focus,
-.btn-warning.disabled:active,
-.btn-warning[disabled]:active,
-fieldset[disabled] .btn-warning:active,
-.btn-warning.disabled.active,
-.btn-warning[disabled].active,
-fieldset[disabled] .btn-warning.active {
-  background-color: #f0ad4e;
-  border-color: #eea236;
-}
-.btn-warning .badge {
-  color: #f0ad4e;
-  background-color: #fff;
-}
-.btn-danger {
-  color: #fff;
-  background-color: #d9534f;
-  border-color: #d43f3a;
-}
-.btn-danger:hover,
-.btn-danger:focus,
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  color: #fff;
-  background-color: #d2322d;
-  border-color: #ac2925;
-}
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  background-image: none;
-}
-.btn-danger.disabled,
-.btn-danger[disabled],
-fieldset[disabled] .btn-danger,
-.btn-danger.disabled:hover,
-.btn-danger[disabled]:hover,
-fieldset[disabled] .btn-danger:hover,
-.btn-danger.disabled:focus,
-.btn-danger[disabled]:focus,
-fieldset[disabled] .btn-danger:focus,
-.btn-danger.disabled:active,
-.btn-danger[disabled]:active,
-fieldset[disabled] .btn-danger:active,
-.btn-danger.disabled.active,
-.btn-danger[disabled].active,
-fieldset[disabled] .btn-danger.active {
-  background-color: #d9534f;
-  border-color: #d43f3a;
-}
-.btn-danger .badge {
-  color: #d9534f;
-  background-color: #fff;
-}
-.btn-link {
-  font-weight: normal;
-  color: #428bca;
-  cursor: pointer;
-  border-radius: 0;
-}
-.btn-link,
-.btn-link:active,
-.btn-link[disabled],
-fieldset[disabled] .btn-link {
-  background-color: transparent;
-  -webkit-box-shadow: none;
-          box-shadow: none;
-}
-.btn-link,
-.btn-link:hover,
-.btn-link:focus,
-.btn-link:active {
-  border-color: transparent;
-}
-.btn-link:hover,
-.btn-link:focus {
-  color: #2a6496;
-  text-decoration: underline;
-  background-color: transparent;
-}
-.btn-link[disabled]:hover,
-fieldset[disabled] .btn-link:hover,
-.btn-link[disabled]:focus,
-fieldset[disabled] .btn-link:focus {
-  color: #999;
-  text-decoration: none;
-}
-.btn-lg,
-.btn-group-lg > .btn {
-  padding: 10px 16px;
-  font-size: 18px;
-  line-height: 1.33;
-  border-radius: 6px;
-}
-.btn-sm,
-.btn-group-sm > .btn {
-  padding: 5px 10px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 3px;
-}
-.btn-xs,
-.btn-group-xs > .btn {
-  padding: 1px 5px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 3px;
-}
-.btn-block {
-  display: block;
-  width: 100%;
-  padding-right: 0;
-  padding-left: 0;
-}
-.btn-block + .btn-block {
-  margin-top: 5px;
-}
-input[type="submit"].btn-block,
-input[type="reset"].btn-block,
-input[type="button"].btn-block {
-  width: 100%;
-}
-.fade {
-  opacity: 0;
-  -webkit-transition: opacity .15s linear;
-          transition: opacity .15s linear;
-}
-.fade.in {
-  opacity: 1;
-}
-.collapse {
-  display: none;
-}
-.collapse.in {
-  display: block;
-}
-.collapsing {
-  position: relative;
-  height: 0;
-  overflow: hidden;
-  -webkit-transition: height .35s ease;
-          transition: height .35s ease;
-}
-@font-face {
-  font-family: 'Glyphicons Halflings';
-
-  src: url('../fonts/glyphicons-halflings-regular.eot');
-  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
-}
-.glyphicon {
-  position: relative;
-  top: 1px;
-  display: inline-block;
-  font-family: 'Glyphicons Halflings';
-  font-style: normal;
-  font-weight: normal;
-  line-height: 1;
-
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-.glyphicon-asterisk:before {
-  content: "\2a";
-}
-.glyphicon-plus:before {
-  content: "\2b";
-}
-.glyphicon-euro:before {
-  content: "\20ac";
-}
-.glyphicon-minus:before {
-  content: "\2212";
-}
-.glyphicon-cloud:before {
-  content: "\2601";
-}
-.glyphicon-envelope:before {
-  content: "\2709";
-}
-.glyphicon-pencil:before {
-  content: "\270f";
-}
-.glyphicon-glass:before {
-  content: "\e001";
-}
-.glyphicon-music:before {
-  content: "\e002";
-}
-.glyphicon-search:before {
-  content: "\e003";
-}
-.glyphicon-heart:before {
-  content: "\e005";
-}
-.glyphicon-star:before {
-  content: "\e006";
-}
-.glyphicon-star-empty:before {
-  content: "\e007";
-}
-.glyphicon-user:before {
-  content: "\e008";
-}
-.glyphicon-film:before {
-  content: "\e009";
-}
-.glyphicon-th-large:before {
-  content: "\e010";
-}
-.glyphicon-th:before {
-  content: "\e011";
-}
-.glyphicon-th-list:before {
-  content: "\e012";
-}
-.glyphicon-ok:before {
-  content: "\e013";
-}
-.glyphicon-remove:before {
-  content: "\e014";
-}
-.glyphicon-zoom-in:before {
-  content: "\e015";
-}
-.glyphicon-zoom-out:before {
-  content: "\e016";
-}
-.glyphicon-off:before {
-  content: "\e017";
-}
-.glyphicon-signal:before {
-  content: "\e018";
-}
-.glyphicon-cog:before {
-  content: "\e019";
-}
-.glyphicon-trash:before {
-  content: "\e020";
-}
-.glyphicon-home:before {
-  content: "\e021";
-}
-.glyphicon-file:before {
-  content: "\e022";
-}
-.glyphicon-time:before {
-  content: "\e023";
-}
-.glyphicon-road:before {
-  content: "\e024";
-}
-.glyphicon-download-alt:before {
-  content: "\e025";
-}
-.glyphicon-download:before {
-  content: "\e026";
-}
-.glyphicon-upload:before {
-  content: "\e027";
-}
-.glyphicon-inbox:before {
-  content: "\e028";
-}
-.glyphicon-play-circle:before {
-  content: "\e029";
-}
-.glyphicon-repeat:before {
-  content: "\e030";
-}
-.glyphicon-refresh:before {
-  content: "\e031";
-}
-.glyphicon-list-alt:before {
-  content: "\e032";
-}
-.glyphicon-lock:before {
-  content: "\e033";
-}
-.glyphicon-flag:before {
-  content: "\e034";
-}
-.glyphicon-headphones:before {
-  content: "\e035";
-}
-.glyphicon-volume-off:before {
-  content: "\e036";
-}
-.glyphicon-volume-down:before {
-  content: "\e037";
-}
-.glyphicon-volume-up:before {
-  content: "\e038";
-}
-.glyphicon-qrcode:before {
-  content: "\e039";
-}
-.glyphicon-barcode:before {
-  content: "\e040";
-}
-.glyphicon-tag:before {
-  content: "\e041";
-}
-.glyphicon-tags:before {
-  content: "\e042";
-}
-.glyphicon-book:before {
-  content: "\e043";
-}
-.glyphicon-bookmark:before {
-  content: "\e044";
-}
-.glyphicon-print:before {
-  content: "\e045";
-}
-.glyphicon-camera:before {
-  content: "\e046";
-}
-.glyphicon-font:before {
-  content: "\e047";
-}
-.glyphicon-bold:before {
-  content: "\e048";
-}
-.glyphicon-italic:before {
-  content: "\e049";
-}
-.glyphicon-text-height:before {
-  content: "\e050";
-}
-.glyphicon-text-width:before {
-  content: "\e051";
-}
-.glyphicon-align-left:before {
-  content: "\e052";
-}
-.glyphicon-align-center:before {
-  content: "\e053";
-}
-.glyphicon-align-right:before {
-  content: "\e054";
-}
-.glyphicon-align-justify:before {
-  content: "\e055";
-}
-.glyphicon-list:before {
-  content: "\e056";
-}
-.glyphicon-indent-left:before {
-  content: "\e057";
-}
-.glyphicon-indent-right:before {
-  content: "\e058";
-}
-.glyphicon-facetime-video:before {
-  content: "\e059";
-}
-.glyphicon-picture:before {
-  content: "\e060";
-}
-.glyphicon-map-marker:before {
-  content: "\e062";
-}
-.glyphicon-adjust:before {
-  content: "\e063";
-}
-.glyphicon-tint:before {
-  content: "\e064";
-}
-.glyphicon-edit:before {
-  content: "\e065";
-}
-.glyphicon-share:before {
-  content: "\e066";
-}
-.glyphicon-check:before {
-  content: "\e067";
-}
-.glyphicon-move:before {
-  content: "\e068";
-}
-.glyphicon-step-backward:before {
-  content: "\e069";
-}
-.glyphicon-fast-backward:before {
-  content: "\e070";
-}
-.glyphicon-backward:before {
-  content: "\e071";
-}
-.glyphicon-play:before {
-  content: "\e072";
-}
-.glyphicon-pause:before {
-  content: "\e073";
-}
-.glyphicon-stop:before {
-  content: "\e074";
-}
-.glyphicon-forward:before {
-  content: "\e075";
-}
-.glyphicon-fast-forward:before {
-  content: "\e076";
-}
-.glyphicon-step-forward:before {
-  content: "\e077";
-}
-.glyphicon-eject:before {
-  content: "\e078";
-}
-.glyphicon-chevron-left:before {
-  content: "\e079";
-}
-.glyphicon-chevron-right:before {
-  content: "\e080";
-}
-.glyphicon-plus-sign:before {
-  content: "\e081";
-}
-.glyphicon-minus-sign:before {
-  content: "\e082";
-}
-.glyphicon-remove-sign:before {
-  content: "\e083";
-}
-.glyphicon-ok-sign:before {
-  content: "\e084";
-}
-.glyphicon-question-sign:before {
-  content: "\e085";
-}
-.glyphicon-info-sign:before {
-  content: "\e086";
-}
-.glyphicon-screenshot:before {
-  content: "\e087";
-}
-.glyphicon-remove-circle:before {
-  content: "\e088";
-}
-.glyphicon-ok-circle:before {
-  content: "\e089";
-}
-.glyphicon-ban-circle:before {
-  content: "\e090";
-}
-.glyphicon-arrow-left:before {
-  content: "\e091";
-}
-.glyphicon-arrow-right:before {
-  content: "\e092";
-}
-.glyphicon-arrow-up:before {
-  content: "\e093";
-}
-.glyphicon-arrow-down:before {
-  content: "\e094";
-}
-.glyphicon-share-alt:before {
-  content: "\e095";
-}
-.glyphicon-resize-full:before {
-  content: "\e096";
-}
-.glyphicon-resize-small:before {
-  content: "\e097";
-}
-.glyphicon-exclamation-sign:before {
-  content: "\e101";
-}
-.glyphicon-gift:before {
-  content: "\e102";
-}
-.glyphicon-leaf:before {
-  content: "\e103";
-}
-.glyphicon-fire:before {
-  content: "\e104";
-}
-.glyphicon-eye-open:before {
-  content: "\e105";
-}
-.glyphicon-eye-close:before {
-  content: "\e106";
-}
-.glyphicon-warning-sign:before {
-  content: "\e107";
-}
-.glyphicon-plane:before {
-  content: "\e108";
-}
-.glyphicon-calendar:before {
-  content: "\e109";
-}
-.glyphicon-random:before {
-  content: "\e110";
-}
-.glyphicon-comment:before {
-  content: "\e111";
-}
-.glyphicon-magnet:before {
-  content: "\e112";
-}
-.glyphicon-chevron-up:before {
-  content: "\e113";
-}
-.glyphicon-chevron-down:before {
-  content: "\e114";
-}
-.glyphicon-retweet:before {
-  content: "\e115";
-}
-.glyphicon-shopping-cart:before {
-  content: "\e116";
-}
-.glyphicon-folder-close:before {
-  content: "\e117";
-}
-.glyphicon-folder-open:before {
-  content: "\e118";
-}
-.glyphicon-resize-vertical:before {
-  content: "\e119";
-}
-.glyphicon-resize-horizontal:before {
-  content: "\e120";
-}
-.glyphicon-hdd:before {
-  content: "\e121";
-}
-.glyphicon-bullhorn:before {
-  content: "\e122";
-}
-.glyphicon-bell:before {
-  content: "\e123";
-}
-.glyphicon-certificate:before {
-  content: "\e124";
-}
-.glyphicon-thumbs-up:before {
-  content: "\e125";
-}
-.glyphicon-thumbs-down:before {
-  content: "\e126";
-}
-.glyphicon-hand-right:before {
-  content: "\e127";
-}
-.glyphicon-hand-left:before {
-  content: "\e128";
-}
-.glyphicon-hand-up:before {
-  content: "\e129";
-}
-.glyphicon-hand-down:before {
-  content: "\e130";
-}
-.glyphicon-circle-arrow-right:before {
-  content: "\e131";
-}
-.glyphicon-circle-arrow-left:before {
-  content: "\e132";
-}
-.glyphicon-circle-arrow-up:before {
-  content: "\e133";
-}
-.glyphicon-circle-arrow-down:before {
-  content: "\e134";
-}
-.glyphicon-globe:before {
-  content: "\e135";
-}
-.glyphicon-wrench:before {
-  content: "\e136";
-}
-.glyphicon-tasks:before {
-  content: "\e137";
-}
-.glyphicon-filter:before {
-  content: "\e138";
-}
-.glyphicon-briefcase:before {
-  content: "\e139";
-}
-.glyphicon-fullscreen:before {
-  content: "\e140";
-}
-.glyphicon-dashboard:before {
-  content: "\e141";
-}
-.glyphicon-paperclip:before {
-  content: "\e142";
-}
-.glyphicon-heart-empty:before {
-  content: "\e143";
-}
-.glyphicon-link:before {
-  content: "\e144";
-}
-.glyphicon-phone:before {
-  content: "\e145";
-}
-.glyphicon-pushpin:before {
-  content: "\e146";
-}
-.glyphicon-usd:before {
-  content: "\e148";
-}
-.glyphicon-gbp:before {
-  content: "\e149";
-}
-.glyphicon-sort:before {
-  content: "\e150";
-}
-.glyphicon-sort-by-alphabet:before {
-  content: "\e151";
-}
-.glyphicon-sort-by-alphabet-alt:before {
-  content: "\e152";
-}
-.glyphicon-sort-by-order:before {
-  content: "\e153";
-}
-.glyphicon-sort-by-order-alt:before {
-  content: "\e154";
-}
-.glyphicon-sort-by-attributes:before {
-  content: "\e155";
-}
-.glyphicon-sort-by-attributes-alt:before {
-  content: "\e156";
-}
-.glyphicon-unchecked:before {
-  content: "\e157";
-}
-.glyphicon-expand:before {
-  content: "\e158";
-}
-.glyphicon-collapse-down:before {
-  content: "\e159";
-}
-.glyphicon-collapse-up:before {
-  content: "\e160";
-}
-.glyphicon-log-in:before {
-  content: "\e161";
-}
-.glyphicon-flash:before {
-  content: "\e162";
-}
-.glyphicon-log-out:before {
-  content: "\e163";
-}
-.glyphicon-new-window:before {
-  content: "\e164";
-}
-.glyphicon-record:before {
-  content: "\e165";
-}
-.glyphicon-save:before {
-  content: "\e166";
-}
-.glyphicon-open:before {
-  content: "\e167";
-}
-.glyphicon-saved:before {
-  content: "\e168";
-}
-.glyphicon-import:before {
-  content: "\e169";
-}
-.glyphicon-export:before {
-  content: "\e170";
-}
-.glyphicon-send:before {
-  content: "\e171";
-}
-.glyphicon-floppy-disk:before {
-  content: "\e172";
-}
-.glyphicon-floppy-saved:before {
-  content: "\e173";
-}
-.glyphicon-floppy-remove:before {
-  content: "\e174";
-}
-.glyphicon-floppy-save:before {
-  content: "\e175";
-}
-.glyphicon-floppy-open:before {
-  content: "\e176";
-}
-.glyphicon-credit-card:before {
-  content: "\e177";
-}
-.glyphicon-transfer:before {
-  content: "\e178";
-}
-.glyphicon-cutlery:before {
-  content: "\e179";
-}
-.glyphicon-header:before {
-  content: "\e180";
-}
-.glyphicon-compressed:before {
-  content: "\e181";
-}
-.glyphicon-earphone:before {
-  content: "\e182";
-}
-.glyphicon-phone-alt:before {
-  content: "\e183";
-}
-.glyphicon-tower:before {
-  content: "\e184";
-}
-.glyphicon-stats:before {
-  content: "\e185";
-}
-.glyphicon-sd-video:before {
-  content: "\e186";
-}
-.glyphicon-hd-video:before {
-  content: "\e187";
-}
-.glyphicon-subtitles:before {
-  content: "\e188";
-}
-.glyphicon-sound-stereo:before {
-  content: "\e189";
-}
-.glyphicon-sound-dolby:before {
-  content: "\e190";
-}
-.glyphicon-sound-5-1:before {
-  content: "\e191";
-}
-.glyphicon-sound-6-1:before {
-  content: "\e192";
-}
-.glyphicon-sound-7-1:before {
-  content: "\e193";
-}
-.glyphicon-copyright-mark:before {
-  content: "\e194";
-}
-.glyphicon-registration-mark:before {
-  content: "\e195";
-}
-.glyphicon-cloud-download:before {
-  content: "\e197";
-}
-.glyphicon-cloud-upload:before {
-  content: "\e198";
-}
-.glyphicon-tree-conifer:before {
-  content: "\e199";
-}
-.glyphicon-tree-deciduous:before {
-  content: "\e200";
-}
-.caret {
-  display: inline-block;
-  width: 0;
-  height: 0;
-  margin-left: 2px;
-  vertical-align: middle;
-  border-top: 4px solid;
-  border-right: 4px solid transparent;
-  border-left: 4px solid transparent;
-}
-.dropdown {
-  position: relative;
-}
-.dropdown-toggle:focus {
-  outline: 0;
-}
-.dropdown-menu {
-  position: absolute;
-  top: 100%;
-  left: 0;
-  z-index: 1000;
-  display: none;
-  float: left;
-  min-width: 160px;
-  padding: 5px 0;
-  margin: 2px 0 0;
-  font-size: 14px;
-  list-style: none;
-  background-color: #fff;
-  background-clip: padding-box;
-  border: 1px solid #ccc;
-  border: 1px solid rgba(0, 0, 0, .15);
-  border-radius: 4px;
-  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-}
-.dropdown-menu.pull-right {
-  right: 0;
-  left: auto;
-}
-.dropdown-menu .divider {
-  height: 1px;
-  margin: 9px 0;
-  overflow: hidden;
-  background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
-  display: block;
-  padding: 3px 20px;
-  clear: both;
-  font-weight: normal;
-  line-height: 1.42857143;
-  color: #333;
-  white-space: nowrap;
-}
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus {
-  color: #262626;
-  text-decoration: none;
-  background-color: #f5f5f5;
-}
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
-  color: #fff;
-  text-decoration: none;
-  background-color: #428bca;
-  outline: 0;
-}
-.dropdown-menu > .disabled > a,
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  color: #999;
-}
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  text-decoration: none;
-  cursor: not-allowed;
-  background-color: transparent;
-  background-image: none;
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-}
-.open > .dropdown-menu {
-  display: block;
-}
-.open > a {
-  outline: 0;
-}
-.dropdown-menu-right {
-  right: 0;
-  left: auto;
-}
-.dropdown-menu-left {
-  right: auto;
-  left: 0;
-}
-.dropdown-header {
-  display: block;
-  padding: 3px 20px;
-  font-size: 12px;
-  line-height: 1.42857143;
-  color: #999;
-}
-.dropdown-backdrop {
-  position: fixed;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  left: 0;
-  z-index: 990;
-}
-.pull-right > .dropdown-menu {
-  right: 0;
-  left: auto;
-}
-.dropup .caret,
-.navbar-fixed-bottom .dropdown .caret {
-  content: "";
-  border-top: 0;
-  border-bottom: 4px solid;
-}
-.dropup .dropdown-menu,
-.navbar-fixed-bottom .dropdown .dropdown-menu {
-  top: auto;
-  bottom: 100%;
-  margin-bottom: 1px;
-}
-@media (min-width: 768px) {
-  .navbar-right .dropdown-menu {
-    right: 0;
-    left: auto;
-  }
-  .navbar-right .dropdown-menu-left {
-    right: auto;
-    left: 0;
-  }
-}
-.btn-group,
-.btn-group-vertical {
-  position: relative;
-  display: inline-block;
-  vertical-align: middle;
-}
-.btn-group > .btn,
-.btn-group-vertical > .btn {
-  position: relative;
-  float: left;
-}
-.btn-group > .btn:hover,
-.btn-group-vertical > .btn:hover,
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus,
-.btn-group > .btn:active,
-.btn-group-vertical > .btn:active,
-.btn-group > .btn.active,
-.btn-group-vertical > .btn.active {
-  z-index: 2;
-}
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus {
-  outline: none;
-}
-.btn-group .btn + .btn,
-.btn-group .btn + .btn-group,
-.btn-group .btn-group + .btn,
-.btn-group .btn-group + .btn-group {
-  margin-left: -1px;
-}
-.btn-toolbar {
-  margin-left: -5px;
-}
-.btn-toolbar .btn-group,
-.btn-toolbar .input-group {
-  float: left;
-}
-.btn-toolbar > .btn,
-.btn-toolbar > .btn-group,
-.btn-toolbar > .input-group {
-  margin-left: 5px;
-}
-.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
-  border-radius: 0;
-}
-.btn-group > .btn:first-child {
-  margin-left: 0;
-}
-.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
-  border-top-right-radius: 0;
-  border-bottom-right-radius: 0;
-}
-.btn-group > .btn:last-child:not(:first-child),
-.btn-group > .dropdown-toggle:not(:first-child) {
-  border-top-left-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group > .btn-group {
-  float: left;
-}
-.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group > .btn-group:first-child > .btn:last-child,
-.btn-group > .btn-group:first-child > .dropdown-toggle {
-  border-top-right-radius: 0;
-  border-bottom-right-radius: 0;
-}
-.btn-group > .btn-group:last-child > .btn:first-child {
-  border-top-left-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group .dropdown-toggle:active,
-.btn-group.open .dropdown-toggle {
-  outline: 0;
-}
-.btn-group > .btn + .dropdown-toggle {
-  padding-right: 8px;
-  padding-left: 8px;
-}
-.btn-group > .btn-lg + .dropdown-toggle {
-  padding-right: 12px;
-  padding-left: 12px;
-}
-.btn-group.open .dropdown-toggle {
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-}
-.btn-group.open .dropdown-toggle.btn-link {
-  -webkit-box-shadow: none;
-          box-shadow: none;
-}
-.btn .caret {
-  margin-left: 0;
-}
-.btn-lg .caret {
-  border-width: 5px 5px 0;
-  border-bottom-width: 0;
-}
-.dropup .btn-lg .caret {
-  border-width: 0 5px 5px;
-}
-.btn-group-vertical > .btn,
-.btn-group-vertical > .btn-group,
-.btn-group-vertical > .btn-group > .btn {
-  display: block;
-  float: none;
-  width: 100%;
-  max-width: 100%;
-}
-.btn-group-vertical > .btn-group > .btn {
-  float: none;
-}
-.btn-group-vertical > .btn + .btn,
-.btn-group-vertical > .btn + .btn-group,
-.btn-group-vertical > .btn-group + .btn,
-.btn-group-vertical > .btn-group + .btn-group {
-  margin-top: -1px;
-  margin-left: 0;
-}
-.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn:first-child:not(:last-child) {
-  border-top-right-radius: 4px;
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn:last-child:not(:first-child) {
-  border-top-left-radius: 0;
-  border-top-right-radius: 0;
-  border-bottom-left-radius: 4px;
-}
-.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
-  border-top-left-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group-justified {
-  display: table;
-  width: 100%;
-  table-layout: fixed;
-  border-collapse: separate;
-}
-.btn-group-justified > .btn,
-.btn-group-justified > .btn-group {
-  display: table-cell;
-  float: none;
-  width: 1%;
-}
-.btn-group-justified > .btn-group .btn {
-  width: 100%;
-}
-[data-toggle="buttons"] > .btn > input[type="radio"],
-[data-toggle="buttons"] > .btn > input[type="checkbox"] {
-  display: none;
-}
-.input-group {
-  position: relative;
-  display: table;
-  border-collapse: separate;
-}
-.input-group[class*="col-"] {
-  float: none;
-  padding-right: 0;
-  padding-left: 0;
-}
-.input-group .form-control {
-  position: relative;
-  z-index: 2;
-  float: left;
-  width: 100%;
-  margin-bottom: 0;
-}
-.input-group-lg > .form-control,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .btn {
-  height: 46px;
-  padding: 10px 16px;
-  font-size: 18px;
-  line-height: 1.33;
-  border-radius: 6px;
-}
-select.input-group-lg > .form-control,
-select.input-group-lg > .input-group-addon,
-select.input-group-lg > .input-group-btn > .btn {
-  height: 46px;
-  line-height: 46px;
-}
-textarea.input-group-lg > .form-control,
-textarea.input-group-lg > .input-group-addon,
-textarea.input-group-lg > .input-group-btn > .btn,
-select[multiple].input-group-lg > .form-control,
-select[multiple].input-group-lg > .input-group-addon,
-select[multiple].input-group-lg > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-sm > .form-control,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .btn {
-  height: 30px;
-  padding: 5px 10px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 3px;
-}
-select.input-group-sm > .form-control,
-select.input-group-sm > .input-group-addon,
-select.input-group-sm > .input-group-btn > .btn {
-  height: 30px;
-  line-height: 30px;
-}
-textarea.input-group-sm > .form-control,
-textarea.input-group-sm > .input-group-addon,
-textarea.input-group-sm > .input-group-btn > .btn,
-select[multiple].input-group-sm > .form-control,
-select[multiple].input-group-sm > .input-group-addon,
-select[multiple].input-group-sm > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
-  display: table-cell;
-}
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.input-group-addon,
-.input-group-btn {
-  width: 1%;
-  white-space: nowrap;
-  vertical-align: middle;
-}
-.input-group-addon {
-  padding: 6px 12px;
-  font-size: 14px;
-  font-weight: normal;
-  line-height: 1;
-  color: #555;
-  text-align: center;
-  background-color: #eee;
-  border: 1px solid #ccc;
-  border-radius: 4px;
-}
-.input-group-addon.input-sm {
-  padding: 5px 10px;
-  font-size: 12px;
-  border-radius: 3px;
-}
-.input-group-addon.input-lg {
-  padding: 10px 16px;
-  font-size: 18px;
-  border-radius: 6px;
-}
-.input-group-addon input[type="radio"],
-.input-group-addon input[type="checkbox"] {
-  margin-top: 0;
-}
-.input-group .form-control:first-child,
-.input-group-addon:first-child,
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group > .btn,
-.input-group-btn:first-child > .dropdown-toggle,
-.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
-.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
-  border-top-right-radius: 0;
-  border-bottom-right-radius: 0;
-}
-.input-group-addon:first-child {
-  border-right: 0;
-}
-.input-group .form-control:last-child,
-.input-group-addon:last-child,
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group > .btn,
-.input-group-btn:last-child > .dropdown-toggle,
-.input-group-btn:first-child > .btn:not(:first-child),
-.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
-  border-top-left-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.input-group-addon:last-child {
-  border-left: 0;
-}
-.input-group-btn {
-  position: relative;
-  font-size: 0;
-  white-space: nowrap;
-}
-.input-group-btn > .btn {
-  position: relative;
-}
-.input-group-btn > .btn + .btn {
-  margin-left: -1px;
-}
-.input-group-btn > .btn:hover,
-.input-group-btn > .btn:focus,
-.input-group-btn > .btn:active {
-  z-index: 2;
-}
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group {
-  margin-right: -1px;
-}
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group {
-  margin-left: -1px;
-}
-.nav {
-  padding-left: 0;
-  margin-bottom: 0;
-  list-style: none;
-}
-.nav > li {
-  position: relative;
-  display: block;
-}
-.nav > li > a {
-  position: relative;
-  display: block;
-  padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
-  text-decoration: none;
-  background-color: #eee;
-}
-.nav > li.disabled > a {
-  color: #999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
-  color: #999;
-  text-decoration: none;
-  cursor: not-allowed;
-  background-color: transparent;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
-  background-color: #eee;
-  border-color: #428bca;
-}
-.nav .nav-divider {
-  height: 1px;
-  margin: 9px 0;
-  overflow: hidden;
-  background-color: #e5e5e5;
-}
-.nav > li > a > img {
-  max-width: none;
-}
-.nav-tabs {
-  border-bottom: 1px solid #ddd;
-}
-.nav-tabs > li {
-  float: left;
-  margin-bottom: -1px;
-}
-.nav-tabs > li > a {
-  margin-right: 2px;
-  line-height: 1.42857143;
-  border: 1px solid transparent;
-  border-radius: 4px 4px 0 0;
-}
-.nav-tabs > li > a:hover {
-  border-color: #eee #eee #ddd;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
-  color: #555;
-  cursor: default;
-  background-color: #fff;
-  border: 1px solid #ddd;
-  border-bottom-color: transparent;
-}
-.nav-tabs.nav-justified {
-  width: 100%;
-  border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
-  float: none;
-}
-.nav-tabs.nav-justified > li > a {
-  margin-bottom: 5px;
-  text-align: center;
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-tabs.nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs.nav-justified > li > a {
-  margin-right: 0;
-  border-radius: 4px;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
-  border: 1px solid #ddd;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li > a {
-    border-bottom: 1px solid #ddd;
-    border-radius: 4px 4px 0 0;
-  }
-  .nav-tabs.nav-justified > .active > a,
-  .nav-tabs.nav-justified > .active > a:hover,
-  .nav-tabs.nav-justified > .active > a:focus {
-    border-bottom-color: #fff;
-  }
-}
-.nav-pills > li {
-  float: left;
-}
-.nav-pills > li > a {
-  border-radius: 4px;
-}
-.nav-pills > li + li {
-  margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
-  color: #fff;
-  background-color: #428bca;
-}
-.nav-stacked > li {
-  float: none;
-}
-.nav-stacked > li + li {
-  margin-top: 2px;
-  margin-left: 0;
-}
-.nav-justified {
-  width: 100%;
-}
-.nav-justified > li {
-  float: none;
-}
-.nav-justified > li > a {
-  margin-bottom: 5px;
-  text-align: center;
-}
-.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs-justified {
-  border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
-  margin-right: 0;
-  border-radius: 4px;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
-  border: 1px solid #ddd;
-}
-@media (min-width: 768px) {
-  .nav-tabs-justified > li > a {
-    border-bottom: 1px solid #ddd;
-    border-radius: 4px 4px 0 0;
-  }
-  .nav-tabs-justified > .active > a,
-  .nav-tabs-justified > .active > a:hover,
-  .nav-tabs-justified > .active > a:focus {
-    border-bottom-color: #fff;
-  }
-}
-.tab-content > .tab-pane {
-  display: none;
-}
-.tab-content > .active {
-  display: block;
-}
-.nav-tabs .dropdown-menu {
-  margin-top: -1px;
-  border-top-left-radius: 0;
-  border-top-right-radius: 0;
-}
-.navbar {
-  position: relative;
-  min-height: 50px;
-  margin-bottom: 20px;
-  border: 1px solid transparent;
-}
-@media (min-width: 768px) {
-  .navbar {
-    border-radius: 4px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-header {
-    float: left;
-  }
-}
-.navbar-collapse {
-  max-height: 340px;
-  padding-right: 15px;
-  padding-left: 15px;
-  overflow-x: visible;
-  -webkit-overflow-scrolling: touch;
-  border-top: 1px solid transparent;
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
-}
-.navbar-collapse.in {
-  overflow-y: auto;
-}
-@media (min-width: 768px) {
-  .navbar-collapse {
-    width: auto;
-    border-top: 0;
-    box-shadow: none;
-  }
-  .navbar-collapse.collapse {
-    display: block !important;
-    height: auto !important;
-    padding-bottom: 0;
-    overflow: visible !important;
-  }
-  .navbar-collapse.in {
-    overflow-y: visible;
-  }
-  .navbar-fixed-top .navbar-collapse,
-  .navbar-static-top .navbar-collapse,
-  .navbar-fixed-bottom .navbar-collapse {
-    padding-right: 0;
-    padding-left: 0;
-  }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
-  margin-right: -15px;
-  margin-left: -15px;
-}
-@media (min-width: 768px) {
-  .container > .navbar-header,
-  .container-fluid > .navbar-header,
-  .container > .navbar-collapse,
-  .container-fluid > .navbar-collapse {
-    margin-right: 0;
-    margin-left: 0;
-  }
-}
-.navbar-static-top {
-  z-index: 1000;
-  border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
-  .navbar-static-top {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
-  position: fixed;
-  right: 0;
-  left: 0;
-  z-index: 1030;
-}
-@media (min-width: 768px) {
-  .navbar-fixed-top,
-  .navbar-fixed-bottom {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top {
-  top: 0;
-  border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
-  bottom: 0;
-  margin-bottom: 0;
-  border-width: 1px 0 0;
-}
-.navbar-brand {
-  float: left;
-  height: 50px;
-  padding: 15px 15px;
-  font-size: 18px;
-  line-height: 20px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
-  text-decoration: none;
-}
-@media (min-width: 768px) {
-  .navbar > .container .navbar-brand,
-  .navbar > .container-fluid .navbar-brand {
-    margin-left: -15px;
-  }
-}
-.navbar-toggle {
-  position: relative;
-  float: right;
-  padding: 9px 10px;
-  margin-top: 8px;
-  margin-right: 15px;
-  margin-bottom: 8px;
-  background-color: transparent;
-  background-image: none;
-  border: 1px solid transparent;
-  border-radius: 4px;
-}
-.navbar-toggle:focus {
-  outline: none;
-}
-.navbar-toggle .icon-bar {
-  display: block;
-  width: 22px;
-  height: 2px;
-  border-radius: 1px;
-}
-.navbar-toggle .icon-bar + .icon-bar {
-  margin-top: 4px;
-}
-@media (min-width: 768px) {
-  .navbar-toggle {
-    display: none;
-  }
-}
-.navbar-nav {
-  margin: 7.5px -15px;
-}
-.navbar-nav > li > a {
-  padding-top: 10px;
-  padding-bottom: 10px;
-  line-height: 20px;
-}
-@media (max-width: 767px) {
-  .navbar-nav .open .dropdown-menu {
-    position: static;
-    float: none;
-    width: auto;
-    margin-top: 0;
-    background-color: transparent;
-    border: 0;
-    box-shadow: none;
-  }
-  .navbar-nav .open .dropdown-menu > li > a,
-  .navbar-nav .open .dropdown-menu .dropdown-header {
-    padding: 5px 15px 5px 25px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a {
-    line-height: 20px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-nav .open .dropdown-menu > li > a:focus {
-    background-image: none;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-nav {
-    float: left;
-    margin: 0;
-  }
-  .navbar-nav > li {
-    float: left;
-  }
-  .navbar-nav > li > a {
-    padding-top: 15px;
-    padding-bottom: 15px;
-  }
-  .navbar-nav.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-left {
-    float: left !important;
-  }
-  .navbar-right {
-    float: right !important;
-  }
-}
-.navbar-form {
-  padding: 10px 15px;
-  margin-top: 8px;
-  margin-right: -15px;
-  margin-bottom: 8px;
-  margin-left: -15px;
-  border-top: 1px solid transparent;
-  border-bottom: 1px solid transparent;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
-          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
-}
-@media (min-width: 768px) {
-  .navbar-form .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .navbar-form .input-group > .form-control {
-    width: 100%;
-  }
-  .navbar-form .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio,
-  .navbar-form .checkbox {
-    display: inline-block;
-    padding-left: 0;
-    margin-top: 0;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio input[type="radio"],
-  .navbar-form .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .navbar-form .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-@media (max-width: 767px) {
-  .navbar-form .form-group {
-    margin-bottom: 5px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-form {
-    width: auto;
-    padding-top: 0;
-    padding-bottom: 0;
-    margin-right: 0;
-    margin-left: 0;
-    border: 0;
-    -webkit-box-shadow: none;
-            box-shadow: none;
-  }
-  .navbar-form.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-.navbar-nav > li > .dropdown-menu {
-  margin-top: 0;
-  border-top-left-radius: 0;
-  border-top-right-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.navbar-btn {
-  margin-top: 8px;
-  margin-bottom: 8px;
-}
-.navbar-btn.btn-sm {
-  margin-top: 10px;
-  margin-bottom: 10px;
-}
-.navbar-btn.btn-xs {
-  margin-top: 14px;
-  margin-bottom: 14px;
-}
-.navbar-text {
-  margin-top: 15px;
-  margin-bottom: 15px;
-}
-@media (min-width: 768px) {
-  .navbar-text {
-    float: left;
-    margin-right: 15px;
-    margin-left: 15px;
-  }
-  .navbar-text.navbar-right:last-child {
-    margin-right: 0;
-  }
-}
-.navbar-default {
-  background-color: #f8f8f8;
-  border-color: #e7e7e7;
-}
-.navbar-default .navbar-brand {
-  color: #777;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
-  color: #5e5e5e;
-  background-color: transparent;
-}
-.navbar-default .navbar-text {
-  color: #777;
-}
-.navbar-default .navbar-nav > li > a {
-  color: #777;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
-  color: #333;
-  background-color: transparent;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
-  color: #555;
-  background-color: #e7e7e7;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
-  color: #ccc;
-  background-color: transparent;
-}
-.navbar-default .navbar-toggle {
-  border-color: #ddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
-  background-color: #ddd;
-}
-.navbar-default .navbar-toggle .icon-bar {
-  background-color: #888;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
-  border-color: #e7e7e7;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
-  color: #555;
-  background-color: #e7e7e7;
-}
-@media (max-width: 767px) {
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
-    color: #777;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #333;
-    background-color: transparent;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #555;
-    background-color: #e7e7e7;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #ccc;
-    background-color: transparent;
-  }
-}
-.navbar-default .navbar-link {
-  color: #777;
-}
-.navbar-default .navbar-link:hover {
-  color: #333;
-}
-.navbar-inverse {
-  background-color: #222;
-  border-color: #080808;
-}
-.navbar-inverse .navbar-brand {
-  color: #999;
-}
-.navbar-inverse .navbar-brand:hover,
-.navbar-inverse .navbar-brand:focus {
-  color: #fff;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-text {
-  color: #999;
-}
-.navbar-inverse .navbar-nav > li > a {
-  color: #999;
-}
-.navbar-inverse .navbar-nav > li > a:hover,
-.navbar-inverse .navbar-nav > li > a:focus {
-  color: #fff;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-nav > .active > a,
-.navbar-inverse .navbar-nav > .active > a:hover,
-.navbar-inverse .navbar-nav > .active > a:focus {
-  color: #fff;
-  background-color: #080808;
-}
-.navbar-inverse .navbar-nav > .disabled > a,
-.navbar-inverse .navbar-nav > .disabled > a:hover,
-.navbar-inverse .navbar-nav > .disabled > a:focus {
-  color: #444;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-toggle {
-  border-color: #333;
-}
-.navbar-inverse .navbar-toggle:hover,
-.navbar-inverse .navbar-toggle:focus {
-  background-color: #333;
-}
-.navbar-inverse .navbar-toggle .icon-bar {
-  background-color: #fff;
-}
-.navbar-inverse .navbar-collapse,
-.navbar-inverse .navbar-form {
-  border-color: #101010;
-}
-.navbar-inverse .navbar-nav > .open > a,
-.navbar-inverse .navbar-nav > .open > a:hover,
-.navbar-inverse .navbar-nav > .open > a:focus {
-  color: #fff;
-  background-color: #080808;
-}
-@media (max-width: 767px) {
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
-    border-color: #080808;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
-    background-color: #080808;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
-    color: #999;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #fff;
-    background-color: transparent;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #fff;
-    background-color: #080808;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #444;
-    background-color: transparent;
-  }
-}
-.navbar-inverse .navbar-link {
-  color: #999;
-}
-.navbar-inverse .navbar-link:hover {
-  color: #fff;
-}
-.breadcrumb {
-  padding: 8px 15px;
-  margin-bottom: 20px;
-  list-style: none;
-  background-color: #f5f5f5;
-  border-radius: 4px;
-}
-.breadcrumb > li {
-  display: inline-block;
-}
-.breadcrumb > li + li:before {
-  padding: 0 5px;
-  color: #ccc;
-  content: "/\00a0";
-}
-.breadcrumb > .active {
-  color: #999;
-}
-.pagination {
-  display: inline-block;
-  padding-left: 0;
-  margin: 20px 0;
-  border-radius: 4px;
-}
-.pagination > li {
-  display: inline;
-}
-.pagination > li > a,
-.pagination > li > span {
-  position: relative;
-  float: left;
-  padding: 6px 12px;
-  margin-left: -1px;
-  line-height: 1.42857143;
-  color: #428bca;
-  text-decoration: none;
-  background-color: #fff;
-  border: 1px solid #ddd;
-}
-.pagination > li:first-child > a,
-.pagination > li:first-child > span {
-  margin-left: 0;
-  border-top-left-radius: 4px;
-  border-bottom-left-radius: 4px;
-}
-.pagination > li:last-child > a,
-.pagination > li:last-child > span {
-  border-top-right-radius: 4px;
-  border-bottom-right-radius: 4px;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
-  color: #2a6496;
-  background-color: #eee;
-  border-color: #ddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
-  z-index: 2;
-  color: #fff;
-  cursor: default;
-  background-color: #428bca;
-  border-color: #428bca;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
-  color: #999;
-  cursor: not-allowed;
-  background-color: #fff;
-  border-color: #ddd;
-}
-.pagination-lg > li > a,
-.pagination-lg > li > span {
-  padding: 10px 16px;
-  font-size: 18px;
-}
-.pagination-lg > li:first-child > a,
-.pagination-lg > li:first-child > span {
-  border-top-left-radius: 6px;
-  border-bottom-left-radius: 6px;
-}
-.pagination-lg > li:last-child > a,
-.pagination-lg > li:last-child > span {
-  border-top-right-radius: 6px;
-  border-bottom-right-radius: 6px;
-}
-.pagination-sm > li > a,
-.pagination-sm > li > span {
-  padding: 5px 10px;
-  font-size: 12px;
-}
-.pagination-sm > li:first-child > a,
-.pagination-sm > li:first-child > span {
-  border-top-left-radius: 3px;
-  border-bottom-left-radius: 3px;
-}
-.pagination-sm > li:last-child > a,
-.pagination-sm > li:last-child > span {
-  border-top-right-radius: 3px;
-  border-bottom-right-radius: 3px;
-}
-.pager {
-  padding-left: 0;
-  margin: 20px 0;
-  text-align: center;
-  list-style: none;
-}
-.pager li {
-  display: inline;
-}
-.pager li > a,
-.pager li > span {
-  display: inline-block;
-  padding: 5px 14px;
-  background-color: #fff;
-  border: 1px solid #ddd;
-  border-radius: 15px;
-}
-.pager li > a:hover,
-.pager li > a:focus {
-  text-decoration: none;
-  background-color: #eee;
-}
-.pager .next > a,
-.pager .next > span {
-  float: right;
-}
-.pager .previous > a,
-.pager .previous > span {
-  float: left;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
-  color: #999;
-  cursor: not-allowed;
-  background-color: #fff;
-}
-.label {
-  display: inline;
-  padding: .2em .6em .3em;
-  font-size: 75%;
-  font-weight: bold;
-  line-height: 1;
-  color: #fff;
-  text-align: center;
-  white-space: nowrap;
-  vertical-align: baseline;
-  bord

<TRUNCATED>

[23/52] [abbrv] flink-web git commit: Remove files before rebase

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/svg/color_white.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/color_white.svg b/img/logo/svg/color_white.svg
deleted file mode 100644
index 0cc3a0b..0000000
--- a/img/logo/svg/color_white.svg
+++ /dev/null
@@ -1,1563 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
-<symbol  id="New_Symbol" viewBox="-50.452 -50.957 100.904 101.913">
-	<path fill="#E65270" d="M14.112-50.014c-1.353,0.017-2.703,0.021-4.055,0.021l-3.49-0.003c0,0-9.979,0.004-14.75,0.004
-		c-0.748,0-1.5-0.003-2.25-0.005s-1.5-0.005-2.252-0.005c-0.469,0-0.938,0.001-1.406,0.004c-2.838,0.017-5.551,0.358-8.062,1.016
-		c-10.003,2.617-17.576,8.55-22.513,17.633c-2.366,4.355-3.711,9.225-3.995,14.473c-0.126,2.334-0.007,4.726,0.355,7.108
-		c0.043,0.285,0.095,0.569,0.146,0.854l0.115,0.65l0.195-0.192c0.103-0.102,0.135-0.208,0.158-0.288
-		c0.098-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013c1.701-4.851,4.284-9.397,7.896-13.902
-		c0.143-0.178,0.25-0.375,0.312-0.567c1.225-3.77,3.354-7.028,6.326-9.69c2.891-2.588,6.357-4.526,10.316-5.771
-		c-2.539,1.086-4.89,2.475-7.004,4.142c-3.447,2.719-5.933,6.046-7.383,9.89c-0.145,0.385-0.267,0.851-0.07,1.368
-		c0.064,0.176,0.11,0.358,0.158,0.541c0.031,0.126,0.062,0.252,0.102,0.377c0.781,2.553,1.967,4.555,3.625,6.117
-		c1.546,1.456,3.514,2.521,6.018,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.012,0.13c1.32,0.172,2.66,0.377,3.953,0.577
-		l0.779,0.12c0.29,0.044,0.578,0.107,0.877,0.172l0.727,0.152l-0.191-0.325c-0.015-0.028-0.027-0.051-0.048-0.075
-		c-1.226-1.372-2.253-2.898-3.056-4.538c-0.067-0.139-0.213-0.267-0.354-0.312c-0.174-0.057-0.347-0.113-0.52-0.171
-		c-0.551-0.184-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3c-0.494-0.07-0.987-0.139-1.479-0.228
-		c-1.652-0.294-2.932-0.826-3.898-1.636c0.212,0.051,0.431,0.083,0.646,0.114c0.299,0.043,0.607,0.089,0.889,0.186
-		c1.523,0.53,3.195,0.776,5.263,0.776l0.279-0.001c0.37-0.004,0.741-0.021,1.116-0.039l0.727-0.03l-0.055-0.179
-		c-1.482-4.845-1.44-9.599,0.119-14.157c-0.652,3.091-0.771,5.962-0.367,8.737c0.617,4.241,2.486,7.896,5.556,10.863
-		c2.069,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.022,8.588,2.692l0.527,0.128c1.988,0.478,4.045,0.972,6.036,1.557
-		c2.987,0.875,5.583,2.315,7.716,4.284c0.319,0.295,0.683,0.63,0.969,1c2.037,2.64,4.412,4.513,7.258,5.727
-		c0.082,0.035,0.175,0.122,0.234,0.221c0.932,1.519,2.049,2.638,3.416,3.423c0.305,0.175,0.608,0.263,0.903,0.263
-		c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33c0.479-0.481,0.862-1.073,1.211-1.859
-		c0.043-0.094,0.082-0.124,0.187-0.137c0.348-0.046,0.705-0.093,1.061-0.163C42.39,5.06,46.437,0.588,47.14-5.462
-		c0.019-0.161,0.031-0.324,0.045-0.486c0.03-0.384,0.062-0.781,0.176-1.137c0.145-0.451,0.361-0.895,0.574-1.321
-		c0.092-0.19,0.188-0.382,0.275-0.575c0.075-0.166,0.154-0.331,0.232-0.495c0.185-0.388,0.373-0.786,0.531-1.193
-		c0.24-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.342-0.319c-0.07,0-0.146,0.024-0.224,0.072
-		c-0.16,0.102-0.31,0.217-0.458,0.335c-0.07,0.057-0.143,0.111-0.215,0.165c-0.08,0.061-0.158,0.123-0.236,0.187
-		c-0.188,0.147-0.361,0.288-0.557,0.395c-0.07,0.039-0.144,0.06-0.215,0.06c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245
-		c0.489-0.434,0.978-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4c-0.057-0.908-0.374-1.661-0.945-2.241
-		c-0.68-0.688-1.393-1.023-2.178-1.023c-0.168,0-0.34,0.016-0.514,0.047c-0.031-0.305-0.097-0.419-0.351-0.555
-		c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.368-0.981c-0.414-0.23-0.779-0.386-1.119-0.476
-		c-1.031-0.274-2.072-0.377-3.014-0.421c0.404-0.055,0.826-0.083,1.279-0.083c0.289,0,0.587,0.012,0.908,0.034l0.185,0.018
-		c0.136,0.013,0.274,0.026,0.406,0.026c0.177,0,0.323-0.023,0.446-0.074c0.84-0.343,1.662-0.759,2.433-1.154
-		c0.151-0.078,0.26-0.11,0.36-0.11c0.057,0,0.11,0.01,0.168,0.032l0.225,0.084c0.421,0.159,0.855,0.323,1.271,0.507
-		c0.986,0.439,1.838,0.645,2.678,0.645c0.225,0,0.449-0.016,0.673-0.047c0.575-0.078,1.248-0.21,1.854-0.583
-		c0.299-0.183,0.697-0.491,0.734-1.064c0.002-0.01,0.021-0.044,0.068-0.088c0.074-0.067,0.15-0.131,0.228-0.195
-		c0.078-0.065,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624c-0.019-0.181-0.059-0.606-0.422-0.606
-		c-0.109,0-0.238,0.04-0.418,0.131c-0.074,0.039-0.144,0.07-0.207,0.088c0.178-0.109,0.35-0.217,0.519-0.332
-		c0.401-0.274,0.597-0.692,0.578-1.242c-0.038-1.201-1.302-2.336-2.601-2.336c-0.154,0-0.307,0.018-0.451,0.049
-		c-0.383,0.084-0.859,0.245-1.146,0.743c-0.009,0.013-0.042,0.036-0.049,0.038l-0.221-0.01c-0.26-0.01-0.528-0.021-0.777-0.078
-		l-0.073-0.017c-0.423-0.097-0.858-0.195-1.305-0.195c-0.179,0-0.345,0.016-0.507,0.047c-0.199,0.037-0.396,0.086-0.598,0.136
-		l-0.146,0.035c-0.23-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097c-1.426-0.469-2.961-0.705-4.562-0.705
-		c-0.841,0-1.724,0.064-2.623,0.192c-3.546,0.506-6.021,2.434-7.358,5.728c-0.226,0.552-0.377,1.138-0.524,1.706
-		c-0.071,0.275-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.69-1.619,3.86c-1.217,2.123-2.721,3.635-4.6,4.625
-		c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208c-0.157-0.028-0.313-0.061-0.472-0.096
-		c0.547-0.025,1.066-0.054,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219c2.633-1.671,4.248-3.747,4.937-6.345
-		c0.386-1.452,0.935-2.898,1.634-4.298c0.404-0.813,0.918-1.752,1.658-2.546c1.047-1.119,2.395-1.884,4.241-2.404
-		c0.505-0.142,1.007-0.297,1.506-0.458c0.276-0.088,0.468-0.28,0.587-0.587c0.289-0.75,0.361-1.514,0.213-2.269
-		c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.537-1.366-2.361-1.923c-0.414-0.277-0.803-0.572-1.157-0.875
-		c-0.303-0.259-0.46-0.599-0.442-0.958c0.025-0.589,0.069-0.612,0.18-0.612c0.092,0,0.236,0.035,0.471,0.111
-		c0.115,0.039,0.229,0.084,0.342,0.134l0.687,0.296c0.392,0.169,0.782,0.339,1.178,0.503c0.856,0.357,1.703,0.54,2.515,0.54
-		c0.435,0,0.868-0.052,1.291-0.153c1.521-0.364,2.519-1.267,2.967-2.686c0.119-0.384,0.103-0.712-0.055-0.978
-		c-0.104-0.177-0.343-0.325-0.541-0.331c-0.184,0-0.355,0.163-0.488,0.307c-0.073,0.081-0.092,0.187-0.105,0.28
-		c-0.006,0.03-0.011,0.062-0.018,0.089c-0.135,0.505-0.322,0.835-0.604,1.056c0.504-0.684,0.729-1.417,0.688-2.23
-		c-0.041-0.807-0.646-1.37-1.471-1.37c-0.033,0-0.066,0.001-0.103,0.003c-0.313,0.019-0.513,0.188-0.545,0.466
-		c-0.022,0.193-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.238c-0.002,0.104-0.001,0.205,0,0.308
-		c0,0.222,0.001,0.431-0.026,0.637c-0.062,0.444-0.326,0.744-0.785,0.891c-0.032,0.011-0.064,0.019-0.098,0.023
-		c0.139-0.079,0.258-0.188,0.344-0.346c0.17-0.315,0.314-0.601,0.394-0.911c0.204-0.821,0.003-1.461-0.581-1.852
-		c-0.303-0.202-0.691-0.277-1.033-0.325c-0.139-0.019-0.275-0.026-0.412-0.026c-0.511,0-1.011,0.12-1.492,0.234l-0.246,0.059
-		c-0.457,0.105-0.861,0.158-1.25,0.159c-0.332,0-0.678-0.064-1.012-0.126l-0.154-0.028c-2.533-0.456-4.811-0.677-6.959-0.677
-		L14.112-50.014z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.729-20.454c0,0-3.734-4.456-10.078-1.903
-		c-5.81,2.34-3.691,8.784-3.691,8.784s1.029-3.996,4.036-5.51C29.349-21.276,34.729-20.454,34.729-20.454z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.362c0.809-0.823,0.824-1.663,1.078-2.688
-		c0.479-1.928,1.068-3.601,2.296-5.188c1.181-1.525,2.594-2.602,4.419-3.303c1.581-0.606,3.613-0.427,3.311-2.781l-0.529-1.983
-		c-4.041,0-7.825,1.844-9.367,5.854c-1.352,3.517,0.24,7.768-3.857,13.717C14.005-19.134,15.908-21.933,16.327-22.362z"/>
-	<g opacity="0.2">
-		<path fill="#2B2B2B" d="M14.728-20.614c0.062-0.25,0.117-0.504,0.174-0.757C14.751-21.185,14.673-20.95,14.728-20.614z"/>
-	</g>
-	
-		<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="29713.3379" y1="69.668" x2="29741.8066" y2="-63.1828" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
-		<stop  offset="0.6649" style="stop-color:#C370E6"/>
-		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
-		<stop  offset="0.7081" style="stop-color:#D461AB"/>
-		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
-		<stop  offset="0.7643" style="stop-color:#E05784"/>
-		<stop  offset="0.8017" style="stop-color:#E35479"/>
-		<stop  offset="0.8543" style="stop-color:#E55272"/>
-		<stop  offset="1" style="stop-color:#E65270"/>
-	</linearGradient>
-	<path fill="url(#SVGID_1_)" d="M-32.349-35.986C-47.59-34.48-49.384-19.309-49.384-19.309s-0.828,7.033,1.104,13.93
-		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.768-32.349-35.986z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.149-30.208c0,0-3.197-0.304-7.461,4.873
-		c4.111-7.461,9.44-7.613,9.44-7.613L-36.149-30.208z"/>
-	
-		<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="29697.2676" y1="71.4438" x2="29727.5918" y2="-70.0698" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
-		<stop  offset="0.6649" style="stop-color:#C370E6"/>
-		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
-		<stop  offset="0.7081" style="stop-color:#D461AB"/>
-		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
-		<stop  offset="0.7643" style="stop-color:#E05784"/>
-		<stop  offset="0.8017" style="stop-color:#E35479"/>
-		<stop  offset="0.8543" style="stop-color:#E55272"/>
-		<stop  offset="1" style="stop-color:#E65270"/>
-	</linearGradient>
-	<path fill="url(#SVGID_2_)" d="M-27.912-38.919c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.781,10.628,4.781,10.628
-		s-25.506,4.782-25.906-13.817c0.888-4.028,4.791-7.921,7.236-10.029c-0.479,1.078-6.568,17.833,13.711,16.467
-		c-7,0.596-17.105-6.716-12.289-17.67C-28.205-38.732-27.912-38.919-27.912-38.919z"/>
-	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.686c-5.272-1.982-14.226-1.972-11.678-15.425
-		c-0.408-0.306-2.445,2.854-1.937,2.547C-36.976-19.538-26.447-20.233-21.017-18.686z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.868c5.127,2.028,0.964-3.722,0.236-4.642
-		c-1.684-2.128-5.941-1.435-8.211-2.146c-1.305-0.408-6.535-1.175-8.269-6.128c-0.771-2.195-1.06-5.781,0.581-10.146
-		c-0.407-0.307-3.104,2.646-2.594,2.342C-36.925-15.257-16.511-22.196-14.341-13.868z"/>
-	<path fill="#F9E0E7" d="M36.631-5.974c0.14,0.384,0.378,0.875,0.679,1.165c0.07-0.033,0.146-0.037,0.203-0.073
-		c0.5,0.324,1.289,0.281,1.918,0.281c0.375,0,0.924,0.104,1.286-0.037c0.528-0.205,0.468-0.76,0.688-1.181
-		c0.414-0.786,1.691-0.796,1.695-1.908c0.004-0.523,0.135-1.232,0.002-1.744c-0.101-0.38-0.525-0.263-0.892-0.263
-		c-1.108,0-2.215-0.032-3.326-0.032l-1.536,1.145c-0.41-0.131-0.73,0.728-0.787,1.021C36.47-7.119,36.458-6.452,36.631-5.974z"/>
-	<path fill="#FFFFFF" d="M41.756-7.497c0.188,0.077,0.466,0.378,0.581,0.555c0.084,0.127,0.061,0.208,0.24,0.203
-		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.408,0.278
-		c-0.135,0.04-0.33,0.02-0.473,0.014c-0.207-0.009-0.496-0.149-0.684-0.069L41.756-7.497z"/>
-	
-		<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="29692.293" y1="62.4619" x2="29694.0977" y2="-21.4854" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_3_)" d="M-18.99,13.066c0.07,0.081,0.089,0.106,0.11,0.128c2.035,1.901,3.113,4.298,3.693,6.98
-		c0.381,1.755-0.104,3.303-0.895,4.816c-0.014,0.026-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
-		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.612-7.753-12.243-24.064c0.008-0.101,0.025-0.198,0.039-0.31
-		c0.246,0.229,0.461,0.466,0.709,0.661c0.885,0.693,1.906,1.133,2.973,1.431c1.951,0.544,3.914,1.044,5.881,1.525
-		c2.236,0.548,4.486,1.056,6.645,1.882c1.221,0.466,2.354,1.08,3.438,1.82c1.613,1.104,3.007,2.425,4.207,3.955
-		c0.699,0.891,1.025,1.572,1.34,2.619c0.199-0.539,0.095-2.041-0.205-2.999C-5.853,5.86-6.379,4.997-7.065,4.203
-		c0.164,0.053,0.344,0.08,0.491,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.569,1.413,4.062
-		c0.001,0.021,0.011,0.042,0.017,0.075C0.083,10.92,0.026,7.8-2.04,5.583C-1.31,5.84-0.649,6.099,0.026,6.3
-		c0.559,0.166,0.928,0.493,1.236,0.984c1.356,2.147,2.48,4.396,3.088,6.877c0.471,1.916,0.588,3.84,0.061,5.765
-		c-0.598,2.176-1.912,3.85-3.7,5.181c-1.242,0.925-2.612,1.612-4.05,2.173c-0.087,0.034-0.174,0.066-0.26,0.103
-		c-0.014,0.005-0.021,0.021-0.075,0.081c0.498-0.137,0.944-0.253,1.386-0.384c2.061-0.612,4.034-1.41,5.782-2.688
-		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.467-1.71-4.665-3.109-6.746
-		C3.797,8.091,3.755,8.028,3.714,7.963C3.708,7.954,3.709,7.937,3.701,7.9c0.058,0.022,0.104,0.037,0.146,0.059
-		c2.932,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.482,5.284,4.18,8.438c0.877,3.98-0.084,7.513-2.662,10.631
-		c-1.629,1.972-3.644,3.464-5.873,4.68c-2.877,1.567-5.938,2.59-9.178,3.061c-1.842,0.268-3.686,0.32-5.527-0.034
-		c-1.012-0.193-1.668-0.458-2.789-1.107c0.142,0.121,0.277,0.249,0.426,0.359c1.007,0.764,2.168,1.16,3.387,1.407
-		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.148-1.24,8.991-2.647c0.278-0.139,0.553-0.283,0.86-0.441
-		c0,0.258-0.016,0.483,0.004,0.706c0.025,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.409-0.065,0.46-0.319
-		c0.041-0.215,0.052-0.436,0.083-0.653c0.069-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
-		c0.02-0.014,0.046-0.013,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.019,0.659-0.011,0.988
-		c0.002,0.081,0.06,0.211,0.115,0.227c0.077,0.021,0.217-0.018,0.266-0.079c0.129-0.17,0.268-0.354,0.326-0.556
-		c0.129-0.428,0.188-0.876,0.321-1.301c0.089-0.275,0.228-0.547,0.403-0.775c0.191-0.25,0.386-0.195,0.459,0.111
-		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.019,0.205,0.05,0.299c0.024,0.081,0.084,0.148,0.127,0.223
-		c0.066-0.061,0.164-0.107,0.192-0.182c0.067-0.17,0.133-0.353,0.142-0.532c0.021-0.396-0.017-0.795,0.012-1.19
-		c0.016-0.21,0.086-0.433,0.188-0.616c0.114-0.203,0.298-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.201,0.99
-		c0.046,0.224,0.093,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.067-0.647,0.101-1.297,0.157-1.945
-		c0.045-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.449-2.346c0.239-0.406,0.461-0.443,0.686-0.025
-		c0.254,0.474,0.443,0.982,0.658,1.478c0.094,0.217,0.172,0.439,0.271,0.653c0.046,0.104,0.124,0.192,0.195,0.299
-		c0.255-0.184,0.316-0.426,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.102-0.39-0.209-0.779-0.27-1.177
-		c-0.023-0.16,0.049-0.351,0.121-0.507c0.104-0.224,0.268-0.252,0.443-0.076c0.18,0.178,0.318,0.395,0.492,0.576
-		c0.099,0.104,0.234,0.167,0.354,0.249c0.067-0.145,0.203-0.297,0.191-0.437c-0.025-0.297-0.096-0.6-0.205-0.878
-		c-0.223-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.013-0.109,0.078-0.299,0.163-0.33
-		c0.089-0.032,0.265,0.056,0.344,0.143c0.363,0.399,0.704,0.82,1.061,1.228c0.086,0.101,0.203,0.174,0.305,0.261
-		c0.035-0.017,0.068-0.032,0.104-0.05c-0.035-0.232-0.025-0.482-0.109-0.697c-0.144-0.357-0.32-0.708-0.524-1.033
-		c-0.323-0.516-0.692-1.002-1.022-1.512c-0.612-0.943-1.018-1.972-1.271-3.069c-0.184-0.788-0.443-1.558-0.671-2.334
-		c-0.026-0.096-0.062-0.189-0.065-0.296c0.199,0.318,0.394,0.641,0.6,0.957c0.431,0.664,0.928,1.275,1.596,1.714
-		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.729,2.299c0.524,0.266,1.025,0.588,1.502,0.935
-		c0.604,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.028-0.383,1.562c-0.312-0.498-0.588-0.978-0.902-1.428
-		s-0.704-0.832-1.283-1.089c0.053,0.099,0.067,0.142,0.094,0.177c0.812,1.119,1.279,2.391,1.642,3.708
-		c0.037,0.136-0.005,0.3-0.029,0.447c-0.166,0.96-0.086,1.922-0.043,2.885c0.011,0.191,0.011,0.39-0.017,0.58
-		c-0.012,0.088-0.083,0.198-0.158,0.231c-0.051,0.024-0.184-0.046-0.229-0.108c-0.187-0.262-0.395-0.518-0.52-0.808
-		c-0.503-1.168-0.984-2.347-1.465-3.524c-0.598-1.469-1.271-2.894-2.299-4.121c-0.465-0.555-0.993-1.038-1.643-1.375
-		c-0.123-0.064-0.256-0.114-0.395-0.158c1.005,1.039,1.23,2.354,1.275,3.699c0.06,1.722,0.025,3.448,0.043,5.172
-		c0.018,1.864,0.172,3.712,0.728,5.508c0.021,0.071-0.015,0.174-0.054,0.246c-0.156,0.305-0.355,0.592-0.485,0.908
-		c-0.272,0.663-0.501,1.343-0.769,2.01c-0.155,0.391-0.209,0.421-0.629,0.39c-0.451-0.032-0.722,0.227-0.961,0.548
-		c-0.184,0.243-0.259,0.238-0.385-0.048c-0.137-0.309-0.245-0.629-0.393-0.933c-0.051-0.104-0.182-0.172-0.275-0.256
-		c-0.072,0.106-0.191,0.21-0.204,0.323c-0.038,0.369-0.028,0.741-0.055,1.111c-0.013,0.184-0.037,0.371-0.099,0.542
-		c-0.03,0.082-0.154,0.169-0.244,0.176c-0.063,0.005-0.174-0.104-0.201-0.185c-0.092-0.263-0.145-0.537-0.229-0.802
-		c-0.066-0.213-0.162-0.236-0.289-0.062c-0.925,1.26-2.158,2.154-3.478,2.948c-0.39,0.234-0.772,0.478-1.159,0.715
-		c-0.027-0.009-0.054-0.019-0.079-0.027c0.05-0.429,0.101-0.857,0.149-1.285c-0.035-0.019-0.07-0.035-0.104-0.053
-		c-0.123,0.104-0.263,0.191-0.365,0.312c-0.256,0.303-0.488,0.625-0.748,0.927c-0.515,0.604-1.162,1.036-1.785,1.178
-		c0.197-0.675,0.385-1.314,0.57-1.955c-0.028-0.014-0.061-0.027-0.09-0.04c-0.064,0.08-0.14,0.154-0.193,0.241
-		c-0.15,0.245-0.299,0.49-0.438,0.742c-0.594,1.075-1.51,1.695-2.712,1.868c-0.817,0.118-1.646,0.196-2.469,0.252
-		c-0.604,0.042-1.185,0.131-1.738,0.395C2.7,48.5,2.284,48.621,1.876,48.756c-0.068,0.024-0.159-0.005-0.238-0.01
-		c0.006-0.087-0.013-0.188,0.022-0.26c0.192-0.376,0.401-0.743,0.594-1.119c0.071-0.135,0.117-0.284,0.173-0.427
-		c-0.019-0.021-0.037-0.04-0.055-0.06c-0.123,0.041-0.251,0.069-0.366,0.125c-0.532,0.258-1.071,0.501-1.586,0.791
-		c-0.524,0.296-1.101,0.32-1.668,0.368c-1.774,0.149-3.528,0.03-5.243-0.489c-1.043-0.315-2.007-0.788-2.855-1.522
-		c0.107,0.011,0.218,0.011,0.322,0.031c1.035,0.212,2.071,0.413,3.137,0.378c0.726-0.024,1.433-0.139,2.07-0.507
-		c0.102-0.058,0.166-0.18,0.248-0.271c-0.143-0.05-0.293-0.145-0.43-0.128c-0.331,0.039-0.654,0.162-0.988,0.19
-		c-1.062,0.094-2.084-0.151-3.095-0.429c-2.448-0.672-4.665-1.815-6.724-3.286c-0.502-0.358-1.023-0.688-1.545-1.02
-		c-1.016-0.646-1.838-1.481-2.488-2.492c-0.076-0.12-0.146-0.249-0.195-0.382c-0.133-0.37-0.035-0.678,0.314-0.863
-		c0.25-0.132,0.527-0.226,0.804-0.293c3.659-0.892,6.384-3.908,6.806-7.639c0.159-1.399,0.354-2.801,0.284-4.22
-		c-0.161-3.257-1.327-6.095-3.502-8.519c-1.293-1.442-2.821-2.589-4.495-3.554C-18.856,13.131-18.892,13.117-18.99,13.066z"/>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M27.897,34.687c-1.555-12.138-6.941-9.391-10.465-16.167
-		c-0.193,0.255-0.638-1.817,0.25,2.031c0.889,3.85,3.437,2.112,5.848,6.515C26.583,32.633,25.974,33.132,27.897,34.687z"/>
-	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M11.804,34.458c-0.578-3.474-5.49-3.317-9.693-1.843
-		c-4.567,1.602-14.057,2.116-14.82,0.205c-0.381-0.438-1.146,1.364-1.146,1.364s7.207,7.863,19.272-0.436
-		c-0.491,0.764,4.336,3,4.336,3S11.204,37.189,11.804,34.458z"/>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-13.194,1.102c0.262-0.651,2.396-0.212,2.596,0.802
-		c-3.148,3.567,5.14,10.119-2.504,18.672C-8.101,7.381-18.75,6.844-13.194,1.102z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-13.194,1.102c0.262-0.651,0.215-0.464,0.414,0.55
-		c-3.148,3.568,5.237,8.768-0.322,18.924C-8.101,7.381-18.75,6.844-13.194,1.102z"/>
-	
-		<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="29714.6914" y1="53.8359" x2="29694.4238" y2="18.9211" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_4_)" d="M-1.724,3.706C13.405,19.625-5.72,16.958-11.953,27.763c0.011,0.185,0.024,0.366,0.024,0.556
-		c0,1.502-0.364,2.916-0.998,4.17c5.834-8.653,20.623-1.023,17.751-18.712C4.565,12.869,2.507,3.905-1.724,3.706z"/>
-	
-		<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="29711.125" y1="32.8535" x2="29693.6465" y2="2.7465" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_5_)" d="M-1.724,3.706C-7.952,0.649-13.397,0.559-13.14,1.466c12.375,8.397,2.386,17.05,0.057,25.201
-		c0.159,0.658,1.154,0.903,1.154,1.65c0,0.08-0.01,0.157-0.012,0.236c0.18-0.809,0.606-1.09,1.015-1.5
-		C-5.174,21.25,13.11,19.312-1.724,3.706z"/>
-	<path fill="#E65271" d="M-3.674,3.943c9.579,14.308-8.304,17.027-8.175,21.563c-1.424-9.33,15.718-13.324-0.389-24.491
-		C-12.495,0.108-9.903,0.885-3.674,3.943z"/>
-	
-		<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="29672.0703" y1="55.1045" x2="29674.084" y2="19.9341" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_6_)" d="M23.094,28.797c0.761-1.271-0.084-2.771-0.97-4.176c-0.818-1.298-2.793-0.873-4.133-4.002
-		l0.115,2.438c1.484,2.587-1.027,6.148-1.727,8.554c-1.189,4.1-2.484,7.883-0.906,12.043c0.106,0.28,0.197,0.585,0.305,0.872
-		c0.787-0.581,1.381-1.16,2.058-2.043c0.447-0.586,0.291,1.512,0.879,1.072c0.433-0.32-0.021-1.803,0.392-2.147
-		c0.461-0.389,0.74,1.868,1.074,1.368c0.781-1.173,1.229-0.428,1.562-0.781c0.301-0.319,1.005-2.778,1.289-3.111
-		c0.277-0.323,0.543-0.656,0.805-0.991c-0.158-1.79-0.506-3.802-1.082-5.417C22.212,30.952,22.187,30.316,23.094,28.797z"/>
-	<path fill="#E65271" d="M1.8,47.488c0.047-0.016,0.086-0.024,0.11-0.023c0.419,0.007-1.13,1.954-0.685,1.954
-		c0.752,0,1.812-0.776,2.547-0.833c1.553-0.119,3.162-0.084,4.537-0.713c1.317-0.604,1.903-2.478,2.198-2.558
-		c0.298-0.082-0.717,2.167-0.426,2.068c0.493-0.166,0.887-0.41,1.212-0.68c1.3-1.861,1.723-11.084-0.186-10.846
-		c-2.004,0.25,3.162-0.708,3.183-0.63c1.728,6.521-2.121,10.531-1.947,10.304c0.228-0.3,0.411-0.533,0.606-0.608
-		c0.41-0.158-0.256,1.572,0.119,1.343c1.193-0.729,2.039-1.244,2.734-1.761c0.021-0.03,0.027-0.102,0.061-0.088
-		c0.513,0.213,3.673,0.956,1.268-10.396c3.652,7.39,0.793,10.291,1.073,9.988c1.297-1.401,1.562-4.819,1.729-6.845
-		c0.157-1.901-1.039-6.235-2.588-7.668c-1.092-1.008-1.07,0.24-1.479,1.204c-0.673,1.583-1.907,2.86-3.027,4.163
-		c-0.834,0.97-1.846,1.679-2.763,2.547c-0.999,0.946-1.525,2.268-2.418,3.306c-0.799,0.928-1.78,1.667-2.539,2.635
-		c-0.852,1.084-1.421,2.324-2.361,3.322C2.46,46.992,2.126,47.232,1.8,47.488z"/>
-	
-		<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="29673.9688" y1="19.9746" x2="29685.5879" y2="71.4481" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#E65271"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-	</linearGradient>
-	<path fill="url(#SVGID_7_)" d="M8.803,48.524c2.232,0.007,3.634-1.062,5.48-2.084c1.53-0.85,3.411-0.859,4.704-2.031
-		c1.718-1.558,2.461-3.104,2.783-5.386c0.369-2.597,0.414-5.91-0.078-8.499c-0.252-1.328-1.195-4.049-2.19-5.021l-1.194,0.76
-		c-2.354,6.081-9.453,8.576-12.139,14.552c-0.792,1.759-1.09,4.045-1.109,5.967C5.039,48.794,7.177,48.518,8.803,48.524z"/>
-	<path fill="#F6E8A0" d="M-13.406,33.328c-1.298,2.017-3.353,3.5-5.767,4.039c-0.614,0.137-1.715,0.519-0.625,1.83
-		c1.165,1.819,2.839,2.516,3.74,3.184c3.623,2.69,2.125,2.965,4.238,3.209c0.826,0.096,0.608,0.168,1.027,0
-		s-0.322,0.118-0.587,0.293c-2.358,1.56-2.188-1.553-1.175-0.88c3.019,2.334,9.971,3.972,11.92,3.638
-		c0.283-0.048,2.242-1.18,2.543-1.175c0.419,0.007-1.129,1.954-0.684,1.954c0.75,0,1.812-0.776,2.547-0.833
-		c1.521-0.117,6.146-2.238,6.112-7.822c-0.01-1.706,0.095-2.903-0.135-4.015C8.063,28.582-9.009,40.044-13.406,33.328z"/>
-	<path fill="#FFFFFF" d="M7.03,38.363c-0.791,0.989-5.934,2.769-5.934,2.769s-8.539,2.943-16.414-5.438
-		c4.024,3.196,11.098,1.856,16.213,1.265c0.676-0.079-1.461,0.603-0.901,0.81c1.899,0.703,3.659-1.267,5.553-0.887
-		C6.431,37.058,6.961,37.538,7.03,38.363z"/>
-	<path fill="#F6E8A0" d="M0.479,39.746c-3.136,0.826-6.271-0.383-6.875-0.42c0.285,0.427,0.748,1.412,3.07,1.752
-		c0.534,0.079,1.604-0.007,2.165-0.006c1.004,0.002,1.627-0.24,2.513-0.667c0.565-0.272,1.932-0.561,2.365-0.494
-		c0,0,4.807-0.362,3.215-1.992c-1.591-1.629-3.912,2.101-9.007,0.908C-2.073,38.993-0.909,39.824,0.479,39.746z"/>
-	<g>
-		<path fill="#F8D285" d="M-4.274,46.504c-1.981,1.312-5.447,0.186-5.896,0.193c-0.01,0.046,0.018,0.097,0.098,0.149
-			c3.02,2.334,7.492,2.126,9.441,1.792c0.015-0.002,0.035-0.009,0.058-0.017c0.009-0.003,0.023-0.008,0.035-0.013
-			c0.422-0.162,1.802-0.939,2.304-1.11c2.938-1.665,7.579-5.181,7.988-10.751c-1.669,0.742-2.869,1.465-3.791,2.169
-			c-0.311,0.237-7.332,7.576-25.917-1.242c0,0-0.517,0.284-0.222,0.948c4.197,6.744,11.859,8.681,24.062,2.294
-			C2.155,42.978,1.317,44.846-4.274,46.504z"/>
-	</g>
-	
-		<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="29714.2773" y1="45.7363" x2="29671.2715" y2="9.1032" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_8_)" d="M7.606,8.601c6.883,7.039,9.688,12.297,6.356,17.961c-5.396,9.178-22.014-0.395-29.241,8.865
-		c0.766-0.875,2.395-2.609,3.969-3.46c5.357-3.5,15.44-2.374,18.653-5.08C11.478,23.408,12.533,16.39,7.606,8.601z"/>
-	
-		<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="29675.4727" y1="20.1309" x2="29717.2773" y2="8.7621" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_9_)" d="M-14.819,23.314c-0.008-0.471,1.072-3.195,0.903-3.822c-1.45-5.352-7.733-7.979-7.733-7.979
-		s-7.037-2.832-8.156-15.777c-1.283-0.923-1.105,1.043-1.065,1.917C-30.072,14.629-15.949,12.732-14.819,23.314z"/>
-	
-		<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="29564.2129" y1="68.9932" x2="29760.543" y2="-36.2732" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_10_)" d="M9.123-4.738C9.007-4.684,8.896-4.615,8.774-4.58C8.158-4.408,7.537-4.25,6.919-4.074
-		C6.724-4.018,6.538-3.929,6.347-3.856c0.002,0.042,0.004,0.083,0.004,0.123c0.223,0.04,0.441,0.11,0.664,0.113
-		c0.887,0.01,1.774-0.002,2.662-0.004c1.254-0.003,2.512,0.003,3.721,0.369c0.59,0.18,1.166,0.45,1.707,0.751
-		c5.713,3.18,9.75,7.834,12.179,13.895c0.497,1.239,0.878,2.519,1.172,3.82c0.019,0.072,0.026,0.147,0.048,0.272
-		c-0.095-0.057-0.156-0.086-0.213-0.123c-3.496-2.394-7.314-4.018-11.48-4.807c-1.49-0.282-2.994-0.422-4.51-0.466
-		c-0.113-0.003-0.258-0.046-0.333-0.124c-2.266-2.311-4.942-4.019-7.829-5.44C1.834,3.39-0.599,2.705-3.101,2.218
-		c-3.207-0.623-6.422-1.215-9.629-1.832c-3.939-0.757-7.858-1.598-11.666-2.886c-2.416-0.816-4.756-1.797-6.896-3.202
-		c-1.611-1.06-3.045-2.313-4.059-3.979c-0.356-0.588-0.609-1.239-0.916-1.858c-0.056-0.111-0.115-0.227-0.201-0.312
-		c-2.124-2.077-2.961-4.604-2.635-7.536c0.242-2.169,1.019-4.153,2.127-6.019c0.131-0.219,0.242-0.448,0.345-0.64
-		c0.053,0.473,0.095,1.003,0.169,1.528c0.469,3.341,2.189,5.83,5.117,7.492c1.703,0.969,3.537,1.611,5.438,2.031
-		c2.084,0.46,4.186,0.847,6.287,1.227c2.551,0.461,5.116,0.846,7.596,1.628c0.482,0.152,0.959,0.327,1.433,0.506
-		c0.61,0.229,1.18,0.525,1.711,0.918c1.758,1.295,3.685,2.287,5.715,3.081c0.056,0.021,0.108,0.045,0.163,0.067
-		C-3-7.561-2.999-7.55-2.991-7.528c-0.033,0.003-0.062,0.007-0.092,0.007C-5.354-7.522-7.63-7.535-9.901-7.522
-		c-2.033,0.012-4.059-0.05-6.074-0.316c-2.791-0.37-5.492-1.093-8.123-2.094c-3.103-1.183-6.039-2.699-8.887-4.399
-		c-0.076-0.046-0.154-0.09-0.257-0.108c0.054,0.043,0.103,0.09,0.155,0.13c3.117,2.364,6.436,4.381,10.097,5.796
-		c2.55,0.984,5.181,1.629,7.901,1.917c2.396,0.253,4.793,0.229,7.191,0.055c2.073-0.151,4.146-0.302,6.222-0.444
-		C-1.496-7-1.304-6.974-1.129-6.922C0.922-6.298,3.021-5.931,5.14-5.63c1.252,0.179,2.486,0.479,3.727,0.726
-		C8.951-4.887,9.03-4.842,9.11-4.81C9.114-4.787,9.119-4.762,9.123-4.738z"/>
-	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-29.062-11.73c8.125,9.705,29.203,4.618,38.185,6.992
-		C3.437-8.005-1.19-7.441-1.19-7.441S-20.599-5.297-29.062-11.73z"/>
-	<path fill="#E65271" d="M33.056,25.098c-0.275-0.047-0.478-0.06-0.664-0.12c-0.731-0.229-1.494-0.4-2.181-0.73
-		c-0.653-0.315-1.258-0.762-1.823-1.222c-1.098-0.891-2.145-1.84-3.227-2.744c-0.887-0.739-1.827-1.4-2.947-1.743
-		c-0.361-0.11-0.736-0.173-1.113-0.235c1.459,0.735,2.276,2.045,3.123,3.388c-0.072-0.012-0.098-0.009-0.117-0.018
-		c-2.226-1.089-4.406-2.252-6.388-3.759c-0.528-0.403-0.946-0.861-1.243-1.486c-0.477-0.994-1.08-1.929-1.627-2.887
-		c-0.024-0.043-0.051-0.085-0.117-0.2c0.479,0.1,0.899,0.168,1.312,0.273c1.744,0.447,3.366,1.201,4.958,2.022
-		c2.486,1.287,4.854,2.775,7.15,4.372c0.07,0.048,0.141,0.094,0.232,0.122c-0.021-0.029-0.037-0.061-0.062-0.085
-		c-2.725-2.717-5.781-4.955-9.354-6.438c-1.545-0.643-3.146-1.073-4.812-1.246c-0.062-0.008-0.143-0.028-0.178-0.071
-		c-0.371-0.449-0.733-0.903-1.144-1.41c1.017,0.218,1.974,0.409,2.924,0.63c2.66,0.618,5.269,1.403,7.759,2.535
-		c1.84,0.836,3.594,1.819,5.07,3.217c1.948,1.845,3.382,4.03,4.219,6.588C32.928,24.227,32.966,24.634,33.056,25.098z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-12.963,0.397c0.789,0.265,1.688,0.593,2.647,0.961
-		C0.989,4.883,4.726,7.823,4.726,7.823l11.357,8.408c0,0,1.855-1.42,4.258,0.437c-1.637-1.965-6.66-3.494-6.66-3.494
-		s-0.231-1.546-1.869-2.747C16.28,11.945,23.79,11.51,29,16.202c-3.94-11.143-13.726-2.649-23.183-9.58
-		C4.726,5.966-9.698,2.28-2.53,2.533C4.638,2.785,9.36-2.106,15.347-0.503C9.728-2.542,4.761,0.724-3.067,1.274
-		C-1.849,1.03-0.181,0.359,0.53-0.558c-2.838,2.026-8.391,2.12-9.711,1.656C-10.379,0.946-11.638,0.717-12.963,0.397z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M14.155-3.041c-8.237-3.272-37.35,6.206-50.422-8.498
-		c0,0-0.979,0.438,4.227,6.273C-11.572,4.519,3.661-4.734,14.155-3.041z"/>
-	
-		<radialGradient id="SVGID_11_" cx="60720.8203" cy="13490.5078" r="14.8738" gradientTransform="matrix(-0.4579 0.1387 0.2675 0.883 24214.4102 -20329.4531)" gradientUnits="userSpaceOnUse">
-		<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
-		<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
-	</radialGradient>
-	<path opacity="0.7" fill="url(#SVGID_11_)" enable-background="new    " d="M26.892,9.994c2.437,1.371,0.457-1.98-1.979-3.959
-		c-9.595-6.7-13.933,0.924-23.448-2.745C16.022,11.315,17.449,1.314,26.892,9.994z"/>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M26.146,8.091c2.438,1.371,1.203-0.078-1.233-2.058
-		c-9.595-6.7-13.933,0.924-23.448-2.745C10.831,8.5,16.705-0.587,26.146,8.091z"/>
-	<g>
-		
-			<radialGradient id="SVGID_12_" cx="56089.8203" cy="25059.5156" r="23.2511" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
-			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
-			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
-		</radialGradient>
-		<path opacity="0.7" fill="url(#SVGID_12_)" enable-background="new    " d="M-21.22,11.684
-			c-4.438-4.062-0.959-12.957-0.959-12.957l-3.158-0.677C-25.337-1.95-28.524,6.65-21.22,11.684z"/>
-		
-			<radialGradient id="SVGID_13_" cx="56089.8242" cy="25059.5176" r="23.2505" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
-			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
-			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
-		</radialGradient>
-		<path opacity="0.7" fill="url(#SVGID_13_)" enable-background="new    " d="M-13.56,18.499c3.345-5.953-5.526-14.142-0.763-17.041
-			c-0.075-0.391-2.724-1.719-2.6-1.335c-5.879,9.021,3.817,11.172,2.544,16.813C-21.177,7.66-21.25,5.824-17.947-0.048
-			c-0.04-0.032-0.403-0.506-0.765-0.236C-23.877,3.588-25.331,7.94-13.56,18.499z"/>
-	</g>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-2.629,6.401c0.212-2.788,2.159,1.742,2.454,4.868
-		c0.254,11.698-11.607,8.869-12.149,18.333C-13.478,18.834-0.644,19.071-2.629,6.401z"/>
-	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M8.871,11.041c0.21-2.788,5.808,4.388,6.104,7.513
-		c-1.879,20.071-22.537,7.864-27.938,15.259C-8.501,25.712,20.374,36.982,8.871,11.041z"/>
-	
-		<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="29644.9238" y1="-21.6904" x2="29655.9395" y2="-46.5158" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0.0041" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-	</linearGradient>
-	<path fill="url(#SVGID_14_)" d="M46.669-28.041c-0.303-0.266-0.552-0.508-0.826-0.718c-0.22-0.167-0.461-0.315-0.709-0.437
-		c-0.604-0.292-1.212-0.33-1.822-0.006c-0.951,0.504-1.972,0.542-3.013,0.428c-0.303-0.033-0.501-0.176-0.64-0.459
-		c-1.043-2.147-2.781-3.525-4.958-4.396c-0.249-0.1-0.366-0.216-0.41-0.487c-0.11-0.683-0.157-1.356,0.005-2.036
-		c0.264-1.089,0.941-1.87,1.854-2.471c0.955-0.63,2.021-1.001,3.121-1.277c1.323-0.328,2.662-0.548,4.029-0.544
-		c0.695,0.001,1.383,0.082,2.051,0.284c1.492,0.451,2.414,1.448,2.752,2.955c0.219,0.979,0.426,1.968,0.526,2.963
-		c0.229,2.281-0.382,4.328-1.89,6.084C46.713-28.125,46.694-28.083,46.669-28.041z"/>
-	<g>
-		<path opacity="0.3" fill="#F6E8A0" enable-background="new    " d="M42.354-28.209c0.113-0.685,1.399-0.871,1.996-0.851
-			c1.051,0.036,1.731,0.649,2.414,1.445c0.11,0.13,0.196,0.258,0.271,0.388c1.189-0.949,1.855-2.234,1.672-3.544
-			c-0.324-2.31-3.169-3.818-6.352-3.371c-2.201,0.31-3.988,1.475-4.772,2.928c0.582,0.744,0.81,1.69,1.577,2.333
-			C39.908-28.257,41.384-28.167,42.354-28.209z"/>
-	</g>
-	
-		<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="29718.2617" y1="49.9834" x2="29727.2891" y2="-18.6205" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_15_)" d="M-35.045-6.489c0.688-0.34,1.169-0.414,1.596-0.26c-0.491,2.5-0.748,5.021-0.661,7.558
-		c0.098,2.807,0.584,5.542,1.816,8.101c0.156,0.325,0.337,0.64,0.549,0.941c-0.013-0.05-0.021-0.101-0.04-0.148
-		c-0.663-1.665-0.969-3.403-1.069-5.186c-0.158-2.781,0.17-5.516,0.771-8.225c0.015-0.066,0.034-0.13,0.062-0.226
-		c0.393,0.264,0.775,0.516,1.148,0.782c0.045,0.033,0.046,0.154,0.036,0.231c-0.19,1.645-0.177,3.289,0,4.934
-		c0.254,2.349,0.834,4.615,1.661,6.821c1.152,3.08,2.714,5.94,4.621,8.613c0.045,0.062,0.09,0.124,0.132,0.187
-		c0.009,0.013,0.008,0.031,0.021,0.082c-0.277-0.098-0.537-0.187-0.798-0.281c-1.756-0.636-3.476-1.355-5.132-2.222
-		c-0.259-0.134-0.509-0.303-0.729-0.496c-2.33-2.065-3.705-4.674-4.326-7.701c-0.092-0.451-0.158-0.909-0.283-1.361
-		c0.027,0.502,0.041,1.006,0.085,1.508c0.208,2.389,0.655,4.734,1.46,6.997c0.205,0.575,0.062,1.094-0.025,1.634
-		c-0.027,0.168-0.146,0.322-0.224,0.483c-0.129-0.125-0.288-0.23-0.381-0.378c-0.662-1.052-1.089-2.209-1.438-3.394
-		c-0.535-1.815-0.854-3.68-1.117-5.554c-0.244-1.75-0.399-3.51-0.392-5.279c0.009-1.789,0.146-3.562,0.741-5.27
-		c0.283-0.812,0.664-1.573,1.213-2.238c0.195-0.238,0.438-0.441,0.656-0.661C-35.076-6.494-35.062-6.492-35.045-6.489z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-26.935,17.652c0,0-4.446-0.625-6.321-3.682
-		c-1.876-3.056-2.415-8.313-2.415-8.313s-0.96-7.839,2.222-12.404C-35.465,9.993-26.935,17.652-26.935,17.652z"/>
-	
-		<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="29725.7871" y1="50.9746" x2="29734.8145" y2="-17.6311" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_16_)" d="M-35.045-6.489c-0.017-0.003-0.031-0.005-0.047-0.007c-0.917,0.358-1.634,0.975-2.22,1.75
-		c-0.853,1.13-1.301,2.436-1.578,3.804c-0.41,2.038-0.445,4.098-0.271,6.159c0.101,1.177,0.272,2.349,0.415,3.521
-		c0.005,0.042,0.006,0.083,0.01,0.168c-0.072-0.062-0.123-0.096-0.164-0.139c-3.4-3.526-5.957-7.586-7.631-12.192
-		c-0.044-0.12-0.029-0.282,0.008-0.408c1-3.194,2.445-6.183,4.217-9.013c0.748-1.194,1.572-2.34,2.363-3.507
-		c0.062-0.091,0.135-0.174,0.248-0.323c0.028,0.587,0.342,1.063,0.1,1.637c-0.309,0.733-0.508,1.504-0.467,2.316
-		c0.017,0.3,0.088,0.58,0.297,0.859c0.207-0.588,0.367-1.167,0.828-1.611c0.135,0.242,0.162,0.452,0.076,0.709
-		c-0.32,0.958-0.543,1.937-0.482,2.956c0.019,0.312,0.09,0.62,0.175,0.933c0.278-0.765,0.739-1.391,1.272-1.992
-		c0.031,0.046,0.06,0.076,0.076,0.112c0.711,1.47,1.622,2.805,2.707,4.024C-35.063-6.675-35.065-6.571-35.045-6.489z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-38.485-10.409c0,0-5,9.785-2.66,18.188
-		c0.291,0.231-0.469-0.363-1.373-1.404c-0.139-0.158-1.815-11.254,1.588-16.146c-4.574,5.425-2.408,15.121-2.602,14.837
-		c-0.408-0.604-0.775-1.271-1.018-1.967c-2.34-10.956,5.744-17.55,5.744-17.55L-38.485-10.409z"/>
-	<path fill="#E65270" d="M38.03-45.637c-0.206-0.314-0.445-0.63-0.635-0.977c-0.176-0.317-0.211-0.676-0.095-1.032
-		c0.144-0.441,0.438-0.61,0.896-0.545c0.367,0.055,0.734,0.112,1.104,0.124c0.393,0.012,0.42-0.04,0.465-0.421
-		c0.01-0.101,0.023-0.205,0.061-0.297c0.148-0.377,0.367-0.702,0.805-0.76c0.426-0.056,0.725,0.182,0.954,0.509
-		c0.685,0.97,0.117,2.281-1.073,2.439c-0.369,0.049-0.754-0.01-1.132-0.021c-0.073-0.003-0.146-0.016-0.218-0.023
-		c-0.018,0.022-0.036,0.045-0.055,0.067c0.102,0.119,0.181,0.277,0.309,0.351c0.271,0.154,0.562,0.216,0.896,0.178
-		c2.037-0.233,3.979,0.008,5.707,1.229c0.959,0.678,1.668,1.57,2.209,2.604c0.004,0.007,0.01,0.014,0.014,0.021
-		c0.068,0.188,0.207,0.417,0.021,0.559c-0.107,0.084-0.354,0.047-0.517-0.006c-0.761-0.25-1.5-0.567-2.271-0.777
-		c-1.125-0.308-2.291-0.318-3.449-0.255c-1.565,0.084-3.104,0.333-4.582,0.888c-1.656,0.622-3.151,1.5-4.448,2.709
-		c-0.149,0.139-0.3,0.277-0.468,0.389c-0.282,0.188-0.476,0.095-0.486-0.247c-0.008-0.242,0.016-0.491,0.07-0.729
-		c0.555-2.417,2.021-4.117,4.188-5.24C36.868-45.196,37.478-45.405,38.03-45.637z"/>
-	
-		<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="29739.0527" y1="21.7197" x2="29734.9961" y2="-26.0196" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_17_)" d="M-48.024-0.649c-0.088-8.721,2.717-16.289,8.558-22.715c-0.082,0.592-0.191,1.183-0.241,1.775
-		c-0.083,1.009-0.137,2.021-0.186,3.035c-0.01,0.206-0.062,0.369-0.178,0.534c-2.187,3.156-4.193,6.419-5.793,9.918
-		c-0.812,1.776-1.506,3.598-1.878,5.523C-47.862-1.958-47.929-1.327-48.024-0.649z"/>
-	
-		<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="29666.8496" y1="61.9165" x2="29668.6543" y2="-22.0343" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_18_)" d="M23.298,28.029c1.046,1.809,2.125,3.55,2.508,5.601c0.064,0.343,0.045,0.708,0.023,1.062
-		c-0.114,1.978,0.091,3.91,0.732,5.793c0.057,0.167,0.125,0.343,0.121,0.513c-0.002,0.141-0.076,0.304-0.17,0.415
-		c-0.119,0.141-0.283,0.091-0.437,0.003c-0.493-0.279-0.851-0.689-1.138-1.166c-0.584-0.959-0.896-2.02-1.112-3.106
-		c-0.595-2.975-0.685-5.984-0.568-9.007C23.259,28.121,23.269,28.107,23.298,28.029z"/>
-	<path opacity="0.4" fill="#8B4FBA" enable-background="new    " d="M23.914,39.552c0.19,0.404,0.972,1.288,1.286,1.543l0.707,0.451
-		c-0.711-1.812-0.965-3.656-0.965-5.586c0-1.626,0.5-3.136,0.58-4.754c0.063-1.333-0.518-2.003-1.209-3.088
-		c-0.312-0.488-0.738-1.545-1.416-1.549c-0.314,0.772-0.264,1.738-0.271,2.562c-0.009,0.987-0.167,1.95-0.128,2.947
-		C22.571,33.96,23.588,38.859,23.914,39.552z"/>
-	<path fill="#E65270" d="M48.256-38.392c-0.03-0.024-0.04-0.028-0.043-0.034c-0.769-1.581-2.136-2.271-3.788-2.41
-		c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258c-0.219,0.465-0.324,0.983-0.487,1.494
-		c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.399,0.149-0.575c0.343-0.709,0.894-1.246,1.495-1.732
-		c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127c0.59,0.179,1.148,0.479,1.697,0.771
-		c0.424,0.227,0.64,0.616,0.576,1.12C49.043-39.016,48.761-38.626,48.256-38.392z"/>
-	<path opacity="0.4" fill="#2B2B2B" enable-background="new    " d="M48.256-38.392c-0.03-0.024-0.04-0.028-0.043-0.034
-		c-0.769-1.581-2.136-2.271-3.788-2.41c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258
-		c-0.219,0.465-0.324,0.983-0.487,1.494c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.399,0.149-0.575
-		c0.343-0.709,0.894-1.246,1.495-1.732c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127
-		c0.59,0.179,1.148,0.479,1.697,0.771c0.424,0.227,0.64,0.616,0.576,1.12C49.043-39.016,48.761-38.626,48.256-38.392z"/>
-	<g>
-		<path fill="#0D0D0D" d="M20.854-13.301c-0.019-0.976,0.186-1.896,0.606-2.767c0.853-1.751,2.257-2.897,4.017-3.648
-			c1.535-0.656,3.146-0.879,4.807-0.793c0.021,0.001,0.042,0.01,0.113,0.032c-1.162,0.179-2.242,0.468-3.287,0.885
-			c-1.81,0.723-3.405,1.751-4.645,3.284c-0.665,0.821-1.166,1.734-1.508,2.736C20.928-13.481,20.89-13.391,20.854-13.301z"/>
-		<path fill="#0D0D0D" d="M34.411,0.679c1.787,1.091,2.173,3.654,1.027,5.119C35.708,3.968,35.338,2.269,34.411,0.679z"/>
-		<path fill="#0D0D0D" d="M37.358-9.378c0.873-0.716,1.925-0.914,3.021-0.894c0.438,0.01,0.874,0.083,1.312,0.104
-			c0.236,0.011,0.484-0.004,0.718-0.055c0.442-0.1,0.639-0.033,0.79,0.391c0.342,0.967,0.503,1.969,0.388,2.99
-			c-0.056,0.489-0.157,0.991-0.353,1.44c-0.762,1.783-3.072,2.515-4.783,1.542c-0.221-0.125-0.428-0.272-0.625-0.433
-			c-0.208-0.169-0.396-0.365-0.612-0.567c0.097-0.112,0.177-0.218,0.267-0.311c0.207-0.212,0.285-0.463,0.222-0.745
-			C37.507-6.8,37.89-7.429,38.629-7.833c0.528-0.288,1.106-0.495,1.681-0.686c0.297-0.101,0.602-0.173,0.912-0.236
-			c0.094,0.003,0.135,0.019,0.209,0.078c0.461,0.298,0.791,0.69,0.994,1.201c0.11-0.301,0.088-0.803-0.009-1.176
-			c-0.06-0.231-0.021-0.794,0.097-0.958c-0.01-0.01-0.019-0.021-0.025-0.031c-0.055,0.027-0.108,0.054-0.16,0.085
-			c-0.592,0.364-1.254,0.478-1.93,0.562c-0.834,0.106-1.646,0.297-2.357,0.778c-0.855,0.579-1.314,1.384-1.364,2.419
-			c-0.002,0.032-0.007,0.062-0.018,0.148C35.884-7.165,36.121-8.364,37.358-9.378z"/>
-	</g>
-	<path fill="#FFFFFF" d="M46.108-34.833c0.302-0.188,0.772-0.108,0.947,0.224c0.727,1.381,0.66,2.992-0.051,4.366
-		c-0.408,0.788-1.63,0.152-1.223-0.633c0.484-0.939,0.584-2.093,0.101-3.014C45.71-34.219,45.772-34.625,46.108-34.833z"/>
-	<g>
-		<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-27.877-38.811c-0.431,12.32,7.165,8.313,10.544,13.513
-			c0.275,0.324,0.438,0.688,0.562,0.97C-20.563-26.417-31.194-25.021-27.877-38.811z"/>
-	</g>
-	<g>
-		<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-33.661-14.795c10.432,8.981,31.025,8,32.532,7.873
-			c-8.638-6.161-34.552-0.369-35.502-19.122C-38.313-20.718-36.147-16.936-33.661-14.795z"/>
-	</g>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-16.987-24.818c0,0-0.002-2.722,0-4.645
-		c0-1.922-2.416-0.874-3.349,1.765C-18.007-26.785-16.987-24.818-16.987-24.818z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-18.28-25.73c1.747,3.083-0.048,5.75-0.326,5.864
-		c0.992,0.052,2.899,1.914,3.354,2.534c0.71,0.971,0.753,2.381,0.812,3.534c1.409,0.064,2.4,0.926,3.683,1.233
-		c-1.091-1.021-2.569-2.229-3.231-3.606c-0.589-1.222-1.087-2.629-1.482-3.929c-0.323-1.065-0.625-2.123-0.824-3.221
-		c-0.148-0.819-0.631-1.919-0.543-2.716c0,0-0.18-7.171,1.258-10.712c-2.723,0.927-4.15,3.149-4.646,4.009
-		c-0.562,0.972-1.619,3.391-0.31,4.932C-19.69-27.5-18.765-26.585-18.28-25.73z"/>
-	<path fill="#0D0D0D" d="M-43.785-35.045c5.481-7.553,12.813-12.407,21.927-14.516c3.036-0.703,6.123-0.896,9.237-0.883
-		c7.618,0.033,15.235,0.013,22.853,0.014c5.123,0.002,10.248,0,15.371,0.013c1.219,0.002,2.435,0.083,3.601,0.489
-		c1.144,0.397,2.026,1.097,2.519,2.233c0.704,1.638,0.103,3.701-1.418,4.812c-1.115,0.815-2.396,1.051-3.744,0.991
-		c-0.363-0.017-0.725-0.074-1.086-0.111c-0.082-0.009-0.172-0.028-0.25-0.01c-0.117,0.026-0.227,0.083-0.339,0.125
-		c0.064,0.094,0.11,0.208,0.194,0.278c1.393,1.184,2.352,2.644,2.811,4.417c0.168,0.644,0.217,1.299,0.156,1.961
-		c-0.004,0.051-0.008,0.102-0.01,0.152c-0.014,0.342,0.104,0.448,0.441,0.464c0.996,0.046,1.991,0.085,2.984,0.163
-		c0.475,0.038,0.943,0.154,1.479,0.187c-0.062-0.082-0.108-0.203-0.191-0.241c-0.794-0.367-1.312-0.979-1.573-1.795
-		c-0.305-0.961-0.519-1.943-0.475-2.962c0.067-1.646,0.708-3.062,1.75-4.31c0.937-1.12,2.091-1.963,3.396-2.603
-		c0.168-0.082,0.213-0.154,0.154-0.343c-0.167-0.539-0.146-1.083,0.043-1.621c0.115-0.328,0.326-0.566,0.627-0.735
-		c0.686-0.382,1.477-0.436,2.225-0.123c0.021-0.107,0.039-0.228,0.065-0.332c0.216-0.82,0.745-1.146,1.544-1.626
-		c0.186,0,0.372,0,0.559,0c0.022,0,0.043,0.059,0.066,0.063c1.407,0.238,1.998,1.524,1.835,2.742
-		c-0.042,0.314-0.133,0.623-0.194,0.906c0.638,0.168,1.295,0.298,1.922,0.517c2.895,1.007,4.806,2.961,5.615,5.938
-		c0.323,1.191,0.123,2.258-0.801,3.142c-0.058,0.057-0.062,0.198-0.049,0.293c0.18,1.125,0.457,2.242,0.529,3.374
-		c0.174,2.685-0.67,5.041-2.537,7.004c-0.11,0.115-0.117,0.212-0.088,0.354c0.123,0.602,0.264,1.203,0.338,1.812
-		c0.152,1.228-0.316,2.247-1.135,3.133c-0.072,0.079-0.153,0.164-0.188,0.262c-0.229,0.683-0.702,1.148-1.327,1.462
-		c-1.26,0.635-2.596,0.764-3.973,0.535c-0.902-0.151-1.726-0.531-2.54-0.917c-0.359-0.17-0.689-0.255-1.021,0.036
-		c-0.057,0.049-0.146,0.061-0.199,0.108c-0.092,0.087-0.246,0.208-0.229,0.281c0.023,0.112,0.156,0.239,0.271,0.285
-		c0.635,0.25,1.289,0.385,1.977,0.385c0.516,0,1.033,0.014,1.543,0.075c1.627,0.197,3.119,0.784,4.52,1.62
-		c0.094,0.056,0.197,0.104,0.303,0.121c1.811,0.278,3.266,1.7,3.582,3.502c0.031,0.182,0.027,0.391,0.121,0.536
-		c0.768,1.186,0.83,2.447,0.387,3.742c-0.281,0.819-0.671,1.603-0.98,2.413C48.647-6.8,48.479-6.351,48.437-5.9
-		c-0.111,1.283-0.281,2.553-0.625,3.793c-0.735,2.646-2.045,4.939-4.148,6.738c-2.123,1.815-4.612,2.77-7.369,3.064
-		c-0.243,0.026-0.371,0.103-0.479,0.343c-0.602,1.365-1.592,2.324-3.017,2.822c-0.37,0.129-0.739,0.159-1.087,0.001
-		c-0.496-0.228-1.001-0.457-1.445-0.77c-1.164-0.812-2.086-1.867-2.851-3.06c-0.06-0.09-0.126-0.208-0.215-0.238
-		c-0.12-0.039-0.298-0.053-0.39,0.011c-0.07,0.048-0.086,0.242-0.059,0.355c0.032,0.133,0.135,0.251,0.214,0.368
-		c2.026,2.93,3.315,6.154,3.908,9.666c0.021,0.111,0.099,0.229,0.181,0.313c0.498,0.507,1.012,0.996,1.506,1.507
-		c0.789,0.815,1.273,1.801,1.531,2.897c0.067,0.287,0.1,0.582,0.119,0.875c0.006,0.089-0.081,0.183-0.125,0.276
-		c-0.095-0.055-0.219-0.088-0.277-0.167c-0.135-0.184-0.229-0.395-0.354-0.585c-0.082-0.126-0.189-0.234-0.286-0.354
-		c-0.03,0.071-0.022,0.111-0.008,0.149c0.53,1.349,0.899,2.741,1.077,4.182c0.05,0.402,0.084,0.808,0.094,1.212
-		c0.008,0.294-0.188,0.481-0.384,0.401c-0.105-0.042-0.196-0.13-0.277-0.211c-0.788-0.781-1.717-1.36-2.669-1.908
-		c-0.021,0.03-0.037,0.042-0.038,0.057c-0.026,0.142-0.052,0.282-0.073,0.424c-0.254,1.665-0.693,3.284-1.201,4.889
-		c-0.387,1.226-0.606,2.48-0.393,3.771c0.128,0.769,0.401,1.467,1.055,1.957c0.049,0.037,0.082,0.096,0.14,0.162
-		c-0.076,0.039-0.123,0.077-0.177,0.088c-0.943,0.208-1.918,0.086-2.447-0.997c-0.061-0.121-0.141-0.231-0.25-0.412
-		c-0.119,0.238-0.237,0.393-0.275,0.564c-0.188,0.855-0.234,1.723-0.154,2.596c0.102,1.078,0.482,2.065,0.951,3.027
-		c0.121,0.25,0.236,0.507,0.314,0.771c0.139,0.479-0.128,0.833-0.629,0.825c-0.249-0.005-0.512-0.044-0.741-0.131
-		c-1.233-0.464-2.172-1.279-2.796-2.446c-0.051-0.095-0.098-0.19-0.153-0.303c-0.495,0.482-0.946,0.95-1.181,1.592
-		c-0.15,0.411-0.35,0.807-0.555,1.192c-0.147,0.277-0.258,0.27-0.438,0.019c-0.049-0.068-0.092-0.142-0.145-0.207
-		c-0.139-0.167-0.246-0.168-0.354,0.02c-0.097,0.166-0.17,0.349-0.235,0.529c-0.322,0.87-0.849,1.591-1.572,2.169
-		c-0.049,0.037-0.105,0.066-0.221,0.136c0.043-0.275,0.078-0.488,0.105-0.702c0.029-0.219,0.055-0.438,0.083-0.669
-		c-0.065,0.008-0.085,0.006-0.099,0.014c-0.07,0.045-0.142,0.092-0.211,0.141c-2.924,2.02-6.121,3.424-9.576,4.245
-		c-1.053,0.25-2.157,0.338-3.108,0.935c-0.021,0.014-0.048,0.021-0.071,0.032c-0.188,0.075-0.326,0.034-0.472-0.113
-		c-0.093-0.092-0.259-0.133-0.392-0.131c-0.422,0.01-0.844,0.103-1.264,0.138c-0.387,0.032-0.785,0.12-1.156,0.213
-		c-0.637,0.161-1.256,0.78-1.881,0.78c-0.152,0-0.307,0-0.457,0c-0.146,0-0.319-0.42-0.438-0.567
-		c-0.207-0.259-0.461-0.562-0.786-0.583c-2.153-0.134-4.282-0.447-6.379-0.969c-3.192-0.792-6.19-2.021-8.877-3.953
-		c-1.963-1.413-3.647-3.091-4.841-5.218c-0.244-0.432-0.438-0.895-0.631-1.352c-0.146-0.352-0.182-0.724-0.06-1.093
-		c0.103-0.303,0.331-0.471,0.64-0.423c1.754,0.276,3.24-0.365,4.609-1.36c1.362-0.992,2.4-2.261,2.992-3.849
-		c0.872-2.346,0.4-4.446-1.244-6.305c-0.166-0.188-0.354-0.358-0.556-0.561c-0.076,0.285-0.14,0.544-0.214,0.802
-		c-0.373,1.27-0.903,2.456-1.807,3.446c-0.525,0.577-1.373,0.906-0.593,0.876c0.72-0.026-0.259-0.012-0.349,0
-		c0.898-0.617,0.207-0.984,0.34-2.029c0.283-2.221-0.398-4.133-1.945-5.739c-0.094-0.098-0.236-0.16-0.369-0.207
-		c-1.63-0.578-3.271-1.126-4.892-1.729c-2.894-1.077-5.688-2.371-8.336-3.965c-0.036-0.021-0.074-0.041-0.113-0.062
-		c-0.251,0.162-0.354,0.405-0.343,0.674c0.014,0.36,0.072,0.72,0.115,1.079c0.004,0.043,0.018,0.083,0.021,0.125
-		c0.086,0.635-0.162,0.842-0.746,0.558c-0.293-0.143-0.562-0.38-0.773-0.631c-0.674-0.807-1.092-1.763-1.493-2.721
-		c-0.212-0.506-0.38-1.03-0.595-1.535c-0.077-0.184-0.2-0.371-0.353-0.5c-2.293-1.95-4.429-4.048-6.239-6.464
-		c-1.552-2.07-2.875-4.271-3.951-6.625c-0.026-0.062-0.058-0.122-0.088-0.182c-0.008-0.013-0.023-0.021-0.058-0.051
-		c-0.353,2.063-0.422,4.117-0.215,6.192c-0.165-0.616-0.349-1.229-0.492-1.849c-0.588-2.504-0.771-5.039-0.596-7.604
-		c0.009-0.13-0.024-0.269-0.063-0.395c-0.764-2.399-1.291-4.849-1.516-7.354C-51.077-19.925-48.95-27.927-43.785-35.045z
-		 M-45.864-8.101c1.6-3.499,3.606-6.762,5.793-9.918c0.115-0.166,0.168-0.329,0.178-0.534c0.049-1.013,0.103-2.025,0.186-3.035
-		c0.05-0.594,0.159-1.185,0.241-1.775c-5.841,6.426-8.646,13.994-8.558,22.715c0.098-0.677,0.162-1.309,0.282-1.929
-		C-47.37-4.503-46.676-6.325-45.864-8.101z M-24.403,17.717c-0.013-0.051-0.012-0.069-0.021-0.082
-		c-0.042-0.062-0.087-0.124-0.132-0.187c-1.907-2.673-3.469-5.534-4.621-8.613c-0.827-2.206-1.407-4.473-1.661-6.821
-		c-0.177-1.645-0.19-3.289,0-4.934c0.01-0.077,0.009-0.198-0.036-0.231c-0.373-0.267-0.757-0.519-1.148-0.782
-		c-0.026,0.095-0.047,0.159-0.062,0.226c-0.603,2.709-0.929,5.443-0.771,8.225c0.102,1.782,0.406,3.521,1.069,5.186
-		c0.019,0.048,0.027,0.099,0.04,0.148c-0.212-0.303-0.393-0.616-0.549-0.941c-1.232-2.56-1.719-5.294-1.816-8.101
-		c-0.087-2.537,0.17-5.058,0.661-7.558c-0.427-0.153-0.905-0.08-1.596,0.26c-0.021-0.083-0.019-0.188-0.067-0.244
-		c-1.085-1.22-1.996-2.555-2.707-4.024c-0.018-0.037-0.045-0.066-0.076-0.112c-0.533,0.603-0.994,1.228-1.272,1.992
-		c-0.085-0.312-0.156-0.62-0.175-0.933c-0.061-1.02,0.162-1.998,0.482-2.956c0.086-0.257,0.059-0.467-0.076-0.709
-		c-0.461,0.443-0.621,1.023-0.828,1.611c-0.209-0.279-0.28-0.56-0.297-0.859c-0.041-0.812,0.158-1.583,0.467-2.316
-		c0.242-0.573-0.07-1.05-0.1-1.637c-0.113,0.149-0.187,0.231-0.248,0.323c-0.791,1.167-1.615,2.312-2.363,3.507
-		c-1.771,2.831-3.217,5.818-4.217,9.013c-0.037,0.126-0.052,0.288-0.008,0.408c1.674,4.606,4.229,8.666,7.631,12.192
-		c0.041,0.043,0.092,0.078,0.164,0.139c-0.004-0.084-0.005-0.126-0.01-0.168c-0.143-1.173-0.314-2.345-0.415-3.521
-		c-0.175-2.062-0.14-4.121,0.271-6.159c0.277-1.368,0.727-2.673,1.578-3.804c0.586-0.775,1.303-1.392,2.221-1.75
-		c-0.221,0.22-0.461,0.422-0.657,0.661c-0.549,0.665-0.931,1.427-1.213,2.238c-0.597,1.707-0.731,3.48-0.741,5.27
-		c-0.009,1.77,0.146,3.528,0.393,5.279c0.263,1.874,0.582,3.737,1.117,5.554c0.35,1.185,0.774,2.342,1.438,3.394
-		c0.093,0.147,0.252,0.253,0.381,0.378c0.077-0.161,0.195-0.315,0.225-0.483c0.088-0.541,0.229-1.06,0.024-1.634
-		c-0.806-2.264-1.252-4.607-1.46-6.997c-0.044-0.502-0.057-1.006-0.085-1.508c0.125,0.452,0.19,0.91,0.284,1.361
-		c0.621,3.027,1.994,5.636,4.326,7.701c0.219,0.193,0.469,0.362,0.728,0.496c1.656,0.866,3.376,1.586,5.132,2.222
-		C-24.94,17.531-24.683,17.621-24.403,17.717z M26.685,40.997c0.004-0.17-0.065-0.346-0.123-0.513
-		c-0.642-1.883-0.847-3.816-0.731-5.793c0.021-0.354,0.041-0.719-0.022-1.062c-0.384-2.05-1.463-3.792-2.509-5.601
-		c-0.028,0.078-0.039,0.092-0.039,0.105c-0.116,3.021-0.026,6.032,0.568,9.007c0.218,1.087,0.528,2.147,1.112,3.106
-		c0.287,0.476,0.645,0.886,1.138,1.166c0.153,0.087,0.315,0.138,0.437-0.003C26.606,41.3,26.681,41.137,26.685,40.997z
-		 M27.933,24.979c-0.477-0.345-0.978-0.669-1.502-0.934c-1.844-0.927-3.798-1.587-5.729-2.299c-0.376-0.138-0.737-0.336-1.073-0.556
-		c-0.668-0.438-1.165-1.051-1.596-1.715c-0.206-0.315-0.399-0.638-0.6-0.957c0.006,0.107,0.039,0.201,0.065,0.297
-		c0.228,0.777,0.487,1.546,0.671,2.334c0.255,1.099,0.659,2.126,1.271,3.069c0.33,0.509,0.699,0.996,1.022,1.512
-		c0.204,0.325,0.382,0.676,0.524,1.033c0.084,0.214,0.074,0.464,0.109,0.697c-0.035,0.017-0.068,0.034-0.104,0.05
-		c-0.102-0.086-0.219-0.161-0.305-0.261c-0.355-0.407-0.696-0.828-1.061-1.228c-0.079-0.088-0.255-0.175-0.344-0.143
-		c-0.085,0.031-0.176,0.22-0.163,0.33c0.045,0.441,0.071,0.896,0.209,1.312c0.19,0.573,0.489,1.11,0.712,1.676
-		c0.109,0.277,0.18,0.582,0.205,0.878c0.012,0.14-0.124,0.292-0.191,0.437c-0.119-0.081-0.256-0.146-0.354-0.249
-		c-0.174-0.183-0.312-0.398-0.492-0.577c-0.177-0.175-0.341-0.146-0.443,0.077c-0.072,0.156-0.146,0.347-0.121,0.506
-		c0.061,0.397,0.168,0.787,0.27,1.178c0.094,0.357,0.227,0.708,0.3,1.068c0.05,0.243-0.012,0.484-0.267,0.667
-		c-0.071-0.105-0.149-0.194-0.195-0.298c-0.1-0.214-0.18-0.438-0.271-0.653c-0.215-0.494-0.404-1.004-0.658-1.478
-		c-0.225-0.417-0.445-0.38-0.686,0.025c-0.467,0.792-0.928,1.59-1.449,2.346c-0.287,0.415-0.453,0.842-0.498,1.328
-		c-0.058,0.647-0.09,1.298-0.157,1.945c-0.026,0.242-0.091,0.493-0.355,0.72c-0.056-0.273-0.103-0.497-0.147-0.721
-		c-0.065-0.331-0.11-0.666-0.201-0.99c-0.062-0.227-0.246-0.251-0.36-0.048c-0.103,0.184-0.173,0.405-0.188,0.615
-		c-0.027,0.396,0.009,0.794-0.012,1.191c-0.009,0.18-0.074,0.361-0.142,0.532c-0.028,0.074-0.126,0.122-0.192,0.182
-		c-0.043-0.074-0.103-0.142-0.127-0.223c-0.031-0.094-0.035-0.198-0.05-0.299c-0.043-0.292-0.067-0.59-0.136-0.875
-		c-0.073-0.308-0.268-0.361-0.459-0.111c-0.176,0.229-0.314,0.5-0.403,0.775c-0.135,0.425-0.192,0.872-0.321,1.301
-		c-0.06,0.201-0.197,0.385-0.326,0.556c-0.049,0.062-0.188,0.102-0.266,0.079c-0.057-0.015-0.113-0.146-0.115-0.227
-		c-0.008-0.329,0.006-0.659,0.011-0.988c0.001-0.163,0-0.326,0-0.502c-0.072,0.016-0.101,0.015-0.118,0.027
-		c-0.041,0.028-0.082,0.061-0.115,0.098c-0.338,0.36-0.564,0.777-0.636,1.271c-0.031,0.219-0.042,0.438-0.083,0.653
-		c-0.051,0.254-0.202,0.351-0.46,0.319c-0.271-0.032-0.442-0.229-0.47-0.573c-0.02-0.223-0.004-0.448-0.004-0.706
-		c-0.309,0.158-0.582,0.303-0.86,0.441c-2.843,1.407-5.843,2.279-8.991,2.647c-2.033,0.237-4.066,0.243-6.082-0.166
-		c-1.219-0.247-2.38-0.644-3.387-1.407c-0.148-0.111-0.284-0.238-0.426-0.359c1.121,0.65,1.777,0.914,2.789,1.107
-		c1.843,0.354,3.687,0.301,5.527,0.034c3.239-0.471,6.301-1.492,9.178-3.061c2.229-1.216,4.244-2.708,5.873-4.68
-		c0.123-0.147,0.238-0.299,0.354-0.449c-3.335,1.592-7.102-1.405-10.87-0.075c5.164-2.662,8.222,0.767,11.134-1.452
-		c0.741-0.564,0.873-2.018-0.82-1.775c-1.616,0.231,2.434-0.569,3.16-4.778c-0.041-0.687-0.138-1.386-0.295-2.101
-		c-0.695-3.153-2.164-5.938-4.18-8.438c-2.076-2.576-4.684-4.493-7.613-5.992C3.806,7.939,3.759,7.923,3.701,7.9
-		c0.008,0.036,0.007,0.053,0.013,0.062C3.755,8.027,3.797,8.09,3.839,8.154c1.4,2.081,2.551,4.279,3.109,6.746
-		c0.384,1.691,0.43,3.384-0.104,5.058c-0.597,1.869-1.791,3.292-3.351,4.432c-1.748,1.278-3.723,2.076-5.782,2.688
-		c-0.44,0.131-0.888,0.247-1.386,0.384c0.056-0.06,0.062-0.076,0.076-0.081c0.084-0.036,0.172-0.069,0.259-0.103
-		c1.438-0.561,2.808-1.248,4.05-2.174c1.788-1.33,3.104-3.003,3.7-5.18c0.526-1.925,0.409-3.85-0.06-5.765
-		C3.743,11.677,2.619,9.43,1.263,7.283c-0.311-0.491-0.68-0.818-1.238-0.984C-0.649,6.099-1.31,5.84-2.04,5.583
-		C0.026,7.8,0.083,10.92-0.313,12.751c-0.006-0.032-0.016-0.053-0.017-0.075c-0.071-1.492-0.579-2.836-1.413-4.062
-		c-1.244-1.83-2.929-3.164-4.831-4.249c-0.147-0.084-0.327-0.111-0.491-0.164c0.688,0.793,1.215,1.657,1.523,2.648
-		c0.3,0.958,0.404,2.46,0.205,2.999c-0.314-1.047-0.641-1.729-1.34-2.62c-1.2-1.529-2.594-2.851-4.209-3.952
-		c-1.082-0.741-2.217-1.354-3.437-1.82c-2.157-0.827-4.407-1.334-6.645-1.882c-1.966-0.481-3.931-0.98-5.882-1.525
-		c-1.064-0.298-2.088-0.737-2.973-1.431c-0.158,0.352-0.455,1.596-0.466,2.584c-0.129,11.646,9.138,17.871,11.962,21.129
-		c0.822,0.949,1.294,2.112,1.707,3.288c0.168,0.477,0.312,0.961,0.471,1.456c0.026-0.035,0.053-0.058,0.065-0.084
-		c0.789-1.514,1.274-3.062,0.896-4.816c-0.58-2.683-1.66-5.079-3.694-6.98c-0.022-0.021-0.04-0.048-0.11-0.128
-		c0.1,0.051,0.135,0.065,0.167,0.086c1.673,0.964,3.202,2.111,4.495,3.554c2.174,2.424,3.342,5.261,3.502,8.519
-		c0.07,1.419-0.125,2.82-0.283,4.22c-0.423,3.73-3.146,6.748-6.807,7.639c-0.275,0.067-0.555,0.162-0.803,0.293
-		c-0.352,0.186-0.448,0.493-0.315,0.863c0.048,0.133,0.119,0.262,0.195,0.382c0.649,1.01,1.474,1.845,2.489,2.492
-		c0.521,0.331,1.041,0.661,1.543,1.02c2.06,1.471,4.275,2.614,6.725,3.286c1.011,0.277,2.033,0.522,3.096,0.429
-		c0.332-0.028,0.656-0.151,0.987-0.19c0.138-0.017,0.287,0.079,0.433,0.123c-0.082,0.092-0.147,0.214-0.248,0.271
-		c-0.64,0.368-1.347,0.482-2.07,0.506c-1.065,0.036-2.102-0.166-3.139-0.377c-0.104-0.021-0.213-0.021-0.32-0.031
-		c0.849,0.735,1.812,1.208,2.854,1.522c1.716,0.52,3.468,0.638,5.243,0.489c0.568-0.048,1.145-0.071,1.668-0.368
-		c0.514-0.29,1.055-0.533,1.586-0.791c0.115-0.056,0.243-0.084,0.366-0.125c0.019,0.02,0.036,0.039,0.055,0.059
-		c-0.056,0.144-0.102,0.292-0.173,0.428c-0.191,0.376-0.4,0.743-0.594,1.119c-0.035,0.072-0.018,0.173-0.023,0.26
-		c0.08,0.004,0.17,0.034,0.239,0.01c0.408-0.136,0.824-0.256,1.212-0.439c0.555-0.263,1.133-0.353,1.738-0.394
-		c0.824-0.057,1.65-0.135,2.469-0.252c1.202-0.173,2.118-0.793,2.712-1.868c0.14-0.251,0.287-0.497,0.438-0.742
-		c0.054-0.087,0.128-0.162,0.193-0.241c0.028,0.013,0.061,0.025,0.09,0.04c-0.188,0.64-0.375,1.28-0.571,1.954
-		c0.622-0.141,1.271-0.573,1.784-1.177c0.261-0.302,0.492-0.625,0.75-0.927c0.103-0.12,0.242-0.208,0.363-0.312
-		c0.034,0.019,0.069,0.035,0.104,0.054c-0.05,0.428-0.101,0.856-0.149,1.285c0.025,0.009,0.053,0.019,0.079,0.027
-		c0.388-0.237,0.771-0.48,1.159-0.715c1.318-0.794,2.553-1.688,3.479-2.948c0.127-0.174,0.222-0.15,0.289,0.062
-		c0.082,0.265,0.137,0.539,0.228,0.802c0.026,0.08,0.138,0.189,0.202,0.184c0.089-0.006,0.213-0.094,0.242-0.175
-		c0.062-0.17,0.088-0.358,0.1-0.542c0.025-0.37,0.016-0.743,0.055-1.111c0.012-0.113,0.133-0.217,0.204-0.323
-		c0.095,0.084,0.226,0.15,0.274,0.256c0.147,0.303,0.257,0.624,0.394,0.933c0.126,0.286,0.201,0.291,0.384,0.047
-		c0.24-0.321,0.51-0.58,0.963-0.547c0.42,0.032,0.473,0.001,0.629-0.39c0.267-0.667,0.494-1.347,0.768-2.01
-		c0.13-0.316,0.329-0.604,0.486-0.908c0.039-0.072,0.072-0.175,0.053-0.246c-0.557-1.795-0.71-3.644-0.729-5.508
-		c-0.017-1.725,0.018-3.45-0.041-5.172c-0.045-1.347-0.271-2.661-1.276-3.699c0.139,0.044,0.271,0.094,0.396,0.158
-		c0.647,0.336,1.178,0.819,1.641,1.375c1.027,1.228,1.701,2.651,2.3,4.121c0.479,1.178,0.962,2.356,1.465,3.524
-		c0.125,0.29,0.333,0.546,0.519,0.808c0.045,0.062,0.178,0.133,0.229,0.108c0.075-0.034,0.147-0.145,0.158-0.231
-		c0.026-0.19,0.026-0.389,0.017-0.58c-0.043-0.963-0.123-1.925,0.043-2.885c0.024-0.147,0.066-0.312,0.029-0.447
-		c-0.361-1.317-0.83-2.589-1.643-3.708c-0.024-0.035-0.041-0.078-0.092-0.177c0.578,0.258,0.967,0.64,1.282,1.089
-		c0.315,0.451,0.591,0.93,0.901,1.428c0.132-0.534,0.258-1.048,0.384-1.562C28.759,26.029,28.535,25.417,27.933,24.979z
-		 M28.587,17.261c-1.479-1.397-3.23-2.381-5.07-3.217c-2.49-1.132-5.099-1.917-7.759-2.535c-0.95-0.221-1.907-0.412-2.924-0.63
-		c0.409,0.507,0.771,0.961,1.144,1.41c0.035,0.043,0.114,0.063,0.178,0.071c1.666,0.173,3.269,0.604,4.812,1.246
-		c3.571,1.483,6.629,3.722,9.354,6.438c0.025,0.025,0.043,0.057,0.062,0.085c-0.093-0.028-0.162-0.074-0.232-0.122
-		c-2.299-1.596-4.664-3.084-7.15-4.372c-1.592-0.821-3.214-1.575-4.958-2.022c-0.411-0.105-0.831-0.175-1.312-0.273
-		c0.066,0.114,0.093,0.156,0.117,0.2c0.547,0.958,1.15,1.893,1.627,2.887c0.297,0.625,0.715,1.083,1.243,1.486
-		c1.98,1.507,4.162,2.67,6.388,3.759c0.021,0.009,0.045,0.006,0.117,0.018c-0.847-1.343-1.664-2.652-3.123-3.388
-		c0.377,0.062,0.752,0.125,1.113,0.235c1.12,0.343,2.062,1.003,2.947,1.743c1.082,0.904,2.129,1.854,3.227,2.744
-		c0.565,0.46,1.17,0.905,1.823,1.222c0.687,0.331,1.448,0.502,2.181,0.73c0.188,0.061,0.389,0.072,0.664,0.12
-		c-0.09-0.464-0.128-0.871-0.25-1.249C31.969,21.292,30.535,19.106,28.587,17.261z M15.104-2.503
-		c-0.541-0.301-1.117-0.571-1.707-0.751c-1.209-0.366-2.467-0.372-3.721-0.369C8.789-3.622,7.901-3.61,7.015-3.62
-		C6.792-3.623,6.571-3.693,6.351-3.733c0-0.04-0.002-0.081-0.004-0.123c0.191-0.073,0.377-0.162,0.572-0.218
-		C7.537-4.25,8.158-4.408,8.774-4.58c0.121-0.035,0.231-0.104,0.349-0.158C9.119-4.762,9.114-4.787,9.11-4.81
-		C9.03-4.842,8.951-4.887,8.866-4.905C7.626-5.152,6.392-5.452,5.14-5.629C3.022-5.931,0.922-6.298-1.129-6.922
-		C-1.304-6.974-1.496-7-1.676-6.988C-3.75-6.844-5.823-6.695-7.897-6.543c-2.398,0.175-4.797,0.198-7.191-0.055
-		c-2.721-0.287-5.354-0.932-7.901-1.917c-3.661-1.415-6.979-3.432-10.097-5.796c-0.053-0.04-0.104-0.087-0.155-0.13
-		c0.103,0.019,0.181,0.062,0.257,0.108c2.848,1.7,5.784,3.217,8.887,4.399c2.631,1.001,5.332,1.724,8.123,2.094
-		c2.017,0.267,4.041,0.328,6.074,0.316c2.271-0.012,4.547,0,6.818,0.001c0.029,0,0.059-0.004,0.092-0.007
-		C-2.999-7.55-3-7.561-3.004-7.564C-3.058-7.586-3.112-7.61-3.167-7.631c-2.031-0.794-3.957-1.786-5.715-3.081
-		c-0.531-0.393-1.102-0.689-1.711-0.918c-0.473-0.179-0.949-0.354-1.432-0.506c-2.479-0.783-5.045-1.167-7.597-1.628
-		c-2.103-0.379-4.203-0.767-6.287-1.227c-1.899-0.419-3.733-1.062-5.438-2.031c-2.926-1.663-4.647-4.151-5.116-7.492
-		c-0.074-0.525-0.116-1.056-0.169-1.528c-0.102,0.19-0.213,0.42-0.344,0.64c-1.109,1.865-1.885,3.85-2.127,6.019
-		c-0.326,2.931,0.51,5.459,2.633,7.536c0.087,0.085,0.146,0.2,0.203,0.312c0.306,0.62,0.559,1.271,0.914,1.858
-		c1.015,1.665,2.447,2.919,4.06,3.979c2.142,1.405,4.481,2.386,6.896,3.202c3.809,1.288,7.728,2.129,11.666,2.886
-		c3.209,0.617,6.424,1.209,9.631,1.832c2.502,0.484,4.935,1.17,7.238,2.304c2.889,1.422,5.563,3.13,7.828,5.44
-		c0.075,0.078,0.219,0.12,0.333,0.124c1.515,0.043,3.021,0.184,4.509,0.466c4.168,0.79,7.985,2.413,11.481,4.807
-		c0.058,0.037,0.118,0.066,0.213,0.123c-0.021-0.125-0.03-0.2-0.048-0.272c-0.294-1.303-0.676-2.581-1.172-3.82
-		C24.854,5.331,20.815,0.676,15.104-2.503z M48.629-34.241c-0.101-0.996-0.308-1.984-0.526-2.963
-		c-0.338-1.507-1.26-2.504-2.752-2.955c-0.668-0.202-1.354-0.282-2.051-0.284c-1.367-0.003-2.706,0.216-4.029,0.544
-		c-1.102,0.276-2.166,0.647-3.121,1.277c-0.912,0.601-1.59,1.382-1.854,2.471c-0.162,0.68-0.115,1.354-0.005,2.036
-		c0.044,0.271,0.161,0.389,0.41,0.487c2.177,0.869,3.915,2.248,4.958,4.396c0.139,0.284,0.337,0.427,0.64,0.459
-		c1.041,0.115,2.062,0.077,3.013-0.428c0.61-0.324,1.219-0.287,1.822,0.006c0.248,0.121,0.489,0.27,0.709,0.437
-		c0.274,0.209,0.523,0.452,0.826,0.718c0.025-0.044,0.044-0.084,0.07-0.116C48.247-29.913,48.856-31.959,48.629-34.241z
-		 M32.528-38.688c0.168-0.11,0.318-0.25,0.468-0.388c1.297-1.209,2.792-2.087,4.448-2.709c1.479-0.555,3.017-0.804,4.582-0.888
-		c1.158-0.062,2.324-0.052,3.449,0.255c0.771,0.21,1.51,0.527,2.271,0.777c0.162,0.053,0.407,0.09,0.517,0.006
-		c0.186-0.142,0.047-0.37-0.021-0.559c-0.004-0.008-0.01-0.015-0.014-0.021c-0.541-1.033-1.25-1.926-2.209-2.604
-		c-1.728-1.221-3.67-1.462-5.707-1.229c-0.334,0.038-0.623-0.023-0.896-0.178c-0.128-0.073-0.207-0.231-0.309-0.351
-		c0.019-0.022,0.037-0.045,0.055-0.067c0.072,0.008,0.145,0.021,0.218,0.023c0.378,0.012,0.763,0.07,1.132,0.021
-		c1.19-0.158,1.758-1.47,1.073-2.439c-0.229-0.327-0.528-0.563-0.954-0.509c-0.438,0.058-0.656,0.383-0.805,0.76
-		c-0.036,0.092-0.051,0.196-0.061,0.297c-0.045,0.381-0.072,0.433-0.465,0.421c-0.369-0.011-0.736-0.069-1.104-0.124
-		c-0.457-0.065-0.752,0.104-0.896,0.545c-0.116,0.356-0.081,0.715,0.095,1.032c0.188,0.346,0.429,0.661,0.635,0.977
-		c-0.553,0.232-1.162,0.441-1.729,0.735c-2.167,1.123-3.635,2.823-4.188,5.24c-0.057,0.236-0.079,0.486-0.071,0.729
-		C32.054-38.592,32.246-38.5,32.528-38.688z M33.659-35.664c0.162-0.511,0.27-1.029,0.486-1.494c0.504-1.076,1.4-1.775,2.447-2.258
-		c2.484-1.142,5.104-1.653,7.831-1.421c1.652,0.14,3.021,0.83,3.788,2.41c0.003,0.006,0.014,0.01,0.043,0.034
-		c0.505-0.234,0.787-0.624,0.855-1.171c0.062-0.504-0.153-0.894-0.577-1.12c-0.548-0.292-1.107-0.592-1.697-0.771
-		c-2.492-0.755-5.012-0.737-7.53-0.127c-1.918,0.464-3.688,1.251-5.231,2.498c-0.603,0.486-1.152,1.022-1.495,1.732
-		c-0.085,0.176-0.164,0.388-0.15,0.575C32.474-36.197,33.117-35.661,33.659-35.664z M-45.487-22.975
-		c-2.023,3.519-3.076,7.254-3.078,7.828c-0.006,1.791,0.133,3.576,0.401,5.354c0.062,0.412,0.144,0.821,0.215,1.232
-		c0.076-0.075,0.101-0.151,0.124-0.228c0.299-0.993,0.559-2,0.901-2.978c1.798-5.125,4.532-9.721,7.92-13.945
-		c0.123-0.154,0.229-0.336,0.29-0.523c0.736-2.267,1.792-4.325,3.146-6.188c-1.519,0.648-3.248,0.88-5.309,3.251
-		c2.531-4.881,8.527-6.815,8.527-6.815c3.336-2.986,7.219-4.958,11.52-6.139c0.348-0.095,0.698-0.171,1.049-0.255
-		c-0.076,0.074-0.162,0.105-0.248,0.138c-3.201,1.144-6.15,2.741-8.82,4.846c-3.323,2.62-5.836,5.847-7.338,9.828
-		c-0.16,0.427-0.236,0.827-0.071,1.268c0.112,0.3,0.17,0.619,0.263,0.926c0.706,2.307,1.811,4.381,3.588,6.055
-		c1.7,1.603,3.743,2.573,5.959,3.226c2.654,0.779,5.396,1.066,8.125,1.423c1.583,0.206,3.158,0.456,4.736,0.697
-		c0.424,0.064,0.843,0.168,1.294,0.261c-0.034-0.056-0.044-0.081-0.062-0.1c-1.232-1.383-2.258-2.903-3.074-4.569
-		c-0.049-0.102-0.162-0.205-0.271-0.239c-0.729-0.231-1.452-0.503-2.2-0.653c-1.109-0.221-2.244-0.306-3.353-0.525
-		c-5.947-1.18-7.78-4.367-7.753-4.338c1.806,1.918,4.695,2.459,5.459,2.725c1.779,0.619,3.624,0.787,5.492,0.768
-		c0.547-0.007,1.092-0.04,1.654-0.062c-1.677-5.474-1.457-10.81,0.815-16.037c0.002,0.098-0.021,0.193-0.044,0.287
-		c-0.889,3.376-1.249,6.791-0.741,10.267c0.613,4.22,2.448,7.817,5.513,10.78c2.297,2.22,4.998,3.818,7.896,5.106
-		c2.753,1.224,5.646,1.982,8.564,2.685c2.196,0.529,4.401,1.048,6.569,1.686c2.904,0.851,5.533,2.249,7.772,4.316
-		c0.348,0.32,0.697,0.647,0.984,1.02c1.887,2.443,4.188,4.354,7.019,5.6c0.179,0.599,0.491,1.231,0.979,1.891
-		c0.691,0.925,1.547,1.689,2.469,2.374c0.262,0.193,0.608,0.303,0.934,0.368c0.354,0.073,0.566-0.098,0.688-0.442
-		c0.032-0.096,0.055-0.194,0.073-0.293c0.188-0.065,0.377-0.167,0.562-0.31c0.127-0.098,0.25-0.204,0.361-0.316
-		c0.521-0.524,0.887-1.148,1.182-1.817c0.064-0.145,0.15-0.202,0.3-0.221c0.351-0.046,0.703-0.094,1.05-0.162
-		c5.633-1.114,9.732-5.393,10.448-11.548c0.063-0.554,0.06-1.13,0.226-1.65c0.213-0.661,0.564-1.277,0.856-1.913
-		c0.257-0.559,0.538-1.108,0.761-1.681c0.229-0.587,0.257-1.199,0.079-1.816c-0.062-0.212-0.185-0.268-0.351-0.165
-		c-0.231,0.146-0.44,0.329-0.662,0.494c-0.269,0.201-0.52,0.431-0.811,0.59c-0.236,0.131-0.506,0.103-0.718-0.139
-		c0.049-0.037,0.09-0.066,0.126-0.1c0.58-0.516,1.162-1.029,1.732-1.555c0.068-0.062,0.117-0.189,0.111-0.285
-		c-0.051-0.818-0.322-1.558-0.902-2.147c-0.748-0.757-1.627-1.161-2.719-0.905c-0.027-0.407-0.056-0.477-0.289-0.603
-		c-1.52-0.823-3.129-1.307-4.871-1.275c-1.28,0.022-2.436-0.384-3.537-1c-0.342-0.191-0.709-0.363-1.086-0.463
-		c-1.19-0.316-2.412-0.407-3.641-0.439c-0.101-0.002-0.199-0.008-0.3-0.013c0.063-0.071,0.126-0.093,0.188-0.108
-		c0.98-0.232,1.974-0.261,2.975-0.189c0.324,0.023,0.689,0.093,0.971-0.021c0.826-0.336,1.627-0.739,2.422-1.148
-		c0.223-0.115,0.42-0.17,0.646-0.086c0.505,0.19,1.012,0.376,1.504,0.595c1.046,0.465,2.116,0.745,3.272,0.586
-		c0.631-0.086,1.248-0.225,1.799-0.562c0.356-0.219,0.639-0.5,0.666-0.956c0.006-0.064,0.063-0.135,0.115-0.182
-		c0.148-0.137,0.312-0.26,0.461-0.396c0.44-0.406,0.627-0.91,0.572-1.505c-0.047-0.5-0.195-0.583-0.63-0.362
-		c-0.21,0.106-0.429,0.193-0.649,0.025c0.279-0.177,0.553-0.338,0.813-0.517c0.392-0.268,0.53-0.655,0.517-1.119
-		c-0.041-1.294-1.567-2.44-2.877-2.151c-0.433,0.095-0.818,0.266-1.055,0.675c-0.031,0.054-0.12,0.111-0.18,0.107
-		c-0.342-0.018-0.691-0.016-1.021-0.09c-0.605-0.137-1.203-0.283-1.826-0.164c-0.287,0.054-0.57,0.133-0.867,0.202
-		c-0.232-0.808-0.614-1.527-1.125-2.177c-1.185-1.506-2.742-2.46-4.539-3.049c-2.33-0.765-4.725-0.849-7.121-0.505
-		c-3.465,0.495-5.922,2.376-7.246,5.639c-0.328,0.807-0.497,1.678-0.744,2.52c-0.396,1.357-0.928,2.661-1.631,3.892
-		c-1.133,1.978-2.62,3.606-4.657,4.68c-2.288,1.206-4.72,1.447-7.239,0.999c-0.478-0.085-0.947-0.208-1.477-0.327
-		c0.921-0.055,1.768-0.075,2.607-0.16c2.336-0.235,4.526-0.936,6.517-2.197c2.366-1.501,4.137-3.469,4.877-6.261
-		c0.396-1.491,0.95-2.938,1.644-4.324c0.461-0.928,0.971-1.817,1.682-2.58c1.184-1.267,2.67-1.983,4.308-2.444
-		c0.504-0.141,1.004-0.297,1.501-0.457c0.246-0.08,0.4-0.254,0.497-0.503c0.274-0.712,0.353-1.44,0.205-2.188
-		c-0.229-1.177-0.806-2.177-1.58-3.072c-0.666-0.77-1.5-1.334-2.334-1.897c-0.405-0.272-0.8-0.567-1.17-0.885
-		c-0.32-0.273-0.515-0.647-0.495-1.073c0.035-0.763,0.08-0.884,0.84-0.631c0.119,0.04,0.237,0.087,0.354,0.137
-		c0.621,0.267,1.238,0.539,1.863,0.8c1.197,0.501,2.44,0.686,3.717,0.379c1.414-0.338,2.412-1.169,2.861-2.589
-		c0.092-0.291,0.114-0.599-0.041-0.861c-0.076-0.129-0.269-0.256-0.412-0.26c-0.129-0.004-0.281,0.143-0.387,0.258
-		c-0.064,0.072-0.062,0.206-0.092,0.311c-0.146,0.548-0.385,1.033-0.923,1.298c-0.103,0.051-0.218,0.065-0.328,0.097
-		c0.717-0.744,1.104-1.586,1.053-2.601c-0.039-0.771-0.644-1.273-1.42-1.229c-0.226,0.013-0.385,0.119-0.41,0.339
-		c-0.03,0.266-0.019,0.537-0.024,0.805c-0.008,0.321,0.016,0.646-0.029,0.96c-0.071,0.515-0.389,0.85-0.883,1.009
-		c-0.239,0.076-0.469,0.035-0.691-0.078c0.312-0.064,0.61-0.158,0.768-0.45c0.15-0.28,0.305-0.572,0.381-0.877
-		c0.162-0.658,0.084-1.293-0.521-1.697c-0.271-0.181-0.64-0.256-0.974-0.302c-0.718-0.1-1.405,0.102-2.099,0.263
-		c-0.416,0.096-0.847,0.161-1.271,0.162c-0.401,0.001-0.806-0.084-1.203-0.156c-2.418-0.435-4.848-0.251-7.31-0.221
-		c-2.663,0.033-5.326,0.016-7.989,0.018c-4.767,0-9.535,0.002-14.306,0.002c-1.969,0-3.938-0.019-5.907-0.007
-		c-2.716,0.017-5.401,0.324-8.027,1.012c-10.003,2.616-17.489,8.031-22.423,17.109c-2.175,4.003-3.417,8.287-3.854,12.784
-		C-48.447-17.959-45.459-23.521-45.487-22.975z"/>
-	<path fill="#E65270" d="M32.722,0.606c-0.84,1.789-0.85,2.545,0.078,4.238c0.7,1.278,2.561,0.14,2.309,1.568
-		c-0.106,1.24-1.405,2.602-1.646,2.899c-0.296,0.35-0.461,0.696-0.898,0.607c-0.399-0.082-0.778-0.275-1.101-0.514
-		c-1.137-0.844-2.19-1.787-3.045-2.927c-1.543-2.059-0.907-3.308,0.899-4.951C30.083,0.833,32.812,0.415,32.722,0.606z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M31.048,7.397c0.445,0.487,1.139,0.957,1.861,1.438
-		c0.384,0.254-0.76-2.867-1.092-3.7c-1.092-2.73,0.338-4.42-0.055-4.211c-0.867,0.46-2.104,2.067-2.189,3.059
-		C29.478,5.058,30.312,6.591,31.048,7.397z"/>
-	<g>
-		<path fill="#0D0D0D" d="M32.375,0.773c-0.84,1.789-0.849,2.544,0.08,4.238c0.698,1.277,1.022,2.564,0.771,3.993
-			c-0.027,0.159-0.059,0.321-0.111,0.475c-0.148,0.428-0.411,0.638-0.848,0.548c-0.4-0.082-0.83-0.216-1.15-0.455
-			c-1.137-0.844-2.191-1.787-3.045-2.927c-1.184-1.58-1.055-2.658-0.157-3.854c0.257-0.342,0.415-0.332,0.746-0.394
-			c0.428-0.081,0.515,0.515,0.379,0.756c-0.313,0.554-0.519,1.112-0.558,1.549c-0.096,1.076,0.506,2.244,1.242,3.049
-			c0.682,0.746,2.062,1.904,3.002,2.185c0.228-0.872-0.257-2.61-0.563-3.454c-0.374-1.031-1.507-2.912-1.222-4.137
-			c0,0,0.398-1.134,0.822-1.422C32.185,0.635,32.375,0.773,32.375,0.773z"/>
-	</g>
-	
-		<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="29664.459" y1="34.687" x2="29664.459" y2="34.687" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#E65271"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-	</linearGradient>
-	<path fill="url(#SVGID_19_)" d="M27.897,34.687"/>
-	<g opacity="0.2">
-		<path fill="#8B4FBA" d="M-18.606-19.866c-0.115-0.006-0.222,0.006-0.309,0.053C-18.806-19.806-18.703-19.827-18.606-19.866z"/>
-	</g>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M33.088-34.857c0.981,1.49,2.084,1.994,3.33,3.167
-		c1.185,1.113,2.095,2.456,3.274,3.548c0.925-0.193,1.963-0.037,2.912-0.085c0.678-1.673,3.97-0.081,4.271,0.999l0.437-0.655
-		c0.949-1.869-2.455-1.994-4.393-1.8c-1.359,0.135-7.23-1.408-7.037-8.979c-0.66-1.015-2.218-0.025-2.22-1.347
-		c-0.001-1.354,0.021-3.742,1.19-4.604c-0.334-1.181-1.498,0.068-1.818,0.541c-0.719,1.058-1.744,2.933-1.977,4.189
-		C30.663-37.738,32.015-36.486,33.088-34.857z"/>
-</symbol>
-<symbol  id="New_Symbol_2" viewBox="-3 -3.5 6 7">
-	<path fill="#FFFFFF" d="M0-3.5c-0.184,0-0.368,0.051-0.53,0.152l-2,1.25C-2.822-1.915-3-1.595-3-1.25v2.5
-		c0,0.345,0.178,0.666,0.47,0.848l2,1.25C-0.368,3.449-0.184,3.5,0,3.5s0.368-0.051,0.53-0.152l2-1.25C2.822,1.916,3,1.595,3,1.25
-		v-2.5c0-0.345-0.178-0.665-0.47-0.848l-2-1.25C0.368-3.449,0.184-3.5,0-3.5z"/>
-	<polygon display="none" fill="none" points="-3,3 3,3 3,-3 -3,-3 	"/>
-</symbol>
-<symbol  id="New_Symbol_3" viewBox="-50.452 -50.957 100.904 101.913">
-	<path fill="#E65270" d="M14.113-50.015c-1.353,0.017-2.704,0.021-4.056,0.021l-3.489-0.003c0,0-9.98,0.004-14.75,0.004
-		c-0.749,0-1.5-0.003-2.25-0.005c-0.751-0.002-1.501-0.005-2.252-0.005c-0.47,0-0.938,0.001-1.407,0.004
-		c-2.838,0.017-5.551,0.358-8.063,1.016c-10.002,2.617-17.576,8.55-22.512,17.633c-2.366,4.355-3.711,9.225-3.995,14.473
-		c-0.126,2.334-0.007,4.726,0.355,7.108c0.043,0.285,0.095,0.569,0.147,0.854l0.115,0.65l0.195-0.192
-		c0.103-0.102,0.135-0.208,0.159-0.288c0.097-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013
-		c1.701-4.851,4.284-9.397,7.896-13.902c0.143-0.178,0.251-0.375,0.313-0.567c1.225-3.77,3.354-7.028,6.326-9.69
-		c2.891-2.588,6.357-4.526,10.316-5.771c-2.539,1.086-4.889,2.475-7.003,4.142c-3.448,2.719-5.933,6.046-7.383,9.89
-		c-0.145,0.385-0.267,0.851-0.071,1.368c0.065,0.176,0.111,0.358,0.158,0.541c0.032,0.126,0.063,0.252,0.102,0.377
-		c0.781,2.553,1.967,4.555,3.626,6.117c1.545,1.456,3.513,2.521,6.017,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.011,0.13
-		c1.321,0.172,2.66,0.377,3.954,0.577l0.779,0.12c0.29,0.044,0.578,0.107,0.876,0.172l0.727,0.152l-0.191-0.325
-		c-0.015-0.028-0.027-0.051-0.048-0.075c-1.225-1.372-2.253-2.898-3.055-4.538c-0.068-0.139-0.214-0.267-0.354-0.312
-		c-0.174-0.057-0.347-0.113-0.52-0.171c-0.551-0.184-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3
-		c-0.494-0.07-0.988-0.139-1.479-0.228c-1.653-0.294-2.932-0.826-3.899-1.636c0.212,0.051,0.431,0.083,0.646,0.114
-		c0.3,0.043,0.608,0.089,0.889,0.186c1.524,0.53,3.196,0.776,5.263,0.776l0.279-0.001c0.371-0.004,0.741-0.021,1.117-0.039
-		l0.726-0.03l-0.054-0.179c-1.483-4.845-1.441-9.599,0.119-14.157c-0.653,3.091-0.772,5.962-0.368,8.737
-		c0.618,4.241,2.486,7.896,5.556,10.863c2.07,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.022,8.589,2.692l0.527,0.128
-		c1.988,0.478,4.044,0.972,6.036,1.557c2.987,0.875,5.583,2.315,7.716,4.284c0.319,0.295,0.682,0.63,0.968,1
-		c2.037,2.64,4.412,4.513,7.258,5.727c0.082,0.035,0.175,0.122,0.235,0.221c0.931,1.519,2.048,2.638,3.415,3.423
-		c0.305,0.175,0.609,0.263,0.904,0.263c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33
-		c0.479-0.481,0.863-1.073,1.211-1.859c0.043-0.094,0.082-0.124,0.187-0.137c0.347-0.046,0.705-0.093,1.06-0.163
-		c5.812-1.15,9.859-5.622,10.562-11.673c0.019-0.161,0.032-0.324,0.045-0.486c0.031-0.384,0.062-0.781,0.177-1.137
-		c0.144-0.451,0.361-0.895,0.573-1.321c0.093-0.19,0.188-0.382,0.276-0.575c0.075-0.166,0.154-0.331,0.232-0.495
-		c0.185-0.388,0.374-0.786,0.531-1.193c0.241-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.341-0.319
-		c-0.071,0-0.147,0.024-0.224,0.072c-0.16,0.102-0.309,0.217-0.458,0.335c-0.07,0.057-0.142,0.111-0.214,0.165
-		c-0.08,0.061-0.159,0.123-0.237,0.187c-0.187,0.147-0.362,0.288-0.557,0.395c-0.07,0.039-0.143,0.06-0.214,0.06
-		c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245c0.489-0.434,0.977-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4
-		c-0.057-0.908-0.374-1.661-0.945-2.241c-0.68-0.688-1.393-1.023-2.178-1.023c-0.168,0-0.339,0.016-0.513,0.047
-		c-0.032-0.305-0.097-0.419-0.351-0.555c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.369-0.981
-		c-0.413-0.23-0.778-0.386-1.119-0.476c-1.031-0.274-2.072-0.377-3.013-0.421c0.404-0.055,0.826-0.083,1.279-0.083
-		c0.289,0,0.587,0.012,0.909,0.034l0.184,0.018c0.136,0.013,0.274,0.026,0.406,0.026c0.177,0,0.323-0.023,0.446-0.074
-		c0.841-0.343,1.663-0.759,2.433-1.154c0.151-0.078,0.26-0.11,0.361-0.11c0.056,0,0.11,0.01,0.167,0.032l0.225,0.084
-		c0.421,0.159,0.856,0.323,1.271,0.507c0.987,0.439,1.838,0.645,2.678,0.645c0.225,0,0.45-0.016,0.673-0.047
-		c0.576-0.078,1.248-0.21,1.854-0.583c0.299-0.183,0.698-0.491,0.735-1.064c0.002-0.01,0.022-0.044,0.069-0.088
-		c0.073-0.067,0.149-0.131,0.227-0.195c0.078-0.065,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624
-		c-0.018-0.181-0.058-0.606-0.421-0.606c-0.11,0-0.239,0.04-0.418,0.131c-0.075,0.039-0.144,0.07-0.207,0.088
-		c0.177-0.109,0.349-0.217,0.518-0.332c0.401-0.274,0.597-0.692,0.578-1.242c-0.038-1.201-1.302-2.336-2.601-2.336
-		c-0.154,0-0.306,0.018-0.451,0.049c-0.383,0.084-0.859,0.245-1.146,0.743c-0.009,0.013-0.042,0.036-0.049,0.038l-0.22-0.01
-		c-0.261-0.01-0.529-0.021-0.778-0.078l-0.073-0.017c-0.423-0.097-0.859-0.195-1.305-0.195c-0.178,0-0.345,0.016-0.507,0.047
-		c-0.199,0.037-0.396,0.086-0.598,0.136l-0.146,0.035c-0.231-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097
-		c-1.427-0.469-2.961-0.705-4.562-0.705c-0.841,0-1.724,0.064-2.623,0.192c-3.546,0.506-6.021,2.434-7.359,5.728
-		c-0.225,0.552-0.376,1.138-0.524,1.706c-0.071,0.275-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.69-1.619,3.86
-		c-1.216,2.123-2.72,3.635-4.599,4.625c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208
-		c-0.157-0.028-0.313-0.061-0.472-0.096c0.547-0.025,1.067-0.054,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219
-		c2.633-1.671,4.249-3.747,4.937-6.345c0.385-1.452,0.935-2.898,1.634-4.298c0.404-0.813,0.918-1.752,1.658-2.546
-		c1.046-1.119,2.394-1.884,4.241-2.404c0.505-0.142,1.007-0.297,1.506-0.458c0.276-0.088,0.468-0.28,0.587-0.587
-		c0.289-0.75,0.361-1.514,0.213-2.269c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.538-1.366-2.362-1.923
-		c-0.414-0.277-0.803-0.572-1.157-0.875c-0.303-0.259-0.46-0.599-0.443-0.958c0.026-0.589,0.07-0.612,0.18-0.612
-		c0.092,0,0.237,0.035,0.471,0.111c0.115,0.039,0.229,0.084,0.342,0.134l0.686,0.296c0.392,0.169,0.783,0.339,1.178,0.503
-		c0.856,0.357,1.703,0.54,2.515,0.54c0.434,0,0.868-0.052,1.291-0.153c1.52-0.364,2.518-1.267,2.966-2.686
-		c0.12-0.384,0.103-0.712-0.055-0.978c-0.104-0.177-0.342-0.325-0.54-0.331c-0.184,0-0.356,0.163-0.488,0.307
-		c-0.074,0.081-0.092,0.187-0.106,0.28c-0.006,0.03-0.011,0.062-0.018,0.089c-0.135,0.505-0.322,0.835-0.604,1.056
-		c0.504-0.684,0.73-1.417,0.689-2.23c-0.042-0.807-0.646-1.37-1.471-1.37c-0.034,0-0.067,0.001-0.103,0.003
-		c-0.313,0.019-0.512,0.188-0.545,0.466c-0.022,0.193-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.238
-		c-0.002,0.104-0.001,0.205,0,0.308c0,0.222,0.001,0.431-0.027,0.637c-0.062,0.444-0.326,0.744-0.785,0.891
-		c-0.032,0.011-0.064,0.019-0.098,0.023c0.139-0.079,0.259-0.188,0.344-0.346c0.17-0.315,0.315-0.601,0.394-0.911
-		c0.204-0.821,0.003-1.461-0.581-1.852c-0.303-0.202-0.691-0.277-1.033-0.325c-0.139-0.019-0.275-0.026-0.412-0.026
-		c-0.511,0-1.011,0.12-1.493,0.234l-0.245,0.059c-0.457,0.105-0.862,0.158-1.251,0.159c-0.332,0-0.677-0.064-1.011-0.126
-		l-0.155-0.028c-2.533-0.456-4.81-0.677-6.959-0.677L14.113-50.015z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.454c0,0-3.735-4.456-10.078-1.903
-		c-5.81,2.34-3.692,8.784-3.692,8.784s1.03-3.996,4.036-5.51C29.348-21.276,34.73-20.454,34.73-20.454z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.362c0.809-0.823,0.824-1.663,1.078-2.688
-		c0.479-1.928,1.068-3.601,2.296-5.188c1.181-1.525,2.594-2.602,4.419-3.303c1.581-0.606,3.614-0.427,3.311-2.781l-0.53-1.983
-		c-4.04,0-7.825,1.844-9.367,5.854c-1.352,3.517,0.241,7.768-3.857,13.717C14.005-19.135,15.908-21.934,16.327-22.362z"/>
-	<g opacity="0.2">
-		<path fill="#2B2B2B" d="M14.727-20.614c0.062-0.25,0.118-0.504,0.175-0.757C14.751-21.186,14.673-20.95,14.727-20.614z"/>
-	</g>
-	
-		<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="29713.3379" y1="69.6689" x2="29741.8066" y2="-63.1843" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
-		<stop  offset="0.6649" style="stop-color:#C370E6"/>
-		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
-		<stop  offset="0.7081" style="stop-color:#D461AB"/>
-		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
-		<stop  offset="0.7643" style="stop-color:#E05784"/>
-		<stop  offset="0.8017" style="stop-color:#E35479"/>
-		<stop  offset="0.8543" style="stop-color:#E55272"/>
-		<stop  offset="1" style="stop-color:#E65270"/>
-	</linearGradient>
-	<path fill="url(#SVGID_20_)" d="M-32.349-35.986C-47.59-34.48-49.384-19.31-49.384-19.31s-0.828,7.033,1.104,13.93
-		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.769-32.349-35.986z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.15-30.208c0,0-3.196-0.304-7.461,4.873
-		c4.112-7.461,9.441-7.613,9.441-7.613L-36.15-30.208z"/>
-	
-		<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="29697.2695" y1="71.4434" x2="29727.5938" y2="-70.0703" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
-		<stop  offset="0.6649" style="stop-color:#C370E6"/>
-		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
-		<stop  offset="0.7081" style="stop-color:#D461AB"/>
-		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
-		<stop  offset="0.7643" style="stop-color:#E05784"/>
-		<stop  offset="0.8017" style="stop-color:#E35479"/>
-		<stop  offset="0.8543" style="stop-color:#E55272"/>
-		<stop  offset="1" style="stop-color:#E65270"/>
-	</linearGradient>
-	<path fill="url(#SVGID_21_)" d="M-27.912-38.92c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.782,10.628,4.782,10.628
-		S-36.946-8.55-37.347-27.149c0.888-4.028,4.792-7.921,7.236-10.029c-0.478,1.078-6.567,17.833,13.711,16.467
-		c-6.999,0.596-17.105-6.716-12.288-17.67C-28.205-38.732-27.912-38.92-27.912-38.92z"/>
-	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.687c-5.272-1.982-14.225-1.972-11.677-15.425
-		c-0.408-0.306-2.446,2.854-1.937,2.547C-36.975-19.538-26.447-20.233-21.017-18.687z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.868c5.127,2.028,0.964-3.722,0.236-4.642
-		c-1.683-2.128-5.941-1.435-8.21-2.146c-1.305-0.408-6.536-1.175-8.269-6.128c-0.77-2.195-1.06-5.781,0.581-10.146
-		c-0.407-0.307-3.104,2.646-2.594,2.342C-36.925-15.258-16.511-22.196-14.341-13.868z"/>
-	<path fill="#F9E0E7" d="M36.631-5.975C36.77-5.591,37.009-5.1,37.31-4.81c0.07-0.033,0.145-0.037,0.202-0.073
-		c0.5,0.324,1.29,0.281,1.918,0.281c0.376,0,0.924,0.104,1.287-0.037c0.528-0.205,0.468-0.76,0.689-1.181
-		c0.414-0.786,1.69-0.796,1.695-1.908c0.004-0.523,0.135-1.232,0.001-1.744c-0.1-0.38-0.525-0.263-0.891-0.263
-		c-1.109,0-2.215-0.032-3.326-0.032l-1.536,1.145c-0.41-0.131-0.731,0.728-0.787,1.021C36.47-7.119,36.458-6.452,36.631-5.975z"/>
-	<path fill="#FFFFFF" d="M41.756-7.497c0.188,0.077,0.465,0.378,0.581,0.555c0.084,0.127,0.06,0.208,0.24,0.203
-		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.407,0.278
-		c-0.136,0.04-0.331,0.02-0.473,0.014c-0.208-0.009-0.496-0.149-0.684-0.069L41.756-7.497z"/>
-	
-		<linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="29692.293" y1="62.4614" x2="29694.0977" y2="-21.4859" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_22_)" d="M-18.99,13.065c0.07,0.081,0.088,0.106,0.11,0.128c2.035,1.901,3.114,4.298,3.694,6.98
-		c0.381,1.755-0.105,3.303-0.895,4.816c-0.014,0.026-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
-		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.613-7.753-12.244-24.064c0.009-0.101,0.026-0.198,0.04-0.31
-		c0.246,0.229,0.461,0.466,0.708,0.661c0.885,0.693,1.907,1.133,2.973,1.431c1.951,0.544,3.915,1.044,5.881,1.525
-		c2.237,0.548,4.487,1.056,6.645,1.882c1.22,0.466,2.354,1.08,3.437,1.82C-9.27,4.379-7.877,5.7-6.677,7.23
-		c0.699,0.891,1.025,1.572,1.34,2.619c0.199-0.539,0.095-2.041-0.205-2.999c-0.31-0.991-0.837-1.854-1.524-2.648
-		c0.165,0.053,0.345,0.08,0.492,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.569,1.413,4.062
-		c0.001,0.021,0.01,0.042,0.017,0.075C0.083,10.92,0.026,7.8-2.04,5.582C-1.31,5.84-0.65,6.099,0.026,6.3
-		c0.559,0.166,0.928,0.493,1.237,0.984c1.356,2.147,2.48,4.396,3.088,6.877c0.47,1.916,0.587,3.84,0.06,5.765
-		c-0.598,2.176-1.912,3.85-3.7,5.181c-1.242,0.925-2.612,1.612-4.05,2.173c-0.087,0.034-0.174,0.066-0.259,0.103
-		c-0.014,0.005-0.021,0.021-0.076,0.081c0.498-0.137,0.945-0.253,1.386-0.384c2.06-0.612,4.034-1.41,5.782-2.688
-		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.467-1.709-4.665-3.109-6.746
-		C3.797,8.091,3.755,8.027,3.714,7.963c-0.006-0.01-0.005-0.026-0.013-0.063c0.058,0.022,0.104,0.037,0.146,0.059
-		c2.931,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.483,5.284,4.18,8.438c0.877,3.98-0.085,7.513-2.663,10.631
-		c-1.629,1.972-3.643,3.464-5.873,4.68c-2.877,1.567-5.938,2.59-9.177,3.061c-1.842,0.268-3.686,0.32-5.527-0.034
-		c-1.012-0.193-1.668-0.458-2.79-1.107c0.142,0.121,0.277,0.249,0.426,0.359c1.007,0.764,2.168,1.16,3.387,1.407
-		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.149-1.24,8.991-2.647c0.278-0.139,0.553-0.283,0.86-0.441
-		c0,0.258-0.015,0.483,0.004,0.706c0.026,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.41-0.065,0.46-0.319
-		c0.041-0.215,0.052-0.436,0.083-0.653c0.07-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
-		c0.019-0.014,0.046-0.013,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.018,0.659-0.011,0.988
-		c0.003,0.081,0.06,0.211,0.116,0.227c0.077,0.021,0.217-0.018,0.265-0.079c0.129-0.17,0.268-0.354,0.327-0.556
-		c0.129-0.428,0.187-0.876,0.321-1.301c0.088-0.275,0.228-0.547,0.403-0.775c0.192-0.25,0.386-0.195,0.459,0.111
-		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.018,0.205,0.049,0.299c0.025,0.081,0.084,0.148,0.128,0.223
-		c0.066-0.061,0.163-0.107,0.192-0.182c0.067-0.17,0.133-0.353,0.141-0.532c0.021-0.396-0.016-0.795,0.013-1.19
-		c0.015-0.21,0.085-0.433,0.188-0.616c0.114-0.203,0.297-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.202,0.99
-		c0.045,0.224,0.092,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.068-0.647,0.101-1.297,0.158-1.945
-		c0.044-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.448-2.346c0.24-0.406,0.462-0.443,0.686-0.025
-		c0.254,0.474,0.443,0.982,0.658,1.478c0.094,0.217,0.173,0.439,0.272,0.653c0.046,0.104,0.124,0.192,0.195,0.299
-		c0.255-0.184,0.316-0.426,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.101-0.39-0.209-0.779-0.27-1.177
-		c-0.023-0.16,0.049-0.351,0.122-0.507c0.103-0.224,0.267-0.252,0.443-0.076c0.179,0.178,0.318,0.395,0.492,0.576
-		c0.099,0.104,0.235,0.167,0.354,0.249c0.067-0.145,0.203

<TRUNCATED>

[25/52] [abbrv] flink-web git commit: Remove files before rebase

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/50/black_50.png
----------------------------------------------------------------------
diff --git a/img/logo/png/50/black_50.png b/img/logo/png/50/black_50.png
deleted file mode 100644
index 9a2c66f..0000000
Binary files a/img/logo/png/50/black_50.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/50/color_50.png
----------------------------------------------------------------------
diff --git a/img/logo/png/50/color_50.png b/img/logo/png/50/color_50.png
deleted file mode 100644
index cdbb8e6..0000000
Binary files a/img/logo/png/50/color_50.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/50/white_50.png
----------------------------------------------------------------------
diff --git a/img/logo/png/50/white_50.png b/img/logo/png/50/white_50.png
deleted file mode 100644
index 8a7996d..0000000
Binary files a/img/logo/png/50/white_50.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink2_500_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink2_500_black.png b/img/logo/png/500/flink2_500_black.png
deleted file mode 100644
index d02e8f8..0000000
Binary files a/img/logo/png/500/flink2_500_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink2_500_color_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink2_500_color_black.png b/img/logo/png/500/flink2_500_color_black.png
deleted file mode 100644
index 9b22c91..0000000
Binary files a/img/logo/png/500/flink2_500_color_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink2_500_color_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink2_500_color_white.png b/img/logo/png/500/flink2_500_color_white.png
deleted file mode 100644
index f35b9c3..0000000
Binary files a/img/logo/png/500/flink2_500_color_white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink2_500_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink2_500_white.png b/img/logo/png/500/flink2_500_white.png
deleted file mode 100644
index 57b53e4..0000000
Binary files a/img/logo/png/500/flink2_500_white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink500_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink500_black.png b/img/logo/png/500/flink500_black.png
deleted file mode 100644
index 8fcf7b2..0000000
Binary files a/img/logo/png/500/flink500_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink500_color_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink500_color_black.png b/img/logo/png/500/flink500_color_black.png
deleted file mode 100644
index e21803a..0000000
Binary files a/img/logo/png/500/flink500_color_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink500_color_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink500_color_white.png b/img/logo/png/500/flink500_color_white.png
deleted file mode 100644
index 90b9e18..0000000
Binary files a/img/logo/png/500/flink500_color_white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink500_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink500_white.png b/img/logo/png/500/flink500_white.png
deleted file mode 100644
index 2e61c3e..0000000
Binary files a/img/logo/png/500/flink500_white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink_3_500.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink_3_500.png b/img/logo/png/500/flink_3_500.png
deleted file mode 100644
index 3e8691a..0000000
Binary files a/img/logo/png/500/flink_3_500.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink_squirrel_500.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink_squirrel_500.png b/img/logo/png/500/flink_squirrel_500.png
deleted file mode 100644
index 90c1ad1..0000000
Binary files a/img/logo/png/500/flink_squirrel_500.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink_squirrel_500_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink_squirrel_500_black.png b/img/logo/png/500/flink_squirrel_500_black.png
deleted file mode 100644
index 8d4addc..0000000
Binary files a/img/logo/png/500/flink_squirrel_500_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/500/flink_squirrel_500_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink_squirrel_500_white.png b/img/logo/png/500/flink_squirrel_500_white.png
deleted file mode 100644
index 7361b38..0000000
Binary files a/img/logo/png/500/flink_squirrel_500_white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/psd/flink1000.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink1000.psd b/img/logo/psd/flink1000.psd
deleted file mode 100644
index 5cbd7d1..0000000
Binary files a/img/logo/psd/flink1000.psd and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/psd/flink50.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink50.psd b/img/logo/psd/flink50.psd
deleted file mode 100644
index aa134a2..0000000
Binary files a/img/logo/psd/flink50.psd and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/psd/flink5000.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink5000.psd b/img/logo/psd/flink5000.psd
deleted file mode 100644
index 6ca5d21..0000000
Binary files a/img/logo/psd/flink5000.psd and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/psd/flink_3_500.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink_3_500.psd b/img/logo/psd/flink_3_500.psd
deleted file mode 100644
index c26dfc2..0000000
Binary files a/img/logo/psd/flink_3_500.psd and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/psd/flink_squirrel.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink_squirrel.psd b/img/logo/psd/flink_squirrel.psd
deleted file mode 100644
index 9c64c8e..0000000
Binary files a/img/logo/psd/flink_squirrel.psd and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/psd/flink_squirrel_1000.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink_squirrel_1000.psd b/img/logo/psd/flink_squirrel_1000.psd
deleted file mode 100644
index 99b97e9..0000000
Binary files a/img/logo/psd/flink_squirrel_1000.psd and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/svg/black_outline.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/black_outline.svg b/img/logo/svg/black_outline.svg
deleted file mode 100644
index 9587b48..0000000
--- a/img/logo/svg/black_outline.svg
+++ /dev/null
@@ -1,473 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="black" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
-<symbol  id="New_Symbol_10" viewBox="-37.236 -37.491 74.472 74.981">
-	<g>
-		<g>
-			<g>
-				<g>
-					<polygon fill="#0B0B0B" points="23.098,12.539 23.096,12.536 23.098,12.536 					"/>
-					<path fill="#0B0B0B" d="M26.772-4.074c-0.41-0.647-0.494-1.885,0.436-2.595c1.523-1.163,2.877-0.169,3.766-0.749
-						C31.25-7.599,31.44-7.44,31.55-7.133c0.25,0.707,0.368,1.438,0.283,2.185c-0.04,0.356-0.115,0.725-0.255,1.054
-						c-0.558,1.302-2.247,1.836-3.496,1.126c-0.158-0.091-0.312-0.199-0.455-0.316c-0.151-0.123-0.291-0.266-0.449-0.413
-						c0.071-0.083,0.128-0.16,0.195-0.228c0.151-0.155,0.208-0.339,0.162-0.545c-0.144-0.646-0.018-1.276,0.496-1.614
-						c0.5-0.328,2.031-0.766,2.951,0.473c0.439-0.816,0.127-1.52,0.064-1.558c-0.007-0.007-0.422,0.413-1.531,0.35
-						c-0.614-0.033-1.429,0.128-1.948,0.48c-0.626,0.421-0.748,1.201-0.783,1.957C26.782-4.16,26.777-4.138,26.772-4.074z
-						 M29.722-3.99c0-0.454-0.369-0.825-0.826-0.825c-0.455,0-0.826,0.371-0.826,0.825c0,0.457,0.371,0.826,0.826,0.826
-						C29.353-3.164,29.722-3.533,29.722-3.99z"/>
-				</g>
-			</g>
-			<g>
-				<g>
-					<path fill="#0B0B0B" d="M19.839,2.256c0,0.049,0.002,0.097,0.002,0.145c-0.019,0.034-0.044,0.066-0.061,0.101
-						C19.829,2.43,19.851,2.342,19.839,2.256z"/>
-					<path fill="#0B0B0B" d="M21.587,7.85c-0.017,0-0.034-0.003-0.05-0.003c-0.009-0.02-0.018-0.039-0.027-0.058
-						C21.529,7.809,21.562,7.83,21.587,7.85z"/>
-				</g>
-			</g>
-			<g>
-				<g>
-					<path fill="#0B0B0B" d="M36.517-27.253c0.04,0.263,0.084,0.509,0.132,0.757c0.104,0.551,0.21,1.12,0.249,1.703
-						c0.132,2.062-0.514,3.865-1.919,5.365l0.049,0.221c0.067,0.314,0.149,0.706,0.196,1.089c0.119,0.946-0.186,1.796-0.93,2.602
-						c-0.022,0.023-0.048,0.051-0.061,0.071c-0.181,0.544-0.572,0.979-1.156,1.271c-0.344,0.174-0.705,0.304-1.081,0.388
-						c0.449,0.186,0.9,0.411,1.36,0.687c0.054,0.032,0.077,0.038,0.077,0.038c1.5,0.229,2.682,1.386,2.944,2.876
-						c0.006,0.035,0.01,0.067,0.015,0.104c0.007,0.063,0.015,0.134,0.023,0.155c0.592,0.913,0.699,1.946,0.317,3.061
-						c-0.125,0.36-0.279,0.722-0.416,1.038c-0.107,0.249-0.212,0.493-0.305,0.736c-0.106,0.277-0.225,0.587-0.25,0.868
-						c-0.07,0.783-0.186,1.813-0.47,2.84c-0.593,2.135-1.624,3.807-3.153,5.113c-1.396,1.194-2.886,1.706-4.899,2.007
-						c0.274-0.431-0.091-0.624,0.104-1.101c0.079-0.193,0.1-0.375,0.099-0.553c3.444-1.177,6.047-4.312,6.485-8.081
-						c0.012-0.108,0.024-0.223,0.033-0.334c0.024-0.311,0.052-0.631,0.152-0.944c0.116-0.365,0.284-0.705,0.446-1.032
-						c0.066-0.136,0.134-0.271,0.196-0.409c0.058-0.124,0.116-0.249,0.176-0.372c0.122-0.257,0.261-0.548,0.372-0.835
-						c0.1-0.254,0.198-0.817,0.071-1.177c-0.006,0.004-0.652,0.824-1.295,0.888c-0.625,0.063-0.772-0.378-0.772-0.378
-						s1.257-0.434,1.611-1.399c-0.042-0.507-0.225-0.935-0.545-1.259c-0.398-0.403-0.809-0.535-1.237-0.6
-						c-0.482-0.073-0.828,0.149-0.828,0.149s-0.267-1.464-3.296-1.468l-0.185,0.001c-0.891,0-1.75-0.248-2.703-0.78
-						c-1.255-1.039-4.071-0.935-4.071-0.935c-0.792,0.133-1.534,0.334-2.252,0.619c-1.323,0.529-2.488,1.28-3.392,2.398
-						c-0.487,0.602-0.853,1.268-1.102,1.999c-0.023,0.066-0.051,0.132-0.076,0.197c-0.014-0.713,0.137-1.385,0.442-2.021
-						c0.623-1.278,1.649-2.115,2.935-2.664c1.115-0.479,2.284-0.641,3.488-0.581l0.255-0.285c0.123-0.135,0.254-0.178,0.342-0.199
-						c0.491-0.117,1.011-0.174,1.587-0.174c0.224,0,1.575,0.311,2.954-0.385c0.124-0.062,0.291-0.138,0.49-0.138
-						c0.103,0,0.201,0.019,0.299,0.056l0.152,0.058c0.326,0.123,0.967,0.386,0.967,0.386c3.941,0.867,4.504-2.112,4.504-2.112
-						c-0.104,0.046-0.223,0.083-0.355,0.083c-0.155,0-0.301-0.053-0.433-0.149l-0.448-0.341l0.673-0.423
-						c0.14-0.087,0.265-0.164,0.386-0.247c0.153-0.105,0.215-0.249,0.207-0.481c-0.019-0.606-0.728-1.227-1.403-1.227
-						c-0.077,0-0.151,0.008-0.222,0.022c-0.275,0.062-0.426,0.15-0.516,0.308c-0.078,0.134-0.257,0.274-0.468,0.274l-0.179-0.008
-						c-0.215-0.009-0.434-0.018-0.656-0.067l-0.051-0.013c-0.298-0.065-0.575-0.131-0.848-0.131c-0.097,0-0.188,0.009-0.277,0.026
-						c-0.128,0.022-0.255,0.054-0.383,0.087l-0.598,0.142l-0.102-0.356c-0.151-0.528-0.396-1.005-0.752-1.456
-						c-0.764-0.972-1.788-1.657-3.131-2.099c-0.989-0.324-2.059-0.488-3.176-0.488c-0.59,0-1.211,0.046-1.847,0.136
-						c-2.402,0.344-4.08,1.647-4.984,3.877c-0.149,0.369-0.256,0.775-0.359,1.169c-0.058,0.222-0.11,0.43-0.171,0.636
-						c-0.317,1.078-0.719,2.035-1.228,2.926c-0.938,1.636-2.101,2.803-3.558,3.569c-1.17,0.615-2.447,0.927-3.799,0.927
-						c-0.561,0-1.146-0.053-1.74-0.157c-0.245-0.045-0.494-0.068-0.737-0.16c-1.282-0.49-1.442-0.715-1.442-0.715l0.619-0.037
-						c0.104-0.006,0.328-0.035,0.555-0.065c0.251-0.032,0.504-0.064,0.612-0.069c0.433-0.021,0.843-0.04,1.248-0.083
-						c1.698-0.172,3.243-0.691,4.591-1.546c1.812-1.147,2.922-2.568,3.392-4.342c0.29-1.091,0.703-2.179,1.228-3.231
-						c0.313-0.627,0.711-1.353,1.294-1.978c0.827-0.887,1.885-1.489,3.324-1.895c0.385-0.107,0.764-0.229,1.084-0.33
-						c0.038-0.011,0.077-0.032,0.117-0.136c0.18-0.466,0.223-0.918,0.131-1.383c-0.141-0.725-0.49-1.397-1.066-2.062
-						c-0.458-0.526-1.051-0.929-1.626-1.316c-0.318-0.214-0.616-0.439-0.891-0.673c-0.341-0.291-0.518-0.682-0.499-1.1
-						c0.016-0.346,0.042-0.921,0.628-0.921c0.126,0,0.271,0.029,0.5,0.105c0.097,0.032,0.193,0.071,0.289,0.112l0.507,0.22
-						c0.282,0.121,0.565,0.243,0.848,0.362c0.566,0.234,1.12,0.354,1.648,0.354c0.276,0,0.555-0.031,0.825-0.098
-						c0.773-0.185,1.48-0.607,1.643-1.219c0,0,0.541-2.345-3.352-2.314c-0.314,0-0.634,0.075-0.974,0.157l-0.183,0.043
-						c-0.371,0.087-0.703,0.127-1.017,0.129c-0.295,0-0.567-0.051-0.829-0.1L15.572-35.5c-0.776-0.141-1.609-0.205-2.698-0.205
-						c-0.487,0-23.165,0.021-23.165,0.021c-2.045,0-3.985,0.287-5.767,0.753c-7.413,1.938-12.688,6.09-16.131,12.422
-						c-1.25,2.303-2.104,4.787-2.544,7.435c0.023-0.037,2.468-3.748,2.468-3.748s-2.707,4.89-2.816,7.805
-						c-0.038,1.024,0.061,2.072,0.188,3.117c0.079-0.263,0.162-0.521,0.252-0.774c1.262-3.597,3.176-6.964,5.849-10.3
-						c0.064-0.08,0.117-0.174,0.144-0.257c0.412-1.27,0.972-2.477,1.664-3.599c-1.565,0.321-3.799,2.522-3.799,2.522l0.291-0.561
-						c1.747-3.367,5.86-5.419,6.665-5.711c2.358-2.095,5.223-3.613,8.509-4.517c0.187-0.051,0.374-0.095,0.562-0.138l1.605-0.384
-						l-1.026,0.993c-0.117,0.115-0.244,0.16-0.322,0.188c-2.328,0.831-4.458,2.002-6.33,3.479c-2.446,1.929-4.207,4.287-5.233,7.008
-						c-0.124,0.326-0.11,0.496-0.053,0.649c0.056,0.149,0.094,0.301,0.132,0.446c0.026,0.106,0.045,0.182,0.067,0.254
-						c0.545,1.778,1.366,3.171,2.515,4.251c1.071,1.01,2.442,1.751,4.194,2.265c1.668,0.49,3.429,0.715,5.131,0.933l0.742,0.096
-						c0.963,0.125,1.935,0.275,2.875,0.421l0.49,0.077c-0.637-0.818-1.188-1.696-1.644-2.622c-0.116-0.038-3.573-0.815-3.986-0.903
-						c-5.49-1.171-5.861-4.658-5.861-4.658s2.371,3.142,8.071,3.312l0.199,0.002c0.23-0.003,0.458-0.01,0.695-0.021
-						c-1.581-8.259,1.483-11.128,1.458-11.033c-0.694,2.64-0.868,5.042-0.532,7.344c0.434,2.986,1.751,5.56,3.911,7.647
-						c1.469,1.422,3.319,2.615,5.655,3.653c2.031,0.903,4.17,1.452,6.186,1.938l0.386,0.091C6.045-5.453,7.543-5.092,9-4.664
-						c2.257,0.661,4.22,1.751,5.833,3.241c0.246,0.227,0.526,0.483,0.763,0.791c1.142,1.48,2.438,2.604,3.935,3.438
-						c0.206-0.944,0.748-1.833,1.632-2.373c-0.929,1.592-1.399,3.215-0.959,4.714c0.419,1.34,1.114,2.013,1.852,3.307
-						c0.877,1.691,0.972,4.094,0.985,4.107c0.162,0.166,0.274,0.329,0.44,0.491c0.204,0.203,0.394,0.403,0.594,0.609
-						c0.594,0.614,1.029,1.382,1.212,2.299c0.19,0.956-0.245,1.468-0.245,1.468c0.161,0.59,0.376,1.165,0.421,1.756
-						c0.083,1.098-0.255,2.111-0.408,2.111c-0.074,0-1.408-1.521-2.142-1.805c-0.174,1.044-0.441,2.103-0.858,3.425
-						c-0.313,0.994-0.4,1.812-0.274,2.571c0.095,0.566,0.784,1.357,0.784,1.357l0.32,0.378l-0.44,0.225
-						c-0.072,0.043-0.639,0.169-0.829,0.169c-0.554,0-1.009-0.199-1.338-0.581c-0.066,0.453-0.076,0.91-0.033,1.372
-						c0.073,0.796,0.391,1.526,0.656,2.075c0.081,0.167,0.183,0.389,0.253,0.625c0.084,0.29,0.043,0.564-0.115,0.776
-						c-0.158,0.211-0.409,0.326-0.707,0.326c-0.258-0.004-0.49-0.045-0.691-0.121c-0.904-0.34-1.61-0.918-2.106-1.719
-						c-0.163,0.187-0.313,0.395-0.404,0.644c-0.121,0.329-0.276,0.637-0.426,0.92c-0.125,0.237-0.293,0.358-0.498,0.358
-						c-0.146,0-0.259-0.063-0.341-0.137c-0.259,0.695-0.686,1.281-1.268,1.745c-0.038,0.03-0.076,0.054-0.131,0.087l-0.787,0.482
-						c0,0,0.154-1.013,0.154-1.014c-2.018,1.311-4.247,2.261-6.634,2.828c-0.19,0.045-0.383,0.083-0.575,0.121
-						c-0.578,0.113-2.248,0.766-2.546,0.862c-0.069,0.03,0.062-0.479,0.062-0.479c-0.24,0.005-1.613,0.28-1.657,0.28l-0.113-0.41
-						c0,0-1.831,0.832-2.185,0.832c0,0-0.374-0.683-0.423-0.685c-1.661-0.104-3.253-0.349-4.727-0.714
-						c-2.594-0.645-4.76-1.61-6.618-2.947c-1.626-1.169-2.796-2.473-3.648-3.937c-0.425-0.729-1.063-1.896-1.174-2.646
-						c0.463,0.176,1.455,0.197,1.63,0.197c0.828,0,2.077-0.487,2.984-1.147c0.973-0.707,1.663-1.593,2.049-2.629
-						c0.553-1.487,0.301-2.87-0.75-4.112c-0.331,1.101-0.771,1.928-1.385,2.601c-0.431,0.475-0.938,0.831-1.505,1.062
-						c-0.089,0.037-0.177,0.061-0.27,0.073l-0.148,0.021c0,0,0.721-1.63,0.809-2.312c0.188-1.467-0.007-3.525-1.434-3.924
-						c-0.43-0.12-0.841-0.296-1.262-0.442c-0.759-0.263-1.545-0.536-2.317-0.823c-2.167-0.809-4.097-1.715-5.89-2.771
-						c0.547,0.838,0.037,1.705-0.11,1.874c-0.062-0.879-2.796-3.817-3.328-4.268c-1.943-1.643-3.406-3.169-4.617-4.782
-						c-0.94-1.255-1.766-2.576-2.458-3.938c-0.069,0.724-0.088,1.445-0.059,2.177c0.014,0.331-1.805-2.774-1.504-5.891
-						c0.001-0.009,0.001-0.047-0.028-0.143c-0.586-1.842-0.965-3.678-1.124-5.454c-0.583-6.513,1.041-12.54,4.826-17.756
-						c4.028-5.553,9.492-9.293,16.24-10.854c1.79-0.415,3.769-0.806,6.619-0.806c0,0,11.187,0,11.895,0l16.237,0.031
-						c0,0,1.905,0.001,2.992,0.592c0.926,0.502,1.455,1.005,1.833,1.884c0.585,1.357,0.085,3.093-1.162,4.004
-						c-0.741,0.542-1.618,0.812-2.682,0.812c-0.1,0-0.2,0.004-0.303-0.001c-0.106-0.005-0.213-0.012-0.318-0.021
-						c0.828,0.844,1.395,1.842,1.688,2.971c0.131,0.506,0.172,1.033,0.126,1.564l-0.003,0.026l0.254,0.014
-						c0.567,0.024,1.14,0.052,1.704,0.093c-0.188-0.24-0.332-0.519-0.433-0.831c-0.278-0.878-0.395-1.61-0.365-2.3
-						c0.051-1.215,0.513-2.354,1.368-3.381c0.663-0.793,1.475-1.431,2.479-1.939c-0.098-0.423-0.073-0.856,0.076-1.283
-						c0.116-0.324,0.33-0.586,0.636-0.757c0.34-0.19,0.709-0.308,1.096-0.308c0.139,0,0.285-0.027,0.442,0.008
-						c0.614-1.357,2.109-1.176,2.109-1.176c1.229,0.282,1.654,1.443,1.529,2.385c-0.017,0.112-0.036,0.233-0.062,0.343l0.065,0.024
-						c0.325,0.078,0.663,0.164,0.997,0.279c2.271,0.789,3.733,2.341,4.352,4.605C37.395-28.826,37.19-27.953,36.517-27.253z
-						 M19.562,8.512C16.086-1.162,7.967-2.469,7.145-2.469c0,0-2.639-0.201-3.821,0.082c0.036-0.17,0.614-0.827,1.932-1.002
-						C4.74-3.497,4.215-3.603,3.698-3.676C2.313-3.873,0.681-4.142-0.938-4.633c-0.072-0.021-0.148-0.033-0.22-0.033L-1.2-4.664
-						C-2.708-4.561-4.219-4.451-5.728-4.34c-0.917,0.065-1.759,0.098-2.572,0.098c-0.97,0-1.874-0.045-2.763-0.139
-						c-1.997-0.211-3.972-0.689-5.871-1.424c-5.462-2.327-8.367-5.437-8.367-5.437s5.587,3.76,8.557,4.518
-						c6.477,1.654,10.589,0.284,11.332,0.098c-0.455-0.268-0.891-0.55-1.308-0.856c-0.345-0.254-0.722-0.445-1.154-0.608
-						c-0.323-0.121-0.671-0.245-1.026-0.356c-1.496-0.473-3.072-0.747-4.596-1.016c0,0-0.624-0.109-0.904-0.159
-						c-1.479-0.267-3.055-0.554-4.605-0.896c-1.536-0.339-2.87-0.837-4.08-1.525c-2.225-1.264-3.542-3.168-3.917-5.663
-						c-0.647,1.224-1.116,2.412-1.165,3.644c-0.252,6.396,4.22,8.763,5.528,9.623c1.335,0.876,2.907,1.605,4.946,2.296
-						c2.809,0.949,5.729,1.566,8.47,2.094c1.036,0.199,2.075,0.396,3.114,0.592l0.252,0.047c1.223,0.23,2.444,0.461,3.667,0.699
-						C-0.05,1.702,1.66,2.248,3.194,3.002c2.427,1.195,4.27,2.473,5.792,4.02c1.223,0.039,2.317,0.151,3.36,0.351
-						c2.786,0.528,5.432,1.583,7.872,3.135C20.031,9.803,19.792,9.156,19.562,8.512z M22.232,17.404
-						c0.338,0.164,0.725,0.273,1.099,0.383c0,0,0.233,0.067,0.326,0.096c-0.021-0.104-0.042-0.202-0.072-0.296
-						c-0.574-1.758-1.575-3.32-2.977-4.648c-0.904-0.854-2.014-1.559-3.597-2.277c-1.332-0.604-2.771-1.104-4.463-1.547
-						C13.034,9.255,13.52,9.425,14,9.626c2.487,1.032,4.763,2.6,6.958,4.786c0.03,0.03,0.056,0.064,0.08,0.1l0.673,0.927
-						l-1.093-0.312c-0.125-0.037-0.212-0.094-0.281-0.142c-1.856-1.288-3.552-2.324-5.181-3.167
-						c-1.021-0.527-2.316-1.111-3.617-1.446c-0.026-0.007-0.156-0.013-0.156-0.021v0.004c0,0.488,0.24,0.967,0.605,1.427
-						c0.268,0.338,0.776,0.757,1.148,1.041c1.128,0.858,2.363,1.55,3.404,2.093c-0.381-0.49-0.779-0.879-1.318-1.147
-						c0,0,0.626-0.659,1.439-0.366c0.929,0.334,1.36,0.657,1.964,1.161c0.338,0.282,0.673,0.57,1.005,0.86
-						c0.391,0.337,0.874,0.757,1.344,1.14C21.313,16.833,21.759,17.176,22.232,17.404z M17.753,27.516
-						c0.312,1.185,0.677,2.032,1.171,2.748c0.228,0.325,0.463,0.565,0.725,0.742c-0.012-0.026-0.052-0.122-0.052-0.122
-						c-0.721-1.758-1.073-3.62-1.08-5.7c-0.001-0.306-0.038-0.615-0.07-0.892c-0.193-1.644-1.122-2.979-1.688-3.583
-						C16.897,23.307,17.217,25.488,17.753,27.516z M-14.623,13.103c0.617,0.587,1.148,1.093,1.536,1.538
-						c0.67,0.773,1.351,2.618,1.366,2.664c2.782-2.44-1.052-6.138-2.335-7.336c-0.02-0.017,2.636-0.606,4.742,1.896
-						c7.312,8.688-0.853,14.956-3.681,15.645c-0.191,0.048-1.185,0.353-1.758,0.198c5.065,7.355,13.082,5.517,13.082,5.517
-						s-0.619,1.183-2.617,1.217c-0.065,0.001-0.131,0.003-0.197,0.003c-0.104,0-0.21-0.003-0.313-0.008
-						c0.057,0.02,0.112,0.037,0.172,0.055c0.854,0.258,2.758,1.08,5.422,0.062c0.515-0.195,1.575-0.821,1.575-0.821l-0.142,0.508
-						L2.135,34.47l-0.024,0.067c-0.042,0.111-0.073,0.196-0.117,0.281s-0.09,0.171-0.136,0.256c0.077-0.029,0.154-0.062,0.228-0.096
-						c0.498-0.235,0.994-0.296,1.412-0.325c0.661-0.045,1.241-0.104,1.773-0.181c0.758-0.109,1.327-0.503,1.694-1.168
-						c0.11-0.198,0.235-0.39,0.331-0.558c0.411-0.722,1.283-0.792,1.283-0.792l-0.273,0.63l-0.264,0.903
-						c0.134-0.106,0.283-0.216,0.382-0.37c0.479-0.755,1.606-0.839,1.606-0.839l-0.197,1.183c0.076-0.047,3.801-1.407,3.998-2.914
-						c0.004-0.082,0.002-1.157,0.002-1.157s0.748,0.739,0.8,1.741c0.167-0.146,2.053-1.439,1.638-3.211
-						c-0.345-1.151-0.375-2.403-0.389-4.049c-0.004-0.389,0.005-0.777,0.005-1.166V22.54c0-0.753-0.022-1.604-0.035-2.436
-						c-0.035-2.299-0.542-3.133-0.542-3.133l0.126,0.046c0.134,0.042,0.236,0.088,0.339,0.141c0.475,0.245,0.901,0.605,1.316,1.101
-						c0.812,0.974,1.315,2.071,1.739,3.112c0.303,0.747,0.626,1.539,0.964,2.335c1.232-3.028-1.658-5.618-1.658-5.618
-						s2.232,1.204,2.848,2.406c0,0,0.535-1.478-1.86-2.536c-1.134-0.502-2.303-0.992-3.459-1.412l-0.684-0.25
-						c-0.276-0.102-0.567-0.252-0.863-0.444c-0.154-0.103-0.304-0.219-0.447-0.353c0.187,0.766,0.494,1.41,0.854,2.024
-						c0.561,0.958,0.822,2.184,0.965,2.812l0.125,0.556c0,0-0.712-0.876-1.191-1.145c0.017,0.098,0.037,0.191,0.066,0.279
-						c0.567,1.648,0.443,2.973,0.443,2.973s-0.868-0.622-0.889-0.646c0.295,1.874-0.057,2.914-0.057,2.914s-0.685-1.967-1.243-2.356
-						c-0.264,0.681-0.718,1.312-0.966,1.553c-0.765,0.746-1.214,2.627-1.214,2.627s-0.781-0.479-0.786-0.506
-						c0.056,0.142,0.084,0.646-0.14,1.656c0,0-0.752-0.771-0.758-0.843c0,0-0.569,1.777-0.709,1.777
-						c-0.047,0-0.274-0.764-0.33-0.907c-0.008,0.078-0.589,1.531-0.6,1.194c-0.009-0.287-0.327-0.926-0.864-0.656
-						c-2.081,1.041-4.329,1.785-6.694,1.972c-5.845,0.459-7.255-1.15-7.537-1.508c0,0,2.721,0.686,6.281,0.155
-						c2.308-0.342,4.52-1.071,6.571-2.19c1.455-0.793,2.643-1.677,3.612-2.689c-0.234-1.205-7.555-0.826-7.555-0.826
-						s1.844-1.62,7.062-0.813c0.627,0.098,1.12-0.154,1.573-0.498c0.174-0.135,0.259-0.372,0.215-0.495
-						c-0.035-0.104-0.215-0.12-0.32-0.12c-0.062,0-0.131,0.006-0.204,0.017c-0.161,0.022-0.237,0.029-0.292,0.029
-						c-0.248,0,5.553-4.137,0.502-11.229C8.543,9.136,5.445,7.424,3.808,6.858C9.1,13.011,4.092,17.218,2.781,18.176
-						C1.63,19.019,0.25,19.66-1.561,20.198C-1.778,20.262-2,20.323-2.232,20.386l-1.659,0.458l0.948-1.033
-						c0.023-0.029,0.074-0.087,0.162-0.125c0.06-0.024,0.116-0.047,0.172-0.067c1.162-0.454,2.101-0.956,2.896-1.548
-						c1.333-0.994,7.697-5.152,0.305-12.493c-0.257-0.255-0.929-0.628-1.05-0.669C1.527,8.26-0.149,10.84-0.149,10.84
-						s-0.914-3.352-1.448-4.279c-0.634-1.107-1.476-2.006-2.351-2.324c1.38,2.704,0.013,4.235,0.013,4.235
-						C-2.562,2.364-17.938,0.927-21.559-1.79c-0.086,0.374-0.165,0.862-0.169,1.26C-21.805,6.271-17.31,10.547-14.623,13.103z
-						 M-25.256,11.102c-0.241-0.961-0.438-1.882-0.605-3.795c-0.021-0.259-0.071-1.282-0.071-1.282s1.277,5.576,7.13,6.193
-						c-1.187-1.783-2.152-3.657-2.872-5.579c-0.649-1.73-1.054-3.392-1.236-5.077c-0.134-1.239-0.137-2.45-0.011-3.599
-						c-0.07-0.05-0.141-0.098-0.213-0.146c-1.304,0.734-1.714,2.896-1.616,4.609c0.078,1.391,0.945,4.574,0.812,4.298
-						c-0.837-1.737-2.294-4.198-2.375-6.548c-0.059-1.655,0.438-3.25,1.419-4.709c-0.144,0.026-0.316,0.09-0.528,0.192l-0.023,0.013
-						l-0.071,0.066c-0.101,0.095-0.209,0.191-0.289,0.298C-31.188,3.24-25.642,10.397-25.256,11.102z M-28.816,5.438
-						c-0.066-0.52-0.13-1.034-0.173-1.547c-0.145-1.701-0.077-3.209,0.204-4.607c0.247-1.223,0.636-2.156,1.225-2.936
-						c0.409-0.543,0.866-0.945,1.392-1.226c-0.615-0.728-1.144-1.505-1.576-2.313c-0.225,0.305-0.385,0.592-0.492,0.891l-0.42,1.152
-						c0,0-1.754-3.043-0.718-6.69C-29.375-11.839-38.007-0.48-28.816,5.438z M-29.587-13.334c0.049-0.054,0.058-0.107,0.061-0.188
-						c0.04-0.83,0.078-1.528,0.136-2.229c0.002-0.004,0.002-0.009,0.002-0.014c-2.631,3.21-4.295,6.863-4.961,10.894
-						C-33.734-7.76-31.172-11.589-29.587-13.334z M33.82-32.629c-0.899-0.5-2.252-0.619-3.41-0.619
-						c-0.289,0-0.602,0.019-0.928,0.056c-0.063,0.008-0.123,0.013-0.182,0.013c-0.255,0-0.555,0.013-0.711-0.19
-						c-0.218-0.285-0.345-0.953,1.074-0.936c0.069,0.002,0.79,0.1,1.09-0.428c0.24-0.425,0.082-1.134-0.1-1.332
-						c-0.712-0.775-1.963,0.384-1.963,0.384c-0.269,0-0.955-0.218-1.683,0.51c-0.728,0.729,0.135,2.307-0.155,2.438
-						c-0.279,0.11-0.358,0.146-0.625,0.283c-1.536,0.798-3.59,2.574-2.596,5.021c0.81-2.024,3.709-3.043,5.079-3.271
-						c3.895-0.642,6.692,0.442,6.752,0.466C35.519-31.053,34.463-32.271,33.82-32.629z M35.125-24.905
-						c-0.07-0.695-0.213-1.363-0.378-2.103c-0.216-0.966-0.802-1.601-1.741-1.884c-0.398-0.12-0.838-0.175-1.385-0.175
-						c-0.921,0-1.846,0.121-2.848,0.371c-0.993,0.246-1.64,0.5-2.159,0.844c-0.646,0.426-1.034,0.94-1.188,1.58
-						c-0.115,0.479-0.059,0.966,0.002,1.338c0.004,0.021,0.008,0.038,0.009,0.038c0.004,0,0.019,0.008,0.051,0.021
-						c1.814,0.726,3.065,1.838,3.827,3.403c0.043,0.092,0.078,0.108,0.158,0.118c0.227,0.023,0.427,0.037,0.612,0.037
-						c0.528,0,0.973-0.101,1.36-0.307c0.266-0.14,0.545-0.212,0.828-0.212c0.281,0,0.569,0.07,0.857,0.211
-						c0.209,0.103,0.405,0.223,0.584,0.358c0.108,0.081,0.211,0.17,0.313,0.261C34.901-22.131,35.272-23.443,35.125-24.905z"/>
-				</g>
-			</g>
-			<g>
-				<g>
-					<path fill="#0B0B0B" d="M23.788,0.518c0.811,0.51,0.896,1.321,0.896,1.321c0.292,1.267-0.922,3.356-1.311,4.421
-						c-0.316,0.872-0.601,2.364-0.366,3.27c0.973-0.293,2.182-1.187,2.887-1.956c0.76-0.832,1.381-2.04,1.283-3.151
-						c-0.042-0.45-0.255-1.026-0.578-1.6c-0.138-0.25-0.069-0.779,0.393-0.781c0.348-0.002,0.507,0.053,0.772,0.406
-						c0.926,1.234,1.06,2.35-0.163,3.982c-0.882,1.176-1.83,2.008-3.002,2.879c-0.332,0.247-0.92,0.528-1.332,0.614
-						c-0.45,0.092-0.724-0.127-0.877-0.566c-0.054-0.158-0.088-0.324-0.116-0.491c-0.26-1.475,0.075-2.805,0.797-4.124
-						c0.959-1.751,0.95-2.53,0.083-4.38C23.153,0.361,23.337,0.234,23.788,0.518z"/>
-				</g>
-			</g>
-		</g>
-	</g>
-</symbol>
-<symbol  id="New_Symbol_9" viewBox="-54.045 -54.277 108.089 108.554">
-	<g>
-		<g>
-			<g>
-				<polygon fill="#1A1A1A" points="33.523,18.33 33.521,18.326 33.523,18.326 				"/>
-				<path fill="#1A1A1A" d="M38.856-5.782c-0.82-1.612-0.57-2.881,0.743-3.958c0.926-0.759,2.038-0.969,3.2-0.945
-					c0.467,0.01,0.928,0.087,1.393,0.107c0.253,0.012,0.514-0.004,0.762-0.058c0.467-0.104,0.676-0.034,0.836,0.414
-					c0.363,1.026,0.535,2.088,0.411,3.17c-0.058,0.518-0.167,1.051-0.37,1.527c-0.809,1.89-3.262,2.665-5.074,1.635
-					c-0.229-0.132-0.452-0.289-0.66-0.459c-0.219-0.18-0.422-0.387-0.652-0.6c0.104-0.121,0.186-0.232,0.283-0.331
-					c0.221-0.225,0.303-0.491,0.236-0.791c-0.209-0.938,0.199-1.604,0.982-2.031c0.559-0.306,1.172-0.524,1.779-0.729
-					c0.314-0.104,0.639-0.18,0.966-0.25c0.103,0.004,0.144,0.021,0.221,0.083c0.492,0.316,0.841,0.734,1.056,1.273
-					c0.118-0.317,0.094-0.852-0.01-1.244c-0.062-0.247-0.021-0.842,0.103-1.018c-0.011-0.009-0.019-0.021-0.027-0.032
-					c-0.057,0.031-0.114,0.057-0.169,0.091c-0.627,0.387-1.328,0.507-2.045,0.595c-0.885,0.114-1.748,0.317-2.5,0.828
-					c-0.908,0.611-1.394,1.465-1.444,2.562C38.872-5.907,38.865-5.874,38.856-5.782z M43.138-5.661c0-0.66-0.536-1.199-1.199-1.199
-					c-0.661,0-1.2,0.539-1.2,1.199c0,0.664,0.539,1.199,1.2,1.199C42.602-4.461,43.138-4.997,43.138-5.661z"/>
-			</g>
-		</g>
-		<g>
-			<g>
-				<path fill="#1A1A1A" d="M28.794,3.406c0,0.067,0.004,0.138,0.004,0.208c-0.027,0.049-0.064,0.097-0.088,0.146
-					C28.78,3.656,28.81,3.529,28.794,3.406z"/>
-				<path fill="#1A1A1A" d="M31.331,11.523c-0.023,0-0.049-0.004-0.072-0.004c-0.012-0.026-0.024-0.058-0.039-0.082
-					C31.248,11.464,31.294,11.495,31.331,11.523z"/>
-			</g>
-		</g>
-		<path fill="#1A1A1A" d="M52.999-39.423c0.059,0.381,0.123,0.739,0.191,1.099c0.15,0.798,0.305,1.626,0.361,2.473
-			c0.191,2.991-0.746,5.609-2.785,7.786l0.071,0.321c0.098,0.456,0.217,1.025,0.284,1.58c0.172,1.374-0.269,2.606-1.349,3.774
-			c-0.033,0.036-0.069,0.073-0.088,0.104c-0.263,0.789-0.831,1.421-1.679,1.848c-0.499,0.252-1.023,0.44-1.568,0.562
-			c0.652,0.269,1.307,0.597,1.975,0.996c0.077,0.046,0.111,0.055,0.111,0.055c2.178,0.334,3.893,2.011,4.273,4.174
-			c0.008,0.052,0.014,0.1,0.021,0.15c0.011,0.093,0.022,0.194,0.034,0.226c0.859,1.325,1.016,2.825,0.461,4.442
-			c-0.182,0.523-0.405,1.046-0.604,1.506c-0.156,0.362-0.308,0.716-0.441,1.069c-0.156,0.403-0.327,0.851-0.363,1.26
-			c-0.103,1.137-0.27,2.633-0.682,4.122c-0.861,3.098-2.357,5.525-4.577,7.421c-2.026,1.735-4.188,2.477-7.111,2.913
-			c0.397-0.625-0.131-0.906,0.152-1.596c0.114-0.282,0.145-0.544,0.144-0.803c4.998-1.708,8.775-6.258,9.412-11.728
-			c0.018-0.16,0.035-0.323,0.048-0.486c0.036-0.45,0.075-0.915,0.222-1.372c0.168-0.529,0.412-1.022,0.646-1.498
-			c0.098-0.197,0.195-0.393,0.286-0.595c0.083-0.18,0.169-0.36,0.255-0.539c0.178-0.373,0.379-0.796,0.539-1.212
-			c0.143-0.368,0.193-0.746,0.152-1.125c-0.008,0.004-0.192,0.15-0.273,0.209c-0.072,0.055-0.146,0.114-0.218,0.17
-			c-0.215,0.171-0.444,0.355-0.705,0.499c-0.185,0.103-0.378,0.153-0.575,0.153c-0.338,0-0.645-0.146-0.886-0.422l-0.396-0.451
-			l0.575-0.454l0.306-0.27c0.504-0.45,0.984-0.876,1.457-1.309c-0.061-0.734-0.326-1.355-0.79-1.827
-			c-0.579-0.587-1.174-0.775-1.796-0.87c-0.701-0.106-1.201,0.219-1.201,0.219s-0.388-2.124-4.784-2.13l-0.269,0.002
-			c-1.293,0-2.539-0.36-3.923-1.134c-1.821-1.509-5.908-1.355-5.908-1.355c-1.149,0.191-2.228,0.485-3.269,0.898
-			c-1.921,0.769-3.612,1.858-4.924,3.482c-0.707,0.871-1.236,1.838-1.598,2.901c-0.034,0.097-0.074,0.189-0.111,0.287
-			c-0.02-1.035,0.199-2.011,0.643-2.934c0.904-1.854,2.395-3.069,4.26-3.867c1.617-0.692,3.314-0.928,5.062-0.843l0.369-0.414
-			c0.179-0.196,0.369-0.258,0.496-0.289c0.713-0.17,1.467-0.252,2.304-0.252c0.323,0,2.286,0.451,4.287-0.559
-			c0.181-0.091,0.423-0.198,0.712-0.198c0.148,0,0.292,0.025,0.434,0.079l0.221,0.084c0.475,0.179,1.403,0.56,1.403,0.56
-			c5.721,1.259,6.536-3.066,6.536-3.066c-0.148,0.065-0.322,0.121-0.516,0.121c-0.225,0-0.436-0.075-0.627-0.218l-0.65-0.494
-			l0.977-0.614c0.202-0.125,0.383-0.238,0.559-0.358c0.224-0.152,0.312-0.361,0.301-0.699c-0.026-0.882-1.056-1.779-2.036-1.779
-			c-0.112,0-0.22,0.011-0.321,0.034c-0.4,0.088-0.619,0.219-0.749,0.444c-0.112,0.194-0.372,0.4-0.679,0.4l-0.26-0.011
-			c-0.311-0.015-0.629-0.026-0.951-0.101l-0.074-0.017c-0.434-0.098-0.836-0.19-1.23-0.19c-0.141,0-0.271,0.014-0.402,0.039
-			c-0.187,0.034-0.37,0.078-0.556,0.125l-0.868,0.206l-0.146-0.519c-0.221-0.768-0.576-1.458-1.092-2.113
-			c-1.109-1.409-2.596-2.406-4.544-3.044c-1.436-0.472-2.988-0.71-4.609-0.71c-0.856,0-1.757,0.066-2.681,0.197
-			c-3.486,0.5-5.921,2.393-7.233,5.627c-0.218,0.534-0.372,1.125-0.522,1.695c-0.084,0.322-0.16,0.624-0.248,0.922
-			c-0.46,1.565-1.043,2.954-1.781,4.246c-1.36,2.375-3.049,4.068-5.163,5.183c-1.698,0.893-3.552,1.345-5.513,1.345
-			c-0.814,0-1.665-0.077-2.526-0.229c-0.356-0.064-0.718-0.1-1.071-0.231c-1.86-0.712-2.093-1.038-2.093-1.038l0.899-0.054
-			c0.149-0.008,0.476-0.053,0.805-0.096c0.363-0.047,0.73-0.095,0.889-0.102c0.627-0.03,1.223-0.059,1.811-0.121
-			c2.465-0.248,4.708-1.004,6.664-2.243c2.629-1.667,4.24-3.729,4.922-6.301c0.421-1.583,1.021-3.163,1.781-4.692
-			c0.455-0.909,1.032-1.961,1.879-2.868c1.199-1.287,2.734-2.161,4.824-2.75c0.559-0.156,1.108-0.33,1.574-0.479
-			c0.055-0.015,0.111-0.047,0.169-0.197c0.261-0.675,0.323-1.332,0.19-2.006c-0.205-1.052-0.712-2.03-1.548-2.995
-			c-0.665-0.764-1.525-1.348-2.36-1.911c-0.463-0.311-0.895-0.64-1.293-0.977c-0.494-0.423-0.75-0.99-0.724-1.596
-			c0.022-0.5,0.061-1.336,0.911-1.336c0.183,0,0.395,0.043,0.726,0.153c0.142,0.046,0.281,0.104,0.42,0.163l0.735,0.319
-			c0.41,0.175,0.821,0.353,1.23,0.526c0.822,0.34,1.625,0.515,2.392,0.515c0.401,0,0.806-0.046,1.198-0.143
-			c1.123-0.269,2.149-0.882,2.385-1.769c0,0,0.784-3.402-4.865-3.359c-0.456,0-0.92,0.109-1.413,0.229l-0.265,0.062
-			c-0.539,0.126-1.021,0.186-1.476,0.188c-0.429,0-0.823-0.074-1.204-0.146l-0.175-0.03c-1.127-0.205-2.336-0.298-3.917-0.298
-			c-0.707,0-33.621,0.029-33.621,0.029c-2.967,0-5.783,0.417-8.368,1.094c-10.759,2.814-18.417,8.839-23.413,18.029
-			c-1.813,3.342-3.053,6.948-3.691,10.79c0.033-0.056,0.295-0.909,0.295-0.909c1.486-2.53,3.287-4.529,3.287-4.529
-			s-4.087,10.853-4.088,11.325c-0.004,1.488,0.088,3.008,0.271,4.524c0.115-0.38,0.235-0.753,0.366-1.125
-			c1.831-5.219,4.608-10.106,8.487-14.949c0.095-0.116,0.17-0.252,0.209-0.373c0.599-1.841,1.411-3.593,2.416-5.221
-			c-2.271,0.466-5.514,3.66-5.514,3.66l0.422-0.812c2.535-4.888,8.506-7.864,9.674-8.288c3.423-3.041,7.58-5.245,12.35-6.555
-			c0.27-0.074,0.543-0.138,0.814-0.2l2.33-0.556l-1.488,1.441c-0.171,0.167-0.355,0.231-0.469,0.271
-			c-3.379,1.206-6.471,2.906-9.188,5.049c-3.551,2.797-6.105,6.223-7.596,10.171c-0.18,0.474-0.16,0.721-0.076,0.943
-			c0.08,0.216,0.137,0.436,0.191,0.648c0.038,0.154,0.065,0.263,0.098,0.367c0.791,2.582,1.982,4.603,3.65,6.169
-			c1.555,1.466,3.544,2.541,6.087,3.286c2.421,0.712,4.976,1.039,7.446,1.354l1.077,0.139c1.397,0.182,2.809,0.401,4.173,0.61
-			l0.711,0.111c-0.924-1.188-1.725-2.462-2.385-3.806c-0.168-0.055-5.186-1.184-5.785-1.311c-7.969-1.7-8.507-6.762-8.507-6.762
-			s3.44,4.559,11.714,4.807l0.289,0.003c0.335-0.004,0.664-0.015,1.01-0.03c-2.295-11.986,2.152-16.15,2.115-16.014
-			c-1.008,3.831-1.26,7.316-0.771,10.659c0.629,4.334,2.541,8.068,5.676,11.101c2.132,2.062,4.818,3.795,8.208,5.302
-			C0.043-9.932,3.147-9.136,6.073-8.43l0.561,0.132c2.141,0.516,4.314,1.039,6.43,1.66c3.275,0.96,6.125,2.542,8.467,4.704
-			c0.356,0.329,0.763,0.701,1.105,1.147c1.658,2.148,3.539,3.779,5.711,4.99c0.299-1.371,1.086-2.661,2.369-3.444
-			c-1.349,2.311-2.031,4.666-1.393,6.841c0.608,1.945,1.617,2.922,2.688,4.801c1.273,2.455,1.41,5.939,1.431,5.961
-			c0.234,0.241,0.397,0.478,0.639,0.714c0.296,0.295,0.571,0.585,0.862,0.884c0.861,0.892,1.494,2.005,1.758,3.337
-			c0.277,1.388-0.355,2.13-0.355,2.13c0.234,0.854,0.546,1.691,0.611,2.547c0.12,1.594-0.37,3.065-0.592,3.065
-			c-0.109,0-2.045-2.207-3.109-2.62c-0.252,1.516-0.641,3.052-1.246,4.971c-0.454,1.443-0.58,2.627-0.397,3.731
-			c0.138,0.824,1.139,1.972,1.139,1.972l0.464,0.547l-0.639,0.326c-0.105,0.062-0.927,0.245-1.203,0.245
-			c-0.805,0-1.465-0.289-1.942-0.843c-0.097,0.657-0.11,1.321-0.048,1.991c0.105,1.155,0.566,2.215,0.952,3.013
-			c0.118,0.242,0.265,0.562,0.367,0.906c0.121,0.422,0.062,0.82-0.167,1.128c-0.229,0.307-0.594,0.474-1.026,0.474
-			c-0.374-0.006-0.712-0.064-1.004-0.176c-1.312-0.494-2.337-1.333-3.058-2.495c-0.236,0.271-0.454,0.571-0.586,0.933
-			c-0.176,0.479-0.401,0.925-0.618,1.335c-0.181,0.347-0.425,0.521-0.722,0.521c-0.214,0-0.376-0.093-0.495-0.198
-			c-0.376,1.009-0.995,1.859-1.841,2.533c-0.055,0.044-0.109,0.078-0.189,0.126l-1.143,0.701c0,0,0.225-1.47,0.225-1.471
-			c-2.929,1.9-6.164,3.28-9.628,4.104c-0.276,0.065-0.556,0.12-0.835,0.175c-0.84,0.166-1.619,0.318-2.295,0.739
-			c-0.082,0.054-0.163,0.075-0.2,0.085c-0.098,0.04-0.233,0.065-0.358,0.065c-0.264,0-0.528-0.113-0.75-0.34
-			c-0.349,0.008-0.74,0.035-1.087,0.067L4.605,53.6c-0.057,0.006-0.495,0.006-0.559,0.006l-0.604-0.271c0,0-1.455,0.941-1.969,0.941
-			H0.992c-0.378,0-0.718-0.245-0.897-0.55c-0.146-0.246-0.365-0.177-0.437-0.179c-2.411-0.15-4.721-0.504-6.86-1.035
-			c-3.765-0.935-6.908-2.338-9.605-4.278c-2.359-1.697-4.091-3.567-5.295-5.711c-0.266-0.474-0.475-0.967-0.673-1.441
-			c-0.244-0.573-0.269-1.095-0.103-1.604c0.176-0.523,0.599-0.847,1.107-0.847c0.063,0,0.131,0.006,0.197,0.017
-			c0.26,0.042,0.52,0.062,0.773,0.062c1.202,0,2.374-0.447,3.691-1.404c1.411-1.025,2.412-2.312,2.973-3.815
-			c0.803-2.159,0.438-4.166-1.088-5.968c-0.48,1.596-1.119,2.798-2.01,3.772c-0.625,0.688-1.361,1.208-2.185,1.543
-			c-0.129,0.054-0.257,0.088-0.392,0.106l-0.215,0.03c0,0,1.045-2.365,1.174-3.355c0.271-2.129-0.011-5.117-2.08-5.695
-			c-0.624-0.174-1.221-0.429-1.832-0.642c-1.102-0.382-2.242-0.778-3.363-1.195c-3.146-1.173-5.946-2.488-8.549-4.022
-			c0.012,0.222,0.042,0.443,0.072,0.676l0.041,0.34c0.012,0.049,0.021,0.088,0.024,0.126c0.062,0.472-0.013,0.824-0.226,1.068
-			c-0.165,0.188-0.405,0.293-0.674,0.293c-0.211,0-0.441-0.062-0.704-0.189c-0.354-0.172-0.711-0.461-1.007-0.813
-			c-0.749-0.9-1.201-1.905-1.671-3.03c-0.11-0.271-0.214-0.541-0.316-0.815l-0.019-0.061c-0.095-0.248-0.189-0.505-0.292-0.749
-			c-0.058-0.13-0.139-0.25-0.22-0.319c-2.814-2.391-4.943-4.599-6.7-6.941c-1.366-1.82-2.563-3.739-3.568-5.716
-			c-0.146,1.527-0.137,3.043,0.017,4.612c0,0-2.934-2.368-2.285-10.002c0.002-0.012,0.002-0.068-0.039-0.205
-			C-53.096-6.335-53.645-9-53.877-11.58c-0.846-9.451,1.512-18.2,7.005-25.769c5.847-8.06,13.777-13.487,23.571-15.753
-			c2.598-0.604,5.469-1.169,9.606-1.169c0,0,16.235,0,17.264,0l23.565,0.047c0,0,2.766,0.001,4.344,0.856
-			c1.343,0.729,2.111,1.459,2.66,2.735c0.848,1.971,0.123,4.488-1.688,5.811c-1.075,0.786-2.348,1.181-3.892,1.181
-			c-0.146,0-0.291,0.005-0.439-0.001c-0.154-0.008-0.31-0.019-0.462-0.032c1.201,1.224,2.023,2.673,2.449,4.312
-			c0.189,0.734,0.25,1.5,0.184,2.271l-0.005,0.04l0.368,0.019c0.824,0.037,1.654,0.075,2.473,0.136
-			c-0.271-0.35-0.48-0.753-0.627-1.207c-0.404-1.273-0.572-2.338-0.53-3.339c0.073-1.763,0.744-3.417,1.985-4.906
-			c0.963-1.15,2.141-2.074,3.599-2.814c-0.142-0.614-0.106-1.244,0.11-1.863c0.17-0.47,0.479-0.85,0.924-1.099
-			c0.493-0.275,1.028-0.445,1.59-0.445c0.201,0,0.414-0.04,0.642,0.012c0.892-1.972,3.062-1.707,3.062-1.707
-			c1.785,0.411,2.4,2.096,2.221,3.461c-0.025,0.163-0.053,0.34-0.09,0.498l0.095,0.035c0.472,0.112,0.962,0.237,1.447,0.406
-			c3.295,1.146,5.418,3.396,6.315,6.686C54.273-41.707,53.978-40.44,52.999-39.423z M28.391,12.486
-			C23.349-1.556,11.564-3.452,10.369-3.452l-5.546,0.12L6.3-4.328l0.375-0.147c0.176-0.073,0.336-0.139,0.507-0.188
-			C7.329-4.706,7.48-4.747,7.626-4.788c-0.746-0.157-1.51-0.31-2.258-0.417c-2.01-0.286-4.381-0.676-6.73-1.389
-			c-0.105-0.03-0.215-0.048-0.318-0.048l-0.061,0.003c-2.189,0.148-4.381,0.308-6.57,0.47c-1.332,0.095-2.555,0.141-3.732,0.141
-			c-1.408,0-2.721-0.064-4.01-0.2c-2.898-0.307-5.766-1.001-8.521-2.067c-7.928-3.377-12.145-7.889-12.145-7.889
-			s8.486,4.309,11.455,5.441c2.842,1.082,5.109,1.354,8.405,1.337c1.47-0.009,6.21-0.015,9.005-0.08
-			c-0.66-0.389-1.292-0.798-1.896-1.244c-0.501-0.369-1.048-0.646-1.676-0.884c-0.47-0.176-0.974-0.355-1.49-0.517
-			c-2.17-0.687-4.459-1.085-6.67-1.474c0,0-0.905-0.159-1.312-0.23c-2.147-0.388-4.434-0.804-6.685-1.304
-			c-2.229-0.491-4.166-1.214-5.922-2.213c-3.229-1.834-5.141-4.599-5.686-8.22c-0.939,1.774-1.493,3.51-1.689,5.287
-			c-0.333,2.963,0.553,5.493,2.623,7.518c0.152,0.151,0.248,0.33,0.324,0.485c0.111,0.226,0.217,0.454,0.32,0.683
-			c0.182,0.399,0.389,0.854,0.627,1.245c0.917,1.506,2.229,2.788,4.129,4.037c1.937,1.271,4.219,2.331,7.178,3.332
-			c4.076,1.377,8.314,2.275,12.293,3.038c1.504,0.289,3.012,0.574,4.52,0.859l0.367,0.068c1.773,0.334,3.547,0.668,5.32,1.015
-			c3.105,0.603,5.587,1.394,7.814,2.489c3.524,1.736,6.198,3.591,8.408,5.836c1.775,0.057,3.363,0.221,4.877,0.508
-			c4.044,0.767,7.884,2.297,11.426,4.55C29.074,14.359,28.726,13.419,28.391,12.486z M32.269,25.391
-			c0.49,0.238,1.053,0.399,1.595,0.557c0,0,0.339,0.099,0.474,0.139c-0.029-0.152-0.061-0.293-0.105-0.429
-			c-0.833-2.552-2.285-4.821-4.319-6.748c-1.312-1.241-2.923-2.261-5.222-3.306c-1.932-0.879-4.021-1.604-6.477-2.245
-			c0.705,0.204,1.409,0.45,2.106,0.742c3.61,1.498,6.913,3.771,10.099,6.947c0.045,0.043,0.081,0.092,0.116,0.145l0.977,1.344
-			l-1.586-0.452c-0.182-0.054-0.308-0.136-0.408-0.205c-2.694-1.87-5.154-3.374-7.519-4.597c-1.481-0.767-3.362-1.613-5.25-2.1
-			c-0.038-0.01-0.227-0.019-0.227-0.029v0.005c0,0.711,0.348,1.404,0.879,2.071c0.388,0.489,1.126,1.099,1.666,1.511
-			c1.637,1.246,3.43,2.25,4.941,3.037c-0.553-0.711-1.131-1.276-1.914-1.666c0,0,0.909-0.957,2.09-0.532
-			c1.348,0.485,1.974,0.954,2.85,1.685c0.49,0.412,0.977,0.83,1.459,1.25c0.566,0.489,1.268,1.098,1.949,1.652
-			C30.934,24.562,31.581,25.06,32.269,25.391z M25.768,40.066c0.452,1.719,0.982,2.95,1.698,3.987
-			c0.331,0.474,0.673,0.823,1.053,1.079c-0.018-0.04-0.075-0.178-0.075-0.178c-1.046-2.551-1.558-5.255-1.567-8.275
-			c-0.002-0.441-0.055-0.892-0.103-1.292c-0.28-2.386-1.628-4.326-2.449-5.2C24.525,33.957,24.989,37.124,25.768,40.066z
-			 M-21.222,19.147c0.896,0.852,1.666,1.586,2.229,2.231c0.972,1.125,1.499,2.483,1.915,3.667c0.023,0.067,0.044,0.134,0.067,0.199
-			c0.499-1.281,0.606-2.396,0.358-3.542c-0.658-3.04-1.885-5.365-3.747-7.104c-0.028-0.024,3.106,0.166,5.634,2.93
-			c2.408,2.631,3.68,5.811,3.857,9.379c0.066,1.373-0.09,2.726-0.243,4.035l-0.062,0.53c-0.47,4.134-3.54,7.583-7.646,8.583
-			c-0.277,0.068-0.518,0.157-0.718,0.262c-0.098,0.051-0.122,0.064-0.064,0.221c0.03,0.085,0.078,0.179,0.149,0.291
-			c0.65,1.011,1.48,1.841,2.465,2.469c0.578,0.367,1.133,0.718,1.662,1.098c2.276,1.629,4.548,2.738,6.946,3.398
-			c0.839,0.231,1.744,0.338,2.636,0.455c0.767,0.101,3.36,0.101,3.36,0.101s-0.898,1.718-3.8,1.767
-			c-0.094,0.001-0.189,0.004-0.285,0.004c-0.152,0-0.305-0.004-0.455-0.012c0.082,0.028,0.162,0.054,0.249,0.08
-			c1.239,0.374,2.521,0.556,3.922,0.556c0.461,0,0.938-0.021,1.421-0.062l0.149-0.013c0.53-0.042,1.009-0.042,1.391-0.306
-			c1.761-1.218,3.272-1.278,3.272-1.278l-0.207,0.736l-0.135,0.338l-0.035,0.097c-0.061,0.161-0.105,0.285-0.17,0.408
-			s-0.131,0.249-0.197,0.372c0.113-0.042,0.225-0.09,0.33-0.139c0.724-0.342,1.443-0.43,2.051-0.472
-			c0.959-0.064,1.801-0.151,2.572-0.263c1.101-0.159,1.927-0.728,2.46-1.695c0.16-0.288,0.342-0.562,0.48-0.808
-			c0.597-1.048,1.862-1.149,1.862-1.149l-0.396,0.914l-0.383,1.312c0.194-0.155,0.411-0.313,0.554-0.537
-			c0.696-1.095,2.333-1.218,2.333-1.218l-0.285,1.714c0.11-0.068,5.516-2.043,5.803-4.229c0.006-0.119,0.002-1.681,0.002-1.681
-			s1,2.035,1.162,2.528c0.242-0.215,1.017-0.979,1.561-2.52c0.147-0.418,0.277-0.8,0.434-1.179c0.103-0.248,0.188-0.472,0.305-0.671
-			c0.057-0.1,0.024-0.195,0.077-0.292c-0.501-1.672-0.544-3.489-0.563-5.876c-0.006-0.564,0.007-1.128,0.007-1.693v-0.24
-			c0-1.094-0.032-2.329-0.052-3.534c-0.051-3.337-0.786-4.548-0.786-4.548l0.183,0.067c0.194,0.062,0.343,0.127,0.492,0.204
-			c0.688,0.354,1.309,0.879,1.91,1.597c1.18,1.412,1.909,3.006,2.525,4.518c0.439,1.085,0.908,2.233,1.397,3.389
-			c1.789-4.396-2.405-8.154-2.405-8.154s3.24,1.748,4.133,3.492c0,0,0.776-2.145-2.701-3.681c-1.645-0.729-3.341-1.44-5.02-2.049
-			l-0.992-0.363c-0.402-0.147-0.824-0.365-1.254-0.646c-0.223-0.146-0.439-0.314-0.648-0.51c0.271,1.11,0.717,2.046,1.238,2.938
-			c0.814,1.391,1.194,3.17,1.4,4.084l0.182,0.805c0,0-1.033-1.271-1.729-1.66c0.023,0.143,0.053,0.278,0.096,0.406
-			c0.824,2.394,0.645,4.313,0.645,4.313s-1.261-0.901-1.29-0.938c0.428,2.72-0.083,4.229-0.083,4.229s-0.994-2.853-1.805-3.419
-			c-0.382,0.988-1.041,1.901-1.4,2.253c-1.11,1.083-1.762,3.813-1.762,3.813s-1.135-0.695-1.143-0.734
-			c0.082,0.204,0.123,0.938-0.201,2.403c0,0-1.092-1.118-1.102-1.222c0,0-0.825,2.58-1.027,2.58c-0.068,0-0.398-1.108-0.48-1.318
-			c-0.01,0.114-0.854,2.224-0.869,1.735c-0.013-0.417-0.475-1.345-1.254-0.954c-3.021,1.511-6.283,2.592-9.717,2.861
-			c-8.482,0.666-10.529-1.67-10.939-2.188c0,0,3.949,0.994,9.117,0.227c3.349-0.496,6.559-1.556,9.537-3.181
-			c2.111-1.151,3.836-2.434,5.242-3.903c-0.339-1.75-10.964-1.199-10.964-1.199s2.676-2.353,10.249-1.182
-			c0.91,0.143,1.625-0.224,2.283-0.723c0.252-0.195,0.376-0.54,0.312-0.718c-0.051-0.152-0.312-0.176-0.464-0.176
-			c-0.092,0-0.19,0.01-0.297,0.023c-0.234,0.034-0.345,0.044-0.424,0.044c-0.359,0,8.059-6.004,0.729-16.298
-			c-1.522-2.14-6.018-4.624-8.396-5.444c7.681,8.931,0.414,15.037-1.49,16.427c-1.67,1.223-3.674,2.155-6.301,2.937
-			c-0.316,0.093-0.639,0.181-0.976,0.271l-2.408,0.665l1.377-1.5c0.034-0.043,0.107-0.126,0.235-0.182
-			c0.086-0.036,0.168-0.068,0.249-0.099c1.687-0.658,3.049-1.388,4.202-2.246c1.937-1.443,11.174-7.479,0.443-18.132
-			c-0.373-0.37-1.348-0.912-1.523-0.972c2.883,4.864,0.447,8.609,0.447,8.609s-1.326-4.865-2.1-6.211
-			C-3.239,8.047-4.46,6.743-5.73,6.281c2.003,3.925,0.019,6.146,0.019,6.146L-6.2,10.806c-0.331-1.096-0.663-1.75-1.323-2.59
-			c-1.248-1.59-2.705-2.96-4.334-4.071c-1.162-0.795-2.314-1.404-3.525-1.868c-1.992-0.764-4.113-1.278-6.162-1.776l-0.812-0.198
-			c-2.448-0.599-4.435-1.111-6.252-1.621c-1.033-0.29-1.913-0.664-2.681-1.146c-0.125,0.542-0.239,1.251-0.244,1.829
-			C-31.645,9.232-25.122,15.438-21.222,19.147z M-38.985,7.492c0.242,1.74,0.572,3.79,1.166,5.803
-			c0.252,0.854,0.605,1.927,1.164,2.949c-0.35-1.396-0.637-2.73-0.879-5.508c-0.031-0.375-0.104-1.861-0.104-1.861
-			s1.854,8.093,10.348,8.99c-1.723-2.59-3.123-5.311-4.168-8.1c-0.941-2.512-1.529-4.923-1.793-7.368
-			c-0.194-1.8-0.198-3.558-0.016-5.224c-0.103-0.07-0.204-0.141-0.31-0.212c-0.601,2.89-0.825,5.506-0.683,7.994
-			c0.113,2.017,0.865,7.162,0.865,7.162c-0.223-0.317-1.156-1.826-1.349-2.229c-1.214-2.521-1.86-5.402-1.979-8.812
-			c-0.085-2.404,0.108-4.867,0.591-7.525c-0.208,0.038-0.459,0.129-0.767,0.279l-0.034,0.018l-0.104,0.098
-			c-0.146,0.137-0.297,0.28-0.42,0.432c-0.492,0.592-0.879,1.312-1.19,2.195c-0.646,1.857-0.742,3.773-0.751,5.402
-			C-39.403,3.656-39.269,5.458-38.985,7.492z M-41.823,8.023c-0.097-0.752-0.188-1.5-0.251-2.245
-			c-0.21-2.471-0.112-4.658,0.296-6.688c0.359-1.773,0.923-3.129,1.777-4.26c0.595-0.788,1.258-1.372,2.021-1.777
-			c-0.894-1.057-1.66-2.185-2.288-3.359c-0.326,0.442-0.559,0.858-0.715,1.292l-0.609,1.673c0,0-2.46-3.188-0.956-8.48l-0.088,0.13
-			c-0.579,0.835-1.179,1.699-1.727,2.578c-1.964,3.141-3.405,6.224-4.405,9.421c-0.014,0.04-0.017,0.078-0.014,0.092
-			C-47.227,0.675-44.887,4.587-41.823,8.023z M-49.132-8.623c1.527-3.339,3.494-6.708,6.189-10.599
-			c0.062-0.086,0.084-0.157,0.088-0.272c0.059-1.205,0.114-2.218,0.197-3.233c0.004-0.007,0.004-0.014,0.004-0.021
-			c-3.818,4.659-6.234,9.962-7.2,15.811C-49.64-7.479-49.399-8.039-49.132-8.623z M49.087-47.226
-			c-1.305-0.726-3.268-0.898-4.949-0.898c-0.42,0-0.873,0.025-1.347,0.08c-0.092,0.011-0.179,0.018-0.265,0.018
-			c-0.369,0-0.804,0.02-1.031-0.275c-0.316-0.414-0.5-1.383,1.56-1.358c0.101,0.003,1.146,0.146,1.582-0.621
-			c0.349-0.614,0.119-1.644-0.146-1.933c-1.033-1.125-2.848,0.557-2.848,0.557c-0.391,0-1.387-0.314-2.442,0.74
-			c-1.056,1.057,0.196,3.348-0.226,3.536c-0.405,0.162-0.52,0.211-0.906,0.413c-2.23,1.157-5.211,3.737-3.768,7.289
-			c1.175-2.938,5.383-4.417,7.371-4.746c5.652-0.931,9.713,0.642,9.8,0.675C51.55-44.938,50.02-46.707,49.087-47.226z
-			 M50.981-36.016c-0.102-1.012-0.309-1.98-0.549-3.052c-0.312-1.401-1.163-2.322-2.526-2.734c-0.578-0.174-1.217-0.253-2.01-0.253
-			c-1.337,0-2.679,0.176-4.133,0.538c-1.441,0.358-2.38,0.726-3.135,1.225c-0.938,0.618-1.5,1.367-1.725,2.293
-			c-0.167,0.694-0.085,1.402,0.003,1.941c0.007,0.032,0.011,0.056,0.013,0.056c0.006,0,0.027,0.011,0.074,0.03
-			c2.633,1.051,4.449,2.667,5.555,4.938c0.062,0.133,0.113,0.159,0.229,0.171c0.328,0.035,0.618,0.055,0.888,0.055
-			c0.768,0,1.412-0.146,1.975-0.444c0.387-0.203,0.791-0.308,1.202-0.308c0.408,0,0.827,0.102,1.245,0.306
-			c0.303,0.148,0.588,0.322,0.848,0.521c0.156,0.118,0.306,0.247,0.455,0.379C50.656-31.989,51.193-33.894,50.981-36.016z"/>
-		<g>
-			<g>
-				<path fill="#1A1A1A" d="M34.525,0.882c1.176,0.739,1.3,1.919,1.3,1.919c0.424,1.837-1.338,4.871-1.902,6.417
-					c-0.459,1.267-0.871,3.433-0.531,4.744c1.411-0.426,3.166-1.721,4.189-2.839c1.103-1.208,2.004-2.96,1.862-4.574
-					c-0.061-0.653-0.37-1.491-0.839-2.322c-0.2-0.362-0.1-1.131,0.569-1.134c0.505-0.002,0.736,0.077,1.121,0.589
-					c1.344,1.792,1.538,3.41-0.236,5.78c-1.28,1.706-2.655,2.914-4.357,4.178c-0.481,0.358-1.335,0.77-1.933,0.894
-					c-0.653,0.132-1.051-0.185-1.273-0.824c-0.078-0.229-0.127-0.47-0.166-0.713c-0.378-2.14,0.108-4.07,1.155-5.985
-					c1.392-2.541,1.38-3.672,0.121-6.356C33.606,0.655,33.872,0.471,34.525,0.882z"/>
-			</g>
-		</g>
-	</g>
-</symbol>
-<text transform="matrix(1 0 0 1 119.9424 104.2578)" font-family="'AvenirNext-DemiBold'" font-size="45.9139">Outlined black</text>
-<g>
-	<g>
-		
-			<use xlink:href="#New_Symbol_9"  width="108.089" height="108.554" id="XMLID_1_" x="-54.045" y="-54.277" transform="matrix(4.6067 0 0 -4.6067 1439.4668 777.5947)" overflow="visible"/>
-	</g>
-	<g>
-		<path fill="#1A1A1A" d="M1249.424,1094.004h80.455v19.365h-58.273v34.154h54.931v18.662h-54.931v52.463h-22.182V1094.004z"/>
-		<path fill="#1A1A1A" d="M1349.597,1085.555h21.127v133.095h-21.127V1085.555z"/>
-		<path fill="#1A1A1A" d="M1393.784,1105.447c0-3.402,1.261-6.365,3.786-8.892c2.521-2.521,5.721-3.784,9.594-3.784
-			c3.874,0,7.131,1.204,9.771,3.608c2.641,2.408,3.961,5.431,3.961,9.066c0,3.641-1.32,6.664-3.961,9.065
-			c-2.642,2.408-5.897,3.609-9.771,3.609c-3.873,0-7.071-1.26-9.594-3.785C1395.045,1111.816,1393.784,1108.854,1393.784,1105.447z
-			 M1396.777,1134.145h21.127v84.505h-21.127V1134.145z"/>
-		<path fill="#1A1A1A" d="M1443.605,1134.145h20.069v13.556h0.353c1.877-4.226,5.134-7.949,9.771-11.178
-			c4.635-3.228,10.122-4.845,16.46-4.845c5.517,0,10.238,0.972,14.173,2.906c3.932,1.938,7.157,4.488,9.684,7.658
-			c2.521,3.17,4.371,6.809,5.546,10.916c1.171,4.109,1.761,8.334,1.761,12.676v52.814h-21.127v-46.83
-			c0-2.465-0.176-5.045-0.527-7.746c-0.353-2.697-1.117-5.133-2.289-7.307c-1.175-2.171-2.789-3.962-4.842-5.369
-			c-2.055-1.408-4.784-2.111-8.186-2.111c-3.406,0-6.339,0.676-8.803,2.025c-2.466,1.35-4.49,3.08-6.074,5.19
-			c-1.585,2.113-2.79,4.552-3.609,7.308c-0.822,2.76-1.232,5.545-1.232,8.362v46.478h-21.127V1134.145L1443.605,1134.145z"/>
-		<path fill="#1A1A1A" d="M1546.418,1085.555h21.127v84.152h0.527l32.041-35.562h27.112l-36.618,38.203l38.907,46.302h-27.991
-			l-33.451-43.31h-0.527v43.31h-21.127V1085.555z"/>
-	</g>
-</g>
-<g>
-	
-		<use xlink:href="#New_Symbol_10"  width="74.472" height="74.981" id="XMLID_10_" x="-37.236" y="-37.491" transform="matrix(1.6523 0 0 -1.6523 274.5635 1155.2812)" overflow="visible"/>
-	<g>
-		<g>
-			<path fill="#0B0B0B" d="M351.884,1131.66h55.28v13.307h-40.039v23.467h37.74v12.822h-37.74v36.047h-15.241V1131.66z"/>
-			<path fill="#0B0B0B" d="M420.711,1125.854h14.516v91.449h-14.516V1125.854z"/>
-			<path fill="#0B0B0B" d="M451.072,1139.523c0-2.339,0.865-4.375,2.601-6.109c1.733-1.732,3.933-2.6,6.592-2.6
-				c2.661,0,4.899,0.827,6.714,2.479c1.814,1.654,2.723,3.732,2.723,6.23c0,2.5-0.907,4.577-2.723,6.229
-				c-1.813,1.654-4.053,2.48-6.714,2.48c-2.659,0-4.857-0.865-6.592-2.603C451.938,1143.898,451.072,1141.863,451.072,1139.523z
-				 M453.128,1159.24h14.517v58.062h-14.517V1159.24z"/>
-			<path fill="#0B0B0B" d="M485.303,1159.24h13.789v9.313h0.243c1.288-2.903,3.526-5.463,6.714-7.682
-				c3.186-2.217,6.955-3.326,11.311-3.326c3.789,0,7.033,0.664,9.736,1.996c2.701,1.33,4.918,3.084,6.653,5.262
-				c1.733,2.178,3.003,4.678,3.812,7.5c0.806,2.822,1.209,5.728,1.209,8.709v36.289h-14.517v-32.176c0-1.693-0.12-3.468-0.362-5.322
-				c-0.241-1.854-0.768-3.527-1.572-5.021c-0.807-1.49-1.917-2.722-3.325-3.689c-1.412-0.967-3.288-1.451-5.625-1.451
-				c-2.34,0-4.355,0.465-6.049,1.391c-1.693,0.931-3.084,2.117-4.173,3.568c-1.09,1.453-1.918,3.127-2.479,5.021
-				c-0.565,1.896-0.848,3.812-0.848,5.745v31.937h-14.517V1159.24z"/>
-			<path fill="#0B0B0B" d="M555.943,1125.854h14.516v57.82h0.363l22.016-24.434h18.629l-25.161,26.248l26.732,31.813h-19.233
-				l-22.981-29.758h-0.363v29.758h-14.516L555.943,1125.854L555.943,1125.854z"/>
-		</g>
-	</g>
-</g>
-<g>
-	
-		<use xlink:href="#New_Symbol_9"  width="108.089" height="108.554" x="-54.045" y="-54.277" transform="matrix(7.3988 0 0 -7.3988 615.8281 492.209)" overflow="visible"/>
-</g>
-<g>
-	<g>
-		<path fill="#1A1A1A" d="M1565.707,350.326h67.215v16.178h-48.684v28.535h45.89v15.59h-45.89v43.83h-18.531V350.326z"/>
-		<path fill="#1A1A1A" d="M1649.396,343.266h17.648v111.193h-17.648V343.266z"/>
-		<path fill="#1A1A1A" d="M1686.311,359.885c0-2.842,1.054-5.315,3.164-7.426c2.105-2.107,4.779-3.162,8.016-3.162
-			s5.956,1.006,8.162,3.014c2.207,2.013,3.31,4.537,3.31,7.574c0,3.041-1.103,5.566-3.31,7.576c-2.206,2.01-4.928,3.014-8.162,3.014
-			c-3.235,0-5.909-1.051-8.016-3.159C1687.363,365.205,1686.311,362.73,1686.311,359.885z M1688.812,383.859h17.649v70.6h-17.649
-			V383.859z"/>
-		<path fill="#1A1A1A" d="M1727.934,383.859h16.769v11.325h0.293c1.567-3.528,4.288-6.643,8.163-9.34
-			c3.873-2.694,8.457-4.045,13.752-4.045c4.607,0,8.554,0.81,11.841,2.426c3.282,1.619,5.979,3.753,8.09,6.398
-			c2.106,2.647,3.651,5.688,4.633,9.119c0.979,3.434,1.472,6.965,1.472,10.59v44.125h-17.649v-39.123
-			c0-2.062-0.147-4.215-0.442-6.473c-0.293-2.254-0.933-4.287-1.912-6.104c-0.979-1.812-2.33-3.309-4.044-4.486
-			c-1.717-1.176-3.995-1.764-6.839-1.764c-2.846,0-5.295,0.564-7.354,1.691c-2.06,1.127-3.752,2.574-5.074,4.338
-			c-1.323,1.766-2.33,3.801-3.016,6.104c-0.688,2.306-1.029,4.634-1.029,6.986v38.83h-17.649v-70.598H1727.934z"/>
-		<path fill="#1A1A1A" d="M1813.826,343.266h17.65v70.306h0.44l26.769-29.711h22.65l-30.593,31.918l32.504,38.682h-23.385
-			l-27.945-36.182h-0.44v36.182h-17.65V343.266z"/>
-	</g>
-	
-		<use xlink:href="#New_Symbol_10"  width="74.472" height="74.981" x="-37.236" y="-37.491" transform="matrix(4.771 0 0 -4.771 1369.1055 275.4668)" overflow="visible"/>
-</g>
-</svg>


[26/52] [abbrv] flink-web git commit: Remove files before rebase

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/flink_stack.svg
----------------------------------------------------------------------
diff --git a/img/flink_stack.svg b/img/flink_stack.svg
deleted file mode 100644
index d6559c8..0000000
--- a/img/flink_stack.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" standalone="yes"?>
-
-<svg version="1.1" viewBox="0.0 0.0 566.0 393.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="p.0"><path d="m0 0l566.0 0l0 393.0l-566.0 0l0 -393.0z" clip-rule="nonzero"></path></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l566.1417 0l0 393.2257l-566.1417 0z" fill-rule="nonzero"></path><path fill="#cccccc" d="m13.252083 320.68204l0 0c0 -6.4391174 5.219923 -11.659027 11.659025 -11.659027l522.7607 0c3.092163 0 6.057678 1.228363 8.244202 3.414856c2.1864624 2.186493 3.414795 5.152008 3.414795 8.244171l0 46.634705c0 6.439087 -5.2199097 11.659027 -11.658997 11.659027l-522.7607 0c-6.439102 0 -11.659025 -5.21994 -11.659025 -11.659027z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m13.252083 320.68204l0 0c0 -6.4391174 5.219923 -11.659027 11.659025 -11.659027l522.7607
  0c3.092163 0 6.057678 1.228363 8.244202 3.414856c2.1864624 2.186493 3.414795 5.152008 3.414795 8.244171l0 46.634705c0 6.439087 -5.2199097 11.659027 -11.658997 11.659027l-522.7607 0c-6.439102 0 -11.659025 -5.21994 -11.659025 -11.659027z" fill-rule="nonzero"></path><path fill="#ffffff" d="m156.43379 325.91632l0 0c0 -4.9981995 4.051834 -9.050049 9.050049 -9.050049l84.3566 0c2.4002228 0 4.702133 0.9534912 6.399338 2.6506958c1.6972351 1.6972046 2.6506958 3.999115 2.6506958 6.399353l0 36.199097c0 4.9981995 -4.051834 9.050049 -9.050034 9.050049l-84.3566 0c-4.9982147 0 -9.050049 -4.0518494 -9.050049 -9.050049z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m156.43379 325.91632l0 0c0 -4.9981995 4.051834 -9.050049 9.050049 -9.050049l84.3566 0c2.4002228 0 4.702133 0.9534912 6.399338 2.6506958c1.6972351 1.6972046 2.6506958 3.999115 2.6506958 6.399353l0 36.199097c0 4.9981995 -4.051834 9.050049 -9.050034 9.050049l-84.3566 0c
 -4.9982147 0 -9.050049 -4.0518494 -9.050049 -9.050049z" fill-rule="nonzero"></path><path fill="#000000" d="m184.7519 339.93588l0 -13.484375l2.75 0l0 11.1875l6.828125 0l0 2.296875l-9.578125 0zm10.708481 -5.0625q0 -1.296875 0.640625 -2.515625q0.640625 -1.21875 1.8125 -1.859375q1.171875 -0.640625 2.609375 -0.640625q2.25 0 3.671875 1.453125q1.421875 1.453125 1.421875 3.671875q0 2.234375 -1.4375 3.703125q-1.4375 1.46875 -3.625 1.46875q-1.359375 0 -2.59375 -0.609375q-1.21875 -0.609375 -1.859375 -1.796875q-0.640625 -1.1875 -0.640625 -2.875zm2.671875 0.140625q0 1.46875 0.6875 2.25q0.703125 0.765625 1.71875 0.765625q1.015625 0 1.703125 -0.765625q0.703125 -0.78125 0.703125 -2.265625q0 -1.453125 -0.703125 -2.234375q-0.6875 -0.78125 -1.703125 -0.78125q-1.015625 0 -1.71875 0.78125q-0.6875 0.78125 -0.6875 2.25zm17.911606 -2.015625l-2.5625 0.46875q-0.140625 -0.78125 -0.59375 -1.171875q-0.453125 -0.390625 -1.1875 -0.390625q-0.984375 0 -1.5625 0.671875q-0.578125 0.671875 -0.578125 2.25q0 1.765625 0.
 578125 2.484375q0.59375 0.71875 1.59375 0.71875q0.75 0 1.21875 -0.421875q0.46875 -0.421875 0.671875 -1.453125l2.546875 0.4375q-0.390625 1.765625 -1.53125 2.671875q-1.125 0.890625 -3.03125 0.890625q-2.15625 0 -3.453125 -1.359375q-1.28125 -1.359375 -1.28125 -3.78125q0 -2.4375 1.296875 -3.796875q1.296875 -1.359375 3.484375 -1.359375q1.796875 0 2.859375 0.78125q1.0625 0.765625 1.53125 2.359375zm3.7350922 0.09375l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.421875q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.609375 0.46875 1.3125l-2.578125 0q-0.09375 -0.265625 -0.25 -0.765625q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.65625 -1.421875 0.984375q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.8125q-0.875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.359375 2.078125 -0.625q1.828125 -0.328125 2.5312
 5 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234375 -1.40625 0.453125q-0.515625 0.359375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm4.938217 4.734375l0 -13.59375l2.609375 0l0 13.59375l-2.609375 0z" fill-rule="nonzero"></path><path fill="#000000" d="m187.81137 361.93588l0 -13.59375l9.3125 0l0 2.296875l-6.578125 0l0 3.21875l5.6875 0l0 2.296875l-5.6875 0l0 5.78125l-2.734375 0zm11.349106 -11.1875l0 -2.40625l2.609375 0l0 2.40625l-2.609375 0zm0 11.1875l0 -9.859375l2.609375 0l0 9.859375l-2.609375 0zm5.183304 0l0 -13.59375l2.609375 0l0 13.59375l-2.609375 0zm10.886429 -3.140625l2.609375 0.4375q-0.5 1.4375 -1.59375 2.1875q-1.078125 0.734375 -2.703125 0.734375q-2.5625 0 -3.796875 -1.671
 875q-0.96875 -1.34375 -0.96875 -3.40625q0 -2.4375 1.265625 -3.828125q1.28125 -1.390625 3.25 -1.390625q2.1875 0 3.453125 1.453125q1.28125 1.453125 1.234375 4.453125l-6.53125 0q0.015625 1.15625 0.625 1.8125q0.609375 0.640625 1.5 0.640625q0.609375 0 1.03125 -0.328125q0.421875 -0.34375 0.625 -1.09375zm0.15625 -2.625q-0.03125 -1.140625 -0.59375 -1.71875q-0.546875 -0.59375 -1.34375 -0.59375q-0.859375 0 -1.40625 0.625q-0.5625 0.609375 -0.546875 1.6875l3.890625 0zm3.6100922 2.953125l2.609375 -0.390625q0.171875 0.75 0.671875 1.15625q0.515625 0.390625 1.4375 0.390625q1.0 0 1.515625 -0.375q0.34375 -0.265625 0.34375 -0.703125q0 -0.296875 -0.1875 -0.484375q-0.1875 -0.1875 -0.875 -0.34375q-3.140625 -0.703125 -4.0 -1.265625q-1.15625 -0.796875 -1.15625 -2.21875q0 -1.28125 1.0 -2.15625q1.015625 -0.875 3.140625 -0.875q2.03125 0 3.0 0.65625q0.984375 0.65625 1.359375 1.953125l-2.453125 0.453125q-0.15625 -0.578125 -0.609375 -0.875q-0.4375 -0.3125 -1.25 -0.3125q-1.03125 0 -1.46875 0.296875q-0.296875 0.20
 3125 -0.296875 0.515625q0 0.28125 0.25 0.484375q0.359375 0.25 2.4375 0.734375q2.078125 0.46875 2.90625 1.15625q0.828125 0.6875 0.828125 1.9375q0 1.359375 -1.140625 2.328125q-1.125 0.96875 -3.34375 0.96875q-2.015625 0 -3.1875 -0.8125q-1.171875 -0.8125 -1.53125 -2.21875z" fill-rule="nonzero"></path><path fill="#ffffff" d="m271.7774 325.91632l0 0c0 -4.9981995 4.0518494 -9.050049 9.050049 -9.050049l84.3566 0c2.400238 0 4.7021484 0.9534912 6.399353 2.6506958c1.6972351 1.6972046 2.6506958 3.999115 2.6506958 6.399353l0 36.199097c0 4.9981995 -4.0518494 9.050049 -9.050049 9.050049l-84.3566 0c-4.9981995 0 -9.050049 -4.0518494 -9.050049 -9.050049z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m271.7774 325.91632l0 0c0 -4.9981995 4.0518494 -9.050049 9.050049 -9.050049l84.3566 0c2.400238 0 4.7021484 0.9534912 6.399353 2.6506958c1.6972351 1.6972046 2.6506958 3.999115 2.6506958 6.399353l0 36.199097c0 4.9981995 -4.0518494 9.05
 0049 -9.050049 9.050049l-84.3566 0c-4.9981995 0 -9.050049 -4.0518494 -9.050049 -9.050049z" fill-rule="nonzero"></path><path fill="#000000" d="m299.00366 350.93588l0 -13.59375l2.75 0l0 5.34375l5.375 0l0 -5.34375l2.75 0l0 13.59375l-2.75 0l0 -5.953125l-5.375 0l0 5.953125l-2.75 0zm13.457336 -13.59375l5.015625 0q1.703125 0 2.59375 0.25q1.1875 0.359375 2.046875 1.265625q0.859375 0.890625 1.296875 2.203125q0.453125 1.296875 0.453125 3.203125q0 1.6875 -0.421875 2.890625q-0.515625 1.484375 -1.453125 2.40625q-0.71875 0.703125 -1.9375 1.09375q-0.90625 0.28125 -2.421875 0.28125l-5.171875 0l0 -13.59375zm2.75 2.296875l0 9.0l2.046875 0q1.140625 0 1.65625 -0.125q0.671875 -0.171875 1.109375 -0.5625q0.4375 -0.40625 0.71875 -1.3125q0.28125 -0.921875 0.28125 -2.5q0 -1.578125 -0.28125 -2.421875q-0.28125 -0.84375 -0.78125 -1.3125q-0.5 -0.46875 -1.265625 -0.640625q-0.578125 -0.125 -2.25 -0.125l-1.234375 0zm10.754181 11.296875l0 -13.59375l9.3125 0l0 2.296875l-6.578125 0l0 3.21875l5.6875 0l0 2.296875l-5.687
 5 0l0 5.78125l-2.734375 0zm10.677246 -4.421875l2.6718445 -0.265625q0.234375 1.34375 0.96875 1.984375q0.75 0.625 2.0 0.625q1.328125 0 2.0 -0.5625q0.671875 -0.5625 0.671875 -1.3125q0 -0.484375 -0.28125 -0.8125q-0.28125 -0.34375 -0.984375 -0.59375q-0.484375 -0.171875 -2.203125 -0.59375q-2.203125 -0.546875 -3.0937195 -1.34375q-1.265625 -1.125 -1.265625 -2.734375q0 -1.046875 0.59375 -1.953125q0.59375 -0.90625 1.7030945 -1.375q1.109375 -0.46875 2.671875 -0.46875q2.5625 0 3.859375 1.125q1.296875 1.109375 1.359375 2.984375l-2.75 0.125q-0.171875 -1.046875 -0.75 -1.5q-0.578125 -0.46875 -1.75 -0.46875q-1.1875 0 -1.875 0.5q-0.4375 0.3125 -0.4375 0.84375q0 0.484375 0.421875 0.828125q0.515625 0.421875 2.515625 0.90625q2.0 0.46875 2.953125 0.984375q0.96875 0.5 1.515625 1.375q0.546875 0.875 0.546875 2.15625q0 1.171875 -0.65625 2.203125q-0.640625 1.015625 -1.828125 1.515625q-1.1875 0.484375 -2.96875 0.484375q-2.578125 0 -3.9687195 -1.1875q-1.375 -1.1875 -1.640625 -3.46875z" fill-rule="nonzero"></pat
 h><path fill="#ffffff" d="m387.12106 325.91632l0 0c0 -4.9981995 4.0518494 -9.050049 9.050049 -9.050049l84.3566 0c2.4002075 0 4.7021484 0.9534912 6.399353 2.6506958c1.6972046 1.6972046 2.6506958 3.999115 2.6506958 6.399353l0 36.199097c0 4.9981995 -4.0518494 9.050049 -9.050049 9.050049l-84.3566 0c-4.9981995 0 -9.050049 -4.0518494 -9.050049 -9.050049z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m387.12106 325.91632l0 0c0 -4.9981995 4.0518494 -9.050049 9.050049 -9.050049l84.3566 0c2.4002075 0 4.7021484 0.9534912 6.399353 2.6506958c1.6972046 1.6972046 2.6506958 3.999115 2.6506958 6.399353l0 36.199097c0 4.9981995 -4.0518494 9.050049 -9.050049 9.050049l-84.3566 0c-4.9981995 0 -9.050049 -4.0518494 -9.050049 -9.050049z" fill-rule="nonzero"></path><path fill="#000000" d="m427.62726 346.514l2.671875 -0.265625q0.234375 1.34375 0.96875 1.984375q0.75 0.625 2.0 0.625q1.328125 0 2.0 -0.5625q0.671875 -0.5625 0.671875 -1.3125q
 0 -0.484375 -0.28125 -0.8125q-0.28125 -0.34375 -0.984375 -0.59375q-0.484375 -0.171875 -2.203125 -0.59375q-2.203125 -0.546875 -3.09375 -1.34375q-1.265625 -1.125 -1.265625 -2.734375q0 -1.046875 0.59375 -1.953125q0.59375 -0.90625 1.703125 -1.375q1.109375 -0.46875 2.671875 -0.46875q2.5625 0 3.859375 1.125q1.296875 1.109375 1.359375 2.984375l-2.75 0.125q-0.171875 -1.046875 -0.75 -1.5q-0.578125 -0.46875 -1.75 -0.46875q-1.1875 0 -1.875 0.5q-0.4375 0.3125 -0.4375 0.84375q0 0.484375 0.421875 0.828125q0.515625 0.421875 2.515625 0.90625q2.0 0.46875 2.953125 0.984375q0.96875 0.5 1.515625 1.375q0.546875 0.875 0.546875 2.15625q0 1.171875 -0.65625 2.203125q-0.640625 1.015625 -1.828125 1.515625q-1.1875 0.484375 -2.96875 0.484375q-2.578125 0 -3.96875 -1.1875q-1.375 -1.1875 -1.640625 -3.46875zm12.474823 0.8125l2.515625 -0.3125q0.125 0.96875 0.65625 1.484375q0.53125 0.5 1.28125 0.5q0.796875 0 1.34375 -0.609375q0.5625 -0.609375 0.5625 -1.640625q0 -0.984375 -0.53125 -1.5625q-0.53125 -0.578125 -1.28125 -
 0.578125q-0.5 0 -1.203125 0.203125l0.28125 -2.125q1.0625 0.015625 1.609375 -0.46875q0.5625 -0.484375 0.5625 -1.296875q0 -0.6875 -0.40625 -1.09375q-0.40625 -0.40625 -1.078125 -0.40625q-0.671875 0 -1.140625 0.46875q-0.46875 0.46875 -0.578125 1.359375l-2.40625 -0.421875q0.25 -1.234375 0.75 -1.96875q0.515625 -0.734375 1.421875 -1.15625q0.90625 -0.421875 2.03125 -0.421875q1.90625 0 3.078125 1.21875q0.953125 1.0 0.953125 2.265625q0 1.796875 -1.953125 2.859375q1.15625 0.25 1.859375 1.125q0.703125 0.875 0.703125 2.109375q0 1.78125 -1.3125 3.046875q-1.296875 1.265625 -3.25 1.265625q-1.84375 0 -3.0625 -1.0625q-1.21875 -1.0625 -1.40625 -2.78125z" fill-rule="nonzero"></path><path fill="#ffffff" d="m502.4647 324.331l0 0c0 -4.12265 3.3420715 -7.4647217 7.4647217 -7.4647217l29.85794 0l0 0c1.9797974 0 3.878479 0.786438 5.2783813 2.1863708c1.3999023 1.3999023 2.1863403 3.298584 2.1863403 5.278351l0 39.36978c0 4.1226196 -3.342041 7.464691 -7.4647217 7.464691l-29.85794 0c-4.12265 0 -7.4647217 -3.34207
 15 -7.4647217 -7.464691z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m502.4647 324.331l0 0c0 -4.12265 3.3420715 -7.4647217 7.4647217 -7.4647217l29.85794 0l0 0c1.9797974 0 3.878479 0.786438 5.2783813 2.1863708c1.3999023 1.3999023 2.1863403 3.298584 2.1863403 5.278351l0 39.36978c0 4.1226196 -3.342041 7.464691 -7.4647217 7.464691l-29.85794 0c-4.12265 0 -7.4647217 -3.3420715 -7.4647217 -7.464691z" fill-rule="nonzero"></path><path fill="#000000" d="m518.4428 350.93588l0 -2.609375l2.609375 0l0 2.609375l-2.609375 0zm5.1832886 0l0 -2.609375l2.609375 0l0 2.609375l-2.609375 0zm5.1832886 0l0 -2.609375l2.609375 0l0 2.609375l-2.609375 0z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m32.730938 316.86627l114.74016 0l0 54.299194l-114.74016 0z" fill-rule="nonzero"></path><path fill="#000000" d="m56.05856 346.514l2.671875 -0.265625q0.234375 1.34375 0.96875 1.984375q0.75 0.625 2.0 0.625q1.328125 0 2.0 
 -0.5625q0.6718712 -0.5625 0.6718712 -1.3125q0 -0.484375 -0.28125 -0.8125q-0.2812462 -0.34375 -0.9843712 -0.59375q-0.484375 -0.171875 -2.203125 -0.59375q-2.203125 -0.546875 -3.09375 -1.34375q-1.265625 -1.125 -1.265625 -2.734375q0 -1.046875 0.59375 -1.953125q0.59375 -0.90625 1.703125 -1.375q1.109375 -0.46875 2.671875 -0.46875q2.5624962 0 3.8593712 1.125q1.296875 1.109375 1.359375 2.984375l-2.7499962 0.125q-0.171875 -1.046875 -0.75 -1.5q-0.578125 -0.46875 -1.75 -0.46875q-1.1875 0 -1.875 0.5q-0.4375 0.3125 -0.4375 0.84375q0 0.484375 0.421875 0.828125q0.515625 0.421875 2.515625 0.90625q1.9999962 0.46875 2.9531212 0.984375q0.96875 0.5 1.515625 1.375q0.546875 0.875 0.546875 2.15625q0 1.171875 -0.65625 2.203125q-0.640625 1.015625 -1.828125 1.515625q-1.1874962 0.484375 -2.9687462 0.484375q-2.578125 0 -3.96875 -1.1875q-1.375 -1.1875 -1.640625 -3.46875zm17.63107 -5.4375l0 2.078125l-1.78125 0l0 3.984375q0 1.203125 0.046875 1.40625q0.0625 0.1875 0.234375 0.328125q0.1875 0.125 0.453125 0.125q0.35
 9375 0 1.046875 -0.25l0.21875 2.015625q-0.90625 0.390625 -2.0625 0.390625q-0.703125 0 -1.265625 -0.234375q-0.5625 -0.234375 -0.828125 -0.609375q-0.265625 -0.375 -0.375 -1.015625q-0.078125 -0.453125 -0.078125 -1.84375l0 -4.296875l-1.203125 0l0 -2.078125l1.203125 0l0 -1.953125l2.609375 -1.515625l0 3.46875l1.78125 0zm1.103302 4.796875q0 -1.296875 0.640625 -2.515625q0.640625 -1.21875 1.8125 -1.859375q1.171875 -0.640625 2.609375 -0.640625q2.25 0 3.671875 1.453125q1.421875 1.453125 1.421875 3.671875q0 2.234375 -1.4375 3.703125q-1.4375 1.46875 -3.625 1.46875q-1.359375 0 -2.59375 -0.609375q-1.21875 -0.609375 -1.859375 -1.796875q-0.640625 -1.1875 -0.640625 -2.875zm2.671875 0.140625q0 1.46875 0.6875 2.25q0.703125 0.765625 1.71875 0.765625q1.015625 0 1.703125 -0.765625q0.703125 -0.78125 0.703125 -2.265625q0 -1.453125 -0.703125 -2.234375q-0.6875 -0.78125 -1.703125 -0.78125q-1.015625 0 -1.71875 0.78125q-0.6875 0.78125 -0.6875 2.25zm11.817856 4.921875l-2.609375 0l0 -9.859375l2.421875 0l0 1.40625q
 0.625 -0.984375 1.109375 -1.296875q0.5 -0.328125 1.140625 -0.328125q0.890625 0 1.71875 0.5l-0.8125 2.265625q-0.65625 -0.421875 -1.21875 -0.421875q-0.546875 0 -0.9375 0.296875q-0.375 0.296875 -0.59375 1.09375q-0.21875 0.78125 -0.21875 3.296875l0 3.046875zm6.713394 -6.84375l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.421875q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.609375 0.46875 1.3125l-2.578125 0q-0.09375 -0.265625 -0.25 -0.765625q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.65625 -1.421875 0.984375q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.8125q-0.875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.359375 2.078125 -0.625q1.828125 -0.328125 2.53125 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 
 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234375 -1.40625 0.453125q-0.515625 0.359375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm4.703842 5.390625l2.96875 0.359375q0.078125 0.515625 0.34375 0.703125q0.375 0.28125 1.171875 0.28125q1.03125 0 1.53125 -0.296875q0.34375 -0.203125 0.515625 -0.65625q0.125 -0.328125 0.125 -1.203125l0 -1.4375q-1.171875 1.59375 -2.953125 1.59375q-1.984375 0 -3.140625 -1.671875q-0.90625 -1.328125 -0.90625 -3.3125q0 -2.46875 1.1875 -3.78125q1.1875 -1.3125 2.96875 -1.3125q1.828125 0 3.015625 1.609375l0 -1.390625l2.4375 0l0 8.84375q0 1.75 -0.296875 2.609375q-0.28125 0.859375 -0.796875 1.34375q-0.515625 0.5 -1.390625 0.78125q-0.859375 0.28125 -2.1875 0.28125q-2.515625 0 -3.5625 -0.859375q-1.046875 -0.859375 -1.046875 -2.171875q0 -0.140625 0.015625 -0.3125zm2.328125 -5.78125q0 1.5625 0.60937
 5 2.296875q0.609375 0.71875 1.5 0.71875q0.953125 0 1.609375 -0.734375q0.65625 -0.75 0.65625 -2.21875q0 -1.53125 -0.640625 -2.265625q-0.625 -0.75 -1.578125 -0.75q-0.9375 0 -1.546875 0.734375q-0.609375 0.71875 -0.609375 2.21875zm15.005356 1.984375l2.609375 0.4375q-0.5 1.4375 -1.59375 2.1875q-1.078125 0.734375 -2.703125 0.734375q-2.5625 0 -3.796875 -1.671875q-0.96875 -1.34375 -0.96875 -3.40625q0 -2.4375 1.265625 -3.828125q1.28125 -1.390625 3.25 -1.390625q2.1875 0 3.453125 1.453125q1.28125 1.453125 1.234375 4.453125l-6.53125 0q0.015625 1.15625 0.625 1.8125q0.609375 0.640625 1.5 0.640625q0.609375 0 1.03125 -0.328125q0.421875 -0.34375 0.625 -1.09375zm0.15625 -2.625q-0.03125 -1.140625 -0.59375 -1.71875q-0.546875 -0.59375 -1.34375 -0.59375q-0.859375 0 -1.40625 0.625q-0.5625 0.609375 -0.546875 1.6875l3.890625 0z" fill-rule="nonzero"></path><path fill="#cccccc" d="m13.252083 241.23596l0 0c0 -6.439102 5.219923 -11.659027 11.659025 -11.659027l522.7607 0c3.092163 0 6.057678 1.228363 8.244202 3.4
 14856c2.1864624 2.186493 3.414795 5.152008 3.414795 8.244171l0 46.634705c0 6.4391174 -5.2199097 11.659027 -11.658997 11.659027l-522.7607 0c-6.439102 0 -11.659025 -5.2199097 -11.659025 -11.659027z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m13.252083 241.23596l0 0c0 -6.439102 5.219923 -11.659027 11.659025 -11.659027l522.7607 0c3.092163 0 6.057678 1.228363 8.244202 3.414856c2.1864624 2.186493 3.414795 5.152008 3.414795 8.244171l0 46.634705c0 6.4391174 -5.2199097 11.659027 -11.658997 11.659027l-522.7607 0c-6.439102 0 -11.659025 -5.2199097 -11.659025 -11.659027z" fill-rule="nonzero"></path><path fill="#ffffff" d="m156.43379 246.47025l0 0c0 -4.9981995 4.051834 -9.050049 9.050049 -9.050049l84.3566 0c2.4002228 0 4.702133 0.95347595 6.399338 2.6506958c1.6972351 1.6972198 2.6506958 3.9991302 2.6506958 6.399353l0 36.199097c0 4.99823 -4.051834 9.050049 -9.050034 9.050049l-84.3566 0c-4.9982147 0 -9.050049 -4.051819 -9.0
 50049 -9.050049z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m156.43379 246.47025l0 0c0 -4.9981995 4.051834 -9.050049 9.050049 -9.050049l84.3566 0c2.4002228 0 4.702133 0.95347595 6.399338 2.6506958c1.6972351 1.6972198 2.6506958 3.9991302 2.6506958 6.399353l0 36.199097c0 4.99823 -4.051834 9.050049 -9.050034 9.050049l-84.3566 0c-4.9982147 0 -9.050049 -4.051819 -9.050049 -9.050049z" fill-rule="nonzero"></path><path fill="#000000" d="m186.18405 271.4898l0 -5.71875l-4.984375 -7.875l3.21875 0l3.203125 5.375l3.140625 -5.375l3.15625 0l-5.0 7.890625l0 5.703125l-2.734375 0zm21.131073 0l-2.984375 0l-1.1875 -3.09375l-5.4375 0l-1.125 3.09375l-2.90625 0l5.296875 -13.59375l2.90625 0l5.4375 13.59375zm-5.046875 -5.375l-1.875 -5.046875l-1.84375 5.046875l3.71875 0zm6.269821 5.375l0 -13.59375l5.78125 0q2.1875 0 3.171875 0.359375q0.984375 0.359375 1.578125 1.296875q0.59375 0.9375 0.59375 2.15625q0 1.53125 -0.90625 2.53125q-0.8906
 25 0.984375 -2.6875 1.25q0.890625 0.515625 1.46875 1.140625q0.578125 0.625 1.5625 2.203125l1.671875 2.65625l-3.296875 0l-1.984375 -2.953125q-1.046875 -1.59375 -1.4375 -2.0q-0.390625 -0.421875 -0.828125 -0.5625q-0.4375 -0.15625 -1.390625 -0.15625l-0.546875 0l0 5.671875l-2.75 0zm2.75 -7.84375l2.03125 0q1.96875 0 2.453125 -0.171875q0.5 -0.171875 0.78125 -0.578125q0.28125 -0.40625 0.28125 -1.015625q0 -0.6875 -0.375 -1.109375q-0.359375 -0.421875 -1.03125 -0.53125q-0.328125 -0.046875 -2.0 -0.046875l-2.140625 0l0 3.453125zm10.738571 7.84375l0 -13.59375l2.671875 0l5.578125 9.078125l0 -9.078125l2.546875 0l0 13.59375l-2.765625 0l-5.46875 -8.875l0 8.875l-2.5625 0z" fill-rule="nonzero"></path><path fill="#ffffff" d="m271.7774 246.47025l0 0c0 -4.9981995 4.0518494 -9.050049 9.050049 -9.050049l84.3566 0c2.400238 0 4.7021484 0.95347595 6.399353 2.6506958c1.6972351 1.6972198 2.6506958 3.9991302 2.6506958 6.399353l0 36.199097c0 4.99823 -4.0518494 9.050049 -9.050049 9.050049l-84.3566 0c-4.9981995 0 -9
 .050049 -4.051819 -9.050049 -9.050049z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m271.7774 246.47025l0 0c0 -4.9981995 4.0518494 -9.050049 9.050049 -9.050049l84.3566 0c2.400238 0 4.7021484 0.95347595 6.399353 2.6506958c1.6972351 1.6972198 2.6506958 3.9991302 2.6506958 6.399353l0 36.199097c0 4.99823 -4.0518494 9.050049 -9.050049 9.050049l-84.3566 0c-4.9981995 0 -9.050049 -4.051819 -9.050049 -9.050049z" fill-rule="nonzero"></path><path fill="#000000" d="m297.94046 257.89606l5.015625 0q1.703125 0 2.59375 0.25q1.1875 0.359375 2.046875 1.265625q0.859375 0.890625 1.296875 2.203125q0.453125 1.296875 0.453125 3.203125q0 1.6875 -0.421875 2.890625q-0.515625 1.484375 -1.453125 2.40625q-0.71875 0.703125 -1.9375 1.09375q-0.90625 0.28125 -2.421875 0.28125l-5.171875 0l0 -13.59375zm2.75 2.296875l0 9.0l2.046875 0q1.140625 0 1.65625 -0.125q0.671875 -0.171875 1.109375 -0.5625q0.4375 -0.40625 0.71875 -1.3125q0.28125 -0.921875 0
 .28125 -2.5q0 -1.578125 -0.28125 -2.421875q-0.28125 -0.84375 -0.78125 -1.3125q-0.5 -0.46875 -1.265625 -0.640625q-0.578125 -0.125 -2.25 -0.125l-1.234375 0zm10.707306 0.109375l0 -2.40625l2.609375 0l0 2.40625l-2.609375 0zm0 11.1875l0 -9.859375l2.609375 0l0 9.859375l-2.609375 0zm7.683319 0l-2.609375 0l0 -9.859375l2.421875 0l0 1.40625q0.625 -0.984375 1.109375 -1.296875q0.5 -0.328125 1.140625 -0.328125q0.890625 0 1.71875 0.5l-0.8125 2.265625q-0.65625 -0.421875 -1.21875 -0.421875q-0.546875 0 -0.9375 0.296875q-0.375 0.296875 -0.59375 1.09375q-0.21875 0.78125 -0.21875 3.296875l0 3.046875zm10.463379 -3.140625l2.609375 0.4375q-0.5 1.4375 -1.59375 2.1875q-1.078125 0.734375 -2.703125 0.734375q-2.5625 0 -3.796875 -1.671875q-0.96875 -1.34375 -0.96875 -3.40625q0 -2.4375 1.265625 -3.828125q1.28125 -1.390625 3.25 -1.390625q2.1875 0 3.453125 1.453125q1.28125 1.453125 1.234375 4.453125l-6.53125 0q0.015625 1.15625 0.625 1.8125q0.609375 0.640625 1.5 0.640625q0.609375 0 1.03125 -0.328125q0.421875 -0.34375
  0.625 -1.09375zm0.15625 -2.625q-0.03125 -1.140625 -0.59375 -1.71875q-0.546875 -0.59375 -1.34375 -0.59375q-0.859375 0 -1.40625 0.625q-0.5625 0.609375 -0.546875 1.6875l3.890625 0zm13.110077 -1.171875l-2.5625 0.46875q-0.140625 -0.78125 -0.59375 -1.171875q-0.453125 -0.390625 -1.1875 -0.390625q-0.9843445 0 -1.5624695 0.671875q-0.578125 0.671875 -0.578125 2.25q0 1.765625 0.578125 2.484375q0.59375 0.71875 1.5937195 0.71875q0.75 0 1.21875 -0.421875q0.46875 -0.421875 0.671875 -1.453125l2.546875 0.4375q-0.390625 1.765625 -1.53125 2.671875q-1.125 0.890625 -3.0312195 0.890625q-2.15625 0 -3.453125 -1.359375q-1.28125 -1.359375 -1.28125 -3.78125q0 -2.4375 1.296875 -3.796875q1.296875 -1.359375 3.484375 -1.359375q1.7968445 0 2.8593445 0.78125q1.0625 0.765625 1.53125 2.359375zm6.2976074 -2.921875l0 2.078125l-1.78125 0l0 3.984375q0 1.203125 0.046875 1.40625q0.0625 0.1875 0.234375 0.328125q0.1875 0.125 0.453125 0.125q0.359375 0 1.046875 -0.25l0.21875 2.015625q-0.90625 0.390625 -2.0625 0.390625q-0.7031
 25 0 -1.265625 -0.234375q-0.5625 -0.234375 -0.828125 -0.609375q-0.265625 -0.375 -0.375 -1.015625q-0.078125 -0.453125 -0.078125 -1.84375l0 -4.296875l-1.203125 0l0 -2.078125l1.203125 0l0 -1.953125l2.609375 -1.515625l0 3.46875l1.78125 0z" fill-rule="nonzero"></path><path fill="#ffffff" d="m387.12106 246.47025l0 0c0 -4.9981995 4.0518494 -9.050049 9.050049 -9.050049l84.3566 0c2.4002075 0 4.7021484 0.95347595 6.399353 2.6506958c1.6972046 1.6972198 2.6506958 3.9991302 2.6506958 6.399353l0 36.199097c0 4.99823 -4.0518494 9.050049 -9.050049 9.050049l-84.3566 0c-4.9981995 0 -9.050049 -4.051819 -9.050049 -9.050049z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m387.12106 246.47025l0 0c0 -4.9981995 4.0518494 -9.050049 9.050049 -9.050049l84.3566 0c2.4002075 0 4.7021484 0.95347595 6.399353 2.6506958c1.6972046 1.6972198 2.6506958 3.9991302 2.6506958 6.399353l0 36.199097c0 4.99823 -4.0518494 9.050049 -9.050049 9.050049l-84.3566
  0c-4.9981995 0 -9.050049 -4.051819 -9.050049 -9.050049z" fill-rule="nonzero"></path><path fill="#000000" d="m421.57828 271.4898l0 -13.59375l10.09375 0l0 2.296875l-7.34375 0l0 3.015625l6.828125 0l0 2.28125l-6.828125 0l0 3.703125l7.609375 0l0 2.296875l-10.359375 0zm21.146698 -5.0l2.671875 0.84375q-0.609375 2.21875 -2.046875 3.3125q-1.421875 1.078125 -3.609375 1.078125q-2.703125 0 -4.453125 -1.84375q-1.734375 -1.859375 -1.734375 -5.078125q0 -3.390625 1.75 -5.265625q1.75 -1.875 4.609375 -1.875q2.5 0 4.046875 1.46875q0.9375 0.875 1.390625 2.5l-2.71875 0.65625q-0.234375 -1.0625 -1.0 -1.671875q-0.765625 -0.609375 -1.859375 -0.609375q-1.515625 0 -2.453125 1.09375q-0.9375 1.078125 -0.9375 3.5q0 2.578125 0.921875 3.6875q0.921875 1.09375 2.40625 1.09375q1.109375 0 1.890625 -0.6875q0.78125 -0.703125 1.125 -2.203125zm13.004211 2.578125l0 2.421875l-9.140625 0q0.15625 -1.375 0.890625 -2.59375q0.75 -1.234375 2.9375 -3.265625q1.765625 -1.640625 2.15625 -2.234375q0.546875 -0.796875 0.546875 -1.59375
 q0 -0.875 -0.46875 -1.34375q-0.46875 -0.46875 -1.296875 -0.46875q-0.8125 0 -1.296875 0.5q-0.484375 0.484375 -0.5625 1.625l-2.59375 -0.25q0.234375 -2.15625 1.453125 -3.09375q1.21875 -0.9375 3.0625 -0.9375q2.015625 0 3.15625 1.09375q1.15625 1.078125 1.15625 2.6875q0 0.921875 -0.328125 1.75q-0.328125 0.828125 -1.046875 1.734375q-0.46875 0.609375 -1.703125 1.75q-1.234375 1.125 -1.5625 1.5q-0.328125 0.359375 -0.53125 0.71875l5.171875 0z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m32.730938 237.4202l114.74016 0l0 54.299194l-114.74016 0z" fill-rule="nonzero"></path><path fill="#000000" d="m68.04083 255.48979l2.671875 0.84376526q-0.609375 2.21875 -2.046875 3.3125q-1.421875 1.078125 -3.609375 1.078125q-2.7031212 0 -4.453121 -1.84375q-1.734375 -1.859375 -1.734375 -5.0781403q0 -3.390625 1.75 -5.265625q1.75 -1.875 4.609371 -1.875q2.5 0 4.046875 1.46875q0.9375 0.875 1.390625 2.5l-2.71875 0.65625q-0.234375 -1.0625 -1.0 -1.671875q-0.765625 -0.609375 -1.859375 -0.609375q
 -1.5156212 0 -2.4531212 1.09375q-0.9375 1.078125 -0.9375 3.5q0 2.5781403 0.921875 3.6875153q0.921875 1.09375 2.4062462 1.09375q1.109375 0 1.890625 -0.6875q0.78125 -0.703125 1.125 -2.2031403zm4.754196 5.0000153l0 -13.593765l2.609375 0l0 13.593765l-2.609375 0zm11.667679 0l0 -1.46875q-0.53125 0.78125 -1.40625 1.234375q-0.875 0.453125 -1.859375 0.453125q-0.984375 0 -1.78125 -0.4375q-0.78125 -0.4375 -1.140625 -1.21875q-0.34375 -0.796875 -0.34375 -2.1875l0 -6.2343903l2.609375 0l0 4.53125q0 2.0781403 0.140625 2.5468903q0.140625 0.46875 0.515625 0.75q0.390625 0.265625 0.96875 0.265625q0.671875 0 1.203125 -0.359375q0.53125 -0.375 0.71875 -0.90625q0.1875 -0.546875 0.1875 -2.6718903l0 -4.15625l2.609375 0l0 9.85939l-2.421875 0zm4.005356 -2.8125l2.609375 -0.390625q0.171875 0.75 0.671875 1.15625q0.515625 0.390625 1.4375 0.390625q1.0 0 1.515625 -0.375q0.34375 -0.265625 0.34375 -0.703125q0 -0.296875 -0.1875 -0.484375q-0.1875 -0.1875 -0.875 -0.34375q-3.140625 -0.703125 -4.0 -1.2656403q-1.15625 -0.79
 6875 -1.15625 -2.21875q0 -1.28125 1.0 -2.15625q1.015625 -0.875 3.140625 -0.875q2.03125 0 3.0 0.65625q0.984375 0.65625 1.359375 1.953125l-2.453125 0.453125q-0.15625 -0.578125 -0.609375 -0.875q-0.4375 -0.3125 -1.25 -0.3125q-1.03125 0 -1.46875 0.296875q-0.296875 0.203125 -0.296875 0.515625q0 0.28125 0.25 0.484375q0.359375 0.25 2.4375 0.734375q2.078125 0.46875 2.90625 1.15625q0.828125 0.68751526 0.828125 1.9375153q0 1.359375 -1.140625 2.328125q-1.125 0.96875 -3.34375 0.96875q-2.015625 0 -3.1875 -0.8125q-1.171875 -0.8125 -1.53125 -2.21875zm15.797592 -7.0468903l0 2.078125l-1.78125 0l0 3.9843903q0 1.203125 0.046875 1.40625q0.0625 0.1875 0.234375 0.328125q0.1875 0.125 0.453125 0.125q0.359375 0 1.046875 -0.25l0.21875 2.015625q-0.90625 0.390625 -2.0625 0.390625q-0.703125 0 -1.265625 -0.234375q-0.5625 -0.234375 -0.828125 -0.609375q-0.265625 -0.375 -0.375 -1.015625q-0.078125 -0.453125 -0.078125 -1.84375l0 -4.2968903l-1.203125 0l0 -2.078125l1.203125 0l0 -1.953125l2.609375 -1.515625l0 3.46875l1.7
 8125 0zm7.400177 6.7187653l2.609375 0.4375q-0.5 1.4375 -1.59375 2.1875q-1.078125 0.734375 -2.703125 0.734375q-2.5625 0 -3.796875 -1.671875q-0.96875 -1.34375 -0.96875 -3.4062653q0 -2.4375 1.265625 -3.828125q1.28125 -1.390625 3.25 -1.390625q2.1875 0 3.453125 1.453125q1.28125 1.453125 1.234375 4.4531403l-6.53125 0q0.015625 1.15625 0.625 1.8125q0.609375 0.640625 1.5 0.640625q0.609375 0 1.03125 -0.328125q0.421875 -0.34375 0.625 -1.09375zm0.15625 -2.6250153q-0.03125 -1.140625 -0.59375 -1.71875q-0.546875 -0.59375 -1.34375 -0.59375q-0.859375 0 -1.40625 0.625q-0.5625 0.609375 -0.546875 1.6875l3.890625 0zm7.016342 5.7656403l-2.609375 0l0 -9.85939l2.421875 0l0 1.40625q0.625 -0.984375 1.109375 -1.296875q0.5 -0.328125 1.140625 -0.328125q0.890625 0 1.71875 0.5l-0.8125 2.265625q-0.65625 -0.421875 -1.21875 -0.421875q-0.546875 0 -0.9375 0.296875q-0.375 0.296875 -0.59375 1.09375q-0.21875 0.78125 -0.21875 3.2968903l0 3.046875z" fill-rule="nonzero"></path><path fill="#000000" d="m53.084675 282.4898l0 -
 13.59375l4.109375 0l2.46875 9.265625l2.4375 -9.265625l4.124996 0l0 13.59375l-2.5468712 0l0 -10.703125l-2.703125 10.703125l-2.640625 0l-2.703125 -10.703125l0 10.703125l-2.546875 0zm17.509548 -6.84375l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.421875q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.609375 0.46875 1.3125l-2.578125 0q-0.09375 -0.265625 -0.25 -0.765625q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.65625 -1.421875 0.984375q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.8125q-0.875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.359375 2.078125 -0.625q1.828125 -0.328125 2.53125 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234
 375 -1.40625 0.453125q-0.515625 0.359375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm13.906967 4.734375l-2.609375 0l0 -5.03125q0 -1.59375 -0.171875 -2.0625q-0.15625 -0.46875 -0.53125 -0.71875q-0.375 -0.265625 -0.90625 -0.265625q-0.6875 0 -1.234375 0.375q-0.53125 0.359375 -0.734375 0.984375q-0.1875 0.609375 -0.1875 2.25l0 4.46875l-2.609375 0l0 -9.859375l2.421875 0l0 1.453125q1.296875 -1.671875 3.25 -1.671875q0.859375 0 1.578125 0.3125q0.71875 0.3125 1.078125 0.796875q0.359375 0.484375 0.5 1.09375q0.15625 0.609375 0.15625 1.75l0 6.125zm4.380356 -6.84375l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.421875q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.609375 0.46875 1.3125l-2.578125 0q-0.09375 -0.265625 -0.2
 5 -0.765625q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.65625 -1.421875 0.984375q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.8125q-0.875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.359375 2.078125 -0.625q1.828125 -0.328125 2.53125 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234375 -1.40625 0.453125q-0.515625 0.359375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm4.703842 5.390625l2.96875 0.359375q0.078125 0.515625 0.34375 0.703125q0.375 0.28125 1.171875 0.28125q1.03125 0 1.53125 -0.296875q0.34375 -0.203125 0.515625 -0.65625q0.125 -0.328125 0.125 -1.203125l0 -1.4375q-1.171875 1.59375 -2.953125 1.59375q-1.984375 0 -3.1
 40625 -1.671875q-0.90625 -1.328125 -0.90625 -3.3125q0 -2.46875 1.1875 -3.78125q1.1875 -1.3125 2.96875 -1.3125q1.828125 0 3.015625 1.609375l0 -1.390625l2.4375 0l0 8.84375q0 1.75 -0.296875 2.609375q-0.28125 0.859375 -0.796875 1.34375q-0.515625 0.5 -1.390625 0.78125q-0.859375 0.28125 -2.1875 0.28125q-2.515625 0 -3.5625 -0.859375q-1.046875 -0.859375 -1.046875 -2.171875q0 -0.140625 0.015625 -0.3125zm2.328125 -5.78125q0 1.5625 0.609375 2.296875q0.609375 0.71875 1.5 0.71875q0.953125 0 1.609375 -0.734375q0.65625 -0.75 0.65625 -2.21875q0 -1.53125 -0.640625 -2.265625q-0.625 -0.75 -1.578125 -0.75q-0.9375 0 -1.546875 0.734375q-0.609375 0.71875 -0.609375 2.21875zm15.005356 1.984375l2.609375 0.4375q-0.5 1.4375 -1.59375 2.1875q-1.078125 0.734375 -2.703125 0.734375q-2.5625 0 -3.796875 -1.671875q-0.96875 -1.34375 -0.96875 -3.40625q0 -2.4375 1.265625 -3.828125q1.28125 -1.390625 3.25 -1.390625q2.1875 0 3.453125 1.453125q1.28125 1.453125 1.234375 4.453125l-6.53125 0q0.015625 1.15625 0.625 1.8125q0.6093
 75 0.640625 1.5 0.640625q0.609375 0 1.03125 -0.328125q0.421875 -0.34375 0.625 -1.09375zm0.15625 -2.625q-0.03125 -1.140625 -0.59375 -1.71875q-0.546875 -0.59375 -1.34375 -0.59375q-0.859375 0 -1.40625 0.625q-0.5625 0.609375 -0.546875 1.6875l3.890625 0zm7.016342 5.765625l-2.609375 0l0 -9.859375l2.421875 0l0 1.40625q0.625 -0.984375 1.109375 -1.296875q0.5 -0.328125 1.140625 -0.328125q0.890625 0 1.71875 0.5l-0.8125 2.265625q-0.65625 -0.421875 -1.21875 -0.421875q-0.546875 0 -0.9375 0.296875q-0.375 0.296875 -0.59375 1.09375q-0.21875 0.78125 -0.21875 3.296875l0 3.046875z" fill-rule="nonzero"></path><path fill="#a7dbd8" d="m156.43379 174.86742l0 0c0 -4.9982147 4.051834 -9.050064 9.050049 -9.050064l384.79755 0c2.4002075 0 4.7021484 0.9534912 6.399353 2.650711c1.6972046 1.6972046 2.6506958 3.9991302 2.6506958 6.399353l0 36.199112c0 4.9981995 -4.05188 9.050049 -9.050049 9.050049l-384.79755 0c-4.9982147 0 -9.050049 -4.0518494 -9.050049 -9.050049z" fill-rule="nonzero"></path><path stroke="#000000" 
 stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m156.43379 174.86742l0 0c0 -4.9982147 4.051834 -9.050064 9.050049 -9.050064l384.79755 0c2.4002075 0 4.7021484 0.9534912 6.399353 2.650711c1.6972046 1.6972046 2.6506958 3.9991302 2.6506958 6.399353l0 36.199112c0 4.9981995 -4.05188 9.050049 -9.050049 9.050049l-384.79755 0c-4.9982147 0 -9.050049 -4.0518494 -9.050049 -9.050049z" fill-rule="nonzero"></path><path fill="#000000" d="m297.61755 199.88696l0 -13.59375l9.3125 0l0 2.296875l-6.578125 0l0 3.21875l5.6875 0l0 2.296875l-5.6875 0l0 5.78125l-2.734375 0zm11.349121 0l0 -13.59375l2.609375 0l0 13.59375l-2.609375 0zm5.1832886 -11.1875l0 -2.40625l2.609375 0l0 2.40625l-2.609375 0zm0 11.1875l0 -9.859375l2.609375 0l0 9.859375l-2.609375 0zm14.152069 0l-2.609375 0l0 -5.03125q0 -1.59375 -0.171875 -2.0625q-0.15625 -0.46875 -0.53125 -0.71875q-0.375 -0.265625 -0.90625 -0.265625q-0.6875 0 -1.234375 0.375q-0.53125 0.359375 -0.734375 0.984375q-0.1875 0.609375 -0.1875 2.25l0 4.46875l-2.6
 09375 0l0 -9.859375l2.421875 0l0 1.453125q1.296875 -1.671875 3.25 -1.671875q0.859375 0 1.578125 0.3125q0.71875 0.3125 1.078125 0.796875q0.359375 0.484375 0.5 1.09375q0.15625 0.609375 0.15625 1.75l0 6.125zm2.3334656 0l0 -13.59375l2.609375 0l0 7.203125l3.0625 -3.46875l3.203125 0l-3.375 3.609375l3.609375 6.25l-2.796875 0l-2.484375 -4.421875l-1.21875 1.265625l0 3.15625l-2.609375 0zm15.684021 0l0 -13.59375l5.78125 0q2.1875 0 3.171875 0.359375q0.984375 0.359375 1.578125 1.296875q0.59375 0.9375 0.59375 2.15625q0 1.53125 -0.90625 2.53125q-0.890625 0.984375 -2.6875 1.25q0.890625 0.515625 1.46875 1.140625q0.578125 0.625 1.5625 2.203125l1.671875 2.65625l-3.296875 0l-1.984375 -2.953125q-1.046875 -1.59375 -1.4375 -2.0q-0.390625 -0.421875 -0.828125 -0.5625q-0.4375 -0.15625 -1.390625 -0.15625l-0.546875 0l0 5.671875l-2.75 0zm2.75 -7.84375l2.03125 0q1.96875 0 2.453125 -0.171875q0.5 -0.171875 0.78125 -0.578125q0.28125 -0.40625 0.28125 -1.015625q0 -0.6875 -0.375 -1.109375q-0.359375 -0.421875 -1.03125 
 -0.53125q-0.328125 -0.046875 -2.0 -0.046875l-2.140625 0l0 3.453125zm17.176086 7.84375l0 -1.46875q-0.53125 0.78125 -1.40625 1.234375q-0.875 0.453125 -1.859375 0.453125q-0.984375 0 -1.78125 -0.4375q-0.78125 -0.4375 -1.140625 -1.21875q-0.34375 -0.796875 -0.34375 -2.1875l0 -6.234375l2.609375 0l0 4.53125q0 2.078125 0.140625 2.546875q0.140625 0.46875 0.515625 0.75q0.390625 0.265625 0.96875 0.265625q0.671875 0 1.203125 -0.359375q0.53125 -0.375 0.71875 -0.90625q0.1875 -0.546875 0.1875 -2.671875l0 -4.15625l2.609375 0l0 9.859375l-2.421875 0zm13.880341 0l-2.609375 0l0 -5.03125q0 -1.59375 -0.171875 -2.0625q-0.15625 -0.46875 -0.53125 -0.71875q-0.375 -0.265625 -0.90625 -0.265625q-0.6875 0 -1.234375 0.375q-0.53125 0.359375 -0.734375 0.984375q-0.1875 0.609375 -0.1875 2.25l0 4.46875l-2.609375 0l0 -9.859375l2.421875 0l0 1.453125q1.296875 -1.671875 3.25 -1.671875q0.859375 0 1.578125 0.3125q0.71875 0.3125 1.078125 0.796875q0.359375 0.484375 0.5 1.09375q0.15625 0.609375 0.15625 1.75l0 6.125zm6.942871 -9
 .859375l0 2.078125l-1.78125 0l0 3.984375q0 1.203125 0.046875 1.40625q0.0625 0.1875 0.234375 0.328125q0.1875 0.125 0.453125 0.125q0.359375 0 1.046875 -0.25l0.21875 2.015625q-0.90625 0.390625 -2.0625 0.390625q-0.703125 0 -1.265625 -0.234375q-0.5625 -0.234375 -0.828125 -0.609375q-0.265625 -0.375 -0.375 -1.015625q-0.078125 -0.453125 -0.078125 -1.84375l0 -4.296875l-1.203125 0l0 -2.078125l1.203125 0l0 -1.953125l2.609375 -1.515625l0 3.46875l1.78125 0zm1.697052 -1.328125l0 -2.40625l2.609375 0l0 2.40625l-2.609375 0zm0 11.1875l0 -9.859375l2.609375 0l0 9.859375l-2.609375 0zm4.9957886 -9.859375l2.40625 0l0 1.359375q1.28125 -1.578125 3.0625 -1.578125q0.953125 0 1.640625 0.390625q0.703125 0.390625 1.140625 1.1875q0.65625 -0.796875 1.40625 -1.1875q0.75 -0.390625 1.609375 -0.390625q1.078125 0 1.828125 0.453125q0.75 0.4375 1.125 1.28125q0.265625 0.640625 0.265625 2.046875l0 6.296875l-2.609375 0l0 -5.625q0 -1.46875 -0.265625 -1.90625q-0.359375 -0.546875 -1.109375 -0.546875q-0.546875 0 -1.03125 0.3437
 5q-0.484375 0.328125 -0.703125 0.96875q-0.203125 0.640625 -0.203125 2.03125l0 4.734375l-2.609375 0l0 -5.40625q0 -1.4375 -0.140625 -1.84375q-0.140625 -0.421875 -0.4375 -0.625q-0.28125 -0.203125 -0.78125 -0.203125q-0.609375 0 -1.09375 0.328125q-0.484375 0.3125 -0.6875 0.9375q-0.203125 0.609375 -0.203125 2.03125l0 4.78125l-2.609375 0l0 -9.859375zm22.479034 6.71875l2.609375 0.4375q-0.5 1.4375 -1.59375 2.1875q-1.078125 0.734375 -2.703125 0.734375q-2.5625 0 -3.796875 -1.671875q-0.96875 -1.34375 -0.96875 -3.40625q0 -2.4375 1.265625 -3.828125q1.28125 -1.390625 3.25 -1.390625q2.1875 0 3.453125 1.453125q1.28125 1.453125 1.234375 4.453125l-6.53125 0q0.015625 1.15625 0.625 1.8125q0.609375 0.640625 1.5 0.640625q0.609375 0 1.03125 -0.328125q0.421875 -0.34375 0.625 -1.09375zm0.15625 -2.625q-0.03125 -1.140625 -0.59375 -1.71875q-0.546875 -0.59375 -1.34375 -0.59375q-0.859375 0 -1.40625 0.625q-0.5625 0.609375 -0.546875 1.6875l3.890625 0z" fill-rule="nonzero"></path><path fill="#4ba8f3" fill-opacity="0
 .6" d="m156.43379 111.10781l0 0c0 -4.9981995 4.051834 -9.050049 9.050049 -9.050049l384.79755 0c2.4002075 0 4.7021484 0.9534836 6.399353 2.6506958c1.6972046 1.6972198 2.6506958 3.9991302 2.6506958 6.399353l0 36.19912c0 4.9981995 -4.05188 9.050049 -9.050049 9.050049l-384.79755 0c-4.9982147 0 -9.050049 -4.0518494 -9.050049 -9.050049z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m156.43379 111.10781l0 0c0 -4.9981995 4.051834 -9.050049 9.050049 -9.050049l384.79755 0c2.4002075 0 4.7021484 0.9534836 6.399353 2.6506958c1.6972046 1.6972198 2.6506958 3.9991302 2.6506958 6.399353l0 36.19912c0 4.9981995 -4.05188 9.050049 -9.050049 9.050049l-384.79755 0c-4.9982147 0 -9.050049 -4.0518494 -9.050049 -9.050049z" fill-rule="nonzero"></path><path fill="#000000" d="m291.91046 136.12737l0 -13.59375l9.3125 0l0 2.296875l-6.578125 0l0 3.21875l5.6875 0l0 2.296875l-5.6875 0l0 5.78125l-2.734375 0zm11.349091 0l0 -13.59375l2.609375 0l0 13
 .59375l-2.609375 0zm5.183319 -11.1875l0 -2.40625l2.609375 0l0 2.40625l-2.609375 0zm0 11.1875l0 -9.859375l2.609375 0l0 9.859375l-2.609375 0zm14.152039 0l-2.609375 0l0 -5.03125q0 -1.59375 -0.171875 -2.0625q-0.15625 -0.46875 -0.53125 -0.71875q-0.375 -0.265625 -0.90625 -0.265625q-0.6875 0 -1.234375 0.375q-0.53125 0.359375 -0.734375 0.984375q-0.1875 0.609375 -0.1875 2.25l0 4.46875l-2.609375 0l0 -9.859375l2.421875 0l0 1.453125q1.296875 -1.671875 3.25 -1.671875q0.859375 0 1.578125 0.3125q0.71875 0.3125 1.078125 0.796875q0.359375 0.484375 0.5 1.09375q0.15625 0.609375 0.15625 1.75l0 6.125zm2.333496 0l0 -13.59375l2.609375 0l0 7.203125l3.0625 -3.46875l3.203125 0l-3.375 3.609375l3.609375 6.25l-2.796875 0l-2.484375 -4.421875l-1.21875 1.265625l0 3.15625l-2.609375 0zm15.121521 -6.71875q0 -2.078125 0.625 -3.484375q0.453125 -1.046875 1.25 -1.859375q0.8125 -0.828125 1.765625 -1.234375q1.28125 -0.53125 2.9375 -0.53125q3.0 0 4.796875 1.859375q1.8125 1.859375 1.8125 5.1875q0 3.296875 -1.796875 5.15625q-
 1.78125 1.859375 -4.78125 1.859375q-3.03125 0 -4.828125 -1.84375q-1.78125 -1.859375 -1.78125 -5.109375zm2.828125 -0.09375q0 2.3125 1.0625 3.515625q1.078125 1.1875 2.71875 1.1875q1.640625 0 2.6875 -1.1875q1.046875 -1.1875 1.046875 -3.546875q0 -2.34375 -1.03125 -3.484375q-1.015625 -1.15625 -2.703125 -1.15625q-1.703125 0 -2.75 1.171875q-1.03125 1.15625 -1.03125 3.5zm12.152039 -3.046875l2.421875 0l0 1.453125q0.46875 -0.734375 1.28125 -1.203125q0.8125 -0.46875 1.796875 -0.46875q1.703125 0 2.90625 1.34375q1.203125 1.34375 1.203125 3.75q0 2.46875 -1.21875 3.84375q-1.203125 1.359375 -2.921875 1.359375q-0.8125 0 -1.484375 -0.3125q-0.65625 -0.328125 -1.390625 -1.125l0 4.96875l-2.59375 0l0 -13.609375zm2.578125 4.765625q0 1.65625 0.65625 2.453125q0.65625 0.796875 1.59375 0.796875q0.921875 0 1.515625 -0.71875q0.609375 -0.734375 0.609375 -2.40625q0 -1.546875 -0.625 -2.296875q-0.625 -0.75 -1.53125 -0.75q-0.96875 0 -1.59375 0.734375q-0.625 0.734375 -0.625 2.1875zm13.395996 -4.765625l0 2.078125l-1.7
 8125 0l0 3.984375q0 1.203125 0.046875 1.40625q0.0625 0.1875 0.234375 0.328125q0.1875 0.125 0.453125 0.125q0.359375 0 1.046875 -0.25l0.21875 2.015625q-0.90625 0.390625 -2.0625 0.390625q-0.703125 0 -1.265625 -0.234375q-0.5625 -0.234375 -0.828125 -0.609375q-0.265625 -0.375 -0.375 -1.015625q-0.078125 -0.453125 -0.078125 -1.84375l0 -4.296875l-1.203125 0l0 -2.078125l1.203125 0l0 -1.953125l2.609375 -1.515625l0 3.46875l1.78125 0zm1.697052 -1.328125l0 -2.40625l2.609375 0l0 2.40625l-2.609375 0zm0 11.1875l0 -9.859375l2.609375 0l0 9.859375l-2.609375 0zm4.9957886 -9.859375l2.40625 0l0 1.359375q1.28125 -1.578125 3.0625 -1.578125q0.953125 0 1.640625 0.390625q0.703125 0.390625 1.140625 1.1875q0.65625 -0.796875 1.40625 -1.1875q0.75 -0.390625 1.609375 -0.390625q1.078125 0 1.828125 0.453125q0.75 0.4375 1.125 1.28125q0.265625 0.640625 0.265625 2.046875l0 6.296875l-2.609375 0l0 -5.625q0 -1.46875 -0.265625 -1.90625q-0.359375 -0.546875 -1.109375 -0.546875q-0.546875 0 -1.03125 0.34375q-0.484375 0.328125 -0
 .703125 0.96875q-0.203125 0.640625 -0.203125 2.03125l0 4.734375l-2.609375 0l0 -5.40625q0 -1.4375 -0.140625 -1.84375q-0.140625 -0.421875 -0.4375 -0.625q-0.28125 -0.203125 -0.78125 -0.203125q-0.609375 0 -1.09375 0.328125q-0.484375 0.3125 -0.6875 0.9375q-0.203125 0.609375 -0.203125 2.03125l0 4.78125l-2.609375 0l0 -9.859375zm16.77591 -1.328125l0 -2.40625l2.609375 0l0 2.40625l-2.609375 0zm0 11.1875l0 -9.859375l2.609375 0l0 9.859375l-2.609375 0zm4.1364136 0l0 -2.03125l3.703125 -4.234375q0.90625 -1.046875 1.34375 -1.484375q-0.453125 0.03125 -1.203125 0.046875l-3.484375 0.015625l0 -2.171875l8.15625 0l0 1.859375l-3.765625 4.328125l-1.328125 1.4375q1.078125 -0.0625 1.34375 -0.0625l4.03125 0l0 2.296875l-8.796875 0zm16.078125 -3.140625l2.609375 0.4375q-0.5 1.4375 -1.59375 2.1875q-1.078125 0.734375 -2.703125 0.734375q-2.5625 0 -3.796875 -1.671875q-0.96875 -1.34375 -0.96875 -3.40625q0 -2.4375 1.265625 -3.828125q1.28125 -1.390625 3.25 -1.390625q2.1875 0 3.453125 1.453125q1.28125 1.453125 1.234375 
 4.453125l-6.53125 0q0.015625 1.15625 0.625 1.8125q0.609375 0.640625 1.5 0.640625q0.609375 0 1.03125 -0.328125q0.421875 -0.34375 0.625 -1.09375zm0.15625 -2.625q-0.03125 -1.140625 -0.59375 -1.71875q-0.546875 -0.59375 -1.34375 -0.59375q-0.859375 0 -1.40625 0.625q-0.5625 0.609375 -0.546875 1.6875l3.890625 0zm7.0163574 5.765625l-2.609375 0l0 -9.859375l2.421875 0l0 1.40625q0.625 -0.984375 1.109375 -1.296875q0.5 -0.328125 1.140625 -0.328125q0.890625 0 1.71875 0.5l-0.8125 2.265625q-0.65625 -0.421875 -1.21875 -0.421875q-0.546875 0 -0.9375 0.296875q-0.375 0.296875 -0.59375 1.09375q-0.21875 0.78125 -0.21875 3.296875l0 3.046875z" fill-rule="nonzero"></path><path fill="#e0e4cc" d="m156.43309 34.270718l0 0c0 -6.439102 5.219925 -11.659025 11.659027 -11.659025l96.1465 0c3.092163 0 6.0577087 1.2283573 8.244171 3.4148502c2.186493 2.186491 3.414856 5.15201 3.414856 8.244175l0 46.6347c0 6.439102 -5.2199097 11.659027 -11.659027 11.659027l-96.1465 0c-6.439102 0 -11.659027 -5.219925 -11.659027 -11.659027z
 " fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m156.43309 34.270718l0 0c0 -6.439102 5.219925 -11.659025 11.659027 -11.659025l96.1465 0c3.092163 0 6.0577087 1.2283573 8.244171 3.4148502c2.186493 2.186491 3.414856 5.15201 3.414856 8.244175l0 46.6347c0 6.439102 -5.2199097 11.659027 -11.659027 11.659027l-96.1465 0c-6.439102 0 -11.659027 -5.219925 -11.659027 -11.659027z" fill-rule="nonzero"></path><path fill="#000000" d="m183.56924 50.914318l2.734375 0l0 8.609375q0 1.6875 -0.296875 2.59375q-0.40625 1.1875 -1.453125 1.9062462q-1.046875 0.71875 -2.765625 0.71875q-2.015625 0 -3.109375 -1.1249962q-1.078125 -1.125 -1.078125 -3.3125l2.578125 -0.296875q0.046875 1.171875 0.34375 1.65625q0.453125 0.734375 1.359375 0.734375q0.921875 0 1.296875 -0.515625q0.390625 -0.53125 0.390625 -2.1875l0 -8.78125zm7.391342 6.75l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.4218
 75q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.609375 0.46875 1.3124962l-2.578125 0q-0.09375 -0.265625 -0.25 -0.7656212q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.6562462 -1.421875 0.9843712q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.8124962q-0.875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.359375 2.078125 -0.625q1.828125 -0.328125 2.53125 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234375 -1.40625 0.453125q-0.515625 0.359375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm7.656967 4.734371l-3.96875 -9.859371l2.734375 0l1.84375 5.03125l0.54687
 5 1.6875q0.21875 -0.640625 0.265625 -0.84375q0.125 -0.421875 0.28125 -0.84375l1.875 -5.03125l2.671875 0l-3.90625 9.859371l-2.34375 0zm9.610092 -6.843746l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.421875q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.609375 0.46875 1.3124962l-2.578125 0q-0.09375 -0.265625 -0.25 -0.7656212q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.6562462 -1.421875 0.9843712q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.8124962q-0.875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.359375 2.078125 -0.625q1.828125 -0.328125 2.53125 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234375 -1.40625 0.453125q-0.515625 0.35
 9375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm22.402771 4.734371l-2.984375 0l-1.1875 -3.0937462l-5.4375 0l-1.125 3.0937462l-2.90625 0l5.296875 -13.593746l2.90625 0l5.4375 13.593746zm-5.046875 -5.374996l-1.875 -5.046875l-1.84375 5.046875l3.71875 0zm6.254196 5.374996l0 -13.593746l4.421875 0q2.5 0 3.265625 0.203125q1.15625 0.296875 1.9375 1.328125q0.796875 1.015625 0.796875 2.640625q0 1.25 -0.453125 2.109375q-0.453125 0.859375 -1.15625 1.34375q-0.703125 0.484375 -1.421875 0.640625q-0.984375 0.203125 -2.84375 0.203125l-1.796875 0l0 5.124996l-2.75 0zm2.75 -11.296871l0 3.859375l1.5 0q1.625 0 2.171875 -0.21875q0.546875 -0.21875 0.859375 -0.671875q0.3125 -0.453125 0.3125 -1.046875q0 -0.75 -0.4375 -1.234375q-0.4375 -0.484375 -1.09375 -0.59375q-0.5 -0.09375 -1.984375 -0.09375l-1.328125 0zm9.615448 11.296871l0 -13.593746l2.75 0l0 13.593746l-2.75 
 0z" fill-rule="nonzero"></path><path fill="#f3de4a" d="m286.69717 34.270718l0 0c0 -6.439102 5.21994 -11.659025 11.659027 -11.659025l96.146515 0c3.0921936 0 6.0577087 1.2283573 8.244202 3.4148502c2.186493 2.186491 3.4148254 5.15201 3.4148254 8.244175l0 46.6347c0 6.439102 -5.2199097 11.659027 -11.659027 11.659027l-96.146515 0c-6.439087 0 -11.659027 -5.219925 -11.659027 -11.659027z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m286.69717 34.270718l0 0c0 -6.439102 5.21994 -11.659025 11.659027 -11.659025l96.146515 0c3.0921936 0 6.0577087 1.2283573 8.244202 3.4148502c2.186493 2.186491 3.4148254 5.15201 3.4148254 8.244175l0 46.6347c0 6.439102 -5.2199097 11.659027 -11.659027 11.659027l-96.146515 0c-6.439087 0 -11.659027 -5.219925 -11.659027 -11.659027z" fill-rule="nonzero"></path><path fill="#000000" d="m304.5984 60.086193l2.671875 -0.265625q0.234375 1.34375 0.96875 1.984375q0.75 0.625 2.0 0.625q1.328125 0 2.0 -0.5625q
 0.671875 -0.5625 0.671875 -1.3125q0 -0.484375 -0.28125 -0.8125q-0.28125 -0.34375 -0.984375 -0.59375q-0.484375 -0.171875 -2.203125 -0.59375q-2.203125 -0.546875 -3.09375 -1.34375q-1.265625 -1.125 -1.265625 -2.734375q0 -1.046875 0.59375 -1.953125q0.59375 -0.90625 1.703125 -1.375q1.109375 -0.46875 2.671875 -0.46875q2.5625 0 3.859375 1.125q1.296875 1.109375 1.359375 2.984375l-2.75 0.125q-0.171875 -1.046875 -0.75 -1.5q-0.578125 -0.46875 -1.75 -0.46875q-1.1875 0 -1.875 0.5q-0.4375 0.3125 -0.4375 0.84375q0 0.484375 0.421875 0.828125q0.515625 0.421875 2.515625 0.90625q2.0 0.46875 2.953125 0.984375q0.96875 0.5 1.515625 1.375q0.546875 0.875 0.546875 2.15625q0 1.171875 -0.65625 2.203125q-0.640625 1.015625 -1.828125 1.5156212q-1.1875 0.484375 -2.96875 0.484375q-2.578125 0 -3.96875 -1.1874962q-1.375 -1.1875 -1.640625 -3.46875zm21.709198 -2.515625l-2.5625 0.46875q-0.140625 -0.78125 -0.59375 -1.171875q-0.453125 -0.390625 -1.1875 -0.390625q-0.984375 0 -1.5625 0.671875q-0.578125 0.671875 -0.578125 2.
 25q0 1.765625 0.578125 2.484375q0.59375 0.71875 1.59375 0.71875q0.75 0 1.21875 -0.421875q0.46875 -0.421875 0.671875 -1.453125l2.546875 0.4375q-0.390625 1.765625 -1.53125 2.671875q-1.125 0.8906212 -3.03125 0.8906212q-2.15625 0 -3.453125 -1.3593712q-1.28125 -1.359375 -1.28125 -3.78125q0 -2.4375 1.296875 -3.796875q1.296875 -1.359375 3.484375 -1.359375q1.796875 0 2.859375 0.78125q1.0625 0.765625 1.53125 2.359375zm3.7351074 0.09375l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.421875q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.609375 0.46875 1.3124962l-2.578125 0q-0.09375 -0.265625 -0.25 -0.7656212q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.6562462 -1.421875 0.9843712q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.8124962q-0.875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.359375 2.078125 -0.
 625q1.828125 -0.328125 2.53125 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234375 -1.40625 0.453125q-0.515625 0.359375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm4.938202 4.734371l0 -13.593746l2.609375 0l0 13.593746l-2.609375 0zm7.136444 -6.843746l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.421875q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.609375 0.46875 1.3124962l-2.578125 0q-0.09375 -0.265625 -0.25 -0.7656212q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.6562462 -1.421875 0.9843712q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.
 8124962q-0.875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.359375 2.078125 -0.625q1.828125 -0.328125 2.53125 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234375 -1.40625 0.453125q-0.515625 0.359375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm22.402771 4.734371l-2.984375 0l-1.1875 -3.0937462l-5.4375 0l-1.125 3.0937462l-2.90625 0l5.296875 -13.593746l2.90625 0l5.4375 13.593746zm-5.046875 -5.374996l-1.875 -5.046875l-1.84375 5.046875l3.71875 0zm6.254181 5.374996l0 -13.593746l4.421875 0q2.5 0 3.265625 0.203125q1.15625 0.296875 1.9375 1.328125q0.796875 1.015625 0.796875 2.640625q0 1.25 -0.453125 2.109375q-0.453125 0.859375 -1.15625 1.3
 4375q-0.703125 0.484375 -1.421875 0.640625q-0.984375 0.203125 -2.84375 0.203125l-1.796875 0l0 5.124996l-2.75 0zm2.75 -11.296871l0 3.859375l1.5 0q1.625 0 2.171875 -0.21875q0.546875 -0.21875 0.859375 -0.671875q0.3125 -0.453125 0.3125 -1.046875q0 -0.75 -0.4375 -1.234375q-0.4375 -0.484375 -1.09375 -0.59375q-0.5 -0.09375 -1.984375 -0.09375l-1.328125 0zm9.615448 11.296871l0 -13.593746l2.75 0l0 13.593746l-2.75 0z" fill-rule="nonzero"></path><path fill="#f3f3f3" d="m13.252083 174.86906l0 0c0 -4.9981995 4.0518456 -9.050049 9.050049 -9.050049l116.136116 0c2.4002228 0 4.7021484 0.9534912 6.399353 2.6506958c1.6972198 1.6972198 2.6506958 3.9991302 2.6506958 6.399353l0 36.199112c0 4.9982147 -4.051834 9.050049 -9.050049 9.050049l-116.136116 0l0 0c-4.9982033 0 -9.050049 -4.051834 -9.050049 -9.050049z" fill-rule="nonzero"></path><path stroke="#999999" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m13.252083 174.86906l0 0c0 -4.9981995 4.0518456 -9.050049 9.050049 -9.050049l116.1
 36116 0c2.4002228 0 4.7021484 0.9534912 6.399353 2.6506958c1.6972198 1.6972198 2.6506958 3.9991302 2.6506958 6.399353l0 36.199112c0 4.9982147 -4.051834 9.050049 -9.050049 9.050049l-116.136116 0l0 0c-4.9982033 0 -9.050049 -4.051834 -9.050049 -9.050049z" fill-rule="nonzero"></path><path fill="#666666" d="m29.946 199.88863l0 -13.59375l2.75 0l0 5.34375l5.375 0l0 -5.34375l2.75 0l0 13.59375l-2.75 0l0 -5.953125l-5.375 0l0 5.953125l-2.75 0zm15.394821 -6.84375l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.421875q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.609375 0.46875 1.3125l-2.578125 0q-0.09375 -0.265625 -0.25 -0.765625q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.65625 -1.421875 0.984375q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.8125q-0.875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.3593
 75 2.078125 -0.625q1.828125 -0.328125 2.53125 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234375 -1.40625 0.453125q-0.515625 0.359375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm13.985092 4.734375l-2.421875 0l0 -1.453125q-0.609375 0.84375 -1.4375 1.265625q-0.8125 0.40625 -1.640625 0.40625q-1.703125 0 -2.921875 -1.359375q-1.203125 -1.375 -1.203125 -3.828125q0 -2.5 1.171875 -3.796875q1.1875 -1.3125 2.984375 -1.3125q1.65625 0 2.859375 1.375l0 -4.890625l2.609375 0l0 13.59375zm-6.96875 -5.140625q0 1.578125 0.4375 2.28125q0.640625 1.015625 1.765625 1.015625q0.90625 0 1.53125 -0.765625q0.625 -0.765625 0.625 -2.28125q0 -1.703125 -0.609375 -2.4375q-0.609375 -0.75 -1.5625 -0.75q-0.9375 0
  -1.5625 0.734375q-0.625 0.734375 -0.625 2.203125zm8.724106 0.078125q0 -1.296875 0.640625 -2.515625q0.640625 -1.21875 1.8125 -1.859375q1.171875 -0.640625 2.609375 -0.640625q2.25 0 3.671875 1.453125q1.421875 1.453125 1.421875 3.671875q0 2.234375 -1.4375 3.703125q-1.4375 1.46875 -3.625 1.46875q-1.359375 0 -2.59375 -0.609375q-1.21875 -0.609375 -1.859375 -1.796875q-0.640625 -1.1875 -0.640625 -2.875zm2.671875 0.140625q0 1.46875 0.6875 2.25q0.703125 0.765625 1.71875 0.765625q1.015625 0 1.703125 -0.765625q0.703125 -0.78125 0.703125 -2.265625q0 -1.453125 -0.703125 -2.234375q-0.6875 -0.78125 -1.703125 -0.78125q-1.015625 0 -1.71875 0.78125q-0.6875 0.78125 -0.6875 2.25zm8.724106 -0.140625q0 -1.296875 0.640625 -2.515625q0.640625 -1.21875 1.8125 -1.859375q1.171875 -0.640625 2.6093674 -0.640625q2.25 0 3.671875 1.453125q1.421875 1.453125 1.421875 3.671875q0 2.234375 -1.4375 3.703125q-1.4375 1.46875 -3.625 1.46875q-1.3593674 0 -2.5937424 -0.609375q-1.21875 -0.609375 -1.859375 -1.796875q-0.640625 -1
 .1875 -0.640625 -2.875zm2.671875 0.140625q0 1.46875 0.6875 2.25q0.7031174 0.765625 1.7187424 0.765625q1.015625 0 1.703125 -0.765625q0.703125 -0.78125 0.703125 -2.265625q0 -1.453125 -0.703125 -2.234375q-0.6875 -0.78125 -1.703125 -0.78125q-1.015625 0 -1.7187424 0.78125q-0.6875 0.78125 -0.6875 2.25zm9.255348 -4.9375l2.421875 0l0 1.453125q0.46875 -0.734375 1.28125 -1.203125q0.8125 -0.46875 1.796875 -0.46875q1.703125 0 2.90625 1.34375q1.203125 1.34375 1.203125 3.75q0 2.46875 -1.21875 3.84375q-1.203125 1.359375 -2.921875 1.359375q-0.8125 0 -1.484375 -0.3125q-0.65625 -0.328125 -1.390625 -1.125l0 4.96875l-2.59375 0l0 -13.609375zm2.578125 4.765625q0 1.65625 0.65625 2.453125q0.65625 0.796875 1.59375 0.796875q0.921875 0 1.515625 -0.71875q0.609375 -0.734375 0.609375 -2.40625q0 -1.546875 -0.625 -2.296875q-0.625 -0.75 -1.53125 -0.75q-0.96875 0 -1.59375 0.734375q-0.625 0.734375 -0.625 2.1875zm14.048035 5.09375l0 -13.59375l4.109375 0l2.46875 9.265625l2.4375 -9.265625l4.125 0l0 13.59375l-2.546875 0l
 0 -10.703125l-2.703125 10.703125l-2.640625 0l-2.703125 -10.703125l0 10.703125l-2.546875 0zm15.587677 0l0 -13.59375l5.78125 0q2.1875076 0 3.1718826 0.359375q0.984375 0.359375 1.578125 1.296875q0.59375 0.9375 0.59375 2.15625q0 1.53125 -0.90625 2.53125q-0.890625 0.984375 -2.6875076 1.25q0.8906326 0.515625 1.4687576 1.140625q0.578125 0.625 1.5625 2.203125l1.671875 2.65625l-3.296875 0l-1.9843826 -2.953125q-1.046875 -1.59375 -1.4375 -2.0q-0.390625 -0.421875 -0.828125 -0.5625q-0.4375 -0.15625 -1.390625 -0.15625l-0.546875 0l0 5.671875l-2.75 0zm2.75 -7.84375l2.03125 0q1.96875 0 2.453125 -0.171875q0.5 -0.171875 0.7812576 -0.578125q0.28125 -0.40625 0.28125 -1.015625q0 -0.6875 -0.375 -1.109375q-0.35938263 -0.421875 -1.0312576 -0.53125q-0.328125 -0.046875 -2.0 -0.046875l-2.140625 0l0 3.453125z" fill-rule="nonzero"></path><path fill="#f3f3f3" d="m13.252083 44.900852l0 0c0 -12.309963 9.979197 -22.28916 22.289158 -22.28916l89.6579 0l0 0c5.9114532 0 11.580795 2.3483143 15.7608185 6.528343c4.180023 4
 .180029 6.5283356 9.849363 6.5283356 15.760817l0 89.15398c0 12.309952 -9.979187 22.289154 -22.289154 22.289154l-89.6579 0l0 0c-12.309961 0 -22.289158 -9.979202 -22.289158 -22.289154z" fill-rule="nonzero"></path><path stroke="#999999" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m13.252083 44.900852l0 0c0 -12.309963 9.979197 -22.28916 22.289158 -22.28916l89.6579 0l0 0c5.9114532 0 11.580795 2.3483143 15.7608185 6.528343c4.180023 4.180029 6.5283356 9.849363 6.5283356 15.760817l0 89.15398c0 12.309952 -9.979187 22.289154 -22.289154 22.289154l-89.6579 0l0 0c-12.309961 0 -22.289158 -9.979202 -22.289158 -22.289154z" fill-rule="nonzero"></path><path fill="#666666" d="m42.881485 85.397835l0 -13.59375l2.75 0l0 5.34375l5.375 0l0 -5.34375l2.75 0l0 13.59375l-2.75 0l0 -5.953125l-5.375 0l0 5.953125l-2.75 0zm13.441696 -11.1875l0 -2.40625l2.609375 0l0 2.40625l-2.609375 0zm0 11.1875l0 -9.859375l2.609375 0l0 9.859375l-2.609375 0zm7.902054 0l-3.96875 -9.859375l2.734375 0l1.84375 5
 .03125l0.546875 1.6875q0.21875 -0.640625 0.265625 -0.84375q0.125 -0.421875 0.28125 -0.84375l1.875 -5.03125l2.671875 0l-3.90625 9.859375l-2.34375 0zm13.360092 -3.140625l2.609375 0.4375q-0.5 1.4375 -1.59375 2.1875q-1.078125 0.734375 -2.703125 0.734375q-2.5625 0 -3.796875 -1.671875q-0.96875 -1.34375 -0.96875 -3.40625q0 -2.4375 1.265625 -3.828125q1.28125 -1.390625 3.25 -1.390625q2.1875 0 3.453125 1.453125q1.28125 1.453125 1.234375 4.453125l-6.53125 0q0.015625 1.15625 0.625 1.8125q0.609375 0.640625 1.5 0.640625q0.609375 0 1.03125 -0.328125q0.421875 -0.34375 0.625 -1.09375zm0.15625 -2.625q-0.03125 -1.140625 -0.59375 -1.71875q-0.546875 -0.59375 -1.34375 -0.59375q-0.859375 0 -1.40625 0.625q-0.5625 0.609375 -0.546875 1.6875l3.890625 0zm11.652779 -1.078125l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.421875q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.60937
 5 0.46875 1.3125l-2.578125 0q-0.09375 -0.265625 -0.25 -0.765625q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.65625 -1.421875 0.984375q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.8125q-0.875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.359375 2.078125 -0.625q1.828125 -0.328125 2.53125 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234375 -1.40625 0.453125q-0.515625 0.359375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm13.906967 4.734375l-2.609375 0l0 -5.03125q0 -1.59375 -0.171875 -2.0625q-0.15625 -0.46875 -0.53125 -0.71875q-0.375 -0.265625 -0.90625 -0.265625q-0.6875 0 -1.234375 0.375q-0.53125 0.359375 -0.734375 0.984375q-
 0.1875 0.609375 -0.1875 2.25l0 4.46875l-2.609375 0l0 -9.859375l2.421875 0l0 1.453125q1.296875 -1.671875 3.25 -1.671875q0.859375 0 1.578125 0.3125q0.71875 0.3125 1.078125 0.796875q0.359375 0.484375 0.5 1.09375q0.15625 0.609375 0.15625 1.75l0 6.125zm11.474106 0l-2.421875 0l0 -1.453125q-0.609375 0.84375 -1.4375 1.265625q-0.8125 0.40625 -1.640625 0.40625q-1.703125 0 -2.921875 -1.359375q-1.203125 -1.375 -1.203125 -3.828125q0 -2.5 1.171875 -3.796875q1.1875 -1.3125 2.984375 -1.3125q1.65625 0 2.859375 1.375l0 -4.890625l2.609375 0l0 13.59375zm-6.96875 -5.140625q0 1.578125 0.4375 2.28125q0.640625 1.015625 1.765625 1.015625q0.90625 0 1.53125 -0.765625q0.625 -0.765625 0.625 -2.28125q0 -1.703125 -0.609375 -2.4375q-0.609375 -0.75 -1.5625 -0.75q-0.9375 0 -1.5625 0.734375q-0.625 0.734375 -0.625 2.203125z" fill-rule="nonzero"></path><path fill="#666666" d="m52.627647 102.335335q0 -1.296875 0.640625 -2.515625q0.640625 -1.21875 1.8125 -1.859375q1.171875 -0.640625 2.609375 -0.640625q2.25 0 3.671875 1.4
 53125q1.421875 1.453125 1.421875 3.671875q0 2.234375 -1.4375 3.703125q-1.4375 1.46875 -3.625 1.46875q-1.359375 0 -2.59375 -0.609375q-1.21875 -0.609375 -1.859375 -1.796875q-0.640625 -1.1875 -0.640625 -2.875zm2.671875 0.140625q0 1.46875 0.6875 2.25q0.703125 0.765625 1.71875 0.765625q1.015625 0 1.703125 -0.765625q0.703125 -0.78125 0.703125 -2.265625q0 -1.453125 -0.703125 -2.234375q-0.6875 -0.78125 -1.703125 -0.78125q-1.015625 0 -1.71875 0.78125q-0.6875 0.78125 -0.6875 2.25zm13.833481 -4.9375l0 2.078125l-1.78125 0l0 3.984375q0 1.203125 0.046875 1.40625q0.0625 0.1875 0.234375 0.328125q0.1875 0.125 0.453125 0.125q0.359375 0 1.046875 -0.25l0.21875 2.015625q-0.90625 0.390625 -2.0625 0.390625q-0.703125 0 -1.265625 -0.234375q-0.5625 -0.234375 -0.828125 -0.609375q-0.265625 -0.375 -0.375 -1.015625q-0.078125 -0.453125 -0.078125 -1.84375l0 -4.296875l-1.203125 0l0 -2.078125l1.203125 0l0 -1.953125l2.609375 -1.515625l0 3.46875l1.78125 0zm4.306427 -3.734375l0 5.0q1.25 -1.484375 3.015625 -1.484375q0.8
 90625 0 1.609375 0.34375q0.734375 0.328125 1.09375 0.84375q0.375 0.515625 0.5 1.15625q0.140625 0.625 0.140625 1.953125l0 5.78125l-2.609375 0l0 -5.203125q0 -1.546875 -0.15625 -1.96875q-0.140625 -0.421875 -0.515625 -0.65625q-0.375 -0.25 -0.9375 -0.25q-0.65625 0 -1.171875 0.3125q-0.5 0.3125 -0.734375 0.953125q-0.234375 0.640625 -0.234375 1.875l0 4.9375l-2.609375 0l0 -13.59375l2.609375 0zm14.489731 10.453125l2.609375 0.4375q-0.5 1.4375 -1.59375 2.1875q-1.078125 0.734375 -2.703125 0.734375q-2.5625 0 -3.796875 -1.671875q-0.96875 -1.34375 -0.96875 -3.40625q0 -2.4375 1.265625 -3.828125q1.28125 -1.390625 3.25 -1.390625q2.1875 0 3.453125 1.453125q1.28125 1.453125 1.234375 4.453125l-6.53125 0q0.015625 1.15625 0.625 1.8125q0.609375 0.640625 1.5 0.640625q0.609375 0 1.03125 -0.328125q0.421875 -0.34375 0.625 -1.09375zm0.15625 -2.625q-0.03125 -1.140625 -0.59375 -1.71875q-0.546875 -0.59375 -1.34375 -0.59375q-0.859375 0 -1.40625 0.625q-0.5625 0.609375 -0.546875 1.6875l3.890625 0zm7.016342 5.765625l-2
 .609375 0l0 -9.859375l2.421875 0l0 1.40625q0.625 -0.984375 1.109375 -1.296875q0.5 -0.328125 1.140625 -0.328125q0.890625 0 1.71875 0.5l-0.8125 2.265625q-0.65625 -0.421875 -1.21875 -0.421875q-0.546875 0 -0.9375 0.296875q-0.375 0.296875 -0.59375 1.09375q-0.21875 0.78125 -0.21875 3.296875l0 3.046875zm3.8540192 -2.8125l2.609375 -0.390625q0.171875 0.75 0.671875 1.15625q0.515625 0.390625 1.4375 0.390625q1.0 0 1.515625 -0.375q0.34375 -0.265625 0.34375 -0.703125q0 -0.296875 -0.1875 -0.484375q-0.1875 -0.1875 -0.875 -0.34375q-3.140625 -0.703125 -4.0 -1.265625q-1.15625 -0.796875 -1.15625 -2.21875q0 -1.28125 1.0 -2.15625q1.015625 -0.875 3.140625 -0.875q2.03125 0 3.0 0.65625q0.984375 0.65625 1.359375 1.953125l-2.453125 0.453125q-0.15625 -0.578125 -0.609375 -0.875q-0.4375 -0.3125 -1.25 -0.3125q-1.03125 0 -1.46875 0.296875q-0.296875 0.203125 -0.296875 0.515625q0 0.28125 0.25 0.484375q0.359375 0.25 2.4375 0.734375q2.078125 0.46875 2.90625 1.15625q0.828125 0.6875 0.828125 1.9375q0 1.359375 -1.140625 
 2.328125q-1.125 0.96875 -3.34375 0.96875q-2.015625 0 -3.1875 -0.8125q-1.171875 -0.8125 -1.53125 -2.21875z" fill-rule="nonzero"></path><path fill="#f78811" fill-opacity="0.35" d="m416.96118 34.270573l0 0c0 -6.4391003 5.2199097 -11.659023 11.659027 -11.659023l119.04416 0c3.092163 0 6.057678 1.2283573 8.244141 3.4148483c2.1865234 2.186491 3.414856 5.15201 3.414856 8.244175l0 46.63471c0 6.439102 -5.2199097 11.659027 -11.658997 11.659027l-119.04416 0c-6.4391174 0 -11.659027 -5.219925 -11.659027 -11.659027z" fill-rule="nonzero"></path><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m416.96118 34.270573l0 0c0 -6.4391003 5.2199097 -11.659023 11.659027 -11.659023l119.04416 0c3.092163 0 6.057678 1.2283573 8.244141 3.4148483c2.1865234 2.186491 3.414856 5.15201 3.414856 8.244175l0 46.63471c0 6.439102 -5.2199097 11.659027 -11.658997 11.659027l-119.04416 0c-6.4391174 0 -11.659027 -5.219925 -11.659027 -11.659027z" fill-rule="nonzero"></path><path fill="#0
 00000" d="m454.6145 52.08605l2.671875 -0.265625q0.234375 1.34375 0.96875 1.984375q0.75 0.625 2.0 0.625q1.328125 0 2.0 -0.5625q0.671875 -0.5625 0.671875 -1.3125q0 -0.484375 -0.28125 -0.8125q-0.28125 -0.34375 -0.984375 -0.59375q-0.484375 -0.171875 -2.203125 -0.59375q-2.203125 -0.546875 -3.09375 -1.34375q-1.265625 -1.125 -1.265625 -2.734375q0 -1.046875 0.59375 -1.953125q0.59375 -0.90625 1.703125 -1.375q1.109375 -0.46875 2.671875 -0.46875q2.5625 0 3.859375 1.125q1.296875 1.109375 1.359375 2.984375l-2.75 0.125q-0.171875 -1.046875 -0.75 -1.5q-0.578125 -0.46875 -1.75 -0.46875q-1.1875 0 -1.875 0.5q-0.4375 0.3125 -0.4375 0.84375q0 0.484375 0.421875 0.828125q0.515625 0.421875 2.515625 0.90625q2.0 0.46875 2.953125 0.984375q0.96875 0.5 1.515625 1.375q0.546875 0.875 0.546875 2.15625q0 1.171875 -0.65625 2.203125q-0.640625 1.015625 -1.828125 1.515625q-1.1875 0.484375 -2.96875 0.484375q-2.578125 0 -3.96875 -1.1875q-1.375 -1.1875 -1.640625 -3.46875zm13.052948 -5.4375l2.421875 0l0 1.453125q0.46875 -0
 .734375 1.28125 -1.203125q0.8125 -0.46875 1.796875 -0.46875q1.703125 0 2.90625 1.34375q1.203125 1.34375 1.203125 3.75q0 2.46875 -1.21875 3.84375q-1.203125 1.359375 -2.921875 1.359375q-0.8125 0 -1.484375 -0.3125q-0.65625 -0.328125 -1.390625 -1.125l0 4.96875l-2.59375 0l0 -13.609375zm2.578125 4.765625q0 1.65625 0.65625 2.453125q0.65625 0.796875 1.59375 0.796875q0.921875 0 1.515625 -0.71875q0.609375 -0.734375 0.609375 -2.40625q0 -1.546875 -0.625 -2.296875q-0.625 -0.75 -1.53125 -0.75q-0.96875 0 -1.59375 0.734375q-0.625 0.734375 -0.625 2.1875zm10.833496 -1.75l-2.359375 -0.4375q0.390625 -1.421875 1.359375 -2.109375q0.984375 -0.6875 2.90625 -0.6875q1.734375 0 2.59375 0.421875q0.859375 0.40625 1.203125 1.046875q0.34375 0.625 0.34375 2.328125l-0.03125 3.046875q0 1.296875 0.125 1.921875q0.125 0.609375 0.46875 1.3125l-2.578125 0q-0.09375 -0.265625 -0.25 -0.765625q-0.0625 -0.234375 -0.09375 -0.3125q-0.65625 0.65625 -1.421875 0.984375q-0.765625 0.3125 -1.625 0.3125q-1.515625 0 -2.40625 -0.8125q-0
 .875 -0.828125 -0.875 -2.09375q0 -0.84375 0.390625 -1.484375q0.40625 -0.65625 1.125 -1.0q0.71875 -0.359375 2.078125 -0.625q1.828125 -0.328125 2.53125 -0.625l0 -0.265625q0 -0.75 -0.375 -1.0625q-0.359375 -0.328125 -1.390625 -0.328125q-0.703125 0 -1.09375 0.28125q-0.390625 0.265625 -0.625 0.953125zm3.484375 2.109375q-0.5 0.171875 -1.59375 0.40625q-1.078125 0.234375 -1.40625 0.453125q-0.515625 0.359375 -0.515625 0.921875q0 0.546875 0.40625 0.953125q0.40625 0.390625 1.046875 0.390625q0.703125 0 1.34375 -0.46875q0.46875 -0.359375 0.625 -0.859375q0.09375 -0.34375 0.09375 -1.28125l0 -0.515625zm7.438202 4.734375l-2.609375 0l0 -9.859375l2.421875 0l0 1.40625q0.625 -0.984375 1.109375 -1.296875q0.5 -0.328125 1.140625 -0.328125q0.890625 0 1.71875 0.5l-0.8125 2.265625q-0.65625 -0.421875 -1.21875 -0.421875q-0.546875 0 -0.9375 0.296875q-0.375 0.296875 -0.59375 1.09375q-0.21875 0.78125 -0.21875 3.296875l0 3.046875zm4.5259094 0.65625l2.96875 0.359375q0.078125 0.515625 0.34375 0.703125q0.375 0.28125 1.
 171875 0.28125q1.03125 0 1.53125 -0.296875q0.34375 -0.203125 0.515625 -0.65625q0.125 -0.328125 0.125 -1.203125l0 -1.4375q-1.171875 1.59375 -2.953125 1.59375q-1.984375 0 -3.140625 -1.671875q-0.90625 -1.328125 -0.90625 -3.3125q0 -2.46875 1.1875 -3.78125q1.1875 -1.3125 2.96875 -1.3125q1.828125 0 3.015625 1.609375l0 -1.390625l2.4375 0l0 8.84375q0 1.75 -0.296875 2.609375q-0.28125 0.859375 -0.796875 1.34375q-0.515625 0.5 -1.390625 0.78125q-0.859375 0.28125 -2.1875 0.28125q-2.515625 0 -3.5625 -0.859375q-1.046875 -0.859375 -1.046875 -2.171875q0 -0.140625 0.015625 -0.3125zm2.328125 -5.78125q0 1.5625 0.609375 2.296875q0.609375 0.71875 1.5 0.71875q0.953125 0 1.609375 -0.734375q0.65625 -0.75 0.65625 -2.21875q0 -1.53125 -0.640625 -2.265625q-0.625 -0.75 -1.578125 -0.75q-0.9375 0 -1.546875 0.734375q-0.609375 0.71875 -0.609375 2.21875zm15.005341 1.984375l2.609375 0.4375q-0.5 1.4375 -1.59375 2.1875q-1.078125 0.734375 -2.703125 0.734375q-2.5625 0 -3.796875 -1.671875q-0.96875 -1.34375 -0.96875 -3.4062
 5q0 -2.4375 1.265625 -3.828125q1.28125 -1.390625 3.25 -1.390625q2.1875 0 3.453125 1.453125q1.28125 1.453125 1.234375 4.453125l-6.53125 0q0.015625 1.15625 0.625 1.8125q0.609375 0.640625 1.5 0.640625q0.609375 0 1.03125 -0.328125q0.421875 -0.34375 0.625 -1.09375zm0.15625 -2.625q-0.03125 -1.140625 -0.59375 -1.71875q-0.546875 -0.59375 -1.34375 -0.59375q-0.859375 0 -1.40625 0.625q-0.5625 0.609375 -0.546875 1.6875l3.890625 0zm4.5163574 5.765625l0 -13.59375l2.609375 0l0 13.59375l-2.609375 0z" fill-rule="nonzero"></path><path fill="#000000" d="m436.02078 69.96605l0 -1.5625l4.046875 0l0 3.703125q-0.59375 0.5625 -1.71875 1.0q-1.109375 0.4375 -2.265625 0.4375q-1.453125 0 -2.546875 -0.609375q-1.078125 -0.609375 -1.625 -1.75q-0.546875 -1.140625 -0.546875 -2.484375q0 -1.453125 0.609375 -2.578125q0.609375 -1.125 1.78125 -1.734375q0.890625 -0.46875 2.234375 -0.46875q1.71875 0 2.6875 0.734375q0.984375 0.71875 1.265625 2.0l-1.859375 0.359375q-0.203125 -0.6875 -0.75 -1.078125q-0.53125 -0.40625 -1.34375
  -0.40625q-1.234375 0 -1.96875 0.78125q-0.71875 0.78125 -0.71875 2.3125q0 1.65625 0.734375 2.484375q0.734375 0.828125 1.921875 0.828125q0.59375 0 1.1875 -0.21875q0.59375 -0.234375 1.015625 -0.5625l0 -1.1875l-2.140625 0zm7.72641 3.421875l-1.78125 0l0 -6.734375l1.65625 0l0 0.953125q0.421875 -0.6875 0.765625 -0.890625q0.34375 -0.21875 0.765625 -0.21875q0.609375 0 1.171875 0.328125l-0.546875 1.5625q-0.453125 -0.296875 -0.84375 -0.296875q-0.375 0 -0.640625 0.21875q-0.25 0.203125 -0.40625 0.75q-0.140625 0.53125 -0.140625 2.25l0 2.078125zm4.811798 -4.6875l-1.625 -0.296875q0.28125 -0.96875 0.9375 -1.4375q0.671875 -0.46875 1.984375 -0.46875q1.203125 0 1.78125 0.28125q0.578125 0.28125 0.8125 0.71875q0.25 0.4375 0.25 1.59375l-0.015625 2.078125q0 0.890625 0.078125 1.3125q0.09375 0.421875 0.328125 0.90625l-1.765625 0q-0.078125 -0.171875 -0.171875 -0.53125q-0.046875 -0.15625 -0.0625 -0.203125q-0.46875 0.4375 -0.984375 0.671875q-0.515625 0.21875 -1.109375 0.21875q-1.046875 0 -1.640625 -0.5625q-0.5
 9375 -0.578125 -0.59375 -1.4375q0 -0.5625 0.265625 -1.015625q0.28125 -0.453125 0.765625 -0.6875q0.5 -0.234375 1.421875 -0.421875q1.25 -0.234375 1.734375 -0.4375l0 -0.171875q0 -0.515625 -0.265625 -0.734375q-0.25 -0.21875 -0.953125 -0.21875q-0.46875 0 -0.734375 0.1875q-0.265625 0.1875 -0.4375 0.65625zm2.390625 1.453125q-0.34375 0.109375 -1.09375 0.265625q-0.734375 0.15625 -0.96875 0.3125q-0.34375 0.25 -0.34375 0.625q0 0.375 0.28125 0.65625q0.28125 0.265625 0.703125 0.265625q0.484375 0 0.921875 -0.3125q0.328125 -0.234375 0.421875 -0.59375q0.078125 -0.21875 0.078125 -0.859375l0 -0.359375zm3.6312256 -3.5l1.671875 0l0 0.984375q0.328125 -0.515625 0.875 -0.828125q0.546875 -0.3125 1.21875 -0.3125q1.1875 0 2.0 0.921875q0.8125 0.921875 0.8125 2.5625q0 1.6875 -0.828125 2.625q-0.8125 0.9375 -1.984375 0.9375q-0.5625 0 -1.015625 -0.21875q-0.453125 -0.234375 -0.953125 -0.765625l0 3.390625l-1.796875 0l0 -9.296875zm1.765625 3.25q0 1.140625 0.453125 1.6875q0.453125 0.53125 1.109375 0.53125q0.609375 0 
 1.015625 -0.5q0.421875 -0.5 0.421875 -1.625q0 -1.0625 -0.421875 -1.578125q-0.421875 -0.515625 -1.046875 -0.515625q-0.65625 0 -1.09375 0.515625q-0.4375 0.5 -0.4375 1.484375zm8.203857 -5.828125l0 3.421875q0.875 -1.0 2.078125 -1.0q0.609375 0 1.09375 0.234375q0.5 0.21875 0.75 0.578125q0.25 0.359375 0.34375 0.796875q0.09375 0.421875 0.09375 1.328125l0 3.953125l-1.78125 0l0 -3.5625q0 -1.0625 -0.109375 -1.34375q-0.09375 -0.28125 -0.359375 -0.453125q-0.25 -0.171875 -0.640625 -0.171875q-0.4375 0 -0.796875 0.21875q-0.34375 0.21875 -0.515625 0.65625q-0.15625 0.421875 -0.15625 1.28125l0 3.375l-1.78125 0l0 -9.3125l1.78125 0zm10.09433 9.3125l0 -9.3125l3.015625 0q1.703125 0 2.234375 0.140625q0.796875 0.21875 1.328125 0.921875q0.546875 0.703125 0.546875 1.8125q0 0.84375 -0.3125 1.4375q-0.3125 0.578125 -0.796875 0.921875q-0.46875 0.328125 -0.96875 0.4375q-0.671875 0.125 -1.953125 0.125l-1.21875 0l0 3.515625l-1.875 0zm1.875 -7.734375l0 2.640625l1.03125 0q1.109375 0 1.484375 -0.140625q0.375 -0.15625 0
 .578125 -0.453125q0.21875 -0.3125 0.21875 -0.734375q0 -0.5 -0.296875 -0.828125q-0.296875 -0.328125 -0.765625 -0.421875q-0.328125 -0.0625 -1.34375 -0.0625l-0.90625 0zm8.7022705 7.734375l-1.78125 0l0 -6.734375l1.65625 0l0 0.953125q0.421875 -0.6875 0.765625 -0.890625q0.34375 -0.21875 0.765625 -0.21875q0.609375 0 1.171875 0.328125l-0.546875 1.5625q-0.453125 -0.296875 -0.84375 -0.296875q-0.375 0 -0.640625 0.21875q-0.25 0.203125 -0.40625 0.75q-0.140625 0.53125 -0.140625 2.25l0 2.078125zm3.0617676 -3.46875q0 -0.890625 0.4375 -1.71875q0.4375 -0.828125 1.234375 -1.265625q0.8125 -0.4375 1.8125 -0.4375q1.515625 0 2.5 1.0q0.984375 0.984375 0.984375 2.5q0 1.53125 -1.0 2.546875q-0.984375 1.0 -2.484375 1.0q-0.921875 0 -1.765625 -0.421875q-0.84375 -0.421875 -1.28125 -1.21875q-0.4375 -0.8125 -0.4375 -1.984375zm1.828125 0.09375q0 1.0 0.46875 1.546875q0.484375 0.53125 1.1875 0.53125q0.703125 0 1.171875 -0.53125q0.46875 -0.546875 0.46875 -1.5625q0 -0.984375 -0.46875 -1.515625q-0.46875 -0.53125 -1.17187
 5 -0.53125q-0.703125 0 -1.1875 0.53125q-0.46875 0.53125 -0.46875 1.53125zm12.610107 -1.375l-1.765625 0.3125q-0.078125 -0.515625 -0.40625 -0.78125q-0.3125 -0.265625 -0.8125 -0.265625q-0.65625 0 -1.0625 0.453125q-0.390625 0.453125 -0.390625 1.546875q0 1.1875 0.40625 1.6875q0.40625 0.5 1.078125 0.5q0.515625 0 0.828125 -0.28125q0.328125 -0.296875 0.453125 -1.0l1.765625 0.296875q-0.28125 1.203125 -1.0625 1.828125q-0.765625 0.609375 -2.0625 0.609375q-1.484375 0 -2.359375 -0.9375q-0.875 -0.9375 -0.875 -2.578125q0 -1.671875 0.875 -2.59375q0.875 -0.9375 2.390625 -0.9375q1.234375 0 1.953125 0.53125q0.734375 0.53125 1.046875 1.609375zm5.4437256 2.609375l1.765625 0.296875q-0.34375 0.96875 -1.078125 1.484375q-0.734375 0.515625 -1.84375 0.515625q-1.765625 0 -2.609375 -1.15625q-0.671875 -0.921875 -0.671875 -2.3125q0 -1.6875 0.875 -2.625q0.890625 -0.953125 2.21875 -0.953125q1.515625 0 2.375 1.0q0.875 0.984375 0.828125 3.03125l-4.46875 0q0.03125 0.796875 0.4375 1.234375q0.40625 0.4375 1.03125 0.4375
 q0.421875 0 0.703125 -0.21875q0.28125 -0.234375 0.4375 -0.734375zm0.09375 -1.8125q-0.015625 -0.765625 -0.40625 -1.171875q-0.375 -0.40625 -0.921875 -0.40625q-0.578125 0 -0.96875 0.421875q-0.375 0.4375 -0.375 1.15625l2.671875 0zm2.7874756 2.03125l1.78125 -0.28125q0.109375 0.53125 0.453125 0.796875q0.359375 0.265625 0.984375 0.265625q0.703125 0 1.046875 -0.25q0.234375 -0.171875 0.234375 -0.46875q0 -0.203125 -0.125 -0.34375q-0.140625 -0.125 -0.59375 -0.234375q-2.15625 -0.46875 -2.734375 -0.875q-0.8125 -0.546875 -0.8125 -1.515625q0 -0.875 0.6875 -1.46875q0.703125 -0.59375 2.15625 -0.59375q1.390625 0 2.0625 0.453125q0.671875 0.4375 0.921875 1.328125l-1.6875 0.3125q-0.109375 -0.390625 -0.40625 -0.59375q-0.296875 -0.21875 -0.859375 -0.21875q-0.703125 0 -1.015625 0.1875q-0.203125 0.140625 -0.203125 0.375q0 0.1875 0.1875 0.3125q0.234375 0.1875 1.65625 0.515625q1.4375 0.3125 2.0 0.78125q0.5625 0.484375 0.5625 1.328125q0 0.921875 -0.78125 1.59375q-0.78125 0.671875 -2.296875 0.671875q-1.375 0 -2
 .1875 -0.5625q-0.796875 -0.5625 -1.03125 -1.515625zm7.4124756 0l1.78125 -0.28125q0.109375 0.53125 0.453125 0.796875q0.359375 0.265625 0.984375 0.265625q0.703125 0 1.046875 -0.25q0.234375 -0.171875 0.234375 -0.46875q0 -0.203125 -0.125 -0.34375q-0.140625 -0.125 -0.59375 -0.234375q-2.15625 -0.46875 -2.734375 -0.875q-0.8125 -0.546875 -0.8125 -1.515625q0 -0.875 0.6875 -1.46875q0.703125 -0.59375 2.15625 -0.59375q1.390625 0 2.0625 0.453125q0.671875 0.4375 0.921875 1.328125l-1.6875 0.3125q-0.109375 -0.390625 -0.40625 -0.59375q-0.296875 -0.21875 -0.859375 -0.21875q-0.703125 0 -1.015625 0.1875q-0.203125 0.140625 -0.203125 0.375q0 0.1875 0.1875 0.3125q0.234375 0.1875 1.65625 0.515625q1.4375 0.3125 2.0 0.78125q0.5625 0.484375 0.5625 1.328125q0 0.921875 -0.78125 1.59375q-0.78125 0.671875 -2.296875 0.671875q-1.375 0 -2.1875 -0.5625q-0.796875 -0.5625 -1.03125 -1.515625zm8.037476 -5.734375l0 -1.65625l1.78125 0l0 1.65625l-1.78125 0zm0 7.65625l0 -6.734375l1.78125 0l0 6.734375l-1.78125 0zm9.828003 0l-
 1.78125 0l0 -3.4375q0 -1.09375 -0.125 -1.40625q-0.109375 -0.328125 -0.375 -0.5q-0.25 -0.1875 -0.609375 -0.1875q-0.453125 0 -0.828125 0.265625q-0.359375 0.25 -0.5 0.671875q-0.140625 0.40625 -0.140625 1.546875l0 3.046875l-1.78125 0l0 -6.734375l1.65625 0l0 0.984375q0.875 -1.140625 2.21875 -1.140625q0.59375 0 1.078125 0.21875q0.484375 0.203125 0.734375 0.53125q0.265625 0.328125 0.359375 0.75q0.09375 0.421875 0.09375 1.203125l0 4.1875zm1.8444824 0.4375l2.046875 0.25q0.046875 0.359375 0.234375 0.5q0.25 0.1875 0.796875 0.1875q0.6875 0 1.046875 -0.21875q0.234375 -0.140625 0.359375 -0.4375q0.078125 -0.234375 0.078125 -0.828125l0 -0.984375q-0.796875 1.09375 -2.015625 1.09375q-1.359375 0 -2.15625 -1.15625q-0.625 -0.90625 -0.625 -2.25q0 -1.703125 0.8125 -2.59375q0.828125 -0.890625 2.03125 -0.890625q1.25 0 2.0625 1.09375l0 -0.9375l1.671875 0l0 6.046875q0 1.1875 -0.203125 1.78125q-0.1875 0.59375 -0.546875 0.921875q-0.359375 0.34375 -0.953125 0.53125q-0.59375 0.1875 -1.5 0.1875q-1.703125 0 -2.4218
 75 -0.59375q-0.71875 -0.578125 -0.71875 -1.484375q0 -0.078125 0 -0.21875zm1.59375 -3.953125q0 1.078125 0.40625 1.578125q0.421875 0.5 1.03125 0.5q0.65625 0 1.109375 -0.515625q0.453125 -0.515625 0.453125 -1.515625q0 -1.046875 -0.4375 -1.546875q-0.421875 -0.515625 -1.09375 -0.515625q-0.640625 0 -1.0625 0.5q-0.40625 0.5 -0.40625 1.515625z" fill-rule="nonzero"></path></g></svg>
-

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo.png
----------------------------------------------------------------------
diff --git a/img/logo.png b/img/logo.png
deleted file mode 100755
index 8a7996d..0000000
Binary files a/img/logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/100/flink_squirrel_100_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/100/flink_squirrel_100_black.png b/img/logo/png/100/flink_squirrel_100_black.png
deleted file mode 100644
index 6869f58..0000000
Binary files a/img/logo/png/100/flink_squirrel_100_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/100/flink_squirrel_100_color.png
----------------------------------------------------------------------
diff --git a/img/logo/png/100/flink_squirrel_100_color.png b/img/logo/png/100/flink_squirrel_100_color.png
deleted file mode 100644
index c508e1e..0000000
Binary files a/img/logo/png/100/flink_squirrel_100_color.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/100/flink_squirrel_100_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/100/flink_squirrel_100_white.png b/img/logo/png/100/flink_squirrel_100_white.png
deleted file mode 100644
index 088fb27..0000000
Binary files a/img/logo/png/100/flink_squirrel_100_white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/1000/flink1000_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink1000_black.png b/img/logo/png/1000/flink1000_black.png
deleted file mode 100644
index 31af663..0000000
Binary files a/img/logo/png/1000/flink1000_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/1000/flink1000_color_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink1000_color_black.png b/img/logo/png/1000/flink1000_color_black.png
deleted file mode 100644
index 2f4b991..0000000
Binary files a/img/logo/png/1000/flink1000_color_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/1000/flink1000_color_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink1000_color_white.png b/img/logo/png/1000/flink1000_color_white.png
deleted file mode 100644
index cd0b56e..0000000
Binary files a/img/logo/png/1000/flink1000_color_white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/1000/flink1000_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink1000_white.png b/img/logo/png/1000/flink1000_white.png
deleted file mode 100644
index 3b7b253..0000000
Binary files a/img/logo/png/1000/flink1000_white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/1000/flink_squirrel_1000.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink_squirrel_1000.png b/img/logo/png/1000/flink_squirrel_1000.png
deleted file mode 100644
index 37c980e..0000000
Binary files a/img/logo/png/1000/flink_squirrel_1000.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/1000/flink_squirrel_black_1000.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink_squirrel_black_1000.png b/img/logo/png/1000/flink_squirrel_black_1000.png
deleted file mode 100644
index b68621d..0000000
Binary files a/img/logo/png/1000/flink_squirrel_black_1000.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/1000/flink_squirrel_white_1000.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink_squirrel_white_1000.png b/img/logo/png/1000/flink_squirrel_white_1000.png
deleted file mode 100644
index 14c7350..0000000
Binary files a/img/logo/png/1000/flink_squirrel_white_1000.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/200/flink2_200_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink2_200_black.png b/img/logo/png/200/flink2_200_black.png
deleted file mode 100644
index cca3b69..0000000
Binary files a/img/logo/png/200/flink2_200_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/200/flink2_200_color_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink2_200_color_black.png b/img/logo/png/200/flink2_200_color_black.png
deleted file mode 100644
index 5993ee8..0000000
Binary files a/img/logo/png/200/flink2_200_color_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/200/flink2_200_color_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink2_200_color_white.png b/img/logo/png/200/flink2_200_color_white.png
deleted file mode 100644
index b243fe1..0000000
Binary files a/img/logo/png/200/flink2_200_color_white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/200/flink2_200_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink2_200_white.png b/img/logo/png/200/flink2_200_white.png
deleted file mode 100644
index 5ba4d45..0000000
Binary files a/img/logo/png/200/flink2_200_white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/200/flink_squirrel_200_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink_squirrel_200_black.png b/img/logo/png/200/flink_squirrel_200_black.png
deleted file mode 100644
index 439671f..0000000
Binary files a/img/logo/png/200/flink_squirrel_200_black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/200/flink_squirrel_200_color.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink_squirrel_200_color.png b/img/logo/png/200/flink_squirrel_200_color.png
deleted file mode 100644
index 1335330..0000000
Binary files a/img/logo/png/200/flink_squirrel_200_color.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/png/200/flink_squirrel_200_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink_squirrel_200_white.png b/img/logo/png/200/flink_squirrel_200_white.png
deleted file mode 100644
index dcba5fa..0000000
Binary files a/img/logo/png/200/flink_squirrel_200_white.png and /dev/null differ


[36/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2015/03/02/february-2015-in-flink.html
----------------------------------------------------------------------
diff --git a/content/news/2015/03/02/february-2015-in-flink.html b/content/news/2015/03/02/february-2015-in-flink.html
new file mode 100644
index 0000000..c41d9ee
--- /dev/null
+++ b/content/news/2015/03/02/february-2015-in-flink.html
@@ -0,0 +1,291 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: February 2015 in the Flink community</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>February 2015 in the Flink community</h1>
+
+      <article>
+        <p>02 Mar 2015</p>
+
+<p>February might be the shortest month of the year, but this does not
+mean that the Flink community has not been busy adding features to the
+system and fixing bugs. Here’s a rundown of the activity in the Flink
+community last month.</p>
+
+<h3 id="release">0.8.1 release</h3>
+
+<p>Flink 0.8.1 was released. This bugfixing release resolves a total of 22 issues.</p>
+
+<h3 id="new-committer">New committer</h3>
+
+<p><a href="https://github.com/mxm">Max Michels</a> has been voted a committer by the Flink PMC.</p>
+
+<h3 id="flink-adapter-for-apache-samoa">Flink adapter for Apache SAMOA</h3>
+
+<p><a href="http://samoa.incubator.apache.org">Apache SAMOA (incubating)</a> is a
+distributed streaming machine learning (ML) framework with a
+programming abstraction for distributed streaming ML algorithms. SAMOA
+runs on a variety of backend engines, currently Apache Storm and
+Apache S4.  A <a href="https://github.com/apache/incubator-samoa/pull/11">pull
+request</a> is
+available at the SAMOA repository that adds a Flink adapter for SAMOA.</p>
+
+<h3 id="easy-flink-deployment-on-google-compute-cloud">Easy Flink deployment on Google Compute Cloud</h3>
+
+<p>Flink is now integrated in bdutil, Google’s open source tool for
+creating and configuring (Hadoop) clusters in Google Compute
+Engine. Deployment of Flink clusters in now supported starting with
+<a href="https://groups.google.com/forum/#!topic/gcp-hadoop-announce/uVJ_6y9cGKM">bdutil
+1.2.0</a>.</p>
+
+<h3 id="flink-on-the-web">Flink on the Web</h3>
+
+<p>A new blog post on <a href="http://flink.apache.org/news/2015/02/09/streaming-example.html">Flink
+Streaming</a>
+was published at the blog. Flink was mentioned in several articles on
+the web. Here are some examples:</p>
+
+<ul>
+  <li>
+    <p><a href="http://dataconomy.com/how-flink-became-an-apache-top-level-project/">How Flink became an Apache Top-Level Project</a></p>
+  </li>
+  <li>
+    <p><a href="https://www.linkedin.com/pulse/stale-synchronous-parallelism-new-frontier-apache-flink-nam-luc-tran?utm_content=buffer461af&amp;utm_medium=social&amp;utm_source=linkedin.com&amp;utm_campaign=buffer">Stale Synchronous Parallelism: The new frontier for Apache Flink?</a></p>
+  </li>
+  <li>
+    <p><a href="http://www.hadoopsphere.com/2015/02/distributed-data-processing-with-apache.html">Distributed data processing with Apache Flink</a></p>
+  </li>
+  <li>
+    <p><a href="http://www.hadoopsphere.com/2015/02/ciao-latency-hallo-speed.html">Ciao latency, hello speed</a></p>
+  </li>
+</ul>
+
+<h2 id="in-the-flink-master">In the Flink master</h2>
+
+<p>The following features have been now merged in Flink’s master repository.</p>
+
+<h3 id="gelly">Gelly</h3>
+
+<p>Gelly, Flink’s Graph API allows users to manipulate graph-shaped data
+directly. Here’s for example a calculation of shortest paths in a
+graph:</p>
+
+<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">Graph</span><span class="o">&lt;</span><span class="n">Long</span><span class="o">,</span> <span class="n">Double</span><span class="o">,</span> <span class="n">Double</span><span class="o">&gt;</span> <span class="n">graph</span> <span class="o">=</span> <span class="n">Graph</span><span class="o">.</span><span class="na">fromDataSet</span><span class="o">(</span><span class="n">vertices</span><span class="o">,</span> <span class="n">edges</span><span class="o">,</span> <span class="n">env</span><span class="o">);</span>
+
+<span class="n">DataSet</span><span class="o">&lt;</span><span class="n">Vertex</span><span class="o">&lt;</span><span class="n">Long</span><span class="o">,</span> <span class="n">Double</span><span class="o">&gt;&gt;</span> <span class="n">singleSourceShortestPaths</span> <span class="o">=</span> <span class="n">graph</span>
+     <span class="o">.</span><span class="na">run</span><span class="o">(</span><span class="k">new</span> <span class="n">SingleSourceShortestPaths</span><span class="o">&lt;</span><span class="n">Long</span><span class="o">&gt;(</span><span class="n">srcVertexId</span><span class="o">,</span>
+           <span class="n">maxIterations</span><span class="o">)).</span><span class="na">getVertices</span><span class="o">();</span></code></pre></div>
+
+<p>See more Gelly examples
+<a href="https://github.com/apache/flink/tree/master/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example">here</a>.</p>
+
+<h3 id="flink-expressions">Flink Expressions</h3>
+
+<p>The newly merged
+<a href="https://github.com/apache/flink/tree/master/flink-staging/flink-expressions">flink-expressions</a>
+module is the first step in Flink’s roadmap towards logical queries
+and SQL support. Here’s a preview on how you can read two CSV file,
+assign a logical schema to, and apply transformations like filters and
+joins using logical attributes rather than physical data types.</p>
+
+<div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="k">val</span> <span class="n">customers</span> <span class="k">=</span> <span class="n">getCustomerDataSet</span><span class="o">(</span><span class="n">env</span><span class="o">)</span>
+ <span class="o">.</span><span class="n">as</span><span class="o">(</span><span class="-Symbol">&#39;id</span><span class="o">,</span> <span class="-Symbol">&#39;mktSegment</span><span class="o">)</span>
+ <span class="o">.</span><span class="n">filter</span><span class="o">(</span> <span class="-Symbol">&#39;mktSegment</span> <span class="o">===</span> <span class="s">&quot;AUTOMOBILE&quot;</span> <span class="o">)</span>
+
+<span class="k">val</span> <span class="n">orders</span> <span class="k">=</span> <span class="n">getOrdersDataSet</span><span class="o">(</span><span class="n">env</span><span class="o">)</span>
+ <span class="o">.</span><span class="n">filter</span><span class="o">(</span> <span class="n">o</span> <span class="k">=&gt;</span> <span class="n">dateFormat</span><span class="o">.</span><span class="n">parse</span><span class="o">(</span><span class="n">o</span><span class="o">.</span><span class="n">orderDate</span><span class="o">).</span><span class="n">before</span><span class="o">(</span><span class="n">date</span><span class="o">)</span> <span class="o">)</span>
+ <span class="o">.</span><span class="n">as</span><span class="o">(</span><span class="-Symbol">&#39;orderId</span><span class="o">,</span> <span class="-Symbol">&#39;custId</span><span class="o">,</span> <span class="-Symbol">&#39;orderDate</span><span class="o">,</span> <span class="-Symbol">&#39;shipPrio</span><span class="o">)</span>
+
+<span class="k">val</span> <span class="n">items</span> <span class="k">=</span>
+ <span class="n">orders</span><span class="o">.</span><span class="n">join</span><span class="o">(</span><span class="n">customers</span><span class="o">)</span>
+   <span class="o">.</span><span class="n">where</span><span class="o">(</span><span class="-Symbol">&#39;custId</span> <span class="o">===</span> <span class="-Symbol">&#39;id</span><span class="o">)</span>
+   <span class="o">.</span><span class="n">select</span><span class="o">(</span><span class="-Symbol">&#39;orderId</span><span class="o">,</span> <span class="-Symbol">&#39;orderDate</span><span class="o">,</span> <span class="-Symbol">&#39;shipPrio</span><span class="o">)</span></code></pre></div>
+
+<h3 id="access-to-hcatalog-tables">Access to HCatalog tables</h3>
+
+<p>With the <a href="https://github.com/apache/flink/tree/master/flink-staging/flink-hcatalog">flink-hcatalog
+module</a>,
+you can now conveniently access HCatalog/Hive tables. The module
+supports projection (selection and order of fields) and partition
+filters.</p>
+
+<h3 id="access-to-secured-yarn-clustershdfs">Access to secured YARN clusters/HDFS.</h3>
+
+<p>With this change users can access Kerberos secured YARN (and HDFS)
+Hadoop clusters.  Also, basic support for accessing secured HDFS with
+a standalone Flink setup is now available.</p>
+
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html
----------------------------------------------------------------------
diff --git a/content/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html b/content/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html
new file mode 100644
index 0000000..e1112fb
--- /dev/null
+++ b/content/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html
@@ -0,0 +1,365 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Peeking into Apache Flink's Engine Room</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Peeking into Apache Flink's Engine Room</h1>
+
+      <article>
+        <p>13 Mar 2015 by Fabian Hüske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p>
+
+<h3 id="join-processing-in-apache-flink">Join Processing in Apache Flink</h3>
+
+<p>Joins are prevalent operations in many data processing applications. Most data processing systems feature APIs that make joining data sets very easy. However, the internal algorithms for join processing are much more involved – especially if large data sets need to be efficiently handled. Therefore, join processing serves as a good example to discuss the salient design points and implementation details of a data processing system.</p>
+
+<p>In this blog post, we cut through Apache Flink’s layered architecture and take a look at its internals with a focus on how it handles joins. Specifically, I will</p>
+
+<ul>
+  <li>show how easy it is to join data sets using Flink’s fluent APIs,</li>
+  <li>discuss basic distributed join strategies, Flink’s join implementations, and its memory management,</li>
+  <li>talk about Flink’s optimizer that automatically chooses join strategies,</li>
+  <li>show some performance numbers for joining data sets of different sizes, and finally</li>
+  <li>briefly discuss joining of co-located and pre-sorted data sets.</li>
+</ul>
+
+<p><em>Disclaimer</em>: This blog post is exclusively about equi-joins. Whenever I say “join” in the following, I actually mean “equi-join”.</p>
+
+<h3 id="how-do-i-join-with-flink">How do I join with Flink?</h3>
+
+<p>Flink provides fluent APIs in Java and Scala to write data flow programs. Flink’s APIs are centered around parallel data collections which are called data sets. data sets are processed by applying Transformations that compute new data sets. Flink’s transformations include Map and Reduce as known from MapReduce <a href="http://research.google.com/archive/mapreduce.html">[1]</a> but also operators for joining, co-grouping, and iterative processing. The documentation gives an overview of all available transformations <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/dataset_transformations.html">[2]</a>.</p>
+
+<p>Joining two Scala case class data sets is very easy as the following example shows:</p>
+
+<div class="highlight"><pre><code class="language-scala"><span class="c1">// define your data types</span>
+<span class="k">case</span> <span class="k">class</span> <span class="nc">PageVisit</span><span class="o">(</span><span class="n">url</span><span class="k">:</span> <span class="kt">String</span><span class="o">,</span> <span class="n">ip</span><span class="k">:</span> <span class="kt">String</span><span class="o">,</span> <span class="n">userId</span><span class="k">:</span> <span class="kt">Long</span><span class="o">)</span>
+<span class="k">case</span> <span class="k">class</span> <span class="nc">User</span><span class="o">(</span><span class="n">id</span><span class="k">:</span> <span class="kt">Long</span><span class="o">,</span> <span class="n">name</span><span class="k">:</span> <span class="kt">String</span><span class="o">,</span> <span class="n">email</span><span class="k">:</span> <span class="kt">String</span><span class="o">,</span> <span class="n">country</span><span class="k">:</span> <span class="kt">String</span><span class="o">)</span>
+
+<span class="c1">// get your data from somewhere</span>
+<span class="k">val</span> <span class="n">visits</span><span class="k">:</span> <span class="kt">DataSet</span><span class="o">[</span><span class="kt">PageVisit</span><span class="o">]</span> <span class="k">=</span> <span class="o">...</span>
+<span class="k">val</span> <span class="n">users</span><span class="k">:</span> <span class="kt">DataSet</span><span class="o">[</span><span class="kt">User</span><span class="o">]</span> <span class="k">=</span> <span class="o">...</span>
+
+<span class="c1">// filter the users data set</span>
+<span class="k">val</span> <span class="n">germanUsers</span> <span class="k">=</span> <span class="n">users</span><span class="o">.</span><span class="n">filter</span><span class="o">((</span><span class="n">u</span><span class="o">)</span> <span class="k">=&gt;</span> <span class="n">u</span><span class="o">.</span><span class="n">country</span><span class="o">.</span><span class="n">equals</span><span class="o">(</span><span class="s">&quot;de&quot;</span><span class="o">))</span>
+<span class="c1">// join data sets</span>
+<span class="k">val</span> <span class="n">germanVisits</span><span class="k">:</span> <span class="kt">DataSet</span><span class="o">[(</span><span class="kt">PageVisit</span>, <span class="kt">User</span><span class="o">)]</span> <span class="k">=</span>
+      <span class="c1">// equi-join condition (PageVisit.userId = User.id)</span>
+     <span class="n">visits</span><span class="o">.</span><span class="n">join</span><span class="o">(</span><span class="n">germanUsers</span><span class="o">).</span><span class="n">where</span><span class="o">(</span><span class="s">&quot;userId&quot;</span><span class="o">).</span><span class="n">equalTo</span><span class="o">(</span><span class="s">&quot;id&quot;</span><span class="o">)</span></code></pre></div>
+
+<p>Flink’s APIs also allow to:</p>
+
+<ul>
+  <li>apply a user-defined join function to each pair of joined elements instead returning a <code>($Left, $Right)</code> tuple,</li>
+  <li>select fields of pairs of joined Tuple elements (projection), and</li>
+  <li>define composite join keys such as <code>.where(“orderDate”, “zipCode”).equalTo(“date”, “zip”)</code>.</li>
+</ul>
+
+<p>See the documentation for more details on Flink’s join features <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/dataset_transformations.html#join">[3]</a>.</p>
+
+<h3 id="how-does-flink-join-my-data">How does Flink join my data?</h3>
+
+<p>Flink uses techniques which are well known from parallel database systems to efficiently execute parallel joins. A join operator must establish all pairs of elements from its input data sets for which the join condition evaluates to true. In a standalone system, the most straight-forward implementation of a join is the so-called nested-loop join which builds the full Cartesian product and evaluates the join condition for each pair of elements. This strategy has quadratic complexity and does obviously not scale to large inputs.</p>
+
+<p>In a distributed system joins are commonly processed in two steps:</p>
+
+<ol>
+  <li>The data of both inputs is distributed across all parallel instances that participate in the join and</li>
+  <li>each parallel instance performs a standard stand-alone join algorithm on its local partition of the overall data.</li>
+</ol>
+
+<p>The distribution of data across parallel instances must ensure that each valid join pair can be locally built by exactly one instance. For both steps, there are multiple valid strategies that can be independently picked and which are favorable in different situations. In Flink terminology, the first phase is called Ship Strategy and the second phase Local Strategy. In the following I will describe Flink’s ship and local strategies to join two data sets <em>R</em> and <em>S</em>.</p>
+
+<h4 id="ship-strategies">Ship Strategies</h4>
+<p>Flink features two ship strategies to establish a valid data partitioning for a join:</p>
+
+<ul>
+  <li>the <em>Repartition-Repartition</em> strategy (RR) and</li>
+  <li>the <em>Broadcast-Forward</em> strategy (BF).</li>
+</ul>
+
+<p>The Repartition-Repartition strategy partitions both inputs, R and S, on their join key attributes using the same partitioning function. Each partition is assigned to exactly one parallel join instance and all data of that partition is sent to its associated instance. This ensures that all elements that share the same join key are shipped to the same parallel instance and can be locally joined. The cost of the RR strategy is a full shuffle of both data sets over the network.</p>
+
+<center>
+<img src="/img/blog/joins-repartition.png" style="width:90%;margin:15px" />
+</center>
+
+<p>The Broadcast-Forward strategy sends one complete data set (R) to each parallel instance that holds a partition of the other data set (S), i.e., each parallel instance receives the full data set R. Data set S remains local and is not shipped at all. The cost of the BF strategy depends on the size of R and the number of parallel instances it is shipped to. The size of S does not matter because S is not moved. The figure below illustrates how both ship strategies work.</p>
+
+<center>
+<img src="/img/blog/joins-broadcast.png" style="width:90%;margin:15px" />
+</center>
+
+<p>The Repartition-Repartition and Broadcast-Forward ship strategies establish suitable data distributions to execute a distributed join. Depending on the operations that are applied before the join, one or even both inputs of a join are already distributed in a suitable way across parallel instances. In this case, Flink will reuse such distributions and only ship one or no input at all.</p>
+
+<h4 id="flinks-memory-management">Flink’s Memory Management</h4>
+<p>Before delving into the details of Flink’s local join algorithms, I will briefly discuss Flink’s internal memory management. Data processing algorithms such as joining, grouping, and sorting need to hold portions of their input data in memory. While such algorithms perform best if there is enough memory available to hold all data, it is crucial to gracefully handle situations where the data size exceeds memory. Such situations are especially tricky in JVM-based systems such as Flink because the system needs to reliably recognize that it is short on memory. Failure to detect such situations can result in an <code>OutOfMemoryException</code> and kill the JVM.</p>
+
+<p>Flink handles this challenge by actively managing its memory. When a worker node (TaskManager) is started, it allocates a fixed portion (70% by default) of the JVM’s heap memory that is available after initialization as 32KB byte arrays. These byte arrays are distributed as working memory to all algorithms that need to hold significant portions of data in memory. The algorithms receive their input data as Java data objects and serialize them into their working memory.</p>
+
+<p>This design has several nice properties. First, the number of data objects on the JVM heap is much lower resulting in less garbage collection pressure. Second, objects on the heap have a certain space overhead and the binary representation is more compact. Especially data sets of many small elements benefit from that. Third, an algorithm knows exactly when the input data exceeds its working memory and can react by writing some of its filled byte arrays to the worker’s local filesystem. After the content of a byte array is written to disk, it can be reused to process more data. Reading data back into memory is as simple as reading the binary data from the local filesystem. The following figure illustrates Flink’s memory management.</p>
+
+<center>
+<img src="/img/blog/joins-memmgmt.png" style="width:90%;margin:15px" />
+</center>
+
+<p>This active memory management makes Flink extremely robust for processing very large data sets on limited memory resources while preserving all benefits of in-memory processing if data is small enough to fit in-memory. De/serializing data into and from memory has a certain cost overhead compared to simply holding all data elements on the JVM’s heap. However, Flink features efficient custom de/serializers which also allow to perform certain operations such as comparisons directly on serialized data without deserializing data objects from memory.</p>
+
+<h4 id="local-strategies">Local Strategies</h4>
+
+<p>After the data has been distributed across all parallel join instances using either a Repartition-Repartition or Broadcast-Forward ship strategy, each instance runs a local join algorithm to join the elements of its local partition. Flink’s runtime features two common join strategies to perform these local joins:</p>
+
+<ul>
+  <li>the <em>Sort-Merge-Join</em> strategy (SM) and</li>
+  <li>the <em>Hybrid-Hash-Join</em> strategy (HH).</li>
+</ul>
+
+<p>The Sort-Merge-Join works by first sorting both input data sets on their join key attributes (Sort Phase) and merging the sorted data sets as a second step (Merge Phase). The sort is done in-memory if the local partition of a data set is small enough. Otherwise, an external merge-sort is done by collecting data until the working memory is filled, sorting it, writing the sorted data to the local filesystem, and starting over by filling the working memory again with more incoming data. After all input data has been received, sorted, and written as sorted runs to the local file system, a fully sorted stream can be obtained. This is done by reading the partially sorted runs from the local filesystem and sort-merging the records on the fly. Once the sorted streams of both inputs are available, both streams are sequentially read and merge-joined in a zig-zag fashion by comparing the sorted join key attributes, building join element pairs for matching keys, and advancing the sorted stre
 am with the lower join key. The figure below shows how the Sort-Merge-Join strategy works.</p>
+
+<center>
+<img src="/img/blog/joins-smj.png" style="width:90%;margin:15px" />
+</center>
+
+<p>The Hybrid-Hash-Join distinguishes its inputs as build-side and probe-side input and works in two phases, a build phase followed by a probe phase. In the build phase, the algorithm reads the build-side input and inserts all data elements into an in-memory hash table indexed by their join key attributes. If the hash table outgrows the algorithm’s working memory, parts of the hash table (ranges of hash indexes) are written to the local filesystem. The build phase ends after the build-side input has been fully consumed. In the probe phase, the algorithm reads the probe-side input and probes the hash table for each element using its join key attribute. If the element falls into a hash index range that was spilled to disk, the element is also written to disk. Otherwise, the element is immediately joined with all matching elements from the hash table. If the hash table completely fits into the working memory, the join is finished after the probe-side input has been fully consumed. Ot
 herwise, the current hash table is dropped and a new hash table is built using spilled parts of the build-side input. This hash table is probed by the corresponding parts of the spilled probe-side input. Eventually, all data is joined. Hybrid-Hash-Joins perform best if the hash table completely fits into the working memory because an arbitrarily large the probe-side input can be processed on-the-fly without materializing it. However even if build-side input does not fit into memory, the the Hybrid-Hash-Join has very nice properties. In this case, in-memory processing is partially preserved and only a fraction of the build-side and probe-side data needs to be written to and read from the local filesystem. The next figure illustrates how the Hybrid-Hash-Join works.</p>
+
+<center>
+<img src="/img/blog/joins-hhj.png" style="width:90%;margin:15px" />
+</center>
+
+<h3 id="how-does-flink-choose-join-strategies">How does Flink choose join strategies?</h3>
+
+<p>Ship and local strategies do not depend on each other and can be independently chosen. Therefore, Flink can execute a join of two data sets R and S in nine different ways by combining any of the three ship strategies (RR, BF with R being broadcasted, BF with S being broadcasted) with any of the three local strategies (SM, HH with R being build-side, HH with S being build-side). Each of these strategy combinations results in different execution performance depending on the data sizes and the available amount of working memory. In case of a small data set R and a much larger data set S, broadcasting R and using it as build-side input of a Hybrid-Hash-Join is usually a good choice because the much larger data set S is not shipped and not materialized (given that the hash table completely fits into memory). If both data sets are rather large or the join is performed on many parallel instances, repartitioning both inputs is a robust choice.</p>
+
+<p>Flink features a cost-based optimizer which automatically chooses the execution strategies for all operators including joins. Without going into the details of cost-based optimization, this is done by computing cost estimates for execution plans with different strategies and picking the plan with the least estimated costs. Thereby, the optimizer estimates the amount of data which is shipped over the the network and written to disk. If no reliable size estimates for the input data can be obtained, the optimizer falls back to robust default choices. A key feature of the optimizer is to reason about existing data properties. For example, if the data of one input is already partitioned in a suitable way, the generated candidate plans will not repartition this input. Hence, the choice of a RR ship strategy becomes more likely. The same applies for previously sorted data and the Sort-Merge-Join strategy. Flink programs can help the optimizer to reason about existing data properties by 
 providing semantic information about  user-defined functions <a href="http://ci.apache.org/projects/flink/flink-docs-master/programming_guide.html#semantic-annotations">[4]</a>. While the optimizer is a killer feature of Flink, it can happen that a user knows better than the optimizer how to execute a specific join. Similar to relational database systems, Flink offers optimizer hints to tell the optimizer which join strategies to pick <a href="http://ci.apache.org/projects/flink/flink-docs-master/dataset_transformations.html#join-algorithm-hints">[5]</a>.</p>
+
+<h3 id="how-is-flinks-join-performance">How is Flink’s join performance?</h3>
+
+<p>Alright, that sounds good, but how fast are joins in Flink? Let’s have a look. We start with a benchmark of the single-core performance of Flink’s Hybrid-Hash-Join implementation and run a Flink program that executes a Hybrid-Hash-Join with parallelism 1. We run the program on a n1-standard-2 Google Compute Engine instance (2 vCPUs, 7.5GB memory) with two locally attached SSDs. We give 4GB as working memory to the join. The join program generates 1KB records for both inputs on-the-fly, i.e., the data is not read from disk. We run 1:N (Primary-Key/Foreign-Key) joins and generate the smaller input with unique Integer join keys and the larger input with randomly chosen Integer join keys that fall into the key range of the smaller input. Hence, each tuple of the larger side joins with exactly one tuple of the smaller side. The result of the join is immediately discarded. We vary the size of the build-side input from 1 million to 12 million elements (1GB to 12GB). The probe-side i
 nput is kept constant at 64 million elements (64GB). The following chart shows the average execution time of three runs for each setup.</p>
+
+<center>
+<img src="/img/blog/joins-single-perf.png" style="width:85%;margin:15px" />
+</center>
+
+<p>The joins with 1 to 3 GB build side (blue bars) are pure in-memory joins. The other joins partially spill data to disk (4 to 12GB, orange bars). The results show that the performance of Flink’s Hybrid-Hash-Join remains stable as long as the hash table completely fits into memory. As soon as the hash table becomes larger than the working memory, parts of the hash table and corresponding parts of the probe side are spilled to disk. The chart shows that the performance of the Hybrid-Hash-Join gracefully decreases in this situation, i.e., there is no sharp increase in runtime when the join starts spilling. In combination with Flink’s robust memory management, this execution behavior gives smooth performance without the need for fine-grained, data-dependent memory tuning.</p>
+
+<p>So, Flink’s Hybrid-Hash-Join implementation performs well on a single thread even for limited memory resources, but how good is Flink’s performance when joining larger data sets in a distributed setting? For the next experiment we compare the performance of the most common join strategy combinations, namely:</p>
+
+<ul>
+  <li>Broadcast-Forward, Hybrid-Hash-Join (broadcasting and building with the smaller side),</li>
+  <li>Repartition, Hybrid-Hash-Join (building with the smaller side), and</li>
+  <li>Repartition, Sort-Merge-Join</li>
+</ul>
+
+<p>for different input size ratios:</p>
+
+<ul>
+  <li>1GB     : 1000GB</li>
+  <li>10GB    : 1000GB</li>
+  <li>100GB   : 1000GB</li>
+  <li>1000GB  : 1000GB</li>
+</ul>
+
+<p>The Broadcast-Forward strategy is only executed for up to 10GB. Building a hash table from 100GB broadcasted data in 5GB working memory would result in spilling proximately 95GB (build input) + 950GB (probe input) in each parallel thread and require more than 8TB local disk storage on each machine.</p>
+
+<p>As in the single-core benchmark, we run 1:N joins, generate the data on-the-fly, and immediately discard the result after the join. We run the benchmark on 10 n1-highmem-8 Google Compute Engine instances. Each instance is equipped with 8 cores, 52GB RAM, 40GB of which are configured as working memory (5GB per core), and one local SSD for spilling to disk. All benchmarks are performed using the same configuration, i.e., no fine tuning for the respective data sizes is done. The programs are executed with a parallelism of 80.</p>
+
+<center>
+<img src="/img/blog/joins-dist-perf.png" style="width:70%;margin:15px" />
+</center>
+
+<p>As expected, the Broadcast-Forward strategy performs best for very small inputs because the large probe side is not shipped over the network and is locally joined. However, when the size of the broadcasted side grows, two problems arise. First the amount of data which is shipped increases but also each parallel instance has to process the full broadcasted data set. The performance of both Repartitioning strategies behaves similar for growing input sizes which indicates that these strategies are mainly limited by the cost of the data transfer (at max 2TB are shipped over the network and joined). Although the Sort-Merge-Join strategy shows the worst performance all shown cases, it has a right to exist because it can nicely exploit sorted input data.</p>
+
+<h3 id="ive-got-sooo-much-data-to-join-do-i-really-need-to-ship-it">I’ve got sooo much data to join, do I really need to ship it?</h3>
+
+<p>We have seen that off-the-shelf distributed joins work really well in Flink. But what if your data is so huge that you do not want to shuffle it across your cluster? We recently added some features to Flink for specifying semantic properties (partitioning and sorting) on input splits and co-located reading of local input files. With these tools at hand, it is possible to join pre-partitioned data sets from your local filesystem without sending a single byte over your cluster’s network. If the input data is even pre-sorted, the join can be done as a Sort-Merge-Join without sorting, i.e., the join is essentially done on-the-fly. Exploiting co-location requires a very special setup though. Data needs to be stored on the local filesystem because HDFS does not feature data co-location and might move file blocks across data nodes. That means you need to take care of many things yourself which HDFS would have done for you, including replication to avoid data loss. On the other hand, p
 erformance gains of joining co-located and pre-sorted can be quite substantial.</p>
+
+<h3 id="tldr-what-should-i-remember-from-all-of-this">tl;dr: What should I remember from all of this?</h3>
+
+<ul>
+  <li>Flink’s fluent Scala and Java APIs make joins and other data transformations easy as cake.</li>
+  <li>The optimizer does the hard choices for you, but gives you control in case you know better.</li>
+  <li>Flink’s join implementations perform very good in-memory and gracefully degrade when going to disk.</li>
+  <li>Due to Flink’s robust memory management, there is no need for job- or data-specific memory tuning to avoid a nasty <code>OutOfMemoryException</code>. It just runs out-of-the-box.</li>
+</ul>
+
+<h4 id="references">References</h4>
+
+<p>[1] <a href="">“MapReduce: Simplified data processing on large clusters”</a>, Dean, Ghemawat, 2004 <br />
+[2] <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/dataset_transformations.html">Flink 0.8.1 documentation: Data Transformations</a> <br />
+[3] <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/dataset_transformations.html#join">Flink 0.8.1 documentation: Joins</a> <br />
+[4] <a href="http://ci.apache.org/projects/flink/flink-docs-master/programming_guide.html#semantic-annotations">Flink 0.9-SNAPSHOT documentation: Semantic annotations</a> <br />
+[5] <a href="http://ci.apache.org/projects/flink/flink-docs-master/dataset_transformations.html#join-algorithm-hints">Flink 0.9-SNAPSHOT documentation: Optimizer join hints</a> <br /></p>
+
+<p><br />
+<small>Written by Fabian Hueske (<a href="https://twitter.com/fhueske">@fhueske</a>).</small></p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2015/04/07/march-in-flink.html
----------------------------------------------------------------------
diff --git a/content/news/2015/04/07/march-in-flink.html b/content/news/2015/04/07/march-in-flink.html
new file mode 100644
index 0000000..6c7003d
--- /dev/null
+++ b/content/news/2015/04/07/march-in-flink.html
@@ -0,0 +1,254 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: March 2015 in the Flink community</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>March 2015 in the Flink community</h1>
+
+      <article>
+        <p>07 Apr 2015</p>
+
+<p>March has been a busy month in the Flink community.</p>
+
+<h3 id="flink-runner-for-google-cloud-dataflow">Flink runner for Google Cloud Dataflow</h3>
+
+<p>A Flink runner for Google Cloud Dataflow was announced. See the blog
+posts by <a href="http://data-artisans.com/dataflow.html">data Artisans</a> and
+the [Google Cloud Platform Blog]
+(http://googlecloudplatform.blogspot.de/2015/03/announcing-Google-Cloud-Dataflow-runner-for-Apache-Flink.html).
+Google Cloud Dataflow programs can be written using and open-source
+SDK and run in multiple backends, either as a managed service inside
+Google’s infrastructure, or leveraging open source runners,
+including Apache Flink.</p>
+
+<h3 id="learn-about-the-internals-of-flink">Learn about the internals of Flink</h3>
+
+<p>The community has started an effort to better document the internals
+of Flink. Check out the first articles on the Flink wiki on <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=53741525">how Flink
+manages
+memory</a>,
+<a href="https://cwiki.apache.org/confluence/display/FLINK/Data+exchange+between+tasks">how tasks in Flink exchange
+data</a>,
+<a href="https://cwiki.apache.org/confluence/display/FLINK/Type+System%2C+Type+Extraction%2C+Serialization">type extraction and serialization in
+Flink</a>,
+as well as <a href="https://cwiki.apache.org/confluence/display/FLINK/Akka+and+Actors">how Flink builds on Akka for distributed
+coordination</a>.</p>
+
+<p>Check out also the <a href="http://flink.apache.org/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html">new blog
+post</a>
+on how Flink executes joins with several insights into Flink’s runtime.</p>
+
+<h3 id="meetups-and-talks">Meetups and talks</h3>
+
+<p>Flink’s machine learning efforts were presented at the <a href="http://www.meetup.com/Machine-Learning-Stockholm/events/221144997/">Machine
+Learning Stockholm meetup
+group</a>. The
+regular Berlin Flink meetup featured a talk on the past, present, and
+future of Flink. The talk is available on
+<a href="https://www.youtube.com/watch?v=fw2DBE6ZiEQ&amp;feature=youtu.be">youtube</a>.</p>
+
+<h2 id="in-the-flink-master">In the Flink master</h2>
+
+<h3 id="table-api-in-scala-and-java">Table API in Scala and Java</h3>
+
+<p>The new <a href="https://github.com/apache/flink/tree/master/flink-staging/flink-table">Table
+API</a>
+in Flink is now available in both Java and Scala. Check out the
+examples <a href="https://github.com/apache/flink/blob/master/flink-staging/flink-table/src/main/java/org/apache/flink/examples/java/JavaTableExample.java">here (Java)</a> and <a href="https://github.com/apache/flink/tree/master/flink-staging/flink-table/src/main/scala/org/apache/flink/examples/scala">here (Scala)</a>.</p>
+
+<h3 id="additions-to-the-machine-learning-library">Additions to the Machine Learning library</h3>
+
+<p>Flink’s <a href="https://github.com/apache/flink/tree/master/flink-staging/flink-ml">Machine Learning
+library</a>
+is seeing quite a bit of traction. Recent additions include the <a href="http://arxiv.org/abs/1409.1458">CoCoA
+algorithm</a> for distributed
+optimization.</p>
+
+<h3 id="exactly-once-delivery-guarantees-for-streaming-jobs">Exactly-once delivery guarantees for streaming jobs</h3>
+
+<p>Flink streaming jobs now provide exactly once processing guarantees
+when coupled with persistent sources (notably <a href="http://kafka.apache.org">Apache
+Kafka</a>). Flink periodically checkpoints and
+persists the offsets of the sources and restarts from those
+checkpoints at failure recovery. This functionality is currently
+limited in that it does not yet handle large state and iterative
+programs.</p>
+
+<h3 id="flink-on-tez">Flink on Tez</h3>
+
+<p>A new execution environment enables non-iterative Flink jobs to use
+Tez as an execution backend instead of Flink’s own network stack. Learn more
+<a href="http://ci.apache.org/projects/flink/flink-docs-master/flink_on_tez_guide.html">here</a>.</p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2015/04/13/release-0.9.0-milestone1.html
----------------------------------------------------------------------
diff --git a/content/news/2015/04/13/release-0.9.0-milestone1.html b/content/news/2015/04/13/release-0.9.0-milestone1.html
new file mode 100644
index 0000000..55b8c55
--- /dev/null
+++ b/content/news/2015/04/13/release-0.9.0-milestone1.html
@@ -0,0 +1,427 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Announcing Flink 0.9.0-milestone1 preview release</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Announcing Flink 0.9.0-milestone1 preview release</h1>
+
+      <article>
+        <p>13 Apr 2015</p>
+
+<p>The Apache Flink community is pleased to announce the availability of
+the 0.9.0-milestone-1 release. The release is a preview of the
+upcoming 0.9.0 release. It contains many new features which will be
+available in the upcoming 0.9 release. Interested users are encouraged
+to try it out and give feedback. As the version number indicates, this
+release is a preview release that contains known issues.</p>
+
+<p>You can download the release
+<a href="http://flink.apache.org/downloads.html#preview">here</a> and check out the
+latest documentation
+<a href="http://ci.apache.org/projects/flink/flink-docs-master/">here</a>. Feedback
+through the Flink <a href="http://flink.apache.org/community.html#mailing-lists">mailing
+lists</a> is, as
+always, very welcome!</p>
+
+<h2 id="new-features">New Features</h2>
+
+<h3 id="table-api">Table API</h3>
+
+<p>Flink’s new Table API offers a higher-level abstraction for
+interacting with structured data sources. The Table API allows users
+to execute logical, SQL-like queries on distributed data sets while
+allowing them to freely mix declarative queries with regular Flink
+operators. Here is an example that groups and joins two tables:</p>
+
+<div class="highlight"><pre><code class="language-scala"><span class="k">val</span> <span class="n">clickCounts</span> <span class="k">=</span> <span class="n">clicks</span>
+  <span class="o">.</span><span class="n">groupBy</span><span class="o">(</span><span class="-Symbol">&#39;user</span><span class="o">).</span><span class="n">select</span><span class="o">(</span><span class="-Symbol">&#39;userId</span><span class="o">,</span> <span class="-Symbol">&#39;url</span><span class="o">.</span><span class="n">count</span> <span class="n">as</span> <span class="-Symbol">&#39;count</span><span class="o">)</span>
+
+<span class="k">val</span> <span class="n">activeUsers</span> <span class="k">=</span> <span class="n">users</span><span class="o">.</span><span class="n">join</span><span class="o">(</span><span class="n">clickCounts</span><span class="o">)</span>
+  <span class="o">.</span><span class="n">where</span><span class="o">(</span><span class="-Symbol">&#39;id</span> <span class="o">===</span> <span class="-Symbol">&#39;userId</span> <span class="o">&amp;&amp;</span> <span class="-Symbol">&#39;count</span> <span class="o">&gt;</span> <span class="mi">10</span><span class="o">).</span><span class="n">select</span><span class="o">(</span><span class="-Symbol">&#39;username</span><span class="o">,</span> <span class="-Symbol">&#39;count</span><span class="o">,</span> <span class="o">...)</span></code></pre></div>
+
+<p>Tables consist of logical attributes that can be selected by name
+rather than physical Java and Scala data types. This alleviates a lot
+of boilerplate code for common ETL tasks and raises the abstraction
+for Flink programs. Tables are available for both static and streaming
+data sources (DataSet and DataStream APIs).</p>
+
+<p>Check out the Table guide for Java and Scala
+<a href="http://ci.apache.org/projects/flink/flink-docs-master/table.html">here</a>.</p>
+
+<h3 id="gelly-graph-processing-api">Gelly Graph Processing API</h3>
+
+<p>Gelly is a Java Graph API for Flink. It contains a set of utilities
+for graph analysis, support for iterative graph processing and a
+library of graph algorithms. Gelly exposes a Graph data structure that
+wraps DataSets for vertices and edges, as well as methods for creating
+graphs from DataSets, graph transformations and utilities (e.g., in-
+and out- degrees of vertices), neighborhood aggregations, iterative
+vertex-centric graph processing, as well as a library of common graph
+algorithms, including PageRank, SSSP, label propagation, and community
+detection.</p>
+
+<p>Gelly internally builds on top of Flink’s <a href="http://ci.apache.org/projects/flink/flink-docs-master/iterations.html">delta
+iterations</a>. Iterative
+graph algorithms are executed leveraging mutable state, achieving
+similar performance with specialized graph processing systems.</p>
+
+<p>Gelly will eventually subsume Spargel, Flink’s Pregel-like API. Check
+out the Gelly guide
+<a href="http://ci.apache.org/projects/flink/flink-docs-master/gelly_guide.html">here</a>.</p>
+
+<h3 id="flink-machine-learning-library">Flink Machine Learning Library</h3>
+
+<p>This release includes the first version of Flink’s Machine Learning
+library. The library’s pipeline approach, which has been strongly
+inspired by scikit-learn’s abstraction of transformers and estimators,
+makes it easy to quickly set up a data processing pipeline and to get
+your job done.</p>
+
+<p>Flink distinguishes between transformers and learners. Transformers
+are components which transform your input data into a new format
+allowing you to extract features, cleanse your data or to sample from
+it. Learners on the other hand constitute the components which take
+your input data and train a model on it. The model you obtain from the
+learner can then be evaluated and used to make predictions on unseen
+data.</p>
+
+<p>Currently, the machine learning library contains transformers and
+learners to do multiple tasks. The library supports multiple linear
+regression using a stochastic gradient implementation to scale to
+large data sizes. Furthermore, it includes an alternating least
+squares (ALS) implementation to factorizes large matrices. The matrix
+factorization can be used to do collaborative filtering. An
+implementation of the communication efficient distributed dual
+coordinate ascent (CoCoA) algorithm is the latest addition to the
+library. The CoCoA algorithm can be used to train distributed
+soft-margin SVMs.</p>
+
+<h3 id="flink-on-yarn-leveraging-apache-tez">Flink on YARN leveraging Apache Tez</h3>
+
+<p>We are introducing a new execution mode for Flink to be able to run
+restricted Flink programs on top of <a href="http://tez.apache.org">Apache
+Tez</a>. This mode retains Flink’s APIs,
+optimizer, as well as Flink’s runtime operators, but instead of
+wrapping those in Flink tasks that are executed by Flink TaskManagers,
+it wraps them in Tez runtime tasks and builds a Tez DAG that
+represents the program.</p>
+
+<p>By using Flink on Tez, users have an additional choice for an
+execution platform for Flink programs. While Flink’s distributed
+runtime favors low latency, streaming shuffles, and iterative
+algorithms, Tez focuses on scalability and elastic resource usage in
+shared YARN clusters.</p>
+
+<p>Get started with Flink on Tez
+<a href="http://ci.apache.org/projects/flink/flink-docs-master/flink_on_tez_guide.html">here</a>.</p>
+
+<h3 id="reworked-distributed-runtime-on-akka">Reworked Distributed Runtime on Akka</h3>
+
+<p>Flink’s RPC system has been replaced by the widely adopted
+<a href="http://akka.io">Akka</a> framework. Akka’s concurrency model offers the
+right abstraction to develop a fast as well as robust distributed
+system. By using Akka’s own failure detection mechanism the stability
+of Flink’s runtime is significantly improved, because the system can
+now react in proper form to node outages. Furthermore, Akka improves
+Flink’s scalability by introducing asynchronous messages to the
+system. These asynchronous messages allow Flink to be run on many more
+nodes than before.</p>
+
+<h3 id="exactly-once-processing-on-kafka-streaming-sources">Exactly-once processing on Kafka Streaming Sources</h3>
+
+<p>This release introduces stream processing with exacly-once delivery
+guarantees for Flink streaming programs that analyze streaming sources
+that are persisted by <a href="http://kafka.apache.org">Apache Kafka</a>. The
+system is internally tracking the Kafka offsets to ensure that Flink
+can pick up data from Kafka where it left off in case of an failure.</p>
+
+<p>Read
+<a href="http://ci.apache.org/projects/flink/flink-docs-master/streaming_guide.html#apache-kafka">here</a>
+on how to use the persistent Kafka source.</p>
+
+<h3 id="improved-yarn-support">Improved YARN support</h3>
+
+<p>Flink’s YARN client contains several improvements, such as a detached
+mode for starting a YARN session in the background, the ability to
+submit a single Flink job to a YARN cluster without starting a
+session, including a “fire and forget” mode. Flink is now also able to
+reallocate failed YARN containers to maintain the size of the
+requested cluster. This feature allows to implement fault-tolerant
+setups on top of YARN. There is also an internal Java API to deploy
+and control a running YARN cluster. This is being used by system
+integrators to easily control Flink on YARN within their Hadoop 2
+cluster.</p>
+
+<p>See the YARN docs
+<a href="http://ci.apache.org/projects/flink/flink-docs-master/yarn_setup.html">here</a>.</p>
+
+<h2 id="more-improvements-and-fixes">More Improvements and Fixes</h2>
+
+<ul>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1605">FLINK-1605</a>:
+Flink is not exposing its Guava and ASM dependencies to Maven
+projects depending on Flink. We use the maven-shade-plugin to
+relocate these dependencies into our own namespace. This allows
+users to use any Guava or ASM version.</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1605">FLINK-1417</a>:
+Automatic recognition and registration of Java Types at Kryo and the
+internal serializers: Flink has its own type handling and
+serialization framework falling back to Kryo for types that it cannot
+handle. To get the best performance Flink is automatically registering
+all types a user is using in their program with Kryo.Flink also
+registers serializers for Protocol Buffers, Thrift, Avro and YodaTime
+automatically.  Users can also manually register serializers to Kryo
+(https://issues.apache.org/jira/browse/FLINK-1399)</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1296">FLINK-1296</a>: Add
+support for sorting very large records</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1679">FLINK-1679</a>:
+“degreeOfParallelism” methods renamed to “parallelism”</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1501">FLINK-1501</a>: Add
+metrics library for monitoring TaskManagers</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1760">FLINK-1760</a>: Add
+support for building Flink with Scala 2.11</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1648">FLINK-1648</a>: Add
+a mode where the system automatically sets the parallelism to the
+available task slots</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1622">FLINK-1622</a>: Add
+groupCombine operator</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1589">FLINK-1589</a>: Add
+option to pass Configuration to LocalExecutor</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1504">FLINK-1504</a>: Add
+support for accessing secured HDFS clusters in standalone mode</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1478">FLINK-1478</a>: Add
+strictly local input split assignment</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1512">FLINK-1512</a>: Add
+CsvReader for reading into POJOs.</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1461">FLINK-1461</a>: Add
+sortPartition operator</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1450">FLINK-1450</a>: Add
+Fold operator to the Streaming api</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1389">FLINK-1389</a>:
+Allow setting custom file extensions for files created by the
+FileOutputFormat</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1236">FLINK-1236</a>: Add
+support for localization of Hadoop Input Splits</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1179">FLINK-1179</a>: Add
+button to JobManager web interface to request stack trace of a
+TaskManager</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1105">FLINK-1105</a>: Add
+support for locally sorted output</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1688">FLINK-1688</a>: Add
+socket sink</p>
+  </li>
+  <li>
+    <p><a href="https://issues.apache.org/jira/browse/FLINK-1436">FLINK-1436</a>:
+Improve usability of command line interface</p>
+  </li>
+</ul>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>


[21/52] [abbrv] flink-web git commit: Remove files before rebase

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/svg/flink_logotypes.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/flink_logotypes.svg b/img/logo/svg/flink_logotypes.svg
deleted file mode 100644
index a33f85b..0000000
--- a/img/logo/svg/flink_logotypes.svg
+++ /dev/null
@@ -1,3835 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 width="799.736px" height="803.173px" viewBox="168.959 68.626 799.736 803.173"
-	 enable-background="new 168.959 68.626 799.736 803.173" xml:space="preserve">
-<symbol  id="New_Symbol_10" viewBox="-37.236 -37.491 74.472 74.981">
-	<g>
-		<g>
-			<g>
-				<g>
-					<polygon fill="#0B0B0B" points="23.098,12.539 23.096,12.536 23.098,12.536 					"/>
-					<path fill="#0B0B0B" d="M26.772-4.074c-0.41-0.647-0.494-1.885,0.436-2.595c1.523-1.163,2.877-0.169,3.766-0.749
-						C31.25-7.599,31.44-7.44,31.55-7.133c0.25,0.707,0.368,1.438,0.283,2.185c-0.04,0.356-0.115,0.725-0.255,1.054
-						c-0.558,1.302-2.247,1.836-3.496,1.126c-0.158-0.091-0.312-0.199-0.455-0.316c-0.151-0.123-0.291-0.266-0.449-0.413
-						c0.071-0.083,0.128-0.16,0.195-0.228c0.151-0.155,0.208-0.339,0.162-0.545c-0.144-0.646-0.018-1.276,0.496-1.614
-						c0.5-0.328,2.031-0.766,2.951,0.473c0.439-0.816,0.127-1.52,0.064-1.558c-0.007-0.007-0.422,0.413-1.531,0.35
-						c-0.614-0.033-1.429,0.128-1.948,0.48c-0.626,0.421-0.748,1.201-0.783,1.957C26.782-4.16,26.777-4.138,26.772-4.074z
-						 M29.722-3.99c0-0.454-0.369-0.825-0.826-0.825c-0.455,0-0.826,0.371-0.826,0.825c0,0.457,0.371,0.826,0.826,0.826
-						C29.353-3.164,29.722-3.533,29.722-3.99z"/>
-				</g>
-			</g>
-			<g>
-				<g>
-					<path fill="#0B0B0B" d="M19.839,2.256c0,0.049,0.002,0.097,0.002,0.145c-0.019,0.034-0.044,0.066-0.061,0.101
-						C19.829,2.43,19.851,2.342,19.839,2.256z"/>
-					<path fill="#0B0B0B" d="M21.587,7.85c-0.017,0-0.034-0.003-0.05-0.003c-0.009-0.02-0.018-0.039-0.027-0.058
-						C21.529,7.809,21.562,7.83,21.587,7.85z"/>
-				</g>
-			</g>
-			<g>
-				<g>
-					<path fill="#0B0B0B" d="M36.517-27.253c0.04,0.263,0.084,0.509,0.132,0.757c0.104,0.551,0.21,1.12,0.249,1.703
-						c0.132,2.062-0.514,3.865-1.919,5.365l0.049,0.221c0.067,0.314,0.149,0.706,0.196,1.089c0.119,0.946-0.186,1.796-0.93,2.602
-						c-0.022,0.023-0.048,0.051-0.061,0.071c-0.181,0.544-0.572,0.979-1.156,1.271c-0.344,0.174-0.705,0.304-1.081,0.388
-						c0.449,0.186,0.9,0.411,1.36,0.687c0.054,0.032,0.077,0.038,0.077,0.038c1.5,0.229,2.682,1.386,2.944,2.876
-						c0.006,0.035,0.01,0.067,0.015,0.104c0.007,0.063,0.015,0.134,0.023,0.155c0.592,0.913,0.699,1.946,0.317,3.061
-						c-0.125,0.36-0.279,0.722-0.416,1.038c-0.107,0.249-0.212,0.493-0.305,0.736c-0.106,0.277-0.225,0.587-0.25,0.868
-						c-0.07,0.783-0.186,1.813-0.47,2.84c-0.593,2.135-1.624,3.807-3.153,5.113c-1.396,1.194-2.886,1.706-4.899,2.007
-						c0.274-0.431-0.091-0.624,0.104-1.101c0.079-0.193,0.1-0.375,0.099-0.553c3.444-1.177,6.047-4.312,6.485-8.081
-						c0.012-0.108,0.024-0.223,0.033-0.334c0.024-0.311,0.052-0.631,0.152-0.944c0.116-0.365,0.284-0.705,0.446-1.032
-						c0.066-0.136,0.134-0.271,0.196-0.409c0.058-0.124,0.116-0.249,0.176-0.372c0.122-0.257,0.261-0.548,0.372-0.835
-						c0.1-0.254,0.198-0.817,0.071-1.177c-0.006,0.004-0.652,0.824-1.295,0.888c-0.625,0.063-0.772-0.378-0.772-0.378
-						s1.257-0.434,1.611-1.399c-0.042-0.507-0.225-0.935-0.545-1.259c-0.398-0.403-0.809-0.535-1.237-0.6
-						c-0.482-0.073-0.828,0.149-0.828,0.149s-0.267-1.464-3.296-1.468l-0.185,0.001c-0.891,0-1.75-0.248-2.703-0.78
-						c-1.255-1.039-4.071-0.935-4.071-0.935c-0.792,0.133-1.534,0.334-2.252,0.619c-1.323,0.529-2.488,1.28-3.392,2.398
-						c-0.487,0.602-0.853,1.268-1.102,1.999c-0.023,0.066-0.051,0.132-0.076,0.197c-0.014-0.713,0.137-1.385,0.442-2.021
-						c0.623-1.278,1.649-2.115,2.935-2.664c1.115-0.479,2.284-0.641,3.488-0.581l0.255-0.285c0.123-0.135,0.254-0.178,0.342-0.199
-						c0.491-0.117,1.011-0.174,1.587-0.174c0.224,0,1.575,0.311,2.954-0.385c0.124-0.062,0.291-0.138,0.49-0.138
-						c0.103,0,0.201,0.019,0.299,0.056l0.152,0.058c0.326,0.123,0.967,0.386,0.967,0.386c3.941,0.867,4.504-2.112,4.504-2.112
-						c-0.104,0.046-0.223,0.083-0.355,0.083c-0.155,0-0.301-0.053-0.433-0.149l-0.448-0.341l0.673-0.423
-						c0.14-0.087,0.265-0.164,0.386-0.247c0.153-0.105,0.215-0.249,0.207-0.481c-0.019-0.606-0.728-1.227-1.403-1.227
-						c-0.077,0-0.151,0.008-0.222,0.022c-0.275,0.062-0.426,0.15-0.516,0.308c-0.078,0.134-0.257,0.274-0.468,0.274l-0.179-0.008
-						c-0.215-0.009-0.434-0.018-0.656-0.067l-0.051-0.013c-0.298-0.065-0.575-0.131-0.848-0.131c-0.097,0-0.188,0.009-0.277,0.026
-						c-0.128,0.022-0.255,0.054-0.383,0.087l-0.598,0.142l-0.102-0.356c-0.151-0.528-0.396-1.005-0.752-1.456
-						c-0.764-0.972-1.788-1.657-3.131-2.099c-0.989-0.324-2.059-0.488-3.176-0.488c-0.59,0-1.211,0.046-1.847,0.136
-						c-2.402,0.344-4.08,1.647-4.984,3.877c-0.149,0.369-0.256,0.775-0.359,1.169c-0.058,0.222-0.11,0.43-0.171,0.636
-						c-0.317,1.078-0.719,2.035-1.228,2.926c-0.938,1.636-2.101,2.803-3.558,3.569c-1.17,0.615-2.447,0.927-3.799,0.927
-						c-0.561,0-1.146-0.053-1.74-0.157c-0.245-0.045-0.494-0.068-0.737-0.16c-1.282-0.49-1.442-0.715-1.442-0.715l0.619-0.037
-						c0.104-0.006,0.328-0.035,0.555-0.065c0.251-0.032,0.504-0.064,0.612-0.069c0.433-0.021,0.843-0.04,1.248-0.083
-						c1.698-0.172,3.243-0.691,4.591-1.546c1.812-1.147,2.922-2.568,3.392-4.342c0.29-1.091,0.703-2.179,1.228-3.231
-						c0.313-0.627,0.711-1.353,1.294-1.978c0.827-0.887,1.885-1.489,3.324-1.895c0.385-0.107,0.764-0.229,1.084-0.33
-						c0.038-0.011,0.077-0.032,0.117-0.136c0.18-0.466,0.223-0.918,0.131-1.383c-0.141-0.725-0.49-1.397-1.066-2.062
-						c-0.458-0.526-1.051-0.929-1.626-1.316c-0.318-0.214-0.616-0.439-0.891-0.673c-0.341-0.291-0.518-0.682-0.499-1.1
-						c0.016-0.346,0.042-0.921,0.628-0.921c0.126,0,0.271,0.029,0.5,0.105c0.097,0.032,0.193,0.071,0.289,0.112l0.507,0.22
-						c0.282,0.121,0.565,0.243,0.848,0.362c0.566,0.234,1.12,0.354,1.648,0.354c0.276,0,0.555-0.031,0.825-0.098
-						c0.773-0.185,1.48-0.607,1.643-1.219c0,0,0.541-2.345-3.352-2.314c-0.314,0-0.634,0.075-0.974,0.157l-0.183,0.043
-						c-0.371,0.087-0.703,0.127-1.017,0.129c-0.295,0-0.567-0.051-0.829-0.1L15.572-35.5c-0.776-0.141-1.609-0.205-2.698-0.205
-						c-0.487,0-23.165,0.021-23.165,0.021c-2.045,0-3.985,0.287-5.767,0.753c-7.413,1.938-12.688,6.09-16.131,12.422
-						c-1.25,2.303-2.104,4.787-2.544,7.435c0.023-0.037,2.468-3.748,2.468-3.748s-2.707,4.89-2.816,7.805
-						c-0.038,1.024,0.061,2.072,0.188,3.117c0.079-0.263,0.162-0.521,0.252-0.774c1.262-3.597,3.176-6.964,5.849-10.3
-						c0.064-0.08,0.117-0.174,0.144-0.257c0.412-1.27,0.972-2.477,1.664-3.599c-1.565,0.321-3.799,2.522-3.799,2.522l0.291-0.561
-						c1.747-3.367,5.86-5.419,6.665-5.711c2.358-2.095,5.223-3.613,8.509-4.517c0.187-0.051,0.374-0.095,0.562-0.138l1.605-0.384
-						l-1.026,0.993c-0.117,0.115-0.244,0.16-0.322,0.188c-2.328,0.831-4.458,2.002-6.33,3.479c-2.446,1.929-4.207,4.287-5.233,7.008
-						c-0.124,0.326-0.11,0.496-0.053,0.649c0.056,0.149,0.094,0.301,0.132,0.446c0.026,0.106,0.045,0.182,0.067,0.254
-						c0.545,1.778,1.366,3.171,2.515,4.251c1.071,1.01,2.442,1.751,4.194,2.265c1.668,0.49,3.429,0.715,5.131,0.933l0.742,0.096
-						c0.963,0.125,1.935,0.275,2.875,0.421l0.49,0.077c-0.637-0.818-1.188-1.696-1.644-2.622c-0.116-0.038-3.573-0.815-3.986-0.903
-						c-5.49-1.171-5.861-4.658-5.861-4.658s2.371,3.142,8.071,3.312l0.199,0.002c0.23-0.003,0.458-0.01,0.695-0.021
-						c-1.581-8.259,1.483-11.128,1.458-11.033c-0.694,2.64-0.868,5.042-0.532,7.344c0.434,2.986,1.751,5.56,3.911,7.647
-						c1.469,1.422,3.319,2.615,5.655,3.653c2.031,0.903,4.17,1.452,6.186,1.938l0.386,0.091C6.045-5.453,7.543-5.092,9-4.664
-						c2.257,0.661,4.22,1.751,5.833,3.241c0.246,0.227,0.526,0.483,0.763,0.791c1.142,1.48,2.438,2.604,3.935,3.438
-						c0.206-0.944,0.748-1.833,1.632-2.373c-0.929,1.592-1.399,3.215-0.959,4.714c0.419,1.34,1.114,2.013,1.852,3.307
-						c0.877,1.691,0.972,4.094,0.985,4.107c0.162,0.166,0.274,0.329,0.44,0.491c0.204,0.203,0.394,0.403,0.594,0.609
-						c0.594,0.614,1.029,1.382,1.212,2.299c0.19,0.956-0.245,1.468-0.245,1.468c0.161,0.59,0.376,1.165,0.421,1.756
-						c0.083,1.098-0.255,2.111-0.408,2.111c-0.074,0-1.408-1.521-2.142-1.805c-0.174,1.044-0.441,2.103-0.858,3.425
-						c-0.313,0.994-0.4,1.812-0.274,2.571c0.095,0.566,0.784,1.357,0.784,1.357l0.32,0.378l-0.44,0.225
-						c-0.072,0.043-0.639,0.169-0.829,0.169c-0.554,0-1.009-0.199-1.338-0.581c-0.066,0.453-0.076,0.91-0.033,1.372
-						c0.073,0.796,0.391,1.526,0.656,2.075c0.081,0.167,0.183,0.389,0.253,0.625c0.084,0.29,0.043,0.564-0.115,0.776
-						c-0.158,0.211-0.409,0.326-0.707,0.326c-0.258-0.004-0.49-0.045-0.691-0.121c-0.904-0.34-1.61-0.918-2.106-1.719
-						c-0.163,0.187-0.313,0.395-0.404,0.644c-0.121,0.329-0.276,0.637-0.426,0.92c-0.125,0.237-0.293,0.358-0.498,0.358
-						c-0.146,0-0.259-0.063-0.341-0.137c-0.259,0.695-0.686,1.281-1.268,1.745c-0.038,0.03-0.076,0.054-0.131,0.087l-0.787,0.482
-						c0,0,0.154-1.013,0.154-1.014c-2.018,1.311-4.247,2.261-6.634,2.828c-0.19,0.045-0.383,0.083-0.575,0.121
-						c-0.578,0.113-2.248,0.766-2.546,0.862c-0.069,0.03,0.062-0.479,0.062-0.479c-0.24,0.005-1.613,0.28-1.657,0.28l-0.113-0.41
-						c0,0-1.831,0.832-2.185,0.832c0,0-0.374-0.683-0.423-0.685c-1.661-0.104-3.253-0.349-4.727-0.714
-						c-2.594-0.645-4.76-1.61-6.618-2.947c-1.626-1.169-2.796-2.473-3.648-3.937c-0.425-0.729-1.063-1.896-1.174-2.646
-						c0.463,0.176,1.455,0.197,1.63,0.197c0.828,0,2.077-0.487,2.984-1.147c0.973-0.707,1.663-1.593,2.049-2.629
-						c0.553-1.487,0.301-2.87-0.75-4.112c-0.331,1.101-0.771,1.928-1.385,2.601c-0.431,0.475-0.938,0.831-1.505,1.062
-						c-0.089,0.037-0.177,0.061-0.27,0.073l-0.148,0.021c0,0,0.721-1.63,0.809-2.312c0.188-1.467-0.007-3.525-1.434-3.924
-						c-0.43-0.12-0.841-0.296-1.262-0.442c-0.759-0.263-1.545-0.536-2.317-0.823c-2.167-0.809-4.097-1.715-5.89-2.771
-						c0.547,0.838,0.037,1.705-0.11,1.874c-0.062-0.879-2.796-3.817-3.328-4.268c-1.943-1.643-3.406-3.169-4.617-4.782
-						c-0.94-1.255-1.766-2.576-2.458-3.938c-0.069,0.724-0.088,1.445-0.059,2.177c0.014,0.331-1.805-2.774-1.504-5.891
-						c0.001-0.009,0.001-0.047-0.028-0.143c-0.586-1.842-0.965-3.678-1.124-5.454c-0.583-6.513,1.041-12.54,4.826-17.756
-						c4.028-5.553,9.492-9.293,16.24-10.854c1.79-0.415,3.769-0.806,6.619-0.806c0,0,11.187,0,11.895,0l16.237,0.031
-						c0,0,1.905,0.001,2.992,0.592c0.926,0.502,1.455,1.005,1.833,1.884c0.585,1.357,0.085,3.093-1.162,4.004
-						c-0.741,0.542-1.618,0.812-2.682,0.812c-0.1,0-0.2,0.004-0.303-0.001c-0.106-0.005-0.213-0.012-0.318-0.021
-						c0.828,0.844,1.395,1.842,1.688,2.971c0.131,0.506,0.172,1.033,0.126,1.564l-0.003,0.026l0.254,0.014
-						c0.567,0.024,1.14,0.052,1.704,0.093c-0.188-0.24-0.332-0.519-0.433-0.831c-0.278-0.878-0.395-1.61-0.365-2.3
-						c0.051-1.215,0.513-2.354,1.368-3.381c0.663-0.793,1.475-1.431,2.479-1.939c-0.098-0.423-0.073-0.856,0.076-1.283
-						c0.116-0.324,0.33-0.586,0.636-0.757c0.34-0.19,0.709-0.308,1.096-0.308c0.139,0,0.285-0.027,0.442,0.008
-						c0.614-1.357,2.109-1.176,2.109-1.176c1.229,0.282,1.654,1.443,1.529,2.385c-0.017,0.112-0.036,0.233-0.062,0.343l0.065,0.024
-						c0.325,0.078,0.663,0.164,0.997,0.279c2.271,0.789,3.733,2.341,4.352,4.605C37.395-28.826,37.19-27.953,36.517-27.253z
-						 M19.562,8.512C16.086-1.162,7.967-2.469,7.145-2.469c0,0-2.639-0.201-3.821,0.082c0.036-0.17,0.614-0.827,1.932-1.002
-						C4.74-3.497,4.215-3.603,3.698-3.676C2.313-3.873,0.681-4.142-0.938-4.633c-0.072-0.021-0.148-0.033-0.22-0.033L-1.2-4.664
-						C-2.708-4.561-4.219-4.451-5.728-4.34c-0.917,0.065-1.759,0.098-2.572,0.098c-0.97,0-1.874-0.045-2.763-0.139
-						c-1.997-0.211-3.972-0.689-5.871-1.424c-5.462-2.327-8.367-5.437-8.367-5.437s5.587,3.76,8.557,4.518
-						c6.477,1.654,10.589,0.284,11.332,0.098c-0.455-0.268-0.891-0.55-1.308-0.856c-0.345-0.254-0.722-0.445-1.154-0.608
-						c-0.323-0.121-0.671-0.245-1.026-0.356c-1.496-0.473-3.072-0.747-4.596-1.016c0,0-0.624-0.109-0.904-0.159
-						c-1.479-0.267-3.055-0.554-4.605-0.896c-1.536-0.339-2.87-0.837-4.08-1.525c-2.225-1.264-3.542-3.168-3.917-5.663
-						c-0.647,1.224-1.116,2.412-1.165,3.644c-0.252,6.396,4.22,8.763,5.528,9.623c1.335,0.876,2.907,1.605,4.946,2.296
-						c2.809,0.949,5.729,1.566,8.47,2.094c1.036,0.199,2.075,0.396,3.114,0.592l0.252,0.047c1.223,0.23,2.444,0.461,3.667,0.699
-						C-0.05,1.702,1.66,2.248,3.194,3.002c2.427,1.195,4.27,2.473,5.792,4.02c1.223,0.039,2.317,0.151,3.36,0.351
-						c2.786,0.528,5.432,1.583,7.872,3.135C20.031,9.803,19.792,9.156,19.562,8.512z M22.232,17.404
-						c0.338,0.164,0.725,0.273,1.099,0.383c0,0,0.233,0.067,0.326,0.096c-0.021-0.104-0.042-0.202-0.072-0.296
-						c-0.574-1.758-1.575-3.32-2.977-4.648c-0.904-0.854-2.014-1.559-3.597-2.277c-1.332-0.604-2.771-1.104-4.463-1.547
-						C13.034,9.255,13.52,9.425,14,9.626c2.487,1.032,4.763,2.6,6.958,4.786c0.03,0.03,0.056,0.064,0.08,0.1l0.673,0.927
-						l-1.093-0.312c-0.125-0.037-0.212-0.094-0.281-0.142c-1.856-1.288-3.552-2.324-5.181-3.167
-						c-1.021-0.527-2.316-1.111-3.617-1.446c-0.026-0.007-0.156-0.013-0.156-0.021v0.004c0,0.488,0.24,0.967,0.605,1.427
-						c0.268,0.338,0.776,0.757,1.148,1.041c1.128,0.858,2.363,1.55,3.404,2.093c-0.381-0.49-0.779-0.879-1.318-1.147
-						c0,0,0.626-0.659,1.439-0.366c0.929,0.334,1.36,0.657,1.964,1.161c0.338,0.282,0.673,0.57,1.005,0.86
-						c0.391,0.337,0.874,0.757,1.344,1.14C21.313,16.833,21.759,17.176,22.232,17.404z M17.753,27.516
-						c0.312,1.185,0.677,2.032,1.171,2.748c0.228,0.325,0.463,0.565,0.725,0.742c-0.012-0.026-0.052-0.122-0.052-0.122
-						c-0.721-1.758-1.073-3.62-1.08-5.7c-0.001-0.306-0.038-0.615-0.07-0.892c-0.193-1.644-1.122-2.979-1.688-3.583
-						C16.897,23.307,17.217,25.488,17.753,27.516z M-14.623,13.103c0.617,0.587,1.148,1.093,1.536,1.538
-						c0.67,0.773,1.351,2.618,1.366,2.664c2.782-2.44-1.052-6.138-2.335-7.336c-0.02-0.017,2.636-0.606,4.742,1.896
-						c7.312,8.688-0.853,14.956-3.681,15.645c-0.191,0.048-1.185,0.353-1.758,0.198c5.065,7.355,13.082,5.517,13.082,5.517
-						s-0.619,1.183-2.617,1.217c-0.065,0.001-0.131,0.003-0.197,0.003c-0.104,0-0.21-0.003-0.313-0.008
-						c0.057,0.02,0.112,0.037,0.172,0.055c0.854,0.258,2.758,1.08,5.422,0.062c0.515-0.195,1.575-0.821,1.575-0.821l-0.142,0.508
-						L2.135,34.47l-0.024,0.067c-0.042,0.111-0.073,0.196-0.117,0.281s-0.09,0.171-0.136,0.256c0.077-0.029,0.154-0.062,0.228-0.096
-						c0.498-0.235,0.994-0.296,1.412-0.325c0.661-0.045,1.241-0.104,1.773-0.181c0.758-0.109,1.327-0.503,1.694-1.168
-						c0.11-0.198,0.235-0.39,0.331-0.558c0.411-0.722,1.283-0.792,1.283-0.792l-0.273,0.63l-0.264,0.903
-						c0.134-0.106,0.283-0.216,0.382-0.37c0.479-0.755,1.606-0.839,1.606-0.839l-0.197,1.183c0.076-0.047,3.801-1.407,3.998-2.914
-						c0.004-0.082,0.002-1.157,0.002-1.157s0.748,0.739,0.8,1.741c0.167-0.146,2.053-1.439,1.638-3.211
-						c-0.345-1.151-0.375-2.403-0.389-4.049c-0.004-0.389,0.005-0.777,0.005-1.166V22.54c0-0.753-0.022-1.604-0.035-2.436
-						c-0.035-2.299-0.542-3.133-0.542-3.133l0.126,0.046c0.134,0.042,0.236,0.088,0.339,0.141c0.475,0.245,0.901,0.605,1.316,1.101
-						c0.812,0.974,1.315,2.071,1.739,3.112c0.303,0.747,0.626,1.539,0.964,2.335c1.232-3.028-1.658-5.618-1.658-5.618
-						s2.232,1.204,2.848,2.406c0,0,0.535-1.478-1.86-2.536c-1.134-0.502-2.303-0.992-3.459-1.412l-0.684-0.25
-						c-0.276-0.102-0.567-0.252-0.863-0.444c-0.154-0.103-0.304-0.219-0.447-0.353c0.187,0.766,0.494,1.41,0.854,2.024
-						c0.561,0.958,0.822,2.184,0.965,2.812l0.125,0.556c0,0-0.712-0.876-1.191-1.145c0.017,0.098,0.037,0.191,0.066,0.279
-						c0.567,1.648,0.443,2.973,0.443,2.973s-0.868-0.622-0.889-0.646c0.295,1.874-0.057,2.914-0.057,2.914s-0.685-1.967-1.243-2.356
-						c-0.264,0.681-0.718,1.312-0.966,1.553c-0.765,0.746-1.214,2.627-1.214,2.627s-0.781-0.479-0.786-0.506
-						c0.056,0.142,0.084,0.646-0.14,1.656c0,0-0.752-0.771-0.758-0.843c0,0-0.569,1.777-0.709,1.777
-						c-0.047,0-0.274-0.764-0.33-0.907c-0.008,0.078-0.589,1.531-0.6,1.194c-0.009-0.287-0.327-0.926-0.864-0.656
-						c-2.081,1.041-4.329,1.785-6.694,1.972c-5.845,0.459-7.255-1.15-7.537-1.508c0,0,2.721,0.686,6.281,0.155
-						c2.308-0.342,4.52-1.071,6.571-2.19c1.455-0.793,2.643-1.677,3.612-2.689c-0.234-1.205-7.555-0.826-7.555-0.826
-						s1.844-1.62,7.062-0.813c0.627,0.098,1.12-0.154,1.573-0.498c0.174-0.135,0.259-0.372,0.215-0.495
-						c-0.035-0.104-0.215-0.12-0.32-0.12c-0.062,0-0.131,0.006-0.204,0.017c-0.161,0.022-0.237,0.029-0.292,0.029
-						c-0.248,0,5.553-4.137,0.502-11.229C8.543,9.136,5.445,7.424,3.808,6.858C9.1,13.011,4.092,17.218,2.781,18.176
-						C1.63,19.019,0.25,19.66-1.561,20.198C-1.778,20.262-2,20.323-2.232,20.386l-1.659,0.458l0.948-1.033
-						c0.023-0.029,0.074-0.087,0.162-0.125c0.06-0.024,0.116-0.047,0.172-0.067c1.162-0.454,2.101-0.956,2.896-1.548
-						c1.333-0.994,7.697-5.152,0.305-12.493c-0.257-0.255-0.929-0.628-1.05-0.669C1.527,8.26-0.149,10.84-0.149,10.84
-						s-0.914-3.352-1.448-4.279c-0.634-1.107-1.476-2.006-2.351-2.324c1.38,2.704,0.013,4.235,0.013,4.235
-						C-2.562,2.364-17.938,0.927-21.559-1.79c-0.086,0.374-0.165,0.862-0.169,1.26C-21.805,6.271-17.31,10.547-14.623,13.103z
-						 M-25.256,11.102c-0.241-0.961-0.438-1.882-0.605-3.795c-0.021-0.259-0.071-1.282-0.071-1.282s1.277,5.576,7.13,6.193
-						c-1.187-1.783-2.152-3.657-2.872-5.579c-0.649-1.73-1.054-3.392-1.236-5.077c-0.134-1.239-0.137-2.45-0.011-3.599
-						c-0.07-0.05-0.141-0.098-0.213-0.146c-1.304,0.734-1.714,2.896-1.616,4.609c0.078,1.391,0.945,4.574,0.812,4.298
-						c-0.837-1.737-2.294-4.198-2.375-6.548c-0.059-1.655,0.438-3.25,1.419-4.709c-0.144,0.026-0.316,0.09-0.528,0.192l-0.023,0.013
-						l-0.071,0.066c-0.101,0.095-0.209,0.191-0.289,0.298C-31.188,3.24-25.642,10.397-25.256,11.102z M-28.816,5.438
-						c-0.066-0.52-0.13-1.034-0.173-1.547c-0.145-1.701-0.077-3.209,0.204-4.607c0.247-1.223,0.636-2.156,1.225-2.936
-						c0.409-0.543,0.866-0.945,1.392-1.226c-0.615-0.728-1.144-1.505-1.576-2.313c-0.225,0.305-0.385,0.592-0.492,0.891l-0.42,1.152
-						c0,0-1.754-3.043-0.718-6.69C-29.375-11.839-38.007-0.48-28.816,5.438z M-29.587-13.334c0.049-0.054,0.058-0.107,0.061-0.188
-						c0.04-0.83,0.078-1.528,0.136-2.229c0.002-0.004,0.002-0.009,0.002-0.014c-2.631,3.21-4.295,6.863-4.961,10.894
-						C-33.734-7.76-31.172-11.589-29.587-13.334z M33.82-32.629c-0.899-0.5-2.252-0.619-3.41-0.619
-						c-0.289,0-0.602,0.019-0.928,0.056c-0.063,0.008-0.123,0.013-0.182,0.013c-0.255,0-0.555,0.013-0.711-0.19
-						c-0.218-0.285-0.345-0.953,1.074-0.936c0.069,0.002,0.79,0.1,1.09-0.428c0.24-0.425,0.082-1.134-0.1-1.332
-						c-0.712-0.775-1.963,0.384-1.963,0.384c-0.269,0-0.955-0.218-1.683,0.51c-0.728,0.729,0.135,2.307-0.155,2.438
-						c-0.279,0.11-0.358,0.146-0.625,0.283c-1.536,0.798-3.59,2.574-2.596,5.021c0.81-2.024,3.709-3.043,5.079-3.271
-						c3.895-0.642,6.692,0.442,6.752,0.466C35.519-31.053,34.463-32.271,33.82-32.629z M35.125-24.905
-						c-0.07-0.695-0.213-1.363-0.378-2.103c-0.216-0.966-0.802-1.601-1.741-1.884c-0.398-0.12-0.838-0.175-1.385-0.175
-						c-0.921,0-1.846,0.121-2.848,0.371c-0.993,0.246-1.64,0.5-2.159,0.844c-0.646,0.426-1.034,0.94-1.188,1.58
-						c-0.115,0.479-0.059,0.966,0.002,1.338c0.004,0.021,0.008,0.038,0.009,0.038c0.004,0,0.019,0.008,0.051,0.021
-						c1.814,0.726,3.065,1.838,3.827,3.403c0.043,0.092,0.078,0.108,0.158,0.118c0.227,0.023,0.427,0.037,0.612,0.037
-						c0.528,0,0.973-0.101,1.36-0.307c0.266-0.14,0.545-0.212,0.828-0.212c0.281,0,0.569,0.07,0.857,0.211
-						c0.209,0.103,0.405,0.223,0.584,0.358c0.108,0.081,0.211,0.17,0.313,0.261C34.901-22.131,35.272-23.443,35.125-24.905z"/>
-				</g>
-			</g>
-			<g>
-				<g>
-					<path fill="#0B0B0B" d="M23.788,0.518c0.811,0.51,0.896,1.321,0.896,1.321c0.292,1.267-0.922,3.356-1.311,4.421
-						c-0.316,0.872-0.601,2.364-0.366,3.27c0.973-0.293,2.182-1.187,2.887-1.956c0.76-0.832,1.381-2.04,1.283-3.151
-						c-0.042-0.45-0.255-1.026-0.578-1.6c-0.138-0.25-0.069-0.779,0.393-0.781c0.348-0.002,0.507,0.053,0.772,0.406
-						c0.926,1.234,1.06,2.35-0.163,3.982c-0.882,1.176-1.83,2.008-3.002,2.879c-0.332,0.247-0.92,0.528-1.332,0.614
-						c-0.45,0.092-0.724-0.127-0.877-0.566c-0.054-0.158-0.088-0.324-0.116-0.491c-0.26-1.475,0.075-2.805,0.797-4.124
-						c0.959-1.751,0.95-2.53,0.083-4.38C23.153,0.361,23.337,0.234,23.788,0.518z"/>
-				</g>
-			</g>
-		</g>
-	</g>
-</symbol>
-<symbol  id="New_Symbol_12" viewBox="-35.249 -35.39 70.497 70.78">
-	<g>
-		<path fill="#FFFFFF" d="M-25.976-3.646c0.084-0.104,0.188-0.203,0.289-0.298l0.071-0.066l0.023-0.013
-			c0.212-0.104,0.385-0.166,0.528-0.192c-0.332,1.831-0.466,3.528-0.407,5.186c0.081,2.35,0.526,4.335,1.363,6.072
-			c0.133,0.275,0.775,1.315,0.93,1.534c0,0-0.519-3.545-0.597-4.935c-0.098-1.714,0.057-3.517,0.471-5.508
-			c0.072,0.049,0.143,0.097,0.213,0.146c-0.126,1.147-0.123,2.358,0.011,3.599c0.182,1.686,0.587,3.347,1.235,5.076
-			c0.72,1.923,1.686,3.797,2.872,5.58c-5.853-0.617-7.13-6.193-7.13-6.193s0.05,1.023,0.071,1.281
-			c0.167,1.914,0.364,2.834,0.605,3.796c-0.385-0.704-0.628-1.443-0.802-2.031c-0.409-1.387-0.637-2.8-0.804-3.998
-			c-0.195-1.401-0.288-2.645-0.282-3.8c0.006-1.122,0.072-2.442,0.518-3.724C-26.582-2.741-26.314-3.237-25.976-3.646z"/>
-		<path fill="#FFFFFF" d="M-21.729-1.472c0.528,0.332,1.135,0.59,1.847,0.789c1.252,0.352,2.621,0.705,4.308,1.117l0.56,0.137
-			c1.411,0.343,2.873,0.698,4.245,1.225c0.835,0.318,1.629,0.738,2.429,1.286c1.122,0.766,2.126,1.709,2.985,2.806
-			c0.455,0.579,0.685,1.028,0.912,1.784l0.337,1.116c0,0,1.367-1.53-0.013-4.234c0.875,0.317,1.717,1.217,2.352,2.324
-			c0.533,0.928,1.447,4.278,1.447,4.278s1.678-2.58-0.309-5.932c0.121,0.041,0.793,0.414,1.05,0.669
-			c7.393,7.342,1.029,11.5-0.305,12.494c-0.795,0.592-1.733,1.094-2.896,1.548c-0.056,0.021-0.112,0.043-0.172,0.067
-			c-0.088,0.037-0.139,0.096-0.162,0.125l-0.948,1.033l1.659-0.458c0.232-0.062,0.454-0.123,0.672-0.188
-			c1.811-0.538,3.19-1.181,4.342-2.022c1.312-0.958,6.318-5.165,1.026-11.317c1.639,0.564,4.736,2.276,5.785,3.751
-			c5.051,7.093-0.75,11.229-0.502,11.229c0.055,0,0.131-0.007,0.292-0.029c0.073-0.011,0.142-0.017,0.204-0.017
-			c0.105,0,0.285,0.017,0.32,0.12c0.044,0.123-0.041,0.36-0.215,0.495c-0.453,0.344-0.946,0.596-1.573,0.498
-			c-5.218-0.808-7.062,0.813-7.062,0.813s7.32-0.379,7.555,0.826c-0.97,1.014-2.157,1.896-3.612,2.689
-			c-2.052,1.119-4.264,1.85-6.571,2.19c-3.561,0.529-6.281-0.155-6.281-0.155c0.282,0.356,1.692,1.967,7.537,1.508
-			c2.365-0.187,4.613-0.932,6.694-1.973c0.537-0.269,0.855,0.37,0.864,0.657c0.011,0.337,0.592-1.117,0.6-1.194
-			c0.056,0.145,0.283,0.907,0.33,0.907c0.14,0,0.709-1.777,0.709-1.777c0.006,0.071,0.758,0.843,0.758,0.843
-			c0.224-1.011,0.195-1.517,0.14-1.656c0.005,0.027,0.786,0.506,0.786,0.506s0.449-1.881,1.214-2.627
-			c0.248-0.242,0.702-0.872,0.966-1.553c0.559,0.391,1.243,2.356,1.243,2.356s0.352-1.04,0.057-2.914
-			c0.021,0.023,0.889,0.646,0.889,0.646s0.124-1.323-0.443-2.973c-0.029-0.088-0.05-0.183-0.066-0.279
-			c0.479,0.268,1.191,1.144,1.191,1.144l-0.125-0.555c-0.143-0.63-0.404-1.854-0.965-2.812c-0.359-0.614-0.667-1.261-0.854-2.024
-			c0.144,0.134,0.293,0.25,0.447,0.353c0.296,0.192,0.587,0.344,0.863,0.444l0.684,0.25c1.156,0.42,2.325,0.91,3.459,1.412
-			c2.396,1.06,1.86,2.536,1.86,2.536c-0.615-1.202-2.848-2.406-2.848-2.406s2.891,2.59,1.658,5.618
-			c-0.338-0.796-0.661-1.588-0.964-2.335c-0.424-1.041-0.927-2.14-1.739-3.112c-0.415-0.495-0.842-0.854-1.316-1.101
-			c-0.103-0.053-0.205-0.099-0.339-0.141l-0.126-0.047c0,0,0.507,0.834,0.542,3.134c0.013,0.831,0.035,1.683,0.035,2.436v0.166
-			c0,0.389-0.009,0.777-0.005,1.166c0.014,1.646,0.044,2.896,0.389,4.049c-0.036,0.066-0.015,0.133-0.054,0.201
-			c-0.079,0.137-0.139,0.291-0.21,0.462c-0.107,0.261-0.196,0.524-0.298,0.812c-0.375,1.062-0.909,1.588-1.076,1.734
-			c-0.111-0.34-0.8-1.742-0.8-1.742s0.002,1.076-0.002,1.158c-0.197,1.506-3.922,2.867-3.998,2.914l0.197-1.183
-			c0,0-1.127,0.084-1.606,0.839c-0.099,0.154-0.248,0.264-0.382,0.37L8.137,32.9l0.273-0.63c0,0-0.872,0.07-1.283,0.792
-			c-0.096,0.168-0.221,0.358-0.331,0.557c-0.367,0.666-0.937,1.06-1.694,1.168C4.57,34.863,3.99,34.924,3.33,34.969
-			c-0.418,0.028-0.914,0.09-1.412,0.325c-0.073,0.032-0.15,0.065-0.228,0.096c0.046-0.085,0.092-0.171,0.136-0.256
-			c0.044-0.085,0.075-0.17,0.117-0.281l0.023-0.066l0.094-0.231l0.143-0.508c0,0-1.042,0.042-2.255,0.881
-			c-0.263,0.182-0.593,0.182-0.958,0.211l-0.103,0.009c-0.333,0.028-0.662,0.042-0.979,0.042c-0.966,0-1.849-0.125-2.702-0.383
-			c-0.06-0.019-0.115-0.035-0.172-0.055c0.104,0.005,0.209,0.008,0.313,0.008c0.066,0,0.132-0.002,0.197-0.003
-			c1.998-0.034,2.617-1.218,2.617-1.218s-1.787,0-2.314-0.068c-0.615-0.08-1.238-0.154-1.816-0.313
-			c-1.652-0.454-3.218-1.22-4.786-2.342c-0.365-0.261-0.747-0.503-1.146-0.756c-0.678-0.433-1.25-1.005-1.698-1.701
-			c-0.049-0.076-0.082-0.142-0.103-0.2c-0.04-0.106-0.022-0.117,0.044-0.151c0.138-0.072,0.304-0.134,0.495-0.181
-			c2.828-0.688,4.944-3.065,5.268-5.914l0.043-0.364c0.105-0.902,0.213-1.834,0.167-2.78c-0.122-2.458-0.998-4.649-2.657-6.462
-			c-1.741-1.904-3.901-2.035-3.882-2.02c1.283,1.198,2.128,2.801,2.582,4.896c0.171,0.79,0.097,1.558-0.247,2.439
-			c-0.016-0.045-0.03-0.091-0.047-0.137c-0.286-0.815-0.649-1.753-1.319-2.527c-0.388-0.444-0.919-0.95-1.536-1.537
-			c-2.687-2.557-7.182-6.832-7.105-13.633C-21.894-0.609-21.814-1.098-21.729-1.472z"/>
-		<path fill="#FFFFFF" d="M19.462,15.739c-0.332-0.29-0.667-0.578-1.005-0.86c-0.604-0.505-1.035-0.827-1.964-1.161
-			c-0.813-0.293-1.439,0.366-1.439,0.366c0.539,0.27,0.938,0.657,1.318,1.147c-1.041-0.543-2.276-1.234-3.404-2.093
-			c-0.372-0.284-0.881-0.703-1.148-1.041c-0.365-0.46-0.605-0.938-0.605-1.427v-0.005c0,0.009,0.13,0.015,0.156,0.021
-			c1.301,0.335,2.597,0.919,3.617,1.446c1.629,0.843,3.324,1.879,5.181,3.167c0.069,0.048,0.156,0.104,0.281,0.142l1.093,0.312
-			l-0.673-0.927c-0.024-0.034-0.05-0.068-0.08-0.1c-2.195-2.188-4.471-3.754-6.958-4.786c-0.48-0.201-0.966-0.371-1.451-0.512
-			c1.691,0.441,3.131,0.94,4.463,1.547c1.583,0.72,2.692,1.423,3.597,2.277c1.401,1.327,2.402,2.892,2.977,4.648
-			c0.03,0.093,0.052,0.19,0.072,0.296c-0.093-0.027-0.326-0.096-0.326-0.096c-0.374-0.108-0.761-0.219-1.099-0.383
-			c-0.474-0.229-0.92-0.571-1.258-0.844C20.336,16.495,19.853,16.076,19.462,15.739z"/>
-		<path fill="#FFFFFF" d="M-30.737-8.808c0.378-0.604,0.79-1.201,1.189-1.776l0.061-0.09c-1.036,3.646,0.659,5.844,0.659,5.844
-			l0.42-1.152c0.107-0.299,0.268-0.586,0.492-0.891c0.433,0.81,0.961,1.587,1.576,2.313c-0.525,0.279-0.982,0.682-1.392,1.225
-			c-0.589,0.779-0.978,1.714-1.225,2.937c-0.281,1.397-0.349,2.906-0.204,4.607c0.043,0.513,0.106,1.027,0.173,1.547
-			c-2.11-2.367-3.723-5.062-4.795-8.01c-0.002-0.009,0-0.034,0.009-0.062C-33.083-4.521-32.088-6.644-30.737-8.808z"/>
-		<path fill="#FFFFFF" d="M18.348,25.501c0.007,2.079,0.359,3.942,1.08,5.7c0,0,0.04,0.096,0.052,0.122
-			c-0.262-0.177-0.497-0.417-0.725-0.743c-0.494-0.715-0.859-1.562-1.171-2.748c-0.536-2.026-0.855-4.209-0.994-6.806
-			c0.565,0.604,1.494,1.939,1.688,3.583C18.31,24.886,18.346,25.196,18.348,25.501z"/>
-		<path fill="#FFFFFF" d="M28.28-30.566c-1.168,0.193-3.639,1.062-4.329,2.787c-0.848-2.085,0.903-3.602,2.212-4.28
-			c0.228-0.118,0.295-0.146,0.533-0.242c0.247-0.109-0.488-1.456,0.132-2.076c0.62-0.619,1.206-0.435,1.435-0.435
-			c0,0,1.066-0.988,1.673-0.327c0.155,0.17,0.29,0.774,0.085,1.135c-0.255,0.449-0.87,0.366-0.929,0.365
-			c-1.209-0.015-1.101,0.554-0.916,0.797c0.133,0.173,0.389,0.163,0.606,0.163c0.05,0,0.101-0.004,0.155-0.011
-			c0.278-0.032,0.544-0.047,0.791-0.047c0.987,0,2.14,0.102,2.906,0.527c0.548,0.306,1.447,1.344,1.401,2.04
-			C33.984-30.189,31.6-31.113,28.28-30.566z"/>
-		<path fill="#FFFFFF" d="M35.134-7.608c-0.111,0.287-0.25,0.578-0.372,0.835c-0.06,0.123-0.118,0.248-0.176,0.372
-			c-0.062,0.139-0.129,0.273-0.196,0.409c-0.162,0.327-0.33,0.667-0.446,1.031c-0.101,0.314-0.128,0.636-0.152,0.945
-			c-0.009,0.111-0.021,0.226-0.033,0.334c-0.396,3.41-2.572,6.284-5.531,7.676c-0.111-0.413-0.323-0.814-0.634-1.229
-			c-0.266-0.354-0.425-0.408-0.772-0.406C26.36,2.36,26.292,2.89,26.429,3.14c0.323,0.572,0.536,1.147,0.578,1.6
-			c0.098,1.111-0.523,2.319-1.283,3.151c-0.705,0.771-1.914,1.663-2.887,1.956c-0.234-0.904,0.05-2.396,0.366-3.27
-			c0.389-1.063,1.603-3.154,1.311-4.421c0,0-0.085-0.812-0.896-1.321c-0.45-0.283-0.634-0.156-0.634-0.156
-			c0.867,1.85,0.876,2.629-0.083,4.38c-0.722,1.319-1.057,2.65-0.797,4.124c0.01,0.06,0.029,0.117,0.041,0.176
-			c-0.079-0.201-0.163-0.398-0.26-0.586c-0.737-1.294-1.433-1.967-1.852-3.307c-0.44-1.499,0.03-3.122,0.959-4.714
-			c-0.884,0.539-1.426,1.429-1.632,2.372c-1.497-0.835-2.793-1.958-3.935-3.438c-0.236-0.308-0.517-0.564-0.763-0.791
-			c-1.613-1.49-3.576-2.58-5.833-3.241C7.375-4.773,5.876-5.134,4.4-5.489L4.015-5.58C2-6.066-0.14-6.615-2.17-7.519
-			c-2.336-1.038-4.187-2.232-5.655-3.653c-2.16-2.089-3.478-4.662-3.911-7.647c-0.336-2.302-0.162-4.704,0.532-7.344
-			c0.025-0.095-3.039,2.774-1.458,11.033c-0.237,0.012-0.465,0.019-0.695,0.021l-0.199-0.002c-5.7-0.171-8.071-3.312-8.071-3.312
-			s0.371,3.487,5.861,4.658c0.413,0.088,3.87,0.865,3.986,0.903c0.455,0.926,1.007,1.804,1.644,2.622l-0.49-0.077
-			c-0.94-0.146-1.912-0.296-2.875-0.421l-0.742-0.097c-1.702-0.217-3.463-0.44-5.131-0.932c-1.752-0.514-3.123-1.255-4.194-2.265
-			c-1.148-1.08-1.97-2.473-2.515-4.251c-0.022-0.072-0.041-0.146-0.067-0.254c-0.038-0.146-0.076-0.297-0.132-0.446
-			c-0.058-0.153-0.071-0.323,0.053-0.649c1.026-2.721,2.787-5.08,5.233-7.008c1.872-1.477,4.002-2.646,6.33-3.479
-			c0.078-0.027,0.205-0.072,0.322-0.188l1.026-0.993l-1.605,0.384c-0.188,0.043-0.375,0.087-0.562,0.138
-			c-3.286,0.901-6.15,2.422-8.509,4.517c-0.805,0.292-4.918,2.343-6.665,5.711l-0.291,0.561c0,0,2.233-2.201,3.799-2.522
-			c-0.692,1.122-1.252,2.329-1.664,3.599c-0.026,0.083-0.079,0.177-0.144,0.257c-2.673,3.336-4.587,6.703-5.849,10.3
-			c-0.09,0.255-0.173,0.513-0.252,0.774c-0.127-1.046-0.19-2.093-0.188-3.117c0.001-0.325,2.816-7.805,2.816-7.805
-			s-1.24,1.378-2.265,3.122c0,0-0.18,0.588-0.203,0.626c0.44-2.646,1.294-5.132,2.544-7.435c3.442-6.332,8.718-10.482,16.131-12.422
-			c1.781-0.466,3.722-0.753,5.767-0.753c0,0,22.678-0.021,23.165-0.021c1.089,0,1.922,0.064,2.698,0.205l0.121,0.021
-			c0.262,0.049,0.534,0.1,0.829,0.1c0.313-0.002,0.646-0.042,1.017-0.129l0.183-0.043c0.34-0.082,0.659-0.157,0.974-0.157
-			c3.893-0.029,3.352,2.314,3.352,2.314c-0.162,0.61-0.869,1.034-1.643,1.219c-0.271,0.065-0.549,0.098-0.825,0.098
-			c-0.528,0-1.082-0.12-1.648-0.354c-0.282-0.119-0.565-0.241-0.848-0.362l-0.507-0.22c-0.096-0.041-0.192-0.08-0.289-0.112
-			c-0.229-0.076-0.374-0.105-0.5-0.105c-0.586,0-0.612,0.575-0.628,0.921c-0.019,0.418,0.158,0.809,0.499,1.1
-			c0.274,0.232,0.572,0.459,0.891,0.673c0.575,0.389,1.168,0.79,1.626,1.316c0.576,0.665,0.926,1.339,1.066,2.062
-			c0.092,0.464,0.049,0.917-0.131,1.382c-0.04,0.104-0.079,0.125-0.117,0.137c-0.32,0.103-0.699,0.223-1.084,0.33
-			c-1.439,0.404-2.497,1.008-3.324,1.895c-0.583,0.625-0.98,1.351-1.294,1.978c-0.524,1.054-0.938,2.142-1.228,3.231
-			c-0.47,1.772-1.58,3.193-3.392,4.342c-1.348,0.854-2.893,1.374-4.591,1.545c-0.405,0.043-0.815,0.062-1.248,0.083
-			c-0.108,0.006-0.361,0.038-0.612,0.07c-0.227,0.03-0.451,0.061-0.555,0.065l-0.619,0.037c0,0,0.16,0.225,1.442,0.715
-			c0.243,0.092,0.492,0.115,0.737,0.16c0.594,0.104,1.18,0.157,1.74,0.157c1.352,0,2.629-0.312,3.799-0.927
-			c1.457-0.768,2.62-1.935,3.558-3.57c0.509-0.89,0.91-1.847,1.228-2.925c0.061-0.206,0.113-0.414,0.171-0.636
-			c0.104-0.394,0.21-0.8,0.359-1.169c0.904-2.229,2.582-3.533,4.984-3.877c0.636-0.09,1.257-0.136,1.847-0.136
-			c1.117,0,2.187,0.164,3.176,0.488c1.343,0.44,2.367,1.127,3.131,2.099c0.355,0.451,0.601,0.928,0.752,1.456l0.102,0.356
-			l0.598-0.142c0.128-0.033,0.255-0.063,0.383-0.087c0.09-0.019,0.181-0.026,0.277-0.026c0.272,0,0.55,0.064,0.848,0.131
-			l0.051,0.013c0.223,0.051,0.441,0.06,0.656,0.067l0.179,0.008c0.211,0,0.39-0.142,0.468-0.274c0.09-0.156,0.24-0.246,0.516-0.308
-			c0.07-0.016,0.145-0.022,0.222-0.022c0.676,0,1.385,0.619,1.403,1.227c0.008,0.232-0.054,0.376-0.207,0.481
-			c-0.121,0.083-0.246,0.16-0.386,0.247l-0.673,0.423l0.448,0.341c0.132,0.098,0.277,0.149,0.433,0.149
-			c0.133,0,0.252-0.037,0.355-0.083c0,0-0.562,2.979-4.504,2.112c0,0-0.641-0.263-0.967-0.386l-0.152-0.058
-			c-0.098-0.037-0.196-0.056-0.299-0.056c-0.199,0-0.366,0.074-0.49,0.138c-1.379,0.694-2.73,0.385-2.954,0.385
-			c-0.576,0-1.096,0.057-1.587,0.174c-0.088,0.021-0.219,0.064-0.342,0.199l-0.255,0.285c-1.204-0.06-2.373,0.104-3.488,0.581
-			c-1.285,0.549-2.312,1.386-2.935,2.664c-0.306,0.636-0.456,1.308-0.442,2.021c0.025-0.065,0.053-0.131,0.076-0.197
-			c0.249-0.731,0.614-1.397,1.102-1.999c0.903-1.118,2.068-1.869,3.392-2.398c0.718-0.285,1.46-0.486,2.252-0.619
-			c0,0,2.816-0.105,4.071,0.935c0.953,0.532,1.812,0.78,2.703,0.78l0.185-0.001c3.029,0.004,3.296,1.468,3.296,1.468
-			s0.346-0.224,0.828-0.149c0.429,0.063,0.839,0.194,1.237,0.6c0.32,0.324,0.503,0.752,0.545,1.259
-			c-0.326,0.299-0.657,0.592-1.004,0.901l-0.211,0.186l-0.396,0.312l0.272,0.311c0.167,0.19,0.378,0.291,0.61,0.291
-			c0.136,0,0.269-0.034,0.396-0.104c0.18-0.1,0.338-0.227,0.485-0.344c0.051-0.039,0.101-0.079,0.15-0.117
-			c0.056-0.041,0.183-0.142,0.188-0.146C35.268-8.122,35.232-7.861,35.134-7.608z M31.398-6.803
-			c-0.112-0.314-0.259-0.363-0.588-0.291c-0.173,0.038-0.357,0.049-0.534,0.041c-0.327-0.015-0.651-0.07-0.978-0.077
-			c-0.817-0.016-1.6,0.133-2.25,0.665c-0.921,0.756-1.098,1.649-0.521,2.78c0.007-0.062,0.011-0.087,0.012-0.11
-			c0.037-0.771,0.378-1.37,1.016-1.802c0.53-0.357,1.135-0.5,1.756-0.579c0.502-0.063,0.996-0.147,1.436-0.42
-			c0.038-0.022,0.08-0.042,0.12-0.062c0.006,0.008,0.012,0.016,0.019,0.022c-0.087,0.122-0.116,0.54-0.071,0.713
-			c0.073,0.278,0.089,0.652,0.006,0.875c-0.151-0.379-0.396-0.672-0.74-0.894c-0.057-0.045-0.087-0.057-0.157-0.06
-			c-0.231,0.049-0.458,0.103-0.679,0.177c-0.427,0.142-0.858,0.296-1.251,0.511c-0.55,0.3-0.835,0.769-0.689,1.428
-			c0.047,0.21-0.011,0.397-0.165,0.556c-0.068,0.069-0.128,0.147-0.199,0.231c0.161,0.15,0.301,0.296,0.457,0.422
-			c0.146,0.119,0.301,0.229,0.465,0.322c1.274,0.724,2.995,0.179,3.562-1.148c0.144-0.335,0.221-0.709,0.261-1.072
-			C31.773-5.337,31.653-6.082,31.398-6.803z"/>
-		<path fill="#FFFFFF" d="M-29.561-15.433c-0.058,0.7-0.096,1.398-0.136,2.229c-0.003,0.079-0.019,0.128-0.061,0.188
-			c-1.857,2.681-3.213,5.002-4.265,7.303c-0.185,0.402-0.351,0.788-0.498,1.161c0.666-4.029,2.33-7.684,4.961-10.894
-			C-29.559-15.441-29.559-15.437-29.561-15.433z"/>
-		<path fill="#FFFFFF" d="M26.445-27.534c0.52-0.345,1.166-0.598,2.159-0.845c1.002-0.25,1.927-0.37,2.848-0.37
-			c0.547,0,0.986,0.055,1.385,0.175c0.939,0.283,1.525,0.918,1.741,1.884c0.165,0.738,0.308,1.406,0.378,2.103
-			c0.146,1.462-0.224,2.774-1.097,3.901c-0.103-0.091-0.205-0.18-0.313-0.261c-0.179-0.138-0.375-0.257-0.584-0.358
-			c-0.288-0.141-0.576-0.211-0.857-0.211c-0.283,0-0.562,0.072-0.828,0.212c-0.388,0.206-0.832,0.307-1.36,0.307
-			c-0.186,0-0.386-0.014-0.612-0.037c-0.08-0.01-0.115-0.026-0.158-0.118c-0.762-1.565-2.013-2.679-3.827-3.403
-			c-0.032-0.013-0.047-0.021-0.051-0.021c-0.001,0-0.005-0.018-0.009-0.038c-0.061-0.372-0.117-0.859-0.002-1.338
-			C25.412-26.593,25.798-27.108,26.445-27.534z"/>
-		<path fill="#FFFFFF" d="M8.817,7.339C7.295,5.791,5.453,4.515,3.024,3.317c-1.535-0.754-3.245-1.3-5.384-1.715
-			c-1.223-0.238-2.444-0.469-3.667-0.699l-0.252-0.047C-7.317,0.66-8.356,0.464-9.393,0.265c-2.741-0.526-5.661-1.146-8.47-2.094
-			c-2.039-0.689-3.611-1.42-4.946-2.297c-1.309-0.859-2.213-1.743-2.845-2.781c-0.164-0.271-0.307-0.582-0.432-0.857
-			c-0.071-0.157-0.144-0.313-0.221-0.47c-0.053-0.107-0.118-0.229-0.224-0.335c-1.427-1.396-2.036-3.138-1.808-5.179
-			c0.136-1.226,0.518-2.421,1.165-3.644c0.375,2.495,1.692,4.399,3.917,5.663c1.21,0.688,2.544,1.188,4.08,1.525
-			c1.551,0.344,3.126,0.631,4.605,0.896c0.28,0.05,0.904,0.159,0.904,0.159c1.523,0.268,3.1,0.543,4.596,1.016
-			c0.355,0.111,0.703,0.235,1.026,0.356c0.433,0.163,0.81,0.354,1.154,0.607c0.417,0.309,0.853,0.591,1.308,0.857
-			c-1.926,0.045-5.191,0.049-6.205,0.055c-2.271,0.013-3.833-0.176-5.791-0.921c-2.046-0.779-7.893-3.749-7.893-3.749
-			s2.905,3.108,8.367,5.437c1.899,0.732,3.874,1.213,5.871,1.424c0.889,0.094,1.793,0.139,2.763,0.139
-			c0.812,0,1.654-0.032,2.571-0.098c1.51-0.111,3.02-0.221,4.528-0.324l0.041-0.002c0.071,0,0.147,0.012,0.22,0.033
-			c1.619,0.491,3.252,0.76,4.637,0.957c0.517,0.073,1.042,0.179,1.557,0.287C4.983-3.044,4.879-3.015,4.778-2.986
-			C4.661-2.952,4.549-2.907,4.429-2.857L4.17-2.755L3.153-2.069l3.821-0.082c0.823,0,8.942,1.307,12.417,10.98
-			c0.23,0.645,0.471,1.29,0.658,1.994c-2.44-1.552-5.086-2.605-7.872-3.135C11.134,7.491,10.041,7.378,8.817,7.339z"/>
-		<polygon fill="#FFFFFF" points="22.927,12.856 22.925,12.854 22.927,12.854 		"/>
-	</g>
-	<path fill="#FFFFFF" d="M27.944-3.725c0-0.438,0.356-0.795,0.795-0.795s0.795,0.355,0.795,0.795c0,0.44-0.355,0.795-0.795,0.795
-		C28.3-2.93,27.944-3.285,27.944-3.725z"/>
-</symbol>
-<symbol  id="New_Symbol_2" viewBox="-3 -3.5 6 7">
-	<path fill="#FFFFFF" d="M0-3.5c-0.184,0-0.368,0.051-0.53,0.152l-2,1.25C-2.822-1.915-3-1.595-3-1.25v2.5
-		c0,0.345,0.178,0.666,0.47,0.848l2,1.25C-0.368,3.449-0.184,3.5,0,3.5s0.368-0.051,0.53-0.152l2-1.25C2.822,1.916,3,1.595,3,1.25
-		v-2.5c0-0.345-0.178-0.665-0.47-0.848l-2-1.25C0.368-3.449,0.184-3.5,0-3.5z"/>
-	<polygon display="none" fill="none" points="-3,3 3,3 3,-3 -3,-3 	"/>
-</symbol>
-<symbol  id="New_Symbol_3" viewBox="-50.452 -50.957 100.904 101.913">
-	<path fill="#E65270" d="M14.113-50.015c-1.353,0.017-2.704,0.021-4.056,0.021l-3.489-0.003c0,0-9.98,0.004-14.75,0.004
-		c-0.749,0-1.5-0.003-2.25-0.005c-0.751-0.002-1.501-0.005-2.252-0.005c-0.47,0-0.938,0.001-1.407,0.004
-		c-2.838,0.017-5.551,0.358-8.063,1.016c-10.002,2.617-17.576,8.55-22.512,17.633c-2.366,4.355-3.711,9.225-3.995,14.473
-		c-0.126,2.334-0.007,4.726,0.355,7.108c0.043,0.285,0.095,0.569,0.147,0.854l0.115,0.65l0.195-0.192
-		c0.103-0.102,0.135-0.208,0.159-0.288c0.097-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013
-		c1.701-4.851,4.284-9.397,7.896-13.902c0.143-0.178,0.251-0.375,0.313-0.567c1.225-3.77,3.354-7.028,6.326-9.69
-		c2.891-2.588,6.357-4.526,10.316-5.771c-2.539,1.086-4.889,2.475-7.003,4.142c-3.448,2.719-5.933,6.046-7.383,9.89
-		c-0.145,0.385-0.267,0.851-0.071,1.368c0.065,0.176,0.111,0.358,0.158,0.541c0.032,0.126,0.063,0.252,0.102,0.377
-		c0.781,2.553,1.967,4.555,3.626,6.117c1.545,1.456,3.513,2.521,6.017,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.011,0.13
-		c1.321,0.172,2.66,0.377,3.954,0.577l0.779,0.12c0.29,0.044,0.578,0.107,0.876,0.172l0.727,0.152l-0.191-0.325
-		c-0.015-0.028-0.027-0.051-0.048-0.075c-1.225-1.372-2.253-2.898-3.055-4.538c-0.068-0.139-0.214-0.267-0.354-0.312
-		c-0.174-0.057-0.347-0.113-0.52-0.171c-0.551-0.184-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3
-		c-0.494-0.07-0.988-0.139-1.479-0.228c-1.653-0.294-2.932-0.826-3.899-1.636c0.212,0.051,0.431,0.083,0.646,0.114
-		c0.3,0.043,0.608,0.089,0.889,0.186c1.524,0.53,3.196,0.776,5.263,0.776l0.279-0.001c0.371-0.004,0.741-0.021,1.117-0.039
-		l0.726-0.03l-0.054-0.179c-1.483-4.845-1.441-9.599,0.119-14.157c-0.653,3.091-0.772,5.962-0.368,8.737
-		c0.618,4.241,2.486,7.896,5.556,10.863c2.07,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.022,8.589,2.692l0.527,0.128
-		c1.988,0.478,4.044,0.972,6.036,1.557c2.987,0.875,5.583,2.315,7.716,4.284c0.319,0.295,0.682,0.63,0.968,1
-		c2.037,2.64,4.412,4.513,7.258,5.727c0.082,0.035,0.175,0.122,0.235,0.221c0.931,1.519,2.048,2.638,3.415,3.423
-		c0.305,0.175,0.609,0.263,0.904,0.263c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33
-		c0.479-0.481,0.863-1.073,1.211-1.859c0.043-0.094,0.082-0.124,0.187-0.137c0.347-0.046,0.705-0.093,1.06-0.163
-		c5.812-1.15,9.859-5.622,10.562-11.673c0.019-0.161,0.032-0.324,0.045-0.486c0.031-0.384,0.062-0.781,0.177-1.137
-		c0.144-0.451,0.361-0.895,0.573-1.321c0.093-0.19,0.188-0.382,0.276-0.575c0.075-0.166,0.154-0.331,0.232-0.495
-		c0.185-0.388,0.374-0.786,0.531-1.193c0.241-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.341-0.319
-		c-0.071,0-0.147,0.024-0.224,0.072c-0.16,0.102-0.309,0.217-0.458,0.335c-0.07,0.057-0.142,0.111-0.214,0.165
-		c-0.08,0.061-0.159,0.123-0.237,0.187c-0.187,0.147-0.362,0.288-0.557,0.395c-0.07,0.039-0.143,0.06-0.214,0.06
-		c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245c0.489-0.434,0.977-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4
-		c-0.057-0.908-0.374-1.661-0.945-2.241c-0.68-0.688-1.393-1.023-2.178-1.023c-0.168,0-0.339,0.016-0.513,0.047
-		c-0.032-0.305-0.097-0.419-0.351-0.555c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.369-0.981
-		c-0.413-0.23-0.778-0.386-1.119-0.476c-1.031-0.274-2.072-0.377-3.013-0.421c0.404-0.055,0.826-0.083,1.279-0.083
-		c0.289,0,0.587,0.012,0.909,0.034l0.184,0.018c0.136,0.013,0.274,0.026,0.406,0.026c0.177,0,0.323-0.023,0.446-0.074
-		c0.841-0.343,1.663-0.759,2.433-1.154c0.151-0.078,0.26-0.11,0.361-0.11c0.056,0,0.11,0.01,0.167,0.032l0.225,0.084
-		c0.421,0.159,0.856,0.323,1.271,0.507c0.987,0.439,1.838,0.645,2.678,0.645c0.225,0,0.45-0.016,0.673-0.047
-		c0.576-0.078,1.248-0.21,1.854-0.583c0.299-0.183,0.698-0.491,0.735-1.064c0.002-0.01,0.022-0.044,0.069-0.088
-		c0.073-0.067,0.149-0.131,0.227-0.195c0.078-0.065,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624
-		c-0.018-0.181-0.058-0.606-0.421-0.606c-0.11,0-0.239,0.04-0.418,0.131c-0.075,0.039-0.144,0.07-0.207,0.088
-		c0.177-0.109,0.349-0.217,0.518-0.332c0.401-0.274,0.597-0.692,0.578-1.242c-0.038-1.201-1.302-2.336-2.601-2.336
-		c-0.154,0-0.306,0.018-0.451,0.049c-0.383,0.084-0.859,0.245-1.146,0.743c-0.009,0.013-0.042,0.036-0.049,0.038l-0.22-0.01
-		c-0.261-0.01-0.529-0.021-0.778-0.078l-0.073-0.017c-0.423-0.097-0.859-0.195-1.305-0.195c-0.178,0-0.345,0.016-0.507,0.047
-		c-0.199,0.037-0.396,0.086-0.598,0.136l-0.146,0.035c-0.231-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097
-		c-1.427-0.469-2.961-0.705-4.562-0.705c-0.841,0-1.724,0.064-2.623,0.192c-3.546,0.506-6.021,2.434-7.359,5.728
-		c-0.225,0.552-0.376,1.138-0.524,1.706c-0.071,0.275-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.69-1.619,3.86
-		c-1.216,2.123-2.72,3.635-4.599,4.625c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208
-		c-0.157-0.028-0.313-0.061-0.472-0.096c0.547-0.025,1.067-0.054,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219
-		c2.633-1.671,4.249-3.747,4.937-6.345c0.385-1.452,0.935-2.898,1.634-4.298c0.404-0.813,0.918-1.752,1.658-2.546
-		c1.046-1.119,2.394-1.884,4.241-2.404c0.505-0.142,1.007-0.297,1.506-0.458c0.276-0.088,0.468-0.28,0.587-0.587
-		c0.289-0.75,0.361-1.514,0.213-2.269c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.538-1.366-2.362-1.923
-		c-0.414-0.277-0.803-0.572-1.157-0.875c-0.303-0.259-0.46-0.599-0.443-0.958c0.026-0.589,0.07-0.612,0.18-0.612
-		c0.092,0,0.237,0.035,0.471,0.111c0.115,0.039,0.229,0.084,0.342,0.134l0.686,0.296c0.392,0.169,0.783,0.339,1.178,0.503
-		c0.856,0.357,1.703,0.54,2.515,0.54c0.434,0,0.868-0.052,1.291-0.153c1.52-0.364,2.518-1.267,2.966-2.686
-		c0.12-0.384,0.103-0.712-0.055-0.978c-0.104-0.177-0.342-0.325-0.54-0.331c-0.184,0-0.356,0.163-0.488,0.307
-		c-0.074,0.081-0.092,0.187-0.106,0.28c-0.006,0.03-0.011,0.062-0.018,0.089c-0.135,0.505-0.322,0.835-0.604,1.056
-		c0.504-0.684,0.73-1.417,0.689-2.23c-0.042-0.807-0.646-1.37-1.471-1.37c-0.034,0-0.067,0.001-0.103,0.003
-		c-0.313,0.019-0.512,0.188-0.545,0.466c-0.022,0.193-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.238
-		c-0.002,0.104-0.001,0.205,0,0.308c0,0.222,0.001,0.431-0.027,0.637c-0.062,0.444-0.326,0.744-0.785,0.891
-		c-0.032,0.011-0.064,0.019-0.098,0.023c0.139-0.079,0.259-0.188,0.344-0.346c0.17-0.315,0.315-0.601,0.394-0.911
-		c0.204-0.821,0.003-1.461-0.581-1.852c-0.303-0.202-0.691-0.277-1.033-0.325c-0.139-0.019-0.275-0.026-0.412-0.026
-		c-0.511,0-1.011,0.12-1.493,0.234l-0.245,0.059c-0.457,0.105-0.862,0.158-1.251,0.159c-0.332,0-0.677-0.064-1.011-0.126
-		l-0.155-0.028c-2.533-0.456-4.81-0.677-6.959-0.677L14.113-50.015z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.454c0,0-3.735-4.456-10.078-1.903
-		c-5.81,2.34-3.692,8.784-3.692,8.784s1.03-3.996,4.036-5.51C29.348-21.276,34.73-20.454,34.73-20.454z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.362c0.809-0.823,0.824-1.663,1.078-2.688
-		c0.479-1.928,1.068-3.601,2.296-5.188c1.181-1.525,2.594-2.602,4.419-3.303c1.581-0.606,3.614-0.427,3.311-2.781l-0.53-1.983
-		c-4.04,0-7.825,1.844-9.367,5.854c-1.352,3.517,0.241,7.768-3.857,13.717C14.005-19.135,15.908-21.934,16.327-22.362z"/>
-	<g opacity="0.2">
-		<path fill="#2B2B2B" d="M14.727-20.614c0.062-0.25,0.118-0.504,0.175-0.757C14.751-21.186,14.673-20.95,14.727-20.614z"/>
-	</g>
-	
-		<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="29713.3379" y1="69.6689" x2="29741.8066" y2="-63.1843" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
-		<stop  offset="0.6649" style="stop-color:#C370E6"/>
-		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
-		<stop  offset="0.7081" style="stop-color:#D461AB"/>
-		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
-		<stop  offset="0.7643" style="stop-color:#E05784"/>
-		<stop  offset="0.8017" style="stop-color:#E35479"/>
-		<stop  offset="0.8543" style="stop-color:#E55272"/>
-		<stop  offset="1" style="stop-color:#E65270"/>
-	</linearGradient>
-	<path fill="url(#SVGID_1_)" d="M-32.349-35.986C-47.59-34.48-49.384-19.31-49.384-19.31s-0.828,7.033,1.104,13.93
-		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.769-32.349-35.986z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.15-30.208c0,0-3.196-0.304-7.461,4.873
-		c4.112-7.461,9.441-7.613,9.441-7.613L-36.15-30.208z"/>
-	
-		<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="29697.2695" y1="71.4434" x2="29727.5938" y2="-70.0703" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
-		<stop  offset="0.6649" style="stop-color:#C370E6"/>
-		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
-		<stop  offset="0.7081" style="stop-color:#D461AB"/>
-		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
-		<stop  offset="0.7643" style="stop-color:#E05784"/>
-		<stop  offset="0.8017" style="stop-color:#E35479"/>
-		<stop  offset="0.8543" style="stop-color:#E55272"/>
-		<stop  offset="1" style="stop-color:#E65270"/>
-	</linearGradient>
-	<path fill="url(#SVGID_2_)" d="M-27.912-38.92c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.782,10.628,4.782,10.628
-		S-36.946-8.55-37.347-27.149c0.888-4.028,4.792-7.921,7.236-10.029c-0.478,1.078-6.567,17.833,13.711,16.467
-		c-6.999,0.596-17.105-6.716-12.288-17.67C-28.205-38.732-27.912-38.92-27.912-38.92z"/>
-	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.687c-5.272-1.982-14.225-1.972-11.677-15.425
-		c-0.408-0.306-2.446,2.854-1.937,2.547C-36.975-19.538-26.447-20.233-21.017-18.687z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.868c5.127,2.028,0.964-3.722,0.236-4.642
-		c-1.683-2.128-5.941-1.435-8.21-2.146c-1.305-0.408-6.536-1.175-8.269-6.128c-0.77-2.195-1.06-5.781,0.581-10.146
-		c-0.407-0.307-3.104,2.646-2.594,2.342C-36.925-15.258-16.511-22.196-14.341-13.868z"/>
-	<path fill="#F9E0E7" d="M36.631-5.975C36.77-5.591,37.009-5.1,37.31-4.81c0.07-0.033,0.145-0.037,0.202-0.073
-		c0.5,0.324,1.29,0.281,1.918,0.281c0.376,0,0.924,0.104,1.287-0.037c0.528-0.205,0.468-0.76,0.689-1.181
-		c0.414-0.786,1.69-0.796,1.695-1.908c0.004-0.523,0.135-1.232,0.001-1.744c-0.1-0.38-0.525-0.263-0.891-0.263
-		c-1.109,0-2.215-0.032-3.326-0.032l-1.536,1.145c-0.41-0.131-0.731,0.728-0.787,1.021C36.47-7.119,36.458-6.452,36.631-5.975z"/>
-	<path fill="#FFFFFF" d="M41.756-7.497c0.188,0.077,0.465,0.378,0.581,0.555c0.084,0.127,0.06,0.208,0.24,0.203
-		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.407,0.278
-		c-0.136,0.04-0.331,0.02-0.473,0.014c-0.208-0.009-0.496-0.149-0.684-0.069L41.756-7.497z"/>
-	
-		<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="29692.293" y1="62.4609" x2="29694.0977" y2="-21.4864" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_3_)" d="M-18.99,13.065c0.07,0.081,0.088,0.106,0.11,0.128c2.035,1.901,3.114,4.298,3.694,6.98
-		c0.381,1.755-0.105,3.303-0.895,4.816c-0.014,0.026-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
-		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.613-7.753-12.244-24.064c0.009-0.101,0.026-0.198,0.04-0.31
-		c0.246,0.229,0.461,0.466,0.708,0.661c0.885,0.693,1.907,1.133,2.973,1.431c1.951,0.544,3.915,1.044,5.881,1.525
-		c2.237,0.548,4.487,1.056,6.645,1.882c1.22,0.466,2.354,1.08,3.437,1.82C-9.27,4.379-7.877,5.7-6.677,7.23
-		c0.699,0.891,1.025,1.572,1.34,2.619c0.199-0.539,0.095-2.041-0.205-2.999c-0.31-0.991-0.837-1.854-1.524-2.648
-		c0.165,0.053,0.345,0.08,0.492,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.569,1.413,4.062
-		c0.001,0.021,0.01,0.042,0.017,0.075C0.083,10.92,0.026,7.8-2.04,5.582C-1.31,5.84-0.65,6.099,0.026,6.3
-		c0.559,0.166,0.928,0.493,1.237,0.984c1.356,2.147,2.48,4.396,3.088,6.877c0.47,1.916,0.587,3.84,0.06,5.765
-		c-0.598,2.176-1.912,3.85-3.7,5.181c-1.242,0.925-2.612,1.612-4.05,2.173c-0.087,0.034-0.174,0.066-0.259,0.103
-		c-0.014,0.005-0.021,0.021-0.076,0.081c0.498-0.137,0.945-0.253,1.386-0.384c2.06-0.612,4.034-1.41,5.782-2.688
-		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.467-1.709-4.665-3.109-6.746
-		C3.797,8.091,3.755,8.027,3.714,7.963c-0.006-0.01-0.005-0.026-0.013-0.063c0.058,0.022,0.104,0.037,0.146,0.059
-		c2.931,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.483,5.284,4.18,8.438c0.877,3.98-0.085,7.513-2.663,10.631
-		c-1.629,1.972-3.643,3.464-5.873,4.68c-2.877,1.567-5.938,2.59-9.177,3.061c-1.842,0.268-3.686,0.32-5.527-0.034
-		c-1.012-0.193-1.668-0.458-2.79-1.107c0.142,0.121,0.277,0.249,0.426,0.359c1.007,0.764,2.168,1.16,3.387,1.407
-		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.149-1.24,8.991-2.647c0.278-0.139,0.553-0.283,0.86-0.441
-		c0,0.258-0.015,0.483,0.004,0.706c0.026,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.41-0.065,0.46-0.319
-		c0.041-0.215,0.052-0.436,0.083-0.653c0.07-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
-		c0.019-0.014,0.046-0.013,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.018,0.659-0.011,0.988
-		c0.003,0.081,0.06,0.211,0.116,0.227c0.077,0.021,0.217-0.018,0.265-0.079c0.129-0.17,0.268-0.354,0.327-0.556
-		c0.129-0.428,0.187-0.876,0.321-1.301c0.088-0.275,0.228-0.547,0.403-0.775c0.192-0.25,0.386-0.195,0.459,0.111
-		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.018,0.205,0.049,0.299c0.025,0.081,0.084,0.148,0.128,0.223
-		c0.066-0.061,0.163-0.107,0.192-0.182c0.067-0.17,0.133-0.353,0.141-0.532c0.021-0.396-0.016-0.795,0.013-1.19
-		c0.015-0.21,0.085-0.433,0.188-0.616c0.114-0.203,0.297-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.202,0.99
-		c0.045,0.224,0.092,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.068-0.647,0.101-1.297,0.158-1.945
-		c0.044-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.448-2.346c0.24-0.406,0.462-0.443,0.686-0.025
-		c0.254,0.474,0.443,0.982,0.658,1.478c0.094,0.217,0.173,0.439,0.272,0.653c0.046,0.104,0.124,0.192,0.195,0.299
-		c0.255-0.184,0.316-0.426,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.101-0.39-0.209-0.779-0.27-1.177
-		c-0.023-0.16,0.049-0.351,0.122-0.507c0.103-0.224,0.267-0.252,0.443-0.076c0.179,0.178,0.318,0.395,0.492,0.576
-		c0.099,0.104,0.235,0.167,0.354,0.249c0.067-0.145,0.203-0.297,0.191-0.437c-0.025-0.297-0.096-0.6-0.205-0.878
-		c-0.222-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.012-0.109,0.078-0.299,0.163-0.33
-		c0.089-0.032,0.265,0.056,0.344,0.143c0.363,0.399,0.704,0.82,1.06,1.228c0.087,0.101,0.203,0.174,0.305,0.261
-		c0.035-0.017,0.068-0.032,0.103-0.05c-0.034-0.232-0.025-0.482-0.109-0.697c-0.143-0.357-0.32-0.708-0.524-1.033
-		c-0.323-0.516-0.692-1.002-1.023-1.512c-0.612-0.943-1.017-1.972-1.271-3.069c-0.183-0.788-0.443-1.558-0.671-2.334
-		c-0.027-0.096-0.061-0.189-0.065-0.296c0.199,0.318,0.393,0.641,0.599,0.957c0.431,0.664,0.928,1.275,1.596,1.714
-		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.73,2.299c0.524,0.266,1.025,0.588,1.502,0.935
-		c0.603,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.028-0.383,1.562c-0.312-0.498-0.587-0.978-0.902-1.428
-		s-0.704-0.832-1.283-1.089c0.052,0.099,0.067,0.142,0.093,0.177c0.812,1.119,1.28,2.391,1.642,3.708
-		c0.037,0.136-0.005,0.3-0.029,0.447c-0.166,0.96-0.086,1.922-0.043,2.885c0.01,0.191,0.01,0.39-0.017,0.58
-		c-0.011,0.088-0.083,0.198-0.158,0.231c-0.051,0.024-0.184-0.046-0.229-0.108c-0.186-0.262-0.394-0.518-0.519-0.808
-		c-0.503-1.168-0.985-2.347-1.465-3.524c-0.598-1.469-1.272-2.894-2.299-4.121c-0.464-0.555-0.993-1.038-1.642-1.375
-		c-0.124-0.064-0.256-0.114-0.395-0.158c1.005,1.039,1.231,2.354,1.276,3.699c0.059,1.722,0.025,3.448,0.042,5.172
-		c0.018,1.864,0.172,3.712,0.728,5.508c0.021,0.071-0.014,0.174-0.053,0.246c-0.157,0.305-0.356,0.592-0.486,0.908
-		c-0.273,0.663-0.501,1.343-0.768,2.01c-0.156,0.391-0.209,0.421-0.629,0.39c-0.452-0.032-0.722,0.227-0.962,0.548
-		c-0.183,0.243-0.258,0.238-0.384-0.048c-0.137-0.309-0.245-0.629-0.393-0.933c-0.051-0.104-0.181-0.172-0.275-0.256
-		c-0.072,0.106-0.192,0.21-0.204,0.323c-0.039,0.369-0.029,0.741-0.055,1.111c-0.012,0.184-0.037,0.371-0.099,0.542
-		c-0.03,0.082-0.154,0.169-0.243,0.176c-0.064,0.005-0.175-0.104-0.202-0.185c-0.091-0.263-0.145-0.537-0.228-0.802
-		c-0.067-0.213-0.162-0.236-0.289-0.062c-0.925,1.26-2.159,2.154-3.478,2.948c-0.389,0.234-0.772,0.478-1.159,0.715
-		c-0.027-0.009-0.054-0.019-0.079-0.027c0.049-0.429,0.1-0.857,0.149-1.285c-0.035-0.019-0.07-0.035-0.104-0.053
-		c-0.122,0.104-0.262,0.191-0.364,0.312c-0.257,0.303-0.489,0.625-0.749,0.927c-0.514,0.604-1.162,1.036-1.785,1.178
-		c0.197-0.675,0.385-1.314,0.571-1.955c-0.029-0.014-0.061-0.027-0.09-0.04c-0.065,0.08-0.14,0.154-0.193,0.241
-		c-0.151,0.245-0.3,0.49-0.438,0.742c-0.594,1.075-1.51,1.695-2.712,1.868c-0.818,0.118-1.645,0.196-2.469,0.252
-		c-0.605,0.042-1.184,0.131-1.738,0.395C2.7,48.5,2.284,48.62,1.876,48.756c-0.069,0.024-0.159-0.005-0.239-0.01
-		c0.006-0.087-0.012-0.188,0.023-0.26c0.192-0.376,0.401-0.743,0.594-1.119c0.071-0.135,0.117-0.284,0.173-0.427
-		c-0.019-0.021-0.037-0.04-0.055-0.06c-0.123,0.041-0.251,0.069-0.366,0.125c-0.532,0.258-1.072,0.501-1.586,0.791
-		c-0.524,0.296-1.1,0.32-1.668,0.368c-1.775,0.149-3.528,0.03-5.243-0.489c-1.043-0.315-2.007-0.788-2.855-1.522
-		c0.107,0.011,0.217,0.011,0.321,0.031c1.036,0.212,2.072,0.413,3.138,0.378c0.725-0.024,1.432-0.139,2.07-0.507
-		c0.101-0.058,0.166-0.18,0.248-0.271c-0.143-0.05-0.293-0.145-0.43-0.128c-0.331,0.039-0.655,0.162-0.988,0.19
-		c-1.062,0.094-2.084-0.151-3.095-0.429c-2.448-0.672-4.665-1.815-6.724-3.286c-0.502-0.358-1.023-0.688-1.544-1.02
-		c-1.016-0.646-1.839-1.481-2.489-2.492c-0.076-0.12-0.147-0.249-0.195-0.382c-0.133-0.37-0.035-0.678,0.315-0.863
-		c0.249-0.132,0.527-0.226,0.803-0.293c3.659-0.892,6.384-3.908,6.806-7.639c0.159-1.399,0.354-2.801,0.284-4.22
-		c-0.161-3.257-1.328-6.095-3.502-8.519c-1.293-1.442-2.822-2.589-4.495-3.554C-18.856,13.131-18.892,13.116-18.99,13.065z"/>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M27.897,34.687c-1.554-12.138-6.941-9.391-10.465-16.167
-		c-0.193,0.255-0.637-1.817,0.251,2.031c0.889,3.85,3.436,2.112,5.847,6.515C26.583,32.633,25.973,33.132,27.897,34.687z"/>
-	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M11.804,34.458c-0.578-3.474-5.49-3.317-9.693-1.843
-		c-4.568,1.602-14.057,2.116-14.821,0.205c-0.381-0.438-1.146,1.364-1.146,1.364s7.207,7.863,19.272-0.436
-		c-0.491,0.764,4.336,3,4.336,3S11.204,37.188,11.804,34.458z"/>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-13.195,1.102c0.262-0.651,2.396-0.212,2.596,0.802
-		c-3.148,3.567,5.14,10.119-2.504,18.672C-8.1,7.381-18.75,6.844-13.195,1.102z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-13.195,1.102c0.262-0.651,0.215-0.464,0.415,0.55
-		c-3.148,3.568,5.237,8.768-0.323,18.924C-8.1,7.381-18.75,6.844-13.195,1.102z"/>
-	
-		<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="29714.6914" y1="53.834" x2="29694.4238" y2="18.9202" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_4_)" d="M-1.723,3.705c15.128,15.919-3.997,13.253-10.23,24.058c0.011,0.185,0.024,0.366,0.024,0.556
-		c0,1.502-0.364,2.916-0.998,4.17c5.834-8.653,20.624-1.023,17.751-18.712C4.565,12.868,2.507,3.904-1.723,3.705z"/>
-	
-		<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="29711.125" y1="32.8535" x2="29693.6465" y2="2.7465" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_5_)" d="M-1.723,3.705c-6.229-3.057-11.674-3.146-11.416-2.239c12.375,8.397,2.385,17.05,0.056,25.201
-		c0.159,0.658,1.154,0.903,1.154,1.65c0,0.08-0.009,0.157-0.011,0.236c0.18-0.809,0.606-1.09,1.014-1.5
-		C-5.174,21.25,13.11,19.312-1.723,3.705z"/>
-	<path fill="#E65271" d="M-3.674,3.942c9.58,14.308-8.304,17.027-8.174,21.563c-1.425-9.33,15.717-13.324-0.389-24.491
-		C-12.495,0.107-9.903,0.885-3.674,3.942z"/>
-	
-		<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="29672.0703" y1="55.1045" x2="29674.084" y2="19.9341" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_6_)" d="M23.094,28.797c0.761-1.271-0.084-2.771-0.97-4.176c-0.818-1.298-2.793-0.873-4.133-4.002
-		l0.115,2.438c1.485,2.587-1.027,6.148-1.726,8.554c-1.19,4.1-2.484,7.883-0.907,12.043c0.107,0.28,0.198,0.585,0.306,0.872
-		c0.786-0.581,1.38-1.16,2.057-2.043c0.447-0.586,0.291,1.512,0.879,1.072c0.432-0.32-0.021-1.803,0.391-2.147
-		c0.462-0.389,0.74,1.868,1.075,1.368c0.781-1.173,1.229-0.428,1.562-0.781c0.301-0.319,1.005-2.778,1.289-3.111
-		c0.278-0.323,0.543-0.656,0.805-0.991c-0.158-1.79-0.506-3.802-1.082-5.417C22.212,30.951,22.186,30.315,23.094,28.797z"/>
-	<path fill="#E65271" d="M1.8,47.487c0.046-0.016,0.086-0.024,0.11-0.023c0.419,0.007-1.129,1.954-0.684,1.954
-		c0.751,0,1.812-0.776,2.547-0.833c1.552-0.119,3.161-0.084,4.536-0.713c1.318-0.604,1.904-2.478,2.199-2.558
-		c0.297-0.082-0.717,2.167-0.426,2.068c0.493-0.166,0.887-0.41,1.212-0.68c1.3-1.861,1.722-11.084-0.185-10.846
-		c-2.004,0.25,3.161-0.708,3.182-0.63c1.727,6.521-2.121,10.531-1.947,10.304c0.227-0.3,0.411-0.533,0.606-0.608
-		c0.411-0.158-0.255,1.572,0.12,1.343c1.193-0.729,2.039-1.244,2.734-1.761c0.021-0.03,0.027-0.102,0.061-0.088
-		c0.512,0.213,3.672,0.956,1.267-10.396c3.652,7.39,0.793,10.291,1.073,9.988c1.297-1.401,1.562-4.819,1.729-6.845
-		c0.158-1.901-1.038-6.235-2.588-7.668c-1.091-1.008-1.069,0.24-1.479,1.204c-0.673,1.583-1.907,2.86-3.027,4.163
-		c-0.834,0.97-1.846,1.679-2.763,2.547c-0.999,0.946-1.525,2.268-2.418,3.306c-0.798,0.928-1.78,1.667-2.539,2.635
-		c-0.851,1.084-1.421,2.324-2.361,3.322C2.46,46.991,2.126,47.231,1.8,47.487z"/>
-	
-		<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="29673.9668" y1="19.9746" x2="29685.5859" y2="71.4471" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#E65271"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-	</linearGradient>
-	<path fill="url(#SVGID_7_)" d="M8.803,48.523c2.232,0.007,3.633-1.062,5.48-2.084c1.531-0.85,3.412-0.859,4.705-2.031
-		c1.717-1.558,2.46-3.104,2.783-5.386c0.369-2.597,0.413-5.91-0.078-8.499c-0.252-1.328-1.196-4.049-2.191-5.021l-1.194,0.76
-		c-2.355,6.081-9.453,8.576-12.139,14.552c-0.792,1.759-1.09,4.045-1.109,5.967C5.039,48.794,7.177,48.518,8.803,48.523z"/>
-	<path fill="#F6E8A0" d="M-13.406,33.327c-1.298,2.017-3.353,3.5-5.767,4.039c-0.614,0.137-1.714,0.519-0.625,1.83
-		c1.165,1.819,2.839,2.516,3.74,3.184c3.623,2.69,2.125,2.965,4.239,3.209c0.826,0.096,0.608,0.168,1.027,0
-		s-0.322,0.118-0.587,0.293c-2.358,1.56-2.188-1.553-1.174-0.88c3.018,2.334,9.97,3.972,11.919,3.638
-		c0.284-0.048,2.243-1.18,2.543-1.175c0.419,0.007-1.129,1.954-0.684,1.954c0.751,0,1.812-0.776,2.547-0.833
-		c1.521-0.117,6.146-2.238,6.113-7.822c-0.01-1.706,0.095-2.903-0.135-4.015C8.064,28.581-9.009,40.044-13.406,33.327z"/>
-	<path fill="#FFFFFF" d="M7.03,38.362c-0.791,0.989-5.933,2.769-5.933,2.769s-8.54,2.943-16.415-5.438
-		c4.025,3.196,11.098,1.856,16.213,1.265c0.676-0.079-1.461,0.603-0.901,0.81c1.9,0.703,3.659-1.267,5.553-0.887
-		C6.43,37.058,6.961,37.537,7.03,38.362z"/>
-	<path fill="#F6E8A0" d="M0.48,39.745c-3.136,0.826-6.271-0.383-6.875-0.42c0.284,0.427,0.747,1.412,3.07,1.752
-		c0.534,0.079,1.604-0.007,2.165-0.006c1.004,0.002,1.627-0.24,2.513-0.667c0.565-0.272,1.931-0.561,2.365-0.494
-		c0,0,4.806-0.362,3.214-1.992c-1.59-1.629-3.912,2.101-9.006,0.908C-2.073,38.992-0.909,39.823,0.48,39.745z"/>
-	<g>
-		<path fill="#F8D285" d="M-4.274,46.504c-1.982,1.312-5.447,0.186-5.897,0.193c-0.01,0.046,0.017,0.097,0.098,0.149
-			c3.019,2.334,7.492,2.126,9.441,1.792c0.015-0.002,0.036-0.009,0.058-0.017c0.009-0.003,0.023-0.008,0.035-0.013
-			c0.422-0.162,1.801-0.939,2.303-1.11c2.938-1.665,7.58-5.181,7.989-10.751c-1.669,0.742-2.869,1.465-3.791,2.169
-			c-0.31,0.237-7.332,7.576-25.917-1.242c0,0-0.517,0.284-0.222,0.948c4.197,6.744,11.86,8.681,24.063,2.294
-			C2.156,42.978,1.317,44.846-4.274,46.504z"/>
-	</g>
-	
-		<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="29714.2812" y1="45.7354" x2="29671.2754" y2="9.1022" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#F6E8A0"/>
-		<stop  offset="1" style="stop-color:#E65271"/>
-	</linearGradient>
-	<path fill="url(#SVGID_8_)" d="M7.606,8.601c6.884,7.039,9.689,12.297,6.357,17.961c-5.396,9.178-22.014-0.395-29.241,8.865
-		c0.766-0.875,2.394-2.609,3.969-3.46c5.357-3.5,15.44-2.374,18.653-5.08C11.477,23.407,12.533,16.39,7.606,8.601z"/>
-	
-		<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="29675.4727" y1="20.1299" x2="29717.2773" y2="8.7611" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_9_)" d="M-14.819,23.313c-0.008-0.471,1.072-3.195,0.903-3.822c-1.45-5.352-7.734-7.979-7.734-7.979
-		s-7.037-2.832-8.155-15.777c-1.284-0.923-1.106,1.043-1.066,1.917C-30.072,14.629-15.949,12.731-14.819,23.313z"/>
-	
-		<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="29564.2168" y1="68.9902" x2="29760.543" y2="-36.2735" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_10_)" d="M9.123-4.738C9.007-4.685,8.896-4.615,8.775-4.58C8.158-4.408,7.537-4.25,6.919-4.074
-		C6.724-4.019,6.538-3.93,6.347-3.856C6.348-3.814,6.35-3.773,6.351-3.733c0.222,0.04,0.441,0.11,0.663,0.113
-		c0.887,0.01,1.775-0.002,2.663-0.004c1.253-0.003,2.512,0.003,3.721,0.369c0.59,0.18,1.165,0.45,1.706,0.751
-		c5.713,3.18,9.75,7.834,12.179,13.895c0.497,1.239,0.878,2.519,1.172,3.82c0.018,0.072,0.026,0.147,0.048,0.272
-		c-0.095-0.057-0.156-0.086-0.213-0.123c-3.496-2.394-7.314-4.018-11.481-4.807c-1.489-0.282-2.994-0.422-4.509-0.466
-		c-0.114-0.003-0.258-0.046-0.333-0.124c-2.266-2.311-4.942-4.019-7.83-5.44C1.834,3.39-0.599,2.704-3.1,2.218
-		c-3.207-0.623-6.422-1.215-9.63-1.832c-3.939-0.757-7.858-1.598-11.666-2.886c-2.415-0.816-4.756-1.797-6.896-3.202
-		c-1.611-1.06-3.045-2.313-4.059-3.979c-0.356-0.588-0.609-1.239-0.915-1.858c-0.056-0.111-0.116-0.227-0.202-0.312
-		c-2.124-2.077-2.96-4.604-2.634-7.536c0.242-2.169,1.018-4.153,2.127-6.019c0.131-0.219,0.242-0.448,0.344-0.64
-		c0.053,0.473,0.095,1.003,0.169,1.528c0.469,3.341,2.19,5.83,5.117,7.492c1.703,0.969,3.537,1.611,5.438,2.031
-		c2.084,0.46,4.186,0.847,6.287,1.227c2.551,0.461,5.116,0.846,7.596,1.628c0.482,0.152,0.959,0.327,1.432,0.506
-		c0.61,0.229,1.18,0.525,1.711,0.918c1.758,1.295,3.684,2.287,5.715,3.081c0.055,0.021,0.109,0.045,0.163,0.067
-		C-3-7.562-2.999-7.551-2.991-7.528c-0.033,0.003-0.062,0.007-0.092,0.007C-5.355-7.522-7.63-7.535-9.902-7.522
-		c-2.032,0.012-4.058-0.05-6.074-0.316c-2.791-0.37-5.492-1.093-8.122-2.094c-3.103-1.183-6.04-2.699-8.887-4.399
-		c-0.076-0.046-0.155-0.09-0.257-0.108c0.053,0.043,0.103,0.09,0.155,0.13c3.117,2.364,6.436,4.381,10.097,5.796
-		c2.549,0.984,5.181,1.629,7.901,1.917c2.396,0.253,4.793,0.229,7.191,0.055c2.074-0.151,4.147-0.302,6.222-0.444
-		C-1.496-7-1.303-6.975-1.129-6.923c2.051,0.624,4.15,0.991,6.269,1.292c1.251,0.179,2.486,0.479,3.726,0.726
-		c0.085,0.018,0.165,0.062,0.245,0.095C9.115-4.787,9.119-4.763,9.123-4.738z"/>
-	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-29.061-11.73c8.124,9.705,29.202,4.618,38.184,6.992
-		C3.436-8.006-1.19-7.441-1.19-7.441S-20.599-5.298-29.061-11.73z"/>
-	<path fill="#E65271" d="M33.056,25.098c-0.275-0.047-0.478-0.06-0.664-0.12c-0.732-0.229-1.495-0.4-2.181-0.73
-		c-0.653-0.315-1.258-0.762-1.824-1.222c-1.097-0.891-2.144-1.84-3.226-2.744c-0.886-0.739-1.827-1.4-2.947-1.743
-		c-0.361-0.11-0.736-0.173-1.114-0.235c1.46,0.735,2.277,2.045,3.124,3.388c-0.072-0.012-0.098-0.009-0.117-0.018
-		c-2.226-1.089-4.407-2.252-6.388-3.759c-0.529-0.403-0.946-0.861-1.244-1.486c-0.476-0.994-1.079-1.929-1.627-2.887
-		c-0.024-0.043-0.05-0.085-0.117-0.2c0.48,0.1,0.9,0.168,1.312,0.273c1.744,0.447,3.366,1.201,4.958,2.022
-		c2.487,1.287,4.853,2.775,7.151,4.372c0.069,0.048,0.14,0.094,0.232,0.122c-0.021-0.029-0.038-0.061-0.063-0.085
-		c-2.725-2.717-5.781-4.955-9.353-6.438c-1.545-0.643-3.146-1.073-4.813-1.246c-0.062-0.008-0.143-0.028-0.178-0.071
-		c-0.371-0.449-0.733-0.903-1.143-1.41c1.016,0.218,1.973,0.409,2.924,0.63c2.66,0.618,5.268,1.403,7.759,2.535
-		c1.84,0.836,3.593,1.819,5.07,3.217c1.948,1.845,3.382,4.03,4.218,6.588C32.928,24.227,32.966,24.634,33.056,25.098z"/>
-	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-12.963,0.396c0.789,0.265,1.688,0.593,2.647,0.961
-		C0.99,4.883,4.726,7.822,4.726,7.822l11.357,8.408c0,0,1.856-1.42,4.258,0.437c-1.637-1.965-6.66-3.494-6.66-3.494
-		s-0.232-1.546-1.87-2.747C16.281,11.944,23.79,11.51,29,16.201c-3.94-11.143-13.725-2.649-23.182-9.58
-		C4.726,5.966-9.698,2.279-2.53,2.532C4.637,2.784,9.36-2.106,15.347-0.504C9.727-2.542,4.761,0.724-3.067,1.273
-		c1.218-0.244,2.887-0.915,3.598-1.832c-2.838,2.026-8.392,2.12-9.711,1.656C-10.379,0.945-11.638,0.717-12.963,0.396z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M14.155-3.041c-8.237-3.272-37.35,6.206-50.421-8.498
-		c0,0-0.979,0.438,4.226,6.273C-11.572,4.519,3.661-4.734,14.155-3.041z"/>
-	
-		<radialGradient id="SVGID_11_" cx="60720.8203" cy="13490.5078" r="14.8738" gradientTransform="matrix(-0.4579 0.1387 0.2675 0.883 24214.4102 -20329.4531)" gradientUnits="userSpaceOnUse">
-		<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
-		<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
-	</radialGradient>
-	<path opacity="0.7" fill="url(#SVGID_11_)" enable-background="new    " d="M26.891,9.993c2.437,1.371,0.457-1.98-1.979-3.959
-		c-9.594-6.7-13.933,0.924-23.448-2.745C16.023,11.314,17.449,1.313,26.891,9.993z"/>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M26.146,8.091c2.438,1.371,1.202-0.078-1.234-2.058
-		c-9.594-6.7-13.933,0.924-23.448-2.745C10.831,8.5,16.705-0.588,26.146,8.091z"/>
-	<g>
-		
-			<radialGradient id="SVGID_12_" cx="56089.8203" cy="25059.5156" r="23.2522" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
-			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
-			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
-		</radialGradient>
-		<path opacity="0.7" fill="url(#SVGID_12_)" enable-background="new    " d="M-21.22,11.684
-			c-4.438-4.062-0.958-12.957-0.958-12.957l-3.159-0.677C-25.337-1.95-28.525,6.649-21.22,11.684z"/>
-		
-			<radialGradient id="SVGID_13_" cx="56089.8242" cy="25059.5156" r="23.249" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
-			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
-			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
-		</radialGradient>
-		<path opacity="0.7" fill="url(#SVGID_13_)" enable-background="new    " d="M-13.56,18.498c3.345-5.953-5.526-14.142-0.762-17.041
-			c-0.076-0.391-2.724-1.719-2.6-1.335c-5.879,9.021,3.817,11.172,2.544,16.813c-6.799-9.276-6.872-11.112-3.569-16.984
-			c-0.041-0.032-0.404-0.506-0.765-0.236C-23.877,3.588-25.331,7.939-13.56,18.498z"/>
-	</g>
-	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-2.629,6.4c0.212-2.788,2.159,1.742,2.454,4.868
-		c0.254,11.698-11.607,8.869-12.149,18.333C-13.478,18.834-0.643,19.07-2.629,6.4z"/>
-	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M8.871,11.04c0.21-2.788,5.808,4.388,6.104,7.513
-		c-1.878,20.071-22.536,7.864-27.937,15.259C-8.501,25.712,20.374,36.981,8.871,11.04z"/>
-	
-		<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="29644.9238" y1="-21.6914" x2="29655.9375" y2="-46.515" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0.0041" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-	</linearGradient>
-	<path fill="url(#SVGID_14_)" d="M46.669-28.041c-0.303-0.266-0.552-0.508-0.826-0.718c-0.22-0.167-0.461-0.315-0.709-0.437
-		c-0.604-0.292-1.212-0.33-1.823-0.006c-0.951,0.504-1.971,0.542-3.012,0.428c-0.303-0.033-0.501-0.176-0.64-0.459
-		c-1.043-2.147-2.781-3.525-4.958-4.396c-0.249-0.1-0.366-0.216-0.41-0.487c-0.111-0.683-0.157-1.356,0.005-2.036
-		c0.263-1.089,0.941-1.87,1.853-2.471c0.956-0.63,2.021-1.001,3.122-1.277c1.323-0.328,2.662-0.548,4.029-0.544
-		c0.695,0.001,1.382,0.082,2.05,0.284c1.493,0.451,2.414,1.448,2.753,2.955c0.219,0.979,0.426,1.968,0.526,2.963
-		c0.229,2.281-0.382,4.328-1.889,6.084C46.713-28.125,46.695-28.084,46.669-28.041z"/>
-	<g>
-		<path opacity="0.3" fill="#F6E8A0" enable-background="new    " d="M42.355-28.21c0.113-0.685,1.399-0.871,1.996-0.851
-			c1.051,0.036,1.731,0.649,2.414,1.445c0.11,0.13,0.196,0.258,0.271,0.388c1.19-0.949,1.855-2.234,1.672-3.544
-			c-0.324-2.31-3.169-3.818-6.352-3.371c-2.201,0.31-3.988,1.475-4.772,2.928c0.582,0.744,0.81,1.69,1.577,2.333
-			C39.908-28.258,41.384-28.168,42.355-28.21z"/>
-	</g>
-	
-		<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="29718.2617" y1="49.9834" x2="29727.2891" y2="-18.6212" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_15_)" d="M-35.045-6.489c0.689-0.34,1.169-0.414,1.596-0.26c-0.491,2.5-0.748,5.021-0.661,7.558
-		c0.098,2.807,0.584,5.542,1.816,8.101c0.156,0.325,0.337,0.64,0.549,0.941c-0.013-0.05-0.021-0.101-0.04-0.148
-		c-0.663-1.665-0.969-3.403-1.07-5.186c-0.157-2.781,0.17-5.516,0.771-8.225c0.014-0.066,0.034-0.13,0.061-0.226
-		c0.393,0.264,0.776,0.516,1.149,0.782c0.045,0.033,0.046,0.154,0.036,0.231c-0.191,1.645-0.177,3.289,0,4.934
-		c0.254,2.349,0.834,4.615,1.661,6.821c1.153,3.08,2.714,5.94,4.622,8.613c0.044,0.062,0.089,0.124,0.131,0.187
-		c0.009,0.013,0.008,0.031,0.021,0.082c-0.278-0.098-0.538-0.187-0.798-0.281c-1.756-0.636-3.476-1.355-5.132-2.222
-		c-0.259-0.134-0.509-0.303-0.728-0.496c-2.331-2.065-3.705-4.674-4.326-7.701c-0.093-0.451-0.159-0.909-0.284-1.361
-		c0.028,0.502,0.041,1.006,0.085,1.508c0.208,2.389,0.655,4.734,1.46,6.997c0.205,0.575,0.062,1.094-0.025,1.634
-		c-0.027,0.168-0.146,0.322-0.224,0.483c-0.129-0.125-0.288-0.23-0.381-0.378c-0.662-1.052-1.088-2.209-1.438-3.394
-		c-0.535-1.815-0.854-3.68-1.117-5.554c-0.244-1.75-0.4-3.51-0.392-5.279c0.009-1.789,0.146-3.562,0.741-5.27
-		c0.283-0.812,0.664-1.573,1.213-2.238c0.196-0.238,0.437-0.441,0.656-0.661C-35.076-6.494-35.061-6.492-35.045-6.489z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-26.935,17.651c0,0-4.446-0.625-6.321-3.682
-		c-1.876-3.056-2.415-8.313-2.415-8.313s-0.96-7.839,2.222-12.404C-35.465,9.992-26.935,17.651-26.935,17.651z"/>
-	
-		<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="29725.7871" y1="50.9736" x2="29734.8145" y2="-17.6321" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_16_)" d="M-35.045-6.489c-0.016-0.003-0.031-0.005-0.047-0.007c-0.917,0.358-1.634,0.975-2.219,1.75
-		c-0.853,1.13-1.302,2.436-1.578,3.804c-0.411,2.038-0.446,4.098-0.271,6.159c0.1,1.177,0.273,2.349,0.415,3.521
-		c0.005,0.042,0.006,0.083,0.01,0.168c-0.072-0.062-0.123-0.096-0.164-0.139C-42.3,5.241-44.856,1.182-46.53-3.425
-		c-0.044-0.12-0.03-0.282,0.008-0.408c0.999-3.194,2.445-6.183,4.216-9.013c0.748-1.194,1.573-2.34,2.364-3.507
-		c0.062-0.091,0.134-0.174,0.248-0.323c0.028,0.587,0.341,1.063,0.1,1.637c-0.309,0.733-0.508,1.504-0.467,2.316
-		c0.016,0.3,0.088,0.58,0.296,0.859c0.207-0.588,0.367-1.167,0.828-1.611c0.135,0.242,0.162,0.452,0.077,0.709
-		c-0.321,0.958-0.544,1.937-0.483,2.956c0.019,0.312,0.09,0.62,0.175,0.933c0.279-0.765,0.74-1.391,1.273-1.992
-		c0.031,0.046,0.059,0.076,0.076,0.112c0.711,1.47,1.622,2.805,2.707,4.024C-35.063-6.676-35.066-6.571-35.045-6.489z"/>
-	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-38.485-10.409c0,0-5,9.785-2.66,18.188
-		c0.291,0.231-0.469-0.363-1.374-1.404c-0.138-0.158-1.815-11.254,1.588-16.146c-4.574,5.425-2.408,15.121-2.601,14.837
-		c-0.409-0.604-0.776-1.271-1.018-1.967c-2.339-10.956,5.745-17.55,5.745-17.55L-38.485-10.409z"/>
-	<path fill="#E65270" d="M38.031-45.638c-0.207-0.314-0.446-0.63-0.636-0.977c-0.175-0.317-0.21-0.676-0.094-1.032
-		c0.143-0.441,0.438-0.61,0.895-0.545c0.367,0.055,0.735,0.112,1.104,0.124c0.392,0.012,0.42-0.04,0.464-0.421
-		c0.011-0.101,0.024-0.205,0.061-0.297c0.148-0.377,0.367-0.702,0.805-0.76c0.425-0.056,0.724,0.182,0.954,0.509
-		c0.685,0.97,0.117,2.281-1.073,2.439c-0.369,0.049-0.754-0.01-1.132-0.021c-0.073-0.003-0.145-0.016-0.218-0.023
-		c-0.018,0.022-0.036,0.045-0.055,0.067c0.102,0.119,0.181,0.277,0.309,0.351c0.272,0.154,0.562,0.216,0.896,0.178
-		c2.037-0.233,3.98,0.008,5.708,1.229c0.959,0.678,1.667,1.57,2.209,2.604c0.003,0.007,0.01,0.014,0.013,0.021
-		c0.068,0.188,0.207,0.417,0.022,0.559c-0.108,0.084-0.354,0.047-0.517-0.006c-0.761-0.25-1.5-0.567-2.27-0.777
-		c-1.126-0.308-2.292-0.318-3.45-0.255c-1.565,0.084-3.103,0.333-4.581,0.888c-1.657,0.622-3.152,1.5-4.449,2.709
-		c-0.149,0.139-0.3,0.277-0.467,0.389c-0.283,0.188-0.476,0.095-0.487-0.247c-0.008-0.242,0.016-0.491,0.071-0.729
-		c0.554-2.417,2.021-4.117,4.188-5.24C36.868-45.196,37.478-45.405,38.031-45.638z"/>
-	
-		<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="29739.0527" y1="21.7188" x2="29734.9961" y2="-26.0205" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_17_)" d="M-48.025-0.649c-0.087-8.721,2.718-16.289,8.558-22.715c-0.082,0.592-0.191,1.183-0.241,1.775
-		c-0.083,1.009-0.136,2.021-0.185,3.035c-0.01,0.206-0.062,0.369-0.178,0.534c-2.187,3.156-4.193,6.419-5.793,9.918
-		c-0.812,1.776-1.506,3.598-1.878,5.523C-47.863-1.958-47.928-1.327-48.025-0.649z"/>
-	
-		<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="29666.8496" y1="61.916" x2="29668.6543" y2="-22.0348" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_18_)" d="M23.298,28.028c1.046,1.809,2.125,3.55,2.508,5.601c0.064,0.343,0.044,0.708,0.023,1.062
-		c-0.114,1.978,0.091,3.91,0.732,5.793c0.057,0.167,0.126,0.343,0.122,0.513c-0.003,0.141-0.076,0.304-0.17,0.415
-		c-0.12,0.141-0.283,0.091-0.437,0.003c-0.493-0.279-0.851-0.689-1.138-1.166c-0.584-0.959-0.895-2.02-1.112-3.106
-		c-0.595-2.975-0.685-5.984-0.568-9.007C23.259,28.12,23.269,28.106,23.298,28.028z"/>
-	<path opacity="0.4" fill="#8B4FBA" enable-background="new    " d="M23.914,39.552c0.19,0.404,0.972,1.288,1.286,1.543l0.707,0.451
-		c-0.71-1.812-0.965-3.656-0.965-5.586c0-1.626,0.501-3.136,0.58-4.754c0.064-1.333-0.517-2.003-1.209-3.088
-		c-0.312-0.488-0.738-1.545-1.416-1.549c-0.314,0.772-0.263,1.738-0.271,2.562c-0.009,0.987-0.167,1.95-0.128,2.947
-		C22.572,33.96,23.588,38.858,23.914,39.552z"/>
-	<path fill="#E65270" d="M48.256-38.393c-0.03-0.024-0.04-0.028-0.043-0.034c-0.769-1.581-2.136-2.271-3.788-2.41
-		c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.943,1.182-2.447,2.258c-0.218,0.465-0.324,0.983-0.487,1.494
-		c-0.542,0.003-1.187-0.533-1.23-1.111c-0.014-0.188,0.065-0.399,0.15-0.575c0.343-0.709,0.894-1.246,1.495-1.732
-		c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.038-0.628,7.53,0.127c0.59,0.179,1.149,0.479,1.697,0.771
-		c0.424,0.227,0.64,0.616,0.577,1.12C49.043-39.017,48.761-38.627,48.256-38.393z"/>
-	<path opacity="0.4" fill="#2B2B2B" enable-background="new    " d="M48.256-38.393c-0.03-0.024-0.04-0.028-0.043-0.034
-		c-0.769-1.581-2.136-2.271-3.788-2.41c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.943,1.182-2.447,2.258
-		c-0.218,0.465-0.324,0.983-0.487,1.494c-0.542,0.003-1.187-0.533-1.23-1.111c-0.014-0.188,0.065-0.399,0.15-0.575
-		c0.343-0.709,0.894-1.246,1.495-1.732c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.038-0.628,7.53,0.127
-		c0.59,0.179,1.149,0.479,1.697,0.771c0.424,0.227,0.64,0.616,0.577,1.12C49.043-39.017,48.761-38.627,48.256-38.393z"/>
-	<g>
-		<path fill="#0D0D0D" d="M20.855-13.302c-0.019-0.976,0.185-1.896,0.606-2.767c0.852-1.751,2.257-2.897,4.017-3.648
-			c1.535-0.656,3.146-0.879,4.806-0.793c0.021,0.001,0.042,0.01,0.113,0.032c-1.161,0.179-2.242,0.468-3.286,0.885
-			c-1.81,0.723-3.406,1.751-4.645,3.284c-0.665,0.821-1.166,1.734-1.508,2.736C20.928-13.481,20.89-13.392,20.855-13.302z"/>
-		<path fill="#0D0D0D" d="M34.411,0.679c1.787,1.091,2.173,3.654,1.028,5.119C35.708,3.968,35.338,2.269,34.411,0.679z"/>
-		<path fill="#0D0D0D" d="M37.358-9.379c0.874-0.716,1.925-0.914,3.022-0.894c0.438,0.01,0.874,0.083,1.312,0.104
-			c0.237,0.011,0.485-0.004,0.718-0.055c0.442-0.1,0.639-0.033,0.79,0.391c0.342,0.967,0.503,1.969,0.388,2.99
-			c-0.056,0.489-0.158,0.991-0.352,1.44c-0.763,1.783-3.073,2.515-4.784,1.542c-0.22-0.125-0.428-0.272-0.625-0.433
-			c-0.208-0.169-0.396-0.365-0.612-0.567c0.096-0.112,0.176-0.218,0.266-0.311c0.207-0.212,0.285-0.463,0.222-0.745
-			c-0.196-0.886,0.187-1.515,0.926-1.918c0.528-0.288,1.106-0.495,1.681-0.686c0.296-0.101,0.601-0.173,0.911-0.236
-			c0.095,0.003,0.135,0.019,0.209,0.078c0.461,0.298,0.791,0.69,0.995,1.201c0.11-0.301,0.088-0.803-0.009-1.176
-			c-0.06-0.231-0.021-0.794,0.096-0.958c-0.009-0.01-0.018-0.021-0.024-0.031c-0.055,0.027-0.109,0.054-0.161,0.085
-			c-0.592,0.364-1.254,0.478-1.929,0.562c-0.835,0.106-1.647,0.297-2.358,0.778c-0.856,0.579-1.315,1.384-1.364,2.419
-			c-0.002,0.032-0.007,0.062-0.018,0.148C35.884-7.165,36.121-8.364,37.358-9.379z"/>
-	</g>
-	
-		<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="29649.8516" y1="-2.3057" x2="29654.3184" y2="-9.6752" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
-		<stop  offset="0" style="stop-color:#FAA7B5"/>
-		<stop  offset="0.3836" style="stop-color:#FAA100"/>
-		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
-	</linearGradient>
-	<path fill="url(#SVGID_19_)" d="M38.491-6.122c0-0.941,0.763-1.704,1.702-1.704c0.942,0,1.705,0.763,1.705,1.704
-		s-0.763,1.704-1.705,1.704C39.254-4.418,38.491-5.181,38.491-6.122z"/>
-	
-		<use xlink:href="#New_Symbol_2"  width="6" height="7" x="-3" y="-3.5" transform="matrix(-0.2012 0 0 0.2012 39.0508 -5.1338)" overflow="visible"/>
-	<path fill="#FFFFFF" d="M46.108-34.833c0.302-0.188,0.773-0.108,0.948,0.224c0.726,1.381,0.66,2.992-0.051,4.366
-		c-0.408,0.788-1.63,0.152-1.223-0.633c0.485-0.939,0.584-2.093,0.101-3.014C45.71-34.22,45.772-34.626,46.108-34.833z"/>
-	<g>
-		<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-27.877-38.812c-0.43,12.32,7.165,8.313,10.544,13.513
-			c0.276,0.324,0.437,0.688,0.563,0.97C-20.563-26.417-31.194-25.021-27.877-38.812z"/>
-	</g>
-	<g>
-		<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-33.661-14.796c10.431,8.981,31.025,8,32.532,7.873
-			c-8.638-6.161-34.552-0.369-35.502-19.122C-38.314-20.719-36.147-16.937-33.661-14.796z"/>
-	</g>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-16.988-24.818c0,0-0.001-2.722,0-4.645
-		c0.001-1.922-2.416-0.874-3.348,1.765C-18.007-26.785-16.988-24.818-16.988-24.818z"/>
-	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-18.28-25.73c1.747,3.083-0.048,5.75-0.327,5.864
-		c0.993,0.052,2.9,1.914,3.354,2.534c0.71,0.971,0.753,2.381,0.813,3.534c1.409,0.064,2.4,0.926,3.682,1.233
-		c-1.09-1.021-2.569-2.229-3.231-3.606c-0.589-1.222-1.087-2.629-1.483-3.929c-0.323-1.065-0.624-2.123-0.824-3.221
-		c-0.148-0.819-0.631-1.919-0.543-2.716c0,0-0.18-7.171,1.258-10.712c-2.722,0.927-4.151,3.149-4.647,4.009
-		c-0.561,0.972-1.618,3.391-0.309,4.932C-19.691-27.5-18.765-26.586-18.28-25.73z"/>
-	<path fill="#0D0D0D" d="M-43.785-35.046c5.482-7.553,12.814-12.407,21.927-14.516c3.036-0.703,6.123-0.896,9.237-0.883
-		c7.618,0.033,15.235,0.013,22.852,0.014c5.124,0.002,10.248,0,15.371,0.013c1.219,0.002,2.435,0.083,3.601,0.489
-		c1.144,0.397,2.027,1.097,2.518,2.233c0.705,1.638,0.103,3.701-1.417,4.812c-1.116,0.815-2.396,1.051-3.745,0.991
-		c-0.362-0.017-0.724-0.074-1.085-0.111c-0.083-0.009-0.172-0.028-0.251-0.01c-0.116,0.026-0.226,0.083-0.338,0.125
-		c0.064,0.094,0.11,0.208,0.194,0.278c1.393,1.184,2.352,2.644,2.811,4.417c0.167,0.644,0.216,1.299,0.156,1.961
-		c-0.004,0.051-0.008,0.102-0.01,0.152c-0.013,0.342,0.103,0.448,0.441,0.464c0.996,0.046,1.992,0.085,2.985,0.163
-		c0.475,0.038,0.944,0.154,1.479,0.187c-0.063-0.082-0.109-0.203-0.192-0.241c-0.794-0.367-1.313-0.979-1.573-1.795
-		c-0.305-0.961-0.519-1.943-0.475-2.962c0.068-1.646,0.708-3.062,1.75-4.31c0.937-1.12,2.091-1.963,3.396-2.603
-		c0.168-0.082,0.212-0.154,0.154-0.343c-0.167-0.539-0.147-1.083,0.043-1.621c0.115-0.328,0.326-0.566,0.627-0.735
-		c0.686-0.382,1.476-0.436,2.224-0.123c0.021-0.107,0.039-0.228,0.066-0.332c0.216-0.82,0.745-1.146,1.544-1.626
-		c0.186,0,0.372,0,0.558,0c0.023,0,0.044,0.059,0.067,0.063c1.407,0.238,1.998,1.524,1.835,2.742
-		c-0.042,0.314-0.133,0.623-0.194,0.906c0.637,0.168,1.294,0.298,1.921,0.517c2.895,1.007,4.806,2.961,5.616,5.938
-		c0.323,1.191,0.123,2.258-0.801,3.142c-0.058,0.057-0.063,0.198-0.049,0.293c0.179,1.125,0.457,2.242,0.53,3.374
-		c0.173,2.685-0.671,5.041-2.538,7.004c-0.11,0.115-0.117,0.212-0.088,0.354c0.123,0.602,0.264,1.203,0.338,1.812
-		c0.153,1.228-0.316,2.247-1.135,3.133c-0.072,0.079-0.153,0.164-0.187,0.262c-0.229,0.683-0.702,1.148-1.327,1.462
-		c-1.26,0.635-2.596,0.764-3.973,0.535c-0.902-0.151-1.725-0.531-2.54-0.917c-0.36-0.17-0.689-0.255-1.022,0.036
-		c-0.056,0.049-0.145,0.061-0.198,0.108c-0.092,0.087-0.247,0.208-0.229,0.281c0.024,0.112,0.156,0.239,0.272,0.285
-		c0.634,0.25,1.289,0.385,1.976,0.385c0.515,0,1.033,0.014,1.543,0.075c1.627,0.197,3.119,0.784,4.52,1.62
-		c0.093,0.056,0.197,0.104,0.302,0.121c1.811,0.278,3.266,1.7,3.582,3.502c0.032,0.182,0.028,0.391,0.122,0.536
-		c0.767,1.186,0.83,2.447,0.386,3.742c-0.281,0.819-0.671,1.603-0.98,2.413c-0.164,0.431-0.333,0.88-0.375,1.331
-		c-0.112,1.283-0.282,2.553-0.626,3.793c-0.735,2.646-2.045,4.939-4.148,6.738c-2.123,1.815-4.612,2.77-7.369,3.064
-		c-0.243,0.026-0.371,0.103-0.478,0.343c-0.602,1.365-1.592,2.324-3.017,2.822c-0.37,0.129-0.739,0.159-1.087,0.001
-		c-0.496-0.228-1.001-0.457-1.446-0.77c-1.164-0.812-2.085-1.867-2.85-3.06c-0.059-0.09-0.126-0.208-0.215-0.238
-		c-0.12-0.039-0.297-0.053-0.389,0.011c-0.071,0.048-0.087,0.242-0.059,0.355c0.032,0.133,0.134,0.251,0.214,0.368
-		c2.026,2.93,3.315,6.154,3.908,9.666c0.02,0.111,0.098,0.229,0.181,0.313c0.497,0.507,1.012,0.996,1.505,1.507
-		c0.79,0.815,1.274,1.801,1.532,2.897c0.067,0.287,0.099,0.582,0.119,0.875c0.006,0.089-0.081,0.183-0.125,0.276
-		c-0.095-0.055-0.219-0.088-0.277-0.167c-0.135-0.184-0.23-0.395-0.354-0.585c-0.082-0.126-0.189-0.234-0.286-0.354
-		c-0.03,0.071-0.023,0.111-0.008,0.149c0.531,1.349,0.899,2.741,1.077,4.182c0.05,0.402,0.084,0.808,0.094,1.212
-		c0.008,0.294-0.187,0.481-0.384,0.401c-0.105-0.042-0.196-0.13-0.277-0.211c-0.788-0.781-1.717-1.36-2.669-1.908
-		c-0.021,0.03-0.037,0.042-0.038,0.057c-0.026,0.142-0.052,0.282-0.073,0.424c-0.255,1.665-0.694,3.284-1.201,4.889
-		c-0.388,1.226-0.607,2.48-0.393,3.771c0.128,0.769,0.401,1.467,1.054,1.957c0.05,0.037,0.083,0.096,0.14,0.162
-		c-0.076,0.039-0.123,0.077-0.176,0.088c-0.944,0.208-1.919,0.086-2.448-0.997c-0.06-0.121-0.14-0.231-0.25-0.412
-		c-0.119,0.238-0.237,0.393-0.275,0.564c-0.188,0.855-0.234,1.723-0.154,2.596c0.101,1.078,0.482,2.065,0.951,3.027
-		c0.121,0.25,0.236,0.507,0.314,0.771c0.139,0.479-0.128,0.833-0.629,0.825c-0.249-0.005-0.511-0.044-0.741-0.131
-		c-1.234-0.464-2.172-1.279-2.796-2.446c-0.051-0.095-0.097-0.19-0.153-0.303c-0.495,0.482-0.946,0.95-1.181,1.592
-		c-0.151,0.411-0.349,0.807-0.554,1.192c-0.148,0.277-0.258,0.27-0.438,0.019c-0.049-0.068-0.092-0.142-0.145-0.207
-		c-0.138-0.167-0.245-0.168-0.354,0.02c-0.097,0.166-0.17,0.349-0.236,0.529c-0.322,0.87-0.848,1.591-1.572,2.169
-		c-0.049,0.037-0.105,0.066-0.22,0.136c0.042-0.275,0.077-0.488,0.105-0.702c0.03-0.219,0.055-0.438,0.083-0.669
-		c-0.066,0.008-0.085,0.006-0.098,0.014c-0.071,0.045-0.142,0.092-0.211,0.141c-2.924,2.02-6.121,3.424-9.577,4.245
-		c-1.053,0.25-2.157,0.338-3.108,0.935c-0.021,0.014-0.048,0.021-0.071,0.032c-0.188,0.075-0.326,0.034-0.472-0.113
-		c-0.093-0.092-0.259-0.133-0.391-0.131c-0.423,0.01-0.844,0.103-1.265,0.138c-0.386,0.032-0.784,0.12-1.156,0.213
-		c-0.636,0.161-1.255,0.78-1.881,0.78c-0.152,0-0.306,0-0.457,0c-0.146,0-0.319-0.42-0.437-0.567
-		c-0.207-0.259-0.461-0.562-0.786-0.583c-2.154-0.134-4.283-0.447-6.379-0.969c-3.192-0.792-6.191-2.021-8.877-3.953
-		c-1.963-1.413-3.647-3.091-4.841-5.218c-0.244-0.432-0.437-0.895-0.63-1.352c-0.147-0.352-0.182-0.724-0.06-1.093
-		c0.102-0.303,0.331-0.471,0.639-0.423c1.755,0.276,3.24-0.365,4.61-1.36c1.362-0.992,2.4-2.261,2.992-3.849
-		c0.872-2.346,0.4-4.446-1.244-6.305c-0.166-0.188-0.354-0.358-0.556-0.561c-0.076,0.285-0.139,0.544-0.214,0.802
-		c-0.372,1.27-0.903,2.456-1.807,3.446c-0.525,0.577-0.733-0.107-0.601-1.152c0.284-2.221-0.398-4.132-1.945-5.739
-		c-0.094-0.098-0.236-0.16-0.369-0.207c-1.63-0.578-3.271-1.126-4.892-1.729c-2.894-1.077-5.688-2.371-8.336-3.965
-		c-0.036-0.021-0.074-0.041-0.113-0.062c-0.251,0.162-0.354,0.405-0.343,0.674c0.014,0.36,0.073,0.72,0.115,1.079
-		c0.004,0.043,0.018,0.083,0.022,0.125c0.086,0.635-0.162,0.842-0.747,0.558c-0.293-0.143-0.562-0.38-0.773-0.631
-		c-0.674-0.807-1.092-1.763-1.493-2.721c-0.212-0.506-0.38-1.03-0.594-1.535c-0.078-0.184-0.201-0.371-0.353-0.5
-		c-2.293-1.95-4.429-4.048-6.24-6.464c-1.551-2.07-2.875-4.271-3.95-6.625c-0.027-0.062-0.058-0.122-0.088-0.181
-		c-0.008-0.014-0.024-0.022-0.058-0.052c-0.352,2.063-0.422,4.117-0.215,6.192c-0.165-0.616-0.348-1.229-0.492-1.849
-		c-0.588-2.504-0.771-5.039-0.596-7.604c0.009-0.13-0.024-0.269-0.064-0.395c-0.763-2.399-1.291-4.849-1.515-7.354
-		C-51.077-19.926-48.95-27.928-43.785-35.046z M-45.864-8.102c1.6-3.499,3.606-6.762,5.793-9.918
-		c0.115-0.166,0.168-0.329,0.178-0.534c0.049-1.013,0.102-2.025,0.185-3.035c0.05-0.594,0.159-1.185,0.241-1.775
-		c-5.84,6.426-8.645,13.994-8.558,22.715c0.098-0.677,0.162-1.309,0.283-1.929C-47.37-4.504-46.676-6.325-45.864-8.102z
-		 M-24.403,17.717c-0.013-0.051-0.012-0.069-0.021-0.082c-0.042-0.062-0.087-0.124-0.131-0.187
-		c-1.908-2.673-3.469-5.534-4.622-8.613c-0.827-2.206-1.407-4.473-1.661-6.821c-0.177-1.645-0.1

<TRUNCATED>

[11/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap-yeti.css
----------------------------------------------------------------------
diff --git a/css/bootstrap-yeti.css b/css/bootstrap-yeti.css
deleted file mode 100644
index 93b10a0..0000000
--- a/css/bootstrap-yeti.css
+++ /dev/null
@@ -1,6087 +0,0 @@
-@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
-/*!
- * Bootswatch v3.1.1+1
- * Homepage: http://bootswatch.com
- * Copyright 2012-2014 Thomas Park
- * Licensed under MIT
- * Based on Bootstrap
-*/
-/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
-html {
-  font-family: sans-serif;
-  -ms-text-size-adjust: 100%;
-  -webkit-text-size-adjust: 100%;
-}
-body {
-  margin: 0;
-}
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-nav,
-section,
-summary {
-  display: block;
-}
-audio,
-canvas,
-progress,
-video {
-  display: inline-block;
-  vertical-align: baseline;
-}
-audio:not([controls]) {
-  display: none;
-  height: 0;
-}
-[hidden],
-template {
-  display: none;
-}
-a {
-  background: transparent;
-}
-a:active,
-a:hover {
-  outline: 0;
-}
-abbr[title] {
-  border-bottom: 1px dotted;
-}
-b,
-strong {
-  font-weight: bold;
-}
-dfn {
-  font-style: italic;
-}
-h1 {
-  font-size: 2em;
-  margin: 0.67em 0;
-}
-mark {
-  background: #ff0;
-  color: #000;
-}
-small {
-  font-size: 80%;
-}
-sub,
-sup {
-  font-size: 75%;
-  line-height: 0;
-  position: relative;
-  vertical-align: baseline;
-}
-sup {
-  top: -0.5em;
-}
-sub {
-  bottom: -0.25em;
-}
-img {
-  border: 0;
-}
-svg:not(:root) {
-  overflow: hidden;
-}
-figure {
-  margin: 1em 40px;
-}
-hr {
-  -moz-box-sizing: content-box;
-  box-sizing: content-box;
-  height: 0;
-}
-pre {
-  overflow: auto;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: monospace, monospace;
-  font-size: 1em;
-}
-button,
-input,
-optgroup,
-select,
-textarea {
-  color: inherit;
-  font: inherit;
-  margin: 0;
-}
-button {
-  overflow: visible;
-}
-button,
-select {
-  text-transform: none;
-}
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
-  -webkit-appearance: button;
-  cursor: pointer;
-}
-button[disabled],
-html input[disabled] {
-  cursor: default;
-}
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-  border: 0;
-  padding: 0;
-}
-input {
-  line-height: normal;
-}
-input[type="checkbox"],
-input[type="radio"] {
-  box-sizing: border-box;
-  padding: 0;
-}
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: textfield;
-  -moz-box-sizing: content-box;
-  -webkit-box-sizing: content-box;
-  box-sizing: content-box;
-}
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
-  -webkit-appearance: none;
-}
-fieldset {
-  border: 1px solid #c0c0c0;
-  margin: 0 2px;
-  padding: 0.35em 0.625em 0.75em;
-}
-legend {
-  border: 0;
-  padding: 0;
-}
-textarea {
-  overflow: auto;
-}
-optgroup {
-  font-weight: bold;
-}
-table {
-  border-collapse: collapse;
-  border-spacing: 0;
-}
-td,
-th {
-  padding: 0;
-}
-@media print {
-  * {
-    text-shadow: none !important;
-    color: #000 !important;
-    background: transparent !important;
-    box-shadow: none !important;
-  }
-  a,
-  a:visited {
-    text-decoration: underline;
-  }
-  a[href]:after {
-    content: " (" attr(href) ")";
-  }
-  abbr[title]:after {
-    content: " (" attr(title) ")";
-  }
-  a[href^="javascript:"]:after,
-  a[href^="#"]:after {
-    content: "";
-  }
-  pre,
-  blockquote {
-    border: 1px solid #999;
-    page-break-inside: avoid;
-  }
-  thead {
-    display: table-header-group;
-  }
-  tr,
-  img {
-    page-break-inside: avoid;
-  }
-  img {
-    max-width: 100% !important;
-  }
-  p,
-  h2,
-  h3 {
-    orphans: 3;
-    widows: 3;
-  }
-  h2,
-  h3 {
-    page-break-after: avoid;
-  }
-  select {
-    background: #fff !important;
-  }
-  .navbar {
-    display: none;
-  }
-  .table td,
-  .table th {
-    background-color: #fff !important;
-  }
-  .btn > .caret,
-  .dropup > .btn > .caret {
-    border-top-color: #000 !important;
-  }
-  .label {
-    border: 1px solid #000;
-  }
-  .table {
-    border-collapse: collapse !important;
-  }
-  .table-bordered th,
-  .table-bordered td {
-    border: 1px solid #ddd !important;
-  }
-}
-* {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-*:before,
-*:after {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-html {
-  font-size: 62.5%;
-  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-body {
-  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-size: 18px;
-  line-height: 1.42857143;
-  color: #222222;
-  background-color: #ffffff;
-}
-input,
-button,
-select,
-textarea {
-  font-family: inherit;
-  font-size: inherit;
-  line-height: inherit;
-}
-a {
-  color: #008cba;
-  text-decoration: none;
-}
-a:hover,
-a:focus {
-  color: #00526e;
-  text-decoration: underline;
-}
-a:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-figure {
-  margin: 0;
-}
-img {
-  vertical-align: middle;
-}
-.img-responsive,
-.thumbnail > img,
-.thumbnail a > img,
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
-  display: block;
-  max-width: 100%;
-  height: auto;
-}
-.img-rounded {
-  border-radius: 0;
-}
-.img-thumbnail {
-  padding: 4px;
-  line-height: 1.42857143;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  border-radius: 0;
-  -webkit-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-  display: inline-block;
-  max-width: 100%;
-  height: auto;
-}
-.img-circle {
-  border-radius: 50%;
-}
-hr {
-  margin-top: 25px;
-  margin-bottom: 25px;
-  border: 0;
-  border-top: 1px solid #dddddd;
-}
-.sr-only {
-  position: absolute;
-  width: 1px;
-  height: 1px;
-  margin: -1px;
-  padding: 0;
-  overflow: hidden;
-  clip: rect(0, 0, 0, 0);
-  border: 0;
-}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
-  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-weight: 300;
-  line-height: 1.1;
-  color: inherit;
-}
-h1 small,
-h2 small,
-h3 small,
-h4 small,
-h5 small,
-h6 small,
-.h1 small,
-.h2 small,
-.h3 small,
-.h4 small,
-.h5 small,
-.h6 small,
-h1 .small,
-h2 .small,
-h3 .small,
-h4 .small,
-h5 .small,
-h6 .small,
-.h1 .small,
-.h2 .small,
-.h3 .small,
-.h4 .small,
-.h5 .small,
-.h6 .small {
-  font-weight: normal;
-  line-height: 1;
-  color: #999999;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
-  margin-top: 25px;
-  margin-bottom: 12.5px;
-}
-h1 small,
-.h1 small,
-h2 small,
-.h2 small,
-h3 small,
-.h3 small,
-h1 .small,
-.h1 .small,
-h2 .small,
-.h2 .small,
-h3 .small,
-.h3 .small {
-  font-size: 65%;
-}
-h4,
-.h4,
-h5,
-.h5,
-h6,
-.h6 {
-  margin-top: 12.5px;
-  margin-bottom: 12.5px;
-}
-h4 small,
-.h4 small,
-h5 small,
-.h5 small,
-h6 small,
-.h6 small,
-h4 .small,
-.h4 .small,
-h5 .small,
-.h5 .small,
-h6 .small,
-.h6 .small {
-  font-size: 75%;
-}
-h1,
-.h1 {
-  font-size: 46px;
-}
-h2,
-.h2 {
-  font-size: 38px;
-}
-h3,
-.h3 {
-  font-size: 31px;
-}
-h4,
-.h4 {
-  font-size: 23px;
-}
-h5,
-.h5 {
-  font-size: 18px;
-}
-h6,
-.h6 {
-  font-size: 16px;
-}
-p {
-  margin: 0 0 12.5px;
-}
-.lead {
-  margin-bottom: 25px;
-  font-size: 20px;
-  font-weight: 200;
-  line-height: 1.4;
-}
-@media (min-width: 768px) {
-  .lead {
-    font-size: 27px;
-  }
-}
-small,
-.small {
-  font-size: 85%;
-}
-cite {
-  font-style: normal;
-}
-.text-left {
-  text-align: left;
-}
-.text-right {
-  text-align: right;
-}
-.text-center {
-  text-align: center;
-}
-.text-justify {
-  text-align: justify;
-}
-.text-muted {
-  color: #999999;
-}
-.text-primary {
-  color: #008cba;
-}
-a.text-primary:hover {
-  color: #006687;
-}
-.text-success {
-  color: #43ac6a;
-}
-a.text-success:hover {
-  color: #358753;
-}
-.text-info {
-  color: #5bc0de;
-}
-a.text-info:hover {
-  color: #31b0d5;
-}
-.text-warning {
-  color: #e99002;
-}
-a.text-warning:hover {
-  color: #b67102;
-}
-.text-danger {
-  color: #f04124;
-}
-a.text-danger:hover {
-  color: #d32a0e;
-}
-.bg-primary {
-  color: #fff;
-  background-color: #008cba;
-}
-a.bg-primary:hover {
-  background-color: #006687;
-}
-.bg-success {
-  background-color: #dff0d8;
-}
-a.bg-success:hover {
-  background-color: #c1e2b3;
-}
-.bg-info {
-  background-color: #d9edf7;
-}
-a.bg-info:hover {
-  background-color: #afd9ee;
-}
-.bg-warning {
-  background-color: #fcf8e3;
-}
-a.bg-warning:hover {
-  background-color: #f7ecb5;
-}
-.bg-danger {
-  background-color: #f2dede;
-}
-a.bg-danger:hover {
-  background-color: #e4b9b9;
-}
-.page-header {
-  padding-bottom: 11.5px;
-  margin: 50px 0 25px;
-  border-bottom: 1px solid #dddddd;
-}
-ul,
-ol {
-  margin-top: 0;
-  margin-bottom: 12.5px;
-}
-ul ul,
-ol ul,
-ul ol,
-ol ol {
-  margin-bottom: 0;
-}
-.list-unstyled {
-  padding-left: 0;
-  list-style: none;
-}
-.list-inline {
-  padding-left: 0;
-  list-style: none;
-  margin-left: -5px;
-}
-.list-inline > li {
-  display: inline-block;
-  padding-left: 5px;
-  padding-right: 5px;
-}
-dl {
-  margin-top: 0;
-  margin-bottom: 25px;
-}
-dt,
-dd {
-  line-height: 1.42857143;
-}
-dt {
-  font-weight: bold;
-}
-dd {
-  margin-left: 0;
-}
-@media (min-width: 768px) {
-  .dl-horizontal dt {
-    float: left;
-    width: 160px;
-    clear: left;
-    text-align: right;
-    overflow: hidden;
-    text-overflow: ellipsis;
-    white-space: nowrap;
-  }
-  .dl-horizontal dd {
-    margin-left: 180px;
-  }
-}
-abbr[title],
-abbr[data-original-title] {
-  cursor: help;
-  border-bottom: 1px dotted #999999;
-}
-.initialism {
-  font-size: 90%;
-  text-transform: uppercase;
-}
-blockquote {
-  padding: 12.5px 25px;
-  margin: 0 0 25px;
-  font-size: 22.5px;
-  border-left: 5px solid #dddddd;
-}
-blockquote p:last-child,
-blockquote ul:last-child,
-blockquote ol:last-child {
-  margin-bottom: 0;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
-  display: block;
-  font-size: 80%;
-  line-height: 1.42857143;
-  color: #6f6f6f;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
-  content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
-  padding-right: 15px;
-  padding-left: 0;
-  border-right: 5px solid #dddddd;
-  border-left: 0;
-  text-align: right;
-}
-.blockquote-reverse footer:before,
-blockquote.pull-right footer:before,
-.blockquote-reverse small:before,
-blockquote.pull-right small:before,
-.blockquote-reverse .small:before,
-blockquote.pull-right .small:before {
-  content: '';
-}
-.blockquote-reverse footer:after,
-blockquote.pull-right footer:after,
-.blockquote-reverse small:after,
-blockquote.pull-right small:after,
-.blockquote-reverse .small:after,
-blockquote.pull-right .small:after {
-  content: '\00A0 \2014';
-}
-blockquote:before,
-blockquote:after {
-  content: "";
-}
-address {
-  margin-bottom: 25px;
-  font-style: normal;
-  line-height: 1.42857143;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
-}
-code {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #c7254e;
-  background-color: #f9f2f4;
-  white-space: nowrap;
-  border-radius: 0;
-}
-kbd {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #ffffff;
-  background-color: #333333;
-  border-radius: 0;
-  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-}
-pre {
-  display: block;
-  padding: 12px;
-  margin: 0 0 12.5px;
-  font-size: 17px;
-  line-height: 1.42857143;
-  word-break: break-all;
-  word-wrap: break-word;
-  color: #333333;
-  background-color: #f5f5f5;
-  border: 1px solid #cccccc;
-  border-radius: 0;
-}
-pre code {
-  padding: 0;
-  font-size: inherit;
-  color: inherit;
-  white-space: pre-wrap;
-  background-color: transparent;
-  border-radius: 0;
-}
-.pre-scrollable {
-  max-height: 340px;
-  overflow-y: scroll;
-}
-.container {
-  margin-right: auto;
-  margin-left: auto;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-@media (min-width: 768px) {
-  .container {
-    width: 750px;
-  }
-}
-@media (min-width: 992px) {
-  .container {
-    width: 970px;
-  }
-}
-@media (min-width: 1200px) {
-  .container {
-    width: 1170px;
-  }
-}
-.container-fluid {
-  margin-right: auto;
-  margin-left: auto;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-.row {
-  margin-left: -15px;
-  margin-right: -15px;
-}
-.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
-  position: relative;
-  min-height: 1px;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
-  float: left;
-}
-.col-xs-12 {
-  width: 100%;
-}
-.col-xs-11 {
-  width: 91.66666667%;
-}
-.col-xs-10 {
-  width: 83.33333333%;
-}
-.col-xs-9 {
-  width: 75%;
-}
-.col-xs-8 {
-  width: 66.66666667%;
-}
-.col-xs-7 {
-  width: 58.33333333%;
-}
-.col-xs-6 {
-  width: 50%;
-}
-.col-xs-5 {
-  width: 41.66666667%;
-}
-.col-xs-4 {
-  width: 33.33333333%;
-}
-.col-xs-3 {
-  width: 25%;
-}
-.col-xs-2 {
-  width: 16.66666667%;
-}
-.col-xs-1 {
-  width: 8.33333333%;
-}
-.col-xs-pull-12 {
-  right: 100%;
-}
-.col-xs-pull-11 {
-  right: 91.66666667%;
-}
-.col-xs-pull-10 {
-  right: 83.33333333%;
-}
-.col-xs-pull-9 {
-  right: 75%;
-}
-.col-xs-pull-8 {
-  right: 66.66666667%;
-}
-.col-xs-pull-7 {
-  right: 58.33333333%;
-}
-.col-xs-pull-6 {
-  right: 50%;
-}
-.col-xs-pull-5 {
-  right: 41.66666667%;
-}
-.col-xs-pull-4 {
-  right: 33.33333333%;
-}
-.col-xs-pull-3 {
-  right: 25%;
-}
-.col-xs-pull-2 {
-  right: 16.66666667%;
-}
-.col-xs-pull-1 {
-  right: 8.33333333%;
-}
-.col-xs-pull-0 {
-  right: 0%;
-}
-.col-xs-push-12 {
-  left: 100%;
-}
-.col-xs-push-11 {
-  left: 91.66666667%;
-}
-.col-xs-push-10 {
-  left: 83.33333333%;
-}
-.col-xs-push-9 {
-  left: 75%;
-}
-.col-xs-push-8 {
-  left: 66.66666667%;
-}
-.col-xs-push-7 {
-  left: 58.33333333%;
-}
-.col-xs-push-6 {
-  left: 50%;
-}
-.col-xs-push-5 {
-  left: 41.66666667%;
-}
-.col-xs-push-4 {
-  left: 33.33333333%;
-}
-.col-xs-push-3 {
-  left: 25%;
-}
-.col-xs-push-2 {
-  left: 16.66666667%;
-}
-.col-xs-push-1 {
-  left: 8.33333333%;
-}
-.col-xs-push-0 {
-  left: 0%;
-}
-.col-xs-offset-12 {
-  margin-left: 100%;
-}
-.col-xs-offset-11 {
-  margin-left: 91.66666667%;
-}
-.col-xs-offset-10 {
-  margin-left: 83.33333333%;
-}
-.col-xs-offset-9 {
-  margin-left: 75%;
-}
-.col-xs-offset-8 {
-  margin-left: 66.66666667%;
-}
-.col-xs-offset-7 {
-  margin-left: 58.33333333%;
-}
-.col-xs-offset-6 {
-  margin-left: 50%;
-}
-.col-xs-offset-5 {
-  margin-left: 41.66666667%;
-}
-.col-xs-offset-4 {
-  margin-left: 33.33333333%;
-}
-.col-xs-offset-3 {
-  margin-left: 25%;
-}
-.col-xs-offset-2 {
-  margin-left: 16.66666667%;
-}
-.col-xs-offset-1 {
-  margin-left: 8.33333333%;
-}
-.col-xs-offset-0 {
-  margin-left: 0%;
-}
-@media (min-width: 768px) {
-  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
-    float: left;
-  }
-  .col-sm-12 {
-    width: 100%;
-  }
-  .col-sm-11 {
-    width: 91.66666667%;
-  }
-  .col-sm-10 {
-    width: 83.33333333%;
-  }
-  .col-sm-9 {
-    width: 75%;
-  }
-  .col-sm-8 {
-    width: 66.66666667%;
-  }
-  .col-sm-7 {
-    width: 58.33333333%;
-  }
-  .col-sm-6 {
-    width: 50%;
-  }
-  .col-sm-5 {
-    width: 41.66666667%;
-  }
-  .col-sm-4 {
-    width: 33.33333333%;
-  }
-  .col-sm-3 {
-    width: 25%;
-  }
-  .col-sm-2 {
-    width: 16.66666667%;
-  }
-  .col-sm-1 {
-    width: 8.33333333%;
-  }
-  .col-sm-pull-12 {
-    right: 100%;
-  }
-  .col-sm-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-sm-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-sm-pull-9 {
-    right: 75%;
-  }
-  .col-sm-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-sm-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-sm-pull-6 {
-    right: 50%;
-  }
-  .col-sm-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-sm-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-sm-pull-3 {
-    right: 25%;
-  }
-  .col-sm-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-sm-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-sm-pull-0 {
-    right: 0%;
-  }
-  .col-sm-push-12 {
-    left: 100%;
-  }
-  .col-sm-push-11 {
-    left: 91.66666667%;
-  }
-  .col-sm-push-10 {
-    left: 83.33333333%;
-  }
-  .col-sm-push-9 {
-    left: 75%;
-  }
-  .col-sm-push-8 {
-    left: 66.66666667%;
-  }
-  .col-sm-push-7 {
-    left: 58.33333333%;
-  }
-  .col-sm-push-6 {
-    left: 50%;
-  }
-  .col-sm-push-5 {
-    left: 41.66666667%;
-  }
-  .col-sm-push-4 {
-    left: 33.33333333%;
-  }
-  .col-sm-push-3 {
-    left: 25%;
-  }
-  .col-sm-push-2 {
-    left: 16.66666667%;
-  }
-  .col-sm-push-1 {
-    left: 8.33333333%;
-  }
-  .col-sm-push-0 {
-    left: 0%;
-  }
-  .col-sm-offset-12 {
-    margin-left: 100%;
-  }
-  .col-sm-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-sm-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-sm-offset-9 {
-    margin-left: 75%;
-  }
-  .col-sm-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-sm-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-sm-offset-6 {
-    margin-left: 50%;
-  }
-  .col-sm-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-sm-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-sm-offset-3 {
-    margin-left: 25%;
-  }
-  .col-sm-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-sm-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-sm-offset-0 {
-    margin-left: 0%;
-  }
-}
-@media (min-width: 992px) {
-  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
-    float: left;
-  }
-  .col-md-12 {
-    width: 100%;
-  }
-  .col-md-11 {
-    width: 91.66666667%;
-  }
-  .col-md-10 {
-    width: 83.33333333%;
-  }
-  .col-md-9 {
-    width: 75%;
-  }
-  .col-md-8 {
-    width: 66.66666667%;
-  }
-  .col-md-7 {
-    width: 58.33333333%;
-  }
-  .col-md-6 {
-    width: 50%;
-  }
-  .col-md-5 {
-    width: 41.66666667%;
-  }
-  .col-md-4 {
-    width: 33.33333333%;
-  }
-  .col-md-3 {
-    width: 25%;
-  }
-  .col-md-2 {
-    width: 16.66666667%;
-  }
-  .col-md-1 {
-    width: 8.33333333%;
-  }
-  .col-md-pull-12 {
-    right: 100%;
-  }
-  .col-md-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-md-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-md-pull-9 {
-    right: 75%;
-  }
-  .col-md-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-md-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-md-pull-6 {
-    right: 50%;
-  }
-  .col-md-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-md-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-md-pull-3 {
-    right: 25%;
-  }
-  .col-md-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-md-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-md-pull-0 {
-    right: 0%;
-  }
-  .col-md-push-12 {
-    left: 100%;
-  }
-  .col-md-push-11 {
-    left: 91.66666667%;
-  }
-  .col-md-push-10 {
-    left: 83.33333333%;
-  }
-  .col-md-push-9 {
-    left: 75%;
-  }
-  .col-md-push-8 {
-    left: 66.66666667%;
-  }
-  .col-md-push-7 {
-    left: 58.33333333%;
-  }
-  .col-md-push-6 {
-    left: 50%;
-  }
-  .col-md-push-5 {
-    left: 41.66666667%;
-  }
-  .col-md-push-4 {
-    left: 33.33333333%;
-  }
-  .col-md-push-3 {
-    left: 25%;
-  }
-  .col-md-push-2 {
-    left: 16.66666667%;
-  }
-  .col-md-push-1 {
-    left: 8.33333333%;
-  }
-  .col-md-push-0 {
-    left: 0%;
-  }
-  .col-md-offset-12 {
-    margin-left: 100%;
-  }
-  .col-md-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-md-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-md-offset-9 {
-    margin-left: 75%;
-  }
-  .col-md-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-md-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-md-offset-6 {
-    margin-left: 50%;
-  }
-  .col-md-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-md-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-md-offset-3 {
-    margin-left: 25%;
-  }
-  .col-md-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-md-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-md-offset-0 {
-    margin-left: 0%;
-  }
-}
-@media (min-width: 1200px) {
-  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
-    float: left;
-  }
-  .col-lg-12 {
-    width: 100%;
-  }
-  .col-lg-11 {
-    width: 91.66666667%;
-  }
-  .col-lg-10 {
-    width: 83.33333333%;
-  }
-  .col-lg-9 {
-    width: 75%;
-  }
-  .col-lg-8 {
-    width: 66.66666667%;
-  }
-  .col-lg-7 {
-    width: 58.33333333%;
-  }
-  .col-lg-6 {
-    width: 50%;
-  }
-  .col-lg-5 {
-    width: 41.66666667%;
-  }
-  .col-lg-4 {
-    width: 33.33333333%;
-  }
-  .col-lg-3 {
-    width: 25%;
-  }
-  .col-lg-2 {
-    width: 16.66666667%;
-  }
-  .col-lg-1 {
-    width: 8.33333333%;
-  }
-  .col-lg-pull-12 {
-    right: 100%;
-  }
-  .col-lg-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-lg-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-lg-pull-9 {
-    right: 75%;
-  }
-  .col-lg-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-lg-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-lg-pull-6 {
-    right: 50%;
-  }
-  .col-lg-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-lg-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-lg-pull-3 {
-    right: 25%;
-  }
-  .col-lg-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-lg-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-lg-pull-0 {
-    right: 0%;
-  }
-  .col-lg-push-12 {
-    left: 100%;
-  }
-  .col-lg-push-11 {
-    left: 91.66666667%;
-  }
-  .col-lg-push-10 {
-    left: 83.33333333%;
-  }
-  .col-lg-push-9 {
-    left: 75%;
-  }
-  .col-lg-push-8 {
-    left: 66.66666667%;
-  }
-  .col-lg-push-7 {
-    left: 58.33333333%;
-  }
-  .col-lg-push-6 {
-    left: 50%;
-  }
-  .col-lg-push-5 {
-    left: 41.66666667%;
-  }
-  .col-lg-push-4 {
-    left: 33.33333333%;
-  }
-  .col-lg-push-3 {
-    left: 25%;
-  }
-  .col-lg-push-2 {
-    left: 16.66666667%;
-  }
-  .col-lg-push-1 {
-    left: 8.33333333%;
-  }
-  .col-lg-push-0 {
-    left: 0%;
-  }
-  .col-lg-offset-12 {
-    margin-left: 100%;
-  }
-  .col-lg-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-lg-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-lg-offset-9 {
-    margin-left: 75%;
-  }
-  .col-lg-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-lg-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-lg-offset-6 {
-    margin-left: 50%;
-  }
-  .col-lg-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-lg-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-lg-offset-3 {
-    margin-left: 25%;
-  }
-  .col-lg-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-lg-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-lg-offset-0 {
-    margin-left: 0%;
-  }
-}
-table {
-  max-width: 100%;
-  background-color: transparent;
-}
-th {
-  text-align: left;
-}
-.table {
-  width: 100%;
-  margin-bottom: 25px;
-}
-.table > thead > tr > th,
-.table > tbody > tr > th,
-.table > tfoot > tr > th,
-.table > thead > tr > td,
-.table > tbody > tr > td,
-.table > tfoot > tr > td {
-  padding: 8px;
-  line-height: 1.42857143;
-  vertical-align: top;
-  border-top: 1px solid #dddddd;
-}
-.table > thead > tr > th {
-  vertical-align: bottom;
-  border-bottom: 2px solid #dddddd;
-}
-.table > caption + thead > tr:first-child > th,
-.table > colgroup + thead > tr:first-child > th,
-.table > thead:first-child > tr:first-child > th,
-.table > caption + thead > tr:first-child > td,
-.table > colgroup + thead > tr:first-child > td,
-.table > thead:first-child > tr:first-child > td {
-  border-top: 0;
-}
-.table > tbody + tbody {
-  border-top: 2px solid #dddddd;
-}
-.table .table {
-  background-color: #ffffff;
-}
-.table-condensed > thead > tr > th,
-.table-condensed > tbody > tr > th,
-.table-condensed > tfoot > tr > th,
-.table-condensed > thead > tr > td,
-.table-condensed > tbody > tr > td,
-.table-condensed > tfoot > tr > td {
-  padding: 5px;
-}
-.table-bordered {
-  border: 1px solid #dddddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > tbody > tr > th,
-.table-bordered > tfoot > tr > th,
-.table-bordered > thead > tr > td,
-.table-bordered > tbody > tr > td,
-.table-bordered > tfoot > tr > td {
-  border: 1px solid #dddddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > thead > tr > td {
-  border-bottom-width: 2px;
-}
-.table-striped > tbody > tr:nth-child(odd) > td,
-.table-striped > tbody > tr:nth-child(odd) > th {
-  background-color: #f9f9f9;
-}
-.table-hover > tbody > tr:hover > td,
-.table-hover > tbody > tr:hover > th {
-  background-color: #f5f5f5;
-}
-table col[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-column;
-}
-table td[class*="col-"],
-table th[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-cell;
-}
-.table > thead > tr > td.active,
-.table > tbody > tr > td.active,
-.table > tfoot > tr > td.active,
-.table > thead > tr > th.active,
-.table > tbody > tr > th.active,
-.table > tfoot > tr > th.active,
-.table > thead > tr.active > td,
-.table > tbody > tr.active > td,
-.table > tfoot > tr.active > td,
-.table > thead > tr.active > th,
-.table > tbody > tr.active > th,
-.table > tfoot > tr.active > th {
-  background-color: #f5f5f5;
-}
-.table-hover > tbody > tr > td.active:hover,
-.table-hover > tbody > tr > th.active:hover,
-.table-hover > tbody > tr.active:hover > td,
-.table-hover > tbody > tr.active:hover > th {
-  background-color: #e8e8e8;
-}
-.table > thead > tr > td.success,
-.table > tbody > tr > td.success,
-.table > tfoot > tr > td.success,
-.table > thead > tr > th.success,
-.table > tbody > tr > th.success,
-.table > tfoot > tr > th.success,
-.table > thead > tr.success > td,
-.table > tbody > tr.success > td,
-.table > tfoot > tr.success > td,
-.table > thead > tr.success > th,
-.table > tbody > tr.success > th,
-.table > tfoot > tr.success > th {
-  background-color: #dff0d8;
-}
-.table-hover > tbody > tr > td.success:hover,
-.table-hover > tbody > tr > th.success:hover,
-.table-hover > tbody > tr.success:hover > td,
-.table-hover > tbody > tr.success:hover > th {
-  background-color: #d0e9c6;
-}
-.table > thead > tr > td.info,
-.table > tbody > tr > td.info,
-.table > tfoot > tr > td.info,
-.table > thead > tr > th.info,
-.table > tbody > tr > th.info,
-.table > tfoot > tr > th.info,
-.table > thead > tr.info > td,
-.table > tbody > tr.info > td,
-.table > tfoot > tr.info > td,
-.table > thead > tr.info > th,
-.table > tbody > tr.info > th,
-.table > tfoot > tr.info > th {
-  background-color: #d9edf7;
-}
-.table-hover > tbody > tr > td.info:hover,
-.table-hover > tbody > tr > th.info:hover,
-.table-hover > tbody > tr.info:hover > td,
-.table-hover > tbody > tr.info:hover > th {
-  background-color: #c4e3f3;
-}
-.table > thead > tr > td.warning,
-.table > tbody > tr > td.warning,
-.table > tfoot > tr > td.warning,
-.table > thead > tr > th.warning,
-.table > tbody > tr > th.warning,
-.table > tfoot > tr > th.warning,
-.table > thead > tr.warning > td,
-.table > tbody > tr.warning > td,
-.table > tfoot > tr.warning > td,
-.table > thead > tr.warning > th,
-.table > tbody > tr.warning > th,
-.table > tfoot > tr.warning > th {
-  background-color: #fcf8e3;
-}
-.table-hover > tbody > tr > td.warning:hover,
-.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td,
-.table-hover > tbody > tr.warning:hover > th {
-  background-color: #faf2cc;
-}
-.table > thead > tr > td.danger,
-.table > tbody > tr > td.danger,
-.table > tfoot > tr > td.danger,
-.table > thead > tr > th.danger,
-.table > tbody > tr > th.danger,
-.table > tfoot > tr > th.danger,
-.table > thead > tr.danger > td,
-.table > tbody > tr.danger > td,
-.table > tfoot > tr.danger > td,
-.table > thead > tr.danger > th,
-.table > tbody > tr.danger > th,
-.table > tfoot > tr.danger > th {
-  background-color: #f2dede;
-}
-.table-hover > tbody > tr > td.danger:hover,
-.table-hover > tbody > tr > th.danger:hover,
-.table-hover > tbody > tr.danger:hover > td,
-.table-hover > tbody > tr.danger:hover > th {
-  background-color: #ebcccc;
-}
-@media (max-width: 767px) {
-  .table-responsive {
-    width: 100%;
-    margin-bottom: 18.75px;
-    overflow-y: hidden;
-    overflow-x: scroll;
-    -ms-overflow-style: -ms-autohiding-scrollbar;
-    border: 1px solid #dddddd;
-    -webkit-overflow-scrolling: touch;
-  }
-  .table-responsive > .table {
-    margin-bottom: 0;
-  }
-  .table-responsive > .table > thead > tr > th,
-  .table-responsive > .table > tbody > tr > th,
-  .table-responsive > .table > tfoot > tr > th,
-  .table-responsive > .table > thead > tr > td,
-  .table-responsive > .table > tbody > tr > td,
-  .table-responsive > .table > tfoot > tr > td {
-    white-space: nowrap;
-  }
-  .table-responsive > .table-bordered {
-    border: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:first-child,
-  .table-responsive > .table-bordered > tbody > tr > th:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
-  .table-responsive > .table-bordered > thead > tr > td:first-child,
-  .table-responsive > .table-bordered > tbody > tr > td:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
-    border-left: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:last-child,
-  .table-responsive > .table-bordered > tbody > tr > th:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
-  .table-responsive > .table-bordered > thead > tr > td:last-child,
-  .table-responsive > .table-bordered > tbody > tr > td:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
-    border-right: 0;
-  }
-  .table-responsive > .table-bordered > tbody > tr:last-child > th,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
-  .table-responsive > .table-bordered > tbody > tr:last-child > td,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
-    border-bottom: 0;
-  }
-}
-fieldset {
-  padding: 0;
-  margin: 0;
-  border: 0;
-  min-width: 0;
-}
-legend {
-  display: block;
-  width: 100%;
-  padding: 0;
-  margin-bottom: 25px;
-  font-size: 27px;
-  line-height: inherit;
-  color: #333333;
-  border: 0;
-  border-bottom: 1px solid #e5e5e5;
-}
-label {
-  display: inline-block;
-  margin-bottom: 5px;
-  font-weight: bold;
-}
-input[type="search"] {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-input[type="radio"],
-input[type="checkbox"] {
-  margin: 4px 0 0;
-  margin-top: 1px \9;
-  /* IE8-9 */
-  line-height: normal;
-}
-input[type="file"] {
-  display: block;
-}
-input[type="range"] {
-  display: block;
-  width: 100%;
-}
-select[multiple],
-select[size] {
-  height: auto;
-}
-input[type="file"]:focus,
-input[type="radio"]:focus,
-input[type="checkbox"]:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-output {
-  display: block;
-  padding-top: 7px;
-  font-size: 18px;
-  line-height: 1.42857143;
-  color: #6f6f6f;
-}
-.form-control {
-  display: block;
-  width: 100%;
-  height: 39px;
-  padding: 6px 12px;
-  font-size: 18px;
-  line-height: 1.42857143;
-  color: #6f6f6f;
-  background-color: #ffffff;
-  background-image: none;
-  border: 1px solid #cccccc;
-  border-radius: 0;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-}
-.form-control:focus {
-  border-color: #66afe9;
-  outline: 0;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
-  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
-}
-.form-control::-moz-placeholder {
-  color: #999999;
-  opacity: 1;
-}
-.form-control:-ms-input-placeholder {
-  color: #999999;
-}
-.form-control::-webkit-input-placeholder {
-  color: #999999;
-}
-.form-control[disabled],
-.form-control[readonly],
-fieldset[disabled] .form-control {
-  cursor: not-allowed;
-  background-color: #eeeeee;
-  opacity: 1;
-}
-textarea.form-control {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: none;
-}
-input[type="date"] {
-  line-height: 39px;
-}
-.form-group {
-  margin-bottom: 15px;
-}
-.radio,
-.checkbox {
-  display: block;
-  min-height: 25px;
-  margin-top: 10px;
-  margin-bottom: 10px;
-  padding-left: 20px;
-}
-.radio label,
-.checkbox label {
-  display: inline;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio input[type="radio"],
-.radio-inline input[type="radio"],
-.checkbox input[type="checkbox"],
-.checkbox-inline input[type="checkbox"] {
-  float: left;
-  margin-left: -20px;
-}
-.radio + .radio,
-.checkbox + .checkbox {
-  margin-top: -5px;
-}
-.radio-inline,
-.checkbox-inline {
-  display: inline-block;
-  padding-left: 20px;
-  margin-bottom: 0;
-  vertical-align: middle;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio-inline + .radio-inline,
-.checkbox-inline + .checkbox-inline {
-  margin-top: 0;
-  margin-left: 10px;
-}
-input[type="radio"][disabled],
-input[type="checkbox"][disabled],
-.radio[disabled],
-.radio-inline[disabled],
-.checkbox[disabled],
-.checkbox-inline[disabled],
-fieldset[disabled] input[type="radio"],
-fieldset[disabled] input[type="checkbox"],
-fieldset[disabled] .radio,
-fieldset[disabled] .radio-inline,
-fieldset[disabled] .checkbox,
-fieldset[disabled] .checkbox-inline {
-  cursor: not-allowed;
-}
-.input-sm {
-  height: 30px;
-  padding: 5px 10px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 0;
-}
-select.input-sm {
-  height: 30px;
-  line-height: 30px;
-}
-textarea.input-sm,
-select[multiple].input-sm {
-  height: auto;
-}
-.input-lg {
-  height: 53px;
-  padding: 10px 16px;
-  font-size: 23px;
-  line-height: 1.33;
-  border-radius: 0;
-}
-select.input-lg {
-  height: 53px;
-  line-height: 53px;
-}
-textarea.input-lg,
-select[multiple].input-lg {
-  height: auto;
-}
-.has-feedback {
-  position: relative;
-}
-.has-feedback .form-control {
-  padding-right: 48.75px;
-}
-.has-feedback .form-control-feedback {
-  position: absolute;
-  top: 30px;
-  right: 0;
-  display: block;
-  width: 39px;
-  height: 39px;
-  line-height: 39px;
-  text-align: center;
-}
-.has-success .help-block,
-.has-success .control-label,
-.has-success .radio,
-.has-success .checkbox,
-.has-success .radio-inline,
-.has-success .checkbox-inline {
-  color: #43ac6a;
-}
-.has-success .form-control {
-  border-color: #43ac6a;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-success .form-control:focus {
-  border-color: #358753;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85d0a1;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85d0a1;
-}
-.has-success .input-group-addon {
-  color: #43ac6a;
-  border-color: #43ac6a;
-  background-color: #dff0d8;
-}
-.has-success .form-control-feedback {
-  color: #43ac6a;
-}
-.has-warning .help-block,
-.has-warning .control-label,
-.has-warning .radio,
-.has-warning .checkbox,
-.has-warning .radio-inline,
-.has-warning .checkbox-inline {
-  color: #e99002;
-}
-.has-warning .form-control {
-  border-color: #e99002;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-warning .form-control:focus {
-  border-color: #b67102;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febc53;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febc53;
-}
-.has-warning .input-group-addon {
-  color: #e99002;
-  border-color: #e99002;
-  background-color: #fcf8e3;
-}
-.has-warning .form-control-feedback {
-  color: #e99002;
-}
-.has-error .help-block,
-.has-error .control-label,
-.has-error .radio,
-.has-error .checkbox,
-.has-error .radio-inline,
-.has-error .checkbox-inline {
-  color: #f04124;
-}
-.has-error .form-control {
-  border-color: #f04124;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-error .form-control:focus {
-  border-color: #d32a0e;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79483;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79483;
-}
-.has-error .input-group-addon {
-  color: #f04124;
-  border-color: #f04124;
-  background-color: #f2dede;
-}
-.has-error .form-control-feedback {
-  color: #f04124;
-}
-.form-control-static {
-  margin-bottom: 0;
-}
-.help-block {
-  display: block;
-  margin-top: 5px;
-  margin-bottom: 10px;
-  color: #626262;
-}
-@media (min-width: 768px) {
-  .form-inline .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .form-inline .input-group > .form-control {
-    width: 100%;
-  }
-  .form-inline .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio,
-  .form-inline .checkbox {
-    display: inline-block;
-    margin-top: 0;
-    margin-bottom: 0;
-    padding-left: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio input[type="radio"],
-  .form-inline .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .form-inline .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-.form-horizontal .control-label,
-.form-horizontal .radio,
-.form-horizontal .checkbox,
-.form-horizontal .radio-inline,
-.form-horizontal .checkbox-inline {
-  margin-top: 0;
-  margin-bottom: 0;
-  padding-top: 7px;
-}
-.form-horizontal .radio,
-.form-horizontal .checkbox {
-  min-height: 32px;
-}
-.form-horizontal .form-group {
-  margin-left: -15px;
-  margin-right: -15px;
-}
-.form-horizontal .form-control-static {
-  padding-top: 7px;
-}
-@media (min-width: 768px) {
-  .form-horizontal .control-label {
-    text-align: right;
-  }
-}
-.form-horizontal .has-feedback .form-control-feedback {
-  top: 0;
-  right: 15px;
-}
-.btn {
-  display: inline-block;
-  margin-bottom: 0;
-  font-weight: normal;
-  text-align: center;
-  vertical-align: middle;
-  cursor: pointer;
-  background-image: none;
-  border: 1px solid transparent;
-  white-space: nowrap;
-  padding: 6px 12px;
-  font-size: 18px;
-  line-height: 1.42857143;
-  border-radius: 0;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  user-select: none;
-}
-.btn:focus,
-.btn:active:focus,
-.btn.active:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-.btn:hover,
-.btn:focus {
-  color: #333333;
-  text-decoration: none;
-}
-.btn:active,
-.btn.active {
-  outline: 0;
-  background-image: none;
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-}
-.btn.disabled,
-.btn[disabled],
-fieldset[disabled] .btn {
-  cursor: not-allowed;
-  pointer-events: none;
-  opacity: 0.65;
-  filter: alpha(opacity=65);
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn-default {
-  color: #333333;
-  background-color: #e7e7e7;
-  border-color: #dadada;
-}
-.btn-default:hover,
-.btn-default:focus,
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  color: #333333;
-  background-color: #d3d3d3;
-  border-color: #bbbbbb;
-}
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  background-image: none;
-}
-.btn-default.disabled,
-.btn-default[disabled],
-fieldset[disabled] .btn-default,
-.btn-default.disabled:hover,
-.btn-default[disabled]:hover,
-fieldset[disabled] .btn-default:hover,
-.btn-default.disabled:focus,
-.btn-default[disabled]:focus,
-fieldset[disabled] .btn-default:focus,
-.btn-default.disabled:active,
-.btn-default[disabled]:active,
-fieldset[disabled] .btn-default:active,
-.btn-default.disabled.active,
-.btn-default[disabled].active,
-fieldset[disabled] .btn-default.active {
-  background-color: #e7e7e7;
-  border-color: #dadada;
-}
-.btn-default .badge {
-  color: #e7e7e7;
-  background-color: #333333;
-}
-.btn-primary {
-  color: #ffffff;
-  background-color: #008cba;
-  border-color: #0079a1;
-}
-.btn-primary:hover,
-.btn-primary:focus,
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  color: #ffffff;
-  background-color: #006d91;
-  border-color: #004b63;
-}
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  background-image: none;
-}
-.btn-primary.disabled,
-.btn-primary[disabled],
-fieldset[disabled] .btn-primary,
-.btn-primary.disabled:hover,
-.btn-primary[disabled]:hover,
-fieldset[disabled] .btn-primary:hover,
-.btn-primary.disabled:focus,
-.btn-primary[disabled]:focus,
-fieldset[disabled] .btn-primary:focus,
-.btn-primary.disabled:active,
-.btn-primary[disabled]:active,
-fieldset[disabled] .btn-primary:active,
-.btn-primary.disabled.active,
-.btn-primary[disabled].active,
-fieldset[disabled] .btn-primary.active {
-  background-color: #008cba;
-  border-color: #0079a1;
-}
-.btn-primary .badge {
-  color: #008cba;
-  background-color: #ffffff;
-}
-.btn-success {
-  color: #ffffff;
-  background-color: #43ac6a;
-  border-color: #3c9a5f;
-}
-.btn-success:hover,
-.btn-success:focus,
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  color: #ffffff;
-  background-color: #388f58;
-  border-color: #2b6e44;
-}
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  background-image: none;
-}
-.btn-success.disabled,
-.btn-success[disabled],
-fieldset[disabled] .btn-success,
-.btn-success.disabled:hover,
-.btn-success[disabled]:hover,
-fieldset[disabled] .btn-success:hover,
-.btn-success.disabled:focus,
-.btn-success[disabled]:focus,
-fieldset[disabled] .btn-success:focus,
-.btn-success.disabled:active,
-.btn-success[disabled]:active,
-fieldset[disabled] .btn-success:active,
-.btn-success.disabled.active,
-.btn-success[disabled].active,
-fieldset[disabled] .btn-success.active {
-  background-color: #43ac6a;
-  border-color: #3c9a5f;
-}
-.btn-success .badge {
-  color: #43ac6a;
-  background-color: #ffffff;
-}
-.btn-info {
-  color: #ffffff;
-  background-color: #5bc0de;
-  border-color: #46b8da;
-}
-.btn-info:hover,
-.btn-info:focus,
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  color: #ffffff;
-  background-color: #39b3d7;
-  border-color: #269abc;
-}
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  background-image: none;
-}
-.btn-info.disabled,
-.btn-info[disabled],
-fieldset[disabled] .btn-info,
-.btn-info.disabled:hover,
-.btn-info[disabled]:hover,
-fieldset[disabled] .btn-info:hover,
-.btn-info.disabled:focus,
-.btn-info[disabled]:focus,
-fieldset[disabled] .btn-info:focus,
-.btn-info.disabled:active,
-.btn-info[disabled]:active,
-fieldset[disabled] .btn-info:active,
-.btn-info.disabled.active,
-.btn-info[disabled].active,
-fieldset[disabled] .btn-info.active {
-  background-color: #5bc0de;
-  border-color: #46b8da;
-}
-.btn-info .badge {
-  color: #5bc0de;
-  background-color: #ffffff;
-}
-.btn-warning {
-  color: #ffffff;
-  background-color: #e99002;
-  border-color: #d08002;
-}
-.btn-warning:hover,
-.btn-warning:focus,
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  color: #ffffff;
-  background-color: #c17702;
-  border-color: #935b01;
-}
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  background-image: none;
-}
-.btn-warning.disabled,
-.btn-warning[disabled],
-fieldset[disabled] .btn-warning,
-.btn-warning.disabled:hover,
-.btn-warning[disabled]:hover,
-fieldset[disabled] .btn-warning:hover,
-.btn-warning.disabled:focus,
-.btn-warning[disabled]:focus,
-fieldset[disabled] .btn-warning:focus,
-.btn-warning.disabled:active,
-.btn-warning[disabled]:active,
-fieldset[disabled] .btn-warning:active,
-.btn-warning.disabled.active,
-.btn-warning[disabled].active,
-fieldset[disabled] .btn-warning.active {
-  background-color: #e99002;
-  border-color: #d08002;
-}
-.btn-warning .badge {
-  color: #e99002;
-  background-color: #ffffff;
-}
-.btn-danger {
-  color: #ffffff;
-  background-color: #f04124;
-  border-color: #ea2f10;
-}
-.btn-danger:hover,
-.btn-danger:focus,
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  color: #ffffff;
-  background-color: #dc2c0f;
-  border-color: #b1240c;
-}
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  background-image: none;
-}
-.btn-danger.disabled,
-.btn-danger[disabled],
-fieldset[disabled] .btn-danger,
-.btn-danger.disabled:hover,
-.btn-danger[disabled]:hover,
-fieldset[disabled] .btn-danger:hover,
-.btn-danger.disabled:focus,
-.btn-danger[disabled]:focus,
-fieldset[disabled] .btn-danger:focus,
-.btn-danger.disabled:active,
-.btn-danger[disabled]:active,
-fieldset[disabled] .btn-danger:active,
-.btn-danger.disabled.active,
-.btn-danger[disabled].active,
-fieldset[disabled] .btn-danger.active {
-  background-color: #f04124;
-  border-color: #ea2f10;
-}
-.btn-danger .badge {
-  color: #f04124;
-  background-color: #ffffff;
-}
-.btn-link {
-  color: #008cba;
-  font-weight: normal;
-  cursor: pointer;
-  border-radius: 0;
-}
-.btn-link,
-.btn-link:active,
-.btn-link[disabled],
-fieldset[disabled] .btn-link {
-  background-color: transparent;
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn-link,
-.btn-link:hover,
-.btn-link:focus,
-.btn-link:active {
-  border-color: transparent;
-}
-.btn-link:hover,
-.btn-link:focus {
-  color: #00526e;
-  text-decoration: underline;
-  background-color: transparent;
-}
-.btn-link[disabled]:hover,
-fieldset[disabled] .btn-link:hover,
-.btn-link[disabled]:focus,
-fieldset[disabled] .btn-link:focus {
-  color: #999999;
-  text-decoration: none;
-}
-.btn-lg,
-.btn-group-lg > .btn {
-  padding: 10px 16px;
-  font-size: 23px;
-  line-height: 1.33;
-  border-radius: 0;
-}
-.btn-sm,
-.btn-group-sm > .btn {
-  padding: 5px 10px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 0;
-}
-.btn-xs,
-.btn-group-xs > .btn {
-  padding: 1px 5px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 0;
-}
-.btn-block {
-  display: block;
-  width: 100%;
-  padding-left: 0;
-  padding-right: 0;
-}
-.btn-block + .btn-block {
-  margin-top: 5px;
-}
-input[type="submit"].btn-block,
-input[type="reset"].btn-block,
-input[type="button"].btn-block {
-  width: 100%;
-}
-.fade {
-  opacity: 0;
-  -webkit-transition: opacity 0.15s linear;
-  transition: opacity 0.15s linear;
-}
-.fade.in {
-  opacity: 1;
-}
-.collapse {
-  display: none;
-}
-.collapse.in {
-  display: block;
-}
-.collapsing {
-  position: relative;
-  height: 0;
-  overflow: hidden;
-  -webkit-transition: height 0.35s ease;
-  transition: height 0.35s ease;
-}
-@font-face {
-  font-family: 'Glyphicons Halflings';
-  src: url('../fonts/glyphicons-halflings-regular.eot');
-  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
-}
-.glyphicon {
-  position: relative;
-  top: 1px;
-  display: inline-block;
-  font-family: 'Glyphicons Halflings';
-  font-style: normal;
-  font-weight: normal;
-  line-height: 1;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-.glyphicon-asterisk:before {
-  content: "\2a";
-}
-.glyphicon-plus:before {
-  content: "\2b";
-}
-.glyphicon-euro:before {
-  content: "\20ac";
-}
-.glyphicon-minus:before {
-  content: "\2212";
-}
-.glyphicon-cloud:before {
-  content: "\2601";
-}
-.glyphicon-envelope:before {
-  content: "\2709";
-}
-.glyphicon-pencil:before {
-  content: "\270f";
-}
-.glyphicon-glass:before {
-  content: "\e001";
-}
-.glyphicon-music:before {
-  content: "\e002";
-}
-.glyphicon-search:before {
-  content: "\e003";
-}
-.glyphicon-heart:before {
-  content: "\e005";
-}
-.glyphicon-star:before {
-  content: "\e006";
-}
-.glyphicon-star-empty:before {
-  content: "\e007";
-}
-.glyphicon-user:before {
-  content: "\e008";
-}
-.glyphicon-film:before {
-  content: "\e009";
-}
-.glyphicon-th-large:before {
-  content: "\e010";
-}
-.glyphicon-th:before {
-  content: "\e011";
-}
-.glyphicon-th-list:before {
-  content: "\e012";
-}
-.glyphicon-ok:before {
-  content: "\e013";
-}
-.glyphicon-remove:before {
-  content: "\e014";
-}
-.glyphicon-zoom-in:before {
-  content: "\e015";
-}
-.glyphicon-zoom-out:before {
-  content: "\e016";
-}
-.glyphicon-off:before {
-  content: "\e017";
-}
-.glyphicon-signal:before {
-  content: "\e018";
-}
-.glyphicon-cog:before {
-  content: "\e019";
-}
-.glyphicon-trash:before {
-  content: "\e020";
-}
-.glyphicon-home:before {
-  content: "\e021";
-}
-.glyphicon-file:before {
-  content: "\e022";
-}
-.glyphicon-time:before {
-  content: "\e023";
-}
-.glyphicon-road:before {
-  content: "\e024";
-}
-.glyphicon-download-alt:before {
-  content: "\e025";
-}
-.glyphicon-download:before {
-  content: "\e026";
-}
-.glyphicon-upload:before {
-  content: "\e027";
-}
-.glyphicon-inbox:before {
-  content: "\e028";
-}
-.glyphicon-play-circle:before {
-  content: "\e029";
-}
-.glyphicon-repeat:before {
-  content: "\e030";
-}
-.glyphicon-refresh:before {
-  content: "\e031";
-}
-.glyphicon-list-alt:before {
-  content: "\e032";
-}
-.glyphicon-lock:before {
-  content: "\e033";
-}
-.glyphicon-flag:before {
-  content: "\e034";
-}
-.glyphicon-headphones:before {
-  content: "\e035";
-}
-.glyphicon-volume-off:before {
-  content: "\e036";
-}
-.glyphicon-volume-down:before {
-  content: "\e037";
-}
-.glyphicon-volume-up:before {
-  content: "\e038";
-}
-.glyphicon-qrcode:before {
-  content: "\e039";
-}
-.glyphicon-barcode:before {
-  content: "\e040";
-}
-.glyphicon-tag:before {
-  content: "\e041";
-}
-.glyphicon-tags:before {
-  content: "\e042";
-}
-.glyphicon-book:before {
-  content: "\e043";
-}
-.glyphicon-bookmark:before {
-  content: "\e044";
-}
-.glyphicon-print:before {
-  content: "\e045";
-}
-.glyphicon-camera:before {
-  content: "\e046";
-}
-.glyphicon-font:before {
-  content: "\e047";
-}
-.glyphicon-bold:before {
-  content: "\e048";
-}
-.glyphicon-italic:before {
-  content: "\e049";
-}
-.glyphicon-text-height:before {
-  content: "\e050";
-}
-.glyphicon-text-width:before {
-  content: "\e051";
-}
-.glyphicon-align-left:before {
-  content: "\e052";
-}
-.glyphicon-align-center:before {
-  content: "\e053";
-}
-.glyphicon-align-right:before {
-  content: "\e054";
-}
-.glyphicon-align-justify:before {
-  content: "\e055";
-}
-.glyphicon-list:before {
-  content: "\e056";
-}
-.glyphicon-indent-left:before {
-  content: "\e057";
-}
-.glyphicon-indent-right:before {
-  content: "\e058";
-}
-.glyphicon-facetime-video:before {
-  content: "\e059";
-}
-.glyphicon-picture:before {
-  content: "\e060";
-}
-.glyphicon-map-marker:before {
-  content: "\e062";
-}
-.glyphicon-adjust:before {
-  content: "\e063";
-}
-.glyphicon-tint:before {
-  content: "\e064";
-}
-.glyphicon-edit:before {
-  content: "\e065";
-}
-.glyphicon-share:before {
-  content: "\e066";
-}
-.glyphicon-check:before {
-  content: "\e067";
-}
-.glyphicon-move:before {
-  content: "\e068";
-}
-.glyphicon-step-backward:before {
-  content: "\e069";
-}
-.glyphicon-fast-backward:before {
-  content: "\e070";
-}
-.glyphicon-backward:before {
-  content: "\e071";
-}
-.glyphicon-play:before {
-  content: "\e072";
-}
-.glyphicon-pause:before {
-  content: "\e073";
-}
-.glyphicon-stop:before {
-  content: "\e074";
-}
-.glyphicon-forward:before {
-  content: "\e075";
-}
-.glyphicon-fast-forward:before {
-  content: "\e076";
-}
-.glyphicon-step-forward:before {
-  content: "\e077";
-}
-.glyphicon-eject:before {
-  content: "\e078";
-}
-.glyphicon-chevron-left:before {
-  content: "\e079";
-}
-.glyphicon-chevron-right:before {
-  content: "\e080";
-}
-.glyphicon-plus-sign:before {
-  content: "\e081";
-}
-.glyphicon-minus-sign:before {
-  content: "\e082";
-}
-.glyphicon-remove-sign:before {
-  content: "\e083";
-}
-.glyphicon-ok-sign:before {
-  content: "\e084";
-}
-.glyphicon-question-sign:before {
-  content: "\e085";
-}
-.glyphicon-info-sign:before {
-  content: "\e086";
-}
-.glyphicon-screenshot:before {
-  content: "\e087";
-}
-.glyphicon-remove-circle:before {
-  content: "\e088";
-}
-.glyphicon-ok-circle:before {
-  content: "\e089";
-}
-.glyphicon-ban-circle:before {
-  content: "\e090";
-}
-.glyphicon-arrow-left:before {
-  content: "\e091";
-}
-.glyphicon-arrow-right:before {
-  content: "\e092";
-}
-.glyphicon-arrow-up:before {
-  content: "\e093";
-}
-.glyphicon-arrow-down:before {
-  content: "\e094";
-}
-.glyphicon-share-alt:before {
-  content: "\e095";
-}
-.glyphicon-resize-full:before {
-  content: "\e096";
-}
-.glyphicon-resize-small:before {
-  content: "\e097";
-}
-.glyphicon-exclamation-sign:before {
-  content: "\e101";
-}
-.glyphicon-gift:before {
-  content: "\e102";
-}
-.glyphicon-leaf:before {
-  content: "\e103";
-}
-.glyphicon-fire:before {
-  content: "\e104";
-}
-.glyphicon-eye-open:before {
-  content: "\e105";
-}
-.glyphicon-eye-close:before {
-  content: "\e106";
-}
-.glyphicon-warning-sign:before {
-  content: "\e107";
-}
-.glyphicon-plane:before {
-  content: "\e108";
-}
-.glyphicon-calendar:before {
-  content: "\e109";
-}
-.glyphicon-random:before {
-  content: "\e110";
-}
-.glyphicon-comment:before {
-  content: "\e111";
-}
-.glyphicon-magnet:before {
-  content: "\e112";
-}
-.glyphicon-chevron-up:before {
-  content: "\e113";
-}
-.glyphicon-chevron-down:before {
-  content: "\e114";
-}
-.glyphicon-retweet:before {
-  content: "\e115";
-}
-.glyphicon-shopping-cart:before {
-  content: "\e116";
-}
-.glyphicon-folder-close:before {
-  content: "\e117";
-}
-.glyphicon-folder-open:before {
-  content: "\e118";
-}
-.glyphicon-resize-vertical:before {
-  content: "\e119";
-}
-.glyphicon-resize-horizontal:before {
-  content: "\e120";
-}
-.glyphicon-hdd:before {
-  content: "\e121";
-}
-.glyphicon-bullhorn:before {
-  content: "\e122";
-}
-.glyphicon-bell:before {
-  content: "\e123";
-}
-.glyphicon-certificate:before {
-  content: "\e124";
-}
-.glyphicon-thumbs-up:before {
-  content: "\e125";
-}
-.glyphicon-thumbs-down:before {
-  content: "\e126";
-}
-.glyphicon-hand-right:before {
-  content: "\e127";
-}
-.glyphicon-hand-left:before {
-  content: "\e128";
-}
-.glyphicon-hand-up:before {
-  content: "\e129";
-}
-.glyphicon-hand-down:before {
-  content: "\e130";
-}
-.glyphicon-circle-arrow-right:before {
-  content: "\e131";
-}
-.glyphicon-circle-arrow-left:before {
-  content: "\e132";
-}
-.glyphicon-circle-arrow-up:before {
-  content: "\e133";
-}
-.glyphicon-circle-arrow-down:before {
-  content: "\e134";
-}
-.glyphicon-globe:before {
-  content: "\e135";
-}
-.glyphicon-wrench:before {
-  content: "\e136";
-}
-.glyphicon-tasks:before {
-  content: "\e137";
-}
-.glyphicon-filter:before {
-  content: "\e138";
-}
-.glyphicon-briefcase:before {
-  content: "\e139";
-}
-.glyphicon-fullscreen:before {
-  content: "\e140";
-}
-.glyphicon-dashboard:before {
-  content: "\e141";
-}
-.glyphicon-paperclip:before {
-  content: "\e142";
-}
-.glyphicon-heart-empty:before {
-  content: "\e143";
-}
-.glyphicon-link:before {
-  content: "\e144";
-}
-.glyphicon-phone:before {
-  content: "\e145";
-}
-.glyphicon-pushpin:before {
-  content: "\e146";
-}
-.glyphicon-usd:before {
-  content: "\e148";
-}
-.glyphicon-gbp:before {
-  content: "\e149";
-}
-.glyphicon-sort:before {
-  content: "\e150";
-}
-.glyphicon-sort-by-alphabet:before {
-  content: "\e151";
-}
-.glyphicon-sort-by-alphabet-alt:before {
-  content: "\e152";
-}
-.glyphicon-sort-by-order:before {
-  content: "\e153";
-}
-.glyphicon-sort-by-order-alt:before {
-  content: "\e154";
-}
-.glyphicon-sort-by-attributes:before {
-  content: "\e155";
-}
-.glyphicon-sort-by-attributes-alt:before {
-  content: "\e156";
-}
-.glyphicon-unchecked:before {
-  content: "\e157";
-}
-.glyphicon-expand:before {
-  content: "\e158";
-}
-.glyphicon-collapse-down:before {
-  content: "\e159";
-}
-.glyphicon-collapse-up:before {
-  content: "\e160";
-}
-.glyphicon-log-in:before {
-  content: "\e161";
-}
-.glyphicon-flash:before {
-  content: "\e162";
-}
-.glyphicon-log-out:before {
-  content: "\e163";
-}
-.glyphicon-new-window:before {
-  content: "\e164";
-}
-.glyphicon-record:before {
-  content: "\e165";
-}
-.glyphicon-save:before {
-  content: "\e166";
-}
-.glyphicon-open:before {
-  content: "\e167";
-}
-.glyphicon-saved:before {
-  content: "\e168";
-}
-.glyphicon-import:before {
-  content: "\e169";
-}
-.glyphicon-export:before {
-  content: "\e170";
-}
-.glyphicon-send:before {
-  content: "\e171";
-}
-.glyphicon-floppy-disk:before {
-  content: "\e172";
-}
-.glyphicon-floppy-saved:before {
-  content: "\e173";
-}
-.glyphicon-floppy-remove:before {
-  content: "\e174";
-}
-.glyphicon-floppy-save:before {
-  content: "\e175";
-}
-.glyphicon-floppy-open:before {
-  content: "\e176";
-}
-.glyphicon-credit-card:before {
-  content: "\e177";
-}
-.glyphicon-transfer:before {
-  content: "\e178";
-}
-.glyphicon-cutlery:before {
-  content: "\e179";
-}
-.glyphicon-header:before {
-  content: "\e180";
-}
-.glyphicon-compressed:before {
-  content: "\e181";
-}
-.glyphicon-earphone:before {
-  content: "\e182";
-}
-.glyphicon-phone-alt:before {
-  content: "\e183";
-}
-.glyphicon-tower:before {
-  content: "\e184";
-}
-.glyphicon-stats:before {
-  content: "\e185";
-}
-.glyphicon-sd-video:before {
-  content: "\e186";
-}
-.glyphicon-hd-video:before {
-  content: "\e187";
-}
-.glyphicon-subtitles:before {
-  content: "\e188";
-}
-.glyphicon-sound-stereo:before {
-  content: "\e189";
-}
-.glyphicon-sound-dolby:before {
-  content: "\e190";
-}
-.glyphicon-sound-5-1:before {
-  content: "\e191";
-}
-.glyphicon-sound-6-1:before {
-  content: "\e192";
-}
-.glyphicon-sound-7-1:before {
-  content: "\e193";
-}
-.glyphicon-copyright-mark:before {
-  content: "\e194";
-}
-.glyphicon-registration-mark:before {
-  content: "\e195";
-}
-.glyphicon-cloud-download:before {
-  content: "\e197";
-}
-.glyphicon-cloud-upload:before {
-  content: "\e198";
-}
-.glyphicon-tree-conifer:before {
-  content: "\e199";
-}
-.glyphicon-tree-deciduous:before {
-  content: "\e200";
-}
-.caret {
-  display: inline-block;
-  width: 0;
-  height: 0;
-  margin-left: 2px;
-  vertical-align: middle;
-  border-top: 4px solid;
-  border-right: 4px solid transparent;
-  border-left: 4px solid transparent;
-}
-.dropdown {
-  position: relative;
-}
-.dropdown-toggle:focus {
-  outline: 0;
-}
-.dropdown-menu {
-  position: absolute;
-  top: 100%;
-  left: 0;
-  z-index: 1000;
-  display: none;
-  float: left;
-  min-width: 160px;
-  padding: 5px 0;
-  margin: 2px 0 0;
-  list-style: none;
-  font-size: 18px;
-  background-color: #ffffff;
-  border: 1px solid #cccccc;
-  border: 1px solid rgba(0, 0, 0, 0.15);
-  border-radius: 0;
-  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  background-clip: padding-box;
-}
-.dropdown-menu.pull-right {
-  right: 0;
-  left: auto;
-}
-.dropdown-menu .divider {
-  height: 1px;
-  margin: 11.5px 0;
-  overflow: hidden;
-  background-color: rgba(0, 0, 0, 0.2);
-}
-.dropdown-menu > li > a {
-  display: block;
-  padding: 3px 20px;
-  clear: both;
-  font-weight: normal;
-  line-height: 1.42857143;
-  color: #555555;
-  white-space: nowrap;
-}
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus {
-  text-decoration: none;
-  color: #262626;
-  background-color: #eeeeee;
-}
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
-  color: #ffffff;
-  text-decoration: none;
-  outline: 0;
-  background-color: #008cba;
-}
-.dropdown-menu > .disabled > a,
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  color: #999999;
-}
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  text-decoration: none;
-  background-color: transparent;
-  background-image: none;
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  cursor: not-allowed;
-}
-.open > .dropdown-menu {
-  display: block;
-}
-.open > a {
-  outline: 0;
-}
-.dropdown-menu-right {
-  left: auto;
-  right: 0;
-}
-.dropdown-menu-left {
-  left: 0;
-  right: auto;
-}
-.dropdown-header {
-  display: block;
-  padding: 3px 20px;
-  font-size: 12px;
-  line-height: 1.42857143;
-  color: #999999;
-}
-.dropdown-backdrop {
-  position: fixed;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  top: 0;
-  z-index: 990;
-}
-.pull-right > .dropdown-menu {
-  right: 0;
-  left: auto;
-}
-.dropup .caret,
-.navbar-fixed-bottom .dropdown .caret {
-  border-top: 0;
-  border-bottom: 4px solid;
-  content: "";
-}
-.dropup .dropdown-menu,
-.navbar-fixed-bottom .dropdown .dropdown-menu {
-  top: auto;
-  bottom: 100%;
-  margin-bottom: 1px;
-}
-@media (min-width: 768px) {
-  .navbar-right .dropdown-menu {
-    left: auto;
-    right: 0;
-  }
-  .navbar-right .dropdown-menu-left {
-    left: 0;
-    right: auto;
-  }
-}
-.btn-group,
-.btn-group-vertical {
-  position: relative;
-  display: inline-block;
-  vertical-align: middle;
-}
-.btn-group > .btn,
-.btn-group-vertical > .btn {
-  position: relative;
-  float: left;
-}
-.btn-group > .btn:hover,
-.btn-group-vertical > .btn:hover,
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus,
-.btn-group > .btn:active,
-.btn-group-vertical > .btn:active,
-.btn-group > .btn.active,
-.btn-group-vertical > .btn.active {
-  z-index: 2;
-}
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus {
-  outline: none;
-}
-.btn-group .btn + .btn,
-.btn-group .btn + .btn-group,
-.btn-group .btn-group + .btn,
-.btn-group .btn-group + .btn-group {
-  margin-left: -1px;
-}
-.btn-toolbar {
-  margin-left: -5px;
-}
-.btn-toolbar .btn-group,
-.btn-toolbar .input-group {
-  float: left;
-}
-.btn-toolbar > .btn,
-.btn-toolbar > .btn-group,
-.btn-toolbar > .input-group {
-  margin-left: 5px;
-}
-.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
-  border-radius: 0;
-}
-.btn-group > .btn:first-child {
-  margin-left: 0;
-}
-.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group > .btn:last-child:not(:first-child),
-.btn-group > .dropdown-toggle:not(:first-child) {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group > .btn-group {
-  float: left;
-}
-.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group > .btn-group:first-child > .btn:last-child,
-.btn-group > .btn-group:first-child > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group > .btn-group:last-child > .btn:first-child {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group .dropdown-toggle:active,
-.btn-group.open .dropdown-toggle {
-  outline: 0;
-}
-.btn-group > .btn + .dropdown-toggle {
-  padding-left: 8px;
-  padding-right: 8px;
-}
-.btn-group > .btn-lg + .dropdown-toggle {
-  padding-left: 12px;
-  padding-right: 12px;
-}
-.btn-group.open .dropdown-toggle {
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-}
-.btn-group.open .dropdown-toggle.btn-link {
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn .caret {
-  margin-left: 0;
-}
-.btn-lg .caret {
-  border-width: 5px 5px 0;
-  border-bottom-width: 0;
-}
-.dropup .btn-lg .caret {
-  border-width: 0 5px 5px;
-}
-.btn-group-vertical > .btn,
-.btn-group-vertical > .btn-group,
-.btn-group-vertical > .btn-group > .btn {
-  display: block;
-  float: none;
-  width: 100%;
-  max-width: 100%;
-}
-.btn-group-vertical > .btn-group > .btn {
-  float: none;
-}
-.btn-group-vertical > .btn + .btn,
-.btn-group-vertical > .btn + .btn-group,
-.btn-group-vertical > .btn-group + .btn,
-.btn-group-vertical > .btn-group + .btn-group {
-  margin-top: -1px;
-  margin-left: 0;
-}
-.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn:first-child:not(:last-child) {
-  border-top-right-radius: 0;
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn:last-child:not(:first-child) {
-  border-bottom-left-radius: 0;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group-justified {
-  display: table;
-  width: 100%;
-  table-layout: fixed;
-  border-collapse: separate;
-}
-.btn-group-justified > .btn,
-.btn-group-justified > .btn-group {
-  float: none;
-  display: table-cell;
-  width: 1%;
-}
-.btn-group-justified > .btn-group .btn {
-  width: 100%;
-}
-[data-toggle="buttons"] > .btn > input[type="radio"],
-[data-toggle="buttons"] > .btn > input[type="checkbox"] {
-  display: none;
-}
-.input-group {
-  position: relative;
-  display: table;
-  border-collapse: separate;
-}
-.input-group[class*="col-"] {
-  float: none;
-  padding-left: 0;
-  padding-right: 0;
-}
-.input-group .form-control {
-  position: relative;
-  z-index: 2;
-  float: left;
-  width: 100%;
-  margin-bottom: 0;
-}
-.input-group-lg > .form-control,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .btn {
-  height: 53px;
-  padding: 10px 16px;
-  font-size: 23px;
-  line-height: 1.33;
-  border-radius: 0;
-}
-select.input-group-lg > .form-control,
-select.input-group-lg > .input-group-addon,
-select.input-group-lg > .input-group-btn > .btn {
-  height: 53px;
-  line-height: 53px;
-}
-textarea.input-group-lg > .form-control,
-textarea.input-group-lg > .input-group-addon,
-textarea.input-group-lg > .input-group-btn > .btn,
-select[multiple].input-group-lg > .form-control,
-select[multiple].input-group-lg > .input-group-addon,
-select[multiple].input-group-lg > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-sm > .form-control,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .btn {
-  height: 30px;
-  padding: 5px 10px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 0;
-}
-select.input-group-sm > .form-control,
-select.input-group-sm > .input-group-addon,
-select.input-group-sm > .input-group-btn > .btn {
-  height: 30px;
-  line-height: 30px;
-}
-textarea.input-group-sm > .form-control,
-textarea.input-group-sm > .input-group-addon,
-textarea.input-group-sm > .input-group-btn > .btn,
-select[multiple].input-group-sm > .form-control,
-select[multiple].input-group-sm > .input-group-addon,
-select[multiple].input-group-sm > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
-  display: table-cell;
-}
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.input-group-addon,
-.input-group-btn {
-  width: 1%;
-  white-space: nowrap;
-  vertical-align: middle;
-}
-.input-group-addon {
-  padding: 6px 12px;
-  font-size: 18px;
-  font-weight: normal;
-  line-height: 1;
-  color: #6f6f6f;
-  text-align: center;
-  background-color: #eeeeee;
-  border: 1px solid #cccccc;
-  border-radius: 0;
-}
-.input-group-addon.input-sm {
-  padding: 5px 10px;
-  font-size: 12px;
-  border-radius: 0;
-}
-.input-group-addon.input-lg {
-  padding: 10px 16px;
-  font-size: 23px;
-  border-radius: 0;
-}
-.input-group-addon input[type="radio"],
-.input-group-addon input[type="checkbox"] {
-  margin-top: 0;
-}
-.input-group .form-control:first-child,
-.input-group-addon:first-child,
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group > .btn,
-.input-group-btn:first-child > .dropdown-toggle,
-.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
-.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.input-group-addon:first-child {
-  border-right: 0;
-}
-.input-group .form-control:last-child,
-.input-group-addon:last-child,
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group > .btn,
-.input-group-btn:last-child > .dropdown-toggle,
-.input-group-btn:first-child > .btn:not(:first-child),
-.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.input-group-addon:last-child {
-  border-left: 0;
-}
-.input-group-btn {
-  position: relative;
-  font-size: 0;
-  white-space: nowrap;
-}
-.input-group-btn > .btn {
-  position: relative;
-}
-.input-group-btn > .btn + .btn {
-  margin-left: -1px;
-}
-.input-group-btn > .btn:hover,
-.input-group-btn > .btn:focus,
-.input-group-btn > .btn:active {
-  z-index: 2;
-}
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group {
-  margin-right: -1px;
-}
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group {
-  margin-left: -1px;
-}
-.nav {
-  margin-bottom: 0;
-  padding-left: 0;
-  list-style: none;
-}
-.nav > li {
-  position: relative;
-  display: block;
-}
-.nav > li > a {
-  position: relative;
-  display: block;
-  padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
-  text-decoration: none;
-  background-color: #eeeeee;
-}
-.nav > li.disabled > a {
-  color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
-  color: #999999;
-  text-decoration: none;
-  background-color: transparent;
-  cursor: not-allowed;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
-  background-color: #eeeeee;
-  border-color: #008cba;
-}
-.nav .nav-divider {
-  height: 1px;
-  margin: 11.5px 0;
-  overflow: hidden;
-  background-color: #e5e5e5;
-}
-.nav > li > a > img {
-  max-width: none;
-}
-.nav-tabs {
-  border-bottom: 1px solid #dddddd;
-}
-.nav-tabs > li {
-  float: left;
-  margin-bottom: -1px;
-}
-.nav-tabs > li > a {
-  margin-right: 2px;
-  line-height: 1.42857143;
-  border: 1px solid transparent;
-  border-radius: 0 0 0 0;
-}
-.nav-tabs > li > a:hover {
-  border-color: #eeeeee #eeeeee #dddddd;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
-  color: #6f6f6f;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  border-bottom-color: transparent;
-  cursor: default;
-}
-.nav-tabs.nav-justified {
-  width: 100%;
-  border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
-  float: none;
-}
-.nav-tabs.nav-justified > li > a {
-  text-align: center;
-  margin-bottom: 5px;
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-tabs.nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs.nav-justified > li > a {
-  margin-right: 0;
-  border-radius: 0;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
-  border: 1px solid #dddddd;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li > a {
-    border-bottom: 1px solid #dddddd;
-    border-radius: 0 0 0 0;
-  }
-  .nav-tabs.nav-justified > .active > a,
-  .nav-tabs.nav-justified > .active > a:hover,
-  .nav-tabs.nav-justified > .active > a:focus {
-    border-bottom-color: #ffffff;
-  }
-}
-.nav-pills > li {
-  float: left;
-}
-.nav-pills > li > a {
-  border-radius: 0;
-}
-.nav-pills > li + li {
-  margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
-  color: #ffffff;
-  background-color: #008cba;
-}
-.nav-stacked > li {
-  float: none;
-}
-.nav-stacked > li + li {
-  margin-top: 2px;
-  margin-left: 0;
-}
-.nav-justified {
-  width: 100%;
-}
-.nav-justified > li {
-  float: none;
-}
-.nav-justified > li > a {
-  text-align: center;
-  margin-bottom: 5px;
-}
-.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs-justified {
-  border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
-  margin-right: 0;
-  border-radius: 0;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
-  border: 1px solid #dddddd;
-}
-@media (min-width: 768px) {
-  .nav-tabs-justified > li > a {
-    border-bottom: 1px solid #dddddd;
-    border-radius: 0 0 0 0;
-  }
-  .nav-tabs-justified > .active > a,
-  .nav-tabs-justified > .active > a:hover,
-  .nav-tabs-justified > .active > a:focus {
-    border-bottom-color: #ffffff;
-  }
-}
-.tab-content > .tab-pane {
-  display: none;
-}
-.tab-content > .active {
-  display: block;
-}
-.nav-tabs .dropdown-menu {
-  margin-top: -1px;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.navbar {
-  position: relative;
-  min-height: 45px;
-  margin-bottom: 25px;
-  border: 1px solid transparent;
-}
-@media (min-width: 768px) {
-  .navbar {
-    border-radius: 0;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-header {
-    float: left;
-  }
-}
-.navbar-collapse {
-  max-height: 340px;
-  overflow-x: visible;
-  padding-right: 15px;
-  padding-left: 15px;
-  border-top: 1px solid transparent;
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-  -webkit-overflow-scrolling: touch;
-}
-.navbar-collapse.in {
-  overflow-y: auto;
-}
-@media (min-width: 768px) {
-  .navbar-collapse {
-    width: auto;
-    border-top: 0;
-    box-shadow: none;
-  }
-  .navbar-collapse.collapse {
-    display: block !important;
-    height: auto !important;
-    padding-bottom: 0;
-    overflow: visible !important;
-  }
-  .navbar-collapse.in {
-    overflow-y: visible;
-  }
-  .navbar-fixed-top .navbar-collapse,
-  .navbar-static-top .navbar-collapse,
-  .navbar-fixed-bottom .navbar-collapse {
-    padding-left: 0;
-    padding-right: 0;
-  }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
-  margin-right: -15px;
-  margin-left: -15px;
-}
-@media (min-width: 768px) {
-  .container > .navbar-header,
-  .container-fluid > .navbar-header,
-  .container > .navbar-collapse,
-  .container-fluid > .navbar-collapse {
-    margin-right: 0;
-    margin-left: 0;
-  }
-}
-.navbar-static-top {
-  z-index: 1000;
-  border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
-  .navbar-static-top {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
-  position: fixed;
-  right: 0;
-  left: 0;
-  z-index: 1030;
-}
-@media (min-width: 768px) {
-  .navbar-fixed-top,
-  .navbar-fixed-bottom {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top {
-  top: 0;
-  border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
-  bottom: 0;
-  margin-bottom: 0;
-  border-width: 1px 0 0;
-}
-.navbar-brand {
-  float: left;
-  padding: 10px 15px;
-  font-size: 23px;
-  line-height: 25px;
-  height: 45px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
-  text-decoration: none;
-}
-@media (min-width: 768px) {
-  .navbar > .container .navbar-brand,
-  .navbar > .container-fluid .navbar-brand {
-    margin-left: -15px;
-  }
-}
-.navbar-toggle {
-  position: relative;
-  float: right;
-  margin-right: 15px;
-  padding: 9px 10px;
-  margin-top: 5.5px;
-  margin-bottom: 5.5px;
-  background-color: transparent;
-  background-image: none;
-  border: 1px solid transparent;
-  border-radius: 0;
-}
-.navbar-toggle:focus {
-  outline: none;
-}
-.navbar-toggle .icon-bar {
-  display: block;
-  width: 22px;
-  height: 2px;
-  border-radius: 1px;
-}
-.navbar-toggle .icon-bar + .icon-bar {
-  margin-top: 4px;
-}
-@media (min-width: 768px) {
-  .navbar-toggle {
-    display: none;
-  }
-}
-.navbar-nav {
-  margin: 5px -15px;
-}
-.navbar-nav > li > a {
-  padding-top: 10px;
-  padding-bottom: 10px;
-  line-height: 25px;
-}
-@media (max-width: 767px) {
-  .navbar-nav .open .dropdown-menu {
-    position: static;
-    float: none;
-    width: auto;
-    margin-top: 0;
-    background-color: transparent;
-    border: 0;
-    box-shadow: none;
-  }
-  .navbar-nav .open .dropdown-menu > li > a,
-  .navbar-nav .open .dropdown-menu .dropdown-header {
-    padding: 5px 15px 5px 25px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a {
-    line-height: 25px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-nav .open .dropdown-menu > li > a:focus {
-    background-image: none;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-nav {
-    float: left;
-    margin: 0;
-  }
-  .navbar-nav > li {
-    float: left;
-  }
-  .navbar-nav > li > a {
-    padding-top: 10px;
-    padding-bottom: 10px;
-  }
-  .navbar-nav.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-left {
-    float: left !important;
-  }
-  .navbar-right {
-    float: right !important;
-  }
-}
-.navbar-form {
-  margin-left: -15px;
-  margin-right: -15px;
-  padding: 10px 15px;
-  border-top: 1px solid transparent;
-  border-bottom: 1px solid transparent;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-  margin-top: 3px;
-  margin-bottom: 3px;
-}
-@media (min-width: 768px) {
-  .navbar-form .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .navbar-form .input-group > .form-control {
-    width: 100%;
-  }
-  .navbar-form .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio,
-  .navbar-form .checkbox {
-    display: inline-block;
-    margin-top: 0;
-    margin-bottom: 0;
-    padding-left: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio input[type="radio"],
-  .navbar-form .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .navbar-form .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-@media (max-width: 767px) {
-  .navbar-form .form-group {
-    margin-bottom: 5px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-form {
-    width: auto;
-    border: 0;
-    margin-left: 0;
-    margin-right: 0;
-    padding-top: 0;
-    padding-bottom: 0;
-    -webkit-box-shadow: none;
-    box-shadow: none;
-  }
-  .navbar-form.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-.navbar-nav > li > .dropdown-menu {
-  margin-top: 0;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.navbar-btn {
-  margin-top: 3px;
-  margin-bottom: 3px;
-}
-.navbar-btn.btn-sm {
-  margin-top: 7.5px;
-  margin-bottom: 7.5px;
-}
-.navbar-btn.btn-xs {
-  margin-top: 11.5px;
-  margin-bottom: 11.5px;
-}
-.navbar-text {
-  margin-top: 10px;
-  margin-bottom: 10px;
-}
-@media (min-width: 768px) {
-  .navbar-text {
-    float: left;
-    margin-left: 15px;
-    margin-right: 15px;
-  }
-  .navbar-text.navbar-right:last-child {
-    margin-right: 0;
-  }
-}
-.navbar-default {
-  background-color: #333333;
-  border-color: #222222;
-}
-.navbar-default .navbar-brand {
-  color: #ffffff;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
-  color: #ffffff;
-  background-color: transparent;
-}
-.navbar-default .navbar-text {
-  color: #ffffff;
-}
-.navbar-default .navbar-nav > li > a {
-  color: #ffffff;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
-  color: #ffffff;
-  background-color: #272727;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
-  color: #ffffff;
-  background-color: #272727;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
-  color: #cccccc;
-  background-color: transparent;
-}
-.navbar-default .navbar-toggle {
-  border-color: transparent;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
-  background-color: transparent;
-}
-.navbar-default .navbar-toggle .icon-bar {
-  background-color: #ffffff;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
-  border-color: #222222;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
-  background-color: #272727;
-  color: #ffffff;
-}
-@media (max-width: 767px) {
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
-    color: #ffffff;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #ffffff;
-    background-color: #272727;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #ffffff;
-    background-color: #272727;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #cccccc;
-    background-color: transparent;
-  }
-}
-.navbar-default .navbar-link {
-  color: #ffffff;
-}
-.navbar-default .navbar-link:hover {
-  color: #ffffff;
-}
-.navbar-inverse {
-  background-color: #008cba;
-  border-color: #006687;
-}
-.navbar-inverse .navbar-brand {
-  color: #ffffff;
-}
-.navbar-inverse .navbar-brand:hover,
-.navbar-inverse .navbar-brand:focus {
-  color: #ffffff;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-text {
-  color: #ffffff;
-}
-.navbar-inverse .navbar-nav > li > a {
-  color: #ffffff;
-}
-.navbar-inverse .navbar-nav > li > a:hover,
-.navbar-inverse .navbar-nav > li > a:focus {
-  color: #ffffff;
-  background-color: #006687;
-}
-.navbar-inverse .navbar-nav > .active > a,
-.navbar-inverse .navbar-nav > .active > a:hover,
-.navbar-inverse .navbar-nav > .active > a:focus {
-  color: #ffffff;
-  background-color: #006687;
-}
-.navbar-inverse .navbar-nav > .disabled > a,
-.navbar-inverse .navbar-nav > .disabled > a:hover,
-.navbar-inverse .navbar-nav > .disabled > a:focus {
-  color: #444444;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-toggle {
-  border-color: transparent;
-}
-.navbar-inverse .navbar-toggle:hover,
-.navbar-inverse .navbar-toggle:focus {
-  background-color: transparent;
-}
-.navbar-inverse .navbar-toggle .icon-bar {
-  background-color: #ffffff;
-}
-.navbar-inverse .navbar-collapse,
-.navbar-inverse .navbar-form {
-  border-color: #007196;
-}
-.navbar-inverse .navbar-nav > .open > a,
-.navbar-inverse .navbar-nav > .open > a:hover,
-.navbar-inverse .navbar-nav > .open > a:focus {
-  background-color: #006687;
-  color: #ffffff;
-}
-@media (max-width: 767px) {
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
-    border-color: #006687;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
-    background-color: #006687;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
-    color: #ffffff;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #ffffff;
-    background-color: #006687;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #ffffff;
-    background-color: #006687;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #444444;
-    background-color: transparent;
-  }
-}
-.navbar-inverse .navbar-link {
-  color: #ffffff;
-}
-.navbar-inverse .navbar-link:hover {
-  color: #ffffff;
-}
-.breadcrumb {
-  padding: 8px 15px;
-  margin-bottom: 25px;
-  list-style: none;
-  background-color: #f5f5f5;
-  border-radius: 0;
-}
-.breadcrumb > li {
-  display: inline-block;
-}
-.breadcrumb > li + li:before {
-  content: "/\00a0";
-  padding: 0 5px;
-  color: #999999;
-}
-.breadcrumb > .active {
-  color: #333333;
-}
-.pagination {
-  display: inline-block;
-  padding-left: 0;
-  margin: 25px 0;
-  border-radius: 0;
-}
-.pagination > li {
-  display: inline;
-}
-.pagination > li > a,
-.pagination > li > span {
-  position: relative;
-  float: left;
-  padding: 6px 12px;
-  line-height: 1.42857143;
-  text-decoration: none;
-  color: #008cba;
-  background-color: transparent;
-  border: 1px solid transparent;
-  margin-left: -1px;
-}
-.pagination > li:first-child > a,
-.pagination > li:first-child > span {
-  margin-left: 0;
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.pagination > li:last-child > a,
-.pagination > li:last-child > span {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
-  color: #00526e;
-  background-color: #eeeeee;
-  border-color: transparent;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
-  z-index: 2;
-  color: #ffffff;
-  background-color: #008cba;
-  border-color: transparent;
-  cursor: default;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
-  color: #999999;
-  background-color: #ffffff;
-  border-color: transparent;
-  cursor: not-allowed;
-}
-.pagination-lg > li > a,
-.pagination-lg > li > span {
-  padding: 10px 16px;
-  font-size: 23px;
-}
-.pagination-lg > li:first-child > a,
-.pagination-lg > li:first-child > span {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.pagination-lg > li:last-child > a,
-.pagination-lg > li:last-child > span {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.pagination-sm > li > a,
-.pagination-sm > li > span {
-  padding: 5px 10px;
-  font-size: 12px;
-}
-.pagination-sm > li:first-child > a,
-.pagination-sm > li:first-child > span {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.pagination-sm > li:last-child > a,
-.pagination-sm > li:last-child > span {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.pager {
-  padding-left: 0;
-  margin: 25px 0;
-  list-style: none;
-  text-align: center;
-}
-.pager li {
-  display: inline;
-}
-.pager li > a,
-.pager li > span {
-  display: inline-block;
-  padding: 5px 14px;
-  background-color: transparent;
-  border: 1px solid transparent;
-  border-radius: 3px;
-}
-.pager li > a:hover,
-.pager li > a:focus {
-  text-decoration: none;
-  background-color: #eeeeee;
-}
-.pager .next > a,
-.pager .next > span {
-  float: right;
-}
-.pager .previous > a,
-.pager .previous > span {
-  float: left;
-}
-.pager .disabled > a,
-.pager .disable

<TRUNCATED>

[47/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/svg/black_outline.svg
----------------------------------------------------------------------
diff --git a/content/img/logo/svg/black_outline.svg b/content/img/logo/svg/black_outline.svg
new file mode 100644
index 0000000..16ed301
--- /dev/null
+++ b/content/img/logo/svg/black_outline.svg
@@ -0,0 +1,473 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="black" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
+<symbol  id="New_Symbol_10" viewBox="-37.236 -37.491 74.472 74.981">
+	<g>
+		<g>
+			<g>
+				<g>
+					<polygon fill="#0B0B0B" points="23.098,12.539 23.096,12.536 23.098,12.536 					"/>
+					<path fill="#0B0B0B" d="M26.772-4.074c-0.41-0.647-0.494-1.885,0.436-2.595c1.523-1.163,2.877-0.169,3.766-0.749
+						C31.25-7.599,31.44-7.44,31.55-7.133c0.25,0.707,0.368,1.438,0.283,2.185c-0.04,0.356-0.115,0.725-0.255,1.054
+						c-0.558,1.302-2.247,1.836-3.496,1.126c-0.158-0.091-0.312-0.199-0.455-0.316c-0.151-0.123-0.291-0.266-0.449-0.413
+						c0.071-0.083,0.128-0.16,0.195-0.228c0.151-0.155,0.208-0.339,0.162-0.545c-0.144-0.646-0.018-1.276,0.496-1.614
+						c0.5-0.328,2.031-0.766,2.951,0.473c0.439-0.816,0.127-1.52,0.064-1.558c-0.007-0.007-0.422,0.413-1.531,0.35
+						c-0.614-0.033-1.429,0.128-1.948,0.48c-0.626,0.421-0.748,1.201-0.783,1.957C26.782-4.16,26.777-4.138,26.772-4.074z
+						 M29.722-3.99c0-0.454-0.369-0.825-0.826-0.825c-0.455,0-0.826,0.371-0.826,0.825c0,0.457,0.371,0.826,0.826,0.826
+						C29.353-3.164,29.722-3.533,29.722-3.99z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M19.839,2.256c0,0.049,0.002,0.097,0.002,0.145c-0.019,0.034-0.044,0.066-0.061,0.101
+						C19.829,2.43,19.851,2.342,19.839,2.256z"/>
+					<path fill="#0B0B0B" d="M21.587,7.85c-0.017,0-0.034-0.003-0.05-0.003c-0.009-0.02-0.018-0.039-0.027-0.058
+						C21.529,7.809,21.562,7.83,21.587,7.85z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M36.517-27.253c0.04,0.263,0.084,0.509,0.132,0.757c0.104,0.551,0.21,1.12,0.249,1.703
+						c0.132,2.062-0.514,3.865-1.919,5.365l0.049,0.221c0.067,0.314,0.149,0.706,0.196,1.089c0.119,0.946-0.186,1.796-0.93,2.602
+						c-0.022,0.023-0.048,0.051-0.061,0.071c-0.181,0.544-0.572,0.979-1.156,1.271c-0.344,0.174-0.705,0.304-1.081,0.388
+						c0.449,0.186,0.9,0.411,1.36,0.687c0.054,0.032,0.077,0.038,0.077,0.038c1.5,0.229,2.682,1.386,2.944,2.876
+						c0.006,0.035,0.01,0.067,0.015,0.104c0.007,0.063,0.015,0.134,0.023,0.155c0.592,0.913,0.699,1.946,0.317,3.061
+						c-0.125,0.36-0.279,0.722-0.416,1.038c-0.107,0.249-0.212,0.493-0.305,0.736c-0.106,0.277-0.225,0.587-0.25,0.868
+						c-0.07,0.783-0.186,1.813-0.47,2.84c-0.593,2.135-1.624,3.807-3.153,5.113c-1.396,1.194-2.886,1.706-4.899,2.007
+						c0.274-0.431-0.091-0.624,0.104-1.101c0.079-0.193,0.1-0.375,0.099-0.553c3.444-1.177,6.047-4.312,6.485-8.081
+						c0.012-0.108,0.024-0.223,0.033-0.334c0.024-0.311,0.052-0.631,0.152-0.944c0.116-0.365,0.284-0.705,0.446-1.032
+						c0.066-0.136,0.134-0.271,0.196-0.409c0.058-0.124,0.116-0.249,0.176-0.372c0.122-0.257,0.261-0.548,0.372-0.835
+						c0.1-0.254,0.198-0.817,0.071-1.177c-0.006,0.004-0.652,0.824-1.295,0.888c-0.625,0.063-0.772-0.378-0.772-0.378
+						s1.257-0.434,1.611-1.399c-0.042-0.507-0.225-0.935-0.545-1.259c-0.398-0.403-0.809-0.535-1.237-0.6
+						c-0.482-0.073-0.828,0.149-0.828,0.149s-0.267-1.464-3.296-1.468l-0.185,0.001c-0.891,0-1.75-0.248-2.703-0.78
+						c-1.255-1.039-4.071-0.935-4.071-0.935c-0.792,0.133-1.534,0.334-2.252,0.619c-1.323,0.529-2.488,1.28-3.392,2.398
+						c-0.487,0.602-0.853,1.268-1.102,1.999c-0.023,0.066-0.051,0.132-0.076,0.197c-0.014-0.713,0.137-1.385,0.442-2.021
+						c0.623-1.278,1.649-2.115,2.935-2.664c1.115-0.479,2.284-0.641,3.488-0.581l0.255-0.285c0.123-0.135,0.254-0.178,0.342-0.199
+						c0.491-0.117,1.011-0.174,1.587-0.174c0.224,0,1.575,0.311,2.954-0.385c0.124-0.062,0.291-0.138,0.49-0.138
+						c0.103,0,0.201,0.019,0.299,0.056l0.152,0.058c0.326,0.123,0.967,0.386,0.967,0.386c3.941,0.867,4.504-2.112,4.504-2.112
+						c-0.104,0.046-0.223,0.083-0.355,0.083c-0.155,0-0.301-0.053-0.433-0.149l-0.448-0.341l0.673-0.423
+						c0.14-0.087,0.265-0.164,0.386-0.247c0.153-0.105,0.215-0.249,0.207-0.481c-0.019-0.606-0.728-1.227-1.403-1.227
+						c-0.077,0-0.151,0.008-0.222,0.022c-0.275,0.062-0.426,0.15-0.516,0.308c-0.078,0.134-0.257,0.274-0.468,0.274l-0.179-0.008
+						c-0.215-0.009-0.434-0.018-0.656-0.067l-0.051-0.013c-0.298-0.065-0.575-0.131-0.848-0.131c-0.097,0-0.188,0.009-0.277,0.026
+						c-0.128,0.022-0.255,0.054-0.383,0.087l-0.598,0.142l-0.102-0.356c-0.151-0.528-0.396-1.005-0.752-1.456
+						c-0.764-0.972-1.788-1.657-3.131-2.099c-0.989-0.324-2.059-0.488-3.176-0.488c-0.59,0-1.211,0.046-1.847,0.136
+						c-2.402,0.344-4.08,1.647-4.984,3.877c-0.149,0.369-0.256,0.775-0.359,1.169c-0.058,0.222-0.11,0.43-0.171,0.636
+						c-0.317,1.078-0.719,2.035-1.228,2.926c-0.938,1.636-2.101,2.803-3.558,3.569c-1.17,0.615-2.447,0.927-3.799,0.927
+						c-0.561,0-1.146-0.053-1.74-0.157c-0.245-0.045-0.494-0.068-0.737-0.16c-1.282-0.49-1.442-0.715-1.442-0.715l0.619-0.037
+						c0.104-0.006,0.328-0.035,0.555-0.065c0.251-0.032,0.504-0.064,0.612-0.069c0.433-0.021,0.843-0.04,1.248-0.083
+						c1.698-0.172,3.243-0.691,4.591-1.546c1.812-1.147,2.922-2.568,3.392-4.342c0.29-1.091,0.703-2.179,1.228-3.231
+						c0.313-0.627,0.711-1.353,1.294-1.978c0.827-0.887,1.885-1.489,3.324-1.895c0.385-0.107,0.764-0.229,1.084-0.33
+						c0.038-0.011,0.077-0.032,0.117-0.136c0.18-0.466,0.223-0.918,0.131-1.383c-0.141-0.725-0.49-1.397-1.066-2.062
+						c-0.458-0.526-1.051-0.929-1.626-1.316c-0.318-0.214-0.616-0.439-0.891-0.673c-0.341-0.291-0.518-0.682-0.499-1.1
+						c0.016-0.346,0.042-0.921,0.628-0.921c0.126,0,0.271,0.029,0.5,0.105c0.097,0.032,0.193,0.071,0.289,0.112l0.507,0.22
+						c0.282,0.121,0.565,0.243,0.848,0.362c0.566,0.234,1.12,0.354,1.648,0.354c0.276,0,0.555-0.031,0.825-0.098
+						c0.773-0.185,1.48-0.607,1.643-1.219c0,0,0.541-2.345-3.352-2.314c-0.314,0-0.634,0.075-0.974,0.157l-0.183,0.043
+						c-0.371,0.087-0.703,0.127-1.017,0.129c-0.295,0-0.567-0.051-0.829-0.1L15.572-35.5c-0.776-0.141-1.609-0.205-2.698-0.205
+						c-0.487,0-23.165,0.021-23.165,0.021c-2.045,0-3.985,0.287-5.767,0.753c-7.413,1.938-12.688,6.09-16.131,12.422
+						c-1.25,2.303-2.104,4.787-2.544,7.435c0.023-0.037,2.468-3.748,2.468-3.748s-2.707,4.89-2.816,7.805
+						c-0.038,1.024,0.061,2.072,0.188,3.117c0.079-0.263,0.162-0.521,0.252-0.774c1.262-3.597,3.176-6.964,5.849-10.3
+						c0.064-0.08,0.117-0.174,0.144-0.257c0.412-1.27,0.972-2.477,1.664-3.599c-1.565,0.321-3.799,2.522-3.799,2.522l0.291-0.561
+						c1.747-3.367,5.86-5.419,6.665-5.711c2.358-2.095,5.223-3.613,8.509-4.517c0.187-0.051,0.374-0.095,0.562-0.138l1.605-0.384
+						l-1.026,0.993c-0.117,0.115-0.244,0.16-0.322,0.188c-2.328,0.831-4.458,2.002-6.33,3.479c-2.446,1.929-4.207,4.287-5.233,7.008
+						c-0.124,0.326-0.11,0.496-0.053,0.649c0.056,0.149,0.094,0.301,0.132,0.446c0.026,0.106,0.045,0.182,0.067,0.254
+						c0.545,1.778,1.366,3.171,2.515,4.251c1.071,1.01,2.442,1.751,4.194,2.265c1.668,0.49,3.429,0.715,5.131,0.933l0.742,0.096
+						c0.963,0.125,1.935,0.275,2.875,0.421l0.49,0.077c-0.637-0.818-1.188-1.696-1.644-2.622c-0.116-0.038-3.573-0.815-3.986-0.903
+						c-5.49-1.171-5.861-4.658-5.861-4.658s2.371,3.142,8.071,3.312l0.199,0.002c0.23-0.003,0.458-0.01,0.695-0.021
+						c-1.581-8.259,1.483-11.128,1.458-11.033c-0.694,2.64-0.868,5.042-0.532,7.344c0.434,2.986,1.751,5.56,3.911,7.647
+						c1.469,1.422,3.319,2.615,5.655,3.653c2.031,0.903,4.17,1.452,6.186,1.938l0.386,0.091C6.045-5.453,7.543-5.092,9-4.664
+						c2.257,0.661,4.22,1.751,5.833,3.241c0.246,0.227,0.526,0.483,0.763,0.791c1.142,1.48,2.438,2.604,3.935,3.438
+						c0.206-0.944,0.748-1.833,1.632-2.373c-0.929,1.592-1.399,3.215-0.959,4.714c0.419,1.34,1.114,2.013,1.852,3.307
+						c0.877,1.691,0.972,4.094,0.985,4.107c0.162,0.166,0.274,0.329,0.44,0.491c0.204,0.203,0.394,0.403,0.594,0.609
+						c0.594,0.614,1.029,1.382,1.212,2.299c0.19,0.956-0.245,1.468-0.245,1.468c0.161,0.59,0.376,1.165,0.421,1.756
+						c0.083,1.098-0.255,2.111-0.408,2.111c-0.074,0-1.408-1.521-2.142-1.805c-0.174,1.044-0.441,2.103-0.858,3.425
+						c-0.313,0.994-0.4,1.812-0.274,2.571c0.095,0.566,0.784,1.357,0.784,1.357l0.32,0.378l-0.44,0.225
+						c-0.072,0.043-0.639,0.169-0.829,0.169c-0.554,0-1.009-0.199-1.338-0.581c-0.066,0.453-0.076,0.91-0.033,1.372
+						c0.073,0.796,0.391,1.526,0.656,2.075c0.081,0.167,0.183,0.389,0.253,0.625c0.084,0.29,0.043,0.564-0.115,0.776
+						c-0.158,0.211-0.409,0.326-0.707,0.326c-0.258-0.004-0.49-0.045-0.691-0.121c-0.904-0.34-1.61-0.918-2.106-1.719
+						c-0.163,0.187-0.313,0.395-0.404,0.644c-0.121,0.329-0.276,0.637-0.426,0.92c-0.125,0.237-0.293,0.358-0.498,0.358
+						c-0.146,0-0.259-0.063-0.341-0.137c-0.259,0.695-0.686,1.281-1.268,1.745c-0.038,0.03-0.076,0.054-0.131,0.087l-0.787,0.482
+						c0,0,0.154-1.013,0.154-1.014c-2.018,1.311-4.247,2.261-6.634,2.828c-0.19,0.045-0.383,0.083-0.575,0.121
+						c-0.578,0.113-2.248,0.766-2.546,0.862c-0.069,0.03,0.062-0.479,0.062-0.479c-0.24,0.005-1.613,0.28-1.657,0.28l-0.113-0.41
+						c0,0-1.831,0.832-2.185,0.832c0,0-0.374-0.683-0.423-0.685c-1.661-0.104-3.253-0.349-4.727-0.714
+						c-2.594-0.645-4.76-1.61-6.618-2.947c-1.626-1.169-2.796-2.473-3.648-3.937c-0.425-0.729-1.063-1.896-1.174-2.646
+						c0.463,0.176,1.455,0.197,1.63,0.197c0.828,0,2.077-0.487,2.984-1.147c0.973-0.707,1.663-1.593,2.049-2.629
+						c0.553-1.487,0.301-2.87-0.75-4.112c-0.331,1.101-0.771,1.928-1.385,2.601c-0.431,0.475-0.938,0.831-1.505,1.062
+						c-0.089,0.037-0.177,0.061-0.27,0.073l-0.148,0.021c0,0,0.721-1.63,0.809-2.312c0.188-1.467-0.007-3.525-1.434-3.924
+						c-0.43-0.12-0.841-0.296-1.262-0.442c-0.759-0.263-1.545-0.536-2.317-0.823c-2.167-0.809-4.097-1.715-5.89-2.771
+						c0.547,0.838,0.037,1.705-0.11,1.874c-0.062-0.879-2.796-3.817-3.328-4.268c-1.943-1.643-3.406-3.169-4.617-4.782
+						c-0.94-1.255-1.766-2.576-2.458-3.938c-0.069,0.724-0.088,1.445-0.059,2.177c0.014,0.331-1.805-2.774-1.504-5.891
+						c0.001-0.009,0.001-0.047-0.028-0.143c-0.586-1.842-0.965-3.678-1.124-5.454c-0.583-6.513,1.041-12.54,4.826-17.756
+						c4.028-5.553,9.492-9.293,16.24-10.854c1.79-0.415,3.769-0.806,6.619-0.806c0,0,11.187,0,11.895,0l16.237,0.031
+						c0,0,1.905,0.001,2.992,0.592c0.926,0.502,1.455,1.005,1.833,1.884c0.585,1.357,0.085,3.093-1.162,4.004
+						c-0.741,0.542-1.618,0.812-2.682,0.812c-0.1,0-0.2,0.004-0.303-0.001c-0.106-0.005-0.213-0.012-0.318-0.021
+						c0.828,0.844,1.395,1.842,1.688,2.971c0.131,0.506,0.172,1.033,0.126,1.564l-0.003,0.026l0.254,0.014
+						c0.567,0.024,1.14,0.052,1.704,0.093c-0.188-0.24-0.332-0.519-0.433-0.831c-0.278-0.878-0.395-1.61-0.365-2.3
+						c0.051-1.215,0.513-2.354,1.368-3.381c0.663-0.793,1.475-1.431,2.479-1.939c-0.098-0.423-0.073-0.856,0.076-1.283
+						c0.116-0.324,0.33-0.586,0.636-0.757c0.34-0.19,0.709-0.308,1.096-0.308c0.139,0,0.285-0.027,0.442,0.008
+						c0.614-1.357,2.109-1.176,2.109-1.176c1.229,0.282,1.654,1.443,1.529,2.385c-0.017,0.112-0.036,0.233-0.062,0.343l0.065,0.024
+						c0.325,0.078,0.663,0.164,0.997,0.279c2.271,0.789,3.733,2.341,4.352,4.605C37.395-28.826,37.19-27.953,36.517-27.253z
+						 M19.562,8.512C16.086-1.162,7.967-2.469,7.145-2.469c0,0-2.639-0.201-3.821,0.082c0.036-0.17,0.614-0.827,1.932-1.002
+						C4.74-3.497,4.215-3.603,3.698-3.676C2.313-3.873,0.681-4.142-0.938-4.633c-0.072-0.021-0.148-0.033-0.22-0.033L-1.2-4.664
+						C-2.708-4.561-4.219-4.451-5.728-4.34c-0.917,0.065-1.759,0.098-2.572,0.098c-0.97,0-1.874-0.045-2.763-0.139
+						c-1.997-0.211-3.972-0.689-5.871-1.424c-5.462-2.327-8.367-5.437-8.367-5.437s5.587,3.76,8.557,4.518
+						c6.477,1.654,10.589,0.284,11.332,0.098c-0.455-0.268-0.891-0.55-1.308-0.856c-0.345-0.254-0.722-0.445-1.154-0.608
+						c-0.323-0.121-0.671-0.245-1.026-0.356c-1.496-0.473-3.072-0.747-4.596-1.016c0,0-0.624-0.109-0.904-0.159
+						c-1.479-0.267-3.055-0.554-4.605-0.896c-1.536-0.339-2.87-0.837-4.08-1.525c-2.225-1.264-3.542-3.168-3.917-5.663
+						c-0.647,1.224-1.116,2.412-1.165,3.644c-0.252,6.396,4.22,8.763,5.528,9.623c1.335,0.876,2.907,1.605,4.946,2.296
+						c2.809,0.949,5.729,1.566,8.47,2.094c1.036,0.199,2.075,0.396,3.114,0.592l0.252,0.047c1.223,0.23,2.444,0.461,3.667,0.699
+						C-0.05,1.702,1.66,2.248,3.194,3.002c2.427,1.195,4.27,2.473,5.792,4.02c1.223,0.039,2.317,0.151,3.36,0.351
+						c2.786,0.528,5.432,1.583,7.872,3.135C20.031,9.803,19.792,9.156,19.562,8.512z M22.232,17.404
+						c0.338,0.164,0.725,0.273,1.099,0.383c0,0,0.233,0.067,0.326,0.096c-0.021-0.104-0.042-0.202-0.072-0.296
+						c-0.574-1.758-1.575-3.32-2.977-4.648c-0.904-0.854-2.014-1.559-3.597-2.277c-1.332-0.604-2.771-1.104-4.463-1.547
+						C13.034,9.255,13.52,9.425,14,9.626c2.487,1.032,4.763,2.6,6.958,4.786c0.03,0.03,0.056,0.064,0.08,0.1l0.673,0.927
+						l-1.093-0.312c-0.125-0.037-0.212-0.094-0.281-0.142c-1.856-1.288-3.552-2.324-5.181-3.167
+						c-1.021-0.527-2.316-1.111-3.617-1.446c-0.026-0.007-0.156-0.013-0.156-0.021v0.004c0,0.488,0.24,0.967,0.605,1.427
+						c0.268,0.338,0.776,0.757,1.148,1.041c1.128,0.858,2.363,1.55,3.404,2.093c-0.381-0.49-0.779-0.879-1.318-1.147
+						c0,0,0.626-0.659,1.439-0.366c0.929,0.334,1.36,0.657,1.964,1.161c0.338,0.282,0.673,0.57,1.005,0.86
+						c0.391,0.337,0.874,0.757,1.344,1.14C21.313,16.833,21.759,17.176,22.232,17.404z M17.753,27.516
+						c0.312,1.185,0.677,2.032,1.171,2.748c0.228,0.325,0.463,0.565,0.725,0.742c-0.012-0.026-0.052-0.122-0.052-0.122
+						c-0.721-1.758-1.073-3.62-1.08-5.7c-0.001-0.306-0.038-0.615-0.07-0.892c-0.193-1.644-1.122-2.979-1.688-3.583
+						C16.897,23.307,17.217,25.488,17.753,27.516z M-14.623,13.103c0.617,0.587,1.148,1.093,1.536,1.538
+						c0.67,0.773,1.351,2.618,1.366,2.664c2.782-2.44-1.052-6.138-2.335-7.336c-0.02-0.017,2.636-0.606,4.742,1.896
+						c7.312,8.688-0.853,14.956-3.681,15.645c-0.191,0.048-1.185,0.353-1.758,0.198c5.065,7.355,13.082,5.517,13.082,5.517
+						s-0.619,1.183-2.617,1.217c-0.065,0.001-0.131,0.003-0.197,0.003c-0.104,0-0.21-0.003-0.313-0.008
+						c0.057,0.02,0.112,0.037,0.172,0.055c0.854,0.258,2.758,1.08,5.422,0.062c0.515-0.195,1.575-0.821,1.575-0.821l-0.142,0.508
+						L2.135,34.47l-0.024,0.067c-0.042,0.111-0.073,0.196-0.117,0.281s-0.09,0.171-0.136,0.256c0.077-0.029,0.154-0.062,0.228-0.096
+						c0.498-0.235,0.994-0.296,1.412-0.325c0.661-0.045,1.241-0.104,1.773-0.181c0.758-0.109,1.327-0.503,1.694-1.168
+						c0.11-0.198,0.235-0.39,0.331-0.558c0.411-0.722,1.283-0.792,1.283-0.792l-0.273,0.63l-0.264,0.903
+						c0.134-0.106,0.283-0.216,0.382-0.37c0.479-0.755,1.606-0.839,1.606-0.839l-0.197,1.183c0.076-0.047,3.801-1.407,3.998-2.914
+						c0.004-0.082,0.002-1.157,0.002-1.157s0.748,0.739,0.8,1.741c0.167-0.146,2.053-1.439,1.638-3.211
+						c-0.345-1.151-0.375-2.403-0.389-4.049c-0.004-0.389,0.005-0.777,0.005-1.166V22.54c0-0.753-0.022-1.604-0.035-2.436
+						c-0.035-2.299-0.542-3.133-0.542-3.133l0.126,0.046c0.134,0.042,0.236,0.088,0.339,0.141c0.475,0.245,0.901,0.605,1.316,1.101
+						c0.812,0.974,1.315,2.071,1.739,3.112c0.303,0.747,0.626,1.539,0.964,2.335c1.232-3.028-1.658-5.618-1.658-5.618
+						s2.232,1.204,2.848,2.406c0,0,0.535-1.478-1.86-2.536c-1.134-0.502-2.303-0.992-3.459-1.412l-0.684-0.25
+						c-0.276-0.102-0.567-0.252-0.863-0.444c-0.154-0.103-0.304-0.219-0.447-0.353c0.187,0.766,0.494,1.41,0.854,2.024
+						c0.561,0.958,0.822,2.184,0.965,2.812l0.125,0.556c0,0-0.712-0.876-1.191-1.145c0.017,0.098,0.037,0.191,0.066,0.279
+						c0.567,1.648,0.443,2.973,0.443,2.973s-0.868-0.622-0.889-0.646c0.295,1.874-0.057,2.914-0.057,2.914s-0.685-1.967-1.243-2.356
+						c-0.264,0.681-0.718,1.312-0.966,1.553c-0.765,0.746-1.214,2.627-1.214,2.627s-0.781-0.479-0.786-0.506
+						c0.056,0.142,0.084,0.646-0.14,1.656c0,0-0.752-0.771-0.758-0.843c0,0-0.569,1.777-0.709,1.777
+						c-0.047,0-0.274-0.764-0.33-0.907c-0.008,0.078-0.589,1.531-0.6,1.194c-0.009-0.287-0.327-0.926-0.864-0.656
+						c-2.081,1.041-4.329,1.785-6.694,1.972c-5.845,0.459-7.255-1.15-7.537-1.508c0,0,2.721,0.686,6.281,0.155
+						c2.308-0.342,4.52-1.071,6.571-2.19c1.455-0.793,2.643-1.677,3.612-2.689c-0.234-1.205-7.555-0.826-7.555-0.826
+						s1.844-1.62,7.062-0.813c0.627,0.098,1.12-0.154,1.573-0.498c0.174-0.135,0.259-0.372,0.215-0.495
+						c-0.035-0.104-0.215-0.12-0.32-0.12c-0.062,0-0.131,0.006-0.204,0.017c-0.161,0.022-0.237,0.029-0.292,0.029
+						c-0.248,0,5.553-4.137,0.502-11.229C8.543,9.136,5.445,7.424,3.808,6.858C9.1,13.011,4.092,17.218,2.781,18.176
+						C1.63,19.019,0.25,19.66-1.561,20.198C-1.778,20.262-2,20.323-2.232,20.386l-1.659,0.458l0.948-1.033
+						c0.023-0.029,0.074-0.087,0.162-0.125c0.06-0.024,0.116-0.047,0.172-0.067c1.162-0.454,2.101-0.956,2.896-1.548
+						c1.333-0.994,7.697-5.152,0.305-12.493c-0.257-0.255-0.929-0.628-1.05-0.669C1.527,8.26-0.149,10.84-0.149,10.84
+						s-0.914-3.352-1.448-4.279c-0.634-1.107-1.476-2.006-2.351-2.324c1.38,2.704,0.013,4.235,0.013,4.235
+						C-2.562,2.364-17.938,0.927-21.559-1.79c-0.086,0.374-0.165,0.862-0.169,1.26C-21.805,6.271-17.31,10.547-14.623,13.103z
+						 M-25.256,11.102c-0.241-0.961-0.438-1.882-0.605-3.795c-0.021-0.259-0.071-1.282-0.071-1.282s1.277,5.576,7.13,6.193
+						c-1.187-1.783-2.152-3.657-2.872-5.579c-0.649-1.73-1.054-3.392-1.236-5.077c-0.134-1.239-0.137-2.45-0.011-3.599
+						c-0.07-0.05-0.141-0.098-0.213-0.146c-1.304,0.734-1.714,2.896-1.616,4.609c0.078,1.391,0.945,4.574,0.812,4.298
+						c-0.837-1.737-2.294-4.198-2.375-6.548c-0.059-1.655,0.438-3.25,1.419-4.709c-0.144,0.026-0.316,0.09-0.528,0.192l-0.023,0.013
+						l-0.071,0.066c-0.101,0.095-0.209,0.191-0.289,0.298C-31.188,3.24-25.642,10.397-25.256,11.102z M-28.816,5.438
+						c-0.066-0.52-0.13-1.034-0.173-1.547c-0.145-1.701-0.077-3.209,0.204-4.607c0.247-1.223,0.636-2.156,1.225-2.936
+						c0.409-0.543,0.866-0.945,1.392-1.226c-0.615-0.728-1.144-1.505-1.576-2.313c-0.225,0.305-0.385,0.592-0.492,0.891l-0.42,1.152
+						c0,0-1.754-3.043-0.718-6.69C-29.375-11.839-38.007-0.48-28.816,5.438z M-29.587-13.334c0.049-0.054,0.058-0.107,0.061-0.188
+						c0.04-0.83,0.078-1.528,0.136-2.229c0.002-0.004,0.002-0.009,0.002-0.014c-2.631,3.21-4.295,6.863-4.961,10.894
+						C-33.734-7.76-31.172-11.589-29.587-13.334z M33.82-32.629c-0.899-0.5-2.252-0.619-3.41-0.619
+						c-0.289,0-0.602,0.019-0.928,0.056c-0.063,0.008-0.123,0.013-0.182,0.013c-0.255,0-0.555,0.013-0.711-0.19
+						c-0.218-0.285-0.345-0.953,1.074-0.936c0.069,0.002,0.79,0.1,1.09-0.428c0.24-0.425,0.082-1.134-0.1-1.332
+						c-0.712-0.775-1.963,0.384-1.963,0.384c-0.269,0-0.955-0.218-1.683,0.51c-0.728,0.729,0.135,2.307-0.155,2.438
+						c-0.279,0.11-0.358,0.146-0.625,0.283c-1.536,0.798-3.59,2.574-2.596,5.021c0.81-2.024,3.709-3.043,5.079-3.271
+						c3.895-0.642,6.692,0.442,6.752,0.466C35.519-31.053,34.463-32.271,33.82-32.629z M35.125-24.905
+						c-0.07-0.695-0.213-1.363-0.378-2.103c-0.216-0.966-0.802-1.601-1.741-1.884c-0.398-0.12-0.838-0.175-1.385-0.175
+						c-0.921,0-1.846,0.121-2.848,0.371c-0.993,0.246-1.64,0.5-2.159,0.844c-0.646,0.426-1.034,0.94-1.188,1.58
+						c-0.115,0.479-0.059,0.966,0.002,1.338c0.004,0.021,0.008,0.038,0.009,0.038c0.004,0,0.019,0.008,0.051,0.021
+						c1.814,0.726,3.065,1.838,3.827,3.403c0.043,0.092,0.078,0.108,0.158,0.118c0.227,0.023,0.427,0.037,0.612,0.037
+						c0.528,0,0.973-0.101,1.36-0.307c0.266-0.14,0.545-0.212,0.828-0.212c0.281,0,0.569,0.07,0.857,0.211
+						c0.209,0.103,0.405,0.223,0.584,0.358c0.108,0.081,0.211,0.17,0.313,0.261C34.901-22.131,35.272-23.443,35.125-24.905z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M23.788,0.518c0.811,0.51,0.896,1.321,0.896,1.321c0.292,1.267-0.922,3.356-1.311,4.421
+						c-0.316,0.872-0.601,2.364-0.366,3.27c0.973-0.293,2.182-1.187,2.887-1.956c0.76-0.832,1.381-2.04,1.283-3.151
+						c-0.042-0.45-0.255-1.026-0.578-1.6c-0.138-0.25-0.069-0.779,0.393-0.781c0.348-0.002,0.507,0.053,0.772,0.406
+						c0.926,1.234,1.06,2.35-0.163,3.982c-0.882,1.176-1.83,2.008-3.002,2.879c-0.332,0.247-0.92,0.528-1.332,0.614
+						c-0.45,0.092-0.724-0.127-0.877-0.566c-0.054-0.158-0.088-0.324-0.116-0.491c-0.26-1.475,0.075-2.805,0.797-4.124
+						c0.959-1.751,0.95-2.53,0.083-4.38C23.153,0.361,23.337,0.234,23.788,0.518z"/>
+				</g>
+			</g>
+		</g>
+	</g>
+</symbol>
+<symbol  id="New_Symbol_9" viewBox="-54.045 -54.277 108.089 108.554">
+	<g>
+		<g>
+			<g>
+				<polygon fill="#1A1A1A" points="33.523,18.33 33.521,18.326 33.523,18.326 				"/>
+				<path fill="#1A1A1A" d="M38.856-5.782c-0.82-1.612-0.57-2.881,0.743-3.958c0.926-0.759,2.038-0.969,3.2-0.945
+					c0.467,0.01,0.928,0.087,1.393,0.107c0.253,0.012,0.514-0.004,0.762-0.058c0.467-0.104,0.676-0.034,0.836,0.414
+					c0.363,1.026,0.535,2.088,0.411,3.17c-0.058,0.518-0.167,1.051-0.37,1.527c-0.809,1.89-3.262,2.665-5.074,1.635
+					c-0.229-0.132-0.452-0.289-0.66-0.459c-0.219-0.18-0.422-0.387-0.652-0.6c0.104-0.121,0.186-0.232,0.283-0.331
+					c0.221-0.225,0.303-0.491,0.236-0.791c-0.209-0.938,0.199-1.604,0.982-2.031c0.559-0.306,1.172-0.524,1.779-0.729
+					c0.314-0.104,0.639-0.18,0.966-0.25c0.103,0.004,0.144,0.021,0.221,0.083c0.492,0.316,0.841,0.734,1.056,1.273
+					c0.118-0.317,0.094-0.852-0.01-1.244c-0.062-0.247-0.021-0.842,0.103-1.018c-0.011-0.009-0.019-0.021-0.027-0.032
+					c-0.057,0.031-0.114,0.057-0.169,0.091c-0.627,0.387-1.328,0.507-2.045,0.595c-0.885,0.114-1.748,0.317-2.5,0.828
+					c-0.908,0.611-1.394,1.465-1.444,2.562C38.872-5.907,38.865-5.874,38.856-5.782z M43.138-5.661c0-0.66-0.536-1.199-1.199-1.199
+					c-0.661,0-1.2,0.539-1.2,1.199c0,0.664,0.539,1.199,1.2,1.199C42.602-4.461,43.138-4.997,43.138-5.661z"/>
+			</g>
+		</g>
+		<g>
+			<g>
+				<path fill="#1A1A1A" d="M28.794,3.406c0,0.067,0.004,0.138,0.004,0.208c-0.027,0.049-0.064,0.097-0.088,0.146
+					C28.78,3.656,28.81,3.529,28.794,3.406z"/>
+				<path fill="#1A1A1A" d="M31.331,11.523c-0.023,0-0.049-0.004-0.072-0.004c-0.012-0.026-0.024-0.058-0.039-0.082
+					C31.248,11.464,31.294,11.495,31.331,11.523z"/>
+			</g>
+		</g>
+		<path fill="#1A1A1A" d="M52.999-39.423c0.059,0.381,0.123,0.739,0.191,1.099c0.15,0.798,0.305,1.626,0.361,2.473
+			c0.191,2.991-0.746,5.609-2.785,7.786l0.071,0.321c0.098,0.456,0.217,1.025,0.284,1.58c0.172,1.374-0.269,2.606-1.349,3.774
+			c-0.033,0.036-0.069,0.073-0.088,0.104c-0.263,0.789-0.831,1.421-1.679,1.848c-0.499,0.252-1.023,0.44-1.568,0.562
+			c0.652,0.269,1.307,0.597,1.975,0.996c0.077,0.046,0.111,0.055,0.111,0.055c2.178,0.334,3.893,2.011,4.273,4.174
+			c0.008,0.052,0.014,0.1,0.021,0.15c0.011,0.093,0.022,0.194,0.034,0.226c0.859,1.325,1.016,2.825,0.461,4.442
+			c-0.182,0.523-0.405,1.046-0.604,1.506c-0.156,0.362-0.308,0.716-0.441,1.069c-0.156,0.403-0.327,0.851-0.363,1.26
+			c-0.103,1.137-0.27,2.633-0.682,4.122c-0.861,3.098-2.357,5.525-4.577,7.421c-2.026,1.735-4.188,2.477-7.111,2.913
+			c0.397-0.625-0.131-0.906,0.152-1.596c0.114-0.282,0.145-0.544,0.144-0.803c4.998-1.708,8.775-6.258,9.412-11.728
+			c0.018-0.16,0.035-0.323,0.048-0.486c0.036-0.45,0.075-0.915,0.222-1.372c0.168-0.529,0.412-1.022,0.646-1.498
+			c0.098-0.197,0.195-0.393,0.286-0.595c0.083-0.18,0.169-0.36,0.255-0.539c0.178-0.373,0.379-0.796,0.539-1.212
+			c0.143-0.368,0.193-0.746,0.152-1.125c-0.008,0.004-0.192,0.15-0.273,0.209c-0.072,0.055-0.146,0.114-0.218,0.17
+			c-0.215,0.171-0.444,0.355-0.705,0.499c-0.185,0.103-0.378,0.153-0.575,0.153c-0.338,0-0.645-0.146-0.886-0.422l-0.396-0.451
+			l0.575-0.454l0.306-0.27c0.504-0.45,0.984-0.876,1.457-1.309c-0.061-0.734-0.326-1.355-0.79-1.827
+			c-0.579-0.587-1.174-0.775-1.796-0.87c-0.701-0.106-1.201,0.219-1.201,0.219s-0.388-2.124-4.784-2.13l-0.269,0.002
+			c-1.293,0-2.539-0.36-3.923-1.134c-1.821-1.509-5.908-1.355-5.908-1.355c-1.149,0.191-2.228,0.485-3.269,0.898
+			c-1.921,0.769-3.612,1.858-4.924,3.482c-0.707,0.871-1.236,1.838-1.598,2.901c-0.034,0.097-0.074,0.189-0.111,0.287
+			c-0.02-1.035,0.199-2.011,0.643-2.934c0.904-1.854,2.395-3.069,4.26-3.867c1.617-0.692,3.314-0.928,5.062-0.843l0.369-0.414
+			c0.179-0.196,0.369-0.258,0.496-0.289c0.713-0.17,1.467-0.252,2.304-0.252c0.323,0,2.286,0.451,4.287-0.559
+			c0.181-0.091,0.423-0.198,0.712-0.198c0.148,0,0.292,0.025,0.434,0.079l0.221,0.084c0.475,0.179,1.403,0.56,1.403,0.56
+			c5.721,1.259,6.536-3.066,6.536-3.066c-0.148,0.065-0.322,0.121-0.516,0.121c-0.225,0-0.436-0.075-0.627-0.218l-0.65-0.494
+			l0.977-0.614c0.202-0.125,0.383-0.238,0.559-0.358c0.224-0.152,0.312-0.361,0.301-0.699c-0.026-0.882-1.056-1.779-2.036-1.779
+			c-0.112,0-0.22,0.011-0.321,0.034c-0.4,0.088-0.619,0.219-0.749,0.444c-0.112,0.194-0.372,0.4-0.679,0.4l-0.26-0.011
+			c-0.311-0.015-0.629-0.026-0.951-0.101l-0.074-0.017c-0.434-0.098-0.836-0.19-1.23-0.19c-0.141,0-0.271,0.014-0.402,0.039
+			c-0.187,0.034-0.37,0.078-0.556,0.125l-0.868,0.206l-0.146-0.519c-0.221-0.768-0.576-1.458-1.092-2.113
+			c-1.109-1.409-2.596-2.406-4.544-3.044c-1.436-0.472-2.988-0.71-4.609-0.71c-0.856,0-1.757,0.066-2.681,0.197
+			c-3.486,0.5-5.921,2.393-7.233,5.627c-0.218,0.534-0.372,1.125-0.522,1.695c-0.084,0.322-0.16,0.624-0.248,0.922
+			c-0.46,1.565-1.043,2.954-1.781,4.246c-1.36,2.375-3.049,4.068-5.163,5.183c-1.698,0.893-3.552,1.345-5.513,1.345
+			c-0.814,0-1.665-0.077-2.526-0.229c-0.356-0.064-0.718-0.1-1.071-0.231c-1.86-0.712-2.093-1.038-2.093-1.038l0.899-0.054
+			c0.149-0.008,0.476-0.053,0.805-0.096c0.363-0.047,0.73-0.095,0.889-0.102c0.627-0.03,1.223-0.059,1.811-0.121
+			c2.465-0.248,4.708-1.004,6.664-2.243c2.629-1.667,4.24-3.729,4.922-6.301c0.421-1.583,1.021-3.163,1.781-4.692
+			c0.455-0.909,1.032-1.961,1.879-2.868c1.199-1.287,2.734-2.161,4.824-2.75c0.559-0.156,1.108-0.33,1.574-0.479
+			c0.055-0.015,0.111-0.047,0.169-0.197c0.261-0.675,0.323-1.332,0.19-2.006c-0.205-1.052-0.712-2.03-1.548-2.995
+			c-0.665-0.764-1.525-1.348-2.36-1.911c-0.463-0.311-0.895-0.64-1.293-0.977c-0.494-0.423-0.75-0.99-0.724-1.596
+			c0.022-0.5,0.061-1.336,0.911-1.336c0.183,0,0.395,0.043,0.726,0.153c0.142,0.046,0.281,0.104,0.42,0.163l0.735,0.319
+			c0.41,0.175,0.821,0.353,1.23,0.526c0.822,0.34,1.625,0.515,2.392,0.515c0.401,0,0.806-0.046,1.198-0.143
+			c1.123-0.269,2.149-0.882,2.385-1.769c0,0,0.784-3.402-4.865-3.359c-0.456,0-0.92,0.109-1.413,0.229l-0.265,0.062
+			c-0.539,0.126-1.021,0.186-1.476,0.188c-0.429,0-0.823-0.074-1.204-0.146l-0.175-0.03c-1.127-0.205-2.336-0.298-3.917-0.298
+			c-0.707,0-33.621,0.029-33.621,0.029c-2.967,0-5.783,0.417-8.368,1.094c-10.759,2.814-18.417,8.839-23.413,18.029
+			c-1.813,3.342-3.053,6.948-3.691,10.79c0.033-0.056,0.295-0.909,0.295-0.909c1.486-2.53,3.287-4.529,3.287-4.529
+			s-4.087,10.853-4.088,11.325c-0.004,1.488,0.088,3.008,0.271,4.524c0.115-0.38,0.235-0.753,0.366-1.125
+			c1.831-5.219,4.608-10.106,8.487-14.949c0.095-0.116,0.17-0.252,0.209-0.373c0.599-1.841,1.411-3.593,2.416-5.221
+			c-2.271,0.466-5.514,3.66-5.514,3.66l0.422-0.812c2.535-4.888,8.506-7.864,9.674-8.288c3.423-3.041,7.58-5.245,12.35-6.555
+			c0.27-0.074,0.543-0.138,0.814-0.2l2.33-0.556l-1.488,1.441c-0.171,0.167-0.355,0.231-0.469,0.271
+			c-3.379,1.206-6.471,2.906-9.188,5.049c-3.551,2.797-6.105,6.223-7.596,10.171c-0.18,0.474-0.16,0.721-0.076,0.943
+			c0.08,0.216,0.137,0.436,0.191,0.648c0.038,0.154,0.065,0.263,0.098,0.367c0.791,2.582,1.982,4.603,3.65,6.169
+			c1.555,1.466,3.544,2.541,6.087,3.286c2.421,0.712,4.976,1.039,7.446,1.354l1.077,0.139c1.397,0.182,2.809,0.401,4.173,0.61
+			l0.711,0.111c-0.924-1.188-1.725-2.462-2.385-3.806c-0.168-0.055-5.186-1.184-5.785-1.311c-7.969-1.7-8.507-6.762-8.507-6.762
+			s3.44,4.559,11.714,4.807l0.289,0.003c0.335-0.004,0.664-0.015,1.01-0.03c-2.295-11.986,2.152-16.15,2.115-16.014
+			c-1.008,3.831-1.26,7.316-0.771,10.659c0.629,4.334,2.541,8.068,5.676,11.101c2.132,2.062,4.818,3.795,8.208,5.302
+			C0.043-9.932,3.147-9.136,6.073-8.43l0.561,0.132c2.141,0.516,4.314,1.039,6.43,1.66c3.275,0.96,6.125,2.542,8.467,4.704
+			c0.356,0.329,0.763,0.701,1.105,1.147c1.658,2.148,3.539,3.779,5.711,4.99c0.299-1.371,1.086-2.661,2.369-3.444
+			c-1.349,2.311-2.031,4.666-1.393,6.841c0.608,1.945,1.617,2.922,2.688,4.801c1.273,2.455,1.41,5.939,1.431,5.961
+			c0.234,0.241,0.397,0.478,0.639,0.714c0.296,0.295,0.571,0.585,0.862,0.884c0.861,0.892,1.494,2.005,1.758,3.337
+			c0.277,1.388-0.355,2.13-0.355,2.13c0.234,0.854,0.546,1.691,0.611,2.547c0.12,1.594-0.37,3.065-0.592,3.065
+			c-0.109,0-2.045-2.207-3.109-2.62c-0.252,1.516-0.641,3.052-1.246,4.971c-0.454,1.443-0.58,2.627-0.397,3.731
+			c0.138,0.824,1.139,1.972,1.139,1.972l0.464,0.547l-0.639,0.326c-0.105,0.062-0.927,0.245-1.203,0.245
+			c-0.805,0-1.465-0.289-1.942-0.843c-0.097,0.657-0.11,1.321-0.048,1.991c0.105,1.155,0.566,2.215,0.952,3.013
+			c0.118,0.242,0.265,0.562,0.367,0.906c0.121,0.422,0.062,0.82-0.167,1.128c-0.229,0.307-0.594,0.474-1.026,0.474
+			c-0.374-0.006-0.712-0.064-1.004-0.176c-1.312-0.494-2.337-1.333-3.058-2.495c-0.236,0.271-0.454,0.571-0.586,0.933
+			c-0.176,0.479-0.401,0.925-0.618,1.335c-0.181,0.347-0.425,0.521-0.722,0.521c-0.214,0-0.376-0.093-0.495-0.198
+			c-0.376,1.009-0.995,1.859-1.841,2.533c-0.055,0.044-0.109,0.078-0.189,0.126l-1.143,0.701c0,0,0.225-1.47,0.225-1.471
+			c-2.929,1.9-6.164,3.28-9.628,4.104c-0.276,0.065-0.556,0.12-0.835,0.175c-0.84,0.166-1.619,0.318-2.295,0.739
+			c-0.082,0.054-0.163,0.075-0.2,0.085c-0.098,0.04-0.233,0.065-0.358,0.065c-0.264,0-0.528-0.113-0.75-0.34
+			c-0.349,0.008-0.74,0.035-1.087,0.067L4.605,53.6c-0.057,0.006-0.495,0.006-0.559,0.006l-0.604-0.271c0,0-1.455,0.941-1.969,0.941
+			H0.992c-0.378,0-0.718-0.245-0.897-0.55c-0.146-0.246-0.365-0.177-0.437-0.179c-2.411-0.15-4.721-0.504-6.86-1.035
+			c-3.765-0.935-6.908-2.338-9.605-4.278c-2.359-1.697-4.091-3.567-5.295-5.711c-0.266-0.474-0.475-0.967-0.673-1.441
+			c-0.244-0.573-0.269-1.095-0.103-1.604c0.176-0.523,0.599-0.847,1.107-0.847c0.063,0,0.131,0.006,0.197,0.017
+			c0.26,0.042,0.52,0.062,0.773,0.062c1.202,0,2.374-0.447,3.691-1.404c1.411-1.025,2.412-2.312,2.973-3.815
+			c0.803-2.159,0.438-4.166-1.088-5.968c-0.48,1.596-1.119,2.798-2.01,3.772c-0.625,0.688-1.361,1.208-2.185,1.543
+			c-0.129,0.054-0.257,0.088-0.392,0.106l-0.215,0.03c0,0,1.045-2.365,1.174-3.355c0.271-2.129-0.011-5.117-2.08-5.695
+			c-0.624-0.174-1.221-0.429-1.832-0.642c-1.102-0.382-2.242-0.778-3.363-1.195c-3.146-1.173-5.946-2.488-8.549-4.022
+			c0.012,0.222,0.042,0.443,0.072,0.676l0.041,0.34c0.012,0.049,0.021,0.088,0.024,0.126c0.062,0.472-0.013,0.824-0.226,1.068
+			c-0.165,0.188-0.405,0.293-0.674,0.293c-0.211,0-0.441-0.062-0.704-0.189c-0.354-0.172-0.711-0.461-1.007-0.813
+			c-0.749-0.9-1.201-1.905-1.671-3.03c-0.11-0.271-0.214-0.541-0.316-0.815l-0.019-0.061c-0.095-0.248-0.189-0.505-0.292-0.749
+			c-0.058-0.13-0.139-0.25-0.22-0.319c-2.814-2.391-4.943-4.599-6.7-6.941c-1.366-1.82-2.563-3.739-3.568-5.716
+			c-0.146,1.527-0.137,3.043,0.017,4.612c0,0-2.934-2.368-2.285-10.002c0.002-0.012,0.002-0.068-0.039-0.205
+			C-53.096-6.335-53.645-9-53.877-11.58c-0.846-9.451,1.512-18.2,7.005-25.769c5.847-8.06,13.777-13.487,23.571-15.753
+			c2.598-0.604,5.469-1.169,9.606-1.169c0,0,16.235,0,17.264,0l23.565,0.047c0,0,2.766,0.001,4.344,0.856
+			c1.343,0.729,2.111,1.459,2.66,2.735c0.848,1.971,0.123,4.488-1.688,5.811c-1.075,0.786-2.348,1.181-3.892,1.181
+			c-0.146,0-0.291,0.005-0.439-0.001c-0.154-0.008-0.31-0.019-0.462-0.032c1.201,1.224,2.023,2.673,2.449,4.312
+			c0.189,0.734,0.25,1.5,0.184,2.271l-0.005,0.04l0.368,0.019c0.824,0.037,1.654,0.075,2.473,0.136
+			c-0.271-0.35-0.48-0.753-0.627-1.207c-0.404-1.273-0.572-2.338-0.53-3.339c0.073-1.763,0.744-3.417,1.985-4.906
+			c0.963-1.15,2.141-2.074,3.599-2.814c-0.142-0.614-0.106-1.244,0.11-1.863c0.17-0.47,0.479-0.85,0.924-1.099
+			c0.493-0.275,1.028-0.445,1.59-0.445c0.201,0,0.414-0.04,0.642,0.012c0.892-1.972,3.062-1.707,3.062-1.707
+			c1.785,0.411,2.4,2.096,2.221,3.461c-0.025,0.163-0.053,0.34-0.09,0.498l0.095,0.035c0.472,0.112,0.962,0.237,1.447,0.406
+			c3.295,1.146,5.418,3.396,6.315,6.686C54.273-41.707,53.978-40.44,52.999-39.423z M28.391,12.486
+			C23.349-1.556,11.564-3.452,10.369-3.452l-5.546,0.12L6.3-4.328l0.375-0.147c0.176-0.073,0.336-0.139,0.507-0.188
+			C7.329-4.706,7.48-4.747,7.626-4.788c-0.746-0.157-1.51-0.31-2.258-0.417c-2.01-0.286-4.381-0.676-6.73-1.389
+			c-0.105-0.03-0.215-0.048-0.318-0.048l-0.061,0.003c-2.189,0.148-4.381,0.308-6.57,0.47c-1.332,0.095-2.555,0.141-3.732,0.141
+			c-1.408,0-2.721-0.064-4.01-0.2c-2.898-0.307-5.766-1.001-8.521-2.067c-7.928-3.377-12.145-7.889-12.145-7.889
+			s8.486,4.309,11.455,5.441c2.842,1.082,5.109,1.354,8.405,1.337c1.47-0.009,6.21-0.015,9.005-0.08
+			c-0.66-0.389-1.292-0.798-1.896-1.244c-0.501-0.369-1.048-0.646-1.676-0.884c-0.47-0.176-0.974-0.355-1.49-0.517
+			c-2.17-0.687-4.459-1.085-6.67-1.474c0,0-0.905-0.159-1.312-0.23c-2.147-0.388-4.434-0.804-6.685-1.304
+			c-2.229-0.491-4.166-1.214-5.922-2.213c-3.229-1.834-5.141-4.599-5.686-8.22c-0.939,1.774-1.493,3.51-1.689,5.287
+			c-0.333,2.963,0.553,5.493,2.623,7.518c0.152,0.151,0.248,0.33,0.324,0.485c0.111,0.226,0.217,0.454,0.32,0.683
+			c0.182,0.399,0.389,0.854,0.627,1.245c0.917,1.506,2.229,2.788,4.129,4.037c1.937,1.271,4.219,2.331,7.178,3.332
+			c4.076,1.377,8.314,2.275,12.293,3.038c1.504,0.289,3.012,0.574,4.52,0.859l0.367,0.068c1.773,0.334,3.547,0.668,5.32,1.015
+			c3.105,0.603,5.587,1.394,7.814,2.489c3.524,1.736,6.198,3.591,8.408,5.836c1.775,0.057,3.363,0.221,4.877,0.508
+			c4.044,0.767,7.884,2.297,11.426,4.55C29.074,14.359,28.726,13.419,28.391,12.486z M32.269,25.391
+			c0.49,0.238,1.053,0.399,1.595,0.557c0,0,0.339,0.099,0.474,0.139c-0.029-0.152-0.061-0.293-0.105-0.429
+			c-0.833-2.552-2.285-4.821-4.319-6.748c-1.312-1.241-2.923-2.261-5.222-3.306c-1.932-0.879-4.021-1.604-6.477-2.245
+			c0.705,0.204,1.409,0.45,2.106,0.742c3.61,1.498,6.913,3.771,10.099,6.947c0.045,0.043,0.081,0.092,0.116,0.145l0.977,1.344
+			l-1.586-0.452c-0.182-0.054-0.308-0.136-0.408-0.205c-2.694-1.87-5.154-3.374-7.519-4.597c-1.481-0.767-3.362-1.613-5.25-2.1
+			c-0.038-0.01-0.227-0.019-0.227-0.029v0.005c0,0.711,0.348,1.404,0.879,2.071c0.388,0.489,1.126,1.099,1.666,1.511
+			c1.637,1.246,3.43,2.25,4.941,3.037c-0.553-0.711-1.131-1.276-1.914-1.666c0,0,0.909-0.957,2.09-0.532
+			c1.348,0.485,1.974,0.954,2.85,1.685c0.49,0.412,0.977,0.83,1.459,1.25c0.566,0.489,1.268,1.098,1.949,1.652
+			C30.934,24.562,31.581,25.06,32.269,25.391z M25.768,40.066c0.452,1.719,0.982,2.95,1.698,3.987
+			c0.331,0.474,0.673,0.823,1.053,1.079c-0.018-0.04-0.075-0.178-0.075-0.178c-1.046-2.551-1.558-5.255-1.567-8.275
+			c-0.002-0.441-0.055-0.892-0.103-1.292c-0.28-2.386-1.628-4.326-2.449-5.2C24.525,33.957,24.989,37.124,25.768,40.066z
+			 M-21.222,19.147c0.896,0.852,1.666,1.586,2.229,2.231c0.972,1.125,1.499,2.483,1.915,3.667c0.023,0.067,0.044,0.134,0.067,0.199
+			c0.499-1.281,0.606-2.396,0.358-3.542c-0.658-3.04-1.885-5.365-3.747-7.104c-0.028-0.024,3.106,0.166,5.634,2.93
+			c2.408,2.631,3.68,5.811,3.857,9.379c0.066,1.373-0.09,2.726-0.243,4.035l-0.062,0.53c-0.47,4.134-3.54,7.583-7.646,8.583
+			c-0.277,0.068-0.518,0.157-0.718,0.262c-0.098,0.051-0.122,0.064-0.064,0.221c0.03,0.085,0.078,0.179,0.149,0.291
+			c0.65,1.011,1.48,1.841,2.465,2.469c0.578,0.367,1.133,0.718,1.662,1.098c2.276,1.629,4.548,2.738,6.946,3.398
+			c0.839,0.231,1.744,0.338,2.636,0.455c0.767,0.101,3.36,0.101,3.36,0.101s-0.898,1.718-3.8,1.767
+			c-0.094,0.001-0.189,0.004-0.285,0.004c-0.152,0-0.305-0.004-0.455-0.012c0.082,0.028,0.162,0.054,0.249,0.08
+			c1.239,0.374,2.521,0.556,3.922,0.556c0.461,0,0.938-0.021,1.421-0.062l0.149-0.013c0.53-0.042,1.009-0.042,1.391-0.306
+			c1.761-1.218,3.272-1.278,3.272-1.278l-0.207,0.736l-0.135,0.338l-0.035,0.097c-0.061,0.161-0.105,0.285-0.17,0.408
+			s-0.131,0.249-0.197,0.372c0.113-0.042,0.225-0.09,0.33-0.139c0.724-0.342,1.443-0.43,2.051-0.472
+			c0.959-0.064,1.801-0.151,2.572-0.263c1.101-0.159,1.927-0.728,2.46-1.695c0.16-0.288,0.342-0.562,0.48-0.808
+			c0.597-1.048,1.862-1.149,1.862-1.149l-0.396,0.914l-0.383,1.312c0.194-0.155,0.411-0.313,0.554-0.537
+			c0.696-1.095,2.333-1.218,2.333-1.218l-0.285,1.714c0.11-0.068,5.516-2.043,5.803-4.229c0.006-0.119,0.002-1.681,0.002-1.681
+			s1,2.035,1.162,2.528c0.242-0.215,1.017-0.979,1.561-2.52c0.147-0.418,0.277-0.8,0.434-1.179c0.103-0.248,0.188-0.472,0.305-0.671
+			c0.057-0.1,0.024-0.195,0.077-0.292c-0.501-1.672-0.544-3.489-0.563-5.876c-0.006-0.564,0.007-1.128,0.007-1.693v-0.24
+			c0-1.094-0.032-2.329-0.052-3.534c-0.051-3.337-0.786-4.548-0.786-4.548l0.183,0.067c0.194,0.062,0.343,0.127,0.492,0.204
+			c0.688,0.354,1.309,0.879,1.91,1.597c1.18,1.412,1.909,3.006,2.525,4.518c0.439,1.085,0.908,2.233,1.397,3.389
+			c1.789-4.396-2.405-8.154-2.405-8.154s3.24,1.748,4.133,3.492c0,0,0.776-2.145-2.701-3.681c-1.645-0.729-3.341-1.44-5.02-2.049
+			l-0.992-0.363c-0.402-0.147-0.824-0.365-1.254-0.646c-0.223-0.146-0.439-0.314-0.648-0.51c0.271,1.11,0.717,2.046,1.238,2.938
+			c0.814,1.391,1.194,3.17,1.4,4.084l0.182,0.805c0,0-1.033-1.271-1.729-1.66c0.023,0.143,0.053,0.278,0.096,0.406
+			c0.824,2.394,0.645,4.313,0.645,4.313s-1.261-0.901-1.29-0.938c0.428,2.72-0.083,4.229-0.083,4.229s-0.994-2.853-1.805-3.419
+			c-0.382,0.988-1.041,1.901-1.4,2.253c-1.11,1.083-1.762,3.813-1.762,3.813s-1.135-0.695-1.143-0.734
+			c0.082,0.204,0.123,0.938-0.201,2.403c0,0-1.092-1.118-1.102-1.222c0,0-0.825,2.58-1.027,2.58c-0.068,0-0.398-1.108-0.48-1.318
+			c-0.01,0.114-0.854,2.224-0.869,1.735c-0.013-0.417-0.475-1.345-1.254-0.954c-3.021,1.511-6.283,2.592-9.717,2.861
+			c-8.482,0.666-10.529-1.67-10.939-2.188c0,0,3.949,0.994,9.117,0.227c3.349-0.496,6.559-1.556,9.537-3.181
+			c2.111-1.151,3.836-2.434,5.242-3.903c-0.339-1.75-10.964-1.199-10.964-1.199s2.676-2.353,10.249-1.182
+			c0.91,0.143,1.625-0.224,2.283-0.723c0.252-0.195,0.376-0.54,0.312-0.718c-0.051-0.152-0.312-0.176-0.464-0.176
+			c-0.092,0-0.19,0.01-0.297,0.023c-0.234,0.034-0.345,0.044-0.424,0.044c-0.359,0,8.059-6.004,0.729-16.298
+			c-1.522-2.14-6.018-4.624-8.396-5.444c7.681,8.931,0.414,15.037-1.49,16.427c-1.67,1.223-3.674,2.155-6.301,2.937
+			c-0.316,0.093-0.639,0.181-0.976,0.271l-2.408,0.665l1.377-1.5c0.034-0.043,0.107-0.126,0.235-0.182
+			c0.086-0.036,0.168-0.068,0.249-0.099c1.687-0.658,3.049-1.388,4.202-2.246c1.937-1.443,11.174-7.479,0.443-18.132
+			c-0.373-0.37-1.348-0.912-1.523-0.972c2.883,4.864,0.447,8.609,0.447,8.609s-1.326-4.865-2.1-6.211
+			C-3.239,8.047-4.46,6.743-5.73,6.281c2.003,3.925,0.019,6.146,0.019,6.146L-6.2,10.806c-0.331-1.096-0.663-1.75-1.323-2.59
+			c-1.248-1.59-2.705-2.96-4.334-4.071c-1.162-0.795-2.314-1.404-3.525-1.868c-1.992-0.764-4.113-1.278-6.162-1.776l-0.812-0.198
+			c-2.448-0.599-4.435-1.111-6.252-1.621c-1.033-0.29-1.913-0.664-2.681-1.146c-0.125,0.542-0.239,1.251-0.244,1.829
+			C-31.645,9.232-25.122,15.438-21.222,19.147z M-38.985,7.492c0.242,1.74,0.572,3.79,1.166,5.803
+			c0.252,0.854,0.605,1.927,1.164,2.949c-0.35-1.396-0.637-2.73-0.879-5.508c-0.031-0.375-0.104-1.861-0.104-1.861
+			s1.854,8.093,10.348,8.99c-1.723-2.59-3.123-5.311-4.168-8.1c-0.941-2.512-1.529-4.923-1.793-7.368
+			c-0.194-1.8-0.198-3.558-0.016-5.224c-0.103-0.07-0.204-0.141-0.31-0.212c-0.601,2.89-0.825,5.506-0.683,7.994
+			c0.113,2.017,0.865,7.162,0.865,7.162c-0.223-0.317-1.156-1.826-1.349-2.229c-1.214-2.521-1.86-5.402-1.979-8.812
+			c-0.085-2.404,0.108-4.867,0.591-7.525c-0.208,0.038-0.459,0.129-0.767,0.279l-0.034,0.018l-0.104,0.098
+			c-0.146,0.137-0.297,0.28-0.42,0.432c-0.492,0.592-0.879,1.312-1.19,2.195c-0.646,1.857-0.742,3.773-0.751,5.402
+			C-39.403,3.656-39.269,5.458-38.985,7.492z M-41.823,8.023c-0.097-0.752-0.188-1.5-0.251-2.245
+			c-0.21-2.471-0.112-4.658,0.296-6.688c0.359-1.773,0.923-3.129,1.777-4.26c0.595-0.788,1.258-1.372,2.021-1.777
+			c-0.894-1.057-1.66-2.185-2.288-3.359c-0.326,0.442-0.559,0.858-0.715,1.292l-0.609,1.673c0,0-2.46-3.188-0.956-8.48l-0.088,0.13
+			c-0.579,0.835-1.179,1.699-1.727,2.578c-1.964,3.141-3.405,6.224-4.405,9.421c-0.014,0.04-0.017,0.078-0.014,0.092
+			C-47.227,0.675-44.887,4.587-41.823,8.023z M-49.132-8.623c1.527-3.339,3.494-6.708,6.189-10.599
+			c0.062-0.086,0.084-0.157,0.088-0.272c0.059-1.205,0.114-2.218,0.197-3.233c0.004-0.007,0.004-0.014,0.004-0.021
+			c-3.818,4.659-6.234,9.962-7.2,15.811C-49.64-7.479-49.399-8.039-49.132-8.623z M49.087-47.226
+			c-1.305-0.726-3.268-0.898-4.949-0.898c-0.42,0-0.873,0.025-1.347,0.08c-0.092,0.011-0.179,0.018-0.265,0.018
+			c-0.369,0-0.804,0.02-1.031-0.275c-0.316-0.414-0.5-1.383,1.56-1.358c0.101,0.003,1.146,0.146,1.582-0.621
+			c0.349-0.614,0.119-1.644-0.146-1.933c-1.033-1.125-2.848,0.557-2.848,0.557c-0.391,0-1.387-0.314-2.442,0.74
+			c-1.056,1.057,0.196,3.348-0.226,3.536c-0.405,0.162-0.52,0.211-0.906,0.413c-2.23,1.157-5.211,3.737-3.768,7.289
+			c1.175-2.938,5.383-4.417,7.371-4.746c5.652-0.931,9.713,0.642,9.8,0.675C51.55-44.938,50.02-46.707,49.087-47.226z
+			 M50.981-36.016c-0.102-1.012-0.309-1.98-0.549-3.052c-0.312-1.401-1.163-2.322-2.526-2.734c-0.578-0.174-1.217-0.253-2.01-0.253
+			c-1.337,0-2.679,0.176-4.133,0.538c-1.441,0.358-2.38,0.726-3.135,1.225c-0.938,0.618-1.5,1.367-1.725,2.293
+			c-0.167,0.694-0.085,1.402,0.003,1.941c0.007,0.032,0.011,0.056,0.013,0.056c0.006,0,0.027,0.011,0.074,0.03
+			c2.633,1.051,4.449,2.667,5.555,4.938c0.062,0.133,0.113,0.159,0.229,0.171c0.328,0.035,0.618,0.055,0.888,0.055
+			c0.768,0,1.412-0.146,1.975-0.444c0.387-0.203,0.791-0.308,1.202-0.308c0.408,0,0.827,0.102,1.245,0.306
+			c0.303,0.148,0.588,0.322,0.848,0.521c0.156,0.118,0.306,0.247,0.455,0.379C50.656-31.989,51.193-33.894,50.981-36.016z"/>
+		<g>
+			<g>
+				<path fill="#1A1A1A" d="M34.525,0.882c1.176,0.739,1.3,1.919,1.3,1.919c0.424,1.837-1.338,4.871-1.902,6.417
+					c-0.459,1.267-0.871,3.433-0.531,4.744c1.411-0.426,3.166-1.721,4.189-2.839c1.103-1.208,2.004-2.96,1.862-4.574
+					c-0.061-0.653-0.37-1.491-0.839-2.322c-0.2-0.362-0.1-1.131,0.569-1.134c0.505-0.002,0.736,0.077,1.121,0.589
+					c1.344,1.792,1.538,3.41-0.236,5.78c-1.28,1.706-2.655,2.914-4.357,4.178c-0.481,0.358-1.335,0.77-1.933,0.894
+					c-0.653,0.132-1.051-0.185-1.273-0.824c-0.078-0.229-0.127-0.47-0.166-0.713c-0.378-2.14,0.108-4.07,1.155-5.985
+					c1.392-2.541,1.38-3.672,0.121-6.356C33.606,0.655,33.872,0.471,34.525,0.882z"/>
+			</g>
+		</g>
+	</g>
+</symbol>
+<text transform="matrix(1 0 0 1 119.9424 104.2578)" font-family="'AvenirNext-DemiBold'" font-size="45.9139">Outlined black</text>
+<g>
+	<g>
+		
+			<use xlink:href="#New_Symbol_9"  width="108.089" height="108.554" id="XMLID_1_" x="-54.045" y="-54.277" transform="matrix(4.6067 0 0 -4.6067 1439.4668 777.5947)" overflow="visible"/>
+	</g>
+	<g>
+		<path fill="#1A1A1A" d="M1249.424,1094.004h80.455v19.365h-58.273v34.154h54.931v18.662h-54.931v52.463h-22.182V1094.004z"/>
+		<path fill="#1A1A1A" d="M1349.597,1085.555h21.127v133.095h-21.127V1085.555z"/>
+		<path fill="#1A1A1A" d="M1393.784,1105.447c0-3.402,1.261-6.365,3.786-8.892c2.521-2.521,5.721-3.784,9.594-3.784
+			c3.874,0,7.131,1.204,9.771,3.608c2.641,2.408,3.961,5.431,3.961,9.066c0,3.641-1.32,6.664-3.961,9.065
+			c-2.642,2.408-5.897,3.609-9.771,3.609c-3.873,0-7.071-1.26-9.594-3.785C1395.045,1111.816,1393.784,1108.854,1393.784,1105.447z
+			 M1396.777,1134.145h21.127v84.505h-21.127V1134.145z"/>
+		<path fill="#1A1A1A" d="M1443.605,1134.145h20.069v13.556h0.353c1.877-4.226,5.134-7.949,9.771-11.178
+			c4.635-3.228,10.122-4.845,16.46-4.845c5.517,0,10.238,0.972,14.173,2.906c3.932,1.938,7.157,4.488,9.684,7.658
+			c2.521,3.17,4.371,6.809,5.546,10.916c1.171,4.109,1.761,8.334,1.761,12.676v52.814h-21.127v-46.83
+			c0-2.465-0.176-5.045-0.527-7.746c-0.353-2.697-1.117-5.133-2.289-7.307c-1.175-2.171-2.789-3.962-4.842-5.369
+			c-2.055-1.408-4.784-2.111-8.186-2.111c-3.406,0-6.339,0.676-8.803,2.025c-2.466,1.35-4.49,3.08-6.074,5.19
+			c-1.585,2.113-2.79,4.552-3.609,7.308c-0.822,2.76-1.232,5.545-1.232,8.362v46.478h-21.127V1134.145L1443.605,1134.145z"/>
+		<path fill="#1A1A1A" d="M1546.418,1085.555h21.127v84.152h0.527l32.041-35.562h27.112l-36.618,38.203l38.907,46.302h-27.991
+			l-33.451-43.31h-0.527v43.31h-21.127V1085.555z"/>
+	</g>
+</g>
+<g>
+	
+		<use xlink:href="#New_Symbol_10"  width="74.472" height="74.981" id="XMLID_10_" x="-37.236" y="-37.491" transform="matrix(1.6523 0 0 -1.6523 274.5635 1155.2812)" overflow="visible"/>
+	<g>
+		<g>
+			<path fill="#0B0B0B" d="M351.884,1131.66h55.28v13.307h-40.039v23.467h37.74v12.822h-37.74v36.047h-15.241V1131.66z"/>
+			<path fill="#0B0B0B" d="M420.711,1125.854h14.516v91.449h-14.516V1125.854z"/>
+			<path fill="#0B0B0B" d="M451.072,1139.523c0-2.339,0.865-4.375,2.601-6.109c1.733-1.732,3.933-2.6,6.592-2.6
+				c2.661,0,4.899,0.827,6.714,2.479c1.814,1.654,2.723,3.732,2.723,6.23c0,2.5-0.907,4.577-2.723,6.229
+				c-1.813,1.654-4.053,2.48-6.714,2.48c-2.659,0-4.857-0.865-6.592-2.603C451.938,1143.898,451.072,1141.863,451.072,1139.523z
+				 M453.128,1159.24h14.517v58.062h-14.517V1159.24z"/>
+			<path fill="#0B0B0B" d="M485.303,1159.24h13.789v9.313h0.243c1.288-2.903,3.526-5.463,6.714-7.682
+				c3.186-2.217,6.955-3.326,11.311-3.326c3.789,0,7.033,0.664,9.736,1.996c2.701,1.33,4.918,3.084,6.653,5.262
+				c1.733,2.178,3.003,4.678,3.812,7.5c0.806,2.822,1.209,5.728,1.209,8.709v36.289h-14.517v-32.176c0-1.693-0.12-3.468-0.362-5.322
+				c-0.241-1.854-0.768-3.527-1.572-5.021c-0.807-1.49-1.917-2.722-3.325-3.689c-1.412-0.967-3.288-1.451-5.625-1.451
+				c-2.34,0-4.355,0.465-6.049,1.391c-1.693,0.931-3.084,2.117-4.173,3.568c-1.09,1.453-1.918,3.127-2.479,5.021
+				c-0.565,1.896-0.848,3.812-0.848,5.745v31.937h-14.517V1159.24z"/>
+			<path fill="#0B0B0B" d="M555.943,1125.854h14.516v57.82h0.363l22.016-24.434h18.629l-25.161,26.248l26.732,31.813h-19.233
+				l-22.981-29.758h-0.363v29.758h-14.516L555.943,1125.854L555.943,1125.854z"/>
+		</g>
+	</g>
+</g>
+<g>
+	
+		<use xlink:href="#New_Symbol_9"  width="108.089" height="108.554" x="-54.045" y="-54.277" transform="matrix(7.3988 0 0 -7.3988 615.8281 492.209)" overflow="visible"/>
+</g>
+<g>
+	<g>
+		<path fill="#1A1A1A" d="M1565.707,350.326h67.215v16.178h-48.684v28.535h45.89v15.59h-45.89v43.83h-18.531V350.326z"/>
+		<path fill="#1A1A1A" d="M1649.396,343.266h17.648v111.193h-17.648V343.266z"/>
+		<path fill="#1A1A1A" d="M1686.311,359.885c0-2.842,1.054-5.315,3.164-7.426c2.105-2.107,4.779-3.162,8.016-3.162
+			s5.956,1.006,8.162,3.014c2.207,2.013,3.31,4.537,3.31,7.574c0,3.041-1.103,5.566-3.31,7.576c-2.206,2.01-4.928,3.014-8.162,3.014
+			c-3.235,0-5.909-1.051-8.016-3.159C1687.363,365.205,1686.311,362.73,1686.311,359.885z M1688.812,383.859h17.649v70.6h-17.649
+			V383.859z"/>
+		<path fill="#1A1A1A" d="M1727.934,383.859h16.769v11.325h0.293c1.567-3.528,4.288-6.643,8.163-9.34
+			c3.873-2.694,8.457-4.045,13.752-4.045c4.607,0,8.554,0.81,11.841,2.426c3.282,1.619,5.979,3.753,8.09,6.398
+			c2.106,2.647,3.651,5.688,4.633,9.119c0.979,3.434,1.472,6.965,1.472,10.59v44.125h-17.649v-39.123
+			c0-2.062-0.147-4.215-0.442-6.473c-0.293-2.254-0.933-4.287-1.912-6.104c-0.979-1.812-2.33-3.309-4.044-4.486
+			c-1.717-1.176-3.995-1.764-6.839-1.764c-2.846,0-5.295,0.564-7.354,1.691c-2.06,1.127-3.752,2.574-5.074,4.338
+			c-1.323,1.766-2.33,3.801-3.016,6.104c-0.688,2.306-1.029,4.634-1.029,6.986v38.83h-17.649v-70.598H1727.934z"/>
+		<path fill="#1A1A1A" d="M1813.826,343.266h17.65v70.306h0.44l26.769-29.711h22.65l-30.593,31.918l32.504,38.682h-23.385
+			l-27.945-36.182h-0.44v36.182h-17.65V343.266z"/>
+	</g>
+	
+		<use xlink:href="#New_Symbol_10"  width="74.472" height="74.981" x="-37.236" y="-37.491" transform="matrix(4.771 0 0 -4.771 1369.1055 275.4668)" overflow="visible"/>
+</g>
+</svg>


[46/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/svg/color_black.svg
----------------------------------------------------------------------
diff --git a/content/img/logo/svg/color_black.svg b/content/img/logo/svg/color_black.svg
new file mode 100644
index 0000000..d54707c
--- /dev/null
+++ b/content/img/logo/svg/color_black.svg
@@ -0,0 +1,1561 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
+<symbol  id="New_Symbol" viewBox="-50.454 -50.956 100.908 101.912">
+	<path fill="#E65270" d="M14.113-50.013c-1.353,0.017-2.703,0.021-4.055,0.021l-3.49-0.003c0,0-9.979,0.004-14.75,0.004
+		c-0.748,0-1.5-0.003-2.25-0.005s-1.5-0.005-2.252-0.005c-0.469,0-0.938,0.001-1.406,0.004c-2.838,0.017-5.551,0.358-8.062,1.016
+		c-10.003,2.617-17.576,8.551-22.513,17.634c-2.366,4.354-3.711,9.225-3.995,14.473c-0.126,2.334-0.007,4.726,0.355,7.108
+		c0.043,0.284,0.095,0.568,0.146,0.854l0.115,0.65l0.195-0.192c0.103-0.102,0.135-0.208,0.158-0.288
+		c0.098-0.317,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013c1.701-4.852,4.284-9.397,7.896-13.902
+		c0.143-0.178,0.25-0.375,0.312-0.566c1.225-3.771,3.354-7.028,6.326-9.69c2.891-2.588,6.357-4.526,10.316-5.771
+		c-2.539,1.086-4.89,2.475-7.004,4.142c-3.447,2.719-5.933,6.046-7.383,9.89c-0.145,0.386-0.267,0.852-0.07,1.368
+		c0.064,0.176,0.11,0.358,0.158,0.541c0.031,0.126,0.062,0.252,0.102,0.377c0.781,2.553,1.967,4.555,3.625,6.117
+		c1.546,1.456,3.514,2.521,6.018,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.012,0.13c1.32,0.173,2.66,0.377,3.953,0.577
+		l0.779,0.12c0.29,0.044,0.578,0.107,0.877,0.172l0.727,0.152l-0.191-0.325c-0.015-0.028-0.027-0.051-0.048-0.075
+		c-1.226-1.372-2.253-2.897-3.056-4.538c-0.067-0.139-0.213-0.267-0.354-0.312c-0.174-0.057-0.347-0.113-0.52-0.171
+		c-0.551-0.185-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3c-0.494-0.07-0.987-0.139-1.479-0.229
+		c-1.652-0.294-2.932-0.825-3.898-1.636c0.212,0.051,0.431,0.083,0.646,0.114c0.299,0.043,0.607,0.089,0.889,0.186
+		c1.523,0.53,3.195,0.776,5.263,0.776l0.279-0.001c0.37-0.004,0.741-0.021,1.116-0.039l0.727-0.03l-0.055-0.179
+		c-1.482-4.845-1.44-9.599,0.119-14.157c-0.652,3.091-0.771,5.962-0.367,8.737c0.617,4.241,2.486,7.896,5.556,10.863
+		c2.069,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.021,8.588,2.691l0.527,0.129c1.988,0.478,4.045,0.972,6.036,1.557
+		c2.987,0.875,5.583,2.314,7.716,4.284c0.319,0.295,0.683,0.63,0.969,1c2.037,2.64,4.412,4.513,7.258,5.727
+		c0.082,0.035,0.175,0.122,0.234,0.221c0.932,1.52,2.049,2.639,3.416,3.424c0.305,0.175,0.608,0.263,0.903,0.263
+		c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33c0.479-0.481,0.862-1.073,1.211-1.859
+		c0.043-0.094,0.082-0.124,0.187-0.137c0.348-0.046,0.705-0.093,1.061-0.163c5.815-1.153,9.862-5.625,10.565-11.675
+		c0.019-0.161,0.031-0.324,0.045-0.486c0.03-0.384,0.062-0.78,0.176-1.137c0.145-0.451,0.361-0.896,0.574-1.321
+		c0.092-0.189,0.188-0.382,0.275-0.575c0.075-0.166,0.154-0.33,0.232-0.494c0.185-0.389,0.373-0.786,0.531-1.193
+		c0.24-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.342-0.319c-0.07,0-0.146,0.024-0.224,0.072
+		c-0.16,0.103-0.31,0.217-0.458,0.335c-0.07,0.058-0.143,0.111-0.215,0.165c-0.08,0.062-0.158,0.123-0.236,0.188
+		c-0.188,0.146-0.361,0.288-0.557,0.395c-0.07,0.039-0.144,0.061-0.215,0.061c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245
+		c0.489-0.434,0.978-0.869,1.457-1.31c0.101-0.092,0.168-0.262,0.159-0.4c-0.057-0.908-0.374-1.661-0.945-2.241
+		c-0.68-0.688-1.393-1.022-2.178-1.022c-0.168,0-0.34,0.016-0.514,0.047c-0.031-0.305-0.097-0.419-0.351-0.555
+		c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.368-0.981c-0.414-0.229-0.779-0.386-1.119-0.476
+		c-1.031-0.274-2.072-0.377-3.014-0.421c0.404-0.056,0.826-0.083,1.279-0.083c0.289,0,0.587,0.012,0.908,0.033l0.185,0.019
+		c0.136,0.013,0.274,0.025,0.406,0.025c0.177,0,0.323-0.022,0.446-0.073c0.84-0.344,1.662-0.76,2.433-1.154
+		c0.151-0.078,0.26-0.11,0.36-0.11c0.057,0,0.11,0.011,0.168,0.032l0.225,0.084c0.421,0.159,0.855,0.323,1.271,0.507
+		c0.986,0.439,1.838,0.646,2.678,0.646c0.225,0,0.449-0.017,0.673-0.047c0.575-0.078,1.248-0.21,1.854-0.583
+		c0.299-0.184,0.697-0.491,0.734-1.064c0.002-0.01,0.021-0.044,0.068-0.088c0.074-0.067,0.15-0.131,0.228-0.195
+		s0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624c-0.019-0.181-0.059-0.605-0.422-0.605
+		c-0.109,0-0.238,0.04-0.418,0.131c-0.074,0.039-0.144,0.07-0.207,0.088c0.178-0.108,0.35-0.217,0.519-0.332
+		c0.401-0.273,0.597-0.691,0.578-1.242c-0.038-1.2-1.302-2.336-2.601-2.336c-0.154,0-0.307,0.019-0.451,0.049
+		c-0.383,0.085-0.859,0.245-1.146,0.743c-0.009,0.014-0.042,0.036-0.049,0.038l-0.221-0.01c-0.26-0.01-0.528-0.021-0.777-0.078
+		l-0.073-0.017c-0.423-0.098-0.858-0.195-1.305-0.195c-0.179,0-0.345,0.016-0.507,0.047c-0.199,0.037-0.396,0.086-0.598,0.136
+		l-0.146,0.035c-0.23-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097c-1.426-0.47-2.961-0.705-4.562-0.705
+		c-0.841,0-1.724,0.063-2.623,0.191c-3.546,0.507-6.021,2.435-7.358,5.729c-0.226,0.552-0.377,1.138-0.524,1.706
+		c-0.071,0.274-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.689-1.619,3.859c-1.217,2.123-2.721,3.636-4.6,4.625
+		c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208c-0.157-0.028-0.313-0.062-0.472-0.096
+		c0.547-0.025,1.066-0.055,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219c2.633-1.671,4.248-3.747,4.937-6.345
+		c0.386-1.452,0.935-2.898,1.634-4.299c0.404-0.812,0.918-1.752,1.658-2.546c1.047-1.119,2.395-1.884,4.241-2.403
+		c0.505-0.143,1.007-0.298,1.506-0.458c0.276-0.089,0.468-0.28,0.587-0.588c0.289-0.75,0.361-1.514,0.213-2.269
+		c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.537-1.366-2.361-1.923c-0.414-0.277-0.803-0.572-1.157-0.875
+		c-0.303-0.26-0.46-0.6-0.442-0.958c0.025-0.59,0.069-0.612,0.18-0.612c0.092,0,0.236,0.035,0.471,0.111
+		c0.115,0.038,0.229,0.084,0.342,0.134l0.687,0.296c0.392,0.169,0.782,0.339,1.178,0.503c0.856,0.356,1.703,0.54,2.515,0.54
+		c0.435,0,0.868-0.052,1.291-0.153c1.521-0.364,2.519-1.267,2.967-2.686c0.119-0.384,0.103-0.712-0.055-0.979
+		c-0.104-0.177-0.343-0.325-0.541-0.331c-0.184,0-0.355,0.163-0.488,0.308c-0.073,0.081-0.092,0.187-0.105,0.279
+		c-0.006,0.03-0.011,0.062-0.018,0.09c-0.135,0.505-0.322,0.835-0.604,1.056c0.504-0.685,0.729-1.417,0.688-2.23
+		c-0.041-0.807-0.646-1.37-1.471-1.37c-0.033,0-0.066,0.002-0.103,0.004c-0.313,0.019-0.513,0.188-0.545,0.466
+		c-0.022,0.192-0.022,0.39-0.023,0.58c0,0.079,0,0.158-0.002,0.237c-0.002,0.104-0.001,0.205,0,0.309
+		c0,0.222,0.001,0.431-0.026,0.637c-0.062,0.444-0.326,0.744-0.785,0.891c-0.032,0.012-0.064,0.02-0.098,0.023
+		c0.139-0.079,0.258-0.188,0.344-0.346c0.17-0.315,0.314-0.602,0.394-0.911c0.204-0.821,0.003-1.461-0.581-1.853
+		c-0.303-0.201-0.691-0.276-1.033-0.324c-0.139-0.02-0.275-0.026-0.412-0.026c-0.511,0-1.011,0.12-1.492,0.234l-0.246,0.059
+		c-0.457,0.104-0.861,0.158-1.25,0.159c-0.332,0-0.678-0.064-1.012-0.126l-0.154-0.028c-2.533-0.456-4.811-0.677-6.959-0.677
+		L14.113-50.013z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.453c0,0-3.734-4.456-10.078-1.903
+		c-5.81,2.341-3.691,8.784-3.691,8.784s1.029-3.996,4.036-5.51C29.35-21.275,34.73-20.453,34.73-20.453z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.328-22.361c0.809-0.822,0.824-1.663,1.078-2.688
+		c0.479-1.928,1.068-3.602,2.296-5.188c1.181-1.524,2.594-2.602,4.419-3.303c1.581-0.606,3.613-0.427,3.311-2.781l-0.529-1.982
+		c-4.041,0-7.825,1.844-9.367,5.854c-1.352,3.518,0.24,7.769-3.857,13.717C14.006-19.133,15.909-21.932,16.328-22.361z"/>
+	<g opacity="0.2">
+		<path fill="#2B2B2B" d="M14.729-20.613c0.062-0.25,0.117-0.504,0.174-0.757C14.752-21.184,14.674-20.949,14.729-20.613z"/>
+	</g>
+	
+		<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="44097.3438" y1="69.667" x2="44125.8125" y2="-63.1789" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_1_)" d="M-32.348-35.985c-15.241,1.506-17.035,16.678-17.035,16.678s-0.828,7.032,1.104,13.93
+		c1.241-12.55,11.309-21.239,11.309-21.239S-34.758-33.767-32.348-35.985z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.148-30.207c0,0-3.197-0.304-7.461,4.873
+		c4.111-7.461,9.44-7.613,9.44-7.613L-36.148-30.207z"/>
+	
+		<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="44081.2695" y1="71.4414" x2="44111.5938" y2="-70.0674" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_2_)" d="M-27.911-38.918c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.781,10.628,4.781,10.628
+		s-25.506,4.782-25.906-13.817c0.888-4.027,4.791-7.921,7.236-10.028c-0.479,1.078-6.568,17.833,13.711,16.467
+		c-7,0.596-17.105-6.716-12.289-17.67C-28.204-38.731-27.911-38.918-27.911-38.918z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.016-18.685c-5.272-1.982-14.226-1.973-11.678-15.426
+		c-0.408-0.306-2.445,2.854-1.937,2.547C-36.975-19.537-26.446-20.232-21.016-18.685z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.34-13.867c5.127,2.028,0.964-3.722,0.236-4.642
+		c-1.684-2.128-5.941-1.436-8.211-2.146c-1.305-0.408-6.535-1.175-8.269-6.128c-0.771-2.194-1.06-5.781,0.581-10.146
+		c-0.407-0.308-3.104,2.646-2.594,2.342C-36.924-15.256-16.51-22.195-14.34-13.867z"/>
+	<path fill="#F9E0E7" d="M36.632-5.973c0.14,0.384,0.378,0.875,0.679,1.165c0.07-0.033,0.146-0.037,0.203-0.073
+		c0.5,0.324,1.289,0.281,1.918,0.281c0.375,0,0.924,0.104,1.286-0.037c0.528-0.205,0.468-0.761,0.688-1.182
+		c0.414-0.786,1.691-0.796,1.695-1.907c0.004-0.523,0.135-1.232,0.002-1.744c-0.101-0.38-0.525-0.264-0.892-0.264
+		c-1.108,0-2.215-0.031-3.326-0.031L37.349-8.62c-0.41-0.131-0.73,0.729-0.787,1.021C36.471-7.118,36.459-6.451,36.632-5.973z"/>
+	<path fill="#FFFFFF" d="M41.757-7.496c0.188,0.077,0.466,0.378,0.581,0.555c0.084,0.127,0.061,0.208,0.24,0.203
+		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.408,0.277
+		c-0.135,0.04-0.33,0.021-0.473,0.015c-0.207-0.009-0.496-0.149-0.684-0.069L41.757-7.496z"/>
+	
+		<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="44076.2969" y1="62.4629" x2="44078.1016" y2="-21.4847" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_3_)" d="M-18.989,13.067c0.07,0.081,0.089,0.105,0.11,0.128c2.035,1.9,3.113,4.298,3.693,6.979
+		c0.381,1.755-0.104,3.303-0.895,4.816c-0.014,0.025-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
+		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.612-7.753-12.243-24.064c0.008-0.101,0.025-0.197,0.039-0.31
+		c0.246,0.229,0.461,0.466,0.709,0.661c0.885,0.692,1.906,1.133,2.973,1.431c1.951,0.544,3.914,1.044,5.881,1.525
+		c2.236,0.548,4.486,1.056,6.645,1.882c1.221,0.466,2.354,1.08,3.438,1.82c1.613,1.104,3.007,2.425,4.207,3.955
+		c0.699,0.891,1.025,1.571,1.34,2.618C-5.136,9.311-5.24,7.809-5.54,6.851c-0.312-0.989-0.838-1.853-1.524-2.646
+		C-6.9,4.257-6.72,4.284-6.573,4.368c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.568,1.413,4.062
+		c0.001,0.021,0.011,0.042,0.017,0.075c0.396-1.833,0.339-4.953-1.727-7.17c0.73,0.257,1.391,0.516,2.066,0.717
+		c0.559,0.166,0.928,0.493,1.236,0.984c1.356,2.146,2.48,4.396,3.088,6.877c0.471,1.916,0.588,3.84,0.061,5.765
+		c-0.598,2.176-1.912,3.851-3.7,5.182c-1.242,0.925-2.612,1.611-4.05,2.173c-0.087,0.034-0.174,0.065-0.26,0.103
+		c-0.014,0.005-0.021,0.021-0.075,0.081c0.498-0.137,0.944-0.253,1.386-0.384c2.061-0.612,4.034-1.41,5.782-2.688
+		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.468-1.71-4.665-3.109-6.746
+		C3.798,8.092,3.756,8.029,3.715,7.964C3.709,7.955,3.71,7.938,3.702,7.901C3.76,7.923,3.806,7.938,3.848,7.96
+		c2.932,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.482,5.284,4.18,8.438c0.877,3.98-0.084,7.514-2.662,10.631
+		c-1.629,1.973-3.644,3.465-5.873,4.681c-2.877,1.566-5.938,2.59-9.178,3.061c-1.842,0.269-3.686,0.32-5.527-0.034
+		c-1.012-0.192-1.668-0.458-2.789-1.106c0.142,0.121,0.277,0.249,0.426,0.358c1.007,0.765,2.168,1.16,3.387,1.407
+		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.148-1.24,8.991-2.646c0.278-0.14,0.553-0.283,0.86-0.441
+		c0,0.258-0.016,0.483,0.004,0.706c0.025,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.409-0.065,0.46-0.319
+		c0.041-0.215,0.052-0.436,0.083-0.652c0.069-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
+		c0.02-0.015,0.046-0.014,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.019,0.659-0.011,0.988
+		c0.002,0.081,0.06,0.211,0.115,0.227c0.077,0.021,0.217-0.018,0.266-0.079c0.129-0.17,0.268-0.354,0.326-0.556
+		c0.129-0.428,0.188-0.876,0.321-1.301c0.089-0.275,0.228-0.547,0.403-0.775c0.191-0.25,0.386-0.195,0.459,0.111
+		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.019,0.205,0.05,0.299c0.024,0.081,0.084,0.148,0.127,0.223
+		c0.066-0.061,0.164-0.106,0.192-0.182c0.067-0.17,0.133-0.353,0.142-0.532c0.021-0.396-0.017-0.795,0.012-1.189
+		c0.016-0.21,0.086-0.434,0.188-0.616c0.114-0.203,0.298-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.201,0.99
+		c0.046,0.224,0.093,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.067-0.647,0.101-1.297,0.157-1.945
+		c0.045-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.449-2.346c0.239-0.406,0.461-0.443,0.686-0.025
+		c0.254,0.475,0.443,0.982,0.658,1.479c0.094,0.217,0.172,0.438,0.271,0.652c0.046,0.104,0.124,0.192,0.195,0.3
+		c0.255-0.185,0.316-0.427,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.102-0.39-0.209-0.779-0.27-1.177
+		c-0.023-0.16,0.049-0.352,0.121-0.507c0.104-0.225,0.268-0.252,0.443-0.076c0.18,0.178,0.318,0.395,0.492,0.576
+		c0.099,0.104,0.234,0.167,0.354,0.249c0.067-0.146,0.203-0.298,0.191-0.438c-0.025-0.297-0.096-0.6-0.205-0.878
+		c-0.223-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.013-0.108,0.078-0.299,0.163-0.33
+		c0.089-0.031,0.265,0.057,0.344,0.144c0.363,0.398,0.704,0.819,1.061,1.228c0.086,0.102,0.203,0.174,0.305,0.262
+		c0.035-0.018,0.068-0.032,0.104-0.051c-0.035-0.231-0.025-0.481-0.109-0.696c-0.144-0.357-0.32-0.708-0.524-1.033
+		c-0.323-0.517-0.692-1.002-1.022-1.512c-0.612-0.943-1.018-1.973-1.271-3.069c-0.184-0.788-0.443-1.559-0.671-2.334
+		c-0.026-0.096-0.062-0.189-0.065-0.296c0.199,0.317,0.394,0.641,0.6,0.957c0.431,0.664,0.928,1.274,1.596,1.714
+		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.729,2.299c0.524,0.267,1.025,0.588,1.502,0.936
+		c0.604,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.027-0.383,1.562c-0.312-0.498-0.588-0.978-0.902-1.428
+		s-0.704-0.832-1.283-1.089c0.053,0.099,0.067,0.142,0.094,0.177c0.812,1.119,1.279,2.391,1.642,3.708
+		c0.037,0.136-0.005,0.3-0.029,0.447c-0.166,0.96-0.086,1.922-0.043,2.885c0.011,0.191,0.011,0.39-0.017,0.58
+		c-0.012,0.088-0.083,0.198-0.158,0.231c-0.051,0.023-0.184-0.047-0.229-0.108c-0.187-0.262-0.395-0.519-0.52-0.808
+		c-0.503-1.169-0.984-2.348-1.465-3.524c-0.598-1.469-1.271-2.895-2.299-4.121c-0.465-0.555-0.993-1.038-1.643-1.375
+		c-0.123-0.063-0.256-0.114-0.395-0.158c1.005,1.039,1.23,2.354,1.275,3.699c0.06,1.722,0.025,3.448,0.043,5.172
+		c0.018,1.864,0.172,3.712,0.728,5.508c0.021,0.071-0.015,0.175-0.054,0.246c-0.156,0.306-0.355,0.592-0.485,0.908
+		c-0.272,0.663-0.501,1.343-0.769,2.01c-0.155,0.392-0.209,0.421-0.629,0.391c-0.451-0.032-0.722,0.227-0.961,0.548
+		c-0.184,0.243-0.259,0.237-0.385-0.048c-0.137-0.31-0.245-0.629-0.393-0.934c-0.051-0.104-0.182-0.172-0.275-0.256
+		c-0.072,0.106-0.191,0.21-0.204,0.323c-0.038,0.369-0.028,0.741-0.055,1.111c-0.013,0.184-0.037,0.37-0.099,0.542
+		c-0.03,0.081-0.154,0.169-0.244,0.176c-0.063,0.005-0.174-0.104-0.201-0.186c-0.092-0.263-0.145-0.537-0.229-0.802
+		c-0.066-0.213-0.162-0.236-0.289-0.062c-0.925,1.26-2.158,2.153-3.478,2.947c-0.39,0.234-0.772,0.479-1.159,0.715
+		c-0.027-0.009-0.054-0.019-0.079-0.026c0.05-0.429,0.101-0.857,0.149-1.285c-0.035-0.019-0.07-0.035-0.104-0.053
+		c-0.123,0.104-0.263,0.19-0.365,0.312c-0.256,0.303-0.488,0.625-0.748,0.927c-0.515,0.604-1.162,1.036-1.785,1.179
+		c0.197-0.675,0.385-1.314,0.57-1.955c-0.028-0.015-0.061-0.027-0.09-0.04c-0.064,0.08-0.14,0.154-0.193,0.241
+		c-0.15,0.245-0.299,0.489-0.438,0.741c-0.594,1.075-1.51,1.695-2.712,1.868c-0.817,0.118-1.646,0.196-2.469,0.252
+		c-0.604,0.042-1.185,0.131-1.738,0.396c-0.384,0.175-0.8,0.296-1.208,0.431c-0.068,0.024-0.159-0.005-0.238-0.01
+		c0.006-0.087-0.013-0.188,0.022-0.26c0.192-0.376,0.401-0.743,0.594-1.119c0.071-0.135,0.117-0.284,0.173-0.427
+		c-0.019-0.021-0.037-0.04-0.055-0.061c-0.123,0.041-0.251,0.069-0.366,0.125c-0.532,0.258-1.071,0.501-1.586,0.791
+		c-0.524,0.296-1.101,0.32-1.668,0.368c-1.774,0.149-3.528,0.03-5.243-0.489c-1.043-0.314-2.007-0.788-2.855-1.521
+		c0.107,0.011,0.218,0.011,0.322,0.03c1.035,0.213,2.071,0.413,3.137,0.378c0.726-0.023,1.433-0.139,2.07-0.507
+		c0.102-0.058,0.166-0.18,0.248-0.271c-0.143-0.05-0.293-0.146-0.43-0.128c-0.331,0.039-0.654,0.162-0.988,0.189
+		c-1.062,0.095-2.084-0.15-3.095-0.429c-2.448-0.672-4.665-1.815-6.724-3.286c-0.502-0.357-1.023-0.688-1.545-1.02
+		c-1.016-0.646-1.838-1.481-2.488-2.492c-0.076-0.12-0.146-0.249-0.195-0.382c-0.133-0.37-0.035-0.679,0.314-0.863
+		c0.25-0.132,0.527-0.226,0.804-0.293c3.659-0.892,6.384-3.908,6.806-7.639c0.159-1.399,0.354-2.802,0.284-4.221
+		c-0.161-3.257-1.327-6.095-3.502-8.519c-1.293-1.442-2.821-2.589-4.495-3.554C-18.855,13.132-18.891,13.118-18.989,13.067z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M27.898,34.688c-1.555-12.138-6.941-9.391-10.465-16.167
+		c-0.193,0.256-0.638-1.816,0.25,2.031c0.889,3.851,3.437,2.112,5.848,6.516C26.584,32.634,25.975,33.133,27.898,34.688z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M11.805,34.459c-0.578-3.474-5.49-3.317-9.693-1.843
+		c-4.567,1.602-14.057,2.116-14.82,0.205c-0.381-0.438-1.146,1.363-1.146,1.363s7.207,7.863,19.272-0.436
+		c-0.491,0.764,4.336,3,4.336,3S11.205,37.19,11.805,34.459z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-13.193,1.103c0.262-0.65,2.396-0.212,2.596,0.803
+		c-3.148,3.566,5.14,10.119-2.504,18.672C-8.1,7.382-18.749,6.845-13.193,1.103z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-13.193,1.103c0.262-0.65,0.215-0.464,0.414,0.551
+		c-3.148,3.567,5.237,8.768-0.322,18.924C-8.1,7.382-18.749,6.845-13.193,1.103z"/>
+	
+		<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="44098.6875" y1="53.8379" x2="44078.4219" y2="18.9242" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_4_)" d="M-1.723,3.707c15.129,15.919-3.996,13.252-10.229,24.057c0.011,0.186,0.024,0.366,0.024,0.557
+		c0,1.502-0.364,2.916-0.998,4.17c5.834-8.653,20.623-1.023,17.751-18.712C4.566,12.87,2.508,3.906-1.723,3.707z"/>
+	
+		<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="44095.125" y1="32.8574" x2="44077.6445" y2="2.7493" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_5_)" d="M-1.723,3.707C-7.951,0.65-13.396,0.56-13.139,1.467c12.375,8.397,2.386,17.05,0.057,25.201
+		c0.159,0.658,1.154,0.903,1.154,1.65c0,0.08-0.01,0.156-0.012,0.235c0.18-0.809,0.606-1.09,1.015-1.5
+		C-5.173,21.251,13.111,19.312-1.723,3.707z"/>
+	<path fill="#E65271" d="M-3.673,3.944c9.579,14.308-8.304,17.026-8.175,21.562c-1.424-9.33,15.718-13.324-0.389-24.491
+		C-12.494,0.109-9.902,0.886-3.673,3.944z"/>
+	
+		<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="44056.0742" y1="55.1055" x2="44058.0898" y2="19.9343" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_6_)" d="M23.095,28.798c0.761-1.271-0.084-2.771-0.97-4.176c-0.818-1.298-2.793-0.873-4.133-4.002
+		l0.115,2.438c1.484,2.587-1.027,6.148-1.727,8.555c-1.189,4.1-2.484,7.883-0.906,12.043c0.106,0.279,0.197,0.585,0.305,0.872
+		c0.787-0.581,1.381-1.16,2.058-2.043c0.447-0.586,0.291,1.512,0.879,1.071c0.433-0.319-0.021-1.803,0.392-2.146
+		c0.461-0.39,0.74,1.868,1.074,1.368c0.781-1.174,1.229-0.429,1.562-0.781c0.301-0.319,1.005-2.778,1.289-3.111
+		c0.277-0.323,0.543-0.656,0.805-0.991c-0.158-1.79-0.506-3.802-1.082-5.417C22.213,30.953,22.188,30.317,23.095,28.798z"/>
+	<path fill="#E65271" d="M1.801,47.489c0.047-0.017,0.086-0.024,0.11-0.023c0.419,0.007-1.13,1.954-0.685,1.954
+		c0.752,0,1.812-0.776,2.547-0.833c1.553-0.119,3.162-0.084,4.537-0.713c1.317-0.604,1.903-2.479,2.198-2.558
+		c0.298-0.082-0.717,2.167-0.426,2.067c0.493-0.166,0.887-0.41,1.212-0.68c1.3-1.861,1.723-11.084-0.186-10.846
+		c-2.004,0.25,3.162-0.708,3.183-0.631c1.728,6.521-2.121,10.531-1.947,10.305c0.228-0.3,0.411-0.533,0.606-0.608
+		c0.41-0.158-0.256,1.572,0.119,1.343c1.193-0.729,2.039-1.243,2.734-1.761c0.021-0.03,0.027-0.102,0.061-0.088
+		c0.513,0.213,3.673,0.956,1.268-10.396c3.652,7.391,0.793,10.291,1.073,9.988c1.297-1.4,1.562-4.818,1.729-6.845
+		c0.157-1.901-1.039-6.235-2.588-7.668c-1.092-1.008-1.07,0.24-1.479,1.204c-0.673,1.583-1.907,2.859-3.027,4.163
+		c-0.834,0.97-1.846,1.679-2.763,2.547c-0.999,0.946-1.525,2.268-2.418,3.306c-0.799,0.928-1.78,1.667-2.539,2.635
+		c-0.852,1.084-1.421,2.324-2.361,3.322C2.461,46.993,2.127,47.233,1.801,47.489z"/>
+	
+		<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="44057.9609" y1="19.9775" x2="44069.5781" y2="71.4505" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#E65271"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_7_)" d="M8.804,48.525c2.232,0.007,3.634-1.062,5.48-2.084c1.53-0.851,3.411-0.859,4.704-2.031
+		c1.718-1.559,2.461-3.104,2.783-5.386c0.369-2.598,0.414-5.91-0.078-8.499c-0.252-1.328-1.195-4.05-2.19-5.021l-1.194,0.76
+		C15.955,32.345,8.856,34.84,6.17,40.816c-0.792,1.759-1.09,4.045-1.109,5.967C5.04,48.795,7.178,48.519,8.804,48.525z"/>
+	<path fill="#F6E8A0" d="M-13.405,33.329c-1.298,2.017-3.353,3.5-5.767,4.039c-0.614,0.137-1.715,0.519-0.625,1.83
+		c1.165,1.818,2.839,2.516,3.74,3.184c3.623,2.69,2.125,2.965,4.238,3.209c0.826,0.096,0.608,0.168,1.027,0
+		s-0.322,0.118-0.587,0.293c-2.358,1.561-2.188-1.553-1.175-0.88c3.019,2.334,9.971,3.972,11.92,3.638
+		c0.283-0.048,2.242-1.18,2.543-1.175c0.419,0.007-1.129,1.954-0.684,1.954c0.75,0,1.812-0.776,2.547-0.833
+		c1.521-0.117,6.146-2.238,6.112-7.822c-0.01-1.706,0.095-2.902-0.135-4.015C8.064,28.583-9.008,40.045-13.405,33.329z"/>
+	<path fill="#FFFFFF" d="M7.031,38.364c-0.791,0.988-5.934,2.769-5.934,2.769s-8.539,2.943-16.414-5.438
+		c4.024,3.195,11.098,1.855,16.213,1.265c0.676-0.079-1.461,0.603-0.901,0.81c1.899,0.703,3.659-1.267,5.553-0.887
+		C6.432,37.059,6.962,37.539,7.031,38.364z"/>
+	<path fill="#F6E8A0" d="M0.48,39.747c-3.136,0.826-6.271-0.383-6.875-0.42c0.285,0.427,0.748,1.412,3.07,1.752
+		c0.534,0.079,1.604-0.007,2.165-0.006c1.004,0.002,1.627-0.24,2.513-0.667c0.565-0.272,1.932-0.562,2.365-0.494
+		c0,0,4.807-0.362,3.215-1.992c-1.591-1.629-3.912,2.101-9.007,0.908C-2.072,38.994-0.908,39.825,0.48,39.747z"/>
+	<g>
+		<path fill="#F8D285" d="M-4.273,46.505c-1.981,1.312-5.447,0.187-5.896,0.193c-0.01,0.046,0.018,0.097,0.098,0.148
+			c3.02,2.334,7.492,2.126,9.441,1.792c0.015-0.002,0.035-0.009,0.058-0.017c0.009-0.003,0.023-0.008,0.035-0.013
+			c0.422-0.162,1.802-0.939,2.304-1.11c2.938-1.665,7.579-5.181,7.988-10.751c-1.669,0.742-2.869,1.465-3.791,2.169
+			c-0.311,0.237-7.332,7.576-25.917-1.242c0,0-0.517,0.284-0.222,0.948c4.197,6.744,11.859,8.681,24.062,2.294
+			C2.156,42.979,1.318,44.847-4.273,46.505z"/>
+	</g>
+	
+		<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="44098.2812" y1="45.7363" x2="44055.2773" y2="9.1053" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_8_)" d="M7.607,8.602c6.883,7.039,9.688,12.298,6.356,17.961c-5.396,9.179-22.014-0.395-29.241,8.865
+		c0.766-0.875,2.395-2.608,3.969-3.46c5.357-3.5,15.44-2.374,18.653-5.08C11.479,23.409,12.534,16.391,7.607,8.602z"/>
+	
+		<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="44059.4766" y1="20.1328" x2="44101.2734" y2="8.766" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_9_)" d="M-14.818,23.315c-0.008-0.472,1.072-3.195,0.903-3.822c-1.45-5.353-7.733-7.979-7.733-7.979
+		s-7.037-2.832-8.156-15.776c-1.283-0.923-1.105,1.043-1.065,1.917C-30.071,14.63-15.948,12.733-14.818,23.315z"/>
+	
+		<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="43948.2148" y1="68.9941" x2="44144.543" y2="-36.2723" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_10_)" d="M9.124-4.737C9.008-4.683,8.897-4.614,8.775-4.579C8.159-4.407,7.538-4.249,6.92-4.073
+		C6.725-4.017,6.539-3.928,6.348-3.855C6.35-3.813,6.352-3.772,6.352-3.732c0.223,0.04,0.441,0.11,0.664,0.113
+		c0.887,0.01,1.774-0.002,2.662-0.004c1.254-0.003,2.512,0.003,3.721,0.369c0.59,0.18,1.166,0.45,1.707,0.751
+		c5.713,3.18,9.75,7.834,12.179,13.895c0.497,1.239,0.878,2.52,1.172,3.82c0.019,0.072,0.026,0.147,0.048,0.272
+		c-0.095-0.058-0.156-0.086-0.213-0.123c-3.496-2.395-7.314-4.019-11.48-4.808c-1.49-0.281-2.994-0.422-4.51-0.466
+		c-0.113-0.003-0.258-0.046-0.333-0.124C9.703,7.653,7.027,5.945,4.14,4.524C1.835,3.391-0.598,2.706-3.1,2.219
+		c-3.207-0.623-6.422-1.215-9.629-1.832c-3.939-0.757-7.858-1.598-11.666-2.886c-2.416-0.816-4.756-1.797-6.896-3.202
+		c-1.611-1.06-3.045-2.312-4.059-3.979c-0.356-0.588-0.609-1.239-0.916-1.858c-0.056-0.111-0.115-0.227-0.201-0.312
+		c-2.124-2.077-2.961-4.604-2.635-7.536c0.242-2.169,1.019-4.153,2.127-6.02c0.131-0.219,0.242-0.447,0.345-0.64
+		c0.053,0.473,0.095,1.003,0.169,1.528c0.469,3.341,2.189,5.829,5.117,7.491c1.703,0.97,3.537,1.611,5.438,2.031
+		c2.084,0.46,4.186,0.847,6.287,1.228c2.551,0.461,5.116,0.846,7.596,1.628c0.482,0.151,0.959,0.326,1.433,0.506
+		c0.61,0.229,1.18,0.524,1.711,0.918c1.758,1.295,3.685,2.287,5.715,3.081c0.056,0.021,0.108,0.045,0.163,0.066
+		c0.002,0.008,0.003,0.019,0.011,0.04c-0.033,0.003-0.062,0.007-0.092,0.007C-5.353-7.521-7.629-7.534-9.9-7.521
+		c-2.033,0.013-4.059-0.05-6.074-0.315c-2.791-0.37-5.492-1.093-8.123-2.094c-3.103-1.184-6.039-2.699-8.887-4.399
+		c-0.076-0.046-0.154-0.09-0.257-0.108c0.054,0.043,0.103,0.091,0.155,0.131c3.117,2.363,6.436,4.381,10.097,5.796
+		c2.55,0.983,5.181,1.629,7.901,1.917c2.396,0.253,4.793,0.229,7.191,0.055c2.073-0.151,4.146-0.302,6.222-0.444
+		c0.18-0.015,0.372,0.012,0.547,0.063c2.051,0.624,4.15,0.991,6.269,1.292C6.393-5.45,7.627-5.15,8.868-4.903
+		c0.084,0.018,0.163,0.062,0.243,0.095C9.115-4.786,9.12-4.761,9.124-4.737z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-29.061-11.729c8.125,9.705,29.203,4.618,38.185,6.992
+		C3.438-8.004-1.189-7.44-1.189-7.44S-20.598-5.296-29.061-11.729z"/>
+	<path fill="#E65271" d="M33.057,25.099c-0.275-0.047-0.478-0.06-0.664-0.12c-0.731-0.229-1.494-0.399-2.181-0.729
+		c-0.653-0.315-1.258-0.762-1.823-1.222c-1.098-0.892-2.145-1.841-3.227-2.744c-0.887-0.739-1.827-1.4-2.947-1.743
+		c-0.361-0.11-0.736-0.173-1.113-0.235c1.459,0.735,2.276,2.045,3.123,3.389c-0.072-0.013-0.098-0.01-0.117-0.019
+		c-2.226-1.089-4.406-2.252-6.388-3.759c-0.528-0.403-0.946-0.861-1.243-1.486c-0.477-0.994-1.08-1.929-1.627-2.887
+		c-0.024-0.043-0.051-0.085-0.117-0.2c0.479,0.101,0.899,0.168,1.312,0.273c1.744,0.446,3.366,1.201,4.958,2.021
+		c2.486,1.287,4.854,2.775,7.15,4.372c0.07,0.048,0.141,0.094,0.232,0.122c-0.021-0.029-0.037-0.061-0.062-0.085
+		c-2.725-2.717-5.781-4.955-9.354-6.438c-1.545-0.644-3.146-1.073-4.812-1.246c-0.062-0.009-0.143-0.028-0.178-0.071
+		c-0.371-0.449-0.733-0.903-1.144-1.41c1.017,0.218,1.974,0.409,2.924,0.63c2.66,0.618,5.269,1.403,7.759,2.535
+		c1.84,0.836,3.594,1.819,5.07,3.217c1.948,1.846,3.382,4.03,4.219,6.588C32.929,24.228,32.967,24.635,33.057,25.099z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-12.962,0.398c0.789,0.265,1.688,0.593,2.647,0.961
+		C0.99,4.884,4.727,7.824,4.727,7.824l11.357,8.408c0,0,1.855-1.421,4.258,0.437c-1.637-1.965-6.66-3.494-6.66-3.494
+		s-0.231-1.546-1.869-2.747c4.468,1.519,11.978,1.083,17.188,5.775c-3.94-11.144-13.726-2.649-23.183-9.58
+		C4.727,5.967-9.697,2.281-2.529,2.534c7.168,0.252,11.89-4.64,17.877-3.036C9.729-2.541,4.762,0.725-3.066,1.275
+		C-1.848,1.031-0.18,0.36,0.531-0.557C-2.307,1.469-7.86,1.562-9.18,1.099C-10.378,0.947-11.637,0.718-12.962,0.398z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M14.156-3.04c-8.237-3.272-37.35,6.206-50.422-8.498
+		c0,0-0.979,0.438,4.227,6.273C-11.571,4.52,3.662-4.733,14.156-3.04z"/>
+	
+		<radialGradient id="SVGID_11_" cx="87651.25" cy="11560.2969" r="14.8738" gradientTransform="matrix(-0.4579 0.1387 0.2675 0.883 37062.1875 -22360.3281)" gradientUnits="userSpaceOnUse">
+		<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+		<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+	</radialGradient>
+	<path opacity="0.7" fill="url(#SVGID_11_)" enable-background="new    " d="M26.893,9.995c2.437,1.371,0.457-1.98-1.979-3.959
+		c-9.595-6.7-13.933,0.924-23.448-2.745C16.023,11.316,17.45,1.315,26.893,9.995z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M26.147,8.092c2.438,1.371,1.203-0.078-1.233-2.058
+		c-9.595-6.7-13.933,0.924-23.448-2.745C10.832,8.501,16.706-0.586,26.147,8.092z"/>
+	<g>
+		
+			<radialGradient id="SVGID_12_" cx="78312.1172" cy="34685.1953" r="23.2511" gradientTransform="matrix(-0.4785 0 0 0.4785 37453.6211 -16583.9492)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_12_)" enable-background="new    " d="M-21.219,11.685
+			c-4.438-4.062-0.959-12.957-0.959-12.957l-3.158-0.677C-25.336-1.949-28.523,6.651-21.219,11.685z"/>
+		
+			<radialGradient id="SVGID_13_" cx="78312.125" cy="34685.1992" r="23.252" gradientTransform="matrix(-0.4785 0 0 0.4785 37453.6211 -16583.9492)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_13_)" enable-background="new    " d="M-13.559,18.5c3.345-5.953-5.526-14.142-0.763-17.041
+			c-0.075-0.391-2.724-1.719-2.6-1.335c-5.879,9.021,3.817,11.172,2.544,16.812c-6.798-9.275-6.871-11.111-3.568-16.983
+			c-0.04-0.032-0.403-0.506-0.765-0.236C-23.876,3.589-25.33,7.941-13.559,18.5z"/>
+	</g>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-2.628,6.402c0.212-2.788,2.159,1.741,2.454,4.867
+		c0.254,11.698-11.607,8.869-12.149,18.333C-13.477,18.835-0.643,19.072-2.628,6.402z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M8.872,11.042c0.21-2.788,5.808,4.388,6.104,7.513
+		c-1.879,20.071-22.537,7.864-27.938,15.26C-8.5,25.713,20.375,36.983,8.872,11.042z"/>
+	
+		<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="44028.9258" y1="-21.6875" x2="44039.9414" y2="-46.5129" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0.0041" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_14_)" d="M46.67-28.04c-0.303-0.266-0.552-0.508-0.826-0.718c-0.22-0.167-0.461-0.315-0.709-0.438
+		c-0.604-0.292-1.212-0.33-1.822-0.006c-0.951,0.504-1.972,0.542-3.013,0.428c-0.303-0.032-0.501-0.176-0.64-0.459
+		c-1.043-2.146-2.781-3.524-4.958-4.396c-0.249-0.1-0.366-0.216-0.41-0.487c-0.11-0.683-0.157-1.355,0.005-2.036
+		c0.264-1.089,0.941-1.87,1.854-2.471c0.955-0.63,2.021-1.001,3.121-1.277c1.323-0.327,2.662-0.548,4.029-0.544
+		c0.695,0.001,1.383,0.082,2.051,0.284c1.492,0.451,2.414,1.448,2.752,2.955c0.219,0.979,0.426,1.968,0.526,2.963
+		c0.229,2.281-0.382,4.328-1.89,6.084C46.714-28.124,46.695-28.082,46.67-28.04z"/>
+	<g>
+		<path opacity="0.3" fill="#F6E8A0" enable-background="new    " d="M42.355-28.208c0.113-0.685,1.399-0.871,1.996-0.851
+			c1.051,0.035,1.731,0.648,2.414,1.444c0.11,0.13,0.196,0.258,0.271,0.389c1.189-0.949,1.855-2.234,1.672-3.545
+			c-0.324-2.31-3.169-3.817-6.352-3.37c-2.201,0.31-3.988,1.475-4.772,2.928c0.582,0.744,0.81,1.689,1.577,2.333
+			C39.909-28.256,41.385-28.166,42.355-28.208z"/>
+	</g>
+	
+		<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="44102.2578" y1="49.9824" x2="44111.2852" y2="-18.6189" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_15_)" d="M-35.044-6.488c0.688-0.34,1.169-0.414,1.596-0.26c-0.491,2.5-0.748,5.021-0.661,7.558
+		c0.098,2.808,0.584,5.542,1.816,8.102c0.156,0.325,0.337,0.64,0.549,0.94c-0.013-0.05-0.021-0.101-0.04-0.147
+		c-0.663-1.665-0.969-3.403-1.069-5.187c-0.158-2.78,0.17-5.516,0.771-8.225c0.015-0.066,0.034-0.13,0.062-0.226
+		c0.393,0.264,0.775,0.516,1.148,0.781c0.045,0.033,0.046,0.154,0.036,0.231c-0.19,1.645-0.177,3.289,0,4.934
+		c0.254,2.35,0.834,4.615,1.661,6.821c1.152,3.08,2.714,5.94,4.621,8.613c0.045,0.062,0.09,0.124,0.132,0.187
+		c0.009,0.014,0.008,0.031,0.021,0.082c-0.277-0.098-0.537-0.187-0.798-0.281c-1.756-0.636-3.476-1.354-5.132-2.222
+		c-0.259-0.134-0.509-0.303-0.729-0.496c-2.33-2.064-3.705-4.674-4.326-7.701c-0.092-0.45-0.158-0.908-0.283-1.36
+		c0.027,0.502,0.041,1.006,0.085,1.508c0.208,2.389,0.655,4.734,1.46,6.997c0.205,0.575,0.062,1.094-0.025,1.634
+		c-0.027,0.168-0.146,0.322-0.224,0.483c-0.129-0.125-0.288-0.23-0.381-0.378c-0.662-1.053-1.089-2.209-1.438-3.395
+		c-0.535-1.814-0.854-3.68-1.117-5.554c-0.244-1.75-0.399-3.51-0.392-5.279c0.009-1.789,0.146-3.562,0.741-5.27
+		c0.283-0.812,0.664-1.573,1.213-2.238c0.195-0.238,0.438-0.441,0.656-0.661C-35.075-6.493-35.061-6.491-35.044-6.488z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-26.934,17.653c0,0-4.446-0.625-6.321-3.683
+		c-1.876-3.056-2.415-8.312-2.415-8.312s-0.96-7.839,2.222-12.404C-35.464,9.994-26.934,17.653-26.934,17.653z"/>
+	
+		<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="44109.7891" y1="50.9766" x2="44118.8164" y2="-17.6291" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_16_)" d="M-35.044-6.488c-0.017-0.003-0.031-0.005-0.047-0.007c-0.917,0.358-1.634,0.975-2.22,1.75
+		c-0.853,1.13-1.301,2.437-1.578,3.804c-0.41,2.038-0.445,4.099-0.271,6.159c0.101,1.177,0.272,2.35,0.415,3.521
+		c0.005,0.042,0.006,0.083,0.01,0.168c-0.072-0.062-0.123-0.097-0.164-0.14c-3.4-3.525-5.957-7.586-7.631-12.191
+		c-0.044-0.12-0.029-0.282,0.008-0.408c1-3.194,2.445-6.183,4.217-9.013c0.748-1.194,1.572-2.34,2.363-3.507
+		c0.062-0.092,0.135-0.175,0.248-0.323c0.028,0.587,0.342,1.062,0.1,1.637c-0.309,0.733-0.508,1.504-0.467,2.316
+		c0.017,0.3,0.088,0.58,0.297,0.858c0.207-0.588,0.367-1.167,0.828-1.61c0.135,0.241,0.162,0.451,0.076,0.709
+		c-0.32,0.958-0.543,1.937-0.482,2.956c0.019,0.312,0.09,0.619,0.175,0.933c0.278-0.765,0.739-1.391,1.272-1.992
+		c0.031,0.046,0.06,0.076,0.076,0.112c0.711,1.47,1.622,2.805,2.707,4.023C-35.062-6.674-35.064-6.57-35.044-6.488z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-38.484-10.408c0,0-5,9.785-2.66,18.188
+		c0.291,0.23-0.469-0.363-1.373-1.404c-0.139-0.158-1.815-11.254,1.588-16.146c-4.574,5.426-2.408,15.121-2.602,14.838
+		c-0.408-0.604-0.775-1.271-1.018-1.968c-2.34-10.956,5.744-17.55,5.744-17.55L-38.484-10.408z"/>
+	<path fill="#E65270" d="M38.031-45.636c-0.206-0.314-0.445-0.63-0.635-0.978c-0.176-0.316-0.211-0.676-0.095-1.032
+		c0.144-0.44,0.438-0.609,0.896-0.545c0.367,0.056,0.734,0.112,1.104,0.124c0.393,0.013,0.42-0.04,0.465-0.421
+		c0.01-0.101,0.023-0.205,0.061-0.297c0.148-0.377,0.367-0.702,0.805-0.76c0.426-0.056,0.725,0.182,0.954,0.509
+		c0.685,0.97,0.117,2.281-1.073,2.439c-0.369,0.049-0.754-0.011-1.132-0.021c-0.073-0.003-0.146-0.016-0.218-0.022
+		c-0.018,0.021-0.036,0.045-0.055,0.066c0.102,0.119,0.181,0.277,0.309,0.352c0.271,0.153,0.562,0.216,0.896,0.178
+		c2.037-0.233,3.979,0.008,5.707,1.229c0.959,0.679,1.668,1.57,2.209,2.604c0.004,0.007,0.01,0.014,0.014,0.021
+		c0.068,0.188,0.207,0.417,0.021,0.56c-0.107,0.084-0.354,0.047-0.517-0.006c-0.761-0.25-1.5-0.567-2.271-0.777
+		c-1.125-0.308-2.291-0.318-3.449-0.255c-1.565,0.084-3.104,0.333-4.582,0.888c-1.656,0.622-3.151,1.5-4.448,2.709
+		c-0.149,0.14-0.3,0.277-0.468,0.39c-0.282,0.188-0.476,0.095-0.486-0.247c-0.008-0.242,0.016-0.491,0.07-0.729
+		c0.555-2.417,2.021-4.117,4.188-5.24C36.869-45.195,37.479-45.404,38.031-45.636z"/>
+	
+		<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="44123.0469" y1="21.7197" x2="44118.9922" y2="-26.0186" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_17_)" d="M-48.023-0.648c-0.088-8.721,2.717-16.289,8.558-22.715c-0.082,0.592-0.191,1.184-0.241,1.775
+		c-0.083,1.009-0.137,2.021-0.186,3.035c-0.01,0.206-0.062,0.369-0.178,0.534c-2.187,3.155-4.193,6.419-5.793,9.918
+		c-0.812,1.775-1.506,3.598-1.878,5.522C-47.861-1.957-47.928-1.326-48.023-0.648z"/>
+	
+		<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="44050.8477" y1="61.916" x2="44052.6523" y2="-22.0333" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_18_)" d="M23.299,28.03c1.046,1.809,2.125,3.55,2.508,5.601c0.064,0.343,0.045,0.708,0.023,1.062
+		c-0.114,1.978,0.091,3.909,0.732,5.793c0.057,0.167,0.125,0.343,0.121,0.513c-0.002,0.141-0.076,0.304-0.17,0.415
+		c-0.119,0.141-0.283,0.091-0.437,0.003c-0.493-0.279-0.851-0.689-1.138-1.166c-0.584-0.959-0.896-2.02-1.112-3.106
+		c-0.595-2.975-0.685-5.983-0.568-9.007C23.26,28.122,23.27,28.108,23.299,28.03z"/>
+	<path opacity="0.4" fill="#8B4FBA" enable-background="new    " d="M23.915,39.553c0.19,0.404,0.972,1.288,1.286,1.543l0.707,0.451
+		c-0.711-1.812-0.965-3.656-0.965-5.586c0-1.626,0.5-3.136,0.58-4.754c0.063-1.333-0.518-2.003-1.209-3.088
+		c-0.312-0.488-0.738-1.545-1.416-1.549c-0.314,0.771-0.264,1.737-0.271,2.562c-0.009,0.987-0.167,1.95-0.128,2.947
+		C22.572,33.961,23.589,38.86,23.915,39.553z"/>
+	<path fill="#E65270" d="M48.257-38.391c-0.03-0.024-0.04-0.028-0.043-0.034c-0.769-1.581-2.136-2.271-3.788-2.41
+		c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258c-0.219,0.465-0.324,0.983-0.487,1.494
+		c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.398,0.149-0.574c0.343-0.709,0.894-1.246,1.495-1.732
+		c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127c0.59,0.179,1.148,0.479,1.697,0.771
+		c0.424,0.227,0.64,0.615,0.576,1.12C49.044-39.015,48.762-38.625,48.257-38.391z"/>
+	<path opacity="0.4" fill="#2B2B2B" enable-background="new    " d="M48.257-38.391c-0.03-0.024-0.04-0.028-0.043-0.034
+		c-0.769-1.581-2.136-2.271-3.788-2.41c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258
+		c-0.219,0.465-0.324,0.983-0.487,1.494c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.398,0.149-0.574
+		c0.343-0.709,0.894-1.246,1.495-1.732c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127
+		c0.59,0.179,1.148,0.479,1.697,0.771c0.424,0.227,0.64,0.615,0.576,1.12C49.044-39.015,48.762-38.625,48.257-38.391z"/>
+	<g>
+		<path fill="#0D0D0D" d="M20.855-13.3c-0.019-0.977,0.186-1.896,0.606-2.768c0.853-1.751,2.257-2.896,4.017-3.647
+			c1.535-0.656,3.146-0.879,4.807-0.793c0.021,0.001,0.042,0.01,0.113,0.032c-1.162,0.179-2.242,0.468-3.287,0.885
+			c-1.81,0.723-3.405,1.751-4.645,3.284c-0.665,0.82-1.166,1.733-1.508,2.735C20.929-13.48,20.891-13.39,20.855-13.3z"/>
+		<path fill="#0D0D0D" d="M34.412,0.68c1.787,1.091,2.173,3.654,1.027,5.119C35.709,3.969,35.339,2.27,34.412,0.68z"/>
+		<path fill="#0D0D0D" d="M37.359-9.377c0.873-0.716,1.925-0.914,3.021-0.895c0.438,0.011,0.874,0.083,1.312,0.104
+			c0.236,0.011,0.484-0.004,0.718-0.055c0.442-0.101,0.639-0.033,0.79,0.391c0.342,0.967,0.503,1.969,0.388,2.99
+			c-0.056,0.489-0.157,0.991-0.353,1.439c-0.762,1.783-3.072,2.516-4.783,1.542c-0.221-0.125-0.428-0.271-0.625-0.433
+			c-0.208-0.169-0.396-0.365-0.612-0.567c0.097-0.111,0.177-0.218,0.267-0.311c0.207-0.212,0.285-0.463,0.222-0.745
+			c-0.196-0.884,0.187-1.513,0.926-1.917c0.528-0.288,1.106-0.495,1.681-0.686c0.297-0.102,0.602-0.174,0.912-0.236
+			c0.094,0.003,0.135,0.019,0.209,0.078c0.461,0.298,0.791,0.689,0.994,1.201c0.11-0.302,0.088-0.804-0.009-1.177
+			c-0.06-0.23-0.021-0.794,0.097-0.958c-0.01-0.01-0.019-0.021-0.025-0.03c-0.055,0.026-0.108,0.054-0.16,0.085
+			c-0.592,0.363-1.254,0.478-1.93,0.562c-0.834,0.106-1.646,0.297-2.357,0.778c-0.855,0.579-1.314,1.384-1.364,2.419
+			c-0.002,0.032-0.007,0.062-0.018,0.147C35.885-7.164,36.122-8.363,37.359-9.377z"/>
+	</g>
+	<path fill="#FFFFFF" d="M46.109-34.832c0.302-0.188,0.772-0.108,0.947,0.224c0.727,1.382,0.66,2.992-0.051,4.366
+		c-0.408,0.788-1.63,0.152-1.223-0.633c0.484-0.939,0.584-2.093,0.101-3.014C45.711-34.218,45.773-34.624,46.109-34.832z"/>
+	<g>
+		<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-27.876-38.81c-0.431,12.319,7.165,8.312,10.544,13.513
+			c0.275,0.324,0.438,0.688,0.562,0.97C-20.562-26.416-31.193-25.021-27.876-38.81z"/>
+	</g>
+	<g>
+		<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-33.66-14.794c10.432,8.98,31.025,8,32.532,7.873
+			C-9.766-13.082-35.68-7.29-36.63-26.043C-38.312-20.717-36.146-16.935-33.66-14.794z"/>
+	</g>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-16.986-24.817c0,0-0.002-2.722,0-4.645
+		c0-1.922-2.416-0.874-3.349,1.765C-18.006-26.784-16.986-24.817-16.986-24.817z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-18.279-25.729c1.747,3.083-0.048,5.75-0.326,5.864
+		c0.992,0.052,2.899,1.914,3.354,2.534c0.71,0.971,0.753,2.381,0.812,3.534c1.409,0.063,2.4,0.926,3.683,1.232
+		c-1.091-1.021-2.569-2.229-3.231-3.605c-0.589-1.222-1.087-2.629-1.482-3.929c-0.323-1.065-0.625-2.123-0.824-3.222
+		c-0.148-0.818-0.631-1.919-0.543-2.716c0,0-0.18-7.171,1.258-10.712c-2.723,0.927-4.15,3.149-4.646,4.009
+		c-0.562,0.973-1.619,3.392-0.31,4.933C-19.689-27.499-18.764-26.584-18.279-25.729z"/>
+	<path fill="#0D0D0D" d="M-43.784-35.044c5.481-7.553,12.813-12.407,21.927-14.516c3.036-0.703,6.123-0.896,9.237-0.884
+		c7.618,0.033,15.235,0.014,22.853,0.015c5.123,0.002,10.248,0,15.371,0.013c1.219,0.002,2.435,0.083,3.601,0.489
+		c1.144,0.396,2.026,1.097,2.519,2.232c0.704,1.639,0.103,3.701-1.418,4.812c-1.115,0.814-2.396,1.051-3.744,0.991
+		c-0.363-0.018-0.725-0.074-1.086-0.111c-0.082-0.009-0.172-0.028-0.25-0.01c-0.117,0.025-0.227,0.083-0.339,0.125
+		c0.064,0.094,0.11,0.208,0.194,0.277c1.393,1.185,2.352,2.645,2.811,4.417c0.168,0.645,0.217,1.3,0.156,1.961
+		c-0.004,0.052-0.008,0.103-0.01,0.152c-0.014,0.342,0.104,0.448,0.441,0.464c0.996,0.046,1.991,0.085,2.984,0.163
+		c0.475,0.038,0.943,0.154,1.479,0.188c-0.062-0.082-0.108-0.203-0.191-0.241c-0.794-0.367-1.312-0.979-1.573-1.795
+		c-0.305-0.961-0.519-1.943-0.475-2.962c0.067-1.646,0.708-3.062,1.75-4.311c0.937-1.12,2.091-1.963,3.396-2.603
+		c0.168-0.082,0.213-0.154,0.154-0.343c-0.167-0.539-0.146-1.083,0.043-1.621c0.115-0.328,0.326-0.566,0.627-0.735
+		c0.686-0.382,1.477-0.436,2.225-0.123c0.021-0.107,0.039-0.228,0.065-0.332c0.216-0.82,0.745-1.146,1.544-1.626
+		c0.186,0,0.372,0,0.559,0c0.022,0,0.043,0.059,0.066,0.063c1.407,0.237,1.998,1.523,1.835,2.741
+		c-0.042,0.314-0.133,0.623-0.194,0.906c0.638,0.168,1.295,0.298,1.922,0.518c2.895,1.007,4.806,2.961,5.615,5.938
+		c0.323,1.191,0.123,2.258-0.801,3.142c-0.058,0.058-0.062,0.198-0.049,0.293c0.18,1.125,0.457,2.242,0.529,3.374
+		c0.174,2.686-0.67,5.041-2.537,7.005c-0.11,0.114-0.117,0.212-0.088,0.354c0.123,0.602,0.264,1.203,0.338,1.812
+		c0.152,1.228-0.316,2.246-1.135,3.133c-0.072,0.079-0.153,0.164-0.188,0.262c-0.229,0.683-0.702,1.148-1.327,1.462
+		c-1.26,0.635-2.596,0.764-3.973,0.535c-0.902-0.151-1.726-0.531-2.54-0.917c-0.359-0.17-0.689-0.255-1.021,0.036
+		c-0.057,0.049-0.146,0.061-0.199,0.107c-0.092,0.087-0.246,0.208-0.229,0.281c0.023,0.112,0.156,0.239,0.271,0.285
+		c0.635,0.25,1.289,0.385,1.977,0.385c0.516,0,1.033,0.015,1.543,0.075c1.627,0.197,3.119,0.784,4.52,1.62
+		c0.094,0.056,0.197,0.104,0.303,0.121c1.811,0.277,3.266,1.7,3.582,3.502c0.031,0.182,0.027,0.391,0.121,0.536
+		c0.768,1.186,0.83,2.446,0.387,3.741c-0.281,0.819-0.671,1.604-0.98,2.413c-0.166,0.434-0.334,0.883-0.376,1.333
+		c-0.111,1.283-0.281,2.554-0.625,3.793c-0.735,2.646-2.045,4.939-4.148,6.738c-2.123,1.815-4.612,2.771-7.369,3.064
+		c-0.243,0.025-0.371,0.103-0.479,0.343c-0.602,1.365-1.592,2.324-3.017,2.822c-0.37,0.129-0.739,0.158-1.087,0.001
+		c-0.496-0.229-1.001-0.457-1.445-0.771c-1.164-0.812-2.086-1.867-2.851-3.06c-0.06-0.09-0.126-0.208-0.215-0.238
+		c-0.12-0.039-0.298-0.053-0.39,0.011c-0.07,0.048-0.086,0.242-0.059,0.355c0.032,0.133,0.135,0.251,0.214,0.368
+		c2.026,2.93,3.315,6.153,3.908,9.666c0.021,0.11,0.099,0.229,0.181,0.312c0.498,0.507,1.012,0.996,1.506,1.507
+		c0.789,0.815,1.273,1.802,1.531,2.897c0.067,0.287,0.1,0.582,0.119,0.875c0.006,0.089-0.081,0.183-0.125,0.275
+		c-0.095-0.055-0.219-0.088-0.277-0.167c-0.135-0.184-0.229-0.395-0.354-0.585c-0.082-0.126-0.189-0.233-0.286-0.354
+		c-0.03,0.071-0.022,0.111-0.008,0.148c0.53,1.35,0.899,2.741,1.077,4.183c0.05,0.402,0.084,0.808,0.094,1.212
+		c0.008,0.294-0.188,0.48-0.384,0.401c-0.105-0.042-0.196-0.131-0.277-0.211c-0.788-0.781-1.717-1.36-2.669-1.908
+		c-0.021,0.029-0.037,0.042-0.038,0.057c-0.026,0.142-0.052,0.282-0.073,0.424c-0.254,1.665-0.693,3.284-1.201,4.89
+		c-0.387,1.226-0.606,2.479-0.393,3.771c0.128,0.77,0.401,1.467,1.055,1.957c0.049,0.037,0.082,0.096,0.14,0.162
+		c-0.076,0.039-0.123,0.077-0.177,0.088c-0.943,0.208-1.918,0.086-2.447-0.997c-0.061-0.121-0.141-0.23-0.25-0.412
+		c-0.119,0.238-0.237,0.394-0.275,0.564c-0.188,0.854-0.234,1.723-0.154,2.596c0.102,1.078,0.482,2.065,0.951,3.027
+		c0.121,0.25,0.236,0.507,0.314,0.771c0.139,0.479-0.128,0.833-0.629,0.825c-0.249-0.005-0.512-0.044-0.741-0.131
+		c-1.233-0.464-2.172-1.279-2.796-2.446c-0.051-0.095-0.098-0.189-0.153-0.303c-0.495,0.481-0.946,0.95-1.181,1.592
+		c-0.15,0.411-0.35,0.808-0.555,1.192c-0.147,0.276-0.258,0.27-0.438,0.019c-0.049-0.067-0.092-0.142-0.145-0.207
+		c-0.139-0.167-0.246-0.168-0.354,0.021c-0.097,0.166-0.17,0.349-0.235,0.528c-0.322,0.87-0.849,1.592-1.572,2.169
+		c-0.049,0.037-0.105,0.066-0.221,0.137c0.043-0.275,0.078-0.488,0.105-0.702c0.029-0.219,0.055-0.438,0.083-0.669
+		c-0.065,0.008-0.085,0.006-0.099,0.014c-0.07,0.045-0.142,0.092-0.211,0.142c-2.924,2.02-6.121,3.424-9.576,4.244
+		c-1.053,0.25-2.157,0.339-3.108,0.936c-0.021,0.014-0.048,0.021-0.071,0.032c-0.188,0.074-0.326,0.033-0.472-0.113
+		c-0.093-0.092-0.259-0.133-0.392-0.131c-0.422,0.01-0.844,0.103-1.264,0.138c-0.387,0.032-0.785,0.12-1.156,0.213
+		c-0.637,0.161-1.256,0.78-1.881,0.78c-0.152,0-0.307,0-0.457,0c-0.146,0-0.319-0.42-0.438-0.567
+		c-0.207-0.259-0.461-0.562-0.786-0.583c-2.153-0.134-4.282-0.446-6.379-0.969c-3.192-0.792-6.19-2.021-8.877-3.953
+		c-1.963-1.413-3.647-3.091-4.841-5.218c-0.244-0.432-0.438-0.896-0.631-1.352c-0.146-0.353-0.182-0.725-0.06-1.094
+		c0.103-0.303,0.331-0.471,0.64-0.423c1.754,0.276,3.24-0.365,4.609-1.36c1.362-0.991,2.4-2.261,2.992-3.849
+		c0.872-2.346,0.4-4.446-1.244-6.305c-0.166-0.188-0.354-0.358-0.556-0.562c-0.076,0.285-0.14,0.544-0.214,0.803
+		c-0.373,1.27-0.903,2.456-1.807,3.445c-0.525,0.577-1.373,0.906-0.593,0.876c0.72-0.025-0.259-0.012-0.349,0
+		c0.898-0.617,0.207-0.983,0.34-2.028c0.283-2.222-0.398-4.134-1.945-5.739c-0.094-0.098-0.236-0.16-0.369-0.207
+		c-1.63-0.578-3.271-1.126-4.892-1.729c-2.894-1.076-5.688-2.37-8.336-3.965c-0.036-0.021-0.074-0.041-0.113-0.062
+		c-0.251,0.162-0.354,0.404-0.343,0.674c0.014,0.36,0.072,0.72,0.115,1.079c0.004,0.043,0.018,0.083,0.021,0.125
+		c0.086,0.635-0.162,0.842-0.746,0.558c-0.293-0.143-0.562-0.38-0.773-0.631c-0.674-0.807-1.092-1.763-1.493-2.721
+		c-0.212-0.506-0.38-1.03-0.595-1.535c-0.077-0.184-0.2-0.371-0.353-0.5c-2.293-1.95-4.429-4.048-6.239-6.464
+		c-1.552-2.07-2.875-4.271-3.951-6.625c-0.026-0.062-0.058-0.122-0.088-0.183c-0.008-0.013-0.023-0.021-0.058-0.051
+		c-0.353,2.063-0.422,4.117-0.215,6.192c-0.165-0.616-0.349-1.229-0.492-1.85c-0.588-2.504-0.771-5.038-0.596-7.604
+		c0.009-0.13-0.024-0.27-0.063-0.396c-0.764-2.398-1.291-4.849-1.516-7.354C-51.076-19.924-48.949-27.926-43.784-35.044z
+		 M-45.863-8.1c1.6-3.499,3.606-6.763,5.793-9.918c0.115-0.166,0.168-0.329,0.178-0.534c0.049-1.014,0.103-2.025,0.186-3.035
+		c0.05-0.594,0.159-1.186,0.241-1.775c-5.841,6.427-8.646,13.994-8.558,22.715c0.098-0.677,0.162-1.309,0.282-1.929
+		C-47.369-4.502-46.675-6.324-45.863-8.1z M-24.402,17.718c-0.013-0.051-0.012-0.068-0.021-0.082
+		c-0.042-0.062-0.087-0.124-0.132-0.187c-1.907-2.673-3.469-5.534-4.621-8.613c-0.827-2.206-1.407-4.473-1.661-6.821
+		c-0.177-1.645-0.19-3.289,0-4.934c0.01-0.077,0.009-0.198-0.036-0.231c-0.373-0.267-0.757-0.519-1.148-0.781
+		c-0.026,0.095-0.047,0.158-0.062,0.226c-0.603,2.709-0.929,5.443-0.771,8.225c0.102,1.782,0.406,3.521,1.069,5.187
+		c0.019,0.048,0.027,0.099,0.04,0.147c-0.212-0.303-0.393-0.615-0.549-0.94c-1.232-2.561-1.719-5.294-1.816-8.102
+		c-0.087-2.536,0.17-5.058,0.661-7.558c-0.427-0.153-0.905-0.08-1.596,0.26c-0.021-0.083-0.019-0.188-0.067-0.244
+		c-1.085-1.22-1.996-2.555-2.707-4.023c-0.018-0.037-0.045-0.066-0.076-0.112c-0.533,0.604-0.994,1.229-1.272,1.992
+		c-0.085-0.312-0.156-0.62-0.175-0.933c-0.061-1.021,0.162-1.998,0.482-2.956c0.086-0.258,0.059-0.468-0.076-0.709
+		c-0.461,0.442-0.621,1.022-0.828,1.61c-0.209-0.278-0.28-0.56-0.297-0.858c-0.041-0.812,0.158-1.583,0.467-2.316
+		c0.242-0.573-0.07-1.05-0.1-1.637c-0.113,0.148-0.187,0.23-0.248,0.323c-0.791,1.167-1.615,2.312-2.363,3.507
+		c-1.771,2.831-3.217,5.817-4.217,9.013c-0.037,0.126-0.052,0.288-0.008,0.408c1.674,4.605,4.229,8.666,7.631,12.191
+		c0.041,0.043,0.092,0.078,0.164,0.14c-0.004-0.084-0.005-0.126-0.01-0.168c-0.143-1.173-0.314-2.346-0.415-3.521
+		c-0.175-2.062-0.14-4.121,0.271-6.159c0.277-1.367,0.727-2.673,1.578-3.804c0.586-0.774,1.303-1.392,2.221-1.75
+		c-0.221,0.22-0.461,0.422-0.657,0.661c-0.549,0.665-0.931,1.427-1.213,2.238c-0.597,1.707-0.731,3.479-0.741,5.27
+		c-0.009,1.771,0.146,3.528,0.393,5.279c0.263,1.874,0.582,3.737,1.117,5.554c0.35,1.186,0.774,2.342,1.438,3.395
+		c0.093,0.146,0.252,0.253,0.381,0.378c0.077-0.161,0.195-0.315,0.225-0.483c0.088-0.541,0.229-1.06,0.024-1.634
+		c-0.806-2.264-1.252-4.607-1.46-6.997c-0.044-0.502-0.057-1.006-0.085-1.508c0.125,0.452,0.19,0.91,0.284,1.36
+		c0.621,3.027,1.994,5.637,4.326,7.701c0.219,0.193,0.469,0.362,0.728,0.496c1.656,0.866,3.376,1.586,5.132,2.222
+		C-24.939,17.532-24.682,17.622-24.402,17.718z M26.686,40.998c0.004-0.17-0.065-0.346-0.123-0.513
+		c-0.642-1.884-0.847-3.816-0.731-5.793c0.021-0.354,0.041-0.72-0.022-1.062c-0.384-2.05-1.463-3.792-2.509-5.601
+		c-0.028,0.078-0.039,0.092-0.039,0.104c-0.116,3.021-0.026,6.032,0.568,9.007c0.218,1.087,0.528,2.147,1.112,3.106
+		c0.287,0.476,0.645,0.886,1.138,1.166c0.153,0.087,0.315,0.138,0.437-0.003C26.607,41.301,26.682,41.138,26.686,40.998z
+		 M27.934,24.979c-0.477-0.345-0.978-0.669-1.502-0.934c-1.844-0.927-3.798-1.587-5.729-2.299c-0.376-0.138-0.737-0.336-1.073-0.556
+		c-0.668-0.438-1.165-1.052-1.596-1.716c-0.206-0.314-0.399-0.638-0.6-0.957c0.006,0.107,0.039,0.201,0.065,0.298
+		c0.228,0.776,0.487,1.546,0.671,2.334c0.255,1.099,0.659,2.126,1.271,3.068c0.33,0.509,0.699,0.996,1.022,1.513
+		c0.204,0.324,0.382,0.676,0.524,1.032c0.084,0.214,0.074,0.464,0.109,0.697c-0.035,0.017-0.068,0.034-0.104,0.05
+		c-0.102-0.086-0.219-0.161-0.305-0.261c-0.355-0.407-0.696-0.828-1.061-1.228c-0.079-0.089-0.255-0.176-0.344-0.144
+		c-0.085,0.031-0.176,0.22-0.163,0.33c0.045,0.441,0.071,0.896,0.209,1.312c0.19,0.573,0.489,1.11,0.712,1.677
+		c0.109,0.276,0.18,0.582,0.205,0.878c0.012,0.14-0.124,0.292-0.191,0.437c-0.119-0.081-0.256-0.146-0.354-0.249
+		c-0.174-0.183-0.312-0.397-0.492-0.577c-0.177-0.175-0.341-0.146-0.443,0.077c-0.072,0.156-0.146,0.348-0.121,0.506
+		c0.061,0.397,0.168,0.787,0.27,1.179c0.094,0.356,0.227,0.708,0.3,1.067c0.05,0.243-0.012,0.484-0.267,0.667
+		c-0.071-0.104-0.149-0.193-0.195-0.298c-0.1-0.214-0.18-0.438-0.271-0.652c-0.215-0.494-0.404-1.005-0.658-1.479
+		c-0.225-0.417-0.445-0.38-0.686,0.025c-0.467,0.792-0.928,1.59-1.449,2.346c-0.287,0.415-0.453,0.842-0.498,1.328
+		c-0.058,0.646-0.09,1.298-0.157,1.945c-0.026,0.241-0.091,0.492-0.355,0.72c-0.056-0.273-0.103-0.497-0.147-0.722
+		c-0.065-0.33-0.11-0.666-0.201-0.989c-0.062-0.228-0.246-0.251-0.36-0.048c-0.103,0.184-0.173,0.404-0.188,0.614
+		c-0.027,0.396,0.009,0.794-0.012,1.191c-0.009,0.18-0.074,0.361-0.142,0.532c-0.028,0.073-0.126,0.122-0.192,0.182
+		c-0.043-0.074-0.103-0.142-0.127-0.223c-0.031-0.095-0.035-0.198-0.05-0.299c-0.043-0.292-0.067-0.591-0.136-0.875
+		c-0.073-0.309-0.268-0.361-0.459-0.111c-0.176,0.229-0.314,0.5-0.403,0.774c-0.135,0.426-0.192,0.872-0.321,1.302
+		c-0.06,0.201-0.197,0.385-0.326,0.556c-0.049,0.062-0.188,0.102-0.266,0.079c-0.057-0.015-0.113-0.146-0.115-0.228
+		c-0.008-0.328,0.006-0.658,0.011-0.987c0.001-0.163,0-0.326,0-0.502c-0.072,0.016-0.101,0.015-0.118,0.026
+		c-0.041,0.028-0.082,0.062-0.115,0.099c-0.338,0.359-0.564,0.776-0.636,1.271c-0.031,0.219-0.042,0.438-0.083,0.653
+		c-0.051,0.254-0.202,0.351-0.46,0.319c-0.271-0.032-0.442-0.229-0.47-0.573c-0.02-0.224-0.004-0.448-0.004-0.706
+		c-0.309,0.158-0.582,0.303-0.86,0.44c-2.843,1.407-5.843,2.279-8.991,2.647c-2.033,0.237-4.066,0.243-6.082-0.166
+		c-1.219-0.247-2.38-0.644-3.387-1.407c-0.148-0.11-0.284-0.238-0.426-0.358c1.121,0.649,1.777,0.914,2.789,1.106
+		c1.843,0.354,3.687,0.301,5.527,0.034c3.239-0.471,6.301-1.492,9.178-3.062c2.229-1.216,4.244-2.707,5.873-4.68
+		c0.123-0.146,0.238-0.299,0.354-0.449c-3.335,1.593-7.102-1.404-10.87-0.074c5.164-2.662,8.222,0.767,11.134-1.452
+		c0.741-0.564,0.873-2.019-0.82-1.775c-1.616,0.231,2.434-0.569,3.16-4.778c-0.041-0.687-0.138-1.386-0.295-2.101
+		c-0.695-3.153-2.164-5.938-4.18-8.438c-2.076-2.576-4.684-4.493-7.613-5.992C3.807,7.94,3.76,7.924,3.702,7.901
+		C3.71,7.937,3.709,7.954,3.715,7.963C3.756,8.028,3.798,8.091,3.84,8.155c1.4,2.081,2.551,4.278,3.109,6.746
+		c0.384,1.69,0.43,3.384-0.104,5.058c-0.597,1.869-1.791,3.292-3.351,4.432c-1.748,1.278-3.723,2.076-5.782,2.688
+		c-0.44,0.131-0.888,0.247-1.386,0.384c0.056-0.06,0.062-0.076,0.076-0.081c0.084-0.036,0.172-0.069,0.259-0.103
+		c1.438-0.562,2.808-1.248,4.05-2.175c1.788-1.329,3.104-3.003,3.7-5.18C4.937,18,4.82,16.075,4.351,14.16
+		C3.744,11.678,2.62,9.431,1.264,7.284C0.953,6.793,0.584,6.466,0.026,6.3c-0.674-0.2-1.335-0.459-2.065-0.716
+		c2.066,2.217,2.123,5.337,1.727,7.168c-0.006-0.032-0.016-0.053-0.017-0.075C-0.4,11.185-0.908,9.841-1.742,8.615
+		c-1.244-1.83-2.929-3.164-4.831-4.249C-6.72,4.282-6.9,4.255-7.064,4.202c0.688,0.793,1.215,1.657,1.523,2.647
+		c0.3,0.958,0.404,2.46,0.205,2.999c-0.314-1.047-0.641-1.729-1.34-2.62c-1.2-1.528-2.594-2.851-4.209-3.951
+		c-1.082-0.741-2.217-1.354-3.437-1.82c-2.157-0.827-4.407-1.334-6.645-1.882c-1.966-0.481-3.931-0.98-5.882-1.525
+		c-1.064-0.298-2.088-0.737-2.973-1.431c-0.158,0.352-0.455,1.596-0.466,2.584c-0.129,11.646,9.138,17.871,11.962,21.129
+		c0.822,0.949,1.294,2.112,1.707,3.288c0.168,0.477,0.312,0.961,0.471,1.456c0.026-0.035,0.053-0.059,0.065-0.084
+		c0.789-1.515,1.274-3.062,0.896-4.816c-0.58-2.683-1.66-5.079-3.694-6.979c-0.022-0.021-0.04-0.048-0.11-0.128
+		c0.1,0.051,0.135,0.064,0.167,0.086c1.673,0.964,3.202,2.11,4.495,3.554c2.174,2.424,3.342,5.261,3.502,8.519
+		c0.07,1.419-0.125,2.82-0.283,4.221c-0.423,3.729-3.146,6.748-6.807,7.639c-0.275,0.067-0.555,0.162-0.803,0.293
+		c-0.352,0.187-0.448,0.493-0.315,0.863c0.048,0.133,0.119,0.262,0.195,0.382c0.649,1.01,1.474,1.845,2.489,2.492
+		c0.521,0.331,1.041,0.661,1.543,1.02c2.06,1.472,4.275,2.614,6.725,3.286c1.011,0.277,2.033,0.522,3.096,0.429
+		C-4.655,45.823-4.331,45.7-4,45.661c0.138-0.018,0.287,0.079,0.433,0.123c-0.082,0.092-0.147,0.214-0.248,0.271
+		c-0.64,0.368-1.347,0.482-2.07,0.506c-1.065,0.036-2.102-0.166-3.139-0.377c-0.104-0.021-0.213-0.021-0.32-0.03
+		c0.849,0.734,1.812,1.208,2.854,1.521c1.716,0.521,3.468,0.638,5.243,0.489c0.568-0.048,1.145-0.071,1.668-0.368
+		c0.514-0.29,1.055-0.533,1.586-0.791c0.115-0.056,0.243-0.084,0.366-0.125c0.019,0.021,0.036,0.039,0.055,0.06
+		c-0.056,0.144-0.102,0.292-0.173,0.428c-0.191,0.376-0.4,0.743-0.594,1.119c-0.035,0.071-0.018,0.173-0.023,0.26
+		c0.08,0.004,0.17,0.034,0.239,0.01c0.408-0.136,0.824-0.256,1.212-0.438c0.555-0.264,1.133-0.354,1.738-0.395
+		c0.824-0.057,1.65-0.135,2.469-0.252c1.202-0.173,2.118-0.793,2.712-1.868c0.14-0.251,0.287-0.497,0.438-0.742
+		c0.054-0.087,0.128-0.161,0.193-0.24c0.028,0.013,0.061,0.024,0.09,0.04c-0.188,0.64-0.375,1.279-0.571,1.954
+		c0.622-0.142,1.271-0.573,1.784-1.178c0.261-0.302,0.492-0.625,0.75-0.927c0.103-0.12,0.242-0.208,0.363-0.312
+		c0.034,0.019,0.069,0.034,0.104,0.054c-0.05,0.428-0.101,0.855-0.149,1.285c0.025,0.009,0.053,0.019,0.079,0.026
+		c0.388-0.236,0.771-0.479,1.159-0.715c1.318-0.794,2.553-1.688,3.479-2.948c0.127-0.174,0.222-0.149,0.289,0.062
+		c0.082,0.265,0.137,0.539,0.228,0.802c0.026,0.08,0.138,0.189,0.202,0.185c0.089-0.007,0.213-0.095,0.242-0.176
+		c0.062-0.17,0.088-0.357,0.1-0.542c0.025-0.37,0.016-0.742,0.055-1.11c0.012-0.113,0.133-0.218,0.204-0.323
+		c0.095,0.084,0.226,0.15,0.274,0.256c0.147,0.303,0.257,0.624,0.394,0.933c0.126,0.286,0.201,0.291,0.384,0.048
+		c0.24-0.321,0.51-0.58,0.963-0.548c0.42,0.032,0.473,0.001,0.629-0.39c0.267-0.667,0.494-1.347,0.768-2.01
+		c0.13-0.316,0.329-0.604,0.486-0.908c0.039-0.072,0.072-0.175,0.053-0.246c-0.557-1.795-0.71-3.644-0.729-5.508
+		c-0.017-1.725,0.018-3.45-0.041-5.172c-0.045-1.347-0.271-2.661-1.276-3.699c0.139,0.044,0.271,0.094,0.396,0.158
+		c0.647,0.336,1.178,0.819,1.641,1.375c1.027,1.228,1.701,2.65,2.3,4.121c0.479,1.178,0.962,2.355,1.465,3.523
+		c0.125,0.29,0.333,0.546,0.519,0.809c0.045,0.062,0.178,0.133,0.229,0.107c0.075-0.033,0.147-0.145,0.158-0.23
+		c0.026-0.19,0.026-0.39,0.017-0.58c-0.043-0.963-0.123-1.925,0.043-2.885c0.024-0.147,0.066-0.312,0.029-0.447
+		c-0.361-1.317-0.83-2.589-1.643-3.708c-0.024-0.035-0.041-0.078-0.092-0.177c0.578,0.258,0.967,0.64,1.282,1.089
+		c0.315,0.451,0.591,0.93,0.901,1.428c0.132-0.534,0.258-1.048,0.384-1.562C28.76,26.03,28.536,25.418,27.934,24.979z
+		 M28.588,17.262c-1.479-1.396-3.23-2.381-5.07-3.217c-2.49-1.132-5.099-1.917-7.759-2.535c-0.95-0.221-1.907-0.412-2.924-0.63
+		c0.409,0.507,0.771,0.961,1.144,1.41c0.035,0.043,0.114,0.062,0.178,0.071c1.666,0.173,3.269,0.604,4.812,1.246
+		c3.571,1.482,6.629,3.722,9.354,6.438c0.025,0.025,0.043,0.057,0.062,0.085c-0.093-0.028-0.162-0.074-0.232-0.122
+		c-2.299-1.596-4.664-3.084-7.15-4.372c-1.592-0.82-3.214-1.575-4.958-2.021c-0.411-0.105-0.831-0.175-1.312-0.273
+		c0.066,0.114,0.093,0.156,0.117,0.2c0.547,0.958,1.15,1.893,1.627,2.887c0.297,0.625,0.715,1.083,1.243,1.486
+		c1.98,1.507,4.162,2.67,6.388,3.759c0.021,0.009,0.045,0.006,0.117,0.019c-0.847-1.344-1.664-2.652-3.123-3.389
+		c0.377,0.062,0.752,0.125,1.113,0.235c1.12,0.343,2.062,1.003,2.947,1.743c1.082,0.903,2.129,1.854,3.227,2.744
+		c0.565,0.46,1.17,0.904,1.823,1.222c0.687,0.331,1.448,0.502,2.181,0.729c0.188,0.062,0.389,0.072,0.664,0.12
+		c-0.09-0.464-0.128-0.871-0.25-1.249C31.97,21.293,30.536,19.107,28.588,17.262z M15.105-2.502
+		c-0.541-0.301-1.117-0.571-1.707-0.751c-1.209-0.366-2.467-0.372-3.721-0.369C8.79-3.621,7.902-3.609,7.016-3.619
+		C6.793-3.622,6.572-3.692,6.352-3.732c0-0.04-0.002-0.081-0.004-0.123C6.539-3.928,6.725-4.017,6.92-4.073
+		c0.618-0.176,1.239-0.334,1.855-0.506c0.121-0.035,0.231-0.104,0.349-0.158C9.12-4.761,9.115-4.786,9.111-4.809
+		c-0.08-0.032-0.159-0.077-0.244-0.096c-1.24-0.247-2.474-0.547-3.726-0.724C3.023-5.93,0.923-6.297-1.128-6.921
+		c-0.175-0.052-0.367-0.078-0.547-0.066c-2.074,0.145-4.147,0.293-6.221,0.445c-2.398,0.175-4.797,0.198-7.191-0.055
+		c-2.721-0.287-5.354-0.933-7.901-1.917c-3.661-1.415-6.979-3.433-10.097-5.796c-0.053-0.04-0.104-0.088-0.155-0.131
+		c0.103,0.02,0.181,0.062,0.257,0.108c2.848,1.7,5.784,3.217,8.887,4.399c2.631,1.001,5.332,1.724,8.123,2.094
+		c2.017,0.267,4.041,0.328,6.074,0.315c2.271-0.012,4.547,0,6.818,0.001c0.029,0,0.059-0.004,0.092-0.007
+		c-0.009-0.02-0.01-0.03-0.014-0.034C-3.057-7.585-3.111-7.609-3.166-7.63c-2.031-0.794-3.957-1.786-5.715-3.081
+		c-0.531-0.394-1.102-0.689-1.711-0.918c-0.473-0.179-0.949-0.354-1.432-0.506c-2.479-0.783-5.045-1.167-7.597-1.628
+		c-2.103-0.379-4.203-0.768-6.287-1.228c-1.899-0.419-3.733-1.062-5.438-2.031c-2.926-1.662-4.647-4.15-5.116-7.491
+		c-0.074-0.525-0.116-1.057-0.169-1.528c-0.102,0.19-0.213,0.42-0.344,0.64c-1.109,1.865-1.885,3.851-2.127,6.02
+		c-0.326,2.931,0.51,5.459,2.633,7.536c0.087,0.085,0.146,0.199,0.203,0.312c0.306,0.62,0.559,1.271,0.914,1.858
+		c1.015,1.665,2.447,2.919,4.06,3.979c2.142,1.405,4.481,2.387,6.896,3.202c3.809,1.288,7.728,2.129,11.666,2.886
+		C-9.521,1.008-6.306,1.6-3.099,2.223c2.502,0.484,4.935,1.17,7.238,2.305c2.889,1.422,5.563,3.13,7.828,5.439
+		c0.075,0.078,0.219,0.12,0.333,0.124c1.515,0.043,3.021,0.185,4.509,0.466c4.168,0.79,7.985,2.413,11.481,4.808
+		c0.058,0.037,0.118,0.065,0.213,0.123c-0.021-0.125-0.03-0.2-0.048-0.272c-0.294-1.303-0.676-2.581-1.172-3.82
+		C24.855,5.332,20.816,0.677,15.105-2.502z M48.63-34.24c-0.101-0.996-0.308-1.983-0.526-2.963c-0.338-1.507-1.26-2.504-2.752-2.955
+		c-0.668-0.202-1.354-0.282-2.051-0.284c-1.367-0.003-2.706,0.217-4.029,0.544c-1.102,0.276-2.166,0.647-3.121,1.277
+		c-0.912,0.601-1.59,1.382-1.854,2.471c-0.162,0.681-0.115,1.354-0.005,2.036c0.044,0.271,0.161,0.39,0.41,0.487
+		c2.177,0.869,3.915,2.248,4.958,4.396c0.139,0.284,0.337,0.428,0.64,0.459c1.041,0.115,2.062,0.077,3.013-0.428
+		c0.61-0.324,1.219-0.287,1.822,0.006c0.248,0.121,0.489,0.271,0.709,0.438c0.274,0.209,0.523,0.452,0.826,0.718
+		c0.025-0.044,0.044-0.084,0.07-0.116C48.248-29.912,48.857-31.958,48.63-34.24z M32.529-38.688c0.168-0.109,0.318-0.25,0.468-0.388
+		c1.297-1.209,2.792-2.087,4.448-2.709c1.479-0.555,3.017-0.804,4.582-0.888c1.158-0.062,2.324-0.052,3.449,0.255
+		c0.771,0.21,1.51,0.527,2.271,0.777c0.162,0.053,0.407,0.09,0.517,0.006c0.186-0.143,0.047-0.37-0.021-0.56
+		c-0.004-0.008-0.01-0.015-0.014-0.021c-0.541-1.033-1.25-1.926-2.209-2.604c-1.728-1.221-3.67-1.462-5.707-1.229
+		c-0.334,0.038-0.623-0.023-0.896-0.178c-0.128-0.073-0.207-0.231-0.309-0.352c0.019-0.021,0.037-0.045,0.055-0.066
+		c0.072,0.008,0.145,0.021,0.218,0.022c0.378,0.012,0.763,0.07,1.132,0.021c1.19-0.158,1.758-1.471,1.073-2.439
+		c-0.229-0.327-0.528-0.562-0.954-0.509c-0.438,0.058-0.656,0.383-0.805,0.76c-0.036,0.092-0.051,0.196-0.061,0.297
+		c-0.045,0.381-0.072,0.434-0.465,0.421c-0.369-0.011-0.736-0.068-1.104-0.124c-0.457-0.064-0.752,0.104-0.896,0.545
+		c-0.116,0.356-0.081,0.716,0.095,1.032c0.188,0.346,0.429,0.661,0.635,0.978c-0.553,0.231-1.162,0.44-1.729,0.734
+		c-2.167,1.123-3.635,2.823-4.188,5.24c-0.057,0.236-0.079,0.486-0.071,0.729C32.055-38.591,32.247-38.499,32.529-38.688z
+		 M33.66-35.663c0.162-0.511,0.27-1.029,0.486-1.494c0.504-1.076,1.4-1.774,2.447-2.258c2.484-1.142,5.104-1.653,7.831-1.421
+		c1.652,0.14,3.021,0.83,3.788,2.41c0.003,0.006,0.014,0.01,0.043,0.034c0.505-0.234,0.787-0.624,0.855-1.172
+		c0.062-0.504-0.153-0.894-0.577-1.119c-0.548-0.292-1.107-0.593-1.697-0.771c-2.492-0.755-5.012-0.737-7.53-0.127
+		c-1.918,0.464-3.688,1.251-5.231,2.498c-0.603,0.486-1.152,1.022-1.495,1.732c-0.085,0.176-0.164,0.388-0.15,0.574
+		C32.475-36.196,33.118-35.66,33.66-35.663z M-45.486-22.974c-2.023,3.519-3.076,7.254-3.078,7.827
+		c-0.006,1.791,0.133,3.576,0.401,5.354c0.062,0.412,0.144,0.821,0.215,1.232c0.076-0.075,0.101-0.151,0.124-0.229
+		c0.299-0.993,0.559-2,0.901-2.978c1.798-5.125,4.532-9.722,7.92-13.945c0.123-0.154,0.229-0.336,0.29-0.523
+		c0.736-2.267,1.792-4.324,3.146-6.188c-1.519,0.647-3.248,0.88-5.309,3.251c2.531-4.881,8.527-6.815,8.527-6.815
+		c3.336-2.985,7.219-4.958,11.52-6.139c0.348-0.095,0.698-0.171,1.049-0.255c-0.076,0.074-0.162,0.104-0.248,0.138
+		c-3.201,1.145-6.15,2.741-8.82,4.846c-3.323,2.62-5.836,5.848-7.338,9.828c-0.16,0.428-0.236,0.827-0.071,1.269
+		c0.112,0.3,0.17,0.619,0.263,0.926c0.706,2.307,1.811,4.381,3.588,6.055c1.7,1.604,3.743,2.573,5.959,3.227
+		c2.654,0.778,5.396,1.065,8.125,1.423c1.583,0.206,3.158,0.456,4.736,0.697c0.424,0.063,0.843,0.168,1.294,0.261
+		c-0.034-0.056-0.044-0.081-0.062-0.101c-1.232-1.383-2.258-2.902-3.074-4.568c-0.049-0.103-0.162-0.205-0.271-0.239
+		c-0.729-0.23-1.452-0.503-2.2-0.653c-1.109-0.221-2.244-0.306-3.353-0.524c-5.947-1.18-7.78-4.367-7.753-4.338
+		c1.806,1.918,4.695,2.459,5.459,2.725c1.779,0.619,3.624,0.787,5.492,0.769c0.547-0.008,1.092-0.04,1.654-0.062
+		c-1.677-5.474-1.457-10.81,0.815-16.037c0.002,0.099-0.021,0.193-0.044,0.287c-0.889,3.376-1.249,6.791-0.741,10.267
+		c0.613,4.221,2.448,7.817,5.513,10.78c2.297,2.22,4.998,3.818,7.896,5.106c2.753,1.224,5.646,1.981,8.564,2.685
+		c2.196,0.529,4.401,1.048,6.569,1.687c2.904,0.851,5.533,2.249,7.772,4.315c0.348,0.32,0.697,0.647,0.984,1.021
+		c1.887,2.442,4.188,4.354,7.019,5.6c0.179,0.599,0.491,1.231,0.979,1.891c0.691,0.926,1.547,1.689,2.469,2.374
+		c0.262,0.193,0.608,0.304,0.934,0.368c0.354,0.073,0.566-0.098,0.688-0.441c0.032-0.097,0.055-0.194,0.073-0.293
+		c0.188-0.065,0.377-0.167,0.562-0.311c0.127-0.098,0.25-0.204,0.361-0.315c0.521-0.524,0.887-1.148,1.182-1.817
+		c0.064-0.145,0.15-0.202,0.3-0.221c0.351-0.046,0.703-0.095,1.05-0.162c5.633-1.114,9.732-5.394,10.448-11.548
+		c0.063-0.555,0.06-1.13,0.226-1.65c0.213-0.661,0.564-1.277,0.856-1.913c0.257-0.559,0.538-1.107,0.761-1.681
+		c0.229-0.587,0.257-1.199,0.079-1.816c-0.062-0.212-0.185-0.268-0.351-0.165c-0.231,0.146-0.44,0.329-0.662,0.494
+		c-0.269,0.201-0.52,0.431-0.811,0.59c-0.236,0.131-0.506,0.104-0.718-0.139c0.049-0.037,0.09-0.066,0.126-0.1
+		c0.58-0.517,1.162-1.029,1.732-1.556c0.068-0.062,0.117-0.188,0.111-0.285c-0.051-0.817-0.322-1.558-0.902-2.146
+		c-0.748-0.757-1.627-1.161-2.719-0.905c-0.027-0.407-0.056-0.477-0.289-0.603c-1.52-0.823-3.129-1.308-4.871-1.275
+		c-1.28,0.022-2.436-0.384-3.537-1c-0.342-0.191-0.709-0.363-1.086-0.463c-1.19-0.316-2.412-0.407-3.641-0.439
+		c-0.101-0.002-0.199-0.008-0.3-0.013c0.063-0.071,0.126-0.093,0.188-0.107c0.98-0.232,1.974-0.262,2.975-0.189
+		c0.324,0.023,0.689,0.093,0.971-0.021c0.826-0.336,1.627-0.738,2.422-1.147c0.223-0.115,0.42-0.17,0.646-0.086
+		c0.505,0.189,1.012,0.376,1.504,0.595c1.046,0.465,2.116,0.745,3.272,0.586c0.631-0.086,1.248-0.225,1.799-0.562
+		c0.356-0.22,0.639-0.5,0.666-0.956c0.006-0.064,0.063-0.135,0.115-0.183c0.148-0.137,0.312-0.26,0.461-0.396
+		c0.44-0.406,0.627-0.91,0.572-1.505c-0.047-0.5-0.195-0.583-0.63-0.362c-0.21,0.106-0.429,0.193-0.649,0.025
+		c0.279-0.178,0.553-0.338,0.813-0.518c0.392-0.268,0.53-0.654,0.517-1.119c-0.041-1.294-1.567-2.439-2.877-2.15
+		c-0.433,0.095-0.818,0.266-1.055,0.675c-0.031,0.054-0.12,0.111-0.18,0.107c-0.342-0.019-0.691-0.017-1.021-0.091
+		c-0.605-0.137-1.203-0.282-1.826-0.164c-0.287,0.055-0.57,0.134-0.867,0.202c-0.232-0.808-0.614-1.526-1.125-2.177
+		c-1.185-1.506-2.742-2.46-4.539-3.049c-2.33-0.765-4.725-0.849-7.121-0.505c-3.465,0.495-5.922,2.376-7.246,5.639
+		c-0.328,0.807-0.497,1.678-0.744,2.521c-0.396,1.356-0.928,2.66-1.631,3.892c-1.133,1.978-2.62,3.606-4.657,4.68
+		c-2.288,1.206-4.72,1.447-7.239,0.999c-0.478-0.085-0.947-0.208-1.477-0.327c0.921-0.055,1.768-0.074,2.607-0.159
+		c2.336-0.235,4.526-0.937,6.517-2.197c2.366-1.501,4.137-3.469,4.877-6.261c0.396-1.491,0.95-2.938,1.644-4.324
+		c0.461-0.928,0.971-1.817,1.682-2.58c1.184-1.267,2.67-1.983,4.308-2.444c0.504-0.141,1.004-0.297,1.501-0.457
+		c0.246-0.08,0.4-0.254,0.497-0.503c0.274-0.712,0.353-1.439,0.205-2.188c-0.229-1.178-0.806-2.178-1.58-3.072
+		c-0.666-0.77-1.5-1.334-2.334-1.897c-0.405-0.271-0.8-0.566-1.17-0.885c-0.32-0.272-0.515-0.646-0.495-1.073
+		c0.035-0.763,0.08-0.884,0.84-0.631c0.119,0.04,0.237,0.087,0.354,0.138c0.621,0.267,1.238,0.539,1.863,0.8
+		c1.197,0.501,2.44,0.686,3.717,0.379c1.414-0.338,2.412-1.169,2.861-2.589c0.092-0.291,0.114-0.6-0.041-0.861
+		c-0.076-0.129-0.269-0.256-0.412-0.26c-0.129-0.004-0.281,0.143-0.387,0.258c-0.064,0.072-0.062,0.206-0.092,0.312
+		c-0.146,0.548-0.385,1.032-0.923,1.298c-0.103,0.051-0.218,0.064-0.328,0.097c0.717-0.744,1.104-1.586,1.053-2.601
+		c-0.039-0.771-0.644-1.273-1.42-1.229c-0.226,0.013-0.385,0.119-0.41,0.339c-0.03,0.267-0.019,0.537-0.024,0.806
+		c-0.008,0.32,0.016,0.646-0.029,0.96c-0.071,0.515-0.389,0.85-0.883,1.009c-0.239,0.076-0.469,0.035-0.691-0.078
+		c0.312-0.064,0.61-0.158,0.768-0.45c0.15-0.28,0.305-0.572,0.381-0.877c0.162-0.658,0.084-1.293-0.521-1.697
+		c-0.271-0.181-0.64-0.256-0.974-0.302c-0.718-0.1-1.405,0.103-2.099,0.263c-0.416,0.097-0.847,0.161-1.271,0.162
+		c-0.401,0.001-0.806-0.084-1.203-0.155c-2.418-0.436-4.848-0.251-7.31-0.222c-2.663,0.033-5.326,0.017-7.989,0.019
+		c-4.767,0-9.535,0.002-14.306,0.002c-1.969,0-3.938-0.02-5.907-0.007c-2.716,0.017-5.401,0.323-8.027,1.012
+		c-10.003,2.616-17.489,8.031-22.423,17.108c-2.175,4.004-3.417,8.287-3.854,12.784C-48.446-17.958-45.458-23.521-45.486-22.974z"/>
+	<path fill="#E65270" d="M32.723,0.607c-0.84,1.788-0.85,2.545,0.078,4.237c0.7,1.278,2.561,0.141,2.309,1.568
+		c-0.106,1.24-1.405,2.602-1.646,2.898c-0.296,0.351-0.461,0.696-0.898,0.607c-0.399-0.082-0.778-0.275-1.101-0.514
+		c-1.137-0.845-2.19-1.787-3.045-2.928c-1.543-2.059-0.907-3.308,0.899-4.95C30.084,0.834,32.813,0.416,32.723,0.607z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M31.049,7.398c0.445,0.486,1.139,0.956,1.861,1.438
+		c0.384,0.254-0.76-2.867-1.092-3.7c-1.092-2.729,0.338-4.42-0.055-4.211c-0.867,0.46-2.104,2.067-2.189,3.06
+		C29.479,5.059,30.313,6.592,31.049,7.398z"/>
+	<g>
+		<path fill="#0D0D0D" d="M32.376,0.774c-0.84,1.788-0.849,2.544,0.08,4.237c0.698,1.277,1.022,2.564,0.771,3.993
+			c-0.027,0.159-0.059,0.321-0.111,0.475c-0.148,0.429-0.411,0.639-0.848,0.549c-0.4-0.082-0.83-0.217-1.15-0.455
+			c-1.137-0.845-2.191-1.787-3.045-2.928c-1.184-1.579-1.055-2.657-0.157-3.854c0.257-0.342,0.415-0.332,0.746-0.394
+			c0.428-0.081,0.515,0.515,0.379,0.756c-0.313,0.554-0.519,1.111-0.558,1.549c-0.096,1.076,0.506,2.244,1.242,3.049
+			c0.682,0.746,2.062,1.904,3.002,2.185c0.228-0.871-0.257-2.609-0.563-3.453c-0.374-1.031-1.507-2.912-1.222-4.138
+			c0,0,0.398-1.134,0.822-1.422C32.186,0.636,32.376,0.774,32.376,0.774z"/>
+	</g>
+	
+		<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="44048.457" y1="34.6875" x2="44048.457" y2="34.6875" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#E65271"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_19_)" d="M27.898,34.688"/>
+	<g opacity="0.2">
+		<path fill="#8B4FBA" d="M-18.605-19.865c-0.115-0.006-0.222,0.006-0.309,0.053C-18.805-19.805-18.702-19.826-18.605-19.865z"/>
+	</g>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M33.089-34.856c0.981,1.49,2.084,1.994,3.33,3.167
+		c1.185,1.113,2.095,2.456,3.274,3.549c0.925-0.193,1.963-0.037,2.912-0.085c0.678-1.674,3.97-0.081,4.271,0.999l0.437-0.655
+		c0.949-1.869-2.455-1.994-4.393-1.8c-1.359,0.135-7.23-1.408-7.037-8.979c-0.66-1.015-2.218-0.024-2.22-1.347
+		c-0.001-1.354,0.021-3.742,1.19-4.604c-0.334-1.181-1.498,0.068-1.818,0.541c-0.719,1.059-1.744,2.934-1.977,4.189
+		C30.664-37.737,32.016-36.485,33.089-34.856z"/>
+</symbol>
+<symbol  id="New_Symbol_2" viewBox="-3 -3.5 6 7">
+	<path fill="#FFFFFF" d="M0-3.5c-0.184,0-0.368,0.051-0.53,0.152l-2,1.25C-2.822-1.915-3-1.595-3-1.25v2.5
+		c0,0.345,0.178,0.666,0.47,0.848l2,1.25C-0.368,3.449-0.184,3.5,0,3.5s0.368-0.051,0.53-0.152l2-1.25C2.822,1.916,3,1.595,3,1.25
+		v-2.5c0-0.345-0.178-0.665-0.47-0.848l-2-1.25C0.368-3.449,0.184-3.5,0-3.5z"/>
+	<polygon display="none" fill="none" points="-3,3 3,3 3,-3 -3,-3 	"/>
+</symbol>
+<symbol  id="New_Symbol_3" viewBox="-50.452 -50.955 100.904 101.91">
+	<path fill="#E65270" d="M14.113-50.012c-1.353,0.017-2.704,0.021-4.056,0.021l-3.489-0.003c0,0-9.98,0.004-14.75,0.004
+		c-0.749,0-1.5-0.003-2.25-0.005C-11.183-49.997-11.933-50-12.684-50c-0.47,0-0.938,0.001-1.407,0.004
+		c-2.838,0.017-5.551,0.358-8.063,1.016c-10.002,2.617-17.576,8.551-22.512,17.634c-2.366,4.354-3.711,9.225-3.995,14.473
+		c-0.126,2.334-0.007,4.726,0.355,7.108c0.043,0.284,0.095,0.568,0.147,0.854l0.115,0.65l0.195-0.192
+		c0.103-0.102,0.135-0.208,0.159-0.288c0.097-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013
+		c1.701-4.852,4.284-9.397,7.896-13.902c0.143-0.178,0.251-0.375,0.313-0.566c1.225-3.771,3.354-7.028,6.326-9.69
+		c2.891-2.588,6.357-4.526,10.316-5.771c-2.539,1.087-4.889,2.476-7.003,4.143c-3.448,2.719-5.933,6.046-7.383,9.89
+		c-0.145,0.386-0.267,0.852-0.071,1.368c0.065,0.176,0.111,0.358,0.158,0.541c0.032,0.126,0.063,0.252,0.102,0.377
+		c0.781,2.553,1.967,4.555,3.626,6.117c1.545,1.456,3.513,2.521,6.017,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.011,0.13
+		c1.321,0.173,2.66,0.377,3.954,0.577l0.779,0.12c0.29,0.044,0.578,0.107,0.876,0.172l0.727,0.152l-0.191-0.325
+		c-0.015-0.028-0.027-0.051-0.048-0.075c-1.225-1.372-2.253-2.897-3.055-4.538c-0.068-0.139-0.214-0.267-0.354-0.312
+		c-0.174-0.057-0.347-0.113-0.52-0.171c-0.551-0.185-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3
+		c-0.494-0.07-0.988-0.139-1.479-0.229c-1.653-0.294-2.932-0.825-3.899-1.636c0.212,0.051,0.431,0.083,0.646,0.114
+		c0.3,0.043,0.608,0.089,0.889,0.186c1.524,0.53,3.196,0.776,5.263,0.776l0.279-0.001c0.371-0.004,0.741-0.021,1.117-0.039
+		l0.726-0.03l-0.054-0.179c-1.483-4.845-1.441-9.599,0.119-14.157c-0.653,3.091-0.772,5.962-0.368,8.737
+		c0.618,4.241,2.486,7.896,5.556,10.863c2.07,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.021,8.589,2.691L6.099-7.35
+		c1.988,0.478,4.044,0.972,6.036,1.557c2.987,0.875,5.583,2.314,7.716,4.284c0.319,0.295,0.682,0.63,0.968,1
+		c2.037,2.64,4.412,4.513,7.258,5.727c0.082,0.035,0.175,0.122,0.235,0.221c0.931,1.52,2.048,2.639,3.415,3.424
+		c0.305,0.175,0.609,0.263,0.904,0.263c0.374,0,0.748-0.144,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33
+		c0.479-0.481,0.863-1.073,1.211-1.859c0.043-0.094,0.082-0.124,0.187-0.137c0.347-0.046,0.705-0.093,1.06-0.163
+		c5.812-1.15,9.859-5.622,10.562-11.673c0.019-0.161,0.032-0.324,0.045-0.486c0.031-0.384,0.062-0.78,0.177-1.137
+		c0.144-0.451,0.361-0.895,0.573-1.321c0.093-0.189,0.188-0.382,0.276-0.575c0.075-0.166,0.154-0.33,0.232-0.494
+		c0.185-0.389,0.374-0.786,0.531-1.193c0.241-0.621,0.269-1.263,0.084-1.908c-0.08-0.277-0.248-0.318-0.341-0.318
+		c-0.071,0-0.147,0.023-0.224,0.071c-0.16,0.103-0.309,0.217-0.458,0.335c-0.07,0.058-0.142,0.111-0.214,0.165
+		c-0.08,0.062-0.159,0.123-0.237,0.188c-0.187,0.146-0.362,0.288-0.557,0.395c-0.07,0.039-0.143,0.061-0.214,0.061
+		c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245c0.489-0.434,0.977-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4
+		c-0.057-0.908-0.374-1.661-0.945-2.241c-0.68-0.688-1.393-1.022-2.178-1.022c-0.168,0-0.339,0.016-0.513,0.047
+		c-0.032-0.305-0.097-0.419-0.351-0.555c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.369-0.981
+		c-0.413-0.229-0.778-0.386-1.119-0.476c-1.031-0.274-2.072-0.377-3.013-0.421c0.404-0.056,0.826-0.083,1.279-0.083
+		c0.289,0,0.587,0.012,0.909,0.033l0.184,0.019c0.136,0.013,0.274,0.025,0.406,0.025c0.177,0,0.323-0.022,0.446-0.073
+		c0.841-0.344,1.663-0.76,2.433-1.154c0.151-0.078,0.26-0.11,0.361-0.11c0.056,0,0.11,0.011,0.167,0.032l0.225,0.084
+		c0.421,0.159,0.856,0.323,1.271,0.507c0.987,0.439,1.838,0.646,2.678,0.646c0.225,0,0.45-0.017,0.673-0.047
+		c0.576-0.078,1.248-0.21,1.854-0.583c0.299-0.184,0.698-0.491,0.735-1.064c0.002-0.01,0.022-0.044,0.069-0.088
+		c0.073-0.067,0.149-0.131,0.227-0.195c0.078-0.064,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624
+		c-0.018-0.181-0.058-0.605-0.421-0.605c-0.11,0-0.239,0.04-0.418,0.131c-0.075,0.039-0.144,0.07-0.207,0.088
+		c0.177-0.108,0.349-0.217,0.518-0.332c0.401-0.273,0.597-0.691,0.578-1.242c-0.038-1.2-1.302-2.336-2.601-2.336
+		c-0.154,0-0.306,0.019-0.451,0.05c-0.383,0.084-0.859,0.244-1.146,0.742c-0.009,0.014-0.042,0.036-0.049,0.038l-0.22-0.01
+		c-0.261-0.01-0.529-0.021-0.778-0.078l-0.073-0.017c-0.423-0.098-0.859-0.195-1.305-0.195c-0.178,0-0.345,0.016-0.507,0.047
+		c-0.199,0.037-0.396,0.086-0.598,0.136l-0.146,0.035c-0.231-0.749-0.604-1.452-1.109-2.094c-1.131-1.438-2.639-2.452-4.607-3.097
+		c-1.427-0.47-2.961-0.705-4.562-0.705c-0.841,0-1.724,0.063-2.623,0.191c-3.546,0.507-6.021,2.435-7.359,5.729
+		c-0.225,0.552-0.376,1.138-0.524,1.706c-0.071,0.274-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.689-1.619,3.859
+		c-1.216,2.123-2.72,3.636-4.599,4.625c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208
+		c-0.157-0.028-0.313-0.062-0.472-0.096c0.547-0.025,1.067-0.055,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219
+		c2.633-1.671,4.249-3.747,4.937-6.345c0.385-1.452,0.935-2.898,1.634-4.299c0.404-0.812,0.918-1.752,1.658-2.546
+		c1.046-1.119,2.394-1.884,4.241-2.403c0.505-0.143,1.007-0.298,1.506-0.458c0.276-0.089,0.468-0.28,0.587-0.587
+		c0.289-0.75,0.361-1.515,0.213-2.27c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.538-1.366-2.362-1.923
+		c-0.414-0.277-0.803-0.572-1.157-0.875c-0.303-0.26-0.46-0.6-0.443-0.958c0.026-0.59,0.07-0.612,0.18-0.612
+		c0.092,0,0.237,0.035,0.471,0.111c0.115,0.038,0.229,0.084,0.342,0.134l0.686,0.296c0.392,0.169,0.783,0.339,1.178,0.503
+		c0.856,0.357,1.703,0.54,2.515,0.54c0.434,0,0.868-0.052,1.291-0.153c1.52-0.364,2.518-1.267,2.966-2.686
+		c0.12-0.384,0.103-0.712-0.055-0.979c-0.104-0.177-0.342-0.325-0.54-0.331c-0.184,0-0.356,0.163-0.488,0.308
+		c-0.074,0.081-0.092,0.187-0.106,0.279c-0.006,0.03-0.011,0.062-0.018,0.09c-0.135,0.505-0.322,0.835-0.604,1.056
+		c0.504-0.685,0.73-1.417,0.689-2.23c-0.042-0.807-0.646-1.369-1.471-1.369c-0.034,0-0.067,0.001-0.103,0.003
+		c-0.313,0.019-0.512,0.188-0.545,0.466c-0.022,0.192-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.237
+		c-0.002,0.104-0.001,0.205,0,0.309c0,0.222,0.001,0.431-0.027,0.637c-0.062,0.444-0.326,0.744-0.785,0.891
+		c-0.032,0.012-0.064,0.02-0.098,0.023c0.139-0.079,0.259-0.188,0.344-0.346c0.17-0.315,0.315-0.602,0.394-0.911
+		c0.204-0.821,0.003-1.461-0.581-1.853c-0.303-0.201-0.691-0.276-1.033-0.324c-0.139-0.02-0.275-0.026-0.412-0.026
+		c-0.511,0-1.011,0.12-1.493,0.234l-0.245,0.059c-0.457,0.105-0.862,0.158-1.251,0.159c-0.332,0-0.677-0.064-1.011-0.126
+		l-0.155-0.028c-2.533-0.456-4.81-0.677-6.959-0.677L14.113-50.012z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.451c0,0-3.735-4.456-10.078-1.903
+		c-5.81,2.341-3.692,8.784-3.692,8.784s1.03-3.996,4.036-5.51C29.348-21.273,34.73-20.451,34.73-20.451z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.359c0.809-0.822,0.824-1.663,1.078-2.688
+		c0.479-1.928,1.068-3.602,2.296-5.188c1.181-1.524,2.594-2.602,4.419-3.303c1.581-0.606,3.614-0.427,3.311-2.781l-0.53-1.982
+		c-4.04,0-7.825,1.844-9.367,5.854c-1.352,3.518,0.241,7.769-3.857,13.717C14.005-19.132,15.908-21.931,16.327-22.359z"/>
+	<g opacity="0.2">
+		<path fill="#2B2B2B" d="M14.727-20.611c0.062-0.25,0.118-0.504,0.175-0.757C14.751-21.183,14.673-20.947,14.727-20.611z"/>
+	</g>
+	
+		<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="44097.3398" y1="69.6689" x2="44125.8086" y2="-63.1794" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_20_)" d="M-32.349-35.983c-15.241,1.506-17.035,16.677-17.035,16.677s-0.828,7.032,1.104,13.93
+		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.766-32.349-35.983z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.15-30.205c0,0-3.196-0.304-7.461,4.873
+		c4.112-7.461,9.441-7.613,9.441-7.613L-36.15-30.205z"/>
+	
+		<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="44081.2695" y1="71.4424" x2="44111.5938" y2="-70.0665" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_21_)" d="M-27.912-38.917c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.782,10.628,4.782,10.628
+		s-25.506,4.782-25.907-13.817c0.888-4.027,4.792-7.921,7.236-10.028c-0.478,1.078-6.567,17.833,13.711,16.467
+		c-6.999,0.596-17.105-6.716-12.288-17.67C-28.205-38.729-27.912-38.917-27.912-38.917z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.684c-5.272-1.982-14.225-1.973-11.677-15.426
+		c-0.408-0.306-2.446,2.854-1.937,2.547C-36.975-19.535-26.447-20.23-21.017-18.684z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.865c5.127,2.028,0.964-3.722,0.236-4.642
+		c-1.683-2.128-5.941-1.436-8.21-2.146c-1.305-0.408-6.536-1.175-8.269-6.128c-0.77-2.194-1.06-5.781,0.581-10.146
+		c-0.407-0.308-3.104,2.646-2.594,2.342C-36.925-15.255-16.511-22.193-14.341-13.865z"/>
+	<path fill="#F9E0E7" d="M36.631-5.972c0.139,0.384,0.378,0.875,0.679,1.165c0.07-0.033,0.145-0.037,0.202-0.073
+		c0.5,0.324,1.29,0.281,1.918,0.281c0.376,0,0.924,0.104,1.287-0.037c0.528-0.205,0.468-0.761,0.689-1.182
+		c0.414-0.786,1.69-0.796,1.695-1.907c0.004-0.523,0.135-1.232,0.001-1.744c-0.1-0.38-0.525-0.264-0.891-0.264
+		c-1.109,0-2.215-0.031-3.326-0.031l-1.536,1.145c-0.41-0.131-0.731,0.729-0.787,1.021C36.47-7.116,36.458-6.449,36.631-5.972z"/>
+	<path fill="#FFFFFF" d="M41.756-7.494c0.188,0.077,0.465,0.378,0.581,0.555c0.084,0.127,0.06,0.208,0.24,0.203
+		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.407,0.277
+		c-0.136,0.04-0.331,0.021-0.473,0.015c-0.208-0.009-0.496-0.149-0.684-0.069L41.756-7.494z"/>
+	
+		<linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="44076.2969" y1="62.4639" x2="44078.1016" y2="-21.4837" gradientTransform="matrix(-1 0 0 1 44076.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_22_)" d="M-18.99,13.068c0.07,0.081,0.088,0.105,0.11,0.128c2.035,1.9,3.114,4.298,3.694,6.979
+		c0.381,1.755-0.105,3.303-0.895,4.816c-0.014,0.025-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
+		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.613-7.753-12.244-24.064c0.009-0.101,0.026-0.197,0.04-0.31
+		c0.246,0.229,0.461,0.466,0.708,0.661c0.885,0.692,1.907,1.133,2.973,1.431c1.951,0.544,3.915,1.044,5.881,1.525
+		c2.237,0.548,4.487,1.056,6.645,1.882c1.22,0.466,2.354,1.08,3.437,1.82c1.614,1.104,3.007,2.426,4.207,3.956
+		c0.699,0.891,1.025,1.571,1.34,2.618c0.199-0.539,0.095-2.041-0.205-2.999c-0.31-0.99-0.837-1.854-1.524-2.647
+		c0.165,0.053,0.345,0.08,0.492,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.568,1.413,4.062
+		c0.001,0.021,0.01,0.042,0.017,0.075c0.396-1.832,0.339-4.952-1.727-7.17c0.73,0.258,1.39,0.517,2.066,0.718
+		c0.559,0.166,0.928,0.493,1.237,0.984c1.356,2.146,2.48,4.396,3.088,6.877c0.47,1.916,0.587,3.84,0.06,5.765
+		c-0.598,2.176-1.912,3.851-3.7,5.182c-1.242,0.925-2.612,1.611-4.05,2.173c-0.087,0.034-0.174,0.065-0.259,0.103
+		c-0.014,0.005-0.021,0.021-0.076,0.081c0.498-0.137,0.945-0.253,1.386-0.384c2.06-0.612,4.034-1.41,5.782-2.688
+		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058C6.389,12.438,5.24,10.24,3.84,8.159
+		C3.797,8.094,3.755,8.03,3.714,7.966c-0.006-0.01-0.005-0.026-0.013-0.062c0.058,0.021,0.104,0.036,0.146,0.059
+		c2.931,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.483,5.284,4.18,8.438c0.877,3.98-0.085,7.514-2.663,10.631
+		c-1.629,1.973-3.643,3.465-5.873,4.681c-2.877,1.566-5.938,2.59-9.177,3.061c-1.842,0.269-3.686,0.32-5.527-0.034
+		c-1.012-0.192-1.668-0.458-2.79-1.106c0.142,0.121,0.277,0.249,0.426,0.358c1.007,0.765,2.168,1.16,3.387,1.407
+		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.149-1.24,8.991-2.646c0.278-0.14,0.553-0.283,0.86-0.441
+		c0,0.258-0.015,0.483,0.004,0.706c0.026,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.41-0.065,0.46-0.319
+		c0.041-0.215,0.052-0.436,0.083-0.652c0.07-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
+		c0.019-0.015,0.046-0.014,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.018,0.659-0.011,0.988
+		c0.003,0.081,0.06,0.211,0.116,0.227c0.077,0.021,0.217-0.018,0.265-0.079c0.129-0.17,0.268-0.354,0.327-0.556
+		c0.129-0.428,0.187-0.876,0.321-1.301c0.088-0.275,0.228-0.547,0.403-0.775c0.192-0.25,0.386-0.195,0.459,0.111
+		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.018,0.205,0.049,0.299c0.025,0.081,0.084,0.148,0.128,0.223
+		c0.066-0.061,0.163-0.106,0.192-0.182c0.067-0.17,0.133-0.353,0.141-0.532c0.021-0.396-0.016-0.795,0.013-1.189
+		c0.015-0.21,0.085-0.434,0.188-0.616c0.114-0.203,0.297-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.202,0.99
+		c0.045,0.224,0.092,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.068-0.647,0.101-1.297,0.158-1.945
+		c0.044-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.448-2.346c0.24-0.406,0.462-0.443,0.686-0.025
+		c0.254,0.475,0.443,0.982,0.658,1.479c0.094,0.217,0.173,0.438,0.272,0.652c0.046,0.104,0.124,0.192,0.195,0.3
+		c0.255-0.185,0.316-0.427,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.101-0.39-0.209-0.779-0.27-1.177
+		c-0.023-0.16,0.049-0.352,0.122-0.507c0.103-0.225,0.267-0.252,0.443-0.076c0.179,0.178,0.318,0.395,0.492,0.576
+		c0.099,0.104,0.235,0.167,0.354,0.249c0.067-0.146,0.203-0.298,0.191-0.438c-0.025-0.297-0.096-0.6-0.205-0.878
+		c-0.222-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.012-0.108,0.078-0.299,0.163-0.33
+		c0.089-0.031,0.265,0.057,0.344,0.144c0.363,0.398,0.704,0.819,1.06,1.228c0.087,0.102,0.203,0.174,0.305,0.262
+		c0.035-0.018,0.068-0.032,0.103-0.051c-0.034-0.231-0.025-0.481-0.109-0.696c-0.143-0.357-0.32-0.708-0.524-1.033
+		c-0.323-0.517-0.692-1.002-1.023-1.512c-0.612-0.943-1.017-1.973-1.271-3.069c-0.183-0.788-0.443-1.559-0.671-2.334
+		c-0.027-0.096-0.061-0.189-0.065-0.296c0.199,0.317,0.393,0.641,0.599,0.957c0.431,0.664,0.928,1.274,1.596,1.714
+		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.73,2.299c0.524,0.267,1.025,0.588,1.502,0.936
+		c0.603,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.027-0.383,1.562c-0.312-0.498-0.587-0.978-0.902-1.428
+		s-0.704-0.832-1.283-1.0

<TRUNCATED>

[17/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/content/faq.html
----------------------------------------------------------------------
diff --git a/content/faq.html b/content/faq.html
new file mode 100644
index 0000000..ee8fedd
--- /dev/null
+++ b/content/faq.html
@@ -0,0 +1,193 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: F.A.Q.</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</span></a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</span></a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</span></a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li class="hidden-sm active"><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+                
+                <!-- Community -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-12">
+      <h1>F.A.Q.</h1>
+
+<p>The following questions are frequently asked with regard to the Flink project <strong>in general</strong>. If you have further questions, make sure to consult the <a href="">documentation</a> or <a href="">ask the community</a>.</p>
+
+<div class="page-toc">
+<ul id="markdown-toc">
+  <li><a href="#is-flink-a-hadoop-project" id="markdown-toc-is-flink-a-hadoop-project">Is Flink a Hadoop Project?</a></li>
+  <li><a href="#do-i-have-to-install-apache-hadoop-to-use-flink" id="markdown-toc-do-i-have-to-install-apache-hadoop-to-use-flink">Do I have to install Apache Hadoop to use Flink?</a></li>
+</ul>
+
+</div>
+
+<h2 id="is-flink-a-hadoop-project">Is Flink a Hadoop Project?</h2>
+
+<p>Flink is a data processing system and an <strong>alternative to Hadoop’s
+MapReduce component</strong>. It comes with its <em>own runtime</em>, rather than building on top
+of MapReduce. As such, it can work completely independently of the Hadoop
+ecosystem. However, Flink can also access Hadoop’s distributed file
+system (HDFS) to read and write data, and Hadoop’s next-generation resource
+manager (YARN) to provision cluster resources. Since most Flink users are
+using Hadoop HDFS to store their data, Flink already ships the required libraries to
+access HDFS.</p>
+
+<h2 id="do-i-have-to-install-apache-hadoop-to-use-flink">Do I have to install Apache Hadoop to use Flink?</h2>
+
+<p><strong>No</strong>. Flink can run <strong>without</strong> a Hadoop installation. However, a <em>very common</em>
+setup is to use Flink to analyze data stored in the Hadoop Distributed
+File System (HDFS). To make these setups work out of the box, Flink bundles the
+Hadoop client libraries by default.</p>
+
+<p>Additionally, we provide a special YARN Enabled download of Flink for
+users with an existing Hadoop YARN cluster. <a href="http://hadoop.apache.org/docs/r2.2.0/hadoop-yarn/hadoop-yarn-site/YARN.html">Apache Hadoop
+YARN</a> 
+is Hadoop’s cluster resource manager that allows to use
+different execution engines next to each other on a cluster.</p>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/content/features.html
----------------------------------------------------------------------
diff --git a/content/features.html b/content/features.html
new file mode 100644
index 0000000..8e26689
--- /dev/null
+++ b/content/features.html
@@ -0,0 +1,335 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Features</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</span></a></li>
+
+            <!-- Features -->
+            <li class="hidden-sm active"><a href="/features.html">Features</span></a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</span></a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+                
+                <!-- Community -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-12">
+      <h1>Features</h1>
+
+<p class="lead">Get an overview of <strong>how you can use Flink</strong> and its <strong>design</strong>.</p>
+
+<div class="page-toc">
+<ul id="markdown-toc">
+  <li><a href="#unified-stream-amp-batch-processing" id="markdown-toc-unified-stream-amp-batch-processing">Unified Stream &amp; Batch Processing</a></li>
+  <li><a href="#programming-flink" id="markdown-toc-programming-flink">Programming Flink</a>    <ul>
+      <li><a href="#fluent-programming-apis" id="markdown-toc-fluent-programming-apis">Fluent Programming APIs</a>        <ul>
+          <li><a href="#dataset-api" id="markdown-toc-dataset-api">DataSet API</a></li>
+          <li><a href="#datastream-api" id="markdown-toc-datastream-api">DataStream API</a></li>
+          <li><a href="#table-api" id="markdown-toc-table-api">Table API</a></li>
+        </ul>
+      </li>
+      <li><a href="#domain-specific-apis-amp-libraries" id="markdown-toc-domain-specific-apis-amp-libraries">Domain-specific APIs &amp; Libraries</a>        <ul>
+          <li><a href="#graph-api-amp-library-gelly" id="markdown-toc-graph-api-amp-library-gelly">Graph API &amp; Library: Gelly</a></li>
+          <li><a href="#machine-learning-library" id="markdown-toc-machine-learning-library">Machine Learning Library</a></li>
+        </ul>
+      </li>
+      <li><a href="#deployment-and-integration" id="markdown-toc-deployment-and-integration">Deployment and Integration</a></li>
+    </ul>
+  </li>
+  <li><a href="#system-design" id="markdown-toc-system-design">System Design</a>    <ul>
+      <li><a href="#stateful-operators" id="markdown-toc-stateful-operators">Stateful Operators</a></li>
+      <li><a href="#memory-management" id="markdown-toc-memory-management">Memory Management</a></li>
+      <li><a href="#iterative-dataflows" id="markdown-toc-iterative-dataflows">Iterative Dataflows</a></li>
+      <li><a href="#program-optimizer" id="markdown-toc-program-optimizer">Program Optimizer</a></li>
+    </ul>
+  </li>
+</ul>
+
+</div>
+
+<h2 id="unified-stream-amp-batch-processing">Unified Stream &amp; Batch Processing</h2>
+
+<p class="lead">Flink’s core is a <em>distributed streaming dataflow engine</em>, which efficiently supports both <em>batch</em> and <em>stream processing applications</em>.</p>
+
+<div class="row">
+  <div class="col-sm-4">
+    <img src="/img/runtime.png" alt="Apache Flink Stack" title="Apache Flink Stack" width="100%" />
+  </div>
+  <div class="col-sm-8">
+
+    <p>Programs written with the <a href="">fluent programming APIs</a> or using the <a href="">domain-specific APIs and libraries</a> are translated to dataflows for the Flink engine. Flink takes care of data distribution, communication, and fault tolerance.</p>
+
+    <p>Batch programs are as a special case of streaming programs as data inside the system is streamed all the way, including <strong>pipelined shuffles</strong>.</p>
+  </div>
+</div>
+
+<hr />
+
+<h1 id="programming-flink">Programming Flink</h1>
+
+<h2 id="fluent-programming-apis">Fluent Programming APIs</h2>
+
+<p class="lead">
+Write beautiful, type-safe, and maintainable code in Java or Scala. You can use native Java and Scala data types without packing them into key-value pairs, logical field addressing, and a wealth of operators.
+</p>
+
+<div class="row">
+  <!-- DataSet API -->
+  <div class="col-sm-4">
+    <h3 id="dataset-api">DataSet API</h3>
+
+    <p><strong>Batch Processing</strong>. Use the DataSet API to process static inputs. The following example takes an input text and counts all distinct words in it (the infamous <a href="">WordCount</a> example).</p>
+
+    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">DataSet</span><span class="o">&lt;</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;&gt;</span> <span class="n">counts</span> <span class="o">=</span> 
+  <span class="n">text</span><span class="o">.</span><span class="na">flatMap</span><span class="o">(</span><span class="k">new</span> <span class="nf">Tokenizer</span><span class="o">())</span>
+      <span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="mi">0</span><span class="o">)</span>
+      <span class="o">.</span><span class="na">sum</span><span class="o">(</span><span class="mi">1</span><span class="o">);</span></code></pre></div>
+
+    <p>Check out the <a href="">full example code</a> and read the <a href="">programming guide</a> for all features of the DataSet API.</p>
+  </div>
+
+  <!-- DataStream API -->
+  <div class="col-sm-4">
+    <h3 id="datastream-api">DataStream API</h3>
+
+    <p><strong>Stream Processing</strong>. Use the DataStream API to process continuous streams of data. The following example counts all distinct words in a sliding window over the input stream.</p>
+
+    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">DataStream</span><span class="o">&lt;</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;&gt;</span> <span class="n">counts</span> <span class="o">=</span>
+  <span class="n">text</span><span class="o">.</span><span class="na">flatMap</span><span class="o">(</span><span class="k">new</span> <span class="nf">Tokenizer</span><span class="o">())</span>
+      <span class="o">.</span><span class="na">window</span><span class="o">(</span><span class="n">Count</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="n">windowSize</span><span class="o">))</span>
+      <span class="o">.</span><span class="na">every</span><span class="o">(</span><span class="n">Count</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="n">slideSize</span><span class="o">))</span>
+      <span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="mi">0</span><span class="o">).</span><span class="na">sum</span><span class="o">(</span><span class="mi">1</span><span class="o">);</span></code></pre></div>
+
+    <p>Check out the <a href="">full example code</a> and read the <a href="">streaming guide</a> for all features of the DataStream API.</p>
+  </div>
+
+  <!-- Table API -->
+  <div class="col-sm-4">
+    <h3 id="table-api">Table API</h3>
+
+    <p><strong>Language integrated queries</strong>. Specify operations using SQL-like expressions. These operations work both with static inputs as well as continuous streams.</p>
+
+    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">Table</span> <span class="n">table</span> <span class="o">=</span> <span class="n">tableEnv</span><span class="o">.</span><span class="na">toTable</span><span class="o">(</span><span class="n">text</span><span class="o">);</span>
+<span class="n">Table</span> <span class="n">filtered</span> <span class="o">=</span> <span class="n">table</span>
+  <span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="s">&quot;word&quot;</span><span class="o">)</span>
+  <span class="o">.</span><span class="na">select</span><span class="o">(</span><span class="s">&quot;word.count as count, word&quot;</span><span class="o">)</span>
+  <span class="o">.</span><span class="na">filter</span><span class="o">(</span><span class="s">&quot;count = 2&quot;</span><span class="o">);</span></code></pre></div>
+
+    <p>Check out the <a href="">full example code</a> and read the <a href="">Table API guide</a> for all features of the Table API.</p>
+  </div>
+</div>
+
+<p><br /></p>
+<hr />
+
+<p><br /></p>
+
+<h2 id="domain-specific-apis-amp-libraries">Domain-specific APIs &amp; Libraries</h2>
+
+<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</p>
+
+<div class="row">
+  <div class="col-sm-6">
+    <h3 id="graph-api-amp-library-gelly">Graph API &amp; Library: Gelly</h3>
+  </div>
+
+  <div class="col-sm-6">
+    <h3 id="machine-learning-library">Machine Learning Library</h3>
+
+  </div>
+</div>
+
+<p><br /></p>
+
+<h2 id="deployment-and-integration">Deployment and Integration</h2>
+
+<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</p>
+
+<p><br /></p>
+
+<h1 id="system-design">System Design</h1>
+
+<h2 id="stateful-operators">Stateful Operators</h2>
+
+<p>Applications that go beyond simple filters or line-by-line transformations of the input need stateful operators. There are three kinds of state that are offered by Flink:</p>
+
+<ul>
+  <li>
+    <p><strong>User-defined state</strong>: As Flink is a streaming dataflow system, operators are continuously running, and can contain user-defined state in the form of Java/Scala objects. This is the most elementary (but most flexible) operator state, but is not backed up or restored by the system in cases of failures.</p>
+  </li>
+  <li>
+    <p><strong>Managed state</strong>: User-defined operations will be able to use a special interface to put their state into an object that is backed up and restored in case of failures. Flink contains managed state internally, and the community is working on exposing this to the user-facing APIs shortly.</p>
+  </li>
+  <li>
+    <p><strong>Windowed streams</strong>: Flink offers the ability to create a finite stream from an infinite stream using (sliding) windows over the stream. The contents of those windows is special form of state that is managed by the system.</p>
+  </li>
+</ul>
+
+<p>Flink uses a variation of the <a href="">Chandy-Lamport algorithm</a> for consistent asynchronous distributed snapshots. The state backup works hand-in-hand with checkpoint barriers for stream replay. This allows Flink to give <strong>exactly-once processing guarantees</strong> by replaying parts of a stream, reproducing the results of a user program.</p>
+
+<h2 id="memory-management">Memory Management</h2>
+
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
+<h2 id="iterative-dataflows">Iterative Dataflows</h2>
+
+<div class="row">
+  <div class="col-sm-4">
+    <img src="/img/main/section/pagerank.png" alt="Apache Flink Stack" title="Apache Flink Stack" width="100%" />
+  </div>
+  <div class="col-sm-8">
+
+    <p>Flink exploits in-memory data streaming and integrates iterative processing deeply into the system runtime.</p>
+
+    <p>This makes the system extremely fast for data-intensive and iterative jobs.</p>
+  </div>
+</div>
+
+<h2 id="program-optimizer">Program Optimizer</h2>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/content/img/flink-stack.png
----------------------------------------------------------------------
diff --git a/content/img/flink-stack.png b/content/img/flink-stack.png
new file mode 100644
index 0000000..480b692
Binary files /dev/null and b/content/img/flink-stack.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/content/img/logo.zip
----------------------------------------------------------------------
diff --git a/content/img/logo.zip b/content/img/logo.zip
new file mode 100644
index 0000000..6c816f5
Binary files /dev/null and b/content/img/logo.zip differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/content/img/managed-state.png
----------------------------------------------------------------------
diff --git a/content/img/managed-state.png b/content/img/managed-state.png
new file mode 100644
index 0000000..3dbb2fd
Binary files /dev/null and b/content/img/managed-state.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/content/img/navbar-brand-logo.jpg
----------------------------------------------------------------------
diff --git a/content/img/navbar-brand-logo.jpg b/content/img/navbar-brand-logo.jpg
new file mode 100644
index 0000000..5993ee8
Binary files /dev/null and b/content/img/navbar-brand-logo.jpg differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/content/img/runtime.png
----------------------------------------------------------------------
diff --git a/content/img/runtime.png b/content/img/runtime.png
new file mode 100644
index 0000000..8fd211f
Binary files /dev/null and b/content/img/runtime.png differ


[22/52] [abbrv] flink-web git commit: Remove files before rebase

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/logo/svg/flink_logos.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/flink_logos.svg b/img/logo/svg/flink_logos.svg
deleted file mode 100644
index 9d1ecfa..0000000
--- a/img/logo/svg/flink_logos.svg
+++ /dev/null
@@ -1,6425 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1280px"
-	 height="800px" viewBox="0 0 1280 800" enable-background="new 0 0 1280 800" xml:space="preserve">
-<symbol  id="New_Symbol_1" viewBox="-53.761 -83.396 107.522 166.793">
-	<text transform="matrix(1 0 0 -1 -44.4883 -65.9858)" fill="#FFFFFF" font-family="'AvenirNext-DemiBold'" font-size="38.0155">Flink</text>
-	
-		<use xlink:href="#New_Symbol_3"  width="100.902" height="101.912" x="-50.451" y="-50.956" transform="matrix(1.0656 0 0 1.0656 0 29.0977)" overflow="visible"/>
-</symbol>
-<symbol  id="New_Symbol_10" viewBox="-37.237 -37.399 74.473 74.98">
-	<g>
-		<g>
-			<g>
-				<g>
-					<polygon fill="#0B0B0B" points="23.096,12.631 23.094,12.628 23.096,12.628 					"/>
-					<path fill-rule="evenodd" clip-rule="evenodd" fill="#0B0B0B" d="M26.771-3.982c-0.41-0.648-0.494-1.885,0.436-2.595
-						c1.523-1.163,2.877-0.169,3.766-0.749c0.276-0.181,0.466-0.023,0.576,0.285c0.25,0.707,0.368,1.438,0.283,2.185
-						c-0.04,0.356-0.115,0.724-0.255,1.053c-0.558,1.302-2.247,1.836-3.496,1.126c-0.158-0.091-0.312-0.199-0.455-0.316
-						c-0.151-0.123-0.291-0.266-0.449-0.413c0.071-0.083,0.128-0.16,0.195-0.228c0.151-0.155,0.208-0.339,0.162-0.545
-						c-0.144-0.646-0.018-1.276,0.496-1.614c0.5-0.328,2.031-0.766,2.951,0.473c0.439-0.817,0.127-1.52,0.064-1.558
-						c-0.007-0.007-0.422,0.413-1.531,0.35C28.9-6.562,28.085-6.4,27.566-6.048c-0.626,0.421-0.748,1.201-0.783,1.957
-						C26.781-4.068,26.776-4.046,26.771-3.982z M29.72-3.898c0-0.455-0.369-0.826-0.826-0.826c-0.455,0-0.826,0.371-0.826,0.826
-						c0,0.457,0.371,0.826,0.826,0.826C29.351-3.072,29.72-3.441,29.72-3.898z"/>
-				</g>
-			</g>
-			<g>
-				<g>
-					<path fill="#0B0B0B" d="M19.838,2.348c0,0.048,0.002,0.096,0.002,0.144c-0.019,0.034-0.044,0.067-0.061,0.101
-						C19.827,2.521,19.849,2.434,19.838,2.348z"/>
-					<path fill="#0B0B0B" d="M21.586,7.941c-0.017,0-0.034-0.003-0.05-0.003c-0.009-0.019-0.018-0.039-0.027-0.057
-						C21.528,7.9,21.56,7.922,21.586,7.941z"/>
-				</g>
-			</g>
-			<g>
-				<g>
-					<path fill-rule="evenodd" clip-rule="evenodd" fill="#0B0B0B" d="M36.515-27.161c0.04,0.263,0.084,0.509,0.132,0.757
-						c0.104,0.55,0.21,1.12,0.249,1.703c0.132,2.062-0.514,3.865-1.919,5.365l0.049,0.221c0.067,0.314,0.149,0.706,0.196,1.089
-						c0.119,0.946-0.186,1.796-0.93,2.601c-0.022,0.024-0.048,0.051-0.061,0.071c-0.181,0.544-0.572,0.979-1.156,1.272
-						c-0.344,0.174-0.705,0.304-1.081,0.388c0.449,0.185,0.9,0.411,1.36,0.686c0.054,0.032,0.077,0.038,0.077,0.038
-						c1.5,0.23,2.682,1.386,2.944,2.876c0.006,0.035,0.01,0.068,0.015,0.104c0.007,0.063,0.015,0.134,0.023,0.155
-						c0.592,0.913,0.699,1.946,0.317,3.061c-0.125,0.36-0.279,0.721-0.416,1.038c-0.107,0.249-0.212,0.493-0.305,0.736
-						c-0.106,0.277-0.225,0.587-0.25,0.868c-0.07,0.783-0.186,1.814-0.47,2.84c-0.593,2.135-1.624,3.807-3.153,5.113
-						c-1.396,1.195-2.886,1.706-4.899,2.007c0.274-0.431-0.091-0.624,0.104-1.1c0.079-0.194,0.1-0.375,0.099-0.553
-						c3.444-1.177,6.047-4.312,6.485-8.081c0.012-0.109,0.024-0.223,0.033-0.334c0.024-0.311,0.052-0.631,0.152-0.945
-						c0.116-0.365,0.284-0.705,0.446-1.032c0.066-0.136,0.134-0.271,0.196-0.409c0.058-0.124,0.116-0.249,0.176-0.372
-						c0.122-0.257,0.261-0.548,0.372-0.835C35.4-8.087,35.498-8.65,35.371-9.01c-0.006,0.004-0.652,0.824-1.295,0.888
-						C33.451-8.059,33.304-8.5,33.304-8.5s1.257-0.434,1.611-1.399c-0.042-0.507-0.225-0.935-0.545-1.259
-						c-0.398-0.404-0.809-0.535-1.237-0.6c-0.482-0.073-0.828,0.15-0.828,0.15s-0.267-1.464-3.296-1.468l-0.185,0.001
-						c-0.891,0-1.75-0.248-2.703-0.78c-1.255-1.04-4.071-0.935-4.071-0.935c-0.792,0.133-1.534,0.334-2.252,0.619
-						c-1.323,0.529-2.488,1.28-3.392,2.399c-0.487,0.601-0.853,1.267-1.102,1.999c-0.023,0.066-0.051,0.131-0.076,0.197
-						c-0.014-0.713,0.137-1.385,0.442-2.021c0.623-1.278,1.649-2.115,2.935-2.664c1.115-0.478,2.284-0.64,3.488-0.581l0.255-0.285
-						c0.123-0.135,0.254-0.178,0.342-0.199c0.491-0.117,1.011-0.174,1.587-0.174c0.224,0,1.575,0.311,2.954-0.385
-						c0.124-0.062,0.291-0.137,0.49-0.137c0.103,0,0.201,0.018,0.299,0.055l0.152,0.058c0.326,0.123,0.967,0.386,0.967,0.386
-						c3.941,0.867,4.504-2.113,4.504-2.113c-0.104,0.046-0.223,0.083-0.355,0.083c-0.155,0-0.301-0.052-0.433-0.149l-0.448-0.341
-						l0.673-0.423c0.14-0.087,0.265-0.164,0.386-0.247c0.153-0.105,0.215-0.249,0.207-0.481c-0.019-0.607-0.728-1.227-1.403-1.227
-						c-0.077,0-0.151,0.008-0.222,0.023c-0.275,0.061-0.426,0.15-0.516,0.307c-0.078,0.134-0.257,0.275-0.468,0.275l-0.179-0.008
-						c-0.215-0.009-0.434-0.018-0.656-0.068l-0.051-0.012c-0.298-0.066-0.575-0.131-0.848-0.131c-0.097,0-0.188,0.009-0.277,0.026
-						c-0.128,0.023-0.255,0.054-0.383,0.087l-0.598,0.142l-0.102-0.357c-0.151-0.528-0.396-1.005-0.752-1.456
-						c-0.764-0.971-1.788-1.657-3.131-2.098c-0.989-0.325-2.059-0.489-3.176-0.489c-0.59,0-1.211,0.046-1.847,0.136
-						c-2.402,0.344-4.08,1.648-4.984,3.877c-0.149,0.369-0.256,0.775-0.359,1.169c-0.058,0.222-0.11,0.43-0.171,0.636
-						c-0.317,1.078-0.719,2.035-1.228,2.925c-0.938,1.636-2.101,2.803-3.558,3.57c-1.17,0.615-2.447,0.927-3.799,0.927
-						c-0.561,0-1.146-0.053-1.74-0.158c-0.245-0.045-0.494-0.068-0.737-0.16c-1.282-0.49-1.442-0.715-1.442-0.715l0.619-0.037
-						c0.104-0.006,0.328-0.035,0.555-0.065c0.251-0.032,0.504-0.065,0.612-0.07c0.433-0.021,0.843-0.04,1.248-0.083
-						c1.698-0.171,3.243-0.691,4.591-1.545c1.812-1.148,2.922-2.569,3.392-4.342c0.29-1.091,0.703-2.179,1.228-3.232
-						c0.313-0.627,0.711-1.352,1.294-1.977c0.827-0.887,1.885-1.489,3.324-1.895c0.385-0.107,0.764-0.228,1.084-0.33
-						c0.038-0.011,0.077-0.032,0.117-0.136c0.18-0.465,0.223-0.918,0.131-1.382c-0.141-0.725-0.49-1.398-1.066-2.063
-						c-0.458-0.526-1.051-0.929-1.626-1.316c-0.318-0.214-0.616-0.44-0.891-0.673c-0.341-0.291-0.518-0.682-0.499-1.1
-						c0.016-0.345,0.042-0.921,0.628-0.921c0.126,0,0.271,0.03,0.5,0.106c0.097,0.032,0.193,0.071,0.289,0.112l0.507,0.22
-						c0.282,0.121,0.565,0.243,0.848,0.362c0.566,0.235,1.12,0.355,1.648,0.355c0.276,0,0.555-0.032,0.825-0.098
-						c0.773-0.185,1.48-0.607,1.643-1.219c0,0,0.541-2.344-3.352-2.314c-0.314,0-0.634,0.075-0.974,0.157l-0.183,0.043
-						c-0.371,0.087-0.703,0.127-1.017,0.129c-0.295,0-0.567-0.051-0.829-0.1l-0.121-0.021c-0.776-0.141-1.609-0.205-2.698-0.205
-						c-0.487,0-23.165,0.021-23.165,0.021c-2.045,0-3.985,0.287-5.767,0.753c-7.413,1.939-12.688,6.09-16.131,12.422
-						c-1.25,2.303-2.104,4.787-2.544,7.435c0.023-0.038,2.468-3.748,2.468-3.748s-2.707,4.889-2.816,7.804
-						c-0.038,1.025,0.061,2.072,0.188,3.117c0.079-0.262,0.162-0.52,0.252-0.774c1.262-3.597,3.176-6.964,5.849-10.3
-						c0.064-0.08,0.117-0.174,0.144-0.257c0.412-1.269,0.972-2.476,1.664-3.598c-1.565,0.321-3.799,2.522-3.799,2.522l0.291-0.56
-						c1.747-3.368,5.86-5.419,6.665-5.711c2.358-2.095,5.223-3.614,8.509-4.517c0.187-0.051,0.374-0.095,0.562-0.138l1.605-0.383
-						l-1.026,0.993c-0.117,0.115-0.244,0.16-0.322,0.188c-2.328,0.831-4.458,2.002-6.33,3.479c-2.446,1.928-4.207,4.287-5.233,7.008
-						c-0.124,0.326-0.11,0.496-0.053,0.649c0.056,0.149,0.094,0.301,0.132,0.446c0.026,0.107,0.045,0.182,0.067,0.254
-						c0.545,1.779,1.366,3.171,2.515,4.251c1.071,1.01,2.442,1.751,4.194,2.265c1.668,0.49,3.429,0.715,5.131,0.932l0.742,0.096
-						c0.963,0.125,1.935,0.276,2.875,0.421l0.49,0.077c-0.637-0.818-1.188-1.696-1.644-2.622c-0.116-0.038-3.573-0.815-3.986-0.903
-						c-5.49-1.171-5.861-4.658-5.861-4.658s2.371,3.141,8.071,3.312l0.199,0.002c0.23-0.003,0.458-0.01,0.695-0.021
-						c-1.581-8.259,1.483-11.128,1.458-11.034c-0.694,2.64-0.868,5.042-0.532,7.344c0.434,2.986,1.751,5.56,3.911,7.648
-						c1.469,1.421,3.319,2.615,5.655,3.653c2.031,0.903,4.17,1.452,6.186,1.938l0.386,0.091c1.476,0.355,2.974,0.716,4.431,1.144
-						c2.257,0.661,4.22,1.751,5.833,3.241c0.246,0.227,0.526,0.483,0.763,0.791c1.142,1.48,2.438,2.604,3.935,3.438
-						c0.206-0.944,0.748-1.833,1.632-2.373c-0.929,1.592-1.399,3.215-0.959,4.714c0.419,1.34,1.114,2.013,1.852,3.307
-						c0.877,1.691,0.972,4.094,0.985,4.107c0.162,0.166,0.274,0.329,0.44,0.492c0.204,0.203,0.394,0.403,0.594,0.609
-						c0.594,0.614,1.029,1.382,1.212,2.299c0.19,0.956-0.245,1.468-0.245,1.468c0.161,0.589,0.376,1.165,0.421,1.755
-						c0.083,1.098-0.255,2.112-0.408,2.112c-0.074,0-1.408-1.521-2.142-1.805c-0.174,1.044-0.441,2.103-0.858,3.425
-						c-0.313,0.994-0.4,1.811-0.274,2.571c0.095,0.567,0.784,1.358,0.784,1.358l0.32,0.377l-0.44,0.225
-						c-0.072,0.043-0.639,0.169-0.829,0.169c-0.554,0-1.009-0.199-1.338-0.581c-0.066,0.453-0.076,0.91-0.033,1.372
-						c0.073,0.796,0.391,1.526,0.656,2.075c0.081,0.167,0.183,0.389,0.253,0.625c0.084,0.29,0.043,0.565-0.115,0.777
-						c-0.158,0.211-0.409,0.326-0.707,0.326c-0.258-0.004-0.49-0.045-0.691-0.121c-0.904-0.34-1.61-0.918-2.106-1.719
-						c-0.163,0.186-0.313,0.394-0.404,0.643c-0.121,0.33-0.276,0.637-0.426,0.92c-0.125,0.238-0.293,0.359-0.498,0.359
-						c-0.146,0-0.259-0.064-0.341-0.137c-0.259,0.695-0.686,1.281-1.268,1.745c-0.038,0.03-0.076,0.054-0.131,0.087l-0.787,0.483
-						c0,0,0.154-1.013,0.154-1.014c-2.018,1.31-4.247,2.261-6.634,2.828c-0.19,0.045-0.383,0.083-0.575,0.121
-						c-0.578,0.113-2.248,0.766-2.546,0.862C4.009,37.39,4.14,36.88,4.14,36.88c-0.24,0.005-1.613,0.28-1.657,0.28L2.37,36.75
-						c0,0-1.831,0.832-2.185,0.832c0,0-0.374-0.683-0.423-0.685c-1.661-0.104-3.253-0.348-4.727-0.713
-						c-2.594-0.645-4.76-1.611-6.618-2.948c-1.626-1.169-2.796-2.472-3.648-3.936c-0.425-0.729-1.063-1.896-1.174-2.646
-						c0.463,0.176,1.455,0.198,1.63,0.198c0.828,0,2.077-0.488,2.984-1.148c0.973-0.707,1.663-1.593,2.049-2.629
-						c0.553-1.487,0.301-2.87-0.75-4.112c-0.331,1.1-0.771,1.928-1.385,2.6c-0.431,0.475-0.938,0.832-1.505,1.063
-						c-0.089,0.037-0.177,0.061-0.27,0.073l-0.148,0.021c0,0,0.721-1.63,0.809-2.312c0.188-1.467-0.007-3.525-1.434-3.924
-						c-0.43-0.12-0.841-0.296-1.262-0.442c-0.759-0.263-1.545-0.536-2.317-0.823c-2.167-0.809-4.097-1.715-5.89-2.772
-						c0.547,0.838,0.037,1.705-0.11,1.874c-0.062-0.879-2.796-3.817-3.328-4.267c-1.943-1.643-3.406-3.169-4.617-4.783
-						c-0.94-1.254-1.766-2.576-2.458-3.938c-0.069,0.724-0.088,1.445-0.059,2.177c0.014,0.331-1.805-2.775-1.504-5.891
-						c0.001-0.009,0.001-0.047-0.028-0.142c-0.586-1.842-0.965-3.678-1.124-5.455c-0.583-6.512,1.041-12.54,4.826-17.755
-						c4.028-5.553,9.492-9.293,16.24-10.854c1.79-0.415,3.769-0.806,6.619-0.806c0,0,11.187,0,11.895,0l16.237,0.032
-						c0,0,1.905,0.001,2.992,0.591c0.926,0.502,1.455,1.005,1.833,1.884c0.585,1.358,0.085,3.093-1.162,4.004
-						c-0.741,0.542-1.618,0.813-2.682,0.813c-0.1,0-0.2,0.004-0.303-0.001c-0.106-0.005-0.213-0.012-0.318-0.022
-						c0.828,0.844,1.395,1.842,1.688,2.971c0.131,0.506,0.172,1.033,0.126,1.564l-0.003,0.027l0.254,0.013
-						c0.567,0.025,1.14,0.052,1.704,0.093c-0.188-0.24-0.332-0.518-0.433-0.831c-0.278-0.878-0.395-1.61-0.365-2.3
-						c0.051-1.215,0.513-2.354,1.368-3.381c0.663-0.793,1.475-1.43,2.479-1.939c-0.098-0.423-0.073-0.856,0.076-1.283
-						c0.116-0.324,0.33-0.586,0.636-0.757c0.34-0.19,0.709-0.308,1.096-0.308c0.139,0,0.285-0.027,0.442,0.008
-						c0.614-1.357,2.109-1.176,2.109-1.176c1.229,0.283,1.654,1.444,1.529,2.385c-0.017,0.112-0.036,0.234-0.062,0.343l0.065,0.024
-						c0.325,0.078,0.663,0.164,0.997,0.28c2.271,0.789,3.733,2.34,4.352,4.605C37.393-28.734,37.189-27.861,36.515-27.161z
-						 M19.56,8.604C16.085-1.07,7.966-2.377,7.143-2.377c0,0-2.639-0.201-3.821,0.082c0.036-0.17,0.614-0.827,1.932-1.002
-						c-0.515-0.108-1.04-0.214-1.557-0.287C2.312-3.781,0.679-4.05-0.94-4.541c-0.072-0.021-0.148-0.033-0.22-0.033l-0.041,0.002
-						C-2.71-4.469-4.22-4.359-5.729-4.248C-6.646-4.183-7.488-4.15-8.301-4.15c-0.97,0-1.874-0.045-2.763-0.139
-						c-1.997-0.211-3.972-0.69-5.871-1.424c-5.462-2.327-8.367-5.436-8.367-5.436s5.587,3.759,8.557,4.517
-						c6.477,1.654,10.589,0.284,11.332,0.098c-0.455-0.268-0.891-0.55-1.308-0.857c-0.345-0.254-0.722-0.445-1.154-0.608
-						C-8.198-8.12-8.546-8.244-8.901-8.355c-1.496-0.473-3.072-0.748-4.596-1.016c0,0-0.624-0.109-0.904-0.159
-						c-1.479-0.267-3.055-0.554-4.605-0.897c-1.536-0.339-2.87-0.837-4.08-1.525c-2.225-1.264-3.542-3.168-3.917-5.663
-						c-0.647,1.223-1.116,2.412-1.165,3.643c-0.252,6.397,4.22,8.763,5.528,9.623c1.335,0.876,2.907,1.606,4.946,2.296
-						c2.809,0.949,5.729,1.567,8.47,2.094c1.036,0.199,2.075,0.396,3.114,0.592l0.252,0.047c1.223,0.23,2.444,0.461,3.667,0.699
-						c2.139,0.415,3.849,0.961,5.384,1.715C5.62,4.289,7.463,5.566,8.985,7.113c1.223,0.039,2.317,0.152,3.36,0.351
-						c2.786,0.528,5.432,1.583,7.872,3.135C20.03,9.895,19.79,9.248,19.56,8.604z M22.231,17.496
-						c0.338,0.164,0.725,0.274,1.099,0.383c0,0,0.233,0.067,0.326,0.096c-0.021-0.105-0.042-0.203-0.072-0.296
-						c-0.574-1.758-1.575-3.321-2.977-4.649c-0.904-0.854-2.014-1.558-3.597-2.277c-1.332-0.605-2.771-1.104-4.463-1.547
-						c0.485,0.141,0.971,0.311,1.451,0.512c2.487,1.032,4.763,2.599,6.958,4.786c0.03,0.03,0.056,0.064,0.08,0.1l0.673,0.926
-						l-1.093-0.312c-0.125-0.037-0.212-0.094-0.281-0.142c-1.856-1.288-3.552-2.324-5.181-3.167
-						c-1.021-0.527-2.316-1.111-3.617-1.446c-0.026-0.007-0.156-0.013-0.156-0.021v0.004c0,0.489,0.24,0.967,0.605,1.427
-						c0.268,0.338,0.776,0.757,1.148,1.041c1.128,0.858,2.363,1.55,3.404,2.093c-0.381-0.49-0.779-0.879-1.318-1.148
-						c0,0,0.626-0.659,1.439-0.366c0.929,0.334,1.36,0.657,1.964,1.161c0.338,0.283,0.673,0.571,1.005,0.861
-						c0.391,0.337,0.874,0.756,1.344,1.139C21.312,16.925,21.758,17.268,22.231,17.496z M17.752,27.607
-						c0.312,1.185,0.677,2.033,1.171,2.748c0.228,0.326,0.463,0.566,0.725,0.743c-0.012-0.027-0.052-0.122-0.052-0.122
-						c-0.721-1.758-1.073-3.621-1.08-5.701c-0.001-0.305-0.038-0.615-0.07-0.891c-0.193-1.644-1.122-2.98-1.688-3.583
-						C16.896,23.398,17.216,25.58,17.752,27.607z M-14.624,13.194c0.617,0.587,1.148,1.093,1.536,1.538
-						c0.67,0.774,1.351,2.619,1.366,2.664c2.782-2.44-1.052-6.137-2.335-7.335c-0.02-0.017,2.636-0.607,4.742,1.895
-						c7.312,8.688-0.853,14.956-3.681,15.645c-0.191,0.047-1.185,0.352-1.758,0.198c5.065,7.355,13.082,5.516,13.082,5.516
-						s-0.619,1.183-2.617,1.217c-0.065,0.001-0.131,0.003-0.197,0.003c-0.104,0-0.21-0.003-0.313-0.008
-						c0.057,0.02,0.112,0.037,0.172,0.055c0.854,0.258,2.758,1.08,5.422,0.062c0.515-0.196,1.575-0.822,1.575-0.822L2.228,34.33
-						l-0.094,0.232L2.11,34.629c-0.042,0.111-0.073,0.196-0.117,0.281s-0.09,0.171-0.136,0.256c0.077-0.029,0.154-0.062,0.228-0.096
-						c0.498-0.235,0.994-0.296,1.412-0.325c0.661-0.045,1.241-0.104,1.773-0.181c0.758-0.109,1.327-0.502,1.694-1.168
-						c0.11-0.198,0.235-0.389,0.331-0.557c0.411-0.722,1.283-0.792,1.283-0.792l-0.273,0.63l-0.264,0.903
-						c0.134-0.106,0.283-0.216,0.382-0.37c0.479-0.755,1.606-0.839,1.606-0.839l-0.197,1.183c0.076-0.047,3.801-1.408,3.998-2.914
-						c0.004-0.082,0.002-1.158,0.002-1.158s0.748,0.74,0.8,1.742c0.167-0.147,2.053-1.44,1.638-3.211
-						c-0.345-1.152-0.375-2.404-0.389-4.049c-0.004-0.389,0.005-0.777,0.005-1.166v-0.166c0-0.753-0.022-1.604-0.035-2.436
-						c-0.035-2.299-0.542-3.133-0.542-3.133l0.126,0.046c0.134,0.042,0.236,0.088,0.339,0.141c0.475,0.245,0.901,0.605,1.316,1.101
-						c0.812,0.973,1.315,2.071,1.739,3.112c0.303,0.747,0.626,1.539,0.964,2.335c1.232-3.028-1.658-5.618-1.658-5.618
-						s2.232,1.204,2.848,2.406c0,0,0.535-1.478-1.86-2.536c-1.134-0.502-2.303-0.992-3.459-1.412l-0.684-0.25
-						c-0.276-0.102-0.567-0.252-0.863-0.445c-0.154-0.102-0.304-0.218-0.447-0.352c0.187,0.765,0.494,1.41,0.854,2.024
-						c0.561,0.958,0.822,2.184,0.965,2.813l0.125,0.555c0,0-0.712-0.876-1.191-1.144c0.017,0.098,0.037,0.191,0.066,0.279
-						c0.567,1.649,0.443,2.973,0.443,2.973s-0.868-0.622-0.889-0.646c0.295,1.874-0.057,2.914-0.057,2.914s-0.685-1.966-1.243-2.356
-						c-0.264,0.681-0.718,1.311-0.966,1.553c-0.765,0.746-1.214,2.627-1.214,2.627s-0.781-0.479-0.786-0.506
-						c0.056,0.141,0.084,0.646-0.14,1.656c0,0-0.752-0.771-0.758-0.843c0,0-0.569,1.778-0.709,1.778
-						c-0.047,0-0.274-0.764-0.33-0.908c-0.008,0.078-0.589,1.532-0.6,1.195c-0.009-0.287-0.327-0.926-0.864-0.657
-						c-2.081,1.041-4.329,1.786-6.694,1.972c-5.845,0.459-7.255-1.15-7.537-1.508c0,0,2.721,0.686,6.281,0.156
-						c2.308-0.342,4.52-1.072,6.571-2.191c1.455-0.793,2.643-1.677,3.612-2.689c-0.234-1.205-7.555-0.826-7.555-0.826
-						s1.844-1.621,7.062-0.814c0.627,0.098,1.12-0.154,1.573-0.498c0.174-0.135,0.259-0.372,0.215-0.495
-						c-0.035-0.104-0.215-0.12-0.32-0.12c-0.062,0-0.131,0.006-0.204,0.016c-0.161,0.023-0.237,0.03-0.292,0.03
-						c-0.248,0,5.553-4.137,0.502-11.229C8.542,9.228,5.444,7.516,3.806,6.95c5.292,6.153,0.285,10.36-1.026,11.318
-						c-1.151,0.842-2.531,1.484-4.342,2.022c-0.218,0.064-0.439,0.125-0.672,0.188l-1.659,0.458l0.948-1.034
-						c0.023-0.029,0.074-0.087,0.162-0.125c0.06-0.024,0.116-0.047,0.172-0.067c1.162-0.454,2.101-0.956,2.896-1.548
-						C1.618,17.168,7.982,13.01,0.59,5.669C0.333,5.414-0.339,5.041-0.46,5c1.986,3.352,0.309,5.932,0.309,5.932
-						S-1.065,7.58-1.599,6.652C-2.233,5.545-3.075,4.646-3.95,4.328c1.38,2.704,0.013,4.235,0.013,4.235
-						c1.373-6.107-14.002-7.544-17.623-10.261c-0.086,0.374-0.165,0.862-0.169,1.26C-21.806,6.362-17.311,10.639-14.624,13.194z
-						 M-25.258,11.193c-0.241-0.961-0.438-1.881-0.605-3.795c-0.021-0.258-0.071-1.282-0.071-1.282s1.277,5.576,7.13,6.194
-						c-1.187-1.784-2.152-3.658-2.872-5.58C-22.325,5-22.73,3.339-22.912,1.653c-0.134-1.239-0.137-2.45-0.011-3.598
-						c-0.07-0.05-0.141-0.098-0.213-0.146c-1.304,0.735-1.714,2.896-1.616,4.61c0.078,1.39,0.945,4.574,0.812,4.297
-						c-0.837-1.737-2.294-4.198-2.375-6.547c-0.059-1.656,0.438-3.25,1.419-4.709c-0.144,0.026-0.316,0.089-0.528,0.192
-						l-0.023,0.013l-0.071,0.066c-0.101,0.095-0.209,0.191-0.289,0.298C-31.189,3.332-25.643,10.489-25.258,11.193z M-28.818,5.529
-						c-0.066-0.519-0.13-1.034-0.173-1.547c-0.145-1.701-0.077-3.209,0.204-4.607c0.247-1.223,0.636-2.156,1.225-2.936
-						c0.409-0.543,0.866-0.945,1.392-1.225c-0.615-0.728-1.144-1.505-1.576-2.314c-0.225,0.305-0.385,0.592-0.492,0.891l-0.42,1.152
-						c0,0-1.754-3.043-0.718-6.69C-29.377-11.747-38.009-0.389-28.818,5.529z M-29.589-13.242c0.049-0.054,0.058-0.108,0.061-0.188
-						c0.04-0.83,0.078-1.528,0.136-2.229c0.002-0.004,0.002-0.009,0.002-0.014c-2.631,3.21-4.295,6.863-4.961,10.894
-						C-33.736-7.668-31.174-11.497-29.589-13.242z M33.819-32.537c-0.899-0.5-2.252-0.619-3.41-0.619
-						c-0.289,0-0.602,0.018-0.928,0.055c-0.063,0.008-0.123,0.013-0.182,0.013c-0.255,0-0.555,0.013-0.711-0.19
-						c-0.218-0.285-0.345-0.953,1.074-0.936c0.069,0.002,0.79,0.1,1.09-0.428c0.24-0.424,0.082-1.133-0.1-1.332
-						c-0.712-0.775-1.963,0.384-1.963,0.384c-0.269,0-0.955-0.218-1.683,0.51s0.135,2.307-0.155,2.437
-						c-0.279,0.111-0.358,0.146-0.625,0.284c-1.536,0.797-3.59,2.574-2.596,5.021c0.81-2.024,3.709-3.043,5.079-3.27
-						c3.895-0.642,6.692,0.442,6.752,0.465C35.517-30.961,34.462-32.18,33.819-32.537z M35.124-24.813
-						c-0.07-0.696-0.213-1.364-0.378-2.103c-0.216-0.966-0.802-1.601-1.741-1.884c-0.398-0.12-0.838-0.175-1.385-0.175
-						c-0.921,0-1.846,0.121-2.848,0.371c-0.993,0.247-1.64,0.5-2.159,0.844c-0.646,0.426-1.034,0.941-1.188,1.58
-						c-0.115,0.479-0.059,0.966,0.002,1.338c0.004,0.021,0.008,0.038,0.009,0.038c0.004,0,0.019,0.008,0.051,0.021
-						c1.814,0.725,3.065,1.838,3.827,3.403c0.043,0.092,0.078,0.109,0.158,0.118c0.227,0.024,0.427,0.037,0.612,0.037
-						c0.528,0,0.973-0.1,1.36-0.306c0.266-0.14,0.545-0.212,0.828-0.212c0.281,0,0.569,0.07,0.857,0.211
-						c0.209,0.102,0.405,0.222,0.584,0.358c0.108,0.081,0.211,0.17,0.313,0.261C34.9-22.039,35.271-23.352,35.124-24.813z"/>
-				</g>
-			</g>
-			<g>
-				<g>
-					<path fill="#0B0B0B" d="M23.786,0.609c0.811,0.51,0.896,1.322,0.896,1.322c0.292,1.266-0.922,3.356-1.311,4.421
-						c-0.316,0.872-0.601,2.364-0.366,3.269c0.973-0.293,2.182-1.186,2.887-1.956c0.76-0.832,1.381-2.04,1.283-3.151
-						c-0.042-0.451-0.255-1.027-0.578-1.6c-0.138-0.25-0.069-0.779,0.393-0.781c0.348-0.002,0.507,0.053,0.772,0.406
-						c0.926,1.234,1.06,2.35-0.163,3.982c-0.882,1.176-1.83,2.008-3.002,2.879c-0.332,0.247-0.92,0.529-1.332,0.615
-						c-0.45,0.091-0.724-0.127-0.877-0.567C22.334,9.29,22.3,9.124,22.272,8.957c-0.26-1.475,0.075-2.805,0.797-4.124
-						c0.959-1.751,0.95-2.53,0.083-4.38C23.152,0.453,23.336,0.326,23.786,0.609z"/>
-				</g>
-			</g>
-		</g>
-	</g>
-</symbol>
-<symbol  id="New_Symbol_11_1_" viewBox="-72.473 -44.466 145 89.127">
-	<text transform="matrix(1 0 0 -1 3.5664 -30.3467)" fill="#080808" font-family="'AvenirNext-DemiBold'" font-size="30.8282">Flink</text>
-	
-		<use xlink:href="#New_Symbol_10"  width="74.473" height="74.98" x="-37.237" y="-37.399" transform="matrix(1 0 0 1 -35.2363 7.0796)" overflow="visible"/>
-</symbol>
-<symbol  id="New_Symbol_12" viewBox="-35.273 -35.076 70.497 70.781">
-	<g>
-		<path fill="#FFFFFF" d="M-26-3.333c0.084-0.104,0.188-0.203,0.289-0.298l0.071-0.066l0.023-0.013
-			c0.212-0.104,0.385-0.166,0.528-0.192c-0.332,1.831-0.466,3.528-0.407,5.185c0.081,2.35,0.526,4.335,1.363,6.072
-			c0.133,0.276,0.775,1.316,0.93,1.535c0,0-0.519-3.545-0.597-4.935c-0.098-1.714,0.057-3.517,0.471-5.508
-			c0.072,0.049,0.143,0.097,0.213,0.146c-0.126,1.147-0.123,2.358,0.011,3.598c0.182,1.686,0.587,3.347,1.235,5.077
-			c0.72,1.922,1.686,3.796,2.872,5.58c-5.853-0.618-7.13-6.194-7.13-6.194s0.05,1.024,0.071,1.282
-			c0.167,1.914,0.364,2.834,0.605,3.795c-0.385-0.704-0.628-1.443-0.802-2.031c-0.409-1.387-0.637-2.8-0.804-3.998
-			c-0.195-1.401-0.288-2.644-0.282-3.8c0.006-1.122,0.072-2.442,0.518-3.723C-26.606-2.429-26.339-2.925-26-3.333z"/>
-		<path fill="#FFFFFF" d="M-21.753-1.159c0.528,0.332,1.135,0.59,1.847,0.789c1.252,0.351,2.621,0.705,4.308,1.117l0.56,0.137
-			c1.411,0.343,2.873,0.698,4.245,1.224c0.835,0.319,1.629,0.739,2.429,1.287C-7.242,4.16-6.238,5.104-5.379,6.2
-			c0.455,0.579,0.685,1.029,0.912,1.784l0.337,1.117c0,0,1.367-1.531-0.013-4.235c0.875,0.318,1.717,1.217,2.352,2.324
-			c0.533,0.928,1.447,4.279,1.447,4.279s1.678-2.58-0.309-5.932c0.121,0.041,0.793,0.414,1.05,0.669
-			C7.79,13.548,1.426,17.706,0.092,18.7c-0.795,0.592-1.733,1.094-2.896,1.548c-0.056,0.021-0.112,0.043-0.172,0.067
-			c-0.088,0.038-0.139,0.096-0.162,0.125l-0.948,1.034l1.659-0.458c0.232-0.062,0.454-0.123,0.672-0.188
-			c1.811-0.538,3.19-1.181,4.342-2.022c1.312-0.958,6.318-5.165,1.026-11.318c1.639,0.565,4.736,2.277,5.785,3.751
-			c5.051,7.093-0.75,11.229-0.502,11.229c0.055,0,0.131-0.007,0.292-0.03c0.073-0.01,0.142-0.016,0.204-0.016
-			c0.105,0,0.285,0.016,0.32,0.12c0.044,0.123-0.041,0.36-0.215,0.495c-0.453,0.344-0.946,0.596-1.573,0.498
-			c-5.218-0.807-7.062,0.814-7.062,0.814s7.32-0.379,7.555,0.826c-0.97,1.013-2.157,1.896-3.612,2.689
-			c-2.052,1.119-4.264,1.85-6.571,2.191c-3.561,0.529-6.281-0.156-6.281-0.156c0.282,0.357,1.692,1.967,7.537,1.508
-			c2.365-0.186,4.613-0.931,6.694-1.972c0.537-0.269,0.855,0.37,0.864,0.657c0.011,0.337,0.592-1.117,0.6-1.195
-			c0.056,0.145,0.283,0.908,0.33,0.908c0.14,0,0.709-1.778,0.709-1.778c0.006,0.072,0.758,0.843,0.758,0.843
-			c0.224-1.011,0.195-1.516,0.14-1.656c0.005,0.027,0.786,0.506,0.786,0.506s0.449-1.881,1.214-2.627
-			c0.248-0.242,0.702-0.872,0.966-1.553c0.559,0.391,1.243,2.356,1.243,2.356s0.352-1.04,0.057-2.914
-			c0.021,0.024,0.889,0.646,0.889,0.646s0.124-1.323-0.443-2.973c-0.029-0.088-0.05-0.182-0.066-0.279
-			c0.479,0.268,1.191,1.144,1.191,1.144l-0.125-0.555c-0.143-0.63-0.404-1.855-0.965-2.813c-0.359-0.614-0.667-1.26-0.854-2.024
-			c0.144,0.134,0.293,0.25,0.447,0.352c0.296,0.193,0.587,0.344,0.863,0.445l0.684,0.25c1.156,0.42,2.325,0.91,3.459,1.412
-			c2.396,1.059,1.86,2.536,1.86,2.536c-0.615-1.202-2.848-2.406-2.848-2.406s2.891,2.59,1.658,5.618
-			c-0.338-0.796-0.661-1.588-0.964-2.335c-0.424-1.041-0.927-2.14-1.739-3.112c-0.415-0.495-0.842-0.855-1.316-1.101
-			c-0.103-0.053-0.205-0.099-0.339-0.141l-0.126-0.046c0,0,0.507,0.834,0.542,3.133c0.013,0.831,0.035,1.683,0.035,2.436v0.166
-			c0,0.389-0.009,0.777-0.005,1.166c0.014,1.645,0.044,2.896,0.389,4.049c-0.036,0.066-0.015,0.133-0.054,0.201
-			c-0.079,0.137-0.139,0.291-0.21,0.462c-0.107,0.261-0.196,0.524-0.298,0.812c-0.375,1.062-0.909,1.588-1.076,1.735
-			c-0.111-0.34-0.8-1.742-0.8-1.742s0.002,1.076-0.002,1.158c-0.197,1.506-3.922,2.867-3.998,2.914l0.197-1.183
-			c0,0-1.127,0.084-1.606,0.839c-0.099,0.154-0.248,0.264-0.382,0.37l0.264-0.903l0.273-0.63c0,0-0.872,0.07-1.283,0.792
-			c-0.096,0.168-0.221,0.358-0.331,0.557c-0.367,0.666-0.937,1.059-1.694,1.168c-0.532,0.076-1.112,0.136-1.773,0.181
-			c-0.418,0.029-0.914,0.09-1.412,0.325c-0.073,0.033-0.15,0.066-0.228,0.096c0.046-0.085,0.092-0.171,0.136-0.256
-			s0.075-0.17,0.117-0.281l0.023-0.066l0.094-0.232l0.143-0.508c0,0-1.042,0.042-2.255,0.881c-0.263,0.182-0.593,0.182-0.958,0.211
-			l-0.103,0.009c-0.333,0.028-0.662,0.042-0.979,0.042c-0.966,0-1.849-0.125-2.702-0.383c-0.06-0.018-0.115-0.035-0.172-0.055
-			c0.104,0.005,0.209,0.008,0.313,0.008c0.066,0,0.132-0.002,0.197-0.003c1.998-0.034,2.617-1.217,2.617-1.217s-1.787,0-2.314-0.069
-			c-0.615-0.08-1.238-0.154-1.816-0.313c-1.652-0.454-3.218-1.22-4.786-2.342c-0.365-0.261-0.747-0.503-1.146-0.756
-			c-0.678-0.433-1.25-1.005-1.698-1.701c-0.049-0.076-0.082-0.142-0.103-0.2c-0.04-0.107-0.022-0.117,0.044-0.152
-			c0.138-0.072,0.304-0.133,0.495-0.18c2.828-0.689,4.944-3.066,5.268-5.914l0.043-0.365c0.105-0.902,0.213-1.834,0.167-2.78
-			c-0.122-2.458-0.998-4.649-2.657-6.462c-1.741-1.904-3.901-2.035-3.882-2.019c1.283,1.198,2.128,2.8,2.582,4.895
-			c0.171,0.79,0.097,1.558-0.247,2.44c-0.016-0.045-0.03-0.091-0.047-0.137c-0.286-0.816-0.649-1.753-1.319-2.527
-			c-0.388-0.445-0.919-0.951-1.536-1.538c-2.687-2.556-7.182-6.832-7.105-13.632C-21.918-0.297-21.839-0.785-21.753-1.159z"/>
-		<path fill="#FFFFFF" d="M19.438,16.052c-0.332-0.29-0.667-0.578-1.005-0.861c-0.604-0.504-1.035-0.827-1.964-1.161
-			c-0.813-0.293-1.439,0.366-1.439,0.366c0.539,0.27,0.938,0.658,1.318,1.148c-1.041-0.543-2.276-1.234-3.404-2.093
-			c-0.372-0.284-0.881-0.703-1.148-1.041c-0.365-0.46-0.605-0.938-0.605-1.427v-0.004c0,0.008,0.13,0.014,0.156,0.021
-			c1.301,0.335,2.597,0.919,3.617,1.446c1.629,0.843,3.324,1.879,5.181,3.167c0.069,0.048,0.156,0.104,0.281,0.142l1.093,0.312
-			l-0.673-0.926c-0.024-0.035-0.05-0.069-0.08-0.1c-2.195-2.188-4.471-3.754-6.958-4.786c-0.48-0.201-0.966-0.371-1.451-0.512
-			c1.691,0.442,3.131,0.941,4.463,1.547c1.583,0.72,2.692,1.423,3.597,2.277c1.401,1.328,2.402,2.892,2.977,4.649
-			c0.03,0.093,0.052,0.19,0.072,0.296c-0.093-0.028-0.326-0.096-0.326-0.096c-0.374-0.108-0.761-0.219-1.099-0.383
-			c-0.474-0.229-0.92-0.571-1.258-0.844C20.312,16.808,19.828,16.389,19.438,16.052z"/>
-		<path fill="#FFFFFF" d="M-30.761-8.495c0.378-0.605,0.79-1.201,1.189-1.776l0.061-0.09c-1.036,3.646,0.659,5.843,0.659,5.843
-			l0.42-1.152c0.107-0.299,0.268-0.586,0.492-0.891c0.433,0.81,0.961,1.587,1.576,2.314c-0.525,0.279-0.982,0.682-1.392,1.225
-			c-0.589,0.779-0.978,1.713-1.225,2.936c-0.281,1.398-0.349,2.906-0.204,4.607c0.043,0.513,0.106,1.028,0.173,1.547
-			c-2.11-2.367-3.723-5.062-4.795-8.009c-0.002-0.009,0-0.035,0.009-0.062C-33.107-4.208-32.113-6.331-30.761-8.495z"/>
-		<path fill="#FFFFFF" d="M18.323,25.813c0.007,2.08,0.359,3.943,1.08,5.701c0,0,0.04,0.095,0.052,0.122
-			c-0.262-0.177-0.497-0.417-0.725-0.743c-0.494-0.715-0.859-1.563-1.171-2.748c-0.536-2.027-0.855-4.209-0.994-6.806
-			c0.565,0.603,1.494,1.939,1.688,3.583C18.285,25.198,18.322,25.509,18.323,25.813z"/>
-		<path fill="#FFFFFF" d="M28.256-30.254c-1.168,0.193-3.639,1.062-4.329,2.787c-0.848-2.085,0.903-3.601,2.212-4.28
-			c0.228-0.118,0.295-0.147,0.533-0.242c0.247-0.11-0.488-1.456,0.132-2.076S28.01-34.5,28.239-34.5c0,0,1.066-0.988,1.673-0.327
-			c0.155,0.17,0.29,0.774,0.085,1.135c-0.255,0.449-0.87,0.366-0.929,0.365c-1.209-0.015-1.101,0.554-0.916,0.797
-			c0.133,0.173,0.389,0.163,0.606,0.163c0.05,0,0.101-0.004,0.155-0.011c0.278-0.032,0.544-0.047,0.791-0.047
-			c0.987,0,2.14,0.102,2.906,0.528c0.548,0.305,1.447,1.343,1.401,2.04C33.96-29.877,31.575-30.801,28.256-30.254z"/>
-		<path fill="#FFFFFF" d="M35.11-7.296c-0.111,0.287-0.25,0.578-0.372,0.835c-0.06,0.123-0.118,0.248-0.176,0.372
-			C34.5-5.95,34.433-5.815,34.366-5.68c-0.162,0.327-0.33,0.667-0.446,1.032c-0.101,0.314-0.128,0.635-0.152,0.945
-			c-0.009,0.111-0.021,0.225-0.033,0.334c-0.396,3.41-2.572,6.284-5.531,7.676c-0.111-0.413-0.323-0.815-0.634-1.23
-			c-0.266-0.354-0.425-0.408-0.772-0.406c-0.462,0.002-0.53,0.531-0.393,0.781c0.323,0.572,0.536,1.148,0.578,1.6
-			c0.098,1.111-0.523,2.319-1.283,3.151c-0.705,0.771-1.914,1.663-2.887,1.956c-0.234-0.904,0.05-2.396,0.366-3.269
-			c0.389-1.064,1.603-3.155,1.311-4.421c0,0-0.085-0.812-0.896-1.322c-0.45-0.283-0.634-0.156-0.634-0.156
-			c0.867,1.85,0.876,2.629-0.083,4.38C22.155,6.69,21.82,8.021,22.08,9.495c0.01,0.06,0.029,0.117,0.041,0.176
-			c-0.079-0.201-0.163-0.399-0.26-0.586c-0.737-1.294-1.433-1.967-1.852-3.307c-0.44-1.499,0.03-3.122,0.959-4.714
-			c-0.884,0.54-1.426,1.429-1.632,2.373c-1.497-0.835-2.793-1.958-3.935-3.438c-0.236-0.308-0.517-0.564-0.763-0.791
-			c-1.613-1.49-3.576-2.58-5.833-3.241C7.35-4.461,5.852-4.821,4.376-5.177L3.99-5.268C1.975-5.754-0.164-6.303-2.195-7.206
-			c-2.336-1.038-4.187-2.232-5.655-3.653c-2.16-2.089-3.478-4.662-3.911-7.648c-0.336-2.302-0.162-4.704,0.532-7.344
-			c0.025-0.094-3.039,2.775-1.458,11.034c-0.237,0.011-0.465,0.018-0.695,0.021l-0.199-0.002c-5.7-0.171-8.071-3.312-8.071-3.312
-			s0.371,3.487,5.861,4.658c0.413,0.088,3.87,0.865,3.986,0.903c0.455,0.926,1.007,1.804,1.644,2.622l-0.49-0.077
-			c-0.94-0.145-1.912-0.296-2.875-0.421l-0.742-0.096c-1.702-0.217-3.463-0.441-5.131-0.932c-1.752-0.514-3.123-1.255-4.194-2.265
-			c-1.148-1.08-1.97-2.472-2.515-4.251c-0.022-0.072-0.041-0.146-0.067-0.254c-0.038-0.146-0.076-0.297-0.132-0.446
-			c-0.058-0.153-0.071-0.323,0.053-0.649c1.026-2.721,2.787-5.08,5.233-7.008c1.872-1.477,4.002-2.647,6.33-3.479
-			c0.078-0.027,0.205-0.072,0.322-0.188l1.026-0.993l-1.605,0.383c-0.188,0.043-0.375,0.087-0.562,0.138
-			c-3.286,0.902-6.15,2.422-8.509,4.517c-0.805,0.292-4.918,2.343-6.665,5.711l-0.291,0.56c0,0,2.233-2.201,3.799-2.522
-			c-0.692,1.122-1.252,2.329-1.664,3.598c-0.026,0.083-0.079,0.177-0.144,0.257c-2.673,3.336-4.587,6.703-5.849,10.3
-			c-0.09,0.255-0.173,0.513-0.252,0.774c-0.127-1.045-0.19-2.092-0.188-3.117c0.001-0.325,2.816-7.804,2.816-7.804
-			s-1.24,1.378-2.265,3.122c0,0-0.18,0.588-0.203,0.626c0.44-2.647,1.294-5.132,2.544-7.435c3.442-6.332,8.718-10.482,16.131-12.422
-			c1.781-0.466,3.722-0.753,5.767-0.753c0,0,22.678-0.021,23.165-0.021c1.089,0,1.922,0.064,2.698,0.205l0.121,0.021
-			c0.262,0.049,0.534,0.1,0.829,0.1c0.313-0.002,0.646-0.042,1.017-0.129l0.183-0.043c0.34-0.082,0.659-0.157,0.974-0.157
-			c3.893-0.029,3.352,2.314,3.352,2.314c-0.162,0.611-0.869,1.034-1.643,1.219c-0.271,0.065-0.549,0.098-0.825,0.098
-			c-0.528,0-1.082-0.12-1.648-0.355c-0.282-0.119-0.565-0.241-0.848-0.362l-0.507-0.22c-0.096-0.041-0.192-0.08-0.289-0.112
-			c-0.229-0.076-0.374-0.106-0.5-0.106c-0.586,0-0.612,0.576-0.628,0.921c-0.019,0.418,0.158,0.809,0.499,1.1
-			c0.274,0.232,0.572,0.459,0.891,0.673c0.575,0.388,1.168,0.79,1.626,1.316c0.576,0.665,0.926,1.339,1.066,2.063
-			c0.092,0.464,0.049,0.917-0.131,1.382c-0.04,0.104-0.079,0.125-0.117,0.136c-0.32,0.103-0.699,0.223-1.084,0.33
-			c-1.439,0.405-2.497,1.008-3.324,1.895c-0.583,0.625-0.98,1.35-1.294,1.977c-0.524,1.054-0.938,2.142-1.228,3.232
-			c-0.47,1.772-1.58,3.193-3.392,4.342c-1.348,0.854-2.893,1.374-4.591,1.545c-0.405,0.043-0.815,0.062-1.248,0.083
-			c-0.108,0.005-0.361,0.038-0.612,0.07c-0.227,0.03-0.451,0.06-0.555,0.065l-0.619,0.037c0,0,0.16,0.225,1.442,0.715
-			c0.243,0.092,0.492,0.115,0.737,0.16c0.594,0.105,1.18,0.158,1.74,0.158c1.352,0,2.629-0.312,3.799-0.927
-			c1.457-0.768,2.62-1.935,3.558-3.57c0.509-0.89,0.91-1.847,1.228-2.925c0.061-0.206,0.113-0.414,0.171-0.636
-			c0.104-0.394,0.21-0.8,0.359-1.169c0.904-2.229,2.582-3.533,4.984-3.877c0.636-0.09,1.257-0.136,1.847-0.136
-			c1.117,0,2.187,0.164,3.176,0.489c1.343,0.44,2.367,1.127,3.131,2.098c0.355,0.451,0.601,0.928,0.752,1.456l0.102,0.357
-			l0.598-0.142c0.128-0.033,0.255-0.063,0.383-0.087c0.09-0.018,0.181-0.026,0.277-0.026c0.272,0,0.55,0.064,0.848,0.131
-			l0.051,0.012c0.223,0.051,0.441,0.06,0.656,0.068l0.179,0.008c0.211,0,0.39-0.142,0.468-0.275c0.09-0.156,0.24-0.246,0.516-0.307
-			c0.07-0.016,0.145-0.023,0.222-0.023c0.676,0,1.385,0.619,1.403,1.227c0.008,0.232-0.054,0.376-0.207,0.481
-			c-0.121,0.083-0.246,0.16-0.386,0.247l-0.673,0.423l0.448,0.341c0.132,0.098,0.277,0.149,0.433,0.149
-			c0.133,0,0.252-0.037,0.355-0.083c0,0-0.562,2.98-4.504,2.113c0,0-0.641-0.263-0.967-0.386l-0.152-0.058
-			c-0.098-0.037-0.196-0.055-0.299-0.055c-0.199,0-0.366,0.074-0.49,0.137c-1.379,0.695-2.73,0.385-2.954,0.385
-			c-0.576,0-1.096,0.057-1.587,0.174c-0.088,0.021-0.219,0.064-0.342,0.199l-0.255,0.285c-1.204-0.059-2.373,0.104-3.488,0.581
-			c-1.285,0.549-2.312,1.386-2.935,2.664c-0.306,0.636-0.456,1.308-0.442,2.021c0.025-0.066,0.053-0.131,0.076-0.197
-			c0.249-0.732,0.614-1.398,1.102-1.999c0.903-1.119,2.068-1.87,3.392-2.399c0.718-0.285,1.46-0.486,2.252-0.619
-			c0,0,2.816-0.105,4.071,0.935c0.953,0.532,1.812,0.78,2.703,0.78l0.185-0.001c3.029,0.004,3.296,1.468,3.296,1.468
-			s0.346-0.224,0.828-0.15c0.429,0.064,0.839,0.195,1.237,0.6c0.32,0.324,0.503,0.752,0.545,1.259
-			c-0.326,0.298-0.657,0.591-1.004,0.901l-0.211,0.186l-0.396,0.312l0.272,0.311c0.167,0.19,0.378,0.291,0.61,0.291
-			c0.136,0,0.269-0.035,0.396-0.105c0.18-0.099,0.338-0.226,0.485-0.344c0.051-0.039,0.101-0.079,0.15-0.117
-			c0.056-0.041,0.183-0.141,0.188-0.145C35.243-7.81,35.208-7.549,35.11-7.296z M31.374-6.49c-0.112-0.315-0.259-0.364-0.588-0.291
-			c-0.173,0.038-0.357,0.049-0.534,0.041c-0.327-0.015-0.651-0.071-0.978-0.077c-0.817-0.016-1.6,0.132-2.25,0.665
-			c-0.921,0.756-1.098,1.649-0.521,2.78c0.007-0.063,0.011-0.087,0.012-0.11c0.037-0.771,0.378-1.371,1.016-1.802
-			c0.53-0.358,1.135-0.5,1.756-0.579c0.502-0.064,0.996-0.148,1.436-0.42c0.038-0.023,0.08-0.042,0.12-0.063
-			c0.006,0.008,0.012,0.016,0.019,0.023c-0.087,0.122-0.116,0.54-0.071,0.713c0.073,0.278,0.089,0.652,0.006,0.875
-			c-0.151-0.379-0.396-0.672-0.74-0.894C30-5.674,29.97-5.686,29.9-5.688c-0.231,0.048-0.458,0.102-0.679,0.176
-			c-0.427,0.142-0.858,0.296-1.251,0.511c-0.55,0.3-0.835,0.769-0.689,1.428c0.047,0.21-0.011,0.397-0.165,0.555
-			c-0.068,0.07-0.128,0.148-0.199,0.232c0.161,0.15,0.301,0.296,0.457,0.422c0.146,0.119,0.301,0.229,0.465,0.322
-			c1.274,0.724,2.995,0.179,3.562-1.148c0.144-0.335,0.221-0.709,0.261-1.073C31.749-5.024,31.629-5.77,31.374-6.49z"/>
-		<path fill="#FFFFFF" d="M-29.585-15.12c-0.058,0.7-0.096,1.398-0.136,2.229c-0.003,0.079-0.019,0.128-0.061,0.188
-			c-1.857,2.681-3.213,5.002-4.265,7.303c-0.185,0.402-0.351,0.788-0.498,1.161c0.666-4.03,2.33-7.684,4.961-10.894
-			C-29.583-15.129-29.583-15.124-29.585-15.12z"/>
-		<path fill="#FFFFFF" d="M26.421-27.222c0.52-0.344,1.166-0.597,2.159-0.844c1.002-0.25,1.927-0.371,2.848-0.371
-			c0.547,0,0.986,0.055,1.385,0.175c0.939,0.283,1.525,0.918,1.741,1.884c0.165,0.738,0.308,1.406,0.378,2.103
-			c0.146,1.462-0.224,2.774-1.097,3.901c-0.103-0.091-0.205-0.18-0.313-0.261c-0.179-0.137-0.375-0.257-0.584-0.358
-			c-0.288-0.141-0.576-0.211-0.857-0.211c-0.283,0-0.562,0.072-0.828,0.212c-0.388,0.206-0.832,0.306-1.36,0.306
-			c-0.186,0-0.386-0.013-0.612-0.037c-0.08-0.009-0.115-0.026-0.158-0.118c-0.762-1.565-2.013-2.679-3.827-3.403
-			c-0.032-0.013-0.047-0.021-0.051-0.021c-0.001,0-0.005-0.017-0.009-0.038c-0.061-0.372-0.117-0.859-0.002-1.338
-			C25.387-26.28,25.774-26.796,26.421-27.222z"/>
-		<path fill="#FFFFFF" d="M8.793,7.651C7.271,6.104,5.428,4.827,3,3.63c-1.535-0.754-3.245-1.3-5.384-1.715
-			c-1.223-0.238-2.444-0.469-3.667-0.699l-0.252-0.047c-1.039-0.196-2.078-0.393-3.114-0.592c-2.741-0.526-5.661-1.145-8.47-2.094
-			c-2.039-0.689-3.611-1.42-4.946-2.296c-1.309-0.86-2.213-1.744-2.845-2.782c-0.164-0.27-0.307-0.582-0.432-0.857
-			c-0.071-0.157-0.144-0.314-0.221-0.47c-0.053-0.107-0.118-0.229-0.224-0.335c-1.427-1.395-2.036-3.138-1.808-5.179
-			c0.136-1.225,0.518-2.42,1.165-3.643c0.375,2.495,1.692,4.399,3.917,5.663c1.21,0.688,2.544,1.187,4.08,1.525
-			c1.551,0.344,3.126,0.631,4.605,0.897c0.28,0.05,0.904,0.159,0.904,0.159c1.523,0.268,3.1,0.543,4.596,1.016
-			c0.355,0.111,0.703,0.235,1.026,0.356c0.433,0.163,0.81,0.354,1.154,0.608c0.417,0.308,0.853,0.59,1.308,0.857
-			c-1.926,0.045-5.191,0.049-6.205,0.055c-2.271,0.012-3.833-0.176-5.791-0.921c-2.046-0.78-7.893-3.749-7.893-3.749
-			s2.905,3.108,8.367,5.436c1.899,0.733,3.874,1.213,5.871,1.424c0.889,0.094,1.793,0.139,2.763,0.139
-			c0.812,0,1.654-0.032,2.571-0.098c1.51-0.111,3.02-0.221,4.528-0.324l0.041-0.002c0.071,0,0.147,0.012,0.22,0.033
-			c1.619,0.491,3.252,0.76,4.637,0.957c0.517,0.073,1.042,0.179,1.557,0.287C4.959-2.731,4.855-2.702,4.754-2.674
-			C4.636-2.64,4.525-2.595,4.405-2.545L4.146-2.442L3.129-1.757L6.95-1.839c0.823,0,8.942,1.307,12.417,10.981
-			c0.23,0.644,0.471,1.29,0.658,1.994c-2.44-1.552-5.086-2.606-7.872-3.135C11.11,7.804,10.016,7.69,8.793,7.651z"/>
-		<polygon fill="#FFFFFF" points="22.903,13.169 22.901,13.166 22.903,13.166 		"/>
-	</g>
-	<path fill="#FFFFFF" d="M27.92-3.412c0-0.439,0.356-0.795,0.795-0.795c0.439,0,0.795,0.355,0.795,0.795s-0.355,0.795-0.795,0.795
-		C28.276-2.617,27.92-2.973,27.92-3.412z"/>
-</symbol>
-<symbol  id="New_Symbol_13" viewBox="-68.214 -30.941 136.427 61.882">
-	<g>
-		<g>
-			<text transform="matrix(1 0 0 -1 -25.4346 -11.7676)" fill="#FFFFFF" font-family="'AvenirNext-DemiBold'" font-size="41.8638">Flink</text>
-		</g>
-	</g>
-	
-		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.781" id="XMLID_12_" x="-35.273" y="-35.076" transform="matrix(0.6002 0 0 0.6002 -47.043 9.5117)" overflow="visible"/>
-</symbol>
-<symbol  id="New_Symbol_14" viewBox="-53.257 -83.371 104.274 166.741">
-	<text transform="matrix(1 0 0 -1 -44.3423 -65.6729)" fill="#FFFFFF" font-family="'AvenirNext-DemiBold'" font-size="38.6432">Flink</text>
-	
-		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.781" x="-35.273" y="-35.076" transform="matrix(1.4791 0 0 1.4791 -1.0845 30.5596)" overflow="visible"/>
-</symbol>
-<symbol  id="New_Symbol_15" viewBox="-68.905 -30.93 137.809 61.861">
-	<g>
-		<text transform="matrix(1 0 0 -1 -24.3018 -11.8472)" fill="#1D1B1E" font-family="'AvenirNext-DemiBold'" font-size="41.6661">Flink</text>
-	</g>
-	
-		<use xlink:href="#New_Symbol_3"  width="100.902" height="101.912" x="-50.451" y="-50.956" transform="matrix(0.4193 0 0 0.4193 -47.751 9.5645)" overflow="visible"/>
-</symbol>
-<symbol  id="New_Symbol_16" viewBox="-24.999 -25.109 49.999 50.217">
-	<g>
-		<g>
-			<g>
-				<polygon fill="#1D1B1E" points="15.507,8.48 15.506,8.479 15.507,8.479 				"/>
-				<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M17.975-2.674c-0.38-0.746-0.264-1.333,0.344-1.831
-					c0.428-0.351,0.942-0.448,1.48-0.438c0.215,0.005,0.429,0.04,0.644,0.05c0.117,0.006,0.237-0.001,0.353-0.026
-					c0.216-0.048,0.312-0.016,0.387,0.191c0.168,0.475,0.248,0.966,0.189,1.467c-0.025,0.239-0.076,0.486-0.171,0.707
-					c-0.374,0.874-1.509,1.232-2.347,0.756c-0.105-0.062-0.209-0.134-0.306-0.213c-0.101-0.082-0.195-0.178-0.302-0.276
-					c0.048-0.057,0.086-0.108,0.131-0.153c0.102-0.104,0.141-0.228,0.109-0.366c-0.097-0.434,0.092-0.742,0.455-0.939
-					c0.258-0.142,0.541-0.243,0.822-0.338c0.146-0.049,0.295-0.083,0.447-0.115c0.047,0.002,0.066,0.01,0.102,0.038
-					c0.229,0.146,0.389,0.34,0.488,0.589c0.055-0.146,0.043-0.394-0.004-0.575c-0.029-0.114-0.01-0.39,0.047-0.471
-					c-0.005-0.004-0.008-0.01-0.012-0.015c-0.027,0.015-0.054,0.026-0.078,0.042c-0.291,0.179-0.615,0.234-0.947,0.275
-					c-0.408,0.053-0.809,0.146-1.156,0.383c-0.42,0.282-0.645,0.678-0.668,1.186C17.981-2.731,17.979-2.717,17.975-2.674z
-					 M19.955-2.617c0-0.306-0.248-0.555-0.555-0.555s-0.556,0.249-0.556,0.555c0,0.307,0.249,0.555,0.556,0.555
-					S19.955-2.311,19.955-2.617z"/>
-			</g>
-		</g>
-		<g>
-			<g>
-				<path fill="#1D1B1E" d="M13.319,1.576c0,0.032,0.002,0.064,0.002,0.097c-0.013,0.022-0.03,0.045-0.041,0.067
-					C13.312,1.692,13.326,1.634,13.319,1.576z"/>
-				<path fill="#1D1B1E" d="M14.492,5.331c-0.01,0-0.021-0.002-0.033-0.002c-0.005-0.012-0.011-0.025-0.018-0.037
-					C14.455,5.304,14.476,5.318,14.492,5.331z"/>
-			</g>
-		</g>
-		<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M24.516-18.235c0.027,0.176,0.058,0.341,0.09,0.508
-			c0.068,0.369,0.141,0.752,0.166,1.144c0.089,1.384-0.345,2.595-1.288,3.602l0.033,0.148c0.045,0.211,0.101,0.475,0.132,0.731
-			c0.079,0.635-0.125,1.205-0.625,1.746c-0.015,0.017-0.031,0.034-0.04,0.048c-0.122,0.365-0.384,0.657-0.776,0.854
-			c-0.23,0.116-0.474,0.203-0.726,0.26c0.302,0.124,0.604,0.276,0.913,0.461c0.036,0.021,0.052,0.025,0.052,0.025
-			c1.007,0.154,1.801,0.93,1.978,1.931c0.003,0.023,0.006,0.046,0.009,0.069c0.005,0.043,0.011,0.09,0.016,0.104
-			c0.397,0.612,0.47,1.307,0.214,2.055c-0.084,0.242-0.188,0.483-0.279,0.696c-0.072,0.168-0.143,0.332-0.205,0.495
-			c-0.072,0.187-0.15,0.394-0.168,0.583c-0.047,0.525-0.124,1.218-0.314,1.906c-0.398,1.433-1.091,2.556-2.117,3.433
-			c-0.938,0.803-1.938,1.146-3.29,1.348c0.184-0.289-0.061-0.419,0.07-0.738c0.053-0.131,0.067-0.252,0.066-0.371
-			c2.312-0.79,4.06-2.895,4.354-5.425c0.008-0.074,0.016-0.149,0.021-0.225c0.018-0.209,0.035-0.424,0.103-0.635
-			c0.077-0.245,0.19-0.474,0.3-0.693c0.045-0.091,0.09-0.182,0.132-0.274c0.038-0.084,0.078-0.167,0.118-0.25
-			c0.082-0.172,0.175-0.368,0.249-0.561c0.065-0.17,0.089-0.345,0.07-0.521c-0.003,0.002-0.089,0.069-0.126,0.097
-			c-0.033,0.025-0.068,0.053-0.102,0.079c-0.1,0.079-0.205,0.164-0.326,0.23c-0.085,0.048-0.174,0.071-0.266,0.071
-			c-0.156,0-0.298-0.067-0.41-0.195L22.36-5.707l0.267-0.21l0.141-0.124c0.233-0.208,0.455-0.405,0.674-0.605
-			c-0.027-0.34-0.15-0.628-0.365-0.845c-0.268-0.271-0.543-0.359-0.83-0.402c-0.324-0.05-0.557,0.101-0.557,0.101
-			s-0.179-0.982-2.213-0.985h-0.124c-0.598,0-1.175-0.166-1.814-0.523C16.695-10,14.805-9.93,14.805-9.93
-			c-0.531,0.089-1.03,0.225-1.512,0.416c-0.889,0.355-1.671,0.859-2.277,1.611c-0.327,0.402-0.572,0.851-0.739,1.342
-			c-0.016,0.045-0.034,0.088-0.052,0.133c-0.009-0.479,0.092-0.93,0.297-1.357c0.419-0.857,1.108-1.419,1.971-1.788
-			c0.748-0.32,1.533-0.43,2.342-0.39l0.172-0.191c0.082-0.091,0.17-0.12,0.229-0.134c0.33-0.079,0.679-0.117,1.066-0.117
-			c0.148,0,1.057,0.208,1.982-0.259c0.084-0.042,0.195-0.091,0.33-0.091c0.068,0,0.135,0.012,0.2,0.036l0.103,0.039
-			c0.219,0.082,0.648,0.259,0.648,0.259c2.646,0.582,3.023-1.419,3.023-1.419c-0.068,0.031-0.148,0.056-0.238,0.056
-			c-0.104,0-0.201-0.034-0.29-0.101l-0.301-0.229l0.452-0.284c0.094-0.058,0.177-0.109,0.258-0.165
-			c0.104-0.071,0.145-0.168,0.139-0.324c-0.012-0.407-0.488-0.823-0.941-0.823c-0.052,0-0.102,0.006-0.148,0.016
-			c-0.186,0.041-0.287,0.102-0.347,0.206c-0.052,0.09-0.172,0.186-0.313,0.186l-0.121-0.006c-0.143-0.006-0.291-0.012-0.439-0.046
-			l-0.034-0.008c-0.2-0.045-0.387-0.088-0.569-0.088c-0.064,0-0.125,0.006-0.186,0.018c-0.087,0.016-0.172,0.036-0.258,0.059
-			l-0.401,0.095l-0.067-0.239c-0.103-0.354-0.268-0.675-0.506-0.978c-0.513-0.652-1.2-1.113-2.102-1.409
-			c-0.664-0.218-1.383-0.328-2.133-0.328c-0.396,0-0.812,0.031-1.239,0.091c-1.612,0.231-2.739,1.107-3.347,2.604
-			c-0.1,0.247-0.172,0.521-0.241,0.784C9.175-12.605,9.14-12.466,9.1-12.328c-0.213,0.725-0.482,1.367-0.824,1.964
-			c-0.629,1.099-1.41,1.882-2.389,2.397C5.102-7.554,4.244-7.345,3.336-7.345c-0.376,0-0.77-0.035-1.168-0.105
-			C2.003-7.48,1.836-7.497,1.672-7.559C0.812-7.888,0.704-8.038,0.704-8.038l0.417-0.025C1.189-8.067,1.34-8.087,1.492-8.107
-			C1.66-8.129,1.83-8.151,1.904-8.154C2.193-8.168,2.469-8.182,2.741-8.21c1.14-0.115,2.178-0.465,3.083-1.037
-			c1.216-0.771,1.961-1.726,2.276-2.915c0.194-0.732,0.472-1.463,0.824-2.171c0.21-0.421,0.478-0.907,0.869-1.327
-			c0.555-0.595,1.265-0.999,2.231-1.271c0.258-0.072,0.513-0.152,0.729-0.222c0.025-0.007,0.051-0.021,0.078-0.091
-			c0.121-0.312,0.149-0.616,0.088-0.928c-0.095-0.486-0.329-0.939-0.716-1.386c-0.308-0.354-0.706-0.623-1.093-0.884
-			c-0.213-0.144-0.413-0.296-0.598-0.451c-0.229-0.196-0.347-0.458-0.334-0.738c0.01-0.231,0.027-0.619,0.421-0.619
-			c0.085,0,0.183,0.021,0.336,0.072c0.065,0.021,0.13,0.048,0.194,0.075l0.34,0.147c0.189,0.081,0.38,0.163,0.569,0.243
-			c0.38,0.158,0.751,0.238,1.106,0.238c0.186,0,0.373-0.021,0.555-0.065c0.52-0.124,0.994-0.407,1.103-0.818
-			c0,0,0.362-1.573-2.251-1.554c-0.211,0-0.426,0.051-0.653,0.105l-0.122,0.029c-0.25,0.059-0.473,0.085-0.684,0.086
-			c-0.197,0-0.381-0.034-0.557-0.066l-0.08-0.015c-0.521-0.095-1.081-0.138-1.812-0.138c-0.327,0-15.553,0.014-15.553,0.014
-			c-1.372,0-2.676,0.193-3.871,0.506c-4.977,1.302-8.52,4.089-10.83,8.34c-0.84,1.546-1.412,3.214-1.708,4.991
-			c0.016-0.025,0.137-0.42,0.137-0.42c0.688-1.171,1.521-2.096,1.521-2.096s-1.891,5.021-1.891,5.239
-			c-0.002,0.688,0.04,1.391,0.125,2.092c0.053-0.175,0.109-0.348,0.17-0.52c0.847-2.415,2.131-4.676,3.926-6.915
-			c0.044-0.054,0.078-0.117,0.097-0.173c0.276-0.852,0.653-1.662,1.118-2.415c-1.051,0.216-2.551,1.693-2.551,1.693l0.195-0.376
-			c1.172-2.261,3.934-3.638,4.475-3.834c1.583-1.406,3.506-2.426,5.713-3.032c0.125-0.034,0.251-0.063,0.377-0.092l1.077-0.257
-			l-0.688,0.666c-0.078,0.077-0.164,0.107-0.217,0.126c-1.562,0.558-2.993,1.344-4.25,2.335c-1.643,1.295-2.824,2.879-3.514,4.705
-			c-0.083,0.219-0.074,0.333-0.035,0.437c0.037,0.1,0.063,0.201,0.089,0.3c0.018,0.071,0.03,0.121,0.045,0.17
-			c0.366,1.194,0.917,2.129,1.688,2.854c0.719,0.678,1.64,1.175,2.816,1.52c1.119,0.329,2.301,0.48,3.443,0.626l0.499,0.064
-			c0.646,0.084,1.3,0.186,1.931,0.282l0.328,0.052C-7.121-7.575-7.49-8.165-7.797-8.787c-0.077-0.025-2.398-0.547-2.676-0.605
-			c-3.686-0.786-3.935-3.128-3.935-3.128s1.591,2.108,5.419,2.224l0.133,0.001c0.155-0.002,0.308-0.007,0.467-0.014
-			c-1.061-5.545,0.996-7.471,0.979-7.408c-0.465,1.772-0.582,3.385-0.355,4.931c0.29,2.005,1.175,3.732,2.625,5.135
-			c0.986,0.954,2.229,1.756,3.797,2.453C0.02-4.593,1.455-4.225,2.809-3.898l0.26,0.062c0.99,0.238,1.996,0.48,2.975,0.768
-			c1.515,0.444,2.833,1.176,3.916,2.176c0.165,0.152,0.354,0.325,0.512,0.531c0.768,0.994,1.637,1.748,2.642,2.309
-			c0.138-0.634,0.503-1.23,1.097-1.593c-0.625,1.068-0.94,2.158-0.645,3.164c0.281,0.9,0.748,1.352,1.242,2.221
-			c0.59,1.136,0.652,2.748,0.662,2.758c0.109,0.111,0.184,0.221,0.296,0.33c0.137,0.137,0.265,0.271,0.399,0.409
-			c0.398,0.412,0.69,0.928,0.812,1.544c0.129,0.642-0.164,0.984-0.164,0.984c0.107,0.396,0.252,0.783,0.282,1.179
-			c0.056,0.737-0.171,1.418-0.273,1.418c-0.051,0-0.946-1.021-1.438-1.212c-0.117,0.701-0.297,1.412-0.576,2.3
-			c-0.211,0.668-0.269,1.216-0.184,1.727c0.062,0.381,0.526,0.912,0.526,0.912l0.214,0.253l-0.295,0.15
-			c-0.049,0.029-0.429,0.113-0.557,0.113c-0.372,0-0.678-0.134-0.898-0.39c-0.045,0.304-0.051,0.611-0.021,0.921
-			c0.049,0.534,0.262,1.024,0.439,1.394c0.055,0.112,0.123,0.261,0.17,0.419c0.057,0.195,0.029,0.38-0.076,0.522
-			c-0.107,0.142-0.275,0.219-0.476,0.219c-0.173-0.003-0.329-0.03-0.464-0.081c-0.607-0.229-1.082-0.616-1.415-1.154
-			c-0.109,0.125-0.21,0.265-0.271,0.432c-0.082,0.222-0.186,0.428-0.286,0.617c-0.084,0.16-0.196,0.241-0.334,0.241
-			c-0.099,0-0.174-0.043-0.229-0.091c-0.174,0.467-0.46,0.859-0.852,1.171c-0.025,0.021-0.051,0.036-0.088,0.059l-0.527,0.325
-			l0.104-0.681c-1.355,0.879-2.852,1.518-4.453,1.898c-0.129,0.03-0.258,0.056-0.387,0.081c-0.389,0.076-0.749,0.147-1.062,0.342
-			c-0.037,0.025-0.074,0.034-0.092,0.039c-0.045,0.019-0.107,0.03-0.166,0.03c-0.122,0-0.244-0.053-0.347-0.156
-			c-0.161,0.003-0.343,0.016-0.503,0.03l-0.148,0.007c-0.026,0.003-0.229,0.003-0.259,0.003l-0.278-0.128
-			c0,0-0.673,0.436-0.91,0.436H0.459c-0.176,0-0.332-0.113-0.416-0.254c-0.066-0.114-0.168-0.082-0.201-0.083
-			c-1.115-0.07-2.184-0.233-3.174-0.479c-1.742-0.433-3.195-1.082-4.443-1.979c-1.092-0.785-1.893-1.65-2.449-2.642
-			c-0.123-0.22-0.22-0.447-0.312-0.667c-0.112-0.266-0.124-0.507-0.048-0.742c0.082-0.242,0.277-0.392,0.513-0.392
-			c0.029,0,0.061,0.003,0.091,0.008c0.121,0.02,0.24,0.028,0.358,0.028c0.556,0,1.099-0.207,1.708-0.65
-			c0.652-0.475,1.115-1.069,1.375-1.765c0.371-0.999,0.202-1.927-0.504-2.761c-0.223,0.738-0.518,1.294-0.93,1.745
-			c-0.289,0.318-0.629,0.559-1.01,0.714c-0.061,0.025-0.119,0.041-0.182,0.049l-0.1,0.015c0,0,0.483-1.094,0.543-1.553
-			c0.126-0.984-0.005-2.366-0.962-2.634c-0.288-0.081-0.565-0.199-0.848-0.297c-0.509-0.177-1.037-0.36-1.556-0.553
-			c-1.455-0.543-2.75-1.151-3.955-1.861c0.006,0.103,0.02,0.205,0.033,0.312l0.02,0.157c0.006,0.022,0.01,0.041,0.012,0.059
-			c0.028,0.218-0.006,0.381-0.104,0.494c-0.077,0.087-0.188,0.136-0.312,0.136c-0.098,0-0.205-0.028-0.326-0.088
-			c-0.164-0.08-0.328-0.214-0.466-0.377c-0.347-0.416-0.556-0.881-0.772-1.401c-0.051-0.125-0.1-0.25-0.146-0.377l-0.009-0.028
-			c-0.044-0.114-0.087-0.233-0.135-0.346c-0.026-0.061-0.064-0.116-0.103-0.147c-1.301-1.106-2.286-2.128-3.099-3.212
-			c-0.632-0.842-1.187-1.729-1.651-2.644c-0.066,0.706-0.062,1.408,0.008,2.134c0,0-1.356-1.096-1.057-4.627
-			c0.001-0.006,0.001-0.031-0.018-0.095c-0.395-1.236-0.648-2.47-0.756-3.663c-0.391-4.372,0.699-8.419,3.24-11.92
-			c2.705-3.729,6.373-6.239,10.904-7.287c1.201-0.279,2.529-0.541,4.443-0.541c0,0,7.51,0,7.986,0l10.9,0.021
-			c0,0,1.279,0.001,2.01,0.396c0.621,0.337,0.977,0.675,1.23,1.265c0.393,0.912,0.057,2.076-0.781,2.688
-			c-0.496,0.363-1.086,0.546-1.799,0.546c-0.068,0-0.135,0.002-0.204-0.001c-0.071-0.003-0.144-0.008-0.214-0.015
-			c0.557,0.566,0.937,1.236,1.133,1.994c0.088,0.34,0.116,0.694,0.086,1.051l-0.003,0.019l0.171,0.008
-			c0.381,0.018,0.765,0.035,1.144,0.062c-0.126-0.161-0.223-0.348-0.29-0.558c-0.188-0.59-0.265-1.082-0.246-1.544
-			c0.035-0.816,0.345-1.581,0.919-2.271c0.445-0.532,0.99-0.96,1.665-1.302c-0.066-0.284-0.049-0.575,0.051-0.862
-			c0.078-0.217,0.222-0.393,0.428-0.508c0.228-0.127,0.475-0.206,0.734-0.206c0.094,0,0.192-0.019,0.297,0.005
-			c0.413-0.911,1.417-0.789,1.417-0.789c0.825,0.19,1.11,0.97,1.026,1.601c-0.012,0.075-0.023,0.158-0.041,0.23l0.044,0.017
-			c0.218,0.052,0.444,0.109,0.669,0.188c1.525,0.53,2.507,1.571,2.922,3.093C25.105-19.292,24.969-18.706,24.516-18.235z
-			 M13.133,5.777c-2.332-6.496-7.784-7.373-8.336-7.373L2.23-1.541l0.684-0.46L3.088-2.07c0.08-0.033,0.154-0.063,0.234-0.086
-			c0.068-0.02,0.137-0.039,0.205-0.058C3.182-2.286,2.829-2.357,2.482-2.406c-0.93-0.133-2.026-0.312-3.113-0.643
-			c-0.049-0.015-0.1-0.022-0.146-0.022l-0.028,0.002C-1.818-3-2.832-2.927-3.846-2.853c-0.615,0.044-1.182,0.065-1.727,0.065
-			c-0.65,0-1.258-0.029-1.854-0.093c-1.341-0.142-2.667-0.463-3.942-0.956c-3.666-1.562-5.617-3.649-5.617-3.649
-			s3.926,1.993,5.299,2.518c1.314,0.5,2.363,0.626,3.889,0.618c0.68-0.004,2.872-0.007,4.165-0.036
-			c-0.306-0.181-0.598-0.37-0.878-0.576c-0.23-0.171-0.484-0.299-0.774-0.408c-0.218-0.082-0.45-0.165-0.689-0.239
-			c-1.004-0.317-2.062-0.503-3.085-0.683c0,0-0.42-0.073-0.607-0.106c-0.993-0.179-2.051-0.372-3.092-0.603
-			c-1.031-0.228-1.928-0.562-2.74-1.024c-1.492-0.849-2.377-2.127-2.629-3.802c-0.436,0.82-0.691,1.623-0.782,2.445
-			c-0.153,1.37,0.256,2.541,1.214,3.478c0.07,0.07,0.114,0.152,0.15,0.225c0.051,0.104,0.1,0.21,0.147,0.315
-			c0.084,0.185,0.18,0.395,0.29,0.575c0.424,0.697,1.031,1.29,1.91,1.868c0.896,0.588,1.951,1.078,3.32,1.541
-			c1.885,0.638,3.846,1.053,5.687,1.406c0.696,0.134,1.394,0.266,2.091,0.397l0.17,0.031c0.82,0.154,1.641,0.31,2.461,0.47
-			c1.437,0.278,2.584,0.645,3.615,1.151c1.63,0.804,2.867,1.661,3.889,2.699C6.855,4.802,7.59,4.878,8.289,5.011
-			c1.871,0.354,3.647,1.062,5.286,2.104C13.449,6.644,13.287,6.209,13.133,5.777z M14.927,11.746
-			c0.227,0.11,0.487,0.185,0.737,0.257c0,0,0.156,0.046,0.219,0.064c-0.014-0.07-0.027-0.136-0.049-0.198
-			c-0.385-1.181-1.057-2.23-1.998-3.121c-0.606-0.574-1.352-1.046-2.415-1.529c-0.894-0.406-1.86-0.742-2.995-1.039
-			c0.326,0.095,0.651,0.209,0.974,0.344c1.671,0.693,3.198,1.744,4.671,3.214c0.021,0.02,0.038,0.043,0.055,0.066l0.451,0.621
-			l-0.733-0.209c-0.084-0.024-0.142-0.062-0.188-0.095c-1.246-0.864-2.385-1.561-3.479-2.126C9.49,7.641,8.621,7.249,7.748,7.024
-			C7.73,7.02,7.643,7.016,7.643,7.01v0.003c0,0.329,0.161,0.649,0.406,0.958C8.229,8.197,8.57,8.479,8.82,8.669
-			c0.757,0.577,1.586,1.041,2.285,1.405c-0.256-0.329-0.523-0.59-0.885-0.771c0,0,0.42-0.442,0.967-0.246
-			c0.623,0.225,0.912,0.441,1.318,0.779c0.227,0.19,0.451,0.384,0.674,0.578c0.263,0.227,0.587,0.508,0.902,0.765
-			C14.309,11.362,14.608,11.593,14.927,11.746z M11.92,18.535c0.209,0.795,0.453,1.365,0.785,1.845
-			c0.152,0.219,0.311,0.381,0.486,0.499c-0.008-0.019-0.034-0.082-0.034-0.082c-0.483-1.18-0.721-2.431-0.726-3.828
-			c0-0.204-0.025-0.412-0.047-0.597c-0.13-1.104-0.754-2.002-1.133-2.406C11.345,15.709,11.559,17.174,11.92,18.535z M-9.817,8.858
-			c0.415,0.394,0.771,0.733,1.031,1.032c0.45,0.521,0.694,1.148,0.886,1.697c0.012,0.03,0.021,0.062,0.031,0.092
-			c0.23-0.593,0.281-1.108,0.166-1.639C-8.008,8.635-8.575,7.56-9.437,6.755C-9.449,6.743-8,6.832-6.83,8.11
-			c1.113,1.217,1.702,2.688,1.784,4.338c0.03,0.636-0.042,1.262-0.112,1.867l-0.029,0.245c-0.217,1.912-1.637,3.508-3.537,3.971
-			c-0.128,0.031-0.238,0.072-0.332,0.121c-0.045,0.023-0.057,0.029-0.029,0.102c0.014,0.04,0.036,0.083,0.069,0.135
-			c0.301,0.468,0.685,0.852,1.14,1.142c0.268,0.17,0.524,0.333,0.77,0.508c1.053,0.754,2.104,1.268,3.213,1.572
-			c0.389,0.106,0.807,0.156,1.219,0.21c0.355,0.047,1.555,0.047,1.555,0.047s-0.415,0.794-1.758,0.817
-			c-0.043,0-0.088,0.002-0.131,0.002c-0.071,0-0.142-0.002-0.211-0.006c0.037,0.014,0.074,0.025,0.115,0.037
-			c0.573,0.173,1.166,0.257,1.814,0.257c0.213,0,0.434-0.009,0.656-0.028l0.07-0.006c0.244-0.02,0.466-0.02,0.643-0.142
-			c0.814-0.563,1.514-0.591,1.514-0.591l-0.096,0.34l-0.062,0.156l-0.016,0.045c-0.028,0.075-0.049,0.132-0.079,0.188
-			c-0.03,0.058-0.061,0.115-0.091,0.172c0.053-0.02,0.104-0.041,0.152-0.064c0.335-0.157,0.668-0.198,0.949-0.218
-			c0.443-0.03,0.832-0.07,1.189-0.121c0.51-0.073,0.891-0.337,1.138-0.784c0.074-0.134,0.158-0.261,0.223-0.374
-			c0.276-0.484,0.861-0.531,0.861-0.531l-0.184,0.423L5.4,22.546c0.09-0.072,0.189-0.145,0.256-0.249
-			c0.322-0.506,1.079-0.563,1.079-0.563l-0.133,0.795c0.052-0.031,2.552-0.945,2.685-1.957c0.002-0.055,0.001-0.777,0.001-0.777
-			s0.462,0.941,0.538,1.17c0.111-0.1,0.47-0.453,0.721-1.165c0.068-0.193,0.129-0.371,0.201-0.546
-			c0.047-0.114,0.087-0.219,0.141-0.311c0.026-0.046,0.012-0.09,0.036-0.135c-0.231-0.773-0.252-1.614-0.261-2.718
-			c-0.003-0.262,0.003-0.522,0.003-0.783v-0.111c0-0.506-0.015-1.077-0.024-1.636c-0.023-1.543-0.363-2.104-0.363-2.104l0.084,0.031
-			c0.091,0.028,0.159,0.059,0.229,0.095c0.318,0.164,0.605,0.406,0.883,0.738c0.547,0.653,0.884,1.391,1.169,2.09
-			c0.203,0.502,0.42,1.033,0.646,1.567c0.827-2.032-1.112-3.771-1.112-3.771s1.498,0.809,1.911,1.615c0,0,0.359-0.992-1.249-1.702
-			c-0.762-0.337-1.546-0.667-2.322-0.948l-0.459-0.168c-0.186-0.068-0.381-0.169-0.58-0.299c-0.104-0.068-0.203-0.146-0.3-0.236
-			c0.126,0.514,0.331,0.947,0.573,1.359c0.376,0.643,0.552,1.466,0.647,1.889l0.084,0.372c0,0-0.478-0.588-0.8-0.768
-			c0.011,0.066,0.024,0.129,0.045,0.188c0.381,1.108,0.297,1.996,0.297,1.996S9.443,15.087,9.43,15.07
-			c0.197,1.258-0.039,1.956-0.039,1.956s-0.459-1.319-0.834-1.582c-0.178,0.457-0.482,0.88-0.648,1.043
-			c-0.514,0.5-0.814,1.764-0.814,1.764s-0.525-0.321-0.529-0.34c0.038,0.094,0.057,0.433-0.093,1.111c0,0-0.505-0.517-0.509-0.565
-			c0,0-0.383,1.194-0.477,1.194c-0.031,0-0.184-0.513-0.222-0.61c-0.005,0.053-0.396,1.029-0.401,0.803
-			c-0.006-0.192-0.221-0.622-0.58-0.441c-1.398,0.699-2.907,1.199-4.496,1.324c-3.924,0.308-4.87-0.772-5.061-1.013
-			c0,0,1.828,0.46,4.219,0.105c1.549-0.229,3.033-0.72,4.411-1.472c0.977-0.532,1.774-1.126,2.425-1.806
-			c-0.156-0.81-5.071-0.555-5.071-0.555s1.237-1.089,4.741-0.547c0.42,0.065,0.752-0.104,1.056-0.335
-			c0.116-0.09,0.174-0.249,0.144-0.332c-0.023-0.07-0.144-0.081-0.214-0.081c-0.042,0-0.088,0.005-0.138,0.011
-			c-0.107,0.016-0.159,0.021-0.195,0.021c-0.166,0,3.728-2.777,0.336-7.539C5.736,6.195,3.656,5.046,2.557,4.666
-			c3.553,4.132,0.191,6.956-0.689,7.599c-0.773,0.565-1.7,0.997-2.915,1.358c-0.146,0.043-0.296,0.084-0.452,0.126l-1.113,0.308
-			l0.637-0.694c0.016-0.021,0.05-0.059,0.109-0.084c0.039-0.017,0.078-0.031,0.115-0.046c0.779-0.305,1.41-0.642,1.943-1.039
-			c0.896-0.667,5.169-3.459,0.205-8.388C0.225,3.635-0.227,3.384-0.309,3.356C1.025,5.606-0.102,7.34-0.102,7.34
-			s-0.613-2.251-0.971-2.874c-0.427-0.743-0.991-1.347-1.579-1.561c0.927,1.815,0.009,2.844,0.009,2.844l-0.227-0.75
-			c-0.152-0.507-0.307-0.81-0.611-1.198c-0.578-0.735-1.252-1.369-2.006-1.884c-0.537-0.367-1.07-0.649-1.631-0.863
-			C-8.038,0.7-9.02,0.462-9.967,0.232l-0.376-0.092c-1.132-0.277-2.052-0.515-2.892-0.75c-0.479-0.134-0.885-0.308-1.24-0.53
-			c-0.059,0.251-0.111,0.579-0.113,0.846C-14.639,4.271-11.621,7.143-9.817,8.858z M-18.035,3.467
-			c0.113,0.805,0.266,1.753,0.54,2.685c0.116,0.395,0.28,0.891,0.538,1.363c-0.161-0.645-0.294-1.263-0.406-2.548
-			c-0.014-0.173-0.048-0.86-0.048-0.86s0.857,3.743,4.786,4.158c-0.797-1.197-1.444-2.456-1.928-3.746
-			c-0.436-1.162-0.707-2.277-0.829-3.408c-0.09-0.833-0.092-1.646-0.007-2.416c-0.048-0.033-0.095-0.065-0.144-0.098
-			c-0.278,1.337-0.382,2.547-0.315,3.697c0.052,0.933,0.4,3.312,0.4,3.312c-0.104-0.146-0.535-0.845-0.625-1.03
-			c-0.561-1.166-0.859-2.499-0.914-4.076c-0.04-1.112,0.049-2.252,0.273-3.481c-0.098,0.018-0.213,0.06-0.355,0.129l-0.016,0.009
-			l-0.048,0.045c-0.067,0.063-0.138,0.13-0.194,0.2c-0.228,0.273-0.406,0.606-0.551,1.016c-0.299,0.859-0.344,1.745-0.348,2.499
-			C-18.229,1.692-18.166,2.526-18.035,3.467z M-19.348,3.712c-0.045-0.348-0.086-0.693-0.115-1.038
-			c-0.098-1.143-0.053-2.154,0.137-3.094c0.166-0.82,0.427-1.447,0.822-1.971c0.275-0.364,0.582-0.635,0.934-0.822
-			c-0.412-0.488-0.768-1.011-1.058-1.554c-0.151,0.205-0.259,0.397-0.331,0.598l-0.281,0.773c0,0-1.139-1.474-0.443-3.922
-			l-0.04,0.06c-0.269,0.387-0.546,0.786-0.799,1.193c-0.908,1.452-1.575,2.878-2.038,4.357c-0.006,0.019-0.008,0.036-0.006,0.042
-			C-21.847,0.313-20.765,2.123-19.348,3.712z M-22.729-3.987c0.707-1.545,1.617-3.104,2.863-4.903
-			c0.029-0.04,0.039-0.073,0.041-0.126c0.027-0.558,0.053-1.026,0.092-1.496c0.001-0.003,0.001-0.006,0.001-0.01
-			c-1.767,2.155-2.884,4.608-3.331,7.313C-22.963-3.459-22.852-3.718-22.729-3.987z M22.707-21.846
-			c-0.604-0.335-1.512-0.415-2.29-0.415c-0.194,0-0.403,0.012-0.623,0.037c-0.042,0.005-0.083,0.008-0.122,0.008
-			c-0.171,0-0.372,0.009-0.477-0.128c-0.146-0.191-0.232-0.64,0.721-0.628c0.047,0.002,0.53,0.067,0.732-0.287
-			c0.16-0.284,0.055-0.761-0.068-0.895c-0.478-0.521-1.316,0.258-1.316,0.258c-0.182,0-0.642-0.146-1.131,0.343
-			c-0.488,0.488,0.092,1.549-0.104,1.636c-0.188,0.074-0.24,0.098-0.42,0.19c-1.031,0.535-2.41,1.729-1.742,3.372
-			c0.543-1.359,2.49-2.043,3.41-2.195c2.614-0.431,4.492,0.297,4.533,0.312C23.846-20.787,23.139-21.604,22.707-21.846z
-			 M23.582-16.659c-0.047-0.468-0.143-0.916-0.254-1.412c-0.145-0.648-0.537-1.074-1.168-1.265c-0.268-0.08-0.562-0.117-0.93-0.117
-			c-0.619,0-1.239,0.081-1.912,0.249c-0.666,0.166-1.101,0.336-1.45,0.566c-0.434,0.286-0.694,0.632-0.798,1.061
-			c-0.077,0.321-0.039,0.648,0.002,0.898c0.003,0.015,0.004,0.025,0.006,0.025s0.012,0.006,0.034,0.015
-			c1.218,0.486,2.058,1.233,2.569,2.284c0.029,0.062,0.053,0.073,0.105,0.079c0.152,0.017,0.287,0.025,0.411,0.025
-			c0.355,0,0.653-0.067,0.913-0.205c0.18-0.094,0.367-0.143,0.557-0.143s0.383,0.047,0.576,0.142
-			c0.14,0.068,0.271,0.148,0.393,0.241c0.072,0.055,0.141,0.114,0.21,0.175C23.433-14.797,23.682-15.678,23.582-16.659z"/>
-		<g>
-			<g>
-				<path fill="#1D1B1E" d="M15.971,0.409c0.544,0.342,0.602,0.888,0.602,0.888c0.195,0.85-0.619,2.253-0.881,2.968
-					c-0.212,0.586-0.402,1.588-0.245,2.195c0.652-0.197,1.464-0.797,1.938-1.313c0.51-0.559,0.926-1.37,0.861-2.116
-					c-0.028-0.303-0.172-0.689-0.389-1.074c-0.092-0.168-0.046-0.522,0.264-0.524c0.233-0.001,0.34,0.035,0.519,0.272
-					c0.622,0.829,0.712,1.578-0.109,2.674c-0.593,0.79-1.229,1.349-2.016,1.934c-0.223,0.165-0.618,0.355-0.894,0.413
-					c-0.303,0.061-0.486-0.086-0.59-0.382c-0.036-0.106-0.059-0.217-0.076-0.329c-0.176-0.99,0.05-1.883,0.533-2.769
-					c0.645-1.176,0.639-1.699,0.057-2.941C15.545,0.304,15.668,0.219,15.971,0.409z"/>
-			</g>
-		</g>
-	</g>
-</symbol>
-<symbol  id="New_Symbol_17" viewBox="-25 -25.101 50 50.201">
-	<path fill="#FFFFFF" d="M20.058-21.682c-0.828,0.139-2.58,0.754-3.069,1.978c-0.602-1.479,0.641-2.554,1.568-3.035
-		c0.161-0.085,0.209-0.104,0.378-0.173c0.175-0.078-0.346-1.031,0.094-1.471c0.439-0.441,0.854-0.31,1.018-0.31
-		c0,0,0.756-0.7,1.187-0.231c0.109,0.121,0.205,0.549,0.06,0.805c-0.182,0.318-0.616,0.26-0.659,0.259
-		c-0.857-0.01-0.78,0.394-0.648,0.564c0.094,0.124,0.275,0.115,0.43,0.115c0.035,0,0.071-0.003,0.11-0.006
-		c0.196-0.023,0.386-0.034,0.561-0.034c0.699,0,1.517,0.071,2.061,0.374c0.389,0.217,1.026,0.954,0.993,1.447
-		C24.104-21.413,22.412-22.068,20.058-21.682z"/>
-	<path fill="#FFFFFF" d="M24.919-5.397c-0.078,0.204-0.177,0.41-0.264,0.593c-0.043,0.086-0.084,0.176-0.125,0.264
-		c-0.044,0.098-0.092,0.193-0.139,0.29c-0.115,0.232-0.234,0.474-0.317,0.732c-0.071,0.223-0.09,0.449-0.107,0.67
-		c-0.006,0.078-0.015,0.16-0.024,0.236c-0.28,2.419-1.823,4.458-3.922,5.444c-0.078-0.293-0.229-0.578-0.45-0.872
-		c-0.188-0.251-0.301-0.29-0.548-0.288c-0.327,0.001-0.376,0.376-0.278,0.553c0.229,0.407,0.38,0.815,0.41,1.135
-		c0.069,0.789-0.371,1.646-0.91,2.236c-0.5,0.545-1.357,1.179-2.047,1.387c-0.167-0.642,0.035-1.699,0.26-2.317
-		c0.275-0.756,1.137-2.238,0.929-3.137c0,0-0.06-0.576-0.635-0.938c-0.319-0.2-0.45-0.11-0.45-0.11
-		c0.615,1.312,0.622,1.865-0.059,3.106c-0.512,0.935-0.749,1.879-0.565,2.925c0.008,0.043,0.021,0.082,0.029,0.124
-		c-0.055-0.142-0.115-0.283-0.184-0.415c-0.523-0.918-1.017-1.395-1.313-2.346C13.896,2.812,14.23,1.66,14.89,0.532
-		c-0.627,0.383-1.012,1.013-1.157,1.683c-1.062-0.592-1.981-1.388-2.791-2.438c-0.168-0.219-0.367-0.4-0.541-0.562
-		c-1.145-1.059-2.537-1.83-4.138-2.3C5.229-3.387,4.167-3.643,3.121-3.895L2.848-3.958C1.417-4.304-0.1-4.694-1.54-5.334
-		c-1.657-0.735-2.97-1.583-4.011-2.591c-1.533-1.481-2.467-3.308-2.774-5.425c-0.238-1.633-0.115-3.337,0.377-5.208
-		c0.019-0.067-2.154,1.949-1.034,7.809c-0.167,0.008-0.329-0.004-0.492-0.004h-0.142c-4.043,0-5.725-2.33-5.725-2.33
-		s0.264,2.48,4.157,3.311c0.293,0.062,2.745,0.617,2.827,0.645c0.323,0.656,0.715,1.283,1.165,1.862l-0.347-0.054
-		c-0.667-0.102-1.356-0.208-2.039-0.298l-0.526-0.068c-1.208-0.154-2.456-0.312-3.64-0.658c-1.242-0.365-2.215-0.893-2.975-1.608
-		c-0.692-0.651-1.207-1.475-1.587-2.479c-0.211,0.609-0.362,1.208-0.406,1.791c0.475,0.95,1.196,1.741,2.217,2.321
-		c0.858,0.488,1.805,0.841,2.894,1.08C-12.5-6.994-11.383-6.79-10.334-6.6c0.198,0.034,0.642,0.112,0.642,0.112
-		c1.08,0.188,2.198,0.386,3.26,0.719c0.252,0.08,1.683,0.474,2.474,1.294c-1.366,0.031-3.682,0.034-4.4,0.038
-		c-1.61,0.008-2.719-0.124-4.107-0.653c-1.451-0.553-5.599-2.659-5.599-2.659s2.061,2.205,5.935,3.855
-		c1.348,0.521,2.748,0.861,4.164,1.01c0.631,0.066,1.272,0.099,1.96,0.099c0.576,0,1.277-0.08,1.903-0.259
-		c1.404-0.4,2.207-0.958,3.132-1.709h0.029c0.05,0,0.104,0.841,0.156,0.857c1.148,0.348,4.027,1.432,4.392,1.508
-		c-0.071,0.02-1.369,0.905-1.369,0.905l2.71-0.052c0.584,0,6.343,0.932,8.807,7.794c0.164,0.455,0.334,0.915,0.468,1.415
-		c-0.534-0.338-1.085-0.632-1.646-0.904c-0.913-0.408-1.88-0.96-4.137-1.144c1.243,0.322,3.868,1.382,6.058,3.772
-		c0.926,1.011,1.704,2.051,2.111,3.298c0.021,0.066,0.037,0.135,0.051,0.21c-0.064-0.02-0.23-0.068-0.23-0.068
-		c-0.266-0.077-0.54-0.155-0.779-0.271c-0.336-0.163-0.652-0.405-0.893-0.599c-0.126-0.103-0.252-0.21-0.377-0.314
-		c0.198,1.372,0.21,3.758-0.46,5.383c-0.095-0.515-1.714-1.854-2.001-1.938c0.398,0.479,0.923,1.319,1.045,2.354
-		c0.022,0.195,0.049,0.416,0.05,0.633c0.005,1.475,0.255,2.796,0.767,4.043c0,0,0.027,0.066,0.036,0.086
-		c-0.186-0.125-0.353-0.296-0.514-0.527c-0.351-0.506-0.609-1.108-0.83-1.948c-0.341-1.284-0.551-2.667-0.663-4.259
-		c-0.277,2.104-0.329,4.52-0.321,4.547c-0.286,1.03-1.105,2.173-1.225,2.277c-0.079-0.241-0.568-1.235-0.568-1.235
-		s0,0.764-0.004,0.822c-0.139,1.067-2.781,2.032-2.835,2.065l0.139-0.839c0,0-0.799,0.061-1.139,0.596
-		c-0.07,0.109-0.176,0.186-0.271,0.263l0.188-0.642l0.193-0.446c0,0-0.618,0.049-0.91,0.562c-0.067,0.119-0.156,0.254-0.234,0.395
-		c-0.261,0.474-0.664,0.752-1.201,0.828c-0.378,0.056-0.79,0.098-1.259,0.129c-0.296,0.021-0.648,0.063-1.002,0.23
-		c-0.051,0.023-0.106,0.048-0.161,0.068c0.033-0.06,0.065-0.122,0.097-0.182c0.031-0.061,0.054-0.121,0.084-0.2l0.016-0.046
-		l0.067-0.166l0.101-0.359c0,0-1.702,1.35-4.963,0.538c-0.042-0.011-0.082-0.024-0.122-0.039c0.073,0.004,0.148,0.007,0.223,0.007
-		c0.047,0,0.094-0.002,0.14-0.003c1.418-0.024,1.856-0.863,1.856-0.863s-5.492-0.071-8.342-3.675
-		c-0.039-0.05-0.058-0.101-0.072-0.142c-0.028-0.076-0.017-0.083,0.031-0.107c0.098-0.052,0.216-0.095,0.352-0.129
-		c2.006-0.488,3.507-2.174,3.736-4.194l0.029-0.259c0.075-0.64,0.151-1.3,0.119-1.973c-0.087-1.743-0.708-3.297-1.885-4.581
-		c-1.235-1.352-2.767-1.444-2.753-1.433c0.91,0.85,1.509,1.985,1.831,3.472c0.121,0.56,0.068,1.105-0.175,1.73
-		c-0.012-0.031-0.022-0.063-0.033-0.097c-0.204-0.579-0.461-1.243-0.937-1.793c-0.274-0.316-0.651-0.674-1.09-1.091
-		c-1.436-1.367-3.597-3.428-4.554-6.423c-0.471-1.312-0.84-2.866-0.964-4.731c-0.66,0.155-0.354,2.6-0.039,4.782
-		c0.146,0.589,0.327,1.182,0.555,1.787c0.511,1.364,1.195,2.692,2.038,3.958c-4.151-0.438-5.058-4.393-5.058-4.393
-		s0.035,0.726,0.051,0.908c0.118,1.359,0.258,2.01,0.429,2.692c-0.272-0.5-0.445-1.024-0.568-1.44
-		c-0.29-0.983-0.451-1.986-0.57-2.836c-0.138-0.994-0.204-1.875-0.2-2.695c0.004-0.796,0.052-1.731,0.367-2.64
-		c0.152-0.432,0.342-0.784,0.582-1.072c0.06-0.075,0.134-0.146,0.205-0.212l0.051-0.047l0.014-0.009
-		c0.021-0.076,0.044-0.152,0.064-0.211c-0.214-0.111-0.41-0.158-0.6-0.183c0.004,0.005,0.006,0.008,0.009,0.012
-		c-0.373,0.198-0.698,0.483-0.987,0.869c-0.418,0.553-0.693,1.214-0.868,2.081c-0.2,0.993-0.248,2.062-0.146,3.269
-		c0.03,0.363,0.075,0.729,0.122,1.097c-1.496-1.68-2.64-3.59-3.4-5.68c-0.001-0.007-0.658-1.439-0.597-4.657
-		c-0.041,0.111-0.255,0.692-0.311,0.878c-0.09-0.742-0.135-1.484-0.133-2.212c0.001-0.229,1.998-5.534,1.998-5.534
-		s-0.88,0.977-1.606,2.214c0,0,0.773-3.195,1.66-4.829c2.441-4.491,6.183-7.434,11.44-8.811c1.264-0.33,2.64-0.534,4.09-0.534
-		c0,0,16.085-0.015,16.43-0.015c0.772,0,1.363,0.046,1.914,0.146l0.086,0.015c0.186,0.034,0.379,0.07,0.588,0.07
-		c0.223,0,0.458-0.029,0.722-0.091l0.129-0.029c0.241-0.059,0.468-0.112,0.691-0.112c2.76-0.021,2.377,1.642,2.377,1.642
-		c-0.116,0.434-0.617,1.221-1.166,1.353c-0.191,0.046-0.389,0.068-0.585,0.068c-1.181,0-2.631-0.868-2.883-0.506
-		c-0.17,0.244-0.14,0.425,0.103,0.632c0.194,0.164,0.405,0.325,0.631,0.477c0.408,0.275,0.829,0.56,1.153,0.935
-		c0.409,0.472,0.657,0.948,0.756,1.463c0.065,0.329,0.035,0.651-0.093,0.979c-0.028,0.073-0.056,0.09-0.083,0.097
-		c-0.227,0.073-0.495,0.157-0.768,0.234c-1.021,0.288-1.771,0.714-2.358,1.344c-0.414,0.443-0.695,0.957-0.917,1.401
-		c-0.372,0.747-0.665,1.519-0.871,2.294c-0.334,1.256-1.121,2.264-2.406,3.079C5.075-9.006,3.98-8.636,2.775-8.514
-		C2.488-8.484,2.197-8.47,1.891-8.455c-0.077,0.003-0.257,0.027-0.435,0.05c-0.161,0.021-0.32,0.043-0.394,0.046L0.624-8.333
-		c0,0,0.113,0.159,1.022,0.508c0.173,0.064,0.35,0.081,0.522,0.113c0.422,0.073,0.837,0.111,1.235,0.111
-		c0.958,0,1.864-0.22,2.694-0.656c1.033-0.545,1.857-1.372,2.522-2.532c0.361-0.632,0.646-1.311,0.871-2.075
-		c0.043-0.146,0.08-0.293,0.121-0.451c0.073-0.278,0.149-0.566,0.255-0.828c0.642-1.581,1.832-2.507,3.535-2.751
-		c0.451-0.063,0.892-0.096,1.311-0.096c0.791,0,1.55,0.117,2.251,0.347c0.953,0.312,1.68,0.801,2.222,1.489
-		c0.252,0.318,0.426,0.657,0.532,1.031l0.073,0.254l0.424-0.101c0.09-0.022,0.181-0.046,0.271-0.062
-		c0.064-0.012,0.129-0.019,0.197-0.019c0.193,0,0.39,0.046,0.602,0.093l0.035,0.009c0.158,0.035,0.313,0.042,0.466,0.049
-		l0.127,0.005c0.149,0,0.276-0.102,0.332-0.195c0.063-0.111,0.17-0.175,0.365-0.219c0.05-0.01,0.103-0.016,0.157-0.016
-		c0.479,0,0.982,0.439,0.995,0.87c0.006,0.165-0.038,0.268-0.146,0.342c-0.086,0.059-0.175,0.112-0.273,0.175l-0.478,0.299
-		l0.318,0.243c0.094,0.069,0.197,0.105,0.307,0.105c0.095,0,0.179-0.026,0.252-0.059c0,0-0.399,2.114-3.194,1.499
-		c0,0-0.454-0.188-0.686-0.273l-0.108-0.041c-0.069-0.027-0.139-0.039-0.211-0.039c-0.142,0-0.261,0.053-0.349,0.097
-		c-0.978,0.493-1.937,0.285-2.095,0.273c-1.277-0.092-2.805,0.169-4.105,0.771c-0.9,0.416-1.739,0.941-2.182,1.848
-		c-0.216,0.451-0.44,1.047-0.132,1.582c0.02-0.047,0.038-0.093,0.055-0.14c0.177-0.52,0.436-0.991,0.781-1.418
-		c0.641-0.792,1.467-1.326,2.406-1.7c0.508-0.204,1.035-0.346,1.597-0.439c0,0,1.997-0.396,2.888,0.344
-		c0.676,0.378,1.285,0.233,1.917,0.233h0.131c2.148,0,2.338,1.358,2.338,1.358s0.245,0.002,0.588,0.055
-		c0.303,0.045,0.595,0.218,0.877,0.505c0.227,0.229,0.356,0.574,0.387,0.934c-0.232,0.21-0.467,0.438-0.712,0.658l-0.15,0.141
-		l-0.281,0.228l0.193,0.224c0.118,0.135,0.268,0.207,0.434,0.207c0.096,0,0.19-0.025,0.28-0.074c0.128-0.07,0.24-0.16,0.345-0.243
-		c0.036-0.027,0.071-0.057,0.106-0.083c0.04-0.029,0.13-0.1,0.134-0.103C25.013-5.762,24.988-5.578,24.919-5.397z M22.269-4.826
-		c-0.079-0.225-0.183-0.259-0.416-0.206c-0.123,0.027-0.254,0.034-0.38,0.029c-0.23-0.012-0.461-0.051-0.693-0.056
-		C20.2-5.07,19.646-4.964,19.184-4.587c-0.653,0.536-0.778,1.171-0.369,1.972c0.005-0.044,0.007-0.062,0.008-0.078
-		c0.027-0.547,0.269-0.972,0.721-1.278c0.376-0.254,0.805-0.354,1.245-0.41c0.356-0.045,0.707-0.105,1.02-0.298
-		c0.026-0.018,0.056-0.03,0.084-0.045c0.005,0.005,0.009,0.011,0.014,0.016c-0.062,0.087-0.082,0.383-0.051,0.507
-		c0.052,0.196,0.062,0.462,0.004,0.62c-0.107-0.269-0.28-0.478-0.524-0.634c-0.039-0.03-0.061-0.04-0.11-0.04
-		c-0.164,0.032-0.325,0.071-0.481,0.123c-0.303,0.102-0.608,0.21-0.888,0.363c-0.39,0.212-0.592,0.545-0.488,1.013
-		c0.033,0.147-0.009,0.281-0.116,0.394c-0.049,0.049-0.092,0.104-0.142,0.164c0.113,0.106,0.214,0.21,0.323,0.3
-		c0.104,0.085,0.214,0.163,0.33,0.228c0.904,0.515,2.124,0.127,2.526-0.813c0.103-0.237,0.157-0.503,0.186-0.762
-		C22.535-3.786,22.449-4.314,22.269-4.826z"/>
-	<path fill="#FFFFFF" d="M23.792-14.858c-0.127-0.096-0.266-0.183-0.414-0.254c-0.204-0.1-0.408-0.149-0.607-0.149
-		c-0.201,0-0.4,0.052-0.588,0.149c-0.275,0.146-0.59,0.218-0.965,0.218c-0.132,0-0.273-0.01-0.435-0.027
-		c-0.057-0.005-0.082-0.018-0.112-0.083c-0.54-1.11-1.427-1.899-2.715-2.414c-0.022-0.01-0.032-0.015-0.035-0.015
-		c-0.001,0-0.004-0.011-0.007-0.027c-0.042-0.264-0.083-0.608-0.001-0.949c0.109-0.452,0.385-0.818,0.844-1.119
-		c0.367-0.244,0.826-0.424,1.53-0.6c0.711-0.177,1.367-0.264,2.02-0.264c0.389,0,0.7,0.039,0.982,0.126
-		c0.667,0.2,1.082,0.65,1.235,1.334c0.116,0.524,0.219,0.998,0.268,1.493c0.104,1.036-0.158,1.968-0.777,2.767
-		C23.942-14.738,23.869-14.802,23.792-14.858z"/>
-	<polygon opacity="0.8" fill="#FFFFFF" points="16.262,9.118 16.26,9.114 16.262,9.114 	"/>
-</symbol>
-<symbol  id="New_Symbol_18" viewBox="-25 -25.109 49.999 50.217">
-	<path fill="#FFFFFF" d="M20.23-9.491c0.362,0.397,1.055,1.007,1.69,1.1c1.948,0.358,1.571,0.828,1.947,2.069
-		c0.163,0.539,1.498,0.935-0.861,4.725c-0.684,1.099-1.12,2.234-1.922,3.229c-0.768,0.952-2.534,1.84-2.978,3.048
-		c-0.76,0.649-2.19,2.519-3.105,1.764c-0.226,1.434,0.807,3.135,0.93,4.468c0.771,0.269,0.41,1.421,0.216,2.099
-		c-0.487-0.164-0.922-0.412-1.403-0.566c-0.101,1.732,0.074,3.012-0.735,4.579c-0.573,1.11-1.646,2.912-0.492,3.983
-		c-0.587-0.004-1.112-0.307-1.345-0.838c-1.492,0.001-2.951,2.098-4.396,2.694c-1.384,0.571-3.52,1.089-4.969,1.29
-		c-1.258,0.176-3.396,0.229-4.57-0.14c-0.792-0.248-2.213-0.938-2.997-1.146c-1.361-0.363-2.163,0.297-2.072-1.941
-		c-0.754-0.046-1.709-0.934-2.235-1.385c0.055-0.141,0.165-0.188,0.33-0.141l-1.312-1.146c3.446-0.022,5.463-3.001,4.402-6.371
-		c-0.833-0.107-1.922,0.13-2.66-0.275c-0.795-0.438-1.335-1.494-2.224-2.018c-1.088-0.642-2.411-0.832-3.577-1.315
-		c-1.133-0.47-1.895-1.184-3.219-1.072c-0.204-1.026-1.197-1.354-1.799-2.16c-0.701-0.937-2.656-2.394-3.131-3.448
-		c0.357-0.716,0.154-1.895-0.281-2.688c-0.538-0.979-0.829-2.035-1.225-3.255c-0.816-2.518-0.438-4.386,0.021-6.833
-		c0.706-3.771,3.085-6.85,6.163-9.075c-0.107,0.011-0.215,0.016-0.323,0.015c1.584-0.3,2.134-1.729,3.442-2.343
-		c1.065-0.501,2.986-1.203,4.17-1.43c3.383-0.647,6.561-0.682,10.097-0.682c3.452,0,6.663,0.125,10.064,0.126
-		c1.153,0,3.349,0.139,4.402,0.617c1.651,0.749,1.76,2.758-2.177,3.394c-1.183,0.191,0.847-0.058,1.138,1.244
-		c0.133,0.595-0.561,2.174,0.056,2.256c0.03,0.106,0.927-0.021,1.01,0.058c0.593,0.255,1.111,0.555,1.733,0.604
-		c-1.247-2.772-1.192-3.883,1.591-6.27c-0.269-0.78,0.192-1.248,1.154-1.506c0.605-0.163,1.591-0.796,2.187-0.164
-		c-0.041,0.522,0.12,1.011,0.161,1.548c3.052-0.312,2.986,2.31,3.179,4.219C24.617-15.499,22.915-10.021,20.23-9.491z"/>
-	<g>
-		<g>
-			<g>
-				<polygon fill="#1D1B1E" points="15.506,8.48 15.505,8.479 15.506,8.479 				"/>
-				<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M17.974-2.674c-0.38-0.746-0.264-1.333,0.344-1.831
-					c0.428-0.351,0.942-0.448,1.48-0.438c0.215,0.005,0.429,0.04,0.644,0.05c0.117,0.006,0.237-0.001,0.353-0.026
-					c0.216-0.048,0.312-0.016,0.387,0.191c0.168,0.475,0.248,0.966,0.189,1.467c-0.025,0.239-0.076,0.486-0.171,0.707
-					c-0.374,0.874-1.509,1.232-2.347,0.756c-0.105-0.062-0.209-0.134-0.306-0.213c-0.101-0.082-0.195-0.178-0.302-0.276
-					c0.048-0.057,0.086-0.108,0.131-0.153c0.102-0.104,0.141-0.228,0.109-0.366c-0.097-0.434,0.092-0.742,0.455-0.939
-					c0.258-0.142,0.541-0.243,0.822-0.338c0.146-0.049,0.295-0.083,0.447-0.115c0.047,0.002,0.066,0.01,0.102,0.038
-					C20.54-4.015,20.7-3.821,20.8-3.572c0.055-0.146,0.043-0.394-0.004-0.575c-0.029-0.114-0.01-0.39,0.047-0.471
-					c-0.005-0.004-0.008-0.01-0.012-0.015c-0.027,0.015-0.054,0.026-0.078,0.042c-0.291,0.179-0.615,0.234-0.947,0.275
-					c-0.408,0.053-0.809,0.146-1.156,0.383c-0.42,0.282-0.645,0.678-0.668,1.186C17.98-2.731,17.978-2.717,17.974-2.674z
-					 M19.954-2.617c0-0.306-0.248-0.555-0.555-0.555s-0.556,0.249-0.556,0.555c0,0.307,0.249,0.555,0.556,0.555
-					S19.954-2.311,19.954-2.617z"/>
-			</g>
-		</g>
-		<g>
-			<g>
-				<path fill="#1D1B1E" d="M13.318,1.576c0,0.032,0.002,0.064,0.002,0.097c-0.013,0.022-0.03,0.045-0.041,0.067
-					C13.312,1.692,13.325,1.634,13.318,1.576z"/>
-				<path fill="#1D1B1E" d="M14.491,5.331c-0.01,0-0.021-0.002-0.033-0.002c-0.005-0.012-0.011-0.025-0.018-0.037
-					C14.454,5.304,14.475,5.318,14.491,5.331z"/>
-			</g>
-		</g>
-		<path fill-rule="evenodd" clip-rule="evenodd" fill="#1D1B1E" d="M24.515-18.235c0.027,0.176,0.058,0.341,0.09,0.508
-			c0.068,0.369,0.141,0.752,0.166,1.144c0.089,1.384-0.345,2.595-1.288,3.602l0.033,0.148c0.045,0.211,0.101,0.475,0.132,0.731
-			c0.079,0.635-0.125,1.205-0.625,1.746c-0.015,0.017-0.031,0.034-0.04,0.048c-0.122,0.365-0.384,0.657-0.776,0.854
-			c-0.23,0.116-0.474,0.203-0.726,0.26c0.302,0.124,0.604,0.276,0.913,0.461c0.036,0.021,0.052,0.025,0.052,0.025
-			c1.007,0.154,1.801,0.93,1.978,1.931c0.003,0.023,0.006,0.046,0.009,0.069c0.005,0.043,0.011,0.09,0.016,0.104
-			c0.397,0.612,0.47,1.307,0.214,2.055c-0.084,0.242-0.188,0.483-0.279,0.696c-0.072,0.168-0.143,0.332-0.205,0.495
-			c-0.072,0.187-0.15,0.394-0.168,0.583c-0.047,0.525-0.124,1.218-0.314,1.906c-0.398,1.433-1.091,2.556-2.117,3.433
-			c-0.938,0.803-1.938,1.146-3.29,1.348c0.184-0.289-0.061-0.419,0.07-0.738c0.053-0.131,0.067-0.252,0.066-0.371
-			c2.312-0.79,4.06-2.895,4.354-5.425c0.008-0.074,0.016-0.149,0.021-0.225c0.018-0.209,0.035-0.424,0.103-0.635
-			c0.077-0.245,0.19-0.474,0.3-0.693c0.045-0.091,0.09-0.182,0.132-0.274c0.038-0.084,0.078-0.167,0.118-0.25
-			c0.082-0.172,0.175-0.368,0.249-0.561c0.065-0.17,0.089-0.345,0.07-0.521c-0.003,0.002-0.089,0.069-0.126,0.097
-			c-0.033,0.025-0.068,0.053-0.102,0.079c-0.1,0.079-0.205,0.164-0.326,0.23c-0.085,0.048-0.174,0.071-0.266,0.071
-			c-0.156,0-0.298-0.067-0.41-0.195l-0.183-0.209l0.267-0.21l0.141-0.124C23-6.249,23.222-6.446,23.44-6.646
-			c-0.027-0.34-0.15-0.628-0.365-0.845c-0.268-0.271-0.543-0.359-0.83-0.402c-0.324-0.05-0.557,0.101-0.557,0.101
-			s-0.179-0.982-2.213-0.985h-0.124c-0.598,0-1.175-0.166-1.814-0.523C16.694-10,14.804-9.93,14.804-9.93
-			c-0.531,0.089-1.03,0.225-1.512,0.416c-0.889,0.355-1.671,0.859-2.277,1.611c-0.327,0.402-0.572,0.851-0.739,1.342
-			c-0.016,0.045-0.034,0.088-0.052,0.133c-0.009-0.479,0.092-0.93,0.297-1.357c0.419-0.857,1.108-1.419,1.971-1.788
-			c0.748-0.32,1.533-0.43,2.342-0.39l0.172-0.191c0.082-0.091,0.17-0.12,0.229-0.134c0.33-0.079,0.679-0.117,1.066-0.117
-			c0.148,0,1.057,0.208,1.982-0.259c0.084-0.042,0.195-0.091,0.33-0.091c0.068,0,0.135,0.012,0.2,0.036l0.103,0.039
-			c0.219,0.082,0.648,0.259,0.648,0.259c2.646,0.582,3.023-1.419,3.023-1.419c-0.068,0.031-0.148,0.056-0.238,0.056
-			c-0.104,0-0.201-0.034-0.29-0.101l-0.301-0.229l0.452-0.284c0.094-0.058,0.177-0.109,0.258-0.165
-			c0.104-0.071,0.145-0.168,0.139-0.324c-0.012-0.407-0.488-0.823-0.941-0.823c-0.052,0-0.102,0.006-0.148,0.016
-			c-0.186,0.041-0.287,0.102-0.347,0.206c-0.052,0.09-0.172,0.186-0.313,0.186l-0.121-0.006c-0.143-0.006-0.291-0.012-0.439-0.046
-			l-0.034-0.008c-0.2-0.045-0.387-0.088-0.569-0.088c-0.064,0-0.125,0.006-0.186,0.018c-0.087,0.016-0.172,0.036-0.258,0.059
-			l-0.401,0.095l-0.067-0.239c-0.103-0.354-0.268-0.675-0.506-0.978c-0.513-0.652-1.2-1.113-2.102-1.409
-			c-0.664-0.218-1.383-0.328-2.133-0.328c-0.396,0-0.812,0.031-1.239,0.091c-1.612,0.231-2.739,1.107-3.347,2.604
-			c-0.1,0.247-0.172,0.521-0.241,0.784c-0.039,0.149-0.074,0.289-0.114,0.427c-0.213,0.725-0.482,1.367-0.824,1.964
-			c-0.629,1.099-1.41,1.882-2.389,2.397C5.101-7.554,4.243-7.345,3.335-7.345c-0.376,0-0.77-0.035-1.168-0.105
-			C2.002-7.48,1.835-7.497,1.671-7.559C0.812-7.888,0.703-8.038,0.703-8.038L1.12-8.063c0.068-0.004,0.219-0.023,0.371-0.044
-			c0.168-0.021,0.338-0.044,0.412-0.047C2.192-8.168,2.468-8.182,2.74-8.21c1.14-0.115,2.178-0.465,3.083-1.037
-			c1.216-0.771,1.961-1.726,2.276-2.915c0.194-0.732,0.472-1.463,0.824-2.171c0.21-0.421,0.478-0.907,0.869-1.327
-			c0.555-0.595,1.265-0.999,2.231-1.271c0.258-0.072,0.513-0.152,0.729-0.222c0.025-0.007,0.051-0.021,0.078-0.091
-			c0.121-0.312,0.149-0.616,0.088-0.928c-0.095-0.486-0.329-0.939-0.716-1.386c-0.308-0.354-0.706-0.623-1.093-0.884
-			c-0.213-0.144-0.413-0.296-0.598-0.451c-0.229-0.196-0.347-0.458-0.334-0.738c0.01-0.231,0.027-0.619,0.421-0.619
-			c0.085,0,0.183,0.021,0.336,0.072c0.065,0.021,0.13,0.048,0.194,0.075l0.34,0.147c0.189,0.081,0.38,0.163,0.569,0.243
-			c0.38,0.158,0.751,0.238,1.106,0.238c0.186,0,0.373-0.021,0.555-0.065c0.52-0.124,0.994-0.407,1.103-0.818
-			c0,0,0.362-1.573-2.251-1.554c-0.211,0-0.426,0.051-0.653,0.105l-0.122,0.029c-0.25,0.059-0.473,0.085-0.684,0.086
-			c-0.197,0-0.381-0.034-0.557-0.066l-0.08-0.015c-0.521-0.095-1.081-0.138-1.812-0.138c-0.327,0-15.553,0.014-15.553,0.014
-			c-1.372,0-2.676,0.193-3.871,0.506c-4.977,1.302-8.52,4.089-10.83,8.34c-0.84,1.546-1.412,3.214-1.708,4.991
-			c0.016-0.025,0.137-0.42,0.137-0.42c0.688-1.171,1.521-2.096,1.521-2.096s-1.891,5.021-1.891,5.239
-			c-0.002,0.688,0.04,1.391,0.125,2.092c0.053-0.175,0.109-0.348,0.17-0.52c0.847-2.415,2.131-4.676,3.926-6.915
-			c0.044-0.054,0.078-0.117,0.097-0.173c0.276-0.852,0.653-1.662,1.118-2.415c-1.051,0.216-2.551,1.693-2.551,1.693l0.195-0.376
-			c1.172-2.261,3.934-3.638,4.475-3.834c1.583-1.406,3.506-2.426,5.713-3.032c0.125-0.034,0.251-0.063,0.377-0.092l1.077-0.257
-			l-0.688,0.666c-0.078,0.077-0.164,0.107-0.217,0.126c-1.562,0.558-2.993,1.344-4.25,2.335c-1.643,1.295-2.824,2.879-3.514,4.705
-			c-0.083,0.219-0.074,0.333-0.035,0.437c0.037,0.1,0.063,0.201,0.089,0.3c0.018,0.071,0.03,0.121,0.045,0.17
-			c0.366,1.194,0.917,2.129,1.688,2.854c0.719,0.678,1.64,1.175,2.816,1.52c1.119,0.329,2.301,0.48,3.443,0.626l0.499,0.064
-			c0.646,0.084,1.3,0.186,1.931,0.282l0.328,0.052c-0.428-0.549-0.797-1.139-1.104-1.761c-0.077-0.025-2.398-0.547-2.676-0.605
-			c-3.686-0.786-3.935-3.128-3.935-3.128s1.591,2.108,5.419,2.224l0.133,0.001c0.155-0.002,0.308-0.007,0.467-0.014
-			c-1.061-5.545,0.996-7.471,0.979-7.408c-0.465,1.772-0.582,3.385-0.355,4.931c0.29,2.005,1.175,3.732,2.625,5.135
-			c0.986,0.954,2.229,1.756,3.797,2.453c1.363,0.606,2.799,0.975,4.152,1.301l0.26,0.062c0.99,0.238,1.996,0.48,2.975,0.768
-			c1.515,0.444,2.833,1.176,3.916,2.176c0.165,0.152,0.354,0.325,0.512,0.531c0.768,0.994,1.637,1.748,2.642,2.309
-			c0.138-0.634,0.503-1.23,1.097-1.593c-0.625,1.068-0.94,2.158-0.645,3.164c0.281,0.9,0.748,1.352,1.242,2.221
-			c0.59,1.136,0.652,2.748,0.662,2.758c0.109,0.111,0.184,0.221,0.296,0.33c0.137,0.137,0.265,0.271,0.399,0.409
-			c0.398,0.412,0.69,0.928,0.812,1.544c0.129,0.642-0.164,0.984-0.164,0.984c0.107,0.396,0.252,0.783,0.282,1.179
-			c0.056,0.737-0.171,1.418-0.273,1.418c-0.051,0-0.946-1.021-1.438-1.212c-0.117,0.701-0.297,1.412-0.576,2.3
-			c-0.211,0.668-0.269,1.216-0.184,1.727c0.062,0.381,0.526,0.912,0.526,0.912l0.214,0.253l-0.295,0.15
-			c-0.049,0.029-0.429,0.113-0.557,0.113c-0.372,0-0.678-0.134-0.898-0.39c-0.045,0.304-0.051,0.611-0.021,0.921
-			c0.049,0.534,0.262,1.024,0.439,1.394c0.055,0.112,0.123,0.261,0.17,0.419c0.057,0.195,0.029,0.38-0.076,0.522
-			c-0.107,0.142-0.275,0.219-0.476,0.219c-0.173-0.003-0.329-0.03-0.464-0.081c-0.607-0.229-1.082-0.616-1.415-1.154
-			c-0.109,0.125-0.21,0.265-0.271,0.432c-0.082,0.222-0.186,0.428-0.286,0.617c-0.084,0.16-0.196,0.241-0.334,0.241
-			c-0.099,0-0.174-0.043-0.229-0.091c-0.174,0.467-0.46,0.859-0.852,1.171c-0.025,0.021-0.051,0.036-0.088,0.059l-0.527,0.325
-			l0.104-0.681c-1.355,0.879-2.852,1.518-4.453,1.898c-0.129,0.03-0.258,0.056-0.387,0.081c-0.389,0.076-0.749,0.147-1.062,0.342
-			c-0.037,0.025-0.074,0.034-0.092,0.039c-0.045,0.019-0.107,0.03-0.166,0.03c-0.122,0-0.244-0.053-0.347-0.156
-			c-0.161,0.003-0.343,0.016-0.503,0.03l-0.148,0.007c-0.026,0.003-0.229,0.003-0.259,0.003l-0.278-0.128
-			c0,0-0.673,0.436-0.91,0.436H0.458c-0.176,0-0.332-0.113-0.416-0.254c-0.066-0.114-0.168-0.082-0.201-0.083
-			c-1.115-0.07-2.184-0.233-3.174-0.479c-1.742-0.433-3.195-1.082-4.443-1.979c-1.092-0.785-1.893-1.65-2.449-2.642
-			c-0.123-0.22-0.22-0.447-0.312-0.667c-0.112-0.266-0.124-0.507-0.048-0.742c0.082-0.242,0.277-0.392,0.513-0.392
-			c0.029,0,0.061,0.003,0.091,0.008c0.121,0.02,0.24,0.028,0.358,0.028c0.556,0,1.099-0.207,1.708-0.65
-			c0.652-0.475,1.115-1.069,1.375-1.765c0.371-0.999,0.202-1.927-0.504-2.761c-0.223,0.738-0.518,1.294-0.93,1.745
-			c-0.289,0.318-0.629,0.559-1.01,0.714c-0.061,0.025-0.119,0.041-0.182,0.049l-0.1,0.015c0,0,0.483-1.094,0.543-1.553
-			c0.126-0.984-0.005-2.366-0.962-2.634c-0.288-0.081-0.565-0.199-0.848-0.297c-0.509-0.177-1.037-0.36-1.556-0.553
-			c-1.455-0.543-2.75-1.151-3.955-1.861c0.006,0.103,0.02,0.205,0.033,0.312l0.02,0.157c0.006,0.022,0.01,0.041,0.012,0.059
-			c0.028,0.218-0.006,0.381-0.104,0.494c-0.077,0.087-0.188,0.136-0.312,0.136c-0.098,0-0.205-0.028-0.326-0.088
-			c-0.164-0.08-0.328-0.214-0.466-0.377c-0.347-0.416-0.556-0.881-0.772-1.401c-0.051-0.125-0.1-0.25-0.146-0.377l-0.009-0.028
-			c-0.044-0.114-0.087-0.233-0.135-0.346c-0.026-0.061-0.064-0.116-0.103-0.147c-1.301-1.106-2.286-2.128-3.099-3.212
-			c-0.632-0.842-1.187-1.729-1.651-2.644c-0.066,0.706-0.062,1.408,0.008,2.134c0,0-1.356-1.096-1.057-4.627
-			c0.001-0.006,0.001-0.031-0.018-0.095c-0.395-1.236-0.648-2.47-0.756-3.663c-0.391-4.372,0.699-8.419,3.24-11.92
-			c2.705-3.729,6.373-6.239,10.904-7.287c1.201-0.279,2.529-0.541,4.443-0.541c0,0,7.51,0,7.986,0l10.9,0.021
-			c0,0,1.279,0.001,2.01,0.396c0.621,0.337,0.977,0.675,1.23,1.265c0.393,0.912,0.057,2.076-0.781,2.688
-			c-0.496,0.363-1.086,0.546-1.799,0.546c-0.068,0-0.135,0.002-0.204-0.001c-0.071-0.003-0.144-0.008-0.214-0.015
-			c0.557,0.566,0.937,1.236,1.133,1.994c0.088,0.34,0.116,0.694,0.086,1.051L14.01-17.14l0.171,0.008
-			c0.381,0.018,0.765,0.035,1.144,0.062c-0.126-0.161-0.223-0.348-0.29-0.558c-0.188-0.59-0.265-1.082-0.246-1.544
-			c0.035-0.816,0.345-1.581,0.919-2.271c0.445-0.532,0.99-0.96,1.665-1.302c-0.066-0.284-0.049-0.575,0.051-0.862
-			c0.078-0.217,0.222-0.393,0.428-0.508c0.228-0.127,0.475-0.206,0.734-0.206c0.094,0,0.192-0.019,0.297,0.005
-			c0.413-0.911,1.417-0.789,1.417-0.789c0.825,0.19,1.11,0.97,1.026,1.601c-0.012,0.075-0.023,0.158-0.041,0.23l0.044,0.017
-			c0.218,0.052,0.444,0.109,0.669,0.188c1.525,0.53,2.507,1.571,2.922,3.093C25.104-19.292,24.968-18.706,24.515-18.235z
-			 M13.132,5.777C10.8-0.719,5.348-1.596,4.796-1.596L2.229-1.541l0.684-0.46L3.087-2.07c0.08-0.033,0.154-0.063,0.234-0.086
-			c0.068-0.02,0.137-0.039,0.205-0.058C3.181-2.286,2.828-2.357,2.481-2.406c-0.93-0.133-2.026-0.312-3.113-0.643
-			c-0.049-0.015-0.1-0.022-0.146-0.022l-0.028,0.002C-1.819-3-2.833-2.927-3.847-2.853c-0.615,0.044-1.182,0.065-1.727,0.065
-			c-0.65,0-1.258-0.029-1.854-0.093c-1.341-0.142-2.667-0.463-3.942-0.956c-3.666-1.562-5.617-3.649-5.617-3.649
-			s3.926,1.993,5.299,2.518c1.314,0.5,2.363,0.626,3.889,0.618c0.68-0.004,2.872-0.007,4.165-0.036
-			c-0.306-0.181-0.598-0.37-0.878-0.576c-0.23-0.171-0.484-0.299-0.774-0.408c-0.218-0.082-0.45-0.165-0.689-0.239
-			C-6.98-5.927-8.039-6.112-9.062-6.292c0,0-0.42-0.073-0.607-0.106c-0.993-0.179-2.051-0.372-3.092-0.603
-			c-1.031-0.228-1.928-0.562-2.74-1.024c-1.492-0.849-2.377-2.127-2.629-3.802c-0.436,0.82-0.691,1.623-0.782,2.445
-			c-0.153,1.37,0.256,2.541,1.214,3.478c0.07,0.07,0.114,0.152,0.15,0.225c0.051,0.104,0.1,0.21,0.147,0.315
-			c0.084,0.185,0.18,0.395,0.29,0.575c0.424,0.697,1.031,1.29,1.91,1.868c0.896,0.588,1.951,1.078,3.32,1.541
-			c1.885,0.638,3.846,1.053,5.687,1.406C-5.497,0.16-4.8,0.292-4.103,0.424l0.17,0.031c0.82,0.154,1.641,0.31,2.461,0.47
-			c1.437,0.278,2.584,0.645,3.615,1.151c1.63,0.804,2.867,1.661,3.889,2.699c0.822,0.026,1.557,0.103,2.256,0.235
-			c1.871,0.354,3.647,1.062,5.286,2.104C13.448,6.644,13.286,6.209,13.132,5.777z M14.926,11.746
-			c0.227,0.11,0.487,0.185,0.737,0.257c0,0,0.156,0.046,0.219,0.064c-0.014-0.07-0.027-0.136-0.049-0.198
-			c-0.385-1.181-1.057-2.23-1.998-3.121c-0.606-0.574-1.352-1.046-2.415-1.529C10.526,6.812,9.56,6.477,8.425,6.18
-			c0.326,0.095,0.651,0.209,0.974,0.344c1.671,0.693,3.198,1.744,4.671,3.214c0.021,0.02,0.038,0.043,0.055,0.066l0.451,0.621
-			l-0.733-0.209c-0.084-0.024-0.142-0.062-0.188-0.095c-1.246-0.864-2.385-1.561-3.479-2.126C9.489,7.641,8.62,7.249,7.747,7.024
-			C7.729,7.02,7.642,7.016,7.642,7.01v0.003c0,0.329,0.161,0.649,0.406,0.958c0.18,0.227,0.521,0.508,0.771,0.698
-			c0.757,0.577,1.586,1.041,2.285,1.405c-0.256-0.329-0.523-0.59-0.885-0.771c0,0,0.42-0.442,0.967-0.246
-			c0.623,0.225,0.912,0.441,1.318,0.779c0.227,0.19,0.451,0.384,0.674,0.578c0.263,0.227,0.587,0.508,0.902,0.765
-			C14.308,11.362,14.607,11.593,14.926,11.746z M11.919,18.535c0.209,0.795,0.453,1.365,0.785,1.845
-			c0.152,0.219,0.311,0.381,0.486,0.499c-0.008-0.019-0.034-0.082-0.034-0.082c-0.483-1.18-0.721-2.431-0.726-3.828
-			c0-0.204-0.025-0.412-0.047-0.597c-0.13-1.104-0.754-2.002-1.133-2.406C11.344,15.709,11.558,17.174,11.919,18.535z M-9.818,8.858
-			c0.415,0.394,0.771,0.733,1.031,1.032c0.45,0.521,0.694,1.148,0.886,1.697c0.012,0.03,0.021,0.062,0.031,0.092
-			c0.23-0.593,0.281-1.108,0.166-1.639C-8.009,8.635-8.576,7.56-9.438,6.755C-9.45,6.743-8.001,6.832-6.831,8.11
-			c1.113,1.217,1.702,2.688,1.784,4.338c0.03,0.636-0.042,1.262-0.112,1.867l-0.029,0.245c-0.217,1.912-1.637,3.508-3.537,3.971
-			c-0.128,0.031-0.238,0.072-0.332,0.121c-0.045,0.023-0.057,0.029-0.029,0.102c0.014,0.04,0.036,0.083,0.069,0.135
-			c0.301,0.468,0.685,0.852,1.14,1.142c0.268,0.17,0.524,0.333,0.77,0.508c1.053,0.754,2.104,1.268,3.213,1.572
-			c0.389,0.106,0.807,0.156,1.219,0.21c0.355,0.047,1.555,0.047,1.555,0.047s-0.415,0.794-1.758,0.817
-			c-0.043,0-0.088,0.002-0.131,0.002c-0.071,0-0.142-0.002-0.211-0.006c0.037,0.014,0.074,0.025,0.115,0.037
-			c0.573,0.173,1.166,0.257,1.814,0.257c0.213,0,0.434-0.009,0.656-0.028l0.07-0.006c0.244-0.02,0.466-0.02,0.643-0.142
-			c0.814-0.563,1.514-0.591,1.514-0.591l-0.096,0.34l-0.062,0.156l-0.016,0.045c-0.028,0.075-0.049,0.132-0.079,0.188
-			c-0.03,0.058-0.061,0.115-0.091,0.172c0.053-0.02,0.104-0.041,0.152-0.064c0.335-0.157,0.668-0.198,0.949-0.218
-			c0.443-0.03,0.832-0.07,1.189-0.121c0.51-0.073,0.891-0.337,1.138-0.784c0.074-0.134,0.158-0.261,0.223-0.374
-			c0.276-0.484,0.861-0.531,0.861-0.531l-0.184,0.423l-0.177,0.606c0.09-0.072,0.189-0.145,0.256-0.249
-			c0.322-0.506,1.079-0.563,1.079-0.563l-0.133,0.795c0.052-0.031,2.552-0.945,2.685-1.957c0.002-0.055,0.001-0.777,0.001-0.777
-			s0.462,0.941,0.538,1.17c0.111-0.1,0.47-0.453,0.721-1.165c0.068-0.193,0.129-0.371,0.201-0.546
-			c0.047-0.114,0.087-0.219,0.141-0.311c0.026-0.046,0.012-0.09,0.036-0.135c-0.231-0.773-0.252-1.614-0.261-2.718
-			c-0.003-0.262,0.003-0.522,0.003-0.783v-0.111c0-0.506-0.015-1.077-0.024-1.636c-0.023-

<TRUNCATED>

[15/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap-lumen-custom.css
----------------------------------------------------------------------
diff --git a/css/bootstrap-lumen-custom.css b/css/bootstrap-lumen-custom.css
deleted file mode 100644
index dc9ecc8..0000000
--- a/css/bootstrap-lumen-custom.css
+++ /dev/null
@@ -1,6189 +0,0 @@
-@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
-/*!
- * Bootswatch v3.1.1+1
- * Homepage: http://bootswatch.com
- * Copyright 2012-2014 Thomas Park
- * Licensed under MIT
- * Based on Bootstrap
-*/
-/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
-html {
-  font-family: sans-serif;
-  -ms-text-size-adjust: 100%;
-  -webkit-text-size-adjust: 100%;
-}
-body {
-  margin: 0;
-}
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-nav,
-section,
-summary {
-  display: block;
-}
-audio,
-canvas,
-progress,
-video {
-  display: inline-block;
-  vertical-align: baseline;
-}
-audio:not([controls]) {
-  display: none;
-  height: 0;
-}
-[hidden],
-template {
-  display: none;
-}
-a {
-  background: transparent;
-}
-a:active,
-a:hover {
-  outline: 0;
-}
-abbr[title] {
-  border-bottom: 1px dotted;
-}
-b,
-strong {
-  font-weight: bold;
-}
-dfn {
-  font-style: italic;
-}
-h1 {
-  font-size: 2em;
-  margin: 0.67em 0;
-}
-mark {
-  background: #ff0;
-  color: #000;
-}
-small {
-  font-size: 80%;
-}
-sub,
-sup {
-  font-size: 75%;
-  line-height: 0;
-  position: relative;
-  vertical-align: baseline;
-}
-sup {
-  top: -0.5em;
-}
-sub {
-  bottom: -0.25em;
-}
-img {
-  border: 0;
-}
-svg:not(:root) {
-  overflow: hidden;
-}
-figure {
-  margin: 1em 40px;
-}
-hr {
-  -moz-box-sizing: content-box;
-  box-sizing: content-box;
-  height: 0;
-}
-pre {
-  overflow: auto;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: monospace, monospace;
-  font-size: 1em;
-}
-button,
-input,
-optgroup,
-select,
-textarea {
-  color: inherit;
-  font: inherit;
-  margin: 0;
-}
-button {
-  overflow: visible;
-}
-button,
-select {
-  text-transform: none;
-}
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
-  -webkit-appearance: button;
-  cursor: pointer;
-}
-button[disabled],
-html input[disabled] {
-  cursor: default;
-}
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-  border: 0;
-  padding: 0;
-}
-input {
-  line-height: normal;
-}
-input[type="checkbox"],
-input[type="radio"] {
-  box-sizing: border-box;
-  padding: 0;
-}
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: textfield;
-  -moz-box-sizing: content-box;
-  -webkit-box-sizing: content-box;
-  box-sizing: content-box;
-}
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
-  -webkit-appearance: none;
-}
-fieldset {
-  border: 1px solid #c0c0c0;
-  margin: 0 2px;
-  padding: 0.35em 0.625em 0.75em;
-}
-legend {
-  border: 0;
-  padding: 0;
-}
-textarea {
-  overflow: auto;
-}
-optgroup {
-  font-weight: bold;
-}
-table {
-  border-collapse: collapse;
-  border-spacing: 0;
-}
-td,
-th {
-  padding: 0;
-}
-@media print {
-  * {
-    text-shadow: none !important;
-    color: #000 !important;
-    background: transparent !important;
-    box-shadow: none !important;
-  }
-  a,
-  a:visited {
-    text-decoration: underline;
-  }
-  a[href]:after {
-    content: " (" attr(href) ")";
-  }
-  abbr[title]:after {
-    content: " (" attr(title) ")";
-  }
-  a[href^="javascript:"]:after,
-  a[href^="#"]:after {
-    content: "";
-  }
-  pre,
-  blockquote {
-    border: 1px solid #999;
-    page-break-inside: avoid;
-  }
-  thead {
-    display: table-header-group;
-  }
-  tr,
-  img {
-    page-break-inside: avoid;
-  }
-  img {
-    max-width: 100% !important;
-  }
-  p,
-  h2,
-  h3 {
-    orphans: 3;
-    widows: 3;
-  }
-  h2,
-  h3 {
-    page-break-after: avoid;
-  }
-  select {
-    background: #fff !important;
-  }
-  .navbar {
-    display: none;
-  }
-  .table td,
-  .table th {
-    background-color: #fff !important;
-  }
-  .btn > .caret,
-  .dropup > .btn > .caret {
-    border-top-color: #000 !important;
-  }
-  .label {
-    border: 1px solid #000;
-  }
-  .table {
-    border-collapse: collapse !important;
-  }
-  .table-bordered th,
-  .table-bordered td {
-    border: 1px solid #ddd !important;
-  }
-}
-* {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-*:before,
-*:after {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-html {
-  font-size: 62.5%;
-  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-body {
-  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-size: 18px;
-  line-height: 1.42857143;
-  color: #555555;
-  background-color: #ffffff;
-}
-input,
-button,
-select,
-textarea {
-  font-family: inherit;
-  font-size: inherit;
-  line-height: inherit;
-}
-a {
-  color: #158cba;
-  text-decoration: none;
-}
-a:hover,
-a:focus {
-  color: #158cba;
-  text-decoration: underline;
-}
-a:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-figure {
-  margin: 0;
-}
-img {
-  vertical-align: middle;
-}
-.img-responsive,
-.thumbnail > img,
-.thumbnail a > img,
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
-  display: block;
-  max-width: 100%;
-  height: auto;
-}
-.img-rounded {
-  border-radius: 5px;
-}
-.img-thumbnail {
-  padding: 4px;
-  line-height: 1.42857143;
-  background-color: #ffffff;
-  border: 1px solid #eeeeee;
-  border-radius: 4px;
-  -webkit-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-  display: inline-block;
-  max-width: 100%;
-  height: auto;
-}
-.img-circle {
-  border-radius: 50%;
-}
-hr {
-  margin-top: 25px;
-  margin-bottom: 25px;
-  border: 0;
-  border-top: 1px solid #eeeeee;
-}
-.sr-only {
-  position: absolute;
-  width: 1px;
-  height: 1px;
-  margin: -1px;
-  padding: 0;
-  overflow: hidden;
-  clip: rect(0, 0, 0, 0);
-  border: 0;
-}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
-  font-family: inherit;
-  font-weight: 400;
-  line-height: 1.1;
-  color: #333333;
-}
-h1 small,
-h2 small,
-h3 small,
-h4 small,
-h5 small,
-h6 small,
-.h1 small,
-.h2 small,
-.h3 small,
-.h4 small,
-.h5 small,
-.h6 small,
-h1 .small,
-h2 .small,
-h3 .small,
-h4 .small,
-h5 .small,
-h6 .small,
-.h1 .small,
-.h2 .small,
-.h3 .small,
-.h4 .small,
-.h5 .small,
-.h6 .small {
-  font-weight: normal;
-  line-height: 1;
-  color: #999999;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
-  margin-top: 25px;
-  margin-bottom: 12.5px;
-}
-h1 small,
-.h1 small,
-h2 small,
-.h2 small,
-h3 small,
-.h3 small,
-h1 .small,
-.h1 .small,
-h2 .small,
-.h2 .small,
-h3 .small,
-.h3 .small {
-  font-size: 65%;
-}
-h4,
-.h4,
-h5,
-.h5,
-h6,
-.h6 {
-  margin-top: 12.5px;
-  margin-bottom: 12.5px;
-}
-h4 small,
-.h4 small,
-h5 small,
-.h5 small,
-h6 small,
-.h6 small,
-h4 .small,
-.h4 .small,
-h5 .small,
-.h5 .small,
-h6 .small,
-.h6 .small {
-  font-size: 75%;
-}
-h1,
-.h1 {
-  font-size: 43px;
-}
-h2,
-.h2 {
-  font-size: 38px;
-}
-h3,
-.h3 {
-  font-size: 31px;
-}
-h4,
-.h4 {
-  font-size: 23px;
-}
-h5,
-.h5 {
-  font-size: 18px;
-}
-h6,
-.h6 {
-  font-size: 16px;
-}
-p {
-  margin: 0 0 12.5px;
-}
-.lead {
-  margin-bottom: 25px;
-  font-size: 20px;
-  font-weight: 200;
-  line-height: 1.4;
-}
-@media (min-width: 768px) {
-  .lead {
-    font-size: 27px;
-  }
-}
-small,
-.small {
-  font-size: 85%;
-}
-cite {
-  font-style: normal;
-}
-.text-left {
-  text-align: left;
-}
-.text-right {
-  text-align: right;
-}
-.text-center {
-  text-align: center;
-}
-.text-justify {
-  text-align: justify;
-}
-.text-muted {
-  color: #999999;
-}
-.text-primary {
-  color: #158cba;
-}
-a.text-primary:hover {
-  color: #106a8c;
-}
-.text-success {
-  color: #ffffff;
-}
-a.text-success:hover {
-  color: #e6e6e6;
-}
-.text-info {
-  color: #ffffff;
-}
-a.text-info:hover {
-  color: #e6e6e6;
-}
-.text-warning {
-  color: #ffffff;
-}
-a.text-warning:hover {
-  color: #e6e6e6;
-}
-.text-danger {
-  color: #ffffff;
-}
-a.text-danger:hover {
-  color: #e6e6e6;
-}
-.bg-primary {
-  color: #fff;
-  background-color: #158cba;
-}
-a.bg-primary:hover {
-  background-color: #106a8c;
-}
-.bg-success {
-  background-color: #28b62c;
-}
-a.bg-success:hover {
-  background-color: #1f8c22;
-}
-.bg-info {
-  background-color: #75caeb;
-}
-a.bg-info:hover {
-  background-color: #48b9e5;
-}
-.bg-warning {
-  background-color: #ff851b;
-}
-a.bg-warning:hover {
-  background-color: #e76b00;
-}
-.bg-danger {
-  background-color: #ff4136;
-}
-a.bg-danger:hover {
-  background-color: #ff1103;
-}
-.page-header {
-  padding-bottom: 11.5px;
-  margin: 50px 0 25px;
-  border-bottom: 1px solid #eeeeee;
-}
-ul,
-ol {
-  margin-top: 0;
-  margin-bottom: 12.5px;
-}
-ul ul,
-ol ul,
-ul ol,
-ol ol {
-  margin-bottom: 0;
-}
-.list-unstyled {
-  padding-left: 0;
-  list-style: none;
-}
-.list-inline {
-  padding-left: 0;
-  list-style: none;
-  margin-left: -5px;
-}
-.list-inline > li {
-  display: inline-block;
-  padding-left: 5px;
-  padding-right: 5px;
-}
-dl {
-  margin-top: 0;
-  margin-bottom: 25px;
-}
-dt,
-dd {
-  line-height: 1.42857143;
-}
-dt {
-  font-weight: bold;
-}
-dd {
-  margin-left: 0;
-}
-@media (min-width: 768px) {
-  .dl-horizontal dt {
-    float: left;
-    width: 160px;
-    clear: left;
-    text-align: right;
-    overflow: hidden;
-    text-overflow: ellipsis;
-    white-space: nowrap;
-  }
-  .dl-horizontal dd {
-    margin-left: 180px;
-  }
-}
-abbr[title],
-abbr[data-original-title] {
-  cursor: help;
-  border-bottom: 1px dotted #999999;
-}
-.initialism {
-  font-size: 90%;
-  text-transform: uppercase;
-}
-blockquote {
-  padding: 12.5px 25px;
-  margin: 0 0 25px;
-  font-size: 22.5px;
-  border-left: 5px solid #eeeeee;
-}
-blockquote p:last-child,
-blockquote ul:last-child,
-blockquote ol:last-child {
-  margin-bottom: 0;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
-  display: block;
-  font-size: 80%;
-  line-height: 1.42857143;
-  color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
-  content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
-  padding-right: 15px;
-  padding-left: 0;
-  border-right: 5px solid #eeeeee;
-  border-left: 0;
-  text-align: right;
-}
-.blockquote-reverse footer:before,
-blockquote.pull-right footer:before,
-.blockquote-reverse small:before,
-blockquote.pull-right small:before,
-.blockquote-reverse .small:before,
-blockquote.pull-right .small:before {
-  content: '';
-}
-.blockquote-reverse footer:after,
-blockquote.pull-right footer:after,
-.blockquote-reverse small:after,
-blockquote.pull-right small:after,
-.blockquote-reverse .small:after,
-blockquote.pull-right .small:after {
-  content: '\00A0 \2014';
-}
-blockquote:before,
-blockquote:after {
-  content: "";
-}
-address {
-  margin-bottom: 25px;
-  font-style: normal;
-  line-height: 1.42857143;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
-}
-code {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #c7254e;
-  background-color: #f9f2f4;
-  white-space: nowrap;
-  border-radius: 4px;
-}
-kbd {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #ffffff;
-  background-color: #333333;
-  border-radius: 2px;
-  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-}
-pre {
-  display: block;
-  padding: 12px;
-  margin: 0 0 12.5px;
-  font-size: 17px;
-  line-height: 1.42857143;
-  word-break: break-all;
-  word-wrap: break-word;
-  color: #333333;
-  background-color: #f5f5f5;
-  border: 1px solid #cccccc;
-  border-radius: 4px;
-}
-pre code {
-  padding: 0;
-  font-size: inherit;
-  color: inherit;
-  white-space: pre-wrap;
-  background-color: transparent;
-  border-radius: 0;
-}
-.pre-scrollable {
-  max-height: 340px;
-  overflow-y: scroll;
-}
-.container {
-  margin-right: auto;
-  margin-left: auto;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-@media (min-width: 768px) {
-  .container {
-    width: 750px;
-  }
-}
-@media (min-width: 992px) {
-  .container {
-    width: 970px;
-  }
-}
-@media (min-width: 1200px) {
-  .container {
-    width: 1170px;
-  }
-}
-.container-fluid {
-  margin-right: auto;
-  margin-left: auto;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-.row {
-  margin-left: -15px;
-  margin-right: -15px;
-}
-.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
-  position: relative;
-  min-height: 1px;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
-  float: left;
-}
-.col-xs-12 {
-  width: 100%;
-}
-.col-xs-11 {
-  width: 91.66666667%;
-}
-.col-xs-10 {
-  width: 83.33333333%;
-}
-.col-xs-9 {
-  width: 75%;
-}
-.col-xs-8 {
-  width: 66.66666667%;
-}
-.col-xs-7 {
-  width: 58.33333333%;
-}
-.col-xs-6 {
-  width: 50%;
-}
-.col-xs-5 {
-  width: 41.66666667%;
-}
-.col-xs-4 {
-  width: 33.33333333%;
-}
-.col-xs-3 {
-  width: 25%;
-}
-.col-xs-2 {
-  width: 16.66666667%;
-}
-.col-xs-1 {
-  width: 8.33333333%;
-}
-.col-xs-pull-12 {
-  right: 100%;
-}
-.col-xs-pull-11 {
-  right: 91.66666667%;
-}
-.col-xs-pull-10 {
-  right: 83.33333333%;
-}
-.col-xs-pull-9 {
-  right: 75%;
-}
-.col-xs-pull-8 {
-  right: 66.66666667%;
-}
-.col-xs-pull-7 {
-  right: 58.33333333%;
-}
-.col-xs-pull-6 {
-  right: 50%;
-}
-.col-xs-pull-5 {
-  right: 41.66666667%;
-}
-.col-xs-pull-4 {
-  right: 33.33333333%;
-}
-.col-xs-pull-3 {
-  right: 25%;
-}
-.col-xs-pull-2 {
-  right: 16.66666667%;
-}
-.col-xs-pull-1 {
-  right: 8.33333333%;
-}
-.col-xs-pull-0 {
-  right: 0%;
-}
-.col-xs-push-12 {
-  left: 100%;
-}
-.col-xs-push-11 {
-  left: 91.66666667%;
-}
-.col-xs-push-10 {
-  left: 83.33333333%;
-}
-.col-xs-push-9 {
-  left: 75%;
-}
-.col-xs-push-8 {
-  left: 66.66666667%;
-}
-.col-xs-push-7 {
-  left: 58.33333333%;
-}
-.col-xs-push-6 {
-  left: 50%;
-}
-.col-xs-push-5 {
-  left: 41.66666667%;
-}
-.col-xs-push-4 {
-  left: 33.33333333%;
-}
-.col-xs-push-3 {
-  left: 25%;
-}
-.col-xs-push-2 {
-  left: 16.66666667%;
-}
-.col-xs-push-1 {
-  left: 8.33333333%;
-}
-.col-xs-push-0 {
-  left: 0%;
-}
-.col-xs-offset-12 {
-  margin-left: 100%;
-}
-.col-xs-offset-11 {
-  margin-left: 91.66666667%;
-}
-.col-xs-offset-10 {
-  margin-left: 83.33333333%;
-}
-.col-xs-offset-9 {
-  margin-left: 75%;
-}
-.col-xs-offset-8 {
-  margin-left: 66.66666667%;
-}
-.col-xs-offset-7 {
-  margin-left: 58.33333333%;
-}
-.col-xs-offset-6 {
-  margin-left: 50%;
-}
-.col-xs-offset-5 {
-  margin-left: 41.66666667%;
-}
-.col-xs-offset-4 {
-  margin-left: 33.33333333%;
-}
-.col-xs-offset-3 {
-  margin-left: 25%;
-}
-.col-xs-offset-2 {
-  margin-left: 16.66666667%;
-}
-.col-xs-offset-1 {
-  margin-left: 8.33333333%;
-}
-.col-xs-offset-0 {
-  margin-left: 0%;
-}
-@media (min-width: 768px) {
-  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
-    float: left;
-  }
-  .col-sm-12 {
-    width: 100%;
-  }
-  .col-sm-11 {
-    width: 91.66666667%;
-  }
-  .col-sm-10 {
-    width: 83.33333333%;
-  }
-  .col-sm-9 {
-    width: 75%;
-  }
-  .col-sm-8 {
-    width: 66.66666667%;
-  }
-  .col-sm-7 {
-    width: 58.33333333%;
-  }
-  .col-sm-6 {
-    width: 50%;
-  }
-  .col-sm-5 {
-    width: 41.66666667%;
-  }
-  .col-sm-4 {
-    width: 33.33333333%;
-  }
-  .col-sm-3 {
-    width: 25%;
-  }
-  .col-sm-2 {
-    width: 16.66666667%;
-  }
-  .col-sm-1 {
-    width: 8.33333333%;
-  }
-  .col-sm-pull-12 {
-    right: 100%;
-  }
-  .col-sm-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-sm-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-sm-pull-9 {
-    right: 75%;
-  }
-  .col-sm-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-sm-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-sm-pull-6 {
-    right: 50%;
-  }
-  .col-sm-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-sm-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-sm-pull-3 {
-    right: 25%;
-  }
-  .col-sm-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-sm-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-sm-pull-0 {
-    right: 0%;
-  }
-  .col-sm-push-12 {
-    left: 100%;
-  }
-  .col-sm-push-11 {
-    left: 91.66666667%;
-  }
-  .col-sm-push-10 {
-    left: 83.33333333%;
-  }
-  .col-sm-push-9 {
-    left: 75%;
-  }
-  .col-sm-push-8 {
-    left: 66.66666667%;
-  }
-  .col-sm-push-7 {
-    left: 58.33333333%;
-  }
-  .col-sm-push-6 {
-    left: 50%;
-  }
-  .col-sm-push-5 {
-    left: 41.66666667%;
-  }
-  .col-sm-push-4 {
-    left: 33.33333333%;
-  }
-  .col-sm-push-3 {
-    left: 25%;
-  }
-  .col-sm-push-2 {
-    left: 16.66666667%;
-  }
-  .col-sm-push-1 {
-    left: 8.33333333%;
-  }
-  .col-sm-push-0 {
-    left: 0%;
-  }
-  .col-sm-offset-12 {
-    margin-left: 100%;
-  }
-  .col-sm-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-sm-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-sm-offset-9 {
-    margin-left: 75%;
-  }
-  .col-sm-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-sm-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-sm-offset-6 {
-    margin-left: 50%;
-  }
-  .col-sm-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-sm-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-sm-offset-3 {
-    margin-left: 25%;
-  }
-  .col-sm-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-sm-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-sm-offset-0 {
-    margin-left: 0%;
-  }
-}
-@media (min-width: 992px) {
-  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
-    float: left;
-  }
-  .col-md-12 {
-    width: 100%;
-  }
-  .col-md-11 {
-    width: 91.66666667%;
-  }
-  .col-md-10 {
-    width: 83.33333333%;
-  }
-  .col-md-9 {
-    width: 75%;
-  }
-  .col-md-8 {
-    width: 66.66666667%;
-  }
-  .col-md-7 {
-    width: 58.33333333%;
-  }
-  .col-md-6 {
-    width: 50%;
-  }
-  .col-md-5 {
-    width: 41.66666667%;
-  }
-  .col-md-4 {
-    width: 33.33333333%;
-  }
-  .col-md-3 {
-    width: 25%;
-  }
-  .col-md-2 {
-    width: 16.66666667%;
-  }
-  .col-md-1 {
-    width: 8.33333333%;
-  }
-  .col-md-pull-12 {
-    right: 100%;
-  }
-  .col-md-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-md-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-md-pull-9 {
-    right: 75%;
-  }
-  .col-md-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-md-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-md-pull-6 {
-    right: 50%;
-  }
-  .col-md-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-md-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-md-pull-3 {
-    right: 25%;
-  }
-  .col-md-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-md-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-md-pull-0 {
-    right: 0%;
-  }
-  .col-md-push-12 {
-    left: 100%;
-  }
-  .col-md-push-11 {
-    left: 91.66666667%;
-  }
-  .col-md-push-10 {
-    left: 83.33333333%;
-  }
-  .col-md-push-9 {
-    left: 75%;
-  }
-  .col-md-push-8 {
-    left: 66.66666667%;
-  }
-  .col-md-push-7 {
-    left: 58.33333333%;
-  }
-  .col-md-push-6 {
-    left: 50%;
-  }
-  .col-md-push-5 {
-    left: 41.66666667%;
-  }
-  .col-md-push-4 {
-    left: 33.33333333%;
-  }
-  .col-md-push-3 {
-    left: 25%;
-  }
-  .col-md-push-2 {
-    left: 16.66666667%;
-  }
-  .col-md-push-1 {
-    left: 8.33333333%;
-  }
-  .col-md-push-0 {
-    left: 0%;
-  }
-  .col-md-offset-12 {
-    margin-left: 100%;
-  }
-  .col-md-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-md-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-md-offset-9 {
-    margin-left: 75%;
-  }
-  .col-md-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-md-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-md-offset-6 {
-    margin-left: 50%;
-  }
-  .col-md-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-md-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-md-offset-3 {
-    margin-left: 25%;
-  }
-  .col-md-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-md-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-md-offset-0 {
-    margin-left: 0%;
-  }
-}
-@media (min-width: 1200px) {
-  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
-    float: left;
-  }
-  .col-lg-12 {
-    width: 100%;
-  }
-  .col-lg-11 {
-    width: 91.66666667%;
-  }
-  .col-lg-10 {
-    width: 83.33333333%;
-  }
-  .col-lg-9 {
-    width: 75%;
-  }
-  .col-lg-8 {
-    width: 66.66666667%;
-  }
-  .col-lg-7 {
-    width: 58.33333333%;
-  }
-  .col-lg-6 {
-    width: 50%;
-  }
-  .col-lg-5 {
-    width: 41.66666667%;
-  }
-  .col-lg-4 {
-    width: 33.33333333%;
-  }
-  .col-lg-3 {
-    width: 25%;
-  }
-  .col-lg-2 {
-    width: 16.66666667%;
-  }
-  .col-lg-1 {
-    width: 8.33333333%;
-  }
-  .col-lg-pull-12 {
-    right: 100%;
-  }
-  .col-lg-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-lg-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-lg-pull-9 {
-    right: 75%;
-  }
-  .col-lg-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-lg-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-lg-pull-6 {
-    right: 50%;
-  }
-  .col-lg-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-lg-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-lg-pull-3 {
-    right: 25%;
-  }
-  .col-lg-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-lg-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-lg-pull-0 {
-    right: 0%;
-  }
-  .col-lg-push-12 {
-    left: 100%;
-  }
-  .col-lg-push-11 {
-    left: 91.66666667%;
-  }
-  .col-lg-push-10 {
-    left: 83.33333333%;
-  }
-  .col-lg-push-9 {
-    left: 75%;
-  }
-  .col-lg-push-8 {
-    left: 66.66666667%;
-  }
-  .col-lg-push-7 {
-    left: 58.33333333%;
-  }
-  .col-lg-push-6 {
-    left: 50%;
-  }
-  .col-lg-push-5 {
-    left: 41.66666667%;
-  }
-  .col-lg-push-4 {
-    left: 33.33333333%;
-  }
-  .col-lg-push-3 {
-    left: 25%;
-  }
-  .col-lg-push-2 {
-    left: 16.66666667%;
-  }
-  .col-lg-push-1 {
-    left: 8.33333333%;
-  }
-  .col-lg-push-0 {
-    left: 0%;
-  }
-  .col-lg-offset-12 {
-    margin-left: 100%;
-  }
-  .col-lg-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-lg-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-lg-offset-9 {
-    margin-left: 75%;
-  }
-  .col-lg-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-lg-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-lg-offset-6 {
-    margin-left: 50%;
-  }
-  .col-lg-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-lg-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-lg-offset-3 {
-    margin-left: 25%;
-  }
-  .col-lg-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-lg-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-lg-offset-0 {
-    margin-left: 0%;
-  }
-}
-table {
-  max-width: 100%;
-  background-color: transparent;
-}
-th {
-  text-align: left;
-}
-.table {
-  width: 100%;
-  margin-bottom: 25px;
-}
-.table > thead > tr > th,
-.table > tbody > tr > th,
-.table > tfoot > tr > th,
-.table > thead > tr > td,
-.table > tbody > tr > td,
-.table > tfoot > tr > td {
-  padding: 8px;
-  line-height: 1.42857143;
-  vertical-align: top;
-  border-top: 1px solid #dddddd;
-}
-.table > thead > tr > th {
-  vertical-align: bottom;
-  border-bottom: 2px solid #dddddd;
-}
-.table > caption + thead > tr:first-child > th,
-.table > colgroup + thead > tr:first-child > th,
-.table > thead:first-child > tr:first-child > th,
-.table > caption + thead > tr:first-child > td,
-.table > colgroup + thead > tr:first-child > td,
-.table > thead:first-child > tr:first-child > td {
-  border-top: 0;
-}
-.table > tbody + tbody {
-  border-top: 2px solid #dddddd;
-}
-.table .table {
-  background-color: #ffffff;
-}
-.table-condensed > thead > tr > th,
-.table-condensed > tbody > tr > th,
-.table-condensed > tfoot > tr > th,
-.table-condensed > thead > tr > td,
-.table-condensed > tbody > tr > td,
-.table-condensed > tfoot > tr > td {
-  padding: 5px;
-}
-.table-bordered {
-  border: 1px solid #dddddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > tbody > tr > th,
-.table-bordered > tfoot > tr > th,
-.table-bordered > thead > tr > td,
-.table-bordered > tbody > tr > td,
-.table-bordered > tfoot > tr > td {
-  border: 1px solid #dddddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > thead > tr > td {
-  border-bottom-width: 2px;
-}
-.table-striped > tbody > tr:nth-child(odd) > td,
-.table-striped > tbody > tr:nth-child(odd) > th {
-  background-color: #f9f9f9;
-}
-.table-hover > tbody > tr:hover > td,
-.table-hover > tbody > tr:hover > th {
-  background-color: #f5f5f5;
-}
-table col[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-column;
-}
-table td[class*="col-"],
-table th[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-cell;
-}
-.table > thead > tr > td.active,
-.table > tbody > tr > td.active,
-.table > tfoot > tr > td.active,
-.table > thead > tr > th.active,
-.table > tbody > tr > th.active,
-.table > tfoot > tr > th.active,
-.table > thead > tr.active > td,
-.table > tbody > tr.active > td,
-.table > tfoot > tr.active > td,
-.table > thead > tr.active > th,
-.table > tbody > tr.active > th,
-.table > tfoot > tr.active > th {
-  background-color: #f5f5f5;
-}
-.table-hover > tbody > tr > td.active:hover,
-.table-hover > tbody > tr > th.active:hover,
-.table-hover > tbody > tr.active:hover > td,
-.table-hover > tbody > tr.active:hover > th {
-  background-color: #e8e8e8;
-}
-.table > thead > tr > td.success,
-.table > tbody > tr > td.success,
-.table > tfoot > tr > td.success,
-.table > thead > tr > th.success,
-.table > tbody > tr > th.success,
-.table > tfoot > tr > th.success,
-.table > thead > tr.success > td,
-.table > tbody > tr.success > td,
-.table > tfoot > tr.success > td,
-.table > thead > tr.success > th,
-.table > tbody > tr.success > th,
-.table > tfoot > tr.success > th {
-  background-color: #28b62c;
-}
-.table-hover > tbody > tr > td.success:hover,
-.table-hover > tbody > tr > th.success:hover,
-.table-hover > tbody > tr.success:hover > td,
-.table-hover > tbody > tr.success:hover > th {
-  background-color: #23a127;
-}
-.table > thead > tr > td.info,
-.table > tbody > tr > td.info,
-.table > tfoot > tr > td.info,
-.table > thead > tr > th.info,
-.table > tbody > tr > th.info,
-.table > tfoot > tr > th.info,
-.table > thead > tr.info > td,
-.table > tbody > tr.info > td,
-.table > tfoot > tr.info > td,
-.table > thead > tr.info > th,
-.table > tbody > tr.info > th,
-.table > tfoot > tr.info > th {
-  background-color: #75caeb;
-}
-.table-hover > tbody > tr > td.info:hover,
-.table-hover > tbody > tr > th.info:hover,
-.table-hover > tbody > tr.info:hover > td,
-.table-hover > tbody > tr.info:hover > th {
-  background-color: #5fc1e8;
-}
-.table > thead > tr > td.warning,
-.table > tbody > tr > td.warning,
-.table > tfoot > tr > td.warning,
-.table > thead > tr > th.warning,
-.table > tbody > tr > th.warning,
-.table > tfoot > tr > th.warning,
-.table > thead > tr.warning > td,
-.table > tbody > tr.warning > td,
-.table > tfoot > tr.warning > td,
-.table > thead > tr.warning > th,
-.table > tbody > tr.warning > th,
-.table > tfoot > tr.warning > th {
-  background-color: #ff851b;
-}
-.table-hover > tbody > tr > td.warning:hover,
-.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td,
-.table-hover > tbody > tr.warning:hover > th {
-  background-color: #ff7701;
-}
-.table > thead > tr > td.danger,
-.table > tbody > tr > td.danger,
-.table > tfoot > tr > td.danger,
-.table > thead > tr > th.danger,
-.table > tbody > tr > th.danger,
-.table > tfoot > tr > th.danger,
-.table > thead > tr.danger > td,
-.table > tbody > tr.danger > td,
-.table > tfoot > tr.danger > td,
-.table > thead > tr.danger > th,
-.table > tbody > tr.danger > th,
-.table > tfoot > tr.danger > th {
-  background-color: #ff4136;
-}
-.table-hover > tbody > tr > td.danger:hover,
-.table-hover > tbody > tr > th.danger:hover,
-.table-hover > tbody > tr.danger:hover > td,
-.table-hover > tbody > tr.danger:hover > th {
-  background-color: #ff291c;
-}
-@media (max-width: 767px) {
-  .table-responsive {
-    width: 100%;
-    margin-bottom: 18.75px;
-    overflow-y: hidden;
-    overflow-x: scroll;
-    -ms-overflow-style: -ms-autohiding-scrollbar;
-    border: 1px solid #dddddd;
-    -webkit-overflow-scrolling: touch;
-  }
-  .table-responsive > .table {
-    margin-bottom: 0;
-  }
-  .table-responsive > .table > thead > tr > th,
-  .table-responsive > .table > tbody > tr > th,
-  .table-responsive > .table > tfoot > tr > th,
-  .table-responsive > .table > thead > tr > td,
-  .table-responsive > .table > tbody > tr > td,
-  .table-responsive > .table > tfoot > tr > td {
-    white-space: nowrap;
-  }
-  .table-responsive > .table-bordered {
-    border: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:first-child,
-  .table-responsive > .table-bordered > tbody > tr > th:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
-  .table-responsive > .table-bordered > thead > tr > td:first-child,
-  .table-responsive > .table-bordered > tbody > tr > td:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
-    border-left: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:last-child,
-  .table-responsive > .table-bordered > tbody > tr > th:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
-  .table-responsive > .table-bordered > thead > tr > td:last-child,
-  .table-responsive > .table-bordered > tbody > tr > td:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
-    border-right: 0;
-  }
-  .table-responsive > .table-bordered > tbody > tr:last-child > th,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
-  .table-responsive > .table-bordered > tbody > tr:last-child > td,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
-    border-bottom: 0;
-  }
-}
-fieldset {
-  padding: 0;
-  margin: 0;
-  border: 0;
-  min-width: 0;
-}
-legend {
-  display: block;
-  width: 100%;
-  padding: 0;
-  margin-bottom: 25px;
-  font-size: 27px;
-  line-height: inherit;
-  color: #333333;
-  border: 0;
-  border-bottom: 1px solid #e5e5e5;
-}
-label {
-  display: inline-block;
-  margin-bottom: 5px;
-  font-weight: bold;
-}
-input[type="search"] {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-input[type="radio"],
-input[type="checkbox"] {
-  margin: 4px 0 0;
-  margin-top: 1px \9;
-  /* IE8-9 */
-  line-height: normal;
-}
-input[type="file"] {
-  display: block;
-}
-input[type="range"] {
-  display: block;
-  width: 100%;
-}
-select[multiple],
-select[size] {
-  height: auto;
-}
-input[type="file"]:focus,
-input[type="radio"]:focus,
-input[type="checkbox"]:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-output {
-  display: block;
-  padding-top: 7px;
-  font-size: 18px;
-  line-height: 1.42857143;
-  color: #555555;
-}
-.form-control {
-  display: block;
-  width: 100%;
-  height: 41px;
-  padding: 6px 12px;
-  font-size: 18px;
-  line-height: 1.42857143;
-  color: #555555;
-  background-color: #ffffff;
-  background-image: none;
-  border: 1px solid #e7e7e7;
-  border-radius: 4px;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-}
-.form-control:focus {
-  border-color: #66afe9;
-  outline: 0;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
-  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
-}
-.form-control::-moz-placeholder {
-  color: #999999;
-  opacity: 1;
-}
-.form-control:-ms-input-placeholder {
-  color: #999999;
-}
-.form-control::-webkit-input-placeholder {
-  color: #999999;
-}
-.form-control[disabled],
-.form-control[readonly],
-fieldset[disabled] .form-control {
-  cursor: not-allowed;
-  background-color: #eeeeee;
-  opacity: 1;
-}
-textarea.form-control {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: none;
-}
-input[type="date"] {
-  line-height: 41px;
-}
-.form-group {
-  margin-bottom: 15px;
-}
-.radio,
-.checkbox {
-  display: block;
-  min-height: 25px;
-  margin-top: 10px;
-  margin-bottom: 10px;
-  padding-left: 20px;
-}
-.radio label,
-.checkbox label {
-  display: inline;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio input[type="radio"],
-.radio-inline input[type="radio"],
-.checkbox input[type="checkbox"],
-.checkbox-inline input[type="checkbox"] {
-  float: left;
-  margin-left: -20px;
-}
-.radio + .radio,
-.checkbox + .checkbox {
-  margin-top: -5px;
-}
-.radio-inline,
-.checkbox-inline {
-  display: inline-block;
-  padding-left: 20px;
-  margin-bottom: 0;
-  vertical-align: middle;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio-inline + .radio-inline,
-.checkbox-inline + .checkbox-inline {
-  margin-top: 0;
-  margin-left: 10px;
-}
-input[type="radio"][disabled],
-input[type="checkbox"][disabled],
-.radio[disabled],
-.radio-inline[disabled],
-.checkbox[disabled],
-.checkbox-inline[disabled],
-fieldset[disabled] input[type="radio"],
-fieldset[disabled] input[type="checkbox"],
-fieldset[disabled] .radio,
-fieldset[disabled] .radio-inline,
-fieldset[disabled] .checkbox,
-fieldset[disabled] .checkbox-inline {
-  cursor: not-allowed;
-}
-.input-sm {
-  height: 36px;
-  padding: 5px 10px;
-  font-size: 16px;
-  line-height: 1.5;
-  border-radius: 2px;
-}
-select.input-sm {
-  height: 36px;
-  line-height: 36px;
-}
-textarea.input-sm,
-select[multiple].input-sm {
-  height: auto;
-}
-.input-lg {
-  height: 53px;
-  padding: 10px 16px;
-  font-size: 23px;
-  line-height: 1.33;
-  border-radius: 5px;
-}
-select.input-lg {
-  height: 53px;
-  line-height: 53px;
-}
-textarea.input-lg,
-select[multiple].input-lg {
-  height: auto;
-}
-.has-feedback {
-  position: relative;
-}
-.has-feedback .form-control {
-  padding-right: 51.25px;
-}
-.has-feedback .form-control-feedback {
-  position: absolute;
-  top: 30px;
-  right: 0;
-  display: block;
-  width: 41px;
-  height: 41px;
-  line-height: 41px;
-  text-align: center;
-}
-.has-success .help-block,
-.has-success .control-label,
-.has-success .radio,
-.has-success .checkbox,
-.has-success .radio-inline,
-.has-success .checkbox-inline {
-  color: #ffffff;
-}
-.has-success .form-control {
-  border-color: #ffffff;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-success .form-control:focus {
-  border-color: #e6e6e6;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-}
-.has-success .input-group-addon {
-  color: #ffffff;
-  border-color: #ffffff;
-  background-color: #28b62c;
-}
-.has-success .form-control-feedback {
-  color: #ffffff;
-}
-.has-warning .help-block,
-.has-warning .control-label,
-.has-warning .radio,
-.has-warning .checkbox,
-.has-warning .radio-inline,
-.has-warning .checkbox-inline {
-  color: #ffffff;
-}
-.has-warning .form-control {
-  border-color: #ffffff;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-warning .form-control:focus {
-  border-color: #e6e6e6;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-}
-.has-warning .input-group-addon {
-  color: #ffffff;
-  border-color: #ffffff;
-  background-color: #ff851b;
-}
-.has-warning .form-control-feedback {
-  color: #ffffff;
-}
-.has-error .help-block,
-.has-error .control-label,
-.has-error .radio,
-.has-error .checkbox,
-.has-error .radio-inline,
-.has-error .checkbox-inline {
-  color: #ffffff;
-}
-.has-error .form-control {
-  border-color: #ffffff;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-error .form-control:focus {
-  border-color: #e6e6e6;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-}
-.has-error .input-group-addon {
-  color: #ffffff;
-  border-color: #ffffff;
-  background-color: #ff4136;
-}
-.has-error .form-control-feedback {
-  color: #ffffff;
-}
-.form-control-static {
-  margin-bottom: 0;
-}
-.help-block {
-  display: block;
-  margin-top: 5px;
-  margin-bottom: 10px;
-  color: #959595;
-}
-@media (min-width: 768px) {
-  .form-inline .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .form-inline .input-group > .form-control {
-    width: 100%;
-  }
-  .form-inline .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio,
-  .form-inline .checkbox {
-    display: inline-block;
-    margin-top: 0;
-    margin-bottom: 0;
-    padding-left: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio input[type="radio"],
-  .form-inline .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .form-inline .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-.form-horizontal .control-label,
-.form-horizontal .radio,
-.form-horizontal .checkbox,
-.form-horizontal .radio-inline,
-.form-horizontal .checkbox-inline {
-  margin-top: 0;
-  margin-bottom: 0;
-  padding-top: 7px;
-}
-.form-horizontal .radio,
-.form-horizontal .checkbox {
-  min-height: 32px;
-}
-.form-horizontal .form-group {
-  margin-left: -15px;
-  margin-right: -15px;
-}
-.form-horizontal .form-control-static {
-  padding-top: 7px;
-}
-@media (min-width: 768px) {
-  .form-horizontal .control-label {
-    text-align: right;
-  }
-}
-.form-horizontal .has-feedback .form-control-feedback {
-  top: 0;
-  right: 15px;
-}
-.btn {
-  display: inline-block;
-  margin-bottom: 0;
-  font-weight: normal;
-  text-align: center;
-  vertical-align: middle;
-  cursor: pointer;
-  background-image: none;
-  border: 1px solid transparent;
-  white-space: nowrap;
-  padding: 6px 12px;
-  font-size: 18px;
-  line-height: 1.42857143;
-  border-radius: 4px;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  user-select: none;
-}
-.btn:focus,
-.btn:active:focus,
-.btn.active:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-.btn:hover,
-.btn:focus {
-  color: #555555;
-  text-decoration: none;
-}
-.btn:active,
-.btn.active {
-  outline: 0;
-  background-image: none;
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-}
-.btn.disabled,
-.btn[disabled],
-fieldset[disabled] .btn {
-  cursor: not-allowed;
-  pointer-events: none;
-  opacity: 0.65;
-  filter: alpha(opacity=65);
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn-default {
-  color: #555555;
-  background-color: #eeeeee;
-  border-color: #e2e2e2;
-}
-.btn-default:hover,
-.btn-default:focus,
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  color: #555555;
-  background-color: #dadada;
-  border-color: #c3c3c3;
-}
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  background-image: none;
-}
-.btn-default.disabled,
-.btn-default[disabled],
-fieldset[disabled] .btn-default,
-.btn-default.disabled:hover,
-.btn-default[disabled]:hover,
-fieldset[disabled] .btn-default:hover,
-.btn-default.disabled:focus,
-.btn-default[disabled]:focus,
-fieldset[disabled] .btn-default:focus,
-.btn-default.disabled:active,
-.btn-default[disabled]:active,
-fieldset[disabled] .btn-default:active,
-.btn-default.disabled.active,
-.btn-default[disabled].active,
-fieldset[disabled] .btn-default.active {
-  background-color: #eeeeee;
-  border-color: #e2e2e2;
-}
-.btn-default .badge {
-  color: #eeeeee;
-  background-color: #555555;
-}
-.btn-primary {
-  color: #ffffff;
-  background-color: #158cba;
-  border-color: #127ba3;
-}
-.btn-primary:hover,
-.btn-primary:focus,
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  color: #ffffff;
-  background-color: #117095;
-  border-color: #0c516c;
-}
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  background-image: none;
-}
-.btn-primary.disabled,
-.btn-primary[disabled],
-fieldset[disabled] .btn-primary,
-.btn-primary.disabled:hover,
-.btn-primary[disabled]:hover,
-fieldset[disabled] .btn-primary:hover,
-.btn-primary.disabled:focus,
-.btn-primary[disabled]:focus,
-fieldset[disabled] .btn-primary:focus,
-.btn-primary.disabled:active,
-.btn-primary[disabled]:active,
-fieldset[disabled] .btn-primary:active,
-.btn-primary.disabled.active,
-.btn-primary[disabled].active,
-fieldset[disabled] .btn-primary.active {
-  background-color: #158cba;
-  border-color: #127ba3;
-}
-.btn-primary .badge {
-  color: #158cba;
-  background-color: #ffffff;
-}
-.btn-success {
-  color: #ffffff;
-  background-color: #28b62c;
-  border-color: #23a127;
-}
-.btn-success:hover,
-.btn-success:focus,
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  color: #ffffff;
-  background-color: #219524;
-  border-color: #186f1b;
-}
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  background-image: none;
-}
-.btn-success.disabled,
-.btn-success[disabled],
-fieldset[disabled] .btn-success,
-.btn-success.disabled:hover,
-.btn-success[disabled]:hover,
-fieldset[disabled] .btn-success:hover,
-.btn-success.disabled:focus,
-.btn-success[disabled]:focus,
-fieldset[disabled] .btn-success:focus,
-.btn-success.disabled:active,
-.btn-success[disabled]:active,
-fieldset[disabled] .btn-success:active,
-.btn-success.disabled.active,
-.btn-success[disabled].active,
-fieldset[disabled] .btn-success.active {
-  background-color: #28b62c;
-  border-color: #23a127;
-}
-.btn-success .badge {
-  color: #28b62c;
-  background-color: #ffffff;
-}
-.btn-info {
-  color: #ffffff;
-  background-color: #75caeb;
-  border-color: #5fc1e8;
-}
-.btn-info:hover,
-.btn-info:focus,
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  color: #ffffff;
-  background-color: #51bce6;
-  border-color: #29ade0;
-}
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  background-image: none;
-}
-.btn-info.disabled,
-.btn-info[disabled],
-fieldset[disabled] .btn-info,
-.btn-info.disabled:hover,
-.btn-info[disabled]:hover,
-fieldset[disabled] .btn-info:hover,
-.btn-info.disabled:focus,
-.btn-info[disabled]:focus,
-fieldset[disabled] .btn-info:focus,
-.btn-info.disabled:active,
-.btn-info[disabled]:active,
-fieldset[disabled] .btn-info:active,
-.btn-info.disabled.active,
-.btn-info[disabled].active,
-fieldset[disabled] .btn-info.active {
-  background-color: #75caeb;
-  border-color: #5fc1e8;
-}
-.btn-info .badge {
-  color: #75caeb;
-  background-color: #ffffff;
-}
-.btn-warning {
-  color: #ffffff;
-  background-color: #ff851b;
-  border-color: #ff7701;
-}
-.btn-warning:hover,
-.btn-warning:focus,
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  color: #ffffff;
-  background-color: #f17000;
-  border-color: #c35b00;
-}
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  background-image: none;
-}
-.btn-warning.disabled,
-.btn-warning[disabled],
-fieldset[disabled] .btn-warning,
-.btn-warning.disabled:hover,
-.btn-warning[disabled]:hover,
-fieldset[disabled] .btn-warning:hover,
-.btn-warning.disabled:focus,
-.btn-warning[disabled]:focus,
-fieldset[disabled] .btn-warning:focus,
-.btn-warning.disabled:active,
-.btn-warning[disabled]:active,
-fieldset[disabled] .btn-warning:active,
-.btn-warning.disabled.active,
-.btn-warning[disabled].active,
-fieldset[disabled] .btn-warning.active {
-  background-color: #ff851b;
-  border-color: #ff7701;
-}
-.btn-warning .badge {
-  color: #ff851b;
-  background-color: #ffffff;
-}
-.btn-danger {
-  color: #ffffff;
-  background-color: #ff4136;
-  border-color: #ff291c;
-}
-.btn-danger:hover,
-.btn-danger:focus,
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  color: #ffffff;
-  background-color: #ff1a0d;
-  border-color: #de0c00;
-}
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  background-image: none;
-}
-.btn-danger.disabled,
-.btn-danger[disabled],
-fieldset[disabled] .btn-danger,
-.btn-danger.disabled:hover,
-.btn-danger[disabled]:hover,
-fieldset[disabled] .btn-danger:hover,
-.btn-danger.disabled:focus,
-.btn-danger[disabled]:focus,
-fieldset[disabled] .btn-danger:focus,
-.btn-danger.disabled:active,
-.btn-danger[disabled]:active,
-fieldset[disabled] .btn-danger:active,
-.btn-danger.disabled.active,
-.btn-danger[disabled].active,
-fieldset[disabled] .btn-danger.active {
-  background-color: #ff4136;
-  border-color: #ff291c;
-}
-.btn-danger .badge {
-  color: #ff4136;
-  background-color: #ffffff;
-}
-.btn-link {
-  color: #158cba;
-  font-weight: normal;
-  cursor: pointer;
-  border-radius: 0;
-}
-.btn-link,
-.btn-link:active,
-.btn-link[disabled],
-fieldset[disabled] .btn-link {
-  background-color: transparent;
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn-link,
-.btn-link:hover,
-.btn-link:focus,
-.btn-link:active {
-  border-color: transparent;
-}
-.btn-link:hover,
-.btn-link:focus {
-  color: #158cba;
-  text-decoration: underline;
-  background-color: transparent;
-}
-.btn-link[disabled]:hover,
-fieldset[disabled] .btn-link:hover,
-.btn-link[disabled]:focus,
-fieldset[disabled] .btn-link:focus {
-  color: #999999;
-  text-decoration: none;
-}
-.btn-lg,
-.btn-group-lg > .btn {
-  padding: 10px 16px;
-  font-size: 23px;
-  line-height: 1.33;
-  border-radius: 5px;
-}
-.btn-sm,
-.btn-group-sm > .btn {
-  padding: 5px 10px;
-  font-size: 16px;
-  line-height: 1.5;
-  border-radius: 2px;
-}
-.btn-xs,
-.btn-group-xs > .btn {
-  padding: 1px 5px;
-  font-size: 16px;
-  line-height: 1.5;
-  border-radius: 2px;
-}
-.btn-block {
-  display: block;
-  width: 100%;
-  padding-left: 0;
-  padding-right: 0;
-}
-.btn-block + .btn-block {
-  margin-top: 5px;
-}
-input[type="submit"].btn-block,
-input[type="reset"].btn-block,
-input[type="button"].btn-block {
-  width: 100%;
-}
-.fade {
-  opacity: 0;
-  -webkit-transition: opacity 0.15s linear;
-  transition: opacity 0.15s linear;
-}
-.fade.in {
-  opacity: 1;
-}
-.collapse {
-  display: none;
-}
-.collapse.in {
-  display: block;
-}
-.collapsing {
-  position: relative;
-  height: 0;
-  overflow: hidden;
-  -webkit-transition: height 0.35s ease;
-  transition: height 0.35s ease;
-}
-@font-face {
-  font-family: 'Glyphicons Halflings';
-  src: url('../fonts/glyphicons-halflings-regular.eot');
-  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
-}
-.glyphicon {
-  position: relative;
-  top: 1px;
-  display: inline-block;
-  font-family: 'Glyphicons Halflings';
-  font-style: normal;
-  font-weight: normal;
-  line-height: 1;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-.glyphicon-asterisk:before {
-  content: "\2a";
-}
-.glyphicon-plus:before {
-  content: "\2b";
-}
-.glyphicon-euro:before {
-  content: "\20ac";
-}
-.glyphicon-minus:before {
-  content: "\2212";
-}
-.glyphicon-cloud:before {
-  content: "\2601";
-}
-.glyphicon-envelope:before {
-  content: "\2709";
-}
-.glyphicon-pencil:before {
-  content: "\270f";
-}
-.glyphicon-glass:before {
-  content: "\e001";
-}
-.glyphicon-music:before {
-  content: "\e002";
-}
-.glyphicon-search:before {
-  content: "\e003";
-}
-.glyphicon-heart:before {
-  content: "\e005";
-}
-.glyphicon-star:before {
-  content: "\e006";
-}
-.glyphicon-star-empty:before {
-  content: "\e007";
-}
-.glyphicon-user:before {
-  content: "\e008";
-}
-.glyphicon-film:before {
-  content: "\e009";
-}
-.glyphicon-th-large:before {
-  content: "\e010";
-}
-.glyphicon-th:before {
-  content: "\e011";
-}
-.glyphicon-th-list:before {
-  content: "\e012";
-}
-.glyphicon-ok:before {
-  content: "\e013";
-}
-.glyphicon-remove:before {
-  content: "\e014";
-}
-.glyphicon-zoom-in:before {
-  content: "\e015";
-}
-.glyphicon-zoom-out:before {
-  content: "\e016";
-}
-.glyphicon-off:before {
-  content: "\e017";
-}
-.glyphicon-signal:before {
-  content: "\e018";
-}
-.glyphicon-cog:before {
-  content: "\e019";
-}
-.glyphicon-trash:before {
-  content: "\e020";
-}
-.glyphicon-home:before {
-  content: "\e021";
-}
-.glyphicon-file:before {
-  content: "\e022";
-}
-.glyphicon-time:before {
-  content: "\e023";
-}
-.glyphicon-road:before {
-  content: "\e024";
-}
-.glyphicon-download-alt:before {
-  content: "\e025";
-}
-.glyphicon-download:before {
-  content: "\e026";
-}
-.glyphicon-upload:before {
-  content: "\e027";
-}
-.glyphicon-inbox:before {
-  content: "\e028";
-}
-.glyphicon-play-circle:before {
-  content: "\e029";
-}
-.glyphicon-repeat:before {
-  content: "\e030";
-}
-.glyphicon-refresh:before {
-  content: "\e031";
-}
-.glyphicon-list-alt:before {
-  content: "\e032";
-}
-.glyphicon-lock:before {
-  content: "\e033";
-}
-.glyphicon-flag:before {
-  content: "\e034";
-}
-.glyphicon-headphones:before {
-  content: "\e035";
-}
-.glyphicon-volume-off:before {
-  content: "\e036";
-}
-.glyphicon-volume-down:before {
-  content: "\e037";
-}
-.glyphicon-volume-up:before {
-  content: "\e038";
-}
-.glyphicon-qrcode:before {
-  content: "\e039";
-}
-.glyphicon-barcode:before {
-  content: "\e040";
-}
-.glyphicon-tag:before {
-  content: "\e041";
-}
-.glyphicon-tags:before {
-  content: "\e042";
-}
-.glyphicon-book:before {
-  content: "\e043";
-}
-.glyphicon-bookmark:before {
-  content: "\e044";
-}
-.glyphicon-print:before {
-  content: "\e045";
-}
-.glyphicon-camera:before {
-  content: "\e046";
-}
-.glyphicon-font:before {
-  content: "\e047";
-}
-.glyphicon-bold:before {
-  content: "\e048";
-}
-.glyphicon-italic:before {
-  content: "\e049";
-}
-.glyphicon-text-height:before {
-  content: "\e050";
-}
-.glyphicon-text-width:before {
-  content: "\e051";
-}
-.glyphicon-align-left:before {
-  content: "\e052";
-}
-.glyphicon-align-center:before {
-  content: "\e053";
-}
-.glyphicon-align-right:before {
-  content: "\e054";
-}
-.glyphicon-align-justify:before {
-  content: "\e055";
-}
-.glyphicon-list:before {
-  content: "\e056";
-}
-.glyphicon-indent-left:before {
-  content: "\e057";
-}
-.glyphicon-indent-right:before {
-  content: "\e058";
-}
-.glyphicon-facetime-video:before {
-  content: "\e059";
-}
-.glyphicon-picture:before {
-  content: "\e060";
-}
-.glyphicon-map-marker:before {
-  content: "\e062";
-}
-.glyphicon-adjust:before {
-  content: "\e063";
-}
-.glyphicon-tint:before {
-  content: "\e064";
-}
-.glyphicon-edit:before {
-  content: "\e065";
-}
-.glyphicon-share:before {
-  content: "\e066";
-}
-.glyphicon-check:before {
-  content: "\e067";
-}
-.glyphicon-move:before {
-  content: "\e068";
-}
-.glyphicon-step-backward:before {
-  content: "\e069";
-}
-.glyphicon-fast-backward:before {
-  content: "\e070";
-}
-.glyphicon-backward:before {
-  content: "\e071";
-}
-.glyphicon-play:before {
-  content: "\e072";
-}
-.glyphicon-pause:before {
-  content: "\e073";
-}
-.glyphicon-stop:before {
-  content: "\e074";
-}
-.glyphicon-forward:before {
-  content: "\e075";
-}
-.glyphicon-fast-forward:before {
-  content: "\e076";
-}
-.glyphicon-step-forward:before {
-  content: "\e077";
-}
-.glyphicon-eject:before {
-  content: "\e078";
-}
-.glyphicon-chevron-left:before {
-  content: "\e079";
-}
-.glyphicon-chevron-right:before {
-  content: "\e080";
-}
-.glyphicon-plus-sign:before {
-  content: "\e081";
-}
-.glyphicon-minus-sign:before {
-  content: "\e082";
-}
-.glyphicon-remove-sign:before {
-  content: "\e083";
-}
-.glyphicon-ok-sign:before {
-  content: "\e084";
-}
-.glyphicon-question-sign:before {
-  content: "\e085";
-}
-.glyphicon-info-sign:before {
-  content: "\e086";
-}
-.glyphicon-screenshot:before {
-  content: "\e087";
-}
-.glyphicon-remove-circle:before {
-  content: "\e088";
-}
-.glyphicon-ok-circle:before {
-  content: "\e089";
-}
-.glyphicon-ban-circle:before {
-  content: "\e090";
-}
-.glyphicon-arrow-left:before {
-  content: "\e091";
-}
-.glyphicon-arrow-right:before {
-  content: "\e092";
-}
-.glyphicon-arrow-up:before {
-  content: "\e093";
-}
-.glyphicon-arrow-down:before {
-  content: "\e094";
-}
-.glyphicon-share-alt:before {
-  content: "\e095";
-}
-.glyphicon-resize-full:before {
-  content: "\e096";
-}
-.glyphicon-resize-small:before {
-  content: "\e097";
-}
-.glyphicon-exclamation-sign:before {
-  content: "\e101";
-}
-.glyphicon-gift:before {
-  content: "\e102";
-}
-.glyphicon-leaf:before {
-  content: "\e103";
-}
-.glyphicon-fire:before {
-  content: "\e104";
-}
-.glyphicon-eye-open:before {
-  content: "\e105";
-}
-.glyphicon-eye-close:before {
-  content: "\e106";
-}
-.glyphicon-warning-sign:before {
-  content: "\e107";
-}
-.glyphicon-plane:before {
-  content: "\e108";
-}
-.glyphicon-calendar:before {
-  content: "\e109";
-}
-.glyphicon-random:before {
-  content: "\e110";
-}
-.glyphicon-comment:before {
-  content: "\e111";
-}
-.glyphicon-magnet:before {
-  content: "\e112";
-}
-.glyphicon-chevron-up:before {
-  content: "\e113";
-}
-.glyphicon-chevron-down:before {
-  content: "\e114";
-}
-.glyphicon-retweet:before {
-  content: "\e115";
-}
-.glyphicon-shopping-cart:before {
-  content: "\e116";
-}
-.glyphicon-folder-close:before {
-  content: "\e117";
-}
-.glyphicon-folder-open:before {
-  content: "\e118";
-}
-.glyphicon-resize-vertical:before {
-  content: "\e119";
-}
-.glyphicon-resize-horizontal:before {
-  content: "\e120";
-}
-.glyphicon-hdd:before {
-  content: "\e121";
-}
-.glyphicon-bullhorn:before {
-  content: "\e122";
-}
-.glyphicon-bell:before {
-  content: "\e123";
-}
-.glyphicon-certificate:before {
-  content: "\e124";
-}
-.glyphicon-thumbs-up:before {
-  content: "\e125";
-}
-.glyphicon-thumbs-down:before {
-  content: "\e126";
-}
-.glyphicon-hand-right:before {
-  content: "\e127";
-}
-.glyphicon-hand-left:before {
-  content: "\e128";
-}
-.glyphicon-hand-up:before {
-  content: "\e129";
-}
-.glyphicon-hand-down:before {
-  content: "\e130";
-}
-.glyphicon-circle-arrow-right:before {
-  content: "\e131";
-}
-.glyphicon-circle-arrow-left:before {
-  content: "\e132";
-}
-.glyphicon-circle-arrow-up:before {
-  content: "\e133";
-}
-.glyphicon-circle-arrow-down:before {
-  content: "\e134";
-}
-.glyphicon-globe:before {
-  content: "\e135";
-}
-.glyphicon-wrench:before {
-  content: "\e136";
-}
-.glyphicon-tasks:before {
-  content: "\e137";
-}
-.glyphicon-filter:before {
-  content: "\e138";
-}
-.glyphicon-briefcase:before {
-  content: "\e139";
-}
-.glyphicon-fullscreen:before {
-  content: "\e140";
-}
-.glyphicon-dashboard:before {
-  content: "\e141";
-}
-.glyphicon-paperclip:before {
-  content: "\e142";
-}
-.glyphicon-heart-empty:before {
-  content: "\e143";
-}
-.glyphicon-link:before {
-  content: "\e144";
-}
-.glyphicon-phone:before {
-  content: "\e145";
-}
-.glyphicon-pushpin:before {
-  content: "\e146";
-}
-.glyphicon-usd:before {
-  content: "\e148";
-}
-.glyphicon-gbp:before {
-  content: "\e149";
-}
-.glyphicon-sort:before {
-  content: "\e150";
-}
-.glyphicon-sort-by-alphabet:before {
-  content: "\e151";
-}
-.glyphicon-sort-by-alphabet-alt:before {
-  content: "\e152";
-}
-.glyphicon-sort-by-order:before {
-  content: "\e153";
-}
-.glyphicon-sort-by-order-alt:before {
-  content: "\e154";
-}
-.glyphicon-sort-by-attributes:before {
-  content: "\e155";
-}
-.glyphicon-sort-by-attributes-alt:before {
-  content: "\e156";
-}
-.glyphicon-unchecked:before {
-  content: "\e157";
-}
-.glyphicon-expand:before {
-  content: "\e158";
-}
-.glyphicon-collapse-down:before {
-  content: "\e159";
-}
-.glyphicon-collapse-up:before {
-  content: "\e160";
-}
-.glyphicon-log-in:before {
-  content: "\e161";
-}
-.glyphicon-flash:before {
-  content: "\e162";
-}
-.glyphicon-log-out:before {
-  content: "\e163";
-}
-.glyphicon-new-window:before {
-  content: "\e164";
-}
-.glyphicon-record:before {
-  content: "\e165";
-}
-.glyphicon-save:before {
-  content: "\e166";
-}
-.glyphicon-open:before {
-  content: "\e167";
-}
-.glyphicon-saved:before {
-  content: "\e168";
-}
-.glyphicon-import:before {
-  content: "\e169";
-}
-.glyphicon-export:before {
-  content: "\e170";
-}
-.glyphicon-send:before {
-  content: "\e171";
-}
-.glyphicon-floppy-disk:before {
-  content: "\e172";
-}
-.glyphicon-floppy-saved:before {
-  content: "\e173";
-}
-.glyphicon-floppy-remove:before {
-  content: "\e174";
-}
-.glyphicon-floppy-save:before {
-  content: "\e175";
-}
-.glyphicon-floppy-open:before {
-  content: "\e176";
-}
-.glyphicon-credit-card:before {
-  content: "\e177";
-}
-.glyphicon-transfer:before {
-  content: "\e178";
-}
-.glyphicon-cutlery:before {
-  content: "\e179";
-}
-.glyphicon-header:before {
-  content: "\e180";
-}
-.glyphicon-compressed:before {
-  content: "\e181";
-}
-.glyphicon-earphone:before {
-  content: "\e182";
-}
-.glyphicon-phone-alt:before {
-  content: "\e183";
-}
-.glyphicon-tower:before {
-  content: "\e184";
-}
-.glyphicon-stats:before {
-  content: "\e185";
-}
-.glyphicon-sd-video:before {
-  content: "\e186";
-}
-.glyphicon-hd-video:before {
-  content: "\e187";
-}
-.glyphicon-subtitles:before {
-  content: "\e188";
-}
-.glyphicon-sound-stereo:before {
-  content: "\e189";
-}
-.glyphicon-sound-dolby:before {
-  content: "\e190";
-}
-.glyphicon-sound-5-1:before {
-  content: "\e191";
-}
-.glyphicon-sound-6-1:before {
-  content: "\e192";
-}
-.glyphicon-sound-7-1:before {
-  content: "\e193";
-}
-.glyphicon-copyright-mark:before {
-  content: "\e194";
-}
-.glyphicon-registration-mark:before {
-  content: "\e195";
-}
-.glyphicon-cloud-download:before {
-  content: "\e197";
-}
-.glyphicon-cloud-upload:before {
-  content: "\e198";
-}
-.glyphicon-tree-conifer:before {
-  content: "\e199";
-}
-.glyphicon-tree-deciduous:before {
-  content: "\e200";
-}
-.caret {
-  display: inline-block;
-  width: 0;
-  height: 0;
-  margin-left: 2px;
-  vertical-align: middle;
-  border-top: 4px solid;
-  border-right: 4px solid transparent;
-  border-left: 4px solid transparent;
-}
-.dropdown {
-  position: relative;
-}
-.dropdown-toggle:focus {
-  outline: 0;
-}
-.dropdown-menu {
-  position: absolute;
-  top: 100%;
-  left: 0;
-  z-index: 1000;
-  display: none;
-  float: left;
-  min-width: 160px;
-  padding: 5px 0;
-  margin: 2px 0 0;
-  list-style: none;
-  font-size: 18px;
-  background-color: #ffffff;
-  border: 1px solid #cccccc;
-  border: 1px solid #e7e7e7;
-  border-radius: 4px;
-  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  background-clip: padding-box;
-}
-.dropdown-menu.pull-right {
-  right: 0;
-  left: auto;
-}
-.dropdown-menu .divider {
-  height: 1px;
-  margin: 11.5px 0;
-  overflow: hidden;
-  background-color: #eeeeee;
-}
-.dropdown-menu > li > a {
-  display: block;
-  padding: 3px 20px;
-  clear: both;
-  font-weight: normal;
-  line-height: 1.42857143;
-  color: #999999;
-  white-space: nowrap;
-}
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus {
-  text-decoration: none;
-  color: #333333;
-  background-color: transparent;
-}
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
-  color: #ffffff;
-  text-decoration: none;
-  outline: 0;
-  background-color: #158cba;
-}
-.dropdown-menu > .disabled > a,
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  color: #eeeeee;
-}
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  text-decoration: none;
-  background-color: transparent;
-  background-image: none;
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  cursor: not-allowed;
-}
-.open > .dropdown-menu {
-  display: block;
-}
-.open > a {
-  outline: 0;
-}
-.dropdown-menu-right {
-  left: auto;
-  right: 0;
-}
-.dropdown-menu-left {
-  left: 0;
-  right: auto;
-}
-.dropdown-header {
-  display: block;
-  padding: 3px 20px;
-  font-size: 16px;
-  line-height: 1.42857143;
-  color: #999999;
-}
-.dropdown-backdrop {
-  position: fixed;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  top: 0;
-  z-index: 990;
-}
-.pull-right > .dropdown-menu {
-  right: 0;
-  left: auto;
-}
-.dropup .caret,
-.navbar-fixed-bottom .dropdown .caret {
-  border-top: 0;
-  border-bottom: 4px solid;
-  content: "";
-}
-.dropup .dropdown-menu,
-.navbar-fixed-bottom .dropdown .dropdown-menu {
-  top: auto;
-  bottom: 100%;
-  margin-bottom: 1px;
-}
-@media (min-width: 768px) {
-  .navbar-right .dropdown-menu {
-    left: auto;
-    right: 0;
-  }
-  .navbar-right .dropdown-menu-left {
-    left: 0;
-    right: auto;
-  }
-}
-.btn-group,
-.btn-group-vertical {
-  position: relative;
-  display: inline-block;
-  vertical-align: middle;
-}
-.btn-group > .btn,
-.btn-group-vertical > .btn {
-  position: relative;
-  float: left;
-}
-.btn-group > .btn:hover,
-.btn-group-vertical > .btn:hover,
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus,
-.btn-group > .btn:active,
-.btn-group-vertical > .btn:active,
-.btn-group > .btn.active,
-.btn-group-vertical > .btn.active {
-  z-index: 2;
-}
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus {
-  outline: none;
-}
-.btn-group .btn + .btn,
-.btn-group .btn + .btn-group,
-.btn-group .btn-group + .btn,
-.btn-group .btn-group + .btn-group {
-  margin-left: -1px;
-}
-.btn-toolbar {
-  margin-left: -5px;
-}
-.btn-toolbar .btn-group,
-.btn-toolbar .input-group {
-  float: left;
-}
-.btn-toolbar > .btn,
-.btn-toolbar > .btn-group,
-.btn-toolbar > .input-group {
-  margin-left: 5px;
-}
-.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
-  border-radius: 0;
-}
-.btn-group > .btn:first-child {
-  margin-left: 0;
-}
-.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group > .btn:last-child:not(:first-child),
-.btn-group > .dropdown-toggle:not(:first-child) {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group > .btn-group {
-  float: left;
-}
-.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group > .btn-group:first-child > .btn:last-child,
-.btn-group > .btn-group:first-child > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group > .btn-group:last-child > .btn:first-child {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group .dropdown-toggle:active,
-.btn-group.open .dropdown-toggle {
-  outline: 0;
-}
-.btn-group > .btn + .dropdown-toggle {
-  padding-left: 8px;
-  padding-right: 8px;
-}
-.btn-group > .btn-lg + .dropdown-toggle {
-  padding-left: 12px;
-  padding-right: 12px;
-}
-.btn-group.open .dropdown-toggle {
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-}
-.btn-group.open .dropdown-toggle.btn-link {
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn .caret {
-  margin-left: 0;
-}
-.btn-lg .caret {
-  border-width: 5px 5px 0;
-  border-bottom-width: 0;
-}
-.dropup .btn-lg .caret {
-  border-width: 0 5px 5px;
-}
-.btn-group-vertical > .btn,
-.btn-group-vertical > .btn-group,
-.btn-group-vertical > .btn-group > .btn {
-  display: block;
-  float: none;
-  width: 100%;
-  max-width: 100%;
-}
-.btn-group-vertical > .btn-group > .btn {
-  float: none;
-}
-.btn-group-vertical > .btn + .btn,
-.btn-group-vertical > .btn + .btn-group,
-.btn-group-vertical > .btn-group + .btn,
-.btn-group-vertical > .btn-group + .btn-group {
-  margin-top: -1px;
-  margin-left: 0;
-}
-.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn:first-child:not(:last-child) {
-  border-top-right-radius: 4px;
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn:last-child:not(:first-child) {
-  border-bottom-left-radius: 4px;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group-justified {
-  display: table;
-  width: 100%;
-  table-layout: fixed;
-  border-collapse: separate;
-}
-.btn-group-justified > .btn,
-.btn-group-justified > .btn-group {
-  float: none;
-  display: table-cell;
-  width: 1%;
-}
-.btn-group-justified > .btn-group .btn {
-  width: 100%;
-}
-[data-toggle="buttons"] > .btn > input[type="radio"],
-[data-toggle="buttons"] > .btn > input[type="checkbox"] {
-  display: none;
-}
-.input-group {
-  position: relative;
-  display: table;
-  border-collapse: separate;
-}
-.input-group[class*="col-"] {
-  float: none;
-  padding-left: 0;
-  padding-right: 0;
-}
-.input-group .form-control {
-  position: relative;
-  z-index: 2;
-  float: left;
-  width: 100%;
-  margin-bottom: 0;
-}
-.input-group-lg > .form-control,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .btn {
-  height: 53px;
-  padding: 10px 16px;
-  font-size: 23px;
-  line-height: 1.33;
-  border-radius: 5px;
-}
-select.input-group-lg > .form-control,
-select.input-group-lg > .input-group-addon,
-select.input-group-lg > .input-group-btn > .btn {
-  height: 53px;
-  line-height: 53px;
-}
-textarea.input-group-lg > .form-control,
-textarea.input-group-lg > .input-group-addon,
-textarea.input-group-lg > .input-group-btn > .btn,
-select[multiple].input-group-lg > .form-control,
-select[multiple].input-group-lg > .input-group-addon,
-select[multiple].input-group-lg > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-sm > .form-control,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .btn {
-  height: 36px;
-  padding: 5px 10px;
-  font-size: 16px;
-  line-height: 1.5;
-  border-radius: 2px;
-}
-select.input-group-sm > .form-control,
-select.input-group-sm > .input-group-addon,
-select.input-group-sm > .input-group-btn > .btn {
-  height: 36px;
-  line-height: 36px;
-}
-textarea.input-group-sm > .form-control,
-textarea.input-group-sm > .input-group-addon,
-textarea.input-group-sm > .input-group-btn > .btn,
-select[multiple].input-group-sm > .form-control,
-select[multiple].input-group-sm > .input-group-addon,
-select[multiple].input-group-sm > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
-  display: table-cell;
-}
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.input-group-addon,
-.input-group-btn {
-  width: 1%;
-  white-space: nowrap;
-  vertical-align: middle;
-}
-.input-group-addon {
-  padding: 6px 12px;
-  font-size: 18px;
-  font-weight: normal;
-  line-height: 1;
-  color: #555555;
-  text-align: center;
-  background-color: #eeeeee;
-  border: 1px solid #e7e7e7;
-  border-radius: 4px;
-}
-.input-group-addon.input-sm {
-  padding: 5px 10px;
-  font-size: 16px;
-  border-radius: 2px;
-}
-.input-group-addon.input-lg {
-  padding: 10px 16px;
-  font-size: 23px;
-  border-radius: 5px;
-}
-.input-group-addon input[type="radio"],
-.input-group-addon input[type="checkbox"] {
-  margin-top: 0;
-}
-.input-group .form-control:first-child,
-.input-group-addon:first-child,
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group > .btn,
-.input-group-btn:first-child > .dropdown-toggle,
-.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
-.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.input-group-addon:first-child {
-  border-right: 0;
-}
-.input-group .form-control:last-child,
-.input-group-addon:last-child,
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group > .btn,
-.input-group-btn:last-child > .dropdown-toggle,
-.input-group-btn:first-child > .btn:not(:first-child),
-.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.input-group-addon:last-child {
-  border-left: 0;
-}
-.input-group-btn {
-  position: relative;
-  font-size: 0;
-  white-space: nowrap;
-}
-.input-group-btn > .btn {
-  position: relative;
-}
-.input-group-btn > .btn + .btn {
-  margin-left: -1px;
-}
-.input-group-btn > .btn:hover,
-.input-group-btn > .btn:focus,
-.input-group-btn > .btn:active {
-  z-index: 2;
-}
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group {
-  margin-right: -1px;
-}
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group {
-  margin-left: -1px;
-}
-.nav {
-  margin-bottom: 0;
-  padding-left: 0;
-  list-style: none;
-}
-.nav > li {
-  position: relative;
-  display: block;
-}
-.nav > li > a {
-  position: relative;
-  display: block;
-  padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
-  text-decoration: none;
-  background-color: #ffffff;
-}
-.nav > li.disabled > a {
-  color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
-  color: #999999;
-  text-decoration: none;
-  background-color: transparent;
-  cursor: not-allowed;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
-  background-color: #ffffff;
-  border-color: #158cba;
-}
-.nav .nav-divider {
-  height: 1px;
-  margin: 11.5px 0;
-  overflow: hidden;
-  background-color: #e5e5e5;
-}
-.nav > li > a > img {
-  max-width: none;
-}
-.nav-tabs {
-  border-bottom: 1px solid #e7e7e7;
-}
-.nav-tabs > li {
-  float: left;
-  margin-bottom: -1px;
-}
-.nav-tabs > li > a {
-  margin-right: 2px;
-  line-height: 1.42857143;
-  border: 1px solid transparent;
-  border-radius: 4px 4px 0 0;
-}
-.nav-tabs > li > a:hover {
-  border-color: #eeeeee #eeeeee #e7e7e7;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
-  color: #555555;
-  background-color: #ffffff;
-  border: 1px solid #e7e7e7;
-  border-bottom-color: transparent;
-  cursor: default;
-}
-.nav-tabs.nav-justified {
-  width: 100%;
-  border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
-  float: none;
-}
-.nav-tabs.nav-justified > li > a {
-  text-align: center;
-  margin-bottom: 5px;
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-tabs.nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs.nav-justified > li > a {
-  margin-right: 0;
-  border-radius: 4px;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
-  border: 1px solid #e7e7e7;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li > a {
-    border-bottom: 1px solid #e7e7e7;
-    border-radius: 4px 4px 0 0;
-  }
-  .nav-tabs.nav-justified > .active > a,
-  .nav-tabs.nav-justified > .active > a:hover,
-  .nav-tabs.nav-justified > .active > a:focus {
-    border-bottom-color: #ffffff;
-  }
-}
-.nav-pills > li {
-  float: left;
-}
-.nav-pills > li > a {
-  border-radius: 4px;
-}
-.nav-pills > li + li {
-  margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
-  color: #ffffff;
-  background-color: #158cba;
-}
-.nav-stacked > li {
-  float: none;
-}
-.nav-stacked > li + li {
-  margin-top: 2px;
-  margin-left: 0;
-}
-.nav-justified {
-  width: 100%;
-}
-.nav-justified > li {
-  float: none;
-}
-.nav-justified > li > a {
-  text-align: center;
-  margin-bottom: 5px;
-}
-.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs-justified {
-  border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
-  margin-right: 0;
-  border-radius: 4px;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
-  border: 1px solid #e7e7e7;
-}
-@media (min-width: 768px) {
-  .nav-tabs-justified > li > a {
-    border-bottom: 1px solid #e7e7e7;
-    border-radius: 4px 4px 0 0;
-  }
-  .nav-tabs-justified > .active > a,
-  .nav-tabs-justified > .active > a:hover,
-  .nav-tabs-justified > .active > a:focus {
-    border-bottom-color: #ffffff;
-  }
-}
-.tab-content > .tab-pane {
-  display: none;
-}
-.tab-content > .active {
-  display: block;
-}
-.nav-tabs .dropdown-menu {
-  margin-top: -1px;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.navbar {
-  position: relative;
-  min-height: 50px;
-  margin-bottom: 25px;
-  border: 1px solid transparent;
-}
-@media (min-width: 768px) {
-  .navbar {
-    border-radius: 4px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-header {
-    float: left;
-  }
-}
-.navbar-collapse {
-  max-height: 340px;
-  overflow-x: visible;
-  padding-right: 15px;
-  padding-left: 15px;
-  border-top: 1px solid transparent;
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-  -webkit-overflow-scrolling: touch;
-}
-.navbar-collapse.in {
-  overflow-y: auto;
-}
-@media (min-width: 768px) {
-  .navbar-collapse {
-    width: auto;
-    border-top: 0;
-    box-shadow: none;
-  }
-  .navbar-collapse.collapse {
-    display: block !important;
-    height: auto !important;
-    padding-bottom: 0;
-    overflow: visible !important;
-  }
-  .navbar-collapse.in {
-    overflow-y: visible;
-  }
-  .navbar-fixed-top .navbar-collapse,
-  .navbar-static-top .navbar-collapse,
-  .navbar-fixed-bottom .navbar-collapse {
-    padding-left: 0;
-    padding-right: 0;
-  }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
-  margin-right: -15px;
-  margin-left: -15px;
-}
-@media (min-width: 768px) {
-  .container > .navbar-header,
-  .container-fluid > .navbar-header,
-  .container > .navbar-collapse,
-  .container-fluid > .navbar-collapse {
-    margin-right: 0;
-    margin-left: 0;
-  }
-}
-.navbar-static-top {
-  z-index: 1000;
-  border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
-  .navbar-static-top {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
-  position: fixed;
-  right: 0;
-  left: 0;
-  z-index: 1030;
-}
-@media (min-width: 768px) {
-  .navbar-fixed-top,
-  .navbar-fixed-bottom {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top {
-  top: 0;
-  border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
-  bottom: 0;
-  margin-bottom: 0;
-  border-width: 1px 0 0;
-}
-.navbar-brand {
-  float: left;
-  padding: 12.5px 15px;
-  font-size: 23px;
-  line-height: 25px;
-  height: 50px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
-  text-decoration: none;
-}
-@media (min-width: 768px) {
-  .navbar > .container .navbar-brand,
-  .navbar > .container-fluid .navbar-brand {
-    margin-left: -15px;
-  }
-}
-.navbar-toggle {
-  position: relative;
-  float: right;
-  margin-right: 15px;
-  padding: 9px 10px;
-  margin-top: 8px;
-  margin-bottom: 8px;
-  background-color: transparent;
-  background-image: none;
-  border: 1px solid transparent;
-  border-radius: 4px;
-}
-.navbar-toggle:focus {
-  outline: none;
-}
-.navbar-toggle .icon-bar {
-  display: block;
-  width: 22px;
-  height: 2px;
-  border-radius: 1px;
-}
-.navbar-toggle .icon-bar + .icon-bar {
-  margin-top: 4px;
-}
-@media (min-width: 768px) {
-  .navbar-toggle {
-    display: none;
-  }
-}
-.navbar-nav {
-  margin: 6.25px -15px;
-}
-.navbar-nav > li > a {
-  padding-top: 10px;
-  padding-bottom: 10px;
-  line-height: 25px;
-}
-@media (max-width: 767px) {
-  .navbar-nav .open .dropdown-menu {
-    position: static;
-    float: none;
-    width: auto;
-    margin-top: 0;
-    background-color: transparent;
-    border: 0;
-    box-shadow: none;
-  }
-  .navbar-nav .open .dropdown-menu > li > a,
-  .navbar-nav .open .dropdown-menu .dropdown-header {
-    padding: 5px 15px 5px 25px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a {
-    line-height: 25px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-nav .open .dropdown-menu > li > a:focus {
-    background-image: none;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-nav {
-    float: left;
-    margin: 0;
-  }
-  .navbar-nav > li {
-    float: left;
-  }
-  .navbar-nav > li > a {
-    padding-top: 12.5px;
-    padding-bottom: 12.5px;
-  }
-  .navbar-nav.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-left {
-    float: left !important;
-  }
-  .navbar-right {
-    float: right !important;
-  }
-}
-.navbar-form {
-  margin-left: -15px;
-  margin-right: -15px;
-  padding: 10px 15px;
-  border-top: 1px solid transparent;
-  border-bottom: 1px solid transparent;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-  margin-top: 4.5px;
-  margin-bottom: 4.5px;
-}
-@media (min-width: 768px) {
-  .navbar-form .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .navbar-form .input-group > .form-control {
-    width: 100%;
-  }
-  .navbar-form .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio,
-  .navbar-form .checkbox {
-    display: inline-block;
-    margin-top: 0;
-    margin-bottom: 0;
-    padding-left: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio input[type="radio"],
-  .navbar-form .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .navbar-form .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-@media (max-width: 767px) {
-  .navbar-form .form-group {
-    margin-bottom: 5px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-form {
-    width: auto;
-    border: 0;
-    margin-left: 0;
-    margin-right: 0;
-    padding-top: 0;
-    padding-bottom: 0;
-    -webkit-box-shadow: none;
-    box-shadow: none;
-  }
-  .navbar-form.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-.navbar-nav > li > .dropdown-menu {
-  margin-top: 0;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.navbar-btn {
-  margin-top: 4.5px;
-  margin-bottom: 4.5px;
-}
-.navbar-btn.btn-sm {
-  margin-top: 7px;
-  margin-bottom: 7px;
-}
-.navbar-btn.btn-xs {
-  margin-top: 14px;
-  margin-bottom: 14px;
-}
-.navbar-text {
-  margin-top: 12.5px;
-  margin-bottom: 12.5px;
-}
-@media (min-width: 768px) {
-  .navbar-text {
-    float: left;
-    margin-left: 15px;
-    margin-right: 15px;
-  }
-  .navbar-text.navbar-right:last-child {
-    margin-right: 0;
-  }
-}
-.navbar-default {
-  background-color: #f8f8f8;
-  border-color: #e7e7e7;
-}
-.navbar-default .navbar-brand {
-  color: #222222;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
-  color: #222222;
-  background-color: transparent;
-}
-.navbar-default .navbar-text {
-  color: #555555;
-}
-.navbar-default .navbar-nav > li > a {
-  color: #333333;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
-  color: #222222;
-  background-color: transparent;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
-  color: #222222;
-  background-color: transparent;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
-  color: #eeeeee;
-  background-color: transparent;
-}
-.navbar-default .navbar-toggle {
-  border-color: #eeeeee;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
-  background-color: #ffffff;
-}
-.navbar-default .navbar-toggle .icon-bar {
-  background-color: #999999;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
-  border-color: #e7e7e7;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
-  background-color: transparent;
-  color: #222222;
-}
-@media (max-width: 767px) {
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
-    color: #333333;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #222222;
-    background-color: transparent;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #222222;
-    background-color: transparent;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #eeeeee;
-    background-color: transparent;
-  }
-}
-.navbar-default .navbar-link {
-  color: #333333;
-}
-.navbar-default .navbar-link:hover {
-  color: #222222;
-}
-.navbar-inverse {
-  background-color: #ffffff;
-  border-color: #e6e6e6;
-}
-.navbar-inverse .navbar-brand {
-  color: #999999;
-}
-.navbar-inverse .navbar-brand:hover,
-.navbar-inverse .navbar-brand:focus {
-  color: #333333;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-text {
-  color: #999999;
-}
-.navbar-inverse .navbar-nav > li > a {
-  color: #999999;
-}
-.navbar-inverse .navbar-nav > li > a:hover,
-.navbar-inverse .navbar-nav > li > a:focus {
-  color: #333333;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-nav > .active > a,
-.navbar-inverse .navbar-nav > .active > a:hover,
-.navbar-inverse .navbar-nav > .active > a:focus {
-  color: #333333;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-nav > .disabled > a,
-.navbar-inverse .navbar-nav > .disabled > a:hover,
-.navbar-inverse .navbar-nav > .disabled > a:focus {
-  color: #eeeeee;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-toggle {
-  border-color: #eeeeee;
-}
-.navbar-inverse .navbar-toggle:hover,
-.navbar-inverse .navbar-toggle:focus {
-  background-color: #eeeeee;
-}
-.navbar-inverse .navbar-toggle .icon-bar {
-  background-color: #999999;
-}
-.navbar-inverse .navbar-collapse,
-.navbar-inverse .navbar-form {
-  border-color: #ededed;
-}
-.navbar-inverse .navbar-nav > .open > a,
-.navbar-inverse .navbar-nav > .open > a:hover,
-.navbar-inverse .navbar-nav > .open > a:focus {
-  background-color: transparent;
-  color: #333333;
-}
-@media (max-width: 767px) {
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
-    border-color: #e6e6e6;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
-    background-color: #e6e6e6;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
-    color: #999999;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #333333;
-    background-color: transparent;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #333333;
-    background-color: transparent;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #eeeeee;
-    background-color: transparent;
-  }
-}
-.navbar-inverse .navbar-link {
-  color: #999999;
-}
-.navbar-inverse .navbar-link:hover {
-  color: #333333;
-}
-.breadcrumb {
-  padding: 8px 15px;
-  margin-bottom: 25px;
-  list-style: none;
-  background-color: #fafafa;
-  border-radius: 4px;
-}
-.breadcrumb > li {
-  display: inline-block;
-}
-.breadcrumb > li + li:before {
-  content: ">\00a0";
-  padding: 0 5px;
-  color: #999999;
-}
-.breadcrumb > .active {
-  color: #999999;
-}
-.pagination {
-  display: inline-block;
-  padding-left: 0;
-  margin: 25px 0;
-  border-radius: 4px;
-}
-.pagination > li {
-  display: inline;
-}
-.pagination > li > a,
-.pagination > li > span {
-  position: relative;
-  float: left;
-  padding: 6px 12px;
-  line-height: 1.42857143;
-  text-decoration: none;
-  color: #555555;
-  background-color: #eeeeee;
-  border: 1px solid #e2e2e2;
-  margin-left: -1px;
-}
-.pagination > li:first-child > a,
-.pagination > li:first-child > span {
-  margin-left: 0;
-  border-bottom-left-radius: 4px;
-  border-top-left-radius: 4px;
-}
-.pagination > li:last-child > a,
-.pagination > li:last-child > span {
-  border-bottom-right-radius: 4px;
-  border-top-right-radius: 4px;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
-  color: #555555;
-  background-color: #eeeeee;
-  border-color: #e2e2e2;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
-  z-index: 2;
-  color: #ffffff;
-  background-color: #158cba;
-  border-color: #127ba3;
-  cursor: default;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
-  color: #999999;
-  background-color: #eeeeee;
-  border-color: #e2e2e2;
-  cursor: not-allowed;
-}
-.pagination-lg > li > a,
-.pagination-lg > li > span {
-  padding: 10px 16px;
-  font-size: 23px;
-}
-.pagination-lg > li:first-child > a,
-.pagination-lg > li:first-child > span {
-  border-bottom-left-radius: 5px;
-  border-top-left-radius: 5px;
-}
-.pagination-lg > li:last-child > a,
-.pagination-lg > li:last-child > span {
-  border-bottom-right-radius: 5px;
-  border-top-right-radius: 5px;
-}
-.pagination-sm > li > a,
-.pagination-sm > li > span {
-  padding: 5px 10px;
-  font-size: 16px;
-}
-.pagination-sm > li:first-child > a,
-.pagination-sm > li:first-child > span {
-  border-bottom-left-radius: 2px;
-  border-top-left-radius: 2px;
-}
-.pagination-sm > li:last-child > a,
-.pagination-sm > li:last-child > span {
-  border-bottom-right-radius: 2px;
-  border-top-right-radius: 2px;
-}
-.pager {
-  padding-left: 0;
-  margin: 25px 0;
-  list-style: none;
-  text-align: center;
-}
-.pager li {
-  display: inline;
-}
-.pager li > a,
-.pager li > span {
-  display: inline-block;
-  padding: 5px 14px;
-  background-color: #eeeeee;
-  border: 1px solid #e2e2e2;
-  border-radius: 15px;
-}
-.pager li > a:hover,
-.pager li > a:focus {
-  text-decoration: none;
-  background-color: #eeeeee;
-}
-.pager .next > a,
-.pager .next > span {
-  float: right;
-}
-.pager .previous > a,
-.pager .previous > span {
-  float:

<TRUNCATED>

[50/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/blog/index.html
----------------------------------------------------------------------
diff --git a/content/blog/index.html b/content/blog/index.html
new file mode 100644
index 0000000..3f3b5f1
--- /dev/null
+++ b/content/blog/index.html
@@ -0,0 +1,647 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Blog</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-12"><h1>Blog</h1></div>
+</div>
+
+<div class="row">
+  <div class="col-sm-8">
+    <!-- Blog posts -->
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2015/05/11/Juggling-with-Bits-and-Bytes.html">Juggling with Bits and Bytes</a></h2>
+      <p>11 May 2015 by Fabian Hüske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p>
+
+      <p><p>Nowadays, a lot of open-source systems for analyzing large data sets are implemented in Java or other JVM-based programming languages. The most well-known example is Apache Hadoop, but also newer frameworks such as Apache Spark, Apache Drill, and also Apache Flink run on JVMs. A common challenge that JVM-based data analysis engines face is to store large amounts of data in memory - both for caching and for efficient processing such as sorting and joining of data. Managing the JVM memory well makes the difference between a system that is hard to configure and has unpredictable reliability and performance and a system that behaves robustly with few configuration knobs.</p>
+<p>In this blog post we discuss how Apache Flink manages memory, talk about its custom data de/serialization stack, and show how it operates on binary data.</p></p>
+
+      <p><a href="/news/2015/05/11/Juggling-with-Bits-and-Bytes.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2015/04/13/release-0.9.0-milestone1.html">Announcing Flink 0.9.0-milestone1 preview release</a></h2>
+      <p>13 Apr 2015</p>
+
+      <p><p>The Apache Flink community is pleased to announce the availability of
+the 0.9.0-milestone-1 release. The release is a preview of the
+upcoming 0.9.0 release. It contains many new features which will be
+available in the upcoming 0.9 release. Interested users are encouraged
+to try it out and give feedback. As the version number indicates, this
+release is a preview release that contains known issues.</p>
+
+</p>
+
+      <p><a href="/news/2015/04/13/release-0.9.0-milestone1.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2015/04/07/march-in-flink.html">March 2015 in the Flink community</a></h2>
+      <p>07 Apr 2015</p>
+
+      <p><p>March has been a busy month in the Flink community.</p>
+
+</p>
+
+      <p><a href="/news/2015/04/07/march-in-flink.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html">Peeking into Apache Flink's Engine Room</a></h2>
+      <p>13 Mar 2015 by Fabian Hüske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p>
+
+      <p>Joins are prevalent operations in many data processing applications. Most data processing systems feature APIs that make joining data sets very easy. However, the internal algorithms for join processing are much more involved – especially if large data sets need to be efficiently handled. In this blog post, we cut through Apache Flink’s layered architecture and take a look at its internals with a focus on how it handles joins.</p>
+
+      <p><a href="/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2015/03/02/february-2015-in-flink.html">February 2015 in the Flink community</a></h2>
+      <p>02 Mar 2015</p>
+
+      <p><p>February might be the shortest month of the year, but this does not
+mean that the Flink community has not been busy adding features to the
+system and fixing bugs. Here’s a rundown of the activity in the Flink
+community last month.</p>
+
+</p>
+
+      <p><a href="/news/2015/03/02/february-2015-in-flink.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2015/02/09/streaming-example.html">Introducing Flink Streaming</a></h2>
+      <p>09 Feb 2015</p>
+
+      <p><p>This post is the first of a series of blog posts on Flink Streaming,
+the recent addition to Apache Flink that makes it possible to analyze
+continuous data sources in addition to static files. Flink Streaming
+uses the pipelined Flink engine to process data streams in real time
+and offers a new API including definition of flexible windows.</p>
+
+</p>
+
+      <p><a href="/news/2015/02/09/streaming-example.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2015/02/04/january-in-flink.html">January 2015 in the Flink community</a></h2>
+      <p>04 Feb 2015</p>
+
+      <p><p>Happy 2015! Here is a (hopefully digestible) summary of what happened last month in the Flink community.</p>
+
+</p>
+
+      <p><a href="/news/2015/02/04/january-in-flink.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2015/01/21/release-0.8.html">Apache Flink 0.8.0 available</a></h2>
+      <p>21 Jan 2015</p>
+
+      <p><p>We are pleased to announce the availability of Flink 0.8.0. This release includes new user-facing features as well as performance and bug fixes, extends the support for filesystems and introduces the Scala API and flexible windowing semantics for Flink Streaming. A total of 33 people have contributed to this release, a big thanks to all of them!</p>
+
+</p>
+
+      <p><a href="/news/2015/01/21/release-0.8.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2015/01/06/december-in-flink.html">December 2014 in the Flink community</a></h2>
+      <p>06 Jan 2015</p>
+
+      <p><p>This is the first blog post of a “newsletter” like series where we give a summary of the monthly activity in the Flink community. As the Flink project grows, this can serve as a “tl;dr” for people that are not following the Flink dev and user mailing lists, or those that are simply overwhelmed by the traffic.</p>
+
+</p>
+
+      <p><a href="/news/2015/01/06/december-in-flink.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/11/18/hadoop-compatibility.html">Hadoop Compatibility in Flink</a></h2>
+      <p>18 Nov 2014 by Fabian Hüske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p>
+
+      <p><p><a href="http://hadoop.apache.org">Apache Hadoop</a> is an industry standard for scalable analytical data processing. Many data analysis applications have been implemented as Hadoop MapReduce jobs and run in clusters around the world. Apache Flink can be an alternative to MapReduce and improves it in many dimensions. Among other features, Flink provides much better performance and offers APIs in Java and Scala, which are very easy to use. Similar to Hadoop, Flink’s APIs provide interfaces for Mapper and Reducer functions, as well as Input- and OutputFormats along with many more operators. While being conceptually equivalent, Hadoop’s MapReduce and Flink’s interfaces for these functions are unfortunately not source compatible.</p>
+
+</p>
+
+      <p><a href="/news/2014/11/18/hadoop-compatibility.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+
+    <!-- Pagination links -->
+    
+    <ul class="pager">
+      <li>
+      
+        <span>Previous</span>
+      
+      </li>
+      <li>
+        <span class="page_number ">Page: 1 of 3</span>
+      </li>
+      <li>
+      
+        <a href="/blog/page2" class="next">Next</a>
+      
+      </li>
+    </ul>
+    
+  </div>
+
+  <div class="col-sm-4" markdown="1">
+    <!-- Blog posts by YEAR -->
+    
+      
+      
+
+      
+    <h2>2015</h2>
+
+    <ul id="markdown-toc">
+      
+      <li><a href="/news/2015/05/11/Juggling-with-Bits-and-Bytes.html">Juggling with Bits and Bytes</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/04/13/release-0.9.0-milestone1.html">Announcing Flink 0.9.0-milestone1 preview release</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/04/07/march-in-flink.html">March 2015 in the Flink community</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html">Peeking into Apache Flink's Engine Room</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/03/02/february-2015-in-flink.html">February 2015 in the Flink community</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/02/09/streaming-example.html">Introducing Flink Streaming</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/02/04/january-in-flink.html">January 2015 in the Flink community</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/01/21/release-0.8.html">Apache Flink 0.8.0 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/01/06/december-in-flink.html">December 2014 in the Flink community</a></li>
+      
+      
+        
+    </ul>
+        <hr>
+        <h2>2014</h2>
+    <ul id="markdown-toc">
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/11/18/hadoop-compatibility.html">Hadoop Compatibility in Flink</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/11/04/release-0.7.0.html">Apache Flink 0.7.0 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/10/03/upcoming_events.html">Upcoming Events</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/09/26/release-0.6.1.html">Apache Flink 0.6.1 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/08/26/release-0.6.html">Apache Flink 0.6 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/05/31/release-0.5.html">Stratosphere version 0.5 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/04/16/stratosphere-goes-apache-incubator.html">Stratosphere accepted as Apache Incubator Project</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/02/24/stratosphere-google-summer-of-code-2014.html">Stratosphere got accepted for Google Summer of Code 2014</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html">Use Stratosphere with Amazon Elastic MapReduce</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/28/querying_mongodb.html">Accessing Data Stored in MongoDB with Stratosphere</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/26/optimizer_plan_visualization_tool.html">Optimizer Plan Visualization Tool</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/13/stratosphere-release-0.4.html">Stratosphere 0.4 Released</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/12/0.4-migration-guide.html">Stratosphere Version 0.4 Migration Guide</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/10/stratosphere-hadoop-summit.html">Stratosphere got accepted to the Hadoop Summit Europe in Amsterdam</a></li>
+      
+      
+        
+    </ul>
+        <hr>
+        <h2>2013</h2>
+    <ul id="markdown-toc">
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2013/12/13/humboldt-innovation-award.html">Stratosphere wins award at Humboldt Innovation Competition "Big Data: Research meets Startups"</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2013/10/21/cikm2013-paper.html">Paper "All Roads Lead to Rome: Optimistic Recovery for Distributed Iterative Data Processing" accepted at CIKM 2013</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2013/03/27/www-demo-paper.html">Demo Paper "Large-Scale Social-Media Analytics on Stratosphere" Accepted at WWW 2013</a></li>
+      
+      
+        
+    </ul>
+        <hr>
+        <h2>2012</h2>
+    <ul id="markdown-toc">
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/11/21/previewICDE2013.html">ICDE 2013 Demo Preview</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/11/12/btw2013demo.html">Stratosphere Demo Paper Accepted for BTW 2013</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/10/15/icde2013.html">Stratosphere Demo Accepted for ICDE 2013</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/08/21/release02.html">Version 0.2 Released</a></li>
+      
+      
+    </ul>
+      
+    
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/blog/page2/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page2/index.html b/content/blog/page2/index.html
new file mode 100644
index 0000000..ae86230
--- /dev/null
+++ b/content/blog/page2/index.html
@@ -0,0 +1,641 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Blog</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-12"><h1>Blog</h1></div>
+</div>
+
+<div class="row">
+  <div class="col-sm-8">
+    <!-- Blog posts -->
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/11/04/release-0.7.0.html">Apache Flink 0.7.0 available</a></h2>
+      <p>04 Nov 2014</p>
+
+      <p><p>We are pleased to announce the availability of Flink 0.7.0. This release includes new user-facing features as well as performance and bug fixes, brings the Scala and Java APIs in sync, and introduces Flink Streaming. A total of 34 people have contributed to this release, a big thanks to all of them!</p>
+
+</p>
+
+      <p><a href="/news/2014/11/04/release-0.7.0.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/10/03/upcoming_events.html">Upcoming Events</a></h2>
+      <p>03 Oct 2014</p>
+
+      <p><p>We are happy to announce several upcoming Flink events both in Europe and the US. Starting with a <strong>Flink hackathon in Stockholm</strong> (Oct 8-9) and a talk about Flink at the <strong>Stockholm Hadoop User Group</strong> (Oct 8). This is followed by the very first <strong>Flink Meetup in Berlin</strong> (Oct 15). In the US, there will be two Flink Meetup talks: the first one at the <strong>Pasadena Big Data User Group</strong> (Oct 29) and the second one at <strong>Silicon Valley Hands On Programming Events</strong> (Nov 4).</p>
+
+</p>
+
+      <p><a href="/news/2014/10/03/upcoming_events.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/09/26/release-0.6.1.html">Apache Flink 0.6.1 available</a></h2>
+      <p>26 Sep 2014</p>
+
+      <p><p>We are happy to announce the availability of Flink 0.6.1.</p>
+
+</p>
+
+      <p><a href="/news/2014/09/26/release-0.6.1.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/08/26/release-0.6.html">Apache Flink 0.6 available</a></h2>
+      <p>26 Aug 2014</p>
+
+      <p><p>We are happy to announce the availability of Flink 0.6. This is the
+first release of the system inside the Apache Incubator and under the
+name Flink. Releases up to 0.5 were under the name Stratosphere, the
+academic and open source project that Flink originates from.</p>
+
+</p>
+
+      <p><a href="/news/2014/08/26/release-0.6.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/05/31/release-0.5.html">Stratosphere version 0.5 available</a></h2>
+      <p>31 May 2014</p>
+
+      <p><p>We are happy to announce a new major Stratosphere release, version 0.5. This release adds many new features and improves the interoperability, stability, and performance of the system. The major theme of the release is the completely new Java API that makes it easy to write powerful distributed programs.</p>
+
+</p>
+
+      <p><a href="/news/2014/05/31/release-0.5.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/04/16/stratosphere-goes-apache-incubator.html">Stratosphere accepted as Apache Incubator Project</a></h2>
+      <p>16 Apr 2014</p>
+
+      <p><p>We are happy to announce that Stratosphere has been accepted as a project for the <a href="https://incubator.apache.org/">Apache Incubator</a>. The <a href="https://wiki.apache.org/incubator/StratosphereProposal">proposal</a> has been accepted by the Incubator PMC members earlier this week. The Apache Incubator is the first step in the process of giving a project to the <a href="http://apache.org">Apache Software Foundation</a>. While under incubation, the project will move to the Apache infrastructure and adopt the community-driven development principles of the Apache Foundation. Projects can graduate from incubation to become top-level projects if they show activity, a healthy community dynamic, and releases.</p>
+
+</p>
+
+      <p><a href="/news/2014/04/16/stratosphere-goes-apache-incubator.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/02/24/stratosphere-google-summer-of-code-2014.html">Stratosphere got accepted for Google Summer of Code 2014</a></h2>
+      <p>24 Feb 2014</p>
+
+      <p><div class="lead">Students: Apply now for exciting summer projects in the Big Data / Analytics field</div>
+
+</p>
+
+      <p><a href="/news/2014/02/24/stratosphere-google-summer-of-code-2014.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html">Use Stratosphere with Amazon Elastic MapReduce</a></h2>
+      <p>18 Feb 2014 by Robert Metzger (<a href="https://twitter.com/rmetzger_">@rmetzger_</a>)</p>
+
+      <p><div class="lead">Get started with Stratosphere within 10 minutes using Amazon Elastic MapReduce.</div>
+
+</p>
+
+      <p><a href="/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/01/28/querying_mongodb.html">Accessing Data Stored in MongoDB with Stratosphere</a></h2>
+      <p>28 Jan 2014 by Robert Metzger (<a href="https://twitter.com/rmetzger_">@rmetzger_</a>)</p>
+
+      <p><p>We recently merged a <a href="https://github.com/stratosphere/stratosphere/pull/437">pull request</a> that allows you to use any existing Hadoop <a href="http://developer.yahoo.com/hadoop/tutorial/module5.html#inputformat">InputFormat</a> with Stratosphere. So you can now (in the <code>0.5-SNAPSHOT</code> and upwards versions) define a Hadoop-based data source:</p>
+
+</p>
+
+      <p><a href="/news/2014/01/28/querying_mongodb.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/01/26/optimizer_plan_visualization_tool.html">Optimizer Plan Visualization Tool</a></h2>
+      <p>26 Jan 2014</p>
+
+      <p><p>Stratosphere’s hybrid approach combines <strong>MapReduce</strong> and <strong>MPP database</strong> techniques. One central part of this approach is to have a <strong>separation between the programming (API) and the way programs are executed</strong> <em>(execution plans)</em>. The <strong>compiler/optimizer</strong> decides the details concerning caching or when to partition/broadcast with a holistic view of the program. The same program may actually be executed differently in different scenarios (input data of different sizes, different number of machines).</p>
+
+</p>
+
+      <p><a href="/news/2014/01/26/optimizer_plan_visualization_tool.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+
+    <!-- Pagination links -->
+    
+    <ul class="pager">
+      <li>
+      
+        <a href="/blog" class="previous">Previous</a>
+      
+      </li>
+      <li>
+        <span class="page_number ">Page: 2 of 3</span>
+      </li>
+      <li>
+      
+        <a href="/blog/page3" class="next">Next</a>
+      
+      </li>
+    </ul>
+    
+  </div>
+
+  <div class="col-sm-4" markdown="1">
+    <!-- Blog posts by YEAR -->
+    
+      
+      
+
+      
+    <h2>2015</h2>
+
+    <ul id="markdown-toc">
+      
+      <li><a href="/news/2015/05/11/Juggling-with-Bits-and-Bytes.html">Juggling with Bits and Bytes</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/04/13/release-0.9.0-milestone1.html">Announcing Flink 0.9.0-milestone1 preview release</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/04/07/march-in-flink.html">March 2015 in the Flink community</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html">Peeking into Apache Flink's Engine Room</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/03/02/february-2015-in-flink.html">February 2015 in the Flink community</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/02/09/streaming-example.html">Introducing Flink Streaming</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/02/04/january-in-flink.html">January 2015 in the Flink community</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/01/21/release-0.8.html">Apache Flink 0.8.0 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/01/06/december-in-flink.html">December 2014 in the Flink community</a></li>
+      
+      
+        
+    </ul>
+        <hr>
+        <h2>2014</h2>
+    <ul id="markdown-toc">
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/11/18/hadoop-compatibility.html">Hadoop Compatibility in Flink</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/11/04/release-0.7.0.html">Apache Flink 0.7.0 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/10/03/upcoming_events.html">Upcoming Events</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/09/26/release-0.6.1.html">Apache Flink 0.6.1 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/08/26/release-0.6.html">Apache Flink 0.6 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/05/31/release-0.5.html">Stratosphere version 0.5 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/04/16/stratosphere-goes-apache-incubator.html">Stratosphere accepted as Apache Incubator Project</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/02/24/stratosphere-google-summer-of-code-2014.html">Stratosphere got accepted for Google Summer of Code 2014</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html">Use Stratosphere with Amazon Elastic MapReduce</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/28/querying_mongodb.html">Accessing Data Stored in MongoDB with Stratosphere</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/26/optimizer_plan_visualization_tool.html">Optimizer Plan Visualization Tool</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/13/stratosphere-release-0.4.html">Stratosphere 0.4 Released</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/12/0.4-migration-guide.html">Stratosphere Version 0.4 Migration Guide</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/10/stratosphere-hadoop-summit.html">Stratosphere got accepted to the Hadoop Summit Europe in Amsterdam</a></li>
+      
+      
+        
+    </ul>
+        <hr>
+        <h2>2013</h2>
+    <ul id="markdown-toc">
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2013/12/13/humboldt-innovation-award.html">Stratosphere wins award at Humboldt Innovation Competition "Big Data: Research meets Startups"</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2013/10/21/cikm2013-paper.html">Paper "All Roads Lead to Rome: Optimistic Recovery for Distributed Iterative Data Processing" accepted at CIKM 2013</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2013/03/27/www-demo-paper.html">Demo Paper "Large-Scale Social-Media Analytics on Stratosphere" Accepted at WWW 2013</a></li>
+      
+      
+        
+    </ul>
+        <hr>
+        <h2>2012</h2>
+    <ul id="markdown-toc">
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/11/21/previewICDE2013.html">ICDE 2013 Demo Preview</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/11/12/btw2013demo.html">Stratosphere Demo Paper Accepted for BTW 2013</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/10/15/icde2013.html">Stratosphere Demo Accepted for ICDE 2013</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/08/21/release02.html">Version 0.2 Released</a></li>
+      
+      
+    </ul>
+      
+    
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/blog/page3/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page3/index.html b/content/blog/page3/index.html
new file mode 100644
index 0000000..ce1d055
--- /dev/null
+++ b/content/blog/page3/index.html
@@ -0,0 +1,681 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Blog</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-12"><h1>Blog</h1></div>
+</div>
+
+<div class="row">
+  <div class="col-sm-8">
+    <!-- Blog posts -->
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/01/13/stratosphere-release-0.4.html">Stratosphere 0.4 Released</a></h2>
+      <p>13 Jan 2014</p>
+
+      <p><p>We are pleased to announce that version 0.4 of the Stratosphere system has been released.</p>
+
+</p>
+
+      <p><a href="/news/2014/01/13/stratosphere-release-0.4.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/01/12/0.4-migration-guide.html">Stratosphere Version 0.4 Migration Guide</a></h2>
+      <p>12 Jan 2014</p>
+
+      <p><p>This guide is intended to help users of previous Stratosphere versions to migrate their programs to the new API of v0.4.</p>
+
+</p>
+
+      <p><a href="/news/2014/01/12/0.4-migration-guide.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2014/01/10/stratosphere-hadoop-summit.html">Stratosphere got accepted to the Hadoop Summit Europe in Amsterdam</a></h2>
+      <p>10 Jan 2014</p>
+
+      <p><p>The Stratosphere team is proud to announce that it is going to present at the <a href="http://hadoopsummit.org/amsterdam/">Hadoop Summit 2014 in Amsterdam</a> on April 2-3. Our talk “Big Data looks tiny from Stratosphere” is part of the “Future of Hadoop” Track. The talk abstract already made it into the top 5 in the <a href="https://hadoopsummit.uservoice.com/forums/196822-future-of-apache-hadoop/filters/top">Community Vote</a> that took place by the end of last year.</p>
+
+</p>
+
+      <p><a href="/news/2014/01/10/stratosphere-hadoop-summit.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2013/12/13/humboldt-innovation-award.html">Stratosphere wins award at Humboldt Innovation Competition "Big Data: Research meets Startups"</a></h2>
+      <p>13 Dec 2013</p>
+
+      <p>    <p> Stratosphere won the second place in
+    the <a href="http://www.humboldt-innovation.de/de/newsdetail/News/View/Forum%2BJunge%2BSpitzenforscher%2BBIG%2BData%2B%2BResearch%2Bmeets%2BStartups-123.html">competition</a>
+    organized by Humboldt Innovation on "Big Data: Research meets
+    Startups," where several research projects were evaluated by a
+    panel of experts from the Berlin startup ecosystem. The award
+    includes a monetary prize of 10,000 euros.
+    </p>
+
+</p>
+
+      <p><a href="/news/2013/12/13/humboldt-innovation-award.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2013/10/21/cikm2013-paper.html">Paper "All Roads Lead to Rome: Optimistic Recovery for Distributed Iterative Data Processing" accepted at CIKM 2013</a></h2>
+      <p>21 Oct 2013</p>
+
+      <p><p>Our paper ““All Roads Lead to Rome:” Optimistic Recovery for Distributed
+Iterative Data Processing” authored by Sebastian Schelter, Kostas
+Tzoumas, Stephan Ewen and Volker Markl has been accepted accepted at the
+ACM International Conference on Information and Knowledge Management
+(CIKM 2013) in San Francisco.</p>
+
+</p>
+
+      <p><a href="/news/2013/10/21/cikm2013-paper.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2013/03/27/www-demo-paper.html">Demo Paper "Large-Scale Social-Media Analytics on Stratosphere" Accepted at WWW 2013</a></h2>
+      <p>27 Mar 2013</p>
+
+      <p>   <p>Our demo submission<br />
+<strong><cite>"Large-Scale Social-Media Analytics on Stratosphere"</cite></strong><br />
+by Christoph Boden, Marcel Karnstedt, Miriam Fernandez and Volker Markl<br />
+has been accepted for WWW 2013 in Rio de Janeiro, Brazil.</p>
+<p>Visit our demo, and talk to us if you are attending WWW 2013.</p>
+<p><strong>Abstract:</strong><br />
+The importance of social-media platforms and online communities - in business as well as public context - is more and more acknowledged and appreciated by industry and researchers alike. Consequently, a wide range of analytics has been proposed to understand, steer, and exploit the mechanics and laws driving their functionality and creating the resulting benefits. However, analysts usually face significant problems in scaling existing and novel approaches to match the data volume and size of modern online communities. In this work, we propose and demonstrate the usage of the massively parallel data prossesing system Stratosphere, based on second order functions as an extended notion of the MapReduce paradigm, to provide a new level of scalability to such social-media analytics. Based on the popular example of role analysis, we present and illustrate how this massively parallel approach can be leveraged to scale out complex data-mining tasks, while providing a programming approach th
 at eases the formulation of complete analytical workflows.</p> 
+
+
+</p>
+
+      <p><a href="/news/2013/03/27/www-demo-paper.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2012/11/21/previewICDE2013.html">ICDE 2013 Demo Preview</a></h2>
+      <p>21 Nov 2012</p>
+
+      <p> <p>This is a preview of our demo that will be presented at ICDE 2013 in Brisbane.<br />
+The demo shows how static code analysis can be leveraged to reordered UDF operators in data flow programs.</p>
+<p>Detailed information can be found in our papers which are available on the <a href="/publications">publication</a> page.</p>
+<p><iframe width="420" height="315" src="http://www.youtube.com/embed/ZYwCMgPXFVE" frameborder="0" allowfullscreen></iframe></p>
+
+</p>
+
+      <p><a href="/news/2012/11/21/previewICDE2013.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2012/11/12/btw2013demo.html">Stratosphere Demo Paper Accepted for BTW 2013</a></h2>
+      <p>12 Nov 2012</p>
+
+      <p> <p>Our demo submission<br />
+<strong><cite>"Applying Stratosphere for Big Data Analytics"</cite></strong><br />
+has been accepted for BTW 2013 in Magdeburg, Germany.<br />
+The demo focuses on Stratosphere's query language Meteor, which has been presented in our paper <cite>"Meteor/Sopremo: An Extensible Query Language and Operator Model"</cite> <a href="/assets/papers/Sopremo_Meteor BigData.pdf">[pdf]</a> at the BigData workshop associated with VLDB 2012 in Istanbul.</p>
+<p>Visit our demo, and talk to us if you are going to attend BTW 2013.</p>
+<p><strong>Abstract:</strong><br />
+Analyzing big data sets as they occur in modern business and science applications requires query languages that allow for the specification of complex data processing tasks. Moreover, these ideally declarative query specifications have to be optimized, parallelized and scheduled for processing on massively parallel data processing platforms. This paper demonstrates the application of Stratosphere to different kinds of Big Data Analytics tasks. Using examples from different application domains, we show how to formulate analytical tasks as Meteor queries and execute them with Stratosphere. These examples include data cleansing and information extraction tasks, and a correlation analysis of microblogging and stock trade volume data that we describe in detail in this paper.</p>
+
+</p>
+
+      <p><a href="/news/2012/11/12/btw2013demo.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2012/10/15/icde2013.html">Stratosphere Demo Accepted for ICDE 2013</a></h2>
+      <p>15 Oct 2012</p>
+
+      <p> <p>Our demo submission<br />
+<strong><cite>"Peeking into the Optimization of Data Flow Programs with MapReduce-style UDFs"</cite></strong><br />
+has been accepted for ICDE 2013 in Brisbane, Australia.<br />
+The demo illustrates the contributions of our VLDB 2012 paper <cite>"Opening the Black Boxes in Data Flow Optimization"</cite> <a href="/assets/papers/optimizationOfDataFlowsWithUDFs_13.pdf">[PDF]</a> and <a href="/assets/papers/optimizationOfDataFlowsWithUDFs_poster_13.pdf">[Poster PDF]</a>.</p>
+<p>Visit our poster, enjoy the demo, and talk to us if you are going to attend ICDE 2013.</p>
+<p><strong>Abstract:</strong><br />
+Data flows are a popular abstraction to define data-intensive processing tasks. In order to support a wide range of use cases, many data processing systems feature MapReduce-style user-defined functions (UDFs). In contrast to UDFs as known from relational DBMS, MapReduce-style UDFs have less strict templates. These templates do not alone provide all the information needed to decide whether they can be reordered with relational operators and other UDFs. However, it is well-known that reordering operators such as filters, joins, and aggregations can yield runtime improvements by orders of magnitude.<br />
+We demonstrate an optimizer for data flows that is able to reorder operators with MapReduce-style UDFs written in an imperative language. Our approach leverages static code analysis to extract information from UDFs which is used to reason about the reorderbility of UDF operators. This information is sufficient to enumerate a large fraction of the search space covered by conventional RDBMS optimizers including filter and aggregation push-down, bushy join orders, and choice of physical execution strategies based on interesting properties.<br />
+We demonstrate our optimizer and a job submission client that allows users to peek step-by-step into each phase of the optimization process: the static code analysis of UDFs, the enumeration of reordered candidate data flows, the generation of physical execution plans, and their parallel execution. For the demonstration, we provide a selection of relational and non-relational data flow programs which highlight the salient features of our approach.</p>
+
+</p>
+
+      <p><a href="/news/2012/10/15/icde2013.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
+      <h2 class="blog-title"><a href="/news/2012/08/21/release02.html">Version 0.2 Released</a></h2>
+      <p>21 Aug 2012</p>
+
+      <p><p>We are happy to announce that version 0.2 of the Stratosphere System has been released. It has a lot of performance improvements as well as a bunch of exciting new features like:</p>
+<ul>
+<li>The new Sopremo Algebra Layer and the Meteor Scripting Language</li>
+<li>The whole new tuple data model for the PACT API</li>
+<li>Fault tolerance through local checkpoints</li>
+<li>A ton of performance improvements on all layers</li>
+<li>Support for plug-ins on the data flow channel layer</li>
+<li>Many new library classes (for example new Input-/Output-Formats)</li>
+</ul>
+<p>For a complete list of new features, check out the <a href="https://stratosphere.eu/wiki/doku.php/wiki:changesrelease0.2">change log</a>.</p>
+
+</p>
+
+      <p><a href="/news/2012/08/21/release02.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+
+    <!-- Pagination links -->
+    
+    <ul class="pager">
+      <li>
+      
+        <a href="/blog/page2" class="previous">Previous</a>
+      
+      </li>
+      <li>
+        <span class="page_number ">Page: 3 of 3</span>
+      </li>
+      <li>
+      
+        <span>Next</span>
+      
+      </li>
+    </ul>
+    
+  </div>
+
+  <div class="col-sm-4" markdown="1">
+    <!-- Blog posts by YEAR -->
+    
+      
+      
+
+      
+    <h2>2015</h2>
+
+    <ul id="markdown-toc">
+      
+      <li><a href="/news/2015/05/11/Juggling-with-Bits-and-Bytes.html">Juggling with Bits and Bytes</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/04/13/release-0.9.0-milestone1.html">Announcing Flink 0.9.0-milestone1 preview release</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/04/07/march-in-flink.html">March 2015 in the Flink community</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html">Peeking into Apache Flink's Engine Room</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/03/02/february-2015-in-flink.html">February 2015 in the Flink community</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/02/09/streaming-example.html">Introducing Flink Streaming</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/02/04/january-in-flink.html">January 2015 in the Flink community</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/01/21/release-0.8.html">Apache Flink 0.8.0 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2015/01/06/december-in-flink.html">December 2014 in the Flink community</a></li>
+      
+      
+        
+    </ul>
+        <hr>
+        <h2>2014</h2>
+    <ul id="markdown-toc">
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/11/18/hadoop-compatibility.html">Hadoop Compatibility in Flink</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/11/04/release-0.7.0.html">Apache Flink 0.7.0 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/10/03/upcoming_events.html">Upcoming Events</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/09/26/release-0.6.1.html">Apache Flink 0.6.1 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/08/26/release-0.6.html">Apache Flink 0.6 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/05/31/release-0.5.html">Stratosphere version 0.5 available</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/04/16/stratosphere-goes-apache-incubator.html">Stratosphere accepted as Apache Incubator Project</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/02/24/stratosphere-google-summer-of-code-2014.html">Stratosphere got accepted for Google Summer of Code 2014</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html">Use Stratosphere with Amazon Elastic MapReduce</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/28/querying_mongodb.html">Accessing Data Stored in MongoDB with Stratosphere</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/26/optimizer_plan_visualization_tool.html">Optimizer Plan Visualization Tool</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/13/stratosphere-release-0.4.html">Stratosphere 0.4 Released</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/12/0.4-migration-guide.html">Stratosphere Version 0.4 Migration Guide</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2014/01/10/stratosphere-hadoop-summit.html">Stratosphere got accepted to the Hadoop Summit Europe in Amsterdam</a></li>
+      
+      
+        
+    </ul>
+        <hr>
+        <h2>2013</h2>
+    <ul id="markdown-toc">
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2013/12/13/humboldt-innovation-award.html">Stratosphere wins award at Humboldt Innovation Competition "Big Data: Research meets Startups"</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2013/10/21/cikm2013-paper.html">Paper "All Roads Lead to Rome: Optimistic Recovery for Distributed Iterative Data Processing" accepted at CIKM 2013</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2013/03/27/www-demo-paper.html">Demo Paper "Large-Scale Social-Media Analytics on Stratosphere" Accepted at WWW 2013</a></li>
+      
+      
+        
+    </ul>
+        <hr>
+        <h2>2012</h2>
+    <ul id="markdown-toc">
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/11/21/previewICDE2013.html">ICDE 2013 Demo Preview</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/11/12/btw2013demo.html">Stratosphere Demo Paper Accepted for BTW 2013</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/10/15/icde2013.html">Stratosphere Demo Accepted for ICDE 2013</a></li>
+      
+      
+        
+      
+    
+      
+      
+
+      
+      <li><a href="/news/2012/08/21/release02.html">Version 0.2 Released</a></li>
+      
+      
+    </ul>
+      
+    
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/coding-guidelines.html
----------------------------------------------------------------------
diff --git a/content/coding-guidelines.html b/content/coding-guidelines.html
new file mode 100644
index 0000000..9550d41
--- /dev/null
+++ b/content/coding-guidelines.html
@@ -0,0 +1,213 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Coding Guidelines</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown active">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <div class="col-sm-12"><h1>Coding Guidelines</h1></div>
+    </div>
+
+<p>These are the coding and style guidelines that we follow.</p>
+
+<h2 id="guidelines-for-pull-requests-and-patches">Guidelines for pull requests and patches</h2>
+
+<ul>
+  <li><strong>JIRA issue and commit message</strong>. A pull request should relate to a JIRA issue; create an issue if none exists for the change you want to make. The latest commit message should reference that issue. An example commit message would be <em>[FLINK-633] Fix NullPointerException for empty UDF parameters</em>. That way, the pull request automatically gives a description of what it does, for example what bug does it fix in what way.</li>
+  <li><strong>No WIP pull requests</strong>. We consider pull requests as requests to merge the referenced code <em>as is</em> into the current <em>stable</em> master branch. Therefore, a pull request should not be “work in progress”. Open a pull request if you are confident that it can be merged into the current master branch without problems. If you rather want comments on your code, post a link to your working branch.</li>
+  <li><strong>Single change per PR</strong>. Please do not combine various unrelated changes in a single pull request. Rather, open multiple individual pull requests. This ensures that pull requests are <em>topic related</em>, can be merged more easily, and typically result in topic-specific merge conflicts only.</li>
+  <li><strong>Tests need to pass</strong>. Any pull request where the tests do not pass or which does not compile will not undergo any further review. We recommend to connect your private GitHub accounts with <a href="http://travis-ci.org/">Travis CI</a> (like the Flink GitHub repository). Travis will run tests for all tested environments whenever you push something into <em>your</em> Github repository.</li>
+  <li><strong>No reformattings</strong>. Please keep reformatting of source files to a minimum. Diffs become unreadable if you (or your IDE automatically) remove or replace whitespaces, reformat code, or comments. Also, other patches that affect the same files become un-mergeable. Please configure your IDE such that code is not automatically reformatted. Pull requests with excessive or unnecessary code reformatting might be rejected.</li>
+  <li><strong>Tests for new features are required</strong>. All new features need to be backed by tests, <em>strictly</em>. It is very easy that a later merge accidentally throws out a feature or breaks it. This will not be caught if the feature is not guarded by tests. Anything not covered by a test is considered cosmetic.</li>
+  <li><strong>Cleanup</strong>. Before opening a pull request follow this checklist:
+    <ul>
+      <li>Rebase onto the latest version of the master branch</li>
+      <li>Clean up your commits, i.e., squash them in a reasonable way and give meaningful commit messages</li>
+      <li>Run <em>all</em> tests either locally with <code>mvn clean verify</code> or use Travis CI to check the build</li>
+    </ul>
+  </li>
+  <li><strong>Append review commits</strong>. When you get comments on the pull request asking for changes, append commits for these changes. <em>Do not rebase and squash them.</em> It allows people to review the cleanup work independently. Otherwise reviewers have to go through the entire set of diffs again.</li>
+  <li><strong>Javadocs for public methods</strong>. Public methods and classes that are part of the user-facing API need to have JavaDocs. Please write meaningful docs. Good docs are concise and informative.</li>
+  <li><strong>Meaningful error messages</strong>. Give meaningful exception messages. Try to imagine why an exception could be thrown (what a user did wrong) and give a message that will help a user to resolve the problem.</li>
+  <li><strong>Follow the coding style</strong> (see below). The checkstyle plugin verifies these rules when you build the code. If your code does not follow the checkstyle rules, Maven will not compile it and consequently the build will fail.</li>
+</ul>
+
+<h2 id="coding-style-guidelines">Coding Style Guidelines</h2>
+
+<ul>
+  <li><strong>Apache license headers</strong>. Make sure you have Apache License headers in your files. The RAT plugin is checking for that when you build the code.</li>
+  <li><strong>Tabs vs. spaces</strong>. We are using tabs for indentation, not spaces. We are not religious there, it just happened to be that we started with tabs, and it is important to not mix them (merge/diff conflicts).</li>
+  <li>
+    <p><strong>Blocks</strong>. All statements after <code>if</code>, <code>for</code>, <code>while</code>, <code>do</code>, … must always be encapsulated in a block with curly braces (even if the block contains one statement):</p>
+
+    <div class="highlight"><pre><code class="language-java"><span class="k">for</span> <span class="o">(...)</span> <span class="o">{</span>
+ <span class="o">...</span>
+<span class="o">}</span></code></pre></div>
+    <p>If you are wondering why, recall the famous <a href="https://www.imperialviolet.org/2014/02/22/applebug.html"><em>goto bug</em></a> in Apple’s SSL library.</p>
+  </li>
+  <li><strong>No wildcard imports</strong>. Do not use wildcard imports in the core files. They can cause problems when adding to the code and in some cases even during refactoring. Exceptions are the Tuple classes, Tuple-related utilities, and Flink user programs, when importing operators/functions. Tests are a special case of the user programs.</li>
+  <li><strong>No unused imports</strong>. Remove all unused imports.</li>
+  <li><strong>No raw generic types</strong>. Do not use raw generic types, unless strictly necessary (sometime necessary for signature matches, arrays).</li>
+  <li><strong>Supress warnings</strong>. Add annotations to suppress warnings, if they cannot be avoided (such as “unchecked”, or “serial”).</li>
+  <li>
+    <p><strong>Comments</strong>. Add comments to your code. What is it doing? Add JavaDocs or inherit them by not adding any comments to the methods. Do not automatically generate comments and avoid unnecessary comments like:</p>
+
+    <div class="highlight"><pre><code class="language-java"><span class="n">i</span><span class="o">++;</span> <span class="c1">// increment by one</span></code></pre></div>
+  </li>
+</ul>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>


[30/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/svg/flink_logotypes.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/flink_logotypes.svg b/img/logo/svg/flink_logotypes.svg
new file mode 100644
index 0000000..006243a
--- /dev/null
+++ b/img/logo/svg/flink_logotypes.svg
@@ -0,0 +1,3835 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="799.736px" height="803.173px" viewBox="168.959 68.626 799.736 803.173"
+	 enable-background="new 168.959 68.626 799.736 803.173" xml:space="preserve">
+<symbol  id="New_Symbol_10" viewBox="-37.236 -37.491 74.472 74.981">
+	<g>
+		<g>
+			<g>
+				<g>
+					<polygon fill="#0B0B0B" points="23.098,12.539 23.096,12.536 23.098,12.536 					"/>
+					<path fill="#0B0B0B" d="M26.772-4.074c-0.41-0.647-0.494-1.885,0.436-2.595c1.523-1.163,2.877-0.169,3.766-0.749
+						C31.25-7.599,31.44-7.44,31.55-7.133c0.25,0.707,0.368,1.438,0.283,2.185c-0.04,0.356-0.115,0.725-0.255,1.054
+						c-0.558,1.302-2.247,1.836-3.496,1.126c-0.158-0.091-0.312-0.199-0.455-0.316c-0.151-0.123-0.291-0.266-0.449-0.413
+						c0.071-0.083,0.128-0.16,0.195-0.228c0.151-0.155,0.208-0.339,0.162-0.545c-0.144-0.646-0.018-1.276,0.496-1.614
+						c0.5-0.328,2.031-0.766,2.951,0.473c0.439-0.816,0.127-1.52,0.064-1.558c-0.007-0.007-0.422,0.413-1.531,0.35
+						c-0.614-0.033-1.429,0.128-1.948,0.48c-0.626,0.421-0.748,1.201-0.783,1.957C26.782-4.16,26.777-4.138,26.772-4.074z
+						 M29.722-3.99c0-0.454-0.369-0.825-0.826-0.825c-0.455,0-0.826,0.371-0.826,0.825c0,0.457,0.371,0.826,0.826,0.826
+						C29.353-3.164,29.722-3.533,29.722-3.99z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M19.839,2.256c0,0.049,0.002,0.097,0.002,0.145c-0.019,0.034-0.044,0.066-0.061,0.101
+						C19.829,2.43,19.851,2.342,19.839,2.256z"/>
+					<path fill="#0B0B0B" d="M21.587,7.85c-0.017,0-0.034-0.003-0.05-0.003c-0.009-0.02-0.018-0.039-0.027-0.058
+						C21.529,7.809,21.562,7.83,21.587,7.85z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M36.517-27.253c0.04,0.263,0.084,0.509,0.132,0.757c0.104,0.551,0.21,1.12,0.249,1.703
+						c0.132,2.062-0.514,3.865-1.919,5.365l0.049,0.221c0.067,0.314,0.149,0.706,0.196,1.089c0.119,0.946-0.186,1.796-0.93,2.602
+						c-0.022,0.023-0.048,0.051-0.061,0.071c-0.181,0.544-0.572,0.979-1.156,1.271c-0.344,0.174-0.705,0.304-1.081,0.388
+						c0.449,0.186,0.9,0.411,1.36,0.687c0.054,0.032,0.077,0.038,0.077,0.038c1.5,0.229,2.682,1.386,2.944,2.876
+						c0.006,0.035,0.01,0.067,0.015,0.104c0.007,0.063,0.015,0.134,0.023,0.155c0.592,0.913,0.699,1.946,0.317,3.061
+						c-0.125,0.36-0.279,0.722-0.416,1.038c-0.107,0.249-0.212,0.493-0.305,0.736c-0.106,0.277-0.225,0.587-0.25,0.868
+						c-0.07,0.783-0.186,1.813-0.47,2.84c-0.593,2.135-1.624,3.807-3.153,5.113c-1.396,1.194-2.886,1.706-4.899,2.007
+						c0.274-0.431-0.091-0.624,0.104-1.101c0.079-0.193,0.1-0.375,0.099-0.553c3.444-1.177,6.047-4.312,6.485-8.081
+						c0.012-0.108,0.024-0.223,0.033-0.334c0.024-0.311,0.052-0.631,0.152-0.944c0.116-0.365,0.284-0.705,0.446-1.032
+						c0.066-0.136,0.134-0.271,0.196-0.409c0.058-0.124,0.116-0.249,0.176-0.372c0.122-0.257,0.261-0.548,0.372-0.835
+						c0.1-0.254,0.198-0.817,0.071-1.177c-0.006,0.004-0.652,0.824-1.295,0.888c-0.625,0.063-0.772-0.378-0.772-0.378
+						s1.257-0.434,1.611-1.399c-0.042-0.507-0.225-0.935-0.545-1.259c-0.398-0.403-0.809-0.535-1.237-0.6
+						c-0.482-0.073-0.828,0.149-0.828,0.149s-0.267-1.464-3.296-1.468l-0.185,0.001c-0.891,0-1.75-0.248-2.703-0.78
+						c-1.255-1.039-4.071-0.935-4.071-0.935c-0.792,0.133-1.534,0.334-2.252,0.619c-1.323,0.529-2.488,1.28-3.392,2.398
+						c-0.487,0.602-0.853,1.268-1.102,1.999c-0.023,0.066-0.051,0.132-0.076,0.197c-0.014-0.713,0.137-1.385,0.442-2.021
+						c0.623-1.278,1.649-2.115,2.935-2.664c1.115-0.479,2.284-0.641,3.488-0.581l0.255-0.285c0.123-0.135,0.254-0.178,0.342-0.199
+						c0.491-0.117,1.011-0.174,1.587-0.174c0.224,0,1.575,0.311,2.954-0.385c0.124-0.062,0.291-0.138,0.49-0.138
+						c0.103,0,0.201,0.019,0.299,0.056l0.152,0.058c0.326,0.123,0.967,0.386,0.967,0.386c3.941,0.867,4.504-2.112,4.504-2.112
+						c-0.104,0.046-0.223,0.083-0.355,0.083c-0.155,0-0.301-0.053-0.433-0.149l-0.448-0.341l0.673-0.423
+						c0.14-0.087,0.265-0.164,0.386-0.247c0.153-0.105,0.215-0.249,0.207-0.481c-0.019-0.606-0.728-1.227-1.403-1.227
+						c-0.077,0-0.151,0.008-0.222,0.022c-0.275,0.062-0.426,0.15-0.516,0.308c-0.078,0.134-0.257,0.274-0.468,0.274l-0.179-0.008
+						c-0.215-0.009-0.434-0.018-0.656-0.067l-0.051-0.013c-0.298-0.065-0.575-0.131-0.848-0.131c-0.097,0-0.188,0.009-0.277,0.026
+						c-0.128,0.022-0.255,0.054-0.383,0.087l-0.598,0.142l-0.102-0.356c-0.151-0.528-0.396-1.005-0.752-1.456
+						c-0.764-0.972-1.788-1.657-3.131-2.099c-0.989-0.324-2.059-0.488-3.176-0.488c-0.59,0-1.211,0.046-1.847,0.136
+						c-2.402,0.344-4.08,1.647-4.984,3.877c-0.149,0.369-0.256,0.775-0.359,1.169c-0.058,0.222-0.11,0.43-0.171,0.636
+						c-0.317,1.078-0.719,2.035-1.228,2.926c-0.938,1.636-2.101,2.803-3.558,3.569c-1.17,0.615-2.447,0.927-3.799,0.927
+						c-0.561,0-1.146-0.053-1.74-0.157c-0.245-0.045-0.494-0.068-0.737-0.16c-1.282-0.49-1.442-0.715-1.442-0.715l0.619-0.037
+						c0.104-0.006,0.328-0.035,0.555-0.065c0.251-0.032,0.504-0.064,0.612-0.069c0.433-0.021,0.843-0.04,1.248-0.083
+						c1.698-0.172,3.243-0.691,4.591-1.546c1.812-1.147,2.922-2.568,3.392-4.342c0.29-1.091,0.703-2.179,1.228-3.231
+						c0.313-0.627,0.711-1.353,1.294-1.978c0.827-0.887,1.885-1.489,3.324-1.895c0.385-0.107,0.764-0.229,1.084-0.33
+						c0.038-0.011,0.077-0.032,0.117-0.136c0.18-0.466,0.223-0.918,0.131-1.383c-0.141-0.725-0.49-1.397-1.066-2.062
+						c-0.458-0.526-1.051-0.929-1.626-1.316c-0.318-0.214-0.616-0.439-0.891-0.673c-0.341-0.291-0.518-0.682-0.499-1.1
+						c0.016-0.346,0.042-0.921,0.628-0.921c0.126,0,0.271,0.029,0.5,0.105c0.097,0.032,0.193,0.071,0.289,0.112l0.507,0.22
+						c0.282,0.121,0.565,0.243,0.848,0.362c0.566,0.234,1.12,0.354,1.648,0.354c0.276,0,0.555-0.031,0.825-0.098
+						c0.773-0.185,1.48-0.607,1.643-1.219c0,0,0.541-2.345-3.352-2.314c-0.314,0-0.634,0.075-0.974,0.157l-0.183,0.043
+						c-0.371,0.087-0.703,0.127-1.017,0.129c-0.295,0-0.567-0.051-0.829-0.1L15.572-35.5c-0.776-0.141-1.609-0.205-2.698-0.205
+						c-0.487,0-23.165,0.021-23.165,0.021c-2.045,0-3.985,0.287-5.767,0.753c-7.413,1.938-12.688,6.09-16.131,12.422
+						c-1.25,2.303-2.104,4.787-2.544,7.435c0.023-0.037,2.468-3.748,2.468-3.748s-2.707,4.89-2.816,7.805
+						c-0.038,1.024,0.061,2.072,0.188,3.117c0.079-0.263,0.162-0.521,0.252-0.774c1.262-3.597,3.176-6.964,5.849-10.3
+						c0.064-0.08,0.117-0.174,0.144-0.257c0.412-1.27,0.972-2.477,1.664-3.599c-1.565,0.321-3.799,2.522-3.799,2.522l0.291-0.561
+						c1.747-3.367,5.86-5.419,6.665-5.711c2.358-2.095,5.223-3.613,8.509-4.517c0.187-0.051,0.374-0.095,0.562-0.138l1.605-0.384
+						l-1.026,0.993c-0.117,0.115-0.244,0.16-0.322,0.188c-2.328,0.831-4.458,2.002-6.33,3.479c-2.446,1.929-4.207,4.287-5.233,7.008
+						c-0.124,0.326-0.11,0.496-0.053,0.649c0.056,0.149,0.094,0.301,0.132,0.446c0.026,0.106,0.045,0.182,0.067,0.254
+						c0.545,1.778,1.366,3.171,2.515,4.251c1.071,1.01,2.442,1.751,4.194,2.265c1.668,0.49,3.429,0.715,5.131,0.933l0.742,0.096
+						c0.963,0.125,1.935,0.275,2.875,0.421l0.49,0.077c-0.637-0.818-1.188-1.696-1.644-2.622c-0.116-0.038-3.573-0.815-3.986-0.903
+						c-5.49-1.171-5.861-4.658-5.861-4.658s2.371,3.142,8.071,3.312l0.199,0.002c0.23-0.003,0.458-0.01,0.695-0.021
+						c-1.581-8.259,1.483-11.128,1.458-11.033c-0.694,2.64-0.868,5.042-0.532,7.344c0.434,2.986,1.751,5.56,3.911,7.647
+						c1.469,1.422,3.319,2.615,5.655,3.653c2.031,0.903,4.17,1.452,6.186,1.938l0.386,0.091C6.045-5.453,7.543-5.092,9-4.664
+						c2.257,0.661,4.22,1.751,5.833,3.241c0.246,0.227,0.526,0.483,0.763,0.791c1.142,1.48,2.438,2.604,3.935,3.438
+						c0.206-0.944,0.748-1.833,1.632-2.373c-0.929,1.592-1.399,3.215-0.959,4.714c0.419,1.34,1.114,2.013,1.852,3.307
+						c0.877,1.691,0.972,4.094,0.985,4.107c0.162,0.166,0.274,0.329,0.44,0.491c0.204,0.203,0.394,0.403,0.594,0.609
+						c0.594,0.614,1.029,1.382,1.212,2.299c0.19,0.956-0.245,1.468-0.245,1.468c0.161,0.59,0.376,1.165,0.421,1.756
+						c0.083,1.098-0.255,2.111-0.408,2.111c-0.074,0-1.408-1.521-2.142-1.805c-0.174,1.044-0.441,2.103-0.858,3.425
+						c-0.313,0.994-0.4,1.812-0.274,2.571c0.095,0.566,0.784,1.357,0.784,1.357l0.32,0.378l-0.44,0.225
+						c-0.072,0.043-0.639,0.169-0.829,0.169c-0.554,0-1.009-0.199-1.338-0.581c-0.066,0.453-0.076,0.91-0.033,1.372
+						c0.073,0.796,0.391,1.526,0.656,2.075c0.081,0.167,0.183,0.389,0.253,0.625c0.084,0.29,0.043,0.564-0.115,0.776
+						c-0.158,0.211-0.409,0.326-0.707,0.326c-0.258-0.004-0.49-0.045-0.691-0.121c-0.904-0.34-1.61-0.918-2.106-1.719
+						c-0.163,0.187-0.313,0.395-0.404,0.644c-0.121,0.329-0.276,0.637-0.426,0.92c-0.125,0.237-0.293,0.358-0.498,0.358
+						c-0.146,0-0.259-0.063-0.341-0.137c-0.259,0.695-0.686,1.281-1.268,1.745c-0.038,0.03-0.076,0.054-0.131,0.087l-0.787,0.482
+						c0,0,0.154-1.013,0.154-1.014c-2.018,1.311-4.247,2.261-6.634,2.828c-0.19,0.045-0.383,0.083-0.575,0.121
+						c-0.578,0.113-2.248,0.766-2.546,0.862c-0.069,0.03,0.062-0.479,0.062-0.479c-0.24,0.005-1.613,0.28-1.657,0.28l-0.113-0.41
+						c0,0-1.831,0.832-2.185,0.832c0,0-0.374-0.683-0.423-0.685c-1.661-0.104-3.253-0.349-4.727-0.714
+						c-2.594-0.645-4.76-1.61-6.618-2.947c-1.626-1.169-2.796-2.473-3.648-3.937c-0.425-0.729-1.063-1.896-1.174-2.646
+						c0.463,0.176,1.455,0.197,1.63,0.197c0.828,0,2.077-0.487,2.984-1.147c0.973-0.707,1.663-1.593,2.049-2.629
+						c0.553-1.487,0.301-2.87-0.75-4.112c-0.331,1.101-0.771,1.928-1.385,2.601c-0.431,0.475-0.938,0.831-1.505,1.062
+						c-0.089,0.037-0.177,0.061-0.27,0.073l-0.148,0.021c0,0,0.721-1.63,0.809-2.312c0.188-1.467-0.007-3.525-1.434-3.924
+						c-0.43-0.12-0.841-0.296-1.262-0.442c-0.759-0.263-1.545-0.536-2.317-0.823c-2.167-0.809-4.097-1.715-5.89-2.771
+						c0.547,0.838,0.037,1.705-0.11,1.874c-0.062-0.879-2.796-3.817-3.328-4.268c-1.943-1.643-3.406-3.169-4.617-4.782
+						c-0.94-1.255-1.766-2.576-2.458-3.938c-0.069,0.724-0.088,1.445-0.059,2.177c0.014,0.331-1.805-2.774-1.504-5.891
+						c0.001-0.009,0.001-0.047-0.028-0.143c-0.586-1.842-0.965-3.678-1.124-5.454c-0.583-6.513,1.041-12.54,4.826-17.756
+						c4.028-5.553,9.492-9.293,16.24-10.854c1.79-0.415,3.769-0.806,6.619-0.806c0,0,11.187,0,11.895,0l16.237,0.031
+						c0,0,1.905,0.001,2.992,0.592c0.926,0.502,1.455,1.005,1.833,1.884c0.585,1.357,0.085,3.093-1.162,4.004
+						c-0.741,0.542-1.618,0.812-2.682,0.812c-0.1,0-0.2,0.004-0.303-0.001c-0.106-0.005-0.213-0.012-0.318-0.021
+						c0.828,0.844,1.395,1.842,1.688,2.971c0.131,0.506,0.172,1.033,0.126,1.564l-0.003,0.026l0.254,0.014
+						c0.567,0.024,1.14,0.052,1.704,0.093c-0.188-0.24-0.332-0.519-0.433-0.831c-0.278-0.878-0.395-1.61-0.365-2.3
+						c0.051-1.215,0.513-2.354,1.368-3.381c0.663-0.793,1.475-1.431,2.479-1.939c-0.098-0.423-0.073-0.856,0.076-1.283
+						c0.116-0.324,0.33-0.586,0.636-0.757c0.34-0.19,0.709-0.308,1.096-0.308c0.139,0,0.285-0.027,0.442,0.008
+						c0.614-1.357,2.109-1.176,2.109-1.176c1.229,0.282,1.654,1.443,1.529,2.385c-0.017,0.112-0.036,0.233-0.062,0.343l0.065,0.024
+						c0.325,0.078,0.663,0.164,0.997,0.279c2.271,0.789,3.733,2.341,4.352,4.605C37.395-28.826,37.19-27.953,36.517-27.253z
+						 M19.562,8.512C16.086-1.162,7.967-2.469,7.145-2.469c0,0-2.639-0.201-3.821,0.082c0.036-0.17,0.614-0.827,1.932-1.002
+						C4.74-3.497,4.215-3.603,3.698-3.676C2.313-3.873,0.681-4.142-0.938-4.633c-0.072-0.021-0.148-0.033-0.22-0.033L-1.2-4.664
+						C-2.708-4.561-4.219-4.451-5.728-4.34c-0.917,0.065-1.759,0.098-2.572,0.098c-0.97,0-1.874-0.045-2.763-0.139
+						c-1.997-0.211-3.972-0.689-5.871-1.424c-5.462-2.327-8.367-5.437-8.367-5.437s5.587,3.76,8.557,4.518
+						c6.477,1.654,10.589,0.284,11.332,0.098c-0.455-0.268-0.891-0.55-1.308-0.856c-0.345-0.254-0.722-0.445-1.154-0.608
+						c-0.323-0.121-0.671-0.245-1.026-0.356c-1.496-0.473-3.072-0.747-4.596-1.016c0,0-0.624-0.109-0.904-0.159
+						c-1.479-0.267-3.055-0.554-4.605-0.896c-1.536-0.339-2.87-0.837-4.08-1.525c-2.225-1.264-3.542-3.168-3.917-5.663
+						c-0.647,1.224-1.116,2.412-1.165,3.644c-0.252,6.396,4.22,8.763,5.528,9.623c1.335,0.876,2.907,1.605,4.946,2.296
+						c2.809,0.949,5.729,1.566,8.47,2.094c1.036,0.199,2.075,0.396,3.114,0.592l0.252,0.047c1.223,0.23,2.444,0.461,3.667,0.699
+						C-0.05,1.702,1.66,2.248,3.194,3.002c2.427,1.195,4.27,2.473,5.792,4.02c1.223,0.039,2.317,0.151,3.36,0.351
+						c2.786,0.528,5.432,1.583,7.872,3.135C20.031,9.803,19.792,9.156,19.562,8.512z M22.232,17.404
+						c0.338,0.164,0.725,0.273,1.099,0.383c0,0,0.233,0.067,0.326,0.096c-0.021-0.104-0.042-0.202-0.072-0.296
+						c-0.574-1.758-1.575-3.32-2.977-4.648c-0.904-0.854-2.014-1.559-3.597-2.277c-1.332-0.604-2.771-1.104-4.463-1.547
+						C13.034,9.255,13.52,9.425,14,9.626c2.487,1.032,4.763,2.6,6.958,4.786c0.03,0.03,0.056,0.064,0.08,0.1l0.673,0.927
+						l-1.093-0.312c-0.125-0.037-0.212-0.094-0.281-0.142c-1.856-1.288-3.552-2.324-5.181-3.167
+						c-1.021-0.527-2.316-1.111-3.617-1.446c-0.026-0.007-0.156-0.013-0.156-0.021v0.004c0,0.488,0.24,0.967,0.605,1.427
+						c0.268,0.338,0.776,0.757,1.148,1.041c1.128,0.858,2.363,1.55,3.404,2.093c-0.381-0.49-0.779-0.879-1.318-1.147
+						c0,0,0.626-0.659,1.439-0.366c0.929,0.334,1.36,0.657,1.964,1.161c0.338,0.282,0.673,0.57,1.005,0.86
+						c0.391,0.337,0.874,0.757,1.344,1.14C21.313,16.833,21.759,17.176,22.232,17.404z M17.753,27.516
+						c0.312,1.185,0.677,2.032,1.171,2.748c0.228,0.325,0.463,0.565,0.725,0.742c-0.012-0.026-0.052-0.122-0.052-0.122
+						c-0.721-1.758-1.073-3.62-1.08-5.7c-0.001-0.306-0.038-0.615-0.07-0.892c-0.193-1.644-1.122-2.979-1.688-3.583
+						C16.897,23.307,17.217,25.488,17.753,27.516z M-14.623,13.103c0.617,0.587,1.148,1.093,1.536,1.538
+						c0.67,0.773,1.351,2.618,1.366,2.664c2.782-2.44-1.052-6.138-2.335-7.336c-0.02-0.017,2.636-0.606,4.742,1.896
+						c7.312,8.688-0.853,14.956-3.681,15.645c-0.191,0.048-1.185,0.353-1.758,0.198c5.065,7.355,13.082,5.517,13.082,5.517
+						s-0.619,1.183-2.617,1.217c-0.065,0.001-0.131,0.003-0.197,0.003c-0.104,0-0.21-0.003-0.313-0.008
+						c0.057,0.02,0.112,0.037,0.172,0.055c0.854,0.258,2.758,1.08,5.422,0.062c0.515-0.195,1.575-0.821,1.575-0.821l-0.142,0.508
+						L2.135,34.47l-0.024,0.067c-0.042,0.111-0.073,0.196-0.117,0.281s-0.09,0.171-0.136,0.256c0.077-0.029,0.154-0.062,0.228-0.096
+						c0.498-0.235,0.994-0.296,1.412-0.325c0.661-0.045,1.241-0.104,1.773-0.181c0.758-0.109,1.327-0.503,1.694-1.168
+						c0.11-0.198,0.235-0.39,0.331-0.558c0.411-0.722,1.283-0.792,1.283-0.792l-0.273,0.63l-0.264,0.903
+						c0.134-0.106,0.283-0.216,0.382-0.37c0.479-0.755,1.606-0.839,1.606-0.839l-0.197,1.183c0.076-0.047,3.801-1.407,3.998-2.914
+						c0.004-0.082,0.002-1.157,0.002-1.157s0.748,0.739,0.8,1.741c0.167-0.146,2.053-1.439,1.638-3.211
+						c-0.345-1.151-0.375-2.403-0.389-4.049c-0.004-0.389,0.005-0.777,0.005-1.166V22.54c0-0.753-0.022-1.604-0.035-2.436
+						c-0.035-2.299-0.542-3.133-0.542-3.133l0.126,0.046c0.134,0.042,0.236,0.088,0.339,0.141c0.475,0.245,0.901,0.605,1.316,1.101
+						c0.812,0.974,1.315,2.071,1.739,3.112c0.303,0.747,0.626,1.539,0.964,2.335c1.232-3.028-1.658-5.618-1.658-5.618
+						s2.232,1.204,2.848,2.406c0,0,0.535-1.478-1.86-2.536c-1.134-0.502-2.303-0.992-3.459-1.412l-0.684-0.25
+						c-0.276-0.102-0.567-0.252-0.863-0.444c-0.154-0.103-0.304-0.219-0.447-0.353c0.187,0.766,0.494,1.41,0.854,2.024
+						c0.561,0.958,0.822,2.184,0.965,2.812l0.125,0.556c0,0-0.712-0.876-1.191-1.145c0.017,0.098,0.037,0.191,0.066,0.279
+						c0.567,1.648,0.443,2.973,0.443,2.973s-0.868-0.622-0.889-0.646c0.295,1.874-0.057,2.914-0.057,2.914s-0.685-1.967-1.243-2.356
+						c-0.264,0.681-0.718,1.312-0.966,1.553c-0.765,0.746-1.214,2.627-1.214,2.627s-0.781-0.479-0.786-0.506
+						c0.056,0.142,0.084,0.646-0.14,1.656c0,0-0.752-0.771-0.758-0.843c0,0-0.569,1.777-0.709,1.777
+						c-0.047,0-0.274-0.764-0.33-0.907c-0.008,0.078-0.589,1.531-0.6,1.194c-0.009-0.287-0.327-0.926-0.864-0.656
+						c-2.081,1.041-4.329,1.785-6.694,1.972c-5.845,0.459-7.255-1.15-7.537-1.508c0,0,2.721,0.686,6.281,0.155
+						c2.308-0.342,4.52-1.071,6.571-2.19c1.455-0.793,2.643-1.677,3.612-2.689c-0.234-1.205-7.555-0.826-7.555-0.826
+						s1.844-1.62,7.062-0.813c0.627,0.098,1.12-0.154,1.573-0.498c0.174-0.135,0.259-0.372,0.215-0.495
+						c-0.035-0.104-0.215-0.12-0.32-0.12c-0.062,0-0.131,0.006-0.204,0.017c-0.161,0.022-0.237,0.029-0.292,0.029
+						c-0.248,0,5.553-4.137,0.502-11.229C8.543,9.136,5.445,7.424,3.808,6.858C9.1,13.011,4.092,17.218,2.781,18.176
+						C1.63,19.019,0.25,19.66-1.561,20.198C-1.778,20.262-2,20.323-2.232,20.386l-1.659,0.458l0.948-1.033
+						c0.023-0.029,0.074-0.087,0.162-0.125c0.06-0.024,0.116-0.047,0.172-0.067c1.162-0.454,2.101-0.956,2.896-1.548
+						c1.333-0.994,7.697-5.152,0.305-12.493c-0.257-0.255-0.929-0.628-1.05-0.669C1.527,8.26-0.149,10.84-0.149,10.84
+						s-0.914-3.352-1.448-4.279c-0.634-1.107-1.476-2.006-2.351-2.324c1.38,2.704,0.013,4.235,0.013,4.235
+						C-2.562,2.364-17.938,0.927-21.559-1.79c-0.086,0.374-0.165,0.862-0.169,1.26C-21.805,6.271-17.31,10.547-14.623,13.103z
+						 M-25.256,11.102c-0.241-0.961-0.438-1.882-0.605-3.795c-0.021-0.259-0.071-1.282-0.071-1.282s1.277,5.576,7.13,6.193
+						c-1.187-1.783-2.152-3.657-2.872-5.579c-0.649-1.73-1.054-3.392-1.236-5.077c-0.134-1.239-0.137-2.45-0.011-3.599
+						c-0.07-0.05-0.141-0.098-0.213-0.146c-1.304,0.734-1.714,2.896-1.616,4.609c0.078,1.391,0.945,4.574,0.812,4.298
+						c-0.837-1.737-2.294-4.198-2.375-6.548c-0.059-1.655,0.438-3.25,1.419-4.709c-0.144,0.026-0.316,0.09-0.528,0.192l-0.023,0.013
+						l-0.071,0.066c-0.101,0.095-0.209,0.191-0.289,0.298C-31.188,3.24-25.642,10.397-25.256,11.102z M-28.816,5.438
+						c-0.066-0.52-0.13-1.034-0.173-1.547c-0.145-1.701-0.077-3.209,0.204-4.607c0.247-1.223,0.636-2.156,1.225-2.936
+						c0.409-0.543,0.866-0.945,1.392-1.226c-0.615-0.728-1.144-1.505-1.576-2.313c-0.225,0.305-0.385,0.592-0.492,0.891l-0.42,1.152
+						c0,0-1.754-3.043-0.718-6.69C-29.375-11.839-38.007-0.48-28.816,5.438z M-29.587-13.334c0.049-0.054,0.058-0.107,0.061-0.188
+						c0.04-0.83,0.078-1.528,0.136-2.229c0.002-0.004,0.002-0.009,0.002-0.014c-2.631,3.21-4.295,6.863-4.961,10.894
+						C-33.734-7.76-31.172-11.589-29.587-13.334z M33.82-32.629c-0.899-0.5-2.252-0.619-3.41-0.619
+						c-0.289,0-0.602,0.019-0.928,0.056c-0.063,0.008-0.123,0.013-0.182,0.013c-0.255,0-0.555,0.013-0.711-0.19
+						c-0.218-0.285-0.345-0.953,1.074-0.936c0.069,0.002,0.79,0.1,1.09-0.428c0.24-0.425,0.082-1.134-0.1-1.332
+						c-0.712-0.775-1.963,0.384-1.963,0.384c-0.269,0-0.955-0.218-1.683,0.51c-0.728,0.729,0.135,2.307-0.155,2.438
+						c-0.279,0.11-0.358,0.146-0.625,0.283c-1.536,0.798-3.59,2.574-2.596,5.021c0.81-2.024,3.709-3.043,5.079-3.271
+						c3.895-0.642,6.692,0.442,6.752,0.466C35.519-31.053,34.463-32.271,33.82-32.629z M35.125-24.905
+						c-0.07-0.695-0.213-1.363-0.378-2.103c-0.216-0.966-0.802-1.601-1.741-1.884c-0.398-0.12-0.838-0.175-1.385-0.175
+						c-0.921,0-1.846,0.121-2.848,0.371c-0.993,0.246-1.64,0.5-2.159,0.844c-0.646,0.426-1.034,0.94-1.188,1.58
+						c-0.115,0.479-0.059,0.966,0.002,1.338c0.004,0.021,0.008,0.038,0.009,0.038c0.004,0,0.019,0.008,0.051,0.021
+						c1.814,0.726,3.065,1.838,3.827,3.403c0.043,0.092,0.078,0.108,0.158,0.118c0.227,0.023,0.427,0.037,0.612,0.037
+						c0.528,0,0.973-0.101,1.36-0.307c0.266-0.14,0.545-0.212,0.828-0.212c0.281,0,0.569,0.07,0.857,0.211
+						c0.209,0.103,0.405,0.223,0.584,0.358c0.108,0.081,0.211,0.17,0.313,0.261C34.901-22.131,35.272-23.443,35.125-24.905z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M23.788,0.518c0.811,0.51,0.896,1.321,0.896,1.321c0.292,1.267-0.922,3.356-1.311,4.421
+						c-0.316,0.872-0.601,2.364-0.366,3.27c0.973-0.293,2.182-1.187,2.887-1.956c0.76-0.832,1.381-2.04,1.283-3.151
+						c-0.042-0.45-0.255-1.026-0.578-1.6c-0.138-0.25-0.069-0.779,0.393-0.781c0.348-0.002,0.507,0.053,0.772,0.406
+						c0.926,1.234,1.06,2.35-0.163,3.982c-0.882,1.176-1.83,2.008-3.002,2.879c-0.332,0.247-0.92,0.528-1.332,0.614
+						c-0.45,0.092-0.724-0.127-0.877-0.566c-0.054-0.158-0.088-0.324-0.116-0.491c-0.26-1.475,0.075-2.805,0.797-4.124
+						c0.959-1.751,0.95-2.53,0.083-4.38C23.153,0.361,23.337,0.234,23.788,0.518z"/>
+				</g>
+			</g>
+		</g>
+	</g>
+</symbol>
+<symbol  id="New_Symbol_12" viewBox="-35.249 -35.39 70.497 70.78">
+	<g>
+		<path fill="#FFFFFF" d="M-25.976-3.646c0.084-0.104,0.188-0.203,0.289-0.298l0.071-0.066l0.023-0.013
+			c0.212-0.104,0.385-0.166,0.528-0.192c-0.332,1.831-0.466,3.528-0.407,5.186c0.081,2.35,0.526,4.335,1.363,6.072
+			c0.133,0.275,0.775,1.315,0.93,1.534c0,0-0.519-3.545-0.597-4.935c-0.098-1.714,0.057-3.517,0.471-5.508
+			c0.072,0.049,0.143,0.097,0.213,0.146c-0.126,1.147-0.123,2.358,0.011,3.599c0.182,1.686,0.587,3.347,1.235,5.076
+			c0.72,1.923,1.686,3.797,2.872,5.58c-5.853-0.617-7.13-6.193-7.13-6.193s0.05,1.023,0.071,1.281
+			c0.167,1.914,0.364,2.834,0.605,3.796c-0.385-0.704-0.628-1.443-0.802-2.031c-0.409-1.387-0.637-2.8-0.804-3.998
+			c-0.195-1.401-0.288-2.645-0.282-3.8c0.006-1.122,0.072-2.442,0.518-3.724C-26.582-2.741-26.314-3.237-25.976-3.646z"/>
+		<path fill="#FFFFFF" d="M-21.729-1.472c0.528,0.332,1.135,0.59,1.847,0.789c1.252,0.352,2.621,0.705,4.308,1.117l0.56,0.137
+			c1.411,0.343,2.873,0.698,4.245,1.225c0.835,0.318,1.629,0.738,2.429,1.286c1.122,0.766,2.126,1.709,2.985,2.806
+			c0.455,0.579,0.685,1.028,0.912,1.784l0.337,1.116c0,0,1.367-1.53-0.013-4.234c0.875,0.317,1.717,1.217,2.352,2.324
+			c0.533,0.928,1.447,4.278,1.447,4.278s1.678-2.58-0.309-5.932c0.121,0.041,0.793,0.414,1.05,0.669
+			c7.393,7.342,1.029,11.5-0.305,12.494c-0.795,0.592-1.733,1.094-2.896,1.548c-0.056,0.021-0.112,0.043-0.172,0.067
+			c-0.088,0.037-0.139,0.096-0.162,0.125l-0.948,1.033l1.659-0.458c0.232-0.062,0.454-0.123,0.672-0.188
+			c1.811-0.538,3.19-1.181,4.342-2.022c1.312-0.958,6.318-5.165,1.026-11.317c1.639,0.564,4.736,2.276,5.785,3.751
+			c5.051,7.093-0.75,11.229-0.502,11.229c0.055,0,0.131-0.007,0.292-0.029c0.073-0.011,0.142-0.017,0.204-0.017
+			c0.105,0,0.285,0.017,0.32,0.12c0.044,0.123-0.041,0.36-0.215,0.495c-0.453,0.344-0.946,0.596-1.573,0.498
+			c-5.218-0.808-7.062,0.813-7.062,0.813s7.32-0.379,7.555,0.826c-0.97,1.014-2.157,1.896-3.612,2.689
+			c-2.052,1.119-4.264,1.85-6.571,2.19c-3.561,0.529-6.281-0.155-6.281-0.155c0.282,0.356,1.692,1.967,7.537,1.508
+			c2.365-0.187,4.613-0.932,6.694-1.973c0.537-0.269,0.855,0.37,0.864,0.657c0.011,0.337,0.592-1.117,0.6-1.194
+			c0.056,0.145,0.283,0.907,0.33,0.907c0.14,0,0.709-1.777,0.709-1.777c0.006,0.071,0.758,0.843,0.758,0.843
+			c0.224-1.011,0.195-1.517,0.14-1.656c0.005,0.027,0.786,0.506,0.786,0.506s0.449-1.881,1.214-2.627
+			c0.248-0.242,0.702-0.872,0.966-1.553c0.559,0.391,1.243,2.356,1.243,2.356s0.352-1.04,0.057-2.914
+			c0.021,0.023,0.889,0.646,0.889,0.646s0.124-1.323-0.443-2.973c-0.029-0.088-0.05-0.183-0.066-0.279
+			c0.479,0.268,1.191,1.144,1.191,1.144l-0.125-0.555c-0.143-0.63-0.404-1.854-0.965-2.812c-0.359-0.614-0.667-1.261-0.854-2.024
+			c0.144,0.134,0.293,0.25,0.447,0.353c0.296,0.192,0.587,0.344,0.863,0.444l0.684,0.25c1.156,0.42,2.325,0.91,3.459,1.412
+			c2.396,1.06,1.86,2.536,1.86,2.536c-0.615-1.202-2.848-2.406-2.848-2.406s2.891,2.59,1.658,5.618
+			c-0.338-0.796-0.661-1.588-0.964-2.335c-0.424-1.041-0.927-2.14-1.739-3.112c-0.415-0.495-0.842-0.854-1.316-1.101
+			c-0.103-0.053-0.205-0.099-0.339-0.141l-0.126-0.047c0,0,0.507,0.834,0.542,3.134c0.013,0.831,0.035,1.683,0.035,2.436v0.166
+			c0,0.389-0.009,0.777-0.005,1.166c0.014,1.646,0.044,2.896,0.389,4.049c-0.036,0.066-0.015,0.133-0.054,0.201
+			c-0.079,0.137-0.139,0.291-0.21,0.462c-0.107,0.261-0.196,0.524-0.298,0.812c-0.375,1.062-0.909,1.588-1.076,1.734
+			c-0.111-0.34-0.8-1.742-0.8-1.742s0.002,1.076-0.002,1.158c-0.197,1.506-3.922,2.867-3.998,2.914l0.197-1.183
+			c0,0-1.127,0.084-1.606,0.839c-0.099,0.154-0.248,0.264-0.382,0.37L8.137,32.9l0.273-0.63c0,0-0.872,0.07-1.283,0.792
+			c-0.096,0.168-0.221,0.358-0.331,0.557c-0.367,0.666-0.937,1.06-1.694,1.168C4.57,34.863,3.99,34.924,3.33,34.969
+			c-0.418,0.028-0.914,0.09-1.412,0.325c-0.073,0.032-0.15,0.065-0.228,0.096c0.046-0.085,0.092-0.171,0.136-0.256
+			c0.044-0.085,0.075-0.17,0.117-0.281l0.023-0.066l0.094-0.231l0.143-0.508c0,0-1.042,0.042-2.255,0.881
+			c-0.263,0.182-0.593,0.182-0.958,0.211l-0.103,0.009c-0.333,0.028-0.662,0.042-0.979,0.042c-0.966,0-1.849-0.125-2.702-0.383
+			c-0.06-0.019-0.115-0.035-0.172-0.055c0.104,0.005,0.209,0.008,0.313,0.008c0.066,0,0.132-0.002,0.197-0.003
+			c1.998-0.034,2.617-1.218,2.617-1.218s-1.787,0-2.314-0.068c-0.615-0.08-1.238-0.154-1.816-0.313
+			c-1.652-0.454-3.218-1.22-4.786-2.342c-0.365-0.261-0.747-0.503-1.146-0.756c-0.678-0.433-1.25-1.005-1.698-1.701
+			c-0.049-0.076-0.082-0.142-0.103-0.2c-0.04-0.106-0.022-0.117,0.044-0.151c0.138-0.072,0.304-0.134,0.495-0.181
+			c2.828-0.688,4.944-3.065,5.268-5.914l0.043-0.364c0.105-0.902,0.213-1.834,0.167-2.78c-0.122-2.458-0.998-4.649-2.657-6.462
+			c-1.741-1.904-3.901-2.035-3.882-2.02c1.283,1.198,2.128,2.801,2.582,4.896c0.171,0.79,0.097,1.558-0.247,2.439
+			c-0.016-0.045-0.03-0.091-0.047-0.137c-0.286-0.815-0.649-1.753-1.319-2.527c-0.388-0.444-0.919-0.95-1.536-1.537
+			c-2.687-2.557-7.182-6.832-7.105-13.633C-21.894-0.609-21.814-1.098-21.729-1.472z"/>
+		<path fill="#FFFFFF" d="M19.462,15.739c-0.332-0.29-0.667-0.578-1.005-0.86c-0.604-0.505-1.035-0.827-1.964-1.161
+			c-0.813-0.293-1.439,0.366-1.439,0.366c0.539,0.27,0.938,0.657,1.318,1.147c-1.041-0.543-2.276-1.234-3.404-2.093
+			c-0.372-0.284-0.881-0.703-1.148-1.041c-0.365-0.46-0.605-0.938-0.605-1.427v-0.005c0,0.009,0.13,0.015,0.156,0.021
+			c1.301,0.335,2.597,0.919,3.617,1.446c1.629,0.843,3.324,1.879,5.181,3.167c0.069,0.048,0.156,0.104,0.281,0.142l1.093,0.312
+			l-0.673-0.927c-0.024-0.034-0.05-0.068-0.08-0.1c-2.195-2.188-4.471-3.754-6.958-4.786c-0.48-0.201-0.966-0.371-1.451-0.512
+			c1.691,0.441,3.131,0.94,4.463,1.547c1.583,0.72,2.692,1.423,3.597,2.277c1.401,1.327,2.402,2.892,2.977,4.648
+			c0.03,0.093,0.052,0.19,0.072,0.296c-0.093-0.027-0.326-0.096-0.326-0.096c-0.374-0.108-0.761-0.219-1.099-0.383
+			c-0.474-0.229-0.92-0.571-1.258-0.844C20.336,16.495,19.853,16.076,19.462,15.739z"/>
+		<path fill="#FFFFFF" d="M-30.737-8.808c0.378-0.604,0.79-1.201,1.189-1.776l0.061-0.09c-1.036,3.646,0.659,5.844,0.659,5.844
+			l0.42-1.152c0.107-0.299,0.268-0.586,0.492-0.891c0.433,0.81,0.961,1.587,1.576,2.313c-0.525,0.279-0.982,0.682-1.392,1.225
+			c-0.589,0.779-0.978,1.714-1.225,2.937c-0.281,1.397-0.349,2.906-0.204,4.607c0.043,0.513,0.106,1.027,0.173,1.547
+			c-2.11-2.367-3.723-5.062-4.795-8.01c-0.002-0.009,0-0.034,0.009-0.062C-33.083-4.521-32.088-6.644-30.737-8.808z"/>
+		<path fill="#FFFFFF" d="M18.348,25.501c0.007,2.079,0.359,3.942,1.08,5.7c0,0,0.04,0.096,0.052,0.122
+			c-0.262-0.177-0.497-0.417-0.725-0.743c-0.494-0.715-0.859-1.562-1.171-2.748c-0.536-2.026-0.855-4.209-0.994-6.806
+			c0.565,0.604,1.494,1.939,1.688,3.583C18.31,24.886,18.346,25.196,18.348,25.501z"/>
+		<path fill="#FFFFFF" d="M28.28-30.566c-1.168,0.193-3.639,1.062-4.329,2.787c-0.848-2.085,0.903-3.602,2.212-4.28
+			c0.228-0.118,0.295-0.146,0.533-0.242c0.247-0.109-0.488-1.456,0.132-2.076c0.62-0.619,1.206-0.435,1.435-0.435
+			c0,0,1.066-0.988,1.673-0.327c0.155,0.17,0.29,0.774,0.085,1.135c-0.255,0.449-0.87,0.366-0.929,0.365
+			c-1.209-0.015-1.101,0.554-0.916,0.797c0.133,0.173,0.389,0.163,0.606,0.163c0.05,0,0.101-0.004,0.155-0.011
+			c0.278-0.032,0.544-0.047,0.791-0.047c0.987,0,2.14,0.102,2.906,0.527c0.548,0.306,1.447,1.344,1.401,2.04
+			C33.984-30.189,31.6-31.113,28.28-30.566z"/>
+		<path fill="#FFFFFF" d="M35.134-7.608c-0.111,0.287-0.25,0.578-0.372,0.835c-0.06,0.123-0.118,0.248-0.176,0.372
+			c-0.062,0.139-0.129,0.273-0.196,0.409c-0.162,0.327-0.33,0.667-0.446,1.031c-0.101,0.314-0.128,0.636-0.152,0.945
+			c-0.009,0.111-0.021,0.226-0.033,0.334c-0.396,3.41-2.572,6.284-5.531,7.676c-0.111-0.413-0.323-0.814-0.634-1.229
+			c-0.266-0.354-0.425-0.408-0.772-0.406C26.36,2.36,26.292,2.89,26.429,3.14c0.323,0.572,0.536,1.147,0.578,1.6
+			c0.098,1.111-0.523,2.319-1.283,3.151c-0.705,0.771-1.914,1.663-2.887,1.956c-0.234-0.904,0.05-2.396,0.366-3.27
+			c0.389-1.063,1.603-3.154,1.311-4.421c0,0-0.085-0.812-0.896-1.321c-0.45-0.283-0.634-0.156-0.634-0.156
+			c0.867,1.85,0.876,2.629-0.083,4.38c-0.722,1.319-1.057,2.65-0.797,4.124c0.01,0.06,0.029,0.117,0.041,0.176
+			c-0.079-0.201-0.163-0.398-0.26-0.586c-0.737-1.294-1.433-1.967-1.852-3.307c-0.44-1.499,0.03-3.122,0.959-4.714
+			c-0.884,0.539-1.426,1.429-1.632,2.372c-1.497-0.835-2.793-1.958-3.935-3.438c-0.236-0.308-0.517-0.564-0.763-0.791
+			c-1.613-1.49-3.576-2.58-5.833-3.241C7.375-4.773,5.876-5.134,4.4-5.489L4.015-5.58C2-6.066-0.14-6.615-2.17-7.519
+			c-2.336-1.038-4.187-2.232-5.655-3.653c-2.16-2.089-3.478-4.662-3.911-7.647c-0.336-2.302-0.162-4.704,0.532-7.344
+			c0.025-0.095-3.039,2.774-1.458,11.033c-0.237,0.012-0.465,0.019-0.695,0.021l-0.199-0.002c-5.7-0.171-8.071-3.312-8.071-3.312
+			s0.371,3.487,5.861,4.658c0.413,0.088,3.87,0.865,3.986,0.903c0.455,0.926,1.007,1.804,1.644,2.622l-0.49-0.077
+			c-0.94-0.146-1.912-0.296-2.875-0.421l-0.742-0.097c-1.702-0.217-3.463-0.44-5.131-0.932c-1.752-0.514-3.123-1.255-4.194-2.265
+			c-1.148-1.08-1.97-2.473-2.515-4.251c-0.022-0.072-0.041-0.146-0.067-0.254c-0.038-0.146-0.076-0.297-0.132-0.446
+			c-0.058-0.153-0.071-0.323,0.053-0.649c1.026-2.721,2.787-5.08,5.233-7.008c1.872-1.477,4.002-2.646,6.33-3.479
+			c0.078-0.027,0.205-0.072,0.322-0.188l1.026-0.993l-1.605,0.384c-0.188,0.043-0.375,0.087-0.562,0.138
+			c-3.286,0.901-6.15,2.422-8.509,4.517c-0.805,0.292-4.918,2.343-6.665,5.711l-0.291,0.561c0,0,2.233-2.201,3.799-2.522
+			c-0.692,1.122-1.252,2.329-1.664,3.599c-0.026,0.083-0.079,0.177-0.144,0.257c-2.673,3.336-4.587,6.703-5.849,10.3
+			c-0.09,0.255-0.173,0.513-0.252,0.774c-0.127-1.046-0.19-2.093-0.188-3.117c0.001-0.325,2.816-7.805,2.816-7.805
+			s-1.24,1.378-2.265,3.122c0,0-0.18,0.588-0.203,0.626c0.44-2.646,1.294-5.132,2.544-7.435c3.442-6.332,8.718-10.482,16.131-12.422
+			c1.781-0.466,3.722-0.753,5.767-0.753c0,0,22.678-0.021,23.165-0.021c1.089,0,1.922,0.064,2.698,0.205l0.121,0.021
+			c0.262,0.049,0.534,0.1,0.829,0.1c0.313-0.002,0.646-0.042,1.017-0.129l0.183-0.043c0.34-0.082,0.659-0.157,0.974-0.157
+			c3.893-0.029,3.352,2.314,3.352,2.314c-0.162,0.61-0.869,1.034-1.643,1.219c-0.271,0.065-0.549,0.098-0.825,0.098
+			c-0.528,0-1.082-0.12-1.648-0.354c-0.282-0.119-0.565-0.241-0.848-0.362l-0.507-0.22c-0.096-0.041-0.192-0.08-0.289-0.112
+			c-0.229-0.076-0.374-0.105-0.5-0.105c-0.586,0-0.612,0.575-0.628,0.921c-0.019,0.418,0.158,0.809,0.499,1.1
+			c0.274,0.232,0.572,0.459,0.891,0.673c0.575,0.389,1.168,0.79,1.626,1.316c0.576,0.665,0.926,1.339,1.066,2.062
+			c0.092,0.464,0.049,0.917-0.131,1.382c-0.04,0.104-0.079,0.125-0.117,0.137c-0.32,0.103-0.699,0.223-1.084,0.33
+			c-1.439,0.404-2.497,1.008-3.324,1.895c-0.583,0.625-0.98,1.351-1.294,1.978c-0.524,1.054-0.938,2.142-1.228,3.231
+			c-0.47,1.772-1.58,3.193-3.392,4.342c-1.348,0.854-2.893,1.374-4.591,1.545c-0.405,0.043-0.815,0.062-1.248,0.083
+			c-0.108,0.006-0.361,0.038-0.612,0.07c-0.227,0.03-0.451,0.061-0.555,0.065l-0.619,0.037c0,0,0.16,0.225,1.442,0.715
+			c0.243,0.092,0.492,0.115,0.737,0.16c0.594,0.104,1.18,0.157,1.74,0.157c1.352,0,2.629-0.312,3.799-0.927
+			c1.457-0.768,2.62-1.935,3.558-3.57c0.509-0.89,0.91-1.847,1.228-2.925c0.061-0.206,0.113-0.414,0.171-0.636
+			c0.104-0.394,0.21-0.8,0.359-1.169c0.904-2.229,2.582-3.533,4.984-3.877c0.636-0.09,1.257-0.136,1.847-0.136
+			c1.117,0,2.187,0.164,3.176,0.488c1.343,0.44,2.367,1.127,3.131,2.099c0.355,0.451,0.601,0.928,0.752,1.456l0.102,0.356
+			l0.598-0.142c0.128-0.033,0.255-0.063,0.383-0.087c0.09-0.019,0.181-0.026,0.277-0.026c0.272,0,0.55,0.064,0.848,0.131
+			l0.051,0.013c0.223,0.051,0.441,0.06,0.656,0.067l0.179,0.008c0.211,0,0.39-0.142,0.468-0.274c0.09-0.156,0.24-0.246,0.516-0.308
+			c0.07-0.016,0.145-0.022,0.222-0.022c0.676,0,1.385,0.619,1.403,1.227c0.008,0.232-0.054,0.376-0.207,0.481
+			c-0.121,0.083-0.246,0.16-0.386,0.247l-0.673,0.423l0.448,0.341c0.132,0.098,0.277,0.149,0.433,0.149
+			c0.133,0,0.252-0.037,0.355-0.083c0,0-0.562,2.979-4.504,2.112c0,0-0.641-0.263-0.967-0.386l-0.152-0.058
+			c-0.098-0.037-0.196-0.056-0.299-0.056c-0.199,0-0.366,0.074-0.49,0.138c-1.379,0.694-2.73,0.385-2.954,0.385
+			c-0.576,0-1.096,0.057-1.587,0.174c-0.088,0.021-0.219,0.064-0.342,0.199l-0.255,0.285c-1.204-0.06-2.373,0.104-3.488,0.581
+			c-1.285,0.549-2.312,1.386-2.935,2.664c-0.306,0.636-0.456,1.308-0.442,2.021c0.025-0.065,0.053-0.131,0.076-0.197
+			c0.249-0.731,0.614-1.397,1.102-1.999c0.903-1.118,2.068-1.869,3.392-2.398c0.718-0.285,1.46-0.486,2.252-0.619
+			c0,0,2.816-0.105,4.071,0.935c0.953,0.532,1.812,0.78,2.703,0.78l0.185-0.001c3.029,0.004,3.296,1.468,3.296,1.468
+			s0.346-0.224,0.828-0.149c0.429,0.063,0.839,0.194,1.237,0.6c0.32,0.324,0.503,0.752,0.545,1.259
+			c-0.326,0.299-0.657,0.592-1.004,0.901l-0.211,0.186l-0.396,0.312l0.272,0.311c0.167,0.19,0.378,0.291,0.61,0.291
+			c0.136,0,0.269-0.034,0.396-0.104c0.18-0.1,0.338-0.227,0.485-0.344c0.051-0.039,0.101-0.079,0.15-0.117
+			c0.056-0.041,0.183-0.142,0.188-0.146C35.268-8.122,35.232-7.861,35.134-7.608z M31.398-6.803
+			c-0.112-0.314-0.259-0.363-0.588-0.291c-0.173,0.038-0.357,0.049-0.534,0.041c-0.327-0.015-0.651-0.07-0.978-0.077
+			c-0.817-0.016-1.6,0.133-2.25,0.665c-0.921,0.756-1.098,1.649-0.521,2.78c0.007-0.062,0.011-0.087,0.012-0.11
+			c0.037-0.771,0.378-1.37,1.016-1.802c0.53-0.357,1.135-0.5,1.756-0.579c0.502-0.063,0.996-0.147,1.436-0.42
+			c0.038-0.022,0.08-0.042,0.12-0.062c0.006,0.008,0.012,0.016,0.019,0.022c-0.087,0.122-0.116,0.54-0.071,0.713
+			c0.073,0.278,0.089,0.652,0.006,0.875c-0.151-0.379-0.396-0.672-0.74-0.894c-0.057-0.045-0.087-0.057-0.157-0.06
+			c-0.231,0.049-0.458,0.103-0.679,0.177c-0.427,0.142-0.858,0.296-1.251,0.511c-0.55,0.3-0.835,0.769-0.689,1.428
+			c0.047,0.21-0.011,0.397-0.165,0.556c-0.068,0.069-0.128,0.147-0.199,0.231c0.161,0.15,0.301,0.296,0.457,0.422
+			c0.146,0.119,0.301,0.229,0.465,0.322c1.274,0.724,2.995,0.179,3.562-1.148c0.144-0.335,0.221-0.709,0.261-1.072
+			C31.773-5.337,31.653-6.082,31.398-6.803z"/>
+		<path fill="#FFFFFF" d="M-29.561-15.433c-0.058,0.7-0.096,1.398-0.136,2.229c-0.003,0.079-0.019,0.128-0.061,0.188
+			c-1.857,2.681-3.213,5.002-4.265,7.303c-0.185,0.402-0.351,0.788-0.498,1.161c0.666-4.029,2.33-7.684,4.961-10.894
+			C-29.559-15.441-29.559-15.437-29.561-15.433z"/>
+		<path fill="#FFFFFF" d="M26.445-27.534c0.52-0.345,1.166-0.598,2.159-0.845c1.002-0.25,1.927-0.37,2.848-0.37
+			c0.547,0,0.986,0.055,1.385,0.175c0.939,0.283,1.525,0.918,1.741,1.884c0.165,0.738,0.308,1.406,0.378,2.103
+			c0.146,1.462-0.224,2.774-1.097,3.901c-0.103-0.091-0.205-0.18-0.313-0.261c-0.179-0.138-0.375-0.257-0.584-0.358
+			c-0.288-0.141-0.576-0.211-0.857-0.211c-0.283,0-0.562,0.072-0.828,0.212c-0.388,0.206-0.832,0.307-1.36,0.307
+			c-0.186,0-0.386-0.014-0.612-0.037c-0.08-0.01-0.115-0.026-0.158-0.118c-0.762-1.565-2.013-2.679-3.827-3.403
+			c-0.032-0.013-0.047-0.021-0.051-0.021c-0.001,0-0.005-0.018-0.009-0.038c-0.061-0.372-0.117-0.859-0.002-1.338
+			C25.412-26.593,25.798-27.108,26.445-27.534z"/>
+		<path fill="#FFFFFF" d="M8.817,7.339C7.295,5.791,5.453,4.515,3.024,3.317c-1.535-0.754-3.245-1.3-5.384-1.715
+			c-1.223-0.238-2.444-0.469-3.667-0.699l-0.252-0.047C-7.317,0.66-8.356,0.464-9.393,0.265c-2.741-0.526-5.661-1.146-8.47-2.094
+			c-2.039-0.689-3.611-1.42-4.946-2.297c-1.309-0.859-2.213-1.743-2.845-2.781c-0.164-0.271-0.307-0.582-0.432-0.857
+			c-0.071-0.157-0.144-0.313-0.221-0.47c-0.053-0.107-0.118-0.229-0.224-0.335c-1.427-1.396-2.036-3.138-1.808-5.179
+			c0.136-1.226,0.518-2.421,1.165-3.644c0.375,2.495,1.692,4.399,3.917,5.663c1.21,0.688,2.544,1.188,4.08,1.525
+			c1.551,0.344,3.126,0.631,4.605,0.896c0.28,0.05,0.904,0.159,0.904,0.159c1.523,0.268,3.1,0.543,4.596,1.016
+			c0.355,0.111,0.703,0.235,1.026,0.356c0.433,0.163,0.81,0.354,1.154,0.607c0.417,0.309,0.853,0.591,1.308,0.857
+			c-1.926,0.045-5.191,0.049-6.205,0.055c-2.271,0.013-3.833-0.176-5.791-0.921c-2.046-0.779-7.893-3.749-7.893-3.749
+			s2.905,3.108,8.367,5.437c1.899,0.732,3.874,1.213,5.871,1.424c0.889,0.094,1.793,0.139,2.763,0.139
+			c0.812,0,1.654-0.032,2.571-0.098c1.51-0.111,3.02-0.221,4.528-0.324l0.041-0.002c0.071,0,0.147,0.012,0.22,0.033
+			c1.619,0.491,3.252,0.76,4.637,0.957c0.517,0.073,1.042,0.179,1.557,0.287C4.983-3.044,4.879-3.015,4.778-2.986
+			C4.661-2.952,4.549-2.907,4.429-2.857L4.17-2.755L3.153-2.069l3.821-0.082c0.823,0,8.942,1.307,12.417,10.98
+			c0.23,0.645,0.471,1.29,0.658,1.994c-2.44-1.552-5.086-2.605-7.872-3.135C11.134,7.491,10.041,7.378,8.817,7.339z"/>
+		<polygon fill="#FFFFFF" points="22.927,12.856 22.925,12.854 22.927,12.854 		"/>
+	</g>
+	<path fill="#FFFFFF" d="M27.944-3.725c0-0.438,0.356-0.795,0.795-0.795s0.795,0.355,0.795,0.795c0,0.44-0.355,0.795-0.795,0.795
+		C28.3-2.93,27.944-3.285,27.944-3.725z"/>
+</symbol>
+<symbol  id="New_Symbol_2" viewBox="-3 -3.5 6 7">
+	<path fill="#FFFFFF" d="M0-3.5c-0.184,0-0.368,0.051-0.53,0.152l-2,1.25C-2.822-1.915-3-1.595-3-1.25v2.5
+		c0,0.345,0.178,0.666,0.47,0.848l2,1.25C-0.368,3.449-0.184,3.5,0,3.5s0.368-0.051,0.53-0.152l2-1.25C2.822,1.916,3,1.595,3,1.25
+		v-2.5c0-0.345-0.178-0.665-0.47-0.848l-2-1.25C0.368-3.449,0.184-3.5,0-3.5z"/>
+	<polygon display="none" fill="none" points="-3,3 3,3 3,-3 -3,-3 	"/>
+</symbol>
+<symbol  id="New_Symbol_3" viewBox="-50.452 -50.957 100.904 101.913">
+	<path fill="#E65270" d="M14.113-50.015c-1.353,0.017-2.704,0.021-4.056,0.021l-3.489-0.003c0,0-9.98,0.004-14.75,0.004
+		c-0.749,0-1.5-0.003-2.25-0.005c-0.751-0.002-1.501-0.005-2.252-0.005c-0.47,0-0.938,0.001-1.407,0.004
+		c-2.838,0.017-5.551,0.358-8.063,1.016c-10.002,2.617-17.576,8.55-22.512,17.633c-2.366,4.355-3.711,9.225-3.995,14.473
+		c-0.126,2.334-0.007,4.726,0.355,7.108c0.043,0.285,0.095,0.569,0.147,0.854l0.115,0.65l0.195-0.192
+		c0.103-0.102,0.135-0.208,0.159-0.288c0.097-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013
+		c1.701-4.851,4.284-9.397,7.896-13.902c0.143-0.178,0.251-0.375,0.313-0.567c1.225-3.77,3.354-7.028,6.326-9.69
+		c2.891-2.588,6.357-4.526,10.316-5.771c-2.539,1.086-4.889,2.475-7.003,4.142c-3.448,2.719-5.933,6.046-7.383,9.89
+		c-0.145,0.385-0.267,0.851-0.071,1.368c0.065,0.176,0.111,0.358,0.158,0.541c0.032,0.126,0.063,0.252,0.102,0.377
+		c0.781,2.553,1.967,4.555,3.626,6.117c1.545,1.456,3.513,2.521,6.017,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.011,0.13
+		c1.321,0.172,2.66,0.377,3.954,0.577l0.779,0.12c0.29,0.044,0.578,0.107,0.876,0.172l0.727,0.152l-0.191-0.325
+		c-0.015-0.028-0.027-0.051-0.048-0.075c-1.225-1.372-2.253-2.898-3.055-4.538c-0.068-0.139-0.214-0.267-0.354-0.312
+		c-0.174-0.057-0.347-0.113-0.52-0.171c-0.551-0.184-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3
+		c-0.494-0.07-0.988-0.139-1.479-0.228c-1.653-0.294-2.932-0.826-3.899-1.636c0.212,0.051,0.431,0.083,0.646,0.114
+		c0.3,0.043,0.608,0.089,0.889,0.186c1.524,0.53,3.196,0.776,5.263,0.776l0.279-0.001c0.371-0.004,0.741-0.021,1.117-0.039
+		l0.726-0.03l-0.054-0.179c-1.483-4.845-1.441-9.599,0.119-14.157c-0.653,3.091-0.772,5.962-0.368,8.737
+		c0.618,4.241,2.486,7.896,5.556,10.863c2.07,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.022,8.589,2.692l0.527,0.128
+		c1.988,0.478,4.044,0.972,6.036,1.557c2.987,0.875,5.583,2.315,7.716,4.284c0.319,0.295,0.682,0.63,0.968,1
+		c2.037,2.64,4.412,4.513,7.258,5.727c0.082,0.035,0.175,0.122,0.235,0.221c0.931,1.519,2.048,2.638,3.415,3.423
+		c0.305,0.175,0.609,0.263,0.904,0.263c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33
+		c0.479-0.481,0.863-1.073,1.211-1.859c0.043-0.094,0.082-0.124,0.187-0.137c0.347-0.046,0.705-0.093,1.06-0.163
+		c5.812-1.15,9.859-5.622,10.562-11.673c0.019-0.161,0.032-0.324,0.045-0.486c0.031-0.384,0.062-0.781,0.177-1.137
+		c0.144-0.451,0.361-0.895,0.573-1.321c0.093-0.19,0.188-0.382,0.276-0.575c0.075-0.166,0.154-0.331,0.232-0.495
+		c0.185-0.388,0.374-0.786,0.531-1.193c0.241-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.341-0.319
+		c-0.071,0-0.147,0.024-0.224,0.072c-0.16,0.102-0.309,0.217-0.458,0.335c-0.07,0.057-0.142,0.111-0.214,0.165
+		c-0.08,0.061-0.159,0.123-0.237,0.187c-0.187,0.147-0.362,0.288-0.557,0.395c-0.07,0.039-0.143,0.06-0.214,0.06
+		c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245c0.489-0.434,0.977-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4
+		c-0.057-0.908-0.374-1.661-0.945-2.241c-0.68-0.688-1.393-1.023-2.178-1.023c-0.168,0-0.339,0.016-0.513,0.047
+		c-0.032-0.305-0.097-0.419-0.351-0.555c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.369-0.981
+		c-0.413-0.23-0.778-0.386-1.119-0.476c-1.031-0.274-2.072-0.377-3.013-0.421c0.404-0.055,0.826-0.083,1.279-0.083
+		c0.289,0,0.587,0.012,0.909,0.034l0.184,0.018c0.136,0.013,0.274,0.026,0.406,0.026c0.177,0,0.323-0.023,0.446-0.074
+		c0.841-0.343,1.663-0.759,2.433-1.154c0.151-0.078,0.26-0.11,0.361-0.11c0.056,0,0.11,0.01,0.167,0.032l0.225,0.084
+		c0.421,0.159,0.856,0.323,1.271,0.507c0.987,0.439,1.838,0.645,2.678,0.645c0.225,0,0.45-0.016,0.673-0.047
+		c0.576-0.078,1.248-0.21,1.854-0.583c0.299-0.183,0.698-0.491,0.735-1.064c0.002-0.01,0.022-0.044,0.069-0.088
+		c0.073-0.067,0.149-0.131,0.227-0.195c0.078-0.065,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624
+		c-0.018-0.181-0.058-0.606-0.421-0.606c-0.11,0-0.239,0.04-0.418,0.131c-0.075,0.039-0.144,0.07-0.207,0.088
+		c0.177-0.109,0.349-0.217,0.518-0.332c0.401-0.274,0.597-0.692,0.578-1.242c-0.038-1.201-1.302-2.336-2.601-2.336
+		c-0.154,0-0.306,0.018-0.451,0.049c-0.383,0.084-0.859,0.245-1.146,0.743c-0.009,0.013-0.042,0.036-0.049,0.038l-0.22-0.01
+		c-0.261-0.01-0.529-0.021-0.778-0.078l-0.073-0.017c-0.423-0.097-0.859-0.195-1.305-0.195c-0.178,0-0.345,0.016-0.507,0.047
+		c-0.199,0.037-0.396,0.086-0.598,0.136l-0.146,0.035c-0.231-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097
+		c-1.427-0.469-2.961-0.705-4.562-0.705c-0.841,0-1.724,0.064-2.623,0.192c-3.546,0.506-6.021,2.434-7.359,5.728
+		c-0.225,0.552-0.376,1.138-0.524,1.706c-0.071,0.275-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.69-1.619,3.86
+		c-1.216,2.123-2.72,3.635-4.599,4.625c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208
+		c-0.157-0.028-0.313-0.061-0.472-0.096c0.547-0.025,1.067-0.054,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219
+		c2.633-1.671,4.249-3.747,4.937-6.345c0.385-1.452,0.935-2.898,1.634-4.298c0.404-0.813,0.918-1.752,1.658-2.546
+		c1.046-1.119,2.394-1.884,4.241-2.404c0.505-0.142,1.007-0.297,1.506-0.458c0.276-0.088,0.468-0.28,0.587-0.587
+		c0.289-0.75,0.361-1.514,0.213-2.269c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.538-1.366-2.362-1.923
+		c-0.414-0.277-0.803-0.572-1.157-0.875c-0.303-0.259-0.46-0.599-0.443-0.958c0.026-0.589,0.07-0.612,0.18-0.612
+		c0.092,0,0.237,0.035,0.471,0.111c0.115,0.039,0.229,0.084,0.342,0.134l0.686,0.296c0.392,0.169,0.783,0.339,1.178,0.503
+		c0.856,0.357,1.703,0.54,2.515,0.54c0.434,0,0.868-0.052,1.291-0.153c1.52-0.364,2.518-1.267,2.966-2.686
+		c0.12-0.384,0.103-0.712-0.055-0.978c-0.104-0.177-0.342-0.325-0.54-0.331c-0.184,0-0.356,0.163-0.488,0.307
+		c-0.074,0.081-0.092,0.187-0.106,0.28c-0.006,0.03-0.011,0.062-0.018,0.089c-0.135,0.505-0.322,0.835-0.604,1.056
+		c0.504-0.684,0.73-1.417,0.689-2.23c-0.042-0.807-0.646-1.37-1.471-1.37c-0.034,0-0.067,0.001-0.103,0.003
+		c-0.313,0.019-0.512,0.188-0.545,0.466c-0.022,0.193-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.238
+		c-0.002,0.104-0.001,0.205,0,0.308c0,0.222,0.001,0.431-0.027,0.637c-0.062,0.444-0.326,0.744-0.785,0.891
+		c-0.032,0.011-0.064,0.019-0.098,0.023c0.139-0.079,0.259-0.188,0.344-0.346c0.17-0.315,0.315-0.601,0.394-0.911
+		c0.204-0.821,0.003-1.461-0.581-1.852c-0.303-0.202-0.691-0.277-1.033-0.325c-0.139-0.019-0.275-0.026-0.412-0.026
+		c-0.511,0-1.011,0.12-1.493,0.234l-0.245,0.059c-0.457,0.105-0.862,0.158-1.251,0.159c-0.332,0-0.677-0.064-1.011-0.126
+		l-0.155-0.028c-2.533-0.456-4.81-0.677-6.959-0.677L14.113-50.015z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.454c0,0-3.735-4.456-10.078-1.903
+		c-5.81,2.34-3.692,8.784-3.692,8.784s1.03-3.996,4.036-5.51C29.348-21.276,34.73-20.454,34.73-20.454z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.362c0.809-0.823,0.824-1.663,1.078-2.688
+		c0.479-1.928,1.068-3.601,2.296-5.188c1.181-1.525,2.594-2.602,4.419-3.303c1.581-0.606,3.614-0.427,3.311-2.781l-0.53-1.983
+		c-4.04,0-7.825,1.844-9.367,5.854c-1.352,3.517,0.241,7.768-3.857,13.717C14.005-19.135,15.908-21.934,16.327-22.362z"/>
+	<g opacity="0.2">
+		<path fill="#2B2B2B" d="M14.727-20.614c0.062-0.25,0.118-0.504,0.175-0.757C14.751-21.186,14.673-20.95,14.727-20.614z"/>
+	</g>
+	
+		<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="29713.3379" y1="69.6689" x2="29741.8066" y2="-63.1843" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_1_)" d="M-32.349-35.986C-47.59-34.48-49.384-19.31-49.384-19.31s-0.828,7.033,1.104,13.93
+		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.769-32.349-35.986z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.15-30.208c0,0-3.196-0.304-7.461,4.873
+		c4.112-7.461,9.441-7.613,9.441-7.613L-36.15-30.208z"/>
+	
+		<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="29697.2695" y1="71.4434" x2="29727.5938" y2="-70.0703" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_2_)" d="M-27.912-38.92c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.782,10.628,4.782,10.628
+		S-36.946-8.55-37.347-27.149c0.888-4.028,4.792-7.921,7.236-10.029c-0.478,1.078-6.567,17.833,13.711,16.467
+		c-6.999,0.596-17.105-6.716-12.288-17.67C-28.205-38.732-27.912-38.92-27.912-38.92z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.687c-5.272-1.982-14.225-1.972-11.677-15.425
+		c-0.408-0.306-2.446,2.854-1.937,2.547C-36.975-19.538-26.447-20.233-21.017-18.687z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.868c5.127,2.028,0.964-3.722,0.236-4.642
+		c-1.683-2.128-5.941-1.435-8.21-2.146c-1.305-0.408-6.536-1.175-8.269-6.128c-0.77-2.195-1.06-5.781,0.581-10.146
+		c-0.407-0.307-3.104,2.646-2.594,2.342C-36.925-15.258-16.511-22.196-14.341-13.868z"/>
+	<path fill="#F9E0E7" d="M36.631-5.975C36.77-5.591,37.009-5.1,37.31-4.81c0.07-0.033,0.145-0.037,0.202-0.073
+		c0.5,0.324,1.29,0.281,1.918,0.281c0.376,0,0.924,0.104,1.287-0.037c0.528-0.205,0.468-0.76,0.689-1.181
+		c0.414-0.786,1.69-0.796,1.695-1.908c0.004-0.523,0.135-1.232,0.001-1.744c-0.1-0.38-0.525-0.263-0.891-0.263
+		c-1.109,0-2.215-0.032-3.326-0.032l-1.536,1.145c-0.41-0.131-0.731,0.728-0.787,1.021C36.47-7.119,36.458-6.452,36.631-5.975z"/>
+	<path fill="#FFFFFF" d="M41.756-7.497c0.188,0.077,0.465,0.378,0.581,0.555c0.084,0.127,0.06,0.208,0.24,0.203
+		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.407,0.278
+		c-0.136,0.04-0.331,0.02-0.473,0.014c-0.208-0.009-0.496-0.149-0.684-0.069L41.756-7.497z"/>
+	
+		<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="29692.293" y1="62.4609" x2="29694.0977" y2="-21.4864" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_3_)" d="M-18.99,13.065c0.07,0.081,0.088,0.106,0.11,0.128c2.035,1.901,3.114,4.298,3.694,6.98
+		c0.381,1.755-0.105,3.303-0.895,4.816c-0.014,0.026-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
+		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.613-7.753-12.244-24.064c0.009-0.101,0.026-0.198,0.04-0.31
+		c0.246,0.229,0.461,0.466,0.708,0.661c0.885,0.693,1.907,1.133,2.973,1.431c1.951,0.544,3.915,1.044,5.881,1.525
+		c2.237,0.548,4.487,1.056,6.645,1.882c1.22,0.466,2.354,1.08,3.437,1.82C-9.27,4.379-7.877,5.7-6.677,7.23
+		c0.699,0.891,1.025,1.572,1.34,2.619c0.199-0.539,0.095-2.041-0.205-2.999c-0.31-0.991-0.837-1.854-1.524-2.648
+		c0.165,0.053,0.345,0.08,0.492,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.569,1.413,4.062
+		c0.001,0.021,0.01,0.042,0.017,0.075C0.083,10.92,0.026,7.8-2.04,5.582C-1.31,5.84-0.65,6.099,0.026,6.3
+		c0.559,0.166,0.928,0.493,1.237,0.984c1.356,2.147,2.48,4.396,3.088,6.877c0.47,1.916,0.587,3.84,0.06,5.765
+		c-0.598,2.176-1.912,3.85-3.7,5.181c-1.242,0.925-2.612,1.612-4.05,2.173c-0.087,0.034-0.174,0.066-0.259,0.103
+		c-0.014,0.005-0.021,0.021-0.076,0.081c0.498-0.137,0.945-0.253,1.386-0.384c2.06-0.612,4.034-1.41,5.782-2.688
+		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.467-1.709-4.665-3.109-6.746
+		C3.797,8.091,3.755,8.027,3.714,7.963c-0.006-0.01-0.005-0.026-0.013-0.063c0.058,0.022,0.104,0.037,0.146,0.059
+		c2.931,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.483,5.284,4.18,8.438c0.877,3.98-0.085,7.513-2.663,10.631
+		c-1.629,1.972-3.643,3.464-5.873,4.68c-2.877,1.567-5.938,2.59-9.177,3.061c-1.842,0.268-3.686,0.32-5.527-0.034
+		c-1.012-0.193-1.668-0.458-2.79-1.107c0.142,0.121,0.277,0.249,0.426,0.359c1.007,0.764,2.168,1.16,3.387,1.407
+		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.149-1.24,8.991-2.647c0.278-0.139,0.553-0.283,0.86-0.441
+		c0,0.258-0.015,0.483,0.004,0.706c0.026,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.41-0.065,0.46-0.319
+		c0.041-0.215,0.052-0.436,0.083-0.653c0.07-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
+		c0.019-0.014,0.046-0.013,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.018,0.659-0.011,0.988
+		c0.003,0.081,0.06,0.211,0.116,0.227c0.077,0.021,0.217-0.018,0.265-0.079c0.129-0.17,0.268-0.354,0.327-0.556
+		c0.129-0.428,0.187-0.876,0.321-1.301c0.088-0.275,0.228-0.547,0.403-0.775c0.192-0.25,0.386-0.195,0.459,0.111
+		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.018,0.205,0.049,0.299c0.025,0.081,0.084,0.148,0.128,0.223
+		c0.066-0.061,0.163-0.107,0.192-0.182c0.067-0.17,0.133-0.353,0.141-0.532c0.021-0.396-0.016-0.795,0.013-1.19
+		c0.015-0.21,0.085-0.433,0.188-0.616c0.114-0.203,0.297-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.202,0.99
+		c0.045,0.224,0.092,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.068-0.647,0.101-1.297,0.158-1.945
+		c0.044-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.448-2.346c0.24-0.406,0.462-0.443,0.686-0.025
+		c0.254,0.474,0.443,0.982,0.658,1.478c0.094,0.217,0.173,0.439,0.272,0.653c0.046,0.104,0.124,0.192,0.195,0.299
+		c0.255-0.184,0.316-0.426,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.101-0.39-0.209-0.779-0.27-1.177
+		c-0.023-0.16,0.049-0.351,0.122-0.507c0.103-0.224,0.267-0.252,0.443-0.076c0.179,0.178,0.318,0.395,0.492,0.576
+		c0.099,0.104,0.235,0.167,0.354,0.249c0.067-0.145,0.203-0.297,0.191-0.437c-0.025-0.297-0.096-0.6-0.205-0.878
+		c-0.222-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.012-0.109,0.078-0.299,0.163-0.33
+		c0.089-0.032,0.265,0.056,0.344,0.143c0.363,0.399,0.704,0.82,1.06,1.228c0.087,0.101,0.203,0.174,0.305,0.261
+		c0.035-0.017,0.068-0.032,0.103-0.05c-0.034-0.232-0.025-0.482-0.109-0.697c-0.143-0.357-0.32-0.708-0.524-1.033
+		c-0.323-0.516-0.692-1.002-1.023-1.512c-0.612-0.943-1.017-1.972-1.271-3.069c-0.183-0.788-0.443-1.558-0.671-2.334
+		c-0.027-0.096-0.061-0.189-0.065-0.296c0.199,0.318,0.393,0.641,0.599,0.957c0.431,0.664,0.928,1.275,1.596,1.714
+		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.73,2.299c0.524,0.266,1.025,0.588,1.502,0.935
+		c0.603,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.028-0.383,1.562c-0.312-0.498-0.587-0.978-0.902-1.428
+		s-0.704-0.832-1.283-1.089c0.052,0.099,0.067,0.142,0.093,0.177c0.812,1.119,1.28,2.391,1.642,3.708
+		c0.037,0.136-0.005,0.3-0.029,0.447c-0.166,0.96-0.086,1.922-0.043,2.885c0.01,0.191,0.01,0.39-0.017,0.58
+		c-0.011,0.088-0.083,0.198-0.158,0.231c-0.051,0.024-0.184-0.046-0.229-0.108c-0.186-0.262-0.394-0.518-0.519-0.808
+		c-0.503-1.168-0.985-2.347-1.465-3.524c-0.598-1.469-1.272-2.894-2.299-4.121c-0.464-0.555-0.993-1.038-1.642-1.375
+		c-0.124-0.064-0.256-0.114-0.395-0.158c1.005,1.039,1.231,2.354,1.276,3.699c0.059,1.722,0.025,3.448,0.042,5.172
+		c0.018,1.864,0.172,3.712,0.728,5.508c0.021,0.071-0.014,0.174-0.053,0.246c-0.157,0.305-0.356,0.592-0.486,0.908
+		c-0.273,0.663-0.501,1.343-0.768,2.01c-0.156,0.391-0.209,0.421-0.629,0.39c-0.452-0.032-0.722,0.227-0.962,0.548
+		c-0.183,0.243-0.258,0.238-0.384-0.048c-0.137-0.309-0.245-0.629-0.393-0.933c-0.051-0.104-0.181-0.172-0.275-0.256
+		c-0.072,0.106-0.192,0.21-0.204,0.323c-0.039,0.369-0.029,0.741-0.055,1.111c-0.012,0.184-0.037,0.371-0.099,0.542
+		c-0.03,0.082-0.154,0.169-0.243,0.176c-0.064,0.005-0.175-0.104-0.202-0.185c-0.091-0.263-0.145-0.537-0.228-0.802
+		c-0.067-0.213-0.162-0.236-0.289-0.062c-0.925,1.26-2.159,2.154-3.478,2.948c-0.389,0.234-0.772,0.478-1.159,0.715
+		c-0.027-0.009-0.054-0.019-0.079-0.027c0.049-0.429,0.1-0.857,0.149-1.285c-0.035-0.019-0.07-0.035-0.104-0.053
+		c-0.122,0.104-0.262,0.191-0.364,0.312c-0.257,0.303-0.489,0.625-0.749,0.927c-0.514,0.604-1.162,1.036-1.785,1.178
+		c0.197-0.675,0.385-1.314,0.571-1.955c-0.029-0.014-0.061-0.027-0.09-0.04c-0.065,0.08-0.14,0.154-0.193,0.241
+		c-0.151,0.245-0.3,0.49-0.438,0.742c-0.594,1.075-1.51,1.695-2.712,1.868c-0.818,0.118-1.645,0.196-2.469,0.252
+		c-0.605,0.042-1.184,0.131-1.738,0.395C2.7,48.5,2.284,48.62,1.876,48.756c-0.069,0.024-0.159-0.005-0.239-0.01
+		c0.006-0.087-0.012-0.188,0.023-0.26c0.192-0.376,0.401-0.743,0.594-1.119c0.071-0.135,0.117-0.284,0.173-0.427
+		c-0.019-0.021-0.037-0.04-0.055-0.06c-0.123,0.041-0.251,0.069-0.366,0.125c-0.532,0.258-1.072,0.501-1.586,0.791
+		c-0.524,0.296-1.1,0.32-1.668,0.368c-1.775,0.149-3.528,0.03-5.243-0.489c-1.043-0.315-2.007-0.788-2.855-1.522
+		c0.107,0.011,0.217,0.011,0.321,0.031c1.036,0.212,2.072,0.413,3.138,0.378c0.725-0.024,1.432-0.139,2.07-0.507
+		c0.101-0.058,0.166-0.18,0.248-0.271c-0.143-0.05-0.293-0.145-0.43-0.128c-0.331,0.039-0.655,0.162-0.988,0.19
+		c-1.062,0.094-2.084-0.151-3.095-0.429c-2.448-0.672-4.665-1.815-6.724-3.286c-0.502-0.358-1.023-0.688-1.544-1.02
+		c-1.016-0.646-1.839-1.481-2.489-2.492c-0.076-0.12-0.147-0.249-0.195-0.382c-0.133-0.37-0.035-0.678,0.315-0.863
+		c0.249-0.132,0.527-0.226,0.803-0.293c3.659-0.892,6.384-3.908,6.806-7.639c0.159-1.399,0.354-2.801,0.284-4.22
+		c-0.161-3.257-1.328-6.095-3.502-8.519c-1.293-1.442-2.822-2.589-4.495-3.554C-18.856,13.131-18.892,13.116-18.99,13.065z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M27.897,34.687c-1.554-12.138-6.941-9.391-10.465-16.167
+		c-0.193,0.255-0.637-1.817,0.251,2.031c0.889,3.85,3.436,2.112,5.847,6.515C26.583,32.633,25.973,33.132,27.897,34.687z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M11.804,34.458c-0.578-3.474-5.49-3.317-9.693-1.843
+		c-4.568,1.602-14.057,2.116-14.821,0.205c-0.381-0.438-1.146,1.364-1.146,1.364s7.207,7.863,19.272-0.436
+		c-0.491,0.764,4.336,3,4.336,3S11.204,37.188,11.804,34.458z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-13.195,1.102c0.262-0.651,2.396-0.212,2.596,0.802
+		c-3.148,3.567,5.14,10.119-2.504,18.672C-8.1,7.381-18.75,6.844-13.195,1.102z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-13.195,1.102c0.262-0.651,0.215-0.464,0.415,0.55
+		c-3.148,3.568,5.237,8.768-0.323,18.924C-8.1,7.381-18.75,6.844-13.195,1.102z"/>
+	
+		<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="29714.6914" y1="53.834" x2="29694.4238" y2="18.9202" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_4_)" d="M-1.723,3.705c15.128,15.919-3.997,13.253-10.23,24.058c0.011,0.185,0.024,0.366,0.024,0.556
+		c0,1.502-0.364,2.916-0.998,4.17c5.834-8.653,20.624-1.023,17.751-18.712C4.565,12.868,2.507,3.904-1.723,3.705z"/>
+	
+		<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="29711.125" y1="32.8535" x2="29693.6465" y2="2.7465" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_5_)" d="M-1.723,3.705c-6.229-3.057-11.674-3.146-11.416-2.239c12.375,8.397,2.385,17.05,0.056,25.201
+		c0.159,0.658,1.154,0.903,1.154,1.65c0,0.08-0.009,0.157-0.011,0.236c0.18-0.809,0.606-1.09,1.014-1.5
+		C-5.174,21.25,13.11,19.312-1.723,3.705z"/>
+	<path fill="#E65271" d="M-3.674,3.942c9.58,14.308-8.304,17.027-8.174,21.563c-1.425-9.33,15.717-13.324-0.389-24.491
+		C-12.495,0.107-9.903,0.885-3.674,3.942z"/>
+	
+		<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="29672.0703" y1="55.1045" x2="29674.084" y2="19.9341" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_6_)" d="M23.094,28.797c0.761-1.271-0.084-2.771-0.97-4.176c-0.818-1.298-2.793-0.873-4.133-4.002
+		l0.115,2.438c1.485,2.587-1.027,6.148-1.726,8.554c-1.19,4.1-2.484,7.883-0.907,12.043c0.107,0.28,0.198,0.585,0.306,0.872
+		c0.786-0.581,1.38-1.16,2.057-2.043c0.447-0.586,0.291,1.512,0.879,1.072c0.432-0.32-0.021-1.803,0.391-2.147
+		c0.462-0.389,0.74,1.868,1.075,1.368c0.781-1.173,1.229-0.428,1.562-0.781c0.301-0.319,1.005-2.778,1.289-3.111
+		c0.278-0.323,0.543-0.656,0.805-0.991c-0.158-1.79-0.506-3.802-1.082-5.417C22.212,30.951,22.186,30.315,23.094,28.797z"/>
+	<path fill="#E65271" d="M1.8,47.487c0.046-0.016,0.086-0.024,0.11-0.023c0.419,0.007-1.129,1.954-0.684,1.954
+		c0.751,0,1.812-0.776,2.547-0.833c1.552-0.119,3.161-0.084,4.536-0.713c1.318-0.604,1.904-2.478,2.199-2.558
+		c0.297-0.082-0.717,2.167-0.426,2.068c0.493-0.166,0.887-0.41,1.212-0.68c1.3-1.861,1.722-11.084-0.185-10.846
+		c-2.004,0.25,3.161-0.708,3.182-0.63c1.727,6.521-2.121,10.531-1.947,10.304c0.227-0.3,0.411-0.533,0.606-0.608
+		c0.411-0.158-0.255,1.572,0.12,1.343c1.193-0.729,2.039-1.244,2.734-1.761c0.021-0.03,0.027-0.102,0.061-0.088
+		c0.512,0.213,3.672,0.956,1.267-10.396c3.652,7.39,0.793,10.291,1.073,9.988c1.297-1.401,1.562-4.819,1.729-6.845
+		c0.158-1.901-1.038-6.235-2.588-7.668c-1.091-1.008-1.069,0.24-1.479,1.204c-0.673,1.583-1.907,2.86-3.027,4.163
+		c-0.834,0.97-1.846,1.679-2.763,2.547c-0.999,0.946-1.525,2.268-2.418,3.306c-0.798,0.928-1.78,1.667-2.539,2.635
+		c-0.851,1.084-1.421,2.324-2.361,3.322C2.46,46.991,2.126,47.231,1.8,47.487z"/>
+	
+		<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="29673.9668" y1="19.9746" x2="29685.5859" y2="71.4471" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#E65271"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_7_)" d="M8.803,48.523c2.232,0.007,3.633-1.062,5.48-2.084c1.531-0.85,3.412-0.859,4.705-2.031
+		c1.717-1.558,2.46-3.104,2.783-5.386c0.369-2.597,0.413-5.91-0.078-8.499c-0.252-1.328-1.196-4.049-2.191-5.021l-1.194,0.76
+		c-2.355,6.081-9.453,8.576-12.139,14.552c-0.792,1.759-1.09,4.045-1.109,5.967C5.039,48.794,7.177,48.518,8.803,48.523z"/>
+	<path fill="#F6E8A0" d="M-13.406,33.327c-1.298,2.017-3.353,3.5-5.767,4.039c-0.614,0.137-1.714,0.519-0.625,1.83
+		c1.165,1.819,2.839,2.516,3.74,3.184c3.623,2.69,2.125,2.965,4.239,3.209c0.826,0.096,0.608,0.168,1.027,0
+		s-0.322,0.118-0.587,0.293c-2.358,1.56-2.188-1.553-1.174-0.88c3.018,2.334,9.97,3.972,11.919,3.638
+		c0.284-0.048,2.243-1.18,2.543-1.175c0.419,0.007-1.129,1.954-0.684,1.954c0.751,0,1.812-0.776,2.547-0.833
+		c1.521-0.117,6.146-2.238,6.113-7.822c-0.01-1.706,0.095-2.903-0.135-4.015C8.064,28.581-9.009,40.044-13.406,33.327z"/>
+	<path fill="#FFFFFF" d="M7.03,38.362c-0.791,0.989-5.933,2.769-5.933,2.769s-8.54,2.943-16.415-5.438
+		c4.025,3.196,11.098,1.856,16.213,1.265c0.676-0.079-1.461,0.603-0.901,0.81c1.9,0.703,3.659-1.267,5.553-0.887
+		C6.43,37.058,6.961,37.537,7.03,38.362z"/>
+	<path fill="#F6E8A0" d="M0.48,39.745c-3.136,0.826-6.271-0.383-6.875-0.42c0.284,0.427,0.747,1.412,3.07,1.752
+		c0.534,0.079,1.604-0.007,2.165-0.006c1.004,0.002,1.627-0.24,2.513-0.667c0.565-0.272,1.931-0.561,2.365-0.494
+		c0,0,4.806-0.362,3.214-1.992c-1.59-1.629-3.912,2.101-9.006,0.908C-2.073,38.992-0.909,39.823,0.48,39.745z"/>
+	<g>
+		<path fill="#F8D285" d="M-4.274,46.504c-1.982,1.312-5.447,0.186-5.897,0.193c-0.01,0.046,0.017,0.097,0.098,0.149
+			c3.019,2.334,7.492,2.126,9.441,1.792c0.015-0.002,0.036-0.009,0.058-0.017c0.009-0.003,0.023-0.008,0.035-0.013
+			c0.422-0.162,1.801-0.939,2.303-1.11c2.938-1.665,7.58-5.181,7.989-10.751c-1.669,0.742-2.869,1.465-3.791,2.169
+			c-0.31,0.237-7.332,7.576-25.917-1.242c0,0-0.517,0.284-0.222,0.948c4.197,6.744,11.86,8.681,24.063,2.294
+			C2.156,42.978,1.317,44.846-4.274,46.504z"/>
+	</g>
+	
+		<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="29714.2812" y1="45.7354" x2="29671.2754" y2="9.1022" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_8_)" d="M7.606,8.601c6.884,7.039,9.689,12.297,6.357,17.961c-5.396,9.178-22.014-0.395-29.241,8.865
+		c0.766-0.875,2.394-2.609,3.969-3.46c5.357-3.5,15.44-2.374,18.653-5.08C11.477,23.407,12.533,16.39,7.606,8.601z"/>
+	
+		<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="29675.4727" y1="20.1299" x2="29717.2773" y2="8.7611" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_9_)" d="M-14.819,23.313c-0.008-0.471,1.072-3.195,0.903-3.822c-1.45-5.352-7.734-7.979-7.734-7.979
+		s-7.037-2.832-8.155-15.777c-1.284-0.923-1.106,1.043-1.066,1.917C-30.072,14.629-15.949,12.731-14.819,23.313z"/>
+	
+		<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="29564.2168" y1="68.9902" x2="29760.543" y2="-36.2735" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_10_)" d="M9.123-4.738C9.007-4.685,8.896-4.615,8.775-4.58C8.158-4.408,7.537-4.25,6.919-4.074
+		C6.724-4.019,6.538-3.93,6.347-3.856C6.348-3.814,6.35-3.773,6.351-3.733c0.222,0.04,0.441,0.11,0.663,0.113
+		c0.887,0.01,1.775-0.002,2.663-0.004c1.253-0.003,2.512,0.003,3.721,0.369c0.59,0.18,1.165,0.45,1.706,0.751
+		c5.713,3.18,9.75,7.834,12.179,13.895c0.497,1.239,0.878,2.519,1.172,3.82c0.018,0.072,0.026,0.147,0.048,0.272
+		c-0.095-0.057-0.156-0.086-0.213-0.123c-3.496-2.394-7.314-4.018-11.481-4.807c-1.489-0.282-2.994-0.422-4.509-0.466
+		c-0.114-0.003-0.258-0.046-0.333-0.124c-2.266-2.311-4.942-4.019-7.83-5.44C1.834,3.39-0.599,2.704-3.1,2.218
+		c-3.207-0.623-6.422-1.215-9.63-1.832c-3.939-0.757-7.858-1.598-11.666-2.886c-2.415-0.816-4.756-1.797-6.896-3.202
+		c-1.611-1.06-3.045-2.313-4.059-3.979c-0.356-0.588-0.609-1.239-0.915-1.858c-0.056-0.111-0.116-0.227-0.202-0.312
+		c-2.124-2.077-2.96-4.604-2.634-7.536c0.242-2.169,1.018-4.153,2.127-6.019c0.131-0.219,0.242-0.448,0.344-0.64
+		c0.053,0.473,0.095,1.003,0.169,1.528c0.469,3.341,2.19,5.83,5.117,7.492c1.703,0.969,3.537,1.611,5.438,2.031
+		c2.084,0.46,4.186,0.847,6.287,1.227c2.551,0.461,5.116,0.846,7.596,1.628c0.482,0.152,0.959,0.327,1.432,0.506
+		c0.61,0.229,1.18,0.525,1.711,0.918c1.758,1.295,3.684,2.287,5.715,3.081c0.055,0.021,0.109,0.045,0.163,0.067
+		C-3-7.562-2.999-7.551-2.991-7.528c-0.033,0.003-0.062,0.007-0.092,0.007C-5.355-7.522-7.63-7.535-9.902-7.522
+		c-2.032,0.012-4.058-0.05-6.074-0.316c-2.791-0.37-5.492-1.093-8.122-2.094c-3.103-1.183-6.04-2.699-8.887-4.399
+		c-0.076-0.046-0.155-0.09-0.257-0.108c0.053,0.043,0.103,0.09,0.155,0.13c3.117,2.364,6.436,4.381,10.097,5.796
+		c2.549,0.984,5.181,1.629,7.901,1.917c2.396,0.253,4.793,0.229,7.191,0.055c2.074-0.151,4.147-0.302,6.222-0.444
+		C-1.496-7-1.303-6.975-1.129-6.923c2.051,0.624,4.15,0.991,6.269,1.292c1.251,0.179,2.486,0.479,3.726,0.726
+		c0.085,0.018,0.165,0.062,0.245,0.095C9.115-4.787,9.119-4.763,9.123-4.738z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-29.061-11.73c8.124,9.705,29.202,4.618,38.184,6.992
+		C3.436-8.006-1.19-7.441-1.19-7.441S-20.599-5.298-29.061-11.73z"/>
+	<path fill="#E65271" d="M33.056,25.098c-0.275-0.047-0.478-0.06-0.664-0.12c-0.732-0.229-1.495-0.4-2.181-0.73
+		c-0.653-0.315-1.258-0.762-1.824-1.222c-1.097-0.891-2.144-1.84-3.226-2.744c-0.886-0.739-1.827-1.4-2.947-1.743
+		c-0.361-0.11-0.736-0.173-1.114-0.235c1.46,0.735,2.277,2.045,3.124,3.388c-0.072-0.012-0.098-0.009-0.117-0.018
+		c-2.226-1.089-4.407-2.252-6.388-3.759c-0.529-0.403-0.946-0.861-1.244-1.486c-0.476-0.994-1.079-1.929-1.627-2.887
+		c-0.024-0.043-0.05-0.085-0.117-0.2c0.48,0.1,0.9,0.168,1.312,0.273c1.744,0.447,3.366,1.201,4.958,2.022
+		c2.487,1.287,4.853,2.775,7.151,4.372c0.069,0.048,0.14,0.094,0.232,0.122c-0.021-0.029-0.038-0.061-0.063-0.085
+		c-2.725-2.717-5.781-4.955-9.353-6.438c-1.545-0.643-3.146-1.073-4.813-1.246c-0.062-0.008-0.143-0.028-0.178-0.071
+		c-0.371-0.449-0.733-0.903-1.143-1.41c1.016,0.218,1.973,0.409,2.924,0.63c2.66,0.618,5.268,1.403,7.759,2.535
+		c1.84,0.836,3.593,1.819,5.07,3.217c1.948,1.845,3.382,4.03,4.218,6.588C32.928,24.227,32.966,24.634,33.056,25.098z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-12.963,0.396c0.789,0.265,1.688,0.593,2.647,0.961
+		C0.99,4.883,4.726,7.822,4.726,7.822l11.357,8.408c0,0,1.856-1.42,4.258,0.437c-1.637-1.965-6.66-3.494-6.66-3.494
+		s-0.232-1.546-1.87-2.747C16.281,11.944,23.79,11.51,29,16.201c-3.94-11.143-13.725-2.649-23.182-9.58
+		C4.726,5.966-9.698,2.279-2.53,2.532C4.637,2.784,9.36-2.106,15.347-0.504C9.727-2.542,4.761,0.724-3.067,1.273
+		c1.218-0.244,2.887-0.915,3.598-1.832c-2.838,2.026-8.392,2.12-9.711,1.656C-10.379,0.945-11.638,0.717-12.963,0.396z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M14.155-3.041c-8.237-3.272-37.35,6.206-50.421-8.498
+		c0,0-0.979,0.438,4.226,6.273C-11.572,4.519,3.661-4.734,14.155-3.041z"/>
+	
+		<radialGradient id="SVGID_11_" cx="60720.8203" cy="13490.5078" r="14.8738" gradientTransform="matrix(-0.4579 0.1387 0.2675 0.883 24214.4102 -20329.4531)" gradientUnits="userSpaceOnUse">
+		<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+		<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+	</radialGradient>
+	<path opacity="0.7" fill="url(#SVGID_11_)" enable-background="new    " d="M26.891,9.993c2.437,1.371,0.457-1.98-1.979-3.959
+		c-9.594-6.7-13.933,0.924-23.448-2.745C16.023,11.314,17.449,1.313,26.891,9.993z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M26.146,8.091c2.438,1.371,1.202-0.078-1.234-2.058
+		c-9.594-6.7-13.933,0.924-23.448-2.745C10.831,8.5,16.705-0.588,26.146,8.091z"/>
+	<g>
+		
+			<radialGradient id="SVGID_12_" cx="56089.8203" cy="25059.5156" r="23.2522" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_12_)" enable-background="new    " d="M-21.22,11.684
+			c-4.438-4.062-0.958-12.957-0.958-12.957l-3.159-0.677C-25.337-1.95-28.525,6.649-21.22,11.684z"/>
+		
+			<radialGradient id="SVGID_13_" cx="56089.8242" cy="25059.5156" r="23.249" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_13_)" enable-background="new    " d="M-13.56,18.498c3.345-5.953-5.526-14.142-0.762-17.041
+			c-0.076-0.391-2.724-1.719-2.6-1.335c-5.879,9.021,3.817,11.172,2.544,16.813c-6.799-9.276-6.872-11.112-3.569-16.984
+			c-0.041-0.032-0.404-0.506-0.765-0.236C-23.877,3.588-25.331,7.939-13.56,18.498z"/>
+	</g>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-2.629,6.4c0.212-2.788,2.159,1.742,2.454,4.868
+		c0.254,11.698-11.607,8.869-12.149,18.333C-13.478,18.834-0.643,19.07-2.629,6.4z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M8.871,11.04c0.21-2.788,5.808,4.388,6.104,7.513
+		c-1.878,20.071-22.536,7.864-27.937,15.259C-8.501,25.712,20.374,36.981,8.871,11.04z"/>
+	
+		<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="29644.9238" y1="-21.6914" x2="29655.9375" y2="-46.515" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.0041" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_14_)" d="M46.669-28.041c-0.303-0.266-0.552-0.508-0.826-0.718c-0.22-0.167-0.461-0.315-0.709-0.437
+		c-0.604-0.292-1.212-0.33-1.823-0.006c-0.951,0.504-1.971,0.542-3.012,0.428c-0.303-0.033-0.501-0.176-0.64-0.459
+		c-1.043-2.147-2.781-3.525-4.958-4.396c-0.249-0.1-0.366-0.216-0.41-0.487c-0.111-0.683-0.157-1.356,0.005-2.036
+		c0.263-1.089,0.941-1.87,1.853-2.471c0.956-0.63,2.021-1.001,3.122-1.277c1.323-0.328,2.662-0.548,4.029-0.544
+		c0.695,0.001,1.382,0.082,2.05,0.284c1.493,0.451,2.414,1.448,2.753,2.955c0.219,0.979,0.426,1.968,0.526,2.963
+		c0.229,2.281-0.382,4.328-1.889,6.084C46.713-28.125,46.695-28.084,46.669-28.041z"/>
+	<g>
+		<path opacity="0.3" fill="#F6E8A0" enable-background="new    " d="M42.355-28.21c0.113-0.685,1.399-0.871,1.996-0.851
+			c1.051,0.036,1.731,0.649,2.414,1.445c0.11,0.13,0.196,0.258,0.271,0.388c1.19-0.949,1.855-2.234,1.672-3.544
+			c-0.324-2.31-3.169-3.818-6.352-3.371c-2.201,0.31-3.988,1.475-4.772,2.928c0.582,0.744,0.81,1.69,1.577,2.333
+			C39.908-28.258,41.384-28.168,42.355-28.21z"/>
+	</g>
+	
+		<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="29718.2617" y1="49.9834" x2="29727.2891" y2="-18.6212" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_15_)" d="M-35.045-6.489c0.689-0.34,1.169-0.414,1.596-0.26c-0.491,2.5-0.748,5.021-0.661,7.558
+		c0.098,2.807,0.584,5.542,1.816,8.101c0.156,0.325,0.337,0.64,0.549,0.941c-0.013-0.05-0.021-0.101-0.04-0.148
+		c-0.663-1.665-0.969-3.403-1.07-5.186c-0.157-2.781,0.17-5.516,0.771-8.225c0.014-0.066,0.034-0.13,0.061-0.226
+		c0.393,0.264,0.776,0.516,1.149,0.782c0.045,0.033,0.046,0.154,0.036,0.231c-0.191,1.645-0.177,3.289,0,4.934
+		c0.254,2.349,0.834,4.615,1.661,6.821c1.153,3.08,2.714,5.94,4.622,8.613c0.044,0.062,0.089,0.124,0.131,0.187
+		c0.009,0.013,0.008,0.031,0.021,0.082c-0.278-0.098-0.538-0.187-0.798-0.281c-1.756-0.636-3.476-1.355-5.132-2.222
+		c-0.259-0.134-0.509-0.303-0.728-0.496c-2.331-2.065-3.705-4.674-4.326-7.701c-0.093-0.451-0.159-0.909-0.284-1.361
+		c0.028,0.502,0.041,1.006,0.085,1.508c0.208,2.389,0.655,4.734,1.46,6.997c0.205,0.575,0.062,1.094-0.025,1.634
+		c-0.027,0.168-0.146,0.322-0.224,0.483c-0.129-0.125-0.288-0.23-0.381-0.378c-0.662-1.052-1.088-2.209-1.438-3.394
+		c-0.535-1.815-0.854-3.68-1.117-5.554c-0.244-1.75-0.4-3.51-0.392-5.279c0.009-1.789,0.146-3.562,0.741-5.27
+		c0.283-0.812,0.664-1.573,1.213-2.238c0.196-0.238,0.437-0.441,0.656-0.661C-35.076-6.494-35.061-6.492-35.045-6.489z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-26.935,17.651c0,0-4.446-0.625-6.321-3.682
+		c-1.876-3.056-2.415-8.313-2.415-8.313s-0.96-7.839,2.222-12.404C-35.465,9.992-26.935,17.651-26.935,17.651z"/>
+	
+		<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="29725.7871" y1="50.9736" x2="29734.8145" y2="-17.6321" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_16_)" d="M-35.045-6.489c-0.016-0.003-0.031-0.005-0.047-0.007c-0.917,0.358-1.634,0.975-2.219,1.75
+		c-0.853,1.13-1.302,2.436-1.578,3.804c-0.411,2.038-0.446,4.098-0.271,6.159c0.1,1.177,0.273,2.349,0.415,3.521
+		c0.005,0.042,0.006,0.083,0.01,0.168c-0.072-0.062-0.123-0.096-0.164-0.139C-42.3,5.241-44.856,1.182-46.53-3.425
+		c-0.044-0.12-0.03-0.282,0.008-0.408c0.999-3.194,2.445-6.183,4.216-9.013c0.748-1.194,1.573-2.34,2.364-3.507
+		c0.062-0.091,0.134-0.174,0.248-0.323c0.028,0.587,0.341,1.063,0.1,1.637c-0.309,0.733-0.508,1.504-0.467,2.316
+		c0.016,0.3,0.088,0.58,0.296,0.859c0.207-0.588,0.367-1.167,0.828-1.611c0.135,0.242,0.162,0.452,0.077,0.709
+		c-0.321,0.958-0.544,1.937-0.483,2.956c0.019,0.312,0.09,0.62,0.175,0.933c0.279-0.765,0.74-1.391,1.273-1.992
+		c0.031,0.046,0.059,0.076,0.076,0.112c0.711,1.47,1.622,2.805,2.707,4.024C-35.063-6.676-35.066-6.571-35.045-6.489z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-38.485-10.409c0,0-5,9.785-2.66,18.188
+		c0.291,0.231-0.469-0.363-1.374-1.404c-0.138-0.158-1.815-11.254,1.588-16.146c-4.574,5.425-2.408,15.121-2.601,14.837
+		c-0.409-0.604-0.776-1.271-1.018-1.967c-2.339-10.956,5.745-17.55,5.745-17.55L-38.485-10.409z"/>
+	<path fill="#E65270" d="M38.031-45.638c-0.207-0.314-0.446-0.63-0.636-0.977c-0.175-0.317-0.21-0.676-0.094-1.032
+		c0.143-0.441,0.438-0.61,0.895-0.545c0.367,0.055,0.735,0.112,1.104,0.124c0.392,0.012,0.42-0.04,0.464-0.421
+		c0.011-0.101,0.024-0.205,0.061-0.297c0.148-0.377,0.367-0.702,0.805-0.76c0.425-0.056,0.724,0.182,0.954,0.509
+		c0.685,0.97,0.117,2.281-1.073,2.439c-0.369,0.049-0.754-0.01-1.132-0.021c-0.073-0.003-0.145-0.016-0.218-0.023
+		c-0.018,0.022-0.036,0.045-0.055,0.067c0.102,0.119,0.181,0.277,0.309,0.351c0.272,0.154,0.562,0.216,0.896,0.178
+		c2.037-0.233,3.98,0.008,5.708,1.229c0.959,0.678,1.667,1.57,2.209,2.604c0.003,0.007,0.01,0.014,0.013,0.021
+		c0.068,0.188,0.207,0.417,0.022,0.559c-0.108,0.084-0.354,0.047-0.517-0.006c-0.761-0.25-1.5-0.567-2.27-0.777
+		c-1.126-0.308-2.292-0.318-3.45-0.255c-1.565,0.084-3.103,0.333-4.581,0.888c-1.657,0.622-3.152,1.5-4.449,2.709
+		c-0.149,0.139-0.3,0.277-0.467,0.389c-0.283,0.188-0.476,0.095-0.487-0.247c-0.008-0.242,0.016-0.491,0.071-0.729
+		c0.554-2.417,2.021-4.117,4.188-5.24C36.868-45.196,37.478-45.405,38.031-45.638z"/>
+	
+		<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="29739.0527" y1="21.7188" x2="29734.9961" y2="-26.0205" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_17_)" d="M-48.025-0.649c-0.087-8.721,2.718-16.289,8.558-22.715c-0.082,0.592-0.191,1.183-0.241,1.775
+		c-0.083,1.009-0.136,2.021-0.185,3.035c-0.01,0.206-0.062,0.369-0.178,0.534c-2.187,3.156-4.193,6.419-5.793,9.918
+		c-0.812,1.776-1.506,3.598-1.878,5.523C-47.863-1.958-47.928-1.327-48.025-0.649z"/>
+	
+		<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="29666.8496" y1="61.916" x2="29668.6543" y2="-22.0348" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_18_)" d="M23.298,28.028c1.046,1.809,2.125,3.55,2.508,5.601c0.064,0.343,0.044,0.708,0.023,1.062
+		c-0.114,1.978,0.091,3.91,0.732,5.793c0.057,0.167,0.126,0.343,0.122,0.513c-0.003,0.141-0.076,0.304-0.17,0.415
+		c-0.12,0.141-0.283,0.091-0.437,0.003c-0.493-0.279-0.851-0.689-1.138-1.166c-0.584-0.959-0.895-2.02-1.112-3.106
+		c-0.595-2.975-0.685-5.984-0.568-9.007C23.259,28.12,23.269,28.106,23.298,28.028z"/>
+	<path opacity="0.4" fill="#8B4FBA" enable-background="new    " d="M23.914,39.552c0.19,0.404,0.972,1.288,1.286,1.543l0.707,0.451
+		c-0.71-1.812-0.965-3.656-0.965-5.586c0-1.626,0.501-3.136,0.58-4.754c0.064-1.333-0.517-2.003-1.209-3.088
+		c-0.312-0.488-0.738-1.545-1.416-1.549c-0.314,0.772-0.263,1.738-0.271,2.562c-0.009,0.987-0.167,1.95-0.128,2.947
+		C22.572,33.96,23.588,38.858,23.914,39.552z"/>
+	<path fill="#E65270" d="M48.256-38.393c-0.03-0.024-0.04-0.028-0.043-0.034c-0.769-1.581-2.136-2.271-3.788-2.41
+		c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.943,1.182-2.447,2.258c-0.218,0.465-0.324,0.983-0.487,1.494
+		c-0.542,0.003-1.187-0.533-1.23-1.111c-0.014-0.188,0.065-0.399,0.15-0.575c0.343-0.709,0.894-1.246,1.495-1.732
+		c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.038-0.628,7.53,0.127c0.59,0.179,1.149,0.479,1.697,0.771
+		c0.424,0.227,0.64,0.616,0.577,1.12C49.043-39.017,48.761-38.627,48.256-38.393z"/>
+	<path opacity="0.4" fill="#2B2B2B" enable-background="new    " d="M48.256-38.393c-0.03-0.024-0.04-0.028-0.043-0.034
+		c-0.769-1.581-2.136-2.271-3.788-2.41c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.943,1.182-2.447,2.258
+		c-0.218,0.465-0.324,0.983-0.487,1.494c-0.542,0.003-1.187-0.533-1.23-1.111c-0.014-0.188,0.065-0.399,0.15-0.575
+		c0.343-0.709,0.894-1.246,1.495-1.732c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.038-0.628,7.53,0.127
+		c0.59,0.179,1.149,0.479,1.697,0.771c0.424,0.227,0.64,0.616,0.577,1.12C49.043-39.017,48.761-38.627,48.256-38.393z"/>
+	<g>
+		<path fill="#0D0D0D" d="M20.855-13.302c-0.019-0.976,0.185-1.896,0.606-2.767c0.852-1.751,2.257-2.897,4.017-3.648
+			c1.535-0.656,3.146-0.879,4.806-0.793c0.021,0.001,0.042,0.01,0.113,0.032c-1.161,0.179-2.242,0.468-3.286,0.885
+			c-1.81,0.723-3.406,1.751-4.645,3.284c-0.665,0.821-1.166,1.734-1.508,2.736C20.928-13.481,20.89-13.392,20.855-13.302z"/>
+		<path fill="#0D0D0D" d="M34.411,0.679c1.787,1.091,2.173,3.654,1.028,5.119C35.708,3.968,35.338,2.269,34.411,0.679z"/>
+		<path fill="#0D0D0D" d="M37.358-9.379c0.874-0.716,1.925-0.914,3.022-0.894c0.438,0.01,0.874,0.083,1.312,0.104
+			c0.237,0.011,0.485-0.004,0.718-0.055c0.442-0.1,0.639-0.033,0.79,0.391c0.342,0.967,0.503,1.969,0.388,2.99
+			c-0.056,0.489-0.158,0.991-0.352,1.44c-0.763,1.783-3.073,2.515-4.784,1.542c-0.22-0.125-0.428-0.272-0.625-0.433
+			c-0.208-0.169-0.396-0.365-0.612-0.567c0.096-0.112,0.176-0.218,0.266-0.311c0.207-0.212,0.285-0.463,0.222-0.745
+			c-0.196-0.886,0.187-1.515,0.926-1.918c0.528-0.288,1.106-0.495,1.681-0.686c0.296-0.101,0.601-0.173,0.911-0.236
+			c0.095,0.003,0.135,0.019,0.209,0.078c0.461,0.298,0.791,0.69,0.995,1.201c0.11-0.301,0.088-0.803-0.009-1.176
+			c-0.06-0.231-0.021-0.794,0.096-0.958c-0.009-0.01-0.018-0.021-0.024-0.031c-0.055,0.027-0.109,0.054-0.161,0.085
+			c-0.592,0.364-1.254,0.478-1.929,0.562c-0.835,0.106-1.647,0.297-2.358,0.778c-0.856,0.579-1.315,1.384-1.364,2.419
+			c-0.002,0.032-0.007,0.062-0.018,0.148C35.884-7.165,36.121-8.364,37.358-9.379z"/>
+	</g>
+	
+		<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="29649.8516" y1="-2.3057" x2="29654.3184" y2="-9.6752" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_19_)" d="M38.491-6.122c0-0.941,0.763-1.704,1.702-1.704c0.942,0,1.705,0.763,1.705,1.704
+		s-0.763,1.704-1.705,1.704C39.254-4.418,38.491-5.181,38.491-6.122z"/>
+	
+		<use xlink:href="#New_Symbol_2"  width="6" height="7" x="-3" y="-3.5" transform="matrix(-0.2012 0 0 0.2012 39.0508 -5.1338)" overflow="visible"/>
+	<path fill="#FFFFFF" d="M46.108-34.833c0.302-0.188,0.773-0.108,0.948,0.224c0.726,1.381,0.66,2.992-0.051,4.366
+		c-0.408,0.788-1.63,0.152-1.223-0.633c0.485-0.939,0.584-2.093,0.101-3.014C45.71-34.22,45.772-34.626,46.108-34.833z"/>
+	<g>
+		<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-27.877-38.812c-0.43,12.32,7.165,8.313,10.544,13.513
+			c0.276,0.324,0.437,0.688,0.563,0.97C-20.563-26.417-31.194-25.021-27.877-38.812z"/>
+	</g>
+	<g>
+		<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-33.661-14.796c10.431,8.981,31.025,8,32.532,7.873
+			c-8.638-6.161-34.552-0.369-35.502-19.122C-38.314-20.719-36.147-16.937-33.661-14.796z"/>
+	</g>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-16.988-24.818c0,0-0.001-2.722,0-4.645
+		c0.001-1.922-2.416-0.874-3.348,1.765C-18.007-26.785-16.988-24.818-16.988-24.818z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-18.28-25.73c1.747,3.083-0.048,5.75-0.327,5.864
+		c0.993,0.052,2.9,1.914,3.354,2.534c0.71,0.971,0.753,2.381,0.813,3.534c1.409,0.064,2.4,0.926,3.682,1.233
+		c-1.09-1.021-2.569-2.229-3.231-3.606c-0.589-1.222-1.087-2.629-1.483-3.929c-0.323-1.065-0.624-2.123-0.824-3.221
+		c-0.148-0.819-0.631-1.919-0.543-2.716c0,0-0.18-7.171,1.258-10.712c-2.722,0.927-4.151,3.149-4.647,4.009
+		c-0.561,0.972-1.618,3.391-0.309,4.932C-19.691-27.5-18.765-26.586-18.28-25.73z"/>
+	<path fill="#0D0D0D" d="M-43.785-35.046c5.482-7.553,12.814-12.407,21.927-14.516c3.036-0.703,6.123-0.896,9.237-0.883
+		c7.618,0.033,15.235,0.013,22.852,0.014c5.124,0.002,10.248,0,15.371,0.013c1.219,0.002,2.435,0.083,3.601,0.489
+		c1.144,0.397,2.027,1.097,2.518,2.233c0.705,1.638,0.103,3.701-1.417,4.812c-1.116,0.815-2.396,1.051-3.745,0.991
+		c-0.362-0.017-0.724-0.074-1.085-0.111c-0.083-0.009-0.172-0.028-0.251-0.01c-0.116,0.026-0.226,0.083-0.338,0.125
+		c0.064,0.094,0.11,0.208,0.194,0.278c1.393,1.184,2.352,2.644,2.811,4.417c0.167,0.644,0.216,1.299,0.156,1.961
+		c-0.004,0.051-0.008,0.102-0.01,0.152c-0.013,0.342,0.103,0.448,0.441,0.464c0.996,0.046,1.992,0.085,2.985,0.163
+		c0.475,0.038,0.944,0.154,1.479,0.187c-0.063-0.082-0.109-0.203-0.192-0.241c-0.794-0.367-1.313-0.979-1.573-1.795
+		c-0.305-0.961-0.519-1.943-0.475-2.962c0.068-1.646,0.708-3.062,1.75-4.31c0.937-1.12,2.091-1.963,3.396-2.603
+		c0.168-0.082,0.212-0.154,0.154-0.343c-0.167-0.539-0.147-1.083,0.043-1.621c0.115-0.328,0.326-0.566,0.627-0.735
+		c0.686-0.382,1.476-0.436,2.224-0.123c0.021-0.107,0.039-0.228,0.066-0.332c0.216-0.82,0.745-1.146,1.544-1.626
+		c0.186,0,0.372,0,0.558,0c0.023,0,0.044,0.059,0.067,0.063c1.407,0.238,1.998,1.524,1.835,2.742
+		c-0.042,0.314-0.133,0.623-0.194,0.906c0.637,0.168,1.294,0.298,1.921,0.517c2.895,1.007,4.806,2.961,5.616,5.938
+		c0.323,1.191,0.123,2.258-0.801,3.142c-0.058,0.057-0.063,0.198-0.049,0.293c0.179,1.125,0.457,2.242,0.53,3.374
+		c0.173,2.685-0.671,5.041-2.538,7.004c-0.11,0.115-0.117,0.212-0.088,0.354c0.123,0.602,0.264,1.203,0.338,1.812
+		c0.153,1.228-0.316,2.247-1.135,3.133c-0.072,0.079-0.153,0.164-0.187,0.262c-0.229,0.683-0.702,1.148-1.327,1.462
+		c-1.26,0.635-2.596,0.764-3.973,0.535c-0.902-0.151-1.725-0.531-2.54-0.917c-0.36-0.17-0.689-0.255-1.022,0.036
+		c-0.056,0.049-0.145,0.061-0.198,0.108c-0.092,0.087-0.247,0.208-0.229,0.281c0.024,0.112,0.156,0.239,0.272,0.285
+		c0.634,0.25,1.289,0.385,1.976,0.385c0.515,0,1.033,0.014,1.543,0.075c1.627,0.197,3.119,0.784,4.52,1.62
+		c0.093,0.056,0.197,0.104,0.302,0.121c1.811,0.278,3.266,1.7,3.582,3.502c0.032,0.182,0.028,0.391,0.122,0.536
+		c0.767,1.186,0.83,2.447,0.386,3.742c-0.281,0.819-0.671,1.603-0.98,2.413c-0.164,0.431-0.333,0.88-0.375,1.331
+		c-0.112,1.283-0.282,2.553-0.626,3.793c-0.735,2.646-2.045,4.939-4.148,6.738c-2.123,1.815-4.612,2.77-7.369,3.064
+		c-0.243,0.026-0.371,0.103-0.478,0.343c-0.602,1.365-1.592,2.324-3.017,2.822c-0.37,0.129-0.739,0.159-1.087,0.001
+		c-0.496-0.228-1.001-0.457-1.446-0.77c-1.164-0.812-2.085-1.867-2.85-3.06c-0.059-0.09-0.126-0.208-0.215-0.238
+		c-0.12-0.039-0.297-0.053-0.389,0.011c-0.071,0.048-0.087,0.242-0.059,0.355c0.032,0.133,0.134,0.251,0.214,0.368
+		c2.026,2.93,3.315,6.154,3.908,9.666c0.02,0.111,0.098,0.229,0.181,0.313c0.497,0.507,1.012,0.996,1.505,1.507
+		c0.79,0.815,1.274,1.801,1.532,2.897c0.067,0.287,0.099,0.582,0.119,0.875c0.006,0.089-0.081,0.183-0.125,0.276
+		c-0.095-0.055-0.219-0.088-0.277-0.167c-0.135-0.184-0.23-0.395-0.354-0.585c-0.082-0.126-0.189-0.234-0.286-0.354
+		c-0.03,0.071-0.023,0.111-0.008,0.149c0.531,1.349,0.899,2.741,1.077,4.182c0.05,0.402,0.084,0.808,0.094,1.212
+		c0.008,0.294-0.187,0.481-0.384,0.401c-0.105-0.042-0.196-0.13-0.277-0.211c-0.788-0.781-1.717-1.36-2.669-1.908
+		c-0.021,0.03-0.037,0.042-0.038,0.057c-0.026,0.142-0.052,0.282-0.073,0.424c-0.255,1.665-0.694,3.284-1.201,4.889
+		c-0.388,1.226-0.607,2.48-0.393,3.771c0.128,0.769,0.401,1.467,1.054,1.957c0.05,0.037,0.083,0.096,0.14,0.162
+		c-0.076,0.039-0.123,0.077-0.176,0.088c-0.944,0.208-1.919,0.086-2.448-0.997c-0.06-0.121-0.14-0.231-0.25-0.412
+		c-0.119,0.238-0.237,0.393-0.275,0.564c-0.188,0.855-0.234,1.723-0.154,2.596c0.101,1.078,0.482,2.065,0.951,3.027
+		c0.121,0.25,0.236,0.507,0.314,0.771c0.139,0.479-0.128,0.833-0.629,0.825c-0.249-0.005-0.511-0.044-0.741-0.131
+		c-1.234-0.464-2.172-1.279-2.796-2.446c-0.051-0.095-0.097-0.19-0.153-0.303c-0.495,0.482-0.946,0.95-1.181,1.592
+		c-0.151,0.411-0.349,0.807-0.554,1.192c-0.148,0.277-0.258,0.27-0.438,0.019c-0.049-0.068-0.092-0.142-0.145-0.207
+		c-0.138-0.167-0.245-0.168-0.354,0.02c-0.097,0.166-0.17,0.349-0.236,0.529c-0.322,0.87-0.848,1.591-1.572,2.169
+		c-0.049,0.037-0.105,0.066-0.22,0.136c0.042-0.275,0.077-0.488,0.105-0.702c0.03-0.219,0.055-0.438,0.083-0.669
+		c-0.066,0.008-0.085,0.006-0.098,0.014c-0.071,0.045-0.142,0.092-0.211,0.141c-2.924,2.02-6.121,3.424-9.577,4.245
+		c-1.053,0.25-2.157,0.338-3.108,0.935c-0.021,0.014-0.048,0.021-0.071,0.032c-0.188,0.075-0.326,0.034-0.472-0.113
+		c-0.093-0.092-0.259-0.133-0.391-0.131c-0.423,0.01-0.844,0.103-1.265,0.138c-0.386,0.032-0.784,0.12-1.156,0.213
+		c-0.636,0.161-1.255,0.78-1.881,0.78c-0.152,0-0.306,0-0.457,0c-0.146,0-0.319-0.42-0.437-0.567
+		c-0.207-0.259-0.461-0.562-0.786-0.583c-2.154-0.134-4.283-0.447-6.379-0.969c-3.192-0.792-6.191-2.021-8.877-3.953
+		c-1.963-1.413-3.647-3.091-4.841-5.218c-0.244-0.432-0.437-0.895-0.63-1.352c-0.147-0.352-0.182-0.724-0.06-1.093
+		c0.102-0.303,0.331-0.471,0.639-0.423c1.755,0.276,3.24-0.365,4.61-1.36c1.362-0.992,2.4-2.261,2.992-3.849
+		c0.872-2.346,0.4-4.446-1.244-6.305c-0.166-0.188-0.354-0.358-0.556-0.561c-0.076,0.285-0.139,0.544-0.214,0.802
+		c-0.372,1.27-0.903,2.456-1.807,3.446c-0.525,0.577-0.733-0.107-0.601-1.152c0.284-2.221-0.398-4.132-1.945-5.739
+		c-0.094-0.098-0.236-0.16-0.369-0.207c-1.63-0.578-3.271-1.126-4.892-1.729c-2.894-1.077-5.688-2.371-8.336-3.965
+		c-0.036-0.021-0.074-0.041-0.113-0.062c-0.251,0.162-0.354,0.405-0.343,0.674c0.014,0.36,0.073,0.72,0.115,1.079
+		c0.004,0.043,0.018,0.083,0.022,0.125c0.086,0.635-0.162,0.842-0.747,0.558c-0.293-0.143-0.562-0.38-0.773-0.631
+		c-0.674-0.807-1.092-1.763-1.493-2.721c-0.212-0.506-0.38-1.03-0.594-1.535c-0.078-0.184-0.201-0.371-0.353-0.5
+		c-2.293-1.95-4.429-4.048-6.24-6.464c-1.551-2.07-2.875-4.271-3.95-6.625c-0.027-0.062-0.058-0.122-0.088-0.181
+		c-0.008-0.014-0.024-0.022-0.058-0.052c-0.352,2.063-0.422,4.117-0.215,6.192c-0.165-0.616-0.348-1.229-0.492-1.849
+		c-0.588-2.504-0.771-5.039-0.596-7.604c0.009-0.13-0.024-0.269-0.064-0.395c-0.763-2.399-1.291-4.849-1.515-7.354
+		C-51.077-19.926-48.95-27.928-43.785-35.046z M-45.864-8.102c1.6-3.499,3.606-6.762,5.793-9.918
+		c0.115-0.166,0.168-0.329,0.178-0.534c0.049-1.013,0.102-2.025,0.185-3.035c0.05-0.594,0.159-1.185,0.241-1.775
+		c-5.84,6.426-8.645,13.994-8.558,22.715c0.098-0.677,0.162-1.309,0.283-1.929C-47.37-4.504-46.676-6.325-45.864-8.102z
+		 M-24.403,17.717c-0.013-0.051-0.012-0.069-0.021-0.082c-0.042-0.062-0.087-0.124-0.131-0.187
+		c-1.908-2.673-3.469-5.534-4.622-8.613c-0.827-2.206-1.407-4.473-1.661-6.821c-0.177-1.645-0.191-3.289,0-4.934
+		c0.01-0.077,0.009-0.198-0.036-0.231c-0.373-0.267-0.757-0.519-1.149-0.782c-0.026,0.095-0.047,0.159-0.061,0.226
+		c-0.602,2.709-0.929,5.443-0.771,8.225c0.102,1.782,0.407,3.521,1.07,5.186c0.019,0.048,0.027,0.099,0.04,0.148
+		c-0.212-0.303-0.393-0.616-0.549-0.941c-1.232-2.56-1.719-5.294-1.816-8.101c-0.087-2.537,0.17-5.058,0.661-7.558
+		c-0.427-0.153-0.906-0.08-1.596,0.26c-0.021-0.083-0.019-0.188-0.067-0.244c-1.085-1.22-1.996-2.555-2.707-4.024
+		c-0.018-0.037-0.045-0.066-0.076-0.112c-0.533,0.603-0.994,1.228-1.273,1.992c-0.085-0.312-0.156-0.62-0.175-0.933
+		c-0.061-1.02,0.162-1.998,0.483-2.956c0.085-0.257,0.058-0.467-0.077-0.709c-0.461,0.443-0.621,1.023-0.828,1.611
+		c-0.208-0.279-0.28-0.56-0.296-0.859c-0.041-0.812,0.158-1.583,0.467-2.316c0.241-0.573-0.071-1.05-0.1-1.637
+		c-0.114,0.149-0.187,0.231-0.248,0.323c-0.791,1.167-1.616,2.312-2.364,3.507c-1.771,2.831-3.2

<TRUNCATED>

[07/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/custom.css
----------------------------------------------------------------------
diff --git a/css/custom.css b/css/custom.css
deleted file mode 100644
index 9102284..0000000
--- a/css/custom.css
+++ /dev/null
@@ -1,171 +0,0 @@
-.extLink {
-	display: inline !important; 
-	padding-right: 3px !important;
-}
-
-.small-font-awesome {
-	font-size: 10px;
-	padding-right: 10px;
-}
-
-#logo-element {
-    display: inline-block;
-    float: left;
-    width: 40px;
-    margin-top: 5px;
-    margin-right: 5px;
-}
-
-/*** Web Trust CSS ***/
-#af-upfooter {
-	margin-top: 50px;
-}
-
-/* Navigation Bar */
-.navbar {
-    padding-top: 20px;
-    padding-bottom: 20px;
-}
-
-.navbar {
-	border:none !important;
-}
-
-.navbar-default {
-    background: #08131F !important;
-}
-
-.navbar-default .navbar-nav > li > a {
-    color: #fff !important;
-    font-weight: normal;
-}
-
-.navbar-brand img {
-	margin-top: -15px;
-}
-
-@media (min-width: 768px) {
-	.navbar-nav {
-		margin-left: 5%;
-	}
-}
-
-/* Side Bar */
-.af-sidebar ul {
-	list-style-type: none;
-}
-
-.af-sidebar-item.active a {
-	color: #555;
-	text-decoration: underline;
-}
-
-.af-label {
-	background: #08131F;
-	border-radius: 5px;
-	color: #fff;
-	display: block;
-	font-size: 0.95em;
-    margin: 10px 0;
-    padding: 0.4em 0.8em;
-}
-
-.af-sidebar ul ul {
-	background: #fff;
-	list-style-type: disc;
-}
-
-/* Downloads Page */
-.af-download-row {
-    margin-top: 40px;
-    margin-bottom: 40px;	
-}
-
-.af-download-row h3 {
-	font-size: 1.8em;
-	margin: 0 0 15px 0;
-	padding: 0;
-}
-
-.af-download-row h3 span {
-	font-size: 0.7em;
-}
-
-.af-blue-color {
-	color: #3795c6;
-}
-
-.af-download-usage {
-	min-height: 115px;
-}
-
-.af-download-usage p {
-	color: #959595;
-	font-size: 0.9em;
-}
-
-.af-download-button {
-	background: #3795c6;
-	color: #fff !important;
-	font-size: 0.9em;
-	font-weight: bold;
-	display: block;
-	margin: 8px auto;
-	text-align:center;
-	width: 200px;
-}
-
-.af-download-button:hover {
-	background: #006599 !important;
-}
-
-.af-small-download-heading {
-	text-align: center;
-}
-
-.af-small-download-area {
-    margin-top: 40px;
-    margin-bottom: 40px;
-}
-
-/* Community Page */
-
-.af-team-member-inner {
-    padding-top: 20px;	
-}
-
-.af-team-member-img {
-	margin:10px auto;
-	width: 70%;
-}
-
-.af-team-member-img img {
-	border-radius: 100%;
-	margin: auto;
-}
-
-.af-team-member-info {
-	font-size: 0.9em;
-	margin: 15px 0;
-	text-align: center;
-}
-
-.af-mailinglist-item {
-	margin: 40px auto; 
-	text-align: center;
-}
-
-.af-mailinglist-item-inner {
-	background: #ececec;
-	border-radius: 6px;
-	padding: 10px 2% 40px 2%;
-}
-
-.af-mailinglist-item-inner p {
-	font-weight: bold;
-	margin: 20px 0;
-}
-
-article {
-    margin-bottom: 50px;
-}

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/flink.css
----------------------------------------------------------------------
diff --git a/css/flink.css b/css/flink.css
new file mode 100644
index 0000000..4c244e6
--- /dev/null
+++ b/css/flink.css
@@ -0,0 +1,150 @@
+/*=============================================================================
+                         Navbar at the top of the page
+=============================================================================*/
+
+/* Padding at top because of the fixed navbar. */
+body {
+	padding-top: 70px;
+}
+
+/* Our logo. */
+.navbar-logo {
+	padding: 5px 15px 5px 15px;
+}
+.navbar-logo img {
+	height: 40px;
+}
+
+/* Links */
+.navbar-default .navbar-nav > li > a {
+	color: black;
+	font-weight: bold;
+}
+.navbar-default .navbar-nav > li > a:hover {
+	background: #E7E7E7;
+}
+
+.navbar-collapse .dropdown-header {
+	color: black;
+}
+
+/*=============================================================================
+                                    Text
+=============================================================================*/
+
+/* The auto-generated TOC anchors are hidden by the top navbar otherwise. */
+h1, h2, h3, h4, h5, h6 {
+    padding-top: 70px;
+    margin-top: -60px;
+}
+
+h1 {
+	font-size: 160%;
+}
+
+h2 {
+	font-size: 140%;
+}
+
+h3, h4, h5, h6 {
+	font-size: 120%;
+}
+
+/*=============================================================================
+                                    Stack
+=============================================================================*/
+
+.stack img {
+	/*width: 100%;*/
+}
+
+pre {
+	background: none;
+}
+
+/*=============================================================================
+                              Table of Contents
+=============================================================================*/
+
+.page-toc {
+	padding-bottom: 2em;
+}
+
+#markdown-toc {
+	font-size: 90%;
+}
+
+@media (min-width: 768px) {
+	#markdown-toc {
+		/*width: 35%;*/
+	}
+}
+
+/* Custom list styling */
+#markdown-toc, #markdown-toc ul {
+	list-style: none;
+	display: block;
+	position: relative;
+	padding-left: 0;
+	margin-bottom: 0;
+}
+
+/* All element */
+#markdown-toc li > a {
+	display: block;
+	padding: 5px 10px;
+	border: 1px solid #E5E5E5;
+	margin:-1px;
+}
+#markdown-toc li > a:hover,
+#markdown-toc li > a:focus {
+  text-decoration: none;
+  background-color: #eee;
+}
+
+/* 1st-level elements */
+#markdown-toc > li > a {
+	font-weight: bold;
+}
+
+/* 2nd-level element */
+#markdown-toc > li li > a {
+	padding-left: 20px; /* A little more indentation*/
+}
+
+/* >= 3rd-level element */
+#markdown-toc > li li li {
+	display: none; /* hide */
+}
+
+#markdown-toc li:last-child > a {
+	border-bottom: 1px solid #E5E5E5;
+}
+
+/*=============================================================================
+                                 Blog
+=============================================================================*/
+.blog-title a {
+	color: black;
+}
+
+code {
+	background: none;
+	color: black;
+}
+
+.footer {
+	padding: 1em 0 2em 0;
+}
+
+.download-button {
+	padding-bottom:10px
+}
+
+.logo img {
+	width: 100%;
+}
+
+.img100 img {
+	width: 100%;
+}

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/fonts/glyphicons-halflings-regular.eot
----------------------------------------------------------------------
diff --git a/css/fonts/glyphicons-halflings-regular.eot b/css/fonts/glyphicons-halflings-regular.eot
deleted file mode 100755
index 4a4ca86..0000000
Binary files a/css/fonts/glyphicons-halflings-regular.eot and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/fonts/glyphicons-halflings-regular.svg
----------------------------------------------------------------------
diff --git a/css/fonts/glyphicons-halflings-regular.svg b/css/fonts/glyphicons-halflings-regular.svg
deleted file mode 100755
index e3e2dc7..0000000
--- a/css/fonts/glyphicons-halflings-regular.svg
+++ /dev/null
@@ -1,229 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata></metadata>
-<defs>
-<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
-<font-face units-per-em="1200" ascent="960" descent="-240" />
-<missing-glyph horiz-adv-x="500" />
-<glyph />
-<glyph />
-<glyph unicode="&#xd;" />
-<glyph unicode=" " />
-<glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
-<glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
-<glyph unicode="&#xa0;" />
-<glyph unicode="&#x2000;" horiz-adv-x="652" />
-<glyph unicode="&#x2001;" horiz-adv-x="1304" />
-<glyph unicode="&#x2002;" horiz-adv-x="652" />
-<glyph unicode="&#x2003;" horiz-adv-x="1304" />
-<glyph unicode="&#x2004;" horiz-adv-x="434" />
-<glyph unicode="&#x2005;" horiz-adv-x="326" />
-<glyph unicode="&#x2006;" horiz-adv-x="217" />
-<glyph unicode="&#x2007;" horiz-adv-x="217" />
-<glyph unicode="&#x2008;" horiz-adv-x="163" />
-<glyph unicode="&#x2009;" horiz-adv-x="260" />
-<glyph unicode="&#x200a;" horiz-adv-x="72" />
-<glyph unicode="&#x202f;" horiz-adv-x="260" />
-<glyph unicode="&#x205f;" horiz-adv-x="326" />
-<glyph unicode="&#x20ac;" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
-<glyph unicode="&#x2212;" d="M200 400h900v300h-900v-300z" />
-<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
-<glyph unicode="&#x2601;" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86.5t85 207.5t-85 207t-205 86q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
-<glyph unicode="&#x2709;" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
-<glyph unicode="&#x270f;" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
-<glyph unicode="&#xe001;" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
-<glyph unicode="&#xe002;" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q18 -55 86 -75.5t147 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
-<glyph unicode="&#xe003;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
-<glyph unicode="&#xe005;" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
-<glyph unicode="&#xe006;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
-<glyph unicode="&#xe007;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
-<glyph unicode="&#xe008;" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
-<glyph unicode="&#xe009;" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
-<glyph unicode="&#xe010;" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe011;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 
 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe012;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe013;" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
-<glyph unicode="&#xe014;" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
-<glyph unicode="&#xe015;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
-<glyph unicode="&#xe016;" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
-<glyph unicode="&#xe017;" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
-<glyph unicode="&#xe018;" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
-<glyph unicode="&#xe019;" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
-<glyph unicode="&#xe020;" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
-<glyph unicode="&#xe021;" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
-<glyph unicode="&#xe022;" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
-<glyph unicode="&#xe023;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
-<glyph unicode="&#xe024;" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
-<glyph unicode="&#xe025;" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
-<glyph unicode="&#xe026;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
-<glyph unicode="&#xe027;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
-<glyph unicode="&#xe028;" d="M0 25v475l200 700h800l199 -700l1 -475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
-<glyph unicode="&#xe029;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
-<glyph unicode="&#xe030;" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
-<glyph unicode="&#xe031;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
-<glyph unicode="&#xe032;" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
-<glyph unicode="&#xe033;" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
-<glyph unicode="&#xe034;" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
-<glyph unicode="&#xe035;" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
-<glyph unicode="&#xe036;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
-<glyph unicode="&#xe037;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
-<glyph unicode="&#xe038;" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
-<glyph unicode="&#xe039;" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
-<glyph unicode="&#xe040;" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
-<glyph unicode="&#xe041;" d="M0 700l1 475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
-<glyph unicode="&#xe042;" d="M1 700l1 475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
-<glyph unicode="&#xe043;" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
-<glyph unicode="&#xe044;" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
-<glyph unicode="&#xe045;" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
-<glyph unicode="&#xe046;" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
-<glyph unicode="&#xe047;" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
-<glyph unicode="&#xe048;" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v71l471 -1q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
-<glyph unicode="&#xe049;" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
-<glyph unicode="&#xe050;" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
-<glyph unicode="&#xe051;" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
-<glyph unicode="&#xe052;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
-<glyph unicode="&#xe053;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
-<glyph unicode="&#xe054;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
-<glyph unicode="&#xe055;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
-<glyph unicode="&#xe056;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-10
 0q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
-<glyph unicode="&#xe057;" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
-<glyph unicode="&#xe058;" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
-<glyph unicode="&#xe059;" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
-<glyph unicode="&#xe060;" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
-<glyph unicode="&#xe062;" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
-<glyph unicode="&#xe063;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
-<glyph unicode="&#xe064;" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 139t-64 210zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
-<glyph unicode="&#xe065;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
-<glyph unicode="&#xe066;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
-<glyph unicode="&#xe067;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q61 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l567 567l-137 137l-430 -431l-146 147z" />
-<glyph unicode="&#xe068;" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
-<glyph unicode="&#xe069;" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe070;" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe071;" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
-<glyph unicode="&#xe072;" d="M200 0l900 550l-900 550v-1100z" />
-<glyph unicode="&#xe073;" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
-<glyph unicode="&#xe074;" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
-<glyph unicode="&#xe075;" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
-<glyph unicode="&#xe076;" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
-<glyph unicode="&#xe077;" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
-<glyph unicode="&#xe078;" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
-<glyph unicode="&#xe079;" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
-<glyph unicode="&#xe080;" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
-<glyph unicode="&#xe081;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
-<glyph unicode="&#xe082;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM300 500h600v200h-600v-200z" />
-<glyph unicode="&#xe083;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141 z" />
-<glyph unicode="&#xe084;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
-<glyph unicode="&#xe085;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM364 700h143q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5 q19 0 30 -10t11 -26q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-50 0 -90.5 -12t-75 -38.5t-53.5 -74.5t-19 -114zM500 300h200v100h-200 v-100z" />
-<glyph unicode="&#xe086;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
-<glyph unicode="&#xe087;" d="M0 500v200h195q31 125 98.5 199.5t206.5 100.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200v-206 q149 48 201 206h-201v200h200q-25 74 -75.5 127t-124.5 77v-204h-200v203q-75 -23 -130 -77t-79 -126h209v-200h-210z" />
-<glyph unicode="&#xe088;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
-<glyph unicode="&#xe089;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
-<glyph unicode="&#xe090;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
-<glyph unicode="&#xe091;" d="M0 547l600 453v-300h600v-300h-600v-301z" />
-<glyph unicode="&#xe092;" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
-<glyph unicode="&#xe093;" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
-<glyph unicode="&#xe094;" d="M104 600h296v600h300v-600h298l-449 -600z" />
-<glyph unicode="&#xe095;" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
-<glyph unicode="&#xe096;" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
-<glyph unicode="&#xe097;" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
-<glyph unicode="&#xe101;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5h-207q-21 0 -33 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
-<glyph unicode="&#xe102;" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111q1 1 1 6.5t-1.5 15t-3.5 17.5l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6 h-111v-100zM100 0h400v400h-400v-400zM200 900q-3 0 14 48t36 96l18 47l213 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
-<glyph unicode="&#xe103;" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
-<glyph unicode="&#xe104;" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
-<glyph unicode="&#xe105;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
-<glyph unicode="&#xe106;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
-<glyph unicode="&#xe107;" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 34 -48 36.5t-48 -29.5l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
-<glyph unicode="&#xe108;" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -20 -13 -28.5t-32 0.5l-94 78h-222l-94 -78q-19 -9 -32 -0.5t-13 28.5 v64q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
-<glyph unicode="&#xe109;" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v-100h-100z M100 500v100h100v-100h-100zM300 100v100h100v-100h-100zM300 300v100h100v-100h-100zM300 500v100h100v-100h-100zM500 100v100h100v-100h-100zM500 300v100h100v-100h-100zM500 500v100h100v-100h-100zM700 100v100h100v-100h-100zM700 300v100h100v-100h-100zM700 500 v100h100v-100h-100zM900 100v100h100v-100h-100zM900 300v100h100v-100h-100zM900 500v100h100v-100h-100z" />
-<glyph unicode="&#xe110;" d="M0 200v200h259l600 600h241v198l300 -295l-300 -300v197h-159l-600 -600h-341zM0 800h259l122 -122l141 142l-181 180h-341v-200zM678 381l141 142l122 -123h159v198l300 -295l-300 -300v197h-241z" />
-<glyph unicode="&#xe111;" d="M0 400v600q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5z" />
-<glyph unicode="&#xe112;" d="M100 600v200h300v-250q0 -113 6 -145q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5 t-58 109.5t-31.5 116t-15 104t-3 83zM100 900v300h300v-300h-300zM800 900v300h300v-300h-300z" />
-<glyph unicode="&#xe113;" d="M-30 411l227 -227l352 353l353 -353l226 227l-578 579z" />
-<glyph unicode="&#xe114;" d="M70 797l580 -579l578 579l-226 227l-353 -353l-352 353z" />
-<glyph unicode="&#xe115;" d="M-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196zM402 1000l215 -200h381v-400h-198l299 -283l299 283h-200v600h-796z" />
-<glyph unicode="&#xe116;" d="M18 939q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15 t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43z" />
-<glyph unicode="&#xe117;" d="M0 0v800h1200v-800h-1200zM0 900v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-100h-1200z" />
-<glyph unicode="&#xe118;" d="M1 0l300 700h1200l-300 -700h-1200zM1 400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000z" />
-<glyph unicode="&#xe119;" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
-<glyph unicode="&#xe120;" d="M0 600l300 298v-198h600v198l300 -298l-300 -297v197h-600v-197z" />
-<glyph unicode="&#xe121;" d="M0 100v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM800 100h100v100h-100v-100z M1000 100h100v100h-100v-100z" />
-<glyph unicode="&#xe122;" d="M-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5zM100 500v250v8v8v7t0.5 7t1.5 5.5t2 5t3 4t4.5 3.5t6 1.5t7.5 0.5h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35 q-55 337 -55 351zM1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35z" />
-<glyph unicode="&#xe123;" d="M74 350q0 21 13.5 35.5t33.5 14.5h18l117 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5q-18 -36 -18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-8 -3 -23 -8.5 t-65 -20t-103 -25t-132.5 -19.5t-158.5 -9q-125 0 -245.5 20.5t-178.5 40.5l-58 20q-18 7 -31 27.5t-13 40.5zM497 110q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6t-103 6z" />
-<glyph unicode="&#xe124;" d="M21 445l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180l-155 180l-45 -233l-224 78l78 -225l-233 -44l179 -156z" />
-<glyph unicode="&#xe125;" d="M0 200h200v600h-200v-600zM300 275q0 -75 100 -75h61q124 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400z M400 300v375l150 213l100 212h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
-<glyph unicode="&#xe126;" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q124 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5h-50q-27 0 -51 20t-38 48l-96 198l-145 196 q-20 26 -20 63zM400 525l150 -212l100 -213h50v175l-50 225h450v125l-250 375h-214l-136 -100h-100v-375z" />
-<glyph unicode="&#xe127;" d="M8 200v600h200v-600h-200zM308 275v525q0 17 14 35.5t28 28.5l14 9l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341 q-7 0 -90 81t-83 94zM408 289l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83l-339 -236v-503z" />
-<glyph unicode="&#xe128;" d="M-101 651q0 72 54 110t139 38l302 -1l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 17 -10.5t26.5 -26t16.5 -36.5v-526q0 -13 -86 -93.5t-94 -80.5h-341q-16 0 -29.5 20t-19.5 41l-130 339h-107q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l107 89v502l-343 237l-87 -83l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100zM1000 201v600h200v-600h-200z" />
-<glyph unicode="&#xe129;" d="M97 719l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53zM172 739l83 86l183 -146 q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6.5v7.5v6.5v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294l-89 -100h-503zM400 0v200h600v-200h-600z" />
-<glyph unicode="&#xe130;" d="M2 585q-16 -31 6 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85q0 -51 -0.5 -153.5t-0.5 -148.5q0 -84 38.5 -138t110.5 -54t111 55t39 139v106l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15zM77 565l236 339h503 l89 -100v-294l-340 -130q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146zM305 1104v200h600v-200h-600z" />
-<glyph unicode="&#xe131;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM298 701l2 -201h300l-2 -194l402 294l-402 298v-197h-300z" />
-<glyph unicode="&#xe132;" d="M0 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5zM200 600l402 -294l-2 194h300l2 201h-300v197z" />
-<glyph unicode="&#xe133;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600h200v-300h200v300h200l-300 400z" />
-<glyph unicode="&#xe134;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600l300 -400l300 400h-200v300h-200v-300h-200z" />
-<glyph unicode="&#xe135;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM254 780q-8 -33 5.5 -92.5t7.5 -87.5q0 -9 17 -44t16 -60 q12 0 23 -5.5t23 -15t20 -13.5q24 -12 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55t-20 -57q42 -71 87 -80q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q104 -3 221 112q30 29 47 47t34.5 49t20.5 62q-14 9 -37 9.5t-36 7.5q-14 7 -49 15t-52 19q-9 0 -39.5 -0.5 t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5t5.5 57.5 q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 39 2 44q31 -13 58 -14.5t39 3.5l11 4q7 36 -16.5 53.5t-64.5 28.5t-5
 6 23q-19 -3 -37 0 q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -45.5 0.5t-45.5 -2.5q-21 -7 -52 -26.5t-34 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -90.5t-29.5 -79.5zM518 916q3 12 16 30t16 25q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -24 17 -66.5t17 -43.5 q-9 2 -31 5t-36 5t-32 8t-30 14zM692 1003h1h-1z" />
-<glyph unicode="&#xe136;" d="M0 164.5q0 21.5 15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138l145 -232l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5z" />
-<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M0 196v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 596v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5zM0 996v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM600 596h500v100h-500v-100zM800 196h300v100h-300v-100zM900 996h200v100h-200v-100z" />
-<glyph unicode="&#xe138;" d="M100 1100v100h1000v-100h-1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
-<glyph unicode="&#xe139;" d="M0 200v200h1200v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500z M500 1000h200v100h-200v-100z" />
-<glyph unicode="&#xe140;" d="M0 0v400l129 -129l200 200l142 -142l-200 -200l129 -129h-400zM0 800l129 129l200 -200l142 142l-200 200l129 129h-400v-400zM729 329l142 142l200 -200l129 129v-400h-400l129 129zM729 871l200 200l-129 129h400v-400l-129 129l-200 -200z" />
-<glyph unicode="&#xe141;" d="M0 596q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 596q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM291 655 q0 23 15.5 38.5t38.5 15.5t39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39zM400 850q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5zM514 609q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-14 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5zM800 655q0 22 16 38t39 16t38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39z" />
-<glyph unicode="&#xe142;" d="M-40 375q-13 -95 35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -78.5 -16.5t-67.5 -51.5l-389 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23 q38 0 53 -36q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256l7 -7l69 -60 l517 511q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163z" />
-<glyph unicode="&#xe143;" d="M80 784q0 131 98.5 229.5t230.5 98.5q143 0 241 -129q103 129 246 129q129 0 226 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-197 -191 -293 -322l-17 -23l-16 23q-43 58 -100 122.5t-92 99.5t-101 100q-71 70 -104.5 105.5t-77 89.5t-61 99 t-17.5 91zM250 784q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203l12 12q64 62 97.5 97t64.5 79t31 72q0 71 -48 119.5t-105 48.5q-74 0 -132 -83l-118 -171l-114 174q-51 80 -123 80q-60 0 -109.5 -49.5t-49.5 -118.5z" />
-<glyph unicode="&#xe144;" d="M57 353q0 -95 66 -159l141 -142q68 -66 159 -66q93 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-8 9 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159zM269 706q0 -93 66 -159l141 -141q7 -7 19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -17q47 -49 77 -100l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159z" />
-<glyph unicode="&#xe145;" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM300 300h600v700h-600v-700zM496 150q0 -43 30.5 -73.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5 t-73.5 -30.5t-30.5 -73.5z" />
-<glyph unicode="&#xe146;" d="M0 0l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207z" />
-<glyph unicode="&#xe148;" d="M295 433h139q5 -77 48.5 -126.5t117.5 -64.5v335q-6 1 -15.5 4t-11.5 3q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5 v-307l64 -14q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5zM466 889q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3v274q-61 -8 -97.5 -37.5t-36.5 -102.5 zM700 237q170 18 170 151q0 64 -44 99.5t-126 60.5v-311z" />
-<glyph unicode="&#xe149;" d="M100 600v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -28 16.5 -69.5t28 -62.5t41.5 -72h241v-100h-197q8 -50 -2.5 -115 t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q33 1 103 -16t103 -17q76 0 136 30l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221z" />
-<glyph unicode="&#xe150;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM602 900l298 300l298 -300h-198v-900h-200v900h-198z" />
-<glyph unicode="&#xe151;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v200h100v-100h200v-100h-300zM700 400v100h300v-200h-99v-100h-100v100h99v100h-200zM700 700v500h300v-500h-100v100h-100v-100h-100zM801 900h100v200h-100v-200z" />
-<glyph unicode="&#xe152;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v500h300v-500h-100v100h-100v-100h-100zM700 700v200h100v-100h200v-100h-300zM700 1100v100h300v-200h-99v-100h-100v100h99v100h-200zM801 200h100v200h-100v-200z" />
-<glyph unicode="&#xe153;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 100v400h300v-500h-100v100h-200zM800 1100v100h200v-500h-100v400h-100zM901 200h100v200h-100v-200z" />
-<glyph unicode="&#xe154;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 400v100h200v-500h-100v400h-100zM800 800v400h300v-500h-100v100h-200zM901 900h100v200h-100v-200z" />
-<glyph unicode="&#xe155;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h500v-200h-500zM700 400v200h400v-200h-400zM700 700v200h300v-200h-300zM700 1000v200h200v-200h-200z" />
-<glyph unicode="&#xe156;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h200v-200h-200zM700 400v200h300v-200h-300zM700 700v200h400v-200h-400zM700 1000v200h500v-200h-500z" />
-<glyph unicode="&#xe157;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500z" />
-<glyph unicode="&#xe158;" d="M0 400v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-163 0 -281.5 117.5t-118.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM400 300l333 250l-333 250v-500z" />
-<glyph unicode="&#xe159;" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 700l250 -333l250 333h-500z" />
-<glyph unicode="&#xe160;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 400h500l-250 333z" />
-<glyph unicode="&#xe161;" d="M0 400v300h300v200l400 -350l-400 -350v200h-300zM500 0v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400z" />
-<glyph unicode="&#xe162;" d="M217 519q8 -19 31 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8h9q14 0 26 15q11 13 274.5 321.5t264.5 308.5q14 19 5 36q-8 17 -31 17l-301 -1q1 4 78 219.5t79 227.5q2 15 -5 27l-9 9h-9q-15 0 -25 -16q-4 -6 -98 -111.5t-228.5 -257t-209.5 -237.5q-16 -19 -6 -41 z" />
-<glyph unicode="&#xe163;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300zM600 400v300h300v200l400 -350l-400 -350v200h-300z " />
-<glyph unicode="&#xe164;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98l-78 73l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5 v-300zM496 709l353 342l-149 149h500v-500l-149 149l-342 -353z" />
-<glyph unicode="&#xe165;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM406 600 q0 80 57 137t137 57t137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137z" />
-<glyph unicode="&#xe166;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 800l445 -500l450 500h-295v400h-300v-400h-300zM900 150h100v50h-100v-50z" />
-<glyph unicode="&#xe167;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 700h300v-300h300v300h295l-445 500zM900 150h100v50h-100v-50z" />
-<glyph unicode="&#xe168;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 705l305 -305l596 596l-154 155l-442 -442l-150 151zM900 150h100v50h-100v-50z" />
-<glyph unicode="&#xe169;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 988l97 -98l212 213l-97 97zM200 400l697 1l3 699l-250 -239l-149 149l-212 -212l149 -149zM900 150h100v50h-100v-50z" />
-<glyph unicode="&#xe170;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM200 612l212 -212l98 97l-213 212zM300 1200l239 -250l-149 -149l212 -212l149 148l249 -237l-1 697zM900 150h100v50h-100v-50z" />
-<glyph unicode="&#xe171;" d="M23 415l1177 784v-1079l-475 272l-310 -393v416h-392zM494 210l672 938l-672 -712v-226z" />
-<glyph unicode="&#xe172;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200z" />
-<glyph unicode="&#xe173;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120l-126 -127h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM581 306l123 123l120 -120l353 352l123 -123l-475 -476zM600 1000h100v200h-100v-200z" />
-<glyph unicode="&#xe174;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170l-298 -298h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200zM700 133l170 170l-170 170l127 127l170 -170l170 170l127 -128l-170 -169l170 -170 l-127 -127l-170 170l-170 -170z" />
-<glyph unicode="&#xe175;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300l300 -300l300 300h-200v300h-200v-300h-200zM600 1000v200h100v-200h-100z" />
-<glyph unicode="&#xe176;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200l-298 -298h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300h200v-300h200v300h200l-300 300zM600 1000v200h100v-200h-100z" />
-<glyph unicode="&#xe177;" d="M0 250q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200v-550zM0 900h1200v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 300v200h400v-200h-400z" />
-<glyph unicode="&#xe178;" d="M0 400l300 298v-198h400v-200h-400v-198zM100 800v200h100v-200h-100zM300 800v200h100v-200h-100zM500 800v200h400v198l300 -298l-300 -298v198h-400zM800 300v200h100v-200h-100zM1000 300h100v200h-100v-200z" />
-<glyph unicode="&#xe179;" d="M100 700v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300l50 100l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447zM800 597q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5 t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v1106q0 31 -18 40.5t-44 -7.5l-276 -116q-25 -17 -43.5 -51.5t-18.5 -65.5v-359z" />
-<glyph unicode="&#xe180;" d="M100 0h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5 t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56z" />
-<glyph unicode="&#xe181;" d="M0 300q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM100 100h400l200 200h105l295 98v-298h-425l-100 -100h-375zM100 300v200h300v-200h-300zM100 600v200h300v-200h-300z M100 1000h400l200 -200v-98l295 98h105v200h-425l-100 100h-375zM700 402v163l400 133v-163z" />
-<glyph unicode="&#xe182;" d="M16.5 974.5q0.5 -21.5 16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q17 18 13.5 41t-22.5 37l-192 136q-19 14 -45 12t-42 -19l-118 -118q-142 101 -268 227t-227 268l118 118q17 17 20 41.5t-11 44.5 l-139 194q-14 19 -36.5 22t-40.5 -14l-162 -162q-1 -11 -0.5 -32.5z" />
-<glyph unicode="&#xe183;" d="M0 50v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5t30 -27.5t12 -24l1 -10v-50l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-20 0 -35 14.5t-15 35.5zM0 712 q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40 t-53.5 -36.5t-31 -27.5l-9 -10v-200z" />
-<glyph unicode="&#xe184;" d="M100 0v100h1100v-100h-1100zM175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250z" />
-<glyph unicode="&#xe185;" d="M100 0h300v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400zM500 0v1000q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300zM900 0v700q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300z" />
-<glyph unicode="&#xe186;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
-<glyph unicode="&#xe187;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h100v200h100v-200h100v500h-100v-200h-100v200h-100v-500zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
-<glyph unicode="&#xe188;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v100h-200v300h200v100h-300v-500zM600 300h300v100h-200v300h200v100h-300v-500z" />
-<glyph unicode="&#xe189;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 550l300 -150v300zM600 400l300 150l-300 150v-300z" />
-<glyph unicode="&#xe190;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300v500h700v-500h-700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM575 549 q0 -65 27 -107t68 -42h130v300h-130q-38 0 -66.5 -43t-28.5 -108z" />
-<glyph unicode="&#xe191;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
-<glyph unicode="&#xe192;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v400h-200v100h-100v-500zM301 400v200h100v-200h-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
-<glyph unicode="&#xe193;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 700v100h300v-300h-99v-100h-100v100h99v200h-200zM201 300v100h100v-100h-100zM601 300v100h100v-100h-100z M700 700v100h200v-500h-100v400h-100z" />
-<glyph unicode="&#xe194;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 500v200 l100 100h300v-100h-300v-200h300v-100h-300z" />
-<glyph unicode="&#xe195;" d="M0 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 400v400h300 l100 -100v-100h-100v100h-200v-100h200v-100h-200v-100h-100zM700 400v100h100v-100h-100z" />
-<glyph unicode="&#xe197;" d="M-14 494q0 -80 56.5 -137t135.5 -57h222v300h400v-300h128q120 0 205 86.5t85 207.5t-85 207t-205 86q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200h200v300h200v-300h200 l-300 -300z" />
-<glyph unicode="&#xe198;" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104.5t60.5 178.5q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200l300 300 l300 -300h-200v-300h-200v300h-200z" />
-<glyph unicode="&#xe199;" d="M100 200h400v-155l-75 -45h350l-75 45v155h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170z" />
-<glyph unicode="&#xe200;" d="M121 700q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350l-75 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5 t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -11.5t1 -11.5q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
-</font>
-</defs></svg> 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/fonts/glyphicons-halflings-regular.ttf
----------------------------------------------------------------------
diff --git a/css/fonts/glyphicons-halflings-regular.ttf b/css/fonts/glyphicons-halflings-regular.ttf
deleted file mode 100755
index 67fa00b..0000000
Binary files a/css/fonts/glyphicons-halflings-regular.ttf and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/fonts/glyphicons-halflings-regular.woff
----------------------------------------------------------------------
diff --git a/css/fonts/glyphicons-halflings-regular.woff b/css/fonts/glyphicons-halflings-regular.woff
deleted file mode 100755
index 8c54182..0000000
Binary files a/css/fonts/glyphicons-halflings-regular.woff and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/main/bootstrap-theme.min.css
----------------------------------------------------------------------
diff --git a/css/main/bootstrap-theme.min.css b/css/main/bootstrap-theme.min.css
deleted file mode 100755
index 933f695..0000000
--- a/css/main/bootstrap-theme.min.css
+++ /dev/null
@@ -1,10 +0,0 @@
-/*!
- * Bootstrap v3.3.0 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-
-/*!
- * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=db525735b58e18513eb4)
- * Config saved to config.json and https://gist.github.com/db525735b58e18513eb4
- */.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-default .badge,.btn-primary .badge,.btn-success .badge,.btn-info .badge,.btn-warning .badge,.btn-danger .badge{text-shadow:none}.btn:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-o-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filt
 er:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default:disabled,.btn-default[disabled]{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);background-image:-o-linear-gradient(top, #428bca 0, #2d6ca2 100%);background-image:linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#2b669a}.btn
 -primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-primary:disabled,.btn-primary[disabled]{background-color:#2d6ca2;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-success:disabled,.btn-success[disabled]{background-color:#419641;background-image:none}.btn-info{b
 ackground-image:-webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-info:disabled,.btn-info[disabled]{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr=
 '#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-warning:disabled,.btn-warning[disabled]{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{backgr
 ound-color:#c12e2a;border-color:#b92c28}.btn-danger:disabled,.btn-danger[disabled]{background-color:#c12e2a;background-image:none}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:-o-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:linear-gradient(to bottom, #428bca 0, #357ebd 100%);background-repeat:repeat-x;filter:
 progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-color:#357ebd}.navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-o-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:linear-gradient(to bottom, #db
 dbdb 0, #e2e2e2 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-o-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-o-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:linea
 r-gradient(to bottom, #080808 0, #0f0f0f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', en
 dColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-imag
 e:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top, #428bca 0, #3071a9 100%);background-image:-o-linear-gradient(top, #428bca 0, #3071a9 100%);background-image:linear-gradient(to bottom, #428bca 0, #3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)}.progress-bar-success{background-image:-webkit-line
 ar-gradient(top, #5cb85c 0, #449d44 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(
 startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0
 .15) 75%, transparent 75%, transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top, #428bca 0, #3278b3 100%);background-image:-o-linear-gradient(top, #428bca 0, #3278b3 100%);background-image:linear-gradient(to bottom, #428bca 0, #3278b3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);border-color:#3278b3}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;fi
 lter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:-o-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:linear-gradient(to bottom, #428bca 0, #357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-o-l
 inear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-o-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffeb
 cccc', GradientType=0)}.well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
\ No newline at end of file


[37/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2015/02/09/streaming-example.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/09/streaming-example.html b/content/news/2015/02/09/streaming-example.html
new file mode 100644
index 0000000..5428a77
--- /dev/null
+++ b/content/news/2015/02/09/streaming-example.html
@@ -0,0 +1,820 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Introducing Flink Streaming</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Introducing Flink Streaming</h1>
+
+      <article>
+        <p>09 Feb 2015</p>
+
+<p>This post is the first of a series of blog posts on Flink Streaming,
+the recent addition to Apache Flink that makes it possible to analyze
+continuous data sources in addition to static files. Flink Streaming
+uses the pipelined Flink engine to process data streams in real time
+and offers a new API including definition of flexible windows.</p>
+
+<p>In this post, we go through an example that uses the Flink Streaming
+API to compute statistics on stock market data that arrive
+continuously and combine the stock market data with Twitter streams.
+See the <a href="http://flink.apache.org/docs/latest/streaming_guide.html">Streaming Programming
+Guide</a> for a
+detailed presentation of the Streaming API.</p>
+
+<p>First, we read a bunch of stock price streams and combine them into
+one stream of market data. We apply several transformations on this
+market data stream, like rolling aggregations per stock. Then we emit
+price warning alerts when the prices are rapidly changing. Moving 
+towards more advanced features, we compute rolling correlations
+between the market data streams and a Twitter stream with stock mentions.</p>
+
+<p>For running the example implementation please use the <em>0.9-SNAPSHOT</em> 
+version of Flink as a dependency. The full example code base can be 
+found <a href="https://github.com/apache/flink/blob/master/flink-staging/flink-streaming/flink-streaming-examples/src/main/scala/org/apache/flink/streaming/scala/examples/windowing/StockPrices.scala">here</a> in Scala and <a href="https://github.com/apache/flink/blob/master/flink-staging/flink-streaming/flink-streaming-examples/src/main/java/org/apache/flink/streaming/examples/windowing/StockPrices.java">here</a> in Java7.</p>
+
+<p><a href="#top"></a></p>
+
+<p><a href="#top">Back to top</a></p>
+
+<h2 id="reading-from-multiple-inputs">Reading from multiple inputs</h2>
+
+<p>First, let us create the stream of stock prices:</p>
+
+<ol>
+  <li>Read a socket stream of stock prices</li>
+  <li>Parse the text in the stream to create a stream of <code>StockPrice</code> objects</li>
+  <li>Add four other sources tagged with the stock symbol.</li>
+  <li>Finally, merge the streams to create a unified stream.</li>
+</ol>
+
+<p><img alt="Reading from multiple inputs" src="/img/blog/blog_multi_input.png" width="70%" class="img-responsive center-block" /></p>
+
+<div class="codetabs">
+  <div data-lang="scala">
+
+    <div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="k">def</span> <span class="n">main</span><span class="o">(</span><span class="n">args</span><span class="k">:</span> <span class="kt">Array</span><span class="o">[</span><span class="kt">String</span><span class="o">])</span> <span class="o">{</span>
+
+  <span class="k">val</span> <span class="n">env</span> <span class="k">=</span> <span class="nc">StreamExecutionEnvironment</span><span class="o">.</span><span class="n">getExecutionEnvironment</span>
+
+  <span class="c1">//Read from a socket stream at map it to StockPrice objects</span>
+  <span class="k">val</span> <span class="n">socketStockStream</span> <span class="k">=</span> <span class="n">env</span><span class="o">.</span><span class="n">socketTextStream</span><span class="o">(</span><span class="s">&quot;localhost&quot;</span><span class="o">,</span> <span class="mi">9999</span><span class="o">).</span><span class="n">map</span><span class="o">(</span><span class="n">x</span> <span class="k">=&gt;</span> <span class="o">{</span>
+    <span class="k">val</span> <span class="n">split</span> <span class="k">=</span> <span class="n">x</span><span class="o">.</span><span class="n">split</span><span class="o">(</span><span class="s">&quot;,&quot;</span><span class="o">)</span>
+    <span class="nc">StockPrice</span><span class="o">(</span><span class="n">split</span><span class="o">(</span><span class="mi">0</span><span class="o">),</span> <span class="n">split</span><span class="o">(</span><span class="mi">1</span><span class="o">).</span><span class="n">toDouble</span><span class="o">)</span>
+  <span class="o">})</span>
+
+  <span class="c1">//Generate other stock streams</span>
+  <span class="k">val</span> <span class="nc">SPX_Stream</span> <span class="k">=</span> <span class="n">env</span><span class="o">.</span><span class="n">addSource</span><span class="o">(</span><span class="n">generateStock</span><span class="o">(</span><span class="s">&quot;SPX&quot;</span><span class="o">)(</span><span class="mi">10</span><span class="o">)</span> <span class="k">_</span><span class="o">)</span>
+  <span class="k">val</span> <span class="nc">FTSE_Stream</span> <span class="k">=</span> <span class="n">env</span><span class="o">.</span><span class="n">addSource</span><span class="o">(</span><span class="n">generateStock</span><span class="o">(</span><span class="s">&quot;FTSE&quot;</span><span class="o">)(</span><span class="mi">20</span><span class="o">)</span> <span class="k">_</span><span class="o">)</span>
+  <span class="k">val</span> <span class="nc">DJI_Stream</span> <span class="k">=</span> <span class="n">env</span><span class="o">.</span><span class="n">addSource</span><span class="o">(</span><span class="n">generateStock</span><span class="o">(</span><span class="s">&quot;DJI&quot;</span><span class="o">)(</span><span class="mi">30</span><span class="o">)</span> <span class="k">_</span><span class="o">)</span>
+  <span class="k">val</span> <span class="nc">BUX_Stream</span> <span class="k">=</span> <span class="n">env</span><span class="o">.</span><span class="n">addSource</span><span class="o">(</span><span class="n">generateStock</span><span class="o">(</span><span class="s">&quot;BUX&quot;</span><span class="o">)(</span><span class="mi">40</span><span class="o">)</span> <span class="k">_</span><span class="o">)</span>
+
+  <span class="c1">//Merge all stock streams together</span>
+  <span class="k">val</span> <span class="n">stockStream</span> <span class="k">=</span> <span class="n">socketStockStream</span><span class="o">.</span><span class="n">merge</span><span class="o">(</span><span class="nc">SPX_Stream</span><span class="o">,</span> <span class="nc">FTSE_Stream</span><span class="o">,</span> 
+    <span class="nc">DJI_Stream</span><span class="o">,</span> <span class="nc">BUX_Stream</span><span class="o">)</span>
+
+  <span class="n">stockStream</span><span class="o">.</span><span class="n">print</span><span class="o">()</span>
+
+  <span class="n">env</span><span class="o">.</span><span class="n">execute</span><span class="o">(</span><span class="s">&quot;Stock stream&quot;</span><span class="o">)</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+  <div data-lang="java7">
+
+    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="o">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+
+    <span class="kd">final</span> <span class="n">StreamExecutionEnvironment</span> <span class="n">env</span> <span class="o">=</span>
+        <span class="n">StreamExecutionEnvironment</span><span class="o">.</span><span class="na">getExecutionEnvironment</span><span class="o">();</span>
+
+    <span class="c1">//Read from a socket stream at map it to StockPrice objects</span>
+    <span class="n">DataStream</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">socketStockStream</span> <span class="o">=</span> <span class="n">env</span>
+            <span class="o">.</span><span class="na">socketTextStream</span><span class="o">(</span><span class="s">&quot;localhost&quot;</span><span class="o">,</span> <span class="mi">9999</span><span class="o">)</span>
+            <span class="o">.</span><span class="na">map</span><span class="o">(</span><span class="k">new</span> <span class="n">MapFunction</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">StockPrice</span><span class="o">&gt;()</span> <span class="o">{</span>
+                <span class="kd">private</span> <span class="n">String</span><span class="o">[]</span> <span class="n">tokens</span><span class="o">;</span>
+
+                <span class="nd">@Override</span>
+                <span class="kd">public</span> <span class="n">StockPrice</span> <span class="nf">map</span><span class="o">(</span><span class="n">String</span> <span class="n">value</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+                    <span class="n">tokens</span> <span class="o">=</span> <span class="n">value</span><span class="o">.</span><span class="na">split</span><span class="o">(</span><span class="s">&quot;,&quot;</span><span class="o">);</span>
+                    <span class="k">return</span> <span class="k">new</span> <span class="nf">StockPrice</span><span class="o">(</span><span class="n">tokens</span><span class="o">[</span><span class="mi">0</span><span class="o">],</span>
+                        <span class="n">Double</span><span class="o">.</span><span class="na">parseDouble</span><span class="o">(</span><span class="n">tokens</span><span class="o">[</span><span class="mi">1</span><span class="o">]));</span>
+                <span class="o">}</span>
+            <span class="o">});</span>
+
+    <span class="c1">//Generate other stock streams</span>
+    <span class="n">DataStream</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">SPX_stream</span> <span class="o">=</span> <span class="n">env</span><span class="o">.</span><span class="na">addSource</span><span class="o">(</span><span class="k">new</span> <span class="nf">StockSource</span><span class="o">(</span><span class="s">&quot;SPX&quot;</span><span class="o">,</span> <span class="mi">10</span><span class="o">));</span>
+    <span class="n">DataStream</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">FTSE_stream</span> <span class="o">=</span> <span class="n">env</span><span class="o">.</span><span class="na">addSource</span><span class="o">(</span><span class="k">new</span> <span class="nf">StockSource</span><span class="o">(</span><span class="s">&quot;FTSE&quot;</span><span class="o">,</span> <span class="mi">20</span><span class="o">));</span>
+    <span class="n">DataStream</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">DJI_stream</span> <span class="o">=</span> <span class="n">env</span><span class="o">.</span><span class="na">addSource</span><span class="o">(</span><span class="k">new</span> <span class="nf">StockSource</span><span class="o">(</span><span class="s">&quot;DJI&quot;</span><span class="o">,</span> <span class="mi">30</span><span class="o">));</span>
+    <span class="n">DataStream</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">BUX_stream</span> <span class="o">=</span> <span class="n">env</span><span class="o">.</span><span class="na">addSource</span><span class="o">(</span><span class="k">new</span> <span class="nf">StockSource</span><span class="o">(</span><span class="s">&quot;BUX&quot;</span><span class="o">,</span> <span class="mi">40</span><span class="o">));</span>
+
+    <span class="c1">//Merge all stock streams together</span>
+    <span class="n">DataStream</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">stockStream</span> <span class="o">=</span> <span class="n">socketStockStream</span>
+        <span class="o">.</span><span class="na">merge</span><span class="o">(</span><span class="n">SPX_stream</span><span class="o">,</span> <span class="n">FTSE_stream</span><span class="o">,</span> <span class="n">DJI_stream</span><span class="o">,</span> <span class="n">BUX_stream</span><span class="o">);</span>
+
+    <span class="n">stockStream</span><span class="o">.</span><span class="na">print</span><span class="o">();</span>
+
+    <span class="n">env</span><span class="o">.</span><span class="na">execute</span><span class="o">(</span><span class="s">&quot;Stock stream&quot;</span><span class="o">);</span></code></pre></div>
+
+  </div>
+</div>
+
+<p>See
+<a href="http://flink.apache.org/docs/latest/streaming_guide.html#sources">here</a>
+on how you can create streaming sources for Flink Streaming
+programs. Flink, of course, has support for reading in streams from
+<a href="http://flink.apache.org/docs/latest/streaming_guide.html#stream-connectors">external
+sources</a>
+such as Apache Kafka, Apache Flume, RabbitMQ, and others. For the sake
+of this example, the data streams are simply generated using the
+<code>generateStock</code> method:</p>
+
+<div class="codetabs">
+  <div data-lang="scala">
+
+    <div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="k">val</span> <span class="n">symbols</span> <span class="k">=</span> <span class="nc">List</span><span class="o">(</span><span class="s">&quot;SPX&quot;</span><span class="o">,</span> <span class="s">&quot;FTSE&quot;</span><span class="o">,</span> <span class="s">&quot;DJI&quot;</span><span class="o">,</span> <span class="s">&quot;DJT&quot;</span><span class="o">,</span> <span class="s">&quot;BUX&quot;</span><span class="o">,</span> <span class="s">&quot;DAX&quot;</span><span class="o">,</span> <span class="s">&quot;GOOG&quot;</span><span class="o">)</span>
+
+<span class="k">case</span> <span class="k">class</span> <span class="nc">StockPrice</span><span class="o">(</span><span class="n">symbol</span><span class="k">:</span> <span class="kt">String</span><span class="o">,</span> <span class="n">price</span><span class="k">:</span> <span class="kt">Double</span><span class="o">)</span>
+
+<span class="k">def</span> <span class="n">generateStock</span><span class="o">(</span><span class="n">symbol</span><span class="k">:</span> <span class="kt">String</span><span class="o">)(</span><span class="n">sigma</span><span class="k">:</span> <span class="kt">Int</span><span class="o">)(</span><span class="n">out</span><span class="k">:</span> <span class="kt">Collector</span><span class="o">[</span><span class="kt">StockPrice</span><span class="o">])</span> <span class="k">=</span> <span class="o">{</span>
+  <span class="k">var</span> <span class="n">price</span> <span class="k">=</span> <span class="mf">1000.</span>
+  <span class="k">while</span> <span class="o">(</span><span class="kc">true</span><span class="o">)</span> <span class="o">{</span>
+    <span class="n">price</span> <span class="k">=</span> <span class="n">price</span> <span class="o">+</span> <span class="nc">Random</span><span class="o">.</span><span class="n">nextGaussian</span> <span class="o">*</span> <span class="n">sigma</span>
+    <span class="n">out</span><span class="o">.</span><span class="n">collect</span><span class="o">(</span><span class="nc">StockPrice</span><span class="o">(</span><span class="n">symbol</span><span class="o">,</span> <span class="n">price</span><span class="o">))</span>
+    <span class="nc">Thread</span><span class="o">.</span><span class="n">sleep</span><span class="o">(</span><span class="nc">Random</span><span class="o">.</span><span class="n">nextInt</span><span class="o">(</span><span class="mi">200</span><span class="o">))</span>
+  <span class="o">}</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+  <div data-lang="java7">
+
+    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">private</span> <span class="kd">static</span> <span class="kd">final</span> <span class="n">ArrayList</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">SYMBOLS</span> <span class="o">=</span> <span class="k">new</span> <span class="n">ArrayList</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;(</span>
+    <span class="n">Arrays</span><span class="o">.</span><span class="na">asList</span><span class="o">(</span><span class="s">&quot;SPX&quot;</span><span class="o">,</span> <span class="s">&quot;FTSE&quot;</span><span class="o">,</span> <span class="s">&quot;DJI&quot;</span><span class="o">,</span> <span class="s">&quot;DJT&quot;</span><span class="o">,</span> <span class="s">&quot;BUX&quot;</span><span class="o">,</span> <span class="s">&quot;DAX&quot;</span><span class="o">,</span> <span class="s">&quot;GOOG&quot;</span><span class="o">));</span>
+
+<span class="kd">public</span> <span class="kd">static</span> <span class="kd">class</span> <span class="nc">StockPrice</span> <span class="kd">implements</span> <span class="n">Serializable</span> <span class="o">{</span>
+
+    <span class="kd">public</span> <span class="n">String</span> <span class="n">symbol</span><span class="o">;</span>
+    <span class="kd">public</span> <span class="n">Double</span> <span class="n">price</span><span class="o">;</span>
+
+    <span class="kd">public</span> <span class="nf">StockPrice</span><span class="o">()</span> <span class="o">{</span>
+    <span class="o">}</span>
+
+    <span class="kd">public</span> <span class="nf">StockPrice</span><span class="o">(</span><span class="n">String</span> <span class="n">symbol</span><span class="o">,</span> <span class="n">Double</span> <span class="n">price</span><span class="o">)</span> <span class="o">{</span>
+        <span class="k">this</span><span class="o">.</span><span class="na">symbol</span> <span class="o">=</span> <span class="n">symbol</span><span class="o">;</span>
+        <span class="k">this</span><span class="o">.</span><span class="na">price</span> <span class="o">=</span> <span class="n">price</span><span class="o">;</span>
+    <span class="o">}</span>
+
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="n">String</span> <span class="nf">toString</span><span class="o">()</span> <span class="o">{</span>
+        <span class="k">return</span> <span class="s">&quot;StockPrice{&quot;</span> <span class="o">+</span>
+                <span class="s">&quot;symbol=&#39;&quot;</span> <span class="o">+</span> <span class="n">symbol</span> <span class="o">+</span> <span class="sc">&#39;\&#39;&#39;</span> <span class="o">+</span>
+                <span class="s">&quot;, count=&quot;</span> <span class="o">+</span> <span class="n">price</span> <span class="o">+</span>
+                <span class="sc">&#39;}&#39;</span><span class="o">;</span>
+    <span class="o">}</span>
+<span class="o">}</span>
+
+<span class="kd">public</span> <span class="kd">final</span> <span class="kd">static</span> <span class="kd">class</span> <span class="nc">StockSource</span> <span class="kd">implements</span> <span class="n">SourceFunction</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="o">{</span>
+
+    <span class="kd">private</span> <span class="n">Double</span> <span class="n">price</span><span class="o">;</span>
+    <span class="kd">private</span> <span class="n">String</span> <span class="n">symbol</span><span class="o">;</span>
+    <span class="kd">private</span> <span class="n">Integer</span> <span class="n">sigma</span><span class="o">;</span>
+
+    <span class="kd">public</span> <span class="nf">StockSource</span><span class="o">(</span><span class="n">String</span> <span class="n">symbol</span><span class="o">,</span> <span class="n">Integer</span> <span class="n">sigma</span><span class="o">)</span> <span class="o">{</span>
+        <span class="k">this</span><span class="o">.</span><span class="na">symbol</span> <span class="o">=</span> <span class="n">symbol</span><span class="o">;</span>
+        <span class="k">this</span><span class="o">.</span><span class="na">sigma</span> <span class="o">=</span> <span class="n">sigma</span><span class="o">;</span>
+    <span class="o">}</span>
+
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">invoke</span><span class="o">(</span><span class="n">Collector</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">collector</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+        <span class="n">price</span> <span class="o">=</span> <span class="n">DEFAULT_PRICE</span><span class="o">;</span>
+        <span class="n">Random</span> <span class="n">random</span> <span class="o">=</span> <span class="k">new</span> <span class="nf">Random</span><span class="o">();</span>
+
+        <span class="k">while</span> <span class="o">(</span><span class="kc">true</span><span class="o">)</span> <span class="o">{</span>
+            <span class="n">price</span> <span class="o">=</span> <span class="n">price</span> <span class="o">+</span> <span class="n">random</span><span class="o">.</span><span class="na">nextGaussian</span><span class="o">()</span> <span class="o">*</span> <span class="n">sigma</span><span class="o">;</span>
+            <span class="n">collector</span><span class="o">.</span><span class="na">collect</span><span class="o">(</span><span class="k">new</span> <span class="nf">StockPrice</span><span class="o">(</span><span class="n">symbol</span><span class="o">,</span> <span class="n">price</span><span class="o">));</span>
+            <span class="n">Thread</span><span class="o">.</span><span class="na">sleep</span><span class="o">(</span><span class="n">random</span><span class="o">.</span><span class="na">nextInt</span><span class="o">(</span><span class="mi">200</span><span class="o">));</span>
+        <span class="o">}</span>
+    <span class="o">}</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+</div>
+
+<p>To read from the text socket stream please make sure that you have a
+socket running. For the sake of the example executing the following
+command in a terminal does the job. You can get
+<a href="http://netcat.sourceforge.net/">netcat</a> here if it is not available
+on your machine.</p>
+
+<div class="highlight"><pre><code>nc -lk 9999
+</code></pre></div>
+
+<p>If we execute the program from our IDE we see the system the
+stock prices being generated:</p>
+
+<div class="highlight"><pre><code>INFO    Job execution switched to status RUNNING.
+INFO    Socket Stream(1/1) switched to SCHEDULED 
+INFO    Socket Stream(1/1) switched to DEPLOYING
+INFO    Custom Source(1/1) switched to SCHEDULED 
+INFO    Custom Source(1/1) switched to DEPLOYING
+…
+1&gt; StockPrice{symbol='SPX', count=1011.3405732645239}
+2&gt; StockPrice{symbol='SPX', count=1018.3381290039248}
+1&gt; StockPrice{symbol='DJI', count=1036.7454894073978}
+3&gt; StockPrice{symbol='DJI', count=1135.1170217478427}
+3&gt; StockPrice{symbol='BUX', count=1053.667523187687}
+4&gt; StockPrice{symbol='BUX', count=1036.552601487263}
+</code></pre></div>
+
+<p><a href="#top">Back to top</a></p>
+
+<h2 id="window-aggregations">Window aggregations</h2>
+
+<p>We first compute aggregations on time-based windows of the
+data. Flink provides <a href="http://flink.apache.org/docs/latest/streaming_guide.html#window-operators">flexible windowing semantics</a> where windows can
+also be defined based on count of records or any custom user defined
+logic.</p>
+
+<p>We partition our stream into windows of 10 seconds and slide the
+window every 5 seconds. We compute three statistics every 5 seconds.
+The first is the minimum price of all stocks, the second produces
+maximum price per stock, and the third is the mean stock price 
+(using a map window function). Aggregations and groupings can be
+performed on named fields of POJOs, making the code more readable.</p>
+
+<p><img alt="Basic windowing aggregations" src="/img/blog/blog_basic_window.png" width="70%" class="img-responsive center-block" /></p>
+
+<div class="codetabs">
+
+  <div data-lang="scala">
+
+    <div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="c1">//Define the desired time window</span>
+<span class="k">val</span> <span class="n">windowedStream</span> <span class="k">=</span> <span class="n">stockStream</span>
+  <span class="o">.</span><span class="n">window</span><span class="o">(</span><span class="nc">Time</span><span class="o">.</span><span class="n">of</span><span class="o">(</span><span class="mi">10</span><span class="o">,</span> <span class="nc">SECONDS</span><span class="o">)).</span><span class="n">every</span><span class="o">(</span><span class="nc">Time</span><span class="o">.</span><span class="n">of</span><span class="o">(</span><span class="mi">5</span><span class="o">,</span> <span class="nc">SECONDS</span><span class="o">))</span>
+
+<span class="c1">//Compute some simple statistics on a rolling window</span>
+<span class="k">val</span> <span class="n">lowest</span> <span class="k">=</span> <span class="n">windowedStream</span><span class="o">.</span><span class="n">minBy</span><span class="o">(</span><span class="s">&quot;price&quot;</span><span class="o">)</span>
+<span class="k">val</span> <span class="n">maxByStock</span> <span class="k">=</span> <span class="n">windowedStream</span><span class="o">.</span><span class="n">groupBy</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">).</span><span class="n">maxBy</span><span class="o">(</span><span class="s">&quot;price&quot;</span><span class="o">)</span>
+<span class="k">val</span> <span class="n">rollingMean</span> <span class="k">=</span> <span class="n">windowedStream</span><span class="o">.</span><span class="n">groupBy</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">).</span><span class="n">mapWindow</span><span class="o">(</span><span class="n">mean</span> <span class="k">_</span><span class="o">)</span>
+
+<span class="c1">//Compute the mean of a window</span>
+<span class="k">def</span> <span class="n">mean</span><span class="o">(</span><span class="n">ts</span><span class="k">:</span> <span class="kt">Iterable</span><span class="o">[</span><span class="kt">StockPrice</span><span class="o">],</span> <span class="n">out</span><span class="k">:</span> <span class="kt">Collector</span><span class="o">[</span><span class="kt">StockPrice</span><span class="o">])</span> <span class="k">=</span> <span class="o">{</span>
+  <span class="k">if</span> <span class="o">(</span><span class="n">ts</span><span class="o">.</span><span class="n">nonEmpty</span><span class="o">)</span> <span class="o">{</span>
+    <span class="n">out</span><span class="o">.</span><span class="n">collect</span><span class="o">(</span><span class="nc">StockPrice</span><span class="o">(</span><span class="n">ts</span><span class="o">.</span><span class="n">head</span><span class="o">.</span><span class="n">symbol</span><span class="o">,</span> <span class="n">ts</span><span class="o">.</span><span class="n">foldLeft</span><span class="o">(</span><span class="mi">0</span><span class="k">:</span> <span class="kt">Double</span><span class="o">)(</span><span class="k">_</span> <span class="o">+</span> <span class="k">_</span><span class="o">.</span><span class="n">price</span><span class="o">)</span> <span class="o">/</span> <span class="n">ts</span><span class="o">.</span><span class="n">size</span><span class="o">))</span>
+  <span class="o">}</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+
+  <div data-lang="java7">
+
+    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="c1">//Define the desired time window</span>
+<span class="n">WindowedDataStream</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">windowedStream</span> <span class="o">=</span> <span class="n">stockStream</span>
+    <span class="o">.</span><span class="na">window</span><span class="o">(</span><span class="n">Time</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="mi">10</span><span class="o">,</span> <span class="n">TimeUnit</span><span class="o">.</span><span class="na">SECONDS</span><span class="o">))</span>
+    <span class="o">.</span><span class="na">every</span><span class="o">(</span><span class="n">Time</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="mi">5</span><span class="o">,</span> <span class="n">TimeUnit</span><span class="o">.</span><span class="na">SECONDS</span><span class="o">));</span>
+
+<span class="c1">//Compute some simple statistics on a rolling window</span>
+<span class="n">DataStream</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">lowest</span> <span class="o">=</span> <span class="n">windowedStream</span><span class="o">.</span><span class="na">minBy</span><span class="o">(</span><span class="s">&quot;price&quot;</span><span class="o">).</span><span class="na">flatten</span><span class="o">();</span>
+<span class="n">DataStream</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">maxByStock</span> <span class="o">=</span> <span class="n">windowedStream</span><span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">)</span>
+    <span class="o">.</span><span class="na">maxBy</span><span class="o">(</span><span class="s">&quot;price&quot;</span><span class="o">).</span><span class="na">flatten</span><span class="o">();</span>
+<span class="n">DataStream</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">rollingMean</span> <span class="o">=</span> <span class="n">windowedStream</span><span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">)</span>
+    <span class="o">.</span><span class="na">mapWindow</span><span class="o">(</span><span class="k">new</span> <span class="nf">WindowMean</span><span class="o">()).</span><span class="na">flatten</span><span class="o">();</span>
+
+<span class="c1">//Compute the mean of a window</span>
+<span class="kd">public</span> <span class="kd">final</span> <span class="kd">static</span> <span class="kd">class</span> <span class="nc">WindowMean</span> <span class="kd">implements</span> 
+    <span class="n">WindowMapFunction</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">,</span> <span class="n">StockPrice</span><span class="o">&gt;</span> <span class="o">{</span>
+
+    <span class="kd">private</span> <span class="n">Double</span> <span class="n">sum</span> <span class="o">=</span> <span class="mf">0.0</span><span class="o">;</span>
+    <span class="kd">private</span> <span class="n">Integer</span> <span class="n">count</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span>
+    <span class="kd">private</span> <span class="n">String</span> <span class="n">symbol</span> <span class="o">=</span> <span class="s">&quot;&quot;</span><span class="o">;</span>
+
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">mapWindow</span><span class="o">(</span><span class="n">Iterable</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">values</span><span class="o">,</span> <span class="n">Collector</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">out</span><span class="o">)</span> 
+        <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+
+        <span class="k">if</span> <span class="o">(</span><span class="n">values</span><span class="o">.</span><span class="na">iterator</span><span class="o">().</span><span class="na">hasNext</span><span class="o">())</span> <span class="o">{</span><span class="n">s</span>
+            <span class="nf">for</span> <span class="o">(</span><span class="n">StockPrice</span> <span class="n">sp</span> <span class="o">:</span> <span class="n">values</span><span class="o">)</span> <span class="o">{</span>
+                <span class="n">sum</span> <span class="o">+=</span> <span class="n">sp</span><span class="o">.</span><span class="na">price</span><span class="o">;</span>
+                <span class="n">symbol</span> <span class="o">=</span> <span class="n">sp</span><span class="o">.</span><span class="na">symbol</span><span class="o">;</span>
+                <span class="n">count</span><span class="o">++;</span>
+            <span class="o">}</span>
+            <span class="n">out</span><span class="o">.</span><span class="na">collect</span><span class="o">(</span><span class="k">new</span> <span class="nf">StockPrice</span><span class="o">(</span><span class="n">symbol</span><span class="o">,</span> <span class="n">sum</span> <span class="o">/</span> <span class="n">count</span><span class="o">));</span>
+        <span class="o">}</span>
+    <span class="o">}</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+
+</div>
+
+<p>Let us note that to print a windowed stream one has to flatten it first,
+thus getting rid of the windowing logic. For example execute 
+<code>maxByStock.flatten().print()</code> to print the stream of maximum prices of
+ the time windows by stock. For Scala <code>flatten()</code> is called implicitly
+when needed.</p>
+
+<p><a href="#top">Back to top</a></p>
+
+<h2 id="data-driven-windows">Data-driven windows</h2>
+
+<p>The most interesting event in the stream is when the price of a stock
+is changing rapidly. We can send a warning when a stock price changes
+more than 5% since the last warning. To do that, we use a delta-based window providing a
+threshold on when the computation will be triggered, a function to
+compute the difference and a default value with which the first record
+is compared. We also create a <code>Count</code> data type to count the warnings
+every 30 seconds.</p>
+
+<p><img alt="Data-driven windowing semantics" src="/img/blog/blog_data_driven.png" width="100%" class="img-responsive center-block" /></p>
+
+<div class="codetabs">
+
+  <div data-lang="scala">
+
+    <div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="k">case</span> <span class="k">class</span> <span class="nc">Count</span><span class="o">(</span><span class="n">symbol</span><span class="k">:</span> <span class="kt">String</span><span class="o">,</span> <span class="n">count</span><span class="k">:</span> <span class="kt">Int</span><span class="o">)</span>
+<span class="k">val</span> <span class="n">defaultPrice</span> <span class="k">=</span> <span class="nc">StockPrice</span><span class="o">(</span><span class="s">&quot;&quot;</span><span class="o">,</span> <span class="mi">1000</span><span class="o">)</span>
+
+<span class="c1">//Use delta policy to create price change warnings</span>
+<span class="k">val</span> <span class="n">priceWarnings</span> <span class="k">=</span> <span class="n">stockStream</span><span class="o">.</span><span class="n">groupBy</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">)</span>
+  <span class="o">.</span><span class="n">window</span><span class="o">(</span><span class="nc">Delta</span><span class="o">.</span><span class="n">of</span><span class="o">(</span><span class="mf">0.05</span><span class="o">,</span> <span class="n">priceChange</span><span class="o">,</span> <span class="n">defaultPrice</span><span class="o">))</span>
+  <span class="o">.</span><span class="n">mapWindow</span><span class="o">(</span><span class="n">sendWarning</span> <span class="k">_</span><span class="o">)</span>
+
+<span class="c1">//Count the number of warnings every half a minute</span>
+<span class="k">val</span> <span class="n">warningsPerStock</span> <span class="k">=</span> <span class="n">priceWarnings</span><span class="o">.</span><span class="n">map</span><span class="o">(</span><span class="nc">Count</span><span class="o">(</span><span class="k">_</span><span class="o">,</span> <span class="mi">1</span><span class="o">))</span>
+  <span class="o">.</span><span class="n">groupBy</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">)</span>
+  <span class="o">.</span><span class="n">window</span><span class="o">(</span><span class="nc">Time</span><span class="o">.</span><span class="n">of</span><span class="o">(</span><span class="mi">30</span><span class="o">,</span> <span class="nc">SECONDS</span><span class="o">))</span>
+  <span class="o">.</span><span class="n">sum</span><span class="o">(</span><span class="s">&quot;count&quot;</span><span class="o">)</span>
+
+<span class="k">def</span> <span class="n">priceChange</span><span class="o">(</span><span class="n">p1</span><span class="k">:</span> <span class="kt">StockPrice</span><span class="o">,</span> <span class="n">p2</span><span class="k">:</span> <span class="kt">StockPrice</span><span class="o">)</span><span class="k">:</span> <span class="kt">Double</span> <span class="o">=</span> <span class="o">{</span>
+  <span class="nc">Math</span><span class="o">.</span><span class="n">abs</span><span class="o">(</span><span class="n">p1</span><span class="o">.</span><span class="n">price</span> <span class="o">/</span> <span class="n">p2</span><span class="o">.</span><span class="n">price</span> <span class="o">-</span> <span class="mi">1</span><span class="o">)</span>
+<span class="o">}</span>
+
+<span class="k">def</span> <span class="n">sendWarning</span><span class="o">(</span><span class="n">ts</span><span class="k">:</span> <span class="kt">Iterable</span><span class="o">[</span><span class="kt">StockPrice</span><span class="o">],</span> <span class="n">out</span><span class="k">:</span> <span class="kt">Collector</span><span class="o">[</span><span class="kt">String</span><span class="o">])</span> <span class="k">=</span> <span class="o">{</span>
+  <span class="k">if</span> <span class="o">(</span><span class="n">ts</span><span class="o">.</span><span class="n">nonEmpty</span><span class="o">)</span> <span class="n">out</span><span class="o">.</span><span class="n">collect</span><span class="o">(</span><span class="n">ts</span><span class="o">.</span><span class="n">head</span><span class="o">.</span><span class="n">symbol</span><span class="o">)</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+
+  <div data-lang="java7">
+
+    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">private</span> <span class="kd">static</span> <span class="kd">final</span> <span class="n">Double</span> <span class="n">DEFAULT_PRICE</span> <span class="o">=</span> <span class="mi">1000</span><span class="o">.;</span>
+<span class="kd">private</span> <span class="kd">static</span> <span class="kd">final</span> <span class="n">StockPrice</span> <span class="n">DEFAULT_STOCK_PRICE</span> <span class="o">=</span> <span class="k">new</span> <span class="nf">StockPrice</span><span class="o">(</span><span class="s">&quot;&quot;</span><span class="o">,</span> <span class="n">DEFAULT_PRICE</span><span class="o">);</span>
+
+<span class="c1">//Use delta policy to create price change warnings</span>
+<span class="n">DataStream</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">priceWarnings</span> <span class="o">=</span> <span class="n">stockStream</span><span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">)</span>
+    <span class="o">.</span><span class="na">window</span><span class="o">(</span><span class="n">Delta</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="mf">0.05</span><span class="o">,</span> <span class="k">new</span> <span class="n">DeltaFunction</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;()</span> <span class="o">{</span>
+        <span class="nd">@Override</span>
+        <span class="kd">public</span> <span class="kt">double</span> <span class="nf">getDelta</span><span class="o">(</span><span class="n">StockPrice</span> <span class="n">oldDataPoint</span><span class="o">,</span> <span class="n">StockPrice</span> <span class="n">newDataPoint</span><span class="o">)</span> <span class="o">{</span>
+            <span class="k">return</span> <span class="n">Math</span><span class="o">.</span><span class="na">abs</span><span class="o">(</span><span class="n">oldDataPoint</span><span class="o">.</span><span class="na">price</span> <span class="o">-</span> <span class="n">newDataPoint</span><span class="o">.</span><span class="na">price</span><span class="o">);</span>
+        <span class="o">}</span>
+    <span class="o">},</span> <span class="n">DEFAULT_STOCK_PRICE</span><span class="o">))</span>
+<span class="o">.</span><span class="na">mapWindow</span><span class="o">(</span><span class="k">new</span> <span class="nf">SendWarning</span><span class="o">()).</span><span class="na">flatten</span><span class="o">();</span>
+
+<span class="c1">//Count the number of warnings every half a minute</span>
+<span class="n">DataStream</span><span class="o">&lt;</span><span class="n">Count</span><span class="o">&gt;</span> <span class="n">warningsPerStock</span> <span class="o">=</span> <span class="n">priceWarnings</span><span class="o">.</span><span class="na">map</span><span class="o">(</span><span class="k">new</span> <span class="n">MapFunction</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">Count</span><span class="o">&gt;()</span> <span class="o">{</span>
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="n">Count</span> <span class="nf">map</span><span class="o">(</span><span class="n">String</span> <span class="n">value</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+        <span class="k">return</span> <span class="k">new</span> <span class="nf">Count</span><span class="o">(</span><span class="n">value</span><span class="o">,</span> <span class="mi">1</span><span class="o">);</span>
+    <span class="o">}</span>
+<span class="o">}).</span><span class="na">groupBy</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">).</span><span class="na">window</span><span class="o">(</span><span class="n">Time</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="mi">30</span><span class="o">,</span> <span class="n">TimeUnit</span><span class="o">.</span><span class="na">SECONDS</span><span class="o">)).</span><span class="na">sum</span><span class="o">(</span><span class="s">&quot;count&quot;</span><span class="o">).</span><span class="na">flatten</span><span class="o">();</span>
+
+<span class="kd">public</span> <span class="kd">static</span> <span class="kd">class</span> <span class="nc">Count</span> <span class="kd">implements</span> <span class="n">Serializable</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">String</span> <span class="n">symbol</span><span class="o">;</span>
+    <span class="kd">public</span> <span class="n">Integer</span> <span class="n">count</span><span class="o">;</span>
+
+    <span class="kd">public</span> <span class="nf">Count</span><span class="o">()</span> <span class="o">{</span>
+    <span class="o">}</span>
+
+    <span class="kd">public</span> <span class="nf">Count</span><span class="o">(</span><span class="n">String</span> <span class="n">symbol</span><span class="o">,</span> <span class="n">Integer</span> <span class="n">count</span><span class="o">)</span> <span class="o">{</span>
+        <span class="k">this</span><span class="o">.</span><span class="na">symbol</span> <span class="o">=</span> <span class="n">symbol</span><span class="o">;</span>
+        <span class="k">this</span><span class="o">.</span><span class="na">count</span> <span class="o">=</span> <span class="n">count</span><span class="o">;</span>
+    <span class="o">}</span>
+
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="n">String</span> <span class="nf">toString</span><span class="o">()</span> <span class="o">{</span>
+        <span class="k">return</span> <span class="s">&quot;Count{&quot;</span> <span class="o">+</span>
+                <span class="s">&quot;symbol=&#39;&quot;</span> <span class="o">+</span> <span class="n">symbol</span> <span class="o">+</span> <span class="sc">&#39;\&#39;&#39;</span> <span class="o">+</span>
+                <span class="s">&quot;, count=&quot;</span> <span class="o">+</span> <span class="n">count</span> <span class="o">+</span>
+                <span class="sc">&#39;}&#39;</span><span class="o">;</span>
+    <span class="o">}</span>
+<span class="o">}</span>
+
+<span class="kd">public</span> <span class="kd">static</span> <span class="kd">final</span> <span class="kd">class</span> <span class="nc">SendWarning</span> <span class="kd">implements</span> <span class="n">MapWindowFunction</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">,</span> <span class="n">String</span><span class="o">&gt;</span> <span class="o">{</span>
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">mapWindow</span><span class="o">(</span><span class="n">Iterable</span><span class="o">&lt;</span><span class="n">StockPrice</span><span class="o">&gt;</span> <span class="n">values</span><span class="o">,</span> <span class="n">Collector</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">out</span><span class="o">)</span> 
+        <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+
+        <span class="k">if</span> <span class="o">(</span><span class="n">values</span><span class="o">.</span><span class="na">iterator</span><span class="o">().</span><span class="na">hasNext</span><span class="o">())</span> <span class="o">{</span>
+            <span class="n">out</span><span class="o">.</span><span class="na">collect</span><span class="o">(</span><span class="n">values</span><span class="o">.</span><span class="na">iterator</span><span class="o">().</span><span class="na">next</span><span class="o">().</span><span class="na">symbol</span><span class="o">);</span>
+        <span class="o">}</span>
+    <span class="o">}</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+
+</div>
+
+<p><a href="#top">Back to top</a></p>
+
+<h2 id="combining-with-a-twitter-stream">Combining with a Twitter stream</h2>
+
+<p>Next, we will read a Twitter stream and correlate it with our stock
+price stream. Flink has support for connecting to <a href="http://flink.apache.org/docs/latest/streaming_guide.html#twitter-streaming-api">Twitter’s
+API</a>,
+but for the sake of this example we generate dummy tweet data.</p>
+
+<p><img alt="Social media analytics" src="/img/blog/blog_social_media.png" width="100%" class="img-responsive center-block" /></p>
+
+<div class="codetabs">
+
+  <div data-lang="scala">
+
+    <div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="c1">//Read a stream of tweets</span>
+<span class="k">val</span> <span class="n">tweetStream</span> <span class="k">=</span> <span class="n">env</span><span class="o">.</span><span class="n">addSource</span><span class="o">(</span><span class="n">generateTweets</span> <span class="k">_</span><span class="o">)</span>
+
+<span class="c1">//Extract the stock symbols</span>
+<span class="k">val</span> <span class="n">mentionedSymbols</span> <span class="k">=</span> <span class="n">tweetStream</span><span class="o">.</span><span class="n">flatMap</span><span class="o">(</span><span class="n">tweet</span> <span class="k">=&gt;</span> <span class="n">tweet</span><span class="o">.</span><span class="n">split</span><span class="o">(</span><span class="s">&quot; &quot;</span><span class="o">))</span>
+  <span class="o">.</span><span class="n">map</span><span class="o">(</span><span class="k">_</span><span class="o">.</span><span class="n">toUpperCase</span><span class="o">())</span>
+  <span class="o">.</span><span class="n">filter</span><span class="o">(</span><span class="n">symbols</span><span class="o">.</span><span class="n">contains</span><span class="o">(</span><span class="k">_</span><span class="o">))</span>
+
+<span class="c1">//Count the extracted symbols</span>
+<span class="k">val</span> <span class="n">tweetsPerStock</span> <span class="k">=</span> <span class="n">mentionedSymbols</span><span class="o">.</span><span class="n">map</span><span class="o">(</span><span class="nc">Count</span><span class="o">(</span><span class="k">_</span><span class="o">,</span> <span class="mi">1</span><span class="o">))</span>
+  <span class="o">.</span><span class="n">groupBy</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">)</span>
+  <span class="o">.</span><span class="n">window</span><span class="o">(</span><span class="nc">Time</span><span class="o">.</span><span class="n">of</span><span class="o">(</span><span class="mi">30</span><span class="o">,</span> <span class="nc">SECONDS</span><span class="o">))</span>
+  <span class="o">.</span><span class="n">sum</span><span class="o">(</span><span class="s">&quot;count&quot;</span><span class="o">)</span>
+
+<span class="k">def</span> <span class="n">generateTweets</span><span class="o">(</span><span class="n">out</span><span class="k">:</span> <span class="kt">Collector</span><span class="o">[</span><span class="kt">String</span><span class="o">])</span> <span class="k">=</span> <span class="o">{</span>
+  <span class="k">while</span> <span class="o">(</span><span class="kc">true</span><span class="o">)</span> <span class="o">{</span>
+    <span class="k">val</span> <span class="n">s</span> <span class="k">=</span> <span class="k">for</span> <span class="o">(</span><span class="n">i</span> <span class="k">&lt;-</span> <span class="mi">1</span> <span class="n">to</span> <span class="mi">3</span><span class="o">)</span> <span class="k">yield</span> <span class="o">(</span><span class="n">symbols</span><span class="o">(</span><span class="nc">Random</span><span class="o">.</span><span class="n">nextInt</span><span class="o">(</span><span class="n">symbols</span><span class="o">.</span><span class="n">size</span><span class="o">)))</span>
+    <span class="n">out</span><span class="o">.</span><span class="n">collect</span><span class="o">(</span><span class="n">s</span><span class="o">.</span><span class="n">mkString</span><span class="o">(</span><span class="s">&quot; &quot;</span><span class="o">))</span>
+    <span class="nc">Thread</span><span class="o">.</span><span class="n">sleep</span><span class="o">(</span><span class="nc">Random</span><span class="o">.</span><span class="n">nextInt</span><span class="o">(</span><span class="mi">500</span><span class="o">))</span>
+  <span class="o">}</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+
+  <div data-lang="java7">
+
+    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="c1">//Read a stream of tweets</span>
+<span class="n">DataStream</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">tweetStream</span> <span class="o">=</span> <span class="n">env</span><span class="o">.</span><span class="na">addSource</span><span class="o">(</span><span class="k">new</span> <span class="nf">TweetSource</span><span class="o">());</span>
+
+<span class="c1">//Extract the stock symbols</span>
+<span class="n">DataStream</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">mentionedSymbols</span> <span class="o">=</span> <span class="n">tweetStream</span><span class="o">.</span><span class="na">flatMap</span><span class="o">(</span>
+    <span class="k">new</span> <span class="n">FlatMapFunction</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">String</span><span class="o">&gt;()</span> <span class="o">{</span>
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">flatMap</span><span class="o">(</span><span class="n">String</span> <span class="n">value</span><span class="o">,</span> <span class="n">Collector</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">out</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+        <span class="n">String</span><span class="o">[]</span> <span class="n">words</span> <span class="o">=</span> <span class="n">value</span><span class="o">.</span><span class="na">split</span><span class="o">(</span><span class="s">&quot; &quot;</span><span class="o">);</span>
+        <span class="k">for</span> <span class="o">(</span><span class="n">String</span> <span class="n">word</span> <span class="o">:</span> <span class="n">words</span><span class="o">)</span> <span class="o">{</span>
+            <span class="n">out</span><span class="o">.</span><span class="na">collect</span><span class="o">(</span><span class="n">word</span><span class="o">.</span><span class="na">toUpperCase</span><span class="o">());</span>
+        <span class="o">}</span>
+    <span class="o">}</span>
+<span class="o">}).</span><span class="na">filter</span><span class="o">(</span><span class="k">new</span> <span class="n">FilterFunction</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;()</span> <span class="o">{</span>
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="kt">boolean</span> <span class="nf">filter</span><span class="o">(</span><span class="n">String</span> <span class="n">value</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+        <span class="k">return</span> <span class="n">SYMBOLS</span><span class="o">.</span><span class="na">contains</span><span class="o">(</span><span class="n">value</span><span class="o">);</span>
+    <span class="o">}</span>
+<span class="o">});</span>
+
+<span class="c1">//Count the extracted symbols</span>
+<span class="n">DataStream</span><span class="o">&lt;</span><span class="n">Count</span><span class="o">&gt;</span> <span class="n">tweetsPerStock</span> <span class="o">=</span> <span class="n">mentionedSymbols</span><span class="o">.</span><span class="na">map</span><span class="o">(</span><span class="k">new</span> <span class="n">MapFunction</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">Count</span><span class="o">&gt;()</span> <span class="o">{</span>
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="n">Count</span> <span class="nf">map</span><span class="o">(</span><span class="n">String</span> <span class="n">value</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+        <span class="k">return</span> <span class="k">new</span> <span class="nf">Count</span><span class="o">(</span><span class="n">value</span><span class="o">,</span> <span class="mi">1</span><span class="o">);</span>
+    <span class="o">}</span>
+<span class="o">}).</span><span class="na">groupBy</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">).</span><span class="na">window</span><span class="o">(</span><span class="n">Time</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="mi">30</span><span class="o">,</span> <span class="n">TimeUnit</span><span class="o">.</span><span class="na">SECONDS</span><span class="o">)).</span><span class="na">sum</span><span class="o">(</span><span class="s">&quot;count&quot;</span><span class="o">).</span><span class="na">flatten</span><span class="o">();</span>
+
+<span class="kd">public</span> <span class="kd">static</span> <span class="kd">final</span> <span class="kd">class</span> <span class="nc">TweetSource</span> <span class="kd">implements</span> <span class="n">SourceFunction</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="o">{</span>
+    <span class="n">Random</span> <span class="n">random</span><span class="o">;</span>
+    <span class="n">StringBuilder</span> <span class="n">stringBuilder</span><span class="o">;</span>
+
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">invoke</span><span class="o">(</span><span class="n">Collector</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">collector</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+        <span class="n">random</span> <span class="o">=</span> <span class="k">new</span> <span class="nf">Random</span><span class="o">();</span>
+        <span class="n">stringBuilder</span> <span class="o">=</span> <span class="k">new</span> <span class="nf">StringBuilder</span><span class="o">();</span>
+
+        <span class="k">while</span> <span class="o">(</span><span class="kc">true</span><span class="o">)</span> <span class="o">{</span>
+            <span class="n">stringBuilder</span><span class="o">.</span><span class="na">setLength</span><span class="o">(</span><span class="mi">0</span><span class="o">);</span>
+            <span class="k">for</span> <span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="mi">3</span><span class="o">;</span> <span class="n">i</span><span class="o">++)</span> <span class="o">{</span>
+                <span class="n">stringBuilder</span><span class="o">.</span><span class="na">append</span><span class="o">(</span><span class="s">&quot; &quot;</span><span class="o">);</span>
+                <span class="n">stringBuilder</span><span class="o">.</span><span class="na">append</span><span class="o">(</span><span class="n">SYMBOLS</span><span class="o">.</span><span class="na">get</span><span class="o">(</span><span class="n">random</span><span class="o">.</span><span class="na">nextInt</span><span class="o">(</span><span class="n">SYMBOLS</span><span class="o">.</span><span class="na">size</span><span class="o">())));</span>
+            <span class="o">}</span>
+            <span class="n">collector</span><span class="o">.</span><span class="na">collect</span><span class="o">(</span><span class="n">stringBuilder</span><span class="o">.</span><span class="na">toString</span><span class="o">());</span>
+            <span class="n">Thread</span><span class="o">.</span><span class="na">sleep</span><span class="o">(</span><span class="mi">500</span><span class="o">);</span>
+        <span class="o">}</span>
+
+    <span class="o">}</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+
+</div>
+
+<p><a href="#top">Back to top</a></p>
+
+<h2 id="streaming-joins">Streaming joins</h2>
+
+<p>Finally, we join real-time tweets and stock prices and compute a
+rolling correlation between the number of price warnings and the
+number of mentions of a given stock in the Twitter stream. As both of
+these data streams are potentially infinite, we apply the join on a
+30-second window.</p>
+
+<p><img alt="Streaming joins" src="/img/blog/blog_stream_join.png" width="60%" class="img-responsive center-block" /></p>
+
+<div class="codetabs">
+
+  <div data-lang="scala">
+
+    <div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="c1">//Join warnings and parsed tweets</span>
+<span class="k">val</span> <span class="n">tweetsAndWarning</span> <span class="k">=</span> <span class="n">warningsPerStock</span><span class="o">.</span><span class="n">join</span><span class="o">(</span><span class="n">tweetsPerStock</span><span class="o">)</span>
+  <span class="o">.</span><span class="n">onWindow</span><span class="o">(</span><span class="mi">30</span><span class="o">,</span> <span class="nc">SECONDS</span><span class="o">)</span>
+  <span class="o">.</span><span class="n">where</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">)</span>
+  <span class="o">.</span><span class="n">equalTo</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">)</span> <span class="o">{</span> <span class="o">(</span><span class="n">c1</span><span class="o">,</span> <span class="n">c2</span><span class="o">)</span> <span class="k">=&gt;</span> <span class="o">(</span><span class="n">c1</span><span class="o">.</span><span class="n">count</span><span class="o">,</span> <span class="n">c2</span><span class="o">.</span><span class="n">count</span><span class="o">)</span> <span class="o">}</span>
+
+<span class="k">val</span> <span class="n">rollingCorrelation</span> <span class="k">=</span> <span class="n">tweetsAndWarning</span><span class="o">.</span><span class="n">window</span><span class="o">(</span><span class="nc">Time</span><span class="o">.</span><span class="n">of</span><span class="o">(</span><span class="mi">30</span><span class="o">,</span> <span class="nc">SECONDS</span><span class="o">))</span>
+  <span class="o">.</span><span class="n">mapWindow</span><span class="o">(</span><span class="n">computeCorrelation</span> <span class="k">_</span><span class="o">)</span>
+
+<span class="n">rollingCorrelation</span> <span class="n">print</span>
+
+<span class="c1">//Compute rolling correlation</span>
+<span class="k">def</span> <span class="n">computeCorrelation</span><span class="o">(</span><span class="n">input</span><span class="k">:</span> <span class="kt">Iterable</span><span class="o">[(</span><span class="kt">Int</span>, <span class="kt">Int</span><span class="o">)],</span> <span class="n">out</span><span class="k">:</span> <span class="kt">Collector</span><span class="o">[</span><span class="kt">Double</span><span class="o">])</span> <span class="k">=</span> <span class="o">{</span>
+  <span class="k">if</span> <span class="o">(</span><span class="n">input</span><span class="o">.</span><span class="n">nonEmpty</span><span class="o">)</span> <span class="o">{</span>
+    <span class="k">val</span> <span class="n">var1</span> <span class="k">=</span> <span class="n">input</span><span class="o">.</span><span class="n">map</span><span class="o">(</span><span class="k">_</span><span class="o">.</span><span class="n">_1</span><span class="o">)</span>
+    <span class="k">val</span> <span class="n">mean1</span> <span class="k">=</span> <span class="n">average</span><span class="o">(</span><span class="n">var1</span><span class="o">)</span>
+    <span class="k">val</span> <span class="n">var2</span> <span class="k">=</span> <span class="n">input</span><span class="o">.</span><span class="n">map</span><span class="o">(</span><span class="k">_</span><span class="o">.</span><span class="n">_2</span><span class="o">)</span>
+    <span class="k">val</span> <span class="n">mean2</span> <span class="k">=</span> <span class="n">average</span><span class="o">(</span><span class="n">var2</span><span class="o">)</span>
+
+    <span class="k">val</span> <span class="n">cov</span> <span class="k">=</span> <span class="n">average</span><span class="o">(</span><span class="n">var1</span><span class="o">.</span><span class="n">zip</span><span class="o">(</span><span class="n">var2</span><span class="o">).</span><span class="n">map</span><span class="o">(</span><span class="n">xy</span> <span class="k">=&gt;</span> <span class="o">(</span><span class="n">xy</span><span class="o">.</span><span class="n">_1</span> <span class="o">-</span> <span class="n">mean1</span><span class="o">)</span> <span class="o">*</span> <span class="o">(</span><span class="n">xy</span><span class="o">.</span><span class="n">_2</span> <span class="o">-</span> <span class="n">mean2</span><span class="o">)))</span>
+    <span class="k">val</span> <span class="n">d1</span> <span class="k">=</span> <span class="nc">Math</span><span class="o">.</span><span class="n">sqrt</span><span class="o">(</span><span class="n">average</span><span class="o">(</span><span class="n">var1</span><span class="o">.</span><span class="n">map</span><span class="o">(</span><span class="n">x</span> <span class="k">=&gt;</span> <span class="nc">Math</span><span class="o">.</span><span class="n">pow</span><span class="o">((</span><span class="n">x</span> <span class="o">-</span> <span class="n">mean1</span><span class="o">),</span> <span class="mi">2</span><span class="o">))))</span>
+    <span class="k">val</span> <span class="n">d2</span> <span class="k">=</span> <span class="nc">Math</span><span class="o">.</span><span class="n">sqrt</span><span class="o">(</span><span class="n">average</span><span class="o">(</span><span class="n">var2</span><span class="o">.</span><span class="n">map</span><span class="o">(</span><span class="n">x</span> <span class="k">=&gt;</span> <span class="nc">Math</span><span class="o">.</span><span class="n">pow</span><span class="o">((</span><span class="n">x</span> <span class="o">-</span> <span class="n">mean2</span><span class="o">),</span> <span class="mi">2</span><span class="o">))))</span>
+
+    <span class="n">out</span><span class="o">.</span><span class="n">collect</span><span class="o">(</span><span class="n">cov</span> <span class="o">/</span> <span class="o">(</span><span class="n">d1</span> <span class="o">*</span> <span class="n">d2</span><span class="o">))</span>
+  <span class="o">}</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+
+  <div data-lang="java7">
+
+    <div class="highlight"><pre><code class="language-java" data-lang="java"><span class="c1">//Join warnings and parsed tweets</span>
+<span class="n">DataStream</span><span class="o">&lt;</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;&gt;</span> <span class="n">tweetsAndWarning</span> <span class="o">=</span> <span class="n">warningsPerStock</span>
+    <span class="o">.</span><span class="na">join</span><span class="o">(</span><span class="n">tweetsPerStock</span><span class="o">)</span>
+    <span class="o">.</span><span class="na">onWindow</span><span class="o">(</span><span class="mi">30</span><span class="o">,</span> <span class="n">TimeUnit</span><span class="o">.</span><span class="na">SECONDS</span><span class="o">)</span>
+    <span class="o">.</span><span class="na">where</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">)</span>
+    <span class="o">.</span><span class="na">equalTo</span><span class="o">(</span><span class="s">&quot;symbol&quot;</span><span class="o">)</span>
+    <span class="o">.</span><span class="na">with</span><span class="o">(</span><span class="k">new</span> <span class="n">JoinFunction</span><span class="o">&lt;</span><span class="n">Count</span><span class="o">,</span> <span class="n">Count</span><span class="o">,</span> <span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;&gt;()</span> <span class="o">{</span>
+        <span class="nd">@Override</span>
+        <span class="kd">public</span> <span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;</span> <span class="nf">join</span><span class="o">(</span><span class="n">Count</span> <span class="n">first</span><span class="o">,</span> <span class="n">Count</span> <span class="n">second</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+            <span class="k">return</span> <span class="k">new</span> <span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;(</span><span class="n">first</span><span class="o">.</span><span class="na">count</span><span class="o">,</span> <span class="n">second</span><span class="o">.</span><span class="na">count</span><span class="o">);</span>
+            <span class="o">}</span>
+    <span class="o">});</span>
+
+<span class="c1">//Compute rolling correlation</span>
+<span class="n">DataStream</span><span class="o">&lt;</span><span class="n">Double</span><span class="o">&gt;</span> <span class="n">rollingCorrelation</span> <span class="o">=</span> <span class="n">tweetsAndWarning</span>
+    <span class="o">.</span><span class="na">window</span><span class="o">(</span><span class="n">Time</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="mi">30</span><span class="o">,</span> <span class="n">TimeUnit</span><span class="o">.</span><span class="na">SECONDS</span><span class="o">))</span>
+    <span class="o">.</span><span class="na">mapWindow</span><span class="o">(</span><span class="k">new</span> <span class="nf">WindowCorrelation</span><span class="o">());</span>
+
+<span class="n">rollingCorrelation</span><span class="o">.</span><span class="na">print</span><span class="o">();</span>
+
+<span class="kd">public</span> <span class="kd">static</span> <span class="kd">final</span> <span class="kd">class</span> <span class="nc">WindowCorrelation</span>
+    <span class="kd">implements</span> <span class="n">WindowMapFunction</span><span class="o">&lt;</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;,</span> <span class="n">Double</span><span class="o">&gt;</span> <span class="o">{</span>
+
+    <span class="kd">private</span> <span class="n">Integer</span> <span class="n">leftSum</span><span class="o">;</span>
+    <span class="kd">private</span> <span class="n">Integer</span> <span class="n">rightSum</span><span class="o">;</span>
+    <span class="kd">private</span> <span class="n">Integer</span> <span class="n">count</span><span class="o">;</span>
+
+    <span class="kd">private</span> <span class="n">Double</span> <span class="n">leftMean</span><span class="o">;</span>
+    <span class="kd">private</span> <span class="n">Double</span> <span class="n">rightMean</span><span class="o">;</span>
+
+    <span class="kd">private</span> <span class="n">Double</span> <span class="n">cov</span><span class="o">;</span>
+    <span class="kd">private</span> <span class="n">Double</span> <span class="n">leftSd</span><span class="o">;</span>
+    <span class="kd">private</span> <span class="n">Double</span> <span class="n">rightSd</span><span class="o">;</span>
+
+    <span class="nd">@Override</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">mapWindow</span><span class="o">(</span><span class="n">Iterable</span><span class="o">&lt;</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;&gt;</span> <span class="n">values</span><span class="o">,</span> <span class="n">Collector</span><span class="o">&lt;</span><span class="n">Double</span><span class="o">&gt;</span> <span class="n">out</span><span class="o">)</span> 
+        <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+
+        <span class="n">leftSum</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span>
+        <span class="n">rightSum</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span>
+        <span class="n">count</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span>
+
+        <span class="n">cov</span> <span class="o">=</span> <span class="mi">0</span><span class="o">.;</span>
+        <span class="n">leftSd</span> <span class="o">=</span> <span class="mi">0</span><span class="o">.;</span>
+        <span class="n">rightSd</span> <span class="o">=</span> <span class="mi">0</span><span class="o">.;</span>
+
+        <span class="c1">//compute mean for both sides, save count</span>
+        <span class="k">for</span> <span class="o">(</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;</span> <span class="n">pair</span> <span class="o">:</span> <span class="n">values</span><span class="o">)</span> <span class="o">{</span>
+            <span class="n">leftSum</span> <span class="o">+=</span> <span class="n">pair</span><span class="o">.</span><span class="na">f0</span><span class="o">;</span>
+            <span class="n">rightSum</span> <span class="o">+=</span> <span class="n">pair</span><span class="o">.</span><span class="na">f1</span><span class="o">;</span>
+            <span class="n">count</span><span class="o">++;</span>
+        <span class="o">}</span>
+
+        <span class="n">leftMean</span> <span class="o">=</span> <span class="n">leftSum</span><span class="o">.</span><span class="na">doubleValue</span><span class="o">()</span> <span class="o">/</span> <span class="n">count</span><span class="o">;</span>
+        <span class="n">rightMean</span> <span class="o">=</span> <span class="n">rightSum</span><span class="o">.</span><span class="na">doubleValue</span><span class="o">()</span> <span class="o">/</span> <span class="n">count</span><span class="o">;</span>
+
+        <span class="c1">//compute covariance &amp; std. deviations</span>
+        <span class="k">for</span> <span class="o">(</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;</span> <span class="n">pair</span> <span class="o">:</span> <span class="n">values</span><span class="o">)</span> <span class="o">{</span>
+            <span class="n">cov</span> <span class="o">+=</span> <span class="o">(</span><span class="n">pair</span><span class="o">.</span><span class="na">f0</span> <span class="o">-</span> <span class="n">leftMean</span><span class="o">)</span> <span class="o">*</span> <span class="o">(</span><span class="n">pair</span><span class="o">.</span><span class="na">f1</span> <span class="o">-</span> <span class="n">rightMean</span><span class="o">)</span> <span class="o">/</span> <span class="n">count</span><span class="o">;</span>
+        <span class="o">}</span>
+
+        <span class="k">for</span> <span class="o">(</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;</span> <span class="n">pair</span> <span class="o">:</span> <span class="n">values</span><span class="o">)</span> <span class="o">{</span>
+            <span class="n">leftSd</span> <span class="o">+=</span> <span class="n">Math</span><span class="o">.</span><span class="na">pow</span><span class="o">(</span><span class="n">pair</span><span class="o">.</span><span class="na">f0</span> <span class="o">-</span> <span class="n">leftMean</span><span class="o">,</span> <span class="mi">2</span><span class="o">)</span> <span class="o">/</span> <span class="n">count</span><span class="o">;</span>
+            <span class="n">rightSd</span> <span class="o">+=</span> <span class="n">Math</span><span class="o">.</span><span class="na">pow</span><span class="o">(</span><span class="n">pair</span><span class="o">.</span><span class="na">f1</span> <span class="o">-</span> <span class="n">rightMean</span><span class="o">,</span> <span class="mi">2</span><span class="o">)</span> <span class="o">/</span> <span class="n">count</span><span class="o">;</span>
+        <span class="o">}</span>
+        <span class="n">leftSd</span> <span class="o">=</span> <span class="n">Math</span><span class="o">.</span><span class="na">sqrt</span><span class="o">(</span><span class="n">leftSd</span><span class="o">);</span>
+        <span class="n">rightSd</span> <span class="o">=</span> <span class="n">Math</span><span class="o">.</span><span class="na">sqrt</span><span class="o">(</span><span class="n">rightSd</span><span class="o">);</span>
+
+        <span class="n">out</span><span class="o">.</span><span class="na">collect</span><span class="o">(</span><span class="n">cov</span> <span class="o">/</span> <span class="o">(</span><span class="n">leftSd</span> <span class="o">*</span> <span class="n">rightSd</span><span class="o">));</span>
+    <span class="o">}</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+
+</div>
+
+<p><a href="#top">Back to top</a></p>
+
+<h2 id="other-things-to-try">Other things to try</h2>
+
+<p>For a full feature overview please check the <a href="http://flink.apache.org/docs/latest/streaming_guide.html">Streaming Guide</a>, which describes all the available API features.
+You are very welcome to try out our features for different use-cases we are looking forward to your experiences. Feel free to <a href="http://flink.apache.org/community.html#mailing-lists">contact us</a>.</p>
+
+<h2 id="upcoming-for-streaming">Upcoming for streaming</h2>
+
+<p>There are some aspects of Flink Streaming that are subjects to
+change by the next release making this application look even nicer.</p>
+
+<p>Stay tuned for later blog posts on how Flink Streaming works
+internally, fault tolerance, and performance measurements!</p>
+
+<p><a href="#top">Back to top</a></p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>


[27/52] [abbrv] flink-web git commit: Remove files before rebase

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/ClientJmTm.svg
----------------------------------------------------------------------
diff --git a/img/ClientJmTm.svg b/img/ClientJmTm.svg
deleted file mode 100644
index d918b00..0000000
--- a/img/ClientJmTm.svg
+++ /dev/null
@@ -1,245 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.0"
-   width="218.96001mm"
-   height="145.58mm"
-   id="svg2"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="ClientJmTm.emf">
-  <metadata
-     id="metadata92">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1600"
-     inkscape:window-height="838"
-     id="namedview90"
-     showgrid="false"
-     inkscape:zoom="0.44467787"
-     inkscape:cx="387.92126"
-     inkscape:cy="257.91733"
-     inkscape:window-x="-8"
-     inkscape:window-y="-8"
-     inkscape:window-maximized="1"
-     inkscape:current-layer="svg2" />
-  <defs
-     id="defs4" />
-  <g
-     id="g6">
-    <path
-       style="fill:#f2dcdb;fill-rule:evenodd;fill-opacity:1;stroke:none;"
-       d="  M 400.41225 121.04265   L 400.41225 245.42364   L 648.53657 245.42364   L 648.53657 121.04265   L 400.41225 121.04265  z "
-       id="path8" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:2.5131261px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 400.41225 121.04265   L 648.53657 121.04265   L 648.53657 245.42364   L 400.41225 245.42364  z "
-       id="path10" />
-    <text
-       xml:space="preserve"
-       x="447.93557"
-       y="162.6102"
-       style="font-size:22.505608px;fill:#000000;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text12">JobManager</text>
-    <path
-       style="fill:#b9cde5;fill-rule:evenodd;fill-opacity:1;stroke:none;"
-       d="  M 40.416319 137.80933   L 204.50095 137.80933   L 204.50095 175.58124   L 367.92916 175.58124   L 367.92916 162.99686   L 393.11669 188.16563   L 367.92916 213.35315   L 367.92916 200.76877   L 204.50095 200.76877   L 204.50095 238.54068   L 40.416319 238.54068  z "
-       id="path14" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:2.4943714px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 40.416319 137.80933   L 204.50095 137.80933   L 204.50095 175.58124   L 367.92916 175.58124   L 367.92916 162.99686   L 393.11669 188.16563   L 367.92916 213.35315   L 367.92916 200.76877   L 204.50095 200.76877   L 204.50095 238.54068   L 40.416319 238.54068  z "
-       id="path16" />
-    <path
-       style="fill:#b9cde5;fill-rule:evenodd;fill-opacity:1;stroke:none;"
-       d="  M 55.307528 144.91735   L 55.307528 181.27328   L 187.74365 181.27328   L 187.74365 144.91735   L 55.307528 144.91735  z "
-       id="path18" />
-    <text
-       xml:space="preserve"
-       x="85.103927"
-       y="171.84123"
-       style="font-size:22.505608px;fill:#000000;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text20">Client</text>
-    <path
-       style="fill:#ffffff;fill-rule:evenodd;fill-opacity:1;stroke:none;"
-       d="  M 24.46547 120.22683   L 67.001067 120.22683   L 67.001067 162.76242   L 59.911801 169.85169   L 24.46547 169.85169  z "
-       id="path22" />
-    <path
-       style="fill:#cdcdcd;fill-rule:evenodd;fill-opacity:1;stroke:none;"
-       d="  M 59.911801 169.85169   L 61.327778 164.1784   L 67.001067 162.76242  z "
-       id="path24" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.2471857px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 59.911801 169.85169   L 61.327778 164.1784   L 67.001067 162.76242   L 59.911801 169.85169   L 24.46547 169.85169   L 24.46547 120.22683   L 67.001067 120.22683   L 67.001067 162.76242  "
-       id="path26" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 29.78242 124.73733   L 56.367167 124.73733  "
-       id="path28" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 29.78242 129.24782   L 61.684117 129.24782  "
-       id="path30" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 29.78242 133.75832   L 51.050218 133.75832  "
-       id="path32" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 29.78242 138.26882   L 61.684117 138.26882  "
-       id="path34" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 29.78242 142.7887   L 61.684117 142.7887  "
-       id="path36" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 29.78242 147.2992   L 43.079482 147.2992  "
-       id="path38" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 29.810552 151.80969   L 56.367167 151.80969  "
-       id="path40" />
-    <text
-       xml:space="preserve"
-       x="13.316211"
-       y="111.90327"
-       style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text42">Program</text>
-    <text
-       xml:space="preserve"
-       x="239.19236"
-       y="229.55897"
-       style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text44">Submit Job</text>
-    <text
-       xml:space="preserve"
-       x="78.35225"
-       y="206.73724"
-       style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text46">Compiler/</text>
-    <text
-       xml:space="preserve"
-       x="78.802362"
-       y="227.74247"
-       style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text48">Optimizer</text>
-    <text
-       xml:space="preserve"
-       x="473.13199"
-       y="206.94733"
-       style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text50">Scheduling,</text>
-    <text
-       xml:space="preserve"
-       x="424.21981"
-       y="227.95257"
-       style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text52">Resource Management</text>
-    <path
-       style="fill:#d7e4bd;fill-rule:evenodd;fill-opacity:1;stroke:none;"
-       d="  M 524.49316 387.13394   L 524.49316 511.51493   L 772.61748 511.51493   L 772.61748 387.13394   L 524.49316 387.13394  z "
-       id="path54" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:2.5131261px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 524.49316 387.13394   L 772.61748 387.13394   L 772.61748 511.51493   L 524.49316 511.51493  z "
-       id="path56" />
-    <path
-       style="fill:#d7e4bd;fill-rule:evenodd;fill-opacity:1;stroke:none;"
-       d="  M 554.53815 401.8001   L 554.53815 438.14665   L 742.53498 438.14665   L 742.53498 401.8001   L 554.53815 401.8001  z "
-       id="path58" />
-    <text
-       xml:space="preserve"
-       x="564.55047"
-       y="428.70836"
-       style="font-size:22.505608px;fill:#000000;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text60">TaskManager</text>
-    <path
-       style="fill:#d7e4bd;fill-rule:evenodd;fill-opacity:1;stroke:none;"
-       d="  M 218.04182 387.13394   L 218.04182 511.53369   L 466.16613 511.53369   L 466.16613 387.13394   L 218.04182 387.13394  z "
-       id="path62" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:2.4943714px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 218.04182 387.13394   L 466.16613 387.13394   L 466.16613 511.53369   L 218.04182 511.53369  z "
-       id="path64" />
-    <path
-       style="fill:#d7e4bd;fill-rule:evenodd;fill-opacity:1;stroke:none;"
-       d="  M 248.10556 401.78134   L 248.10556 438.14665   L 436.08364 438.14665   L 436.08364 401.78134   L 248.10556 401.78134  z "
-       id="path66" />
-    <text
-       xml:space="preserve"
-       x="258.10565"
-       y="428.70836"
-       style="font-size:22.505608px;fill:#000000;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text68">TaskManager</text>
-    <path
-       style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:#000000;stroke-width:0.018754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 409.2457 257.38912   L 296.51137 353.03795   L 300.14977 357.33277   L 412.90286 261.68394   z  M 302.17528 335.82116   L 294.07326 358.79563   L 318.06049 354.53832   C 319.59837 354.27576 320.61112 352.81289 320.34856 351.27501   C 320.06724 349.75588 318.60437 348.72438 317.08524 349.0057   L 297.84295 352.41905   L 300.99374 356.11372   L 307.48285 337.69663   C 308.00798 336.23376 307.23904 334.62086 305.77618 334.09573   C 304.31331 333.58936 302.70041 334.3583 302.17528 335.82116   z"
-       id="path70" />
-    <path
-       style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:#000000;stroke-width:0.037509345px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 612.82767 257.46414   L 724.34295 360.0522   L 720.517 364.17823   L 609.00172 261.62768   z  M 719.35421 342.61035   L 726.556 365.90366   L 702.73757 360.68986   C 701.2372 360.35227 700.26195 358.8519 700.59954 357.31402   C 700.93712 355.81364 702.43749 354.8384 703.93787 355.17598   L 723.03012 359.37703   L 719.7293 362.94042   L 713.99037 344.26076   C 713.54026 342.7979 714.36547 341.22251 715.82833 340.73489   C 717.3287 340.28477 718.9041 341.10998 719.35421 342.61035   z"
-       id="path72" />
-    <path
-       style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:#000000;stroke-width:0.018754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 366.84139 350.71237   L 454.83831 272.43037   L 451.10613 268.22932   L 363.10921 346.51132   z  M 449.587 289.77844   L 457.14514 266.61642   L 433.27044 271.43637   C 431.73256 271.73645 430.75731 273.21807 431.05739 274.75595   C 431.37622 276.27508 432.85784 277.25032 434.37696 276.95025   L 453.52548 273.08678   L 450.29968 269.44838   L 444.24192 288.03426   C 443.7543 289.51588 444.56075 291.09127 446.04237 291.57889   C 447.50523 292.06651 449.09938 291.26006 449.587 289.77844   z"
-       id="path74" />
-    <path
-       style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:#000000;stroke-width:0.037509345px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
-       d="  M 674.90564 367.85414   L 572.50513 265.49114   L 576.48112 261.47764   L 678.88163 363.87815   z  M 576.74368 283.08302   L 570.55464 259.52715   L 594.11051 265.75371   C 595.61088 266.1288 596.51111 267.66668 596.13601 269.16706   C 595.72341 270.66743 594.18553 271.56765 592.68515 271.19256   L 573.78044 266.20382   L 577.2313 262.75296   L 582.22005 281.65767   C 582.59514 283.15804 581.69491 284.69592 580.19454 285.10853   C 578.69417 285.48362 577.15628 284.5834 576.74368 283.08302   z"
-       id="path76" />
-    <path
-       style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:none;"
-       d="  M 303.80694 316.33506   C 304.68841 317.40407 305.2698 318.64188 305.53237 320.04848   C 305.77618 321.45508 305.64489 322.82417 305.13852 324.137   C 304.81969 324.9247 304.40709 325.61862 303.90071 326.23752   C 303.37558 326.85643 302.73792 327.47533 301.96898 328.11299   L 299.32457 330.32604   L 293.39809 318.64188   L 295.66741 316.74766   C 296.38009 316.14751 297.07401 315.65989 297.74918 315.26604   C 298.40559 314.87219 299.11827 314.64714 299.88721 314.55336   C 300.59989 314.47834 301.29381 314.59087 301.96898 314.89095   C 302.62539 315.19102 303.2443 315.65989 303.80694 316.33506   z  M 302.51286 317.59162   C 302.10026 317.08524 301.65015 316.72891 301.16253 316.5226   C 300.69366 316.3163 300.16853 316.22253 299.60589 316.29755   C 299.062 316.35381 298.53687 316.50385 298.06801 316.76641   C 297.59914 317.02898 297.05525 317.40407 296.43635 317.9292   L 295.34858 318.82943   L 299.96223 327.96295   L 301.33132 326.81892   C 301.95022 326.29379 302.47535 
 325.78741 302.88796 325.26228   C 303.28181 324.7559 303.60063 324.19326 303.84445 323.57436   C 304.20078 322.58036 304.25705 321.54886 303.99448 320.47984   C 303.73192 319.41082 303.22554 318.45433 302.51286 317.59162   z  M 311.79643 312.3028   C 311.70265 312.15277 311.62763 312.04024 311.57137 311.94646   C 311.49635 311.85269 311.42133 311.75892 311.34631 311.64639   C 310.95247 311.17752 310.50235 310.91496 310.03349 310.87745   C 309.56462 310.82118 309.03949 311.02748 308.47685 311.49635   C 307.85795 312.02148 307.4641 312.6779 307.2953 313.46559   C 307.14527 314.25329 307.23904 315.04098 307.59538 315.80993   z  M 313.20303 319.01698   C 312.19027 319.86094 311.19628 320.29229 310.22103 320.29229   C 309.22704 320.29229 308.36432 319.84218 307.59538 318.9232   C 306.4701 317.57287 305.92621 316.07249 305.96372 314.40333   C 306.01999 312.71541 306.65765 311.36507 307.91421 310.31481   C 308.75817 309.62088 309.56462 309.30205 310.35232 309.33956   C 311.14001 309.37707 
 311.85269 309.77092 312.47159 310.52111   C 312.58412 310.65239 312.73416 310.87745 312.94046 311.19628   C 313.14676 311.51511 313.35306 311.8902 313.59687 312.34031   L 308.17677 316.87894   C 308.25179 317.01023 308.34557 317.16026 308.43934 317.29155   C 308.53311 317.42283 308.60813 317.53536 308.70191 317.64788   C 309.22704 318.26679 309.80843 318.58562 310.4836 318.62313   C 311.15877 318.66064 311.83394 318.39807 312.52786 317.81668   C 313.01548 317.42283 313.42808 316.8977 313.78442 316.29755   C 314.14076 315.67864 314.38457 315.09725 314.53461 314.57212   L 314.60963 314.51585   L 315.45359 316.07249   C 315.30355 316.33506 315.17227 316.57887 315.04098 316.78517   C 314.92846 317.01023 314.75966 317.25404 314.53461 317.55411   C 314.32831 317.83543 314.12201 318.098 313.95321 318.3043   C 313.76567 318.5106 313.52186 318.75441 313.20303 319.01698   z  M 320.9112 303.75067   C 321.51135 304.4821 321.98021 305.25105 322.28029 306.07625   C 322.59912 306.90146 322.74915 3
 07.70791 322.74915 308.45809   C 322.74915 309.24579 322.61787 309.95847 322.33655 310.65239   C 322.07399 311.32756 321.64263 311.90895 321.07999 312.37782   C 320.68614 312.71541 320.29229 312.97797 319.87969 313.16552   C 319.46709 313.35306 319.05448 313.46559 318.64188 313.52186   L 320.51735 317.21653   L 319.27954 318.24803   L 313.20303 306.24504   L 314.44084 305.21354   L 314.89095 306.13252   C 315.05974 305.51361 315.26604 304.93222 315.50985 304.42584   C 315.75366 303.91946 316.11 303.4506 316.59762 303.05675   C 317.3103 302.4566 318.04173 302.23154 318.79192 302.36283   C 319.52335 302.49411 320.23603 302.94422 320.9112 303.75067   z  M 319.80467 305.0635   C 319.37331 304.53837 318.9232 304.23829 318.45433 304.14452   C 317.98547 304.05075 317.5166 304.21954 317.01023 304.63214   C 316.65389 304.93222 316.35381 305.34482 316.11 305.8512   C 315.86619 306.35757 315.67864 306.86395 315.52861 307.37032   L 318.04173 312.34031   C 318.45433 312.24654 318.82943 312.13401
  319.14826 312.00273   C 319.46709 311.85269 319.80467 311.62763 320.17976 311.32756   C 320.62988 310.95247 320.94871 310.50235 321.1175 309.97722   C 321.30505 309.45209 321.36131 308.92696 321.30505 308.36432   C 321.24878 307.80168 321.09874 307.22029 320.83618 306.6764   C 320.59237 306.11376 320.23603 305.58863 319.80467 305.0635   z  M 321.09874 294.72967   L 327.28779 306.93897   L 326.04998 307.97047   L 319.86094 295.76118   z  M 332.97045 294.12953   C 333.53309 294.78594 333.94569 295.49862 334.26452 296.26756   C 334.5646 297.0365 334.71464 297.80544 334.71464 298.55563   C 334.73339 299.34332 334.60211 300.07476 334.32079 300.74992   C 334.03947 301.42509 333.55185 302.044 332.89543 302.60664   C 332.01396 303.33807 331.13249 303.6569 330.23227 303.56313   C 329.31329 303.48811 328.50684 303.00049 327.77541 302.11902   C 327.21277 301.4626 326.80016 300.74992 326.50009 299.98098   C 326.20001 299.2308 326.03122 298.46185 326.03122 297.67416   C 326.01247 296.92397 326.
 16251 296.19254 326.46258 295.47986   C 326.78141 294.76718 327.23152 294.16703 327.86918 293.6419   C 328.71314 292.92923 329.59461 292.6104 330.49483 292.66666   C 331.39506 292.74168 332.22026 293.21055 332.97045 294.12953   z  M 333.28928 298.57438   C 333.23302 298.0305 333.06422 297.46786 332.82041 296.90522   C 332.55785 296.34258 332.20151 295.79869 331.77015 295.29231   C 331.26378 294.67341 330.73865 294.33583 330.17601 294.26081   C 329.61336 294.20454 329.06948 294.39209 328.52559 294.82345   C 328.11299 295.17979 327.81292 295.61114 327.64412 296.09877   C 327.47533 296.58639 327.41907 297.11152 327.47533 297.6554   C 327.5316 298.19929 327.68163 298.76193 327.9442 299.34332   C 328.20676 299.90596 328.54435 300.44985 328.95695 300.93747   C 329.46333 301.55638 330.00721 301.89396 330.56985 301.96898   C 331.13249 302.044 331.67638 301.85645 332.22026 301.40634   C 332.65162 301.05 332.93294 300.6374 333.12049 300.14977   C 333.28928 299.66215 333.34554 299.13702 333.28
 928 298.57438   z  M 341.48507 299.66215   L 340.13474 300.80619   L 339.64711 295.87371   L 332.53909 290.07852   L 333.81441 289.0095   L 339.42206 293.62315   L 338.35304 285.2023   L 339.70338 284.07702   z  M 352.26901 271.30509   L 348.78064 274.21206   L 354.03195 284.5834   L 352.71912 285.67117   L 347.46781 275.31859   L 343.97944 278.24432   L 343.30428 276.91274   L 351.59384 269.99226   z  M 360.8774 272.28033   C 360.22099 272.88048 359.65835 273.42437 359.20824 273.93074   C 358.73937 274.45587 358.40179 274.92474 358.17673 275.3561   C 357.95167 275.80621 357.83915 276.21881 357.8579 276.63142   C 357.89541 277.02526 358.0642 277.40036 358.36428 277.77545   C 358.62684 278.09428 358.92692 278.24432 359.28326 278.22556   C 359.6396 278.22556 360.0522 278.01926 360.50231 277.64417   C 360.89616 277.30658 361.23374 276.87523 361.49631 276.36885   C 361.75887 275.84372 361.96517 275.29983 362.11521 274.75595   z  M 362.73412 275.975   C 362.67785 276.14379 362.60283 276.
 36885 362.50906 276.66893   C 362.41529 276.969 362.30276 277.25032 362.17148 277.53164   C 362.02144 277.81296 361.85265 278.11303 361.62759 278.41311   C 361.40253 278.71318 361.12121 279.01326 360.76488 279.31333   C 360.18348 279.80096 359.56458 280.02601 358.90816 279.9885   C 358.2705 279.95099 357.70786 279.65092 357.25775 279.10703   C 356.77013 278.52564 356.48881 277.92549 356.39504 277.30658   C 356.32002 276.68768 356.43255 276.05002 356.71387 275.37485   C 357.01394 274.71844 357.4453 274.02452 358.0642 273.33059   C 358.66435 272.63667 359.39578 271.90524 360.27725 271.1363   C 360.20224 270.98626 360.12722 270.85498 360.07095 270.74245   C 360.01469 270.64868 359.95842 270.5549 359.86465 270.44237   C 359.69586 270.23607 359.50831 270.10479 359.32077 270.04853   C 359.13322 269.97351 358.92692 269.97351 358.70186 270.02977   C 358.47681 270.06728 358.25175 270.16105 358.02669 270.31109   C 357.80164 270.44237 357.55783 270.62992 357.31402 270.83622   C 356.93892 271.1
 363 356.56383 271.56765 356.18874 272.07403   C 355.81364 272.59916 355.53232 273.04927 355.32602 273.40561   L 355.26976 273.46188   L 354.46331 272.01777   C 354.66961 271.7552 354.96968 271.38011 355.38228 270.89249   C 355.79489 270.40486 356.22624 269.97351 356.6576 269.59841   C 357.57658 268.82947 358.38303 268.41687 359.07696 268.30434   C 359.77088 268.21057 360.37103 268.47313 360.89616 269.09204   C 360.98993 269.20457 361.08371 269.3546 361.17748 269.50464   C 361.27125 269.65468 361.34627 269.78596 361.42129 269.936   L 364.44079 275.88123   L 363.22174 276.89398   z  M 369.24199 272.1678   C 368.67935 272.63667 368.13546 272.97425 367.59158 273.19931   C 367.04769 273.42437 366.56007 273.5744 366.14747 273.66818   L 365.32226 272.11154   L 365.37852 272.05528   C 365.54732 272.05528 365.73486 272.05528 365.97867 272.03652   C 366.20373 272.01777 366.48505 271.9615 366.80388 271.88648   C 367.0852 271.81147 367.40403 271.69894 367.72286 271.5489   C 368.06044 271.39886 
 368.36052 271.21132 368.66059 270.94875   C 369.2795 270.42362 369.67334 269.91724 369.84214 269.39211   C 369.99217 268.86698 369.8984 268.39811 369.52331 267.948   C 369.31701 267.72295 369.09195 267.61042 368.81063 267.62917   C 368.51056 267.66668 368.17297 267.77921 367.77912 267.98551   C 367.57282 268.07929 367.32901 268.21057 367.04769 268.36061   C 366.76637 268.51064 366.48505 268.66068 366.18498 268.79196   C 365.54732 269.07328 364.98468 269.18581 364.51581 269.12955   C 364.04694 269.05453 363.63434 268.82947 363.31551 268.41687   C 363.01544 268.07929 362.82789 267.70419 362.73412 267.27283   C 362.62159 266.86023 362.62159 266.39136 362.69661 265.90374   C 362.79038 265.43488 362.97793 264.94726 363.29676 264.42212   C 363.61559 263.91575 364.02819 263.44688 364.55332 262.99677   C 365.00343 262.64043 365.4723 262.3216 366.01618 262.05904   C 366.54131 261.81522 367.01018 261.64643 367.42278 261.59017   L 368.21048 263.07179   L 368.13546 263.12805   C 368.02293 263.1
 2805 367.85414 263.12805 367.62909 263.14681   C 367.40403 263.18432 367.14146 263.24058 366.84139 263.3156   C 366.57882 263.39062 366.2975 263.50315 365.99743 263.65318   C 365.69735 263.80322 365.41603 263.99077 365.13471 264.21582   C 364.59083 264.66593 364.23449 265.15356 364.08445 265.67869   C 363.93442 266.18506 364.02819 266.65393 364.36577 267.04778   C 364.55332 267.27283 364.77838 267.38536 365.07845 267.38536   C 365.35977 267.40412 365.71611 267.29159 366.12871 267.10404   C 366.39128 266.97276 366.65384 266.82272 366.91641 266.67268   C 367.19773 266.52265 367.46029 266.39136 367.72286 266.26008   C 368.34176 265.96001 368.88565 265.84748 369.37327 265.88499   C 369.86089 265.94125 370.25474 266.16631 370.59232 266.57891   C 370.87364 266.9165 371.07995 267.31034 371.19247 267.76046   C 371.28625 268.22932 371.305 268.69819 371.19247 269.18581   C 371.0987 269.69219 370.87364 270.19856 370.55481 270.72369   C 370.21723 271.23007 369.78587 271.71769 369.24199 272.1678
    z  M 380.55105 262.39662   L 379.06944 263.65318   L 374.00567 262.39662   L 373.66809 264.1408   L 375.1122 266.954   L 373.85564 268.00427   L 367.66659 255.79497   L 368.92316 254.74471   L 372.88039 262.58417   L 374.1182 255.30735   L 375.7311 253.95702   L 374.45579 260.93376   z"
-       id="path78" />
-    <path
-       style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:none;"
-       d="  M 399.77459 360.70861   C 399.13694 361.2525 398.48052 361.68385 397.7866 362.04019   C 397.11143 362.37778 396.38 362.64034 395.5923 362.82789   L 394.65457 361.08371   L 394.74834 360.98993   C 395.49853 361.0462 396.26747 360.91491 397.05517 360.61484   C 397.84286 360.31476 398.53679 359.93967 399.09943 359.45205   C 400.03716 358.68311 400.5998 357.89541 400.78735 357.10771   C 400.97489 356.32002 400.82486 355.64485 400.33723 355.06346   C 400.09342 354.76338 399.79335 354.59459 399.45576 354.53832   C 399.09943 354.48206 398.72433 354.53832 398.29297 354.74463   C 397.93664 354.89466 397.54279 355.10096 397.09268 355.36353   C 396.64256 355.60734 396.19245 355.85115 395.77985 356.05745   C 394.95464 356.48881 394.20446 356.67636 393.51053 356.60134   C 392.81661 356.54507 392.25397 356.245 391.7851 355.70111   C 391.01616 354.76338 390.7536 353.65685 391.03492 352.36278   C 391.29748 351.08746 392.06642 349.92468 393.32299 348.87441   C 393.99815 348.31177 394.673
 32 347.86166 395.36725 347.52408   C 396.04241 347.20525 396.66132 346.98019 397.22396 346.83015   L 398.10543 348.48057   L 398.01165 348.55558   C 397.44901 348.53683 396.81136 348.64936 396.06117 348.93068   C 395.31098 349.212 394.61706 349.60585 393.9794 350.14973   C 393.1917 350.80614 392.68533 351.51882 392.51654 352.26901   C 392.32899 353.0192 392.46027 353.65685 392.91038 354.20074   C 393.15419 354.48206 393.45427 354.66961 393.81061 354.74463   C 394.16695 354.81964 394.5983 354.72587 395.14219 354.48206   C 395.46102 354.31327 395.91113 354.06946 396.45502 353.76938   C 396.9989 353.48806 397.46777 353.24425 397.84286 353.05671   C 398.6118 352.71912 399.30573 352.56908 399.90588 352.6441   C 400.50603 352.71912 401.03116 353.00044 401.44376 353.50682   C 401.81885 353.93817 402.06266 354.46331 402.2127 355.06346   C 402.34398 355.6636 402.36274 356.26375 402.23146 356.88266   C 402.10017 357.55783 401.85636 358.19549 401.46251 358.83314   C 401.06867 359.4708 400.5060
 3 360.10846 399.77459 360.70861   z  M 407.55778 346.30502   C 407.48276 346.15499 407.40775 346.04246 407.33273 345.94868   C 407.27646 345.85491 407.20144 345.74238 407.10767 345.64861   C 406.71382 345.17974 406.28247 344.91718 405.8136 344.86091   C 405.32598 344.8234 404.80085 345.02971 404.23821 345.49857   C 403.6193 346.0237 403.22545 346.68012 403.07542 347.46781   C 402.90662 348.25551 403.0004 349.04321 403.35674 349.81215   z  M 408.96438 353.0192   C 407.95163 353.86316 406.95763 354.29451 405.98239 354.29451   C 405.00715 354.29451 404.12568 353.8444 403.35674 352.92542   C 402.23146 351.57509 401.68757 350.07471 401.74383 348.38679   C 401.78134 346.71763 402.43776 345.36729 403.69432 344.31703   C 404.51953 343.62311 405.32598 343.28552 406.11367 343.34179   C 406.90137 343.37929 407.61405 343.77314 408.25171 344.52333   C 408.34548 344.65461 408.51427 344.87967 408.70182 345.1985   C 408.90812 345.51733 409.13318 345.89242 409.35823 346.34253   L 403.93813 350.86241
    C 404.0319 351.01245 404.10692 351.16248 404.2007 351.29377   C 404.29447 351.42505 404.38824 351.53758 404.48202 351.6501   C 404.98839 352.26901 405.58854 352.58784 406.26371 352.62535   C 406.92012 352.66286 407.61405 352.40029 408.30797 351.8189   C 408.79559 351.40629 409.20819 350.89992 409.56453 350.29977   C 409.90212 349.68086 410.16468 349.09947 410.31472 348.57434   L 410.38974 348.51807   L 411.2337 350.07471   C 411.08366 350.33728 410.93362 350.58109 410.8211 350.78739   C 410.68981 350.99369 410.52102 351.25626 410.31472 351.53758   C 410.08966 351.83765 409.90212 352.08146 409.71457 352.30652   C 409.54578 352.51282 409.28321 352.75663 408.96438 353.0192   z  M 416.03489 337.19025   C 416.10991 337.30278 416.22244 337.45282 416.35372 337.64036   C 416.48501 337.84667 416.59753 338.01546 416.67255 338.18425   L 419.56077 343.86692   L 418.32296 344.89842   L 415.79108 339.90968   C 415.64105 339.64711 415.52852 339.4033 415.39724 339.21576   C 415.28471 339.00946 4
 15.15343 338.82191 415.02214 338.65312   C 414.70331 338.27802 414.38448 338.09048 414.0469 338.05297   C 413.70932 338.01546 413.29671 338.203 412.82785 338.59685   C 412.49026 338.87817 412.20894 339.27202 411.94638 339.79715   C 411.70257 340.32228 411.49626 340.86617 411.32747 341.42881   L 414.64705 347.97419   L 413.40924 349.0057   L 408.96438 340.24726   L 410.20219 339.21576   L 410.68981 340.191   C 410.89611 339.45957 411.12117 338.84066 411.38374 338.33429   C 411.6463 337.80916 412.00264 337.3778 412.434 337.00271   C 413.07166 336.47758 413.70932 336.21501 414.32822 336.23376   C 414.94712 336.27127 415.52852 336.5901 416.03489 337.19025   z  M 421.69881 324.69964   L 427.88785 336.90893   L 426.65004 337.94044   L 426.18117 337.02146   C 425.95612 337.86542 425.71231 338.50308 425.48725 338.91568   C 425.26219 339.34704 424.94336 339.72213 424.54952 340.04096   C 423.85559 340.62236 423.12416 340.86617 422.35522 340.77239   C 421.58628 340.65987 420.83609 340.191 420.
 14217 339.36579   C 419.54202 338.65312 419.11066 337.90293 418.79183 337.07772   C 418.49176 336.27127 418.32296 335.46482 418.30421 334.67713   C 418.28546 333.90818 418.41674 333.158 418.69806 332.46408   C 418.97938 331.77015 419.39198 331.17 419.97338 330.70114   C 420.36722 330.38231 420.76107 330.11974 421.15492 329.93219   C 421.54877 329.72589 421.96137 329.59461 422.39273 329.53835   L 420.461 325.73115   z  M 423.01163 330.7574   C 422.58028 330.85117 422.20518 330.98246 421.8676 331.13249   C 421.51126 331.30129 421.19243 331.52634 420.8736 331.78891   C 420.40473 332.164 420.0859 332.61411 419.91711 333.13924   C 419.74832 333.64562 419.69206 334.20826 419.74832 334.80841   C 419.82334 335.33354 419.99213 335.91493 420.27345 336.49633   C 420.55477 337.09648 420.8736 337.62161 421.26745 338.07172   C 421.69881 338.59685 422.16767 338.91568 422.63654 339.00946   C 423.10541 339.10323 423.59303 338.93444 424.0994 338.50308   C 424.4745 338.18425 424.77457 337.77165 424.99
 963 337.28403   C 425.22468 336.77765 425.41223 336.27127 425.56227 335.78365   z  M 438.55926 328.28178   C 437.9216 328.80691 437.26518 329.25703 436.59002 329.59461   C 435.89609 329.95095 435.16466 330.21351 434.37696 330.40106   L 433.43923 328.63812   L 433.533 328.5631   C 434.28319 328.61937 435.07089 328.48808 435.85858 328.18801   C 436.64628 327.88794 437.32145 327.49409 437.88409 327.02522   C 438.82182 326.23752 439.38446 325.46858 439.57201 324.68089   C 439.75956 323.89319 439.60952 323.19927 439.14065 322.63663   C 438.87809 322.33655 438.57801 322.14901 438.24043 322.09274   C 437.88409 322.03648 437.50899 322.1115 437.07764 322.29904   C 436.74005 322.46783 436.32745 322.67414 435.87734 322.91795   C 435.42723 323.18051 434.97711 323.42432 434.56451 323.63062   C 433.73931 324.04323 432.98912 324.23077 432.2952 324.17451   C 431.62003 324.11825 431.03863 323.81817 430.56977 323.25553   C 429.80082 322.33655 429.53826 321.21127 429.81958 319.93595   C 430.08214 318.
 66064 430.85109 317.49785 432.10765 316.44759   C 432.78282 315.86619 433.47674 315.41608 434.15191 315.09725   C 434.82708 314.77842 435.44598 314.53461 436.00862 314.40333   L 436.89009 316.03498   L 436.79632 316.11   C 436.25243 316.09125 435.59602 316.22253 434.84583 316.50385   C 434.09564 316.76641 433.40172 317.17902 432.76406 317.70415   C 431.97637 318.37932 431.48874 319.07324 431.3012 319.82343   C 431.11365 320.57361 431.24493 321.23003 431.69505 321.75516   C 431.93886 322.05523 432.23893 322.24278 432.59527 322.3178   C 432.95161 322.39282 433.40172 322.29904 433.92685 322.03648   C 434.26444 321.86769 434.69579 321.64263 435.23968 321.34255   C 435.78356 321.04248 436.25243 320.81742 436.62752 320.62988   C 437.39647 320.27354 438.09039 320.14226 438.69054 320.21727   C 439.29069 320.27354 439.81582 320.57361 440.24718 321.07999   C 440.60352 321.51135 440.84733 322.01772 440.99736 322.63663   C 441.1474 323.23678 441.1474 323.83693 441.03487 324.45583   C 440.90359 
 325.11224 440.64102 325.76866 440.24718 326.40632   C 439.85333 327.04397 439.29069 327.66288 438.55926 328.28178   z  M 443.51049 311.36507   L 444.12939 312.54661   L 441.57876 314.68465   L 443.62302 318.73566   C 443.71679 318.94196 443.84807 319.16701 443.99811 319.41082   C 444.14815 319.67339 444.27943 319.86094 444.39196 319.99222   C 444.65452 320.31105 444.93584 320.47984 445.23592 320.49859   C 445.51724 320.51735 445.89233 320.34856 446.32369 319.99222   C 446.51124 319.84218 446.69878 319.61712 446.88633 319.35456   C 447.07388 319.09199 447.20516 318.90445 447.26142 318.79192   L 447.33644 318.73566   L 447.99286 319.99222   C 447.78655 320.25478 447.58025 320.51735 447.33644 320.79867   C 447.09263 321.06123 446.84882 321.28629 446.64252 321.47384   C 446.04237 321.98021 445.46098 322.24278 444.89834 322.24278   C 444.35445 322.26153 443.82932 321.98021 443.36045 321.39882   C 443.22917 321.26754 443.1354 321.1175 443.04162 320.96746   C 442.92909 320.81742 442.83532 
 320.62988 442.72279 320.42358   L 440.34095 315.71615   L 439.49699 316.41008   L 438.89684 315.22853   L 439.7408 314.51585   L 438.46548 312.00273   L 439.70329 310.97122   L 440.97861 313.48435   z  M 451.575 310.52111   C 450.91859 311.1025 450.3747 311.66514 449.90583 312.17152   C 449.45572 312.69665 449.11814 313.16552 448.89308 313.59687   C 448.64927 314.02823 448.5555 314.45959 448.57425 314.85344   C 448.59301 315.26604 448.7618 315.64113 449.06187 316.01623   C 449.32444 316.33506 449.64327 316.48509 449.99961 316.46634   C 450.35594 316.44759 450.74979 316.26004 451.19991 315.88494   C 451.59375 315.54736 451.93134 315.116 452.1939 314.59087   C 452.45647 314.06574 452.68152 313.54061 452.83156 312.97797   z  M 453.45047 314.19702   C 453.3942 314.38457 453.31918 314.60963 453.20666 314.9097   C 453.11288 315.20978 453.00035 315.4911 452.86907 315.75366   C 452.73779 316.05374 452.55024 316.33506 452.32519 316.63513   C 452.11888 316.93521 451.81881 317.23528 451.46247 
 317.53536   C 450.88108 318.02298 450.26217 318.24803 449.62451 318.21052   C 448.9681 318.19177 448.42421 317.89169 447.95535 317.34781   C 447.46773 316.76641 447.18641 316.16626 447.11139 315.54736   C 447.03637 314.92846 447.13014 314.2908 447.43022 313.61563   C 447.71154 312.94046 448.16165 312.26529 448.7618 311.57137   C 449.3807 310.87745 450.11213 310.12726 450.97485 309.35832   C 450.89983 309.20828 450.84357 309.09575 450.7873 308.98323   C 450.73104 308.88945 450.65602 308.77692 450.581 308.68315   C 450.41221 308.47685 450.22466 308.34557 450.01836 308.27055   C 449.83081 308.21428 449.62451 308.21428 449.39946 308.25179   C 449.19316 308.30806 448.9681 308.40183 448.74304 308.55187   C 448.49923 308.68315 448.27418 308.85194 448.03037 309.05824   C 447.65527 309.37707 447.28018 309.78968 446.90509 310.31481   C 446.52999 310.83994 446.22992 311.2713 446.04237 311.64639   L 445.96735 311.70265   L 445.17966 310.25854   C 445.3672 309.99598 445.66728 309.60213 446.07988
  309.11451   C 446.49248 308.62689 446.92384 308.19553 447.37395 307.83919   C 448.27418 307.07025 449.08063 306.63889 449.77455 306.54512   C 450.46847 306.45134 451.08738 306.71391 451.59375 307.33281   C 451.68753 307.44534 451.80005 307.57663 451.87507 307.72666   C 451.96885 307.8767 452.06262 308.02674 452.13764 308.17677   L 455.15714 314.10325   L 453.91933 315.13476   z  M 456.86382 300.20604   L 457.48272 301.38758   L 454.93208 303.52562   L 456.97634 307.55787   C 457.07012 307.78293 457.2014 308.00798 457.35144 308.25179   C 457.50148 308.51436 457.63276 308.70191 457.74529 308.83319   C 458.00785 309.15202 458.28917 309.32081 458.57049 309.33956   C 458.87057 309.35832 459.24566 309.18953 459.67702 308.81443   C 459.84581 308.6644 460.03336 308.45809 460.23966 308.19553   C 460.4272 307.93296 460.55849 307.72666 460.61475 307.63289   L 460.68977 307.57663   L 461.34618 308.83319   C 461.13988 309.09575 460.93358 309.35832 460.68977 309.63964   C 460.4272 309.9022 460.2
 0215 310.12726 459.99585 310.31481   C 459.3957 310.82118 458.8143 311.06499 458.25166 311.08375   C 457.70778 311.1025 457.18265 310.82118 456.71378 310.23979   C 456.5825 310.10851 456.48872 309.95847 456.39495 309.80843   C 456.28242 309.63964 456.18865 309.47085 456.07612 309.26455   L 453.69428 304.55712   L 452.85032 305.25105   L 452.25017 304.0695   L 453.09413 303.35682   L 451.80005 300.8437   L 453.05662 299.79344   L 454.33194 302.32532   z  M 464.42195 293.88571   L 468.88556 302.62539   L 467.64775 303.6569   L 467.16013 302.70041   C 466.95383 303.41309 466.72877 304.01324 466.46621 304.53837   C 466.20364 305.0635 465.86606 305.51361 465.39719 305.8887   C 464.77829 306.41384 464.14063 306.65765 463.52172 306.63889   C 462.90282 306.62014 462.34018 306.30131 461.8338 305.70116   C 461.70252 305.55112 461.58999 305.40108 461.49622 305.23229   C 461.40245 305.08225 461.28992 304.89471 461.17739 304.68841   L 458.28917 299.00574   L 459.52698 297.97423   L 462.05886 302
 .96298   C 462.17139 303.16928 462.28392 303.39433 462.43395 303.63814   C 462.58399 303.88195 462.71527 304.0695 462.8278 304.20078   C 463.12788 304.57588 463.46546 304.78218 463.8218 304.81969   C 464.15938 304.83844 464.57199 304.66965 465.0221 304.2758   C 465.34093 304.01324 465.641 303.60063 465.90357 303.0755   C 466.16613 302.53162 466.37244 301.98773 466.52247 301.44385   L 463.18414 294.91722   z  M 473.74302 298.8557   C 473.19914 299.32457 472.65525 299.66215 472.11136 299.88721   C 471.56748 300.11227 471.07986 300.2623 470.66726 300.35608   L 469.84205 298.79944   L 469.89831 298.74317   C 470.04835 298.74317 470.25465 298.74317 470.49846 298.72442   C 470.72352 298.70567 471.00484 298.6494 471.32367 298.57438   C 471.60499 298.49936 471.92382 298.38684 472.24265 298.2368   C 472.56148 298.08676 472.88031 297.88046 473.18038 297.63665   C 473.79929 297.11152 474.19313 296.60514 474.36193 296.08001   C 474.51196 295.55488 474.39943 295.06726 474.0431 294.6359   C 473.8
 3679 294.39209 473.61174 294.29832 473.31166 294.31707   C 473.03034 294.35458 472.69276 294.46711 472.28016 294.67341   C 472.09261 294.76718 471.8488 294.89847 471.56748 295.0485   C 471.28616 295.19854 470.98608 295.34858 470.68601 295.47986   C 470.06711 295.76118 469.50447 295.87371 469.0356 295.79869   C 468.54798 295.74243 468.15413 295.49862 467.81654 295.10477   C 467.53522 294.76718 467.34768 294.39209 467.2539 293.96073   C 467.14138 293.54813 467.14138 293.07926 467.2164 292.59164   C 467.31017 292.12278 467.49772 291.6164 467.81654 291.11002   C 468.11662 290.60365 468.54798 290.13478 469.07311 289.68467   C 469.52322 289.32833 469.99209 289.0095 470.51722 288.74693   C 471.0611 288.50312 471.52997 288.33433 471.94257 288.25931   L 472.73027 289.74093   L 472.65525 289.7972   C 472.54272 289.81595 472.37393 289.81595 472.14887 289.83471   C 471.92382 289.87221 471.66125 289.90972 471.36118 290.0035   C 471.09861 290.07852 470.81729 290.19104 470.51722 290.34108   C 470.
 21714 290.49112 469.93582 290.67867 469.6545 290.90372   C 469.11062 291.35383 468.75428 291.84146 468.60424 292.36659   C 468.4542 292.87296 468.54798 293.34183 468.88556 293.73568   C 469.07311 293.96073 469.29816 294.07326 469.59824 294.07326   C 469.87956 294.07326 470.2359 293.97949 470.6485 293.77319   C 470.91107 293.66066 471.17363 293.51062 471.4362 293.36058   C 471.71752 293.21055 471.98008 293.07926 472.24265 292.94798   C 472.86155 292.64791 473.40544 292.51662 473.89306 292.57289   C 474.36193 292.62915 474.77453 292.85421 475.11211 293.26681   C 475.39343 293.60439 475.59973 293.99824 475.71226 294.44835   C 475.80604 294.89847 475.80604 295.38609 475.71226 295.87371   C 475.59973 296.38009 475.39343 296.88646 475.0746 297.39284   C 474.73702 297.91797 474.30566 298.40559 473.74302 298.8557   z"
-       id="path80" />
-    <text
-       xml:space="preserve"
-       x="274.33542"
-       y="471.74854"
-       style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text82">Task Execution,</text>
-    <text
-       xml:space="preserve"
-       x="277.63624"
-       y="492.75378"
-       style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text84">Data Exchange</text>
-    <text
-       xml:space="preserve"
-       x="579.16963"
-       y="471.74854"
-       style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text86">Task Execution,</text>
-    <text
-       xml:space="preserve"
-       x="582.47045"
-       y="492.75378"
-       style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
-       id="text88">Data Exchange</text>
-  </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/WhatIsFlink.png
----------------------------------------------------------------------
diff --git a/img/WhatIsFlink.png b/img/WhatIsFlink.png
deleted file mode 100644
index 20014c5..0000000
Binary files a/img/WhatIsFlink.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/apache-incubator-logo.png
----------------------------------------------------------------------
diff --git a/img/apache-incubator-logo.png b/img/apache-incubator-logo.png
deleted file mode 100644
index 81fb31e..0000000
Binary files a/img/apache-incubator-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/blog_basic_window.png
----------------------------------------------------------------------
diff --git a/img/blog/blog_basic_window.png b/img/blog/blog_basic_window.png
deleted file mode 100644
index 8ad3f4f..0000000
Binary files a/img/blog/blog_basic_window.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/blog_data_driven.png
----------------------------------------------------------------------
diff --git a/img/blog/blog_data_driven.png b/img/blog/blog_data_driven.png
deleted file mode 100644
index 81a83ac..0000000
Binary files a/img/blog/blog_data_driven.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/blog_multi_input.png
----------------------------------------------------------------------
diff --git a/img/blog/blog_multi_input.png b/img/blog/blog_multi_input.png
deleted file mode 100644
index bde635d..0000000
Binary files a/img/blog/blog_multi_input.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/blog_social_media.png
----------------------------------------------------------------------
diff --git a/img/blog/blog_social_media.png b/img/blog/blog_social_media.png
deleted file mode 100644
index c1a7e0f..0000000
Binary files a/img/blog/blog_social_media.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/blog_stream_join.png
----------------------------------------------------------------------
diff --git a/img/blog/blog_stream_join.png b/img/blog/blog_stream_join.png
deleted file mode 100644
index ee7e7c0..0000000
Binary files a/img/blog/blog_stream_join.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/emr-firefoxsettings.png
----------------------------------------------------------------------
diff --git a/img/blog/emr-firefoxsettings.png b/img/blog/emr-firefoxsettings.png
deleted file mode 100644
index cc515a4..0000000
Binary files a/img/blog/emr-firefoxsettings.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/emr-hadoopversion.png
----------------------------------------------------------------------
diff --git a/img/blog/emr-hadoopversion.png b/img/blog/emr-hadoopversion.png
deleted file mode 100644
index 7646b75..0000000
Binary files a/img/blog/emr-hadoopversion.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/emr-jobmanager.png
----------------------------------------------------------------------
diff --git a/img/blog/emr-jobmanager.png b/img/blog/emr-jobmanager.png
deleted file mode 100644
index 4cbe5cc..0000000
Binary files a/img/blog/emr-jobmanager.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/emr-running.png
----------------------------------------------------------------------
diff --git a/img/blog/emr-running.png b/img/blog/emr-running.png
deleted file mode 100644
index 44d21d2..0000000
Binary files a/img/blog/emr-running.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/emr-security.png
----------------------------------------------------------------------
diff --git a/img/blog/emr-security.png b/img/blog/emr-security.png
deleted file mode 100644
index fee4fed..0000000
Binary files a/img/blog/emr-security.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/emr-yarnappmaster.png
----------------------------------------------------------------------
diff --git a/img/blog/emr-yarnappmaster.png b/img/blog/emr-yarnappmaster.png
deleted file mode 100644
index 62be9ed..0000000
Binary files a/img/blog/emr-yarnappmaster.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/hcompat-flow.png
----------------------------------------------------------------------
diff --git a/img/blog/hcompat-flow.png b/img/blog/hcompat-flow.png
deleted file mode 100644
index 969299d..0000000
Binary files a/img/blog/hcompat-flow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/hcompat-logos.png
----------------------------------------------------------------------
diff --git a/img/blog/hcompat-logos.png b/img/blog/hcompat-logos.png
deleted file mode 100644
index a018bcf..0000000
Binary files a/img/blog/hcompat-logos.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/joins-broadcast.png
----------------------------------------------------------------------
diff --git a/img/blog/joins-broadcast.png b/img/blog/joins-broadcast.png
deleted file mode 100755
index 1669f92..0000000
Binary files a/img/blog/joins-broadcast.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/joins-dist-perf.png
----------------------------------------------------------------------
diff --git a/img/blog/joins-dist-perf.png b/img/blog/joins-dist-perf.png
deleted file mode 100644
index ccc7a9f..0000000
Binary files a/img/blog/joins-dist-perf.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/joins-hhj.png
----------------------------------------------------------------------
diff --git a/img/blog/joins-hhj.png b/img/blog/joins-hhj.png
deleted file mode 100755
index 1b110f2..0000000
Binary files a/img/blog/joins-hhj.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/joins-memmgmt.png
----------------------------------------------------------------------
diff --git a/img/blog/joins-memmgmt.png b/img/blog/joins-memmgmt.png
deleted file mode 100755
index 522389f..0000000
Binary files a/img/blog/joins-memmgmt.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/joins-repartition.png
----------------------------------------------------------------------
diff --git a/img/blog/joins-repartition.png b/img/blog/joins-repartition.png
deleted file mode 100755
index 5570213..0000000
Binary files a/img/blog/joins-repartition.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/joins-single-perf.png
----------------------------------------------------------------------
diff --git a/img/blog/joins-single-perf.png b/img/blog/joins-single-perf.png
deleted file mode 100644
index 6b85195..0000000
Binary files a/img/blog/joins-single-perf.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/joins-smj.png
----------------------------------------------------------------------
diff --git a/img/blog/joins-smj.png b/img/blog/joins-smj.png
deleted file mode 100755
index 22630d1..0000000
Binary files a/img/blog/joins-smj.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/plan_visualizer1.png
----------------------------------------------------------------------
diff --git a/img/blog/plan_visualizer1.png b/img/blog/plan_visualizer1.png
deleted file mode 100644
index 3fa45ea..0000000
Binary files a/img/blog/plan_visualizer1.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/plan_visualizer2.png
----------------------------------------------------------------------
diff --git a/img/blog/plan_visualizer2.png b/img/blog/plan_visualizer2.png
deleted file mode 100644
index ef07f7e..0000000
Binary files a/img/blog/plan_visualizer2.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/blog/robomongo.png
----------------------------------------------------------------------
diff --git a/img/blog/robomongo.png b/img/blog/robomongo.png
deleted file mode 100644
index f830a8c..0000000
Binary files a/img/blog/robomongo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/download-img.png
----------------------------------------------------------------------
diff --git a/img/download-img.png b/img/download-img.png
deleted file mode 100755
index 9b38319..0000000
Binary files a/img/download-img.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/1f533de8/img/downloads-head.png
----------------------------------------------------------------------
diff --git a/img/downloads-head.png b/img/downloads-head.png
deleted file mode 100755
index 99238f8..0000000
Binary files a/img/downloads-head.png and /dev/null differ


[14/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap-lumen.css
----------------------------------------------------------------------
diff --git a/css/bootstrap-lumen.css b/css/bootstrap-lumen.css
deleted file mode 100644
index 9216485..0000000
--- a/css/bootstrap-lumen.css
+++ /dev/null
@@ -1,6130 +0,0 @@
-@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
-/*!
- * Bootswatch v3.1.1+1
- * Homepage: http://bootswatch.com
- * Copyright 2012-2014 Thomas Park
- * Licensed under MIT
- * Based on Bootstrap
-*/
-/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
-html {
-  font-family: sans-serif;
-  -ms-text-size-adjust: 100%;
-  -webkit-text-size-adjust: 100%;
-}
-body {
-  margin: 0;
-}
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-nav,
-section,
-summary {
-  display: block;
-}
-audio,
-canvas,
-progress,
-video {
-  display: inline-block;
-  vertical-align: baseline;
-}
-audio:not([controls]) {
-  display: none;
-  height: 0;
-}
-[hidden],
-template {
-  display: none;
-}
-a {
-  background: transparent;
-}
-a:active,
-a:hover {
-  outline: 0;
-}
-abbr[title] {
-  border-bottom: 1px dotted;
-}
-b,
-strong {
-  font-weight: bold;
-}
-dfn {
-  font-style: italic;
-}
-h1 {
-  font-size: 2em;
-  margin: 0.67em 0;
-}
-mark {
-  background: #ff0;
-  color: #000;
-}
-small {
-  font-size: 80%;
-}
-sub,
-sup {
-  font-size: 75%;
-  line-height: 0;
-  position: relative;
-  vertical-align: baseline;
-}
-sup {
-  top: -0.5em;
-}
-sub {
-  bottom: -0.25em;
-}
-img {
-  border: 0;
-}
-svg:not(:root) {
-  overflow: hidden;
-}
-figure {
-  margin: 1em 40px;
-}
-hr {
-  -moz-box-sizing: content-box;
-  box-sizing: content-box;
-  height: 0;
-}
-pre {
-  overflow: auto;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: monospace, monospace;
-  font-size: 1em;
-}
-button,
-input,
-optgroup,
-select,
-textarea {
-  color: inherit;
-  font: inherit;
-  margin: 0;
-}
-button {
-  overflow: visible;
-}
-button,
-select {
-  text-transform: none;
-}
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
-  -webkit-appearance: button;
-  cursor: pointer;
-}
-button[disabled],
-html input[disabled] {
-  cursor: default;
-}
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-  border: 0;
-  padding: 0;
-}
-input {
-  line-height: normal;
-}
-input[type="checkbox"],
-input[type="radio"] {
-  box-sizing: border-box;
-  padding: 0;
-}
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: textfield;
-  -moz-box-sizing: content-box;
-  -webkit-box-sizing: content-box;
-  box-sizing: content-box;
-}
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
-  -webkit-appearance: none;
-}
-fieldset {
-  border: 1px solid #c0c0c0;
-  margin: 0 2px;
-  padding: 0.35em 0.625em 0.75em;
-}
-legend {
-  border: 0;
-  padding: 0;
-}
-textarea {
-  overflow: auto;
-}
-optgroup {
-  font-weight: bold;
-}
-table {
-  border-collapse: collapse;
-  border-spacing: 0;
-}
-td,
-th {
-  padding: 0;
-}
-@media print {
-  * {
-    text-shadow: none !important;
-    color: #000 !important;
-    background: transparent !important;
-    box-shadow: none !important;
-  }
-  a,
-  a:visited {
-    text-decoration: underline;
-  }
-  a[href]:after {
-    content: " (" attr(href) ")";
-  }
-  abbr[title]:after {
-    content: " (" attr(title) ")";
-  }
-  a[href^="javascript:"]:after,
-  a[href^="#"]:after {
-    content: "";
-  }
-  pre,
-  blockquote {
-    border: 1px solid #999;
-    page-break-inside: avoid;
-  }
-  thead {
-    display: table-header-group;
-  }
-  tr,
-  img {
-    page-break-inside: avoid;
-  }
-  img {
-    max-width: 100% !important;
-  }
-  p,
-  h2,
-  h3 {
-    orphans: 3;
-    widows: 3;
-  }
-  h2,
-  h3 {
-    page-break-after: avoid;
-  }
-  select {
-    background: #fff !important;
-  }
-  .navbar {
-    display: none;
-  }
-  .table td,
-  .table th {
-    background-color: #fff !important;
-  }
-  .btn > .caret,
-  .dropup > .btn > .caret {
-    border-top-color: #000 !important;
-  }
-  .label {
-    border: 1px solid #000;
-  }
-  .table {
-    border-collapse: collapse !important;
-  }
-  .table-bordered th,
-  .table-bordered td {
-    border: 1px solid #ddd !important;
-  }
-}
-* {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-*:before,
-*:after {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-html {
-  font-size: 62.5%;
-  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-body {
-  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-size: 18px;
-  line-height: 1.42857143;
-  color: #555555;
-  background-color: #ffffff;
-}
-input,
-button,
-select,
-textarea {
-  font-family: inherit;
-  font-size: inherit;
-  line-height: inherit;
-}
-a {
-  color: #158cba;
-  text-decoration: none;
-}
-a:hover,
-a:focus {
-  color: #158cba;
-  text-decoration: underline;
-}
-a:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-figure {
-  margin: 0;
-}
-img {
-  vertical-align: middle;
-}
-.img-responsive,
-.thumbnail > img,
-.thumbnail a > img,
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
-  display: block;
-  max-width: 100%;
-  height: auto;
-}
-.img-rounded {
-  border-radius: 5px;
-}
-.img-thumbnail {
-  padding: 4px;
-  line-height: 1.42857143;
-  background-color: #ffffff;
-  border: 1px solid #eeeeee;
-  border-radius: 4px;
-  -webkit-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-  display: inline-block;
-  max-width: 100%;
-  height: auto;
-}
-.img-circle {
-  border-radius: 50%;
-}
-hr {
-  margin-top: 25px;
-  margin-bottom: 25px;
-  border: 0;
-  border-top: 1px solid #eeeeee;
-}
-.sr-only {
-  position: absolute;
-  width: 1px;
-  height: 1px;
-  margin: -1px;
-  padding: 0;
-  overflow: hidden;
-  clip: rect(0, 0, 0, 0);
-  border: 0;
-}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
-  font-family: inherit;
-  font-weight: 400;
-  line-height: 1.1;
-  color: #333333;
-}
-h1 small,
-h2 small,
-h3 small,
-h4 small,
-h5 small,
-h6 small,
-.h1 small,
-.h2 small,
-.h3 small,
-.h4 small,
-.h5 small,
-.h6 small,
-h1 .small,
-h2 .small,
-h3 .small,
-h4 .small,
-h5 .small,
-h6 .small,
-.h1 .small,
-.h2 .small,
-.h3 .small,
-.h4 .small,
-.h5 .small,
-.h6 .small {
-  font-weight: normal;
-  line-height: 1;
-  color: #999999;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
-  margin-top: 25px;
-  margin-bottom: 12.5px;
-}
-h1 small,
-.h1 small,
-h2 small,
-.h2 small,
-h3 small,
-.h3 small,
-h1 .small,
-.h1 .small,
-h2 .small,
-.h2 .small,
-h3 .small,
-.h3 .small {
-  font-size: 65%;
-}
-h4,
-.h4,
-h5,
-.h5,
-h6,
-.h6 {
-  margin-top: 12.5px;
-  margin-bottom: 12.5px;
-}
-h4 small,
-.h4 small,
-h5 small,
-.h5 small,
-h6 small,
-.h6 small,
-h4 .small,
-.h4 .small,
-h5 .small,
-.h5 .small,
-h6 .small,
-.h6 .small {
-  font-size: 75%;
-}
-h1,
-.h1 {
-  font-size: 43px;
-}
-h2,
-.h2 {
-  font-size: 38px;
-}
-h3,
-.h3 {
-  font-size: 31px;
-}
-h4,
-.h4 {
-  font-size: 23px;
-}
-h5,
-.h5 {
-  font-size: 18px;
-}
-h6,
-.h6 {
-  font-size: 16px;
-}
-p {
-  margin: 0 0 12.5px;
-}
-.lead {
-  margin-bottom: 25px;
-  font-size: 20px;
-  font-weight: 200;
-  line-height: 1.4;
-}
-@media (min-width: 768px) {
-  .lead {
-    font-size: 27px;
-  }
-}
-small,
-.small {
-  font-size: 85%;
-}
-cite {
-  font-style: normal;
-}
-.text-left {
-  text-align: left;
-}
-.text-right {
-  text-align: right;
-}
-.text-center {
-  text-align: center;
-}
-.text-justify {
-  text-align: justify;
-}
-.text-muted {
-  color: #999999;
-}
-.text-primary {
-  color: #158cba;
-}
-a.text-primary:hover {
-  color: #106a8c;
-}
-.text-success {
-  color: #ffffff;
-}
-a.text-success:hover {
-  color: #e6e6e6;
-}
-.text-info {
-  color: #ffffff;
-}
-a.text-info:hover {
-  color: #e6e6e6;
-}
-.text-warning {
-  color: #ffffff;
-}
-a.text-warning:hover {
-  color: #e6e6e6;
-}
-.text-danger {
-  color: #ffffff;
-}
-a.text-danger:hover {
-  color: #e6e6e6;
-}
-.bg-primary {
-  color: #fff;
-  background-color: #158cba;
-}
-a.bg-primary:hover {
-  background-color: #106a8c;
-}
-.bg-success {
-  background-color: #28b62c;
-}
-a.bg-success:hover {
-  background-color: #1f8c22;
-}
-.bg-info {
-  background-color: #75caeb;
-}
-a.bg-info:hover {
-  background-color: #48b9e5;
-}
-.bg-warning {
-  background-color: #ff851b;
-}
-a.bg-warning:hover {
-  background-color: #e76b00;
-}
-.bg-danger {
-  background-color: #ff4136;
-}
-a.bg-danger:hover {
-  background-color: #ff1103;
-}
-.page-header {
-  padding-bottom: 11.5px;
-  margin: 50px 0 25px;
-  border-bottom: 1px solid #eeeeee;
-}
-ul,
-ol {
-  margin-top: 0;
-  margin-bottom: 12.5px;
-}
-ul ul,
-ol ul,
-ul ol,
-ol ol {
-  margin-bottom: 0;
-}
-.list-unstyled {
-  padding-left: 0;
-  list-style: none;
-}
-.list-inline {
-  padding-left: 0;
-  list-style: none;
-  margin-left: -5px;
-}
-.list-inline > li {
-  display: inline-block;
-  padding-left: 5px;
-  padding-right: 5px;
-}
-dl {
-  margin-top: 0;
-  margin-bottom: 25px;
-}
-dt,
-dd {
-  line-height: 1.42857143;
-}
-dt {
-  font-weight: bold;
-}
-dd {
-  margin-left: 0;
-}
-@media (min-width: 768px) {
-  .dl-horizontal dt {
-    float: left;
-    width: 160px;
-    clear: left;
-    text-align: right;
-    overflow: hidden;
-    text-overflow: ellipsis;
-    white-space: nowrap;
-  }
-  .dl-horizontal dd {
-    margin-left: 180px;
-  }
-}
-abbr[title],
-abbr[data-original-title] {
-  cursor: help;
-  border-bottom: 1px dotted #999999;
-}
-.initialism {
-  font-size: 90%;
-  text-transform: uppercase;
-}
-blockquote {
-  padding: 12.5px 25px;
-  margin: 0 0 25px;
-  font-size: 22.5px;
-  border-left: 5px solid #eeeeee;
-}
-blockquote p:last-child,
-blockquote ul:last-child,
-blockquote ol:last-child {
-  margin-bottom: 0;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
-  display: block;
-  font-size: 80%;
-  line-height: 1.42857143;
-  color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
-  content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
-  padding-right: 15px;
-  padding-left: 0;
-  border-right: 5px solid #eeeeee;
-  border-left: 0;
-  text-align: right;
-}
-.blockquote-reverse footer:before,
-blockquote.pull-right footer:before,
-.blockquote-reverse small:before,
-blockquote.pull-right small:before,
-.blockquote-reverse .small:before,
-blockquote.pull-right .small:before {
-  content: '';
-}
-.blockquote-reverse footer:after,
-blockquote.pull-right footer:after,
-.blockquote-reverse small:after,
-blockquote.pull-right small:after,
-.blockquote-reverse .small:after,
-blockquote.pull-right .small:after {
-  content: '\00A0 \2014';
-}
-blockquote:before,
-blockquote:after {
-  content: "";
-}
-address {
-  margin-bottom: 25px;
-  font-style: normal;
-  line-height: 1.42857143;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
-}
-code {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #c7254e;
-  background-color: #f9f2f4;
-  white-space: nowrap;
-  border-radius: 4px;
-}
-kbd {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #ffffff;
-  background-color: #333333;
-  border-radius: 2px;
-  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-}
-pre {
-  display: block;
-  padding: 12px;
-  margin: 0 0 12.5px;
-  font-size: 17px;
-  line-height: 1.42857143;
-  word-break: break-all;
-  word-wrap: break-word;
-  color: #333333;
-  background-color: #f5f5f5;
-  border: 1px solid #cccccc;
-  border-radius: 4px;
-}
-pre code {
-  padding: 0;
-  font-size: inherit;
-  color: inherit;
-  white-space: pre-wrap;
-  background-color: transparent;
-  border-radius: 0;
-}
-.pre-scrollable {
-  max-height: 340px;
-  overflow-y: scroll;
-}
-.container {
-  margin-right: auto;
-  margin-left: auto;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-@media (min-width: 768px) {
-  .container {
-    width: 750px;
-  }
-}
-@media (min-width: 992px) {
-  .container {
-    width: 970px;
-  }
-}
-@media (min-width: 1200px) {
-  .container {
-    width: 1170px;
-  }
-}
-.container-fluid {
-  margin-right: auto;
-  margin-left: auto;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-.row {
-  margin-left: -15px;
-  margin-right: -15px;
-}
-.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
-  position: relative;
-  min-height: 1px;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
-  float: left;
-}
-.col-xs-12 {
-  width: 100%;
-}
-.col-xs-11 {
-  width: 91.66666667%;
-}
-.col-xs-10 {
-  width: 83.33333333%;
-}
-.col-xs-9 {
-  width: 75%;
-}
-.col-xs-8 {
-  width: 66.66666667%;
-}
-.col-xs-7 {
-  width: 58.33333333%;
-}
-.col-xs-6 {
-  width: 50%;
-}
-.col-xs-5 {
-  width: 41.66666667%;
-}
-.col-xs-4 {
-  width: 33.33333333%;
-}
-.col-xs-3 {
-  width: 25%;
-}
-.col-xs-2 {
-  width: 16.66666667%;
-}
-.col-xs-1 {
-  width: 8.33333333%;
-}
-.col-xs-pull-12 {
-  right: 100%;
-}
-.col-xs-pull-11 {
-  right: 91.66666667%;
-}
-.col-xs-pull-10 {
-  right: 83.33333333%;
-}
-.col-xs-pull-9 {
-  right: 75%;
-}
-.col-xs-pull-8 {
-  right: 66.66666667%;
-}
-.col-xs-pull-7 {
-  right: 58.33333333%;
-}
-.col-xs-pull-6 {
-  right: 50%;
-}
-.col-xs-pull-5 {
-  right: 41.66666667%;
-}
-.col-xs-pull-4 {
-  right: 33.33333333%;
-}
-.col-xs-pull-3 {
-  right: 25%;
-}
-.col-xs-pull-2 {
-  right: 16.66666667%;
-}
-.col-xs-pull-1 {
-  right: 8.33333333%;
-}
-.col-xs-pull-0 {
-  right: 0%;
-}
-.col-xs-push-12 {
-  left: 100%;
-}
-.col-xs-push-11 {
-  left: 91.66666667%;
-}
-.col-xs-push-10 {
-  left: 83.33333333%;
-}
-.col-xs-push-9 {
-  left: 75%;
-}
-.col-xs-push-8 {
-  left: 66.66666667%;
-}
-.col-xs-push-7 {
-  left: 58.33333333%;
-}
-.col-xs-push-6 {
-  left: 50%;
-}
-.col-xs-push-5 {
-  left: 41.66666667%;
-}
-.col-xs-push-4 {
-  left: 33.33333333%;
-}
-.col-xs-push-3 {
-  left: 25%;
-}
-.col-xs-push-2 {
-  left: 16.66666667%;
-}
-.col-xs-push-1 {
-  left: 8.33333333%;
-}
-.col-xs-push-0 {
-  left: 0%;
-}
-.col-xs-offset-12 {
-  margin-left: 100%;
-}
-.col-xs-offset-11 {
-  margin-left: 91.66666667%;
-}
-.col-xs-offset-10 {
-  margin-left: 83.33333333%;
-}
-.col-xs-offset-9 {
-  margin-left: 75%;
-}
-.col-xs-offset-8 {
-  margin-left: 66.66666667%;
-}
-.col-xs-offset-7 {
-  margin-left: 58.33333333%;
-}
-.col-xs-offset-6 {
-  margin-left: 50%;
-}
-.col-xs-offset-5 {
-  margin-left: 41.66666667%;
-}
-.col-xs-offset-4 {
-  margin-left: 33.33333333%;
-}
-.col-xs-offset-3 {
-  margin-left: 25%;
-}
-.col-xs-offset-2 {
-  margin-left: 16.66666667%;
-}
-.col-xs-offset-1 {
-  margin-left: 8.33333333%;
-}
-.col-xs-offset-0 {
-  margin-left: 0%;
-}
-@media (min-width: 768px) {
-  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
-    float: left;
-  }
-  .col-sm-12 {
-    width: 100%;
-  }
-  .col-sm-11 {
-    width: 91.66666667%;
-  }
-  .col-sm-10 {
-    width: 83.33333333%;
-  }
-  .col-sm-9 {
-    width: 75%;
-  }
-  .col-sm-8 {
-    width: 66.66666667%;
-  }
-  .col-sm-7 {
-    width: 58.33333333%;
-  }
-  .col-sm-6 {
-    width: 50%;
-  }
-  .col-sm-5 {
-    width: 41.66666667%;
-  }
-  .col-sm-4 {
-    width: 33.33333333%;
-  }
-  .col-sm-3 {
-    width: 25%;
-  }
-  .col-sm-2 {
-    width: 16.66666667%;
-  }
-  .col-sm-1 {
-    width: 8.33333333%;
-  }
-  .col-sm-pull-12 {
-    right: 100%;
-  }
-  .col-sm-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-sm-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-sm-pull-9 {
-    right: 75%;
-  }
-  .col-sm-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-sm-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-sm-pull-6 {
-    right: 50%;
-  }
-  .col-sm-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-sm-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-sm-pull-3 {
-    right: 25%;
-  }
-  .col-sm-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-sm-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-sm-pull-0 {
-    right: 0%;
-  }
-  .col-sm-push-12 {
-    left: 100%;
-  }
-  .col-sm-push-11 {
-    left: 91.66666667%;
-  }
-  .col-sm-push-10 {
-    left: 83.33333333%;
-  }
-  .col-sm-push-9 {
-    left: 75%;
-  }
-  .col-sm-push-8 {
-    left: 66.66666667%;
-  }
-  .col-sm-push-7 {
-    left: 58.33333333%;
-  }
-  .col-sm-push-6 {
-    left: 50%;
-  }
-  .col-sm-push-5 {
-    left: 41.66666667%;
-  }
-  .col-sm-push-4 {
-    left: 33.33333333%;
-  }
-  .col-sm-push-3 {
-    left: 25%;
-  }
-  .col-sm-push-2 {
-    left: 16.66666667%;
-  }
-  .col-sm-push-1 {
-    left: 8.33333333%;
-  }
-  .col-sm-push-0 {
-    left: 0%;
-  }
-  .col-sm-offset-12 {
-    margin-left: 100%;
-  }
-  .col-sm-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-sm-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-sm-offset-9 {
-    margin-left: 75%;
-  }
-  .col-sm-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-sm-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-sm-offset-6 {
-    margin-left: 50%;
-  }
-  .col-sm-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-sm-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-sm-offset-3 {
-    margin-left: 25%;
-  }
-  .col-sm-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-sm-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-sm-offset-0 {
-    margin-left: 0%;
-  }
-}
-@media (min-width: 992px) {
-  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
-    float: left;
-  }
-  .col-md-12 {
-    width: 100%;
-  }
-  .col-md-11 {
-    width: 91.66666667%;
-  }
-  .col-md-10 {
-    width: 83.33333333%;
-  }
-  .col-md-9 {
-    width: 75%;
-  }
-  .col-md-8 {
-    width: 66.66666667%;
-  }
-  .col-md-7 {
-    width: 58.33333333%;
-  }
-  .col-md-6 {
-    width: 50%;
-  }
-  .col-md-5 {
-    width: 41.66666667%;
-  }
-  .col-md-4 {
-    width: 33.33333333%;
-  }
-  .col-md-3 {
-    width: 25%;
-  }
-  .col-md-2 {
-    width: 16.66666667%;
-  }
-  .col-md-1 {
-    width: 8.33333333%;
-  }
-  .col-md-pull-12 {
-    right: 100%;
-  }
-  .col-md-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-md-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-md-pull-9 {
-    right: 75%;
-  }
-  .col-md-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-md-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-md-pull-6 {
-    right: 50%;
-  }
-  .col-md-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-md-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-md-pull-3 {
-    right: 25%;
-  }
-  .col-md-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-md-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-md-pull-0 {
-    right: 0%;
-  }
-  .col-md-push-12 {
-    left: 100%;
-  }
-  .col-md-push-11 {
-    left: 91.66666667%;
-  }
-  .col-md-push-10 {
-    left: 83.33333333%;
-  }
-  .col-md-push-9 {
-    left: 75%;
-  }
-  .col-md-push-8 {
-    left: 66.66666667%;
-  }
-  .col-md-push-7 {
-    left: 58.33333333%;
-  }
-  .col-md-push-6 {
-    left: 50%;
-  }
-  .col-md-push-5 {
-    left: 41.66666667%;
-  }
-  .col-md-push-4 {
-    left: 33.33333333%;
-  }
-  .col-md-push-3 {
-    left: 25%;
-  }
-  .col-md-push-2 {
-    left: 16.66666667%;
-  }
-  .col-md-push-1 {
-    left: 8.33333333%;
-  }
-  .col-md-push-0 {
-    left: 0%;
-  }
-  .col-md-offset-12 {
-    margin-left: 100%;
-  }
-  .col-md-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-md-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-md-offset-9 {
-    margin-left: 75%;
-  }
-  .col-md-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-md-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-md-offset-6 {
-    margin-left: 50%;
-  }
-  .col-md-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-md-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-md-offset-3 {
-    margin-left: 25%;
-  }
-  .col-md-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-md-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-md-offset-0 {
-    margin-left: 0%;
-  }
-}
-@media (min-width: 1200px) {
-  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
-    float: left;
-  }
-  .col-lg-12 {
-    width: 100%;
-  }
-  .col-lg-11 {
-    width: 91.66666667%;
-  }
-  .col-lg-10 {
-    width: 83.33333333%;
-  }
-  .col-lg-9 {
-    width: 75%;
-  }
-  .col-lg-8 {
-    width: 66.66666667%;
-  }
-  .col-lg-7 {
-    width: 58.33333333%;
-  }
-  .col-lg-6 {
-    width: 50%;
-  }
-  .col-lg-5 {
-    width: 41.66666667%;
-  }
-  .col-lg-4 {
-    width: 33.33333333%;
-  }
-  .col-lg-3 {
-    width: 25%;
-  }
-  .col-lg-2 {
-    width: 16.66666667%;
-  }
-  .col-lg-1 {
-    width: 8.33333333%;
-  }
-  .col-lg-pull-12 {
-    right: 100%;
-  }
-  .col-lg-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-lg-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-lg-pull-9 {
-    right: 75%;
-  }
-  .col-lg-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-lg-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-lg-pull-6 {
-    right: 50%;
-  }
-  .col-lg-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-lg-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-lg-pull-3 {
-    right: 25%;
-  }
-  .col-lg-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-lg-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-lg-pull-0 {
-    right: 0%;
-  }
-  .col-lg-push-12 {
-    left: 100%;
-  }
-  .col-lg-push-11 {
-    left: 91.66666667%;
-  }
-  .col-lg-push-10 {
-    left: 83.33333333%;
-  }
-  .col-lg-push-9 {
-    left: 75%;
-  }
-  .col-lg-push-8 {
-    left: 66.66666667%;
-  }
-  .col-lg-push-7 {
-    left: 58.33333333%;
-  }
-  .col-lg-push-6 {
-    left: 50%;
-  }
-  .col-lg-push-5 {
-    left: 41.66666667%;
-  }
-  .col-lg-push-4 {
-    left: 33.33333333%;
-  }
-  .col-lg-push-3 {
-    left: 25%;
-  }
-  .col-lg-push-2 {
-    left: 16.66666667%;
-  }
-  .col-lg-push-1 {
-    left: 8.33333333%;
-  }
-  .col-lg-push-0 {
-    left: 0%;
-  }
-  .col-lg-offset-12 {
-    margin-left: 100%;
-  }
-  .col-lg-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-lg-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-lg-offset-9 {
-    margin-left: 75%;
-  }
-  .col-lg-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-lg-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-lg-offset-6 {
-    margin-left: 50%;
-  }
-  .col-lg-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-lg-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-lg-offset-3 {
-    margin-left: 25%;
-  }
-  .col-lg-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-lg-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-lg-offset-0 {
-    margin-left: 0%;
-  }
-}
-table {
-  max-width: 100%;
-  background-color: transparent;
-}
-th {
-  text-align: left;
-}
-.table {
-  width: 100%;
-  margin-bottom: 25px;
-}
-.table > thead > tr > th,
-.table > tbody > tr > th,
-.table > tfoot > tr > th,
-.table > thead > tr > td,
-.table > tbody > tr > td,
-.table > tfoot > tr > td {
-  padding: 8px;
-  line-height: 1.42857143;
-  vertical-align: top;
-  border-top: 1px solid #dddddd;
-}
-.table > thead > tr > th {
-  vertical-align: bottom;
-  border-bottom: 2px solid #dddddd;
-}
-.table > caption + thead > tr:first-child > th,
-.table > colgroup + thead > tr:first-child > th,
-.table > thead:first-child > tr:first-child > th,
-.table > caption + thead > tr:first-child > td,
-.table > colgroup + thead > tr:first-child > td,
-.table > thead:first-child > tr:first-child > td {
-  border-top: 0;
-}
-.table > tbody + tbody {
-  border-top: 2px solid #dddddd;
-}
-.table .table {
-  background-color: #ffffff;
-}
-.table-condensed > thead > tr > th,
-.table-condensed > tbody > tr > th,
-.table-condensed > tfoot > tr > th,
-.table-condensed > thead > tr > td,
-.table-condensed > tbody > tr > td,
-.table-condensed > tfoot > tr > td {
-  padding: 5px;
-}
-.table-bordered {
-  border: 1px solid #dddddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > tbody > tr > th,
-.table-bordered > tfoot > tr > th,
-.table-bordered > thead > tr > td,
-.table-bordered > tbody > tr > td,
-.table-bordered > tfoot > tr > td {
-  border: 1px solid #dddddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > thead > tr > td {
-  border-bottom-width: 2px;
-}
-.table-striped > tbody > tr:nth-child(odd) > td,
-.table-striped > tbody > tr:nth-child(odd) > th {
-  background-color: #f9f9f9;
-}
-.table-hover > tbody > tr:hover > td,
-.table-hover > tbody > tr:hover > th {
-  background-color: #f5f5f5;
-}
-table col[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-column;
-}
-table td[class*="col-"],
-table th[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-cell;
-}
-.table > thead > tr > td.active,
-.table > tbody > tr > td.active,
-.table > tfoot > tr > td.active,
-.table > thead > tr > th.active,
-.table > tbody > tr > th.active,
-.table > tfoot > tr > th.active,
-.table > thead > tr.active > td,
-.table > tbody > tr.active > td,
-.table > tfoot > tr.active > td,
-.table > thead > tr.active > th,
-.table > tbody > tr.active > th,
-.table > tfoot > tr.active > th {
-  background-color: #f5f5f5;
-}
-.table-hover > tbody > tr > td.active:hover,
-.table-hover > tbody > tr > th.active:hover,
-.table-hover > tbody > tr.active:hover > td,
-.table-hover > tbody > tr.active:hover > th {
-  background-color: #e8e8e8;
-}
-.table > thead > tr > td.success,
-.table > tbody > tr > td.success,
-.table > tfoot > tr > td.success,
-.table > thead > tr > th.success,
-.table > tbody > tr > th.success,
-.table > tfoot > tr > th.success,
-.table > thead > tr.success > td,
-.table > tbody > tr.success > td,
-.table > tfoot > tr.success > td,
-.table > thead > tr.success > th,
-.table > tbody > tr.success > th,
-.table > tfoot > tr.success > th {
-  background-color: #28b62c;
-}
-.table-hover > tbody > tr > td.success:hover,
-.table-hover > tbody > tr > th.success:hover,
-.table-hover > tbody > tr.success:hover > td,
-.table-hover > tbody > tr.success:hover > th {
-  background-color: #23a127;
-}
-.table > thead > tr > td.info,
-.table > tbody > tr > td.info,
-.table > tfoot > tr > td.info,
-.table > thead > tr > th.info,
-.table > tbody > tr > th.info,
-.table > tfoot > tr > th.info,
-.table > thead > tr.info > td,
-.table > tbody > tr.info > td,
-.table > tfoot > tr.info > td,
-.table > thead > tr.info > th,
-.table > tbody > tr.info > th,
-.table > tfoot > tr.info > th {
-  background-color: #75caeb;
-}
-.table-hover > tbody > tr > td.info:hover,
-.table-hover > tbody > tr > th.info:hover,
-.table-hover > tbody > tr.info:hover > td,
-.table-hover > tbody > tr.info:hover > th {
-  background-color: #5fc1e8;
-}
-.table > thead > tr > td.warning,
-.table > tbody > tr > td.warning,
-.table > tfoot > tr > td.warning,
-.table > thead > tr > th.warning,
-.table > tbody > tr > th.warning,
-.table > tfoot > tr > th.warning,
-.table > thead > tr.warning > td,
-.table > tbody > tr.warning > td,
-.table > tfoot > tr.warning > td,
-.table > thead > tr.warning > th,
-.table > tbody > tr.warning > th,
-.table > tfoot > tr.warning > th {
-  background-color: #ff851b;
-}
-.table-hover > tbody > tr > td.warning:hover,
-.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td,
-.table-hover > tbody > tr.warning:hover > th {
-  background-color: #ff7701;
-}
-.table > thead > tr > td.danger,
-.table > tbody > tr > td.danger,
-.table > tfoot > tr > td.danger,
-.table > thead > tr > th.danger,
-.table > tbody > tr > th.danger,
-.table > tfoot > tr > th.danger,
-.table > thead > tr.danger > td,
-.table > tbody > tr.danger > td,
-.table > tfoot > tr.danger > td,
-.table > thead > tr.danger > th,
-.table > tbody > tr.danger > th,
-.table > tfoot > tr.danger > th {
-  background-color: #ff4136;
-}
-.table-hover > tbody > tr > td.danger:hover,
-.table-hover > tbody > tr > th.danger:hover,
-.table-hover > tbody > tr.danger:hover > td,
-.table-hover > tbody > tr.danger:hover > th {
-  background-color: #ff291c;
-}
-@media (max-width: 767px) {
-  .table-responsive {
-    width: 100%;
-    margin-bottom: 18.75px;
-    overflow-y: hidden;
-    overflow-x: scroll;
-    -ms-overflow-style: -ms-autohiding-scrollbar;
-    border: 1px solid #dddddd;
-    -webkit-overflow-scrolling: touch;
-  }
-  .table-responsive > .table {
-    margin-bottom: 0;
-  }
-  .table-responsive > .table > thead > tr > th,
-  .table-responsive > .table > tbody > tr > th,
-  .table-responsive > .table > tfoot > tr > th,
-  .table-responsive > .table > thead > tr > td,
-  .table-responsive > .table > tbody > tr > td,
-  .table-responsive > .table > tfoot > tr > td {
-    white-space: nowrap;
-  }
-  .table-responsive > .table-bordered {
-    border: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:first-child,
-  .table-responsive > .table-bordered > tbody > tr > th:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
-  .table-responsive > .table-bordered > thead > tr > td:first-child,
-  .table-responsive > .table-bordered > tbody > tr > td:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
-    border-left: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:last-child,
-  .table-responsive > .table-bordered > tbody > tr > th:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
-  .table-responsive > .table-bordered > thead > tr > td:last-child,
-  .table-responsive > .table-bordered > tbody > tr > td:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
-    border-right: 0;
-  }
-  .table-responsive > .table-bordered > tbody > tr:last-child > th,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
-  .table-responsive > .table-bordered > tbody > tr:last-child > td,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
-    border-bottom: 0;
-  }
-}
-fieldset {
-  padding: 0;
-  margin: 0;
-  border: 0;
-  min-width: 0;
-}
-legend {
-  display: block;
-  width: 100%;
-  padding: 0;
-  margin-bottom: 25px;
-  font-size: 27px;
-  line-height: inherit;
-  color: #333333;
-  border: 0;
-  border-bottom: 1px solid #e5e5e5;
-}
-label {
-  display: inline-block;
-  margin-bottom: 5px;
-  font-weight: bold;
-}
-input[type="search"] {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-input[type="radio"],
-input[type="checkbox"] {
-  margin: 4px 0 0;
-  margin-top: 1px \9;
-  /* IE8-9 */
-  line-height: normal;
-}
-input[type="file"] {
-  display: block;
-}
-input[type="range"] {
-  display: block;
-  width: 100%;
-}
-select[multiple],
-select[size] {
-  height: auto;
-}
-input[type="file"]:focus,
-input[type="radio"]:focus,
-input[type="checkbox"]:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-output {
-  display: block;
-  padding-top: 7px;
-  font-size: 18px;
-  line-height: 1.42857143;
-  color: #555555;
-}
-.form-control {
-  display: block;
-  width: 100%;
-  height: 41px;
-  padding: 6px 12px;
-  font-size: 18px;
-  line-height: 1.42857143;
-  color: #555555;
-  background-color: #ffffff;
-  background-image: none;
-  border: 1px solid #e7e7e7;
-  border-radius: 4px;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-}
-.form-control:focus {
-  border-color: #66afe9;
-  outline: 0;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
-  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
-}
-.form-control::-moz-placeholder {
-  color: #999999;
-  opacity: 1;
-}
-.form-control:-ms-input-placeholder {
-  color: #999999;
-}
-.form-control::-webkit-input-placeholder {
-  color: #999999;
-}
-.form-control[disabled],
-.form-control[readonly],
-fieldset[disabled] .form-control {
-  cursor: not-allowed;
-  background-color: #eeeeee;
-  opacity: 1;
-}
-textarea.form-control {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: none;
-}
-input[type="date"] {
-  line-height: 41px;
-}
-.form-group {
-  margin-bottom: 15px;
-}
-.radio,
-.checkbox {
-  display: block;
-  min-height: 25px;
-  margin-top: 10px;
-  margin-bottom: 10px;
-  padding-left: 20px;
-}
-.radio label,
-.checkbox label {
-  display: inline;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio input[type="radio"],
-.radio-inline input[type="radio"],
-.checkbox input[type="checkbox"],
-.checkbox-inline input[type="checkbox"] {
-  float: left;
-  margin-left: -20px;
-}
-.radio + .radio,
-.checkbox + .checkbox {
-  margin-top: -5px;
-}
-.radio-inline,
-.checkbox-inline {
-  display: inline-block;
-  padding-left: 20px;
-  margin-bottom: 0;
-  vertical-align: middle;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio-inline + .radio-inline,
-.checkbox-inline + .checkbox-inline {
-  margin-top: 0;
-  margin-left: 10px;
-}
-input[type="radio"][disabled],
-input[type="checkbox"][disabled],
-.radio[disabled],
-.radio-inline[disabled],
-.checkbox[disabled],
-.checkbox-inline[disabled],
-fieldset[disabled] input[type="radio"],
-fieldset[disabled] input[type="checkbox"],
-fieldset[disabled] .radio,
-fieldset[disabled] .radio-inline,
-fieldset[disabled] .checkbox,
-fieldset[disabled] .checkbox-inline {
-  cursor: not-allowed;
-}
-.input-sm {
-  height: 36px;
-  padding: 5px 10px;
-  font-size: 16px;
-  line-height: 1.5;
-  border-radius: 2px;
-}
-select.input-sm {
-  height: 36px;
-  line-height: 36px;
-}
-textarea.input-sm,
-select[multiple].input-sm {
-  height: auto;
-}
-.input-lg {
-  height: 53px;
-  padding: 10px 16px;
-  font-size: 23px;
-  line-height: 1.33;
-  border-radius: 5px;
-}
-select.input-lg {
-  height: 53px;
-  line-height: 53px;
-}
-textarea.input-lg,
-select[multiple].input-lg {
-  height: auto;
-}
-.has-feedback {
-  position: relative;
-}
-.has-feedback .form-control {
-  padding-right: 51.25px;
-}
-.has-feedback .form-control-feedback {
-  position: absolute;
-  top: 30px;
-  right: 0;
-  display: block;
-  width: 41px;
-  height: 41px;
-  line-height: 41px;
-  text-align: center;
-}
-.has-success .help-block,
-.has-success .control-label,
-.has-success .radio,
-.has-success .checkbox,
-.has-success .radio-inline,
-.has-success .checkbox-inline {
-  color: #ffffff;
-}
-.has-success .form-control {
-  border-color: #ffffff;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-success .form-control:focus {
-  border-color: #e6e6e6;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-}
-.has-success .input-group-addon {
-  color: #ffffff;
-  border-color: #ffffff;
-  background-color: #28b62c;
-}
-.has-success .form-control-feedback {
-  color: #ffffff;
-}
-.has-warning .help-block,
-.has-warning .control-label,
-.has-warning .radio,
-.has-warning .checkbox,
-.has-warning .radio-inline,
-.has-warning .checkbox-inline {
-  color: #ffffff;
-}
-.has-warning .form-control {
-  border-color: #ffffff;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-warning .form-control:focus {
-  border-color: #e6e6e6;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-}
-.has-warning .input-group-addon {
-  color: #ffffff;
-  border-color: #ffffff;
-  background-color: #ff851b;
-}
-.has-warning .form-control-feedback {
-  color: #ffffff;
-}
-.has-error .help-block,
-.has-error .control-label,
-.has-error .radio,
-.has-error .checkbox,
-.has-error .radio-inline,
-.has-error .checkbox-inline {
-  color: #ffffff;
-}
-.has-error .form-control {
-  border-color: #ffffff;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-error .form-control:focus {
-  border-color: #e6e6e6;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
-}
-.has-error .input-group-addon {
-  color: #ffffff;
-  border-color: #ffffff;
-  background-color: #ff4136;
-}
-.has-error .form-control-feedback {
-  color: #ffffff;
-}
-.form-control-static {
-  margin-bottom: 0;
-}
-.help-block {
-  display: block;
-  margin-top: 5px;
-  margin-bottom: 10px;
-  color: #959595;
-}
-@media (min-width: 768px) {
-  .form-inline .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .form-inline .input-group > .form-control {
-    width: 100%;
-  }
-  .form-inline .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio,
-  .form-inline .checkbox {
-    display: inline-block;
-    margin-top: 0;
-    margin-bottom: 0;
-    padding-left: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio input[type="radio"],
-  .form-inline .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .form-inline .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-.form-horizontal .control-label,
-.form-horizontal .radio,
-.form-horizontal .checkbox,
-.form-horizontal .radio-inline,
-.form-horizontal .checkbox-inline {
-  margin-top: 0;
-  margin-bottom: 0;
-  padding-top: 7px;
-}
-.form-horizontal .radio,
-.form-horizontal .checkbox {
-  min-height: 32px;
-}
-.form-horizontal .form-group {
-  margin-left: -15px;
-  margin-right: -15px;
-}
-.form-horizontal .form-control-static {
-  padding-top: 7px;
-}
-@media (min-width: 768px) {
-  .form-horizontal .control-label {
-    text-align: right;
-  }
-}
-.form-horizontal .has-feedback .form-control-feedback {
-  top: 0;
-  right: 15px;
-}
-.btn {
-  display: inline-block;
-  margin-bottom: 0;
-  font-weight: normal;
-  text-align: center;
-  vertical-align: middle;
-  cursor: pointer;
-  background-image: none;
-  border: 1px solid transparent;
-  white-space: nowrap;
-  padding: 6px 12px;
-  font-size: 18px;
-  line-height: 1.42857143;
-  border-radius: 4px;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  user-select: none;
-}
-.btn:focus,
-.btn:active:focus,
-.btn.active:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-.btn:hover,
-.btn:focus {
-  color: #555555;
-  text-decoration: none;
-}
-.btn:active,
-.btn.active {
-  outline: 0;
-  background-image: none;
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-}
-.btn.disabled,
-.btn[disabled],
-fieldset[disabled] .btn {
-  cursor: not-allowed;
-  pointer-events: none;
-  opacity: 0.65;
-  filter: alpha(opacity=65);
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn-default {
-  color: #555555;
-  background-color: #eeeeee;
-  border-color: #e2e2e2;
-}
-.btn-default:hover,
-.btn-default:focus,
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  color: #555555;
-  background-color: #dadada;
-  border-color: #c3c3c3;
-}
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  background-image: none;
-}
-.btn-default.disabled,
-.btn-default[disabled],
-fieldset[disabled] .btn-default,
-.btn-default.disabled:hover,
-.btn-default[disabled]:hover,
-fieldset[disabled] .btn-default:hover,
-.btn-default.disabled:focus,
-.btn-default[disabled]:focus,
-fieldset[disabled] .btn-default:focus,
-.btn-default.disabled:active,
-.btn-default[disabled]:active,
-fieldset[disabled] .btn-default:active,
-.btn-default.disabled.active,
-.btn-default[disabled].active,
-fieldset[disabled] .btn-default.active {
-  background-color: #eeeeee;
-  border-color: #e2e2e2;
-}
-.btn-default .badge {
-  color: #eeeeee;
-  background-color: #555555;
-}
-.btn-primary {
-  color: #ffffff;
-  background-color: #158cba;
-  border-color: #127ba3;
-}
-.btn-primary:hover,
-.btn-primary:focus,
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  color: #ffffff;
-  background-color: #117095;
-  border-color: #0c516c;
-}
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  background-image: none;
-}
-.btn-primary.disabled,
-.btn-primary[disabled],
-fieldset[disabled] .btn-primary,
-.btn-primary.disabled:hover,
-.btn-primary[disabled]:hover,
-fieldset[disabled] .btn-primary:hover,
-.btn-primary.disabled:focus,
-.btn-primary[disabled]:focus,
-fieldset[disabled] .btn-primary:focus,
-.btn-primary.disabled:active,
-.btn-primary[disabled]:active,
-fieldset[disabled] .btn-primary:active,
-.btn-primary.disabled.active,
-.btn-primary[disabled].active,
-fieldset[disabled] .btn-primary.active {
-  background-color: #158cba;
-  border-color: #127ba3;
-}
-.btn-primary .badge {
-  color: #158cba;
-  background-color: #ffffff;
-}
-.btn-success {
-  color: #ffffff;
-  background-color: #28b62c;
-  border-color: #23a127;
-}
-.btn-success:hover,
-.btn-success:focus,
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  color: #ffffff;
-  background-color: #219524;
-  border-color: #186f1b;
-}
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  background-image: none;
-}
-.btn-success.disabled,
-.btn-success[disabled],
-fieldset[disabled] .btn-success,
-.btn-success.disabled:hover,
-.btn-success[disabled]:hover,
-fieldset[disabled] .btn-success:hover,
-.btn-success.disabled:focus,
-.btn-success[disabled]:focus,
-fieldset[disabled] .btn-success:focus,
-.btn-success.disabled:active,
-.btn-success[disabled]:active,
-fieldset[disabled] .btn-success:active,
-.btn-success.disabled.active,
-.btn-success[disabled].active,
-fieldset[disabled] .btn-success.active {
-  background-color: #28b62c;
-  border-color: #23a127;
-}
-.btn-success .badge {
-  color: #28b62c;
-  background-color: #ffffff;
-}
-.btn-info {
-  color: #ffffff;
-  background-color: #75caeb;
-  border-color: #5fc1e8;
-}
-.btn-info:hover,
-.btn-info:focus,
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  color: #ffffff;
-  background-color: #51bce6;
-  border-color: #29ade0;
-}
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  background-image: none;
-}
-.btn-info.disabled,
-.btn-info[disabled],
-fieldset[disabled] .btn-info,
-.btn-info.disabled:hover,
-.btn-info[disabled]:hover,
-fieldset[disabled] .btn-info:hover,
-.btn-info.disabled:focus,
-.btn-info[disabled]:focus,
-fieldset[disabled] .btn-info:focus,
-.btn-info.disabled:active,
-.btn-info[disabled]:active,
-fieldset[disabled] .btn-info:active,
-.btn-info.disabled.active,
-.btn-info[disabled].active,
-fieldset[disabled] .btn-info.active {
-  background-color: #75caeb;
-  border-color: #5fc1e8;
-}
-.btn-info .badge {
-  color: #75caeb;
-  background-color: #ffffff;
-}
-.btn-warning {
-  color: #ffffff;
-  background-color: #ff851b;
-  border-color: #ff7701;
-}
-.btn-warning:hover,
-.btn-warning:focus,
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  color: #ffffff;
-  background-color: #f17000;
-  border-color: #c35b00;
-}
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  background-image: none;
-}
-.btn-warning.disabled,
-.btn-warning[disabled],
-fieldset[disabled] .btn-warning,
-.btn-warning.disabled:hover,
-.btn-warning[disabled]:hover,
-fieldset[disabled] .btn-warning:hover,
-.btn-warning.disabled:focus,
-.btn-warning[disabled]:focus,
-fieldset[disabled] .btn-warning:focus,
-.btn-warning.disabled:active,
-.btn-warning[disabled]:active,
-fieldset[disabled] .btn-warning:active,
-.btn-warning.disabled.active,
-.btn-warning[disabled].active,
-fieldset[disabled] .btn-warning.active {
-  background-color: #ff851b;
-  border-color: #ff7701;
-}
-.btn-warning .badge {
-  color: #ff851b;
-  background-color: #ffffff;
-}
-.btn-danger {
-  color: #ffffff;
-  background-color: #ff4136;
-  border-color: #ff291c;
-}
-.btn-danger:hover,
-.btn-danger:focus,
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  color: #ffffff;
-  background-color: #ff1a0d;
-  border-color: #de0c00;
-}
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  background-image: none;
-}
-.btn-danger.disabled,
-.btn-danger[disabled],
-fieldset[disabled] .btn-danger,
-.btn-danger.disabled:hover,
-.btn-danger[disabled]:hover,
-fieldset[disabled] .btn-danger:hover,
-.btn-danger.disabled:focus,
-.btn-danger[disabled]:focus,
-fieldset[disabled] .btn-danger:focus,
-.btn-danger.disabled:active,
-.btn-danger[disabled]:active,
-fieldset[disabled] .btn-danger:active,
-.btn-danger.disabled.active,
-.btn-danger[disabled].active,
-fieldset[disabled] .btn-danger.active {
-  background-color: #ff4136;
-  border-color: #ff291c;
-}
-.btn-danger .badge {
-  color: #ff4136;
-  background-color: #ffffff;
-}
-.btn-link {
-  color: #158cba;
-  font-weight: normal;
-  cursor: pointer;
-  border-radius: 0;
-}
-.btn-link,
-.btn-link:active,
-.btn-link[disabled],
-fieldset[disabled] .btn-link {
-  background-color: transparent;
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn-link,
-.btn-link:hover,
-.btn-link:focus,
-.btn-link:active {
-  border-color: transparent;
-}
-.btn-link:hover,
-.btn-link:focus {
-  color: #158cba;
-  text-decoration: underline;
-  background-color: transparent;
-}
-.btn-link[disabled]:hover,
-fieldset[disabled] .btn-link:hover,
-.btn-link[disabled]:focus,
-fieldset[disabled] .btn-link:focus {
-  color: #999999;
-  text-decoration: none;
-}
-.btn-lg,
-.btn-group-lg > .btn {
-  padding: 10px 16px;
-  font-size: 23px;
-  line-height: 1.33;
-  border-radius: 5px;
-}
-.btn-sm,
-.btn-group-sm > .btn {
-  padding: 5px 10px;
-  font-size: 16px;
-  line-height: 1.5;
-  border-radius: 2px;
-}
-.btn-xs,
-.btn-group-xs > .btn {
-  padding: 1px 5px;
-  font-size: 16px;
-  line-height: 1.5;
-  border-radius: 2px;
-}
-.btn-block {
-  display: block;
-  width: 100%;
-  padding-left: 0;
-  padding-right: 0;
-}
-.btn-block + .btn-block {
-  margin-top: 5px;
-}
-input[type="submit"].btn-block,
-input[type="reset"].btn-block,
-input[type="button"].btn-block {
-  width: 100%;
-}
-.fade {
-  opacity: 0;
-  -webkit-transition: opacity 0.15s linear;
-  transition: opacity 0.15s linear;
-}
-.fade.in {
-  opacity: 1;
-}
-.collapse {
-  display: none;
-}
-.collapse.in {
-  display: block;
-}
-.collapsing {
-  position: relative;
-  height: 0;
-  overflow: hidden;
-  -webkit-transition: height 0.35s ease;
-  transition: height 0.35s ease;
-}
-@font-face {
-  font-family: 'Glyphicons Halflings';
-  src: url('../fonts/glyphicons-halflings-regular.eot');
-  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
-}
-.glyphicon {
-  position: relative;
-  top: 1px;
-  display: inline-block;
-  font-family: 'Glyphicons Halflings';
-  font-style: normal;
-  font-weight: normal;
-  line-height: 1;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-.glyphicon-asterisk:before {
-  content: "\2a";
-}
-.glyphicon-plus:before {
-  content: "\2b";
-}
-.glyphicon-euro:before {
-  content: "\20ac";
-}
-.glyphicon-minus:before {
-  content: "\2212";
-}
-.glyphicon-cloud:before {
-  content: "\2601";
-}
-.glyphicon-envelope:before {
-  content: "\2709";
-}
-.glyphicon-pencil:before {
-  content: "\270f";
-}
-.glyphicon-glass:before {
-  content: "\e001";
-}
-.glyphicon-music:before {
-  content: "\e002";
-}
-.glyphicon-search:before {
-  content: "\e003";
-}
-.glyphicon-heart:before {
-  content: "\e005";
-}
-.glyphicon-star:before {
-  content: "\e006";
-}
-.glyphicon-star-empty:before {
-  content: "\e007";
-}
-.glyphicon-user:before {
-  content: "\e008";
-}
-.glyphicon-film:before {
-  content: "\e009";
-}
-.glyphicon-th-large:before {
-  content: "\e010";
-}
-.glyphicon-th:before {
-  content: "\e011";
-}
-.glyphicon-th-list:before {
-  content: "\e012";
-}
-.glyphicon-ok:before {
-  content: "\e013";
-}
-.glyphicon-remove:before {
-  content: "\e014";
-}
-.glyphicon-zoom-in:before {
-  content: "\e015";
-}
-.glyphicon-zoom-out:before {
-  content: "\e016";
-}
-.glyphicon-off:before {
-  content: "\e017";
-}
-.glyphicon-signal:before {
-  content: "\e018";
-}
-.glyphicon-cog:before {
-  content: "\e019";
-}
-.glyphicon-trash:before {
-  content: "\e020";
-}
-.glyphicon-home:before {
-  content: "\e021";
-}
-.glyphicon-file:before {
-  content: "\e022";
-}
-.glyphicon-time:before {
-  content: "\e023";
-}
-.glyphicon-road:before {
-  content: "\e024";
-}
-.glyphicon-download-alt:before {
-  content: "\e025";
-}
-.glyphicon-download:before {
-  content: "\e026";
-}
-.glyphicon-upload:before {
-  content: "\e027";
-}
-.glyphicon-inbox:before {
-  content: "\e028";
-}
-.glyphicon-play-circle:before {
-  content: "\e029";
-}
-.glyphicon-repeat:before {
-  content: "\e030";
-}
-.glyphicon-refresh:before {
-  content: "\e031";
-}
-.glyphicon-list-alt:before {
-  content: "\e032";
-}
-.glyphicon-lock:before {
-  content: "\e033";
-}
-.glyphicon-flag:before {
-  content: "\e034";
-}
-.glyphicon-headphones:before {
-  content: "\e035";
-}
-.glyphicon-volume-off:before {
-  content: "\e036";
-}
-.glyphicon-volume-down:before {
-  content: "\e037";
-}
-.glyphicon-volume-up:before {
-  content: "\e038";
-}
-.glyphicon-qrcode:before {
-  content: "\e039";
-}
-.glyphicon-barcode:before {
-  content: "\e040";
-}
-.glyphicon-tag:before {
-  content: "\e041";
-}
-.glyphicon-tags:before {
-  content: "\e042";
-}
-.glyphicon-book:before {
-  content: "\e043";
-}
-.glyphicon-bookmark:before {
-  content: "\e044";
-}
-.glyphicon-print:before {
-  content: "\e045";
-}
-.glyphicon-camera:before {
-  content: "\e046";
-}
-.glyphicon-font:before {
-  content: "\e047";
-}
-.glyphicon-bold:before {
-  content: "\e048";
-}
-.glyphicon-italic:before {
-  content: "\e049";
-}
-.glyphicon-text-height:before {
-  content: "\e050";
-}
-.glyphicon-text-width:before {
-  content: "\e051";
-}
-.glyphicon-align-left:before {
-  content: "\e052";
-}
-.glyphicon-align-center:before {
-  content: "\e053";
-}
-.glyphicon-align-right:before {
-  content: "\e054";
-}
-.glyphicon-align-justify:before {
-  content: "\e055";
-}
-.glyphicon-list:before {
-  content: "\e056";
-}
-.glyphicon-indent-left:before {
-  content: "\e057";
-}
-.glyphicon-indent-right:before {
-  content: "\e058";
-}
-.glyphicon-facetime-video:before {
-  content: "\e059";
-}
-.glyphicon-picture:before {
-  content: "\e060";
-}
-.glyphicon-map-marker:before {
-  content: "\e062";
-}
-.glyphicon-adjust:before {
-  content: "\e063";
-}
-.glyphicon-tint:before {
-  content: "\e064";
-}
-.glyphicon-edit:before {
-  content: "\e065";
-}
-.glyphicon-share:before {
-  content: "\e066";
-}
-.glyphicon-check:before {
-  content: "\e067";
-}
-.glyphicon-move:before {
-  content: "\e068";
-}
-.glyphicon-step-backward:before {
-  content: "\e069";
-}
-.glyphicon-fast-backward:before {
-  content: "\e070";
-}
-.glyphicon-backward:before {
-  content: "\e071";
-}
-.glyphicon-play:before {
-  content: "\e072";
-}
-.glyphicon-pause:before {
-  content: "\e073";
-}
-.glyphicon-stop:before {
-  content: "\e074";
-}
-.glyphicon-forward:before {
-  content: "\e075";
-}
-.glyphicon-fast-forward:before {
-  content: "\e076";
-}
-.glyphicon-step-forward:before {
-  content: "\e077";
-}
-.glyphicon-eject:before {
-  content: "\e078";
-}
-.glyphicon-chevron-left:before {
-  content: "\e079";
-}
-.glyphicon-chevron-right:before {
-  content: "\e080";
-}
-.glyphicon-plus-sign:before {
-  content: "\e081";
-}
-.glyphicon-minus-sign:before {
-  content: "\e082";
-}
-.glyphicon-remove-sign:before {
-  content: "\e083";
-}
-.glyphicon-ok-sign:before {
-  content: "\e084";
-}
-.glyphicon-question-sign:before {
-  content: "\e085";
-}
-.glyphicon-info-sign:before {
-  content: "\e086";
-}
-.glyphicon-screenshot:before {
-  content: "\e087";
-}
-.glyphicon-remove-circle:before {
-  content: "\e088";
-}
-.glyphicon-ok-circle:before {
-  content: "\e089";
-}
-.glyphicon-ban-circle:before {
-  content: "\e090";
-}
-.glyphicon-arrow-left:before {
-  content: "\e091";
-}
-.glyphicon-arrow-right:before {
-  content: "\e092";
-}
-.glyphicon-arrow-up:before {
-  content: "\e093";
-}
-.glyphicon-arrow-down:before {
-  content: "\e094";
-}
-.glyphicon-share-alt:before {
-  content: "\e095";
-}
-.glyphicon-resize-full:before {
-  content: "\e096";
-}
-.glyphicon-resize-small:before {
-  content: "\e097";
-}
-.glyphicon-exclamation-sign:before {
-  content: "\e101";
-}
-.glyphicon-gift:before {
-  content: "\e102";
-}
-.glyphicon-leaf:before {
-  content: "\e103";
-}
-.glyphicon-fire:before {
-  content: "\e104";
-}
-.glyphicon-eye-open:before {
-  content: "\e105";
-}
-.glyphicon-eye-close:before {
-  content: "\e106";
-}
-.glyphicon-warning-sign:before {
-  content: "\e107";
-}
-.glyphicon-plane:before {
-  content: "\e108";
-}
-.glyphicon-calendar:before {
-  content: "\e109";
-}
-.glyphicon-random:before {
-  content: "\e110";
-}
-.glyphicon-comment:before {
-  content: "\e111";
-}
-.glyphicon-magnet:before {
-  content: "\e112";
-}
-.glyphicon-chevron-up:before {
-  content: "\e113";
-}
-.glyphicon-chevron-down:before {
-  content: "\e114";
-}
-.glyphicon-retweet:before {
-  content: "\e115";
-}
-.glyphicon-shopping-cart:before {
-  content: "\e116";
-}
-.glyphicon-folder-close:before {
-  content: "\e117";
-}
-.glyphicon-folder-open:before {
-  content: "\e118";
-}
-.glyphicon-resize-vertical:before {
-  content: "\e119";
-}
-.glyphicon-resize-horizontal:before {
-  content: "\e120";
-}
-.glyphicon-hdd:before {
-  content: "\e121";
-}
-.glyphicon-bullhorn:before {
-  content: "\e122";
-}
-.glyphicon-bell:before {
-  content: "\e123";
-}
-.glyphicon-certificate:before {
-  content: "\e124";
-}
-.glyphicon-thumbs-up:before {
-  content: "\e125";
-}
-.glyphicon-thumbs-down:before {
-  content: "\e126";
-}
-.glyphicon-hand-right:before {
-  content: "\e127";
-}
-.glyphicon-hand-left:before {
-  content: "\e128";
-}
-.glyphicon-hand-up:before {
-  content: "\e129";
-}
-.glyphicon-hand-down:before {
-  content: "\e130";
-}
-.glyphicon-circle-arrow-right:before {
-  content: "\e131";
-}
-.glyphicon-circle-arrow-left:before {
-  content: "\e132";
-}
-.glyphicon-circle-arrow-up:before {
-  content: "\e133";
-}
-.glyphicon-circle-arrow-down:before {
-  content: "\e134";
-}
-.glyphicon-globe:before {
-  content: "\e135";
-}
-.glyphicon-wrench:before {
-  content: "\e136";
-}
-.glyphicon-tasks:before {
-  content: "\e137";
-}
-.glyphicon-filter:before {
-  content: "\e138";
-}
-.glyphicon-briefcase:before {
-  content: "\e139";
-}
-.glyphicon-fullscreen:before {
-  content: "\e140";
-}
-.glyphicon-dashboard:before {
-  content: "\e141";
-}
-.glyphicon-paperclip:before {
-  content: "\e142";
-}
-.glyphicon-heart-empty:before {
-  content: "\e143";
-}
-.glyphicon-link:before {
-  content: "\e144";
-}
-.glyphicon-phone:before {
-  content: "\e145";
-}
-.glyphicon-pushpin:before {
-  content: "\e146";
-}
-.glyphicon-usd:before {
-  content: "\e148";
-}
-.glyphicon-gbp:before {
-  content: "\e149";
-}
-.glyphicon-sort:before {
-  content: "\e150";
-}
-.glyphicon-sort-by-alphabet:before {
-  content: "\e151";
-}
-.glyphicon-sort-by-alphabet-alt:before {
-  content: "\e152";
-}
-.glyphicon-sort-by-order:before {
-  content: "\e153";
-}
-.glyphicon-sort-by-order-alt:before {
-  content: "\e154";
-}
-.glyphicon-sort-by-attributes:before {
-  content: "\e155";
-}
-.glyphicon-sort-by-attributes-alt:before {
-  content: "\e156";
-}
-.glyphicon-unchecked:before {
-  content: "\e157";
-}
-.glyphicon-expand:before {
-  content: "\e158";
-}
-.glyphicon-collapse-down:before {
-  content: "\e159";
-}
-.glyphicon-collapse-up:before {
-  content: "\e160";
-}
-.glyphicon-log-in:before {
-  content: "\e161";
-}
-.glyphicon-flash:before {
-  content: "\e162";
-}
-.glyphicon-log-out:before {
-  content: "\e163";
-}
-.glyphicon-new-window:before {
-  content: "\e164";
-}
-.glyphicon-record:before {
-  content: "\e165";
-}
-.glyphicon-save:before {
-  content: "\e166";
-}
-.glyphicon-open:before {
-  content: "\e167";
-}
-.glyphicon-saved:before {
-  content: "\e168";
-}
-.glyphicon-import:before {
-  content: "\e169";
-}
-.glyphicon-export:before {
-  content: "\e170";
-}
-.glyphicon-send:before {
-  content: "\e171";
-}
-.glyphicon-floppy-disk:before {
-  content: "\e172";
-}
-.glyphicon-floppy-saved:before {
-  content: "\e173";
-}
-.glyphicon-floppy-remove:before {
-  content: "\e174";
-}
-.glyphicon-floppy-save:before {
-  content: "\e175";
-}
-.glyphicon-floppy-open:before {
-  content: "\e176";
-}
-.glyphicon-credit-card:before {
-  content: "\e177";
-}
-.glyphicon-transfer:before {
-  content: "\e178";
-}
-.glyphicon-cutlery:before {
-  content: "\e179";
-}
-.glyphicon-header:before {
-  content: "\e180";
-}
-.glyphicon-compressed:before {
-  content: "\e181";
-}
-.glyphicon-earphone:before {
-  content: "\e182";
-}
-.glyphicon-phone-alt:before {
-  content: "\e183";
-}
-.glyphicon-tower:before {
-  content: "\e184";
-}
-.glyphicon-stats:before {
-  content: "\e185";
-}
-.glyphicon-sd-video:before {
-  content: "\e186";
-}
-.glyphicon-hd-video:before {
-  content: "\e187";
-}
-.glyphicon-subtitles:before {
-  content: "\e188";
-}
-.glyphicon-sound-stereo:before {
-  content: "\e189";
-}
-.glyphicon-sound-dolby:before {
-  content: "\e190";
-}
-.glyphicon-sound-5-1:before {
-  content: "\e191";
-}
-.glyphicon-sound-6-1:before {
-  content: "\e192";
-}
-.glyphicon-sound-7-1:before {
-  content: "\e193";
-}
-.glyphicon-copyright-mark:before {
-  content: "\e194";
-}
-.glyphicon-registration-mark:before {
-  content: "\e195";
-}
-.glyphicon-cloud-download:before {
-  content: "\e197";
-}
-.glyphicon-cloud-upload:before {
-  content: "\e198";
-}
-.glyphicon-tree-conifer:before {
-  content: "\e199";
-}
-.glyphicon-tree-deciduous:before {
-  content: "\e200";
-}
-.caret {
-  display: inline-block;
-  width: 0;
-  height: 0;
-  margin-left: 2px;
-  vertical-align: middle;
-  border-top: 4px solid;
-  border-right: 4px solid transparent;
-  border-left: 4px solid transparent;
-}
-.dropdown {
-  position: relative;
-}
-.dropdown-toggle:focus {
-  outline: 0;
-}
-.dropdown-menu {
-  position: absolute;
-  top: 100%;
-  left: 0;
-  z-index: 1000;
-  display: none;
-  float: left;
-  min-width: 160px;
-  padding: 5px 0;
-  margin: 2px 0 0;
-  list-style: none;
-  font-size: 18px;
-  background-color: #ffffff;
-  border: 1px solid #cccccc;
-  border: 1px solid #e7e7e7;
-  border-radius: 4px;
-  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  background-clip: padding-box;
-}
-.dropdown-menu.pull-right {
-  right: 0;
-  left: auto;
-}
-.dropdown-menu .divider {
-  height: 1px;
-  margin: 11.5px 0;
-  overflow: hidden;
-  background-color: #eeeeee;
-}
-.dropdown-menu > li > a {
-  display: block;
-  padding: 3px 20px;
-  clear: both;
-  font-weight: normal;
-  line-height: 1.42857143;
-  color: #999999;
-  white-space: nowrap;
-}
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus {
-  text-decoration: none;
-  color: #333333;
-  background-color: transparent;
-}
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
-  color: #ffffff;
-  text-decoration: none;
-  outline: 0;
-  background-color: #158cba;
-}
-.dropdown-menu > .disabled > a,
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  color: #eeeeee;
-}
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  text-decoration: none;
-  background-color: transparent;
-  background-image: none;
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  cursor: not-allowed;
-}
-.open > .dropdown-menu {
-  display: block;
-}
-.open > a {
-  outline: 0;
-}
-.dropdown-menu-right {
-  left: auto;
-  right: 0;
-}
-.dropdown-menu-left {
-  left: 0;
-  right: auto;
-}
-.dropdown-header {
-  display: block;
-  padding: 3px 20px;
-  font-size: 16px;
-  line-height: 1.42857143;
-  color: #999999;
-}
-.dropdown-backdrop {
-  position: fixed;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  top: 0;
-  z-index: 990;
-}
-.pull-right > .dropdown-menu {
-  right: 0;
-  left: auto;
-}
-.dropup .caret,
-.navbar-fixed-bottom .dropdown .caret {
-  border-top: 0;
-  border-bottom: 4px solid;
-  content: "";
-}
-.dropup .dropdown-menu,
-.navbar-fixed-bottom .dropdown .dropdown-menu {
-  top: auto;
-  bottom: 100%;
-  margin-bottom: 1px;
-}
-@media (min-width: 768px) {
-  .navbar-right .dropdown-menu {
-    left: auto;
-    right: 0;
-  }
-  .navbar-right .dropdown-menu-left {
-    left: 0;
-    right: auto;
-  }
-}
-.btn-group,
-.btn-group-vertical {
-  position: relative;
-  display: inline-block;
-  vertical-align: middle;
-}
-.btn-group > .btn,
-.btn-group-vertical > .btn {
-  position: relative;
-  float: left;
-}
-.btn-group > .btn:hover,
-.btn-group-vertical > .btn:hover,
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus,
-.btn-group > .btn:active,
-.btn-group-vertical > .btn:active,
-.btn-group > .btn.active,
-.btn-group-vertical > .btn.active {
-  z-index: 2;
-}
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus {
-  outline: none;
-}
-.btn-group .btn + .btn,
-.btn-group .btn + .btn-group,
-.btn-group .btn-group + .btn,
-.btn-group .btn-group + .btn-group {
-  margin-left: -1px;
-}
-.btn-toolbar {
-  margin-left: -5px;
-}
-.btn-toolbar .btn-group,
-.btn-toolbar .input-group {
-  float: left;
-}
-.btn-toolbar > .btn,
-.btn-toolbar > .btn-group,
-.btn-toolbar > .input-group {
-  margin-left: 5px;
-}
-.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
-  border-radius: 0;
-}
-.btn-group > .btn:first-child {
-  margin-left: 0;
-}
-.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group > .btn:last-child:not(:first-child),
-.btn-group > .dropdown-toggle:not(:first-child) {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group > .btn-group {
-  float: left;
-}
-.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group > .btn-group:first-child > .btn:last-child,
-.btn-group > .btn-group:first-child > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group > .btn-group:last-child > .btn:first-child {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group .dropdown-toggle:active,
-.btn-group.open .dropdown-toggle {
-  outline: 0;
-}
-.btn-group > .btn + .dropdown-toggle {
-  padding-left: 8px;
-  padding-right: 8px;
-}
-.btn-group > .btn-lg + .dropdown-toggle {
-  padding-left: 12px;
-  padding-right: 12px;
-}
-.btn-group.open .dropdown-toggle {
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-}
-.btn-group.open .dropdown-toggle.btn-link {
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn .caret {
-  margin-left: 0;
-}
-.btn-lg .caret {
-  border-width: 5px 5px 0;
-  border-bottom-width: 0;
-}
-.dropup .btn-lg .caret {
-  border-width: 0 5px 5px;
-}
-.btn-group-vertical > .btn,
-.btn-group-vertical > .btn-group,
-.btn-group-vertical > .btn-group > .btn {
-  display: block;
-  float: none;
-  width: 100%;
-  max-width: 100%;
-}
-.btn-group-vertical > .btn-group > .btn {
-  float: none;
-}
-.btn-group-vertical > .btn + .btn,
-.btn-group-vertical > .btn + .btn-group,
-.btn-group-vertical > .btn-group + .btn,
-.btn-group-vertical > .btn-group + .btn-group {
-  margin-top: -1px;
-  margin-left: 0;
-}
-.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn:first-child:not(:last-child) {
-  border-top-right-radius: 4px;
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn:last-child:not(:first-child) {
-  border-bottom-left-radius: 4px;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group-justified {
-  display: table;
-  width: 100%;
-  table-layout: fixed;
-  border-collapse: separate;
-}
-.btn-group-justified > .btn,
-.btn-group-justified > .btn-group {
-  float: none;
-  display: table-cell;
-  width: 1%;
-}
-.btn-group-justified > .btn-group .btn {
-  width: 100%;
-}
-[data-toggle="buttons"] > .btn > input[type="radio"],
-[data-toggle="buttons"] > .btn > input[type="checkbox"] {
-  display: none;
-}
-.input-group {
-  position: relative;
-  display: table;
-  border-collapse: separate;
-}
-.input-group[class*="col-"] {
-  float: none;
-  padding-left: 0;
-  padding-right: 0;
-}
-.input-group .form-control {
-  position: relative;
-  z-index: 2;
-  float: left;
-  width: 100%;
-  margin-bottom: 0;
-}
-.input-group-lg > .form-control,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .btn {
-  height: 53px;
-  padding: 10px 16px;
-  font-size: 23px;
-  line-height: 1.33;
-  border-radius: 5px;
-}
-select.input-group-lg > .form-control,
-select.input-group-lg > .input-group-addon,
-select.input-group-lg > .input-group-btn > .btn {
-  height: 53px;
-  line-height: 53px;
-}
-textarea.input-group-lg > .form-control,
-textarea.input-group-lg > .input-group-addon,
-textarea.input-group-lg > .input-group-btn > .btn,
-select[multiple].input-group-lg > .form-control,
-select[multiple].input-group-lg > .input-group-addon,
-select[multiple].input-group-lg > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-sm > .form-control,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .btn {
-  height: 36px;
-  padding: 5px 10px;
-  font-size: 16px;
-  line-height: 1.5;
-  border-radius: 2px;
-}
-select.input-group-sm > .form-control,
-select.input-group-sm > .input-group-addon,
-select.input-group-sm > .input-group-btn > .btn {
-  height: 36px;
-  line-height: 36px;
-}
-textarea.input-group-sm > .form-control,
-textarea.input-group-sm > .input-group-addon,
-textarea.input-group-sm > .input-group-btn > .btn,
-select[multiple].input-group-sm > .form-control,
-select[multiple].input-group-sm > .input-group-addon,
-select[multiple].input-group-sm > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
-  display: table-cell;
-}
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.input-group-addon,
-.input-group-btn {
-  width: 1%;
-  white-space: nowrap;
-  vertical-align: middle;
-}
-.input-group-addon {
-  padding: 6px 12px;
-  font-size: 18px;
-  font-weight: normal;
-  line-height: 1;
-  color: #555555;
-  text-align: center;
-  background-color: #eeeeee;
-  border: 1px solid #e7e7e7;
-  border-radius: 4px;
-}
-.input-group-addon.input-sm {
-  padding: 5px 10px;
-  font-size: 16px;
-  border-radius: 2px;
-}
-.input-group-addon.input-lg {
-  padding: 10px 16px;
-  font-size: 23px;
-  border-radius: 5px;
-}
-.input-group-addon input[type="radio"],
-.input-group-addon input[type="checkbox"] {
-  margin-top: 0;
-}
-.input-group .form-control:first-child,
-.input-group-addon:first-child,
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group > .btn,
-.input-group-btn:first-child > .dropdown-toggle,
-.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
-.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.input-group-addon:first-child {
-  border-right: 0;
-}
-.input-group .form-control:last-child,
-.input-group-addon:last-child,
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group > .btn,
-.input-group-btn:last-child > .dropdown-toggle,
-.input-group-btn:first-child > .btn:not(:first-child),
-.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.input-group-addon:last-child {
-  border-left: 0;
-}
-.input-group-btn {
-  position: relative;
-  font-size: 0;
-  white-space: nowrap;
-}
-.input-group-btn > .btn {
-  position: relative;
-}
-.input-group-btn > .btn + .btn {
-  margin-left: -1px;
-}
-.input-group-btn > .btn:hover,
-.input-group-btn > .btn:focus,
-.input-group-btn > .btn:active {
-  z-index: 2;
-}
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group {
-  margin-right: -1px;
-}
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group {
-  margin-left: -1px;
-}
-.nav {
-  margin-bottom: 0;
-  padding-left: 0;
-  list-style: none;
-}
-.nav > li {
-  position: relative;
-  display: block;
-}
-.nav > li > a {
-  position: relative;
-  display: block;
-  padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
-  text-decoration: none;
-  background-color: #ffffff;
-}
-.nav > li.disabled > a {
-  color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
-  color: #999999;
-  text-decoration: none;
-  background-color: transparent;
-  cursor: not-allowed;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
-  background-color: #ffffff;
-  border-color: #158cba;
-}
-.nav .nav-divider {
-  height: 1px;
-  margin: 11.5px 0;
-  overflow: hidden;
-  background-color: #e5e5e5;
-}
-.nav > li > a > img {
-  max-width: none;
-}
-.nav-tabs {
-  border-bottom: 1px solid #e7e7e7;
-}
-.nav-tabs > li {
-  float: left;
-  margin-bottom: -1px;
-}
-.nav-tabs > li > a {
-  margin-right: 2px;
-  line-height: 1.42857143;
-  border: 1px solid transparent;
-  border-radius: 4px 4px 0 0;
-}
-.nav-tabs > li > a:hover {
-  border-color: #eeeeee #eeeeee #e7e7e7;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
-  color: #555555;
-  background-color: #ffffff;
-  border: 1px solid #e7e7e7;
-  border-bottom-color: transparent;
-  cursor: default;
-}
-.nav-tabs.nav-justified {
-  width: 100%;
-  border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
-  float: none;
-}
-.nav-tabs.nav-justified > li > a {
-  text-align: center;
-  margin-bottom: 5px;
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-tabs.nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs.nav-justified > li > a {
-  margin-right: 0;
-  border-radius: 4px;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
-  border: 1px solid #e7e7e7;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li > a {
-    border-bottom: 1px solid #e7e7e7;
-    border-radius: 4px 4px 0 0;
-  }
-  .nav-tabs.nav-justified > .active > a,
-  .nav-tabs.nav-justified > .active > a:hover,
-  .nav-tabs.nav-justified > .active > a:focus {
-    border-bottom-color: #ffffff;
-  }
-}
-.nav-pills > li {
-  float: left;
-}
-.nav-pills > li > a {
-  border-radius: 4px;
-}
-.nav-pills > li + li {
-  margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
-  color: #ffffff;
-  background-color: #158cba;
-}
-.nav-stacked > li {
-  float: none;
-}
-.nav-stacked > li + li {
-  margin-top: 2px;
-  margin-left: 0;
-}
-.nav-justified {
-  width: 100%;
-}
-.nav-justified > li {
-  float: none;
-}
-.nav-justified > li > a {
-  text-align: center;
-  margin-bottom: 5px;
-}
-.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs-justified {
-  border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
-  margin-right: 0;
-  border-radius: 4px;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
-  border: 1px solid #e7e7e7;
-}
-@media (min-width: 768px) {
-  .nav-tabs-justified > li > a {
-    border-bottom: 1px solid #e7e7e7;
-    border-radius: 4px 4px 0 0;
-  }
-  .nav-tabs-justified > .active > a,
-  .nav-tabs-justified > .active > a:hover,
-  .nav-tabs-justified > .active > a:focus {
-    border-bottom-color: #ffffff;
-  }
-}
-.tab-content > .tab-pane {
-  display: none;
-}
-.tab-content > .active {
-  display: block;
-}
-.nav-tabs .dropdown-menu {
-  margin-top: -1px;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.navbar {
-  position: relative;
-  min-height: 50px;
-  margin-bottom: 25px;
-  border: 1px solid transparent;
-}
-@media (min-width: 768px) {
-  .navbar {
-    border-radius: 4px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-header {
-    float: left;
-  }
-}
-.navbar-collapse {
-  max-height: 340px;
-  overflow-x: visible;
-  padding-right: 15px;
-  padding-left: 15px;
-  border-top: 1px solid transparent;
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-  -webkit-overflow-scrolling: touch;
-}
-.navbar-collapse.in {
-  overflow-y: auto;
-}
-@media (min-width: 768px) {
-  .navbar-collapse {
-    width: auto;
-    border-top: 0;
-    box-shadow: none;
-  }
-  .navbar-collapse.collapse {
-    display: block !important;
-    height: auto !important;
-    padding-bottom: 0;
-    overflow: visible !important;
-  }
-  .navbar-collapse.in {
-    overflow-y: visible;
-  }
-  .navbar-fixed-top .navbar-collapse,
-  .navbar-static-top .navbar-collapse,
-  .navbar-fixed-bottom .navbar-collapse {
-    padding-left: 0;
-    padding-right: 0;
-  }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
-  margin-right: -15px;
-  margin-left: -15px;
-}
-@media (min-width: 768px) {
-  .container > .navbar-header,
-  .container-fluid > .navbar-header,
-  .container > .navbar-collapse,
-  .container-fluid > .navbar-collapse {
-    margin-right: 0;
-    margin-left: 0;
-  }
-}
-.navbar-static-top {
-  z-index: 1000;
-  border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
-  .navbar-static-top {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
-  position: fixed;
-  right: 0;
-  left: 0;
-  z-index: 1030;
-}
-@media (min-width: 768px) {
-  .navbar-fixed-top,
-  .navbar-fixed-bottom {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top {
-  top: 0;
-  border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
-  bottom: 0;
-  margin-bottom: 0;
-  border-width: 1px 0 0;
-}
-.navbar-brand {
-  float: left;
-  padding: 12.5px 15px;
-  font-size: 23px;
-  line-height: 25px;
-  height: 50px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
-  text-decoration: none;
-}
-@media (min-width: 768px) {
-  .navbar > .container .navbar-brand,
-  .navbar > .container-fluid .navbar-brand {
-    margin-left: -15px;
-  }
-}
-.navbar-toggle {
-  position: relative;
-  float: right;
-  margin-right: 15px;
-  padding: 9px 10px;
-  margin-top: 8px;
-  margin-bottom: 8px;
-  background-color: transparent;
-  background-image: none;
-  border: 1px solid transparent;
-  border-radius: 4px;
-}
-.navbar-toggle:focus {
-  outline: none;
-}
-.navbar-toggle .icon-bar {
-  display: block;
-  width: 22px;
-  height: 2px;
-  border-radius: 1px;
-}
-.navbar-toggle .icon-bar + .icon-bar {
-  margin-top: 4px;
-}
-@media (min-width: 768px) {
-  .navbar-toggle {
-    display: none;
-  }
-}
-.navbar-nav {
-  margin: 6.25px -15px;
-}
-.navbar-nav > li > a {
-  padding-top: 10px;
-  padding-bottom: 10px;
-  line-height: 25px;
-}
-@media (max-width: 767px) {
-  .navbar-nav .open .dropdown-menu {
-    position: static;
-    float: none;
-    width: auto;
-    margin-top: 0;
-    background-color: transparent;
-    border: 0;
-    box-shadow: none;
-  }
-  .navbar-nav .open .dropdown-menu > li > a,
-  .navbar-nav .open .dropdown-menu .dropdown-header {
-    padding: 5px 15px 5px 25px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a {
-    line-height: 25px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-nav .open .dropdown-menu > li > a:focus {
-    background-image: none;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-nav {
-    float: left;
-    margin: 0;
-  }
-  .navbar-nav > li {
-    float: left;
-  }
-  .navbar-nav > li > a {
-    padding-top: 12.5px;
-    padding-bottom: 12.5px;
-  }
-  .navbar-nav.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-left {
-    float: left !important;
-  }
-  .navbar-right {
-    float: right !important;
-  }
-}
-.navbar-form {
-  margin-left: -15px;
-  margin-right: -15px;
-  padding: 10px 15px;
-  border-top: 1px solid transparent;
-  border-bottom: 1px solid transparent;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-  margin-top: 4.5px;
-  margin-bottom: 4.5px;
-}
-@media (min-width: 768px) {
-  .navbar-form .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .navbar-form .input-group > .form-control {
-    width: 100%;
-  }
-  .navbar-form .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio,
-  .navbar-form .checkbox {
-    display: inline-block;
-    margin-top: 0;
-    margin-bottom: 0;
-    padding-left: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio input[type="radio"],
-  .navbar-form .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .navbar-form .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-@media (max-width: 767px) {
-  .navbar-form .form-group {
-    margin-bottom: 5px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-form {
-    width: auto;
-    border: 0;
-    margin-left: 0;
-    margin-right: 0;
-    padding-top: 0;
-    padding-bottom: 0;
-    -webkit-box-shadow: none;
-    box-shadow: none;
-  }
-  .navbar-form.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-.navbar-nav > li > .dropdown-menu {
-  margin-top: 0;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.navbar-btn {
-  margin-top: 4.5px;
-  margin-bottom: 4.5px;
-}
-.navbar-btn.btn-sm {
-  margin-top: 7px;
-  margin-bottom: 7px;
-}
-.navbar-btn.btn-xs {
-  margin-top: 14px;
-  margin-bottom: 14px;
-}
-.navbar-text {
-  margin-top: 12.5px;
-  margin-bottom: 12.5px;
-}
-@media (min-width: 768px) {
-  .navbar-text {
-    float: left;
-    margin-left: 15px;
-    margin-right: 15px;
-  }
-  .navbar-text.navbar-right:last-child {
-    margin-right: 0;
-  }
-}
-.navbar-default {
-  background-color: #f8f8f8;
-  border-color: #e7e7e7;
-}
-.navbar-default .navbar-brand {
-  color: #222222;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
-  color: #222222;
-  background-color: transparent;
-}
-.navbar-default .navbar-text {
-  color: #555555;
-}
-.navbar-default .navbar-nav > li > a {
-  color: #333333;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
-  color: #222222;
-  background-color: transparent;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
-  color: #222222;
-  background-color: transparent;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
-  color: #eeeeee;
-  background-color: transparent;
-}
-.navbar-default .navbar-toggle {
-  border-color: #eeeeee;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
-  background-color: #ffffff;
-}
-.navbar-default .navbar-toggle .icon-bar {
-  background-color: #999999;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
-  border-color: #e7e7e7;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
-  background-color: transparent;
-  color: #222222;
-}
-@media (max-width: 767px) {
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
-    color: #333333;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #222222;
-    background-color: transparent;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #222222;
-    background-color: transparent;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #eeeeee;
-    background-color: transparent;
-  }
-}
-.navbar-default .navbar-link {
-  color: #333333;
-}
-.navbar-default .navbar-link:hover {
-  color: #222222;
-}
-.navbar-inverse {
-  background-color: #ffffff;
-  border-color: #e6e6e6;
-}
-.navbar-inverse .navbar-brand {
-  color: #999999;
-}
-.navbar-inverse .navbar-brand:hover,
-.navbar-inverse .navbar-brand:focus {
-  color: #333333;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-text {
-  color: #999999;
-}
-.navbar-inverse .navbar-nav > li > a {
-  color: #999999;
-}
-.navbar-inverse .navbar-nav > li > a:hover,
-.navbar-inverse .navbar-nav > li > a:focus {
-  color: #333333;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-nav > .active > a,
-.navbar-inverse .navbar-nav > .active > a:hover,
-.navbar-inverse .navbar-nav > .active > a:focus {
-  color: #333333;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-nav > .disabled > a,
-.navbar-inverse .navbar-nav > .disabled > a:hover,
-.navbar-inverse .navbar-nav > .disabled > a:focus {
-  color: #eeeeee;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-toggle {
-  border-color: #eeeeee;
-}
-.navbar-inverse .navbar-toggle:hover,
-.navbar-inverse .navbar-toggle:focus {
-  background-color: #eeeeee;
-}
-.navbar-inverse .navbar-toggle .icon-bar {
-  background-color: #999999;
-}
-.navbar-inverse .navbar-collapse,
-.navbar-inverse .navbar-form {
-  border-color: #ededed;
-}
-.navbar-inverse .navbar-nav > .open > a,
-.navbar-inverse .navbar-nav > .open > a:hover,
-.navbar-inverse .navbar-nav > .open > a:focus {
-  background-color: transparent;
-  color: #333333;
-}
-@media (max-width: 767px) {
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
-    border-color: #e6e6e6;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
-    background-color: #e6e6e6;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
-    color: #999999;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #333333;
-    background-color: transparent;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #333333;
-    background-color: transparent;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #eeeeee;
-    background-color: transparent;
-  }
-}
-.navbar-inverse .navbar-link {
-  color: #999999;
-}
-.navbar-inverse .navbar-link:hover {
-  color: #333333;
-}
-.breadcrumb {
-  padding: 8px 15px;
-  margin-bottom: 25px;
-  list-style: none;
-  background-color: #fafafa;
-  border-radius: 4px;
-}
-.breadcrumb > li {
-  display: inline-block;
-}
-.breadcrumb > li + li:before {
-  content: ">\00a0";
-  padding: 0 5px;
-  color: #999999;
-}
-.breadcrumb > .active {
-  color: #999999;
-}
-.pagination {
-  display: inline-block;
-  padding-left: 0;
-  margin: 25px 0;
-  border-radius: 4px;
-}
-.pagination > li {
-  display: inline;
-}
-.pagination > li > a,
-.pagination > li > span {
-  position: relative;
-  float: left;
-  padding: 6px 12px;
-  line-height: 1.42857143;
-  text-decoration: none;
-  color: #555555;
-  background-color: #eeeeee;
-  border: 1px solid #e2e2e2;
-  margin-left: -1px;
-}
-.pagination > li:first-child > a,
-.pagination > li:first-child > span {
-  margin-left: 0;
-  border-bottom-left-radius: 4px;
-  border-top-left-radius: 4px;
-}
-.pagination > li:last-child > a,
-.pagination > li:last-child > span {
-  border-bottom-right-radius: 4px;
-  border-top-right-radius: 4px;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
-  color: #555555;
-  background-color: #eeeeee;
-  border-color: #e2e2e2;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
-  z-index: 2;
-  color: #ffffff;
-  background-color: #158cba;
-  border-color: #127ba3;
-  cursor: default;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
-  color: #999999;
-  background-color: #eeeeee;
-  border-color: #e2e2e2;
-  cursor: not-allowed;
-}
-.pagination-lg > li > a,
-.pagination-lg > li > span {
-  padding: 10px 16px;
-  font-size: 23px;
-}
-.pagination-lg > li:first-child > a,
-.pagination-lg > li:first-child > span {
-  border-bottom-left-radius: 5px;
-  border-top-left-radius: 5px;
-}
-.pagination-lg > li:last-child > a,
-.pagination-lg > li:last-child > span {
-  border-bottom-right-radius: 5px;
-  border-top-right-radius: 5px;
-}
-.pagination-sm > li > a,
-.pagination-sm > li > span {
-  padding: 5px 10px;
-  font-size: 16px;
-}
-.pagination-sm > li:first-child > a,
-.pagination-sm > li:first-child > span {
-  border-bottom-left-radius: 2px;
-  border-top-left-radius: 2px;
-}
-.pagination-sm > li:last-child > a,
-.pagination-sm > li:last-child > span {
-  border-bottom-right-radius: 2px;
-  border-top-right-radius: 2px;
-}
-.pager {
-  padding-left: 0;
-  margin: 25px 0;
-  list-style: none;
-  text-align: center;
-}
-.pager li {
-  display: inline;
-}
-.pager li > a,
-.pager li > span {
-  display: inline-block;
-  padding: 5px 14px;
-  background-color: #eeeeee;
-  border: 1px solid #e2e2e2;
-  border-radius: 15px;
-}
-.pager li > a:hover,
-.pager li > a:focus {
-  text-decoration: none;
-  background-color: #eeeeee;
-}
-.pager .next > a,
-.pager .next > span {
-  float: right;
-}
-.pager .previous > a,
-.pager .previous > span {
-  float: left;
-}
-.pager .disabled 

<TRUNCATED>

[40/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/01/13/stratosphere-release-0.4.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/13/stratosphere-release-0.4.html b/content/news/2014/01/13/stratosphere-release-0.4.html
new file mode 100644
index 0000000..9bb35cb
--- /dev/null
+++ b/content/news/2014/01/13/stratosphere-release-0.4.html
@@ -0,0 +1,254 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Stratosphere 0.4 Released</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Stratosphere 0.4 Released</h1>
+
+      <article>
+        <p>13 Jan 2014</p>
+
+<p>We are pleased to announce that version 0.4 of the Stratosphere system has been released.</p>
+
+<p>Our team has been working hard during the last few months to create an improved and stable Stratosphere version. The new version comes with many new features, usability and performance improvements in all levels, including a new Scala API for the concise specification of programs, a Pregel-like API, support for Yarn clusters, and major performance improvements. The system features now first-class support for iterative programs and thus covers traditional analytical use cases as well as data mining and graph processing use cases with great performance.</p>
+
+<p>In the course of the transition from v0.2 to v0.4 of the system, we have changed pre-existing APIs based on valuable user feedback. This means that, in the interest of easier programming, we have broken backwards compatibility and existing jobs must be adapted, as described in <a href="/blog/tutorial/2014/01/12/0.4-migration-guide.html">the migration guide</a>.</p>
+
+<p>This article will guide you through the feature list of the new release.</p>
+
+<h3 id="scala-programming-interface">Scala Programming Interface</h3>
+<p>The new Stratosphere version comes with a new programming API in Scala that supports very fluent and efficient programs that can be expressed with very few lines of code. The API uses Scala’s native type system (no special boxed data types) and supports grouping and joining on types beyond key/value pairs. We use code analysis and code generation to transform Scala’s data model to the Stratosphere runtime. Stratosphere Scala programs are optimized before execution by Stratosphere’s optimizer just like Stratosphere Java programs.</p>
+
+<p>Learn more about the Scala API at the <a href="/docs/0.4/programming_guides/scala.html">Scala Programming Guide</a></p>
+
+<h3 id="iterations">Iterations</h3>
+<p>Stratosphere v0.4 introduces deep support for iterative algorithms, required by a large class of advanced analysis algorithms. In contrast to most other systems, “looping over the data” is done inside the system’s runtime, rather than in the client. Individual iterations (supersteps) can be as fast as sub-second times. Loop-invariant data is automatically cached in memory.</p>
+
+<p>We support a special form of iterations called “delta iterations” that selectively modify only some elements of intermediate solution in each iteration. These are applicable to a variety of applications, e.g., use cases of Apache Giraph. We have observed speedups of 70x when using delta iterations instead of regular iterations.</p>
+
+<p>Read more about the new iteration feature in <a href="/docs/0.4/programming_guides/iterations.html">the documentation</a></p>
+
+<h3 id="hadoop-yarn-support">Hadoop YARN Support</h3>
+<p>YARN (Yet Another Resource Negotiator) is the major new feature of the recently announced <a href="http://hadoop.apache.org/docs/r2.2.0/">Hadoop 2.2</a>. It allows to share existing clusters with different runtimes. So you can run MapReduce alongside Storm and others. With the 0.4 release, Stratosphere supports YARN.
+Follow <a href="/docs/0.4/setup/yarn.html">our guide</a> on how to start a Stratosphere YARN session.</p>
+
+<h3 id="improved-scripting-language-meteor">Improved Scripting Language Meteor</h3>
+<p>The high-level language Meteor now natively serializes JSON trees for greater performance and offers additional operators and file formats. We greatly empowered the user to write crispier scripts by adding second-order functions, multi-output operators, and other syntactical sugar. For developers of Meteor packages, the API is much more comprehensive and allows to define custom data types that can be easily embedded in JSON trees through ad-hoc byte code generation.</p>
+
+<h3 id="spargel-pregel-inspired-graph-processing">Spargel: Pregel Inspired Graph Processing</h3>
+<p>Spargel is a vertex-centric API similar to the interface proposed in Google’s Pregel paper and implemented in Apache Giraph. Spargel is implemented in 500 lines of code (including comments) on top of Stratosphere’s delta iterations feature. This confirms the flexibility of Stratosphere’s architecture.</p>
+
+<h3 id="web-frontend">Web Frontend</h3>
+<p>Using the new web frontend, you can monitor the progress of Stratosphere jobs. For finished jobs, the frontend shows a breakdown of the execution times for each operator. The webclient also visualizes the execution strategies chosen by the optimizer.</p>
+
+<h3 id="accumulators">Accumulators</h3>
+<p>Stratosphere’s accumulators allow program developers to compute simple statistics, such as counts, sums, min/max values, or histograms, as a side effect of the processing functions. An example application would be to count the total number of records/tuples processed by a function. Stratosphere will not launch additional tasks (reducers), but will compute the number “on the fly” as a side-product of the functions application to the data. The concept is similar to Hadoop’s counters, but supports more types of aggregation.</p>
+
+<h3 id="refactored-apis">Refactored APIs</h3>
+<p>Based on valuable user feedback, we refactored the Java programming interface to make it more intuitive and easier to use. The basic concepts are still the same, however the naming of most interfaces changed and the structure of the code was adapted. When updating to the 0.4 release you will need to adapt your jobs and dependencies. A previous blog post has a guide to the necessary changes to adapt programs to Stratosphere 0.4.</p>
+
+<h3 id="local-debugging">Local Debugging</h3>
+<p>You can now test and debug Stratosphere jobs locally. The <a href="/docs/0.4/program_execution/local_executor.html">LocalExecutor</a> allows to execute Stratosphere Jobs from IDE’s. The same code that runs on clusters also runs in a single JVM multi-threaded. The mode supports full debugging capabilities known from regular applications (placing breakpoints and stepping through the program’s functions). An advanced mode supports simulating fully distributed operation locally.</p>
+
+<h3 id="miscellaneous">Miscellaneous</h3>
+
+<ul>
+  <li>The configuration of Stratosphere has been changed to YAML</li>
+  <li>HBase support</li>
+  <li>JDBC Input format</li>
+  <li>Improved Windows Compatibility: Batch-files to start Stratosphere on Windows and all unit tests passing on Windows.</li>
+  <li>Stratosphere is available in Maven Central and Sonatype Snapshot Repository</li>
+  <li>Improved build system that supports different Hadoop versions using Maven profiles</li>
+  <li>Maven Archetypes for Stratosphere Jobs.</li>
+  <li>Stability and Usability improvements with many bug fixes.</li>
+</ul>
+
+<h3 id="download-and-get-started-with-stratosphere-v04">Download and get started with Stratosphere v0.4</h3>
+<p>There are several options for getting started with Stratosphere.</p>
+
+<ul>
+  <li>Download it on the <a href="/downloads">download page</a></li>
+  <li>Start your program with the <a href="/quickstart/">Quick-start guides</a>.</li>
+  <li>Complete <a href="/docs/0.4/">documentation and set-up guides</a></li>
+</ul>
+
+<h3 id="tell-us-what-you-think">Tell us what you think!</h3>
+<p>Are you using, or planning to use Stratosphere? Sign up in our <a href="https://groups.google.com/forum/#!forum/stratosphere-dev">mailing list</a> and drop us a line.</p>
+
+<p>Have you found a bug? <a href="https://github.com/stratosphere/stratosphere">Post an issue</a> on GitHub.</p>
+
+<p>Follow us on <a href="https://twitter.com/stratosphere_eu">Twitter</a> and <a href="https://github.com/stratosphere/stratosphere">GitHub</a> to stay in touch with the latest news!</p>
+
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/01/26/optimizer_plan_visualization_tool.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/26/optimizer_plan_visualization_tool.html b/content/news/2014/01/26/optimizer_plan_visualization_tool.html
new file mode 100644
index 0000000..7c5aa69
--- /dev/null
+++ b/content/news/2014/01/26/optimizer_plan_visualization_tool.html
@@ -0,0 +1,203 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Optimizer Plan Visualization Tool</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Optimizer Plan Visualization Tool</h1>
+
+      <article>
+        <p>26 Jan 2014</p>
+
+<p>Stratosphere’s hybrid approach combines <strong>MapReduce</strong> and <strong>MPP database</strong> techniques. One central part of this approach is to have a <strong>separation between the programming (API) and the way programs are executed</strong> <em>(execution plans)</em>. The <strong>compiler/optimizer</strong> decides the details concerning caching or when to partition/broadcast with a holistic view of the program. The same program may actually be executed differently in different scenarios (input data of different sizes, different number of machines).</p>
+
+<p><strong>If you want to know how exactly the system executes your program, you can find it out in two ways</strong>:</p>
+
+<ol>
+  <li>
+    <p>The <strong>browser-based webclient UI</strong>, which takes programs packaged into JARs and draws the execution plan as a visual data flow (check out the <a href="http://stratosphere.eu/docs/0.4/program_execution/web_interface.html">documentation</a> for details).</p>
+  </li>
+  <li>
+    <p>For <strong>programs using the <a href="http://stratosphere.eu/docs/0.4/program_execution/local_executor.html">Local- </a> or [Remote Executor] (http://stratosphere.eu/docs/0.4/program_execution/remote_executor.html)</strong>, you can get the optimizer plan using the method <code>LocalExecutor.optimizerPlanAsJSON(plan)</code>. The <strong>resulting JSON</strong> string describes the execution strategies chosen by the optimizer. Naturally, you do not want to parse that yourself, especially for longer programs.</p>
+  </li>
+</ol>
+
+<p>The builds <em>0.5-SNAPSHOT</em> and later come with a <strong>tool that visualizes the JSON</strong> string. It is a standalone version of the webclient’s visualization, packed as an html document <code>tools/planVisualizer.html</code>.</p>
+
+<p>If you open it in a browser (for example <code>chromium-browser tools/planVisualizer.html</code>) it shows a text area where you can paste the JSON string and it renders that string as a dataflow plan (assuming it was a valid JSON string and plan). The pictures below show how that looks for the <a href="https://github.com/stratosphere/stratosphere/blob/release-0.4/stratosphere-examples/stratosphere-java-examples/src/main/java/eu/stratosphere/example/java/record/connectedcomponents/WorksetConnectedComponents.java?source=cc">included sample program</a> that uses delta iterations to compute the connected components of a graph.</p>
+
+<p><img src="/img/blog/plan_visualizer1.png" style="width:100%;" /></p>
+
+<p><img src="/img/blog/plan_visualizer2.png" style="width:100%;" /></p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/01/28/querying_mongodb.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/28/querying_mongodb.html b/content/news/2014/01/28/querying_mongodb.html
new file mode 100644
index 0000000..f2025ab
--- /dev/null
+++ b/content/news/2014/01/28/querying_mongodb.html
@@ -0,0 +1,276 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Accessing Data Stored in MongoDB with Stratosphere</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Accessing Data Stored in MongoDB with Stratosphere</h1>
+
+      <article>
+        <p>28 Jan 2014 by Robert Metzger (<a href="https://twitter.com/rmetzger_">@rmetzger_</a>)</p>
+
+<p>We recently merged a <a href="https://github.com/stratosphere/stratosphere/pull/437">pull request</a> that allows you to use any existing Hadoop <a href="http://developer.yahoo.com/hadoop/tutorial/module5.html#inputformat">InputFormat</a> with Stratosphere. So you can now (in the <code>0.5-SNAPSHOT</code> and upwards versions) define a Hadoop-based data source:</p>
+
+<div class="highlight"><pre><code class="language-java"><span class="n">HadoopDataSource</span> <span class="n">source</span> <span class="o">=</span> <span class="k">new</span> <span class="nf">HadoopDataSource</span><span class="o">(</span><span class="k">new</span> <span class="nf">TextInputFormat</span><span class="o">(),</span> <span class="k">new</span> <span class="nf">JobConf</span><span class="o">(),</span> <span class="s">&quot;Input Lines&quot;</span><span class="o">);</span>
+<span class="n">TextInputFormat</span><span class="o">.</span><span class="na">addInputPath</span><span class="o">(</span><span class="n">source</span><span class="o">.</span><span class="na">getJobConf</span><span class="o">(),</span> <span class="k">new</span> <span class="nf">Path</span><span class="o">(</span><span class="n">dataInput</span><span class="o">));</span></code></pre></div>
+
+<p>We describe in the following article how to access data stored in <a href="http://www.mongodb.org/">MongoDB</a> with Stratosphere. This allows users to join data from multiple sources (e.g. MonogDB and HDFS) or perform machine learning with the documents stored in MongoDB.</p>
+
+<p>The approach here is to use the <code>MongoInputFormat</code> that was developed for Apache Hadoop but now also runs with Stratosphere.</p>
+
+<div class="highlight"><pre><code class="language-java"><span class="n">JobConf</span> <span class="n">conf</span> <span class="o">=</span> <span class="k">new</span> <span class="nf">JobConf</span><span class="o">();</span>
+<span class="n">conf</span><span class="o">.</span><span class="na">set</span><span class="o">(</span><span class="s">&quot;mongo.input.uri&quot;</span><span class="o">,</span><span class="s">&quot;mongodb://localhost:27017/enron_mail.messages&quot;</span><span class="o">);</span>
+<span class="n">HadoopDataSource</span> <span class="n">src</span> <span class="o">=</span> <span class="k">new</span> <span class="nf">HadoopDataSource</span><span class="o">(</span><span class="k">new</span> <span class="nf">MongoInputFormat</span><span class="o">(),</span> <span class="n">conf</span><span class="o">,</span> <span class="s">&quot;Read from Mongodb&quot;</span><span class="o">,</span> <span class="k">new</span> <span class="nf">WritableWrapperConverter</span><span class="o">());</span></code></pre></div>
+
+<h3 id="example-program">Example Program</h3>
+<p>The example program reads data from the <a href="http://www.cs.cmu.edu/~enron/">enron dataset</a> that contains about 500k internal e-mails. The data is stored in MongoDB and the Stratosphere program counts the number of e-mails per day.</p>
+
+<p>The complete code of this sample program is available on <a href="https://github.com/stratosphere/stratosphere-mongodb-example">GitHub</a>.</p>
+
+<h4 id="prepare-mongodb-and-the-data">Prepare MongoDB and the Data</h4>
+
+<ul>
+  <li>Install MongoDB</li>
+  <li>Download the enron dataset from <a href="http://mongodb-enron-email.s3-website-us-east-1.amazonaws.com/">their website</a>.</li>
+  <li>Unpack and load it</li>
+</ul>
+
+<p><code>bash
+ bunzip2 enron_mongo.tar.bz2
+ tar xvf enron_mongo.tar
+ mongorestore dump/enron_mail/messages.bson
+</code></p>
+
+<p>We used <a href="http://robomongo.org/">Robomongo</a> to visually examine the dataset stored in MongoDB.</p>
+
+<p><img src="/img/blog/robomongo.png" style="width:90%;margin:15px" /></p>
+
+<h4 id="build-mongoinputformat">Build <code>MongoInputFormat</code></h4>
+
+<p>MongoDB offers an InputFormat for Hadoop on their <a href="https://github.com/mongodb/mongo-hadoop">GitHub page</a>. The code is not available in any Maven repository, so we have to build the jar file on our own.</p>
+
+<ul>
+  <li>Check out the repository</li>
+</ul>
+
+<div class="highlight"><pre><code>git clone https://github.com/mongodb/mongo-hadoop.git
+cd mongo-hadoop
+</code></pre></div>
+
+<ul>
+  <li>Set the appropriate Hadoop version in the <code>build.sbt</code>, we used <code>1.1</code>.</li>
+</ul>
+
+<div class="highlight"><pre><code class="language-bash">hadoopRelease in ThisBuild :<span class="o">=</span> <span class="s2">&quot;1.1&quot;</span></code></pre></div>
+<ul>
+  <li>Build the input format</li>
+</ul>
+
+<div class="highlight"><pre><code class="language-bash">./sbt package</code></pre></div>
+
+<p>The jar-file is now located in <code>core/target</code>.</p>
+
+<h4 id="the-stratosphere-program">The Stratosphere Program</h4>
+
+<p>Now we have everything prepared to run the Stratosphere program. I only ran it on my local computer, out of Eclipse. To do that, check out the code …</p>
+
+<div class="highlight"><pre><code class="language-bash">git clone https://github.com/stratosphere/stratosphere-mongodb-example.git</code></pre></div>
+
+<p>… and import it as a Maven project into your Eclipse. You have to manually add the previously built mongo-hadoop jar-file as a dependency.
+You can now press the “Run” button and see how Stratosphere executes the little program. It was running for about 8 seconds on the 1.5 GB dataset.</p>
+
+<p>The result (located in <code>/tmp/enronCountByDay</code>) now looks like this.</p>
+
+<div class="highlight"><pre><code>11,Fri Sep 26 10:00:00 CEST 1997
+154,Tue Jun 29 10:56:00 CEST 1999
+292,Tue Aug 10 12:11:00 CEST 1999
+185,Thu Aug 12 18:35:00 CEST 1999
+26,Fri Mar 19 12:33:00 CET 1999
+</code></pre></div>
+
+<p>There is one thing left I want to point out here. MongoDB represents objects stored in the database as JSON-documents. Since Stratosphere’s standard types do not support JSON documents, I was using the <code>WritableWrapper</code> here. This wrapper allows to use any Hadoop datatype with Stratosphere.</p>
+
+<p>The following code example shows how the JSON-documents are accessed in Stratosphere.</p>
+
+<div class="highlight"><pre><code class="language-java"><span class="kd">public</span> <span class="kt">void</span> <span class="nf">map</span><span class="o">(</span><span class="n">Record</span> <span class="n">record</span><span class="o">,</span> <span class="n">Collector</span><span class="o">&lt;</span><span class="n">Record</span><span class="o">&gt;</span> <span class="n">out</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
+	<span class="n">Writable</span> <span class="n">valWr</span> <span class="o">=</span> <span class="n">record</span><span class="o">.</span><span class="na">getField</span><span class="o">(</span><span class="mi">1</span><span class="o">,</span> <span class="n">WritableWrapper</span><span class="o">.</span><span class="na">class</span><span class="o">).</span><span class="na">value</span><span class="o">();</span>
+	<span class="n">BSONWritable</span> <span class="n">value</span> <span class="o">=</span> <span class="o">(</span><span class="n">BSONWritable</span><span class="o">)</span> <span class="n">valWr</span><span class="o">;</span>
+	<span class="n">Object</span> <span class="n">headers</span> <span class="o">=</span> <span class="n">value</span><span class="o">.</span><span class="na">getDoc</span><span class="o">().</span><span class="na">get</span><span class="o">(</span><span class="s">&quot;headers&quot;</span><span class="o">);</span>
+	<span class="n">BasicDBObject</span> <span class="n">headerOb</span> <span class="o">=</span> <span class="o">(</span><span class="n">BasicDBObject</span><span class="o">)</span> <span class="n">headers</span><span class="o">;</span>
+	<span class="n">String</span> <span class="n">date</span> <span class="o">=</span> <span class="o">(</span><span class="n">String</span><span class="o">)</span> <span class="n">headerOb</span><span class="o">.</span><span class="na">get</span><span class="o">(</span><span class="s">&quot;Date&quot;</span><span class="o">);</span>
+	<span class="c1">// further date processing</span>
+<span class="o">}</span></code></pre></div>
+
+<p>Please use the comments if you have questions or if you want to showcase your own MongoDB-Stratosphere integration.</p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html b/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html
new file mode 100644
index 0000000..da3b30f
--- /dev/null
+++ b/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html
@@ -0,0 +1,365 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Use Stratosphere with Amazon Elastic MapReduce</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Use Stratosphere with Amazon Elastic MapReduce</h1>
+
+      <article>
+        <p>18 Feb 2014 by Robert Metzger (<a href="https://twitter.com/rmetzger_">@rmetzger_</a>)</p>
+
+<div class="lead">Get started with Stratosphere within 10 minutes using Amazon Elastic MapReduce.</div>
+
+<p>This step-by-step tutorial will guide you through the setup of Stratosphere using Amazon Elastic MapReduce.</p>
+
+<h3 id="background">Background</h3>
+<p><a href="http://aws.amazon.com/elasticmapreduce/">Amazon Elastic MapReduce</a> (Amazon EMR) is part of Amazon Web services. EMR allows to create Hadoop clusters that analyze data stored in Amazon S3 (AWS’ cloud storage). Stratosphere runs on top of Hadoop using the <a href="http://hadoop.apache.org/docs/r2.2.0/hadoop-project-dist/hadoop-common/releasenotes.html">recently</a> released cluster resource manager <a href="http://hadoop.apache.org/docs/current2/hadoop-yarn/hadoop-yarn-site/YARN.html">YARN</a>. YARN allows to use many different data analysis tools in your cluster side by side. Tools that run with YARN are, for example <a href="https://giraph.apache.org/">Apache Giraph</a>, <a href="http://spark.incubator.apache.org/">Spark</a> or <a href="http://hortonworks.com/blog/introducing-hoya-hbase-on-yarn/">HBase</a>. Stratosphere also <a href="/docs/0.4/setup/yarn.html">runs on YARN</a> and that’s the approach for this tutorial.</p>
+
+<h3 id="step-login-to-aws-and-prepare-secure-access">1. Step: Login to AWS and prepare secure access</h3>
+
+<ul>
+  <li>Log in to the <a href="https://console.aws.amazon.com/console/home">AWS Console</a></li>
+</ul>
+
+<p>You need to have SSH keys to access the Hadoop master node. If you do not have keys for your computer, generate them:</p>
+
+<div class="row" style="padding-top:15px">
+	<div class="col-md-6">
+<a data-lightbox="example-1" href="/img/blog/emr-security.png"><img class="img-responsive" src="/img/blog/emr-security.png" /></a>
+	</div>
+	<div class="col-md-6">
+		<ul>
+			<li>Select <a href="https://console.aws.amazon.com/ec2/v2/home">EC2</a> and click on "Key Pairs" in the "NETWORK &amp; SECURITY" section.</li>
+			<li>Click on "Create Key Pair" and give it a name</li>
+			<li>After pressing "Yes" it will download a .pem file.</li>
+			<li>Change the permissions of the .pem file</li>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">chmod og-rwx ~/work-laptop.pem</code></pre></div>
+
+		</ul>
+	</div>
+</div>
+
+<h3 id="step-create-your-hadoop-cluster-in-the-cloud">2. Step: Create your Hadoop Cluster in the cloud</h3>
+
+<ul>
+  <li>Select <a href="https://console.aws.amazon.com/elasticmapreduce/vnext/">Elastic MapReduce</a> from the AWS console</li>
+  <li>Click the blue “Create cluster” button.</li>
+</ul>
+
+<div class="row" style="padding-top:15px">
+	<div class="col-md-6">
+<a data-lightbox="example-1" href="/img/blog/emr-hadoopversion.png"><img class="img-responsive" src="/img/blog/emr-hadoopversion.png" /></a>
+	</div>
+	<div class="col-md-6">
+		<ul>
+			<li>Choose a Cluster name</li>
+			<li>You can let the other settings remain unchanged (termination protection, logging, debugging)</li>
+			<li>For the Hadoop distribution, it is very important to choose one with YARN support. We use <b>3.0.3 (Hadoop 2.2.0)</b> (the minor version might change over time)</li>
+			<li>Remove all applications to be installed (unless you want to use them)</li>
+			<li>Choose the instance types you want to start. Stratosphere runs fine with m1.large instances. Core and Task instances both run Stratosphere, but only core instances contain HDFS data nodes.</li>
+			<li>Choose the <b>EC2 key pair</b> you've created in the previous step!</li>
+		</ul>
+	</div>
+</div>
+
+<ul>
+  <li>Thats it! You can now press the “Create cluster” button at the end of the form to boot it!</li>
+</ul>
+
+<h3 id="step-launch-stratosphere">3. Step: Launch Stratosphere</h3>
+
+<p>You might need to wait a few minutes until Amazon started your cluster. (You can monitor the progress of the instances in EC2). Use the refresh button in the top right corner.</p>
+
+<p>You see that the master is up if the field <b>Master public DNS</b> contains a value (first line), connect to it using SSH.</p>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">ssh hadoop@&lt;your master public DNS&gt; -i &lt;path to your .pem&gt;
+<span class="c"># for my example, it looks like this:</span>
+ssh hadoop@ec2-54-213-61-105.us-west-2.compute.amazonaws.com -i ~/Downloads/work-laptop.pem</code></pre></div>
+
+<p>(Windows users have to follow <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-connect-master-node-ssh.html">these instructions</a> to SSH into the machine running the master.) &lt;/br&gt;&lt;/br&gt;
+Once connected to the master, download and start Stratosphere for YARN:</p>
+<ul>
+	<li>Download and extract Stratosphere-YARN</li>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">wget http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/stratosphere-dist-0.5-SNAPSHOT-yarn.tar.gz
+<span class="c"># extract it</span>
+tar xvzf stratosphere-dist-0.5-SNAPSHOT-yarn.tar.gz</code></pre></div>
+
+	<li>Start Stratosphere in the cluster using Hadoop YARN</li>
+
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nb">cd </span>stratosphere-yarn-0.5-SNAPSHOT/
+./bin/yarn-session.sh -n <span class="m">4</span> -jm <span class="m">1024</span> -tm 3000</code></pre></div>
+
+
+The arguments have the following meaning
+	<ul>
+			<li><code>-n</code> number of TaskManagers (=workers). This number must not exeed the number of task instances</li>
+			<li><code>-jm</code> memory (heapspace) for the JobManager</li>
+			<li><code>-tm</code> memory for the TaskManagers</li>
+	</ul>
+</ul>
+
+<p>Once the output has changed from</p>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">JobManager is now running on N/A:6123</code></pre></div>
+
+<p>to</p>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">JobManager is now running on ip-172-31-13-68.us-west-2.compute.internal:6123</code></pre></div>
+
+<p>Stratosphere has started the JobManager. It will take a few seconds until the TaskManagers (workers) have connected to the JobManager. To see how many TaskManagers connected, you have to access the JobManager’s web interface. Follow the steps below to do that …</p>
+
+<h3> 4. Step: Launch a Stratosphere Job</h3>
+
+<p>This step shows how to submit and monitor a Stratosphere Job in the Amazon Cloud.</p>
+
+<ul>
+<li> Open an additional terminal and connect again to the master of your cluster. </li>
+
+We recommend to create a SOCKS-proxy with your SSH that allows you to easily connect into the cluster. (If you've already a VPN setup with EC2, you can probably use that as well.)
+
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">ssh -D localhost:2001 hadoop@&lt;your master dns name&gt; -i &lt;your pem file&gt;</code></pre></div>
+
+
+Notice the <code>-D localhost:2001</code> argument: It opens a SOCKS proxy on your computer allowing any application to use it to communicate through the proxy via an SSH tunnel to the master node. This allows you to access all services in your EMR cluster, such as the HDFS NameNode or the YARN web interface.
+
+<li>Configure a browser to use the SOCKS proxy. Open a browser with SOCKS proxy support (such as Firefox). Ideally, do not use your primary browser for this, since ALL traffic will be routed through Amazon.</li>
+
+<div class="row" style="padding-top:15px">
+	<div class="col-md-6">
+<a data-lightbox="example-1" href="/img/blog/emr-firefoxsettings.png"><img class="img-responsive" src="/img/blog/emr-firefoxsettings.png" /></a>
+	</div>
+	<div class="col-md-6">
+		<ul>
+			<li>To configure the SOCKS proxy with Firefox, click on "Edit", "Preferences", choose the "Advanced" tab and press the "Settings ..." button.</li>
+			<li>Enter the details of the SOCKS proxy <b>localhost:2001</b>. Choose SOCKS v4.</li>
+			<li>Close the settings, your browser is now talking to the master node of your cluster</li>
+		</ul>
+	</div>
+</div>
+
+</ul>
+
+<p>Since you’re connected to the master now, you can open several web interfaces: <br />
+<b>YARN Resource Manager</b>: <code>http://&lt;masterIPAddress&gt;:9026/</code> <br />
+<b>HDFS NameNode</b>: <code>http://&lt;masterIPAddress&gt;:9101/</code></p>
+
+<p>You find the <code>masterIPAddress</code> by entering <code>ifconfig</code> into the terminal:</p>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="o">[</span>hadoop@ip-172-31-38-95 ~<span class="o">]</span><span class="nv">$ </span>ifconfig
+eth0      Link encap:Ethernet  HWaddr 02:CF:8E:CB:28:B2  
+          inet addr:172.31.38.95  Bcast:172.31.47.255  Mask:255.255.240.0
+          inet6 addr: fe80::cf:8eff:fecb:28b2/64 Scope:Link
+          RX bytes:166314967 <span class="o">(</span>158.6 MiB<span class="o">)</span>  TX bytes:89319246 <span class="o">(</span>85.1 MiB<span class="o">)</span></code></pre></div>
+
+<p><strong>Optional:</strong> If you want to use the hostnames within your Firefox (that also makes the NameNode links work), you have to enable DNS resolution over the SOCKS proxy. Open the Firefox config <code>about:config</code> and set <code>network.proxy.socks_remote_dns</code> to <code>true</code>.</p>
+
+<p>The YARN ResourceManager also allows you to connect to <b>Stratosphere’s JobManager web interface</b>. Click the <b>ApplicationMaster</b> link in the “Tracking UI” column.</p>
+
+<p>To run the Wordcount example, you have to upload some sample data.</p>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="c"># download a text</span>
+wget http://www.gnu.org/licenses/gpl.txt
+<span class="c"># upload it to HDFS:</span>
+hadoop fs -copyFromLocal gpl.txt /input</code></pre></div>
+
+<p>To run a Job, enter the following command into the master’s command line:</p>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="c"># optional: go to the extracted directory</span>
+<span class="nb">cd </span>stratosphere-yarn-0.5-SNAPSHOT/
+<span class="c"># run the wordcount example</span>
+./bin/stratosphere run -w -j examples/stratosphere-java-examples-0.5-SNAPSHOT-WordCount.jar  -a <span class="m">16</span> hdfs:///input hdfs:///output</code></pre></div>
+
+<p>Make sure that the number of TaskManager’s have connected to the JobManager.</p>
+
+<p>Lets go through the command in detail:</p>
+
+<ul>
+  <li><code>./bin/stratosphere</code> is the standard launcher for Stratosphere jobs from the command line</li>
+  <li>The <code>-w</code> flag stands for “wait”. It is a very useful to track the progress of the job.</li>
+  <li><code>-j examples/stratosphere-java-examples-0.5-SNAPSHOT-WordCount.jar</code> the <code>-j</code> command sets the jar file containing the job. If you have you own application, place your Jar-file here.</li>
+  <li><code>-a 16 hdfs:///input hdfs:///output</code> the <code>-a</code> command specifies the Job-specific arguments. In this case, the wordcount expects the following input <code>&lt;numSubStasks&gt; &lt;input&gt; &lt;output&gt;</code>.</li>
+</ul>
+
+<p>You can monitor the progress of your job in the JobManager webinterface. Once the job has finished (which should be the case after less than 10 seconds), you can analyze it there.
+Inspect the result in HDFS using:</p>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">hadoop fs -tail /output</code></pre></div>
+
+<p>If you want to shut down the whole cluster in the cloud, use Amazon’s webinterface and click on “Terminate cluster”. If you just want to stop the YARN session, press CTRL+C in the terminal. The Stratosphere instances will be killed by YARN.</p>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html b/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html
new file mode 100644
index 0000000..83083b9
--- /dev/null
+++ b/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html
@@ -0,0 +1,192 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Stratosphere got accepted for Google Summer of Code 2014</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Stratosphere got accepted for Google Summer of Code 2014</h1>
+
+      <article>
+        <p>24 Feb 2014</p>
+
+<div class="lead">Students: Apply now for exciting summer projects in the Big Data / Analytics field</div>
+
+<p>We are pleased to announce that Stratosphere got accepted to <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2014">Google Summer of Code 2014</a> as a mentoring organization. This means that we will host a bunch of students to conduct projects within Stratosphere over the summer. <a href="http://en.flossmanuals.net/GSoCStudentGuide/">Read more on the GSoC manual for students</a> and the <a href="http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2014/help_page">official FAQ</a>. Students can improve their coding skills, learn to work with open-source projects, improve their CV and get a nice paycheck from Google.</p>
+
+<p>If you are an interested student, check out our <a href="https://github.com/stratosphere/stratosphere/wiki/Google-Summer-of-Code-2014">idea list</a> in the wiki. It contains different projects with varying ranges of difficulty and requirement profiles. Students can also suggest their own projects.</p>
+
+<p>We welcome students to sign up at our <a href="https://groups.google.com/forum/#!forum/stratosphere-dev">developer mailing list</a> to discuss their ideas.
+Applying students can use our wiki (create a new page) to create a project proposal. We are happy to have a look at it.</p>
+
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>


[12/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap-theme.css
----------------------------------------------------------------------
diff --git a/css/bootstrap-theme.css b/css/bootstrap-theme.css
deleted file mode 100644
index a406992..0000000
--- a/css/bootstrap-theme.css
+++ /dev/null
@@ -1,347 +0,0 @@
-/*!
- * Bootstrap v3.1.1 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-
-.btn-default,
-.btn-primary,
-.btn-success,
-.btn-info,
-.btn-warning,
-.btn-danger {
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
-          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
-}
-.btn-default:active,
-.btn-primary:active,
-.btn-success:active,
-.btn-info:active,
-.btn-warning:active,
-.btn-danger:active,
-.btn-default.active,
-.btn-primary.active,
-.btn-success.active,
-.btn-info.active,
-.btn-warning.active,
-.btn-danger.active {
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-}
-.btn:active,
-.btn.active {
-  background-image: none;
-}
-.btn-default {
-  text-shadow: 0 1px 0 #fff;
-  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
-  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #dbdbdb;
-  border-color: #ccc;
-}
-.btn-default:hover,
-.btn-default:focus {
-  background-color: #e0e0e0;
-  background-position: 0 -15px;
-}
-.btn-default:active,
-.btn-default.active {
-  background-color: #e0e0e0;
-  border-color: #dbdbdb;
-}
-.btn-primary {
-  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
-  background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #2b669a;
-}
-.btn-primary:hover,
-.btn-primary:focus {
-  background-color: #2d6ca2;
-  background-position: 0 -15px;
-}
-.btn-primary:active,
-.btn-primary.active {
-  background-color: #2d6ca2;
-  border-color: #2b669a;
-}
-.btn-success {
-  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
-  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #3e8f3e;
-}
-.btn-success:hover,
-.btn-success:focus {
-  background-color: #419641;
-  background-position: 0 -15px;
-}
-.btn-success:active,
-.btn-success.active {
-  background-color: #419641;
-  border-color: #3e8f3e;
-}
-.btn-info {
-  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
-  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #28a4c9;
-}
-.btn-info:hover,
-.btn-info:focus {
-  background-color: #2aabd2;
-  background-position: 0 -15px;
-}
-.btn-info:active,
-.btn-info.active {
-  background-color: #2aabd2;
-  border-color: #28a4c9;
-}
-.btn-warning {
-  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
-  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #e38d13;
-}
-.btn-warning:hover,
-.btn-warning:focus {
-  background-color: #eb9316;
-  background-position: 0 -15px;
-}
-.btn-warning:active,
-.btn-warning.active {
-  background-color: #eb9316;
-  border-color: #e38d13;
-}
-.btn-danger {
-  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
-  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #b92c28;
-}
-.btn-danger:hover,
-.btn-danger:focus {
-  background-color: #c12e2a;
-  background-position: 0 -15px;
-}
-.btn-danger:active,
-.btn-danger.active {
-  background-color: #c12e2a;
-  border-color: #b92c28;
-}
-.thumbnail,
-.img-thumbnail {
-  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-}
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus {
-  background-color: #e8e8e8;
-  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
-  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
-  background-repeat: repeat-x;
-}
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
-  background-color: #357ebd;
-  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
-  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
-  background-repeat: repeat-x;
-}
-.navbar-default {
-  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
-  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-radius: 4px;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
-          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
-}
-.navbar-default .navbar-nav > .active > a {
-  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
-  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
-  background-repeat: repeat-x;
-  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
-          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
-}
-.navbar-brand,
-.navbar-nav > li > a {
-  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
-}
-.navbar-inverse {
-  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
-  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-}
-.navbar-inverse .navbar-nav > .active > a {
-  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
-  background-image:         linear-gradient(to bottom, #222 0%, #282828 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
-  background-repeat: repeat-x;
-  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
-          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
-}
-.navbar-inverse .navbar-brand,
-.navbar-inverse .navbar-nav > li > a {
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
-}
-.navbar-static-top,
-.navbar-fixed-top,
-.navbar-fixed-bottom {
-  border-radius: 0;
-}
-.alert {
-  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
-          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
-}
-.alert-success {
-  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
-  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #b2dba1;
-}
-.alert-info {
-  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
-  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #9acfea;
-}
-.alert-warning {
-  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
-  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #f5e79e;
-}
-.alert-danger {
-  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
-  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #dca7a7;
-}
-.progress {
-  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
-  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar {
-  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
-  background-image:         linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar-success {
-  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
-  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar-info {
-  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
-  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar-warning {
-  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
-  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar-danger {
-  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
-  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
-  background-repeat: repeat-x;
-}
-.list-group {
-  border-radius: 4px;
-  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-}
-.list-group-item.active,
-.list-group-item.active:hover,
-.list-group-item.active:focus {
-  text-shadow: 0 -1px 0 #3071a9;
-  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
-  background-image:         linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #3278b3;
-}
-.panel {
-  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
-          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
-}
-.panel-default > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
-  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
-  background-repeat: repeat-x;
-}
-.panel-primary > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
-  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
-  background-repeat: repeat-x;
-}
-.panel-success > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
-  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
-  background-repeat: repeat-x;
-}
-.panel-info > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
-  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
-  background-repeat: repeat-x;
-}
-.panel-warning > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
-  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
-  background-repeat: repeat-x;
-}
-.panel-danger > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
-  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
-  background-repeat: repeat-x;
-}
-.well {
-  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
-  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #dcdcdc;
-  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
-          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
-}
-/*# sourceMappingURL=bootstrap-theme.css.map */

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap-theme.css.map
----------------------------------------------------------------------
diff --git a/css/bootstrap-theme.css.map b/css/bootstrap-theme.css.map
deleted file mode 100644
index b36fc9a..0000000
--- a/css/bootstrap-theme.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["less/theme.less","less/mixins.less"],"names":[],"mappings":"AAeA;AACA;AACA;AACA;AACA;AACA;EACE,wCAAA;ECoGA,2FAAA;EACQ,mFAAA;;ADhGR,YAAC;AAAD,YAAC;AAAD,YAAC;AAAD,SAAC;AAAD,YAAC;AAAD,WAAC;AACD,YAAC;AAAD,YAAC;AAAD,YAAC;AAAD,SAAC;AAAD,YAAC;AAAD,WAAC;EC8FD,wDAAA;EACQ,gDAAA;;ADnER,IAAC;AACD,IAAC;EACC,sBAAA;;AAKJ;EC4PI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;EAyB2C,yBAAA;EAA2B,kBAAA;;AAvBtE,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAeJ;EC2PI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAgBJ;EC0PI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAiBJ;ECyPI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,SAAC;AACD,SAA
 C;EACC,yBAAA;EACA,4BAAA;;AAGF,SAAC;AACD,SAAC;EACC,yBAAA;EACA,qBAAA;;AAkBJ;ECwPI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAmBJ;ECuPI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,WAAC;AACD,WAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,WAAC;AACD,WAAC;EACC,yBAAA;EACA,qBAAA;;AA2BJ;AACA;EC6CE,kDAAA;EACQ,0CAAA;;ADpCV,cAAe,KAAK,IAAG;AACvB,cAAe,KAAK,IAAG;ECmOnB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EDpOF,yBAAA;;AAEF,cAAe,UAAU;AACzB,cAAe,UAAU,IAAG;AAC5B,cAAe,UAAU,IAAG;EC6NxB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED9NF,yBAAA;;AAUF;ECiNI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EAoCF,mEAAA;EDrPA,kBAAA;ECaA,2FAAA;EACQ,mFAAA;;ADjBV,eAOE,YAAY,UAAU;EC0MpB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EApMF,wDAAA;EACQ,gDAAA;;ADLV;AACA,WAAY,KAAK;EACf,8CAAA;;AAIF;EC+LI,kBAAkB,sDAAlB;EACA,kBAAkB,
 oDAAlB;EACA,2BAAA;EACA,sHAAA;EAoCF,mEAAA;;ADtOF,eAIE,YAAY,UAAU;EC2LpB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EApMF,uDAAA;EACQ,+CAAA;;ADCV,eASE;AATF,eAUE,YAAY,KAAK;EACf,yCAAA;;AAKJ;AACA;AACA;EACE,gBAAA;;AAUF;EACE,6CAAA;EChCA,0FAAA;EACQ,kFAAA;;AD2CV;ECqJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAKF;ECoJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAMF;ECmJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAOF;ECkJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAgBF;ECyII,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADlIJ;EC+HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADjIJ;EC8HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADhIJ;EC6HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;AD/HJ;EC4HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;AD9HJ;EC2HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADtHJ;EACE,kBA
 AA;EC/EA,kDAAA;EACQ,0CAAA;;ADiFV,gBAAgB;AAChB,gBAAgB,OAAO;AACvB,gBAAgB,OAAO;EACrB,6BAAA;EC4GE,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED7GF,qBAAA;;AAUF;ECjGE,iDAAA;EACQ,yCAAA;;AD0GV,cAAe;ECsFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADxFJ,cAAe;ECqFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADvFJ,cAAe;ECoFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADtFJ,WAAY;ECmFR,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADrFJ,cAAe;ECkFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADpFJ,aAAc;ECiFV,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;AD5EJ;ECyEI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED1EF,qBAAA;EC1HA,yFAAA;EACQ,iFAAA","sourcesContent":["\n//\n// Load core variables and mixins\n// --------------------------------------------------\n\n@import \"variables.less\";\n@import \"mixins.less\";\n\n\n\n//\n// Buttons\n// --------------------------------------------------\n\n// Common styl
 es\n.btn-default,\n.btn-primary,\n.btn-success,\n.btn-info,\n.btn-warning,\n.btn-danger {\n  text-shadow: 0 -1px 0 rgba(0,0,0,.2);\n  @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);\n  .box-shadow(@shadow);\n\n  // Reset the shadow\n  &:active,\n  &.active {\n    .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n  }\n}\n\n// Mixin for generating new styles\n.btn-styles(@btn-color: #555) {\n  #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));\n  .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners\n  background-repeat: repeat-x;\n  border-color: darken(@btn-color, 14%);\n\n  &:hover,\n  &:focus  {\n    background-color: darken(@btn-color, 12%);\n    background-position: 0 -15px;\n  }\n\n  &:active,\n  &.active {\n    background-color: darken(@btn-color, 12%);\n    border-color: darken(@btn-color, 14%);\n  }\n}\n\n// Common styles\n.btn {\n  // Remove the gradient for the pressed/active s
 tate\n  &:active,\n  &.active {\n    background-image: none;\n  }\n}\n\n// Apply the mixin to the buttons\n.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; }\n.btn-primary { .btn-styles(@btn-primary-bg); }\n.btn-success { .btn-styles(@btn-success-bg); }\n.btn-info    { .btn-styles(@btn-info-bg); }\n.btn-warning { .btn-styles(@btn-warning-bg); }\n.btn-danger  { .btn-styles(@btn-danger-bg); }\n\n\n\n//\n// Images\n// --------------------------------------------------\n\n.thumbnail,\n.img-thumbnail {\n  .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n\n\n\n//\n// Dropdowns\n// --------------------------------------------------\n\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n  #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%));\n  background-color: darken(@dropdown-link-hover-bg, 5%);\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu
  > .active > a:focus {\n  #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n  background-color: darken(@dropdown-link-active-bg, 5%);\n}\n\n\n\n//\n// Navbar\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n  #gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg);\n  .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered\n  border-radius: @navbar-border-radius;\n  @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);\n  .box-shadow(@shadow);\n\n  .navbar-nav > .active > a {\n    #gradient > .vertical(@start-color: darken(@navbar-default-bg, 5%); @end-color: darken(@navbar-default-bg, 2%));\n    .box-shadow(inset 0 3px 9px rgba(0,0,0,.075));\n  }\n}\n.navbar-brand,\n.navbar-nav > li > a {\n  text-shadow: 0 1px 0 rgba(255,255,255,.25);\n}\n\n// Inverted navbar\n.navbar-inve
 rse {\n  #gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);\n  .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered\n\n  .navbar-nav > .active > a {\n    #gradient > .vertical(@start-color: @navbar-inverse-bg; @end-color: lighten(@navbar-inverse-bg, 2.5%));\n    .box-shadow(inset 0 3px 9px rgba(0,0,0,.25));\n  }\n\n  .navbar-brand,\n  .navbar-nav > li > a {\n    text-shadow: 0 -1px 0 rgba(0,0,0,.25);\n  }\n}\n\n// Undo rounded corners in static and fixed navbars\n.navbar-static-top,\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  border-radius: 0;\n}\n\n\n\n//\n// Alerts\n// --------------------------------------------------\n\n// Common styles\n.alert {\n  text-shadow: 0 1px 0 rgba(255,255,255,.2);\n  @shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);\n  .box-shadow(@shadow);\n}\n\n// Mixin for generating new styles\n.alert-styles(@color) {\n  #gradient > .vertical(@start
 -color: @color; @end-color: darken(@color, 7.5%));\n  border-color: darken(@color, 15%);\n}\n\n// Apply the mixin to the alerts\n.alert-success    { .alert-styles(@alert-success-bg); }\n.alert-info       { .alert-styles(@alert-info-bg); }\n.alert-warning    { .alert-styles(@alert-warning-bg); }\n.alert-danger     { .alert-styles(@alert-danger-bg); }\n\n\n\n//\n// Progress bars\n// --------------------------------------------------\n\n// Give the progress background some depth\n.progress {\n  #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg)\n}\n\n// Mixin for generating new styles\n.progress-bar-styles(@color) {\n  #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));\n}\n\n// Apply the mixin to the progress bars\n.progress-bar            { .progress-bar-styles(@progress-bar-bg); }\n.progress-bar-success    { .progress-bar-styles(@progress-bar-success-bg); }\n.progress-bar-info       { .progress-bar-styles(@progress-bar-i
 nfo-bg); }\n.progress-bar-warning    { .progress-bar-styles(@progress-bar-warning-bg); }\n.progress-bar-danger     { .progress-bar-styles(@progress-bar-danger-bg); }\n\n\n\n//\n// List groups\n// --------------------------------------------------\n\n.list-group {\n  border-radius: @border-radius-base;\n  .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n  text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%);\n  #gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%));\n  border-color: darken(@list-group-active-border, 7.5%);\n}\n\n\n\n//\n// Panels\n// --------------------------------------------------\n\n// Common styles\n.panel {\n  .box-shadow(0 1px 2px rgba(0,0,0,.05));\n}\n\n// Mixin for generating new styles\n.panel-heading-styles(@color) {\n  #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));\n}\n\n// Apply the 
 mixin to the panel headings only\n.panel-default > .panel-heading   { .panel-heading-styles(@panel-default-heading-bg); }\n.panel-primary > .panel-heading   { .panel-heading-styles(@panel-primary-heading-bg); }\n.panel-success > .panel-heading   { .panel-heading-styles(@panel-success-heading-bg); }\n.panel-info > .panel-heading      { .panel-heading-styles(@panel-info-heading-bg); }\n.panel-warning > .panel-heading   { .panel-heading-styles(@panel-warning-heading-bg); }\n.panel-danger > .panel-heading    { .panel-heading-styles(@panel-danger-heading-bg); }\n\n\n\n//\n// Wells\n// --------------------------------------------------\n\n.well {\n  #gradient > .vertical(@start-color: darken(@well-bg, 5%); @end-color: @well-bg);\n  border-color: darken(@well-bg, 10%);\n  @shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);\n  .box-shadow(@shadow);\n}\n","//\n// Mixins\n// --------------------------------------------------\n\n\n// Utilities\n// -------------------------\
 n\n// Clearfix\n// Source: http://nicolasgallagher.com/micro-clearfix-hack/\n//\n// For modern browsers\n// 1. The space content is one way to avoid an Opera bug when the\n//    contenteditable attribute is included anywhere else in the document.\n//    Otherwise it causes space to appear at the top and bottom of elements\n//    that are clearfixed.\n// 2. The use of `table` rather than `block` is only necessary if using\n//    `:before` to contain the top-margins of child elements.\n.clearfix() {\n  &:before,\n  &:after {\n    content: \" \"; // 1\n    display: table; // 2\n  }\n  &:after {\n    clear: both;\n  }\n}\n\n// WebKit-style focus\n.tab-focus() {\n  // Default\n  outline: thin dotted;\n  // WebKit\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n\n// Center-align a block level element\n.center-block() {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n// Sizing shortcuts\n.size(@width; @height) {\n  width: @width;\n  height:
  @height;\n}\n.square(@size) {\n  .size(@size; @size);\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n  &::-moz-placeholder           { color: @color;   // Firefox\n                                  opacity: 1; } // See https://github.com/twbs/bootstrap/pull/11526\n  &:-ms-input-placeholder       { color: @color; } // Internet Explorer 10+\n  &::-webkit-input-placeholder  { color: @color; } // Safari and Chrome\n}\n\n// Text overflow\n// Requires inline-block or block for proper styling\n.text-overflow() {\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n}\n\n// CSS image replacement\n//\n// Heads up! v3 launched with with only `.hide-text()`, but per our pattern for\n// mixins being reused as classes with the same name, this doesn't hold up. As\n// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. Note\n// that we cannot chain the mixins together in Less, so they are repeated.\n//\n// Source: https://github.
 com/h5bp/html5-boilerplate/commit/aa0396eae757\n\n// Deprecated as of v3.0.1 (will be removed in v4)\n.hide-text() {\n  font: ~\"0/0\" a;\n  color: transparent;\n  text-shadow: none;\n  background-color: transparent;\n  border: 0;\n}\n// New mixin to use as of v3.0.1\n.text-hide() {\n  .hide-text();\n}\n\n\n\n// CSS3 PROPERTIES\n// --------------------------------------------------\n\n// Single side border-radius\n.border-top-radius(@radius) {\n  border-top-right-radius: @radius;\n   border-top-left-radius: @radius;\n}\n.border-right-radius(@radius) {\n  border-bottom-right-radius: @radius;\n     border-top-right-radius: @radius;\n}\n.border-bottom-radius(@radius) {\n  border-bottom-right-radius: @radius;\n   border-bottom-left-radius: @radius;\n}\n.border-left-radius(@radius) {\n  border-bottom-left-radius: @radius;\n     border-top-left-radius: @radius;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n//   supported browsers tha
 t have box shadow capabilities now support the\n//   standard `box-shadow` property.\n.box-shadow(@shadow) {\n  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n          box-shadow: @shadow;\n}\n\n// Transitions\n.transition(@transition) {\n  -webkit-transition: @transition;\n          transition: @transition;\n}\n.transition-property(@transition-property) {\n  -webkit-transition-property: @transition-property;\n          transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n  -webkit-transition-delay: @transition-delay;\n          transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n  -webkit-transition-duration: @transition-duration;\n          transition-duration: @transition-duration;\n}\n.transition-transform(@transition) {\n  -webkit-transition: -webkit-transform @transition;\n     -moz-transition: -moz-transform @transition;\n       -o-transition: -o-transform @transition;\n          transition: trans
 form @transition;\n}\n\n// Transformations\n.rotate(@degrees) {\n  -webkit-transform: rotate(@degrees);\n      -ms-transform: rotate(@degrees); // IE9 only\n          transform: rotate(@degrees);\n}\n.scale(@ratio; @ratio-y...) {\n  -webkit-transform: scale(@ratio, @ratio-y);\n      -ms-transform: scale(@ratio, @ratio-y); // IE9 only\n          transform: scale(@ratio, @ratio-y);\n}\n.translate(@x; @y) {\n  -webkit-transform: translate(@x, @y);\n      -ms-transform: translate(@x, @y); // IE9 only\n          transform: translate(@x, @y);\n}\n.skew(@x; @y) {\n  -webkit-transform: skew(@x, @y);\n      -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n          transform: skew(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n  -webkit-transform: translate3d(@x, @y, @z);\n          transform: translate3d(@x, @y, @z);\n}\n\n.rotateX(@degrees) {\n  -webkit-transform: rotateX(@degrees);\n      -ms-transform: rotateX(@degrees); // IE9 only\n          tra
 nsform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n  -webkit-transform: rotateY(@degrees);\n      -ms-transform: rotateY(@degrees); // IE9 only\n          transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n  -webkit-perspective: @perspective;\n     -moz-perspective: @perspective;\n          perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n  -webkit-perspective-origin: @perspective;\n     -moz-perspective-origin: @perspective;\n          perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n  -webkit-transform-origin: @origin;\n     -moz-transform-origin: @origin;\n      -ms-transform-origin: @origin; // IE9 only\n          transform-origin: @origin;\n}\n\n// Animations\n.animation(@animation) {\n  -webkit-animation: @animation;\n          animation: @animation;\n}\n.animation-name(@name) {\n  -webkit-animation-name: @name;\n          animation-name: @name;\n}\n.animation-duration(@duration) {\n  -webkit-animation-duration: @duration;\n
           animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n  -webkit-animation-timing-function: @timing-function;\n          animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n  -webkit-animation-delay: @delay;\n          animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n  -webkit-animation-iteration-count: @iteration-count;\n          animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n  -webkit-animation-direction: @direction;\n          animation-direction: @direction;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n.backface-visibility(@visibility){\n  -webkit-backface-visibility: @visibility;\n     -moz-backface-visibility: @visibility;\n          backface-visibility: @visibility;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n  -webkit-box-sizing: @
 boxmodel;\n     -moz-box-sizing: @boxmodel;\n          box-sizing: @boxmodel;\n}\n\n// User select\n// For selecting text on the page\n.user-select(@select) {\n  -webkit-user-select: @select;\n     -moz-user-select: @select;\n      -ms-user-select: @select; // IE10+\n          user-select: @select;\n}\n\n// Resize anything\n.resizable(@direction) {\n  resize: @direction; // Options: horizontal, vertical, both\n  overflow: auto; // Safari fix\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n  -webkit-column-count: @column-count;\n     -moz-column-count: @column-count;\n          column-count: @column-count;\n  -webkit-column-gap: @column-gap;\n     -moz-column-gap: @column-gap;\n          column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n  word-wrap: break-word;\n  -webkit-hyphens: @mode;\n     -moz-hyphens: @mode;\n      -ms-hyphens: @mode; // IE10+\n       -o-hyphens: @mode;\n          hyphens: @mode;\
 n}\n\n// Opacity\n.opacity(@opacity) {\n  opacity: @opacity;\n  // IE8 filter\n  @opacity-ie: (@opacity * 100);\n  filter: ~\"alpha(opacity=@{opacity-ie})\";\n}\n\n\n\n// GRADIENTS\n// --------------------------------------------------\n\n#gradient {\n\n  // Horizontal gradient, from left to right\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(left, color-stop(@start-color @start-percent), color-stop(@end-color @end-percent)); // Safari 5.1-6, Chrome 10+\n    background-image:  linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorst
 r='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  // Vertical gradient, from top to bottom\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Safari 5.1-6, Chrome 10+\n    background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\
 n    background-repeat: repeat-x;\n    background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n    background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n  }\n  .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image:
  -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .radial(@inner-color: #555; @outer-color: #333) {\n    background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n    background-image: radial-gradient(circle, @inner-color, @outer-color);\n    background-repeat: no-repeat;\n  }\n  .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n    background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n    background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50
 %, @color 75%, transparent 75%, transparent);\n  }\n}\n\n// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n.reset-filter() {\n  filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n\n\n\n// Retina images\n//\n// Short retina mixin for setting background-image and -size\n\n.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {\n  background-image: url(\"@{file-1x}\");\n\n  @media\n  only screen and (-webkit-min-device-pixel-ratio: 2),\n  only screen and (   min--moz-device-pixel-ratio: 2),\n  only screen and (     -o-min-device-pixel-ratio: 2/1),\n  only screen and (        min-device-pixel-ratio: 2),\n  only screen and (                min-resolution: 192dpi),\n  only screen and (                min-resolution: 2dppx) {\n    background-image: url(\"@{file-2x}\");\n    background-size: @width-1x @height-1x;\n  }\n}\n\n\n// Responsive image\n//\n// Keep
  images from scaling beyond the width of their parents.\n\n.img-responsive(@display: block) {\n  display: @display;\n  max-width: 100%; // Part 1: Set a maximum relative to the parent\n  height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching\n}\n\n\n// COMPONENT MIXINS\n// --------------------------------------------------\n\n// Horizontal dividers\n// -------------------------\n// Dividers (basically an hr) within dropdowns and nav lists\n.nav-divider(@color: #e5e5e5) {\n  height: 1px;\n  margin: ((@line-height-computed / 2) - 1) 0;\n  overflow: hidden;\n  background-color: @color;\n}\n\n// Panels\n// -------------------------\n.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {\n  border-color: @border;\n\n  & > .panel-heading {\n    color: @heading-text-color;\n    background-color: @heading-bg-color;\n    border-color: @heading-border;\n\n    + .panel-collapse .panel-body {\n      border-top-color: @border;\n
     }\n  }\n  & > .panel-footer {\n    + .panel-collapse .panel-body {\n      border-bottom-color: @border;\n    }\n  }\n}\n\n// Alerts\n// -------------------------\n.alert-variant(@background; @border; @text-color) {\n  background-color: @background;\n  border-color: @border;\n  color: @text-color;\n\n  hr {\n    border-top-color: darken(@border, 5%);\n  }\n  .alert-link {\n    color: darken(@text-color, 10%);\n  }\n}\n\n// Tables\n// -------------------------\n.table-row-variant(@state; @background) {\n  // Exact selectors below required to override `.table-striped` and prevent\n  // inheritance to nested tables.\n  .table > thead > tr,\n  .table > tbody > tr,\n  .table > tfoot > tr {\n    > td.@{state},\n    > th.@{state},\n    &.@{state} > td,\n    &.@{state} > th {\n      background-color: @background;\n    }\n  }\n\n  // Hover states for `.table-hover`\n  // Note: this is not available for cells or rows within `thead` or `tfoot`.\n  .table-hover > tbody > tr {\n    > td.@{sta
 te}:hover,\n    > th.@{state}:hover,\n    &.@{state}:hover > td,\n    &.@{state}:hover > th {\n      background-color: darken(@background, 5%);\n    }\n  }\n}\n\n// List Groups\n// -------------------------\n.list-group-item-variant(@state; @background; @color) {\n  .list-group-item-@{state} {\n    color: @color;\n    background-color: @background;\n\n    a& {\n      color: @color;\n\n      .list-group-item-heading { color: inherit; }\n\n      &:hover,\n      &:focus {\n        color: @color;\n        background-color: darken(@background, 5%);\n      }\n      &.active,\n      &.active:hover,\n      &.active:focus {\n        color: #fff;\n        background-color: @color;\n        border-color: @color;\n      }\n    }\n  }\n}\n\n// Button variants\n// -------------------------\n// Easily pump out default styles, as well as :hover, :focus, :active,\n// and disabled options for all buttons\n.button-variant(@color; @background; @border) {\n  color: @color;\n  background-color: @backgrou
 nd;\n  border-color: @border;\n\n  &:hover,\n  &:focus,\n  &:active,\n  &.active,\n  .open .dropdown-toggle& {\n    color: @color;\n    background-color: darken(@background, 8%);\n        border-color: darken(@border, 12%);\n  }\n  &:active,\n  &.active,\n  .open .dropdown-toggle& {\n    background-image: none;\n  }\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    &,\n    &:hover,\n    &:focus,\n    &:active,\n    &.active {\n      background-color: @background;\n          border-color: @border;\n    }\n  }\n\n  .badge {\n    color: @background;\n    background-color: @color;\n  }\n}\n\n// Button sizes\n// -------------------------\n.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n  padding: @padding-vertical @padding-horizontal;\n  font-size: @font-size;\n  line-height: @line-height;\n  border-radius: @border-radius;\n}\n\n// Pagination\n// -------------------------\n.pagination-size(@padding-vertical; @padding-horizonta
 l; @font-size; @border-radius) {\n  > li {\n    > a,\n    > span {\n      padding: @padding-vertical @padding-horizontal;\n      font-size: @font-size;\n    }\n    &:first-child {\n      > a,\n      > span {\n        .border-left-radius(@border-radius);\n      }\n    }\n    &:last-child {\n      > a,\n      > span {\n        .border-right-radius(@border-radius);\n      }\n    }\n  }\n}\n\n// Labels\n// -------------------------\n.label-variant(@color) {\n  background-color: @color;\n  &[href] {\n    &:hover,\n    &:focus {\n      background-color: darken(@color, 10%);\n    }\n  }\n}\n\n// Contextual backgrounds\n// -------------------------\n.bg-variant(@color) {\n  background-color: @color;\n  a&:hover {\n    background-color: darken(@color, 10%);\n  }\n}\n\n// Typography\n// -------------------------\n.text-emphasis-variant(@color) {\n  color: @color;\n  a&:hover {\n    color: darken(@color, 10%);\n  }\n}\n\n// Navbar vertical align\n// -------------------------\n// Vertically cen
 ter elements in the navbar.\n// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.\n.navbar-vertical-align(@element-height) {\n  margin-top: ((@navbar-height - @element-height) / 2);\n  margin-bottom: ((@navbar-height - @element-height) / 2);\n}\n\n// Progress bars\n// -------------------------\n.progress-bar-variant(@color) {\n  background-color: @color;\n  .progress-striped & {\n    #gradient > .striped();\n  }\n}\n\n// Responsive utilities\n// -------------------------\n// More easily include all the states for responsive-utilities.less.\n.responsive-visibility() {\n  display: block !important;\n  table&  { display: table; }\n  tr&     { display: table-row !important; }\n  th&,\n  td&     { display: table-cell !important; }\n}\n\n.responsive-invisibility() {\n  display: none !important;\n}\n\n\n// Grid System\n// -----------\n\n// Centered container element\n.container-fixed() {\n  margin-right: auto;\n 
  margin-left: auto;\n  padding-left:  (@grid-gutter-width / 2);\n  padding-right: (@grid-gutter-width / 2);\n  &:extend(.clearfix all);\n}\n\n// Creates a wrapper for a series of columns\n.make-row(@gutter: @grid-gutter-width) {\n  margin-left:  (@gutter / -2);\n  margin-right: (@gutter / -2);\n  &:extend(.clearfix all);\n}\n\n// Generate the extra small columns\n.make-xs-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  float: left;\n  width: percentage((@columns / @grid-columns));\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n}\n.make-xs-column-offset(@columns) {\n  @media (min-width: @screen-xs-min) {\n    margin-left: percentage((@columns / @grid-columns));\n  }\n}\n.make-xs-column-push(@columns) {\n  @media (min-width: @screen-xs-min) {\n    left: percentage((@columns / @grid-columns));\n  }\n}\n.make-xs-column-pull(@columns) {\n  @media (min-width: @screen-xs-min) {\n    right: percentage((@columns / @grid-column
 s));\n  }\n}\n\n\n// Generate the small columns\n.make-sm-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n\n  @media (min-width: @screen-sm-min) {\n    float: left;\n    width: percentage((@columns / @grid-columns));\n  }\n}\n.make-sm-column-offset(@columns) {\n  @media (min-width: @screen-sm-min) {\n    margin-left: percentage((@columns / @grid-columns));\n  }\n}\n.make-sm-column-push(@columns) {\n  @media (min-width: @screen-sm-min) {\n    left: percentage((@columns / @grid-columns));\n  }\n}\n.make-sm-column-pull(@columns) {\n  @media (min-width: @screen-sm-min) {\n    right: percentage((@columns / @grid-columns));\n  }\n}\n\n\n// Generate the medium columns\n.make-md-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n\n  @media (min-width: @screen-md-min) {\n    flo
 at: left;\n    width: percentage((@columns / @grid-columns));\n  }\n}\n.make-md-column-offset(@columns) {\n  @media (min-width: @screen-md-min) {\n    margin-left: percentage((@columns / @grid-columns));\n  }\n}\n.make-md-column-push(@columns) {\n  @media (min-width: @screen-md-min) {\n    left: percentage((@columns / @grid-columns));\n  }\n}\n.make-md-column-pull(@columns) {\n  @media (min-width: @screen-md-min) {\n    right: percentage((@columns / @grid-columns));\n  }\n}\n\n\n// Generate the large columns\n.make-lg-column(@columns; @gutter: @grid-gutter-width) {\n  position: relative;\n  min-height: 1px;\n  padding-left:  (@gutter / 2);\n  padding-right: (@gutter / 2);\n\n  @media (min-width: @screen-lg-min) {\n    float: left;\n    width: percentage((@columns / @grid-columns));\n  }\n}\n.make-lg-column-offset(@columns) {\n  @media (min-width: @screen-lg-min) {\n    margin-left: percentage((@columns / @grid-columns));\n  }\n}\n.make-lg-column-push(@columns) {\n  @media (min-width
 : @screen-lg-min) {\n    left: percentage((@columns / @grid-columns));\n  }\n}\n.make-lg-column-pull(@columns) {\n  @media (min-width: @screen-lg-min) {\n    right: percentage((@columns / @grid-columns));\n  }\n}\n\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `@grid-columns`.\n\n.make-grid-columns() {\n  // Common styles for all sizes of grid columns, widths 1-12\n  .col(@index) when (@index = 1) { // initial\n    @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n    .col((@index + 1), @item);\n  }\n  .col(@index, @list) when (@index =< @grid-columns) { // general; \"=<\" isn't a typo\n    @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n    .col((@index + 1), ~\"@{list}, @{item}\");\n  }\n  .col(@index, @list) when (@index > @grid-columns) { // terminal\n    @{list} {\n      position: relative;\n      // Prevent columns from 
 collapsing when empty\n      min-height: 1px;\n      // Inner gutter via padding\n      padding-left:  (@grid-gutter-width / 2);\n      padding-right: (@grid-gutter-width / 2);\n    }\n  }\n  .col(1); // kickstart it\n}\n\n.float-grid-columns(@class) {\n  .col(@index) when (@index = 1) { // initial\n    @item: ~\".col-@{class}-@{index}\";\n    .col((@index + 1), @item);\n  }\n  .col(@index, @list) when (@index =< @grid-columns) { // general\n    @item: ~\".col-@{class}-@{index}\";\n    .col((@index + 1), ~\"@{list}, @{item}\");\n  }\n  .col(@index, @list) when (@index > @grid-columns) { // terminal\n    @{list} {\n      float: left;\n    }\n  }\n  .col(1); // kickstart it\n}\n\n.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) {\n  .col-@{class}-@{index} {\n    width: percentage((@index / @grid-columns));\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) {\n  .col-@{class}-push-@{index} {\n    left: percentage((@index / @grid-columns)
 );\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) {\n  .col-@{class}-pull-@{index} {\n    right: percentage((@index / @grid-columns));\n  }\n}\n.calc-grid-column(@index, @class, @type) when (@type = offset) {\n  .col-@{class}-offset-@{index} {\n    margin-left: percentage((@index / @grid-columns));\n  }\n}\n\n// Basic looping in LESS\n.loop-grid-columns(@index, @class, @type) when (@index >= 0) {\n  .calc-grid-column(@index, @class, @type);\n  // next iteration\n  .loop-grid-columns((@index - 1), @class, @type);\n}\n\n// Create grid for specific class\n.make-grid(@class) {\n  .float-grid-columns(@class);\n  .loop-grid-columns(@grid-columns, @class, width);\n  .loop-grid-columns(@grid-columns, @class, pull);\n  .loop-grid-columns(@grid-columns, @class, push);\n  .loop-grid-columns(@grid-columns, @class, offset);\n}\n\n// Form validation states\n//\n// Used in forms.less to generate the form validation CSS for warnings, errors,\n// and successes.\n\n.form-contro
 l-validation(@text-color: #555; @border-color: #ccc; @background-color: #f5f5f5) {\n  // Color the label and help text\n  .help-block,\n  .control-label,\n  .radio,\n  .checkbox,\n  .radio-inline,\n  .checkbox-inline  {\n    color: @text-color;\n  }\n  // Set the border and box shadow on specific inputs to match\n  .form-control {\n    border-color: @border-color;\n    .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work\n    &:focus {\n      border-color: darken(@border-color, 10%);\n      @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);\n      .box-shadow(@shadow);\n    }\n  }\n  // Set validation states also for addons\n  .input-group-addon {\n    color: @text-color;\n    border-color: @border-color;\n    background-color: @background-color;\n  }\n  // Optional feedback icon\n  .form-control-feedback {\n    color: @text-color;\n  }\n}\n\n// Form control focus state\n//\n// Generate a customized focus state and for any inpu
 t with the specified color,\n// which defaults to the `@input-focus-border` variable.\n//\n// We highly encourage you to not customize the default value, but instead use\n// this to tweak colors on an as-needed basis. This aesthetic change is based on\n// WebKit's default styles, but applicable to a wider range of browsers. Its\n// usability and accessibility should be taken into account with any change.\n//\n// Example usage: change the default blue border and shadow to white for better\n// contrast against a dark gray background.\n\n.form-control-focus(@color: @input-border-focus) {\n  @color-rgba: rgba(red(@color), green(@color), blue(@color), .6);\n  &:focus {\n    border-color: @color;\n    outline: 0;\n    .box-shadow(~\"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}\");\n  }\n}\n\n// Form control sizing\n//\n// Relative text size, padding, and border-radii changes for form controls. For\n// horizontal sizing, wrap controls in the predefined grid classes. `<select>`\n
 // element gets special love because it's special, and that's a fact!\n\n.input-size(@input-height; @padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n  height: @input-height;\n  padding: @padding-vertical @padding-horizontal;\n  font-size: @font-size;\n  line-height: @line-height;\n  border-radius: @border-radius;\n\n  select& {\n    height: @input-height;\n    line-height: @input-height;\n  }\n\n  textarea&,\n  select[multiple]& {\n    height: auto;\n  }\n}\n"]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap-theme.min.css
----------------------------------------------------------------------
diff --git a/css/bootstrap-theme.min.css b/css/bootstrap-theme.min.css
deleted file mode 100644
index ba4bd28..0000000
--- a/css/bootstrap-theme.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * Bootstrap v3.1.1 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-
-.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;bord
 er-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#2b669a}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(star
 tColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:li
 near-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-col
 or:#b92c28}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-color:#357ebd}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,
 #fff 0,#f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linea
 r-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,2
 55,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.alert-dang
 er{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-imag
 e:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid
 :DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);border-color:#3278b3}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endC
 olorstr='#ffe8e8e8', GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.panel-warning>.panel-heading{
 background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0
  1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
\ No newline at end of file


[42/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/svg/white_filled.svg
----------------------------------------------------------------------
diff --git a/content/img/logo/svg/white_filled.svg b/content/img/logo/svg/white_filled.svg
new file mode 100644
index 0000000..28bd9f9
--- /dev/null
+++ b/content/img/logo/svg/white_filled.svg
@@ -0,0 +1,231 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="black" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
+<symbol  id="New_Symbol_12" viewBox="-35.249 -35.39 70.497 70.78">
+	<g>
+		<path fill="#FFFFFF" d="M-25.976-3.646c0.084-0.104,0.188-0.203,0.289-0.298l0.071-0.066l0.023-0.013
+			c0.212-0.104,0.385-0.166,0.528-0.192c-0.332,1.831-0.466,3.528-0.407,5.186c0.081,2.35,0.526,4.335,1.363,6.072
+			c0.133,0.275,0.775,1.315,0.93,1.534c0,0-0.519-3.545-0.597-4.935c-0.098-1.714,0.057-3.517,0.471-5.508
+			c0.072,0.049,0.143,0.097,0.213,0.146c-0.126,1.147-0.123,2.358,0.011,3.599c0.182,1.686,0.587,3.347,1.235,5.076
+			c0.72,1.923,1.686,3.797,2.872,5.58c-5.853-0.617-7.13-6.193-7.13-6.193s0.05,1.023,0.071,1.281
+			c0.167,1.914,0.364,2.834,0.605,3.796c-0.385-0.704-0.628-1.443-0.802-2.031c-0.409-1.387-0.637-2.8-0.804-3.998
+			c-0.195-1.401-0.288-2.645-0.282-3.8c0.006-1.122,0.072-2.442,0.518-3.724C-26.582-2.741-26.314-3.237-25.976-3.646z"/>
+		<path fill="#FFFFFF" d="M-21.729-1.472c0.528,0.332,1.135,0.59,1.847,0.789c1.252,0.352,2.621,0.705,4.308,1.117l0.56,0.137
+			c1.411,0.343,2.873,0.698,4.245,1.225c0.835,0.318,1.629,0.738,2.429,1.286c1.122,0.766,2.126,1.709,2.985,2.806
+			c0.455,0.579,0.685,1.028,0.912,1.784l0.337,1.116c0,0,1.367-1.53-0.013-4.234c0.875,0.317,1.717,1.217,2.352,2.324
+			c0.533,0.928,1.447,4.278,1.447,4.278s1.678-2.58-0.309-5.932c0.121,0.041,0.793,0.414,1.05,0.669
+			c7.393,7.342,1.029,11.5-0.305,12.494c-0.795,0.592-1.733,1.094-2.896,1.548c-0.056,0.021-0.112,0.043-0.172,0.067
+			c-0.088,0.037-0.139,0.096-0.162,0.125l-0.948,1.033l1.659-0.458c0.232-0.062,0.454-0.123,0.672-0.188
+			c1.811-0.538,3.19-1.181,4.342-2.022c1.312-0.958,6.318-5.165,1.026-11.317c1.639,0.564,4.736,2.276,5.785,3.751
+			c5.051,7.093-0.75,11.229-0.502,11.229c0.055,0,0.131-0.007,0.292-0.029c0.073-0.011,0.142-0.017,0.204-0.017
+			c0.105,0,0.285,0.017,0.32,0.12c0.044,0.123-0.041,0.36-0.215,0.495c-0.453,0.344-0.946,0.596-1.573,0.498
+			c-5.218-0.808-7.062,0.813-7.062,0.813s7.32-0.379,7.555,0.826c-0.97,1.014-2.157,1.896-3.612,2.689
+			c-2.052,1.119-4.264,1.85-6.571,2.19c-3.561,0.529-6.281-0.155-6.281-0.155c0.282,0.356,1.692,1.967,7.537,1.508
+			c2.365-0.187,4.613-0.932,6.694-1.973c0.537-0.269,0.855,0.37,0.864,0.657c0.011,0.337,0.592-1.117,0.6-1.194
+			c0.056,0.145,0.283,0.907,0.33,0.907c0.14,0,0.709-1.777,0.709-1.777c0.006,0.071,0.758,0.843,0.758,0.843
+			c0.224-1.011,0.195-1.517,0.14-1.656c0.005,0.027,0.786,0.506,0.786,0.506s0.449-1.881,1.214-2.627
+			c0.248-0.242,0.702-0.872,0.966-1.553c0.559,0.391,1.243,2.356,1.243,2.356s0.352-1.04,0.057-2.914
+			c0.021,0.023,0.889,0.646,0.889,0.646s0.124-1.323-0.443-2.973c-0.029-0.088-0.05-0.183-0.066-0.279
+			c0.479,0.268,1.191,1.144,1.191,1.144l-0.125-0.555c-0.143-0.63-0.404-1.854-0.965-2.812c-0.359-0.614-0.667-1.261-0.854-2.024
+			c0.144,0.134,0.293,0.25,0.447,0.353c0.296,0.192,0.587,0.344,0.863,0.444l0.684,0.25c1.156,0.42,2.325,0.91,3.459,1.412
+			c2.396,1.06,1.86,2.536,1.86,2.536c-0.615-1.202-2.848-2.406-2.848-2.406s2.891,2.59,1.658,5.618
+			c-0.338-0.796-0.661-1.588-0.964-2.335c-0.424-1.041-0.927-2.14-1.739-3.112c-0.415-0.495-0.842-0.854-1.316-1.101
+			c-0.103-0.053-0.205-0.099-0.339-0.141l-0.126-0.047c0,0,0.507,0.834,0.542,3.134c0.013,0.831,0.035,1.683,0.035,2.436v0.166
+			c0,0.389-0.009,0.777-0.005,1.166c0.014,1.646,0.044,2.896,0.389,4.049c-0.036,0.066-0.015,0.133-0.054,0.201
+			c-0.079,0.137-0.139,0.291-0.21,0.462c-0.107,0.261-0.196,0.524-0.298,0.812c-0.375,1.062-0.909,1.588-1.076,1.734
+			c-0.111-0.34-0.8-1.742-0.8-1.742s0.002,1.076-0.002,1.158c-0.197,1.506-3.922,2.867-3.998,2.914l0.197-1.183
+			c0,0-1.127,0.084-1.606,0.839c-0.099,0.154-0.248,0.264-0.382,0.37L8.137,32.9l0.273-0.63c0,0-0.872,0.07-1.283,0.792
+			c-0.096,0.168-0.221,0.358-0.331,0.557c-0.367,0.666-0.937,1.06-1.694,1.168C4.57,34.863,3.99,34.924,3.33,34.969
+			c-0.418,0.028-0.914,0.09-1.412,0.325c-0.073,0.032-0.15,0.065-0.228,0.096c0.046-0.085,0.092-0.171,0.136-0.256
+			c0.044-0.085,0.075-0.17,0.117-0.281l0.023-0.066l0.094-0.231l0.143-0.508c0,0-1.042,0.042-2.255,0.881
+			c-0.263,0.182-0.593,0.182-0.958,0.211l-0.103,0.009c-0.333,0.028-0.662,0.042-0.979,0.042c-0.966,0-1.849-0.125-2.702-0.383
+			c-0.06-0.019-0.115-0.035-0.172-0.055c0.104,0.005,0.209,0.008,0.313,0.008c0.066,0,0.132-0.002,0.197-0.003
+			c1.998-0.034,2.617-1.218,2.617-1.218s-1.787,0-2.314-0.068c-0.615-0.08-1.238-0.154-1.816-0.313
+			c-1.652-0.454-3.218-1.22-4.786-2.342c-0.365-0.261-0.747-0.503-1.146-0.756c-0.678-0.433-1.25-1.005-1.698-1.701
+			c-0.049-0.076-0.082-0.142-0.103-0.2c-0.04-0.106-0.022-0.117,0.044-0.151c0.138-0.072,0.304-0.134,0.495-0.181
+			c2.828-0.688,4.944-3.065,5.268-5.914l0.043-0.364c0.105-0.902,0.213-1.834,0.167-2.78c-0.122-2.458-0.998-4.649-2.657-6.462
+			c-1.741-1.904-3.901-2.035-3.882-2.02c1.283,1.198,2.128,2.801,2.582,4.896c0.171,0.79,0.097,1.558-0.247,2.439
+			c-0.016-0.045-0.03-0.091-0.047-0.137c-0.286-0.815-0.649-1.753-1.319-2.527c-0.388-0.444-0.919-0.95-1.536-1.537
+			c-2.687-2.557-7.182-6.832-7.105-13.633C-21.894-0.609-21.814-1.098-21.729-1.472z"/>
+		<path fill="#FFFFFF" d="M19.462,15.739c-0.332-0.29-0.667-0.578-1.005-0.86c-0.604-0.505-1.035-0.827-1.964-1.161
+			c-0.813-0.293-1.439,0.366-1.439,0.366c0.539,0.27,0.938,0.657,1.318,1.147c-1.041-0.543-2.276-1.234-3.404-2.093
+			c-0.372-0.284-0.881-0.703-1.148-1.041c-0.365-0.46-0.605-0.938-0.605-1.427v-0.005c0,0.009,0.13,0.015,0.156,0.021
+			c1.301,0.335,2.597,0.919,3.617,1.446c1.629,0.843,3.324,1.879,5.181,3.167c0.069,0.048,0.156,0.104,0.281,0.142l1.093,0.312
+			l-0.673-0.927c-0.024-0.034-0.05-0.068-0.08-0.1c-2.195-2.188-4.471-3.754-6.958-4.786c-0.48-0.201-0.966-0.371-1.451-0.512
+			c1.691,0.441,3.131,0.94,4.463,1.547c1.583,0.72,2.692,1.423,3.597,2.277c1.401,1.327,2.402,2.892,2.977,4.648
+			c0.03,0.093,0.052,0.19,0.072,0.296c-0.093-0.027-0.326-0.096-0.326-0.096c-0.374-0.108-0.761-0.219-1.099-0.383
+			c-0.474-0.229-0.92-0.571-1.258-0.844C20.336,16.495,19.853,16.076,19.462,15.739z"/>
+		<path fill="#FFFFFF" d="M-30.737-8.808c0.378-0.604,0.79-1.201,1.189-1.776l0.061-0.09c-1.036,3.646,0.659,5.844,0.659,5.844
+			l0.42-1.152c0.107-0.299,0.268-0.586,0.492-0.891c0.433,0.81,0.961,1.587,1.576,2.313c-0.525,0.279-0.982,0.682-1.392,1.225
+			c-0.589,0.779-0.978,1.714-1.225,2.937c-0.281,1.397-0.349,2.906-0.204,4.607c0.043,0.513,0.106,1.027,0.173,1.547
+			c-2.11-2.367-3.723-5.062-4.795-8.01c-0.002-0.009,0-0.034,0.009-0.062C-33.083-4.521-32.088-6.644-30.737-8.808z"/>
+		<path fill="#FFFFFF" d="M18.348,25.501c0.007,2.079,0.359,3.942,1.08,5.7c0,0,0.04,0.096,0.052,0.122
+			c-0.262-0.177-0.497-0.417-0.725-0.743c-0.494-0.715-0.859-1.562-1.171-2.748c-0.536-2.026-0.855-4.209-0.994-6.806
+			c0.565,0.604,1.494,1.939,1.688,3.583C18.31,24.886,18.346,25.196,18.348,25.501z"/>
+		<path fill="#FFFFFF" d="M28.28-30.566c-1.168,0.193-3.639,1.062-4.329,2.787c-0.848-2.085,0.903-3.602,2.212-4.28
+			c0.228-0.118,0.295-0.146,0.533-0.242c0.247-0.109-0.488-1.456,0.132-2.076c0.62-0.619,1.206-0.435,1.435-0.435
+			c0,0,1.066-0.988,1.673-0.327c0.155,0.17,0.29,0.774,0.085,1.135c-0.255,0.449-0.87,0.366-0.929,0.365
+			c-1.209-0.015-1.101,0.554-0.916,0.797c0.133,0.173,0.389,0.163,0.606,0.163c0.05,0,0.101-0.004,0.155-0.011
+			c0.278-0.032,0.544-0.047,0.791-0.047c0.987,0,2.14,0.102,2.906,0.527c0.548,0.306,1.447,1.344,1.401,2.04
+			C33.984-30.189,31.6-31.113,28.28-30.566z"/>
+		<path fill="#FFFFFF" d="M35.134-7.608c-0.111,0.287-0.25,0.578-0.372,0.835c-0.06,0.123-0.118,0.248-0.176,0.372
+			c-0.062,0.139-0.129,0.273-0.196,0.409c-0.162,0.327-0.33,0.667-0.446,1.031c-0.101,0.314-0.128,0.636-0.152,0.945
+			c-0.009,0.111-0.021,0.226-0.033,0.334c-0.396,3.41-2.572,6.284-5.531,7.676c-0.111-0.413-0.323-0.814-0.634-1.229
+			c-0.266-0.354-0.425-0.408-0.772-0.406C26.36,2.36,26.292,2.89,26.429,3.14c0.323,0.572,0.536,1.147,0.578,1.6
+			c0.098,1.111-0.523,2.319-1.283,3.151c-0.705,0.771-1.914,1.663-2.887,1.956c-0.234-0.904,0.05-2.396,0.366-3.27
+			c0.389-1.063,1.603-3.154,1.311-4.421c0,0-0.085-0.812-0.896-1.321c-0.45-0.283-0.634-0.156-0.634-0.156
+			c0.867,1.85,0.876,2.629-0.083,4.38c-0.722,1.319-1.057,2.65-0.797,4.124c0.01,0.06,0.029,0.117,0.041,0.176
+			c-0.079-0.201-0.163-0.398-0.26-0.586c-0.737-1.294-1.433-1.967-1.852-3.307c-0.44-1.499,0.03-3.122,0.959-4.714
+			c-0.884,0.539-1.426,1.429-1.632,2.372c-1.497-0.835-2.793-1.958-3.935-3.438c-0.236-0.308-0.517-0.564-0.763-0.791
+			c-1.613-1.49-3.576-2.58-5.833-3.241C7.375-4.773,5.876-5.134,4.4-5.489L4.015-5.58C2-6.066-0.14-6.615-2.17-7.519
+			c-2.336-1.038-4.187-2.232-5.655-3.653c-2.16-2.089-3.478-4.662-3.911-7.647c-0.336-2.302-0.162-4.704,0.532-7.344
+			c0.025-0.095-3.039,2.774-1.458,11.033c-0.237,0.012-0.465,0.019-0.695,0.021l-0.199-0.002c-5.7-0.171-8.071-3.312-8.071-3.312
+			s0.371,3.487,5.861,4.658c0.413,0.088,3.87,0.865,3.986,0.903c0.455,0.926,1.007,1.804,1.644,2.622l-0.49-0.077
+			c-0.94-0.146-1.912-0.296-2.875-0.421l-0.742-0.097c-1.702-0.217-3.463-0.44-5.131-0.932c-1.752-0.514-3.123-1.255-4.194-2.265
+			c-1.148-1.08-1.97-2.473-2.515-4.251c-0.022-0.072-0.041-0.146-0.067-0.254c-0.038-0.146-0.076-0.297-0.132-0.446
+			c-0.058-0.153-0.071-0.323,0.053-0.649c1.026-2.721,2.787-5.08,5.233-7.008c1.872-1.477,4.002-2.646,6.33-3.479
+			c0.078-0.027,0.205-0.072,0.322-0.188l1.026-0.993l-1.605,0.384c-0.188,0.043-0.375,0.087-0.562,0.138
+			c-3.286,0.901-6.15,2.422-8.509,4.517c-0.805,0.292-4.918,2.343-6.665,5.711l-0.291,0.561c0,0,2.233-2.201,3.799-2.522
+			c-0.692,1.122-1.252,2.329-1.664,3.599c-0.026,0.083-0.079,0.177-0.144,0.257c-2.673,3.336-4.587,6.703-5.849,10.3
+			c-0.09,0.255-0.173,0.513-0.252,0.774c-0.127-1.046-0.19-2.093-0.188-3.117c0.001-0.325,2.816-7.805,2.816-7.805
+			s-1.24,1.378-2.265,3.122c0,0-0.18,0.588-0.203,0.626c0.44-2.646,1.294-5.132,2.544-7.435c3.442-6.332,8.718-10.482,16.131-12.422
+			c1.781-0.466,3.722-0.753,5.767-0.753c0,0,22.678-0.021,23.165-0.021c1.089,0,1.922,0.064,2.698,0.205l0.121,0.021
+			c0.262,0.049,0.534,0.1,0.829,0.1c0.313-0.002,0.646-0.042,1.017-0.129l0.183-0.043c0.34-0.082,0.659-0.157,0.974-0.157
+			c3.893-0.029,3.352,2.314,3.352,2.314c-0.162,0.61-0.869,1.034-1.643,1.219c-0.271,0.065-0.549,0.098-0.825,0.098
+			c-0.528,0-1.082-0.12-1.648-0.354c-0.282-0.119-0.565-0.241-0.848-0.362l-0.507-0.22c-0.096-0.041-0.192-0.08-0.289-0.112
+			c-0.229-0.076-0.374-0.105-0.5-0.105c-0.586,0-0.612,0.575-0.628,0.921c-0.019,0.418,0.158,0.809,0.499,1.1
+			c0.274,0.232,0.572,0.459,0.891,0.673c0.575,0.389,1.168,0.79,1.626,1.316c0.576,0.665,0.926,1.339,1.066,2.062
+			c0.092,0.464,0.049,0.917-0.131,1.382c-0.04,0.104-0.079,0.125-0.117,0.137c-0.32,0.103-0.699,0.223-1.084,0.33
+			c-1.439,0.404-2.497,1.008-3.324,1.895c-0.583,0.625-0.98,1.351-1.294,1.978c-0.524,1.054-0.938,2.142-1.228,3.231
+			c-0.47,1.772-1.58,3.193-3.392,4.342c-1.348,0.854-2.893,1.374-4.591,1.545c-0.405,0.043-0.815,0.062-1.248,0.083
+			c-0.108,0.006-0.361,0.038-0.612,0.07c-0.227,0.03-0.451,0.061-0.555,0.065l-0.619,0.037c0,0,0.16,0.225,1.442,0.715
+			c0.243,0.092,0.492,0.115,0.737,0.16c0.594,0.104,1.18,0.157,1.74,0.157c1.352,0,2.629-0.312,3.799-0.927
+			c1.457-0.768,2.62-1.935,3.558-3.57c0.509-0.89,0.91-1.847,1.228-2.925c0.061-0.206,0.113-0.414,0.171-0.636
+			c0.104-0.394,0.21-0.8,0.359-1.169c0.904-2.229,2.582-3.533,4.984-3.877c0.636-0.09,1.257-0.136,1.847-0.136
+			c1.117,0,2.187,0.164,3.176,0.488c1.343,0.44,2.367,1.127,3.131,2.099c0.355,0.451,0.601,0.928,0.752,1.456l0.102,0.356
+			l0.598-0.142c0.128-0.033,0.255-0.063,0.383-0.087c0.09-0.019,0.181-0.026,0.277-0.026c0.272,0,0.55,0.064,0.848,0.131
+			l0.051,0.013c0.223,0.051,0.441,0.06,0.656,0.067l0.179,0.008c0.211,0,0.39-0.142,0.468-0.274c0.09-0.156,0.24-0.246,0.516-0.308
+			c0.07-0.016,0.145-0.022,0.222-0.022c0.676,0,1.385,0.619,1.403,1.227c0.008,0.232-0.054,0.376-0.207,0.481
+			c-0.121,0.083-0.246,0.16-0.386,0.247l-0.673,0.423l0.448,0.341c0.132,0.098,0.277,0.149,0.433,0.149
+			c0.133,0,0.252-0.037,0.355-0.083c0,0-0.562,2.979-4.504,2.112c0,0-0.641-0.263-0.967-0.386l-0.152-0.058
+			c-0.098-0.037-0.196-0.056-0.299-0.056c-0.199,0-0.366,0.074-0.49,0.138c-1.379,0.694-2.73,0.385-2.954,0.385
+			c-0.576,0-1.096,0.057-1.587,0.174c-0.088,0.021-0.219,0.064-0.342,0.199l-0.255,0.285c-1.204-0.06-2.373,0.104-3.488,0.581
+			c-1.285,0.549-2.312,1.386-2.935,2.664c-0.306,0.636-0.456,1.308-0.442,2.021c0.025-0.065,0.053-0.131,0.076-0.197
+			c0.249-0.731,0.614-1.397,1.102-1.999c0.903-1.118,2.068-1.869,3.392-2.398c0.718-0.285,1.46-0.486,2.252-0.619
+			c0,0,2.816-0.105,4.071,0.935c0.953,0.532,1.812,0.78,2.703,0.78l0.185-0.001c3.029,0.004,3.296,1.468,3.296,1.468
+			s0.346-0.224,0.828-0.149c0.429,0.063,0.839,0.194,1.237,0.6c0.32,0.324,0.503,0.752,0.545,1.259
+			c-0.326,0.299-0.657,0.592-1.004,0.901l-0.211,0.186l-0.396,0.312l0.272,0.311c0.167,0.19,0.378,0.291,0.61,0.291
+			c0.136,0,0.269-0.034,0.396-0.104c0.18-0.1,0.338-0.227,0.485-0.344c0.051-0.039,0.101-0.079,0.15-0.117
+			c0.056-0.041,0.183-0.142,0.188-0.146C35.268-8.122,35.232-7.861,35.134-7.608z M31.398-6.803
+			c-0.112-0.314-0.259-0.363-0.588-0.291c-0.173,0.038-0.357,0.049-0.534,0.041c-0.327-0.015-0.651-0.07-0.978-0.077
+			c-0.817-0.016-1.6,0.133-2.25,0.665c-0.921,0.756-1.098,1.649-0.521,2.78c0.007-0.062,0.011-0.087,0.012-0.11
+			c0.037-0.771,0.378-1.37,1.016-1.802c0.53-0.357,1.135-0.5,1.756-0.579c0.502-0.063,0.996-0.147,1.436-0.42
+			c0.038-0.022,0.08-0.042,0.12-0.062c0.006,0.008,0.012,0.016,0.019,0.022c-0.087,0.122-0.116,0.54-0.071,0.713
+			c0.073,0.278,0.089,0.652,0.006,0.875c-0.151-0.379-0.396-0.672-0.74-0.894c-0.057-0.045-0.087-0.057-0.157-0.06
+			c-0.231,0.049-0.458,0.103-0.679,0.177c-0.427,0.142-0.858,0.296-1.251,0.511c-0.55,0.3-0.835,0.769-0.689,1.428
+			c0.047,0.21-0.011,0.397-0.165,0.556c-0.068,0.069-0.128,0.147-0.199,0.231c0.161,0.15,0.301,0.296,0.457,0.422
+			c0.146,0.119,0.301,0.229,0.465,0.322c1.274,0.724,2.995,0.179,3.562-1.148c0.144-0.335,0.221-0.709,0.261-1.072
+			C31.773-5.337,31.653-6.082,31.398-6.803z"/>
+		<path fill="#FFFFFF" d="M-29.561-15.433c-0.058,0.7-0.096,1.398-0.136,2.229c-0.003,0.079-0.019,0.128-0.061,0.188
+			c-1.857,2.681-3.213,5.002-4.265,7.303c-0.185,0.402-0.351,0.788-0.498,1.161c0.666-4.029,2.33-7.684,4.961-10.894
+			C-29.559-15.441-29.559-15.437-29.561-15.433z"/>
+		<path fill="#FFFFFF" d="M26.445-27.534c0.52-0.345,1.166-0.598,2.159-0.845c1.002-0.25,1.927-0.37,2.848-0.37
+			c0.547,0,0.986,0.055,1.385,0.175c0.939,0.283,1.525,0.918,1.741,1.884c0.165,0.738,0.308,1.406,0.378,2.103
+			c0.146,1.462-0.224,2.774-1.097,3.901c-0.103-0.091-0.205-0.18-0.313-0.261c-0.179-0.138-0.375-0.257-0.584-0.358
+			c-0.288-0.141-0.576-0.211-0.857-0.211c-0.283,0-0.562,0.072-0.828,0.212c-0.388,0.206-0.832,0.307-1.36,0.307
+			c-0.186,0-0.386-0.014-0.612-0.037c-0.08-0.01-0.115-0.026-0.158-0.118c-0.762-1.565-2.013-2.679-3.827-3.403
+			c-0.032-0.013-0.047-0.021-0.051-0.021c-0.001,0-0.005-0.018-0.009-0.038c-0.061-0.372-0.117-0.859-0.002-1.338
+			C25.412-26.593,25.798-27.108,26.445-27.534z"/>
+		<path fill="#FFFFFF" d="M8.817,7.339C7.295,5.791,5.453,4.515,3.024,3.317c-1.535-0.754-3.245-1.3-5.384-1.715
+			c-1.223-0.238-2.444-0.469-3.667-0.699l-0.252-0.047C-7.317,0.66-8.356,0.464-9.393,0.265c-2.741-0.526-5.661-1.146-8.47-2.094
+			c-2.039-0.689-3.611-1.42-4.946-2.297c-1.309-0.859-2.213-1.743-2.845-2.781c-0.164-0.271-0.307-0.582-0.432-0.857
+			c-0.071-0.157-0.144-0.313-0.221-0.47c-0.053-0.107-0.118-0.229-0.224-0.335c-1.427-1.396-2.036-3.138-1.808-5.179
+			c0.136-1.226,0.518-2.421,1.165-3.644c0.375,2.495,1.692,4.399,3.917,5.663c1.21,0.688,2.544,1.188,4.08,1.525
+			c1.551,0.344,3.126,0.631,4.605,0.896c0.28,0.05,0.904,0.159,0.904,0.159c1.523,0.268,3.1,0.543,4.596,1.016
+			c0.355,0.111,0.703,0.235,1.026,0.356c0.433,0.163,0.81,0.354,1.154,0.607c0.417,0.309,0.853,0.591,1.308,0.857
+			c-1.926,0.045-5.191,0.049-6.205,0.055c-2.271,0.013-3.833-0.176-5.791-0.921c-2.046-0.779-7.893-3.749-7.893-3.749
+			s2.905,3.108,8.367,5.437c1.899,0.732,3.874,1.213,5.871,1.424c0.889,0.094,1.793,0.139,2.763,0.139
+			c0.812,0,1.654-0.032,2.571-0.098c1.51-0.111,3.02-0.221,4.528-0.324l0.041-0.002c0.071,0,0.147,0.012,0.22,0.033
+			c1.619,0.491,3.252,0.76,4.637,0.957c0.517,0.073,1.042,0.179,1.557,0.287C4.983-3.044,4.879-3.015,4.778-2.986
+			C4.661-2.952,4.549-2.907,4.429-2.857L4.17-2.755L3.153-2.069l3.821-0.082c0.823,0,8.942,1.307,12.417,10.98
+			c0.23,0.645,0.471,1.29,0.658,1.994c-2.44-1.552-5.086-2.605-7.872-3.135C11.134,7.491,10.041,7.378,8.817,7.339z"/>
+		<polygon fill="#FFFFFF" points="22.927,12.856 22.925,12.854 22.927,12.854 		"/>
+	</g>
+	<path fill="#FFFFFF" d="M27.944-3.725c0-0.438,0.356-0.795,0.795-0.795s0.795,0.355,0.795,0.795c0,0.44-0.355,0.795-0.795,0.795
+		C28.3-2.93,27.944-3.285,27.944-3.725z"/>
+</symbol>
+<g>
+	<g>
+		<path fill="#FFFFFF" d="M1248.573,1089.554h80.456v19.365h-58.273v34.154h54.929v18.661h-54.929v52.463h-22.183V1089.554z"/>
+		<path fill="#FFFFFF" d="M1348.747,1081.104h21.126v133.095h-21.126V1081.104z"/>
+		<path fill="#FFFFFF" d="M1392.936,1100.997c0-3.403,1.26-6.366,3.785-8.892c2.521-2.521,5.722-3.784,9.595-3.784
+			s7.13,1.204,9.771,3.607c2.642,2.407,3.961,5.431,3.961,9.067c0,3.64-1.319,6.662-3.961,9.066
+			c-2.641,2.406-5.896,3.607-9.771,3.607s-7.071-1.259-9.595-3.784C1394.193,1107.365,1392.936,1104.402,1392.936,1100.997z
+			 M1395.928,1129.693h21.127v84.504h-21.127V1129.693z"/>
+		<path fill="#FFFFFF" d="M1442.756,1129.693h20.07v13.555h0.352c1.876-4.225,5.133-7.949,9.771-11.178
+			c4.635-3.229,10.123-4.844,16.461-4.844c5.516,0,10.237,0.971,14.172,2.905c3.932,1.938,7.158,4.489,9.684,7.659
+			c2.521,3.168,4.371,6.809,5.545,10.914c1.172,4.109,1.762,8.336,1.762,12.677v52.814h-21.127v-46.829
+			c0-2.465-0.176-5.046-0.528-7.746c-0.353-2.698-1.116-5.135-2.287-7.307c-1.176-2.17-2.79-3.961-4.843-5.371
+			c-2.055-1.406-4.783-2.111-8.186-2.111c-3.406,0-6.34,0.677-8.804,2.025c-2.465,1.351-4.49,3.08-6.074,5.191
+			c-1.584,2.113-2.79,4.551-3.608,7.307c-0.821,2.761-1.231,5.547-1.231,8.363v46.478h-21.127L1442.756,1129.693L1442.756,1129.693z
+			"/>
+		<path fill="#FFFFFF" d="M1545.568,1081.104h21.127v84.152h0.526l32.042-35.562h27.111l-36.619,38.203l38.908,46.302h-27.992
+			l-33.451-43.31h-0.526v43.31h-21.127L1545.568,1081.104L1545.568,1081.104z"/>
+	</g>
+	<g>
+		
+			<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" x="-35.249" y="-35.39" transform="matrix(7.0632 0 0 -7.0632 1438.6172 775.3496)" overflow="visible"/>
+	</g>
+</g>
+<g>
+	<g>
+		<g>
+			<g>
+				<path fill="#FFFFFF" d="M342.773,1130.1h56.092v13.502h-40.627v23.812h38.297v13.011h-38.297V1217h-15.465V1130.1z"/>
+				<path fill="#FFFFFF" d="M412.613,1124.208h14.729V1217h-14.729V1124.208z"/>
+				<path fill="#FFFFFF" d="M443.42,1138.078c0-2.372,0.879-4.438,2.639-6.199c1.76-1.758,3.99-2.639,6.69-2.639
+					s4.972,0.841,6.812,2.517c1.842,1.679,2.763,3.786,2.763,6.321c0,2.537-0.92,4.645-2.763,6.32
+					c-1.84,1.678-4.11,2.517-6.812,2.517s-4.931-0.878-6.69-2.64C444.299,1142.518,443.42,1140.452,443.42,1138.078z
+					 M445.507,1158.084h14.729V1217h-14.729V1158.084z"/>
+				<path fill="#FFFFFF" d="M478.154,1158.084h13.994v9.451h0.244c1.309-2.945,3.578-5.542,6.812-7.793
+					c3.231-2.25,7.058-3.376,11.478-3.376c3.846,0,7.139,0.675,9.881,2.024c2.74,1.352,4.99,3.131,6.75,5.34
+					s3.047,4.746,3.867,7.609c0.815,2.865,1.228,5.811,1.228,8.837V1217h-14.729v-32.648c0-1.719-0.123-3.518-0.367-5.399
+					c-0.246-1.882-0.778-3.579-1.597-5.095c-0.819-1.514-1.944-2.762-3.375-3.743c-1.433-0.982-3.335-1.474-5.708-1.474
+					s-4.418,0.473-6.137,1.412c-1.72,0.941-3.131,2.146-4.234,3.62c-1.105,1.474-1.945,3.172-2.518,5.095
+					c-0.572,1.924-0.857,3.865-0.857,5.83V1217h-14.73V1158.084L478.154,1158.084z"/>
+				<path fill="#FFFFFF" d="M549.835,1124.208h14.729v58.671h0.367l22.34-24.795h18.901l-25.53,26.636L607.77,1217h-19.517
+					l-23.321-30.193h-0.367V1217h-14.729L549.835,1124.208L549.835,1124.208z"/>
+			</g>
+		</g>
+	</g>
+	
+		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" id="XMLID_11_" x="-35.249" y="-35.39" transform="matrix(1.7598 0 0 -1.7597 269.8027 1154.0586)" overflow="visible"/>
+</g>
+<g>
+	
+		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" x="-35.249" y="-35.39" transform="matrix(11.348 0 0 -11.348 611.5576 498.4609)" overflow="visible"/>
+</g>
+<g>
+	<g>
+		<path fill="#FFFFFF" d="M1562.207,346.53h68.343v16.45h-49.5v29.011h46.658v15.852h-46.658v44.565h-18.843V346.53z"/>
+		<path fill="#FFFFFF" d="M1647.298,339.352h17.946v113.056h-17.946V339.352z"/>
+		<path fill="#FFFFFF" d="M1684.833,356.25c0-2.891,1.069-5.408,3.214-7.553c2.145-2.144,4.861-3.215,8.15-3.215
+			c3.291,0,6.058,1.023,8.301,3.065c2.242,2.045,3.363,4.613,3.363,7.702c0,3.091-1.122,5.659-3.363,7.701
+			c-2.244,2.045-5.01,3.066-8.301,3.066c-3.289,0-6.008-1.07-8.15-3.216C1685.902,361.66,1684.833,359.143,1684.833,356.25z
+			 M1687.375,380.625h17.945v71.782h-17.945V380.625z"/>
+		<path fill="#FFFFFF" d="M1727.152,380.625h17.047v11.516h0.301c1.594-3.59,4.358-6.753,8.299-9.496
+			c3.938-2.741,8.599-4.113,13.982-4.113c4.686,0,8.695,0.823,12.037,2.469c3.34,1.645,6.081,3.812,8.227,6.505
+			c2.143,2.691,3.713,5.782,4.711,9.271c0.996,3.491,1.494,7.08,1.494,10.768v44.863h-17.945v-39.779
+			c0-2.094-0.148-4.285-0.448-6.58c-0.298-2.292-0.948-4.36-1.942-6.206c-0.998-1.844-2.369-3.365-4.112-4.562
+			c-1.746-1.196-4.063-1.794-6.954-1.794c-2.895,0-5.384,0.575-7.479,1.72c-2.092,1.147-3.812,2.617-5.158,4.412
+			c-1.347,1.794-2.371,3.864-3.065,6.206c-0.698,2.343-1.047,4.71-1.047,7.104v39.479h-17.944v-71.783H1727.152z"/>
+		<path fill="#FFFFFF" d="M1814.484,339.352h17.944v71.482h0.449l27.217-30.209h23.028l-31.104,32.452l33.05,39.33h-23.777
+			l-28.412-36.788h-0.449v36.788h-17.945V339.352L1814.484,339.352z"/>
+	</g>
+	
+		<use xlink:href="#New_Symbol_12"  width="70.497" height="70.78" id="XMLID_13_" x="-35.249" y="-35.39" transform="matrix(4.8509 0 0 -4.8509 1364.2617 279.8057)" overflow="visible"/>
+</g>
+<text transform="matrix(1 0 0 1 118.9424 104.2578)" font-family="'AvenirNext-DemiBold'" font-size="45.9139">Filled white</text>
+</svg>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/managed-state.png
----------------------------------------------------------------------
diff --git a/content/img/managed-state.png b/content/img/managed-state.png
new file mode 100644
index 0000000..3dbb2fd
Binary files /dev/null and b/content/img/managed-state.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/navbar-brand-logo.jpg
----------------------------------------------------------------------
diff --git a/content/img/navbar-brand-logo.jpg b/content/img/navbar-brand-logo.jpg
new file mode 100644
index 0000000..5993ee8
Binary files /dev/null and b/content/img/navbar-brand-logo.jpg differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/runtime.png
----------------------------------------------------------------------
diff --git a/content/img/runtime.png b/content/img/runtime.png
new file mode 100644
index 0000000..8fd211f
Binary files /dev/null and b/content/img/runtime.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
new file mode 100644
index 0000000..53df732
--- /dev/null
+++ b/content/index.html
@@ -0,0 +1,297 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Unified Batch and Stream Processing</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li class="active"><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-12"><p class="lead"><strong>Apache Flink</strong> is an open source platform for unified batch and stream processing.</p></div>
+</div>
+
+<div class="row">
+  <div class="col-sm-6">
+
+    <p><strong>Flink’s core</strong> is a <a href="features.html#unified-stream-amp-batch-processing">streaming dataflow engine</a> that provides data distribution, communication, and fault tolerance for distributed computations over data streams.</p>
+
+    <p>Flink includes <strong>several APIs</strong> for creating applications that use the Flink engine:</p>
+
+    <ol>
+      <li><a href="features.html#dataset-api">DataSet API</a> for static data embedded in Java, Scala, and Python,</li>
+      <li><a href="features.html#datastream-api">DataStream API</a> for unbounded streams embedded in Java and Scala, and</li>
+      <li><a href="features.html#table-api">Table API</a> with a SQL-like expression language embedded in Java and Scala.</li>
+    </ol>
+
+    <p>Flink also bundles <strong>libraries for domain-specific use cases</strong>:</p>
+
+    <ol>
+      <li><a href="features.html#machine-learning-library">Machine Learning library</a>, and</li>
+      <li><a href="features.html#graph-api-amp-library-gelly">Gelly</a>, a graph processing API and library.</li>
+    </ol>
+
+    <p>You can <strong>integrate</strong> Flink easily with other well-known open source systems both for <a href="features.html#deployment-and-integration">data input and output</a> as well as <a href="features.html#deployment-and-integration">deployment</a>.</p>
+
+    <p><strong>Check out the <a href="features.html">features</a> page to get a tour of all major Flink features.</strong></p>
+  </div>
+  <div class="col-sm-6 stack text-center">
+    <img src="/img/flink-stack-small.png" alt="Apache Flink Stack" width="385px" height="300px" />
+  </div>
+</div>
+
+<hr />
+
+<div class="frontpage-tags">
+  <div class="row">
+    <div class="col-md-4 text-center">
+       <h2><span class="glyphicon glyphicon-flash"></span> <a href="features.html#fast">Fast</a></h2>
+      <p>State-of-the art performance exploiting in-memory processing and data streaming.</p>
+    </div>
+    <div class="col-md-4 text-center">
+      <h2><span class="glyphicon glyphicon-plane"></span> <a href="features.html#reliable-and-scalable">Reliable</a></h2>
+      <p>Flink is designed to perform very well even when the cluster's memory runs out.</p>
+    </div>
+    <div class="col-md-4 text-center">
+      <h2><span class="glyphicon glyphicon-cutlery"></span> <a href="features.html#expressive">Expressive</a></h2>
+      <p>Write beautiful, type-safe code in Java and Scala. Execute it on a cluster.</p>
+    </div>
+  </div>
+
+  <div class="row">
+    <div class="col-md-4 text-center">
+      <h2><span class="glyphicon glyphicon-send"></span> <a href="features.html#easy-to-use">Easy to use</a></h2>
+      <p>Few configuration parameters required. Cost-based optimizer built in.</p>
+    </div>
+    <div class="col-md-4 text-center">
+      <h2><span class="glyphicon glyphicon-sort"></span> <a href="features.html#reliable-and-scalable">Scalable</a></h2>
+      <p>Tested on clusters of 100s of machines, Google Compute Engine, and Amazon EC2.</p>
+    </div>
+    <div class="col-md-4 text-center">
+      <h2><span class="glyphicon glyphicon-refresh"></span> <a href="features.html#hadoop">Hadoop-compatible</a></h2>
+      <p>Flink runs on YARN and HDFS and has a Hadoop compatibility package.</p>
+    </div>
+  </div>
+</div>
+
+<hr />
+
+<div class="row">
+  <div class="col-sm-6">
+    <h2 id="getting-started">Getting Started</h2>
+
+    <p>Download the <strong>latest stable release</strong> and run Flink on your machine, cluster, or cloud:</p>
+
+    <div class="text-center download-button"><a href="downloads.html" class="btn btn-primary"><strong>Download Apache Flink 0.8.1</strong></a></div>
+
+    <p>The documentation contains a <a href="http://ci.apache.org/projects/flink/flink-docs-master/setup">setup guide</a> for all deployment options.</p>
+
+    <p>The <a href="http://ci.apache.org/projects/flink/flink-docs-master/apis">programming guide</a> contains all information to get you started with writing and testing your Flink programs.</p>
+
+    <p><strong>Check out the <a href="http://ci.apache.org/projects/flink/flink-docs-master">documentation</a> for the next steps.</strong></p>
+
+  </div>
+  <div class="col-sm-6" style="padding-bottom:1em">
+    <h2 id="latest-blog-posts">Latest blog posts</h2>
+
+    <ul class="list-group">
+  
+      <li class="list-group-item"><span>11 May 2015</span> &raquo;
+        <a href="/news/2015/05/11/Juggling-with-Bits-and-Bytes.html">Juggling with Bits and Bytes</a>
+      </li>
+  
+      <li class="list-group-item"><span>13 Apr 2015</span> &raquo;
+        <a href="/news/2015/04/13/release-0.9.0-milestone1.html">Announcing Flink 0.9.0-milestone1 preview release</a>
+      </li>
+  
+      <li class="list-group-item"><span>07 Apr 2015</span> &raquo;
+        <a href="/news/2015/04/07/march-in-flink.html">March 2015 in the Flink community</a>
+      </li>
+  
+      <li class="list-group-item"><span>13 Mar 2015</span> &raquo;
+        <a href="/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html">Peeking into Apache Flink's Engine Room</a>
+      </li>
+  
+      <li class="list-group-item"><span>02 Mar 2015</span> &raquo;
+        <a href="/news/2015/03/02/february-2015-in-flink.html">February 2015 in the Flink community</a>
+      </li>
+
+</ul>
+
+    <p><strong>Check out <a href="blog/">the blog</a> for all posts.</strong></p>
+  </div>
+</div>
+
+<div class="row">
+  <div class="col-sm-6">
+    <h2 id="community">Community</h2>
+
+    <p>You can post questions to the Flink <a href="">community</a> on various channels. Pick the one, which suits you best:</p>
+
+    <ul>
+      <li>
+        <p><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> <strong>User mailing list</strong>. Subscribe to the mailing list by sending an empty email to user-subscribe@flink.apache.org. Once the subscription is confirmed, you can send questions to user@flink.apache.org.</p>
+      </li>
+      <li>
+        <p><span class="glyphicon glyphicon-search" aria-hidden="true"></span> <strong>Stack Overflow</strong>. Post your questions to <a href="http://stackoverflow.com/questions/ask/?tags=flink">Stack Overflow</a> and tag them with <a href="http://stackoverflow.com/questions/ask/?tags=flink">#flink</a>.</p>
+      </li>
+      <li>
+        <p><span class="glyphicon glyphicon-comment" aria-hidden="true"></span> <strong>IRC chat</strong>. The IRC channel <strong>#flink</strong> at irc.freenode.org is dedicated to Apache Flink. Join the channel and chat with the Flink community.</p>
+      </li>
+    </ul>
+
+    <p><strong>Check out <a href="community.html">the community page</a> for all community-related information. If you want to contribute, make sure to have a look at the <a href="how-to-contribute.html">contribution guide</a>.</strong></p>
+  </div>
+
+  <div class="col-sm-6 text-center">
+   <a class="twitter-timeline" href="https://twitter.com/ApacheFlink" data-widget-id="598498380973735936">Tweets by @ApacheFlink</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/js/codetabs.js
----------------------------------------------------------------------
diff --git a/content/js/codetabs.js b/content/js/codetabs.js
new file mode 100644
index 0000000..878aa32
--- /dev/null
+++ b/content/js/codetabs.js
@@ -0,0 +1,121 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/* Note: This file is originally from the Apache Spark project. */
+
+/* Custom JavaScript code in the MarkDown docs */
+
+// Enable language-specific code tabs
+function codeTabs() {
+  var counter = 0;
+  var langImages = {
+    "scala": "img/scala-sm.png",
+    "python": "img/python-sm.png",
+    "java": "img/java-sm.png"
+  };
+  $("div.codetabs").each(function() {
+    $(this).addClass("tab-content");
+
+    // Insert the tab bar
+    var tabBar = $('<ul class="nav nav-tabs" data-tabs="tabs"></ul>');
+    $(this).before(tabBar);
+
+    // Add each code sample to the tab bar:
+    var codeSamples = $(this).children("div");
+    codeSamples.each(function() {
+      $(this).addClass("tab-pane");
+      var lang = $(this).data("lang");
+      var image = $(this).data("image");
+      var notabs = $(this).data("notabs");
+      var capitalizedLang = lang.substr(0, 1).toUpperCase() + lang.substr(1);
+      var id = "tab_" + lang + "_" + counter;
+      $(this).attr("id", id);
+      if (image != null && langImages[lang]) {
+        var buttonLabel = "<img src='" +langImages[lang] + "' alt='" + capitalizedLang + "' />";
+      } else if (notabs == null) {
+        var buttonLabel = "<b>" + capitalizedLang + "</b>";
+      } else {
+        var buttonLabel = ""
+      }
+      tabBar.append(
+        '<li><a class="tab_' + lang + '" href="#' + id + '">' + buttonLabel + '</a></li>'
+      );
+    });
+
+    codeSamples.first().addClass("active");
+    tabBar.children("li").first().addClass("active");
+    counter++;
+  });
+  $("ul.nav-tabs a").click(function (e) {
+    // Toggling a tab should switch all tabs corresponding to the same language
+    // while retaining the scroll position
+    e.preventDefault();
+    var scrollOffset = $(this).offset().top - $(document).scrollTop();
+    $("." + $(this).attr('class')).tab('show');
+    $(document).scrollTop($(this).offset().top - scrollOffset);
+  });
+}
+
+function makeCollapsable(elt, accordionClass, accordionBodyId, title) {
+  $(elt).addClass("accordion-inner");
+  $(elt).wrap('<div class="accordion ' + accordionClass + '"></div>')
+  $(elt).wrap('<div class="accordion-group"></div>')
+  $(elt).wrap('<div id="' + accordionBodyId + '" class="accordion-body collapse"></div>')
+  $(elt).parent().before(
+    '<div class="accordion-heading">' +
+      '<a class="accordion-toggle" data-toggle="collapse" href="#' + accordionBodyId + '">' +
+             title +
+      '</a>' +
+    '</div>'
+  );
+}
+
+// Enable "view solution" sections (for exercises)
+function viewSolution() {
+  var counter = 0
+  $("div.solution").each(function() {
+    var id = "solution_" + counter
+    makeCollapsable(this, "", id,
+      '<i class="icon-ok-sign" style="text-decoration: none; color: #0088cc">' +
+      '</i>' + "View Solution");
+    counter++;
+  });
+}
+
+// A script to fix internal hash links because we have an overlapping top bar.
+// Based on https://github.com/twitter/bootstrap/issues/193#issuecomment-2281510
+function maybeScrollToHash() {
+  console.log("HERE");
+  if (window.location.hash && $(window.location.hash).length) {
+    console.log("HERE2", $(window.location.hash), $(window.location.hash).offset().top);
+    var newTop = $(window.location.hash).offset().top - 57;
+    $(window).scrollTop(newTop);
+  }
+}
+
+$(function() {
+  codeTabs();
+  viewSolution();
+
+  $(window).bind('hashchange', function() {
+    maybeScrollToHash();
+  });
+
+  // Scroll now too in case we had opened the page on a hash, but wait a bit because some browsers
+  // will try to do *their* initial scroll after running the onReady handler.
+  $(window).load(function() { setTimeout(function() { maybeScrollToHash(); }, 25); }); 
+});

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/material.html
----------------------------------------------------------------------
diff --git a/content/material.html b/content/material.html
new file mode 100644
index 0000000..0cead94
--- /dev/null
+++ b/content/material.html
@@ -0,0 +1,288 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Material</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown active">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <div class="col-sm-12"><h1>Material</h1></div>
+    </div>
+
+<div class="page-toc">
+<ul id="markdown-toc">
+  <li><a href="#apache-flink-logos" id="markdown-toc-apache-flink-logos">Apache Flink Logos</a>    <ul>
+      <li><a href="#portable-network-graphics-png" id="markdown-toc-portable-network-graphics-png">Portable Network Graphics (PNG)</a></li>
+      <li><a href="#scalable-vector-graphics-svg" id="markdown-toc-scalable-vector-graphics-svg">Scalable Vector Graphics (SVG)</a></li>
+      <li><a href="#photoshop-psd" id="markdown-toc-photoshop-psd">Photoshop (PSD)</a></li>
+    </ul>
+  </li>
+  <li><a href="#slides" id="markdown-toc-slides">Slides</a></li>
+</ul>
+
+</div>
+
+<h2 id="apache-flink-logos">Apache Flink Logos</h2>
+
+<p>We provide the Apache Flink logo in different sizes and formats. You can <a href="/img/logo.zip">download all variants</a> (7.7 MB) or just pick the one you need from this page.</p>
+
+<h3 id="portable-network-graphics-png">Portable Network Graphics (PNG)</h3>
+
+<div class="row text-center">
+  <div class="col-sm-4">
+    <h4>Colored logo</h4>
+
+    <p><img src="/img/logo/png/200/flink_squirrel_200_color.png" alt="Apache Flink Logo" title="Apache Flink Logo" width="200px" /></p>
+
+    <p><strong>Sizes (px)</strong>:
+      <a href="/img/logo/png/50/color_50.png">50x50</a>,
+      <a href="/img/logo/png/100/flink_squirrel_100_color.png">100x100</a>,
+      <a href="/img/logo/png/200/flink_squirrel_200_color.png">200x200</a>,
+      <a href="/img/logo/png/500/flink_squirrel_500.png">500x500</a>,
+      <a href="/img/logo/png/1000/flink_squirrel_1000.png">1000x1000</a></p>
+  </div>
+
+  <div class="col-sm-4">
+    <h4>White filled logo</h4>
+
+    <p><img src="/img/logo/png/200/flink_squirrel_200_white.png" alt="Apache Flink Logo" title="Apache Flink Logo" width="200px" style="background:black;" /></p>
+
+    <p><strong>Sizes (px)</strong>:
+      <a href="/img/logo/png/50/white_50.png">50x50</a>,
+      <a href="/img/logo/png/100/flink_squirrel_100_white.png">100x100</a>,
+      <a href="/img/logo/png/200/flink_squirrel_200_white.png">200x200</a>,
+      <a href="/img/logo/png/500/flink_squirrel_500_white.png">500x500</a>,
+      <a href="/img/logo/png/1000/flink_squirrel_white_1000.png">1000x1000</a></p>
+  </div>
+
+  <div class="col-sm-4">
+    <h4>Black outline logo</h4>
+
+    <p><img src="/img/logo/png/200/flink_squirrel_200_black.png" alt="Apache Flink Logo" title="Apache Flink Logo" width="200px" /></p>
+
+    <p><strong>Sizes (px)</strong>:
+      <a href="/img/logo/png/50/black_50.png">50x50</a>,
+      <a href="/img/logo/png/100/flink_squirrel_100_black.png">100x100</a>,
+      <a href="/img/logo/png/200/flink_squirrel_200_black.png">200x200</a>,
+      <a href="/img/logo/png/500/flink_squirrel_500_black.png">500x500</a>,
+      <a href="/img/logo/png/1000/flink_squirrel_black_1000.png">1000x1000</a></p>
+  </div>
+</div>
+
+<div class="panel panel-default">
+  <div class="panel-body">
+    You can find more variants of the logo <a href="/img/logo/png">in this directory</a> or <a href="/img/logo.zip">download all variants</a> (7.7 MB).
+  </div>
+</div>
+
+<h3 id="scalable-vector-graphics-svg">Scalable Vector Graphics (SVG)</h3>
+
+<div class="row text-center img100">
+  <div class="col-sm-4 text-center">
+    <h4>Colored logo</h4>
+
+    <p><img src="/img/logo/svg/color_black.svg" alt="Apache Flink Logo" title="Apache Flink Logo" /></p>
+
+    <p>Colored logo with black text (<a href="/img/logo/svg/color_black.svg">color_black.svg</a>)</p>
+  </div>
+  <div class="col-sm-4">
+    <h4>White filled logo</h4>
+
+    <p><img src="/img/logo/svg/white_filled.svg" alt="Apache Flink Logo" title="Apache Flink Logo" style="background:black;" /></p>
+
+    <p>White filled logo (<a href="/img/logo/svg/white_filled.svg">white_filled.svg</a>)</p>
+  </div>
+  <div class="col-sm-4">
+    <h4>Black outline logo</h4>
+
+    <p><img src="/img/logo/svg/black_outline.svg" alt="Apache Flink Logo" title="Apache Flink Logo" /></p>
+
+    <p>Black outline logo (<a href="/img/logo/svg/black_outline.svg">black_outline.svg</a>)</p>
+  </div>
+</div>
+
+<div class="panel panel-default">
+  <div class="panel-body">
+    You can find more variants of the logo <a href="/img/logo/svg">in this directory</a> or <a href="/img/logo.zip">download all variants</a> (7.7 MB).
+  </div>
+</div>
+
+<h3 id="photoshop-psd">Photoshop (PSD)</h3>
+
+<div class="panel panel-default">
+  <div class="panel-body">
+    <p>You can download the logo in PSD format as well:</p>
+
+    <ul>
+      <li><strong>Colored logo</strong>: <a href="/img/logo/psd/flink_squirrel_1000.psd">1000x1000</a>.</li>
+      <li><strong>Black outline logo with text</strong>: <a href="/img/logo/psd/flink_1000.psd">1000x1000</a>, <a href="/img/logo/psd/flink_5000.psd">5000x5000</a>.</li>
+    </ul>
+
+    <p>You can find more variants of the logo <a href="/img/logo/psd">in this directory</a> or <a href="/img/logo.zip">download all variants</a> (7.7 MB).</p>
+  </div>
+</div>
+
+<h2 id="slides">Slides</h2>
+
+<ul>
+  <li>Till Rohrmann: <strong>Machine Learning with Apache Flink</strong> <em>(March 23th, 2015)</em>: <a href="http://www.slideshare.net/tillrohrmann/machine-learning-with-apache-flink">SlideShare</a></li>
+  <li>Kostas Tzoumas: <strong>Apache Flink Overview</strong> <em>(January 14th, 2015)</em>: <a href="http://www.slideshare.net/KostasTzoumas/apache-flink-api-runtime-and-project-roadmap">SlideShare</a></li>
+  <li>Kostas Tzoumas: <strong>Flink Internals</strong> <em>(November 18th, 2014)</em>: <a href="http://www.slideshare.net/KostasTzoumas/flink-internals">SlideShare</a></li>
+  <li>Till Rohrmann: <strong>Introduction to Apache Flink</strong> <em>(October 15th, 2014)</em>: <a href="http://www.slideshare.net/tillrohrmann/introduction-to-apache-flink">SlideShare</a></li>
+  <li>Stephan Ewen: <strong>Apache Flink Overview</strong> <em>(October 8th, 2014)</em>: <a href="http://www.slideshare.net/stephanewen1/apache-flink-overview-at-stockholm-hadoop-user-group">SlideShare</a></li>
+</ul>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2012/08/21/release02.html
----------------------------------------------------------------------
diff --git a/content/news/2012/08/21/release02.html b/content/news/2012/08/21/release02.html
new file mode 100644
index 0000000..24207e5
--- /dev/null
+++ b/content/news/2012/08/21/release02.html
@@ -0,0 +1,192 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Version 0.2 Released</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Version 0.2 Released</h1>
+
+      <article>
+        <p>21 Aug 2012</p>
+
+<p>We are happy to announce that version 0.2 of the Stratosphere System has been released. It has a lot of performance improvements as well as a bunch of exciting new features like:</p>
+<ul>
+<li>The new Sopremo Algebra Layer and the Meteor Scripting Language</li>
+<li>The whole new tuple data model for the PACT API</li>
+<li>Fault tolerance through local checkpoints</li>
+<li>A ton of performance improvements on all layers</li>
+<li>Support for plug-ins on the data flow channel layer</li>
+<li>Many new library classes (for example new Input-/Output-Formats)</li>
+</ul>
+<p>For a complete list of new features, check out the <a href="https://stratosphere.eu/wiki/doku.php/wiki:changesrelease0.2">change log</a>.</p>
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2012/10/15/icde2013.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/15/icde2013.html b/content/news/2012/10/15/icde2013.html
new file mode 100644
index 0000000..27a6709
--- /dev/null
+++ b/content/news/2012/10/15/icde2013.html
@@ -0,0 +1,193 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Stratosphere Demo Accepted for ICDE 2013</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Stratosphere Demo Accepted for ICDE 2013</h1>
+
+      <article>
+        <p>15 Oct 2012</p>
+
+ <p>Our demo submission<br />
+<strong><cite>"Peeking into the Optimization of Data Flow Programs with MapReduce-style UDFs"</cite></strong><br />
+has been accepted for ICDE 2013 in Brisbane, Australia.<br />
+The demo illustrates the contributions of our VLDB 2012 paper <cite>"Opening the Black Boxes in Data Flow Optimization"</cite> <a href="/assets/papers/optimizationOfDataFlowsWithUDFs_13.pdf">[PDF]</a> and <a href="/assets/papers/optimizationOfDataFlowsWithUDFs_poster_13.pdf">[Poster PDF]</a>.</p>
+<p>Visit our poster, enjoy the demo, and talk to us if you are going to attend ICDE 2013.</p>
+<p><strong>Abstract:</strong><br />
+Data flows are a popular abstraction to define data-intensive processing tasks. In order to support a wide range of use cases, many data processing systems feature MapReduce-style user-defined functions (UDFs). In contrast to UDFs as known from relational DBMS, MapReduce-style UDFs have less strict templates. These templates do not alone provide all the information needed to decide whether they can be reordered with relational operators and other UDFs. However, it is well-known that reordering operators such as filters, joins, and aggregations can yield runtime improvements by orders of magnitude.<br />
+We demonstrate an optimizer for data flows that is able to reorder operators with MapReduce-style UDFs written in an imperative language. Our approach leverages static code analysis to extract information from UDFs which is used to reason about the reorderbility of UDF operators. This information is sufficient to enumerate a large fraction of the search space covered by conventional RDBMS optimizers including filter and aggregation push-down, bushy join orders, and choice of physical execution strategies based on interesting properties.<br />
+We demonstrate our optimizer and a job submission client that allows users to peek step-by-step into each phase of the optimization process: the static code analysis of UDFs, the enumeration of reordered candidate data flows, the generation of physical execution plans, and their parallel execution. For the demonstration, we provide a selection of relational and non-relational data flow programs which highlight the salient features of our approach.</p>
+
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>


[52/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
Address PR comments


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/5e1410e5
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/5e1410e5
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/5e1410e5

Branch: refs/heads/asf-site
Commit: 5e1410e56ec340777bc579c5b5e97afc56d5416d
Parents: 1f533de
Author: Ufuk Celebi <uc...@apache.org>
Authored: Wed May 13 17:55:40 2015 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Fri May 15 13:31:06 2015 +0200

----------------------------------------------------------------------
 _config.yml                                     |    2 +
 _includes/navbar.html                           |   34 +-
 _layouts/plain.html                             |    6 +-
 _layouts/post.html                              |   32 +-
 .../2015-05-11-Juggling-with-Bits-and-Bytes.md  |  114 +-
 blog/index.html                                 |    7 +-
 content/blog/feed.xml                           | 2797 ++++++++
 content/blog/index.html                         |  647 ++
 content/blog/page2/index.html                   |  641 ++
 content/blog/page3/index.html                   |  681 ++
 content/coding-guidelines.html                  |  213 +
 content/community.html                          |  442 ++
 content/css/flink.css                           |  153 +
 content/css/syntax.css                          |   60 +
 content/downloads.html                          |  323 +
 content/faq.html                                |  199 +
 content/favicon.ico                             |  Bin 0 -> 1150 bytes
 content/features.html                           |  259 +
 content/how-to-contribute.html                  |  358 +
 content/img/assets/WhatIsFlink.png              |  Bin 0 -> 248892 bytes
 content/img/assets/grep.png                     |  Bin 0 -> 121239 bytes
 content/img/assets/hadoop-img.png               |  Bin 0 -> 67841 bytes
 content/img/assets/optimizer-visual.png         |  Bin 0 -> 204452 bytes
 content/img/assets/pagerank.pdf                 |  Bin 0 -> 21052 bytes
 content/img/assets/pagerank.png                 |  Bin 0 -> 135851 bytes
 content/img/blog/data-serialization.png         |  Bin 0 -> 395455 bytes
 content/img/blog/flinkSer-int-gc.png            |  Bin 0 -> 12405 bytes
 content/img/blog/flinkSer-int-mem.png           |  Bin 0 -> 15689 bytes
 content/img/blog/kryoSer-int-gc.png             |  Bin 0 -> 12018 bytes
 content/img/blog/kryoSer-int-mem.png            |  Bin 0 -> 16747 bytes
 content/img/blog/memory-alloc.png               |  Bin 0 -> 299878 bytes
 content/img/blog/memory-mgmt.png                |  Bin 0 -> 360975 bytes
 content/img/blog/objHeap-int-gc.png             |  Bin 0 -> 22921 bytes
 content/img/blog/objHeap-int-mem.png            |  Bin 0 -> 17259 bytes
 content/img/blog/sort-benchmark.png             |  Bin 0 -> 73111 bytes
 content/img/blog/sorting-binary-data-1.png      |  Bin 0 -> 251023 bytes
 content/img/blog/sorting-binary-data-2.png      |  Bin 0 -> 335940 bytes
 content/img/blog/sorting-binary-data-3.png      |  Bin 0 -> 278178 bytes
 content/img/flink-stack-small.png               |  Bin 0 -> 55877 bytes
 content/img/flink-stack.png                     |  Bin 0 -> 87387 bytes
 content/img/logo.zip                            |  Bin 0 -> 7708436 bytes
 .../logo/png/100/flink_squirrel_100_black.png   |  Bin 0 -> 7516 bytes
 .../logo/png/100/flink_squirrel_100_color.png   |  Bin 0 -> 16446 bytes
 .../logo/png/100/flink_squirrel_100_white.png   |  Bin 0 -> 6096 bytes
 content/img/logo/png/1000/flink1000_black.png   |  Bin 0 -> 79026 bytes
 .../img/logo/png/1000/flink1000_color_black.png |  Bin 0 -> 192934 bytes
 .../img/logo/png/1000/flink1000_color_white.png |  Bin 0 -> 192809 bytes
 content/img/logo/png/1000/flink1000_white.png   |  Bin 0 -> 69039 bytes
 .../img/logo/png/1000/flink_squirrel_1000.png   |  Bin 0 -> 258648 bytes
 .../logo/png/1000/flink_squirrel_black_1000.png |  Bin 0 -> 105074 bytes
 .../logo/png/1000/flink_squirrel_white_1000.png |  Bin 0 -> 91158 bytes
 content/img/logo/png/200/flink2_200_black.png   |  Bin 0 -> 8958 bytes
 .../img/logo/png/200/flink2_200_color_black.png |  Bin 0 -> 18470 bytes
 .../img/logo/png/200/flink2_200_color_white.png |  Bin 0 -> 18377 bytes
 content/img/logo/png/200/flink2_200_white.png   |  Bin 0 -> 7180 bytes
 .../logo/png/200/flink_squirrel_200_black.png   |  Bin 0 -> 16353 bytes
 .../logo/png/200/flink_squirrel_200_color.png   |  Bin 0 -> 40591 bytes
 .../logo/png/200/flink_squirrel_200_white.png   |  Bin 0 -> 13315 bytes
 content/img/logo/png/50/black_50.png            |  Bin 0 -> 3487 bytes
 content/img/logo/png/50/color_50.png            |  Bin 0 -> 6182 bytes
 content/img/logo/png/50/white_50.png            |  Bin 0 -> 2457 bytes
 content/img/logo/png/500/flink2_500_black.png   |  Bin 0 -> 25677 bytes
 .../img/logo/png/500/flink2_500_color_black.png |  Bin 0 -> 59849 bytes
 .../img/logo/png/500/flink2_500_color_white.png |  Bin 0 -> 59550 bytes
 content/img/logo/png/500/flink2_500_white.png   |  Bin 0 -> 20590 bytes
 content/img/logo/png/500/flink500_black.png     |  Bin 0 -> 36289 bytes
 .../img/logo/png/500/flink500_color_black.png   |  Bin 0 -> 89112 bytes
 .../img/logo/png/500/flink500_color_white.png   |  Bin 0 -> 89131 bytes
 content/img/logo/png/500/flink500_white.png     |  Bin 0 -> 30192 bytes
 content/img/logo/png/500/flink_3_500.png        |  Bin 0 -> 14804 bytes
 content/img/logo/png/500/flink_squirrel_500.png |  Bin 0 -> 119199 bytes
 .../logo/png/500/flink_squirrel_500_black.png   |  Bin 0 -> 48815 bytes
 .../logo/png/500/flink_squirrel_500_white.png   |  Bin 0 -> 41430 bytes
 content/img/logo/psd/flink1000.psd              |  Bin 0 -> 1966600 bytes
 content/img/logo/psd/flink50.psd                |  Bin 0 -> 407654 bytes
 content/img/logo/psd/flink5000.psd              |  Bin 0 -> 1528938 bytes
 content/img/logo/psd/flink_3_500.psd            |  Bin 0 -> 844305 bytes
 content/img/logo/psd/flink_squirrel.psd         |  Bin 0 -> 1970196 bytes
 content/img/logo/psd/flink_squirrel_1000.psd    |  Bin 0 -> 2283989 bytes
 content/img/logo/rsz_1flink-stack.png           |  Bin 0 -> 55877 bytes
 content/img/logo/svg/black_outline.svg          |  473 ++
 content/img/logo/svg/color_black.svg            | 1561 +++++
 content/img/logo/svg/color_white.svg            | 1563 +++++
 content/img/logo/svg/flink_logos.svg            | 6425 ++++++++++++++++++
 content/img/logo/svg/flink_logotypes.svg        | 3835 +++++++++++
 content/img/logo/svg/white_filled.svg           |  231 +
 content/img/managed-state.png                   |  Bin 0 -> 22870 bytes
 content/img/navbar-brand-logo.jpg               |  Bin 0 -> 18470 bytes
 content/img/runtime.png                         |  Bin 0 -> 20205 bytes
 content/index.html                              |  297 +
 content/js/codetabs.js                          |  121 +
 content/material.html                           |  288 +
 content/news/2012/08/21/release02.html          |  192 +
 content/news/2012/10/15/icde2013.html           |  193 +
 content/news/2012/11/12/btw2013demo.html        |  191 +
 content/news/2012/11/21/previewICDE2013.html    |  186 +
 content/news/2013/03/27/www-demo-paper.html     |  190 +
 content/news/2013/10/21/cikm2013-paper.html     |  224 +
 .../2013/12/13/humboldt-innovation-award.html   |  195 +
 .../2014/01/10/stratosphere-hadoop-summit.html  |  185 +
 .../news/2014/01/12/0.4-migration-guide.html    |  261 +
 .../2014/01/13/stratosphere-release-0.4.html    |  254 +
 .../26/optimizer_plan_visualization_tool.html   |  203 +
 content/news/2014/01/28/querying_mongodb.html   |  276 +
 .../18/amazon-elastic-mapreduce-cloud-yarn.html |  365 +
 ...stratosphere-google-summer-of-code-2014.html |  192 +
 .../16/stratosphere-goes-apache-incubator.html  |  187 +
 content/news/2014/05/31/release-0.5.html        |  264 +
 content/news/2014/08/26/release-0.6.html        |  258 +
 content/news/2014/09/26/release-0.6.1.html      |  189 +
 content/news/2014/10/03/upcoming_events.html    |  274 +
 content/news/2014/11/04/release-0.7.0.html      |  247 +
 .../news/2014/11/18/hadoop-compatibility.html   |  262 +
 content/news/2015/01/06/december-in-flink.html  |  237 +
 content/news/2015/01/21/release-0.8.html        |  261 +
 content/news/2015/02/04/january-in-flink.html   |  228 +
 content/news/2015/02/09/streaming-example.html  |  820 +++
 .../news/2015/03/02/february-2015-in-flink.html |  291 +
 .../peeking-into-Apache-Flinks-Engine-Room.html |  365 +
 content/news/2015/04/07/march-in-flink.html     |  254 +
 .../2015/04/13/release-0.9.0-milestone1.html    |  427 ++
 .../05/11/Juggling-with-Bits-and-Bytes.html     |  366 +
 content/privacy-policy.html                     |  191 +
 content/project.html                            |  173 +
 css/flink.css                                   |   35 +-
 css/syntax.css                                  |   60 +
 favicon.ico                                     |  Bin 0 -> 1150 bytes
 features.md                                     |   99 +-
 img/assets/WhatIsFlink.png                      |  Bin 0 -> 248892 bytes
 img/assets/grep.png                             |  Bin 0 -> 121239 bytes
 img/assets/hadoop-img.png                       |  Bin 0 -> 67841 bytes
 img/assets/optimizer-visual.png                 |  Bin 0 -> 204452 bytes
 img/assets/pagerank.pdf                         |  Bin 0 -> 21052 bytes
 img/assets/pagerank.png                         |  Bin 0 -> 135851 bytes
 img/flink-stack-small.png                       |  Bin 0 -> 55877 bytes
 img/flink-stack.png                             |  Bin 44990 -> 87387 bytes
 img/logo/png/100/flink_squirrel_100_black.png   |  Bin 0 -> 7516 bytes
 img/logo/png/100/flink_squirrel_100_color.png   |  Bin 0 -> 16446 bytes
 img/logo/png/100/flink_squirrel_100_white.png   |  Bin 0 -> 6096 bytes
 img/logo/png/1000/flink1000_black.png           |  Bin 0 -> 79026 bytes
 img/logo/png/1000/flink1000_color_black.png     |  Bin 0 -> 192934 bytes
 img/logo/png/1000/flink1000_color_white.png     |  Bin 0 -> 192809 bytes
 img/logo/png/1000/flink1000_white.png           |  Bin 0 -> 69039 bytes
 img/logo/png/1000/flink_squirrel_1000.png       |  Bin 0 -> 258648 bytes
 img/logo/png/1000/flink_squirrel_black_1000.png |  Bin 0 -> 105074 bytes
 img/logo/png/1000/flink_squirrel_white_1000.png |  Bin 0 -> 91158 bytes
 img/logo/png/200/flink2_200_black.png           |  Bin 0 -> 8958 bytes
 img/logo/png/200/flink2_200_color_black.png     |  Bin 0 -> 18470 bytes
 img/logo/png/200/flink2_200_color_white.png     |  Bin 0 -> 18377 bytes
 img/logo/png/200/flink2_200_white.png           |  Bin 0 -> 7180 bytes
 img/logo/png/200/flink_squirrel_200_black.png   |  Bin 0 -> 16353 bytes
 img/logo/png/200/flink_squirrel_200_color.png   |  Bin 0 -> 40591 bytes
 img/logo/png/200/flink_squirrel_200_white.png   |  Bin 0 -> 13315 bytes
 img/logo/png/50/black_50.png                    |  Bin 0 -> 3487 bytes
 img/logo/png/50/color_50.png                    |  Bin 0 -> 6182 bytes
 img/logo/png/50/white_50.png                    |  Bin 0 -> 2457 bytes
 img/logo/png/500/flink2_500_black.png           |  Bin 0 -> 25677 bytes
 img/logo/png/500/flink2_500_color_black.png     |  Bin 0 -> 59849 bytes
 img/logo/png/500/flink2_500_color_white.png     |  Bin 0 -> 59550 bytes
 img/logo/png/500/flink2_500_white.png           |  Bin 0 -> 20590 bytes
 img/logo/png/500/flink500_black.png             |  Bin 0 -> 36289 bytes
 img/logo/png/500/flink500_color_black.png       |  Bin 0 -> 89112 bytes
 img/logo/png/500/flink500_color_white.png       |  Bin 0 -> 89131 bytes
 img/logo/png/500/flink500_white.png             |  Bin 0 -> 30192 bytes
 img/logo/png/500/flink_3_500.png                |  Bin 0 -> 14804 bytes
 img/logo/png/500/flink_squirrel_500.png         |  Bin 0 -> 119199 bytes
 img/logo/png/500/flink_squirrel_500_black.png   |  Bin 0 -> 48815 bytes
 img/logo/png/500/flink_squirrel_500_white.png   |  Bin 0 -> 41430 bytes
 img/logo/psd/flink1000.psd                      |  Bin 0 -> 1966600 bytes
 img/logo/psd/flink50.psd                        |  Bin 0 -> 407654 bytes
 img/logo/psd/flink5000.psd                      |  Bin 0 -> 1528938 bytes
 img/logo/psd/flink_3_500.psd                    |  Bin 0 -> 844305 bytes
 img/logo/psd/flink_squirrel.psd                 |  Bin 0 -> 1970196 bytes
 img/logo/psd/flink_squirrel_1000.psd            |  Bin 0 -> 2283989 bytes
 img/logo/rsz_1flink-stack.png                   |  Bin 0 -> 55877 bytes
 img/logo/svg/black_outline.svg                  |  473 ++
 img/logo/svg/color_black.svg                    | 1561 +++++
 img/logo/svg/color_white.svg                    | 1563 +++++
 img/logo/svg/flink_logos.svg                    | 6425 ++++++++++++++++++
 img/logo/svg/flink_logotypes.svg                | 3835 +++++++++++
 img/logo/svg/white_filled.svg                   |  231 +
 index.md                                        |   85 +-
 js/codetabs.js                                  |  121 +
 183 files changed, 44524 insertions(+), 127 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index ea72c5f..c50bd97 100644
--- a/_config.yml
+++ b/_config.yml
@@ -52,6 +52,8 @@ twitter: "https://twitter.com/apacheflink"
 github: "https://github.com/apache/flink"
 wiki: "https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"
 
+twitter-handle: "ApacheFlink"
+
 
 #baseurl: /incubator-flink-website
 

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/_includes/navbar.html
----------------------------------------------------------------------
diff --git a/_includes/navbar.html b/_includes/navbar.html
index cd90cd0..e4e00a9 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -9,7 +9,7 @@
             <span class="icon-bar"></span>
           </button>
           <div class="navbar-logo">
-            <a href="{{ site.baseurl }}/"><img alt="Apache Flink" src="{{ site.baseurl }}/img/navbar-brand-logo.jpg"></a>
+            <a href="{{ site.baseurl }}/"><img alt="Apache Flink" src="{{ site.baseurl }}/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
           </div>
         </div><!-- /.navbar-header -->
 
@@ -17,13 +17,13 @@
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
           <ul class="nav navbar-nav">
             <!-- Overview -->
-            <li{% if page.url == '/index.html' %} class="active"{% endif %}><a href="{{ site.baseurl }}/index.html">Overview</span></a></li>
+            <li{% if page.url == '/index.html' %} class="active"{% endif %}><a href="{{ site.baseurl }}/index.html">Overview</a></li>
 
             <!-- Features -->
-            <li{% if page.url == '/features.html' %} class="hidden-sm active"{% endif %}><a href="{{ site.baseurl }}/features.html">Features</span></a></li>
+            <li{% if page.url == '/features.html' %} class="hidden-sm active"{% endif %}><a href="{{ site.baseurl }}/features.html">Features</a></li>
 
             <!-- Downloads -->
-            <li{% if page.url == '/downloads.html' %} class="active"{% endif %}><a href="{{ site.baseurl }}/downloads.html">Downloads</span></a></li>
+            <li{% if page.url == '/downloads.html' %} class="active"{% endif %}><a href="{{ site.baseurl }}/downloads.html">Downloads</a></li>
 
             <!-- Documentation -->
             <li class="dropdown">
@@ -56,18 +56,10 @@
             <!-- Blog -->
             <li{% if page.url contains '/blog/' or page.url contains '/news/' %} class="active"{% endif %}><a href="{{ site.baseurl }}/blog/">Blog</a></li>
 
-            <li class="dropdown{% if page.url == '/material.html' or page.url == '/community.html' or page.url == '/how-to-contribute.html' or page.url == '/coding-guidelines.html'%} active{% endif %}">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu">
-                <!-- Project -->
-                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
-                <li><a href="{{ site.baseurl }}/material.html">Material</a></li>
-                <li><a href="{{ site.twitter }}"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
-                <li><a href="{{ site.github }}"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
-                <li><a href="{{ site.wiki }}"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
-                
+            <li class="dropdown{% if page.url == '/community.html' or page.url == '/how-to-contribute.html' or page.url == '/coding-guidelines.html' %} active{% endif %}">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
                 <!-- Community -->
-                <li class="divider"></li>
                 <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
                 <li><a href="{{ site.baseurl }}/community.html#mailing-lists">Mailing Lists</a></li>
                 <li><a href="{{ site.baseurl }}/community.html#irc">IRC</a></li>
@@ -82,6 +74,18 @@
                 <li><a href="{{ site.baseurl }}/coding-guidelines.html">Coding Guidelines</a></li>
               </ul>
             </li>
+
+            <li class="dropdown{% if page.url == '/material.html' %} active{% endif %}">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="{{ site.baseurl }}/material.html">Material</a></li>
+                <li><a href="{{ site.twitter }}"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="{{ site.github }}"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="{{ site.wiki }}"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
           </ul>
         </div><!-- /.navbar-collapse -->
       </div><!-- /.container -->

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/_layouts/plain.html
----------------------------------------------------------------------
diff --git a/_layouts/plain.html b/_layouts/plain.html
index 15ab458..6f48be0 100644
--- a/_layouts/plain.html
+++ b/_layouts/plain.html
@@ -2,8 +2,10 @@
 layout: base
 ---
 <div class="row">
-  <div class="col-sm-12">
-      <h1>{{ page.title }}</h1>
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <div class="col-sm-12"><h1>{{ page.title }}</h1></div>
+    </div>
 
 {{ content }}
 

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/_layouts/post.html
----------------------------------------------------------------------
diff --git a/_layouts/post.html b/_layouts/post.html
index 895221c..09221f5 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,8 +1,32 @@
 ---
-layout: plain
+layout: base
 ---
-<article>
-  <p>{{ page.date | date_to_string }}{% if page.author %} by {{ page.author }}{% if page.author-twitter %} (<a href="https://twitter.com/{{ page.author-twitter }}">@{{ page.author-twitter }}</a>){% endif %}{% endif %}</p>
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>{{ page.title }}</h1>
+
+      <article>
+        <p>{{ page.date | date_to_string }}{% if page.author %} by {{ page.author }}{% if page.author-twitter %} (<a href="https://twitter.com/{{ page.author-twitter }}">@{{ page.author-twitter }}</a>){% endif %}{% endif %}</p>
 
 {{ content }}
-</article>
\ No newline at end of file
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/_posts/2015-05-11-Juggling-with-Bits-and-Bytes.md
----------------------------------------------------------------------
diff --git a/_posts/2015-05-11-Juggling-with-Bits-and-Bytes.md b/_posts/2015-05-11-Juggling-with-Bits-and-Bytes.md
index f0a6f87..7ac5013 100644
--- a/_posts/2015-05-11-Juggling-with-Bits-and-Bytes.md
+++ b/_posts/2015-05-11-Juggling-with-Bits-and-Bytes.md
@@ -2,22 +2,26 @@
 layout: post
 title:  "Juggling with Bits and Bytes"
 date:   2015-05-11 10:00:00
+author: "Fabian Hüske"
+author-twitter: "fhueske"
+excerpt: "<p>Nowadays, a lot of open-source systems for analyzing large data sets are implemented in Java or other JVM-based programming languages. The most well-known example is Apache Hadoop, but also newer frameworks such as Apache Spark, Apache Drill, and also Apache Flink run on JVMs. A common challenge that JVM-based data analysis engines face is to store large amounts of data in memory - both for caching and for efficient processing such as sorting and joining of data. Managing the JVM memory well makes the difference between a system that is hard to configure and has unpredictable reliability and performance and a system that behaves robustly with few configuration knobs.</p>
+
+<p>In this blog post we discuss how Apache Flink manages memory, talk about its custom data de/serialization stack, and show how it operates on binary data.</p>"
 categories: news
 ---
 
-###How Apache Flink operates on binary data
+## How Apache Flink operates on binary data
 
 Nowadays, a lot of open-source systems for analyzing large data sets are implemented in Java or other JVM-based programming languages. The most well-known example is Apache Hadoop, but also newer frameworks such as Apache Spark, Apache Drill, and also Apache Flink run on JVMs. A common challenge that JVM-based data analysis engines face is to store large amounts of data in memory - both for caching and for efficient processing such as sorting and joining of data. Managing the JVM memory well makes the difference between a system that is hard to configure and has unpredictable reliability and performance and a system that behaves robustly with few configuration knobs.
 
 In this blog post we discuss how Apache Flink manages memory, talk about its custom data de/serialization stack, and show how it operates on binary data.
 
-###Data Objects? Let’s put them on the heap!
+## Data Objects? Let’s put them on the heap!
 
 The most straight-forward approach to process lots of data in a JVM is to put it as objects on the heap and operate on these objects. Caching a data set as objects would be as simple as maintaining a list containing an object for each record. An in-memory sort would simply sort the list of objects.
 However, this approach has a few notable drawbacks. First of all it is not trivial to watch and control heap memory usage when a lot of objects are created and invalidated constantly. Memory overallocation instantly kills the JVM with an `OutOfMemoryError`. Another aspect is garbage collection on multi-GB JVMs which are flooded with new objects. The overhead of garbage collection in such environments can easily reach 50% and more. Finally, Java objects come with a certain space overhead depending on the JVM and platform. For data sets with many small objects this can significantly reduce the effectively usable amount of memory. Given proficient system design and careful, use-case specific system parameter tuning, heap memory usage can be more or less controlled and `OutOfMemoryErrors` avoided. However, such setups are rather fragile especially if data characteristics or the execution environment change.
 
-
-###What is Flink doing about that?
+## What is Flink doing about that?
 
 Apache Flink has its roots at a research project which aimed to combine the best technologies of MapReduce-based systems and parallel database systems. Coming from this background, Flink has always had its own way of processing data in-memory. Instead of putting lots of objects on the heap, Flink serializes objects into a fixed number of pre-allocated memory segments. Its DBMS-style sort and join algorithms operate as much as possible on this binary data to keep the de/serialization overhead at a minimum. If more data needs to be processed than can be kept in memory, Flink’s operators partially spill data to disk. In fact, a lot of Flink’s internal implementations look more like C/C++ rather than common Java. The following figure gives a high-level overview of how Flink stores data serialized in memory segments and spills to disk if necessary.
 
@@ -37,7 +41,7 @@ These properties of active memory management are very desirable in a data proces
 In the following we discuss in detail how Flink allocates memory, de/serializes objects, and operates on binary data. We will also show some performance numbers comparing processing objects on the heap and operating on binary data.
 
 
-###How does Flink allocate memory?
+## How does Flink allocate memory?
 
 A Flink worker, called TaskManager, is composed of several internal components such as an actor system for coordination with the Flink master, an IOManager that takes care of spilling data to disk and reading it back, and a MemoryManager that coordinates memory usage. In the context of this blog post, the MemoryManager is of most interest. 
 
@@ -49,7 +53,7 @@ MemorySegments are allocated once at TaskManager start-up time and are destroyed
 <img src="{{ site.baseurl }}/img/blog/memory-alloc.png" style="width:60%;margin:15px">
 </center>
 
-###How does Flink serialize objects?
+## How does Flink serialize objects?
 
 The Java ecosystem offers several libraries to convert objects into a binary representation and back. Common alternatives are standard Java serialization, [Kryo](https://github.com/EsotericSoftware/kryo), [Apache Avro](http://avro.apache.org/), [Apache Thrift](http://thrift.apache.org/), or Google’s [Protobuf](https://github.com/google/protobuf). Flink includes its own custom serialization framework in order to control the binary representation of data. This is important because operating on binary data such as comparing or even manipulating binary data requires exact knowledge of the serialization layout. Further, configuring the serialization layout with respect to operations that are performed on binary data can yield a significant performance boost. Flink’s serialization stack also leverages the fact, that the type of the objects which are going through de/serialization are exactly known before a program is executed. 
 
@@ -80,8 +84,7 @@ public class Person {
 
 Flink’s type system can be easily extended by providing custom TypeInformations, Serializers, and Comparators to improve the performance of serializing and comparing custom data types. 
 
-
-###How does Flink operate on binary data?
+## How does Flink operate on binary data?
 
 Similar to many other data processing APIs (including SQL), Flink’s APIs provide transformations to group, sort, and join data sets. These transformations operate on potentially very large data sets. Relational database systems feature very efficient algorithms for these purposes since several decades including external merge-sort, merge-join, and hybrid hash-join. Flink builds on this technology, but generalizes it to handle arbitrary objects using its custom serialization and comparison stack. In the following, we show how Flink operates with binary data by the example of Flink’s in-memory sort algorithm.
 
@@ -106,8 +109,7 @@ The sort buffer compares two elements by comparing their binary fix-length sort
 
 The sorted data is returned by sequentially reading the pointer region of the sort buffer, skipping the sort keys and following the sorted pointers to the actual data. This data is either deserialized and returned as objects or the binary representation is copied and written to disk in case of an external merge-sort (see this [blog post on joins in Flink](http://flink.apache.org/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html)).
 
-
-###Show me numbers!
+## Show me numbers!
 
 So, what does operating on binary data mean for performance? We’ll run a benchmark that sorts 10 million `Tuple2<Integer, String>` objects to find out. The values of the Integer field are sampled from a uniform distribution. The String field values have a length of 12 characters and are sampled from a long-tail distribution. The input data is provided by an iterator that returns a mutable object, i.e., the same tuple object instance is returned with different field values. Flink uses this technique when reading data from memory, network, or disk to avoid unnecessary object instantiations. The benchmarks are run in a JVM with 900 MB heap size which is approximately the required amount of memory to store and sort 10 million tuple objects on the heap without dying of an `OutOfMemoryError`. We sort the tuples on the Integer field and on the String field using three sorting methods:
 
@@ -123,70 +125,66 @@ All sort methods are implemented using a single thread. The reported times are a
 
 We see that Flink’s sort on binary data using its own serializers significantly outperforms the other two methods. Comparing to the object-on-heap method, we see that loading the data into memory is much faster. Since we actually collect the objects, there is no opportunity to reuse the object instances, but have to re-create every tuple. This is less efficient than Flink’s serializers (or Kryo serialization). On the other hand, reading objects from the heap comes for free compared to deserialization. In our benchmark, object cloning was more expensive than serialization and deserialization combined. Looking at the sorting time, we see that also sorting on the binary representation is faster than Java’s collection sort. Sorting data that was serialized using Kryo without binary sort key, is much slower than both other methods. This is due to the heavy deserialization overhead. Sorting the tuples on their String field is faster than sorting on the Integer field due to the long-
 tailed value distribution which significantly reduces the number of pair-wise comparisons. To get a better feeling of what is happening during sorting we monitored the executing JVM using VisualVM. The following screenshots show heap memory usage, garbage collection activity and CPU usage over the execution of 10 runs.
 
-<table>
-<tr>
-	<td>&nbsp;</td>
-	<th><center><b>Garbage Collection</b></center></td>
-	<th><center><b>Memory Usage</b></center></td>
-</tr>
-<tr>
-	<td><b>Object-on-Heap (int)</b></td>
-	<td><img src="{{ site.baseurl }}/img/blog/objHeap-int-gc.png" style="width:80%;margin:15px"></td>
-	<td><img src="{{ site.baseurl }}/img/blog/objHeap-int-mem.png" style="width:80%;margin:15px"></td>
-</tr>
-<tr>
-	<td><b>Flink-Serialized (int)</b></td>
-	<td><img src="{{ site.baseurl }}/img/blog/flinkSer-int-gc.png" style="width:80%;margin:15px"></td>
-	<td><img src="{{ site.baseurl }}/img/blog/flinkSer-int-mem.png" style="width:80%;margin:15px"></td>
-</tr>
-<tr>
-	<td><b>Kryo-Serialized (int)</b></td>
-	<td><img src="{{ site.baseurl }}/img/blog/kryoSer-int-gc.png" style="width:80%;margin:15px"></td>
-	<td><img src="{{ site.baseurl }}/img/blog/kryoSer-int-mem.png" style="width:80%;margin:15px"></td>
-</tr>
+<table width="100%">
+  <tr>
+    <th></th>
+    <th><center><b>Garbage Collection</b></center></th>
+    <th><center><b>Memory Usage</b></center></th>
+  </tr>
+  <tr>
+    <td><b>Object-on-Heap (int)</b></td>
+    <td><img src="{{ site.baseurl }}/img/blog/objHeap-int-gc.png" style="width:80%"></td>
+    <td><img src="{{ site.baseurl }}/img/blog/objHeap-int-mem.png" style="width:80%"></td>
+  </tr>
+  <tr>
+    <td><b>Flink-Serialized (int)</b></td>
+    <td><img src="{{ site.baseurl }}/img/blog/flinkSer-int-gc.png" style="width:80%"></td>
+    <td><img src="{{ site.baseurl }}/img/blog/flinkSer-int-mem.png" style="width:80%"></td>
+  </tr>
+  <tr>
+    <td><b>Kryo-Serialized (int)</b></td>
+    <td><img src="{{ site.baseurl }}/img/blog/kryoSer-int-gc.png" style="width:80%"></td>
+    <td><img src="{{ site.baseurl }}/img/blog/kryoSer-int-mem.png" style="width:80%"></td>
+  </tr>
 </table>
 
 The experiments run single-threaded on an 8-core machine, so full utilization of one core only corresponds to a 12.5% overall utilization. The screenshots show that operating on binary data significantly reduces garbage collection activity. For the object-on-heap approach, the garbage collector runs in very short intervals while filling the sort buffer and causes a lot of CPU usage even for a single processing thread (sorting itself does not trigger the garbage collector). The JVM garbage collects with multiple parallel threads, explaining the high overall CPU utilization. On the other hand, the methods that operate on serialized data rarely trigger the garbage collector and have a much lower CPU utilization. In fact the garbage collector does not run at all if the tuples are sorted on the Integer field using the flink-serialized method because no objects need to be deserialized for pair-wise comparisons. The kryo-serialized method requires slightly more garbage collection since it 
 does not use binary sort keys and deserializes two objects for each comparison.
 
 The memory usage charts shows that the flink-serialized and kryo-serialized constantly occupy a high amount of memory (plus some objects for operation). This is due to the pre-allocation of MemorySegments. The actual memory usage is much lower, because the sort buffers are not completely filled. The following table shows the memory consumption of each method. 10 million records result in about 280 MB of binary data (object data plus pointers and sort keys) depending on the used serializer and presence and size of a binary sort key. Comparing this to the memory requirements of the object-on-heap approach we see that operating on binary data can significantly improve memory efficiency. In our benchmark more than twice as much data can be sorted in-memory if serialized into a sort buffer instead of holding it as objects on the heap.
 
-
 <table width="100%">
-<tr><td><b>Occupied Memory</b></td>
-	<td><b>Object-on-Heap</b></td>
-	<td><b>Flink-Serialized</b></td>
-	<td><b>Kryo-Serialized</b></td>
-</tr>
-<tr>
-	<td><b>Sort on Integer</b></td>
-	<td>approx. 700 MB (heap)</td>
-	<td>277 MB (sort buffer)</td>
-	<td>266 MB (sort buffer)</td>
-</tr>
-<tr>
-	<td><b>Sort on String</b></td>
-	<td>approx. 700 MB (heap)</td>
-	<td>315 MB (sort buffer)</td>
-	<td>266 MB (sort buffer)</td>
-</tr>
-</table><br>
+  <tr>
+  	<th>Occupied Memory</th>
+    <th>Object-on-Heap</th>
+    <th>Flink-Serialized</th>
+    <th>Kryo-Serialized</th>
+  </tr>
+  <tr>
+    <td><b>Sort on Integer</b></td>
+    <td>approx. 700 MB (heap)</td>
+    <td>277 MB (sort buffer)</td>
+    <td>266 MB (sort buffer)</td>
+  </tr>
+  <tr>
+    <td><b>Sort on String</b></td>
+    <td>approx. 700 MB (heap)</td>
+    <td>315 MB (sort buffer)</td>
+    <td>266 MB (sort buffer)</td>
+  </tr>
+</table>
 
-To summarize, the experiments verify the previously stated benefits of operating on binary data. 
+<br>
 
+To summarize, the experiments verify the previously stated benefits of operating on binary data. 
 
-###We’re not done yet!
+## We’re not done yet!
 
 Apache Flink features quite a bit of advanced techniques to safely and efficiently process huge amounts of data with limited memory resources. However, there are a few points that could make Flink even more efficient. The Flink community is working on moving the managed memory to off-heap memory. This will allow for smaller JVMs, lower garbage collection overhead, and also easier system configuration. With Flink’s Table API, the semantics of all operations such as aggregations and projections are known (in contrast to black-box user-defined functions). Hence we can generate code for Table API operations that directly operates on binary data. Further improvements include serialization layouts which are tailored towards the operations that are applied on the binary data and code generation for serializers and comparators. 
 
 The groundwork (and a lot more) for operating on binary data is done but there is still some room for making Flink even better and faster. If you are crazy about performance and like to juggle with lot of bits and bytes, join the Flink community! 
 
-
-###TL;DR; Give me three things to remember!
+## TL;DR; Give me three things to remember!
 
 * Flink’s active memory management avoids nasty `OutOfMemoryErrors` that kill your JVMs and reduces garbage collection overhead.
 * Flink features a highly efficient data de/serialization stack that facilitates operations on binary data and makes more data fit into memory.
 * Flink’s DBMS-style operators operate natively on binary data yielding high performance in-memory and destage gracefully to disk if necessary.
-
-
-<br>
-<small>Written by Fabian Hueske ([@fhueske](https://twitter.com/fhueske)).</small>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/blog/index.html
----------------------------------------------------------------------
diff --git a/blog/index.html b/blog/index.html
index c3553f7..bbe42f6 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -1,8 +1,13 @@
 ---
 title: Blog
+layout: base
 ---
 
 <div class="row">
+  <div class="col-sm-12"><h1>Blog</h1></div>
+</div>
+
+<div class="row">
   <div class="col-sm-8">
     <!-- Blog posts -->
     {% for post in paginator.posts %}
@@ -53,7 +58,7 @@ title: Blog
 
     <ul id="markdown-toc">
       {% endif %}
-      <li><a href="{{ post.url }}">{{ post.title }}</a></li>
+      <li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
       
       {% if forloop.last %}
     </ul>


[34/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/svg/black_outline.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/black_outline.svg b/img/logo/svg/black_outline.svg
new file mode 100644
index 0000000..16ed301
--- /dev/null
+++ b/img/logo/svg/black_outline.svg
@@ -0,0 +1,473 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="black" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
+<symbol  id="New_Symbol_10" viewBox="-37.236 -37.491 74.472 74.981">
+	<g>
+		<g>
+			<g>
+				<g>
+					<polygon fill="#0B0B0B" points="23.098,12.539 23.096,12.536 23.098,12.536 					"/>
+					<path fill="#0B0B0B" d="M26.772-4.074c-0.41-0.647-0.494-1.885,0.436-2.595c1.523-1.163,2.877-0.169,3.766-0.749
+						C31.25-7.599,31.44-7.44,31.55-7.133c0.25,0.707,0.368,1.438,0.283,2.185c-0.04,0.356-0.115,0.725-0.255,1.054
+						c-0.558,1.302-2.247,1.836-3.496,1.126c-0.158-0.091-0.312-0.199-0.455-0.316c-0.151-0.123-0.291-0.266-0.449-0.413
+						c0.071-0.083,0.128-0.16,0.195-0.228c0.151-0.155,0.208-0.339,0.162-0.545c-0.144-0.646-0.018-1.276,0.496-1.614
+						c0.5-0.328,2.031-0.766,2.951,0.473c0.439-0.816,0.127-1.52,0.064-1.558c-0.007-0.007-0.422,0.413-1.531,0.35
+						c-0.614-0.033-1.429,0.128-1.948,0.48c-0.626,0.421-0.748,1.201-0.783,1.957C26.782-4.16,26.777-4.138,26.772-4.074z
+						 M29.722-3.99c0-0.454-0.369-0.825-0.826-0.825c-0.455,0-0.826,0.371-0.826,0.825c0,0.457,0.371,0.826,0.826,0.826
+						C29.353-3.164,29.722-3.533,29.722-3.99z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M19.839,2.256c0,0.049,0.002,0.097,0.002,0.145c-0.019,0.034-0.044,0.066-0.061,0.101
+						C19.829,2.43,19.851,2.342,19.839,2.256z"/>
+					<path fill="#0B0B0B" d="M21.587,7.85c-0.017,0-0.034-0.003-0.05-0.003c-0.009-0.02-0.018-0.039-0.027-0.058
+						C21.529,7.809,21.562,7.83,21.587,7.85z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M36.517-27.253c0.04,0.263,0.084,0.509,0.132,0.757c0.104,0.551,0.21,1.12,0.249,1.703
+						c0.132,2.062-0.514,3.865-1.919,5.365l0.049,0.221c0.067,0.314,0.149,0.706,0.196,1.089c0.119,0.946-0.186,1.796-0.93,2.602
+						c-0.022,0.023-0.048,0.051-0.061,0.071c-0.181,0.544-0.572,0.979-1.156,1.271c-0.344,0.174-0.705,0.304-1.081,0.388
+						c0.449,0.186,0.9,0.411,1.36,0.687c0.054,0.032,0.077,0.038,0.077,0.038c1.5,0.229,2.682,1.386,2.944,2.876
+						c0.006,0.035,0.01,0.067,0.015,0.104c0.007,0.063,0.015,0.134,0.023,0.155c0.592,0.913,0.699,1.946,0.317,3.061
+						c-0.125,0.36-0.279,0.722-0.416,1.038c-0.107,0.249-0.212,0.493-0.305,0.736c-0.106,0.277-0.225,0.587-0.25,0.868
+						c-0.07,0.783-0.186,1.813-0.47,2.84c-0.593,2.135-1.624,3.807-3.153,5.113c-1.396,1.194-2.886,1.706-4.899,2.007
+						c0.274-0.431-0.091-0.624,0.104-1.101c0.079-0.193,0.1-0.375,0.099-0.553c3.444-1.177,6.047-4.312,6.485-8.081
+						c0.012-0.108,0.024-0.223,0.033-0.334c0.024-0.311,0.052-0.631,0.152-0.944c0.116-0.365,0.284-0.705,0.446-1.032
+						c0.066-0.136,0.134-0.271,0.196-0.409c0.058-0.124,0.116-0.249,0.176-0.372c0.122-0.257,0.261-0.548,0.372-0.835
+						c0.1-0.254,0.198-0.817,0.071-1.177c-0.006,0.004-0.652,0.824-1.295,0.888c-0.625,0.063-0.772-0.378-0.772-0.378
+						s1.257-0.434,1.611-1.399c-0.042-0.507-0.225-0.935-0.545-1.259c-0.398-0.403-0.809-0.535-1.237-0.6
+						c-0.482-0.073-0.828,0.149-0.828,0.149s-0.267-1.464-3.296-1.468l-0.185,0.001c-0.891,0-1.75-0.248-2.703-0.78
+						c-1.255-1.039-4.071-0.935-4.071-0.935c-0.792,0.133-1.534,0.334-2.252,0.619c-1.323,0.529-2.488,1.28-3.392,2.398
+						c-0.487,0.602-0.853,1.268-1.102,1.999c-0.023,0.066-0.051,0.132-0.076,0.197c-0.014-0.713,0.137-1.385,0.442-2.021
+						c0.623-1.278,1.649-2.115,2.935-2.664c1.115-0.479,2.284-0.641,3.488-0.581l0.255-0.285c0.123-0.135,0.254-0.178,0.342-0.199
+						c0.491-0.117,1.011-0.174,1.587-0.174c0.224,0,1.575,0.311,2.954-0.385c0.124-0.062,0.291-0.138,0.49-0.138
+						c0.103,0,0.201,0.019,0.299,0.056l0.152,0.058c0.326,0.123,0.967,0.386,0.967,0.386c3.941,0.867,4.504-2.112,4.504-2.112
+						c-0.104,0.046-0.223,0.083-0.355,0.083c-0.155,0-0.301-0.053-0.433-0.149l-0.448-0.341l0.673-0.423
+						c0.14-0.087,0.265-0.164,0.386-0.247c0.153-0.105,0.215-0.249,0.207-0.481c-0.019-0.606-0.728-1.227-1.403-1.227
+						c-0.077,0-0.151,0.008-0.222,0.022c-0.275,0.062-0.426,0.15-0.516,0.308c-0.078,0.134-0.257,0.274-0.468,0.274l-0.179-0.008
+						c-0.215-0.009-0.434-0.018-0.656-0.067l-0.051-0.013c-0.298-0.065-0.575-0.131-0.848-0.131c-0.097,0-0.188,0.009-0.277,0.026
+						c-0.128,0.022-0.255,0.054-0.383,0.087l-0.598,0.142l-0.102-0.356c-0.151-0.528-0.396-1.005-0.752-1.456
+						c-0.764-0.972-1.788-1.657-3.131-2.099c-0.989-0.324-2.059-0.488-3.176-0.488c-0.59,0-1.211,0.046-1.847,0.136
+						c-2.402,0.344-4.08,1.647-4.984,3.877c-0.149,0.369-0.256,0.775-0.359,1.169c-0.058,0.222-0.11,0.43-0.171,0.636
+						c-0.317,1.078-0.719,2.035-1.228,2.926c-0.938,1.636-2.101,2.803-3.558,3.569c-1.17,0.615-2.447,0.927-3.799,0.927
+						c-0.561,0-1.146-0.053-1.74-0.157c-0.245-0.045-0.494-0.068-0.737-0.16c-1.282-0.49-1.442-0.715-1.442-0.715l0.619-0.037
+						c0.104-0.006,0.328-0.035,0.555-0.065c0.251-0.032,0.504-0.064,0.612-0.069c0.433-0.021,0.843-0.04,1.248-0.083
+						c1.698-0.172,3.243-0.691,4.591-1.546c1.812-1.147,2.922-2.568,3.392-4.342c0.29-1.091,0.703-2.179,1.228-3.231
+						c0.313-0.627,0.711-1.353,1.294-1.978c0.827-0.887,1.885-1.489,3.324-1.895c0.385-0.107,0.764-0.229,1.084-0.33
+						c0.038-0.011,0.077-0.032,0.117-0.136c0.18-0.466,0.223-0.918,0.131-1.383c-0.141-0.725-0.49-1.397-1.066-2.062
+						c-0.458-0.526-1.051-0.929-1.626-1.316c-0.318-0.214-0.616-0.439-0.891-0.673c-0.341-0.291-0.518-0.682-0.499-1.1
+						c0.016-0.346,0.042-0.921,0.628-0.921c0.126,0,0.271,0.029,0.5,0.105c0.097,0.032,0.193,0.071,0.289,0.112l0.507,0.22
+						c0.282,0.121,0.565,0.243,0.848,0.362c0.566,0.234,1.12,0.354,1.648,0.354c0.276,0,0.555-0.031,0.825-0.098
+						c0.773-0.185,1.48-0.607,1.643-1.219c0,0,0.541-2.345-3.352-2.314c-0.314,0-0.634,0.075-0.974,0.157l-0.183,0.043
+						c-0.371,0.087-0.703,0.127-1.017,0.129c-0.295,0-0.567-0.051-0.829-0.1L15.572-35.5c-0.776-0.141-1.609-0.205-2.698-0.205
+						c-0.487,0-23.165,0.021-23.165,0.021c-2.045,0-3.985,0.287-5.767,0.753c-7.413,1.938-12.688,6.09-16.131,12.422
+						c-1.25,2.303-2.104,4.787-2.544,7.435c0.023-0.037,2.468-3.748,2.468-3.748s-2.707,4.89-2.816,7.805
+						c-0.038,1.024,0.061,2.072,0.188,3.117c0.079-0.263,0.162-0.521,0.252-0.774c1.262-3.597,3.176-6.964,5.849-10.3
+						c0.064-0.08,0.117-0.174,0.144-0.257c0.412-1.27,0.972-2.477,1.664-3.599c-1.565,0.321-3.799,2.522-3.799,2.522l0.291-0.561
+						c1.747-3.367,5.86-5.419,6.665-5.711c2.358-2.095,5.223-3.613,8.509-4.517c0.187-0.051,0.374-0.095,0.562-0.138l1.605-0.384
+						l-1.026,0.993c-0.117,0.115-0.244,0.16-0.322,0.188c-2.328,0.831-4.458,2.002-6.33,3.479c-2.446,1.929-4.207,4.287-5.233,7.008
+						c-0.124,0.326-0.11,0.496-0.053,0.649c0.056,0.149,0.094,0.301,0.132,0.446c0.026,0.106,0.045,0.182,0.067,0.254
+						c0.545,1.778,1.366,3.171,2.515,4.251c1.071,1.01,2.442,1.751,4.194,2.265c1.668,0.49,3.429,0.715,5.131,0.933l0.742,0.096
+						c0.963,0.125,1.935,0.275,2.875,0.421l0.49,0.077c-0.637-0.818-1.188-1.696-1.644-2.622c-0.116-0.038-3.573-0.815-3.986-0.903
+						c-5.49-1.171-5.861-4.658-5.861-4.658s2.371,3.142,8.071,3.312l0.199,0.002c0.23-0.003,0.458-0.01,0.695-0.021
+						c-1.581-8.259,1.483-11.128,1.458-11.033c-0.694,2.64-0.868,5.042-0.532,7.344c0.434,2.986,1.751,5.56,3.911,7.647
+						c1.469,1.422,3.319,2.615,5.655,3.653c2.031,0.903,4.17,1.452,6.186,1.938l0.386,0.091C6.045-5.453,7.543-5.092,9-4.664
+						c2.257,0.661,4.22,1.751,5.833,3.241c0.246,0.227,0.526,0.483,0.763,0.791c1.142,1.48,2.438,2.604,3.935,3.438
+						c0.206-0.944,0.748-1.833,1.632-2.373c-0.929,1.592-1.399,3.215-0.959,4.714c0.419,1.34,1.114,2.013,1.852,3.307
+						c0.877,1.691,0.972,4.094,0.985,4.107c0.162,0.166,0.274,0.329,0.44,0.491c0.204,0.203,0.394,0.403,0.594,0.609
+						c0.594,0.614,1.029,1.382,1.212,2.299c0.19,0.956-0.245,1.468-0.245,1.468c0.161,0.59,0.376,1.165,0.421,1.756
+						c0.083,1.098-0.255,2.111-0.408,2.111c-0.074,0-1.408-1.521-2.142-1.805c-0.174,1.044-0.441,2.103-0.858,3.425
+						c-0.313,0.994-0.4,1.812-0.274,2.571c0.095,0.566,0.784,1.357,0.784,1.357l0.32,0.378l-0.44,0.225
+						c-0.072,0.043-0.639,0.169-0.829,0.169c-0.554,0-1.009-0.199-1.338-0.581c-0.066,0.453-0.076,0.91-0.033,1.372
+						c0.073,0.796,0.391,1.526,0.656,2.075c0.081,0.167,0.183,0.389,0.253,0.625c0.084,0.29,0.043,0.564-0.115,0.776
+						c-0.158,0.211-0.409,0.326-0.707,0.326c-0.258-0.004-0.49-0.045-0.691-0.121c-0.904-0.34-1.61-0.918-2.106-1.719
+						c-0.163,0.187-0.313,0.395-0.404,0.644c-0.121,0.329-0.276,0.637-0.426,0.92c-0.125,0.237-0.293,0.358-0.498,0.358
+						c-0.146,0-0.259-0.063-0.341-0.137c-0.259,0.695-0.686,1.281-1.268,1.745c-0.038,0.03-0.076,0.054-0.131,0.087l-0.787,0.482
+						c0,0,0.154-1.013,0.154-1.014c-2.018,1.311-4.247,2.261-6.634,2.828c-0.19,0.045-0.383,0.083-0.575,0.121
+						c-0.578,0.113-2.248,0.766-2.546,0.862c-0.069,0.03,0.062-0.479,0.062-0.479c-0.24,0.005-1.613,0.28-1.657,0.28l-0.113-0.41
+						c0,0-1.831,0.832-2.185,0.832c0,0-0.374-0.683-0.423-0.685c-1.661-0.104-3.253-0.349-4.727-0.714
+						c-2.594-0.645-4.76-1.61-6.618-2.947c-1.626-1.169-2.796-2.473-3.648-3.937c-0.425-0.729-1.063-1.896-1.174-2.646
+						c0.463,0.176,1.455,0.197,1.63,0.197c0.828,0,2.077-0.487,2.984-1.147c0.973-0.707,1.663-1.593,2.049-2.629
+						c0.553-1.487,0.301-2.87-0.75-4.112c-0.331,1.101-0.771,1.928-1.385,2.601c-0.431,0.475-0.938,0.831-1.505,1.062
+						c-0.089,0.037-0.177,0.061-0.27,0.073l-0.148,0.021c0,0,0.721-1.63,0.809-2.312c0.188-1.467-0.007-3.525-1.434-3.924
+						c-0.43-0.12-0.841-0.296-1.262-0.442c-0.759-0.263-1.545-0.536-2.317-0.823c-2.167-0.809-4.097-1.715-5.89-2.771
+						c0.547,0.838,0.037,1.705-0.11,1.874c-0.062-0.879-2.796-3.817-3.328-4.268c-1.943-1.643-3.406-3.169-4.617-4.782
+						c-0.94-1.255-1.766-2.576-2.458-3.938c-0.069,0.724-0.088,1.445-0.059,2.177c0.014,0.331-1.805-2.774-1.504-5.891
+						c0.001-0.009,0.001-0.047-0.028-0.143c-0.586-1.842-0.965-3.678-1.124-5.454c-0.583-6.513,1.041-12.54,4.826-17.756
+						c4.028-5.553,9.492-9.293,16.24-10.854c1.79-0.415,3.769-0.806,6.619-0.806c0,0,11.187,0,11.895,0l16.237,0.031
+						c0,0,1.905,0.001,2.992,0.592c0.926,0.502,1.455,1.005,1.833,1.884c0.585,1.357,0.085,3.093-1.162,4.004
+						c-0.741,0.542-1.618,0.812-2.682,0.812c-0.1,0-0.2,0.004-0.303-0.001c-0.106-0.005-0.213-0.012-0.318-0.021
+						c0.828,0.844,1.395,1.842,1.688,2.971c0.131,0.506,0.172,1.033,0.126,1.564l-0.003,0.026l0.254,0.014
+						c0.567,0.024,1.14,0.052,1.704,0.093c-0.188-0.24-0.332-0.519-0.433-0.831c-0.278-0.878-0.395-1.61-0.365-2.3
+						c0.051-1.215,0.513-2.354,1.368-3.381c0.663-0.793,1.475-1.431,2.479-1.939c-0.098-0.423-0.073-0.856,0.076-1.283
+						c0.116-0.324,0.33-0.586,0.636-0.757c0.34-0.19,0.709-0.308,1.096-0.308c0.139,0,0.285-0.027,0.442,0.008
+						c0.614-1.357,2.109-1.176,2.109-1.176c1.229,0.282,1.654,1.443,1.529,2.385c-0.017,0.112-0.036,0.233-0.062,0.343l0.065,0.024
+						c0.325,0.078,0.663,0.164,0.997,0.279c2.271,0.789,3.733,2.341,4.352,4.605C37.395-28.826,37.19-27.953,36.517-27.253z
+						 M19.562,8.512C16.086-1.162,7.967-2.469,7.145-2.469c0,0-2.639-0.201-3.821,0.082c0.036-0.17,0.614-0.827,1.932-1.002
+						C4.74-3.497,4.215-3.603,3.698-3.676C2.313-3.873,0.681-4.142-0.938-4.633c-0.072-0.021-0.148-0.033-0.22-0.033L-1.2-4.664
+						C-2.708-4.561-4.219-4.451-5.728-4.34c-0.917,0.065-1.759,0.098-2.572,0.098c-0.97,0-1.874-0.045-2.763-0.139
+						c-1.997-0.211-3.972-0.689-5.871-1.424c-5.462-2.327-8.367-5.437-8.367-5.437s5.587,3.76,8.557,4.518
+						c6.477,1.654,10.589,0.284,11.332,0.098c-0.455-0.268-0.891-0.55-1.308-0.856c-0.345-0.254-0.722-0.445-1.154-0.608
+						c-0.323-0.121-0.671-0.245-1.026-0.356c-1.496-0.473-3.072-0.747-4.596-1.016c0,0-0.624-0.109-0.904-0.159
+						c-1.479-0.267-3.055-0.554-4.605-0.896c-1.536-0.339-2.87-0.837-4.08-1.525c-2.225-1.264-3.542-3.168-3.917-5.663
+						c-0.647,1.224-1.116,2.412-1.165,3.644c-0.252,6.396,4.22,8.763,5.528,9.623c1.335,0.876,2.907,1.605,4.946,2.296
+						c2.809,0.949,5.729,1.566,8.47,2.094c1.036,0.199,2.075,0.396,3.114,0.592l0.252,0.047c1.223,0.23,2.444,0.461,3.667,0.699
+						C-0.05,1.702,1.66,2.248,3.194,3.002c2.427,1.195,4.27,2.473,5.792,4.02c1.223,0.039,2.317,0.151,3.36,0.351
+						c2.786,0.528,5.432,1.583,7.872,3.135C20.031,9.803,19.792,9.156,19.562,8.512z M22.232,17.404
+						c0.338,0.164,0.725,0.273,1.099,0.383c0,0,0.233,0.067,0.326,0.096c-0.021-0.104-0.042-0.202-0.072-0.296
+						c-0.574-1.758-1.575-3.32-2.977-4.648c-0.904-0.854-2.014-1.559-3.597-2.277c-1.332-0.604-2.771-1.104-4.463-1.547
+						C13.034,9.255,13.52,9.425,14,9.626c2.487,1.032,4.763,2.6,6.958,4.786c0.03,0.03,0.056,0.064,0.08,0.1l0.673,0.927
+						l-1.093-0.312c-0.125-0.037-0.212-0.094-0.281-0.142c-1.856-1.288-3.552-2.324-5.181-3.167
+						c-1.021-0.527-2.316-1.111-3.617-1.446c-0.026-0.007-0.156-0.013-0.156-0.021v0.004c0,0.488,0.24,0.967,0.605,1.427
+						c0.268,0.338,0.776,0.757,1.148,1.041c1.128,0.858,2.363,1.55,3.404,2.093c-0.381-0.49-0.779-0.879-1.318-1.147
+						c0,0,0.626-0.659,1.439-0.366c0.929,0.334,1.36,0.657,1.964,1.161c0.338,0.282,0.673,0.57,1.005,0.86
+						c0.391,0.337,0.874,0.757,1.344,1.14C21.313,16.833,21.759,17.176,22.232,17.404z M17.753,27.516
+						c0.312,1.185,0.677,2.032,1.171,2.748c0.228,0.325,0.463,0.565,0.725,0.742c-0.012-0.026-0.052-0.122-0.052-0.122
+						c-0.721-1.758-1.073-3.62-1.08-5.7c-0.001-0.306-0.038-0.615-0.07-0.892c-0.193-1.644-1.122-2.979-1.688-3.583
+						C16.897,23.307,17.217,25.488,17.753,27.516z M-14.623,13.103c0.617,0.587,1.148,1.093,1.536,1.538
+						c0.67,0.773,1.351,2.618,1.366,2.664c2.782-2.44-1.052-6.138-2.335-7.336c-0.02-0.017,2.636-0.606,4.742,1.896
+						c7.312,8.688-0.853,14.956-3.681,15.645c-0.191,0.048-1.185,0.353-1.758,0.198c5.065,7.355,13.082,5.517,13.082,5.517
+						s-0.619,1.183-2.617,1.217c-0.065,0.001-0.131,0.003-0.197,0.003c-0.104,0-0.21-0.003-0.313-0.008
+						c0.057,0.02,0.112,0.037,0.172,0.055c0.854,0.258,2.758,1.08,5.422,0.062c0.515-0.195,1.575-0.821,1.575-0.821l-0.142,0.508
+						L2.135,34.47l-0.024,0.067c-0.042,0.111-0.073,0.196-0.117,0.281s-0.09,0.171-0.136,0.256c0.077-0.029,0.154-0.062,0.228-0.096
+						c0.498-0.235,0.994-0.296,1.412-0.325c0.661-0.045,1.241-0.104,1.773-0.181c0.758-0.109,1.327-0.503,1.694-1.168
+						c0.11-0.198,0.235-0.39,0.331-0.558c0.411-0.722,1.283-0.792,1.283-0.792l-0.273,0.63l-0.264,0.903
+						c0.134-0.106,0.283-0.216,0.382-0.37c0.479-0.755,1.606-0.839,1.606-0.839l-0.197,1.183c0.076-0.047,3.801-1.407,3.998-2.914
+						c0.004-0.082,0.002-1.157,0.002-1.157s0.748,0.739,0.8,1.741c0.167-0.146,2.053-1.439,1.638-3.211
+						c-0.345-1.151-0.375-2.403-0.389-4.049c-0.004-0.389,0.005-0.777,0.005-1.166V22.54c0-0.753-0.022-1.604-0.035-2.436
+						c-0.035-2.299-0.542-3.133-0.542-3.133l0.126,0.046c0.134,0.042,0.236,0.088,0.339,0.141c0.475,0.245,0.901,0.605,1.316,1.101
+						c0.812,0.974,1.315,2.071,1.739,3.112c0.303,0.747,0.626,1.539,0.964,2.335c1.232-3.028-1.658-5.618-1.658-5.618
+						s2.232,1.204,2.848,2.406c0,0,0.535-1.478-1.86-2.536c-1.134-0.502-2.303-0.992-3.459-1.412l-0.684-0.25
+						c-0.276-0.102-0.567-0.252-0.863-0.444c-0.154-0.103-0.304-0.219-0.447-0.353c0.187,0.766,0.494,1.41,0.854,2.024
+						c0.561,0.958,0.822,2.184,0.965,2.812l0.125,0.556c0,0-0.712-0.876-1.191-1.145c0.017,0.098,0.037,0.191,0.066,0.279
+						c0.567,1.648,0.443,2.973,0.443,2.973s-0.868-0.622-0.889-0.646c0.295,1.874-0.057,2.914-0.057,2.914s-0.685-1.967-1.243-2.356
+						c-0.264,0.681-0.718,1.312-0.966,1.553c-0.765,0.746-1.214,2.627-1.214,2.627s-0.781-0.479-0.786-0.506
+						c0.056,0.142,0.084,0.646-0.14,1.656c0,0-0.752-0.771-0.758-0.843c0,0-0.569,1.777-0.709,1.777
+						c-0.047,0-0.274-0.764-0.33-0.907c-0.008,0.078-0.589,1.531-0.6,1.194c-0.009-0.287-0.327-0.926-0.864-0.656
+						c-2.081,1.041-4.329,1.785-6.694,1.972c-5.845,0.459-7.255-1.15-7.537-1.508c0,0,2.721,0.686,6.281,0.155
+						c2.308-0.342,4.52-1.071,6.571-2.19c1.455-0.793,2.643-1.677,3.612-2.689c-0.234-1.205-7.555-0.826-7.555-0.826
+						s1.844-1.62,7.062-0.813c0.627,0.098,1.12-0.154,1.573-0.498c0.174-0.135,0.259-0.372,0.215-0.495
+						c-0.035-0.104-0.215-0.12-0.32-0.12c-0.062,0-0.131,0.006-0.204,0.017c-0.161,0.022-0.237,0.029-0.292,0.029
+						c-0.248,0,5.553-4.137,0.502-11.229C8.543,9.136,5.445,7.424,3.808,6.858C9.1,13.011,4.092,17.218,2.781,18.176
+						C1.63,19.019,0.25,19.66-1.561,20.198C-1.778,20.262-2,20.323-2.232,20.386l-1.659,0.458l0.948-1.033
+						c0.023-0.029,0.074-0.087,0.162-0.125c0.06-0.024,0.116-0.047,0.172-0.067c1.162-0.454,2.101-0.956,2.896-1.548
+						c1.333-0.994,7.697-5.152,0.305-12.493c-0.257-0.255-0.929-0.628-1.05-0.669C1.527,8.26-0.149,10.84-0.149,10.84
+						s-0.914-3.352-1.448-4.279c-0.634-1.107-1.476-2.006-2.351-2.324c1.38,2.704,0.013,4.235,0.013,4.235
+						C-2.562,2.364-17.938,0.927-21.559-1.79c-0.086,0.374-0.165,0.862-0.169,1.26C-21.805,6.271-17.31,10.547-14.623,13.103z
+						 M-25.256,11.102c-0.241-0.961-0.438-1.882-0.605-3.795c-0.021-0.259-0.071-1.282-0.071-1.282s1.277,5.576,7.13,6.193
+						c-1.187-1.783-2.152-3.657-2.872-5.579c-0.649-1.73-1.054-3.392-1.236-5.077c-0.134-1.239-0.137-2.45-0.011-3.599
+						c-0.07-0.05-0.141-0.098-0.213-0.146c-1.304,0.734-1.714,2.896-1.616,4.609c0.078,1.391,0.945,4.574,0.812,4.298
+						c-0.837-1.737-2.294-4.198-2.375-6.548c-0.059-1.655,0.438-3.25,1.419-4.709c-0.144,0.026-0.316,0.09-0.528,0.192l-0.023,0.013
+						l-0.071,0.066c-0.101,0.095-0.209,0.191-0.289,0.298C-31.188,3.24-25.642,10.397-25.256,11.102z M-28.816,5.438
+						c-0.066-0.52-0.13-1.034-0.173-1.547c-0.145-1.701-0.077-3.209,0.204-4.607c0.247-1.223,0.636-2.156,1.225-2.936
+						c0.409-0.543,0.866-0.945,1.392-1.226c-0.615-0.728-1.144-1.505-1.576-2.313c-0.225,0.305-0.385,0.592-0.492,0.891l-0.42,1.152
+						c0,0-1.754-3.043-0.718-6.69C-29.375-11.839-38.007-0.48-28.816,5.438z M-29.587-13.334c0.049-0.054,0.058-0.107,0.061-0.188
+						c0.04-0.83,0.078-1.528,0.136-2.229c0.002-0.004,0.002-0.009,0.002-0.014c-2.631,3.21-4.295,6.863-4.961,10.894
+						C-33.734-7.76-31.172-11.589-29.587-13.334z M33.82-32.629c-0.899-0.5-2.252-0.619-3.41-0.619
+						c-0.289,0-0.602,0.019-0.928,0.056c-0.063,0.008-0.123,0.013-0.182,0.013c-0.255,0-0.555,0.013-0.711-0.19
+						c-0.218-0.285-0.345-0.953,1.074-0.936c0.069,0.002,0.79,0.1,1.09-0.428c0.24-0.425,0.082-1.134-0.1-1.332
+						c-0.712-0.775-1.963,0.384-1.963,0.384c-0.269,0-0.955-0.218-1.683,0.51c-0.728,0.729,0.135,2.307-0.155,2.438
+						c-0.279,0.11-0.358,0.146-0.625,0.283c-1.536,0.798-3.59,2.574-2.596,5.021c0.81-2.024,3.709-3.043,5.079-3.271
+						c3.895-0.642,6.692,0.442,6.752,0.466C35.519-31.053,34.463-32.271,33.82-32.629z M35.125-24.905
+						c-0.07-0.695-0.213-1.363-0.378-2.103c-0.216-0.966-0.802-1.601-1.741-1.884c-0.398-0.12-0.838-0.175-1.385-0.175
+						c-0.921,0-1.846,0.121-2.848,0.371c-0.993,0.246-1.64,0.5-2.159,0.844c-0.646,0.426-1.034,0.94-1.188,1.58
+						c-0.115,0.479-0.059,0.966,0.002,1.338c0.004,0.021,0.008,0.038,0.009,0.038c0.004,0,0.019,0.008,0.051,0.021
+						c1.814,0.726,3.065,1.838,3.827,3.403c0.043,0.092,0.078,0.108,0.158,0.118c0.227,0.023,0.427,0.037,0.612,0.037
+						c0.528,0,0.973-0.101,1.36-0.307c0.266-0.14,0.545-0.212,0.828-0.212c0.281,0,0.569,0.07,0.857,0.211
+						c0.209,0.103,0.405,0.223,0.584,0.358c0.108,0.081,0.211,0.17,0.313,0.261C34.901-22.131,35.272-23.443,35.125-24.905z"/>
+				</g>
+			</g>
+			<g>
+				<g>
+					<path fill="#0B0B0B" d="M23.788,0.518c0.811,0.51,0.896,1.321,0.896,1.321c0.292,1.267-0.922,3.356-1.311,4.421
+						c-0.316,0.872-0.601,2.364-0.366,3.27c0.973-0.293,2.182-1.187,2.887-1.956c0.76-0.832,1.381-2.04,1.283-3.151
+						c-0.042-0.45-0.255-1.026-0.578-1.6c-0.138-0.25-0.069-0.779,0.393-0.781c0.348-0.002,0.507,0.053,0.772,0.406
+						c0.926,1.234,1.06,2.35-0.163,3.982c-0.882,1.176-1.83,2.008-3.002,2.879c-0.332,0.247-0.92,0.528-1.332,0.614
+						c-0.45,0.092-0.724-0.127-0.877-0.566c-0.054-0.158-0.088-0.324-0.116-0.491c-0.26-1.475,0.075-2.805,0.797-4.124
+						c0.959-1.751,0.95-2.53,0.083-4.38C23.153,0.361,23.337,0.234,23.788,0.518z"/>
+				</g>
+			</g>
+		</g>
+	</g>
+</symbol>
+<symbol  id="New_Symbol_9" viewBox="-54.045 -54.277 108.089 108.554">
+	<g>
+		<g>
+			<g>
+				<polygon fill="#1A1A1A" points="33.523,18.33 33.521,18.326 33.523,18.326 				"/>
+				<path fill="#1A1A1A" d="M38.856-5.782c-0.82-1.612-0.57-2.881,0.743-3.958c0.926-0.759,2.038-0.969,3.2-0.945
+					c0.467,0.01,0.928,0.087,1.393,0.107c0.253,0.012,0.514-0.004,0.762-0.058c0.467-0.104,0.676-0.034,0.836,0.414
+					c0.363,1.026,0.535,2.088,0.411,3.17c-0.058,0.518-0.167,1.051-0.37,1.527c-0.809,1.89-3.262,2.665-5.074,1.635
+					c-0.229-0.132-0.452-0.289-0.66-0.459c-0.219-0.18-0.422-0.387-0.652-0.6c0.104-0.121,0.186-0.232,0.283-0.331
+					c0.221-0.225,0.303-0.491,0.236-0.791c-0.209-0.938,0.199-1.604,0.982-2.031c0.559-0.306,1.172-0.524,1.779-0.729
+					c0.314-0.104,0.639-0.18,0.966-0.25c0.103,0.004,0.144,0.021,0.221,0.083c0.492,0.316,0.841,0.734,1.056,1.273
+					c0.118-0.317,0.094-0.852-0.01-1.244c-0.062-0.247-0.021-0.842,0.103-1.018c-0.011-0.009-0.019-0.021-0.027-0.032
+					c-0.057,0.031-0.114,0.057-0.169,0.091c-0.627,0.387-1.328,0.507-2.045,0.595c-0.885,0.114-1.748,0.317-2.5,0.828
+					c-0.908,0.611-1.394,1.465-1.444,2.562C38.872-5.907,38.865-5.874,38.856-5.782z M43.138-5.661c0-0.66-0.536-1.199-1.199-1.199
+					c-0.661,0-1.2,0.539-1.2,1.199c0,0.664,0.539,1.199,1.2,1.199C42.602-4.461,43.138-4.997,43.138-5.661z"/>
+			</g>
+		</g>
+		<g>
+			<g>
+				<path fill="#1A1A1A" d="M28.794,3.406c0,0.067,0.004,0.138,0.004,0.208c-0.027,0.049-0.064,0.097-0.088,0.146
+					C28.78,3.656,28.81,3.529,28.794,3.406z"/>
+				<path fill="#1A1A1A" d="M31.331,11.523c-0.023,0-0.049-0.004-0.072-0.004c-0.012-0.026-0.024-0.058-0.039-0.082
+					C31.248,11.464,31.294,11.495,31.331,11.523z"/>
+			</g>
+		</g>
+		<path fill="#1A1A1A" d="M52.999-39.423c0.059,0.381,0.123,0.739,0.191,1.099c0.15,0.798,0.305,1.626,0.361,2.473
+			c0.191,2.991-0.746,5.609-2.785,7.786l0.071,0.321c0.098,0.456,0.217,1.025,0.284,1.58c0.172,1.374-0.269,2.606-1.349,3.774
+			c-0.033,0.036-0.069,0.073-0.088,0.104c-0.263,0.789-0.831,1.421-1.679,1.848c-0.499,0.252-1.023,0.44-1.568,0.562
+			c0.652,0.269,1.307,0.597,1.975,0.996c0.077,0.046,0.111,0.055,0.111,0.055c2.178,0.334,3.893,2.011,4.273,4.174
+			c0.008,0.052,0.014,0.1,0.021,0.15c0.011,0.093,0.022,0.194,0.034,0.226c0.859,1.325,1.016,2.825,0.461,4.442
+			c-0.182,0.523-0.405,1.046-0.604,1.506c-0.156,0.362-0.308,0.716-0.441,1.069c-0.156,0.403-0.327,0.851-0.363,1.26
+			c-0.103,1.137-0.27,2.633-0.682,4.122c-0.861,3.098-2.357,5.525-4.577,7.421c-2.026,1.735-4.188,2.477-7.111,2.913
+			c0.397-0.625-0.131-0.906,0.152-1.596c0.114-0.282,0.145-0.544,0.144-0.803c4.998-1.708,8.775-6.258,9.412-11.728
+			c0.018-0.16,0.035-0.323,0.048-0.486c0.036-0.45,0.075-0.915,0.222-1.372c0.168-0.529,0.412-1.022,0.646-1.498
+			c0.098-0.197,0.195-0.393,0.286-0.595c0.083-0.18,0.169-0.36,0.255-0.539c0.178-0.373,0.379-0.796,0.539-1.212
+			c0.143-0.368,0.193-0.746,0.152-1.125c-0.008,0.004-0.192,0.15-0.273,0.209c-0.072,0.055-0.146,0.114-0.218,0.17
+			c-0.215,0.171-0.444,0.355-0.705,0.499c-0.185,0.103-0.378,0.153-0.575,0.153c-0.338,0-0.645-0.146-0.886-0.422l-0.396-0.451
+			l0.575-0.454l0.306-0.27c0.504-0.45,0.984-0.876,1.457-1.309c-0.061-0.734-0.326-1.355-0.79-1.827
+			c-0.579-0.587-1.174-0.775-1.796-0.87c-0.701-0.106-1.201,0.219-1.201,0.219s-0.388-2.124-4.784-2.13l-0.269,0.002
+			c-1.293,0-2.539-0.36-3.923-1.134c-1.821-1.509-5.908-1.355-5.908-1.355c-1.149,0.191-2.228,0.485-3.269,0.898
+			c-1.921,0.769-3.612,1.858-4.924,3.482c-0.707,0.871-1.236,1.838-1.598,2.901c-0.034,0.097-0.074,0.189-0.111,0.287
+			c-0.02-1.035,0.199-2.011,0.643-2.934c0.904-1.854,2.395-3.069,4.26-3.867c1.617-0.692,3.314-0.928,5.062-0.843l0.369-0.414
+			c0.179-0.196,0.369-0.258,0.496-0.289c0.713-0.17,1.467-0.252,2.304-0.252c0.323,0,2.286,0.451,4.287-0.559
+			c0.181-0.091,0.423-0.198,0.712-0.198c0.148,0,0.292,0.025,0.434,0.079l0.221,0.084c0.475,0.179,1.403,0.56,1.403,0.56
+			c5.721,1.259,6.536-3.066,6.536-3.066c-0.148,0.065-0.322,0.121-0.516,0.121c-0.225,0-0.436-0.075-0.627-0.218l-0.65-0.494
+			l0.977-0.614c0.202-0.125,0.383-0.238,0.559-0.358c0.224-0.152,0.312-0.361,0.301-0.699c-0.026-0.882-1.056-1.779-2.036-1.779
+			c-0.112,0-0.22,0.011-0.321,0.034c-0.4,0.088-0.619,0.219-0.749,0.444c-0.112,0.194-0.372,0.4-0.679,0.4l-0.26-0.011
+			c-0.311-0.015-0.629-0.026-0.951-0.101l-0.074-0.017c-0.434-0.098-0.836-0.19-1.23-0.19c-0.141,0-0.271,0.014-0.402,0.039
+			c-0.187,0.034-0.37,0.078-0.556,0.125l-0.868,0.206l-0.146-0.519c-0.221-0.768-0.576-1.458-1.092-2.113
+			c-1.109-1.409-2.596-2.406-4.544-3.044c-1.436-0.472-2.988-0.71-4.609-0.71c-0.856,0-1.757,0.066-2.681,0.197
+			c-3.486,0.5-5.921,2.393-7.233,5.627c-0.218,0.534-0.372,1.125-0.522,1.695c-0.084,0.322-0.16,0.624-0.248,0.922
+			c-0.46,1.565-1.043,2.954-1.781,4.246c-1.36,2.375-3.049,4.068-5.163,5.183c-1.698,0.893-3.552,1.345-5.513,1.345
+			c-0.814,0-1.665-0.077-2.526-0.229c-0.356-0.064-0.718-0.1-1.071-0.231c-1.86-0.712-2.093-1.038-2.093-1.038l0.899-0.054
+			c0.149-0.008,0.476-0.053,0.805-0.096c0.363-0.047,0.73-0.095,0.889-0.102c0.627-0.03,1.223-0.059,1.811-0.121
+			c2.465-0.248,4.708-1.004,6.664-2.243c2.629-1.667,4.24-3.729,4.922-6.301c0.421-1.583,1.021-3.163,1.781-4.692
+			c0.455-0.909,1.032-1.961,1.879-2.868c1.199-1.287,2.734-2.161,4.824-2.75c0.559-0.156,1.108-0.33,1.574-0.479
+			c0.055-0.015,0.111-0.047,0.169-0.197c0.261-0.675,0.323-1.332,0.19-2.006c-0.205-1.052-0.712-2.03-1.548-2.995
+			c-0.665-0.764-1.525-1.348-2.36-1.911c-0.463-0.311-0.895-0.64-1.293-0.977c-0.494-0.423-0.75-0.99-0.724-1.596
+			c0.022-0.5,0.061-1.336,0.911-1.336c0.183,0,0.395,0.043,0.726,0.153c0.142,0.046,0.281,0.104,0.42,0.163l0.735,0.319
+			c0.41,0.175,0.821,0.353,1.23,0.526c0.822,0.34,1.625,0.515,2.392,0.515c0.401,0,0.806-0.046,1.198-0.143
+			c1.123-0.269,2.149-0.882,2.385-1.769c0,0,0.784-3.402-4.865-3.359c-0.456,0-0.92,0.109-1.413,0.229l-0.265,0.062
+			c-0.539,0.126-1.021,0.186-1.476,0.188c-0.429,0-0.823-0.074-1.204-0.146l-0.175-0.03c-1.127-0.205-2.336-0.298-3.917-0.298
+			c-0.707,0-33.621,0.029-33.621,0.029c-2.967,0-5.783,0.417-8.368,1.094c-10.759,2.814-18.417,8.839-23.413,18.029
+			c-1.813,3.342-3.053,6.948-3.691,10.79c0.033-0.056,0.295-0.909,0.295-0.909c1.486-2.53,3.287-4.529,3.287-4.529
+			s-4.087,10.853-4.088,11.325c-0.004,1.488,0.088,3.008,0.271,4.524c0.115-0.38,0.235-0.753,0.366-1.125
+			c1.831-5.219,4.608-10.106,8.487-14.949c0.095-0.116,0.17-0.252,0.209-0.373c0.599-1.841,1.411-3.593,2.416-5.221
+			c-2.271,0.466-5.514,3.66-5.514,3.66l0.422-0.812c2.535-4.888,8.506-7.864,9.674-8.288c3.423-3.041,7.58-5.245,12.35-6.555
+			c0.27-0.074,0.543-0.138,0.814-0.2l2.33-0.556l-1.488,1.441c-0.171,0.167-0.355,0.231-0.469,0.271
+			c-3.379,1.206-6.471,2.906-9.188,5.049c-3.551,2.797-6.105,6.223-7.596,10.171c-0.18,0.474-0.16,0.721-0.076,0.943
+			c0.08,0.216,0.137,0.436,0.191,0.648c0.038,0.154,0.065,0.263,0.098,0.367c0.791,2.582,1.982,4.603,3.65,6.169
+			c1.555,1.466,3.544,2.541,6.087,3.286c2.421,0.712,4.976,1.039,7.446,1.354l1.077,0.139c1.397,0.182,2.809,0.401,4.173,0.61
+			l0.711,0.111c-0.924-1.188-1.725-2.462-2.385-3.806c-0.168-0.055-5.186-1.184-5.785-1.311c-7.969-1.7-8.507-6.762-8.507-6.762
+			s3.44,4.559,11.714,4.807l0.289,0.003c0.335-0.004,0.664-0.015,1.01-0.03c-2.295-11.986,2.152-16.15,2.115-16.014
+			c-1.008,3.831-1.26,7.316-0.771,10.659c0.629,4.334,2.541,8.068,5.676,11.101c2.132,2.062,4.818,3.795,8.208,5.302
+			C0.043-9.932,3.147-9.136,6.073-8.43l0.561,0.132c2.141,0.516,4.314,1.039,6.43,1.66c3.275,0.96,6.125,2.542,8.467,4.704
+			c0.356,0.329,0.763,0.701,1.105,1.147c1.658,2.148,3.539,3.779,5.711,4.99c0.299-1.371,1.086-2.661,2.369-3.444
+			c-1.349,2.311-2.031,4.666-1.393,6.841c0.608,1.945,1.617,2.922,2.688,4.801c1.273,2.455,1.41,5.939,1.431,5.961
+			c0.234,0.241,0.397,0.478,0.639,0.714c0.296,0.295,0.571,0.585,0.862,0.884c0.861,0.892,1.494,2.005,1.758,3.337
+			c0.277,1.388-0.355,2.13-0.355,2.13c0.234,0.854,0.546,1.691,0.611,2.547c0.12,1.594-0.37,3.065-0.592,3.065
+			c-0.109,0-2.045-2.207-3.109-2.62c-0.252,1.516-0.641,3.052-1.246,4.971c-0.454,1.443-0.58,2.627-0.397,3.731
+			c0.138,0.824,1.139,1.972,1.139,1.972l0.464,0.547l-0.639,0.326c-0.105,0.062-0.927,0.245-1.203,0.245
+			c-0.805,0-1.465-0.289-1.942-0.843c-0.097,0.657-0.11,1.321-0.048,1.991c0.105,1.155,0.566,2.215,0.952,3.013
+			c0.118,0.242,0.265,0.562,0.367,0.906c0.121,0.422,0.062,0.82-0.167,1.128c-0.229,0.307-0.594,0.474-1.026,0.474
+			c-0.374-0.006-0.712-0.064-1.004-0.176c-1.312-0.494-2.337-1.333-3.058-2.495c-0.236,0.271-0.454,0.571-0.586,0.933
+			c-0.176,0.479-0.401,0.925-0.618,1.335c-0.181,0.347-0.425,0.521-0.722,0.521c-0.214,0-0.376-0.093-0.495-0.198
+			c-0.376,1.009-0.995,1.859-1.841,2.533c-0.055,0.044-0.109,0.078-0.189,0.126l-1.143,0.701c0,0,0.225-1.47,0.225-1.471
+			c-2.929,1.9-6.164,3.28-9.628,4.104c-0.276,0.065-0.556,0.12-0.835,0.175c-0.84,0.166-1.619,0.318-2.295,0.739
+			c-0.082,0.054-0.163,0.075-0.2,0.085c-0.098,0.04-0.233,0.065-0.358,0.065c-0.264,0-0.528-0.113-0.75-0.34
+			c-0.349,0.008-0.74,0.035-1.087,0.067L4.605,53.6c-0.057,0.006-0.495,0.006-0.559,0.006l-0.604-0.271c0,0-1.455,0.941-1.969,0.941
+			H0.992c-0.378,0-0.718-0.245-0.897-0.55c-0.146-0.246-0.365-0.177-0.437-0.179c-2.411-0.15-4.721-0.504-6.86-1.035
+			c-3.765-0.935-6.908-2.338-9.605-4.278c-2.359-1.697-4.091-3.567-5.295-5.711c-0.266-0.474-0.475-0.967-0.673-1.441
+			c-0.244-0.573-0.269-1.095-0.103-1.604c0.176-0.523,0.599-0.847,1.107-0.847c0.063,0,0.131,0.006,0.197,0.017
+			c0.26,0.042,0.52,0.062,0.773,0.062c1.202,0,2.374-0.447,3.691-1.404c1.411-1.025,2.412-2.312,2.973-3.815
+			c0.803-2.159,0.438-4.166-1.088-5.968c-0.48,1.596-1.119,2.798-2.01,3.772c-0.625,0.688-1.361,1.208-2.185,1.543
+			c-0.129,0.054-0.257,0.088-0.392,0.106l-0.215,0.03c0,0,1.045-2.365,1.174-3.355c0.271-2.129-0.011-5.117-2.08-5.695
+			c-0.624-0.174-1.221-0.429-1.832-0.642c-1.102-0.382-2.242-0.778-3.363-1.195c-3.146-1.173-5.946-2.488-8.549-4.022
+			c0.012,0.222,0.042,0.443,0.072,0.676l0.041,0.34c0.012,0.049,0.021,0.088,0.024,0.126c0.062,0.472-0.013,0.824-0.226,1.068
+			c-0.165,0.188-0.405,0.293-0.674,0.293c-0.211,0-0.441-0.062-0.704-0.189c-0.354-0.172-0.711-0.461-1.007-0.813
+			c-0.749-0.9-1.201-1.905-1.671-3.03c-0.11-0.271-0.214-0.541-0.316-0.815l-0.019-0.061c-0.095-0.248-0.189-0.505-0.292-0.749
+			c-0.058-0.13-0.139-0.25-0.22-0.319c-2.814-2.391-4.943-4.599-6.7-6.941c-1.366-1.82-2.563-3.739-3.568-5.716
+			c-0.146,1.527-0.137,3.043,0.017,4.612c0,0-2.934-2.368-2.285-10.002c0.002-0.012,0.002-0.068-0.039-0.205
+			C-53.096-6.335-53.645-9-53.877-11.58c-0.846-9.451,1.512-18.2,7.005-25.769c5.847-8.06,13.777-13.487,23.571-15.753
+			c2.598-0.604,5.469-1.169,9.606-1.169c0,0,16.235,0,17.264,0l23.565,0.047c0,0,2.766,0.001,4.344,0.856
+			c1.343,0.729,2.111,1.459,2.66,2.735c0.848,1.971,0.123,4.488-1.688,5.811c-1.075,0.786-2.348,1.181-3.892,1.181
+			c-0.146,0-0.291,0.005-0.439-0.001c-0.154-0.008-0.31-0.019-0.462-0.032c1.201,1.224,2.023,2.673,2.449,4.312
+			c0.189,0.734,0.25,1.5,0.184,2.271l-0.005,0.04l0.368,0.019c0.824,0.037,1.654,0.075,2.473,0.136
+			c-0.271-0.35-0.48-0.753-0.627-1.207c-0.404-1.273-0.572-2.338-0.53-3.339c0.073-1.763,0.744-3.417,1.985-4.906
+			c0.963-1.15,2.141-2.074,3.599-2.814c-0.142-0.614-0.106-1.244,0.11-1.863c0.17-0.47,0.479-0.85,0.924-1.099
+			c0.493-0.275,1.028-0.445,1.59-0.445c0.201,0,0.414-0.04,0.642,0.012c0.892-1.972,3.062-1.707,3.062-1.707
+			c1.785,0.411,2.4,2.096,2.221,3.461c-0.025,0.163-0.053,0.34-0.09,0.498l0.095,0.035c0.472,0.112,0.962,0.237,1.447,0.406
+			c3.295,1.146,5.418,3.396,6.315,6.686C54.273-41.707,53.978-40.44,52.999-39.423z M28.391,12.486
+			C23.349-1.556,11.564-3.452,10.369-3.452l-5.546,0.12L6.3-4.328l0.375-0.147c0.176-0.073,0.336-0.139,0.507-0.188
+			C7.329-4.706,7.48-4.747,7.626-4.788c-0.746-0.157-1.51-0.31-2.258-0.417c-2.01-0.286-4.381-0.676-6.73-1.389
+			c-0.105-0.03-0.215-0.048-0.318-0.048l-0.061,0.003c-2.189,0.148-4.381,0.308-6.57,0.47c-1.332,0.095-2.555,0.141-3.732,0.141
+			c-1.408,0-2.721-0.064-4.01-0.2c-2.898-0.307-5.766-1.001-8.521-2.067c-7.928-3.377-12.145-7.889-12.145-7.889
+			s8.486,4.309,11.455,5.441c2.842,1.082,5.109,1.354,8.405,1.337c1.47-0.009,6.21-0.015,9.005-0.08
+			c-0.66-0.389-1.292-0.798-1.896-1.244c-0.501-0.369-1.048-0.646-1.676-0.884c-0.47-0.176-0.974-0.355-1.49-0.517
+			c-2.17-0.687-4.459-1.085-6.67-1.474c0,0-0.905-0.159-1.312-0.23c-2.147-0.388-4.434-0.804-6.685-1.304
+			c-2.229-0.491-4.166-1.214-5.922-2.213c-3.229-1.834-5.141-4.599-5.686-8.22c-0.939,1.774-1.493,3.51-1.689,5.287
+			c-0.333,2.963,0.553,5.493,2.623,7.518c0.152,0.151,0.248,0.33,0.324,0.485c0.111,0.226,0.217,0.454,0.32,0.683
+			c0.182,0.399,0.389,0.854,0.627,1.245c0.917,1.506,2.229,2.788,4.129,4.037c1.937,1.271,4.219,2.331,7.178,3.332
+			c4.076,1.377,8.314,2.275,12.293,3.038c1.504,0.289,3.012,0.574,4.52,0.859l0.367,0.068c1.773,0.334,3.547,0.668,5.32,1.015
+			c3.105,0.603,5.587,1.394,7.814,2.489c3.524,1.736,6.198,3.591,8.408,5.836c1.775,0.057,3.363,0.221,4.877,0.508
+			c4.044,0.767,7.884,2.297,11.426,4.55C29.074,14.359,28.726,13.419,28.391,12.486z M32.269,25.391
+			c0.49,0.238,1.053,0.399,1.595,0.557c0,0,0.339,0.099,0.474,0.139c-0.029-0.152-0.061-0.293-0.105-0.429
+			c-0.833-2.552-2.285-4.821-4.319-6.748c-1.312-1.241-2.923-2.261-5.222-3.306c-1.932-0.879-4.021-1.604-6.477-2.245
+			c0.705,0.204,1.409,0.45,2.106,0.742c3.61,1.498,6.913,3.771,10.099,6.947c0.045,0.043,0.081,0.092,0.116,0.145l0.977,1.344
+			l-1.586-0.452c-0.182-0.054-0.308-0.136-0.408-0.205c-2.694-1.87-5.154-3.374-7.519-4.597c-1.481-0.767-3.362-1.613-5.25-2.1
+			c-0.038-0.01-0.227-0.019-0.227-0.029v0.005c0,0.711,0.348,1.404,0.879,2.071c0.388,0.489,1.126,1.099,1.666,1.511
+			c1.637,1.246,3.43,2.25,4.941,3.037c-0.553-0.711-1.131-1.276-1.914-1.666c0,0,0.909-0.957,2.09-0.532
+			c1.348,0.485,1.974,0.954,2.85,1.685c0.49,0.412,0.977,0.83,1.459,1.25c0.566,0.489,1.268,1.098,1.949,1.652
+			C30.934,24.562,31.581,25.06,32.269,25.391z M25.768,40.066c0.452,1.719,0.982,2.95,1.698,3.987
+			c0.331,0.474,0.673,0.823,1.053,1.079c-0.018-0.04-0.075-0.178-0.075-0.178c-1.046-2.551-1.558-5.255-1.567-8.275
+			c-0.002-0.441-0.055-0.892-0.103-1.292c-0.28-2.386-1.628-4.326-2.449-5.2C24.525,33.957,24.989,37.124,25.768,40.066z
+			 M-21.222,19.147c0.896,0.852,1.666,1.586,2.229,2.231c0.972,1.125,1.499,2.483,1.915,3.667c0.023,0.067,0.044,0.134,0.067,0.199
+			c0.499-1.281,0.606-2.396,0.358-3.542c-0.658-3.04-1.885-5.365-3.747-7.104c-0.028-0.024,3.106,0.166,5.634,2.93
+			c2.408,2.631,3.68,5.811,3.857,9.379c0.066,1.373-0.09,2.726-0.243,4.035l-0.062,0.53c-0.47,4.134-3.54,7.583-7.646,8.583
+			c-0.277,0.068-0.518,0.157-0.718,0.262c-0.098,0.051-0.122,0.064-0.064,0.221c0.03,0.085,0.078,0.179,0.149,0.291
+			c0.65,1.011,1.48,1.841,2.465,2.469c0.578,0.367,1.133,0.718,1.662,1.098c2.276,1.629,4.548,2.738,6.946,3.398
+			c0.839,0.231,1.744,0.338,2.636,0.455c0.767,0.101,3.36,0.101,3.36,0.101s-0.898,1.718-3.8,1.767
+			c-0.094,0.001-0.189,0.004-0.285,0.004c-0.152,0-0.305-0.004-0.455-0.012c0.082,0.028,0.162,0.054,0.249,0.08
+			c1.239,0.374,2.521,0.556,3.922,0.556c0.461,0,0.938-0.021,1.421-0.062l0.149-0.013c0.53-0.042,1.009-0.042,1.391-0.306
+			c1.761-1.218,3.272-1.278,3.272-1.278l-0.207,0.736l-0.135,0.338l-0.035,0.097c-0.061,0.161-0.105,0.285-0.17,0.408
+			s-0.131,0.249-0.197,0.372c0.113-0.042,0.225-0.09,0.33-0.139c0.724-0.342,1.443-0.43,2.051-0.472
+			c0.959-0.064,1.801-0.151,2.572-0.263c1.101-0.159,1.927-0.728,2.46-1.695c0.16-0.288,0.342-0.562,0.48-0.808
+			c0.597-1.048,1.862-1.149,1.862-1.149l-0.396,0.914l-0.383,1.312c0.194-0.155,0.411-0.313,0.554-0.537
+			c0.696-1.095,2.333-1.218,2.333-1.218l-0.285,1.714c0.11-0.068,5.516-2.043,5.803-4.229c0.006-0.119,0.002-1.681,0.002-1.681
+			s1,2.035,1.162,2.528c0.242-0.215,1.017-0.979,1.561-2.52c0.147-0.418,0.277-0.8,0.434-1.179c0.103-0.248,0.188-0.472,0.305-0.671
+			c0.057-0.1,0.024-0.195,0.077-0.292c-0.501-1.672-0.544-3.489-0.563-5.876c-0.006-0.564,0.007-1.128,0.007-1.693v-0.24
+			c0-1.094-0.032-2.329-0.052-3.534c-0.051-3.337-0.786-4.548-0.786-4.548l0.183,0.067c0.194,0.062,0.343,0.127,0.492,0.204
+			c0.688,0.354,1.309,0.879,1.91,1.597c1.18,1.412,1.909,3.006,2.525,4.518c0.439,1.085,0.908,2.233,1.397,3.389
+			c1.789-4.396-2.405-8.154-2.405-8.154s3.24,1.748,4.133,3.492c0,0,0.776-2.145-2.701-3.681c-1.645-0.729-3.341-1.44-5.02-2.049
+			l-0.992-0.363c-0.402-0.147-0.824-0.365-1.254-0.646c-0.223-0.146-0.439-0.314-0.648-0.51c0.271,1.11,0.717,2.046,1.238,2.938
+			c0.814,1.391,1.194,3.17,1.4,4.084l0.182,0.805c0,0-1.033-1.271-1.729-1.66c0.023,0.143,0.053,0.278,0.096,0.406
+			c0.824,2.394,0.645,4.313,0.645,4.313s-1.261-0.901-1.29-0.938c0.428,2.72-0.083,4.229-0.083,4.229s-0.994-2.853-1.805-3.419
+			c-0.382,0.988-1.041,1.901-1.4,2.253c-1.11,1.083-1.762,3.813-1.762,3.813s-1.135-0.695-1.143-0.734
+			c0.082,0.204,0.123,0.938-0.201,2.403c0,0-1.092-1.118-1.102-1.222c0,0-0.825,2.58-1.027,2.58c-0.068,0-0.398-1.108-0.48-1.318
+			c-0.01,0.114-0.854,2.224-0.869,1.735c-0.013-0.417-0.475-1.345-1.254-0.954c-3.021,1.511-6.283,2.592-9.717,2.861
+			c-8.482,0.666-10.529-1.67-10.939-2.188c0,0,3.949,0.994,9.117,0.227c3.349-0.496,6.559-1.556,9.537-3.181
+			c2.111-1.151,3.836-2.434,5.242-3.903c-0.339-1.75-10.964-1.199-10.964-1.199s2.676-2.353,10.249-1.182
+			c0.91,0.143,1.625-0.224,2.283-0.723c0.252-0.195,0.376-0.54,0.312-0.718c-0.051-0.152-0.312-0.176-0.464-0.176
+			c-0.092,0-0.19,0.01-0.297,0.023c-0.234,0.034-0.345,0.044-0.424,0.044c-0.359,0,8.059-6.004,0.729-16.298
+			c-1.522-2.14-6.018-4.624-8.396-5.444c7.681,8.931,0.414,15.037-1.49,16.427c-1.67,1.223-3.674,2.155-6.301,2.937
+			c-0.316,0.093-0.639,0.181-0.976,0.271l-2.408,0.665l1.377-1.5c0.034-0.043,0.107-0.126,0.235-0.182
+			c0.086-0.036,0.168-0.068,0.249-0.099c1.687-0.658,3.049-1.388,4.202-2.246c1.937-1.443,11.174-7.479,0.443-18.132
+			c-0.373-0.37-1.348-0.912-1.523-0.972c2.883,4.864,0.447,8.609,0.447,8.609s-1.326-4.865-2.1-6.211
+			C-3.239,8.047-4.46,6.743-5.73,6.281c2.003,3.925,0.019,6.146,0.019,6.146L-6.2,10.806c-0.331-1.096-0.663-1.75-1.323-2.59
+			c-1.248-1.59-2.705-2.96-4.334-4.071c-1.162-0.795-2.314-1.404-3.525-1.868c-1.992-0.764-4.113-1.278-6.162-1.776l-0.812-0.198
+			c-2.448-0.599-4.435-1.111-6.252-1.621c-1.033-0.29-1.913-0.664-2.681-1.146c-0.125,0.542-0.239,1.251-0.244,1.829
+			C-31.645,9.232-25.122,15.438-21.222,19.147z M-38.985,7.492c0.242,1.74,0.572,3.79,1.166,5.803
+			c0.252,0.854,0.605,1.927,1.164,2.949c-0.35-1.396-0.637-2.73-0.879-5.508c-0.031-0.375-0.104-1.861-0.104-1.861
+			s1.854,8.093,10.348,8.99c-1.723-2.59-3.123-5.311-4.168-8.1c-0.941-2.512-1.529-4.923-1.793-7.368
+			c-0.194-1.8-0.198-3.558-0.016-5.224c-0.103-0.07-0.204-0.141-0.31-0.212c-0.601,2.89-0.825,5.506-0.683,7.994
+			c0.113,2.017,0.865,7.162,0.865,7.162c-0.223-0.317-1.156-1.826-1.349-2.229c-1.214-2.521-1.86-5.402-1.979-8.812
+			c-0.085-2.404,0.108-4.867,0.591-7.525c-0.208,0.038-0.459,0.129-0.767,0.279l-0.034,0.018l-0.104,0.098
+			c-0.146,0.137-0.297,0.28-0.42,0.432c-0.492,0.592-0.879,1.312-1.19,2.195c-0.646,1.857-0.742,3.773-0.751,5.402
+			C-39.403,3.656-39.269,5.458-38.985,7.492z M-41.823,8.023c-0.097-0.752-0.188-1.5-0.251-2.245
+			c-0.21-2.471-0.112-4.658,0.296-6.688c0.359-1.773,0.923-3.129,1.777-4.26c0.595-0.788,1.258-1.372,2.021-1.777
+			c-0.894-1.057-1.66-2.185-2.288-3.359c-0.326,0.442-0.559,0.858-0.715,1.292l-0.609,1.673c0,0-2.46-3.188-0.956-8.48l-0.088,0.13
+			c-0.579,0.835-1.179,1.699-1.727,2.578c-1.964,3.141-3.405,6.224-4.405,9.421c-0.014,0.04-0.017,0.078-0.014,0.092
+			C-47.227,0.675-44.887,4.587-41.823,8.023z M-49.132-8.623c1.527-3.339,3.494-6.708,6.189-10.599
+			c0.062-0.086,0.084-0.157,0.088-0.272c0.059-1.205,0.114-2.218,0.197-3.233c0.004-0.007,0.004-0.014,0.004-0.021
+			c-3.818,4.659-6.234,9.962-7.2,15.811C-49.64-7.479-49.399-8.039-49.132-8.623z M49.087-47.226
+			c-1.305-0.726-3.268-0.898-4.949-0.898c-0.42,0-0.873,0.025-1.347,0.08c-0.092,0.011-0.179,0.018-0.265,0.018
+			c-0.369,0-0.804,0.02-1.031-0.275c-0.316-0.414-0.5-1.383,1.56-1.358c0.101,0.003,1.146,0.146,1.582-0.621
+			c0.349-0.614,0.119-1.644-0.146-1.933c-1.033-1.125-2.848,0.557-2.848,0.557c-0.391,0-1.387-0.314-2.442,0.74
+			c-1.056,1.057,0.196,3.348-0.226,3.536c-0.405,0.162-0.52,0.211-0.906,0.413c-2.23,1.157-5.211,3.737-3.768,7.289
+			c1.175-2.938,5.383-4.417,7.371-4.746c5.652-0.931,9.713,0.642,9.8,0.675C51.55-44.938,50.02-46.707,49.087-47.226z
+			 M50.981-36.016c-0.102-1.012-0.309-1.98-0.549-3.052c-0.312-1.401-1.163-2.322-2.526-2.734c-0.578-0.174-1.217-0.253-2.01-0.253
+			c-1.337,0-2.679,0.176-4.133,0.538c-1.441,0.358-2.38,0.726-3.135,1.225c-0.938,0.618-1.5,1.367-1.725,2.293
+			c-0.167,0.694-0.085,1.402,0.003,1.941c0.007,0.032,0.011,0.056,0.013,0.056c0.006,0,0.027,0.011,0.074,0.03
+			c2.633,1.051,4.449,2.667,5.555,4.938c0.062,0.133,0.113,0.159,0.229,0.171c0.328,0.035,0.618,0.055,0.888,0.055
+			c0.768,0,1.412-0.146,1.975-0.444c0.387-0.203,0.791-0.308,1.202-0.308c0.408,0,0.827,0.102,1.245,0.306
+			c0.303,0.148,0.588,0.322,0.848,0.521c0.156,0.118,0.306,0.247,0.455,0.379C50.656-31.989,51.193-33.894,50.981-36.016z"/>
+		<g>
+			<g>
+				<path fill="#1A1A1A" d="M34.525,0.882c1.176,0.739,1.3,1.919,1.3,1.919c0.424,1.837-1.338,4.871-1.902,6.417
+					c-0.459,1.267-0.871,3.433-0.531,4.744c1.411-0.426,3.166-1.721,4.189-2.839c1.103-1.208,2.004-2.96,1.862-4.574
+					c-0.061-0.653-0.37-1.491-0.839-2.322c-0.2-0.362-0.1-1.131,0.569-1.134c0.505-0.002,0.736,0.077,1.121,0.589
+					c1.344,1.792,1.538,3.41-0.236,5.78c-1.28,1.706-2.655,2.914-4.357,4.178c-0.481,0.358-1.335,0.77-1.933,0.894
+					c-0.653,0.132-1.051-0.185-1.273-0.824c-0.078-0.229-0.127-0.47-0.166-0.713c-0.378-2.14,0.108-4.07,1.155-5.985
+					c1.392-2.541,1.38-3.672,0.121-6.356C33.606,0.655,33.872,0.471,34.525,0.882z"/>
+			</g>
+		</g>
+	</g>
+</symbol>
+<text transform="matrix(1 0 0 1 119.9424 104.2578)" font-family="'AvenirNext-DemiBold'" font-size="45.9139">Outlined black</text>
+<g>
+	<g>
+		
+			<use xlink:href="#New_Symbol_9"  width="108.089" height="108.554" id="XMLID_1_" x="-54.045" y="-54.277" transform="matrix(4.6067 0 0 -4.6067 1439.4668 777.5947)" overflow="visible"/>
+	</g>
+	<g>
+		<path fill="#1A1A1A" d="M1249.424,1094.004h80.455v19.365h-58.273v34.154h54.931v18.662h-54.931v52.463h-22.182V1094.004z"/>
+		<path fill="#1A1A1A" d="M1349.597,1085.555h21.127v133.095h-21.127V1085.555z"/>
+		<path fill="#1A1A1A" d="M1393.784,1105.447c0-3.402,1.261-6.365,3.786-8.892c2.521-2.521,5.721-3.784,9.594-3.784
+			c3.874,0,7.131,1.204,9.771,3.608c2.641,2.408,3.961,5.431,3.961,9.066c0,3.641-1.32,6.664-3.961,9.065
+			c-2.642,2.408-5.897,3.609-9.771,3.609c-3.873,0-7.071-1.26-9.594-3.785C1395.045,1111.816,1393.784,1108.854,1393.784,1105.447z
+			 M1396.777,1134.145h21.127v84.505h-21.127V1134.145z"/>
+		<path fill="#1A1A1A" d="M1443.605,1134.145h20.069v13.556h0.353c1.877-4.226,5.134-7.949,9.771-11.178
+			c4.635-3.228,10.122-4.845,16.46-4.845c5.517,0,10.238,0.972,14.173,2.906c3.932,1.938,7.157,4.488,9.684,7.658
+			c2.521,3.17,4.371,6.809,5.546,10.916c1.171,4.109,1.761,8.334,1.761,12.676v52.814h-21.127v-46.83
+			c0-2.465-0.176-5.045-0.527-7.746c-0.353-2.697-1.117-5.133-2.289-7.307c-1.175-2.171-2.789-3.962-4.842-5.369
+			c-2.055-1.408-4.784-2.111-8.186-2.111c-3.406,0-6.339,0.676-8.803,2.025c-2.466,1.35-4.49,3.08-6.074,5.19
+			c-1.585,2.113-2.79,4.552-3.609,7.308c-0.822,2.76-1.232,5.545-1.232,8.362v46.478h-21.127V1134.145L1443.605,1134.145z"/>
+		<path fill="#1A1A1A" d="M1546.418,1085.555h21.127v84.152h0.527l32.041-35.562h27.112l-36.618,38.203l38.907,46.302h-27.991
+			l-33.451-43.31h-0.527v43.31h-21.127V1085.555z"/>
+	</g>
+</g>
+<g>
+	
+		<use xlink:href="#New_Symbol_10"  width="74.472" height="74.981" id="XMLID_10_" x="-37.236" y="-37.491" transform="matrix(1.6523 0 0 -1.6523 274.5635 1155.2812)" overflow="visible"/>
+	<g>
+		<g>
+			<path fill="#0B0B0B" d="M351.884,1131.66h55.28v13.307h-40.039v23.467h37.74v12.822h-37.74v36.047h-15.241V1131.66z"/>
+			<path fill="#0B0B0B" d="M420.711,1125.854h14.516v91.449h-14.516V1125.854z"/>
+			<path fill="#0B0B0B" d="M451.072,1139.523c0-2.339,0.865-4.375,2.601-6.109c1.733-1.732,3.933-2.6,6.592-2.6
+				c2.661,0,4.899,0.827,6.714,2.479c1.814,1.654,2.723,3.732,2.723,6.23c0,2.5-0.907,4.577-2.723,6.229
+				c-1.813,1.654-4.053,2.48-6.714,2.48c-2.659,0-4.857-0.865-6.592-2.603C451.938,1143.898,451.072,1141.863,451.072,1139.523z
+				 M453.128,1159.24h14.517v58.062h-14.517V1159.24z"/>
+			<path fill="#0B0B0B" d="M485.303,1159.24h13.789v9.313h0.243c1.288-2.903,3.526-5.463,6.714-7.682
+				c3.186-2.217,6.955-3.326,11.311-3.326c3.789,0,7.033,0.664,9.736,1.996c2.701,1.33,4.918,3.084,6.653,5.262
+				c1.733,2.178,3.003,4.678,3.812,7.5c0.806,2.822,1.209,5.728,1.209,8.709v36.289h-14.517v-32.176c0-1.693-0.12-3.468-0.362-5.322
+				c-0.241-1.854-0.768-3.527-1.572-5.021c-0.807-1.49-1.917-2.722-3.325-3.689c-1.412-0.967-3.288-1.451-5.625-1.451
+				c-2.34,0-4.355,0.465-6.049,1.391c-1.693,0.931-3.084,2.117-4.173,3.568c-1.09,1.453-1.918,3.127-2.479,5.021
+				c-0.565,1.896-0.848,3.812-0.848,5.745v31.937h-14.517V1159.24z"/>
+			<path fill="#0B0B0B" d="M555.943,1125.854h14.516v57.82h0.363l22.016-24.434h18.629l-25.161,26.248l26.732,31.813h-19.233
+				l-22.981-29.758h-0.363v29.758h-14.516L555.943,1125.854L555.943,1125.854z"/>
+		</g>
+	</g>
+</g>
+<g>
+	
+		<use xlink:href="#New_Symbol_9"  width="108.089" height="108.554" x="-54.045" y="-54.277" transform="matrix(7.3988 0 0 -7.3988 615.8281 492.209)" overflow="visible"/>
+</g>
+<g>
+	<g>
+		<path fill="#1A1A1A" d="M1565.707,350.326h67.215v16.178h-48.684v28.535h45.89v15.59h-45.89v43.83h-18.531V350.326z"/>
+		<path fill="#1A1A1A" d="M1649.396,343.266h17.648v111.193h-17.648V343.266z"/>
+		<path fill="#1A1A1A" d="M1686.311,359.885c0-2.842,1.054-5.315,3.164-7.426c2.105-2.107,4.779-3.162,8.016-3.162
+			s5.956,1.006,8.162,3.014c2.207,2.013,3.31,4.537,3.31,7.574c0,3.041-1.103,5.566-3.31,7.576c-2.206,2.01-4.928,3.014-8.162,3.014
+			c-3.235,0-5.909-1.051-8.016-3.159C1687.363,365.205,1686.311,362.73,1686.311,359.885z M1688.812,383.859h17.649v70.6h-17.649
+			V383.859z"/>
+		<path fill="#1A1A1A" d="M1727.934,383.859h16.769v11.325h0.293c1.567-3.528,4.288-6.643,8.163-9.34
+			c3.873-2.694,8.457-4.045,13.752-4.045c4.607,0,8.554,0.81,11.841,2.426c3.282,1.619,5.979,3.753,8.09,6.398
+			c2.106,2.647,3.651,5.688,4.633,9.119c0.979,3.434,1.472,6.965,1.472,10.59v44.125h-17.649v-39.123
+			c0-2.062-0.147-4.215-0.442-6.473c-0.293-2.254-0.933-4.287-1.912-6.104c-0.979-1.812-2.33-3.309-4.044-4.486
+			c-1.717-1.176-3.995-1.764-6.839-1.764c-2.846,0-5.295,0.564-7.354,1.691c-2.06,1.127-3.752,2.574-5.074,4.338
+			c-1.323,1.766-2.33,3.801-3.016,6.104c-0.688,2.306-1.029,4.634-1.029,6.986v38.83h-17.649v-70.598H1727.934z"/>
+		<path fill="#1A1A1A" d="M1813.826,343.266h17.65v70.306h0.44l26.769-29.711h22.65l-30.593,31.918l32.504,38.682h-23.385
+			l-27.945-36.182h-0.44v36.182h-17.65V343.266z"/>
+	</g>
+	
+		<use xlink:href="#New_Symbol_10"  width="74.472" height="74.981" x="-37.236" y="-37.491" transform="matrix(4.771 0 0 -4.771 1369.1055 275.4668)" overflow="visible"/>
+</g>
+</svg>


[32/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/svg/color_white.svg
----------------------------------------------------------------------
diff --git a/img/logo/svg/color_white.svg b/img/logo/svg/color_white.svg
new file mode 100644
index 0000000..e24ac1c
--- /dev/null
+++ b/img/logo/svg/color_white.svg
@@ -0,0 +1,1563 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
+<symbol  id="New_Symbol" viewBox="-50.452 -50.957 100.904 101.913">
+	<path fill="#E65270" d="M14.112-50.014c-1.353,0.017-2.703,0.021-4.055,0.021l-3.49-0.003c0,0-9.979,0.004-14.75,0.004
+		c-0.748,0-1.5-0.003-2.25-0.005s-1.5-0.005-2.252-0.005c-0.469,0-0.938,0.001-1.406,0.004c-2.838,0.017-5.551,0.358-8.062,1.016
+		c-10.003,2.617-17.576,8.55-22.513,17.633c-2.366,4.355-3.711,9.225-3.995,14.473c-0.126,2.334-0.007,4.726,0.355,7.108
+		c0.043,0.285,0.095,0.569,0.146,0.854l0.115,0.65l0.195-0.192c0.103-0.102,0.135-0.208,0.158-0.288
+		c0.098-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013c1.701-4.851,4.284-9.397,7.896-13.902
+		c0.143-0.178,0.25-0.375,0.312-0.567c1.225-3.77,3.354-7.028,6.326-9.69c2.891-2.588,6.357-4.526,10.316-5.771
+		c-2.539,1.086-4.89,2.475-7.004,4.142c-3.447,2.719-5.933,6.046-7.383,9.89c-0.145,0.385-0.267,0.851-0.07,1.368
+		c0.064,0.176,0.11,0.358,0.158,0.541c0.031,0.126,0.062,0.252,0.102,0.377c0.781,2.553,1.967,4.555,3.625,6.117
+		c1.546,1.456,3.514,2.521,6.018,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.012,0.13c1.32,0.172,2.66,0.377,3.953,0.577
+		l0.779,0.12c0.29,0.044,0.578,0.107,0.877,0.172l0.727,0.152l-0.191-0.325c-0.015-0.028-0.027-0.051-0.048-0.075
+		c-1.226-1.372-2.253-2.898-3.056-4.538c-0.067-0.139-0.213-0.267-0.354-0.312c-0.174-0.057-0.347-0.113-0.52-0.171
+		c-0.551-0.184-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3c-0.494-0.07-0.987-0.139-1.479-0.228
+		c-1.652-0.294-2.932-0.826-3.898-1.636c0.212,0.051,0.431,0.083,0.646,0.114c0.299,0.043,0.607,0.089,0.889,0.186
+		c1.523,0.53,3.195,0.776,5.263,0.776l0.279-0.001c0.37-0.004,0.741-0.021,1.116-0.039l0.727-0.03l-0.055-0.179
+		c-1.482-4.845-1.44-9.599,0.119-14.157c-0.652,3.091-0.771,5.962-0.367,8.737c0.617,4.241,2.486,7.896,5.556,10.863
+		c2.069,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.022,8.588,2.692l0.527,0.128c1.988,0.478,4.045,0.972,6.036,1.557
+		c2.987,0.875,5.583,2.315,7.716,4.284c0.319,0.295,0.683,0.63,0.969,1c2.037,2.64,4.412,4.513,7.258,5.727
+		c0.082,0.035,0.175,0.122,0.234,0.221c0.932,1.519,2.049,2.638,3.416,3.423c0.305,0.175,0.608,0.263,0.903,0.263
+		c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33c0.479-0.481,0.862-1.073,1.211-1.859
+		c0.043-0.094,0.082-0.124,0.187-0.137c0.348-0.046,0.705-0.093,1.061-0.163C42.39,5.06,46.437,0.588,47.14-5.462
+		c0.019-0.161,0.031-0.324,0.045-0.486c0.03-0.384,0.062-0.781,0.176-1.137c0.145-0.451,0.361-0.895,0.574-1.321
+		c0.092-0.19,0.188-0.382,0.275-0.575c0.075-0.166,0.154-0.331,0.232-0.495c0.185-0.388,0.373-0.786,0.531-1.193
+		c0.24-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.342-0.319c-0.07,0-0.146,0.024-0.224,0.072
+		c-0.16,0.102-0.31,0.217-0.458,0.335c-0.07,0.057-0.143,0.111-0.215,0.165c-0.08,0.061-0.158,0.123-0.236,0.187
+		c-0.188,0.147-0.361,0.288-0.557,0.395c-0.07,0.039-0.144,0.06-0.215,0.06c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245
+		c0.489-0.434,0.978-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4c-0.057-0.908-0.374-1.661-0.945-2.241
+		c-0.68-0.688-1.393-1.023-2.178-1.023c-0.168,0-0.34,0.016-0.514,0.047c-0.031-0.305-0.097-0.419-0.351-0.555
+		c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.368-0.981c-0.414-0.23-0.779-0.386-1.119-0.476
+		c-1.031-0.274-2.072-0.377-3.014-0.421c0.404-0.055,0.826-0.083,1.279-0.083c0.289,0,0.587,0.012,0.908,0.034l0.185,0.018
+		c0.136,0.013,0.274,0.026,0.406,0.026c0.177,0,0.323-0.023,0.446-0.074c0.84-0.343,1.662-0.759,2.433-1.154
+		c0.151-0.078,0.26-0.11,0.36-0.11c0.057,0,0.11,0.01,0.168,0.032l0.225,0.084c0.421,0.159,0.855,0.323,1.271,0.507
+		c0.986,0.439,1.838,0.645,2.678,0.645c0.225,0,0.449-0.016,0.673-0.047c0.575-0.078,1.248-0.21,1.854-0.583
+		c0.299-0.183,0.697-0.491,0.734-1.064c0.002-0.01,0.021-0.044,0.068-0.088c0.074-0.067,0.15-0.131,0.228-0.195
+		c0.078-0.065,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624c-0.019-0.181-0.059-0.606-0.422-0.606
+		c-0.109,0-0.238,0.04-0.418,0.131c-0.074,0.039-0.144,0.07-0.207,0.088c0.178-0.109,0.35-0.217,0.519-0.332
+		c0.401-0.274,0.597-0.692,0.578-1.242c-0.038-1.201-1.302-2.336-2.601-2.336c-0.154,0-0.307,0.018-0.451,0.049
+		c-0.383,0.084-0.859,0.245-1.146,0.743c-0.009,0.013-0.042,0.036-0.049,0.038l-0.221-0.01c-0.26-0.01-0.528-0.021-0.777-0.078
+		l-0.073-0.017c-0.423-0.097-0.858-0.195-1.305-0.195c-0.179,0-0.345,0.016-0.507,0.047c-0.199,0.037-0.396,0.086-0.598,0.136
+		l-0.146,0.035c-0.23-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097c-1.426-0.469-2.961-0.705-4.562-0.705
+		c-0.841,0-1.724,0.064-2.623,0.192c-3.546,0.506-6.021,2.434-7.358,5.728c-0.226,0.552-0.377,1.138-0.524,1.706
+		c-0.071,0.275-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.69-1.619,3.86c-1.217,2.123-2.721,3.635-4.6,4.625
+		c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208c-0.157-0.028-0.313-0.061-0.472-0.096
+		c0.547-0.025,1.066-0.054,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219c2.633-1.671,4.248-3.747,4.937-6.345
+		c0.386-1.452,0.935-2.898,1.634-4.298c0.404-0.813,0.918-1.752,1.658-2.546c1.047-1.119,2.395-1.884,4.241-2.404
+		c0.505-0.142,1.007-0.297,1.506-0.458c0.276-0.088,0.468-0.28,0.587-0.587c0.289-0.75,0.361-1.514,0.213-2.269
+		c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.537-1.366-2.361-1.923c-0.414-0.277-0.803-0.572-1.157-0.875
+		c-0.303-0.259-0.46-0.599-0.442-0.958c0.025-0.589,0.069-0.612,0.18-0.612c0.092,0,0.236,0.035,0.471,0.111
+		c0.115,0.039,0.229,0.084,0.342,0.134l0.687,0.296c0.392,0.169,0.782,0.339,1.178,0.503c0.856,0.357,1.703,0.54,2.515,0.54
+		c0.435,0,0.868-0.052,1.291-0.153c1.521-0.364,2.519-1.267,2.967-2.686c0.119-0.384,0.103-0.712-0.055-0.978
+		c-0.104-0.177-0.343-0.325-0.541-0.331c-0.184,0-0.355,0.163-0.488,0.307c-0.073,0.081-0.092,0.187-0.105,0.28
+		c-0.006,0.03-0.011,0.062-0.018,0.089c-0.135,0.505-0.322,0.835-0.604,1.056c0.504-0.684,0.729-1.417,0.688-2.23
+		c-0.041-0.807-0.646-1.37-1.471-1.37c-0.033,0-0.066,0.001-0.103,0.003c-0.313,0.019-0.513,0.188-0.545,0.466
+		c-0.022,0.193-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.238c-0.002,0.104-0.001,0.205,0,0.308
+		c0,0.222,0.001,0.431-0.026,0.637c-0.062,0.444-0.326,0.744-0.785,0.891c-0.032,0.011-0.064,0.019-0.098,0.023
+		c0.139-0.079,0.258-0.188,0.344-0.346c0.17-0.315,0.314-0.601,0.394-0.911c0.204-0.821,0.003-1.461-0.581-1.852
+		c-0.303-0.202-0.691-0.277-1.033-0.325c-0.139-0.019-0.275-0.026-0.412-0.026c-0.511,0-1.011,0.12-1.492,0.234l-0.246,0.059
+		c-0.457,0.105-0.861,0.158-1.25,0.159c-0.332,0-0.678-0.064-1.012-0.126l-0.154-0.028c-2.533-0.456-4.811-0.677-6.959-0.677
+		L14.112-50.014z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.729-20.454c0,0-3.734-4.456-10.078-1.903
+		c-5.81,2.34-3.691,8.784-3.691,8.784s1.029-3.996,4.036-5.51C29.349-21.276,34.729-20.454,34.729-20.454z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.362c0.809-0.823,0.824-1.663,1.078-2.688
+		c0.479-1.928,1.068-3.601,2.296-5.188c1.181-1.525,2.594-2.602,4.419-3.303c1.581-0.606,3.613-0.427,3.311-2.781l-0.529-1.983
+		c-4.041,0-7.825,1.844-9.367,5.854c-1.352,3.517,0.24,7.768-3.857,13.717C14.005-19.134,15.908-21.933,16.327-22.362z"/>
+	<g opacity="0.2">
+		<path fill="#2B2B2B" d="M14.728-20.614c0.062-0.25,0.117-0.504,0.174-0.757C14.751-21.185,14.673-20.95,14.728-20.614z"/>
+	</g>
+	
+		<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="29713.3379" y1="69.668" x2="29741.8066" y2="-63.1828" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_1_)" d="M-32.349-35.986C-47.59-34.48-49.384-19.309-49.384-19.309s-0.828,7.033,1.104,13.93
+		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.768-32.349-35.986z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.149-30.208c0,0-3.197-0.304-7.461,4.873
+		c4.111-7.461,9.44-7.613,9.44-7.613L-36.149-30.208z"/>
+	
+		<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="29697.2676" y1="71.4438" x2="29727.5918" y2="-70.0698" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_2_)" d="M-27.912-38.919c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.781,10.628,4.781,10.628
+		s-25.506,4.782-25.906-13.817c0.888-4.028,4.791-7.921,7.236-10.029c-0.479,1.078-6.568,17.833,13.711,16.467
+		c-7,0.596-17.105-6.716-12.289-17.67C-28.205-38.732-27.912-38.919-27.912-38.919z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.686c-5.272-1.982-14.226-1.972-11.678-15.425
+		c-0.408-0.306-2.445,2.854-1.937,2.547C-36.976-19.538-26.447-20.233-21.017-18.686z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.868c5.127,2.028,0.964-3.722,0.236-4.642
+		c-1.684-2.128-5.941-1.435-8.211-2.146c-1.305-0.408-6.535-1.175-8.269-6.128c-0.771-2.195-1.06-5.781,0.581-10.146
+		c-0.407-0.307-3.104,2.646-2.594,2.342C-36.925-15.257-16.511-22.196-14.341-13.868z"/>
+	<path fill="#F9E0E7" d="M36.631-5.974c0.14,0.384,0.378,0.875,0.679,1.165c0.07-0.033,0.146-0.037,0.203-0.073
+		c0.5,0.324,1.289,0.281,1.918,0.281c0.375,0,0.924,0.104,1.286-0.037c0.528-0.205,0.468-0.76,0.688-1.181
+		c0.414-0.786,1.691-0.796,1.695-1.908c0.004-0.523,0.135-1.232,0.002-1.744c-0.101-0.38-0.525-0.263-0.892-0.263
+		c-1.108,0-2.215-0.032-3.326-0.032l-1.536,1.145c-0.41-0.131-0.73,0.728-0.787,1.021C36.47-7.119,36.458-6.452,36.631-5.974z"/>
+	<path fill="#FFFFFF" d="M41.756-7.497c0.188,0.077,0.466,0.378,0.581,0.555c0.084,0.127,0.061,0.208,0.24,0.203
+		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.408,0.278
+		c-0.135,0.04-0.33,0.02-0.473,0.014c-0.207-0.009-0.496-0.149-0.684-0.069L41.756-7.497z"/>
+	
+		<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="29692.293" y1="62.4619" x2="29694.0977" y2="-21.4854" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_3_)" d="M-18.99,13.066c0.07,0.081,0.089,0.106,0.11,0.128c2.035,1.901,3.113,4.298,3.693,6.98
+		c0.381,1.755-0.104,3.303-0.895,4.816c-0.014,0.026-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
+		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.612-7.753-12.243-24.064c0.008-0.101,0.025-0.198,0.039-0.31
+		c0.246,0.229,0.461,0.466,0.709,0.661c0.885,0.693,1.906,1.133,2.973,1.431c1.951,0.544,3.914,1.044,5.881,1.525
+		c2.236,0.548,4.486,1.056,6.645,1.882c1.221,0.466,2.354,1.08,3.438,1.82c1.613,1.104,3.007,2.425,4.207,3.955
+		c0.699,0.891,1.025,1.572,1.34,2.619c0.199-0.539,0.095-2.041-0.205-2.999C-5.853,5.86-6.379,4.997-7.065,4.203
+		c0.164,0.053,0.344,0.08,0.491,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.569,1.413,4.062
+		c0.001,0.021,0.011,0.042,0.017,0.075C0.083,10.92,0.026,7.8-2.04,5.583C-1.31,5.84-0.649,6.099,0.026,6.3
+		c0.559,0.166,0.928,0.493,1.236,0.984c1.356,2.147,2.48,4.396,3.088,6.877c0.471,1.916,0.588,3.84,0.061,5.765
+		c-0.598,2.176-1.912,3.85-3.7,5.181c-1.242,0.925-2.612,1.612-4.05,2.173c-0.087,0.034-0.174,0.066-0.26,0.103
+		c-0.014,0.005-0.021,0.021-0.075,0.081c0.498-0.137,0.944-0.253,1.386-0.384c2.061-0.612,4.034-1.41,5.782-2.688
+		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.467-1.71-4.665-3.109-6.746
+		C3.797,8.091,3.755,8.028,3.714,7.963C3.708,7.954,3.709,7.937,3.701,7.9c0.058,0.022,0.104,0.037,0.146,0.059
+		c2.932,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.482,5.284,4.18,8.438c0.877,3.98-0.084,7.513-2.662,10.631
+		c-1.629,1.972-3.644,3.464-5.873,4.68c-2.877,1.567-5.938,2.59-9.178,3.061c-1.842,0.268-3.686,0.32-5.527-0.034
+		c-1.012-0.193-1.668-0.458-2.789-1.107c0.142,0.121,0.277,0.249,0.426,0.359c1.007,0.764,2.168,1.16,3.387,1.407
+		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.148-1.24,8.991-2.647c0.278-0.139,0.553-0.283,0.86-0.441
+		c0,0.258-0.016,0.483,0.004,0.706c0.025,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.409-0.065,0.46-0.319
+		c0.041-0.215,0.052-0.436,0.083-0.653c0.069-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
+		c0.02-0.014,0.046-0.013,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.019,0.659-0.011,0.988
+		c0.002,0.081,0.06,0.211,0.115,0.227c0.077,0.021,0.217-0.018,0.266-0.079c0.129-0.17,0.268-0.354,0.326-0.556
+		c0.129-0.428,0.188-0.876,0.321-1.301c0.089-0.275,0.228-0.547,0.403-0.775c0.191-0.25,0.386-0.195,0.459,0.111
+		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.019,0.205,0.05,0.299c0.024,0.081,0.084,0.148,0.127,0.223
+		c0.066-0.061,0.164-0.107,0.192-0.182c0.067-0.17,0.133-0.353,0.142-0.532c0.021-0.396-0.017-0.795,0.012-1.19
+		c0.016-0.21,0.086-0.433,0.188-0.616c0.114-0.203,0.298-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.201,0.99
+		c0.046,0.224,0.093,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.067-0.647,0.101-1.297,0.157-1.945
+		c0.045-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.449-2.346c0.239-0.406,0.461-0.443,0.686-0.025
+		c0.254,0.474,0.443,0.982,0.658,1.478c0.094,0.217,0.172,0.439,0.271,0.653c0.046,0.104,0.124,0.192,0.195,0.299
+		c0.255-0.184,0.316-0.426,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.102-0.39-0.209-0.779-0.27-1.177
+		c-0.023-0.16,0.049-0.351,0.121-0.507c0.104-0.224,0.268-0.252,0.443-0.076c0.18,0.178,0.318,0.395,0.492,0.576
+		c0.099,0.104,0.234,0.167,0.354,0.249c0.067-0.145,0.203-0.297,0.191-0.437c-0.025-0.297-0.096-0.6-0.205-0.878
+		c-0.223-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.013-0.109,0.078-0.299,0.163-0.33
+		c0.089-0.032,0.265,0.056,0.344,0.143c0.363,0.399,0.704,0.82,1.061,1.228c0.086,0.101,0.203,0.174,0.305,0.261
+		c0.035-0.017,0.068-0.032,0.104-0.05c-0.035-0.232-0.025-0.482-0.109-0.697c-0.144-0.357-0.32-0.708-0.524-1.033
+		c-0.323-0.516-0.692-1.002-1.022-1.512c-0.612-0.943-1.018-1.972-1.271-3.069c-0.184-0.788-0.443-1.558-0.671-2.334
+		c-0.026-0.096-0.062-0.189-0.065-0.296c0.199,0.318,0.394,0.641,0.6,0.957c0.431,0.664,0.928,1.275,1.596,1.714
+		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.729,2.299c0.524,0.266,1.025,0.588,1.502,0.935
+		c0.604,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.028-0.383,1.562c-0.312-0.498-0.588-0.978-0.902-1.428
+		s-0.704-0.832-1.283-1.089c0.053,0.099,0.067,0.142,0.094,0.177c0.812,1.119,1.279,2.391,1.642,3.708
+		c0.037,0.136-0.005,0.3-0.029,0.447c-0.166,0.96-0.086,1.922-0.043,2.885c0.011,0.191,0.011,0.39-0.017,0.58
+		c-0.012,0.088-0.083,0.198-0.158,0.231c-0.051,0.024-0.184-0.046-0.229-0.108c-0.187-0.262-0.395-0.518-0.52-0.808
+		c-0.503-1.168-0.984-2.347-1.465-3.524c-0.598-1.469-1.271-2.894-2.299-4.121c-0.465-0.555-0.993-1.038-1.643-1.375
+		c-0.123-0.064-0.256-0.114-0.395-0.158c1.005,1.039,1.23,2.354,1.275,3.699c0.06,1.722,0.025,3.448,0.043,5.172
+		c0.018,1.864,0.172,3.712,0.728,5.508c0.021,0.071-0.015,0.174-0.054,0.246c-0.156,0.305-0.355,0.592-0.485,0.908
+		c-0.272,0.663-0.501,1.343-0.769,2.01c-0.155,0.391-0.209,0.421-0.629,0.39c-0.451-0.032-0.722,0.227-0.961,0.548
+		c-0.184,0.243-0.259,0.238-0.385-0.048c-0.137-0.309-0.245-0.629-0.393-0.933c-0.051-0.104-0.182-0.172-0.275-0.256
+		c-0.072,0.106-0.191,0.21-0.204,0.323c-0.038,0.369-0.028,0.741-0.055,1.111c-0.013,0.184-0.037,0.371-0.099,0.542
+		c-0.03,0.082-0.154,0.169-0.244,0.176c-0.063,0.005-0.174-0.104-0.201-0.185c-0.092-0.263-0.145-0.537-0.229-0.802
+		c-0.066-0.213-0.162-0.236-0.289-0.062c-0.925,1.26-2.158,2.154-3.478,2.948c-0.39,0.234-0.772,0.478-1.159,0.715
+		c-0.027-0.009-0.054-0.019-0.079-0.027c0.05-0.429,0.101-0.857,0.149-1.285c-0.035-0.019-0.07-0.035-0.104-0.053
+		c-0.123,0.104-0.263,0.191-0.365,0.312c-0.256,0.303-0.488,0.625-0.748,0.927c-0.515,0.604-1.162,1.036-1.785,1.178
+		c0.197-0.675,0.385-1.314,0.57-1.955c-0.028-0.014-0.061-0.027-0.09-0.04c-0.064,0.08-0.14,0.154-0.193,0.241
+		c-0.15,0.245-0.299,0.49-0.438,0.742c-0.594,1.075-1.51,1.695-2.712,1.868c-0.817,0.118-1.646,0.196-2.469,0.252
+		c-0.604,0.042-1.185,0.131-1.738,0.395C2.7,48.5,2.284,48.621,1.876,48.756c-0.068,0.024-0.159-0.005-0.238-0.01
+		c0.006-0.087-0.013-0.188,0.022-0.26c0.192-0.376,0.401-0.743,0.594-1.119c0.071-0.135,0.117-0.284,0.173-0.427
+		c-0.019-0.021-0.037-0.04-0.055-0.06c-0.123,0.041-0.251,0.069-0.366,0.125c-0.532,0.258-1.071,0.501-1.586,0.791
+		c-0.524,0.296-1.101,0.32-1.668,0.368c-1.774,0.149-3.528,0.03-5.243-0.489c-1.043-0.315-2.007-0.788-2.855-1.522
+		c0.107,0.011,0.218,0.011,0.322,0.031c1.035,0.212,2.071,0.413,3.137,0.378c0.726-0.024,1.433-0.139,2.07-0.507
+		c0.102-0.058,0.166-0.18,0.248-0.271c-0.143-0.05-0.293-0.145-0.43-0.128c-0.331,0.039-0.654,0.162-0.988,0.19
+		c-1.062,0.094-2.084-0.151-3.095-0.429c-2.448-0.672-4.665-1.815-6.724-3.286c-0.502-0.358-1.023-0.688-1.545-1.02
+		c-1.016-0.646-1.838-1.481-2.488-2.492c-0.076-0.12-0.146-0.249-0.195-0.382c-0.133-0.37-0.035-0.678,0.314-0.863
+		c0.25-0.132,0.527-0.226,0.804-0.293c3.659-0.892,6.384-3.908,6.806-7.639c0.159-1.399,0.354-2.801,0.284-4.22
+		c-0.161-3.257-1.327-6.095-3.502-8.519c-1.293-1.442-2.821-2.589-4.495-3.554C-18.856,13.131-18.892,13.117-18.99,13.066z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M27.897,34.687c-1.555-12.138-6.941-9.391-10.465-16.167
+		c-0.193,0.255-0.638-1.817,0.25,2.031c0.889,3.85,3.437,2.112,5.848,6.515C26.583,32.633,25.974,33.132,27.897,34.687z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M11.804,34.458c-0.578-3.474-5.49-3.317-9.693-1.843
+		c-4.567,1.602-14.057,2.116-14.82,0.205c-0.381-0.438-1.146,1.364-1.146,1.364s7.207,7.863,19.272-0.436
+		c-0.491,0.764,4.336,3,4.336,3S11.204,37.189,11.804,34.458z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-13.194,1.102c0.262-0.651,2.396-0.212,2.596,0.802
+		c-3.148,3.567,5.14,10.119-2.504,18.672C-8.101,7.381-18.75,6.844-13.194,1.102z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-13.194,1.102c0.262-0.651,0.215-0.464,0.414,0.55
+		c-3.148,3.568,5.237,8.768-0.322,18.924C-8.101,7.381-18.75,6.844-13.194,1.102z"/>
+	
+		<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="29714.6914" y1="53.8359" x2="29694.4238" y2="18.9211" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_4_)" d="M-1.724,3.706C13.405,19.625-5.72,16.958-11.953,27.763c0.011,0.185,0.024,0.366,0.024,0.556
+		c0,1.502-0.364,2.916-0.998,4.17c5.834-8.653,20.623-1.023,17.751-18.712C4.565,12.869,2.507,3.905-1.724,3.706z"/>
+	
+		<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="29711.125" y1="32.8535" x2="29693.6465" y2="2.7465" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_5_)" d="M-1.724,3.706C-7.952,0.649-13.397,0.559-13.14,1.466c12.375,8.397,2.386,17.05,0.057,25.201
+		c0.159,0.658,1.154,0.903,1.154,1.65c0,0.08-0.01,0.157-0.012,0.236c0.18-0.809,0.606-1.09,1.015-1.5
+		C-5.174,21.25,13.11,19.312-1.724,3.706z"/>
+	<path fill="#E65271" d="M-3.674,3.943c9.579,14.308-8.304,17.027-8.175,21.563c-1.424-9.33,15.718-13.324-0.389-24.491
+		C-12.495,0.108-9.903,0.885-3.674,3.943z"/>
+	
+		<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="29672.0703" y1="55.1045" x2="29674.084" y2="19.9341" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_6_)" d="M23.094,28.797c0.761-1.271-0.084-2.771-0.97-4.176c-0.818-1.298-2.793-0.873-4.133-4.002
+		l0.115,2.438c1.484,2.587-1.027,6.148-1.727,8.554c-1.189,4.1-2.484,7.883-0.906,12.043c0.106,0.28,0.197,0.585,0.305,0.872
+		c0.787-0.581,1.381-1.16,2.058-2.043c0.447-0.586,0.291,1.512,0.879,1.072c0.433-0.32-0.021-1.803,0.392-2.147
+		c0.461-0.389,0.74,1.868,1.074,1.368c0.781-1.173,1.229-0.428,1.562-0.781c0.301-0.319,1.005-2.778,1.289-3.111
+		c0.277-0.323,0.543-0.656,0.805-0.991c-0.158-1.79-0.506-3.802-1.082-5.417C22.212,30.952,22.187,30.316,23.094,28.797z"/>
+	<path fill="#E65271" d="M1.8,47.488c0.047-0.016,0.086-0.024,0.11-0.023c0.419,0.007-1.13,1.954-0.685,1.954
+		c0.752,0,1.812-0.776,2.547-0.833c1.553-0.119,3.162-0.084,4.537-0.713c1.317-0.604,1.903-2.478,2.198-2.558
+		c0.298-0.082-0.717,2.167-0.426,2.068c0.493-0.166,0.887-0.41,1.212-0.68c1.3-1.861,1.723-11.084-0.186-10.846
+		c-2.004,0.25,3.162-0.708,3.183-0.63c1.728,6.521-2.121,10.531-1.947,10.304c0.228-0.3,0.411-0.533,0.606-0.608
+		c0.41-0.158-0.256,1.572,0.119,1.343c1.193-0.729,2.039-1.244,2.734-1.761c0.021-0.03,0.027-0.102,0.061-0.088
+		c0.513,0.213,3.673,0.956,1.268-10.396c3.652,7.39,0.793,10.291,1.073,9.988c1.297-1.401,1.562-4.819,1.729-6.845
+		c0.157-1.901-1.039-6.235-2.588-7.668c-1.092-1.008-1.07,0.24-1.479,1.204c-0.673,1.583-1.907,2.86-3.027,4.163
+		c-0.834,0.97-1.846,1.679-2.763,2.547c-0.999,0.946-1.525,2.268-2.418,3.306c-0.799,0.928-1.78,1.667-2.539,2.635
+		c-0.852,1.084-1.421,2.324-2.361,3.322C2.46,46.992,2.126,47.232,1.8,47.488z"/>
+	
+		<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="29673.9688" y1="19.9746" x2="29685.5879" y2="71.4481" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#E65271"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_7_)" d="M8.803,48.524c2.232,0.007,3.634-1.062,5.48-2.084c1.53-0.85,3.411-0.859,4.704-2.031
+		c1.718-1.558,2.461-3.104,2.783-5.386c0.369-2.597,0.414-5.91-0.078-8.499c-0.252-1.328-1.195-4.049-2.19-5.021l-1.194,0.76
+		c-2.354,6.081-9.453,8.576-12.139,14.552c-0.792,1.759-1.09,4.045-1.109,5.967C5.039,48.794,7.177,48.518,8.803,48.524z"/>
+	<path fill="#F6E8A0" d="M-13.406,33.328c-1.298,2.017-3.353,3.5-5.767,4.039c-0.614,0.137-1.715,0.519-0.625,1.83
+		c1.165,1.819,2.839,2.516,3.74,3.184c3.623,2.69,2.125,2.965,4.238,3.209c0.826,0.096,0.608,0.168,1.027,0
+		s-0.322,0.118-0.587,0.293c-2.358,1.56-2.188-1.553-1.175-0.88c3.019,2.334,9.971,3.972,11.92,3.638
+		c0.283-0.048,2.242-1.18,2.543-1.175c0.419,0.007-1.129,1.954-0.684,1.954c0.75,0,1.812-0.776,2.547-0.833
+		c1.521-0.117,6.146-2.238,6.112-7.822c-0.01-1.706,0.095-2.903-0.135-4.015C8.063,28.582-9.009,40.044-13.406,33.328z"/>
+	<path fill="#FFFFFF" d="M7.03,38.363c-0.791,0.989-5.934,2.769-5.934,2.769s-8.539,2.943-16.414-5.438
+		c4.024,3.196,11.098,1.856,16.213,1.265c0.676-0.079-1.461,0.603-0.901,0.81c1.899,0.703,3.659-1.267,5.553-0.887
+		C6.431,37.058,6.961,37.538,7.03,38.363z"/>
+	<path fill="#F6E8A0" d="M0.479,39.746c-3.136,0.826-6.271-0.383-6.875-0.42c0.285,0.427,0.748,1.412,3.07,1.752
+		c0.534,0.079,1.604-0.007,2.165-0.006c1.004,0.002,1.627-0.24,2.513-0.667c0.565-0.272,1.932-0.561,2.365-0.494
+		c0,0,4.807-0.362,3.215-1.992c-1.591-1.629-3.912,2.101-9.007,0.908C-2.073,38.993-0.909,39.824,0.479,39.746z"/>
+	<g>
+		<path fill="#F8D285" d="M-4.274,46.504c-1.981,1.312-5.447,0.186-5.896,0.193c-0.01,0.046,0.018,0.097,0.098,0.149
+			c3.02,2.334,7.492,2.126,9.441,1.792c0.015-0.002,0.035-0.009,0.058-0.017c0.009-0.003,0.023-0.008,0.035-0.013
+			c0.422-0.162,1.802-0.939,2.304-1.11c2.938-1.665,7.579-5.181,7.988-10.751c-1.669,0.742-2.869,1.465-3.791,2.169
+			c-0.311,0.237-7.332,7.576-25.917-1.242c0,0-0.517,0.284-0.222,0.948c4.197,6.744,11.859,8.681,24.062,2.294
+			C2.155,42.978,1.317,44.846-4.274,46.504z"/>
+	</g>
+	
+		<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="29714.2773" y1="45.7363" x2="29671.2715" y2="9.1032" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_8_)" d="M7.606,8.601c6.883,7.039,9.688,12.297,6.356,17.961c-5.396,9.178-22.014-0.395-29.241,8.865
+		c0.766-0.875,2.395-2.609,3.969-3.46c5.357-3.5,15.44-2.374,18.653-5.08C11.478,23.408,12.533,16.39,7.606,8.601z"/>
+	
+		<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="29675.4727" y1="20.1309" x2="29717.2773" y2="8.7621" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_9_)" d="M-14.819,23.314c-0.008-0.471,1.072-3.195,0.903-3.822c-1.45-5.352-7.733-7.979-7.733-7.979
+		s-7.037-2.832-8.156-15.777c-1.283-0.923-1.105,1.043-1.065,1.917C-30.072,14.629-15.949,12.732-14.819,23.314z"/>
+	
+		<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="29564.2129" y1="68.9932" x2="29760.543" y2="-36.2732" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_10_)" d="M9.123-4.738C9.007-4.684,8.896-4.615,8.774-4.58C8.158-4.408,7.537-4.25,6.919-4.074
+		C6.724-4.018,6.538-3.929,6.347-3.856c0.002,0.042,0.004,0.083,0.004,0.123c0.223,0.04,0.441,0.11,0.664,0.113
+		c0.887,0.01,1.774-0.002,2.662-0.004c1.254-0.003,2.512,0.003,3.721,0.369c0.59,0.18,1.166,0.45,1.707,0.751
+		c5.713,3.18,9.75,7.834,12.179,13.895c0.497,1.239,0.878,2.519,1.172,3.82c0.019,0.072,0.026,0.147,0.048,0.272
+		c-0.095-0.057-0.156-0.086-0.213-0.123c-3.496-2.394-7.314-4.018-11.48-4.807c-1.49-0.282-2.994-0.422-4.51-0.466
+		c-0.113-0.003-0.258-0.046-0.333-0.124c-2.266-2.311-4.942-4.019-7.829-5.44C1.834,3.39-0.599,2.705-3.101,2.218
+		c-3.207-0.623-6.422-1.215-9.629-1.832c-3.939-0.757-7.858-1.598-11.666-2.886c-2.416-0.816-4.756-1.797-6.896-3.202
+		c-1.611-1.06-3.045-2.313-4.059-3.979c-0.356-0.588-0.609-1.239-0.916-1.858c-0.056-0.111-0.115-0.227-0.201-0.312
+		c-2.124-2.077-2.961-4.604-2.635-7.536c0.242-2.169,1.019-4.153,2.127-6.019c0.131-0.219,0.242-0.448,0.345-0.64
+		c0.053,0.473,0.095,1.003,0.169,1.528c0.469,3.341,2.189,5.83,5.117,7.492c1.703,0.969,3.537,1.611,5.438,2.031
+		c2.084,0.46,4.186,0.847,6.287,1.227c2.551,0.461,5.116,0.846,7.596,1.628c0.482,0.152,0.959,0.327,1.433,0.506
+		c0.61,0.229,1.18,0.525,1.711,0.918c1.758,1.295,3.685,2.287,5.715,3.081c0.056,0.021,0.108,0.045,0.163,0.067
+		C-3-7.561-2.999-7.55-2.991-7.528c-0.033,0.003-0.062,0.007-0.092,0.007C-5.354-7.522-7.63-7.535-9.901-7.522
+		c-2.033,0.012-4.059-0.05-6.074-0.316c-2.791-0.37-5.492-1.093-8.123-2.094c-3.103-1.183-6.039-2.699-8.887-4.399
+		c-0.076-0.046-0.154-0.09-0.257-0.108c0.054,0.043,0.103,0.09,0.155,0.13c3.117,2.364,6.436,4.381,10.097,5.796
+		c2.55,0.984,5.181,1.629,7.901,1.917c2.396,0.253,4.793,0.229,7.191,0.055c2.073-0.151,4.146-0.302,6.222-0.444
+		C-1.496-7-1.304-6.974-1.129-6.922C0.922-6.298,3.021-5.931,5.14-5.63c1.252,0.179,2.486,0.479,3.727,0.726
+		C8.951-4.887,9.03-4.842,9.11-4.81C9.114-4.787,9.119-4.762,9.123-4.738z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-29.062-11.73c8.125,9.705,29.203,4.618,38.185,6.992
+		C3.437-8.005-1.19-7.441-1.19-7.441S-20.599-5.297-29.062-11.73z"/>
+	<path fill="#E65271" d="M33.056,25.098c-0.275-0.047-0.478-0.06-0.664-0.12c-0.731-0.229-1.494-0.4-2.181-0.73
+		c-0.653-0.315-1.258-0.762-1.823-1.222c-1.098-0.891-2.145-1.84-3.227-2.744c-0.887-0.739-1.827-1.4-2.947-1.743
+		c-0.361-0.11-0.736-0.173-1.113-0.235c1.459,0.735,2.276,2.045,3.123,3.388c-0.072-0.012-0.098-0.009-0.117-0.018
+		c-2.226-1.089-4.406-2.252-6.388-3.759c-0.528-0.403-0.946-0.861-1.243-1.486c-0.477-0.994-1.08-1.929-1.627-2.887
+		c-0.024-0.043-0.051-0.085-0.117-0.2c0.479,0.1,0.899,0.168,1.312,0.273c1.744,0.447,3.366,1.201,4.958,2.022
+		c2.486,1.287,4.854,2.775,7.15,4.372c0.07,0.048,0.141,0.094,0.232,0.122c-0.021-0.029-0.037-0.061-0.062-0.085
+		c-2.725-2.717-5.781-4.955-9.354-6.438c-1.545-0.643-3.146-1.073-4.812-1.246c-0.062-0.008-0.143-0.028-0.178-0.071
+		c-0.371-0.449-0.733-0.903-1.144-1.41c1.017,0.218,1.974,0.409,2.924,0.63c2.66,0.618,5.269,1.403,7.759,2.535
+		c1.84,0.836,3.594,1.819,5.07,3.217c1.948,1.845,3.382,4.03,4.219,6.588C32.928,24.227,32.966,24.634,33.056,25.098z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-12.963,0.397c0.789,0.265,1.688,0.593,2.647,0.961
+		C0.989,4.883,4.726,7.823,4.726,7.823l11.357,8.408c0,0,1.855-1.42,4.258,0.437c-1.637-1.965-6.66-3.494-6.66-3.494
+		s-0.231-1.546-1.869-2.747C16.28,11.945,23.79,11.51,29,16.202c-3.94-11.143-13.726-2.649-23.183-9.58
+		C4.726,5.966-9.698,2.28-2.53,2.533C4.638,2.785,9.36-2.106,15.347-0.503C9.728-2.542,4.761,0.724-3.067,1.274
+		C-1.849,1.03-0.181,0.359,0.53-0.558c-2.838,2.026-8.391,2.12-9.711,1.656C-10.379,0.946-11.638,0.717-12.963,0.397z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M14.155-3.041c-8.237-3.272-37.35,6.206-50.422-8.498
+		c0,0-0.979,0.438,4.227,6.273C-11.572,4.519,3.661-4.734,14.155-3.041z"/>
+	
+		<radialGradient id="SVGID_11_" cx="60720.8203" cy="13490.5078" r="14.8738" gradientTransform="matrix(-0.4579 0.1387 0.2675 0.883 24214.4102 -20329.4531)" gradientUnits="userSpaceOnUse">
+		<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+		<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+	</radialGradient>
+	<path opacity="0.7" fill="url(#SVGID_11_)" enable-background="new    " d="M26.892,9.994c2.437,1.371,0.457-1.98-1.979-3.959
+		c-9.595-6.7-13.933,0.924-23.448-2.745C16.022,11.315,17.449,1.314,26.892,9.994z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M26.146,8.091c2.438,1.371,1.203-0.078-1.233-2.058
+		c-9.595-6.7-13.933,0.924-23.448-2.745C10.831,8.5,16.705-0.587,26.146,8.091z"/>
+	<g>
+		
+			<radialGradient id="SVGID_12_" cx="56089.8203" cy="25059.5156" r="23.2511" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_12_)" enable-background="new    " d="M-21.22,11.684
+			c-4.438-4.062-0.959-12.957-0.959-12.957l-3.158-0.677C-25.337-1.95-28.524,6.65-21.22,11.684z"/>
+		
+			<radialGradient id="SVGID_13_" cx="56089.8242" cy="25059.5176" r="23.2505" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_13_)" enable-background="new    " d="M-13.56,18.499c3.345-5.953-5.526-14.142-0.763-17.041
+			c-0.075-0.391-2.724-1.719-2.6-1.335c-5.879,9.021,3.817,11.172,2.544,16.813C-21.177,7.66-21.25,5.824-17.947-0.048
+			c-0.04-0.032-0.403-0.506-0.765-0.236C-23.877,3.588-25.331,7.94-13.56,18.499z"/>
+	</g>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-2.629,6.401c0.212-2.788,2.159,1.742,2.454,4.868
+		c0.254,11.698-11.607,8.869-12.149,18.333C-13.478,18.834-0.644,19.071-2.629,6.401z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M8.871,11.041c0.21-2.788,5.808,4.388,6.104,7.513
+		c-1.879,20.071-22.537,7.864-27.938,15.259C-8.501,25.712,20.374,36.982,8.871,11.041z"/>
+	
+		<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="29644.9238" y1="-21.6904" x2="29655.9395" y2="-46.5158" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.0041" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_14_)" d="M46.669-28.041c-0.303-0.266-0.552-0.508-0.826-0.718c-0.22-0.167-0.461-0.315-0.709-0.437
+		c-0.604-0.292-1.212-0.33-1.822-0.006c-0.951,0.504-1.972,0.542-3.013,0.428c-0.303-0.033-0.501-0.176-0.64-0.459
+		c-1.043-2.147-2.781-3.525-4.958-4.396c-0.249-0.1-0.366-0.216-0.41-0.487c-0.11-0.683-0.157-1.356,0.005-2.036
+		c0.264-1.089,0.941-1.87,1.854-2.471c0.955-0.63,2.021-1.001,3.121-1.277c1.323-0.328,2.662-0.548,4.029-0.544
+		c0.695,0.001,1.383,0.082,2.051,0.284c1.492,0.451,2.414,1.448,2.752,2.955c0.219,0.979,0.426,1.968,0.526,2.963
+		c0.229,2.281-0.382,4.328-1.89,6.084C46.713-28.125,46.694-28.083,46.669-28.041z"/>
+	<g>
+		<path opacity="0.3" fill="#F6E8A0" enable-background="new    " d="M42.354-28.209c0.113-0.685,1.399-0.871,1.996-0.851
+			c1.051,0.036,1.731,0.649,2.414,1.445c0.11,0.13,0.196,0.258,0.271,0.388c1.189-0.949,1.855-2.234,1.672-3.544
+			c-0.324-2.31-3.169-3.818-6.352-3.371c-2.201,0.31-3.988,1.475-4.772,2.928c0.582,0.744,0.81,1.69,1.577,2.333
+			C39.908-28.257,41.384-28.167,42.354-28.209z"/>
+	</g>
+	
+		<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="29718.2617" y1="49.9834" x2="29727.2891" y2="-18.6205" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_15_)" d="M-35.045-6.489c0.688-0.34,1.169-0.414,1.596-0.26c-0.491,2.5-0.748,5.021-0.661,7.558
+		c0.098,2.807,0.584,5.542,1.816,8.101c0.156,0.325,0.337,0.64,0.549,0.941c-0.013-0.05-0.021-0.101-0.04-0.148
+		c-0.663-1.665-0.969-3.403-1.069-5.186c-0.158-2.781,0.17-5.516,0.771-8.225c0.015-0.066,0.034-0.13,0.062-0.226
+		c0.393,0.264,0.775,0.516,1.148,0.782c0.045,0.033,0.046,0.154,0.036,0.231c-0.19,1.645-0.177,3.289,0,4.934
+		c0.254,2.349,0.834,4.615,1.661,6.821c1.152,3.08,2.714,5.94,4.621,8.613c0.045,0.062,0.09,0.124,0.132,0.187
+		c0.009,0.013,0.008,0.031,0.021,0.082c-0.277-0.098-0.537-0.187-0.798-0.281c-1.756-0.636-3.476-1.355-5.132-2.222
+		c-0.259-0.134-0.509-0.303-0.729-0.496c-2.33-2.065-3.705-4.674-4.326-7.701c-0.092-0.451-0.158-0.909-0.283-1.361
+		c0.027,0.502,0.041,1.006,0.085,1.508c0.208,2.389,0.655,4.734,1.46,6.997c0.205,0.575,0.062,1.094-0.025,1.634
+		c-0.027,0.168-0.146,0.322-0.224,0.483c-0.129-0.125-0.288-0.23-0.381-0.378c-0.662-1.052-1.089-2.209-1.438-3.394
+		c-0.535-1.815-0.854-3.68-1.117-5.554c-0.244-1.75-0.399-3.51-0.392-5.279c0.009-1.789,0.146-3.562,0.741-5.27
+		c0.283-0.812,0.664-1.573,1.213-2.238c0.195-0.238,0.438-0.441,0.656-0.661C-35.076-6.494-35.062-6.492-35.045-6.489z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-26.935,17.652c0,0-4.446-0.625-6.321-3.682
+		c-1.876-3.056-2.415-8.313-2.415-8.313s-0.96-7.839,2.222-12.404C-35.465,9.993-26.935,17.652-26.935,17.652z"/>
+	
+		<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="29725.7871" y1="50.9746" x2="29734.8145" y2="-17.6311" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_16_)" d="M-35.045-6.489c-0.017-0.003-0.031-0.005-0.047-0.007c-0.917,0.358-1.634,0.975-2.22,1.75
+		c-0.853,1.13-1.301,2.436-1.578,3.804c-0.41,2.038-0.445,4.098-0.271,6.159c0.101,1.177,0.272,2.349,0.415,3.521
+		c0.005,0.042,0.006,0.083,0.01,0.168c-0.072-0.062-0.123-0.096-0.164-0.139c-3.4-3.526-5.957-7.586-7.631-12.192
+		c-0.044-0.12-0.029-0.282,0.008-0.408c1-3.194,2.445-6.183,4.217-9.013c0.748-1.194,1.572-2.34,2.363-3.507
+		c0.062-0.091,0.135-0.174,0.248-0.323c0.028,0.587,0.342,1.063,0.1,1.637c-0.309,0.733-0.508,1.504-0.467,2.316
+		c0.017,0.3,0.088,0.58,0.297,0.859c0.207-0.588,0.367-1.167,0.828-1.611c0.135,0.242,0.162,0.452,0.076,0.709
+		c-0.32,0.958-0.543,1.937-0.482,2.956c0.019,0.312,0.09,0.62,0.175,0.933c0.278-0.765,0.739-1.391,1.272-1.992
+		c0.031,0.046,0.06,0.076,0.076,0.112c0.711,1.47,1.622,2.805,2.707,4.024C-35.063-6.675-35.065-6.571-35.045-6.489z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-38.485-10.409c0,0-5,9.785-2.66,18.188
+		c0.291,0.231-0.469-0.363-1.373-1.404c-0.139-0.158-1.815-11.254,1.588-16.146c-4.574,5.425-2.408,15.121-2.602,14.837
+		c-0.408-0.604-0.775-1.271-1.018-1.967c-2.34-10.956,5.744-17.55,5.744-17.55L-38.485-10.409z"/>
+	<path fill="#E65270" d="M38.03-45.637c-0.206-0.314-0.445-0.63-0.635-0.977c-0.176-0.317-0.211-0.676-0.095-1.032
+		c0.144-0.441,0.438-0.61,0.896-0.545c0.367,0.055,0.734,0.112,1.104,0.124c0.393,0.012,0.42-0.04,0.465-0.421
+		c0.01-0.101,0.023-0.205,0.061-0.297c0.148-0.377,0.367-0.702,0.805-0.76c0.426-0.056,0.725,0.182,0.954,0.509
+		c0.685,0.97,0.117,2.281-1.073,2.439c-0.369,0.049-0.754-0.01-1.132-0.021c-0.073-0.003-0.146-0.016-0.218-0.023
+		c-0.018,0.022-0.036,0.045-0.055,0.067c0.102,0.119,0.181,0.277,0.309,0.351c0.271,0.154,0.562,0.216,0.896,0.178
+		c2.037-0.233,3.979,0.008,5.707,1.229c0.959,0.678,1.668,1.57,2.209,2.604c0.004,0.007,0.01,0.014,0.014,0.021
+		c0.068,0.188,0.207,0.417,0.021,0.559c-0.107,0.084-0.354,0.047-0.517-0.006c-0.761-0.25-1.5-0.567-2.271-0.777
+		c-1.125-0.308-2.291-0.318-3.449-0.255c-1.565,0.084-3.104,0.333-4.582,0.888c-1.656,0.622-3.151,1.5-4.448,2.709
+		c-0.149,0.139-0.3,0.277-0.468,0.389c-0.282,0.188-0.476,0.095-0.486-0.247c-0.008-0.242,0.016-0.491,0.07-0.729
+		c0.555-2.417,2.021-4.117,4.188-5.24C36.868-45.196,37.478-45.405,38.03-45.637z"/>
+	
+		<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="29739.0527" y1="21.7197" x2="29734.9961" y2="-26.0196" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_17_)" d="M-48.024-0.649c-0.088-8.721,2.717-16.289,8.558-22.715c-0.082,0.592-0.191,1.183-0.241,1.775
+		c-0.083,1.009-0.137,2.021-0.186,3.035c-0.01,0.206-0.062,0.369-0.178,0.534c-2.187,3.156-4.193,6.419-5.793,9.918
+		c-0.812,1.776-1.506,3.598-1.878,5.523C-47.862-1.958-47.929-1.327-48.024-0.649z"/>
+	
+		<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="29666.8496" y1="61.9165" x2="29668.6543" y2="-22.0343" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_18_)" d="M23.298,28.029c1.046,1.809,2.125,3.55,2.508,5.601c0.064,0.343,0.045,0.708,0.023,1.062
+		c-0.114,1.978,0.091,3.91,0.732,5.793c0.057,0.167,0.125,0.343,0.121,0.513c-0.002,0.141-0.076,0.304-0.17,0.415
+		c-0.119,0.141-0.283,0.091-0.437,0.003c-0.493-0.279-0.851-0.689-1.138-1.166c-0.584-0.959-0.896-2.02-1.112-3.106
+		c-0.595-2.975-0.685-5.984-0.568-9.007C23.259,28.121,23.269,28.107,23.298,28.029z"/>
+	<path opacity="0.4" fill="#8B4FBA" enable-background="new    " d="M23.914,39.552c0.19,0.404,0.972,1.288,1.286,1.543l0.707,0.451
+		c-0.711-1.812-0.965-3.656-0.965-5.586c0-1.626,0.5-3.136,0.58-4.754c0.063-1.333-0.518-2.003-1.209-3.088
+		c-0.312-0.488-0.738-1.545-1.416-1.549c-0.314,0.772-0.264,1.738-0.271,2.562c-0.009,0.987-0.167,1.95-0.128,2.947
+		C22.571,33.96,23.588,38.859,23.914,39.552z"/>
+	<path fill="#E65270" d="M48.256-38.392c-0.03-0.024-0.04-0.028-0.043-0.034c-0.769-1.581-2.136-2.271-3.788-2.41
+		c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258c-0.219,0.465-0.324,0.983-0.487,1.494
+		c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.399,0.149-0.575c0.343-0.709,0.894-1.246,1.495-1.732
+		c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127c0.59,0.179,1.148,0.479,1.697,0.771
+		c0.424,0.227,0.64,0.616,0.576,1.12C49.043-39.016,48.761-38.626,48.256-38.392z"/>
+	<path opacity="0.4" fill="#2B2B2B" enable-background="new    " d="M48.256-38.392c-0.03-0.024-0.04-0.028-0.043-0.034
+		c-0.769-1.581-2.136-2.271-3.788-2.41c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258
+		c-0.219,0.465-0.324,0.983-0.487,1.494c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.399,0.149-0.575
+		c0.343-0.709,0.894-1.246,1.495-1.732c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127
+		c0.59,0.179,1.148,0.479,1.697,0.771c0.424,0.227,0.64,0.616,0.576,1.12C49.043-39.016,48.761-38.626,48.256-38.392z"/>
+	<g>
+		<path fill="#0D0D0D" d="M20.854-13.301c-0.019-0.976,0.186-1.896,0.606-2.767c0.853-1.751,2.257-2.897,4.017-3.648
+			c1.535-0.656,3.146-0.879,4.807-0.793c0.021,0.001,0.042,0.01,0.113,0.032c-1.162,0.179-2.242,0.468-3.287,0.885
+			c-1.81,0.723-3.405,1.751-4.645,3.284c-0.665,0.821-1.166,1.734-1.508,2.736C20.928-13.481,20.89-13.391,20.854-13.301z"/>
+		<path fill="#0D0D0D" d="M34.411,0.679c1.787,1.091,2.173,3.654,1.027,5.119C35.708,3.968,35.338,2.269,34.411,0.679z"/>
+		<path fill="#0D0D0D" d="M37.358-9.378c0.873-0.716,1.925-0.914,3.021-0.894c0.438,0.01,0.874,0.083,1.312,0.104
+			c0.236,0.011,0.484-0.004,0.718-0.055c0.442-0.1,0.639-0.033,0.79,0.391c0.342,0.967,0.503,1.969,0.388,2.99
+			c-0.056,0.489-0.157,0.991-0.353,1.44c-0.762,1.783-3.072,2.515-4.783,1.542c-0.221-0.125-0.428-0.272-0.625-0.433
+			c-0.208-0.169-0.396-0.365-0.612-0.567c0.097-0.112,0.177-0.218,0.267-0.311c0.207-0.212,0.285-0.463,0.222-0.745
+			C37.507-6.8,37.89-7.429,38.629-7.833c0.528-0.288,1.106-0.495,1.681-0.686c0.297-0.101,0.602-0.173,0.912-0.236
+			c0.094,0.003,0.135,0.019,0.209,0.078c0.461,0.298,0.791,0.69,0.994,1.201c0.11-0.301,0.088-0.803-0.009-1.176
+			c-0.06-0.231-0.021-0.794,0.097-0.958c-0.01-0.01-0.019-0.021-0.025-0.031c-0.055,0.027-0.108,0.054-0.16,0.085
+			c-0.592,0.364-1.254,0.478-1.93,0.562c-0.834,0.106-1.646,0.297-2.357,0.778c-0.855,0.579-1.314,1.384-1.364,2.419
+			c-0.002,0.032-0.007,0.062-0.018,0.148C35.884-7.165,36.121-8.364,37.358-9.378z"/>
+	</g>
+	<path fill="#FFFFFF" d="M46.108-34.833c0.302-0.188,0.772-0.108,0.947,0.224c0.727,1.381,0.66,2.992-0.051,4.366
+		c-0.408,0.788-1.63,0.152-1.223-0.633c0.484-0.939,0.584-2.093,0.101-3.014C45.71-34.219,45.772-34.625,46.108-34.833z"/>
+	<g>
+		<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-27.877-38.811c-0.431,12.32,7.165,8.313,10.544,13.513
+			c0.275,0.324,0.438,0.688,0.562,0.97C-20.563-26.417-31.194-25.021-27.877-38.811z"/>
+	</g>
+	<g>
+		<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-33.661-14.795c10.432,8.981,31.025,8,32.532,7.873
+			c-8.638-6.161-34.552-0.369-35.502-19.122C-38.313-20.718-36.147-16.936-33.661-14.795z"/>
+	</g>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-16.987-24.818c0,0-0.002-2.722,0-4.645
+		c0-1.922-2.416-0.874-3.349,1.765C-18.007-26.785-16.987-24.818-16.987-24.818z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-18.28-25.73c1.747,3.083-0.048,5.75-0.326,5.864
+		c0.992,0.052,2.899,1.914,3.354,2.534c0.71,0.971,0.753,2.381,0.812,3.534c1.409,0.064,2.4,0.926,3.683,1.233
+		c-1.091-1.021-2.569-2.229-3.231-3.606c-0.589-1.222-1.087-2.629-1.482-3.929c-0.323-1.065-0.625-2.123-0.824-3.221
+		c-0.148-0.819-0.631-1.919-0.543-2.716c0,0-0.18-7.171,1.258-10.712c-2.723,0.927-4.15,3.149-4.646,4.009
+		c-0.562,0.972-1.619,3.391-0.31,4.932C-19.69-27.5-18.765-26.585-18.28-25.73z"/>
+	<path fill="#0D0D0D" d="M-43.785-35.045c5.481-7.553,12.813-12.407,21.927-14.516c3.036-0.703,6.123-0.896,9.237-0.883
+		c7.618,0.033,15.235,0.013,22.853,0.014c5.123,0.002,10.248,0,15.371,0.013c1.219,0.002,2.435,0.083,3.601,0.489
+		c1.144,0.397,2.026,1.097,2.519,2.233c0.704,1.638,0.103,3.701-1.418,4.812c-1.115,0.815-2.396,1.051-3.744,0.991
+		c-0.363-0.017-0.725-0.074-1.086-0.111c-0.082-0.009-0.172-0.028-0.25-0.01c-0.117,0.026-0.227,0.083-0.339,0.125
+		c0.064,0.094,0.11,0.208,0.194,0.278c1.393,1.184,2.352,2.644,2.811,4.417c0.168,0.644,0.217,1.299,0.156,1.961
+		c-0.004,0.051-0.008,0.102-0.01,0.152c-0.014,0.342,0.104,0.448,0.441,0.464c0.996,0.046,1.991,0.085,2.984,0.163
+		c0.475,0.038,0.943,0.154,1.479,0.187c-0.062-0.082-0.108-0.203-0.191-0.241c-0.794-0.367-1.312-0.979-1.573-1.795
+		c-0.305-0.961-0.519-1.943-0.475-2.962c0.067-1.646,0.708-3.062,1.75-4.31c0.937-1.12,2.091-1.963,3.396-2.603
+		c0.168-0.082,0.213-0.154,0.154-0.343c-0.167-0.539-0.146-1.083,0.043-1.621c0.115-0.328,0.326-0.566,0.627-0.735
+		c0.686-0.382,1.477-0.436,2.225-0.123c0.021-0.107,0.039-0.228,0.065-0.332c0.216-0.82,0.745-1.146,1.544-1.626
+		c0.186,0,0.372,0,0.559,0c0.022,0,0.043,0.059,0.066,0.063c1.407,0.238,1.998,1.524,1.835,2.742
+		c-0.042,0.314-0.133,0.623-0.194,0.906c0.638,0.168,1.295,0.298,1.922,0.517c2.895,1.007,4.806,2.961,5.615,5.938
+		c0.323,1.191,0.123,2.258-0.801,3.142c-0.058,0.057-0.062,0.198-0.049,0.293c0.18,1.125,0.457,2.242,0.529,3.374
+		c0.174,2.685-0.67,5.041-2.537,7.004c-0.11,0.115-0.117,0.212-0.088,0.354c0.123,0.602,0.264,1.203,0.338,1.812
+		c0.152,1.228-0.316,2.247-1.135,3.133c-0.072,0.079-0.153,0.164-0.188,0.262c-0.229,0.683-0.702,1.148-1.327,1.462
+		c-1.26,0.635-2.596,0.764-3.973,0.535c-0.902-0.151-1.726-0.531-2.54-0.917c-0.359-0.17-0.689-0.255-1.021,0.036
+		c-0.057,0.049-0.146,0.061-0.199,0.108c-0.092,0.087-0.246,0.208-0.229,0.281c0.023,0.112,0.156,0.239,0.271,0.285
+		c0.635,0.25,1.289,0.385,1.977,0.385c0.516,0,1.033,0.014,1.543,0.075c1.627,0.197,3.119,0.784,4.52,1.62
+		c0.094,0.056,0.197,0.104,0.303,0.121c1.811,0.278,3.266,1.7,3.582,3.502c0.031,0.182,0.027,0.391,0.121,0.536
+		c0.768,1.186,0.83,2.447,0.387,3.742c-0.281,0.819-0.671,1.603-0.98,2.413C48.647-6.8,48.479-6.351,48.437-5.9
+		c-0.111,1.283-0.281,2.553-0.625,3.793c-0.735,2.646-2.045,4.939-4.148,6.738c-2.123,1.815-4.612,2.77-7.369,3.064
+		c-0.243,0.026-0.371,0.103-0.479,0.343c-0.602,1.365-1.592,2.324-3.017,2.822c-0.37,0.129-0.739,0.159-1.087,0.001
+		c-0.496-0.228-1.001-0.457-1.445-0.77c-1.164-0.812-2.086-1.867-2.851-3.06c-0.06-0.09-0.126-0.208-0.215-0.238
+		c-0.12-0.039-0.298-0.053-0.39,0.011c-0.07,0.048-0.086,0.242-0.059,0.355c0.032,0.133,0.135,0.251,0.214,0.368
+		c2.026,2.93,3.315,6.154,3.908,9.666c0.021,0.111,0.099,0.229,0.181,0.313c0.498,0.507,1.012,0.996,1.506,1.507
+		c0.789,0.815,1.273,1.801,1.531,2.897c0.067,0.287,0.1,0.582,0.119,0.875c0.006,0.089-0.081,0.183-0.125,0.276
+		c-0.095-0.055-0.219-0.088-0.277-0.167c-0.135-0.184-0.229-0.395-0.354-0.585c-0.082-0.126-0.189-0.234-0.286-0.354
+		c-0.03,0.071-0.022,0.111-0.008,0.149c0.53,1.349,0.899,2.741,1.077,4.182c0.05,0.402,0.084,0.808,0.094,1.212
+		c0.008,0.294-0.188,0.481-0.384,0.401c-0.105-0.042-0.196-0.13-0.277-0.211c-0.788-0.781-1.717-1.36-2.669-1.908
+		c-0.021,0.03-0.037,0.042-0.038,0.057c-0.026,0.142-0.052,0.282-0.073,0.424c-0.254,1.665-0.693,3.284-1.201,4.889
+		c-0.387,1.226-0.606,2.48-0.393,3.771c0.128,0.769,0.401,1.467,1.055,1.957c0.049,0.037,0.082,0.096,0.14,0.162
+		c-0.076,0.039-0.123,0.077-0.177,0.088c-0.943,0.208-1.918,0.086-2.447-0.997c-0.061-0.121-0.141-0.231-0.25-0.412
+		c-0.119,0.238-0.237,0.393-0.275,0.564c-0.188,0.855-0.234,1.723-0.154,2.596c0.102,1.078,0.482,2.065,0.951,3.027
+		c0.121,0.25,0.236,0.507,0.314,0.771c0.139,0.479-0.128,0.833-0.629,0.825c-0.249-0.005-0.512-0.044-0.741-0.131
+		c-1.233-0.464-2.172-1.279-2.796-2.446c-0.051-0.095-0.098-0.19-0.153-0.303c-0.495,0.482-0.946,0.95-1.181,1.592
+		c-0.15,0.411-0.35,0.807-0.555,1.192c-0.147,0.277-0.258,0.27-0.438,0.019c-0.049-0.068-0.092-0.142-0.145-0.207
+		c-0.139-0.167-0.246-0.168-0.354,0.02c-0.097,0.166-0.17,0.349-0.235,0.529c-0.322,0.87-0.849,1.591-1.572,2.169
+		c-0.049,0.037-0.105,0.066-0.221,0.136c0.043-0.275,0.078-0.488,0.105-0.702c0.029-0.219,0.055-0.438,0.083-0.669
+		c-0.065,0.008-0.085,0.006-0.099,0.014c-0.07,0.045-0.142,0.092-0.211,0.141c-2.924,2.02-6.121,3.424-9.576,4.245
+		c-1.053,0.25-2.157,0.338-3.108,0.935c-0.021,0.014-0.048,0.021-0.071,0.032c-0.188,0.075-0.326,0.034-0.472-0.113
+		c-0.093-0.092-0.259-0.133-0.392-0.131c-0.422,0.01-0.844,0.103-1.264,0.138c-0.387,0.032-0.785,0.12-1.156,0.213
+		c-0.637,0.161-1.256,0.78-1.881,0.78c-0.152,0-0.307,0-0.457,0c-0.146,0-0.319-0.42-0.438-0.567
+		c-0.207-0.259-0.461-0.562-0.786-0.583c-2.153-0.134-4.282-0.447-6.379-0.969c-3.192-0.792-6.19-2.021-8.877-3.953
+		c-1.963-1.413-3.647-3.091-4.841-5.218c-0.244-0.432-0.438-0.895-0.631-1.352c-0.146-0.352-0.182-0.724-0.06-1.093
+		c0.103-0.303,0.331-0.471,0.64-0.423c1.754,0.276,3.24-0.365,4.609-1.36c1.362-0.992,2.4-2.261,2.992-3.849
+		c0.872-2.346,0.4-4.446-1.244-6.305c-0.166-0.188-0.354-0.358-0.556-0.561c-0.076,0.285-0.14,0.544-0.214,0.802
+		c-0.373,1.27-0.903,2.456-1.807,3.446c-0.525,0.577-1.373,0.906-0.593,0.876c0.72-0.026-0.259-0.012-0.349,0
+		c0.898-0.617,0.207-0.984,0.34-2.029c0.283-2.221-0.398-4.133-1.945-5.739c-0.094-0.098-0.236-0.16-0.369-0.207
+		c-1.63-0.578-3.271-1.126-4.892-1.729c-2.894-1.077-5.688-2.371-8.336-3.965c-0.036-0.021-0.074-0.041-0.113-0.062
+		c-0.251,0.162-0.354,0.405-0.343,0.674c0.014,0.36,0.072,0.72,0.115,1.079c0.004,0.043,0.018,0.083,0.021,0.125
+		c0.086,0.635-0.162,0.842-0.746,0.558c-0.293-0.143-0.562-0.38-0.773-0.631c-0.674-0.807-1.092-1.763-1.493-2.721
+		c-0.212-0.506-0.38-1.03-0.595-1.535c-0.077-0.184-0.2-0.371-0.353-0.5c-2.293-1.95-4.429-4.048-6.239-6.464
+		c-1.552-2.07-2.875-4.271-3.951-6.625c-0.026-0.062-0.058-0.122-0.088-0.182c-0.008-0.013-0.023-0.021-0.058-0.051
+		c-0.353,2.063-0.422,4.117-0.215,6.192c-0.165-0.616-0.349-1.229-0.492-1.849c-0.588-2.504-0.771-5.039-0.596-7.604
+		c0.009-0.13-0.024-0.269-0.063-0.395c-0.764-2.399-1.291-4.849-1.516-7.354C-51.077-19.925-48.95-27.927-43.785-35.045z
+		 M-45.864-8.101c1.6-3.499,3.606-6.762,5.793-9.918c0.115-0.166,0.168-0.329,0.178-0.534c0.049-1.013,0.103-2.025,0.186-3.035
+		c0.05-0.594,0.159-1.185,0.241-1.775c-5.841,6.426-8.646,13.994-8.558,22.715c0.098-0.677,0.162-1.309,0.282-1.929
+		C-47.37-4.503-46.676-6.325-45.864-8.101z M-24.403,17.717c-0.013-0.051-0.012-0.069-0.021-0.082
+		c-0.042-0.062-0.087-0.124-0.132-0.187c-1.907-2.673-3.469-5.534-4.621-8.613c-0.827-2.206-1.407-4.473-1.661-6.821
+		c-0.177-1.645-0.19-3.289,0-4.934c0.01-0.077,0.009-0.198-0.036-0.231c-0.373-0.267-0.757-0.519-1.148-0.782
+		c-0.026,0.095-0.047,0.159-0.062,0.226c-0.603,2.709-0.929,5.443-0.771,8.225c0.102,1.782,0.406,3.521,1.069,5.186
+		c0.019,0.048,0.027,0.099,0.04,0.148c-0.212-0.303-0.393-0.616-0.549-0.941c-1.232-2.56-1.719-5.294-1.816-8.101
+		c-0.087-2.537,0.17-5.058,0.661-7.558c-0.427-0.153-0.905-0.08-1.596,0.26c-0.021-0.083-0.019-0.188-0.067-0.244
+		c-1.085-1.22-1.996-2.555-2.707-4.024c-0.018-0.037-0.045-0.066-0.076-0.112c-0.533,0.603-0.994,1.228-1.272,1.992
+		c-0.085-0.312-0.156-0.62-0.175-0.933c-0.061-1.02,0.162-1.998,0.482-2.956c0.086-0.257,0.059-0.467-0.076-0.709
+		c-0.461,0.443-0.621,1.023-0.828,1.611c-0.209-0.279-0.28-0.56-0.297-0.859c-0.041-0.812,0.158-1.583,0.467-2.316
+		c0.242-0.573-0.07-1.05-0.1-1.637c-0.113,0.149-0.187,0.231-0.248,0.323c-0.791,1.167-1.615,2.312-2.363,3.507
+		c-1.771,2.831-3.217,5.818-4.217,9.013c-0.037,0.126-0.052,0.288-0.008,0.408c1.674,4.606,4.229,8.666,7.631,12.192
+		c0.041,0.043,0.092,0.078,0.164,0.139c-0.004-0.084-0.005-0.126-0.01-0.168c-0.143-1.173-0.314-2.345-0.415-3.521
+		c-0.175-2.062-0.14-4.121,0.271-6.159c0.277-1.368,0.727-2.673,1.578-3.804c0.586-0.775,1.303-1.392,2.221-1.75
+		c-0.221,0.22-0.461,0.422-0.657,0.661c-0.549,0.665-0.931,1.427-1.213,2.238c-0.597,1.707-0.731,3.48-0.741,5.27
+		c-0.009,1.77,0.146,3.528,0.393,5.279c0.263,1.874,0.582,3.737,1.117,5.554c0.35,1.185,0.774,2.342,1.438,3.394
+		c0.093,0.147,0.252,0.253,0.381,0.378c0.077-0.161,0.195-0.315,0.225-0.483c0.088-0.541,0.229-1.06,0.024-1.634
+		c-0.806-2.264-1.252-4.607-1.46-6.997c-0.044-0.502-0.057-1.006-0.085-1.508c0.125,0.452,0.19,0.91,0.284,1.361
+		c0.621,3.027,1.994,5.636,4.326,7.701c0.219,0.193,0.469,0.362,0.728,0.496c1.656,0.866,3.376,1.586,5.132,2.222
+		C-24.94,17.531-24.683,17.621-24.403,17.717z M26.685,40.997c0.004-0.17-0.065-0.346-0.123-0.513
+		c-0.642-1.883-0.847-3.816-0.731-5.793c0.021-0.354,0.041-0.719-0.022-1.062c-0.384-2.05-1.463-3.792-2.509-5.601
+		c-0.028,0.078-0.039,0.092-0.039,0.105c-0.116,3.021-0.026,6.032,0.568,9.007c0.218,1.087,0.528,2.147,1.112,3.106
+		c0.287,0.476,0.645,0.886,1.138,1.166c0.153,0.087,0.315,0.138,0.437-0.003C26.606,41.3,26.681,41.137,26.685,40.997z
+		 M27.933,24.979c-0.477-0.345-0.978-0.669-1.502-0.934c-1.844-0.927-3.798-1.587-5.729-2.299c-0.376-0.138-0.737-0.336-1.073-0.556
+		c-0.668-0.438-1.165-1.051-1.596-1.715c-0.206-0.315-0.399-0.638-0.6-0.957c0.006,0.107,0.039,0.201,0.065,0.297
+		c0.228,0.777,0.487,1.546,0.671,2.334c0.255,1.099,0.659,2.126,1.271,3.069c0.33,0.509,0.699,0.996,1.022,1.512
+		c0.204,0.325,0.382,0.676,0.524,1.033c0.084,0.214,0.074,0.464,0.109,0.697c-0.035,0.017-0.068,0.034-0.104,0.05
+		c-0.102-0.086-0.219-0.161-0.305-0.261c-0.355-0.407-0.696-0.828-1.061-1.228c-0.079-0.088-0.255-0.175-0.344-0.143
+		c-0.085,0.031-0.176,0.22-0.163,0.33c0.045,0.441,0.071,0.896,0.209,1.312c0.19,0.573,0.489,1.11,0.712,1.676
+		c0.109,0.277,0.18,0.582,0.205,0.878c0.012,0.14-0.124,0.292-0.191,0.437c-0.119-0.081-0.256-0.146-0.354-0.249
+		c-0.174-0.183-0.312-0.398-0.492-0.577c-0.177-0.175-0.341-0.146-0.443,0.077c-0.072,0.156-0.146,0.347-0.121,0.506
+		c0.061,0.397,0.168,0.787,0.27,1.178c0.094,0.357,0.227,0.708,0.3,1.068c0.05,0.243-0.012,0.484-0.267,0.667
+		c-0.071-0.105-0.149-0.194-0.195-0.298c-0.1-0.214-0.18-0.438-0.271-0.653c-0.215-0.494-0.404-1.004-0.658-1.478
+		c-0.225-0.417-0.445-0.38-0.686,0.025c-0.467,0.792-0.928,1.59-1.449,2.346c-0.287,0.415-0.453,0.842-0.498,1.328
+		c-0.058,0.647-0.09,1.298-0.157,1.945c-0.026,0.242-0.091,0.493-0.355,0.72c-0.056-0.273-0.103-0.497-0.147-0.721
+		c-0.065-0.331-0.11-0.666-0.201-0.99c-0.062-0.227-0.246-0.251-0.36-0.048c-0.103,0.184-0.173,0.405-0.188,0.615
+		c-0.027,0.396,0.009,0.794-0.012,1.191c-0.009,0.18-0.074,0.361-0.142,0.532c-0.028,0.074-0.126,0.122-0.192,0.182
+		c-0.043-0.074-0.103-0.142-0.127-0.223c-0.031-0.094-0.035-0.198-0.05-0.299c-0.043-0.292-0.067-0.59-0.136-0.875
+		c-0.073-0.308-0.268-0.361-0.459-0.111c-0.176,0.229-0.314,0.5-0.403,0.775c-0.135,0.425-0.192,0.872-0.321,1.301
+		c-0.06,0.201-0.197,0.385-0.326,0.556c-0.049,0.062-0.188,0.102-0.266,0.079c-0.057-0.015-0.113-0.146-0.115-0.227
+		c-0.008-0.329,0.006-0.659,0.011-0.988c0.001-0.163,0-0.326,0-0.502c-0.072,0.016-0.101,0.015-0.118,0.027
+		c-0.041,0.028-0.082,0.061-0.115,0.098c-0.338,0.36-0.564,0.777-0.636,1.271c-0.031,0.219-0.042,0.438-0.083,0.653
+		c-0.051,0.254-0.202,0.351-0.46,0.319c-0.271-0.032-0.442-0.229-0.47-0.573c-0.02-0.223-0.004-0.448-0.004-0.706
+		c-0.309,0.158-0.582,0.303-0.86,0.441c-2.843,1.407-5.843,2.279-8.991,2.647c-2.033,0.237-4.066,0.243-6.082-0.166
+		c-1.219-0.247-2.38-0.644-3.387-1.407c-0.148-0.111-0.284-0.238-0.426-0.359c1.121,0.65,1.777,0.914,2.789,1.107
+		c1.843,0.354,3.687,0.301,5.527,0.034c3.239-0.471,6.301-1.492,9.178-3.061c2.229-1.216,4.244-2.708,5.873-4.68
+		c0.123-0.147,0.238-0.299,0.354-0.449c-3.335,1.592-7.102-1.405-10.87-0.075c5.164-2.662,8.222,0.767,11.134-1.452
+		c0.741-0.564,0.873-2.018-0.82-1.775c-1.616,0.231,2.434-0.569,3.16-4.778c-0.041-0.687-0.138-1.386-0.295-2.101
+		c-0.695-3.153-2.164-5.938-4.18-8.438c-2.076-2.576-4.684-4.493-7.613-5.992C3.806,7.939,3.759,7.923,3.701,7.9
+		c0.008,0.036,0.007,0.053,0.013,0.062C3.755,8.027,3.797,8.09,3.839,8.154c1.4,2.081,2.551,4.279,3.109,6.746
+		c0.384,1.691,0.43,3.384-0.104,5.058c-0.597,1.869-1.791,3.292-3.351,4.432c-1.748,1.278-3.723,2.076-5.782,2.688
+		c-0.44,0.131-0.888,0.247-1.386,0.384c0.056-0.06,0.062-0.076,0.076-0.081c0.084-0.036,0.172-0.069,0.259-0.103
+		c1.438-0.561,2.808-1.248,4.05-2.174c1.788-1.33,3.104-3.003,3.7-5.18c0.526-1.925,0.409-3.85-0.06-5.765
+		C3.743,11.677,2.619,9.43,1.263,7.283c-0.311-0.491-0.68-0.818-1.238-0.984C-0.649,6.099-1.31,5.84-2.04,5.583
+		C0.026,7.8,0.083,10.92-0.313,12.751c-0.006-0.032-0.016-0.053-0.017-0.075c-0.071-1.492-0.579-2.836-1.413-4.062
+		c-1.244-1.83-2.929-3.164-4.831-4.249c-0.147-0.084-0.327-0.111-0.491-0.164c0.688,0.793,1.215,1.657,1.523,2.648
+		c0.3,0.958,0.404,2.46,0.205,2.999c-0.314-1.047-0.641-1.729-1.34-2.62c-1.2-1.529-2.594-2.851-4.209-3.952
+		c-1.082-0.741-2.217-1.354-3.437-1.82c-2.157-0.827-4.407-1.334-6.645-1.882c-1.966-0.481-3.931-0.98-5.882-1.525
+		c-1.064-0.298-2.088-0.737-2.973-1.431c-0.158,0.352-0.455,1.596-0.466,2.584c-0.129,11.646,9.138,17.871,11.962,21.129
+		c0.822,0.949,1.294,2.112,1.707,3.288c0.168,0.477,0.312,0.961,0.471,1.456c0.026-0.035,0.053-0.058,0.065-0.084
+		c0.789-1.514,1.274-3.062,0.896-4.816c-0.58-2.683-1.66-5.079-3.694-6.98c-0.022-0.021-0.04-0.048-0.11-0.128
+		c0.1,0.051,0.135,0.065,0.167,0.086c1.673,0.964,3.202,2.111,4.495,3.554c2.174,2.424,3.342,5.261,3.502,8.519
+		c0.07,1.419-0.125,2.82-0.283,4.22c-0.423,3.73-3.146,6.748-6.807,7.639c-0.275,0.067-0.555,0.162-0.803,0.293
+		c-0.352,0.186-0.448,0.493-0.315,0.863c0.048,0.133,0.119,0.262,0.195,0.382c0.649,1.01,1.474,1.845,2.489,2.492
+		c0.521,0.331,1.041,0.661,1.543,1.02c2.06,1.471,4.275,2.614,6.725,3.286c1.011,0.277,2.033,0.522,3.096,0.429
+		c0.332-0.028,0.656-0.151,0.987-0.19c0.138-0.017,0.287,0.079,0.433,0.123c-0.082,0.092-0.147,0.214-0.248,0.271
+		c-0.64,0.368-1.347,0.482-2.07,0.506c-1.065,0.036-2.102-0.166-3.139-0.377c-0.104-0.021-0.213-0.021-0.32-0.031
+		c0.849,0.735,1.812,1.208,2.854,1.522c1.716,0.52,3.468,0.638,5.243,0.489c0.568-0.048,1.145-0.071,1.668-0.368
+		c0.514-0.29,1.055-0.533,1.586-0.791c0.115-0.056,0.243-0.084,0.366-0.125c0.019,0.02,0.036,0.039,0.055,0.059
+		c-0.056,0.144-0.102,0.292-0.173,0.428c-0.191,0.376-0.4,0.743-0.594,1.119c-0.035,0.072-0.018,0.173-0.023,0.26
+		c0.08,0.004,0.17,0.034,0.239,0.01c0.408-0.136,0.824-0.256,1.212-0.439c0.555-0.263,1.133-0.353,1.738-0.394
+		c0.824-0.057,1.65-0.135,2.469-0.252c1.202-0.173,2.118-0.793,2.712-1.868c0.14-0.251,0.287-0.497,0.438-0.742
+		c0.054-0.087,0.128-0.162,0.193-0.241c0.028,0.013,0.061,0.025,0.09,0.04c-0.188,0.64-0.375,1.28-0.571,1.954
+		c0.622-0.141,1.271-0.573,1.784-1.177c0.261-0.302,0.492-0.625,0.75-0.927c0.103-0.12,0.242-0.208,0.363-0.312
+		c0.034,0.019,0.069,0.035,0.104,0.054c-0.05,0.428-0.101,0.856-0.149,1.285c0.025,0.009,0.053,0.019,0.079,0.027
+		c0.388-0.237,0.771-0.48,1.159-0.715c1.318-0.794,2.553-1.688,3.479-2.948c0.127-0.174,0.222-0.15,0.289,0.062
+		c0.082,0.265,0.137,0.539,0.228,0.802c0.026,0.08,0.138,0.189,0.202,0.184c0.089-0.006,0.213-0.094,0.242-0.175
+		c0.062-0.17,0.088-0.358,0.1-0.542c0.025-0.37,0.016-0.743,0.055-1.111c0.012-0.113,0.133-0.217,0.204-0.323
+		c0.095,0.084,0.226,0.15,0.274,0.256c0.147,0.303,0.257,0.624,0.394,0.933c0.126,0.286,0.201,0.291,0.384,0.047
+		c0.24-0.321,0.51-0.58,0.963-0.547c0.42,0.032,0.473,0.001,0.629-0.39c0.267-0.667,0.494-1.347,0.768-2.01
+		c0.13-0.316,0.329-0.604,0.486-0.908c0.039-0.072,0.072-0.175,0.053-0.246c-0.557-1.795-0.71-3.644-0.729-5.508
+		c-0.017-1.725,0.018-3.45-0.041-5.172c-0.045-1.347-0.271-2.661-1.276-3.699c0.139,0.044,0.271,0.094,0.396,0.158
+		c0.647,0.336,1.178,0.819,1.641,1.375c1.027,1.228,1.701,2.651,2.3,4.121c0.479,1.178,0.962,2.356,1.465,3.524
+		c0.125,0.29,0.333,0.546,0.519,0.808c0.045,0.062,0.178,0.133,0.229,0.108c0.075-0.034,0.147-0.145,0.158-0.231
+		c0.026-0.19,0.026-0.389,0.017-0.58c-0.043-0.963-0.123-1.925,0.043-2.885c0.024-0.147,0.066-0.312,0.029-0.447
+		c-0.361-1.317-0.83-2.589-1.643-3.708c-0.024-0.035-0.041-0.078-0.092-0.177c0.578,0.258,0.967,0.64,1.282,1.089
+		c0.315,0.451,0.591,0.93,0.901,1.428c0.132-0.534,0.258-1.048,0.384-1.562C28.759,26.029,28.535,25.417,27.933,24.979z
+		 M28.587,17.261c-1.479-1.397-3.23-2.381-5.07-3.217c-2.49-1.132-5.099-1.917-7.759-2.535c-0.95-0.221-1.907-0.412-2.924-0.63
+		c0.409,0.507,0.771,0.961,1.144,1.41c0.035,0.043,0.114,0.063,0.178,0.071c1.666,0.173,3.269,0.604,4.812,1.246
+		c3.571,1.483,6.629,3.722,9.354,6.438c0.025,0.025,0.043,0.057,0.062,0.085c-0.093-0.028-0.162-0.074-0.232-0.122
+		c-2.299-1.596-4.664-3.084-7.15-4.372c-1.592-0.821-3.214-1.575-4.958-2.022c-0.411-0.105-0.831-0.175-1.312-0.273
+		c0.066,0.114,0.093,0.156,0.117,0.2c0.547,0.958,1.15,1.893,1.627,2.887c0.297,0.625,0.715,1.083,1.243,1.486
+		c1.98,1.507,4.162,2.67,6.388,3.759c0.021,0.009,0.045,0.006,0.117,0.018c-0.847-1.343-1.664-2.652-3.123-3.388
+		c0.377,0.062,0.752,0.125,1.113,0.235c1.12,0.343,2.062,1.003,2.947,1.743c1.082,0.904,2.129,1.854,3.227,2.744
+		c0.565,0.46,1.17,0.905,1.823,1.222c0.687,0.331,1.448,0.502,2.181,0.73c0.188,0.061,0.389,0.072,0.664,0.12
+		c-0.09-0.464-0.128-0.871-0.25-1.249C31.969,21.292,30.535,19.106,28.587,17.261z M15.104-2.503
+		c-0.541-0.301-1.117-0.571-1.707-0.751c-1.209-0.366-2.467-0.372-3.721-0.369C8.789-3.622,7.901-3.61,7.015-3.62
+		C6.792-3.623,6.571-3.693,6.351-3.733c0-0.04-0.002-0.081-0.004-0.123c0.191-0.073,0.377-0.162,0.572-0.218
+		C7.537-4.25,8.158-4.408,8.774-4.58c0.121-0.035,0.231-0.104,0.349-0.158C9.119-4.762,9.114-4.787,9.11-4.81
+		C9.03-4.842,8.951-4.887,8.866-4.905C7.626-5.152,6.392-5.452,5.14-5.629C3.022-5.931,0.922-6.298-1.129-6.922
+		C-1.304-6.974-1.496-7-1.676-6.988C-3.75-6.844-5.823-6.695-7.897-6.543c-2.398,0.175-4.797,0.198-7.191-0.055
+		c-2.721-0.287-5.354-0.932-7.901-1.917c-3.661-1.415-6.979-3.432-10.097-5.796c-0.053-0.04-0.104-0.087-0.155-0.13
+		c0.103,0.019,0.181,0.062,0.257,0.108c2.848,1.7,5.784,3.217,8.887,4.399c2.631,1.001,5.332,1.724,8.123,2.094
+		c2.017,0.267,4.041,0.328,6.074,0.316c2.271-0.012,4.547,0,6.818,0.001c0.029,0,0.059-0.004,0.092-0.007
+		C-2.999-7.55-3-7.561-3.004-7.564C-3.058-7.586-3.112-7.61-3.167-7.631c-2.031-0.794-3.957-1.786-5.715-3.081
+		c-0.531-0.393-1.102-0.689-1.711-0.918c-0.473-0.179-0.949-0.354-1.432-0.506c-2.479-0.783-5.045-1.167-7.597-1.628
+		c-2.103-0.379-4.203-0.767-6.287-1.227c-1.899-0.419-3.733-1.062-5.438-2.031c-2.926-1.663-4.647-4.151-5.116-7.492
+		c-0.074-0.525-0.116-1.056-0.169-1.528c-0.102,0.19-0.213,0.42-0.344,0.64c-1.109,1.865-1.885,3.85-2.127,6.019
+		c-0.326,2.931,0.51,5.459,2.633,7.536c0.087,0.085,0.146,0.2,0.203,0.312c0.306,0.62,0.559,1.271,0.914,1.858
+		c1.015,1.665,2.447,2.919,4.06,3.979c2.142,1.405,4.481,2.386,6.896,3.202c3.809,1.288,7.728,2.129,11.666,2.886
+		c3.209,0.617,6.424,1.209,9.631,1.832c2.502,0.484,4.935,1.17,7.238,2.304c2.889,1.422,5.563,3.13,7.828,5.44
+		c0.075,0.078,0.219,0.12,0.333,0.124c1.515,0.043,3.021,0.184,4.509,0.466c4.168,0.79,7.985,2.413,11.481,4.807
+		c0.058,0.037,0.118,0.066,0.213,0.123c-0.021-0.125-0.03-0.2-0.048-0.272c-0.294-1.303-0.676-2.581-1.172-3.82
+		C24.854,5.331,20.815,0.676,15.104-2.503z M48.629-34.241c-0.101-0.996-0.308-1.984-0.526-2.963
+		c-0.338-1.507-1.26-2.504-2.752-2.955c-0.668-0.202-1.354-0.282-2.051-0.284c-1.367-0.003-2.706,0.216-4.029,0.544
+		c-1.102,0.276-2.166,0.647-3.121,1.277c-0.912,0.601-1.59,1.382-1.854,2.471c-0.162,0.68-0.115,1.354-0.005,2.036
+		c0.044,0.271,0.161,0.389,0.41,0.487c2.177,0.869,3.915,2.248,4.958,4.396c0.139,0.284,0.337,0.427,0.64,0.459
+		c1.041,0.115,2.062,0.077,3.013-0.428c0.61-0.324,1.219-0.287,1.822,0.006c0.248,0.121,0.489,0.27,0.709,0.437
+		c0.274,0.209,0.523,0.452,0.826,0.718c0.025-0.044,0.044-0.084,0.07-0.116C48.247-29.913,48.856-31.959,48.629-34.241z
+		 M32.528-38.688c0.168-0.11,0.318-0.25,0.468-0.388c1.297-1.209,2.792-2.087,4.448-2.709c1.479-0.555,3.017-0.804,4.582-0.888
+		c1.158-0.062,2.324-0.052,3.449,0.255c0.771,0.21,1.51,0.527,2.271,0.777c0.162,0.053,0.407,0.09,0.517,0.006
+		c0.186-0.142,0.047-0.37-0.021-0.559c-0.004-0.008-0.01-0.015-0.014-0.021c-0.541-1.033-1.25-1.926-2.209-2.604
+		c-1.728-1.221-3.67-1.462-5.707-1.229c-0.334,0.038-0.623-0.023-0.896-0.178c-0.128-0.073-0.207-0.231-0.309-0.351
+		c0.019-0.022,0.037-0.045,0.055-0.067c0.072,0.008,0.145,0.021,0.218,0.023c0.378,0.012,0.763,0.07,1.132,0.021
+		c1.19-0.158,1.758-1.47,1.073-2.439c-0.229-0.327-0.528-0.563-0.954-0.509c-0.438,0.058-0.656,0.383-0.805,0.76
+		c-0.036,0.092-0.051,0.196-0.061,0.297c-0.045,0.381-0.072,0.433-0.465,0.421c-0.369-0.011-0.736-0.069-1.104-0.124
+		c-0.457-0.065-0.752,0.104-0.896,0.545c-0.116,0.356-0.081,0.715,0.095,1.032c0.188,0.346,0.429,0.661,0.635,0.977
+		c-0.553,0.232-1.162,0.441-1.729,0.735c-2.167,1.123-3.635,2.823-4.188,5.24c-0.057,0.236-0.079,0.486-0.071,0.729
+		C32.054-38.592,32.246-38.5,32.528-38.688z M33.659-35.664c0.162-0.511,0.27-1.029,0.486-1.494c0.504-1.076,1.4-1.775,2.447-2.258
+		c2.484-1.142,5.104-1.653,7.831-1.421c1.652,0.14,3.021,0.83,3.788,2.41c0.003,0.006,0.014,0.01,0.043,0.034
+		c0.505-0.234,0.787-0.624,0.855-1.171c0.062-0.504-0.153-0.894-0.577-1.12c-0.548-0.292-1.107-0.592-1.697-0.771
+		c-2.492-0.755-5.012-0.737-7.53-0.127c-1.918,0.464-3.688,1.251-5.231,2.498c-0.603,0.486-1.152,1.022-1.495,1.732
+		c-0.085,0.176-0.164,0.388-0.15,0.575C32.474-36.197,33.117-35.661,33.659-35.664z M-45.487-22.975
+		c-2.023,3.519-3.076,7.254-3.078,7.828c-0.006,1.791,0.133,3.576,0.401,5.354c0.062,0.412,0.144,0.821,0.215,1.232
+		c0.076-0.075,0.101-0.151,0.124-0.228c0.299-0.993,0.559-2,0.901-2.978c1.798-5.125,4.532-9.721,7.92-13.945
+		c0.123-0.154,0.229-0.336,0.29-0.523c0.736-2.267,1.792-4.325,3.146-6.188c-1.519,0.648-3.248,0.88-5.309,3.251
+		c2.531-4.881,8.527-6.815,8.527-6.815c3.336-2.986,7.219-4.958,11.52-6.139c0.348-0.095,0.698-0.171,1.049-0.255
+		c-0.076,0.074-0.162,0.105-0.248,0.138c-3.201,1.144-6.15,2.741-8.82,4.846c-3.323,2.62-5.836,5.847-7.338,9.828
+		c-0.16,0.427-0.236,0.827-0.071,1.268c0.112,0.3,0.17,0.619,0.263,0.926c0.706,2.307,1.811,4.381,3.588,6.055
+		c1.7,1.603,3.743,2.573,5.959,3.226c2.654,0.779,5.396,1.066,8.125,1.423c1.583,0.206,3.158,0.456,4.736,0.697
+		c0.424,0.064,0.843,0.168,1.294,0.261c-0.034-0.056-0.044-0.081-0.062-0.1c-1.232-1.383-2.258-2.903-3.074-4.569
+		c-0.049-0.102-0.162-0.205-0.271-0.239c-0.729-0.231-1.452-0.503-2.2-0.653c-1.109-0.221-2.244-0.306-3.353-0.525
+		c-5.947-1.18-7.78-4.367-7.753-4.338c1.806,1.918,4.695,2.459,5.459,2.725c1.779,0.619,3.624,0.787,5.492,0.768
+		c0.547-0.007,1.092-0.04,1.654-0.062c-1.677-5.474-1.457-10.81,0.815-16.037c0.002,0.098-0.021,0.193-0.044,0.287
+		c-0.889,3.376-1.249,6.791-0.741,10.267c0.613,4.22,2.448,7.817,5.513,10.78c2.297,2.22,4.998,3.818,7.896,5.106
+		c2.753,1.224,5.646,1.982,8.564,2.685c2.196,0.529,4.401,1.048,6.569,1.686c2.904,0.851,5.533,2.249,7.772,4.316
+		c0.348,0.32,0.697,0.647,0.984,1.02c1.887,2.443,4.188,4.354,7.019,5.6c0.179,0.599,0.491,1.231,0.979,1.891
+		c0.691,0.925,1.547,1.689,2.469,2.374c0.262,0.193,0.608,0.303,0.934,0.368c0.354,0.073,0.566-0.098,0.688-0.442
+		c0.032-0.096,0.055-0.194,0.073-0.293c0.188-0.065,0.377-0.167,0.562-0.31c0.127-0.098,0.25-0.204,0.361-0.316
+		c0.521-0.524,0.887-1.148,1.182-1.817c0.064-0.145,0.15-0.202,0.3-0.221c0.351-0.046,0.703-0.094,1.05-0.162
+		c5.633-1.114,9.732-5.393,10.448-11.548c0.063-0.554,0.06-1.13,0.226-1.65c0.213-0.661,0.564-1.277,0.856-1.913
+		c0.257-0.559,0.538-1.108,0.761-1.681c0.229-0.587,0.257-1.199,0.079-1.816c-0.062-0.212-0.185-0.268-0.351-0.165
+		c-0.231,0.146-0.44,0.329-0.662,0.494c-0.269,0.201-0.52,0.431-0.811,0.59c-0.236,0.131-0.506,0.103-0.718-0.139
+		c0.049-0.037,0.09-0.066,0.126-0.1c0.58-0.516,1.162-1.029,1.732-1.555c0.068-0.062,0.117-0.189,0.111-0.285
+		c-0.051-0.818-0.322-1.558-0.902-2.147c-0.748-0.757-1.627-1.161-2.719-0.905c-0.027-0.407-0.056-0.477-0.289-0.603
+		c-1.52-0.823-3.129-1.307-4.871-1.275c-1.28,0.022-2.436-0.384-3.537-1c-0.342-0.191-0.709-0.363-1.086-0.463
+		c-1.19-0.316-2.412-0.407-3.641-0.439c-0.101-0.002-0.199-0.008-0.3-0.013c0.063-0.071,0.126-0.093,0.188-0.108
+		c0.98-0.232,1.974-0.261,2.975-0.189c0.324,0.023,0.689,0.093,0.971-0.021c0.826-0.336,1.627-0.739,2.422-1.148
+		c0.223-0.115,0.42-0.17,0.646-0.086c0.505,0.19,1.012,0.376,1.504,0.595c1.046,0.465,2.116,0.745,3.272,0.586
+		c0.631-0.086,1.248-0.225,1.799-0.562c0.356-0.219,0.639-0.5,0.666-0.956c0.006-0.064,0.063-0.135,0.115-0.182
+		c0.148-0.137,0.312-0.26,0.461-0.396c0.44-0.406,0.627-0.91,0.572-1.505c-0.047-0.5-0.195-0.583-0.63-0.362
+		c-0.21,0.106-0.429,0.193-0.649,0.025c0.279-0.177,0.553-0.338,0.813-0.517c0.392-0.268,0.53-0.655,0.517-1.119
+		c-0.041-1.294-1.567-2.44-2.877-2.151c-0.433,0.095-0.818,0.266-1.055,0.675c-0.031,0.054-0.12,0.111-0.18,0.107
+		c-0.342-0.018-0.691-0.016-1.021-0.09c-0.605-0.137-1.203-0.283-1.826-0.164c-0.287,0.054-0.57,0.133-0.867,0.202
+		c-0.232-0.808-0.614-1.527-1.125-2.177c-1.185-1.506-2.742-2.46-4.539-3.049c-2.33-0.765-4.725-0.849-7.121-0.505
+		c-3.465,0.495-5.922,2.376-7.246,5.639c-0.328,0.807-0.497,1.678-0.744,2.52c-0.396,1.357-0.928,2.661-1.631,3.892
+		c-1.133,1.978-2.62,3.606-4.657,4.68c-2.288,1.206-4.72,1.447-7.239,0.999c-0.478-0.085-0.947-0.208-1.477-0.327
+		c0.921-0.055,1.768-0.075,2.607-0.16c2.336-0.235,4.526-0.936,6.517-2.197c2.366-1.501,4.137-3.469,4.877-6.261
+		c0.396-1.491,0.95-2.938,1.644-4.324c0.461-0.928,0.971-1.817,1.682-2.58c1.184-1.267,2.67-1.983,4.308-2.444
+		c0.504-0.141,1.004-0.297,1.501-0.457c0.246-0.08,0.4-0.254,0.497-0.503c0.274-0.712,0.353-1.44,0.205-2.188
+		c-0.229-1.177-0.806-2.177-1.58-3.072c-0.666-0.77-1.5-1.334-2.334-1.897c-0.405-0.272-0.8-0.567-1.17-0.885
+		c-0.32-0.273-0.515-0.647-0.495-1.073c0.035-0.763,0.08-0.884,0.84-0.631c0.119,0.04,0.237,0.087,0.354,0.137
+		c0.621,0.267,1.238,0.539,1.863,0.8c1.197,0.501,2.44,0.686,3.717,0.379c1.414-0.338,2.412-1.169,2.861-2.589
+		c0.092-0.291,0.114-0.599-0.041-0.861c-0.076-0.129-0.269-0.256-0.412-0.26c-0.129-0.004-0.281,0.143-0.387,0.258
+		c-0.064,0.072-0.062,0.206-0.092,0.311c-0.146,0.548-0.385,1.033-0.923,1.298c-0.103,0.051-0.218,0.065-0.328,0.097
+		c0.717-0.744,1.104-1.586,1.053-2.601c-0.039-0.771-0.644-1.273-1.42-1.229c-0.226,0.013-0.385,0.119-0.41,0.339
+		c-0.03,0.266-0.019,0.537-0.024,0.805c-0.008,0.321,0.016,0.646-0.029,0.96c-0.071,0.515-0.389,0.85-0.883,1.009
+		c-0.239,0.076-0.469,0.035-0.691-0.078c0.312-0.064,0.61-0.158,0.768-0.45c0.15-0.28,0.305-0.572,0.381-0.877
+		c0.162-0.658,0.084-1.293-0.521-1.697c-0.271-0.181-0.64-0.256-0.974-0.302c-0.718-0.1-1.405,0.102-2.099,0.263
+		c-0.416,0.096-0.847,0.161-1.271,0.162c-0.401,0.001-0.806-0.084-1.203-0.156c-2.418-0.435-4.848-0.251-7.31-0.221
+		c-2.663,0.033-5.326,0.016-7.989,0.018c-4.767,0-9.535,0.002-14.306,0.002c-1.969,0-3.938-0.019-5.907-0.007
+		c-2.716,0.017-5.401,0.324-8.027,1.012c-10.003,2.616-17.489,8.031-22.423,17.109c-2.175,4.003-3.417,8.287-3.854,12.784
+		C-48.447-17.959-45.459-23.521-45.487-22.975z"/>
+	<path fill="#E65270" d="M32.722,0.606c-0.84,1.789-0.85,2.545,0.078,4.238c0.7,1.278,2.561,0.14,2.309,1.568
+		c-0.106,1.24-1.405,2.602-1.646,2.899c-0.296,0.35-0.461,0.696-0.898,0.607c-0.399-0.082-0.778-0.275-1.101-0.514
+		c-1.137-0.844-2.19-1.787-3.045-2.927c-1.543-2.059-0.907-3.308,0.899-4.951C30.083,0.833,32.812,0.415,32.722,0.606z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M31.048,7.397c0.445,0.487,1.139,0.957,1.861,1.438
+		c0.384,0.254-0.76-2.867-1.092-3.7c-1.092-2.73,0.338-4.42-0.055-4.211c-0.867,0.46-2.104,2.067-2.189,3.059
+		C29.478,5.058,30.312,6.591,31.048,7.397z"/>
+	<g>
+		<path fill="#0D0D0D" d="M32.375,0.773c-0.84,1.789-0.849,2.544,0.08,4.238c0.698,1.277,1.022,2.564,0.771,3.993
+			c-0.027,0.159-0.059,0.321-0.111,0.475c-0.148,0.428-0.411,0.638-0.848,0.548c-0.4-0.082-0.83-0.216-1.15-0.455
+			c-1.137-0.844-2.191-1.787-3.045-2.927c-1.184-1.58-1.055-2.658-0.157-3.854c0.257-0.342,0.415-0.332,0.746-0.394
+			c0.428-0.081,0.515,0.515,0.379,0.756c-0.313,0.554-0.519,1.112-0.558,1.549c-0.096,1.076,0.506,2.244,1.242,3.049
+			c0.682,0.746,2.062,1.904,3.002,2.185c0.228-0.872-0.257-2.61-0.563-3.454c-0.374-1.031-1.507-2.912-1.222-4.137
+			c0,0,0.398-1.134,0.822-1.422C32.185,0.635,32.375,0.773,32.375,0.773z"/>
+	</g>
+	
+		<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="29664.459" y1="34.687" x2="29664.459" y2="34.687" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#E65271"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_19_)" d="M27.897,34.687"/>
+	<g opacity="0.2">
+		<path fill="#8B4FBA" d="M-18.606-19.866c-0.115-0.006-0.222,0.006-0.309,0.053C-18.806-19.806-18.703-19.827-18.606-19.866z"/>
+	</g>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M33.088-34.857c0.981,1.49,2.084,1.994,3.33,3.167
+		c1.185,1.113,2.095,2.456,3.274,3.548c0.925-0.193,1.963-0.037,2.912-0.085c0.678-1.673,3.97-0.081,4.271,0.999l0.437-0.655
+		c0.949-1.869-2.455-1.994-4.393-1.8c-1.359,0.135-7.23-1.408-7.037-8.979c-0.66-1.015-2.218-0.025-2.22-1.347
+		c-0.001-1.354,0.021-3.742,1.19-4.604c-0.334-1.181-1.498,0.068-1.818,0.541c-0.719,1.058-1.744,2.933-1.977,4.189
+		C30.663-37.738,32.015-36.486,33.088-34.857z"/>
+</symbol>
+<symbol  id="New_Symbol_2" viewBox="-3 -3.5 6 7">
+	<path fill="#FFFFFF" d="M0-3.5c-0.184,0-0.368,0.051-0.53,0.152l-2,1.25C-2.822-1.915-3-1.595-3-1.25v2.5
+		c0,0.345,0.178,0.666,0.47,0.848l2,1.25C-0.368,3.449-0.184,3.5,0,3.5s0.368-0.051,0.53-0.152l2-1.25C2.822,1.916,3,1.595,3,1.25
+		v-2.5c0-0.345-0.178-0.665-0.47-0.848l-2-1.25C0.368-3.449,0.184-3.5,0-3.5z"/>
+	<polygon display="none" fill="none" points="-3,3 3,3 3,-3 -3,-3 	"/>
+</symbol>
+<symbol  id="New_Symbol_3" viewBox="-50.452 -50.957 100.904 101.913">
+	<path fill="#E65270" d="M14.113-50.015c-1.353,0.017-2.704,0.021-4.056,0.021l-3.489-0.003c0,0-9.98,0.004-14.75,0.004
+		c-0.749,0-1.5-0.003-2.25-0.005c-0.751-0.002-1.501-0.005-2.252-0.005c-0.47,0-0.938,0.001-1.407,0.004
+		c-2.838,0.017-5.551,0.358-8.063,1.016c-10.002,2.617-17.576,8.55-22.512,17.633c-2.366,4.355-3.711,9.225-3.995,14.473
+		c-0.126,2.334-0.007,4.726,0.355,7.108c0.043,0.285,0.095,0.569,0.147,0.854l0.115,0.65l0.195-0.192
+		c0.103-0.102,0.135-0.208,0.159-0.288c0.097-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013
+		c1.701-4.851,4.284-9.397,7.896-13.902c0.143-0.178,0.251-0.375,0.313-0.567c1.225-3.77,3.354-7.028,6.326-9.69
+		c2.891-2.588,6.357-4.526,10.316-5.771c-2.539,1.086-4.889,2.475-7.003,4.142c-3.448,2.719-5.933,6.046-7.383,9.89
+		c-0.145,0.385-0.267,0.851-0.071,1.368c0.065,0.176,0.111,0.358,0.158,0.541c0.032,0.126,0.063,0.252,0.102,0.377
+		c0.781,2.553,1.967,4.555,3.626,6.117c1.545,1.456,3.513,2.521,6.017,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.011,0.13
+		c1.321,0.172,2.66,0.377,3.954,0.577l0.779,0.12c0.29,0.044,0.578,0.107,0.876,0.172l0.727,0.152l-0.191-0.325
+		c-0.015-0.028-0.027-0.051-0.048-0.075c-1.225-1.372-2.253-2.898-3.055-4.538c-0.068-0.139-0.214-0.267-0.354-0.312
+		c-0.174-0.057-0.347-0.113-0.52-0.171c-0.551-0.184-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3
+		c-0.494-0.07-0.988-0.139-1.479-0.228c-1.653-0.294-2.932-0.826-3.899-1.636c0.212,0.051,0.431,0.083,0.646,0.114
+		c0.3,0.043,0.608,0.089,0.889,0.186c1.524,0.53,3.196,0.776,5.263,0.776l0.279-0.001c0.371-0.004,0.741-0.021,1.117-0.039
+		l0.726-0.03l-0.054-0.179c-1.483-4.845-1.441-9.599,0.119-14.157c-0.653,3.091-0.772,5.962-0.368,8.737
+		c0.618,4.241,2.486,7.896,5.556,10.863c2.07,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.022,8.589,2.692l0.527,0.128
+		c1.988,0.478,4.044,0.972,6.036,1.557c2.987,0.875,5.583,2.315,7.716,4.284c0.319,0.295,0.682,0.63,0.968,1
+		c2.037,2.64,4.412,4.513,7.258,5.727c0.082,0.035,0.175,0.122,0.235,0.221c0.931,1.519,2.048,2.638,3.415,3.423
+		c0.305,0.175,0.609,0.263,0.904,0.263c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33
+		c0.479-0.481,0.863-1.073,1.211-1.859c0.043-0.094,0.082-0.124,0.187-0.137c0.347-0.046,0.705-0.093,1.06-0.163
+		c5.812-1.15,9.859-5.622,10.562-11.673c0.019-0.161,0.032-0.324,0.045-0.486c0.031-0.384,0.062-0.781,0.177-1.137
+		c0.144-0.451,0.361-0.895,0.573-1.321c0.093-0.19,0.188-0.382,0.276-0.575c0.075-0.166,0.154-0.331,0.232-0.495
+		c0.185-0.388,0.374-0.786,0.531-1.193c0.241-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.341-0.319
+		c-0.071,0-0.147,0.024-0.224,0.072c-0.16,0.102-0.309,0.217-0.458,0.335c-0.07,0.057-0.142,0.111-0.214,0.165
+		c-0.08,0.061-0.159,0.123-0.237,0.187c-0.187,0.147-0.362,0.288-0.557,0.395c-0.07,0.039-0.143,0.06-0.214,0.06
+		c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245c0.489-0.434,0.977-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4
+		c-0.057-0.908-0.374-1.661-0.945-2.241c-0.68-0.688-1.393-1.023-2.178-1.023c-0.168,0-0.339,0.016-0.513,0.047
+		c-0.032-0.305-0.097-0.419-0.351-0.555c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.369-0.981
+		c-0.413-0.23-0.778-0.386-1.119-0.476c-1.031-0.274-2.072-0.377-3.013-0.421c0.404-0.055,0.826-0.083,1.279-0.083
+		c0.289,0,0.587,0.012,0.909,0.034l0.184,0.018c0.136,0.013,0.274,0.026,0.406,0.026c0.177,0,0.323-0.023,0.446-0.074
+		c0.841-0.343,1.663-0.759,2.433-1.154c0.151-0.078,0.26-0.11,0.361-0.11c0.056,0,0.11,0.01,0.167,0.032l0.225,0.084
+		c0.421,0.159,0.856,0.323,1.271,0.507c0.987,0.439,1.838,0.645,2.678,0.645c0.225,0,0.45-0.016,0.673-0.047
+		c0.576-0.078,1.248-0.21,1.854-0.583c0.299-0.183,0.698-0.491,0.735-1.064c0.002-0.01,0.022-0.044,0.069-0.088
+		c0.073-0.067,0.149-0.131,0.227-0.195c0.078-0.065,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624
+		c-0.018-0.181-0.058-0.606-0.421-0.606c-0.11,0-0.239,0.04-0.418,0.131c-0.075,0.039-0.144,0.07-0.207,0.088
+		c0.177-0.109,0.349-0.217,0.518-0.332c0.401-0.274,0.597-0.692,0.578-1.242c-0.038-1.201-1.302-2.336-2.601-2.336
+		c-0.154,0-0.306,0.018-0.451,0.049c-0.383,0.084-0.859,0.245-1.146,0.743c-0.009,0.013-0.042,0.036-0.049,0.038l-0.22-0.01
+		c-0.261-0.01-0.529-0.021-0.778-0.078l-0.073-0.017c-0.423-0.097-0.859-0.195-1.305-0.195c-0.178,0-0.345,0.016-0.507,0.047
+		c-0.199,0.037-0.396,0.086-0.598,0.136l-0.146,0.035c-0.231-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097
+		c-1.427-0.469-2.961-0.705-4.562-0.705c-0.841,0-1.724,0.064-2.623,0.192c-3.546,0.506-6.021,2.434-7.359,5.728
+		c-0.225,0.552-0.376,1.138-0.524,1.706c-0.071,0.275-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.69-1.619,3.86
+		c-1.216,2.123-2.72,3.635-4.599,4.625c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208
+		c-0.157-0.028-0.313-0.061-0.472-0.096c0.547-0.025,1.067-0.054,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219
+		c2.633-1.671,4.249-3.747,4.937-6.345c0.385-1.452,0.935-2.898,1.634-4.298c0.404-0.813,0.918-1.752,1.658-2.546
+		c1.046-1.119,2.394-1.884,4.241-2.404c0.505-0.142,1.007-0.297,1.506-0.458c0.276-0.088,0.468-0.28,0.587-0.587
+		c0.289-0.75,0.361-1.514,0.213-2.269c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.538-1.366-2.362-1.923
+		c-0.414-0.277-0.803-0.572-1.157-0.875c-0.303-0.259-0.46-0.599-0.443-0.958c0.026-0.589,0.07-0.612,0.18-0.612
+		c0.092,0,0.237,0.035,0.471,0.111c0.115,0.039,0.229,0.084,0.342,0.134l0.686,0.296c0.392,0.169,0.783,0.339,1.178,0.503
+		c0.856,0.357,1.703,0.54,2.515,0.54c0.434,0,0.868-0.052,1.291-0.153c1.52-0.364,2.518-1.267,2.966-2.686
+		c0.12-0.384,0.103-0.712-0.055-0.978c-0.104-0.177-0.342-0.325-0.54-0.331c-0.184,0-0.356,0.163-0.488,0.307
+		c-0.074,0.081-0.092,0.187-0.106,0.28c-0.006,0.03-0.011,0.062-0.018,0.089c-0.135,0.505-0.322,0.835-0.604,1.056
+		c0.504-0.684,0.73-1.417,0.689-2.23c-0.042-0.807-0.646-1.37-1.471-1.37c-0.034,0-0.067,0.001-0.103,0.003
+		c-0.313,0.019-0.512,0.188-0.545,0.466c-0.022,0.193-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.238
+		c-0.002,0.104-0.001,0.205,0,0.308c0,0.222,0.001,0.431-0.027,0.637c-0.062,0.444-0.326,0.744-0.785,0.891
+		c-0.032,0.011-0.064,0.019-0.098,0.023c0.139-0.079,0.259-0.188,0.344-0.346c0.17-0.315,0.315-0.601,0.394-0.911
+		c0.204-0.821,0.003-1.461-0.581-1.852c-0.303-0.202-0.691-0.277-1.033-0.325c-0.139-0.019-0.275-0.026-0.412-0.026
+		c-0.511,0-1.011,0.12-1.493,0.234l-0.245,0.059c-0.457,0.105-0.862,0.158-1.251,0.159c-0.332,0-0.677-0.064-1.011-0.126
+		l-0.155-0.028c-2.533-0.456-4.81-0.677-6.959-0.677L14.113-50.015z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.454c0,0-3.735-4.456-10.078-1.903
+		c-5.81,2.34-3.692,8.784-3.692,8.784s1.03-3.996,4.036-5.51C29.348-21.276,34.73-20.454,34.73-20.454z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.362c0.809-0.823,0.824-1.663,1.078-2.688
+		c0.479-1.928,1.068-3.601,2.296-5.188c1.181-1.525,2.594-2.602,4.419-3.303c1.581-0.606,3.614-0.427,3.311-2.781l-0.53-1.983
+		c-4.04,0-7.825,1.844-9.367,5.854c-1.352,3.517,0.241,7.768-3.857,13.717C14.005-19.135,15.908-21.934,16.327-22.362z"/>
+	<g opacity="0.2">
+		<path fill="#2B2B2B" d="M14.727-20.614c0.062-0.25,0.118-0.504,0.175-0.757C14.751-21.186,14.673-20.95,14.727-20.614z"/>
+	</g>
+	
+		<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="29713.3379" y1="69.6689" x2="29741.8066" y2="-63.1843" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_20_)" d="M-32.349-35.986C-47.59-34.48-49.384-19.31-49.384-19.31s-0.828,7.033,1.104,13.93
+		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.769-32.349-35.986z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.15-30.208c0,0-3.196-0.304-7.461,4.873
+		c4.112-7.461,9.441-7.613,9.441-7.613L-36.15-30.208z"/>
+	
+		<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="29697.2695" y1="71.4434" x2="29727.5938" y2="-70.0703" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_21_)" d="M-27.912-38.92c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.782,10.628,4.782,10.628
+		S-36.946-8.55-37.347-27.149c0.888-4.028,4.792-7.921,7.236-10.029c-0.478,1.078-6.567,17.833,13.711,16.467
+		c-6.999,0.596-17.105-6.716-12.288-17.67C-28.205-38.732-27.912-38.92-27.912-38.92z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.687c-5.272-1.982-14.225-1.972-11.677-15.425
+		c-0.408-0.306-2.446,2.854-1.937,2.547C-36.975-19.538-26.447-20.233-21.017-18.687z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.868c5.127,2.028,0.964-3.722,0.236-4.642
+		c-1.683-2.128-5.941-1.435-8.21-2.146c-1.305-0.408-6.536-1.175-8.269-6.128c-0.77-2.195-1.06-5.781,0.581-10.146
+		c-0.407-0.307-3.104,2.646-2.594,2.342C-36.925-15.258-16.511-22.196-14.341-13.868z"/>
+	<path fill="#F9E0E7" d="M36.631-5.975C36.77-5.591,37.009-5.1,37.31-4.81c0.07-0.033,0.145-0.037,0.202-0.073
+		c0.5,0.324,1.29,0.281,1.918,0.281c0.376,0,0.924,0.104,1.287-0.037c0.528-0.205,0.468-0.76,0.689-1.181
+		c0.414-0.786,1.69-0.796,1.695-1.908c0.004-0.523,0.135-1.232,0.001-1.744c-0.1-0.38-0.525-0.263-0.891-0.263
+		c-1.109,0-2.215-0.032-3.326-0.032l-1.536,1.145c-0.41-0.131-0.731,0.728-0.787,1.021C36.47-7.119,36.458-6.452,36.631-5.975z"/>
+	<path fill="#FFFFFF" d="M41.756-7.497c0.188,0.077,0.465,0.378,0.581,0.555c0.084,0.127,0.06,0.208,0.24,0.203
+		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.407,0.278
+		c-0.136,0.04-0.331,0.02-0.473,0.014c-0.208-0.009-0.496-0.149-0.684-0.069L41.756-7.497z"/>
+	
+		<linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="29692.293" y1="62.4614" x2="29694.0977" y2="-21.4859" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_22_)" d="M-18.99,13.065c0.07,0.081,0.088,0.106,0.11,0.128c2.035,1.901,3.114,4.298,3.694,6.98
+		c0.381,1.755-0.105,3.303-0.895,4.816c-0.014,0.026-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
+		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.613-7.753-12.244-24.064c0.009-0.101,0.026-0.198,0.04-0.31
+		c0.246,0.229,0.461,0.466,0.708,0.661c0.885,0.693,1.907,1.133,2.973,1.431c1.951,0.544,3.915,1.044,5.881,1.525
+		c2.237,0.548,4.487,1.056,6.645,1.882c1.22,0.466,2.354,1.08,3.437,1.82C-9.27,4.379-7.877,5.7-6.677,7.23
+		c0.699,0.891,1.025,1.572,1.34,2.619c0.199-0.539,0.095-2.041-0.205-2.999c-0.31-0.991-0.837-1.854-1.524-2.648
+		c0.165,0.053,0.345,0.08,0.492,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.569,1.413,4.062
+		c0.001,0.021,0.01,0.042,0.017,0.075C0.083,10.92,0.026,7.8-2.04,5.582C-1.31,5.84-0.65,6.099,0.026,6.3
+		c0.559,0.166,0.928,0.493,1.237,0.984c1.356,2.147,2.48,4.396,3.088,6.877c0.47,1.916,0.587,3.84,0.06,5.765
+		c-0.598,2.176-1.912,3.85-3.7,5.181c-1.242,0.925-2.612,1.612-4.05,2.173c-0.087,0.034-0.174,0.066-0.259,0.103
+		c-0.014,0.005-0.021,0.021-0.076,0.081c0.498-0.137,0.945-0.253,1.386-0.384c2.06-0.612,4.034-1.41,5.782-2.688
+		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.467-1.709-4.665-3.109-6.746
+		C3.797,8.091,3.755,8.027,3.714,7.963c-0.006-0.01-0.005-0.026-0.013-0.063c0.058,0.022,0.104,0.037,0.146,0.059
+		c2.931,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.483,5.284,4.18,8.438c0.877,3.98-0.085,7.513-2.663,10.631
+		c-1.629,1.972-3.643,3.464-5.873,4.68c-2.877,1.567-5.938,2.59-9.177,3.061c-1.842,0.268-3.686,0.32-5.527-0.034
+		c-1.012-0.193-1.668-0.458-2.79-1.107c0.142,0.121,0.277,0.249,0.426,0.359c1.007,0.764,2.168,1.16,3.387,1.407
+		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.149-1.24,8.991-2.647c0.278-0.139,0.553-0.283,0.86-0.441
+		c0,0.258-0.015,0.483,0.004,0.706c0.026,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.41-0.065,0.46-0.319
+		c0.041-0.215,0.052-0.436,0.083-0.653c0.07-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
+		c0.019-0.014,0.046-0.013,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.018,0.659-0.011,0.988
+		c0.003,0.081,0.06,0.211,0.116,0.227c0.077,0.021,0.217-0.018,0.265-0.079c0.129-0.17,0.268-0.354,0.327-0.556
+		c0.129-0.428,0.187-0.876,0.321-1.301c0.088-0.275,0.228-0.547,0.403-0.775c0.192-0.25,0.386-0.195,0.459,0.111
+		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.018,0.205,0.049,0.299c0.025,0.081,0.084,0.148,0.128,0.223
+		c0.066-0.061,0.163-0.107,0.192-0.182c0.067-0.17,0.133-0.353,0.141-0.532c0.021-0.396-0.016-0.795,0.013-1.19
+		c0.015-0.21,0.085-0.433,0.188-0.616c0.114-0.203,0.297-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.202,0.99
+		c0.045,0.224,0.092,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.068-0.647,0.101-1.297,0.158-1.945
+		c0.044-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.448-2.346c0.24-0.406,0.462-0.443,0.686-0.025
+		c0.254,0.474,0.443,0.982,0.658,1.478c0.094,0.217,0.173,0.439,0.272,0.653c0.046,0.104,0.124,0.192,0.195,0.299
+		c0.255-0.184,0.316-0.426,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.101-0.39-0.209-0.779-0.27-1.177
+		c-0.023-0.16,0.049-0.351,0.122-0.507c0.103-0.224,0.267-0.252,0.443-0.076c0.179,0.178,0.318,0.395,0.492,0.576
+		c0.099,0.104,0.235,0.167,0.354,0.249c0.067-0.145,0.203-0.297,0.191-0.437c-0.025-0.297-0.096-0.6-0.205-0.878
+		c-0.222-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.012-0.109,0.078-0.299,0.163-0.33
+		c0.089-0.032,0.265,0.056,0.344,0.143c0.363,0.399,0.704,0.82,1.06,1.228c0.087,0.101,0.203,0.174,0.305,0.261
+		c0.035-0.017,0.068-0.032,0.103-0.05c-0.034-0.232-0.025-0.482-0.109-0.697c-0.143-0.357-0.32-0.708-0.524-1.033
+		c-0.323-0.516-0.692-1.002-1.023-1.512c-0.612-0.943-1.017-1.972-1.271-3.069c-0.183-0.788-0.443-1.558-0.671-2.334
+		c-0.027-0.096-0.061-0.189-0.065-0.296c0.199,0.318,0.393,0.641,0.599,0.957c0.431,0.664,0.928,1.275,1.596,1.714
+		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.73,2.299c0.524,0.266,1.025,0.588,1.502,0.935
+		c0.603,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.028-0.383,1.562c-0.312-0.498-0.587-0.978-0.902-1.428
+		s-0.704-0.832-1.283-1.089c0.052,0.099,0.067,0.142,0.0

<TRUNCATED>

[02/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/js/bootstrap.js
----------------------------------------------------------------------
diff --git a/js/bootstrap.js b/js/bootstrap.js
deleted file mode 100644
index 8ae571b..0000000
--- a/js/bootstrap.js
+++ /dev/null
@@ -1,1951 +0,0 @@
-/*!
- * Bootstrap v3.1.1 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-
-if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript requires jQuery') }
-
-/* ========================================================================
- * Bootstrap: transition.js v3.1.1
- * http://getbootstrap.com/javascript/#transitions
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
-  // ============================================================
-
-  function transitionEnd() {
-    var el = document.createElement('bootstrap')
-
-    var transEndEventNames = {
-      'WebkitTransition' : 'webkitTransitionEnd',
-      'MozTransition'    : 'transitionend',
-      'OTransition'      : 'oTransitionEnd otransitionend',
-      'transition'       : 'transitionend'
-    }
-
-    for (var name in transEndEventNames) {
-      if (el.style[name] !== undefined) {
-        return { end: transEndEventNames[name] }
-      }
-    }
-
-    return false // explicit for ie8 (  ._.)
-  }
-
-  // http://blog.alexmaccaw.com/css-transitions
-  $.fn.emulateTransitionEnd = function (duration) {
-    var called = false, $el = this
-    $(this).one($.support.transition.end, function () { called = true })
-    var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
-    setTimeout(callback, duration)
-    return this
-  }
-
-  $(function () {
-    $.support.transition = transitionEnd()
-  })
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: alert.js v3.1.1
- * http://getbootstrap.com/javascript/#alerts
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // ALERT CLASS DEFINITION
-  // ======================
-
-  var dismiss = '[data-dismiss="alert"]'
-  var Alert   = function (el) {
-    $(el).on('click', dismiss, this.close)
-  }
-
-  Alert.prototype.close = function (e) {
-    var $this    = $(this)
-    var selector = $this.attr('data-target')
-
-    if (!selector) {
-      selector = $this.attr('href')
-      selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
-    }
-
-    var $parent = $(selector)
-
-    if (e) e.preventDefault()
-
-    if (!$parent.length) {
-      $parent = $this.hasClass('alert') ? $this : $this.parent()
-    }
-
-    $parent.trigger(e = $.Event('close.bs.alert'))
-
-    if (e.isDefaultPrevented()) return
-
-    $parent.removeClass('in')
-
-    function removeElement() {
-      $parent.trigger('closed.bs.alert').remove()
-    }
-
-    $.support.transition && $parent.hasClass('fade') ?
-      $parent
-        .one($.support.transition.end, removeElement)
-        .emulateTransitionEnd(150) :
-      removeElement()
-  }
-
-
-  // ALERT PLUGIN DEFINITION
-  // =======================
-
-  var old = $.fn.alert
-
-  $.fn.alert = function (option) {
-    return this.each(function () {
-      var $this = $(this)
-      var data  = $this.data('bs.alert')
-
-      if (!data) $this.data('bs.alert', (data = new Alert(this)))
-      if (typeof option == 'string') data[option].call($this)
-    })
-  }
-
-  $.fn.alert.Constructor = Alert
-
-
-  // ALERT NO CONFLICT
-  // =================
-
-  $.fn.alert.noConflict = function () {
-    $.fn.alert = old
-    return this
-  }
-
-
-  // ALERT DATA-API
-  // ==============
-
-  $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: button.js v3.1.1
- * http://getbootstrap.com/javascript/#buttons
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // BUTTON PUBLIC CLASS DEFINITION
-  // ==============================
-
-  var Button = function (element, options) {
-    this.$element  = $(element)
-    this.options   = $.extend({}, Button.DEFAULTS, options)
-    this.isLoading = false
-  }
-
-  Button.DEFAULTS = {
-    loadingText: 'loading...'
-  }
-
-  Button.prototype.setState = function (state) {
-    var d    = 'disabled'
-    var $el  = this.$element
-    var val  = $el.is('input') ? 'val' : 'html'
-    var data = $el.data()
-
-    state = state + 'Text'
-
-    if (!data.resetText) $el.data('resetText', $el[val]())
-
-    $el[val](data[state] || this.options[state])
-
-    // push to event loop to allow forms to submit
-    setTimeout($.proxy(function () {
-      if (state == 'loadingText') {
-        this.isLoading = true
-        $el.addClass(d).attr(d, d)
-      } else if (this.isLoading) {
-        this.isLoading = false
-        $el.removeClass(d).removeAttr(d)
-      }
-    }, this), 0)
-  }
-
-  Button.prototype.toggle = function () {
-    var changed = true
-    var $parent = this.$element.closest('[data-toggle="buttons"]')
-
-    if ($parent.length) {
-      var $input = this.$element.find('input')
-      if ($input.prop('type') == 'radio') {
-        if ($input.prop('checked') && this.$element.hasClass('active')) changed = false
-        else $parent.find('.active').removeClass('active')
-      }
-      if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change')
-    }
-
-    if (changed) this.$element.toggleClass('active')
-  }
-
-
-  // BUTTON PLUGIN DEFINITION
-  // ========================
-
-  var old = $.fn.button
-
-  $.fn.button = function (option) {
-    return this.each(function () {
-      var $this   = $(this)
-      var data    = $this.data('bs.button')
-      var options = typeof option == 'object' && option
-
-      if (!data) $this.data('bs.button', (data = new Button(this, options)))
-
-      if (option == 'toggle') data.toggle()
-      else if (option) data.setState(option)
-    })
-  }
-
-  $.fn.button.Constructor = Button
-
-
-  // BUTTON NO CONFLICT
-  // ==================
-
-  $.fn.button.noConflict = function () {
-    $.fn.button = old
-    return this
-  }
-
-
-  // BUTTON DATA-API
-  // ===============
-
-  $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) {
-    var $btn = $(e.target)
-    if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
-    $btn.button('toggle')
-    e.preventDefault()
-  })
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: carousel.js v3.1.1
- * http://getbootstrap.com/javascript/#carousel
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // CAROUSEL CLASS DEFINITION
-  // =========================
-
-  var Carousel = function (element, options) {
-    this.$element    = $(element)
-    this.$indicators = this.$element.find('.carousel-indicators')
-    this.options     = options
-    this.paused      =
-    this.sliding     =
-    this.interval    =
-    this.$active     =
-    this.$items      = null
-
-    this.options.pause == 'hover' && this.$element
-      .on('mouseenter', $.proxy(this.pause, this))
-      .on('mouseleave', $.proxy(this.cycle, this))
-  }
-
-  Carousel.DEFAULTS = {
-    interval: 5000,
-    pause: 'hover',
-    wrap: true
-  }
-
-  Carousel.prototype.cycle =  function (e) {
-    e || (this.paused = false)
-
-    this.interval && clearInterval(this.interval)
-
-    this.options.interval
-      && !this.paused
-      && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
-
-    return this
-  }
-
-  Carousel.prototype.getActiveIndex = function () {
-    this.$active = this.$element.find('.item.active')
-    this.$items  = this.$active.parent().children()
-
-    return this.$items.index(this.$active)
-  }
-
-  Carousel.prototype.to = function (pos) {
-    var that        = this
-    var activeIndex = this.getActiveIndex()
-
-    if (pos > (this.$items.length - 1) || pos < 0) return
-
-    if (this.sliding)       return this.$element.one('slid.bs.carousel', function () { that.to(pos) })
-    if (activeIndex == pos) return this.pause().cycle()
-
-    return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos]))
-  }
-
-  Carousel.prototype.pause = function (e) {
-    e || (this.paused = true)
-
-    if (this.$element.find('.next, .prev').length && $.support.transition) {
-      this.$element.trigger($.support.transition.end)
-      this.cycle(true)
-    }
-
-    this.interval = clearInterval(this.interval)
-
-    return this
-  }
-
-  Carousel.prototype.next = function () {
-    if (this.sliding) return
-    return this.slide('next')
-  }
-
-  Carousel.prototype.prev = function () {
-    if (this.sliding) return
-    return this.slide('prev')
-  }
-
-  Carousel.prototype.slide = function (type, next) {
-    var $active   = this.$element.find('.item.active')
-    var $next     = next || $active[type]()
-    var isCycling = this.interval
-    var direction = type == 'next' ? 'left' : 'right'
-    var fallback  = type == 'next' ? 'first' : 'last'
-    var that      = this
-
-    if (!$next.length) {
-      if (!this.options.wrap) return
-      $next = this.$element.find('.item')[fallback]()
-    }
-
-    if ($next.hasClass('active')) return this.sliding = false
-
-    var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction })
-    this.$element.trigger(e)
-    if (e.isDefaultPrevented()) return
-
-    this.sliding = true
-
-    isCycling && this.pause()
-
-    if (this.$indicators.length) {
-      this.$indicators.find('.active').removeClass('active')
-      this.$element.one('slid.bs.carousel', function () {
-        var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()])
-        $nextIndicator && $nextIndicator.addClass('active')
-      })
-    }
-
-    if ($.support.transition && this.$element.hasClass('slide')) {
-      $next.addClass(type)
-      $next[0].offsetWidth // force reflow
-      $active.addClass(direction)
-      $next.addClass(direction)
-      $active
-        .one($.support.transition.end, function () {
-          $next.removeClass([type, direction].join(' ')).addClass('active')
-          $active.removeClass(['active', direction].join(' '))
-          that.sliding = false
-          setTimeout(function () { that.$element.trigger('slid.bs.carousel') }, 0)
-        })
-        .emulateTransitionEnd($active.css('transition-duration').slice(0, -1) * 1000)
-    } else {
-      $active.removeClass('active')
-      $next.addClass('active')
-      this.sliding = false
-      this.$element.trigger('slid.bs.carousel')
-    }
-
-    isCycling && this.cycle()
-
-    return this
-  }
-
-
-  // CAROUSEL PLUGIN DEFINITION
-  // ==========================
-
-  var old = $.fn.carousel
-
-  $.fn.carousel = function (option) {
-    return this.each(function () {
-      var $this   = $(this)
-      var data    = $this.data('bs.carousel')
-      var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option)
-      var action  = typeof option == 'string' ? option : options.slide
-
-      if (!data) $this.data('bs.carousel', (data = new Carousel(this, options)))
-      if (typeof option == 'number') data.to(option)
-      else if (action) data[action]()
-      else if (options.interval) data.pause().cycle()
-    })
-  }
-
-  $.fn.carousel.Constructor = Carousel
-
-
-  // CAROUSEL NO CONFLICT
-  // ====================
-
-  $.fn.carousel.noConflict = function () {
-    $.fn.carousel = old
-    return this
-  }
-
-
-  // CAROUSEL DATA-API
-  // =================
-
-  $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) {
-    var $this   = $(this), href
-    var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
-    var options = $.extend({}, $target.data(), $this.data())
-    var slideIndex = $this.attr('data-slide-to')
-    if (slideIndex) options.interval = false
-
-    $target.carousel(options)
-
-    if (slideIndex = $this.attr('data-slide-to')) {
-      $target.data('bs.carousel').to(slideIndex)
-    }
-
-    e.preventDefault()
-  })
-
-  $(window).on('load', function () {
-    $('[data-ride="carousel"]').each(function () {
-      var $carousel = $(this)
-      $carousel.carousel($carousel.data())
-    })
-  })
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: collapse.js v3.1.1
- * http://getbootstrap.com/javascript/#collapse
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // COLLAPSE PUBLIC CLASS DEFINITION
-  // ================================
-
-  var Collapse = function (element, options) {
-    this.$element      = $(element)
-    this.options       = $.extend({}, Collapse.DEFAULTS, options)
-    this.transitioning = null
-
-    if (this.options.parent) this.$parent = $(this.options.parent)
-    if (this.options.toggle) this.toggle()
-  }
-
-  Collapse.DEFAULTS = {
-    toggle: true
-  }
-
-  Collapse.prototype.dimension = function () {
-    var hasWidth = this.$element.hasClass('width')
-    return hasWidth ? 'width' : 'height'
-  }
-
-  Collapse.prototype.show = function () {
-    if (this.transitioning || this.$element.hasClass('in')) return
-
-    var startEvent = $.Event('show.bs.collapse')
-    this.$element.trigger(startEvent)
-    if (startEvent.isDefaultPrevented()) return
-
-    var actives = this.$parent && this.$parent.find('> .panel > .in')
-
-    if (actives && actives.length) {
-      var hasData = actives.data('bs.collapse')
-      if (hasData && hasData.transitioning) return
-      actives.collapse('hide')
-      hasData || actives.data('bs.collapse', null)
-    }
-
-    var dimension = this.dimension()
-
-    this.$element
-      .removeClass('collapse')
-      .addClass('collapsing')
-      [dimension](0)
-
-    this.transitioning = 1
-
-    var complete = function () {
-      this.$element
-        .removeClass('collapsing')
-        .addClass('collapse in')
-        [dimension]('auto')
-      this.transitioning = 0
-      this.$element.trigger('shown.bs.collapse')
-    }
-
-    if (!$.support.transition) return complete.call(this)
-
-    var scrollSize = $.camelCase(['scroll', dimension].join('-'))
-
-    this.$element
-      .one($.support.transition.end, $.proxy(complete, this))
-      .emulateTransitionEnd(350)
-      [dimension](this.$element[0][scrollSize])
-  }
-
-  Collapse.prototype.hide = function () {
-    if (this.transitioning || !this.$element.hasClass('in')) return
-
-    var startEvent = $.Event('hide.bs.collapse')
-    this.$element.trigger(startEvent)
-    if (startEvent.isDefaultPrevented()) return
-
-    var dimension = this.dimension()
-
-    this.$element
-      [dimension](this.$element[dimension]())
-      [0].offsetHeight
-
-    this.$element
-      .addClass('collapsing')
-      .removeClass('collapse')
-      .removeClass('in')
-
-    this.transitioning = 1
-
-    var complete = function () {
-      this.transitioning = 0
-      this.$element
-        .trigger('hidden.bs.collapse')
-        .removeClass('collapsing')
-        .addClass('collapse')
-    }
-
-    if (!$.support.transition) return complete.call(this)
-
-    this.$element
-      [dimension](0)
-      .one($.support.transition.end, $.proxy(complete, this))
-      .emulateTransitionEnd(350)
-  }
-
-  Collapse.prototype.toggle = function () {
-    this[this.$element.hasClass('in') ? 'hide' : 'show']()
-  }
-
-
-  // COLLAPSE PLUGIN DEFINITION
-  // ==========================
-
-  var old = $.fn.collapse
-
-  $.fn.collapse = function (option) {
-    return this.each(function () {
-      var $this   = $(this)
-      var data    = $this.data('bs.collapse')
-      var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option)
-
-      if (!data && options.toggle && option == 'show') option = !option
-      if (!data) $this.data('bs.collapse', (data = new Collapse(this, options)))
-      if (typeof option == 'string') data[option]()
-    })
-  }
-
-  $.fn.collapse.Constructor = Collapse
-
-
-  // COLLAPSE NO CONFLICT
-  // ====================
-
-  $.fn.collapse.noConflict = function () {
-    $.fn.collapse = old
-    return this
-  }
-
-
-  // COLLAPSE DATA-API
-  // =================
-
-  $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) {
-    var $this   = $(this), href
-    var target  = $this.attr('data-target')
-        || e.preventDefault()
-        || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7
-    var $target = $(target)
-    var data    = $target.data('bs.collapse')
-    var option  = data ? 'toggle' : $this.data()
-    var parent  = $this.attr('data-parent')
-    var $parent = parent && $(parent)
-
-    if (!data || !data.transitioning) {
-      if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed')
-      $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed')
-    }
-
-    $target.collapse(option)
-  })
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: dropdown.js v3.1.1
- * http://getbootstrap.com/javascript/#dropdowns
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // DROPDOWN CLASS DEFINITION
-  // =========================
-
-  var backdrop = '.dropdown-backdrop'
-  var toggle   = '[data-toggle=dropdown]'
-  var Dropdown = function (element) {
-    $(element).on('click.bs.dropdown', this.toggle)
-  }
-
-  Dropdown.prototype.toggle = function (e) {
-    var $this = $(this)
-
-    if ($this.is('.disabled, :disabled')) return
-
-    var $parent  = getParent($this)
-    var isActive = $parent.hasClass('open')
-
-    clearMenus()
-
-    if (!isActive) {
-      if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) {
-        // if mobile we use a backdrop because click events don't delegate
-        $('<div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus)
-      }
-
-      var relatedTarget = { relatedTarget: this }
-      $parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget))
-
-      if (e.isDefaultPrevented()) return
-
-      $parent
-        .toggleClass('open')
-        .trigger('shown.bs.dropdown', relatedTarget)
-
-      $this.focus()
-    }
-
-    return false
-  }
-
-  Dropdown.prototype.keydown = function (e) {
-    if (!/(38|40|27)/.test(e.keyCode)) return
-
-    var $this = $(this)
-
-    e.preventDefault()
-    e.stopPropagation()
-
-    if ($this.is('.disabled, :disabled')) return
-
-    var $parent  = getParent($this)
-    var isActive = $parent.hasClass('open')
-
-    if (!isActive || (isActive && e.keyCode == 27)) {
-      if (e.which == 27) $parent.find(toggle).focus()
-      return $this.click()
-    }
-
-    var desc = ' li:not(.divider):visible a'
-    var $items = $parent.find('[role=menu]' + desc + ', [role=listbox]' + desc)
-
-    if (!$items.length) return
-
-    var index = $items.index($items.filter(':focus'))
-
-    if (e.keyCode == 38 && index > 0)                 index--                        // up
-    if (e.keyCode == 40 && index < $items.length - 1) index++                        // down
-    if (!~index)                                      index = 0
-
-    $items.eq(index).focus()
-  }
-
-  function clearMenus(e) {
-    $(backdrop).remove()
-    $(toggle).each(function () {
-      var $parent = getParent($(this))
-      var relatedTarget = { relatedTarget: this }
-      if (!$parent.hasClass('open')) return
-      $parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget))
-      if (e.isDefaultPrevented()) return
-      $parent.removeClass('open').trigger('hidden.bs.dropdown', relatedTarget)
-    })
-  }
-
-  function getParent($this) {
-    var selector = $this.attr('data-target')
-
-    if (!selector) {
-      selector = $this.attr('href')
-      selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
-    }
-
-    var $parent = selector && $(selector)
-
-    return $parent && $parent.length ? $parent : $this.parent()
-  }
-
-
-  // DROPDOWN PLUGIN DEFINITION
-  // ==========================
-
-  var old = $.fn.dropdown
-
-  $.fn.dropdown = function (option) {
-    return this.each(function () {
-      var $this = $(this)
-      var data  = $this.data('bs.dropdown')
-
-      if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
-      if (typeof option == 'string') data[option].call($this)
-    })
-  }
-
-  $.fn.dropdown.Constructor = Dropdown
-
-
-  // DROPDOWN NO CONFLICT
-  // ====================
-
-  $.fn.dropdown.noConflict = function () {
-    $.fn.dropdown = old
-    return this
-  }
-
-
-  // APPLY TO STANDARD DROPDOWN ELEMENTS
-  // ===================================
-
-  $(document)
-    .on('click.bs.dropdown.data-api', clearMenus)
-    .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
-    .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle)
-    .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu], [role=listbox]', Dropdown.prototype.keydown)
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: modal.js v3.1.1
- * http://getbootstrap.com/javascript/#modals
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // MODAL CLASS DEFINITION
-  // ======================
-
-  var Modal = function (element, options) {
-    this.options   = options
-    this.$element  = $(element)
-    this.$backdrop =
-    this.isShown   = null
-
-    if (this.options.remote) {
-      this.$element
-        .find('.modal-content')
-        .load(this.options.remote, $.proxy(function () {
-          this.$element.trigger('loaded.bs.modal')
-        }, this))
-    }
-  }
-
-  Modal.DEFAULTS = {
-    backdrop: true,
-    keyboard: true,
-    show: true
-  }
-
-  Modal.prototype.toggle = function (_relatedTarget) {
-    return this[!this.isShown ? 'show' : 'hide'](_relatedTarget)
-  }
-
-  Modal.prototype.show = function (_relatedTarget) {
-    var that = this
-    var e    = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
-
-    this.$element.trigger(e)
-
-    if (this.isShown || e.isDefaultPrevented()) return
-
-    this.isShown = true
-
-    this.escape()
-
-    this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
-
-    this.backdrop(function () {
-      var transition = $.support.transition && that.$element.hasClass('fade')
-
-      if (!that.$element.parent().length) {
-        that.$element.appendTo(document.body) // don't move modals dom position
-      }
-
-      that.$element
-        .show()
-        .scrollTop(0)
-
-      if (transition) {
-        that.$element[0].offsetWidth // force reflow
-      }
-
-      that.$element
-        .addClass('in')
-        .attr('aria-hidden', false)
-
-      that.enforceFocus()
-
-      var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget })
-
-      transition ?
-        that.$element.find('.modal-dialog') // wait for modal to slide in
-          .one($.support.transition.end, function () {
-            that.$element.focus().trigger(e)
-          })
-          .emulateTransitionEnd(300) :
-        that.$element.focus().trigger(e)
-    })
-  }
-
-  Modal.prototype.hide = function (e) {
-    if (e) e.preventDefault()
-
-    e = $.Event('hide.bs.modal')
-
-    this.$element.trigger(e)
-
-    if (!this.isShown || e.isDefaultPrevented()) return
-
-    this.isShown = false
-
-    this.escape()
-
-    $(document).off('focusin.bs.modal')
-
-    this.$element
-      .removeClass('in')
-      .attr('aria-hidden', true)
-      .off('click.dismiss.bs.modal')
-
-    $.support.transition && this.$element.hasClass('fade') ?
-      this.$element
-        .one($.support.transition.end, $.proxy(this.hideModal, this))
-        .emulateTransitionEnd(300) :
-      this.hideModal()
-  }
-
-  Modal.prototype.enforceFocus = function () {
-    $(document)
-      .off('focusin.bs.modal') // guard against infinite focus loop
-      .on('focusin.bs.modal', $.proxy(function (e) {
-        if (this.$element[0] !== e.target && !this.$element.has(e.target).length) {
-          this.$element.focus()
-        }
-      }, this))
-  }
-
-  Modal.prototype.escape = function () {
-    if (this.isShown && this.options.keyboard) {
-      this.$element.on('keyup.dismiss.bs.modal', $.proxy(function (e) {
-        e.which == 27 && this.hide()
-      }, this))
-    } else if (!this.isShown) {
-      this.$element.off('keyup.dismiss.bs.modal')
-    }
-  }
-
-  Modal.prototype.hideModal = function () {
-    var that = this
-    this.$element.hide()
-    this.backdrop(function () {
-      that.removeBackdrop()
-      that.$element.trigger('hidden.bs.modal')
-    })
-  }
-
-  Modal.prototype.removeBackdrop = function () {
-    this.$backdrop && this.$backdrop.remove()
-    this.$backdrop = null
-  }
-
-  Modal.prototype.backdrop = function (callback) {
-    var animate = this.$element.hasClass('fade') ? 'fade' : ''
-
-    if (this.isShown && this.options.backdrop) {
-      var doAnimate = $.support.transition && animate
-
-      this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
-        .appendTo(document.body)
-
-      this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) {
-        if (e.target !== e.currentTarget) return
-        this.options.backdrop == 'static'
-          ? this.$element[0].focus.call(this.$element[0])
-          : this.hide.call(this)
-      }, this))
-
-      if (doAnimate) this.$backdrop[0].offsetWidth // force reflow
-
-      this.$backdrop.addClass('in')
-
-      if (!callback) return
-
-      doAnimate ?
-        this.$backdrop
-          .one($.support.transition.end, callback)
-          .emulateTransitionEnd(150) :
-        callback()
-
-    } else if (!this.isShown && this.$backdrop) {
-      this.$backdrop.removeClass('in')
-
-      $.support.transition && this.$element.hasClass('fade') ?
-        this.$backdrop
-          .one($.support.transition.end, callback)
-          .emulateTransitionEnd(150) :
-        callback()
-
-    } else if (callback) {
-      callback()
-    }
-  }
-
-
-  // MODAL PLUGIN DEFINITION
-  // =======================
-
-  var old = $.fn.modal
-
-  $.fn.modal = function (option, _relatedTarget) {
-    return this.each(function () {
-      var $this   = $(this)
-      var data    = $this.data('bs.modal')
-      var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option)
-
-      if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
-      if (typeof option == 'string') data[option](_relatedTarget)
-      else if (options.show) data.show(_relatedTarget)
-    })
-  }
-
-  $.fn.modal.Constructor = Modal
-
-
-  // MODAL NO CONFLICT
-  // =================
-
-  $.fn.modal.noConflict = function () {
-    $.fn.modal = old
-    return this
-  }
-
-
-  // MODAL DATA-API
-  // ==============
-
-  $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
-    var $this   = $(this)
-    var href    = $this.attr('href')
-    var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) //strip for ie7
-    var option  = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
-
-    if ($this.is('a')) e.preventDefault()
-
-    $target
-      .modal(option, this)
-      .one('hide', function () {
-        $this.is(':visible') && $this.focus()
-      })
-  })
-
-  $(document)
-    .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
-    .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: tooltip.js v3.1.1
- * http://getbootstrap.com/javascript/#tooltip
- * Inspired by the original jQuery.tipsy by Jason Frame
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // TOOLTIP PUBLIC CLASS DEFINITION
-  // ===============================
-
-  var Tooltip = function (element, options) {
-    this.type       =
-    this.options    =
-    this.enabled    =
-    this.timeout    =
-    this.hoverState =
-    this.$element   = null
-
-    this.init('tooltip', element, options)
-  }
-
-  Tooltip.DEFAULTS = {
-    animation: true,
-    placement: 'top',
-    selector: false,
-    template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',
-    trigger: 'hover focus',
-    title: '',
-    delay: 0,
-    html: false,
-    container: false
-  }
-
-  Tooltip.prototype.init = function (type, element, options) {
-    this.enabled  = true
-    this.type     = type
-    this.$element = $(element)
-    this.options  = this.getOptions(options)
-
-    var triggers = this.options.trigger.split(' ')
-
-    for (var i = triggers.length; i--;) {
-      var trigger = triggers[i]
-
-      if (trigger == 'click') {
-        this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
-      } else if (trigger != 'manual') {
-        var eventIn  = trigger == 'hover' ? 'mouseenter' : 'focusin'
-        var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout'
-
-        this.$element.on(eventIn  + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
-        this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
-      }
-    }
-
-    this.options.selector ?
-      (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
-      this.fixTitle()
-  }
-
-  Tooltip.prototype.getDefaults = function () {
-    return Tooltip.DEFAULTS
-  }
-
-  Tooltip.prototype.getOptions = function (options) {
-    options = $.extend({}, this.getDefaults(), this.$element.data(), options)
-
-    if (options.delay && typeof options.delay == 'number') {
-      options.delay = {
-        show: options.delay,
-        hide: options.delay
-      }
-    }
-
-    return options
-  }
-
-  Tooltip.prototype.getDelegateOptions = function () {
-    var options  = {}
-    var defaults = this.getDefaults()
-
-    this._options && $.each(this._options, function (key, value) {
-      if (defaults[key] != value) options[key] = value
-    })
-
-    return options
-  }
-
-  Tooltip.prototype.enter = function (obj) {
-    var self = obj instanceof this.constructor ?
-      obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type)
-
-    clearTimeout(self.timeout)
-
-    self.hoverState = 'in'
-
-    if (!self.options.delay || !self.options.delay.show) return self.show()
-
-    self.timeout = setTimeout(function () {
-      if (self.hoverState == 'in') self.show()
-    }, self.options.delay.show)
-  }
-
-  Tooltip.prototype.leave = function (obj) {
-    var self = obj instanceof this.constructor ?
-      obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type)
-
-    clearTimeout(self.timeout)
-
-    self.hoverState = 'out'
-
-    if (!self.options.delay || !self.options.delay.hide) return self.hide()
-
-    self.timeout = setTimeout(function () {
-      if (self.hoverState == 'out') self.hide()
-    }, self.options.delay.hide)
-  }
-
-  Tooltip.prototype.show = function () {
-    var e = $.Event('show.bs.' + this.type)
-
-    if (this.hasContent() && this.enabled) {
-      this.$element.trigger(e)
-
-      if (e.isDefaultPrevented()) return
-      var that = this;
-
-      var $tip = this.tip()
-
-      this.setContent()
-
-      if (this.options.animation) $tip.addClass('fade')
-
-      var placement = typeof this.options.placement == 'function' ?
-        this.options.placement.call(this, $tip[0], this.$element[0]) :
-        this.options.placement
-
-      var autoToken = /\s?auto?\s?/i
-      var autoPlace = autoToken.test(placement)
-      if (autoPlace) placement = placement.replace(autoToken, '') || 'top'
-
-      $tip
-        .detach()
-        .css({ top: 0, left: 0, display: 'block' })
-        .addClass(placement)
-
-      this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
-
-      var pos          = this.getPosition()
-      var actualWidth  = $tip[0].offsetWidth
-      var actualHeight = $tip[0].offsetHeight
-
-      if (autoPlace) {
-        var $parent = this.$element.parent()
-
-        var orgPlacement = placement
-        var docScroll    = document.documentElement.scrollTop || document.body.scrollTop
-        var parentWidth  = this.options.container == 'body' ? window.innerWidth  : $parent.outerWidth()
-        var parentHeight = this.options.container == 'body' ? window.innerHeight : $parent.outerHeight()
-        var parentLeft   = this.options.container == 'body' ? 0 : $parent.offset().left
-
-        placement = placement == 'bottom' && pos.top   + pos.height  + actualHeight - docScroll > parentHeight  ? 'top'    :
-                    placement == 'top'    && pos.top   - docScroll   - actualHeight < 0                         ? 'bottom' :
-                    placement == 'right'  && pos.right + actualWidth > parentWidth                              ? 'left'   :
-                    placement == 'left'   && pos.left  - actualWidth < parentLeft                               ? 'right'  :
-                    placement
-
-        $tip
-          .removeClass(orgPlacement)
-          .addClass(placement)
-      }
-
-      var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
-
-      this.applyPlacement(calculatedOffset, placement)
-      this.hoverState = null
-
-      var complete = function() {
-        that.$element.trigger('shown.bs.' + that.type)
-      }
-
-      $.support.transition && this.$tip.hasClass('fade') ?
-        $tip
-          .one($.support.transition.end, complete)
-          .emulateTransitionEnd(150) :
-        complete()
-    }
-  }
-
-  Tooltip.prototype.applyPlacement = function (offset, placement) {
-    var replace
-    var $tip   = this.tip()
-    var width  = $tip[0].offsetWidth
-    var height = $tip[0].offsetHeight
-
-    // manually read margins because getBoundingClientRect includes difference
-    var marginTop = parseInt($tip.css('margin-top'), 10)
-    var marginLeft = parseInt($tip.css('margin-left'), 10)
-
-    // we must check for NaN for ie 8/9
-    if (isNaN(marginTop))  marginTop  = 0
-    if (isNaN(marginLeft)) marginLeft = 0
-
-    offset.top  = offset.top  + marginTop
-    offset.left = offset.left + marginLeft
-
-    // $.fn.offset doesn't round pixel values
-    // so we use setOffset directly with our own function B-0
-    $.offset.setOffset($tip[0], $.extend({
-      using: function (props) {
-        $tip.css({
-          top: Math.round(props.top),
-          left: Math.round(props.left)
-        })
-      }
-    }, offset), 0)
-
-    $tip.addClass('in')
-
-    // check to see if placing tip in new offset caused the tip to resize itself
-    var actualWidth  = $tip[0].offsetWidth
-    var actualHeight = $tip[0].offsetHeight
-
-    if (placement == 'top' && actualHeight != height) {
-      replace = true
-      offset.top = offset.top + height - actualHeight
-    }
-
-    if (/bottom|top/.test(placement)) {
-      var delta = 0
-
-      if (offset.left < 0) {
-        delta       = offset.left * -2
-        offset.left = 0
-
-        $tip.offset(offset)
-
-        actualWidth  = $tip[0].offsetWidth
-        actualHeight = $tip[0].offsetHeight
-      }
-
-      this.replaceArrow(delta - width + actualWidth, actualWidth, 'left')
-    } else {
-      this.replaceArrow(actualHeight - height, actualHeight, 'top')
-    }
-
-    if (replace) $tip.offset(offset)
-  }
-
-  Tooltip.prototype.replaceArrow = function (delta, dimension, position) {
-    this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + '%') : '')
-  }
-
-  Tooltip.prototype.setContent = function () {
-    var $tip  = this.tip()
-    var title = this.getTitle()
-
-    $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
-    $tip.removeClass('fade in top bottom left right')
-  }
-
-  Tooltip.prototype.hide = function () {
-    var that = this
-    var $tip = this.tip()
-    var e    = $.Event('hide.bs.' + this.type)
-
-    function complete() {
-      if (that.hoverState != 'in') $tip.detach()
-      that.$element.trigger('hidden.bs.' + that.type)
-    }
-
-    this.$element.trigger(e)
-
-    if (e.isDefaultPrevented()) return
-
-    $tip.removeClass('in')
-
-    $.support.transition && this.$tip.hasClass('fade') ?
-      $tip
-        .one($.support.transition.end, complete)
-        .emulateTransitionEnd(150) :
-      complete()
-
-    this.hoverState = null
-
-    return this
-  }
-
-  Tooltip.prototype.fixTitle = function () {
-    var $e = this.$element
-    if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
-      $e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
-    }
-  }
-
-  Tooltip.prototype.hasContent = function () {
-    return this.getTitle()
-  }
-
-  Tooltip.prototype.getPosition = function () {
-    var el = this.$element[0]
-    return $.extend({}, (typeof el.getBoundingClientRect == 'function') ? el.getBoundingClientRect() : {
-      width: el.offsetWidth,
-      height: el.offsetHeight
-    }, this.$element.offset())
-  }
-
-  Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) {
-    return placement == 'bottom' ? { top: pos.top + pos.height,   left: pos.left + pos.width / 2 - actualWidth / 2  } :
-           placement == 'top'    ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2  } :
-           placement == 'left'   ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } :
-        /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width   }
-  }
-
-  Tooltip.prototype.getTitle = function () {
-    var title
-    var $e = this.$element
-    var o  = this.options
-
-    title = $e.attr('data-original-title')
-      || (typeof o.title == 'function' ? o.title.call($e[0]) :  o.title)
-
-    return title
-  }
-
-  Tooltip.prototype.tip = function () {
-    return this.$tip = this.$tip || $(this.options.template)
-  }
-
-  Tooltip.prototype.arrow = function () {
-    return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')
-  }
-
-  Tooltip.prototype.validate = function () {
-    if (!this.$element[0].parentNode) {
-      this.hide()
-      this.$element = null
-      this.options  = null
-    }
-  }
-
-  Tooltip.prototype.enable = function () {
-    this.enabled = true
-  }
-
-  Tooltip.prototype.disable = function () {
-    this.enabled = false
-  }
-
-  Tooltip.prototype.toggleEnabled = function () {
-    this.enabled = !this.enabled
-  }
-
-  Tooltip.prototype.toggle = function (e) {
-    var self = e ? $(e.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) : this
-    self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
-  }
-
-  Tooltip.prototype.destroy = function () {
-    clearTimeout(this.timeout)
-    this.hide().$element.off('.' + this.type).removeData('bs.' + this.type)
-  }
-
-
-  // TOOLTIP PLUGIN DEFINITION
-  // =========================
-
-  var old = $.fn.tooltip
-
-  $.fn.tooltip = function (option) {
-    return this.each(function () {
-      var $this   = $(this)
-      var data    = $this.data('bs.tooltip')
-      var options = typeof option == 'object' && option
-
-      if (!data && option == 'destroy') return
-      if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options)))
-      if (typeof option == 'string') data[option]()
-    })
-  }
-
-  $.fn.tooltip.Constructor = Tooltip
-
-
-  // TOOLTIP NO CONFLICT
-  // ===================
-
-  $.fn.tooltip.noConflict = function () {
-    $.fn.tooltip = old
-    return this
-  }
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: popover.js v3.1.1
- * http://getbootstrap.com/javascript/#popovers
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // POPOVER PUBLIC CLASS DEFINITION
-  // ===============================
-
-  var Popover = function (element, options) {
-    this.init('popover', element, options)
-  }
-
-  if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
-
-  Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
-    placement: 'right',
-    trigger: 'click',
-    content: '',
-    template: '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
-  })
-
-
-  // NOTE: POPOVER EXTENDS tooltip.js
-  // ================================
-
-  Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype)
-
-  Popover.prototype.constructor = Popover
-
-  Popover.prototype.getDefaults = function () {
-    return Popover.DEFAULTS
-  }
-
-  Popover.prototype.setContent = function () {
-    var $tip    = this.tip()
-    var title   = this.getTitle()
-    var content = this.getContent()
-
-    $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
-    $tip.find('.popover-content')[ // we use append for html objects to maintain js events
-      this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text'
-    ](content)
-
-    $tip.removeClass('fade top bottom left right in')
-
-    // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do
-    // this manually by checking the contents.
-    if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
-  }
-
-  Popover.prototype.hasContent = function () {
-    return this.getTitle() || this.getContent()
-  }
-
-  Popover.prototype.getContent = function () {
-    var $e = this.$element
-    var o  = this.options
-
-    return $e.attr('data-content')
-      || (typeof o.content == 'function' ?
-            o.content.call($e[0]) :
-            o.content)
-  }
-
-  Popover.prototype.arrow = function () {
-    return this.$arrow = this.$arrow || this.tip().find('.arrow')
-  }
-
-  Popover.prototype.tip = function () {
-    if (!this.$tip) this.$tip = $(this.options.template)
-    return this.$tip
-  }
-
-
-  // POPOVER PLUGIN DEFINITION
-  // =========================
-
-  var old = $.fn.popover
-
-  $.fn.popover = function (option) {
-    return this.each(function () {
-      var $this   = $(this)
-      var data    = $this.data('bs.popover')
-      var options = typeof option == 'object' && option
-
-      if (!data && option == 'destroy') return
-      if (!data) $this.data('bs.popover', (data = new Popover(this, options)))
-      if (typeof option == 'string') data[option]()
-    })
-  }
-
-  $.fn.popover.Constructor = Popover
-
-
-  // POPOVER NO CONFLICT
-  // ===================
-
-  $.fn.popover.noConflict = function () {
-    $.fn.popover = old
-    return this
-  }
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: scrollspy.js v3.1.1
- * http://getbootstrap.com/javascript/#scrollspy
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // SCROLLSPY CLASS DEFINITION
-  // ==========================
-
-  function ScrollSpy(element, options) {
-    var href
-    var process  = $.proxy(this.process, this)
-
-    this.$element       = $(element).is('body') ? $(window) : $(element)
-    this.$body          = $('body')
-    this.$scrollElement = this.$element.on('scroll.bs.scroll-spy.data-api', process)
-    this.options        = $.extend({}, ScrollSpy.DEFAULTS, options)
-    this.selector       = (this.options.target
-      || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
-      || '') + ' .nav li > a'
-    this.offsets        = $([])
-    this.targets        = $([])
-    this.activeTarget   = null
-
-    this.refresh()
-    this.process()
-  }
-
-  ScrollSpy.DEFAULTS = {
-    offset: 10
-  }
-
-  ScrollSpy.prototype.refresh = function () {
-    var offsetMethod = this.$element[0] == window ? 'offset' : 'position'
-
-    this.offsets = $([])
-    this.targets = $([])
-
-    var self     = this
-    var $targets = this.$body
-      .find(this.selector)
-      .map(function () {
-        var $el   = $(this)
-        var href  = $el.data('target') || $el.attr('href')
-        var $href = /^#./.test(href) && $(href)
-
-        return ($href
-          && $href.length
-          && $href.is(':visible')
-          && [[ $href[offsetMethod]().top + (!$.isWindow(self.$scrollElement.get(0)) && self.$scrollElement.scrollTop()), href ]]) || null
-      })
-      .sort(function (a, b) { return a[0] - b[0] })
-      .each(function () {
-        self.offsets.push(this[0])
-        self.targets.push(this[1])
-      })
-  }
-
-  ScrollSpy.prototype.process = function () {
-    var scrollTop    = this.$scrollElement.scrollTop() + this.options.offset
-    var scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight
-    var maxScroll    = scrollHeight - this.$scrollElement.height()
-    var offsets      = this.offsets
-    var targets      = this.targets
-    var activeTarget = this.activeTarget
-    var i
-
-    if (scrollTop >= maxScroll) {
-      return activeTarget != (i = targets.last()[0]) && this.activate(i)
-    }
-
-    if (activeTarget && scrollTop <= offsets[0]) {
-      return activeTarget != (i = targets[0]) && this.activate(i)
-    }
-
-    for (i = offsets.length; i--;) {
-      activeTarget != targets[i]
-        && scrollTop >= offsets[i]
-        && (!offsets[i + 1] || scrollTop <= offsets[i + 1])
-        && this.activate( targets[i] )
-    }
-  }
-
-  ScrollSpy.prototype.activate = function (target) {
-    this.activeTarget = target
-
-    $(this.selector)
-      .parentsUntil(this.options.target, '.active')
-      .removeClass('active')
-
-    var selector = this.selector +
-        '[data-target="' + target + '"],' +
-        this.selector + '[href="' + target + '"]'
-
-    var active = $(selector)
-      .parents('li')
-      .addClass('active')
-
-    if (active.parent('.dropdown-menu').length) {
-      active = active
-        .closest('li.dropdown')
-        .addClass('active')
-    }
-
-    active.trigger('activate.bs.scrollspy')
-  }
-
-
-  // SCROLLSPY PLUGIN DEFINITION
-  // ===========================
-
-  var old = $.fn.scrollspy
-
-  $.fn.scrollspy = function (option) {
-    return this.each(function () {
-      var $this   = $(this)
-      var data    = $this.data('bs.scrollspy')
-      var options = typeof option == 'object' && option
-
-      if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options)))
-      if (typeof option == 'string') data[option]()
-    })
-  }
-
-  $.fn.scrollspy.Constructor = ScrollSpy
-
-
-  // SCROLLSPY NO CONFLICT
-  // =====================
-
-  $.fn.scrollspy.noConflict = function () {
-    $.fn.scrollspy = old
-    return this
-  }
-
-
-  // SCROLLSPY DATA-API
-  // ==================
-
-  $(window).on('load', function () {
-    $('[data-spy="scroll"]').each(function () {
-      var $spy = $(this)
-      $spy.scrollspy($spy.data())
-    })
-  })
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: tab.js v3.1.1
- * http://getbootstrap.com/javascript/#tabs
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // TAB CLASS DEFINITION
-  // ====================
-
-  var Tab = function (element) {
-    this.element = $(element)
-  }
-
-  Tab.prototype.show = function () {
-    var $this    = this.element
-    var $ul      = $this.closest('ul:not(.dropdown-menu)')
-    var selector = $this.data('target')
-
-    if (!selector) {
-      selector = $this.attr('href')
-      selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
-    }
-
-    if ($this.parent('li').hasClass('active')) return
-
-    var previous = $ul.find('.active:last a')[0]
-    var e        = $.Event('show.bs.tab', {
-      relatedTarget: previous
-    })
-
-    $this.trigger(e)
-
-    if (e.isDefaultPrevented()) return
-
-    var $target = $(selector)
-
-    this.activate($this.parent('li'), $ul)
-    this.activate($target, $target.parent(), function () {
-      $this.trigger({
-        type: 'shown.bs.tab',
-        relatedTarget: previous
-      })
-    })
-  }
-
-  Tab.prototype.activate = function (element, container, callback) {
-    var $active    = container.find('> .active')
-    var transition = callback
-      && $.support.transition
-      && $active.hasClass('fade')
-
-    function next() {
-      $active
-        .removeClass('active')
-        .find('> .dropdown-menu > .active')
-        .removeClass('active')
-
-      element.addClass('active')
-
-      if (transition) {
-        element[0].offsetWidth // reflow for transition
-        element.addClass('in')
-      } else {
-        element.removeClass('fade')
-      }
-
-      if (element.parent('.dropdown-menu')) {
-        element.closest('li.dropdown').addClass('active')
-      }
-
-      callback && callback()
-    }
-
-    transition ?
-      $active
-        .one($.support.transition.end, next)
-        .emulateTransitionEnd(150) :
-      next()
-
-    $active.removeClass('in')
-  }
-
-
-  // TAB PLUGIN DEFINITION
-  // =====================
-
-  var old = $.fn.tab
-
-  $.fn.tab = function ( option ) {
-    return this.each(function () {
-      var $this = $(this)
-      var data  = $this.data('bs.tab')
-
-      if (!data) $this.data('bs.tab', (data = new Tab(this)))
-      if (typeof option == 'string') data[option]()
-    })
-  }
-
-  $.fn.tab.Constructor = Tab
-
-
-  // TAB NO CONFLICT
-  // ===============
-
-  $.fn.tab.noConflict = function () {
-    $.fn.tab = old
-    return this
-  }
-
-
-  // TAB DATA-API
-  // ============
-
-  $(document).on('click.bs.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
-    e.preventDefault()
-    $(this).tab('show')
-  })
-
-}(jQuery);
-
-/* ========================================================================
- * Bootstrap: affix.js v3.1.1
- * http://getbootstrap.com/javascript/#affix
- * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * ======================================================================== */
-
-
-+function ($) {
-  'use strict';
-
-  // AFFIX CLASS DEFINITION
-  // ======================
-
-  var Affix = function (element, options) {
-    this.options = $.extend({}, Affix.DEFAULTS, options)
-    this.$window = $(window)
-      .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this))
-      .on('click.bs.affix.data-api',  $.proxy(this.checkPositionWithEventLoop, this))
-
-    this.$element     = $(element)
-    this.affixed      =
-    this.unpin        =
-    this.pinnedOffset = null
-
-    this.checkPosition()
-  }
-
-  Affix.RESET = 'affix affix-top affix-bottom'
-
-  Affix.DEFAULTS = {
-    offset: 0
-  }
-
-  Affix.prototype.getPinnedOffset = function () {
-    if (this.pinnedOffset) return this.pinnedOffset
-    this.$element.removeClass(Affix.RESET).addClass('affix')
-    var scrollTop = this.$window.scrollTop()
-    var position  = this.$element.offset()
-    return (this.pinnedOffset = position.top - scrollTop)
-  }
-
-  Affix.prototype.checkPositionWithEventLoop = function () {
-    setTimeout($.proxy(this.checkPosition, this), 1)
-  }
-
-  Affix.prototype.checkPosition = function () {
-    if (!this.$element.is(':visible')) return
-
-    var scrollHeight = $(document).height()
-    var scrollTop    = this.$window.scrollTop()
-    var position     = this.$element.offset()
-    var offset       = this.options.offset
-    var offsetTop    = offset.top
-    var offsetBottom = offset.bottom
-
-    if (this.affixed == 'top') position.top += scrollTop
-
-    if (typeof offset != 'object')         offsetBottom = offsetTop = offset
-    if (typeof offsetTop == 'function')    offsetTop    = offset.top(this.$element)
-    if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element)
-
-    var affix = this.unpin   != null && (scrollTop + this.unpin <= position.top) ? false :
-                offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ? 'bottom' :
-                offsetTop    != null && (scrollTop <= offsetTop) ? 'top' : false
-
-    if (this.affixed === affix) return
-    if (this.unpin) this.$element.css('top', '')
-
-    var affixType = 'affix' + (affix ? '-' + affix : '')
-    var e         = $.Event(affixType + '.bs.affix')
-
-    this.$element.trigger(e)
-
-    if (e.isDefaultPrevented()) return
-
-    this.affixed = affix
-    this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null
-
-    this.$element
-      .removeClass(Affix.RESET)
-      .addClass(affixType)
-      .trigger($.Event(affixType.replace('affix', 'affixed')))
-
-    if (affix == 'bottom') {
-      this.$element.offset({ top: scrollHeight - offsetBottom - this.$element.height() })
-    }
-  }
-
-
-  // AFFIX PLUGIN DEFINITION
-  // =======================
-
-  var old = $.fn.affix
-
-  $.fn.affix = function (option) {
-    return this.each(function () {
-      var $this   = $(this)
-      var data    = $this.data('bs.affix')
-      var options = typeof option == 'object' && option
-
-      if (!data) $this.data('bs.affix', (data = new Affix(this, options)))
-      if (typeof option == 'string') data[option]()
-    })
-  }
-
-  $.fn.affix.Constructor = Affix
-
-
-  // AFFIX NO CONFLICT
-  // =================
-
-  $.fn.affix.noConflict = function () {
-    $.fn.affix = old
-    return this
-  }
-
-
-  // AFFIX DATA-API
-  // ==============
-
-  $(window).on('load', function () {
-    $('[data-spy="affix"]').each(function () {
-      var $spy = $(this)
-      var data = $spy.data()
-
-      data.offset = data.offset || {}
-
-      if (data.offsetBottom) data.offset.bottom = data.offsetBottom
-      if (data.offsetTop)    data.offset.top    = data.offsetTop
-
-      $spy.affix(data)
-    })
-  })
-
-}(jQuery);

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/js/bootstrap.min.js
----------------------------------------------------------------------
diff --git a/js/bootstrap.min.js b/js/bootstrap.min.js
deleted file mode 100644
index b04a0e8..0000000
--- a/js/bootstrap.min.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/*!
- * Bootstrap v3.1.1 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.
 Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.isLoading=!1};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",f.resetText||d.data("resetText",d[e]()),d[e](f[b]||this.options[b]),setTimeout(a.proxy(function(){"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).re
 moveAttr(c))},this),0)},b.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}a&&this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-in
 dicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .p
 rev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}if(e.hasClass("active"))return this.sliding=!1;var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});return this.$element.trigger(j),j.isDefaultPrevented()?void 0:(this.sliding=!0,f&&this.pause(),this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.h
 asClass("slide")?(e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(1e3*d.css("transition-duration").slice(0,-1))):(d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")),f&&this.cycle(),this)};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.a
 ttr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transition
 ing)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("collapse in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collap
 se")};return a.support.transition?void this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);!e&&f.toggle&&"show"==c&&(c=!c),e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in
 ")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(jQuery),+function(a){"use strict";function b(b){a(d).remove(),a(e).each(function(){var d=c(a(this)),e={relatedTarget:this};d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown",e)),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown",e))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;f.toggleClass("op
 en").trigger("shown.bs.dropdown",h),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=" li:not(.divider):visible a",i=f.find("[role=menu]"+h+", [role=listbox]"+h);if(i.length){var j=i.index(i.filter(":focus"));38==b.keyCode&&j>0&&j--,40==b.keyCode&&j<i.length-1&&j++,~j||(j=0),i.eq(j).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on(
 "keydown.bs.dropdown.data-api",e+", [role=menu], [role=listbox]",f.prototype.keydown)}(jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show().scrollTop(0),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidde
 n",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.o
 n("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.
 $backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());c.is("a")&&b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",functi
 on(){a(document.body).removeClass("modal-open")})}(jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector
 ?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="o
 ut",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this,d=this.tip();this.setContent(),this.options.animation&&d.addClass("fade");var e="function"==typeof this.options.placement?this.options.placement.call(this,d[0],this.$element[0]):this.options.placement,f=/\s?auto?\s?/i,g=f.test(e);g&&(e=e.replace(f,"")||"top"),d.detach().css({top:0,left:0,display:"block"}).addClass(e),this.options.container?d.appendTo(this.options.container):d.insertAfter(this.$element);var h=this.getPosition(),i=d[0].offsetWidth,j=d[0].offsetHeight;if(g){var k=this.$element.parent(),l=e,m=document.documentElement.scrollTop||document.body.scrollTop,n="body"==this.options.container?window.innerWidth:k.outerWidth(),o="body"==this.options.container?window.innerHei
 ght:k.outerHeight(),p="body"==this.options.container?0:k.offset().left;e="bottom"==e&&h.top+h.height+j-m>o?"top":"top"==e&&h.top-m-j<0?"bottom":"right"==e&&h.right+i>n?"left":"left"==e&&h.left-i<p?"right":e,d.removeClass(l).addClass(e)}var q=this.getCalculatedOffset(e,h,i,j);this.applyPlacement(q,e),this.hoverState=null;var r=function(){c.$element.trigger("shown.bs."+c.type)};a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,r).emulateTransitionEnd(150):r()}},b.prototype.applyPlacement=function(b,c){var d,e=this.tip(),f=e[0].offsetWidth,g=e[0].offsetHeight,h=parseInt(e.css("margin-top"),10),i=parseInt(e.css("margin-left"),10);isNaN(h)&&(h=0),isNaN(i)&&(i=0),b.top=b.top+h,b.left=b.left+i,a.offset.setOffset(e[0],a.extend({using:function(a){e.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),e.addClass("in");var j=e[0].offsetWidth,k=e[0].offsetHeight;if("top"==c&&k!=g&&(d=!0,b.top=b.top+g-k),/bottom|top/.test(c)){var l=0;b.left<0&&(l=-2*b.left,b
 .left=0,e.offset(b),j=e[0].offsetWidth,k=e[0].offsetHeight),this.replaceArrow(l-f+j,j,"left")}else this.replaceArrow(k-g,k,"top");d&&e.offset(b)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach(),c.$element.trigger("hidden.bs."+c.type)}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.hoverState=null,this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.
 hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enabl
 e=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){clearTimeout(this.timeout),this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;(e||"destroy"!=c)&&(e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]())})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content
 :"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.
 $tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;(e||"destroy"!=c)&&(e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]())})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(a(c).is("body")?window:c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);{var c=this;this.$body.fi
 nd(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})}},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);if(g&&b<=e[0])return g!=(a=f[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parentsUntil(this.options.target,".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li"
 ).addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this
 .activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DE
 FAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(b.RESET).addClass("affix");var a=this.$window.scrollTop(),c=this.$element.offset();return this.pinnedOffset=c.top-a},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"top"==this.affixed&&(e.top+=d),"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top(this.$element)),"function"==typeof h&&(h=f.bottom(this.$element));va
 r i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;if(this.affixed!==i){this.unpin&&this.$element.css("top","");var j="affix"+(i?"-"+i:""),k=a.Event(j+".bs.affix");this.$element.trigger(k),k.isDefaultPrevented()||(this.affixed=i,this.unpin="bottom"==i?this.getPinnedOffset():null,this.$element.removeClass(b.RESET).addClass(j).trigger(a.Event(j.replace("affix","affixed"))),"bottom"==i&&this.$element.offset({top:c-h-this.$element.height()}))}}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetT
 op),b.affix(c)})})}(jQuery);
\ No newline at end of file


[51/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/blog/feed.xml
----------------------------------------------------------------------
diff --git a/content/blog/feed.xml b/content/blog/feed.xml
new file mode 100644
index 0000000..0e5ad19
--- /dev/null
+++ b/content/blog/feed.xml
@@ -0,0 +1,2797 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+<channel>
+<title>Flink Blog Feed</title>
+<description>Flink Blog</description>
+<link>http://flink.apache.org/blog</link>
+<atom:link href="http://flink.apache.org/blog/feed.xml" rel="self" type="application/rss+xml" />
+
+<item>
+<title>Juggling with Bits and Bytes</title>
+<description>&lt;h2 id=&quot;how-apache-flink-operates-on-binary-data&quot;&gt;How Apache Flink operates on binary data&lt;/h2&gt;
+
+&lt;p&gt;Nowadays, a lot of open-source systems for analyzing large data sets are implemented in Java or other JVM-based programming languages. The most well-known example is Apache Hadoop, but also newer frameworks such as Apache Spark, Apache Drill, and also Apache Flink run on JVMs. A common challenge that JVM-based data analysis engines face is to store large amounts of data in memory - both for caching and for efficient processing such as sorting and joining of data. Managing the JVM memory well makes the difference between a system that is hard to configure and has unpredictable reliability and performance and a system that behaves robustly with few configuration knobs.&lt;/p&gt;
+
+&lt;p&gt;In this blog post we discuss how Apache Flink manages memory, talk about its custom data de/serialization stack, and show how it operates on binary data.&lt;/p&gt;
+
+&lt;h2 id=&quot;data-objects-lets-put-them-on-the-heap&quot;&gt;Data Objects? Let’s put them on the heap!&lt;/h2&gt;
+
+&lt;p&gt;The most straight-forward approach to process lots of data in a JVM is to put it as objects on the heap and operate on these objects. Caching a data set as objects would be as simple as maintaining a list containing an object for each record. An in-memory sort would simply sort the list of objects.
+However, this approach has a few notable drawbacks. First of all it is not trivial to watch and control heap memory usage when a lot of objects are created and invalidated constantly. Memory overallocation instantly kills the JVM with an &lt;code&gt;OutOfMemoryError&lt;/code&gt;. Another aspect is garbage collection on multi-GB JVMs which are flooded with new objects. The overhead of garbage collection in such environments can easily reach 50% and more. Finally, Java objects come with a certain space overhead depending on the JVM and platform. For data sets with many small objects this can significantly reduce the effectively usable amount of memory. Given proficient system design and careful, use-case specific system parameter tuning, heap memory usage can be more or less controlled and &lt;code&gt;OutOfMemoryErrors&lt;/code&gt; avoided. However, such setups are rather fragile especially if data characteristics or the execution environment change.&lt;/p&gt;
+
+&lt;h2 id=&quot;what-is-flink-doing-about-that&quot;&gt;What is Flink doing about that?&lt;/h2&gt;
+
+&lt;p&gt;Apache Flink has its roots at a research project which aimed to combine the best technologies of MapReduce-based systems and parallel database systems. Coming from this background, Flink has always had its own way of processing data in-memory. Instead of putting lots of objects on the heap, Flink serializes objects into a fixed number of pre-allocated memory segments. Its DBMS-style sort and join algorithms operate as much as possible on this binary data to keep the de/serialization overhead at a minimum. If more data needs to be processed than can be kept in memory, Flink’s operators partially spill data to disk. In fact, a lot of Flink’s internal implementations look more like C/C++ rather than common Java. The following figure gives a high-level overview of how Flink stores data serialized in memory segments and spills to disk if necessary.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/memory-mgmt.png&quot; style=&quot;width:90%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;Flink’s style of active memory management and operating on binary data has several benefits:&lt;/p&gt;
+
+&lt;ol&gt;
+  &lt;li&gt;&lt;strong&gt;Memory-safe execution &amp;amp; efficient out-of-core algorithms.&lt;/strong&gt; Due to the fixed amount of allocated memory segments, it is trivial to monitor remaining memory resources. In case of memory shortage, processing operators can efficiently write larger batches of memory segments to disk and later them read back. Consequently, &lt;code&gt;OutOfMemoryErrors&lt;/code&gt; are effectively prevented.&lt;/li&gt;
+  &lt;li&gt;&lt;strong&gt;Reduced garbage collection pressure.&lt;/strong&gt; Because all long-lived data is in binary representation in Flink’s managed memory, all data objects are short-lived or even mutable and can be reused. Short-lived objects can be more efficiently garbage-collected, which significantly reduces garbage collection pressure. Right now, the pre-allocated memory segments are long-lived objects on the JVM heap, but the Flink community is actively working on allocating off-heap memory for this purpose. This effort will result in much smaller JVM heaps and facilitate even faster garbage collection cycles.&lt;/li&gt;
+  &lt;li&gt;&lt;strong&gt;Space efficient data representation.&lt;/strong&gt; Java objects have a storage overhead which can be avoided if the data is stored in a binary representation.&lt;/li&gt;
+  &lt;li&gt;&lt;strong&gt;Efficient binary operations &amp;amp; cache sensitivity.&lt;/strong&gt; Binary data can be efficiently compared and operated on given a suitable binary representation. Furthermore, the binary representations can put related values, as well as hash codes, keys, and pointers, adjacently into memory. This gives data structures with usually more cache efficient access patterns.&lt;/li&gt;
+&lt;/ol&gt;
+
+&lt;p&gt;These properties of active memory management are very desirable in a data processing systems for large-scale data analytics but have a significant price tag attached. Active memory management and operating on binary data is not trivial to implement, i.e., using &lt;code&gt;java.util.HashMap&lt;/code&gt; is much easier than implementing a spillable hash-table backed by byte arrays and a custom serialization stack. Of course Apache Flink is not the only JVM-based data processing system that operates on serialized binary data. Projects such as &lt;a href=&quot;http://drill.apache.org/&quot;&gt;Apache Drill&lt;/a&gt;, &lt;a href=&quot;http://ignite.incubator.apache.org/&quot;&gt;Apache Ignite (incubating)&lt;/a&gt; or &lt;a href=&quot;http://projectgeode.org/&quot;&gt;Apache Geode (incubating)&lt;/a&gt; apply similar techniques and it was recently announced that also &lt;a href=&quot;http://spark.apache.org/&quot;&gt;Apache Spark&lt;/a&gt; will evolve into this direction with &
 lt;a href=&quot;https://databricks.com/blog/2015/04/28/project-tungsten-bringing-spark-closer-to-bare-metal.html&quot;&gt;Project Tungsten&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;In the following we discuss in detail how Flink allocates memory, de/serializes objects, and operates on binary data. We will also show some performance numbers comparing processing objects on the heap and operating on binary data.&lt;/p&gt;
+
+&lt;h2 id=&quot;how-does-flink-allocate-memory&quot;&gt;How does Flink allocate memory?&lt;/h2&gt;
+
+&lt;p&gt;A Flink worker, called TaskManager, is composed of several internal components such as an actor system for coordination with the Flink master, an IOManager that takes care of spilling data to disk and reading it back, and a MemoryManager that coordinates memory usage. In the context of this blog post, the MemoryManager is of most interest.&lt;/p&gt;
+
+&lt;p&gt;The MemoryManager takes care of allocating, accounting, and distributing MemorySegments to data processing operators such as sort and join operators. A &lt;a href=&quot;https://github.com/apache/flink/blob/release-0.9.0-milestone-1/flink-core/src/main/java/org/apache/flink/core/memory/MemorySegment.java&quot;&gt;MemorySegment&lt;/a&gt; is Flink’s distribution unit of memory and is backed by a regular Java byte array (size is 32 KB by default). A MemorySegment provides very efficient write and read access to its backed byte array using Java’s unsafe methods. You can think of a MemorySegment as a custom-tailored version of Java’s NIO ByteBuffer. In order to operate on multiple MemorySegments like on a larger chunk of consecutive memory, Flink uses logical views that implement Java’s &lt;code&gt;java.io.DataOutput&lt;/code&gt; and &lt;code&gt;java.io.DataInput&lt;/code&gt; interfaces.&lt;/p&gt;
+
+&lt;p&gt;MemorySegments are allocated once at TaskManager start-up time and are destroyed when the TaskManager is shut down. Hence, they are reused and not garbage-collected over the whole lifetime of a TaskManager. After all internal data structures of a TaskManager have been initialized and all core services have been started, the MemoryManager starts creating MemorySegments. By default 70% of the JVM heap that is available after service initialization is allocated by the MemoryManager. It is also possible to configure an absolute amount of managed memory. The remaining JVM heap is used for objects that are instantiated during task processing, including objects created by user-defined functions. The following figure shows the memory distribution in the TaskManager JVM after startup.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/memory-alloc.png&quot; style=&quot;width:60%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;h2 id=&quot;how-does-flink-serialize-objects&quot;&gt;How does Flink serialize objects?&lt;/h2&gt;
+
+&lt;p&gt;The Java ecosystem offers several libraries to convert objects into a binary representation and back. Common alternatives are standard Java serialization, &lt;a href=&quot;https://github.com/EsotericSoftware/kryo&quot;&gt;Kryo&lt;/a&gt;, &lt;a href=&quot;http://avro.apache.org/&quot;&gt;Apache Avro&lt;/a&gt;, &lt;a href=&quot;http://thrift.apache.org/&quot;&gt;Apache Thrift&lt;/a&gt;, or Google’s &lt;a href=&quot;https://github.com/google/protobuf&quot;&gt;Protobuf&lt;/a&gt;. Flink includes its own custom serialization framework in order to control the binary representation of data. This is important because operating on binary data such as comparing or even manipulating binary data requires exact knowledge of the serialization layout. Further, configuring the serialization layout with respect to operations that are performed on binary data can yield a significant performance boost. Flink’s serialization stack also leverages the fact, that the type of the objects which 
 are going through de/serialization are exactly known before a program is executed.&lt;/p&gt;
+
+&lt;p&gt;Flink programs can process data represented as arbitrary Java or Scala objects. Before a program is optimized, the data types at each processing step of the program’s data flow need to be identified. For Java programs, Flink features a reflection-based type extraction component to analyze the return types of user-defined functions. Scala programs are analyzed with help of the Scala compiler. Flink represents each data type with a &lt;a href=&quot;https://github.com/apache/flink/blob/release-0.9.0-milestone-1/flink-core/src/main/java/org/apache/flink/api/common/typeinfo/TypeInformation.java&quot;&gt;TypeInformation&lt;/a&gt;. Flink has TypeInformations for several kinds of data types, including:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;BasicTypeInfo: Any (boxed) Java primitive type or java.lang.String.&lt;/li&gt;
+  &lt;li&gt;BasicArrayTypeInfo: Any array of a (boxed) Java primitive type or java.lang.String.&lt;/li&gt;
+  &lt;li&gt;WritableTypeInfo: Any implementation of Hadoop’s Writable interface.&lt;/li&gt;
+  &lt;li&gt;TupleTypeInfo: Any Flink tuple (Tuple1 to Tuple25). Flink tuples are Java representations for fixed-length tuples with typed fields.&lt;/li&gt;
+  &lt;li&gt;CaseClassTypeInfo: Any Scala CaseClass (including Scala tuples).&lt;/li&gt;
+  &lt;li&gt;PojoTypeInfo: Any POJO (Java or Scala), i.e., an object with all fields either being public or accessible through getters and setter that follow the common naming conventions.&lt;/li&gt;
+  &lt;li&gt;GenericTypeInfo: Any data type that cannot be identified as another type.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Each TypeInformation provides a serializer for the data type it represents. For example, a BasicTypeInfo returns a serializer that writes the respective primitive type, the serializer of a WritableTypeInfo delegates de/serialization to the write() and readFields() methods of the object implementing Hadoop’s Writable interface, and a GenericTypeInfo returns a serializer that delegates serialization to Kryo. Object serialization to a DataOutput which is backed by Flink MemorySegments goes automatically through Java’s efficient unsafe operations. For data types that can be used as keys, i.e., compared and hashed, the TypeInformation provides TypeComparators. TypeComparators compare and hash objects and can - depending on the concrete data type - also efficiently compare binary representations and extract fixed-length binary key prefixes.&lt;/p&gt;
+
+&lt;p&gt;Tuple, Pojo, and CaseClass types are composite types, i.e., containers for one or more possibly nested data types. As such, their serializers and comparators are also composite and delegate the serialization and comparison of their member data types to the respective serializers and comparators. The following figure illustrates the serialization of a (nested) &lt;code&gt;Tuple3&amp;lt;Integer, Double, Person&amp;gt;&lt;/code&gt; object where &lt;code&gt;Person&lt;/code&gt; is a POJO and defined as follows:&lt;/p&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot;&gt;&lt;span class=&quot;kd&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;kd&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;Person&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt;
+    &lt;span class=&quot;kd&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;int&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;;&lt;/span&gt;
+    &lt;span class=&quot;kd&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;String&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;;&lt;/span&gt;
+&lt;span class=&quot;o&quot;&gt;}&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/data-serialization.png&quot; style=&quot;width:80%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;Flink’s type system can be easily extended by providing custom TypeInformations, Serializers, and Comparators to improve the performance of serializing and comparing custom data types.&lt;/p&gt;
+
+&lt;h2 id=&quot;how-does-flink-operate-on-binary-data&quot;&gt;How does Flink operate on binary data?&lt;/h2&gt;
+
+&lt;p&gt;Similar to many other data processing APIs (including SQL), Flink’s APIs provide transformations to group, sort, and join data sets. These transformations operate on potentially very large data sets. Relational database systems feature very efficient algorithms for these purposes since several decades including external merge-sort, merge-join, and hybrid hash-join. Flink builds on this technology, but generalizes it to handle arbitrary objects using its custom serialization and comparison stack. In the following, we show how Flink operates with binary data by the example of Flink’s in-memory sort algorithm.&lt;/p&gt;
+
+&lt;p&gt;Flink assigns a memory budget to its data processing operators. Upon initialization, a sort algorithm requests its memory budget from the MemoryManager and receives a corresponding set of MemorySegments. The set of MemorySegments becomes the memory pool of a so-called sort buffer which collects the data that is be sorted. The following figure illustrates how data objects are serialized into the sort buffer.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/sorting-binary-data-1.png&quot; style=&quot;width:90%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;The sort buffer is internally organized into two memory regions. The first region holds the full binary data of all objects. The second region contains pointers to the full binary object data and - depending on the key data type - fixed-length sort keys. When an object is added to the sort buffer, its binary data is appended to the first region, and a pointer (and possibly a key) is appended to the second region. The separation of actual data and pointers plus fixed-length keys is done for two purposes. It enables efficient swapping of fix-length entries (key+pointer) and also reduces the data that needs to be moved when sorting. If the sort key is a variable length data type such as a String, the fixed-length sort key must be a prefix key such as the first n characters of a String. Note, not all data types provide a fixed-length (prefix) sort key. When serializing objects into the sort buffer, both memory regions are extended with MemorySegments from the memory pool. Once 
 the memory pool is empty and no more objects can be added, the sort buffer is completely filled and can be sorted. Flink’s sort buffer provides methods to compare and swap elements. This makes the actual sort algorithm pluggable. By default, Flink uses a Quicksort implementation which can fall back to HeapSort. 
+The following figure shows how two objects are compared.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/sorting-binary-data-2.png&quot; style=&quot;width:80%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;The sort buffer compares two elements by comparing their binary fix-length sort keys. The comparison is successful if either done on a full key (not a prefix key) or if the binary prefix keys are not equal. If the prefix keys are equal (or the sort key data type does not provide a binary prefix key), the sort buffer follows the pointers to the actual object data, deserializes both objects and compares the objects. Depending on the result of the comparison, the sort algorithm decides whether to swap the compared elements or not. The sort buffer swaps two elements by moving their fix-length keys and pointers. The actual data is not moved. Once the sort algorithm finishes, the pointers in the sort buffer are correctly ordered. The following figure shows how the sorted data is returned from the sort buffer.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/sorting-binary-data-3.png&quot; style=&quot;width:80%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;The sorted data is returned by sequentially reading the pointer region of the sort buffer, skipping the sort keys and following the sorted pointers to the actual data. This data is either deserialized and returned as objects or the binary representation is copied and written to disk in case of an external merge-sort (see this &lt;a href=&quot;http://flink.apache.org/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html&quot;&gt;blog post on joins in Flink&lt;/a&gt;).&lt;/p&gt;
+
+&lt;h2 id=&quot;show-me-numbers&quot;&gt;Show me numbers!&lt;/h2&gt;
+
+&lt;p&gt;So, what does operating on binary data mean for performance? We’ll run a benchmark that sorts 10 million &lt;code&gt;Tuple2&amp;lt;Integer, String&amp;gt;&lt;/code&gt; objects to find out. The values of the Integer field are sampled from a uniform distribution. The String field values have a length of 12 characters and are sampled from a long-tail distribution. The input data is provided by an iterator that returns a mutable object, i.e., the same tuple object instance is returned with different field values. Flink uses this technique when reading data from memory, network, or disk to avoid unnecessary object instantiations. The benchmarks are run in a JVM with 900 MB heap size which is approximately the required amount of memory to store and sort 10 million tuple objects on the heap without dying of an &lt;code&gt;OutOfMemoryError&lt;/code&gt;. We sort the tuples on the Integer field and on the String field using three sorting methods:&lt;/p&gt;
+
+&lt;ol&gt;
+  &lt;li&gt;&lt;strong&gt;Object-on-heap.&lt;/strong&gt; The tuples are stored in a regular &lt;code&gt;java.util.ArrayList&lt;/code&gt; with initial capacity set to 10 million entries and sorted using Java’s regular collection sort.&lt;/li&gt;
+  &lt;li&gt;&lt;strong&gt;Flink-serialized.&lt;/strong&gt; The tuple fields are serialized into a sort buffer of 600 MB size using Flink’s custom serializers, sorted as described above, and finally deserialized again. When sorting on the Integer field, the full Integer is used as sort key such that the sort happens entirely on binary data (no deserialization of objects required). For sorting on the String field a 8-byte prefix key is used and tuple objects are deserialized if the prefix keys are equal.&lt;/li&gt;
+  &lt;li&gt;&lt;strong&gt;Kryo-serialized.&lt;/strong&gt; The tuple fields are serialized into a sort buffer of 600 MB size using Kryo serialization and sorted without binary sort keys. This means that each pair-wise comparison requires two object to be deserialized.&lt;/li&gt;
+&lt;/ol&gt;
+
+&lt;p&gt;All sort methods are implemented using a single thread. The reported times are averaged over ten runs. After each run, we call &lt;code&gt;System.gc()&lt;/code&gt; to request a garbage collection run which does not go into measured execution time. The following figure shows the time to store the input data in memory, sort it, and read it back as objects.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/sort-benchmark.png&quot; style=&quot;width:90%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;We see that Flink’s sort on binary data using its own serializers significantly outperforms the other two methods. Comparing to the object-on-heap method, we see that loading the data into memory is much faster. Since we actually collect the objects, there is no opportunity to reuse the object instances, but have to re-create every tuple. This is less efficient than Flink’s serializers (or Kryo serialization). On the other hand, reading objects from the heap comes for free compared to deserialization. In our benchmark, object cloning was more expensive than serialization and deserialization combined. Looking at the sorting time, we see that also sorting on the binary representation is faster than Java’s collection sort. Sorting data that was serialized using Kryo without binary sort key, is much slower than both other methods. This is due to the heavy deserialization overhead. Sorting the tuples on their String field is faster than sorting on the Integer field due to 
 the long-tailed value distribution which significantly reduces the number of pair-wise comparisons. To get a better feeling of what is happening during sorting we monitored the executing JVM using VisualVM. The following screenshots show heap memory usage, garbage collection activity and CPU usage over the execution of 10 runs.&lt;/p&gt;
+
+&lt;table width=&quot;100%&quot;&gt;
+  &lt;tr&gt;
+    &lt;th&gt;&lt;/th&gt;
+    &lt;th&gt;&lt;center&gt;&lt;b&gt;Garbage Collection&lt;/b&gt;&lt;/center&gt;&lt;/th&gt;
+    &lt;th&gt;&lt;center&gt;&lt;b&gt;Memory Usage&lt;/b&gt;&lt;/center&gt;&lt;/th&gt;
+  &lt;/tr&gt;
+  &lt;tr&gt;
+    &lt;td&gt;&lt;b&gt;Object-on-Heap (int)&lt;/b&gt;&lt;/td&gt;
+    &lt;td&gt;&lt;img src=&quot;/img/blog/objHeap-int-gc.png&quot; style=&quot;width:80%&quot; /&gt;&lt;/td&gt;
+    &lt;td&gt;&lt;img src=&quot;/img/blog/objHeap-int-mem.png&quot; style=&quot;width:80%&quot; /&gt;&lt;/td&gt;
+  &lt;/tr&gt;
+  &lt;tr&gt;
+    &lt;td&gt;&lt;b&gt;Flink-Serialized (int)&lt;/b&gt;&lt;/td&gt;
+    &lt;td&gt;&lt;img src=&quot;/img/blog/flinkSer-int-gc.png&quot; style=&quot;width:80%&quot; /&gt;&lt;/td&gt;
+    &lt;td&gt;&lt;img src=&quot;/img/blog/flinkSer-int-mem.png&quot; style=&quot;width:80%&quot; /&gt;&lt;/td&gt;
+  &lt;/tr&gt;
+  &lt;tr&gt;
+    &lt;td&gt;&lt;b&gt;Kryo-Serialized (int)&lt;/b&gt;&lt;/td&gt;
+    &lt;td&gt;&lt;img src=&quot;/img/blog/kryoSer-int-gc.png&quot; style=&quot;width:80%&quot; /&gt;&lt;/td&gt;
+    &lt;td&gt;&lt;img src=&quot;/img/blog/kryoSer-int-mem.png&quot; style=&quot;width:80%&quot; /&gt;&lt;/td&gt;
+  &lt;/tr&gt;
+&lt;/table&gt;
+
+&lt;p&gt;The experiments run single-threaded on an 8-core machine, so full utilization of one core only corresponds to a 12.5% overall utilization. The screenshots show that operating on binary data significantly reduces garbage collection activity. For the object-on-heap approach, the garbage collector runs in very short intervals while filling the sort buffer and causes a lot of CPU usage even for a single processing thread (sorting itself does not trigger the garbage collector). The JVM garbage collects with multiple parallel threads, explaining the high overall CPU utilization. On the other hand, the methods that operate on serialized data rarely trigger the garbage collector and have a much lower CPU utilization. In fact the garbage collector does not run at all if the tuples are sorted on the Integer field using the flink-serialized method because no objects need to be deserialized for pair-wise comparisons. The kryo-serialized method requires slightly more garbage collection 
 since it does not use binary sort keys and deserializes two objects for each comparison.&lt;/p&gt;
+
+&lt;p&gt;The memory usage charts shows that the flink-serialized and kryo-serialized constantly occupy a high amount of memory (plus some objects for operation). This is due to the pre-allocation of MemorySegments. The actual memory usage is much lower, because the sort buffers are not completely filled. The following table shows the memory consumption of each method. 10 million records result in about 280 MB of binary data (object data plus pointers and sort keys) depending on the used serializer and presence and size of a binary sort key. Comparing this to the memory requirements of the object-on-heap approach we see that operating on binary data can significantly improve memory efficiency. In our benchmark more than twice as much data can be sorted in-memory if serialized into a sort buffer instead of holding it as objects on the heap.&lt;/p&gt;
+
+&lt;table width=&quot;100%&quot;&gt;
+  &lt;tr&gt;
+  	&lt;th&gt;Occupied Memory&lt;/th&gt;
+    &lt;th&gt;Object-on-Heap&lt;/th&gt;
+    &lt;th&gt;Flink-Serialized&lt;/th&gt;
+    &lt;th&gt;Kryo-Serialized&lt;/th&gt;
+  &lt;/tr&gt;
+  &lt;tr&gt;
+    &lt;td&gt;&lt;b&gt;Sort on Integer&lt;/b&gt;&lt;/td&gt;
+    &lt;td&gt;approx. 700 MB (heap)&lt;/td&gt;
+    &lt;td&gt;277 MB (sort buffer)&lt;/td&gt;
+    &lt;td&gt;266 MB (sort buffer)&lt;/td&gt;
+  &lt;/tr&gt;
+  &lt;tr&gt;
+    &lt;td&gt;&lt;b&gt;Sort on String&lt;/b&gt;&lt;/td&gt;
+    &lt;td&gt;approx. 700 MB (heap)&lt;/td&gt;
+    &lt;td&gt;315 MB (sort buffer)&lt;/td&gt;
+    &lt;td&gt;266 MB (sort buffer)&lt;/td&gt;
+  &lt;/tr&gt;
+&lt;/table&gt;
+
+&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
+
+&lt;p&gt;To summarize, the experiments verify the previously stated benefits of operating on binary data.&lt;/p&gt;
+
+&lt;h2 id=&quot;were-not-done-yet&quot;&gt;We’re not done yet!&lt;/h2&gt;
+
+&lt;p&gt;Apache Flink features quite a bit of advanced techniques to safely and efficiently process huge amounts of data with limited memory resources. However, there are a few points that could make Flink even more efficient. The Flink community is working on moving the managed memory to off-heap memory. This will allow for smaller JVMs, lower garbage collection overhead, and also easier system configuration. With Flink’s Table API, the semantics of all operations such as aggregations and projections are known (in contrast to black-box user-defined functions). Hence we can generate code for Table API operations that directly operates on binary data. Further improvements include serialization layouts which are tailored towards the operations that are applied on the binary data and code generation for serializers and comparators.&lt;/p&gt;
+
+&lt;p&gt;The groundwork (and a lot more) for operating on binary data is done but there is still some room for making Flink even better and faster. If you are crazy about performance and like to juggle with lot of bits and bytes, join the Flink community!&lt;/p&gt;
+
+&lt;h2 id=&quot;tldr-give-me-three-things-to-remember&quot;&gt;TL;DR; Give me three things to remember!&lt;/h2&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Flink’s active memory management avoids nasty &lt;code&gt;OutOfMemoryErrors&lt;/code&gt; that kill your JVMs and reduces garbage collection overhead.&lt;/li&gt;
+  &lt;li&gt;Flink features a highly efficient data de/serialization stack that facilitates operations on binary data and makes more data fit into memory.&lt;/li&gt;
+  &lt;li&gt;Flink’s DBMS-style operators operate natively on binary data yielding high performance in-memory and destage gracefully to disk if necessary.&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+<pubDate>Mon, 11 May 2015 12:00:00 +0200</pubDate>
+<link>http://flink.apache.org/news/2015/05/11/Juggling-with-Bits-and-Bytes.html</link>
+<guid isPermaLink="true">/news/2015/05/11/Juggling-with-Bits-and-Bytes.html</guid>
+</item>
+
+<item>
+<title>Announcing Flink 0.9.0-milestone1 preview release</title>
+<description>&lt;p&gt;The Apache Flink community is pleased to announce the availability of
+the 0.9.0-milestone-1 release. The release is a preview of the
+upcoming 0.9.0 release. It contains many new features which will be
+available in the upcoming 0.9 release. Interested users are encouraged
+to try it out and give feedback. As the version number indicates, this
+release is a preview release that contains known issues.&lt;/p&gt;
+
+&lt;p&gt;You can download the release
+&lt;a href=&quot;http://flink.apache.org/downloads.html#preview&quot;&gt;here&lt;/a&gt; and check out the
+latest documentation
+&lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/&quot;&gt;here&lt;/a&gt;. Feedback
+through the Flink &lt;a href=&quot;http://flink.apache.org/community.html#mailing-lists&quot;&gt;mailing
+lists&lt;/a&gt; is, as
+always, very welcome!&lt;/p&gt;
+
+&lt;h2 id=&quot;new-features&quot;&gt;New Features&lt;/h2&gt;
+
+&lt;h3 id=&quot;table-api&quot;&gt;Table API&lt;/h3&gt;
+
+&lt;p&gt;Flink’s new Table API offers a higher-level abstraction for
+interacting with structured data sources. The Table API allows users
+to execute logical, SQL-like queries on distributed data sets while
+allowing them to freely mix declarative queries with regular Flink
+operators. Here is an example that groups and joins two tables:&lt;/p&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-scala&quot;&gt;&lt;span class=&quot;k&quot;&gt;val&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;clickCounts&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;clicks&lt;/span&gt;
+  &lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;groupBy&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;user&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;select&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;userId&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;url&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;count&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;as&lt;/span&gt; &lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;count&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
+
+&lt;span class=&quot;k&quot;&gt;val&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;activeUsers&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;users&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;join&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;clickCounts&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
+  &lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;where&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;id&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;===&lt;/span&gt; &lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;userId&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;count&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;10&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;select&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;username&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;count&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;...)&lt;/span&gt;&lt;/code&gt;&lt;/pre&
 gt;&lt;/div&gt;
+
+&lt;p&gt;Tables consist of logical attributes that can be selected by name
+rather than physical Java and Scala data types. This alleviates a lot
+of boilerplate code for common ETL tasks and raises the abstraction
+for Flink programs. Tables are available for both static and streaming
+data sources (DataSet and DataStream APIs).&lt;/p&gt;
+
+&lt;p&gt;Check out the Table guide for Java and Scala
+&lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/table.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h3 id=&quot;gelly-graph-processing-api&quot;&gt;Gelly Graph Processing API&lt;/h3&gt;
+
+&lt;p&gt;Gelly is a Java Graph API for Flink. It contains a set of utilities
+for graph analysis, support for iterative graph processing and a
+library of graph algorithms. Gelly exposes a Graph data structure that
+wraps DataSets for vertices and edges, as well as methods for creating
+graphs from DataSets, graph transformations and utilities (e.g., in-
+and out- degrees of vertices), neighborhood aggregations, iterative
+vertex-centric graph processing, as well as a library of common graph
+algorithms, including PageRank, SSSP, label propagation, and community
+detection.&lt;/p&gt;
+
+&lt;p&gt;Gelly internally builds on top of Flink’s &lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/iterations.html&quot;&gt;delta
+iterations&lt;/a&gt;. Iterative
+graph algorithms are executed leveraging mutable state, achieving
+similar performance with specialized graph processing systems.&lt;/p&gt;
+
+&lt;p&gt;Gelly will eventually subsume Spargel, Flink’s Pregel-like API. Check
+out the Gelly guide
+&lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/gelly_guide.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h3 id=&quot;flink-machine-learning-library&quot;&gt;Flink Machine Learning Library&lt;/h3&gt;
+
+&lt;p&gt;This release includes the first version of Flink’s Machine Learning
+library. The library’s pipeline approach, which has been strongly
+inspired by scikit-learn’s abstraction of transformers and estimators,
+makes it easy to quickly set up a data processing pipeline and to get
+your job done.&lt;/p&gt;
+
+&lt;p&gt;Flink distinguishes between transformers and learners. Transformers
+are components which transform your input data into a new format
+allowing you to extract features, cleanse your data or to sample from
+it. Learners on the other hand constitute the components which take
+your input data and train a model on it. The model you obtain from the
+learner can then be evaluated and used to make predictions on unseen
+data.&lt;/p&gt;
+
+&lt;p&gt;Currently, the machine learning library contains transformers and
+learners to do multiple tasks. The library supports multiple linear
+regression using a stochastic gradient implementation to scale to
+large data sizes. Furthermore, it includes an alternating least
+squares (ALS) implementation to factorizes large matrices. The matrix
+factorization can be used to do collaborative filtering. An
+implementation of the communication efficient distributed dual
+coordinate ascent (CoCoA) algorithm is the latest addition to the
+library. The CoCoA algorithm can be used to train distributed
+soft-margin SVMs.&lt;/p&gt;
+
+&lt;h3 id=&quot;flink-on-yarn-leveraging-apache-tez&quot;&gt;Flink on YARN leveraging Apache Tez&lt;/h3&gt;
+
+&lt;p&gt;We are introducing a new execution mode for Flink to be able to run
+restricted Flink programs on top of &lt;a href=&quot;http://tez.apache.org&quot;&gt;Apache
+Tez&lt;/a&gt;. This mode retains Flink’s APIs,
+optimizer, as well as Flink’s runtime operators, but instead of
+wrapping those in Flink tasks that are executed by Flink TaskManagers,
+it wraps them in Tez runtime tasks and builds a Tez DAG that
+represents the program.&lt;/p&gt;
+
+&lt;p&gt;By using Flink on Tez, users have an additional choice for an
+execution platform for Flink programs. While Flink’s distributed
+runtime favors low latency, streaming shuffles, and iterative
+algorithms, Tez focuses on scalability and elastic resource usage in
+shared YARN clusters.&lt;/p&gt;
+
+&lt;p&gt;Get started with Flink on Tez
+&lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/flink_on_tez_guide.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h3 id=&quot;reworked-distributed-runtime-on-akka&quot;&gt;Reworked Distributed Runtime on Akka&lt;/h3&gt;
+
+&lt;p&gt;Flink’s RPC system has been replaced by the widely adopted
+&lt;a href=&quot;http://akka.io&quot;&gt;Akka&lt;/a&gt; framework. Akka’s concurrency model offers the
+right abstraction to develop a fast as well as robust distributed
+system. By using Akka’s own failure detection mechanism the stability
+of Flink’s runtime is significantly improved, because the system can
+now react in proper form to node outages. Furthermore, Akka improves
+Flink’s scalability by introducing asynchronous messages to the
+system. These asynchronous messages allow Flink to be run on many more
+nodes than before.&lt;/p&gt;
+
+&lt;h3 id=&quot;exactly-once-processing-on-kafka-streaming-sources&quot;&gt;Exactly-once processing on Kafka Streaming Sources&lt;/h3&gt;
+
+&lt;p&gt;This release introduces stream processing with exacly-once delivery
+guarantees for Flink streaming programs that analyze streaming sources
+that are persisted by &lt;a href=&quot;http://kafka.apache.org&quot;&gt;Apache Kafka&lt;/a&gt;. The
+system is internally tracking the Kafka offsets to ensure that Flink
+can pick up data from Kafka where it left off in case of an failure.&lt;/p&gt;
+
+&lt;p&gt;Read
+&lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/streaming_guide.html#apache-kafka&quot;&gt;here&lt;/a&gt;
+on how to use the persistent Kafka source.&lt;/p&gt;
+
+&lt;h3 id=&quot;improved-yarn-support&quot;&gt;Improved YARN support&lt;/h3&gt;
+
+&lt;p&gt;Flink’s YARN client contains several improvements, such as a detached
+mode for starting a YARN session in the background, the ability to
+submit a single Flink job to a YARN cluster without starting a
+session, including a “fire and forget” mode. Flink is now also able to
+reallocate failed YARN containers to maintain the size of the
+requested cluster. This feature allows to implement fault-tolerant
+setups on top of YARN. There is also an internal Java API to deploy
+and control a running YARN cluster. This is being used by system
+integrators to easily control Flink on YARN within their Hadoop 2
+cluster.&lt;/p&gt;
+
+&lt;p&gt;See the YARN docs
+&lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/yarn_setup.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h2 id=&quot;more-improvements-and-fixes&quot;&gt;More Improvements and Fixes&lt;/h2&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1605&quot;&gt;FLINK-1605&lt;/a&gt;:
+Flink is not exposing its Guava and ASM dependencies to Maven
+projects depending on Flink. We use the maven-shade-plugin to
+relocate these dependencies into our own namespace. This allows
+users to use any Guava or ASM version.&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1605&quot;&gt;FLINK-1417&lt;/a&gt;:
+Automatic recognition and registration of Java Types at Kryo and the
+internal serializers: Flink has its own type handling and
+serialization framework falling back to Kryo for types that it cannot
+handle. To get the best performance Flink is automatically registering
+all types a user is using in their program with Kryo.Flink also
+registers serializers for Protocol Buffers, Thrift, Avro and YodaTime
+automatically.  Users can also manually register serializers to Kryo
+(https://issues.apache.org/jira/browse/FLINK-1399)&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1296&quot;&gt;FLINK-1296&lt;/a&gt;: Add
+support for sorting very large records&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1679&quot;&gt;FLINK-1679&lt;/a&gt;:
+“degreeOfParallelism” methods renamed to “parallelism”&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1501&quot;&gt;FLINK-1501&lt;/a&gt;: Add
+metrics library for monitoring TaskManagers&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1760&quot;&gt;FLINK-1760&lt;/a&gt;: Add
+support for building Flink with Scala 2.11&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1648&quot;&gt;FLINK-1648&lt;/a&gt;: Add
+a mode where the system automatically sets the parallelism to the
+available task slots&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1622&quot;&gt;FLINK-1622&lt;/a&gt;: Add
+groupCombine operator&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1589&quot;&gt;FLINK-1589&lt;/a&gt;: Add
+option to pass Configuration to LocalExecutor&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1504&quot;&gt;FLINK-1504&lt;/a&gt;: Add
+support for accessing secured HDFS clusters in standalone mode&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1478&quot;&gt;FLINK-1478&lt;/a&gt;: Add
+strictly local input split assignment&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1512&quot;&gt;FLINK-1512&lt;/a&gt;: Add
+CsvReader for reading into POJOs.&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1461&quot;&gt;FLINK-1461&lt;/a&gt;: Add
+sortPartition operator&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1450&quot;&gt;FLINK-1450&lt;/a&gt;: Add
+Fold operator to the Streaming api&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1389&quot;&gt;FLINK-1389&lt;/a&gt;:
+Allow setting custom file extensions for files created by the
+FileOutputFormat&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1236&quot;&gt;FLINK-1236&lt;/a&gt;: Add
+support for localization of Hadoop Input Splits&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1179&quot;&gt;FLINK-1179&lt;/a&gt;: Add
+button to JobManager web interface to request stack trace of a
+TaskManager&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1105&quot;&gt;FLINK-1105&lt;/a&gt;: Add
+support for locally sorted output&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1688&quot;&gt;FLINK-1688&lt;/a&gt;: Add
+socket sink&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-1436&quot;&gt;FLINK-1436&lt;/a&gt;:
+Improve usability of command line interface&lt;/p&gt;
+  &lt;/li&gt;
+&lt;/ul&gt;
+</description>
+<pubDate>Mon, 13 Apr 2015 12:00:00 +0200</pubDate>
+<link>http://flink.apache.org/news/2015/04/13/release-0.9.0-milestone1.html</link>
+<guid isPermaLink="true">/news/2015/04/13/release-0.9.0-milestone1.html</guid>
+</item>
+
+<item>
+<title>March 2015 in the Flink community</title>
+<description>&lt;p&gt;March has been a busy month in the Flink community.&lt;/p&gt;
+
+&lt;h3 id=&quot;flink-runner-for-google-cloud-dataflow&quot;&gt;Flink runner for Google Cloud Dataflow&lt;/h3&gt;
+
+&lt;p&gt;A Flink runner for Google Cloud Dataflow was announced. See the blog
+posts by &lt;a href=&quot;http://data-artisans.com/dataflow.html&quot;&gt;data Artisans&lt;/a&gt; and
+the [Google Cloud Platform Blog]
+(http://googlecloudplatform.blogspot.de/2015/03/announcing-Google-Cloud-Dataflow-runner-for-Apache-Flink.html).
+Google Cloud Dataflow programs can be written using and open-source
+SDK and run in multiple backends, either as a managed service inside
+Google’s infrastructure, or leveraging open source runners,
+including Apache Flink.&lt;/p&gt;
+
+&lt;h3 id=&quot;learn-about-the-internals-of-flink&quot;&gt;Learn about the internals of Flink&lt;/h3&gt;
+
+&lt;p&gt;The community has started an effort to better document the internals
+of Flink. Check out the first articles on the Flink wiki on &lt;a href=&quot;https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=53741525&quot;&gt;how Flink
+manages
+memory&lt;/a&gt;,
+&lt;a href=&quot;https://cwiki.apache.org/confluence/display/FLINK/Data+exchange+between+tasks&quot;&gt;how tasks in Flink exchange
+data&lt;/a&gt;,
+&lt;a href=&quot;https://cwiki.apache.org/confluence/display/FLINK/Type+System%2C+Type+Extraction%2C+Serialization&quot;&gt;type extraction and serialization in
+Flink&lt;/a&gt;,
+as well as &lt;a href=&quot;https://cwiki.apache.org/confluence/display/FLINK/Akka+and+Actors&quot;&gt;how Flink builds on Akka for distributed
+coordination&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;Check out also the &lt;a href=&quot;http://flink.apache.org/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html&quot;&gt;new blog
+post&lt;/a&gt;
+on how Flink executes joins with several insights into Flink’s runtime.&lt;/p&gt;
+
+&lt;h3 id=&quot;meetups-and-talks&quot;&gt;Meetups and talks&lt;/h3&gt;
+
+&lt;p&gt;Flink’s machine learning efforts were presented at the &lt;a href=&quot;http://www.meetup.com/Machine-Learning-Stockholm/events/221144997/&quot;&gt;Machine
+Learning Stockholm meetup
+group&lt;/a&gt;. The
+regular Berlin Flink meetup featured a talk on the past, present, and
+future of Flink. The talk is available on
+&lt;a href=&quot;https://www.youtube.com/watch?v=fw2DBE6ZiEQ&amp;amp;feature=youtu.be&quot;&gt;youtube&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h2 id=&quot;in-the-flink-master&quot;&gt;In the Flink master&lt;/h2&gt;
+
+&lt;h3 id=&quot;table-api-in-scala-and-java&quot;&gt;Table API in Scala and Java&lt;/h3&gt;
+
+&lt;p&gt;The new &lt;a href=&quot;https://github.com/apache/flink/tree/master/flink-staging/flink-table&quot;&gt;Table
+API&lt;/a&gt;
+in Flink is now available in both Java and Scala. Check out the
+examples &lt;a href=&quot;https://github.com/apache/flink/blob/master/flink-staging/flink-table/src/main/java/org/apache/flink/examples/java/JavaTableExample.java&quot;&gt;here (Java)&lt;/a&gt; and &lt;a href=&quot;https://github.com/apache/flink/tree/master/flink-staging/flink-table/src/main/scala/org/apache/flink/examples/scala&quot;&gt;here (Scala)&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h3 id=&quot;additions-to-the-machine-learning-library&quot;&gt;Additions to the Machine Learning library&lt;/h3&gt;
+
+&lt;p&gt;Flink’s &lt;a href=&quot;https://github.com/apache/flink/tree/master/flink-staging/flink-ml&quot;&gt;Machine Learning
+library&lt;/a&gt;
+is seeing quite a bit of traction. Recent additions include the &lt;a href=&quot;http://arxiv.org/abs/1409.1458&quot;&gt;CoCoA
+algorithm&lt;/a&gt; for distributed
+optimization.&lt;/p&gt;
+
+&lt;h3 id=&quot;exactly-once-delivery-guarantees-for-streaming-jobs&quot;&gt;Exactly-once delivery guarantees for streaming jobs&lt;/h3&gt;
+
+&lt;p&gt;Flink streaming jobs now provide exactly once processing guarantees
+when coupled with persistent sources (notably &lt;a href=&quot;http://kafka.apache.org&quot;&gt;Apache
+Kafka&lt;/a&gt;). Flink periodically checkpoints and
+persists the offsets of the sources and restarts from those
+checkpoints at failure recovery. This functionality is currently
+limited in that it does not yet handle large state and iterative
+programs.&lt;/p&gt;
+
+&lt;h3 id=&quot;flink-on-tez&quot;&gt;Flink on Tez&lt;/h3&gt;
+
+&lt;p&gt;A new execution environment enables non-iterative Flink jobs to use
+Tez as an execution backend instead of Flink’s own network stack. Learn more
+&lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/flink_on_tez_guide.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
+</description>
+<pubDate>Tue, 07 Apr 2015 12:00:00 +0200</pubDate>
+<link>http://flink.apache.org/news/2015/04/07/march-in-flink.html</link>
+<guid isPermaLink="true">/news/2015/04/07/march-in-flink.html</guid>
+</item>
+
+<item>
+<title>Peeking into Apache Flink&#39;s Engine Room</title>
+<description>&lt;h3 id=&quot;join-processing-in-apache-flink&quot;&gt;Join Processing in Apache Flink&lt;/h3&gt;
+
+&lt;p&gt;Joins are prevalent operations in many data processing applications. Most data processing systems feature APIs that make joining data sets very easy. However, the internal algorithms for join processing are much more involved – especially if large data sets need to be efficiently handled. Therefore, join processing serves as a good example to discuss the salient design points and implementation details of a data processing system.&lt;/p&gt;
+
+&lt;p&gt;In this blog post, we cut through Apache Flink’s layered architecture and take a look at its internals with a focus on how it handles joins. Specifically, I will&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;show how easy it is to join data sets using Flink’s fluent APIs,&lt;/li&gt;
+  &lt;li&gt;discuss basic distributed join strategies, Flink’s join implementations, and its memory management,&lt;/li&gt;
+  &lt;li&gt;talk about Flink’s optimizer that automatically chooses join strategies,&lt;/li&gt;
+  &lt;li&gt;show some performance numbers for joining data sets of different sizes, and finally&lt;/li&gt;
+  &lt;li&gt;briefly discuss joining of co-located and pre-sorted data sets.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;em&gt;Disclaimer&lt;/em&gt;: This blog post is exclusively about equi-joins. Whenever I say “join” in the following, I actually mean “equi-join”.&lt;/p&gt;
+
+&lt;h3 id=&quot;how-do-i-join-with-flink&quot;&gt;How do I join with Flink?&lt;/h3&gt;
+
+&lt;p&gt;Flink provides fluent APIs in Java and Scala to write data flow programs. Flink’s APIs are centered around parallel data collections which are called data sets. data sets are processed by applying Transformations that compute new data sets. Flink’s transformations include Map and Reduce as known from MapReduce &lt;a href=&quot;http://research.google.com/archive/mapreduce.html&quot;&gt;[1]&lt;/a&gt; but also operators for joining, co-grouping, and iterative processing. The documentation gives an overview of all available transformations &lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-release-0.8/dataset_transformations.html&quot;&gt;[2]&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;Joining two Scala case class data sets is very easy as the following example shows:&lt;/p&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-scala&quot;&gt;&lt;span class=&quot;c1&quot;&gt;// define your data types&lt;/span&gt;
+&lt;span class=&quot;k&quot;&gt;case&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;PageVisit&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;String&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;ip&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;String&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;userId&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;Long&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
+&lt;span class=&quot;k&quot;&gt;case&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;User&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;Long&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;String&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;email&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;String&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;country&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;String&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
+
+&lt;span class=&quot;c1&quot;&gt;// get your data from somewhere&lt;/span&gt;
+&lt;span class=&quot;k&quot;&gt;val&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;visits&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;DataSet&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;kt&quot;&gt;PageVisit&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;]&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;...&lt;/span&gt;
+&lt;span class=&quot;k&quot;&gt;val&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;users&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;DataSet&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;kt&quot;&gt;User&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;]&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;...&lt;/span&gt;
+
+&lt;span class=&quot;c1&quot;&gt;// filter the users data set&lt;/span&gt;
+&lt;span class=&quot;k&quot;&gt;val&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;germanUsers&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;users&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;filter&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;((&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;u&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;u&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;country&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;equals&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&amp;quot;de&amp;quot;&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;))&lt;/span&gt;
+&lt;span class=&quot;c1&quot;&gt;// join data sets&lt;/span&gt;
+&lt;span class=&quot;k&quot;&gt;val&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;germanVisits&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;DataSet&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;[(&lt;/span&gt;&lt;span class=&quot;kt&quot;&gt;PageVisit&lt;/span&gt;, &lt;span class=&quot;kt&quot;&gt;User&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)]&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;=&lt;/span&gt;
+      &lt;span class=&quot;c1&quot;&gt;// equi-join condition (PageVisit.userId = User.id)&lt;/span&gt;
+     &lt;span class=&quot;n&quot;&gt;visits&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;join&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;germanUsers&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;where&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&amp;quot;userId&amp;quot;&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;equalTo&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&amp;quot;id&amp;quot;&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+
+&lt;p&gt;Flink’s APIs also allow to:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;apply a user-defined join function to each pair of joined elements instead returning a &lt;code&gt;($Left, $Right)&lt;/code&gt; tuple,&lt;/li&gt;
+  &lt;li&gt;select fields of pairs of joined Tuple elements (projection), and&lt;/li&gt;
+  &lt;li&gt;define composite join keys such as &lt;code&gt;.where(“orderDate”, “zipCode”).equalTo(“date”, “zip”)&lt;/code&gt;.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;See the documentation for more details on Flink’s join features &lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-release-0.8/dataset_transformations.html#join&quot;&gt;[3]&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h3 id=&quot;how-does-flink-join-my-data&quot;&gt;How does Flink join my data?&lt;/h3&gt;
+
+&lt;p&gt;Flink uses techniques which are well known from parallel database systems to efficiently execute parallel joins. A join operator must establish all pairs of elements from its input data sets for which the join condition evaluates to true. In a standalone system, the most straight-forward implementation of a join is the so-called nested-loop join which builds the full Cartesian product and evaluates the join condition for each pair of elements. This strategy has quadratic complexity and does obviously not scale to large inputs.&lt;/p&gt;
+
+&lt;p&gt;In a distributed system joins are commonly processed in two steps:&lt;/p&gt;
+
+&lt;ol&gt;
+  &lt;li&gt;The data of both inputs is distributed across all parallel instances that participate in the join and&lt;/li&gt;
+  &lt;li&gt;each parallel instance performs a standard stand-alone join algorithm on its local partition of the overall data.&lt;/li&gt;
+&lt;/ol&gt;
+
+&lt;p&gt;The distribution of data across parallel instances must ensure that each valid join pair can be locally built by exactly one instance. For both steps, there are multiple valid strategies that can be independently picked and which are favorable in different situations. In Flink terminology, the first phase is called Ship Strategy and the second phase Local Strategy. In the following I will describe Flink’s ship and local strategies to join two data sets &lt;em&gt;R&lt;/em&gt; and &lt;em&gt;S&lt;/em&gt;.&lt;/p&gt;
+
+&lt;h4 id=&quot;ship-strategies&quot;&gt;Ship Strategies&lt;/h4&gt;
+&lt;p&gt;Flink features two ship strategies to establish a valid data partitioning for a join:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;the &lt;em&gt;Repartition-Repartition&lt;/em&gt; strategy (RR) and&lt;/li&gt;
+  &lt;li&gt;the &lt;em&gt;Broadcast-Forward&lt;/em&gt; strategy (BF).&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;The Repartition-Repartition strategy partitions both inputs, R and S, on their join key attributes using the same partitioning function. Each partition is assigned to exactly one parallel join instance and all data of that partition is sent to its associated instance. This ensures that all elements that share the same join key are shipped to the same parallel instance and can be locally joined. The cost of the RR strategy is a full shuffle of both data sets over the network.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/joins-repartition.png&quot; style=&quot;width:90%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;The Broadcast-Forward strategy sends one complete data set (R) to each parallel instance that holds a partition of the other data set (S), i.e., each parallel instance receives the full data set R. Data set S remains local and is not shipped at all. The cost of the BF strategy depends on the size of R and the number of parallel instances it is shipped to. The size of S does not matter because S is not moved. The figure below illustrates how both ship strategies work.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/joins-broadcast.png&quot; style=&quot;width:90%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;The Repartition-Repartition and Broadcast-Forward ship strategies establish suitable data distributions to execute a distributed join. Depending on the operations that are applied before the join, one or even both inputs of a join are already distributed in a suitable way across parallel instances. In this case, Flink will reuse such distributions and only ship one or no input at all.&lt;/p&gt;
+
+&lt;h4 id=&quot;flinks-memory-management&quot;&gt;Flink’s Memory Management&lt;/h4&gt;
+&lt;p&gt;Before delving into the details of Flink’s local join algorithms, I will briefly discuss Flink’s internal memory management. Data processing algorithms such as joining, grouping, and sorting need to hold portions of their input data in memory. While such algorithms perform best if there is enough memory available to hold all data, it is crucial to gracefully handle situations where the data size exceeds memory. Such situations are especially tricky in JVM-based systems such as Flink because the system needs to reliably recognize that it is short on memory. Failure to detect such situations can result in an &lt;code&gt;OutOfMemoryException&lt;/code&gt; and kill the JVM.&lt;/p&gt;
+
+&lt;p&gt;Flink handles this challenge by actively managing its memory. When a worker node (TaskManager) is started, it allocates a fixed portion (70% by default) of the JVM’s heap memory that is available after initialization as 32KB byte arrays. These byte arrays are distributed as working memory to all algorithms that need to hold significant portions of data in memory. The algorithms receive their input data as Java data objects and serialize them into their working memory.&lt;/p&gt;
+
+&lt;p&gt;This design has several nice properties. First, the number of data objects on the JVM heap is much lower resulting in less garbage collection pressure. Second, objects on the heap have a certain space overhead and the binary representation is more compact. Especially data sets of many small elements benefit from that. Third, an algorithm knows exactly when the input data exceeds its working memory and can react by writing some of its filled byte arrays to the worker’s local filesystem. After the content of a byte array is written to disk, it can be reused to process more data. Reading data back into memory is as simple as reading the binary data from the local filesystem. The following figure illustrates Flink’s memory management.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/joins-memmgmt.png&quot; style=&quot;width:90%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;This active memory management makes Flink extremely robust for processing very large data sets on limited memory resources while preserving all benefits of in-memory processing if data is small enough to fit in-memory. De/serializing data into and from memory has a certain cost overhead compared to simply holding all data elements on the JVM’s heap. However, Flink features efficient custom de/serializers which also allow to perform certain operations such as comparisons directly on serialized data without deserializing data objects from memory.&lt;/p&gt;
+
+&lt;h4 id=&quot;local-strategies&quot;&gt;Local Strategies&lt;/h4&gt;
+
+&lt;p&gt;After the data has been distributed across all parallel join instances using either a Repartition-Repartition or Broadcast-Forward ship strategy, each instance runs a local join algorithm to join the elements of its local partition. Flink’s runtime features two common join strategies to perform these local joins:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;the &lt;em&gt;Sort-Merge-Join&lt;/em&gt; strategy (SM) and&lt;/li&gt;
+  &lt;li&gt;the &lt;em&gt;Hybrid-Hash-Join&lt;/em&gt; strategy (HH).&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;The Sort-Merge-Join works by first sorting both input data sets on their join key attributes (Sort Phase) and merging the sorted data sets as a second step (Merge Phase). The sort is done in-memory if the local partition of a data set is small enough. Otherwise, an external merge-sort is done by collecting data until the working memory is filled, sorting it, writing the sorted data to the local filesystem, and starting over by filling the working memory again with more incoming data. After all input data has been received, sorted, and written as sorted runs to the local file system, a fully sorted stream can be obtained. This is done by reading the partially sorted runs from the local filesystem and sort-merging the records on the fly. Once the sorted streams of both inputs are available, both streams are sequentially read and merge-joined in a zig-zag fashion by comparing the sorted join key attributes, building join element pairs for matching keys, and advancing the sorte
 d stream with the lower join key. The figure below shows how the Sort-Merge-Join strategy works.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/joins-smj.png&quot; style=&quot;width:90%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;The Hybrid-Hash-Join distinguishes its inputs as build-side and probe-side input and works in two phases, a build phase followed by a probe phase. In the build phase, the algorithm reads the build-side input and inserts all data elements into an in-memory hash table indexed by their join key attributes. If the hash table outgrows the algorithm’s working memory, parts of the hash table (ranges of hash indexes) are written to the local filesystem. The build phase ends after the build-side input has been fully consumed. In the probe phase, the algorithm reads the probe-side input and probes the hash table for each element using its join key attribute. If the element falls into a hash index range that was spilled to disk, the element is also written to disk. Otherwise, the element is immediately joined with all matching elements from the hash table. If the hash table completely fits into the working memory, the join is finished after the probe-side input has been fully consum
 ed. Otherwise, the current hash table is dropped and a new hash table is built using spilled parts of the build-side input. This hash table is probed by the corresponding parts of the spilled probe-side input. Eventually, all data is joined. Hybrid-Hash-Joins perform best if the hash table completely fits into the working memory because an arbitrarily large the probe-side input can be processed on-the-fly without materializing it. However even if build-side input does not fit into memory, the the Hybrid-Hash-Join has very nice properties. In this case, in-memory processing is partially preserved and only a fraction of the build-side and probe-side data needs to be written to and read from the local filesystem. The next figure illustrates how the Hybrid-Hash-Join works.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/joins-hhj.png&quot; style=&quot;width:90%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;h3 id=&quot;how-does-flink-choose-join-strategies&quot;&gt;How does Flink choose join strategies?&lt;/h3&gt;
+
+&lt;p&gt;Ship and local strategies do not depend on each other and can be independently chosen. Therefore, Flink can execute a join of two data sets R and S in nine different ways by combining any of the three ship strategies (RR, BF with R being broadcasted, BF with S being broadcasted) with any of the three local strategies (SM, HH with R being build-side, HH with S being build-side). Each of these strategy combinations results in different execution performance depending on the data sizes and the available amount of working memory. In case of a small data set R and a much larger data set S, broadcasting R and using it as build-side input of a Hybrid-Hash-Join is usually a good choice because the much larger data set S is not shipped and not materialized (given that the hash table completely fits into memory). If both data sets are rather large or the join is performed on many parallel instances, repartitioning both inputs is a robust choice.&lt;/p&gt;
+
+&lt;p&gt;Flink features a cost-based optimizer which automatically chooses the execution strategies for all operators including joins. Without going into the details of cost-based optimization, this is done by computing cost estimates for execution plans with different strategies and picking the plan with the least estimated costs. Thereby, the optimizer estimates the amount of data which is shipped over the the network and written to disk. If no reliable size estimates for the input data can be obtained, the optimizer falls back to robust default choices. A key feature of the optimizer is to reason about existing data properties. For example, if the data of one input is already partitioned in a suitable way, the generated candidate plans will not repartition this input. Hence, the choice of a RR ship strategy becomes more likely. The same applies for previously sorted data and the Sort-Merge-Join strategy. Flink programs can help the optimizer to reason about existing data properti
 es by providing semantic information about  user-defined functions &lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/programming_guide.html#semantic-annotations&quot;&gt;[4]&lt;/a&gt;. While the optimizer is a killer feature of Flink, it can happen that a user knows better than the optimizer how to execute a specific join. Similar to relational database systems, Flink offers optimizer hints to tell the optimizer which join strategies to pick &lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/dataset_transformations.html#join-algorithm-hints&quot;&gt;[5]&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h3 id=&quot;how-is-flinks-join-performance&quot;&gt;How is Flink’s join performance?&lt;/h3&gt;
+
+&lt;p&gt;Alright, that sounds good, but how fast are joins in Flink? Let’s have a look. We start with a benchmark of the single-core performance of Flink’s Hybrid-Hash-Join implementation and run a Flink program that executes a Hybrid-Hash-Join with parallelism 1. We run the program on a n1-standard-2 Google Compute Engine instance (2 vCPUs, 7.5GB memory) with two locally attached SSDs. We give 4GB as working memory to the join. The join program generates 1KB records for both inputs on-the-fly, i.e., the data is not read from disk. We run 1:N (Primary-Key/Foreign-Key) joins and generate the smaller input with unique Integer join keys and the larger input with randomly chosen Integer join keys that fall into the key range of the smaller input. Hence, each tuple of the larger side joins with exactly one tuple of the smaller side. The result of the join is immediately discarded. We vary the size of the build-side input from 1 million to 12 million elements (1GB to 12GB). The probe-
 side input is kept constant at 64 million elements (64GB). The following chart shows the average execution time of three runs for each setup.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/joins-single-perf.png&quot; style=&quot;width:85%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;The joins with 1 to 3 GB build side (blue bars) are pure in-memory joins. The other joins partially spill data to disk (4 to 12GB, orange bars). The results show that the performance of Flink’s Hybrid-Hash-Join remains stable as long as the hash table completely fits into memory. As soon as the hash table becomes larger than the working memory, parts of the hash table and corresponding parts of the probe side are spilled to disk. The chart shows that the performance of the Hybrid-Hash-Join gracefully decreases in this situation, i.e., there is no sharp increase in runtime when the join starts spilling. In combination with Flink’s robust memory management, this execution behavior gives smooth performance without the need for fine-grained, data-dependent memory tuning.&lt;/p&gt;
+
+&lt;p&gt;So, Flink’s Hybrid-Hash-Join implementation performs well on a single thread even for limited memory resources, but how good is Flink’s performance when joining larger data sets in a distributed setting? For the next experiment we compare the performance of the most common join strategy combinations, namely:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Broadcast-Forward, Hybrid-Hash-Join (broadcasting and building with the smaller side),&lt;/li&gt;
+  &lt;li&gt;Repartition, Hybrid-Hash-Join (building with the smaller side), and&lt;/li&gt;
+  &lt;li&gt;Repartition, Sort-Merge-Join&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;for different input size ratios:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;1GB     : 1000GB&lt;/li&gt;
+  &lt;li&gt;10GB    : 1000GB&lt;/li&gt;
+  &lt;li&gt;100GB   : 1000GB&lt;/li&gt;
+  &lt;li&gt;1000GB  : 1000GB&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;The Broadcast-Forward strategy is only executed for up to 10GB. Building a hash table from 100GB broadcasted data in 5GB working memory would result in spilling proximately 95GB (build input) + 950GB (probe input) in each parallel thread and require more than 8TB local disk storage on each machine.&lt;/p&gt;
+
+&lt;p&gt;As in the single-core benchmark, we run 1:N joins, generate the data on-the-fly, and immediately discard the result after the join. We run the benchmark on 10 n1-highmem-8 Google Compute Engine instances. Each instance is equipped with 8 cores, 52GB RAM, 40GB of which are configured as working memory (5GB per core), and one local SSD for spilling to disk. All benchmarks are performed using the same configuration, i.e., no fine tuning for the respective data sizes is done. The programs are executed with a parallelism of 80.&lt;/p&gt;
+
+&lt;center&gt;
+&lt;img src=&quot;/img/blog/joins-dist-perf.png&quot; style=&quot;width:70%;margin:15px&quot; /&gt;
+&lt;/center&gt;
+
+&lt;p&gt;As expected, the Broadcast-Forward strategy performs best for very small inputs because the large probe side is not shipped over the network and is locally joined. However, when the size of the broadcasted side grows, two problems arise. First the amount of data which is shipped increases but also each parallel instance has to process the full broadcasted data set. The performance of both Repartitioning strategies behaves similar for growing input sizes which indicates that these strategies are mainly limited by the cost of the data transfer (at max 2TB are shipped over the network and joined). Although the Sort-Merge-Join strategy shows the worst performance all shown cases, it has a right to exist because it can nicely exploit sorted input data.&lt;/p&gt;
+
+&lt;h3 id=&quot;ive-got-sooo-much-data-to-join-do-i-really-need-to-ship-it&quot;&gt;I’ve got sooo much data to join, do I really need to ship it?&lt;/h3&gt;
+
+&lt;p&gt;We have seen that off-the-shelf distributed joins work really well in Flink. But what if your data is so huge that you do not want to shuffle it across your cluster? We recently added some features to Flink for specifying semantic properties (partitioning and sorting) on input splits and co-located reading of local input files. With these tools at hand, it is possible to join pre-partitioned data sets from your local filesystem without sending a single byte over your cluster’s network. If the input data is even pre-sorted, the join can be done as a Sort-Merge-Join without sorting, i.e., the join is essentially done on-the-fly. Exploiting co-location requires a very special setup though. Data needs to be stored on the local filesystem because HDFS does not feature data co-location and might move file blocks across data nodes. That means you need to take care of many things yourself which HDFS would have done for you, including replication to avoid data loss. On the other h
 and, performance gains of joining co-located and pre-sorted can be quite substantial.&lt;/p&gt;
+
+&lt;h3 id=&quot;tldr-what-should-i-remember-from-all-of-this&quot;&gt;tl;dr: What should I remember from all of this?&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Flink’s fluent Scala and Java APIs make joins and other data transformations easy as cake.&lt;/li&gt;
+  &lt;li&gt;The optimizer does the hard choices for you, but gives you control in case you know better.&lt;/li&gt;
+  &lt;li&gt;Flink’s join implementations perform very good in-memory and gracefully degrade when going to disk.&lt;/li&gt;
+  &lt;li&gt;Due to Flink’s robust memory management, there is no need for job- or data-specific memory tuning to avoid a nasty &lt;code&gt;OutOfMemoryException&lt;/code&gt;. It just runs out-of-the-box.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h4 id=&quot;references&quot;&gt;References&lt;/h4&gt;
+
+&lt;p&gt;[1] &lt;a href=&quot;&quot;&gt;“MapReduce: Simplified data processing on large clusters”&lt;/a&gt;, Dean, Ghemawat, 2004 &lt;br /&gt;
+[2] &lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-release-0.8/dataset_transformations.html&quot;&gt;Flink 0.8.1 documentation: Data Transformations&lt;/a&gt; &lt;br /&gt;
+[3] &lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-release-0.8/dataset_transformations.html#join&quot;&gt;Flink 0.8.1 documentation: Joins&lt;/a&gt; &lt;br /&gt;
+[4] &lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/programming_guide.html#semantic-annotations&quot;&gt;Flink 0.9-SNAPSHOT documentation: Semantic annotations&lt;/a&gt; &lt;br /&gt;
+[5] &lt;a href=&quot;http://ci.apache.org/projects/flink/flink-docs-master/dataset_transformations.html#join-algorithm-hints&quot;&gt;Flink 0.9-SNAPSHOT documentation: Optimizer join hints&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;br /&gt;
+&lt;small&gt;Written by Fabian Hueske (&lt;a href=&quot;https://twitter.com/fhueske&quot;&gt;@fhueske&lt;/a&gt;).&lt;/small&gt;&lt;/p&gt;
+</description>
+<pubDate>Fri, 13 Mar 2015 11:00:00 +0100</pubDate>
+<link>http://flink.apache.org/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html</link>
+<guid isPermaLink="true">/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html</guid>
+</item>
+
+<item>
+<title>February 2015 in the Flink community</title>
+<description>&lt;p&gt;February might be the shortest month of the year, but this does not
+mean that the Flink community has not been busy adding features to the
+system and fixing bugs. Here’s a rundown of the activity in the Flink
+community last month.&lt;/p&gt;
+
+&lt;h3 id=&quot;release&quot;&gt;0.8.1 release&lt;/h3&gt;
+
+&lt;p&gt;Flink 0.8.1 was released. This bugfixing release resolves a total of 22 issues.&lt;/p&gt;
+
+&lt;h3 id=&quot;new-committer&quot;&gt;New committer&lt;/h3&gt;
+
+&lt;p&gt;&lt;a href=&quot;https://github.com/mxm&quot;&gt;Max Michels&lt;/a&gt; has been voted a committer by the Flink PMC.&lt;/p&gt;
+
+&lt;h3 id=&quot;flink-adapter-for-apache-samoa&quot;&gt;Flink adapter for Apache SAMOA&lt;/h3&gt;
+
+&lt;p&gt;&lt;a href=&quot;http://samoa.incubator.apache.org&quot;&gt;Apache SAMOA (incubating)&lt;/a&gt; is a
+distributed streaming machine learning (ML) framework with a
+programming abstraction for distributed streaming ML algorithms. SAMOA
+runs on a variety of backend engines, currently Apache Storm and
+Apache S4.  A &lt;a href=&quot;https://github.com/apache/incubator-samoa/pull/11&quot;&gt;pull
+request&lt;/a&gt; is
+available at the SAMOA repository that adds a Flink adapter for SAMOA.&lt;/p&gt;
+
+&lt;h3 id=&quot;easy-flink-deployment-on-google-compute-cloud&quot;&gt;Easy Flink deployment on Google Compute Cloud&lt;/h3&gt;
+
+&lt;p&gt;Flink is now integrated in bdutil, Google’s open source tool for
+creating and configuring (Hadoop) clusters in Google Compute
+Engine. Deployment of Flink clusters in now supported starting with
+&lt;a href=&quot;https://groups.google.com/forum/#!topic/gcp-hadoop-announce/uVJ_6y9cGKM&quot;&gt;bdutil
+1.2.0&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h3 id=&quot;flink-on-the-web&quot;&gt;Flink on the Web&lt;/h3&gt;
+
+&lt;p&gt;A new blog post on &lt;a href=&quot;http://flink.apache.org/news/2015/02/09/streaming-example.html&quot;&gt;Flink
+Streaming&lt;/a&gt;
+was published at the blog. Flink was mentioned in several articles on
+the web. Here are some examples:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;http://dataconomy.com/how-flink-became-an-apache-top-level-project/&quot;&gt;How Flink became an Apache Top-Level Project&lt;/a&gt;&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/pulse/stale-synchronous-parallelism-new-frontier-apache-flink-nam-luc-tran?utm_content=buffer461af&amp;amp;utm_medium=social&amp;amp;utm_source=linkedin.com&amp;amp;utm_campaign=buffer&quot;&gt;Stale Synchronous Parallelism: The new frontier for Apache Flink?&lt;/a&gt;&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;http://www.hadoopsphere.com/2015/02/distributed-data-processing-with-apache.html&quot;&gt;Distributed data processing with Apache Flink&lt;/a&gt;&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;&lt;a href=&quot;http://www.hadoopsphere.com/2015/02/ciao-latency-hallo-speed.html&quot;&gt;Ciao latency, hello speed&lt;/a&gt;&lt;/p&gt;
+  &lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;in-the-flink-master&quot;&gt;In the Flink master&lt;/h2&gt;
+
+&lt;p&gt;The following features have been now merged in Flink’s master repository.&lt;/p&gt;
+
+&lt;h3 id=&quot;gelly&quot;&gt;Gelly&lt;/h3&gt;
+
+&lt;p&gt;Gelly, Flink’s Graph API allows users to manipulate graph-shaped data
+directly. Here’s for example a calculation of shortest paths in a
+graph:&lt;/p&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot; data-lang=&quot;java&quot;&gt;&lt;span class=&quot;n&quot;&gt;Graph&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;Long&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;Double&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;Double&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;graph&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;Graph&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;fromDataSet&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;vertices&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;edges&lt;/span&gt;&lt;span class=&quot;o&quot
 ;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;env&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt;
+
+&lt;span class=&quot;n&quot;&gt;DataSet&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;Vertex&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;Long&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;Double&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;singleSourceShortestPaths&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;graph&lt;/span&gt;
+     &lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;run&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;new&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;SingleSourceShortestPaths&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;Long&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;&amp;gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;srcVertexId&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt;
+           &lt;span class=&quot;n&quot;&gt;maxIterations&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)).&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;getVertices&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;();&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+
+&lt;p&gt;See more Gelly examples
+&lt;a href=&quot;https://github.com/apache/flink/tree/master/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h3 id=&quot;flink-expressions&quot;&gt;Flink Expressions&lt;/h3&gt;
+
+&lt;p&gt;The newly merged
+&lt;a href=&quot;https://github.com/apache/flink/tree/master/flink-staging/flink-expressions&quot;&gt;flink-expressions&lt;/a&gt;
+module is the first step in Flink’s roadmap towards logical queries
+and SQL support. Here’s a preview on how you can read two CSV file,
+assign a logical schema to, and apply transformations like filters and
+joins using logical attributes rather than physical data types.&lt;/p&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-scala&quot; data-lang=&quot;scala&quot;&gt;&lt;span class=&quot;k&quot;&gt;val&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;customers&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;getCustomerDataSet&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;env&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
+ &lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;as&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;id&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;mktSegment&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
+ &lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;filter&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt; &lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;mktSegment&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;===&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&amp;quot;AUTOMOBILE&amp;quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
+
+&lt;span class=&quot;k&quot;&gt;val&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;orders&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;getOrdersDataSet&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;env&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
+ &lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;filter&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;o&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;dateFormat&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;orderDate&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;before&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;date&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
+ &lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;as&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;orderId&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;custId&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;orderDate&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;-Symbol&quot;&gt;&amp;#39;shipPrio&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
+
+&lt;span class=&quot;k&quot;&gt;val&lt;/

<TRUNCATED>

[13/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap-readable.css
----------------------------------------------------------------------
diff --git a/css/bootstrap-readable.css b/css/bootstrap-readable.css
deleted file mode 100644
index 3d3791a..0000000
--- a/css/bootstrap-readable.css
+++ /dev/null
@@ -1,5899 +0,0 @@
-@import url("//fonts.googleapis.com/css?family=Raleway:400,700");
-/*!
- * Bootswatch v3.1.1+1
- * Homepage: http://bootswatch.com
- * Copyright 2012-2014 Thomas Park
- * Licensed under MIT
- * Based on Bootstrap
-*/
-/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
-html {
-  font-family: sans-serif;
-  -ms-text-size-adjust: 100%;
-  -webkit-text-size-adjust: 100%;
-}
-body {
-  margin: 0;
-}
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-nav,
-section,
-summary {
-  display: block;
-}
-audio,
-canvas,
-progress,
-video {
-  display: inline-block;
-  vertical-align: baseline;
-}
-audio:not([controls]) {
-  display: none;
-  height: 0;
-}
-[hidden],
-template {
-  display: none;
-}
-a {
-  background: transparent;
-}
-a:active,
-a:hover {
-  outline: 0;
-}
-abbr[title] {
-  border-bottom: 1px dotted;
-}
-b,
-strong {
-  font-weight: bold;
-}
-dfn {
-  font-style: italic;
-}
-h1 {
-  font-size: 2em;
-  margin: 0.67em 0;
-}
-mark {
-  background: #ff0;
-  color: #000;
-}
-small {
-  font-size: 80%;
-}
-sub,
-sup {
-  font-size: 75%;
-  line-height: 0;
-  position: relative;
-  vertical-align: baseline;
-}
-sup {
-  top: -0.5em;
-}
-sub {
-  bottom: -0.25em;
-}
-img {
-  border: 0;
-}
-svg:not(:root) {
-  overflow: hidden;
-}
-figure {
-  margin: 1em 40px;
-}
-hr {
-  -moz-box-sizing: content-box;
-  box-sizing: content-box;
-  height: 0;
-}
-pre {
-  overflow: auto;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: monospace, monospace;
-  font-size: 1em;
-}
-button,
-input,
-optgroup,
-select,
-textarea {
-  color: inherit;
-  font: inherit;
-  margin: 0;
-}
-button {
-  overflow: visible;
-}
-button,
-select {
-  text-transform: none;
-}
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
-  -webkit-appearance: button;
-  cursor: pointer;
-}
-button[disabled],
-html input[disabled] {
-  cursor: default;
-}
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-  border: 0;
-  padding: 0;
-}
-input {
-  line-height: normal;
-}
-input[type="checkbox"],
-input[type="radio"] {
-  box-sizing: border-box;
-  padding: 0;
-}
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: textfield;
-  -moz-box-sizing: content-box;
-  -webkit-box-sizing: content-box;
-  box-sizing: content-box;
-}
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
-  -webkit-appearance: none;
-}
-fieldset {
-  border: 1px solid #c0c0c0;
-  margin: 0 2px;
-  padding: 0.35em 0.625em 0.75em;
-}
-legend {
-  border: 0;
-  padding: 0;
-}
-textarea {
-  overflow: auto;
-}
-optgroup {
-  font-weight: bold;
-}
-table {
-  border-collapse: collapse;
-  border-spacing: 0;
-}
-td,
-th {
-  padding: 0;
-}
-@media print {
-  * {
-    text-shadow: none !important;
-    color: #000 !important;
-    background: transparent !important;
-    box-shadow: none !important;
-  }
-  a,
-  a:visited {
-    text-decoration: underline;
-  }
-  a[href]:after {
-    content: " (" attr(href) ")";
-  }
-  abbr[title]:after {
-    content: " (" attr(title) ")";
-  }
-  a[href^="javascript:"]:after,
-  a[href^="#"]:after {
-    content: "";
-  }
-  pre,
-  blockquote {
-    border: 1px solid #999;
-    page-break-inside: avoid;
-  }
-  thead {
-    display: table-header-group;
-  }
-  tr,
-  img {
-    page-break-inside: avoid;
-  }
-  img {
-    max-width: 100% !important;
-  }
-  p,
-  h2,
-  h3 {
-    orphans: 3;
-    widows: 3;
-  }
-  h2,
-  h3 {
-    page-break-after: avoid;
-  }
-  select {
-    background: #fff !important;
-  }
-  .navbar {
-    display: none;
-  }
-  .table td,
-  .table th {
-    background-color: #fff !important;
-  }
-  .btn > .caret,
-  .dropup > .btn > .caret {
-    border-top-color: #000 !important;
-  }
-  .label {
-    border: 1px solid #000;
-  }
-  .table {
-    border-collapse: collapse !important;
-  }
-  .table-bordered th,
-  .table-bordered td {
-    border: 1px solid #ddd !important;
-  }
-}
-* {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-*:before,
-*:after {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-html {
-  font-size: 62.5%;
-  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-body {
-  font-family: Georgia, "Times New Roman", Times, serif;
-  font-size: 16px;
-  line-height: 1.42857143;
-  color: #333333;
-  background-color: #ffffff;
-}
-input,
-button,
-select,
-textarea {
-  font-family: inherit;
-  font-size: inherit;
-  line-height: inherit;
-}
-a {
-  color: #4582ec;
-  text-decoration: none;
-}
-a:hover,
-a:focus {
-  color: #134fb8;
-  text-decoration: underline;
-}
-a:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-figure {
-  margin: 0;
-}
-img {
-  vertical-align: middle;
-}
-.img-responsive,
-.thumbnail > img,
-.thumbnail a > img,
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
-  display: block;
-  max-width: 100%;
-  height: auto;
-}
-.img-rounded {
-  border-radius: 6px;
-}
-.img-thumbnail {
-  padding: 4px;
-  line-height: 1.42857143;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  border-radius: 4px;
-  -webkit-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-  display: inline-block;
-  max-width: 100%;
-  height: auto;
-}
-.img-circle {
-  border-radius: 50%;
-}
-hr {
-  margin-top: 22px;
-  margin-bottom: 22px;
-  border: 0;
-  border-top: 1px solid #eeeeee;
-}
-.sr-only {
-  position: absolute;
-  width: 1px;
-  height: 1px;
-  margin: -1px;
-  padding: 0;
-  overflow: hidden;
-  clip: rect(0, 0, 0, 0);
-  border: 0;
-}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
-  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-weight: bold;
-  line-height: 1.1;
-  color: inherit;
-}
-h1 small,
-h2 small,
-h3 small,
-h4 small,
-h5 small,
-h6 small,
-.h1 small,
-.h2 small,
-.h3 small,
-.h4 small,
-.h5 small,
-.h6 small,
-h1 .small,
-h2 .small,
-h3 .small,
-h4 .small,
-h5 .small,
-h6 .small,
-.h1 .small,
-.h2 .small,
-.h3 .small,
-.h4 .small,
-.h5 .small,
-.h6 .small {
-  font-weight: normal;
-  line-height: 1;
-  color: #b3b3b3;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
-  margin-top: 22px;
-  margin-bottom: 11px;
-}
-h1 small,
-.h1 small,
-h2 small,
-.h2 small,
-h3 small,
-.h3 small,
-h1 .small,
-.h1 .small,
-h2 .small,
-.h2 .small,
-h3 .small,
-.h3 .small {
-  font-size: 65%;
-}
-h4,
-.h4,
-h5,
-.h5,
-h6,
-.h6 {
-  margin-top: 11px;
-  margin-bottom: 11px;
-}
-h4 small,
-.h4 small,
-h5 small,
-.h5 small,
-h6 small,
-.h6 small,
-h4 .small,
-.h4 .small,
-h5 .small,
-.h5 .small,
-h6 .small,
-.h6 .small {
-  font-size: 75%;
-}
-h1,
-.h1 {
-  font-size: 41px;
-}
-h2,
-.h2 {
-  font-size: 34px;
-}
-h3,
-.h3 {
-  font-size: 28px;
-}
-h4,
-.h4 {
-  font-size: 20px;
-}
-h5,
-.h5 {
-  font-size: 16px;
-}
-h6,
-.h6 {
-  font-size: 14px;
-}
-p {
-  margin: 0 0 11px;
-}
-.lead {
-  margin-bottom: 22px;
-  font-size: 18px;
-  font-weight: 200;
-  line-height: 1.4;
-}
-@media (min-width: 768px) {
-  .lead {
-    font-size: 24px;
-  }
-}
-small,
-.small {
-  font-size: 85%;
-}
-cite {
-  font-style: normal;
-}
-.text-left {
-  text-align: left;
-}
-.text-right {
-  text-align: right;
-}
-.text-center {
-  text-align: center;
-}
-.text-justify {
-  text-align: justify;
-}
-.text-muted {
-  color: #b3b3b3;
-}
-.text-primary {
-  color: #4582ec;
-}
-a.text-primary:hover {
-  color: #1863e6;
-}
-.text-success {
-  color: #3fad46;
-}
-a.text-success:hover {
-  color: #318837;
-}
-.text-info {
-  color: #5bc0de;
-}
-a.text-info:hover {
-  color: #31b0d5;
-}
-.text-warning {
-  color: #f0ad4e;
-}
-a.text-warning:hover {
-  color: #ec971f;
-}
-.text-danger {
-  color: #d9534f;
-}
-a.text-danger:hover {
-  color: #c9302c;
-}
-.bg-primary {
-  color: #fff;
-  background-color: #4582ec;
-}
-a.bg-primary:hover {
-  background-color: #1863e6;
-}
-.bg-success {
-  background-color: #dff0d8;
-}
-a.bg-success:hover {
-  background-color: #c1e2b3;
-}
-.bg-info {
-  background-color: #d9edf7;
-}
-a.bg-info:hover {
-  background-color: #afd9ee;
-}
-.bg-warning {
-  background-color: #fcf8e3;
-}
-a.bg-warning:hover {
-  background-color: #f7ecb5;
-}
-.bg-danger {
-  background-color: #f2dede;
-}
-a.bg-danger:hover {
-  background-color: #e4b9b9;
-}
-.page-header {
-  padding-bottom: 10px;
-  margin: 44px 0 22px;
-  border-bottom: 1px solid #eeeeee;
-}
-ul,
-ol {
-  margin-top: 0;
-  margin-bottom: 11px;
-}
-ul ul,
-ol ul,
-ul ol,
-ol ol {
-  margin-bottom: 0;
-}
-.list-unstyled {
-  padding-left: 0;
-  list-style: none;
-}
-.list-inline {
-  padding-left: 0;
-  list-style: none;
-  margin-left: -5px;
-}
-.list-inline > li {
-  display: inline-block;
-  padding-left: 5px;
-  padding-right: 5px;
-}
-dl {
-  margin-top: 0;
-  margin-bottom: 22px;
-}
-dt,
-dd {
-  line-height: 1.42857143;
-}
-dt {
-  font-weight: bold;
-}
-dd {
-  margin-left: 0;
-}
-@media (min-width: 768px) {
-  .dl-horizontal dt {
-    float: left;
-    width: 160px;
-    clear: left;
-    text-align: right;
-    overflow: hidden;
-    text-overflow: ellipsis;
-    white-space: nowrap;
-  }
-  .dl-horizontal dd {
-    margin-left: 180px;
-  }
-}
-abbr[title],
-abbr[data-original-title] {
-  cursor: help;
-  border-bottom: 1px dotted #b3b3b3;
-}
-.initialism {
-  font-size: 90%;
-  text-transform: uppercase;
-}
-blockquote {
-  padding: 11px 22px;
-  margin: 0 0 22px;
-  font-size: 20px;
-  border-left: 5px solid #4582ec;
-}
-blockquote p:last-child,
-blockquote ul:last-child,
-blockquote ol:last-child {
-  margin-bottom: 0;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
-  display: block;
-  font-size: 80%;
-  line-height: 1.42857143;
-  color: #333333;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
-  content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
-  padding-right: 15px;
-  padding-left: 0;
-  border-right: 5px solid #4582ec;
-  border-left: 0;
-  text-align: right;
-}
-.blockquote-reverse footer:before,
-blockquote.pull-right footer:before,
-.blockquote-reverse small:before,
-blockquote.pull-right small:before,
-.blockquote-reverse .small:before,
-blockquote.pull-right .small:before {
-  content: '';
-}
-.blockquote-reverse footer:after,
-blockquote.pull-right footer:after,
-.blockquote-reverse small:after,
-blockquote.pull-right small:after,
-.blockquote-reverse .small:after,
-blockquote.pull-right .small:after {
-  content: '\00A0 \2014';
-}
-blockquote:before,
-blockquote:after {
-  content: "";
-}
-address {
-  margin-bottom: 22px;
-  font-style: normal;
-  line-height: 1.42857143;
-}
-code,
-kbd,
-pre,
-samp {
-  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
-}
-code {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #c7254e;
-  background-color: #f9f2f4;
-  white-space: nowrap;
-  border-radius: 4px;
-}
-kbd {
-  padding: 2px 4px;
-  font-size: 90%;
-  color: #ffffff;
-  background-color: #333333;
-  border-radius: 3px;
-  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-}
-pre {
-  display: block;
-  padding: 10.5px;
-  margin: 0 0 11px;
-  font-size: 15px;
-  line-height: 1.42857143;
-  word-break: break-all;
-  word-wrap: break-word;
-  color: #333333;
-  background-color: #f5f5f5;
-  border: 1px solid #cccccc;
-  border-radius: 4px;
-}
-pre code {
-  padding: 0;
-  font-size: inherit;
-  color: inherit;
-  white-space: pre-wrap;
-  background-color: transparent;
-  border-radius: 0;
-}
-.pre-scrollable {
-  max-height: 340px;
-  overflow-y: scroll;
-}
-.container {
-  margin-right: auto;
-  margin-left: auto;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-@media (min-width: 768px) {
-  .container {
-    width: 750px;
-  }
-}
-@media (min-width: 992px) {
-  .container {
-    width: 970px;
-  }
-}
-@media (min-width: 1200px) {
-  .container {
-    width: 1170px;
-  }
-}
-.container-fluid {
-  margin-right: auto;
-  margin-left: auto;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-.row {
-  margin-left: -15px;
-  margin-right: -15px;
-}
-.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
-  position: relative;
-  min-height: 1px;
-  padding-left: 15px;
-  padding-right: 15px;
-}
-.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
-  float: left;
-}
-.col-xs-12 {
-  width: 100%;
-}
-.col-xs-11 {
-  width: 91.66666667%;
-}
-.col-xs-10 {
-  width: 83.33333333%;
-}
-.col-xs-9 {
-  width: 75%;
-}
-.col-xs-8 {
-  width: 66.66666667%;
-}
-.col-xs-7 {
-  width: 58.33333333%;
-}
-.col-xs-6 {
-  width: 50%;
-}
-.col-xs-5 {
-  width: 41.66666667%;
-}
-.col-xs-4 {
-  width: 33.33333333%;
-}
-.col-xs-3 {
-  width: 25%;
-}
-.col-xs-2 {
-  width: 16.66666667%;
-}
-.col-xs-1 {
-  width: 8.33333333%;
-}
-.col-xs-pull-12 {
-  right: 100%;
-}
-.col-xs-pull-11 {
-  right: 91.66666667%;
-}
-.col-xs-pull-10 {
-  right: 83.33333333%;
-}
-.col-xs-pull-9 {
-  right: 75%;
-}
-.col-xs-pull-8 {
-  right: 66.66666667%;
-}
-.col-xs-pull-7 {
-  right: 58.33333333%;
-}
-.col-xs-pull-6 {
-  right: 50%;
-}
-.col-xs-pull-5 {
-  right: 41.66666667%;
-}
-.col-xs-pull-4 {
-  right: 33.33333333%;
-}
-.col-xs-pull-3 {
-  right: 25%;
-}
-.col-xs-pull-2 {
-  right: 16.66666667%;
-}
-.col-xs-pull-1 {
-  right: 8.33333333%;
-}
-.col-xs-pull-0 {
-  right: 0%;
-}
-.col-xs-push-12 {
-  left: 100%;
-}
-.col-xs-push-11 {
-  left: 91.66666667%;
-}
-.col-xs-push-10 {
-  left: 83.33333333%;
-}
-.col-xs-push-9 {
-  left: 75%;
-}
-.col-xs-push-8 {
-  left: 66.66666667%;
-}
-.col-xs-push-7 {
-  left: 58.33333333%;
-}
-.col-xs-push-6 {
-  left: 50%;
-}
-.col-xs-push-5 {
-  left: 41.66666667%;
-}
-.col-xs-push-4 {
-  left: 33.33333333%;
-}
-.col-xs-push-3 {
-  left: 25%;
-}
-.col-xs-push-2 {
-  left: 16.66666667%;
-}
-.col-xs-push-1 {
-  left: 8.33333333%;
-}
-.col-xs-push-0 {
-  left: 0%;
-}
-.col-xs-offset-12 {
-  margin-left: 100%;
-}
-.col-xs-offset-11 {
-  margin-left: 91.66666667%;
-}
-.col-xs-offset-10 {
-  margin-left: 83.33333333%;
-}
-.col-xs-offset-9 {
-  margin-left: 75%;
-}
-.col-xs-offset-8 {
-  margin-left: 66.66666667%;
-}
-.col-xs-offset-7 {
-  margin-left: 58.33333333%;
-}
-.col-xs-offset-6 {
-  margin-left: 50%;
-}
-.col-xs-offset-5 {
-  margin-left: 41.66666667%;
-}
-.col-xs-offset-4 {
-  margin-left: 33.33333333%;
-}
-.col-xs-offset-3 {
-  margin-left: 25%;
-}
-.col-xs-offset-2 {
-  margin-left: 16.66666667%;
-}
-.col-xs-offset-1 {
-  margin-left: 8.33333333%;
-}
-.col-xs-offset-0 {
-  margin-left: 0%;
-}
-@media (min-width: 768px) {
-  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
-    float: left;
-  }
-  .col-sm-12 {
-    width: 100%;
-  }
-  .col-sm-11 {
-    width: 91.66666667%;
-  }
-  .col-sm-10 {
-    width: 83.33333333%;
-  }
-  .col-sm-9 {
-    width: 75%;
-  }
-  .col-sm-8 {
-    width: 66.66666667%;
-  }
-  .col-sm-7 {
-    width: 58.33333333%;
-  }
-  .col-sm-6 {
-    width: 50%;
-  }
-  .col-sm-5 {
-    width: 41.66666667%;
-  }
-  .col-sm-4 {
-    width: 33.33333333%;
-  }
-  .col-sm-3 {
-    width: 25%;
-  }
-  .col-sm-2 {
-    width: 16.66666667%;
-  }
-  .col-sm-1 {
-    width: 8.33333333%;
-  }
-  .col-sm-pull-12 {
-    right: 100%;
-  }
-  .col-sm-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-sm-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-sm-pull-9 {
-    right: 75%;
-  }
-  .col-sm-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-sm-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-sm-pull-6 {
-    right: 50%;
-  }
-  .col-sm-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-sm-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-sm-pull-3 {
-    right: 25%;
-  }
-  .col-sm-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-sm-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-sm-pull-0 {
-    right: 0%;
-  }
-  .col-sm-push-12 {
-    left: 100%;
-  }
-  .col-sm-push-11 {
-    left: 91.66666667%;
-  }
-  .col-sm-push-10 {
-    left: 83.33333333%;
-  }
-  .col-sm-push-9 {
-    left: 75%;
-  }
-  .col-sm-push-8 {
-    left: 66.66666667%;
-  }
-  .col-sm-push-7 {
-    left: 58.33333333%;
-  }
-  .col-sm-push-6 {
-    left: 50%;
-  }
-  .col-sm-push-5 {
-    left: 41.66666667%;
-  }
-  .col-sm-push-4 {
-    left: 33.33333333%;
-  }
-  .col-sm-push-3 {
-    left: 25%;
-  }
-  .col-sm-push-2 {
-    left: 16.66666667%;
-  }
-  .col-sm-push-1 {
-    left: 8.33333333%;
-  }
-  .col-sm-push-0 {
-    left: 0%;
-  }
-  .col-sm-offset-12 {
-    margin-left: 100%;
-  }
-  .col-sm-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-sm-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-sm-offset-9 {
-    margin-left: 75%;
-  }
-  .col-sm-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-sm-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-sm-offset-6 {
-    margin-left: 50%;
-  }
-  .col-sm-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-sm-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-sm-offset-3 {
-    margin-left: 25%;
-  }
-  .col-sm-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-sm-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-sm-offset-0 {
-    margin-left: 0%;
-  }
-}
-@media (min-width: 992px) {
-  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
-    float: left;
-  }
-  .col-md-12 {
-    width: 100%;
-  }
-  .col-md-11 {
-    width: 91.66666667%;
-  }
-  .col-md-10 {
-    width: 83.33333333%;
-  }
-  .col-md-9 {
-    width: 75%;
-  }
-  .col-md-8 {
-    width: 66.66666667%;
-  }
-  .col-md-7 {
-    width: 58.33333333%;
-  }
-  .col-md-6 {
-    width: 50%;
-  }
-  .col-md-5 {
-    width: 41.66666667%;
-  }
-  .col-md-4 {
-    width: 33.33333333%;
-  }
-  .col-md-3 {
-    width: 25%;
-  }
-  .col-md-2 {
-    width: 16.66666667%;
-  }
-  .col-md-1 {
-    width: 8.33333333%;
-  }
-  .col-md-pull-12 {
-    right: 100%;
-  }
-  .col-md-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-md-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-md-pull-9 {
-    right: 75%;
-  }
-  .col-md-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-md-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-md-pull-6 {
-    right: 50%;
-  }
-  .col-md-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-md-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-md-pull-3 {
-    right: 25%;
-  }
-  .col-md-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-md-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-md-pull-0 {
-    right: 0%;
-  }
-  .col-md-push-12 {
-    left: 100%;
-  }
-  .col-md-push-11 {
-    left: 91.66666667%;
-  }
-  .col-md-push-10 {
-    left: 83.33333333%;
-  }
-  .col-md-push-9 {
-    left: 75%;
-  }
-  .col-md-push-8 {
-    left: 66.66666667%;
-  }
-  .col-md-push-7 {
-    left: 58.33333333%;
-  }
-  .col-md-push-6 {
-    left: 50%;
-  }
-  .col-md-push-5 {
-    left: 41.66666667%;
-  }
-  .col-md-push-4 {
-    left: 33.33333333%;
-  }
-  .col-md-push-3 {
-    left: 25%;
-  }
-  .col-md-push-2 {
-    left: 16.66666667%;
-  }
-  .col-md-push-1 {
-    left: 8.33333333%;
-  }
-  .col-md-push-0 {
-    left: 0%;
-  }
-  .col-md-offset-12 {
-    margin-left: 100%;
-  }
-  .col-md-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-md-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-md-offset-9 {
-    margin-left: 75%;
-  }
-  .col-md-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-md-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-md-offset-6 {
-    margin-left: 50%;
-  }
-  .col-md-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-md-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-md-offset-3 {
-    margin-left: 25%;
-  }
-  .col-md-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-md-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-md-offset-0 {
-    margin-left: 0%;
-  }
-}
-@media (min-width: 1200px) {
-  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
-    float: left;
-  }
-  .col-lg-12 {
-    width: 100%;
-  }
-  .col-lg-11 {
-    width: 91.66666667%;
-  }
-  .col-lg-10 {
-    width: 83.33333333%;
-  }
-  .col-lg-9 {
-    width: 75%;
-  }
-  .col-lg-8 {
-    width: 66.66666667%;
-  }
-  .col-lg-7 {
-    width: 58.33333333%;
-  }
-  .col-lg-6 {
-    width: 50%;
-  }
-  .col-lg-5 {
-    width: 41.66666667%;
-  }
-  .col-lg-4 {
-    width: 33.33333333%;
-  }
-  .col-lg-3 {
-    width: 25%;
-  }
-  .col-lg-2 {
-    width: 16.66666667%;
-  }
-  .col-lg-1 {
-    width: 8.33333333%;
-  }
-  .col-lg-pull-12 {
-    right: 100%;
-  }
-  .col-lg-pull-11 {
-    right: 91.66666667%;
-  }
-  .col-lg-pull-10 {
-    right: 83.33333333%;
-  }
-  .col-lg-pull-9 {
-    right: 75%;
-  }
-  .col-lg-pull-8 {
-    right: 66.66666667%;
-  }
-  .col-lg-pull-7 {
-    right: 58.33333333%;
-  }
-  .col-lg-pull-6 {
-    right: 50%;
-  }
-  .col-lg-pull-5 {
-    right: 41.66666667%;
-  }
-  .col-lg-pull-4 {
-    right: 33.33333333%;
-  }
-  .col-lg-pull-3 {
-    right: 25%;
-  }
-  .col-lg-pull-2 {
-    right: 16.66666667%;
-  }
-  .col-lg-pull-1 {
-    right: 8.33333333%;
-  }
-  .col-lg-pull-0 {
-    right: 0%;
-  }
-  .col-lg-push-12 {
-    left: 100%;
-  }
-  .col-lg-push-11 {
-    left: 91.66666667%;
-  }
-  .col-lg-push-10 {
-    left: 83.33333333%;
-  }
-  .col-lg-push-9 {
-    left: 75%;
-  }
-  .col-lg-push-8 {
-    left: 66.66666667%;
-  }
-  .col-lg-push-7 {
-    left: 58.33333333%;
-  }
-  .col-lg-push-6 {
-    left: 50%;
-  }
-  .col-lg-push-5 {
-    left: 41.66666667%;
-  }
-  .col-lg-push-4 {
-    left: 33.33333333%;
-  }
-  .col-lg-push-3 {
-    left: 25%;
-  }
-  .col-lg-push-2 {
-    left: 16.66666667%;
-  }
-  .col-lg-push-1 {
-    left: 8.33333333%;
-  }
-  .col-lg-push-0 {
-    left: 0%;
-  }
-  .col-lg-offset-12 {
-    margin-left: 100%;
-  }
-  .col-lg-offset-11 {
-    margin-left: 91.66666667%;
-  }
-  .col-lg-offset-10 {
-    margin-left: 83.33333333%;
-  }
-  .col-lg-offset-9 {
-    margin-left: 75%;
-  }
-  .col-lg-offset-8 {
-    margin-left: 66.66666667%;
-  }
-  .col-lg-offset-7 {
-    margin-left: 58.33333333%;
-  }
-  .col-lg-offset-6 {
-    margin-left: 50%;
-  }
-  .col-lg-offset-5 {
-    margin-left: 41.66666667%;
-  }
-  .col-lg-offset-4 {
-    margin-left: 33.33333333%;
-  }
-  .col-lg-offset-3 {
-    margin-left: 25%;
-  }
-  .col-lg-offset-2 {
-    margin-left: 16.66666667%;
-  }
-  .col-lg-offset-1 {
-    margin-left: 8.33333333%;
-  }
-  .col-lg-offset-0 {
-    margin-left: 0%;
-  }
-}
-table {
-  max-width: 100%;
-  background-color: transparent;
-}
-th {
-  text-align: left;
-}
-.table {
-  width: 100%;
-  margin-bottom: 22px;
-}
-.table > thead > tr > th,
-.table > tbody > tr > th,
-.table > tfoot > tr > th,
-.table > thead > tr > td,
-.table > tbody > tr > td,
-.table > tfoot > tr > td {
-  padding: 8px;
-  line-height: 1.42857143;
-  vertical-align: top;
-  border-top: 1px solid #dddddd;
-}
-.table > thead > tr > th {
-  vertical-align: bottom;
-  border-bottom: 2px solid #dddddd;
-}
-.table > caption + thead > tr:first-child > th,
-.table > colgroup + thead > tr:first-child > th,
-.table > thead:first-child > tr:first-child > th,
-.table > caption + thead > tr:first-child > td,
-.table > colgroup + thead > tr:first-child > td,
-.table > thead:first-child > tr:first-child > td {
-  border-top: 0;
-}
-.table > tbody + tbody {
-  border-top: 2px solid #dddddd;
-}
-.table .table {
-  background-color: #ffffff;
-}
-.table-condensed > thead > tr > th,
-.table-condensed > tbody > tr > th,
-.table-condensed > tfoot > tr > th,
-.table-condensed > thead > tr > td,
-.table-condensed > tbody > tr > td,
-.table-condensed > tfoot > tr > td {
-  padding: 5px;
-}
-.table-bordered {
-  border: 1px solid #dddddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > tbody > tr > th,
-.table-bordered > tfoot > tr > th,
-.table-bordered > thead > tr > td,
-.table-bordered > tbody > tr > td,
-.table-bordered > tfoot > tr > td {
-  border: 1px solid #dddddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > thead > tr > td {
-  border-bottom-width: 2px;
-}
-.table-striped > tbody > tr:nth-child(odd) > td,
-.table-striped > tbody > tr:nth-child(odd) > th {
-  background-color: #f9f9f9;
-}
-.table-hover > tbody > tr:hover > td,
-.table-hover > tbody > tr:hover > th {
-  background-color: #f5f5f5;
-}
-table col[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-column;
-}
-table td[class*="col-"],
-table th[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-cell;
-}
-.table > thead > tr > td.active,
-.table > tbody > tr > td.active,
-.table > tfoot > tr > td.active,
-.table > thead > tr > th.active,
-.table > tbody > tr > th.active,
-.table > tfoot > tr > th.active,
-.table > thead > tr.active > td,
-.table > tbody > tr.active > td,
-.table > tfoot > tr.active > td,
-.table > thead > tr.active > th,
-.table > tbody > tr.active > th,
-.table > tfoot > tr.active > th {
-  background-color: #f5f5f5;
-}
-.table-hover > tbody > tr > td.active:hover,
-.table-hover > tbody > tr > th.active:hover,
-.table-hover > tbody > tr.active:hover > td,
-.table-hover > tbody > tr.active:hover > th {
-  background-color: #e8e8e8;
-}
-.table > thead > tr > td.success,
-.table > tbody > tr > td.success,
-.table > tfoot > tr > td.success,
-.table > thead > tr > th.success,
-.table > tbody > tr > th.success,
-.table > tfoot > tr > th.success,
-.table > thead > tr.success > td,
-.table > tbody > tr.success > td,
-.table > tfoot > tr.success > td,
-.table > thead > tr.success > th,
-.table > tbody > tr.success > th,
-.table > tfoot > tr.success > th {
-  background-color: #dff0d8;
-}
-.table-hover > tbody > tr > td.success:hover,
-.table-hover > tbody > tr > th.success:hover,
-.table-hover > tbody > tr.success:hover > td,
-.table-hover > tbody > tr.success:hover > th {
-  background-color: #d0e9c6;
-}
-.table > thead > tr > td.info,
-.table > tbody > tr > td.info,
-.table > tfoot > tr > td.info,
-.table > thead > tr > th.info,
-.table > tbody > tr > th.info,
-.table > tfoot > tr > th.info,
-.table > thead > tr.info > td,
-.table > tbody > tr.info > td,
-.table > tfoot > tr.info > td,
-.table > thead > tr.info > th,
-.table > tbody > tr.info > th,
-.table > tfoot > tr.info > th {
-  background-color: #d9edf7;
-}
-.table-hover > tbody > tr > td.info:hover,
-.table-hover > tbody > tr > th.info:hover,
-.table-hover > tbody > tr.info:hover > td,
-.table-hover > tbody > tr.info:hover > th {
-  background-color: #c4e3f3;
-}
-.table > thead > tr > td.warning,
-.table > tbody > tr > td.warning,
-.table > tfoot > tr > td.warning,
-.table > thead > tr > th.warning,
-.table > tbody > tr > th.warning,
-.table > tfoot > tr > th.warning,
-.table > thead > tr.warning > td,
-.table > tbody > tr.warning > td,
-.table > tfoot > tr.warning > td,
-.table > thead > tr.warning > th,
-.table > tbody > tr.warning > th,
-.table > tfoot > tr.warning > th {
-  background-color: #fcf8e3;
-}
-.table-hover > tbody > tr > td.warning:hover,
-.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td,
-.table-hover > tbody > tr.warning:hover > th {
-  background-color: #faf2cc;
-}
-.table > thead > tr > td.danger,
-.table > tbody > tr > td.danger,
-.table > tfoot > tr > td.danger,
-.table > thead > tr > th.danger,
-.table > tbody > tr > th.danger,
-.table > tfoot > tr > th.danger,
-.table > thead > tr.danger > td,
-.table > tbody > tr.danger > td,
-.table > tfoot > tr.danger > td,
-.table > thead > tr.danger > th,
-.table > tbody > tr.danger > th,
-.table > tfoot > tr.danger > th {
-  background-color: #f2dede;
-}
-.table-hover > tbody > tr > td.danger:hover,
-.table-hover > tbody > tr > th.danger:hover,
-.table-hover > tbody > tr.danger:hover > td,
-.table-hover > tbody > tr.danger:hover > th {
-  background-color: #ebcccc;
-}
-@media (max-width: 767px) {
-  .table-responsive {
-    width: 100%;
-    margin-bottom: 16.5px;
-    overflow-y: hidden;
-    overflow-x: scroll;
-    -ms-overflow-style: -ms-autohiding-scrollbar;
-    border: 1px solid #dddddd;
-    -webkit-overflow-scrolling: touch;
-  }
-  .table-responsive > .table {
-    margin-bottom: 0;
-  }
-  .table-responsive > .table > thead > tr > th,
-  .table-responsive > .table > tbody > tr > th,
-  .table-responsive > .table > tfoot > tr > th,
-  .table-responsive > .table > thead > tr > td,
-  .table-responsive > .table > tbody > tr > td,
-  .table-responsive > .table > tfoot > tr > td {
-    white-space: nowrap;
-  }
-  .table-responsive > .table-bordered {
-    border: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:first-child,
-  .table-responsive > .table-bordered > tbody > tr > th:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
-  .table-responsive > .table-bordered > thead > tr > td:first-child,
-  .table-responsive > .table-bordered > tbody > tr > td:first-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
-    border-left: 0;
-  }
-  .table-responsive > .table-bordered > thead > tr > th:last-child,
-  .table-responsive > .table-bordered > tbody > tr > th:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
-  .table-responsive > .table-bordered > thead > tr > td:last-child,
-  .table-responsive > .table-bordered > tbody > tr > td:last-child,
-  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
-    border-right: 0;
-  }
-  .table-responsive > .table-bordered > tbody > tr:last-child > th,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
-  .table-responsive > .table-bordered > tbody > tr:last-child > td,
-  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
-    border-bottom: 0;
-  }
-}
-fieldset {
-  padding: 0;
-  margin: 0;
-  border: 0;
-  min-width: 0;
-}
-legend {
-  display: block;
-  width: 100%;
-  padding: 0;
-  margin-bottom: 22px;
-  font-size: 24px;
-  line-height: inherit;
-  color: #333333;
-  border: 0;
-  border-bottom: 1px solid #e5e5e5;
-}
-label {
-  display: inline-block;
-  margin-bottom: 5px;
-  font-weight: bold;
-}
-input[type="search"] {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-input[type="radio"],
-input[type="checkbox"] {
-  margin: 4px 0 0;
-  margin-top: 1px \9;
-  /* IE8-9 */
-  line-height: normal;
-}
-input[type="file"] {
-  display: block;
-}
-input[type="range"] {
-  display: block;
-  width: 100%;
-}
-select[multiple],
-select[size] {
-  height: auto;
-}
-input[type="file"]:focus,
-input[type="radio"]:focus,
-input[type="checkbox"]:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-output {
-  display: block;
-  padding-top: 9px;
-  font-size: 16px;
-  line-height: 1.42857143;
-  color: #333333;
-}
-.form-control {
-  display: block;
-  width: 100%;
-  height: 40px;
-  padding: 8px 12px;
-  font-size: 16px;
-  line-height: 1.42857143;
-  color: #333333;
-  background-color: #ffffff;
-  background-image: none;
-  border: 1px solid #dddddd;
-  border-radius: 4px;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-}
-.form-control:focus {
-  border-color: #66afe9;
-  outline: 0;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
-  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
-}
-.form-control::-moz-placeholder {
-  color: #b3b3b3;
-  opacity: 1;
-}
-.form-control:-ms-input-placeholder {
-  color: #b3b3b3;
-}
-.form-control::-webkit-input-placeholder {
-  color: #b3b3b3;
-}
-.form-control[disabled],
-.form-control[readonly],
-fieldset[disabled] .form-control {
-  cursor: not-allowed;
-  background-color: #eeeeee;
-  opacity: 1;
-}
-textarea.form-control {
-  height: auto;
-}
-input[type="search"] {
-  -webkit-appearance: none;
-}
-input[type="date"] {
-  line-height: 40px;
-}
-.form-group {
-  margin-bottom: 15px;
-}
-.radio,
-.checkbox {
-  display: block;
-  min-height: 22px;
-  margin-top: 10px;
-  margin-bottom: 10px;
-  padding-left: 20px;
-}
-.radio label,
-.checkbox label {
-  display: inline;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio input[type="radio"],
-.radio-inline input[type="radio"],
-.checkbox input[type="checkbox"],
-.checkbox-inline input[type="checkbox"] {
-  float: left;
-  margin-left: -20px;
-}
-.radio + .radio,
-.checkbox + .checkbox {
-  margin-top: -5px;
-}
-.radio-inline,
-.checkbox-inline {
-  display: inline-block;
-  padding-left: 20px;
-  margin-bottom: 0;
-  vertical-align: middle;
-  font-weight: normal;
-  cursor: pointer;
-}
-.radio-inline + .radio-inline,
-.checkbox-inline + .checkbox-inline {
-  margin-top: 0;
-  margin-left: 10px;
-}
-input[type="radio"][disabled],
-input[type="checkbox"][disabled],
-.radio[disabled],
-.radio-inline[disabled],
-.checkbox[disabled],
-.checkbox-inline[disabled],
-fieldset[disabled] input[type="radio"],
-fieldset[disabled] input[type="checkbox"],
-fieldset[disabled] .radio,
-fieldset[disabled] .radio-inline,
-fieldset[disabled] .checkbox,
-fieldset[disabled] .checkbox-inline {
-  cursor: not-allowed;
-}
-.input-sm {
-  height: 33px;
-  padding: 5px 10px;
-  font-size: 14px;
-  line-height: 1.5;
-  border-radius: 3px;
-}
-select.input-sm {
-  height: 33px;
-  line-height: 33px;
-}
-textarea.input-sm,
-select[multiple].input-sm {
-  height: auto;
-}
-.input-lg {
-  height: 57px;
-  padding: 14px 16px;
-  font-size: 20px;
-  line-height: 1.33;
-  border-radius: 6px;
-}
-select.input-lg {
-  height: 57px;
-  line-height: 57px;
-}
-textarea.input-lg,
-select[multiple].input-lg {
-  height: auto;
-}
-.has-feedback {
-  position: relative;
-}
-.has-feedback .form-control {
-  padding-right: 50px;
-}
-.has-feedback .form-control-feedback {
-  position: absolute;
-  top: 27px;
-  right: 0;
-  display: block;
-  width: 40px;
-  height: 40px;
-  line-height: 40px;
-  text-align: center;
-}
-.has-success .help-block,
-.has-success .control-label,
-.has-success .radio,
-.has-success .checkbox,
-.has-success .radio-inline,
-.has-success .checkbox-inline {
-  color: #3fad46;
-}
-.has-success .form-control {
-  border-color: #3fad46;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-success .form-control:focus {
-  border-color: #318837;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #81d186;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #81d186;
-}
-.has-success .input-group-addon {
-  color: #3fad46;
-  border-color: #3fad46;
-  background-color: #dff0d8;
-}
-.has-success .form-control-feedback {
-  color: #3fad46;
-}
-.has-warning .help-block,
-.has-warning .control-label,
-.has-warning .radio,
-.has-warning .checkbox,
-.has-warning .radio-inline,
-.has-warning .checkbox-inline {
-  color: #f0ad4e;
-}
-.has-warning .form-control {
-  border-color: #f0ad4e;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-warning .form-control:focus {
-  border-color: #ec971f;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
-}
-.has-warning .input-group-addon {
-  color: #f0ad4e;
-  border-color: #f0ad4e;
-  background-color: #fcf8e3;
-}
-.has-warning .form-control-feedback {
-  color: #f0ad4e;
-}
-.has-error .help-block,
-.has-error .control-label,
-.has-error .radio,
-.has-error .checkbox,
-.has-error .radio-inline,
-.has-error .checkbox-inline {
-  color: #d9534f;
-}
-.has-error .form-control {
-  border-color: #d9534f;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-}
-.has-error .form-control:focus {
-  border-color: #c9302c;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
-  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
-}
-.has-error .input-group-addon {
-  color: #d9534f;
-  border-color: #d9534f;
-  background-color: #f2dede;
-}
-.has-error .form-control-feedback {
-  color: #d9534f;
-}
-.form-control-static {
-  margin-bottom: 0;
-}
-.help-block {
-  display: block;
-  margin-top: 5px;
-  margin-bottom: 10px;
-  color: #737373;
-}
-@media (min-width: 768px) {
-  .form-inline .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .form-inline .input-group > .form-control {
-    width: 100%;
-  }
-  .form-inline .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio,
-  .form-inline .checkbox {
-    display: inline-block;
-    margin-top: 0;
-    margin-bottom: 0;
-    padding-left: 0;
-    vertical-align: middle;
-  }
-  .form-inline .radio input[type="radio"],
-  .form-inline .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .form-inline .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-.form-horizontal .control-label,
-.form-horizontal .radio,
-.form-horizontal .checkbox,
-.form-horizontal .radio-inline,
-.form-horizontal .checkbox-inline {
-  margin-top: 0;
-  margin-bottom: 0;
-  padding-top: 9px;
-}
-.form-horizontal .radio,
-.form-horizontal .checkbox {
-  min-height: 31px;
-}
-.form-horizontal .form-group {
-  margin-left: -15px;
-  margin-right: -15px;
-}
-.form-horizontal .form-control-static {
-  padding-top: 9px;
-}
-@media (min-width: 768px) {
-  .form-horizontal .control-label {
-    text-align: right;
-  }
-}
-.form-horizontal .has-feedback .form-control-feedback {
-  top: 0;
-  right: 15px;
-}
-.btn {
-  display: inline-block;
-  margin-bottom: 0;
-  font-weight: normal;
-  text-align: center;
-  vertical-align: middle;
-  cursor: pointer;
-  background-image: none;
-  border: 1px solid transparent;
-  white-space: nowrap;
-  padding: 8px 12px;
-  font-size: 16px;
-  line-height: 1.42857143;
-  border-radius: 4px;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  user-select: none;
-}
-.btn:focus,
-.btn:active:focus,
-.btn.active:focus {
-  outline: thin dotted;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
-}
-.btn:hover,
-.btn:focus {
-  color: #333333;
-  text-decoration: none;
-}
-.btn:active,
-.btn.active {
-  outline: 0;
-  background-image: none;
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-}
-.btn.disabled,
-.btn[disabled],
-fieldset[disabled] .btn {
-  cursor: not-allowed;
-  pointer-events: none;
-  opacity: 0.65;
-  filter: alpha(opacity=65);
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn-default {
-  color: #333333;
-  background-color: #ffffff;
-  border-color: #dddddd;
-}
-.btn-default:hover,
-.btn-default:focus,
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  color: #333333;
-  background-color: #ebebeb;
-  border-color: #bebebe;
-}
-.btn-default:active,
-.btn-default.active,
-.open .dropdown-toggle.btn-default {
-  background-image: none;
-}
-.btn-default.disabled,
-.btn-default[disabled],
-fieldset[disabled] .btn-default,
-.btn-default.disabled:hover,
-.btn-default[disabled]:hover,
-fieldset[disabled] .btn-default:hover,
-.btn-default.disabled:focus,
-.btn-default[disabled]:focus,
-fieldset[disabled] .btn-default:focus,
-.btn-default.disabled:active,
-.btn-default[disabled]:active,
-fieldset[disabled] .btn-default:active,
-.btn-default.disabled.active,
-.btn-default[disabled].active,
-fieldset[disabled] .btn-default.active {
-  background-color: #ffffff;
-  border-color: #dddddd;
-}
-.btn-default .badge {
-  color: #ffffff;
-  background-color: #333333;
-}
-.btn-primary {
-  color: #ffffff;
-  background-color: #4582ec;
-  border-color: #4582ec;
-}
-.btn-primary:hover,
-.btn-primary:focus,
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  color: #ffffff;
-  background-color: #2069e8;
-  border-color: #175fdd;
-}
-.btn-primary:active,
-.btn-primary.active,
-.open .dropdown-toggle.btn-primary {
-  background-image: none;
-}
-.btn-primary.disabled,
-.btn-primary[disabled],
-fieldset[disabled] .btn-primary,
-.btn-primary.disabled:hover,
-.btn-primary[disabled]:hover,
-fieldset[disabled] .btn-primary:hover,
-.btn-primary.disabled:focus,
-.btn-primary[disabled]:focus,
-fieldset[disabled] .btn-primary:focus,
-.btn-primary.disabled:active,
-.btn-primary[disabled]:active,
-fieldset[disabled] .btn-primary:active,
-.btn-primary.disabled.active,
-.btn-primary[disabled].active,
-fieldset[disabled] .btn-primary.active {
-  background-color: #4582ec;
-  border-color: #4582ec;
-}
-.btn-primary .badge {
-  color: #4582ec;
-  background-color: #ffffff;
-}
-.btn-success {
-  color: #ffffff;
-  background-color: #3fad46;
-  border-color: #3fad46;
-}
-.btn-success:hover,
-.btn-success:focus,
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  color: #ffffff;
-  background-color: #348f3a;
-  border-color: #2f8034;
-}
-.btn-success:active,
-.btn-success.active,
-.open .dropdown-toggle.btn-success {
-  background-image: none;
-}
-.btn-success.disabled,
-.btn-success[disabled],
-fieldset[disabled] .btn-success,
-.btn-success.disabled:hover,
-.btn-success[disabled]:hover,
-fieldset[disabled] .btn-success:hover,
-.btn-success.disabled:focus,
-.btn-success[disabled]:focus,
-fieldset[disabled] .btn-success:focus,
-.btn-success.disabled:active,
-.btn-success[disabled]:active,
-fieldset[disabled] .btn-success:active,
-.btn-success.disabled.active,
-.btn-success[disabled].active,
-fieldset[disabled] .btn-success.active {
-  background-color: #3fad46;
-  border-color: #3fad46;
-}
-.btn-success .badge {
-  color: #3fad46;
-  background-color: #ffffff;
-}
-.btn-info {
-  color: #ffffff;
-  background-color: #5bc0de;
-  border-color: #5bc0de;
-}
-.btn-info:hover,
-.btn-info:focus,
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  color: #ffffff;
-  background-color: #39b3d7;
-  border-color: #2aabd2;
-}
-.btn-info:active,
-.btn-info.active,
-.open .dropdown-toggle.btn-info {
-  background-image: none;
-}
-.btn-info.disabled,
-.btn-info[disabled],
-fieldset[disabled] .btn-info,
-.btn-info.disabled:hover,
-.btn-info[disabled]:hover,
-fieldset[disabled] .btn-info:hover,
-.btn-info.disabled:focus,
-.btn-info[disabled]:focus,
-fieldset[disabled] .btn-info:focus,
-.btn-info.disabled:active,
-.btn-info[disabled]:active,
-fieldset[disabled] .btn-info:active,
-.btn-info.disabled.active,
-.btn-info[disabled].active,
-fieldset[disabled] .btn-info.active {
-  background-color: #5bc0de;
-  border-color: #5bc0de;
-}
-.btn-info .badge {
-  color: #5bc0de;
-  background-color: #ffffff;
-}
-.btn-warning {
-  color: #ffffff;
-  background-color: #f0ad4e;
-  border-color: #f0ad4e;
-}
-.btn-warning:hover,
-.btn-warning:focus,
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  color: #ffffff;
-  background-color: #ed9c28;
-  border-color: #eb9316;
-}
-.btn-warning:active,
-.btn-warning.active,
-.open .dropdown-toggle.btn-warning {
-  background-image: none;
-}
-.btn-warning.disabled,
-.btn-warning[disabled],
-fieldset[disabled] .btn-warning,
-.btn-warning.disabled:hover,
-.btn-warning[disabled]:hover,
-fieldset[disabled] .btn-warning:hover,
-.btn-warning.disabled:focus,
-.btn-warning[disabled]:focus,
-fieldset[disabled] .btn-warning:focus,
-.btn-warning.disabled:active,
-.btn-warning[disabled]:active,
-fieldset[disabled] .btn-warning:active,
-.btn-warning.disabled.active,
-.btn-warning[disabled].active,
-fieldset[disabled] .btn-warning.active {
-  background-color: #f0ad4e;
-  border-color: #f0ad4e;
-}
-.btn-warning .badge {
-  color: #f0ad4e;
-  background-color: #ffffff;
-}
-.btn-danger {
-  color: #ffffff;
-  background-color: #d9534f;
-  border-color: #d9534f;
-}
-.btn-danger:hover,
-.btn-danger:focus,
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  color: #ffffff;
-  background-color: #d2322d;
-  border-color: #c12e2a;
-}
-.btn-danger:active,
-.btn-danger.active,
-.open .dropdown-toggle.btn-danger {
-  background-image: none;
-}
-.btn-danger.disabled,
-.btn-danger[disabled],
-fieldset[disabled] .btn-danger,
-.btn-danger.disabled:hover,
-.btn-danger[disabled]:hover,
-fieldset[disabled] .btn-danger:hover,
-.btn-danger.disabled:focus,
-.btn-danger[disabled]:focus,
-fieldset[disabled] .btn-danger:focus,
-.btn-danger.disabled:active,
-.btn-danger[disabled]:active,
-fieldset[disabled] .btn-danger:active,
-.btn-danger.disabled.active,
-.btn-danger[disabled].active,
-fieldset[disabled] .btn-danger.active {
-  background-color: #d9534f;
-  border-color: #d9534f;
-}
-.btn-danger .badge {
-  color: #d9534f;
-  background-color: #ffffff;
-}
-.btn-link {
-  color: #4582ec;
-  font-weight: normal;
-  cursor: pointer;
-  border-radius: 0;
-}
-.btn-link,
-.btn-link:active,
-.btn-link[disabled],
-fieldset[disabled] .btn-link {
-  background-color: transparent;
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn-link,
-.btn-link:hover,
-.btn-link:focus,
-.btn-link:active {
-  border-color: transparent;
-}
-.btn-link:hover,
-.btn-link:focus {
-  color: #134fb8;
-  text-decoration: underline;
-  background-color: transparent;
-}
-.btn-link[disabled]:hover,
-fieldset[disabled] .btn-link:hover,
-.btn-link[disabled]:focus,
-fieldset[disabled] .btn-link:focus {
-  color: #b3b3b3;
-  text-decoration: none;
-}
-.btn-lg,
-.btn-group-lg > .btn {
-  padding: 14px 16px;
-  font-size: 20px;
-  line-height: 1.33;
-  border-radius: 6px;
-}
-.btn-sm,
-.btn-group-sm > .btn {
-  padding: 5px 10px;
-  font-size: 14px;
-  line-height: 1.5;
-  border-radius: 3px;
-}
-.btn-xs,
-.btn-group-xs > .btn {
-  padding: 1px 5px;
-  font-size: 14px;
-  line-height: 1.5;
-  border-radius: 3px;
-}
-.btn-block {
-  display: block;
-  width: 100%;
-  padding-left: 0;
-  padding-right: 0;
-}
-.btn-block + .btn-block {
-  margin-top: 5px;
-}
-input[type="submit"].btn-block,
-input[type="reset"].btn-block,
-input[type="button"].btn-block {
-  width: 100%;
-}
-.fade {
-  opacity: 0;
-  -webkit-transition: opacity 0.15s linear;
-  transition: opacity 0.15s linear;
-}
-.fade.in {
-  opacity: 1;
-}
-.collapse {
-  display: none;
-}
-.collapse.in {
-  display: block;
-}
-.collapsing {
-  position: relative;
-  height: 0;
-  overflow: hidden;
-  -webkit-transition: height 0.35s ease;
-  transition: height 0.35s ease;
-}
-@font-face {
-  font-family: 'Glyphicons Halflings';
-  src: url('../fonts/glyphicons-halflings-regular.eot');
-  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
-}
-.glyphicon {
-  position: relative;
-  top: 1px;
-  display: inline-block;
-  font-family: 'Glyphicons Halflings';
-  font-style: normal;
-  font-weight: normal;
-  line-height: 1;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-.glyphicon-asterisk:before {
-  content: "\2a";
-}
-.glyphicon-plus:before {
-  content: "\2b";
-}
-.glyphicon-euro:before {
-  content: "\20ac";
-}
-.glyphicon-minus:before {
-  content: "\2212";
-}
-.glyphicon-cloud:before {
-  content: "\2601";
-}
-.glyphicon-envelope:before {
-  content: "\2709";
-}
-.glyphicon-pencil:before {
-  content: "\270f";
-}
-.glyphicon-glass:before {
-  content: "\e001";
-}
-.glyphicon-music:before {
-  content: "\e002";
-}
-.glyphicon-search:before {
-  content: "\e003";
-}
-.glyphicon-heart:before {
-  content: "\e005";
-}
-.glyphicon-star:before {
-  content: "\e006";
-}
-.glyphicon-star-empty:before {
-  content: "\e007";
-}
-.glyphicon-user:before {
-  content: "\e008";
-}
-.glyphicon-film:before {
-  content: "\e009";
-}
-.glyphicon-th-large:before {
-  content: "\e010";
-}
-.glyphicon-th:before {
-  content: "\e011";
-}
-.glyphicon-th-list:before {
-  content: "\e012";
-}
-.glyphicon-ok:before {
-  content: "\e013";
-}
-.glyphicon-remove:before {
-  content: "\e014";
-}
-.glyphicon-zoom-in:before {
-  content: "\e015";
-}
-.glyphicon-zoom-out:before {
-  content: "\e016";
-}
-.glyphicon-off:before {
-  content: "\e017";
-}
-.glyphicon-signal:before {
-  content: "\e018";
-}
-.glyphicon-cog:before {
-  content: "\e019";
-}
-.glyphicon-trash:before {
-  content: "\e020";
-}
-.glyphicon-home:before {
-  content: "\e021";
-}
-.glyphicon-file:before {
-  content: "\e022";
-}
-.glyphicon-time:before {
-  content: "\e023";
-}
-.glyphicon-road:before {
-  content: "\e024";
-}
-.glyphicon-download-alt:before {
-  content: "\e025";
-}
-.glyphicon-download:before {
-  content: "\e026";
-}
-.glyphicon-upload:before {
-  content: "\e027";
-}
-.glyphicon-inbox:before {
-  content: "\e028";
-}
-.glyphicon-play-circle:before {
-  content: "\e029";
-}
-.glyphicon-repeat:before {
-  content: "\e030";
-}
-.glyphicon-refresh:before {
-  content: "\e031";
-}
-.glyphicon-list-alt:before {
-  content: "\e032";
-}
-.glyphicon-lock:before {
-  content: "\e033";
-}
-.glyphicon-flag:before {
-  content: "\e034";
-}
-.glyphicon-headphones:before {
-  content: "\e035";
-}
-.glyphicon-volume-off:before {
-  content: "\e036";
-}
-.glyphicon-volume-down:before {
-  content: "\e037";
-}
-.glyphicon-volume-up:before {
-  content: "\e038";
-}
-.glyphicon-qrcode:before {
-  content: "\e039";
-}
-.glyphicon-barcode:before {
-  content: "\e040";
-}
-.glyphicon-tag:before {
-  content: "\e041";
-}
-.glyphicon-tags:before {
-  content: "\e042";
-}
-.glyphicon-book:before {
-  content: "\e043";
-}
-.glyphicon-bookmark:before {
-  content: "\e044";
-}
-.glyphicon-print:before {
-  content: "\e045";
-}
-.glyphicon-camera:before {
-  content: "\e046";
-}
-.glyphicon-font:before {
-  content: "\e047";
-}
-.glyphicon-bold:before {
-  content: "\e048";
-}
-.glyphicon-italic:before {
-  content: "\e049";
-}
-.glyphicon-text-height:before {
-  content: "\e050";
-}
-.glyphicon-text-width:before {
-  content: "\e051";
-}
-.glyphicon-align-left:before {
-  content: "\e052";
-}
-.glyphicon-align-center:before {
-  content: "\e053";
-}
-.glyphicon-align-right:before {
-  content: "\e054";
-}
-.glyphicon-align-justify:before {
-  content: "\e055";
-}
-.glyphicon-list:before {
-  content: "\e056";
-}
-.glyphicon-indent-left:before {
-  content: "\e057";
-}
-.glyphicon-indent-right:before {
-  content: "\e058";
-}
-.glyphicon-facetime-video:before {
-  content: "\e059";
-}
-.glyphicon-picture:before {
-  content: "\e060";
-}
-.glyphicon-map-marker:before {
-  content: "\e062";
-}
-.glyphicon-adjust:before {
-  content: "\e063";
-}
-.glyphicon-tint:before {
-  content: "\e064";
-}
-.glyphicon-edit:before {
-  content: "\e065";
-}
-.glyphicon-share:before {
-  content: "\e066";
-}
-.glyphicon-check:before {
-  content: "\e067";
-}
-.glyphicon-move:before {
-  content: "\e068";
-}
-.glyphicon-step-backward:before {
-  content: "\e069";
-}
-.glyphicon-fast-backward:before {
-  content: "\e070";
-}
-.glyphicon-backward:before {
-  content: "\e071";
-}
-.glyphicon-play:before {
-  content: "\e072";
-}
-.glyphicon-pause:before {
-  content: "\e073";
-}
-.glyphicon-stop:before {
-  content: "\e074";
-}
-.glyphicon-forward:before {
-  content: "\e075";
-}
-.glyphicon-fast-forward:before {
-  content: "\e076";
-}
-.glyphicon-step-forward:before {
-  content: "\e077";
-}
-.glyphicon-eject:before {
-  content: "\e078";
-}
-.glyphicon-chevron-left:before {
-  content: "\e079";
-}
-.glyphicon-chevron-right:before {
-  content: "\e080";
-}
-.glyphicon-plus-sign:before {
-  content: "\e081";
-}
-.glyphicon-minus-sign:before {
-  content: "\e082";
-}
-.glyphicon-remove-sign:before {
-  content: "\e083";
-}
-.glyphicon-ok-sign:before {
-  content: "\e084";
-}
-.glyphicon-question-sign:before {
-  content: "\e085";
-}
-.glyphicon-info-sign:before {
-  content: "\e086";
-}
-.glyphicon-screenshot:before {
-  content: "\e087";
-}
-.glyphicon-remove-circle:before {
-  content: "\e088";
-}
-.glyphicon-ok-circle:before {
-  content: "\e089";
-}
-.glyphicon-ban-circle:before {
-  content: "\e090";
-}
-.glyphicon-arrow-left:before {
-  content: "\e091";
-}
-.glyphicon-arrow-right:before {
-  content: "\e092";
-}
-.glyphicon-arrow-up:before {
-  content: "\e093";
-}
-.glyphicon-arrow-down:before {
-  content: "\e094";
-}
-.glyphicon-share-alt:before {
-  content: "\e095";
-}
-.glyphicon-resize-full:before {
-  content: "\e096";
-}
-.glyphicon-resize-small:before {
-  content: "\e097";
-}
-.glyphicon-exclamation-sign:before {
-  content: "\e101";
-}
-.glyphicon-gift:before {
-  content: "\e102";
-}
-.glyphicon-leaf:before {
-  content: "\e103";
-}
-.glyphicon-fire:before {
-  content: "\e104";
-}
-.glyphicon-eye-open:before {
-  content: "\e105";
-}
-.glyphicon-eye-close:before {
-  content: "\e106";
-}
-.glyphicon-warning-sign:before {
-  content: "\e107";
-}
-.glyphicon-plane:before {
-  content: "\e108";
-}
-.glyphicon-calendar:before {
-  content: "\e109";
-}
-.glyphicon-random:before {
-  content: "\e110";
-}
-.glyphicon-comment:before {
-  content: "\e111";
-}
-.glyphicon-magnet:before {
-  content: "\e112";
-}
-.glyphicon-chevron-up:before {
-  content: "\e113";
-}
-.glyphicon-chevron-down:before {
-  content: "\e114";
-}
-.glyphicon-retweet:before {
-  content: "\e115";
-}
-.glyphicon-shopping-cart:before {
-  content: "\e116";
-}
-.glyphicon-folder-close:before {
-  content: "\e117";
-}
-.glyphicon-folder-open:before {
-  content: "\e118";
-}
-.glyphicon-resize-vertical:before {
-  content: "\e119";
-}
-.glyphicon-resize-horizontal:before {
-  content: "\e120";
-}
-.glyphicon-hdd:before {
-  content: "\e121";
-}
-.glyphicon-bullhorn:before {
-  content: "\e122";
-}
-.glyphicon-bell:before {
-  content: "\e123";
-}
-.glyphicon-certificate:before {
-  content: "\e124";
-}
-.glyphicon-thumbs-up:before {
-  content: "\e125";
-}
-.glyphicon-thumbs-down:before {
-  content: "\e126";
-}
-.glyphicon-hand-right:before {
-  content: "\e127";
-}
-.glyphicon-hand-left:before {
-  content: "\e128";
-}
-.glyphicon-hand-up:before {
-  content: "\e129";
-}
-.glyphicon-hand-down:before {
-  content: "\e130";
-}
-.glyphicon-circle-arrow-right:before {
-  content: "\e131";
-}
-.glyphicon-circle-arrow-left:before {
-  content: "\e132";
-}
-.glyphicon-circle-arrow-up:before {
-  content: "\e133";
-}
-.glyphicon-circle-arrow-down:before {
-  content: "\e134";
-}
-.glyphicon-globe:before {
-  content: "\e135";
-}
-.glyphicon-wrench:before {
-  content: "\e136";
-}
-.glyphicon-tasks:before {
-  content: "\e137";
-}
-.glyphicon-filter:before {
-  content: "\e138";
-}
-.glyphicon-briefcase:before {
-  content: "\e139";
-}
-.glyphicon-fullscreen:before {
-  content: "\e140";
-}
-.glyphicon-dashboard:before {
-  content: "\e141";
-}
-.glyphicon-paperclip:before {
-  content: "\e142";
-}
-.glyphicon-heart-empty:before {
-  content: "\e143";
-}
-.glyphicon-link:before {
-  content: "\e144";
-}
-.glyphicon-phone:before {
-  content: "\e145";
-}
-.glyphicon-pushpin:before {
-  content: "\e146";
-}
-.glyphicon-usd:before {
-  content: "\e148";
-}
-.glyphicon-gbp:before {
-  content: "\e149";
-}
-.glyphicon-sort:before {
-  content: "\e150";
-}
-.glyphicon-sort-by-alphabet:before {
-  content: "\e151";
-}
-.glyphicon-sort-by-alphabet-alt:before {
-  content: "\e152";
-}
-.glyphicon-sort-by-order:before {
-  content: "\e153";
-}
-.glyphicon-sort-by-order-alt:before {
-  content: "\e154";
-}
-.glyphicon-sort-by-attributes:before {
-  content: "\e155";
-}
-.glyphicon-sort-by-attributes-alt:before {
-  content: "\e156";
-}
-.glyphicon-unchecked:before {
-  content: "\e157";
-}
-.glyphicon-expand:before {
-  content: "\e158";
-}
-.glyphicon-collapse-down:before {
-  content: "\e159";
-}
-.glyphicon-collapse-up:before {
-  content: "\e160";
-}
-.glyphicon-log-in:before {
-  content: "\e161";
-}
-.glyphicon-flash:before {
-  content: "\e162";
-}
-.glyphicon-log-out:before {
-  content: "\e163";
-}
-.glyphicon-new-window:before {
-  content: "\e164";
-}
-.glyphicon-record:before {
-  content: "\e165";
-}
-.glyphicon-save:before {
-  content: "\e166";
-}
-.glyphicon-open:before {
-  content: "\e167";
-}
-.glyphicon-saved:before {
-  content: "\e168";
-}
-.glyphicon-import:before {
-  content: "\e169";
-}
-.glyphicon-export:before {
-  content: "\e170";
-}
-.glyphicon-send:before {
-  content: "\e171";
-}
-.glyphicon-floppy-disk:before {
-  content: "\e172";
-}
-.glyphicon-floppy-saved:before {
-  content: "\e173";
-}
-.glyphicon-floppy-remove:before {
-  content: "\e174";
-}
-.glyphicon-floppy-save:before {
-  content: "\e175";
-}
-.glyphicon-floppy-open:before {
-  content: "\e176";
-}
-.glyphicon-credit-card:before {
-  content: "\e177";
-}
-.glyphicon-transfer:before {
-  content: "\e178";
-}
-.glyphicon-cutlery:before {
-  content: "\e179";
-}
-.glyphicon-header:before {
-  content: "\e180";
-}
-.glyphicon-compressed:before {
-  content: "\e181";
-}
-.glyphicon-earphone:before {
-  content: "\e182";
-}
-.glyphicon-phone-alt:before {
-  content: "\e183";
-}
-.glyphicon-tower:before {
-  content: "\e184";
-}
-.glyphicon-stats:before {
-  content: "\e185";
-}
-.glyphicon-sd-video:before {
-  content: "\e186";
-}
-.glyphicon-hd-video:before {
-  content: "\e187";
-}
-.glyphicon-subtitles:before {
-  content: "\e188";
-}
-.glyphicon-sound-stereo:before {
-  content: "\e189";
-}
-.glyphicon-sound-dolby:before {
-  content: "\e190";
-}
-.glyphicon-sound-5-1:before {
-  content: "\e191";
-}
-.glyphicon-sound-6-1:before {
-  content: "\e192";
-}
-.glyphicon-sound-7-1:before {
-  content: "\e193";
-}
-.glyphicon-copyright-mark:before {
-  content: "\e194";
-}
-.glyphicon-registration-mark:before {
-  content: "\e195";
-}
-.glyphicon-cloud-download:before {
-  content: "\e197";
-}
-.glyphicon-cloud-upload:before {
-  content: "\e198";
-}
-.glyphicon-tree-conifer:before {
-  content: "\e199";
-}
-.glyphicon-tree-deciduous:before {
-  content: "\e200";
-}
-.caret {
-  display: inline-block;
-  width: 0;
-  height: 0;
-  margin-left: 2px;
-  vertical-align: middle;
-  border-top: 4px solid;
-  border-right: 4px solid transparent;
-  border-left: 4px solid transparent;
-}
-.dropdown {
-  position: relative;
-}
-.dropdown-toggle:focus {
-  outline: 0;
-}
-.dropdown-menu {
-  position: absolute;
-  top: 100%;
-  left: 0;
-  z-index: 1000;
-  display: none;
-  float: left;
-  min-width: 160px;
-  padding: 5px 0;
-  margin: 2px 0 0;
-  list-style: none;
-  font-size: 16px;
-  background-color: #ffffff;
-  border: 1px solid #cccccc;
-  border: 1px solid rgba(0, 0, 0, 0.15);
-  border-radius: 4px;
-  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  background-clip: padding-box;
-}
-.dropdown-menu.pull-right {
-  right: 0;
-  left: auto;
-}
-.dropdown-menu .divider {
-  height: 1px;
-  margin: 10px 0;
-  overflow: hidden;
-  background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
-  display: block;
-  padding: 3px 20px;
-  clear: both;
-  font-weight: normal;
-  line-height: 1.42857143;
-  color: #333333;
-  white-space: nowrap;
-}
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus {
-  text-decoration: none;
-  color: #ffffff;
-  background-color: #4582ec;
-}
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
-  color: #ffffff;
-  text-decoration: none;
-  outline: 0;
-  background-color: #4582ec;
-}
-.dropdown-menu > .disabled > a,
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  color: #b3b3b3;
-}
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  text-decoration: none;
-  background-color: transparent;
-  background-image: none;
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  cursor: not-allowed;
-}
-.open > .dropdown-menu {
-  display: block;
-}
-.open > a {
-  outline: 0;
-}
-.dropdown-menu-right {
-  left: auto;
-  right: 0;
-}
-.dropdown-menu-left {
-  left: 0;
-  right: auto;
-}
-.dropdown-header {
-  display: block;
-  padding: 3px 20px;
-  font-size: 14px;
-  line-height: 1.42857143;
-  color: #b3b3b3;
-}
-.dropdown-backdrop {
-  position: fixed;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  top: 0;
-  z-index: 990;
-}
-.pull-right > .dropdown-menu {
-  right: 0;
-  left: auto;
-}
-.dropup .caret,
-.navbar-fixed-bottom .dropdown .caret {
-  border-top: 0;
-  border-bottom: 4px solid;
-  content: "";
-}
-.dropup .dropdown-menu,
-.navbar-fixed-bottom .dropdown .dropdown-menu {
-  top: auto;
-  bottom: 100%;
-  margin-bottom: 1px;
-}
-@media (min-width: 768px) {
-  .navbar-right .dropdown-menu {
-    left: auto;
-    right: 0;
-  }
-  .navbar-right .dropdown-menu-left {
-    left: 0;
-    right: auto;
-  }
-}
-.btn-group,
-.btn-group-vertical {
-  position: relative;
-  display: inline-block;
-  vertical-align: middle;
-}
-.btn-group > .btn,
-.btn-group-vertical > .btn {
-  position: relative;
-  float: left;
-}
-.btn-group > .btn:hover,
-.btn-group-vertical > .btn:hover,
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus,
-.btn-group > .btn:active,
-.btn-group-vertical > .btn:active,
-.btn-group > .btn.active,
-.btn-group-vertical > .btn.active {
-  z-index: 2;
-}
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus {
-  outline: none;
-}
-.btn-group .btn + .btn,
-.btn-group .btn + .btn-group,
-.btn-group .btn-group + .btn,
-.btn-group .btn-group + .btn-group {
-  margin-left: -1px;
-}
-.btn-toolbar {
-  margin-left: -5px;
-}
-.btn-toolbar .btn-group,
-.btn-toolbar .input-group {
-  float: left;
-}
-.btn-toolbar > .btn,
-.btn-toolbar > .btn-group,
-.btn-toolbar > .input-group {
-  margin-left: 5px;
-}
-.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
-  border-radius: 0;
-}
-.btn-group > .btn:first-child {
-  margin-left: 0;
-}
-.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group > .btn:last-child:not(:first-child),
-.btn-group > .dropdown-toggle:not(:first-child) {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group > .btn-group {
-  float: left;
-}
-.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group > .btn-group:first-child > .btn:last-child,
-.btn-group > .btn-group:first-child > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.btn-group > .btn-group:last-child > .btn:first-child {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group .dropdown-toggle:active,
-.btn-group.open .dropdown-toggle {
-  outline: 0;
-}
-.btn-group > .btn + .dropdown-toggle {
-  padding-left: 8px;
-  padding-right: 8px;
-}
-.btn-group > .btn-lg + .dropdown-toggle {
-  padding-left: 12px;
-  padding-right: 12px;
-}
-.btn-group.open .dropdown-toggle {
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-}
-.btn-group.open .dropdown-toggle.btn-link {
-  -webkit-box-shadow: none;
-  box-shadow: none;
-}
-.btn .caret {
-  margin-left: 0;
-}
-.btn-lg .caret {
-  border-width: 5px 5px 0;
-  border-bottom-width: 0;
-}
-.dropup .btn-lg .caret {
-  border-width: 0 5px 5px;
-}
-.btn-group-vertical > .btn,
-.btn-group-vertical > .btn-group,
-.btn-group-vertical > .btn-group > .btn {
-  display: block;
-  float: none;
-  width: 100%;
-  max-width: 100%;
-}
-.btn-group-vertical > .btn-group > .btn {
-  float: none;
-}
-.btn-group-vertical > .btn + .btn,
-.btn-group-vertical > .btn + .btn-group,
-.btn-group-vertical > .btn-group + .btn,
-.btn-group-vertical > .btn-group + .btn-group {
-  margin-top: -1px;
-  margin-left: 0;
-}
-.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn:first-child:not(:last-child) {
-  border-top-right-radius: 4px;
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn:last-child:not(:first-child) {
-  border-bottom-left-radius: 4px;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
-}
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.btn-group-justified {
-  display: table;
-  width: 100%;
-  table-layout: fixed;
-  border-collapse: separate;
-}
-.btn-group-justified > .btn,
-.btn-group-justified > .btn-group {
-  float: none;
-  display: table-cell;
-  width: 1%;
-}
-.btn-group-justified > .btn-group .btn {
-  width: 100%;
-}
-[data-toggle="buttons"] > .btn > input[type="radio"],
-[data-toggle="buttons"] > .btn > input[type="checkbox"] {
-  display: none;
-}
-.input-group {
-  position: relative;
-  display: table;
-  border-collapse: separate;
-}
-.input-group[class*="col-"] {
-  float: none;
-  padding-left: 0;
-  padding-right: 0;
-}
-.input-group .form-control {
-  position: relative;
-  z-index: 2;
-  float: left;
-  width: 100%;
-  margin-bottom: 0;
-}
-.input-group-lg > .form-control,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .btn {
-  height: 57px;
-  padding: 14px 16px;
-  font-size: 20px;
-  line-height: 1.33;
-  border-radius: 6px;
-}
-select.input-group-lg > .form-control,
-select.input-group-lg > .input-group-addon,
-select.input-group-lg > .input-group-btn > .btn {
-  height: 57px;
-  line-height: 57px;
-}
-textarea.input-group-lg > .form-control,
-textarea.input-group-lg > .input-group-addon,
-textarea.input-group-lg > .input-group-btn > .btn,
-select[multiple].input-group-lg > .form-control,
-select[multiple].input-group-lg > .input-group-addon,
-select[multiple].input-group-lg > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-sm > .form-control,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .btn {
-  height: 33px;
-  padding: 5px 10px;
-  font-size: 14px;
-  line-height: 1.5;
-  border-radius: 3px;
-}
-select.input-group-sm > .form-control,
-select.input-group-sm > .input-group-addon,
-select.input-group-sm > .input-group-btn > .btn {
-  height: 33px;
-  line-height: 33px;
-}
-textarea.input-group-sm > .form-control,
-textarea.input-group-sm > .input-group-addon,
-textarea.input-group-sm > .input-group-btn > .btn,
-select[multiple].input-group-sm > .form-control,
-select[multiple].input-group-sm > .input-group-addon,
-select[multiple].input-group-sm > .input-group-btn > .btn {
-  height: auto;
-}
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
-  display: table-cell;
-}
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
-  border-radius: 0;
-}
-.input-group-addon,
-.input-group-btn {
-  width: 1%;
-  white-space: nowrap;
-  vertical-align: middle;
-}
-.input-group-addon {
-  padding: 8px 12px;
-  font-size: 16px;
-  font-weight: normal;
-  line-height: 1;
-  color: #333333;
-  text-align: center;
-  background-color: #eeeeee;
-  border: 1px solid #dddddd;
-  border-radius: 4px;
-}
-.input-group-addon.input-sm {
-  padding: 5px 10px;
-  font-size: 14px;
-  border-radius: 3px;
-}
-.input-group-addon.input-lg {
-  padding: 14px 16px;
-  font-size: 20px;
-  border-radius: 6px;
-}
-.input-group-addon input[type="radio"],
-.input-group-addon input[type="checkbox"] {
-  margin-top: 0;
-}
-.input-group .form-control:first-child,
-.input-group-addon:first-child,
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group > .btn,
-.input-group-btn:first-child > .dropdown-toggle,
-.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
-.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0;
-}
-.input-group-addon:first-child {
-  border-right: 0;
-}
-.input-group .form-control:last-child,
-.input-group-addon:last-child,
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group > .btn,
-.input-group-btn:last-child > .dropdown-toggle,
-.input-group-btn:first-child > .btn:not(:first-child),
-.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
-}
-.input-group-addon:last-child {
-  border-left: 0;
-}
-.input-group-btn {
-  position: relative;
-  font-size: 0;
-  white-space: nowrap;
-}
-.input-group-btn > .btn {
-  position: relative;
-}
-.input-group-btn > .btn + .btn {
-  margin-left: -1px;
-}
-.input-group-btn > .btn:hover,
-.input-group-btn > .btn:focus,
-.input-group-btn > .btn:active {
-  z-index: 2;
-}
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group {
-  margin-right: -1px;
-}
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group {
-  margin-left: -1px;
-}
-.nav {
-  margin-bottom: 0;
-  padding-left: 0;
-  list-style: none;
-}
-.nav > li {
-  position: relative;
-  display: block;
-}
-.nav > li > a {
-  position: relative;
-  display: block;
-  padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
-  text-decoration: none;
-  background-color: #eeeeee;
-}
-.nav > li.disabled > a {
-  color: #b3b3b3;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
-  color: #b3b3b3;
-  text-decoration: none;
-  background-color: transparent;
-  cursor: not-allowed;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
-  background-color: #eeeeee;
-  border-color: #4582ec;
-}
-.nav .nav-divider {
-  height: 1px;
-  margin: 10px 0;
-  overflow: hidden;
-  background-color: #e5e5e5;
-}
-.nav > li > a > img {
-  max-width: none;
-}
-.nav-tabs {
-  border-bottom: 1px solid #dddddd;
-}
-.nav-tabs > li {
-  float: left;
-  margin-bottom: -1px;
-}
-.nav-tabs > li > a {
-  margin-right: 2px;
-  line-height: 1.42857143;
-  border: 1px solid transparent;
-  border-radius: 4px 4px 0 0;
-}
-.nav-tabs > li > a:hover {
-  border-color: #eeeeee #eeeeee #dddddd;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
-  color: #555555;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  border-bottom-color: transparent;
-  cursor: default;
-}
-.nav-tabs.nav-justified {
-  width: 100%;
-  border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
-  float: none;
-}
-.nav-tabs.nav-justified > li > a {
-  text-align: center;
-  margin-bottom: 5px;
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-tabs.nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs.nav-justified > li > a {
-  margin-right: 0;
-  border-radius: 4px;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
-  border: 1px solid #dddddd;
-}
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li > a {
-    border-bottom: 1px solid #dddddd;
-    border-radius: 4px 4px 0 0;
-  }
-  .nav-tabs.nav-justified > .active > a,
-  .nav-tabs.nav-justified > .active > a:hover,
-  .nav-tabs.nav-justified > .active > a:focus {
-    border-bottom-color: #ffffff;
-  }
-}
-.nav-pills > li {
-  float: left;
-}
-.nav-pills > li > a {
-  border-radius: 4px;
-}
-.nav-pills > li + li {
-  margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
-  color: #ffffff;
-  background-color: #4582ec;
-}
-.nav-stacked > li {
-  float: none;
-}
-.nav-stacked > li + li {
-  margin-top: 2px;
-  margin-left: 0;
-}
-.nav-justified {
-  width: 100%;
-}
-.nav-justified > li {
-  float: none;
-}
-.nav-justified > li > a {
-  text-align: center;
-  margin-bottom: 5px;
-}
-.nav-justified > .dropdown .dropdown-menu {
-  top: auto;
-  left: auto;
-}
-@media (min-width: 768px) {
-  .nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
-  .nav-justified > li > a {
-    margin-bottom: 0;
-  }
-}
-.nav-tabs-justified {
-  border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
-  margin-right: 0;
-  border-radius: 4px;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
-  border: 1px solid #dddddd;
-}
-@media (min-width: 768px) {
-  .nav-tabs-justified > li > a {
-    border-bottom: 1px solid #dddddd;
-    border-radius: 4px 4px 0 0;
-  }
-  .nav-tabs-justified > .active > a,
-  .nav-tabs-justified > .active > a:hover,
-  .nav-tabs-justified > .active > a:focus {
-    border-bottom-color: #ffffff;
-  }
-}
-.tab-content > .tab-pane {
-  display: none;
-}
-.tab-content > .active {
-  display: block;
-}
-.nav-tabs .dropdown-menu {
-  margin-top: -1px;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.navbar {
-  position: relative;
-  min-height: 50px;
-  margin-bottom: 22px;
-  border: 1px solid transparent;
-}
-@media (min-width: 768px) {
-  .navbar {
-    border-radius: 4px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-header {
-    float: left;
-  }
-}
-.navbar-collapse {
-  max-height: 340px;
-  overflow-x: visible;
-  padding-right: 15px;
-  padding-left: 15px;
-  border-top: 1px solid transparent;
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-  -webkit-overflow-scrolling: touch;
-}
-.navbar-collapse.in {
-  overflow-y: auto;
-}
-@media (min-width: 768px) {
-  .navbar-collapse {
-    width: auto;
-    border-top: 0;
-    box-shadow: none;
-  }
-  .navbar-collapse.collapse {
-    display: block !important;
-    height: auto !important;
-    padding-bottom: 0;
-    overflow: visible !important;
-  }
-  .navbar-collapse.in {
-    overflow-y: visible;
-  }
-  .navbar-fixed-top .navbar-collapse,
-  .navbar-static-top .navbar-collapse,
-  .navbar-fixed-bottom .navbar-collapse {
-    padding-left: 0;
-    padding-right: 0;
-  }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
-  margin-right: -15px;
-  margin-left: -15px;
-}
-@media (min-width: 768px) {
-  .container > .navbar-header,
-  .container-fluid > .navbar-header,
-  .container > .navbar-collapse,
-  .container-fluid > .navbar-collapse {
-    margin-right: 0;
-    margin-left: 0;
-  }
-}
-.navbar-static-top {
-  z-index: 1000;
-  border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
-  .navbar-static-top {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
-  position: fixed;
-  right: 0;
-  left: 0;
-  z-index: 1030;
-}
-@media (min-width: 768px) {
-  .navbar-fixed-top,
-  .navbar-fixed-bottom {
-    border-radius: 0;
-  }
-}
-.navbar-fixed-top {
-  top: 0;
-  border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
-  bottom: 0;
-  margin-bottom: 0;
-  border-width: 1px 0 0;
-}
-.navbar-brand {
-  float: left;
-  padding: 14px 15px;
-  font-size: 20px;
-  line-height: 22px;
-  height: 50px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
-  text-decoration: none;
-}
-@media (min-width: 768px) {
-  .navbar > .container .navbar-brand,
-  .navbar > .container-fluid .navbar-brand {
-    margin-left: -15px;
-  }
-}
-.navbar-toggle {
-  position: relative;
-  float: right;
-  margin-right: 15px;
-  padding: 9px 10px;
-  margin-top: 8px;
-  margin-bottom: 8px;
-  background-color: transparent;
-  background-image: none;
-  border: 1px solid transparent;
-  border-radius: 4px;
-}
-.navbar-toggle:focus {
-  outline: none;
-}
-.navbar-toggle .icon-bar {
-  display: block;
-  width: 22px;
-  height: 2px;
-  border-radius: 1px;
-}
-.navbar-toggle .icon-bar + .icon-bar {
-  margin-top: 4px;
-}
-@media (min-width: 768px) {
-  .navbar-toggle {
-    display: none;
-  }
-}
-.navbar-nav {
-  margin: 7px -15px;
-}
-.navbar-nav > li > a {
-  padding-top: 10px;
-  padding-bottom: 10px;
-  line-height: 22px;
-}
-@media (max-width: 767px) {
-  .navbar-nav .open .dropdown-menu {
-    position: static;
-    float: none;
-    width: auto;
-    margin-top: 0;
-    background-color: transparent;
-    border: 0;
-    box-shadow: none;
-  }
-  .navbar-nav .open .dropdown-menu > li > a,
-  .navbar-nav .open .dropdown-menu .dropdown-header {
-    padding: 5px 15px 5px 25px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a {
-    line-height: 22px;
-  }
-  .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-nav .open .dropdown-menu > li > a:focus {
-    background-image: none;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-nav {
-    float: left;
-    margin: 0;
-  }
-  .navbar-nav > li {
-    float: left;
-  }
-  .navbar-nav > li > a {
-    padding-top: 14px;
-    padding-bottom: 14px;
-  }
-  .navbar-nav.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-left {
-    float: left !important;
-  }
-  .navbar-right {
-    float: right !important;
-  }
-}
-.navbar-form {
-  margin-left: -15px;
-  margin-right: -15px;
-  padding: 10px 15px;
-  border-top: 1px solid transparent;
-  border-bottom: 1px solid transparent;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-  margin-top: 5px;
-  margin-bottom: 5px;
-}
-@media (min-width: 768px) {
-  .navbar-form .form-group {
-    display: inline-block;
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .form-control {
-    display: inline-block;
-    width: auto;
-    vertical-align: middle;
-  }
-  .navbar-form .input-group > .form-control {
-    width: 100%;
-  }
-  .navbar-form .control-label {
-    margin-bottom: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio,
-  .navbar-form .checkbox {
-    display: inline-block;
-    margin-top: 0;
-    margin-bottom: 0;
-    padding-left: 0;
-    vertical-align: middle;
-  }
-  .navbar-form .radio input[type="radio"],
-  .navbar-form .checkbox input[type="checkbox"] {
-    float: none;
-    margin-left: 0;
-  }
-  .navbar-form .has-feedback .form-control-feedback {
-    top: 0;
-  }
-}
-@media (max-width: 767px) {
-  .navbar-form .form-group {
-    margin-bottom: 5px;
-  }
-}
-@media (min-width: 768px) {
-  .navbar-form {
-    width: auto;
-    border: 0;
-    margin-left: 0;
-    margin-right: 0;
-    padding-top: 0;
-    padding-bottom: 0;
-    -webkit-box-shadow: none;
-    box-shadow: none;
-  }
-  .navbar-form.navbar-right:last-child {
-    margin-right: -15px;
-  }
-}
-.navbar-nav > li > .dropdown-menu {
-  margin-top: 0;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
-}
-.navbar-btn {
-  margin-top: 5px;
-  margin-bottom: 5px;
-}
-.navbar-btn.btn-sm {
-  margin-top: 8.5px;
-  margin-bottom: 8.5px;
-}
-.navbar-btn.btn-xs {
-  margin-top: 14px;
-  margin-bottom: 14px;
-}
-.navbar-text {
-  margin-top: 14px;
-  margin-bottom: 14px;
-}
-@media (min-width: 768px) {
-  .navbar-text {
-    float: left;
-    margin-left: 15px;
-    margin-right: 15px;
-  }
-  .navbar-text.navbar-right:last-child {
-    margin-right: 0;
-  }
-}
-.navbar-default {
-  background-color: #ffffff;
-  border-color: transparent;
-}
-.navbar-default .navbar-brand {
-  color: #4582ec;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
-  color: #4582ec;
-  background-color: transparent;
-}
-.navbar-default .navbar-text {
-  color: #333333;
-}
-.navbar-default .navbar-nav > li > a {
-  color: #4582ec;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
-  color: #4582ec;
-  background-color: transparent;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
-  color: #4582ec;
-  background-color: transparent;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
-  color: #333333;
-  background-color: transparent;
-}
-.navbar-default .navbar-toggle {
-  border-color: #dddddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
-  background-color: #dddddd;
-}
-.navbar-default .navbar-toggle .icon-bar {
-  background-color: #cccccc;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
-  border-color: transparent;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
-  background-color: transparent;
-  color: #4582ec;
-}
-@media (max-width: 767px) {
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
-    color: #4582ec;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #4582ec;
-    background-color: transparent;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #4582ec;
-    background-color: transparent;
-  }
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #333333;
-    background-color: transparent;
-  }
-}
-.navbar-default .navbar-link {
-  color: #4582ec;
-}
-.navbar-default .navbar-link:hover {
-  color: #4582ec;
-}
-.navbar-inverse {
-  background-color: #ffffff;
-  border-color: transparent;
-}
-.navbar-inverse .navbar-brand {
-  color: #333333;
-}
-.navbar-inverse .navbar-brand:hover,
-.navbar-inverse .navbar-brand:focus {
-  color: #333333;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-text {
-  color: #333333;
-}
-.navbar-inverse .navbar-nav > li > a {
-  color: #333333;
-}
-.navbar-inverse .navbar-nav > li > a:hover,
-.navbar-inverse .navbar-nav > li > a:focus {
-  color: #333333;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-nav > .active > a,
-.navbar-inverse .navbar-nav > .active > a:hover,
-.navbar-inverse .navbar-nav > .active > a:focus {
-  color: #333333;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-nav > .disabled > a,
-.navbar-inverse .navbar-nav > .disabled > a:hover,
-.navbar-inverse .navbar-nav > .disabled > a:focus {
-  color: #cccccc;
-  background-color: transparent;
-}
-.navbar-inverse .navbar-toggle {
-  border-color: #dddddd;
-}
-.navbar-inverse .navbar-toggle:hover,
-.navbar-inverse .navbar-toggle:focus {
-  background-color: #dddddd;
-}
-.navbar-inverse .navbar-toggle .icon-bar {
-  background-color: #cccccc;
-}
-.navbar-inverse .navbar-collapse,
-.navbar-inverse .navbar-form {
-  border-color: #ededed;
-}
-.navbar-inverse .navbar-nav > .open > a,
-.navbar-inverse .navbar-nav > .open > a:hover,
-.navbar-inverse .navbar-nav > .open > a:focus {
-  background-color: transparent;
-  color: #333333;
-}
-@media (max-width: 767px) {
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
-    border-color: transparent;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
-    background-color: transparent;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
-    color: #333333;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #333333;
-    background-color: transparent;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #333333;
-    background-color: transparent;
-  }
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #cccccc;
-    background-color: transparent;
-  }
-}
-.navbar-inverse .navbar-link {
-  color: #333333;
-}
-.navbar-inverse .navbar-link:hover {
-  color: #333333;
-}
-.breadcrumb {
-  padding: 8px 15px;
-  margin-bottom: 22px;
-  list-style: none;
-  background-color: #f5f5f5;
-  border-radius: 4px;
-}
-.breadcrumb > li {
-  display: inline-block;
-}
-.breadcrumb > li + li:before {
-  content: "/\00a0";
-  padding: 0 5px;
-  color: #cccccc;
-}
-.breadcrumb > .active {
-  color: #b3b3b3;
-}
-.pagination {
-  display: inline-block;
-  padding-left: 0;
-  margin: 22px 0;
-  border-radius: 4px;
-}
-.pagination > li {
-  display: inline;
-}
-.pagination > li > a,
-.pagination > li > span {
-  position: relative;
-  float: left;
-  padding: 8px 12px;
-  line-height: 1.42857143;
-  text-decoration: none;
-  color: #333333;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  margin-left: -1px;
-}
-.pagination > li:first-child > a,
-.pagination > li:first-child > span {
-  margin-left: 0;
-  border-bottom-left-radius: 4px;
-  border-top-left-radius: 4px;
-}
-.pagination > li:last-child > a,
-.pagination > li:last-child > span {
-  border-bottom-right-radius: 4px;
-  border-top-right-radius: 4px;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
-  color: #ffffff;
-  background-color: #4582ec;
-  border-color: #4582ec;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
-  z-index: 2;
-  color: #ffffff;
-  background-color: #4582ec;
-  border-color: #4582ec;
-  cursor: default;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
-  color: #b3b3b3;
-  background-color: #ffffff;
-  border-color: #dddddd;
-  cursor: not-allowed;
-}
-.pagination-lg > li > a,
-.pagination-lg > li > span {
-  padding: 14px 16px;
-  font-size: 20px;
-}
-.pagination-lg > li:first-child > a,
-.pagination-lg > li:first-child > span {
-  border-bottom-left-radius: 6px;
-  border-top-left-radius: 6px;
-}
-.pagination-lg > li:last-child > a,
-.pagination-lg > li:last-child > span {
-  border-bottom-right-radius: 6px;
-  border-top-right-radius: 6px;
-}
-.pagination-sm > li > a,
-.pagination-sm > li > span {
-  padding: 5px 10px;
-  font-size: 14px;
-}
-.pagination-sm > li:first-child > a,
-.pagination-sm > li:first-child > span {
-  border-bottom-left-radius: 3px;
-  border-top-left-radius: 3px;
-}
-.pagination-sm > li:last-child > a,
-.pagination-sm > li:last-child > span {
-  border-bottom-right-radius: 3px;
-  border-top-right-radius: 3px;
-}
-.pager {
-  padding-left: 0;
-  margin: 22px 0;
-  list-style: none;
-  text-align: center;
-}
-.pager li {
-  display: inline;
-}
-.pager li > a,
-.pager li > span {
-  display: inline-block;
-  padding: 5px 14px;
-  background-color: #ffffff;
-  border: 1px solid #dddddd;
-  border-radius: 15px;
-}
-.pager li > a:hover,
-.pager li > a:focus {
-  text-decoration: none;
-  background-color: #4582ec;
-}
-.pager .next > a,
-.pager .next > span {
-  float: right;
-}
-.pager .previous > a,
-.pager .previous > span {
-  float: left;
-}
-.pager .disabl

<TRUNCATED>

[09/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/bootstrap.css.map
----------------------------------------------------------------------
diff --git a/css/bootstrap.css.map b/css/bootstrap.css.map
deleted file mode 100644
index 6bc5a2d..0000000
--- a/css/bootstrap.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["less/normalize.less","less/print.less","less/scaffolding.less","less/mixins.less","less/variables.less","less/thumbnails.less","less/carousel.less","less/type.less","less/code.less","less/grid.less","less/tables.less","less/forms.less","less/buttons.less","less/button-groups.less","less/component-animations.less","less/glyphicons.less","less/dropdowns.less","less/input-groups.less","less/navs.less","less/navbar.less","less/utilities.less","less/breadcrumbs.less","less/pagination.less","less/pager.less","less/labels.less","less/badges.less","less/jumbotron.less","less/alerts.less","less/progress-bars.less","less/media.less","less/list-group.less","less/panels.less","less/wells.less","less/close.less","less/modals.less","less/tooltip.less","less/popovers.less","less/responsive-utilities.less"],"names":[],"mappings":";AAQA;EACE,uBAAA;EACA,0BAAA;EACA,8BAAA;;AAOF;EACE,SAAA;;AAUF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACE,cAAA;;AAQF;AACA;AACA;AACA
 ;EACE,qBAAA;EACA,wBAAA;;AAQF,KAAK,IAAI;EACP,aAAA;EACA,SAAA;;AAQF;AACA;EACE,aAAA;;AAUF;EACE,uBAAA;;AAOF,CAAC;AACD,CAAC;EACC,UAAA;;AAUF,IAAI;EACF,yBAAA;;AAOF;AACA;EACE,iBAAA;;AAOF;EACE,kBAAA;;AAQF;EACE,cAAA;EACA,gBAAA;;AAOF;EACE,gBAAA;EACA,WAAA;;AAOF;EACE,cAAA;;AAOF;AACA;EACE,cAAA;EACA,cAAA;EACA,kBAAA;EACA,wBAAA;;AAGF;EACE,WAAA;;AAGF;EACE,eAAA;;AAUF;EACE,SAAA;;AAOF,GAAG,IAAI;EACL,gBAAA;;AAUF;EACE,gBAAA;;AAOF;EACE,4BAAA;EACA,uBAAA;EACA,SAAA;;AAOF;EACE,cAAA;;AAOF;AACA;AACA;AACA;EACE,iCAAA;EACA,cAAA;;AAkBF;AACA;AACA;AACA;AACA;EACE,cAAA;EACA,aAAA;EACA,SAAA;;AAOF;EACE,iBAAA;;AAUF;AACA;EACE,oBAAA;;AAWF;AACA,IAAK,MAAK;AACV,KAAK;AACL,KAAK;EACH,0BAAA;EACA,eAAA;;AAOF,MAAM;AACN,IAAK,MAAK;EACR,eAAA;;AAOF,MAAM;AACN,KAAK;EACH,SAAA;EACA,UAAA;;AAQF;EACE,mBAAA;;AAWF,KAAK;AACL,KAAK;EACH,sBAAA;EACA,UAAA;;AASF,KAAK,eAAe;AACpB,KAAK,eAAe;EAClB,YAAA;;AASF,KAAK;EACH,6BAAA;EACA,4BAAA;EACA,+BAAA;EACA,uBAAA;;AASF,KAAK,eAAe;AACpB,KAAK,eAAe;EAClB,wBAAA;;AAOF;EACE,yBAAA;EACA,aAAA;EACA,8BAAA;;AAQF;EACE,SAAA;EACA,UA
 AA;;AAOF;EACE,cAAA;;AAQF;EACE,iBAAA;;AAUF;EACE,yBAAA;EACA,iBAAA;;AAGF;AACA;EACE,UAAA;;AChUF;EA9FE;IACE,4BAAA;IACA,sBAAA;IACA,kCAAA;IACA,2BAAA;;EAGF;EACA,CAAC;IACC,0BAAA;;EAGF,CAAC,MAAM;IACL,SAAS,KAAK,WAAW,GAAzB;;EAGF,IAAI,OAAO;IACT,SAAS,KAAK,YAAY,GAA1B;;EAIF,CAAC,qBAAqB;EACtB,CAAC,WAAW;IACV,SAAS,EAAT;;EAGF;EACA;IACE,sBAAA;IACA,wBAAA;;EAGF;IACE,2BAAA;;EAGF;EACA;IACE,wBAAA;;EAGF;IACE,0BAAA;;EAGF;EACA;EACA;IACE,UAAA;IACA,SAAA;;EAGF;EACA;IACE,uBAAA;;EAKF;IACE,2BAAA;;EAIF;IACE,aAAA;;EAEF,MACE;EADF,MAEE;IACE,iCAAA;;EAGJ,IAEE;EADF,OAAQ,OACN;IACE,iCAAA;;EAGJ;IACE,sBAAA;;EAGF;IACE,oCAAA;;EAEF,eACE;EADF,eAEE;IACE,iCAAA;;;ACtFN;ECyOE,8BAAA;EACG,2BAAA;EACK,sBAAA;;ADxOV,CAAC;AACD,CAAC;ECqOC,8BAAA;EACG,2BAAA;EACK,sBAAA;;ADhOV;EACE,gBAAA;EACA,6CAAA;;AAGF;EACE,aEcwB,8CFdxB;EACA,eAAA;EACA,uBAAA;EACA,cAAA;EACA,yBAAA;;AAIF;AACA;AACA;AACA;EACE,oBAAA;EACA,kBAAA;EACA,oBAAA;;AAMF;EACE,cAAA;EACA,qBAAA;;AAEA,CAAC;AACD,CAAC;EACC,cAAA;EACA,0BAAA;;AAGF,CAAC;ECzBD,oBAAA;EAEA,0CAAA;EACA,oBAAA;;ADiCF;EACE,SAAA;;A
 AMF;EACE,sBAAA;;AAIF;AG1EA,UAUE;AAVF,UAWE,EAAE;ACPJ,eAKE,QAME;AAXJ,eAKE,QAOE,IAAI;EHyWN,cAAA;EACA,eAAA;EACA,YAAA;;AD5SF;EACE,kBAAA;;AAMF;EACE,YAAA;EACA,uBAAA;EACA,yBAAA;EACA,yBAAA;EACA,kBAAA;EC8BA,wCAAA;EACQ,gCAAA;EA+PR,qBAAA;EACA,eAAA;EACA,YAAA;;ADxRF;EACE,kBAAA;;AAMF;EACE,gBAAA;EACA,mBAAA;EACA,SAAA;EACA,6BAAA;;AAQF;EACE,kBAAA;EACA,UAAA;EACA,WAAA;EACA,YAAA;EACA,UAAA;EACA,gBAAA;EACA,MAAM,gBAAN;EACA,SAAA;;AK5HF;AAAI;AAAI;AAAI;AAAI;AAAI;AACpB;AAAK;AAAK;AAAK;AAAK;AAAK;EACvB,oBAAA;EACA,gBAAA;EACA,gBAAA;EACA,cAAA;;AALF,EAOE;AAPE,EAOF;AAPM,EAON;AAPU,EAOV;AAPc,EAOd;AAPkB,EAOlB;AANF,GAME;AANG,GAMH;AANQ,GAMR;AANa,GAMb;AANkB,GAMlB;AANuB,GAMvB;AAPF,EAQE;AARE,EAQF;AARM,EAQN;AARU,EAQV;AARc,EAQd;AARkB,EAQlB;AAPF,GAOE;AAPG,GAOH;AAPQ,GAOR;AAPa,GAOb;AAPkB,GAOlB;AAPuB,GAOvB;EACE,mBAAA;EACA,cAAA;EACA,cAAA;;AAIJ;AAAI;AACJ;AAAI;AACJ;AAAI;EACF,gBAAA;EACA,mBAAA;;AAJF,EAME;AANE,GAMF;AALF,EAKE;AALE,GAKF;AAJF,EAIE;AAJE,GAIF;AANF,EAOE;AAPE,GAOF;AANF,EAME;AANE,GAMF;AALF,EAKE;AALE,GAKF;EACE,cAAA;;AAGJ;AAAI;AACJ
 ;AAAI;AACJ;AAAI;EACF,gBAAA;EACA,mBAAA;;AAJF,EAME;AANE,GAMF;AALF,EAKE;AALE,GAKF;AAJF,EAIE;AAJE,GAIF;AANF,EAOE;AAPE,GAOF;AANF,EAME;AANE,GAMF;AALF,EAKE;AALE,GAKF;EACE,cAAA;;AAIJ;AAAI;EAAM,eAAA;;AACV;AAAI;EAAM,eAAA;;AACV;AAAI;EAAM,eAAA;;AACV;AAAI;EAAM,eAAA;;AACV;AAAI;EAAM,eAAA;;AACV;AAAI;EAAM,eAAA;;AAMV;EACE,gBAAA;;AAGF;EACE,mBAAA;EACA,eAAA;EACA,gBAAA;EACA,gBAAA;;AAKF,QAHqC;EAGrC;IAFI,eAAA;;;AASJ;AACA;EAAU,cAAA;;AAGV;EAAU,kBAAA;;AAGV;EAAuB,gBAAA;;AACvB;EAAuB,iBAAA;;AACvB;EAAuB,kBAAA;;AACvB;EAAuB,mBAAA;;AAGvB;EACE,cAAA;;AAEF;EJofE,cAAA;;AACA,CAAC,aAAC;EACA,cAAA;;AInfJ;EJifE,cAAA;;AACA,CAAC,aAAC;EACA,cAAA;;AIhfJ;EJ8eE,cAAA;;AACA,CAAC,UAAC;EACA,cAAA;;AI7eJ;EJ2eE,cAAA;;AACA,CAAC,aAAC;EACA,cAAA;;AI1eJ;EJweE,cAAA;;AACA,CAAC,YAAC;EACA,cAAA;;AIneJ;EAGE,WAAA;EJqdA,yBAAA;;AACA,CAAC,WAAC;EACA,yBAAA;;AIpdJ;EJkdE,yBAAA;;AACA,CAAC,WAAC;EACA,yBAAA;;AIjdJ;EJ+cE,yBAAA;;AACA,CAAC,QAAC;EACA,yBAAA;;AI9cJ;EJ4cE,yBAAA;;AACA,CAAC,WAAC;EACA,yBAAA;;AI3cJ;EJycE,yBAAA;;AACA,CAAC,UAAC;EACA,yBAAA;;AIncJ;EACE,mBAAA;
 EACA,mBAAA;EACA,gCAAA;;AAQF;AACA;EACE,aAAA;EACA,mBAAA;;AAHF,EAIE;AAHF,EAGE;AAJF,EAKE;AAJF,EAIE;EACE,gBAAA;;AAOJ;EACE,eAAA;EACA,gBAAA;;AAIF;EALE,eAAA;EACA,gBAAA;EAMA,iBAAA;;AAFF,YAIE;EACE,qBAAA;EACA,iBAAA;EACA,kBAAA;;AAKJ;EACE,aAAA;EACA,mBAAA;;AAEF;AACA;EACE,uBAAA;;AAEF;EACE,iBAAA;;AAEF;EACE,cAAA;;AAwBF,QAhB2C;EACzC,cACE;IACE,WAAA;IACA,YAAA;IACA,WAAA;IACA,iBAAA;IJ1IJ,gBAAA;IACA,uBAAA;IACA,mBAAA;;EImIA,cAQE;IACE,kBAAA;;;AAUN,IAAI;AAEJ,IAAI;EACF,YAAA;EACA,iCAAA;;AAEF;EACE,cAAA;EACA,yBAAA;;AAIF;EACE,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,8BAAA;;AAKE,UAHF,EAGG;AAAD,UAFF,GAEG;AAAD,UADF,GACG;EACC,gBAAA;;AAVN,UAgBE;AAhBF,UAiBE;AAjBF,UAkBE;EACE,cAAA;EACA,cAAA;EACA,uBAAA;EACA,cAAA;;AAEA,UARF,OAQG;AAAD,UAPF,MAOG;AAAD,UANF,OAMG;EACC,SAAS,aAAT;;AAQN;AACA,UAAU;EACR,mBAAA;EACA,eAAA;EACA,+BAAA;EACA,cAAA;EACA,iBAAA;;AAME,mBAHF,OAGG;AAAD,UAXM,WAQR,OAGG;AAAD,mBAFF,MAEG;AAAD,UAXM,WASR,MAEG;AAAD,mBADF,OACG;AAAD,UAXM,WAUR,OACG;EAAU,SAAS,EAAT;;AACX,mBAJF,OAIG;AAAD,UAZM,WAQR,OAIG;AAAD,mBAHF,MAGG;AAAD,UAZM,WASR,M
 AGG;AAAD,mBAFF,OAEG;AAAD,UAZM,WAUR,OAEG;EACC,SAAS,aAAT;;AAMN,UAAU;AACV,UAAU;EACR,SAAS,EAAT;;AAIF;EACE,mBAAA;EACA,kBAAA;EACA,uBAAA;;AC7RF;AACA;AACA;AACA;EACE,sCJkCiD,wBIlCjD;;AAIF;EACE,gBAAA;EACA,cAAA;EACA,cAAA;EACA,yBAAA;EACA,mBAAA;EACA,kBAAA;;AAIF;EACE,gBAAA;EACA,cAAA;EACA,cAAA;EACA,yBAAA;EACA,kBAAA;EACA,8CAAA;;AAIF;EACE,cAAA;EACA,cAAA;EACA,gBAAA;EACA,eAAA;EACA,uBAAA;EACA,qBAAA;EACA,qBAAA;EACA,cAAA;EACA,yBAAA;EACA,yBAAA;EACA,kBAAA;;AAXF,GAcE;EACE,UAAA;EACA,kBAAA;EACA,cAAA;EACA,qBAAA;EACA,6BAAA;EACA,gBAAA;;AAKJ;EACE,iBAAA;EACA,kBAAA;;ACpDF;ENqnBE,kBAAA;EACA,iBAAA;EACA,kBAAA;EACA,mBAAA;;AMlnBA,QAHmC;EAGnC;IAFE,YAAA;;;AAKF,QAHmC;EAGnC;IAFE,YAAA;;;AAKJ,QAHqC;EAGrC;IAFI,aAAA;;;AAUJ;ENimBE,kBAAA;EACA,iBAAA;EACA,kBAAA;EACA,mBAAA;;AM3lBF;ENimBE,kBAAA;EACA,mBAAA;;AAqIE;EACE,kBAAA;EAEA,eAAA;EAEA,kBAAA;EACA,mBAAA;;AAgBF;EACE,WAAA;;AAOJ,KAAK,EAAQ,CAAC;EACZ,WAAA;;AADF,KAAK,EAAQ,CAAC;EACZ,mBAAA;;AADF,KAAK,EAAQ,CAAC;EACZ,mBAAA;;AADF,KAAK,EAAQ,CAAC;EACZ,UAAA;;AADF,KAAK,EAAQ,CAAC;EACZ,mBAAA;;AADF,K
 AAK,EAAQ,CAAC;EACZ,mBAAA;;AADF,KAAK,EAAQ,CAAC;EACZ,UAAA;;AADF,KAAK,EAAQ,CAAC;EACZ,mBAAA;;AADF,KAAK,EAAQ,CAAC;EACZ,mBAAA;;AADF,KAAK,EAAQ,CAAC;EACZ,UAAA;;AADF,KAAK,EAAQ,CAAC;EACZ,mBAAA;;AADF,KAAK,EAAQ,CAAC;EACZ,kBAAA;;AASF,KAAK,EAAQ,MAAM;EACjB,WAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,mBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,mBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,UAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,mBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,mBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,UAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,mBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,mBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,UAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,mBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,kBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,SAAA;;AANF,KAAK,EAAQ,MAAM;EACjB,UAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,kBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,kBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,SAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,kBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,kBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,SAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,kBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,kBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,SAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,kBAAA
 ;;AADF,KAAK,EAAQ,MAAM;EACjB,iBAAA;;AADF,KAAK,EAAQ,MAAM;EACjB,QAAA;;AASF,KAAK,EAAQ,QAAQ;EACnB,iBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,yBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,yBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,gBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,yBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,yBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,gBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,yBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,yBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,gBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,yBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,wBAAA;;AADF,KAAK,EAAQ,QAAQ;EACnB,eAAA;;AMvvBJ,QALmC;ENouB/B;IACE,WAAA;;EAOJ,KAAK,EAAQ,CAAC;IACZ,WAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,UAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,UAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,UAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,kBAAA;;EASF,KAAK,EAAQ,MAAM;IACjB,WAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB
 ,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EANF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,iBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,QAAA;;EASF,KAAK,EAAQ,QAAQ;IACnB,iBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,gBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,gBAAA;;EADF,KAA
 K,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,gBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,wBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,eAAA;;;AM9uBJ,QALmC;EN2tB/B;IACE,WAAA;;EAOJ,KAAK,EAAQ,CAAC;IACZ,WAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,UAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,UAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,UAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,kBAAA;;EASF,KAAK,EAAQ,MAAM;IACjB,WAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EAD
 F,KAAK,EAAQ,MAAM;IACjB,SAAA;;EANF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,iBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,QAAA;;EASF,KAAK,EAAQ,QAAQ;IACnB,iBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,gBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,gBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,gBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,wBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,eAAA;;;AMvuBJ,QAHmC;ENktB/B;IACE,WAAA;;EAOJ,KAAK,EAAQ,CAAC;IACZ,WAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;
 IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,UAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,UAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,UAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,mBAAA;;EADF,KAAK,EAAQ,CAAC;IACZ,kBAAA;;EASF,KAAK,EAAQ,MAAM;IACjB,WAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,mBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EANF,KAAK,EAAQ,MAAM;IACjB,UAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,
 MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,SAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,kBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,iBAAA;;EADF,KAAK,EAAQ,MAAM;IACjB,QAAA;;EASF,KAAK,EAAQ,QAAQ;IACnB,iBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,gBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,gBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,gBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,yBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,wBAAA;;EADF,KAAK,EAAQ,QAAQ;IACnB,eAAA;;;AOtzBJ;EACE,eAAA;EACA,6BAAA;;AAEF;EACE,gBAAA;;AAMF;EACE,WAAA;EACA,mBAAA;;AAFF,MAIE,QAGE,KACE;AARN,MAKE,QAEE,KACE;AARN,MAME,QACE,KACE;AARN,MAIE,QAGE,KAEE;AATN,MAKE,QAEE,KAEE;AATN,MAME,QACE,KAEE;EACE,YAAA;EACA,uBAAA;EACA,mBAAA;EACA,6BAAA;;AAbR,MAkBE,QAAQ,KAAK;EACX,sBAAA;EACA,gCAAA;;AApBJ,MAuBE,UAAU,QAGR,KAAI,YACF;AA3BN,MAwBE,WAAW,QAET,KAAI,YACF;AA3BN,MAyBE,QAAO,YACL,KAAI,YACF;AA3BN,MAuBE,UAAU,QAGR,KAAI,YAEF;AA5BN,MAwBE
 ,WAAW,QAET,KAAI,YAEF;AA5BN,MAyBE,QAAO,YACL,KAAI,YAEF;EACE,aAAA;;AA7BR,MAkCE,QAAQ;EACN,6BAAA;;AAnCJ,MAuCE;EACE,yBAAA;;AAOJ,gBACE,QAGE,KACE;AALN,gBAEE,QAEE,KACE;AALN,gBAGE,QACE,KACE;AALN,gBACE,QAGE,KAEE;AANN,gBAEE,QAEE,KAEE;AANN,gBAGE,QACE,KAEE;EACE,YAAA;;AAWR;EACE,yBAAA;;AADF,eAEE,QAGE,KACE;AANN,eAGE,QAEE,KACE;AANN,eAIE,QACE,KACE;AANN,eAEE,QAGE,KAEE;AAPN,eAGE,QAEE,KAEE;AAPN,eAIE,QACE,KAEE;EACE,yBAAA;;AARR,eAYE,QAAQ,KACN;AAbJ,eAYE,QAAQ,KAEN;EACE,wBAAA;;AAUN,cACE,QAAQ,KAAI,UAAU,KACpB;AAFJ,cACE,QAAQ,KAAI,UAAU,KAEpB;EACE,yBAAA;;AAUN,YACE,QAAQ,KAAI,MACV;AAFJ,YACE,QAAQ,KAAI,MAEV;EACE,yBAAA;;AAUN,KAAM,IAAG;EACP,gBAAA;EACA,WAAA;EACA,qBAAA;;AAKE,KAFF,GAEG;AAAD,KADF,GACG;EACC,gBAAA;EACA,WAAA;EACA,mBAAA;;AP0SJ,MAAO,QAAQ,KAGb,KAAI,CAAC;AAFP,MAAO,QAAQ,KAEb,KAAI,CAAC;AADP,MAAO,QAAQ,KACb,KAAI,CAAC;AAHP,MAAO,QAAQ,KAIb,KAAI,CAAC;AAHP,MAAO,QAAQ,KAGb,KAAI,CAAC;AAFP,MAAO,QAAQ,KAEb,KAAI,CAAC;AACL,MALK,QAAQ,KAKZ,CAAC,MAAS;AAAX,MAJK,QAAQ,KAIZ,CAAC,MAAS;AAAX,MAHK,QAAQ,KAGZ,CAAC,MAAS;AACX,MANK,QAAQ,KAMZ,CAAC
 ,MAAS;AAAX,MALK,QAAQ,KAKZ,CAAC,MAAS;AAAX,MAJK,QAAQ,KAIZ,CAAC,MAAS;EACT,yBAAA;;AAMJ,YAAa,QAAQ,KACnB,KAAI,CAAC,MAAQ;AADf,YAAa,QAAQ,KAEnB,KAAI,CAAC,MAAQ;AACb,YAHW,QAAQ,KAGlB,CAAC,MAAQ,MAAO;AACjB,YAJW,QAAQ,KAIlB,CAAC,MAAQ,MAAO;EACf,yBAAA;;AAlBJ,MAAO,QAAQ,KAGb,KAAI,CAAC;AAFP,MAAO,QAAQ,KAEb,KAAI,CAAC;AADP,MAAO,QAAQ,KACb,KAAI,CAAC;AAHP,MAAO,QAAQ,KAIb,KAAI,CAAC;AAHP,MAAO,QAAQ,KAGb,KAAI,CAAC;AAFP,MAAO,QAAQ,KAEb,KAAI,CAAC;AACL,MALK,QAAQ,KAKZ,CAAC,OAAS;AAAX,MAJK,QAAQ,KAIZ,CAAC,OAAS;AAAX,MAHK,QAAQ,KAGZ,CAAC,OAAS;AACX,MANK,QAAQ,KAMZ,CAAC,OAAS;AAAX,MALK,QAAQ,KAKZ,CAAC,OAAS;AAAX,MAJK,QAAQ,KAIZ,CAAC,OAAS;EACT,yBAAA;;AAMJ,YAAa,QAAQ,KACnB,KAAI,CAAC,OAAQ;AADf,YAAa,QAAQ,KAEnB,KAAI,CAAC,OAAQ;AACb,YAHW,QAAQ,KAGlB,CAAC,OAAQ,MAAO;AACjB,YAJW,QAAQ,KAIlB,CAAC,OAAQ,MAAO;EACf,yBAAA;;AAlBJ,MAAO,QAAQ,KAGb,KAAI,CAAC;AAFP,MAAO,QAAQ,KAEb,KAAI,CAAC;AADP,MAAO,QAAQ,KACb,KAAI,CAAC;AAHP,MAAO,QAAQ,KAIb,KAAI,CAAC;AAHP,MAAO,QAAQ,KAGb,KAAI,CAAC;AAFP,MAAO,QAAQ,KAEb,KAAI,CAAC;AACL,MALK,QAAQ,KAKZ,CAAC,IAAS;AAAX,MAJK,QAAQ,KAIZ,C
 AAC,IAAS;AAAX,MAHK,QAAQ,KAGZ,CAAC,IAAS;AACX,MANK,QAAQ,KAMZ,CAAC,IAAS;AAAX,MALK,QAAQ,KAKZ,CAAC,IAAS;AAAX,MAJK,QAAQ,KAIZ,CAAC,IAAS;EACT,yBAAA;;AAMJ,YAAa,QAAQ,KACnB,KAAI,CAAC,IAAQ;AADf,YAAa,QAAQ,KAEnB,KAAI,CAAC,IAAQ;AACb,YAHW,QAAQ,KAGlB,CAAC,IAAQ,MAAO;AACjB,YAJW,QAAQ,KAIlB,CAAC,IAAQ,MAAO;EACf,yBAAA;;AAlBJ,MAAO,QAAQ,KAGb,KAAI,CAAC;AAFP,MAAO,QAAQ,KAEb,KAAI,CAAC;AADP,MAAO,QAAQ,KACb,KAAI,CAAC;AAHP,MAAO,QAAQ,KAIb,KAAI,CAAC;AAHP,MAAO,QAAQ,KAGb,KAAI,CAAC;AAFP,MAAO,QAAQ,KAEb,KAAI,CAAC;AACL,MALK,QAAQ,KAKZ,CAAC,OAAS;AAAX,MAJK,QAAQ,KAIZ,CAAC,OAAS;AAAX,MAHK,QAAQ,KAGZ,CAAC,OAAS;AACX,MANK,QAAQ,KAMZ,CAAC,OAAS;AAAX,MALK,QAAQ,KAKZ,CAAC,OAAS;AAAX,MAJK,QAAQ,KAIZ,CAAC,OAAS;EACT,yBAAA;;AAMJ,YAAa,QAAQ,KACnB,KAAI,CAAC,OAAQ;AADf,YAAa,QAAQ,KAEnB,KAAI,CAAC,OAAQ;AACb,YAHW,QAAQ,KAGlB,CAAC,OAAQ,MAAO;AACjB,YAJW,QAAQ,KAIlB,CAAC,OAAQ,MAAO;EACf,yBAAA;;AAlBJ,MAAO,QAAQ,KAGb,KAAI,CAAC;AAFP,MAAO,QAAQ,KAEb,KAAI,CAAC;AADP,MAAO,QAAQ,KACb,KAAI,CAAC;AAHP,MAAO,QAAQ,KAIb,KAAI,CAAC;AAHP,MAAO,QAAQ,KAGb,KAAI,CAAC;AAFP,MAAO,QAAQ,KAE
 b,KAAI,CAAC;AACL,MALK,QAAQ,KAKZ,CAAC,MAAS;AAAX,MAJK,QAAQ,KAIZ,CAAC,MAAS;AAAX,MAHK,QAAQ,KAGZ,CAAC,MAAS;AACX,MANK,QAAQ,KAMZ,CAAC,MAAS;AAAX,MALK,QAAQ,KAKZ,CAAC,MAAS;AAAX,MAJK,QAAQ,KAIZ,CAAC,MAAS;EACT,yBAAA;;AAMJ,YAAa,QAAQ,KACnB,KAAI,CAAC,MAAQ;AADf,YAAa,QAAQ,KAEnB,KAAI,CAAC,MAAQ;AACb,YAHW,QAAQ,KAGlB,CAAC,MAAQ,MAAO;AACjB,YAJW,QAAQ,KAIlB,CAAC,MAAQ,MAAO;EACf,yBAAA;;AOpON,QA/DmC;EACjC;IACE,WAAA;IACA,mBAAA;IACA,kBAAA;IACA,kBAAA;IACA,4CAAA;IACA,yBAAA;IACA,iCAAA;;EAPF,iBAUE;IACE,gBAAA;;EAXJ,iBAUE,SAIE,QAGE,KACE;EAlBR,iBAUE,SAKE,QAEE,KACE;EAlBR,iBAUE,SAME,QACE,KACE;EAlBR,iBAUE,SAIE,QAGE,KAEE;EAnBR,iBAUE,SAKE,QAEE,KAEE;EAnBR,iBAUE,SAME,QACE,KAEE;IACE,mBAAA;;EApBV,iBA2BE;IACE,SAAA;;EA5BJ,iBA2BE,kBAIE,QAGE,KACE,KAAI;EAnCZ,iBA2BE,kBAKE,QAEE,KACE,KAAI;EAnCZ,iBA2BE,kBAME,QACE,KACE,KAAI;EAnCZ,iBA2BE,kBAIE,QAGE,KAEE,KAAI;EApCZ,iBA2BE,kBAKE,QAEE,KAEE,KAAI;EApCZ,iBA2BE,kBAME,QACE,KAEE,KAAI;IACF,cAAA;;EArCV,iBA2BE,kBAIE,QAGE,KAKE,KAAI;EAvCZ,iBA2BE,kBAKE,QAEE,KAKE,KAAI;EAvCZ,iBA2BE,kBAME,QACE,KAKE,KAAI;EAv
 CZ,iBA2BE,kBAIE,QAGE,KAME,KAAI;EAxCZ,iBA2BE,kBAKE,QAEE,KAME,KAAI;EAxCZ,iBA2BE,kBAME,QACE,KAME,KAAI;IACF,eAAA;;EAzCV,iBA2BE,kBAsBE,QAEE,KAAI,WACF;EApDR,iBA2BE,kBAuBE,QACE,KAAI,WACF;EApDR,iBA2BE,kBAsBE,QAEE,KAAI,WAEF;EArDR,iBA2BE,kBAuBE,QACE,KAAI,WAEF;IACE,gBAAA;;;ACxNZ;EACE,UAAA;EACA,SAAA;EACA,SAAA;EAIA,YAAA;;AAGF;EACE,cAAA;EACA,WAAA;EACA,UAAA;EACA,mBAAA;EACA,eAAA;EACA,oBAAA;EACA,cAAA;EACA,SAAA;EACA,gCAAA;;AAGF;EACE,qBAAA;EACA,kBAAA;EACA,iBAAA;;AAWF,KAAK;ERsMH,8BAAA;EACG,2BAAA;EACK,sBAAA;;AQnMV,KAAK;AACL,KAAK;EACH,eAAA;EACA,kBAAA;;EACA,mBAAA;;AAIF,KAAK;EACH,cAAA;;AAIF,KAAK;EACH,cAAA;EACA,WAAA;;AAIF,MAAM;AACN,MAAM;EACJ,YAAA;;AAIF,KAAK,aAAa;AAClB,KAAK,cAAc;AACnB,KAAK,iBAAiB;ER7CpB,oBAAA;EAEA,0CAAA;EACA,oBAAA;;AQ+CF;EACE,cAAA;EACA,gBAAA;EACA,eAAA;EACA,uBAAA;EACA,cAAA;;AA0BF;EACE,cAAA;EACA,WAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,uBAAA;EACA,cAAA;EACA,yBAAA;EACA,sBAAA;EACA,yBAAA;EACA,kBAAA;ERHA,wDAAA;EACQ,gDAAA;EAKR,8EAAA;EACQ,sEAAA;;AAmwBR,aAAC;EACC,qBAAA;EACA,UAAA;EA5wBF,sFAAA;EACQ,8EAA
 A;;AAlER,aAAC;EAA+B,cAAA;EACA,UAAA;;AAChC,aAAC;EAA+B,cAAA;;AAChC,aAAC;EAA+B,cAAA;;AQgFhC,aAAC;AACD,aAAC;AACD,QAAQ,UAAW;EACjB,mBAAA;EACA,yBAAA;EACA,UAAA;;AAIF,QAAQ;EACN,YAAA;;AAYJ,KAAK;EACH,wBAAA;;AASF,KAAK;EACH,iBAAA;;AASF;EACE,mBAAA;;AAQF;AACA;EACE,cAAA;EACA,gBAAA;EACA,gBAAA;EACA,mBAAA;EACA,kBAAA;;AANF,MAOE;AANF,SAME;EACE,eAAA;EACA,mBAAA;EACA,eAAA;;AAGJ,MAAO,MAAK;AACZ,aAAc,MAAK;AACnB,SAAU,MAAK;AACf,gBAAiB,MAAK;EACpB,WAAA;EACA,kBAAA;;AAEF,MAAO;AACP,SAAU;EACR,gBAAA;;AAIF;AACA;EACE,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,sBAAA;EACA,mBAAA;EACA,eAAA;;AAEF,aAAc;AACd,gBAAiB;EACf,aAAA;EACA,iBAAA;;AAYA,KANG,cAMF;AAAD,KALG,iBAKF;AAAD,MAAC;AAAD,aAAC;AAAD,SAAC;AAAD,gBAAC;AACD,QAAQ,UAAW,MAPhB;AAOH,QAAQ,UAAW,MANhB;AAMH,QAAQ,UAAW;AAAnB,QAAQ,UAAW;AAAnB,QAAQ,UAAW;AAAnB,QAAQ,UAAW;EACjB,mBAAA;;AAUJ;ERqpBE,YAAA;EACA,iBAAA;EACA,eAAA;EACA,gBAAA;EACA,kBAAA;;AAEA,MAAM;EACJ,YAAA;EACA,iBAAA;;AAGF,QAAQ;AACR,MAAM,UAAU;EACd,YAAA;;AQ9pBJ;ERipBE,YAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;;AAEA,MAAM;EACJ,YAAA;EACA,
 iBAAA;;AAGF,QAAQ;AACR,MAAM,UAAU;EACd,YAAA;;AQrpBJ;EAEE,kBAAA;;AAFF,aAKE;EACE,qBAAA;;AANJ,aAUE;EACE,kBAAA;EACA,SAAA;EACA,QAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;;AAKJ,YRsjBE;AQtjBF,YRujBE;AQvjBF,YRwjBE;AQxjBF,YRyjBE;AQzjBF,YR0jBE;AQ1jBF,YR2jBE;EACE,cAAA;;AQ5jBJ,YR+jBE;EACE,qBAAA;EAvuBF,wDAAA;EACQ,gDAAA;;AAwuBN,YAHF,cAGG;EACC,qBAAA;EA1uBJ,yEAAA;EACQ,iEAAA;;AQsKV,YRykBE;EACE,cAAA;EACA,qBAAA;EACA,yBAAA;;AQ5kBJ,YR+kBE;EACE,cAAA;;AQ7kBJ,YRmjBE;AQnjBF,YRojBE;AQpjBF,YRqjBE;AQrjBF,YRsjBE;AQtjBF,YRujBE;AQvjBF,YRwjBE;EACE,cAAA;;AQzjBJ,YR4jBE;EACE,qBAAA;EAvuBF,wDAAA;EACQ,gDAAA;;AAwuBN,YAHF,cAGG;EACC,qBAAA;EA1uBJ,yEAAA;EACQ,iEAAA;;AQyKV,YRskBE;EACE,cAAA;EACA,qBAAA;EACA,yBAAA;;AQzkBJ,YR4kBE;EACE,cAAA;;AQ1kBJ,URgjBE;AQhjBF,URijBE;AQjjBF,URkjBE;AQljBF,URmjBE;AQnjBF,URojBE;AQpjBF,URqjBE;EACE,cAAA;;AQtjBJ,URyjBE;EACE,qBAAA;EAvuBF,wDAAA;EACQ,gDAAA;;AAwuBN,UAHF,cAGG;EACC,qBAAA;EA1uBJ,yEAAA;EACQ,iEAAA;;AQ4KV,URmkBE;EACE,cAAA;EACA,qBAAA;EACA,yBAAA;;AQtkBJ,URykBE;EACE,cAAA;;AQhkBJ;EACE,gB
 AAA;;AASF;EACE,cAAA;EACA,eAAA;EACA,mBAAA;EACA,cAAA;;AAoEF,QAjDqC;EAiDrC,YA/CI;IACE,qBAAA;IACA,gBAAA;IACA,sBAAA;;EA4CN,YAxCI;IACE,qBAAA;IACA,WAAA;IACA,sBAAA;;EAqCN,YAlCI,aAAa;IACX,WAAA;;EAiCN,YA9BI;IACE,gBAAA;IACA,sBAAA;;EA4BN,YAtBI;EAsBJ,YArBI;IACE,qBAAA;IACA,aAAA;IACA,gBAAA;IACA,eAAA;IACA,sBAAA;;EAgBN,YAdI,OAAO,MAAK;EAchB,YAbI,UAAU,MAAK;IACb,WAAA;IACA,cAAA;;EAWN,YAJI,cAAc;IACZ,MAAA;;;AAWN,gBAGE;AAHF,gBAIE;AAJF,gBAKE;AALF,gBAME;AANF,gBAOE;EACE,aAAA;EACA,gBAAA;EACA,gBAAA;;AAVJ,gBAcE;AAdF,gBAeE;EACE,gBAAA;;AAhBJ,gBAoBE;ERyOA,kBAAA;EACA,mBAAA;;AQ9PF,gBAwBE;EACE,gBAAA;;AAUF,QANmC;EAMnC,gBALE;IACE,iBAAA;;;AA/BN,gBAuCE,cAAc;EACZ,MAAA;EACA,WAAA;;AC3aJ;EACE,qBAAA;EACA,gBAAA;EACA,mBAAA;EACA,kBAAA;EACA,sBAAA;EACA,eAAA;EACA,sBAAA;EACA,6BAAA;EACA,mBAAA;ET0gBA,iBAAA;EACA,eAAA;EACA,uBAAA;EACA,kBAAA;EAnSA,yBAAA;EACG,sBAAA;EACC,qBAAA;EACI,iBAAA;;AStON,IAAC;AAAD,IAFD,OAEE;AAAD,IADD,OACE;ETQH,oBAAA;EAEA,0CAAA;EACA,oBAAA;;ASNA,IAAC;AACD,IAAC;EACC,cAAA;EACA,qBAAA;;AAGF,IAAC;AACD,IAAC;EACC,UAAA;EACA,sBA
 AA;ETmFF,wDAAA;EACQ,gDAAA;;AShFR,IAAC;AACD,IAAC;AACD,QAAQ,UAAW;EACjB,mBAAA;EACA,oBAAA;ET+OF,aAAA;EAGA,yBAAA;EAvKA,wBAAA;EACQ,gBAAA;;ASlEV;ET2bE,cAAA;EACA,yBAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;AACD,YAAC;AACD,YAAC;AACD,KAAM,iBAAgB;EACpB,cAAA;EACA,yBAAA;EACI,qBAAA;;AAEN,YAAC;AACD,YAAC;AACD,KAAM,iBAAgB;EACpB,sBAAA;;AAKA,YAHD;AAGC,YAFD;AAEC,QADM,UAAW;AAEjB,YAJD,SAIE;AAAD,YAHD,UAGE;AAAD,QAFM,UAAW,aAEhB;AACD,YALD,SAKE;AAAD,YAJD,UAIE;AAAD,QAHM,UAAW,aAGhB;AACD,YAND,SAME;AAAD,YALD,UAKE;AAAD,QAJM,UAAW,aAIhB;AACD,YAPD,SAOE;AAAD,YAND,UAME;AAAD,QALM,UAAW,aAKhB;EACC,yBAAA;EACI,qBAAA;;AStdV,YT0dE;EACE,cAAA;EACA,yBAAA;;ASzdJ;ETwbE,cAAA;EACA,yBAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;AACD,YAAC;AACD,YAAC;AACD,KAAM,iBAAgB;EACpB,cAAA;EACA,yBAAA;EACI,qBAAA;;AAEN,YAAC;AACD,YAAC;AACD,KAAM,iBAAgB;EACpB,sBAAA;;AAKA,YAHD;AAGC,YAFD;AAEC,QADM,UAAW;AAEjB,YAJD,SAIE;AAAD,YAHD,UAGE;AAAD,QAFM,UAAW,aAEhB;AACD,YALD,SAKE;AAAD,YAJD,UAIE;AAAD,QAHM,UAAW,aAGhB;AACD,YAND,SAME;AAAD,YALD,UAKE;AAAD,QAJM,UAAW,aAIhB;AACD,YAPD,SAOE;AA
 AD,YAND,UAME;AAAD,QALM,UAAW,aAKhB;EACC,yBAAA;EACI,qBAAA;;ASndV,YTudE;EACE,cAAA;EACA,yBAAA;;ASrdJ;ETobE,cAAA;EACA,yBAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;AACD,YAAC;AACD,YAAC;AACD,KAAM,iBAAgB;EACpB,cAAA;EACA,yBAAA;EACI,qBAAA;;AAEN,YAAC;AACD,YAAC;AACD,KAAM,iBAAgB;EACpB,sBAAA;;AAKA,YAHD;AAGC,YAFD;AAEC,QADM,UAAW;AAEjB,YAJD,SAIE;AAAD,YAHD,UAGE;AAAD,QAFM,UAAW,aAEhB;AACD,YALD,SAKE;AAAD,YAJD,UAIE;AAAD,QAHM,UAAW,aAGhB;AACD,YAND,SAME;AAAD,YALD,UAKE;AAAD,QAJM,UAAW,aAIhB;AACD,YAPD,SAOE;AAAD,YAND,UAME;AAAD,QALM,UAAW,aAKhB;EACC,yBAAA;EACI,qBAAA;;AS/cV,YTmdE;EACE,cAAA;EACA,yBAAA;;ASjdJ;ETgbE,cAAA;EACA,yBAAA;EACA,qBAAA;;AAEA,SAAC;AACD,SAAC;AACD,SAAC;AACD,SAAC;AACD,KAAM,iBAAgB;EACpB,cAAA;EACA,yBAAA;EACI,qBAAA;;AAEN,SAAC;AACD,SAAC;AACD,KAAM,iBAAgB;EACpB,sBAAA;;AAKA,SAHD;AAGC,SAFD;AAEC,QADM,UAAW;AAEjB,SAJD,SAIE;AAAD,SAHD,UAGE;AAAD,QAFM,UAAW,UAEhB;AACD,SALD,SAKE;AAAD,SAJD,UAIE;AAAD,QAHM,UAAW,UAGhB;AACD,SAND,SAME;AAAD,SALD,UAKE;AAAD,QAJM,UAAW,UAIhB;AACD,SAPD,SAOE;AAAD,SAND,UAME;AAAD,QALM,UAAW,UAKhB;EACC,yB
 AAA;EACI,qBAAA;;AS3cV,ST+cE;EACE,cAAA;EACA,yBAAA;;AS7cJ;ET4aE,cAAA;EACA,yBAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;AACD,YAAC;AACD,YAAC;AACD,KAAM,iBAAgB;EACpB,cAAA;EACA,yBAAA;EACI,qBAAA;;AAEN,YAAC;AACD,YAAC;AACD,KAAM,iBAAgB;EACpB,sBAAA;;AAKA,YAHD;AAGC,YAFD;AAEC,QADM,UAAW;AAEjB,YAJD,SAIE;AAAD,YAHD,UAGE;AAAD,QAFM,UAAW,aAEhB;AACD,YALD,SAKE;AAAD,YAJD,UAIE;AAAD,QAHM,UAAW,aAGhB;AACD,YAND,SAME;AAAD,YALD,UAKE;AAAD,QAJM,UAAW,aAIhB;AACD,YAPD,SAOE;AAAD,YAND,UAME;AAAD,QALM,UAAW,aAKhB;EACC,yBAAA;EACI,qBAAA;;ASvcV,YT2cE;EACE,cAAA;EACA,yBAAA;;ASzcJ;ETwaE,cAAA;EACA,yBAAA;EACA,qBAAA;;AAEA,WAAC;AACD,WAAC;AACD,WAAC;AACD,WAAC;AACD,KAAM,iBAAgB;EACpB,cAAA;EACA,yBAAA;EACI,qBAAA;;AAEN,WAAC;AACD,WAAC;AACD,KAAM,iBAAgB;EACpB,sBAAA;;AAKA,WAHD;AAGC,WAFD;AAEC,QADM,UAAW;AAEjB,WAJD,SAIE;AAAD,WAHD,UAGE;AAAD,QAFM,UAAW,YAEhB;AACD,WALD,SAKE;AAAD,WAJD,UAIE;AAAD,QAHM,UAAW,YAGhB;AACD,WAND,SAME;AAAD,WALD,UAKE;AAAD,QAJM,UAAW,YAIhB;AACD,WAPD,SAOE;AAAD,WAND,UAME;AAAD,QALM,UAAW,YAKhB;EACC,yBAAA;EACI,qBAAA;;ASncV,WTucE;EACE,cAAA;EAC
 A,yBAAA;;AShcJ;EACE,cAAA;EACA,mBAAA;EACA,eAAA;EACA,gBAAA;;AAEA;AACA,SAAC;AACD,SAAC;AACD,QAAQ,UAAW;EACjB,6BAAA;ET2BF,wBAAA;EACQ,gBAAA;;ASzBR;AACA,SAAC;AACD,SAAC;AACD,SAAC;EACC,yBAAA;;AAEF,SAAC;AACD,SAAC;EACC,cAAA;EACA,0BAAA;EACA,6BAAA;;AAIA,SAFD,UAEE;AAAD,QADM,UAAW,UAChB;AACD,SAHD,UAGE;AAAD,QAFM,UAAW,UAEhB;EACC,cAAA;EACA,qBAAA;;AASN;ACvBA,aAAc;EVubZ,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;;AS/ZF;AC5BA,aAAc;EVwbZ,iBAAA;EACA,eAAA;EACA,gBAAA;EACA,kBAAA;;AS3ZF;ACjCA,aAAc;EVybZ,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,kBAAA;;ASnZF;EACE,cAAA;EACA,WAAA;EACA,eAAA;EACA,gBAAA;;AAIF,UAAW;EACT,eAAA;;AAOA,KAHG,eAGF;AAAD,KAFG,cAEF;AAAD,KADG,eACF;EACC,WAAA;;AEnJJ;EACE,UAAA;EXqHA,wCAAA;EACQ,gCAAA;;AWpHR,KAAC;EACC,UAAA;;AAIJ;EACE,aAAA;;AACA,SAAC;EACC,cAAA;;AAGJ;EACE,kBAAA;EACA,SAAA;EACA,gBAAA;EXqGA,qCAAA;EACQ,6BAAA;;AYtHV;EACE,aAAa,sBAAb;EACA,qDAAA;EACA,2TAAA;;AAOF;EACE,kBAAA;EACA,QAAA;EACA,qBAAA;EACA,aAAa,sBAAb;EACA,kBAAA;EACA,mBAAA;EACA,cAAA;EACA,mCAAA;EACA,kCAAA;;AAIkC,mBAAC;EAAU,SAAS,KAAT;;AACX,eAAC;EAAU,SA
 AS,KAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,aAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,aAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,cAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,cAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AA
 CX,eAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,cAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,wBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,yBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,wBAAC;EAAU,SAAS,OAAT;;AACX,wBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;
 EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,wBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,wBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,wBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,2BAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EA
 AU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,wBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,0BAAC;EAAU,SAAS,OAAT;;AACX,4BAAC;EAAU,SAAS,OAAT;;AACX,cAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,6BAAC;EAAU,SAAS,OAAT;;AACX,4BAAC;EAAU,SAAS,OAAT;;AACX,0BAAC;EAAU,SAAS,OAAT;;AACX,4BAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,cAAC;EAAU,SAAS,OAAT;;AACX,cAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,S
 AAS,OAAT;;AACX,2BAAC;EAAU,SAAS,OAAT;;AACX,+BAAC;EAAU,SAAS,OAAT;;AACX,wBAAC;EAAU,SAAS,OAAT;;AACX,4BAAC;EAAU,SAAS,OAAT;;AACX,6BAAC;EAAU,SAAS,OAAT;;AACX,iCAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,wBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,eAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,wBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,kBAAC;EAAU,SAAS,OAAT;;AACX,iBAAC;EAAU,SAAS,OAAT;;AACX,qBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,gBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SAAS,OAAT;;AACX,mBAAC;EAAU,SA
 AS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,sBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,oBAAC;EAAU,SAAS,OAAT;;AACX,yBAAC;EAAU,SAAS,OAAT;;AACX,4BAAC;EAAU,SAAS,OAAT;;AACX,yBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,uBAAC;EAAU,SAAS,OAAT;;AACX,yBAAC;EAAU,SAAS,OAAT;;AClO/C;EACE,qBAAA;EACA,QAAA;EACA,SAAA;EACA,gBAAA;EACA,sBAAA;EACA,qBAAA;EACA,mCAAA;EACA,kCAAA;;AAIF;EACE,kBAAA;;AAIF,gBAAgB;EACd,UAAA;;AAIF;EACE,kBAAA;EACA,SAAA;EACA,OAAA;EACA,aAAA;EACA,aAAA;EACA,WAAA;EACA,gBAAA;EACA,cAAA;EACA,eAAA;EACA,gBAAA;EACA,eAAA;EACA,yBAAA;EACA,yBAAA;EACA,qCAAA;EACA,kBAAA;Eb8EA,mDAAA;EACQ,2CAAA;Ea7ER,4BAAA;;AAKA,cAAC;EACC,QAAA;EACA,UAAA;;AAxBJ,cA4BE;EboVA,WAAA;EACA,aAAA;EACA,gBAAA;EACA,yBAAA;;AanXF,cAiCE,KAAK;EACH,cAAA;EACA,iBAAA;EACA,WAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,mBAAA;;AAMF,cADa,KAAK,IACjB;AACD,cAFa,KAAK,IAEjB;EACC,qBAAA;EACA,cAAA;EACA,yBAAA;;AAMF,cADa,UAAU;AAEvB,cAFa,UAAU,IAEtB;AACD,cAHa,UAAU,IAGtB;EACC,cAAA;EACA,qBAAA
 ;EACA,UAAA;EACA,yBAAA;;AASF,cADa,YAAY;AAEzB,cAFa,YAAY,IAExB;AACD,cAHa,YAAY,IAGxB;EACC,cAAA;;AAKF,cADa,YAAY,IACxB;AACD,cAFa,YAAY,IAExB;EACC,qBAAA;EACA,6BAAA;EACA,sBAAA;EbkPF,mEAAA;EahPE,mBAAA;;AAKJ,KAEE;EACE,cAAA;;AAHJ,KAOE;EACE,UAAA;;AAQJ;EACE,UAAA;EACA,QAAA;;AAQF;EACE,OAAA;EACA,WAAA;;AAIF;EACE,cAAA;EACA,iBAAA;EACA,eAAA;EACA,uBAAA;EACA,cAAA;;AAIF;EACE,eAAA;EACA,OAAA;EACA,QAAA;EACA,SAAA;EACA,MAAA;EACA,YAAA;;AAIF,WAAY;EACV,QAAA;EACA,UAAA;;AAQF,OAGE;AAFF,oBAAqB,UAEnB;EACE,aAAA;EACA,wBAAA;EACA,SAAS,EAAT;;AANJ,OASE;AARF,oBAAqB,UAQnB;EACE,SAAA;EACA,YAAA;EACA,kBAAA;;AAsBJ,QAb2C;EACzC,aACE;IAnEF,UAAA;IACA,QAAA;;EAiEA,aAME;IA9DF,OAAA;IACA,WAAA;;;AH7IF;AACA;EACE,kBAAA;EACA,qBAAA;EACA,sBAAA;;AAJF,UAKE;AAJF,mBAIE;EACE,kBAAA;EACA,WAAA;;AAEA,UAJF,OAIG;AAAD,mBAJF,OAIG;AACD,UALF,OAKG;AAAD,mBALF,OAKG;AACD,UANF,OAMG;AAAD,mBANF,OAMG;AACD,UAPF,OAOG;AAAD,mBAPF,OAOG;EACC,UAAA;;AAEF,UAVF,OAUG;AAAD,mBAVF,OAUG;EAEC,aAAA;;AAMN,UACE,KAAK;AADP,UAEE,KAAK;AAFP,UAGE,WAAW;AAHb,UAIE,WAAW;EACT,iBAAA;;AAKJ;EACE,iBAAA
 ;;AADF,YAIE;AAJF,YAKE;EACE,WAAA;;AANJ,YAQE;AARF,YASE;AATF,YAUE;EACE,gBAAA;;AAIJ,UAAW,OAAM,IAAI,cAAc,IAAI,aAAa,IAAI;EACtD,gBAAA;;AAIF,UAAW,OAAM;EACf,cAAA;;AACA,UAFS,OAAM,YAEd,IAAI,aAAa,IAAI;EV2CtB,6BAAA;EACG,0BAAA;;AUvCL,UAAW,OAAM,WAAW,IAAI;AAChC,UAAW,mBAAkB,IAAI;EV6C/B,4BAAA;EACG,yBAAA;;AUzCL,UAAW;EACT,WAAA;;AAEF,UAAW,aAAY,IAAI,cAAc,IAAI,aAAc;EACzD,gBAAA;;AAEF,UAAW,aAAY,YACrB,OAAM;AADR,UAAW,aAAY,YAErB;EVwBA,6BAAA;EACG,0BAAA;;AUrBL,UAAW,aAAY,WAAY,OAAM;EV4BvC,4BAAA;EACG,yBAAA;;AUxBL,UAAW,iBAAgB;AAC3B,UAAU,KAAM;EACd,UAAA;;AAiBF,UAAW,OAAO;EAChB,iBAAA;EACA,kBAAA;;AAEF,UAAW,UAAU;EACnB,kBAAA;EACA,mBAAA;;AAKF,UAAU,KAAM;EVGd,wDAAA;EACQ,gDAAA;;AUAR,UAJQ,KAAM,iBAIb;EVDD,wBAAA;EACQ,gBAAA;;AUOV,IAAK;EACH,cAAA;;AAGF,OAAQ;EACN,uBAAA;EACA,sBAAA;;AAGF,OAAQ,QAAQ;EACd,uBAAA;;AAOF,mBACE;AADF,mBAEE;AAFF,mBAGE,aAAa;EACX,cAAA;EACA,WAAA;EACA,WAAA;EACA,eAAA;;AAPJ,mBAWE,aAEE;EACE,WAAA;;AAdN,mBAkBE,OAAO;AAlBT,mBAmBE,OAAO;AAnBT,mBAoBE,aAAa;AApBf,mBAqBE,aAAa;EACX,gBAAA;EACA,cAAA;;AAKF,mBADkB,OACjB,IAAI,cAAc,IAA
 I;EACrB,gBAAA;;AAEF,mBAJkB,OAIjB,YAAY,IAAI;EACf,4BAAA;EVvEF,6BAAA;EACC,4BAAA;;AUyED,mBARkB,OAQjB,WAAW,IAAI;EACd,8BAAA;EVnFF,0BAAA;EACC,yBAAA;;AUsFH,mBAAoB,aAAY,IAAI,cAAc,IAAI,aAAc;EAClE,gBAAA;;AAEF,mBAAoB,aAAY,YAAY,IAAI,aAC9C,OAAM;AADR,mBAAoB,aAAY,YAAY,IAAI,aAE9C;EVpFA,6BAAA;EACC,4BAAA;;AUuFH,mBAAoB,aAAY,WAAW,IAAI,cAAe,OAAM;EVhGlE,0BAAA;EACC,yBAAA;;AUwGH;EACE,cAAA;EACA,WAAA;EACA,mBAAA;EACA,yBAAA;;AAJF,oBAKE;AALF,oBAME;EACE,WAAA;EACA,mBAAA;EACA,SAAA;;AATJ,oBAWE,aAAa;EACX,WAAA;;AAMJ,uBAAwB,OAAO,QAAO;AACtC,uBAAwB,OAAO,QAAO;EACpC,aAAA;;AI1NF;EACE,kBAAA;EACA,cAAA;EACA,yBAAA;;AAGA,YAAC;EACC,WAAA;EACA,eAAA;EACA,gBAAA;;AATJ,YAYE;EAGE,kBAAA;EACA,UAAA;EAKA,WAAA;EAEA,WAAA;EACA,gBAAA;;AASJ,eAAgB;AAChB,eAAgB;AAChB,eAAgB,mBAAmB;Edw2BjC,YAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;;AAEA,MAAM,ech3BQ;Adg3Bd,MAAM,ec/2BQ;Ad+2Bd,MAAM,ec92BQ,mBAAmB;Ed+2B/B,YAAA;EACA,iBAAA;;AAGF,QAAQ,ecr3BM;Adq3Bd,QAAQ,ecp3BM;Ado3Bd,QAAQ,ecn3BM,mBAAmB;Ado3BjC,MAAM,UAAU,ect3BF;Ads3Bd,MAAM,UAAU,ecr3BF;Adq3Bd,MAAM,UAAU,e
 cp3BF,mBAAmB;Edq3B/B,YAAA;;Acp3BJ,eAAgB;AAChB,eAAgB;AAChB,eAAgB,mBAAmB;Edq2BjC,YAAA;EACA,iBAAA;EACA,eAAA;EACA,gBAAA;EACA,kBAAA;;AAEA,MAAM,ec72BQ;Ad62Bd,MAAM,ec52BQ;Ad42Bd,MAAM,ec32BQ,mBAAmB;Ed42B/B,YAAA;EACA,iBAAA;;AAGF,QAAQ,ecl3BM;Adk3Bd,QAAQ,ecj3BM;Adi3Bd,QAAQ,ech3BM,mBAAmB;Adi3BjC,MAAM,UAAU,ecn3BF;Adm3Bd,MAAM,UAAU,ecl3BF;Adk3Bd,MAAM,UAAU,ecj3BF,mBAAmB;Edk3B/B,YAAA;;Ac72BJ;AACA;AACA,YAAa;EACX,mBAAA;;AAEA,kBAAC,IAAI,cAAc,IAAI;AAAvB,gBAAC,IAAI,cAAc,IAAI;AAAvB,YAHW,cAGV,IAAI,cAAc,IAAI;EACrB,gBAAA;;AAIJ;AACA;EACE,SAAA;EACA,mBAAA;EACA,sBAAA;;AAKF;EACE,iBAAA;EACA,eAAA;EACA,mBAAA;EACA,cAAA;EACA,cAAA;EACA,kBAAA;EACA,yBAAA;EACA,yBAAA;EACA,kBAAA;;AAGA,kBAAC;EACC,iBAAA;EACA,eAAA;EACA,kBAAA;;AAEF,kBAAC;EACC,kBAAA;EACA,eAAA;EACA,kBAAA;;AApBJ,kBAwBE,MAAK;AAxBP,kBAyBE,MAAK;EACH,aAAA;;AAKJ,YAAa,cAAa;AAC1B,kBAAkB;AAClB,gBAAgB,YAAa;AAC7B,gBAAgB,YAAa,aAAa;AAC1C,gBAAgB,YAAa;AAC7B,gBAAgB,WAAY,OAAM,IAAI,aAAa,IAAI;AACvD,gBAAgB,WAAY,aAAY,IAAI,aAAc;EdFxD,6BAAA;EACG,0BAAA;;AcIL,kBAAkB;EAChB,eAAA;;AAEF,YAAa
 ,cAAa;AAC1B,kBAAkB;AAClB,gBAAgB,WAAY;AAC5B,gBAAgB,WAAY,aAAa;AACzC,gBAAgB,WAAY;AAC5B,gBAAgB,YAAa,OAAM,IAAI;AACvC,gBAAgB,YAAa,aAAY,IAAI,cAAe;EdN1D,4BAAA;EACG,yBAAA;;AcQL,kBAAkB;EAChB,cAAA;;AAKF;EACE,kBAAA;EAGA,YAAA;EACA,mBAAA;;AALF,gBASE;EACE,kBAAA;;AAVJ,gBASE,OAEE;EACE,iBAAA;;AAGF,gBANF,OAMG;AACD,gBAPF,OAOG;AACD,gBARF,OAQG;EACC,UAAA;;AAKJ,gBAAC,YACC;AADF,gBAAC,YAEC;EACE,kBAAA;;AAGJ,gBAAC,WACC;AADF,gBAAC,WAEC;EACE,iBAAA;;ACtJN;EACE,gBAAA;EACA,eAAA;EACA,gBAAA;;AAHF,IAME;EACE,kBAAA;EACA,cAAA;;AARJ,IAME,KAIE;EACE,kBAAA;EACA,cAAA;EACA,kBAAA;;AACA,IARJ,KAIE,IAIG;AACD,IATJ,KAIE,IAKG;EACC,qBAAA;EACA,yBAAA;;AAKJ,IAhBF,KAgBG,SAAU;EACT,cAAA;;AAEA,IAnBJ,KAgBG,SAAU,IAGR;AACD,IApBJ,KAgBG,SAAU,IAIR;EACC,cAAA;EACA,qBAAA;EACA,6BAAA;EACA,mBAAA;;AAOJ,IADF,MAAM;AAEJ,IAFF,MAAM,IAEH;AACD,IAHF,MAAM,IAGH;EACC,yBAAA;EACA,qBAAA;;AAzCN,IAkDE;EfkVA,WAAA;EACA,aAAA;EACA,gBAAA;EACA,yBAAA;;AevYF,IAyDE,KAAK,IAAI;EACP,eAAA;;AASJ;EACE,gCAAA;;AADF,SAEE;EACE,WAAA;EAEA,mBAAA;;AALJ,SAEE,KAME;EACE,iBAAA;EACA,uBAAA;EACA,6BA
 AA;EACA,0BAAA;;AACA,SAXJ,KAME,IAKG;EACC,qCAAA;;AAMF,SAlBJ,KAiBG,OAAQ;AAEP,SAnBJ,KAiBG,OAAQ,IAEN;AACD,SApBJ,KAiBG,OAAQ,IAGN;EACC,cAAA;EACA,yBAAA;EACA,yBAAA;EACA,gCAAA;EACA,eAAA;;AAKN,SAAC;EAqDD,WAAA;EA8BA,gBAAA;;AAnFA,SAAC,cAuDD;EACE,WAAA;;AAxDF,SAAC,cAuDD,KAEG;EACC,kBAAA;EACA,kBAAA;;AA3DJ,SAAC,cA+DD,YAAY;EACV,SAAA;EACA,UAAA;;AAYJ,QATqC;EASrC,SA7EG,cAqEC;IACE,mBAAA;IACA,SAAA;;EAMN,SA7EG,cAqEC,KAGE;IACE,gBAAA;;;AAzEN,SAAC,cAqFD,KAAK;EAEH,eAAA;EACA,kBAAA;;AAxFF,SAAC,cA2FD,UAAU;AA3FV,SAAC,cA4FD,UAAU,IAAG;AA5Fb,SAAC,cA6FD,UAAU,IAAG;EACX,yBAAA;;AAcJ,QAXqC;EAWrC,SA5GG,cAkGC,KAAK;IACH,gCAAA;IACA,0BAAA;;EAQN,SA5GG,cAsGC,UAAU;EAMd,SA5GG,cAuGC,UAAU,IAAG;EAKjB,SA5GG,cAwGC,UAAU,IAAG;IACX,4BAAA;;;AAhGN,UACE;EACE,WAAA;;AAFJ,UACE,KAIE;EACE,kBAAA;;AANN,UACE,KAOE;EACE,gBAAA;;AAKA,UAbJ,KAYG,OAAQ;AAEP,UAdJ,KAYG,OAAQ,IAEN;AACD,UAfJ,KAYG,OAAQ,IAGN;EACC,cAAA;EACA,yBAAA;;AAQR,YACE;EACE,WAAA;;AAFJ,YACE,KAEE;EACE,eAAA;EACA,cAAA;;AAYN;EACE,WAAA;;AADF,cAGE;EACE,WAAA;;AAJJ,cAGE,KAEG;EACC,kBAAA;EACA,kBAAA;;AAPN,
 cAWE,YAAY;EACV,SAAA;EACA,UAAA;;AAYJ,QATqC;EASrC,cARI;IACE,mBAAA;IACA,SAAA;;EAMN,cARI,KAGE;IACE,gBAAA;;;AASR;EACE,gBAAA;;AADF,mBAGE,KAAK;EAEH,eAAA;EACA,kBAAA;;AANJ,mBASE,UAAU;AATZ,mBAUE,UAAU,IAAG;AAVf,mBAWE,UAAU,IAAG;EACX,yBAAA;;AAcJ,QAXqC;EAWrC,mBAVI,KAAK;IACH,gCAAA;IACA,0BAAA;;EAQN,mBANI,UAAU;EAMd,mBALI,UAAU,IAAG;EAKjB,mBAJI,UAAU,IAAG;IACX,4BAAA;;;AAUN,YACE;EACE,aAAA;;AAFJ,YAIE;EACE,cAAA;;AASJ,SAAU;EAER,gBAAA;Ef3IA,0BAAA;EACC,yBAAA;;AgB1FH;EACE,kBAAA;EACA,gBAAA;EACA,mBAAA;EACA,6BAAA;;AAQF,QAH6C;EAG7C;IAFI,kBAAA;;;AAgBJ,QAH6C;EAG7C;IAFI,WAAA;;;AAeJ;EACE,iBAAA;EACA,mBAAA;EACA,mBAAA;EACA,kBAAA;EACA,iCAAA;EACA,kDAAA;EAEA,iCAAA;;AAEA,gBAAC;EACC,gBAAA;;AA4BJ,QAzB6C;EAyB7C;IAxBI,WAAA;IACA,aAAA;IACA,gBAAA;;EAEA,gBAAC;IACC,yBAAA;IACA,uBAAA;IACA,iBAAA;IACA,4BAAA;;EAGF,gBAAC;IACC,mBAAA;;EAKF,iBAAkB;EAClB,kBAAmB;EACnB,oBAAqB;IACnB,eAAA;IACA,gBAAA;;;AAUN,UAEE;AADF,gBACE;AAFF,UAGE;AAFF,gBAEE;EACE,mBAAA;EACA,kBAAA;;AAMF,QAJ6C;EAI7C,UATA;EASA,gBATA;EASA,UARA;EAQA,gBARA;IAKI,eAAA;IACA,cAAA;;;AAaN;E
 ACE,aAAA;EACA,qBAAA;;AAKF,QAH6C;EAG7C;IAFI,gBAAA;;;AAKJ;AACA;EACE,eAAA;EACA,QAAA;EACA,OAAA;EACA,aAAA;;AAMF,QAH6C;EAG7C;EAAA;IAFI,gBAAA;;;AAGJ;EACE,MAAA;EACA,qBAAA;;AAEF;EACE,SAAA;EACA,gBAAA;EACA,qBAAA;;AAMF;EACE,WAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,YAAA;;AAEA,aAAC;AACD,aAAC;EACC,qBAAA;;AASJ,QAN6C;EACzC,OAAQ,aAAa;EACrB,OAAQ,mBAAmB;IACzB,kBAAA;;;AAWN;EACE,kBAAA;EACA,YAAA;EACA,kBAAA;EACA,iBAAA;EhBsaA,eAAA;EACA,kBAAA;EgBraA,6BAAA;EACA,sBAAA;EACA,6BAAA;EACA,kBAAA;;AAIA,cAAC;EACC,aAAA;;AAdJ,cAkBE;EACE,cAAA;EACA,WAAA;EACA,WAAA;EACA,kBAAA;;AAtBJ,cAwBE,UAAU;EACR,eAAA;;AAMJ,QAH6C;EAG7C;IAFI,aAAA;;;AAUJ;EACE,mBAAA;;AADF,WAGE,KAAK;EACH,iBAAA;EACA,oBAAA;EACA,iBAAA;;AA2BF,QAxB+C;EAwB/C,WAtBE,MAAM;IACJ,gBAAA;IACA,WAAA;IACA,WAAA;IACA,aAAA;IACA,6BAAA;IACA,SAAA;IACA,gBAAA;;EAeJ,WAtBE,MAAM,eAQJ,KAAK;EAcT,WAtBE,MAAM,eASJ;IACE,0BAAA;;EAYN,WAtBE,MAAM,eAYJ,KAAK;IACH,iBAAA;;EACA,WAdJ,MAAM,eAYJ,KAAK,IAEF;EACD,WAfJ,MAAM,eAYJ,KAAK,IAGF;IACC,sBAAA;;;AAuBV,QAhB6C;EAgB7C;IAfI,WAAA;IACA,SAAA;;EAcJ,WAZI;IACE,
 WAAA;;EAWN,WAZI,KAEE;IACE,iBAAA;IACA,oBAAA;;EAIJ,WAAC,aAAa;IACZ,mBAAA;;;AAkBN,QAN2C;EACzC;ICnQA,sBAAA;;EDoQA;ICvQA,uBAAA;;;ADgRF;EACE,kBAAA;EACA,mBAAA;EACA,kBAAA;EACA,iCAAA;EACA,oCAAA;EhB3KA,4FAAA;EACQ,oFAAA;EAkeR,eAAA;EACA,kBAAA;;AQ3NF,QAjDqC;EAiDrC,YA/CI;IACE,qBAAA;IACA,gBAAA;IACA,sBAAA;;EA4CN,YAxCI;IACE,qBAAA;IACA,WAAA;IACA,sBAAA;;EAqCN,YAlCI,aAAa;IACX,WAAA;;EAiCN,YA9BI;IACE,gBAAA;IACA,sBAAA;;EA4BN,YAtBI;EAsBJ,YArBI;IACE,qBAAA;IACA,aAAA;IACA,gBAAA;IACA,eAAA;IACA,sBAAA;;EAgBN,YAdI,OAAO,MAAK;EAchB,YAbI,UAAU,MAAK;IACb,WAAA;IACA,cAAA;;EAWN,YAJI,cAAc;IACZ,MAAA;;;AQhFJ,QAHiD;EAGjD,YAJA;IAEI,kBAAA;;;AAsBN,QAd6C;EAc7C;IAbI,WAAA;IACA,SAAA;IACA,cAAA;IACA,eAAA;IACA,cAAA;IACA,iBAAA;IhBlMF,wBAAA;IACQ,gBAAA;;EgBqMN,YAAC,aAAa;IACZ,mBAAA;;;AASN,WAAY,KAAK;EACf,aAAA;EhBvOA,0BAAA;EACC,yBAAA;;AgB0OH,oBAAqB,YAAY,KAAK;EhBnOpC,6BAAA;EACC,4BAAA;;AgB2OH;EhBqQE,eAAA;EACA,kBAAA;;AgBnQA,WAAC;EhBkQD,gBAAA;EACA,mBAAA;;AgBhQA,WAAC;EhB+PD,gBAAA;EACA,mBAAA;;AgBtPF;EhBqPE,gBAAA;EACA,mBAAA;;AgBzOF,QAV6C;EAU7C;IATI
 ,WAAA;IACA,iBAAA;IACA,kBAAA;;EAGA,YAAC,aAAa;IACZ,eAAA;;;AASN;EACE,yBAAA;EACA,qBAAA;;AAFF,eAIE;EACE,cAAA;;AACA,eAFF,cAEG;AACD,eAHF,cAGG;EACC,cAAA;EACA,6BAAA;;AATN,eAaE;EACE,cAAA;;AAdJ,eAiBE,YACE,KAAK;EACH,cAAA;;AAEA,eAJJ,YACE,KAAK,IAGF;AACD,eALJ,YACE,KAAK,IAIF;EACC,cAAA;EACA,6BAAA;;AAIF,eAXJ,YAUE,UAAU;AAER,eAZJ,YAUE,UAAU,IAEP;AACD,eAbJ,YAUE,UAAU,IAGP;EACC,cAAA;EACA,yBAAA;;AAIF,eAnBJ,YAkBE,YAAY;AAEV,eApBJ,YAkBE,YAAY,IAET;AACD,eArBJ,YAkBE,YAAY,IAGT;EACC,cAAA;EACA,6BAAA;;AAxCR,eA6CE;EACE,qBAAA;;AACA,eAFF,eAEG;AACD,eAHF,eAGG;EACC,yBAAA;;AAjDN,eA6CE,eAME;EACE,yBAAA;;AApDN,eAwDE;AAxDF,eAyDE;EACE,qBAAA;;AAOE,eAHJ,YAEE,QAAQ;AAEN,eAJJ,YAEE,QAAQ,IAEL;AACD,eALJ,YAEE,QAAQ,IAGL;EACC,yBAAA;EACA,cAAA;;AAiCN,QA7BiD;EA6BjD,eAxCA,YAaI,MAAM,eACJ,KAAK;IACH,cAAA;;EACA,eAhBR,YAaI,MAAM,eACJ,KAAK,IAEF;EACD,eAjBR,YAaI,MAAM,eACJ,KAAK,IAGF;IACC,cAAA;IACA,6BAAA;;EAIF,eAvBR,YAaI,MAAM,eASJ,UAAU;EAER,eAxBR,YAaI,MAAM,eASJ,UAAU,IAEP;EACD,eAzBR,YAaI,MAAM,eASJ,UAAU,IAGP;IACC,cAAA;IACA,yBAAA;;EAIF,eA/BR,YAaI,MAAM,eAiBJ
 ,YAAY;EAEV,eAhCR,YAaI,MAAM,eAiBJ,YAAY,IAET;EACD,eAjCR,YAaI,MAAM,eAiBJ,YAAY,IAGT;IACC,cAAA;IACA,6BAAA;;;AAjGZ,eA6GE;EACE,cAAA;;AACA,eAFF,aAEG;EACC,cAAA;;AAQN;EACE,yBAAA;EACA,qBAAA;;AAFF,eAIE;EACE,cAAA;;AACA,eAFF,cAEG;AACD,eAHF,cAGG;EACC,cAAA;EACA,6BAAA;;AATN,eAaE;EACE,cAAA;;AAdJ,eAiBE,YACE,KAAK;EACH,cAAA;;AAEA,eAJJ,YACE,KAAK,IAGF;AACD,eALJ,YACE,KAAK,IAIF;EACC,cAAA;EACA,6BAAA;;AAIF,eAXJ,YAUE,UAAU;AAER,eAZJ,YAUE,UAAU,IAEP;AACD,eAbJ,YAUE,UAAU,IAGP;EACC,cAAA;EACA,yBAAA;;AAIF,eAnBJ,YAkBE,YAAY;AAEV,eApBJ,YAkBE,YAAY,IAET;AACD,eArBJ,YAkBE,YAAY,IAGT;EACC,cAAA;EACA,6BAAA;;AAxCR,eA8CE;EACE,qBAAA;;AACA,eAFF,eAEG;AACD,eAHF,eAGG;EACC,yBAAA;;AAlDN,eA8CE,eAME;EACE,yBAAA;;AArDN,eAyDE;AAzDF,eA0DE;EACE,qBAAA;;AAME,eAFJ,YACE,QAAQ;AAEN,eAHJ,YACE,QAAQ,IAEL;AACD,eAJJ,YACE,QAAQ,IAGL;EACC,yBAAA;EACA,cAAA;;AAuCN,QAnCiD;EAmCjD,eA7CA,YAYI,MAAM,eACJ;IACE,qBAAA;;EA+BR,eA7CA,YAYI,MAAM,eAIJ;IACE,yBAAA;;EA4BR,eA7CA,YAYI,MAAM,eAOJ,KAAK;IACH,cAAA;;EACA,eArBR,YAYI,MAAM,eAOJ,KAAK,IAEF;EACD,eAtBR,YAYI,MAAM,eAOJ,KAAK,IAGF
 ;IACC,cAAA;IACA,6BAAA;;EAIF,eA5BR,YAYI,MAAM,eAeJ,UAAU;EAER,eA7BR,YAYI,MAAM,eAeJ,UAAU,IAEP;EACD,eA9BR,YAYI,MAAM,eAeJ,UAAU,IAGP;IACC,cAAA;IACA,yBAAA;;EAIF,eApCR,YAYI,MAAM,eAuBJ,YAAY;EAEV,eArCR,YAYI,MAAM,eAuBJ,YAAY,IAET;EACD,eAtCR,YAYI,MAAM,eAuBJ,YAAY,IAGT;IACC,cAAA;IACA,6BAAA;;;AAvGZ,eA8GE;EACE,cAAA;;AACA,eAFF,aAEG;EACC,cAAA;;AE9lBN;EACE,iBAAA;EACA,mBAAA;EACA,gBAAA;EACA,yBAAA;EACA,kBAAA;;AALF,WAOE;EACE,qBAAA;;AARJ,WAOE,KAGE,KAAI;EACF,SAAS,QAAT;EACA,cAAA;EACA,cAAA;;AAbN,WAiBE;EACE,cAAA;;ACpBJ;EACE,qBAAA;EACA,eAAA;EACA,cAAA;EACA,kBAAA;;AAJF,WAME;EACE,eAAA;;AAPJ,WAME,KAEE;AARJ,WAME,KAGE;EACE,kBAAA;EACA,WAAA;EACA,iBAAA;EACA,uBAAA;EACA,qBAAA;EACA,cAAA;EACA,yBAAA;EACA,yBAAA;EACA,iBAAA;;AAEF,WAdF,KAcG,YACC;AADF,WAdF,KAcG,YAEC;EACE,cAAA;EnBqFN,8BAAA;EACG,2BAAA;;AmBlFD,WArBF,KAqBG,WACC;AADF,WArBF,KAqBG,WAEC;EnBuEJ,+BAAA;EACG,4BAAA;;AmBhED,WAFF,KAAK,IAEF;AAAD,WADF,KAAK,OACF;AACD,WAHF,KAAK,IAGF;AAAD,WAFF,KAAK,OAEF;EACC,cAAA;EACA,yBAAA;EACA,qBAAA;;AAMF,WAFF,UAAU;AAER,WADF,UAAU;AAER,WAHF,UAAU,IAGP
 ;AAAD,WAFF,UAAU,OAEP;AACD,WAJF,UAAU,IAIP;AAAD,WAHF,UAAU,OAGP;EACC,UAAA;EACA,cAAA;EACA,yBAAA;EACA,qBAAA;EACA,eAAA;;AAtDN,WA0DE,YACE;AA3DJ,WA0DE,YAEE,OAAM;AA5DV,WA0DE,YAGE,OAAM;AA7DV,WA0DE,YAIE;AA9DJ,WA0DE,YAKE,IAAG;AA/DP,WA0DE,YAME,IAAG;EACD,cAAA;EACA,yBAAA;EACA,qBAAA;EACA,mBAAA;;AASN,cnBodE,KACE;AmBrdJ,cnBodE,KAEE;EACE,kBAAA;EACA,eAAA;;AAEF,cANF,KAMG,YACC;AADF,cANF,KAMG,YAEC;EA7bJ,8BAAA;EACG,2BAAA;;AAgcD,cAZF,KAYG,WACC;AADF,cAZF,KAYG,WAEC;EA3cJ,+BAAA;EACG,4BAAA;;AmBnBL,cnB+cE,KACE;AmBhdJ,cnB+cE,KAEE;EACE,iBAAA;EACA,eAAA;;AAEF,cANF,KAMG,YACC;AADF,cANF,KAMG,YAEC;EA7bJ,8BAAA;EACG,2BAAA;;AAgcD,cAZF,KAYG,WACC;AADF,cAZF,KAYG,WAEC;EA3cJ,+BAAA;EACG,4BAAA;;AoBnGL;EACE,eAAA;EACA,cAAA;EACA,gBAAA;EACA,kBAAA;;AAJF,MAME;EACE,eAAA;;AAPJ,MAME,GAEE;AARJ,MAME,GAGE;EACE,qBAAA;EACA,iBAAA;EACA,yBAAA;EACA,yBAAA;EACA,mBAAA;;AAdN,MAME,GAWE,IAAG;AAjBP,MAME,GAYE,IAAG;EACD,qBAAA;EACA,yBAAA;;AApBN,MAwBE,MACE;AAzBJ,MAwBE,MAEE;EACE,YAAA;;AA3BN,MA+BE,UACE;AAhCJ,MA+BE,UAEE;EACE,WAAA;;AAlCN,MAsCE,UACE;AAvCJ,MAsCE,U
 AEE,IAAG;AAxCP,MAsCE,UAGE,IAAG;AAzCP,MAsCE,UAIE;EACE,cAAA;EACA,yBAAA;EACA,mBAAA;;AC9CN;EACE,eAAA;EACA,uBAAA;EACA,cAAA;EACA,iBAAA;EACA,cAAA;EACA,cAAA;EACA,kBAAA;EACA,mBAAA;EACA,wBAAA;EACA,oBAAA;;AAIE,MADD,MACE;AACD,MAFD,MAEE;EACC,cAAA;EACA,qBAAA;EACA,eAAA;;AAKJ,MAAC;EACC,aAAA;;AAIF,IAAK;EACH,kBAAA;EACA,SAAA;;AAOJ;ErBmhBE,yBAAA;;AAEE,cADD,MACE;AACD,cAFD,MAEE;EACC,yBAAA;;AqBnhBN;ErB+gBE,yBAAA;;AAEE,cADD,MACE;AACD,cAFD,MAEE;EACC,yBAAA;;AqB/gBN;ErB2gBE,yBAAA;;AAEE,cADD,MACE;AACD,cAFD,MAEE;EACC,yBAAA;;AqB3gBN;ErBugBE,yBAAA;;AAEE,WADD,MACE;AACD,WAFD,MAEE;EACC,yBAAA;;AqBvgBN;ErBmgBE,yBAAA;;AAEE,cADD,MACE;AACD,cAFD,MAEE;EACC,yBAAA;;AqBngBN;ErB+fE,yBAAA;;AAEE,aADD,MACE;AACD,aAFD,MAEE;EACC,yBAAA;;AsB1jBN;EACE,qBAAA;EACA,eAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,cAAA;EACA,cAAA;EACA,wBAAA;EACA,mBAAA;EACA,kBAAA;EACA,yBAAA;EACA,mBAAA;;AAGA,MAAC;EACC,aAAA;;AAIF,IAAK;EACH,kBAAA;EACA,SAAA;;AAEF,OAAQ;EACN,MAAA;EACA,gBAAA;;AAMF,CADD,MACE;AACD,CAFD,MAEE;EACC,cAAA;EACA,qBAAA;EACA,eAAA;;AAKJ,CAAC,gBAAgB,O
 AAQ;AACzB,UAAW,UAAU,IAAI;EACvB,cAAA;EACA,yBAAA;;AAEF,UAAW,KAAK,IAAI;EAClB,gBAAA;;AChDF;EACE,aAAA;EACA,mBAAA;EACA,cAAA;EACA,yBAAA;;AAJF,UAME;AANF,UAOE;EACE,cAAA;;AARJ,UAUE;EACE,mBAAA;EACA,eAAA;EACA,gBAAA;;AAGF,UAAW;EACT,kBAAA;;AAjBJ,UAoBE;EACE,eAAA;;AAiBJ,mBAdgD;EAchD;IAbI,iBAAA;IACA,oBAAA;;EAEA,UAAW;IACT,kBAAA;IACA,mBAAA;;EAQN,UALI;EAKJ,UAJI;IACE,eAAA;;;ArBlCN;EACE,cAAA;EACA,YAAA;EACA,mBAAA;EACA,uBAAA;EACA,yBAAA;EACA,yBAAA;EACA,kBAAA;EFkHA,wCAAA;EACQ,gCAAA;;AE1HV,UAUE;AAVF,UAWE,EAAE;EAEA,iBAAA;EACA,kBAAA;;AAIF,CAAC,UAAC;AACF,CAAC,UAAC;AACF,CAAC,UAAC;EACA,qBAAA;;AArBJ,UAyBE;EACE,YAAA;EACA,cAAA;;AsBzBJ;EACE,aAAA;EACA,mBAAA;EACA,6BAAA;EACA,kBAAA;;AAJF,MAOE;EACE,aAAA;EAEA,cAAA;;AAVJ,MAaE;EACE,iBAAA;;AAdJ,MAkBE;AAlBF,MAmBE;EACE,gBAAA;;AApBJ,MAsBE,IAAI;EACF,eAAA;;AAQJ;EACC,mBAAA;;AADD,kBAIE;EACE,kBAAA;EACA,SAAA;EACA,YAAA;EACA,cAAA;;AAQJ;ExBmXE,yBAAA;EACA,qBAAA;EACA,cAAA;;AwBrXF,cxBuXE;EACE,yBAAA;;AwBxXJ,cxB0XE;EACE,cAAA;;AwBxXJ;ExBgXE,yBAAA;EACA,qBAAA;EACA,cAAA;;AwBlXF,WxBoXE;EACE,yBAAA;;
 AwBrXJ,WxBuXE;EACE,cAAA;;AwBrXJ;ExB6WE,yBAAA;EACA,qBAAA;EACA,cAAA;;AwB/WF,cxBiXE;EACE,yBAAA;;AwBlXJ,cxBoXE;EACE,cAAA;;AwBlXJ;ExB0WE,yBAAA;EACA,qBAAA;EACA,cAAA;;AwB5WF,axB8WE;EACE,yBAAA;;AwB/WJ,axBiXE;EACE,cAAA;;AyBzaJ;EACE;IAAQ,2BAAA;;EACR;IAAQ,wBAAA;;;AAIV;EACE;IAAQ,2BAAA;;EACR;IAAQ,wBAAA;;;AASV;EACE,gBAAA;EACA,YAAA;EACA,mBAAA;EACA,yBAAA;EACA,kBAAA;EzB0FA,sDAAA;EACQ,8CAAA;;AyBtFV;EACE,WAAA;EACA,SAAA;EACA,YAAA;EACA,eAAA;EACA,iBAAA;EACA,cAAA;EACA,kBAAA;EACA,yBAAA;EzB6EA,sDAAA;EACQ,8CAAA;EAKR,mCAAA;EACQ,2BAAA;;AyB9EV,iBAAkB;EzBqSd,kBAAkB,2LAAlB;EACA,kBAAkB,mLAAlB;EyBpSF,0BAAA;;AAIF,SAAS,OAAQ;EzBoJf,0DAAA;EACQ,kDAAA;;AyB5IV;EzBkiBE,yBAAA;;AACA,iBAAkB;EA7QhB,kBAAkB,2LAAlB;EACA,kBAAkB,mLAAlB;;AyBnRJ;EzB8hBE,yBAAA;;AACA,iBAAkB;EA7QhB,kBAAkB,2LAAlB;EACA,kBAAkB,mLAAlB;;AyB/QJ;EzB0hBE,yBAAA;;AACA,iBAAkB;EA7QhB,kBAAkB,2LAAlB;EACA,kBAAkB,mLAAlB;;AyB3QJ;EzBshBE,yBAAA;;AACA,iBAAkB;EA7QhB,kBAAkB,2LAAlB;EACA,kBAAkB,mLAAlB;;A0B/UJ;AACA;EACE,gBAAA;EACA,OAAA;;AAIF;AACA,MAAO;EACL,gBAAA;;AAEF,MAAM;EACJ
 ,aAAA;;AAIF;EACE,cAAA;;AAIF;EACE,eAAA;;AAOF,MACE;EACE,kBAAA;;AAFJ,MAIE;EACE,iBAAA;;AASJ;EACE,eAAA;EACA,gBAAA;;AC7CF;EAEE,mBAAA;EACA,eAAA;;AAQF;EACE,kBAAA;EACA,cAAA;EACA,kBAAA;EAEA,mBAAA;EACA,yBAAA;EACA,yBAAA;;AAGA,gBAAC;E3BqED,4BAAA;EACC,2BAAA;;A2BnED,gBAAC;EACC,gBAAA;E3ByEF,+BAAA;EACC,8BAAA;;A2BxFH,gBAmBE;EACE,YAAA;;AApBJ,gBAsBE,SAAS;EACP,iBAAA;;AAUJ,CAAC;EACC,cAAA;;AADF,CAAC,gBAGC;EACE,cAAA;;AAIF,CARD,gBAQE;AACD,CATD,gBASE;EACC,qBAAA;EACA,yBAAA;;AAIF,CAfD,gBAeE;AACD,CAhBD,gBAgBE,OAAO;AACR,CAjBD,gBAiBE,OAAO;EACN,UAAA;EACA,cAAA;EACA,yBAAA;EACA,qBAAA;;AANF,CAfD,gBAeE,OASC;AARF,CAhBD,gBAgBE,OAAO,MAQN;AAPF,CAjBD,gBAiBE,OAAO,MAON;EACE,cAAA;;AAVJ,CAfD,gBAeE,OAYC;AAXF,CAhBD,gBAgBE,OAAO,MAWN;AAVF,CAjBD,gBAiBE,OAAO,MAUN;EACE,cAAA;;A3BoYJ,iBAAiB;EACf,cAAA;EACA,yBAAA;;AAEA,CAAC,iBAJc;EAKb,cAAA;;AADF,CAAC,iBAJc,OAOb;EAA2B,cAAA;;AAE3B,CALD,iBAJc,OASZ;AACD,CAND,iBAJc,OAUZ;EACC,cAAA;EACA,yBAAA;;AAEF,CAVD,iBAJc,OAcZ;AACD,CAXD,iBAJc,OAeZ,OAAO;AACR,CAZD,iBAJc,OAgBZ,OAAO;EACN,WAAA;EACA,yBAAA;EACA,qBA
 AA;;AAnBN,iBAAiB;EACf,cAAA;EACA,yBAAA;;AAEA,CAAC,iBAJc;EAKb,cAAA;;AADF,CAAC,iBAJc,IAOb;EAA2B,cAAA;;AAE3B,CALD,iBAJc,IASZ;AACD,CAND,iBAJc,IAUZ;EACC,cAAA;EACA,yBAAA;;AAEF,CAVD,iBAJc,IAcZ;AACD,CAXD,iBAJc,IAeZ,OAAO;AACR,CAZD,iBAJc,IAgBZ,OAAO;EACN,WAAA;EACA,yBAAA;EACA,qBAAA;;AAnBN,iBAAiB;EACf,cAAA;EACA,yBAAA;;AAEA,CAAC,iBAJc;EAKb,cAAA;;AADF,CAAC,iBAJc,OAOb;EAA2B,cAAA;;AAE3B,CALD,iBAJc,OASZ;AACD,CAND,iBAJc,OAUZ;EACC,cAAA;EACA,yBAAA;;AAEF,CAVD,iBAJc,OAcZ;AACD,CAXD,iBAJc,OAeZ,OAAO;AACR,CAZD,iBAJc,OAgBZ,OAAO;EACN,WAAA;EACA,yBAAA;EACA,qBAAA;;AAnBN,iBAAiB;EACf,cAAA;EACA,yBAAA;;AAEA,CAAC,iBAJc;EAKb,cAAA;;AADF,CAAC,iBAJc,MAOb;EAA2B,cAAA;;AAE3B,CALD,iBAJc,MASZ;AACD,CAND,iBAJc,MAUZ;EACC,cAAA;EACA,yBAAA;;AAEF,CAVD,iBAJc,MAcZ;AACD,CAXD,iBAJc,MAeZ,OAAO;AACR,CAZD,iBAJc,MAgBZ,OAAO;EACN,WAAA;EACA,yBAAA;EACA,qBAAA;;A2BlYR;EACE,aAAA;EACA,kBAAA;;AAEF;EACE,gBAAA;EACA,gBAAA;;ACtGF;EACE,mBAAA;EACA,yBAAA;EACA,6BAAA;EACA,kBAAA;E5B+GA,iDAAA;EACQ,yCAAA;;A4B3GV;EACE,aAAA;;AAKF;EACE,kBAAA;EACA,oCAAA;E5B4EA,4BAAA;EA
 CC,2BAAA;;A4B/EH,cAKE,YAAY;EACV,cAAA;;AAKJ;EACE,aAAA;EACA,gBAAA;EACA,eAAA;EACA,cAAA;;AAJF,YAME;EACE,cAAA;;AAKJ;EACE,kBAAA;EACA,yBAAA;EACA,6BAAA;E5B4DA,+BAAA;EACC,8BAAA;;A4BnDH,MACE;EACE,gBAAA;;AAFJ,MACE,cAGE;EACE,mBAAA;EACA,gBAAA;;AAIF,MATF,cASG,YACC,iBAAgB;EACd,aAAA;E5B8BN,4BAAA;EACC,2BAAA;;A4B1BC,MAhBF,cAgBG,WACC,iBAAgB;EACd,gBAAA;E5B+BN,+BAAA;EACC,8BAAA;;A4BzBH,cAAe,cACb,iBAAgB;EACd,mBAAA;;AAUJ,MACE;AADF,MAEE,oBAAoB;EAClB,gBAAA;;AAHJ,MAME,SAAQ;AANV,MAOE,oBAAmB,YAAa,SAAQ;E5BHxC,4BAAA;EACC,2BAAA;;A4BLH,MAME,SAAQ,YAIN,QAAO,YAEL,KAAI,YACF,GAAE;AAbV,MAOE,oBAAmB,YAAa,SAAQ,YAGtC,QAAO,YAEL,KAAI,YACF,GAAE;AAbV,MAME,SAAQ,YAKN,QAAO,YACL,KAAI,YACF,GAAE;AAbV,MAOE,oBAAmB,YAAa,SAAQ,YAItC,QAAO,YACL,KAAI,YACF,GAAE;AAbV,MAME,SAAQ,YAIN,QAAO,YAEL,KAAI,YAEF,GAAE;AAdV,MAOE,oBAAmB,YAAa,SAAQ,YAGtC,QAAO,YAEL,KAAI,YAEF,GAAE;AAdV,MAME,SAAQ,YAKN,QAAO,YACL,KAAI,YAEF,GAAE;AAdV,MAOE,oBAAmB,YAAa,SAAQ,YAItC,QAAO,YACL,KAAI,YAEF,GAAE;EACA,2BAAA;;AAfV,MAME,SAAQ,YAIN,QAAO,YAEL,KAAI,YAKF,GAAE;AAjBV,MAOE,oBAAmB,YAAa,S
 AAQ,YAGtC,QAAO,YAEL,KAAI,YAKF,GAAE;AAjBV,MAME,SAAQ,YAKN,QAAO,YACL,KAAI,YAKF,GAAE;AAjBV,MAOE,oBAAmB,YAAa,SAAQ,YAItC,QAAO,YACL,KAAI,YAKF,GAAE;AAjBV,MAME,SAAQ,YAIN,QAAO,YAEL,KAAI,YAMF,GAAE;AAlBV,MAOE,oBAAmB,YAAa,SAAQ,YAGtC,QAAO,YAEL,KAAI,YAMF,GAAE;AAlBV,MAME,SAAQ,YAKN,QAAO,YACL,KAAI,YAMF,GAAE;AAlBV,MAOE,oBAAmB,YAAa,SAAQ,YAItC,QAAO,YACL,KAAI,YAMF,GAAE;EACA,4BAAA;;AAnBV,MAyBE,SAAQ;AAzBV,MA0BE,oBAAmB,WAAY,SAAQ;E5BdvC,+BAAA;EACC,8BAAA;;A4BbH,MAyBE,SAAQ,WAIN,QAAO,WAEL,KAAI,WACF,GAAE;AAhCV,MA0BE,oBAAmB,WAAY,SAAQ,WAGrC,QAAO,WAEL,KAAI,WACF,GAAE;AAhCV,MAyBE,SAAQ,WAKN,QAAO,WACL,KAAI,WACF,GAAE;AAhCV,MA0BE,oBAAmB,WAAY,SAAQ,WAIrC,QAAO,WACL,KAAI,WACF,GAAE;AAhCV,MAyBE,SAAQ,WAIN,QAAO,WAEL,KAAI,WAEF,GAAE;AAjCV,MA0BE,oBAAmB,WAAY,SAAQ,WAGrC,QAAO,WAEL,KAAI,WAEF,GAAE;AAjCV,MAyBE,SAAQ,WAKN,QAAO,WACL,KAAI,WAEF,GAAE;AAjCV,MA0BE,oBAAmB,WAAY,SAAQ,WAIrC,QAAO,WACL,KAAI,WAEF,GAAE;EACA,8BAAA;;AAlCV,MAyBE,SAAQ,WAIN,QAAO,WAEL,KAAI,WAKF,GAAE;AApCV,MA0BE,oBAAmB,WAAY,SAAQ,WAGrC,QAAO,WAEL,KAAI,WAKF,GAAE;AApCV,MAyBE,SAAQ,
 WAKN,QAAO,WACL,KAAI,WAKF,GAAE;AApCV,MA0BE,oBAAmB,WAAY,SAAQ,WAIrC,QAAO,WACL,KAAI,WAKF,GAAE;AApCV,MAyBE,SAAQ,WAIN,QAAO,WAEL,KAAI,WAMF,GAAE;AArCV,MA0BE,oBAAmB,WAAY,SAAQ,WAGrC,QAAO,WAEL,KAAI,WAMF,GAAE;AArCV,MAyBE,SAAQ,WAKN,QAAO,WACL,KAAI,WAMF,GAAE;AArCV,MA0BE,oBAAmB,WAAY,SAAQ,WAIrC,QAAO,WACL,KAAI,WAMF,GAAE;EACA,+BAAA;;AAtCV,MA2CE,cAAc;AA3ChB,MA4CE,cAAc;EACZ,6BAAA;;AA7CJ,MA+CE,SAAS,QAAO,YAAa,KAAI,YAAa;AA/ChD,MAgDE,SAAS,QAAO,YAAa,KAAI,YAAa;EAC5C,aAAA;;AAjDJ,MAmDE;AAnDF,MAoDE,oBAAoB;EAClB,SAAA;;AArDJ,MAmDE,kBAGE,QAGE,KACE,KAAI;AA1DZ,MAoDE,oBAAoB,kBAElB,QAGE,KACE,KAAI;AA1DZ,MAmDE,kBAIE,QAEE,KACE,KAAI;AA1DZ,MAoDE,oBAAoB,kBAGlB,QAEE,KACE,KAAI;AA1DZ,MAmDE,kBAKE,QACE,KACE,KAAI;AA1DZ,MAoDE,oBAAoB,kBAIlB,QACE,KACE,KAAI;AA1DZ,MAmDE,kBAGE,QAGE,KAEE,KAAI;AA3DZ,MAoDE,oBAAoB,kBAElB,QAGE,KAEE,KAAI;AA3DZ,MAmDE,kBAIE,QAEE,KAEE,KAAI;AA3DZ,MAoDE,oBAAoB,kBAGlB,QAEE,KAEE,KAAI;AA3DZ,MAmDE,kBAKE,QACE,KAEE,KAAI;AA3DZ,MAoDE,oBAAoB,kBAIlB,QACE,KAEE,KAAI;EACF,cAAA;;AA5DV,MAmDE,kBAGE,QAGE,KAKE,KAAI;AA9DZ,MAoDE,oBAA
 oB,kBAElB,QAGE,KAKE,KAAI;AA9DZ,MAmDE,kBAIE,QAEE,KAKE,KAAI;AA9DZ,MAoDE,oBAAoB,kBAGlB,QAEE,KAKE,KAAI;AA9DZ,MAmDE,kBAKE,QACE,KAKE,KAAI;AA9DZ,MAoDE,oBAAoB,kBAIlB,QACE,KAKE,KAAI;AA9DZ,MAmDE,kBAGE,QAGE,KAME,KAAI;AA/DZ,MAoDE,oBAAoB,kBAElB,QAGE,KAME,KAAI;AA/DZ,MAmDE,kBAIE,QAEE,KAME,KAAI;AA/DZ,MAoDE,oBAAoB,kBAGlB,QAEE,KAME,KAAI;AA/DZ,MAmDE,kBAKE,QACE,KAME,KAAI;AA/DZ,MAoDE,oBAAoB,kBAIlB,QACE,KAME,KAAI;EACF,eAAA;;AAhEV,MAmDE,kBAiBE,QAEE,KAAI,YACF;AAvER,MAoDE,oBAAoB,kBAgBlB,QAEE,KAAI,YACF;AAvER,MAmDE,kBAkBE,QACE,KAAI,YACF;AAvER,MAoDE,oBAAoB,kBAiBlB,QACE,KAAI,YACF;AAvER,MAmDE,kBAiBE,QAEE,KAAI,YAEF;AAxER,MAoDE,oBAAoB,kBAgBlB,QAEE,KAAI,YAEF;AAxER,MAmDE,kBAkBE,QACE,KAAI,YAEF;AAxER,MAoDE,oBAAoB,kBAiBlB,QACE,KAAI,YAEF;EACE,gBAAA;;AAzEV,MAmDE,kBA0BE,QAEE,KAAI,WACF;AAhFR,MAoDE,oBAAoB,kBAyBlB,QAEE,KAAI,WACF;AAhFR,MAmDE,kBA2BE,QACE,KAAI,WACF;AAhFR,MAoDE,oBAAoB,kBA0BlB,QACE,KAAI,WACF;AAhFR,MAmDE,kBA0BE,QAEE,KAAI,WAEF;AAjFR,MAoDE,oBAAoB,kBAyBlB,QAEE,KAAI,WAEF;AAjFR,MAmDE,kBA2BE,QACE,KAAI,WAEF;AAjFR,MAoDE,o
 BAAoB,kBA0BlB,QACE,KAAI,WAEF;EACE,gBAAA;;AAlFV,MAuFE;EACE,SAAA;EACA,gBAAA;;AAUJ;EACE,mBAAA;;AADF,YAIE;EACE,gBAAA;EACA,kBAAA;EACA,gBAAA;;AAPJ,YAIE,OAIE;EACE,eAAA;;AATN,YAaE;EACE,gBAAA;;AAdJ,YAaE,eAEE,kBAAkB;EAChB,6BAAA;;AAhBN,YAmBE;EACE,aAAA;;AApBJ,YAmBE,cAEE,kBAAkB;EAChB,gCAAA;;AAON;E5BsLE,qBAAA;;AAEA,cAAE;EACA,cAAA;EACA,yBAAA;EACA,qBAAA;;AAHF,cAAE,iBAKA,kBAAkB;EAChB,yBAAA;;AAGJ,cAAE,gBACA,kBAAkB;EAChB,4BAAA;;A4BhMN;E5BmLE,qBAAA;;AAEA,cAAE;EACA,cAAA;EACA,yBAAA;EACA,qBAAA;;AAHF,cAAE,iBAKA,kBAAkB;EAChB,yBAAA;;AAGJ,cAAE,gBACA,kBAAkB;EAChB,4BAAA;;A4B7LN;E5BgLE,qBAAA;;AAEA,cAAE;EACA,cAAA;EACA,yBAAA;EACA,qBAAA;;AAHF,cAAE,iBAKA,kBAAkB;EAChB,yBAAA;;AAGJ,cAAE,gBACA,kBAAkB;EAChB,4BAAA;;A4B1LN;E5B6KE,qBAAA;;AAEA,WAAE;EACA,cAAA;EACA,yBAAA;EACA,qBAAA;;AAHF,WAAE,iBAKA,kBAAkB;EAChB,yBAAA;;AAGJ,WAAE,gBACA,kBAAkB;EAChB,4BAAA;;A4BvLN;E5B0KE,qBAAA;;AAEA,cAAE;EACA,cAAA;EACA,yBAAA;EACA,qBAAA;;AAHF,cAAE,iBAKA,kBAAkB;EAChB,yBAAA;;AAGJ,cAAE,gBACA,kBAAkB;EAChB,4BAAA;;A4BpLN;E5BuKE,qBAAA;;AAEA,aAAE;EACA,cAAA
 ;EACA,yBAAA;EACA,qBAAA;;AAHF,aAAE,iBAKA,kBAAkB;EAChB,yBAAA;;AAGJ,aAAE,gBACA,kBAAkB;EAChB,4BAAA;;A6B5ZN;EACE,gBAAA;EACA,aAAA;EACA,mBAAA;EACA,yBAAA;EACA,yBAAA;EACA,kBAAA;E7B6GA,uDAAA;EACQ,+CAAA;;A6BpHV,KAQE;EACE,kBAAA;EACA,iCAAA;;AAKJ;EACE,aAAA;EACA,kBAAA;;AAEF;EACE,YAAA;EACA,kBAAA;;ACtBF;EACE,YAAA;EACA,eAAA;EACA,iBAAA;EACA,cAAA;EACA,cAAA;EACA,4BAAA;E9BkRA,YAAA;EAGA,yBAAA;;A8BlRA,MAAC;AACD,MAAC;EACC,cAAA;EACA,qBAAA;EACA,eAAA;E9B2QF,YAAA;EAGA,yBAAA;;A8BvQA,MAAM;EACJ,UAAA;EACA,eAAA;EACA,uBAAA;EACA,SAAA;EACA,wBAAA;;ACpBJ;EACE,gBAAA;;AAIF;EACE,aAAA;EACA,cAAA;EACA,kBAAA;EACA,eAAA;EACA,MAAA;EACA,QAAA;EACA,SAAA;EACA,OAAA;EACA,aAAA;EACA,iCAAA;EAIA,UAAA;;AAGA,MAAC,KAAM;E/BiIP,mBAAmB,kBAAnB;EACI,eAAe,kBAAf;EACI,WAAW,kBAAX;EApBR,mDAAA;EACG,6CAAA;EACE,yCAAA;EACG,mCAAA;;A+B9GR,MAAC,GAAI;E/B6HL,mBAAmB,eAAnB;EACI,eAAe,eAAf;EACI,WAAW,eAAX;;A+B3HV;EACE,kBAAA;EACA,WAAA;EACA,YAAA;;AAIF;EACE,kBAAA;EACA,yBAAA;EACA,yBAAA;EACA,oCAAA;EACA,kBAAA;E/BqEA,gDAAA;EACQ,wCAAA;E+BpER,4BAAA;EAEA,aAAA;;AAIF;EACE,eAAA;E
 ACA,MAAA;EACA,QAAA;EACA,SAAA;EACA,OAAA;EACA,aAAA;EACA,yBAAA;;AAEA,eAAC;E/BwND,UAAA;EAGA,wBAAA;;A+B1NA,eAAC;E/BuND,YAAA;EAGA,yBAAA;;A+BrNF;EACE,aAAA;EACA,gCAAA;EACA,yBAAA;;AAGF,aAAc;EACZ,gBAAA;;AAIF;EACE,SAAA;EACA,uBAAA;;AAKF;EACE,kBAAA;EACA,aAAA;;AAIF;EACE,gBAAA;EACA,uBAAA;EACA,iBAAA;EACA,6BAAA;;AAJF,aAQE,KAAK;EACH,gBAAA;EACA,gBAAA;;AAVJ,aAaE,WAAW,KAAK;EACd,iBAAA;;AAdJ,aAiBE,WAAW;EACT,cAAA;;AAmBJ,QAdmC;EAEjC;IACE,YAAA;IACA,iBAAA;;EAEF;I/BPA,iDAAA;IACQ,yCAAA;;E+BWR;IAAY,YAAA;;;AAMd,QAHmC;EACjC;IAAY,YAAA;;;ACnId;EACE,kBAAA;EACA,aAAA;EACA,cAAA;EACA,mBAAA;EACA,eAAA;EACA,gBAAA;EhCiRA,UAAA;EAGA,wBAAA;;AgCjRA,QAAC;EhC8QD,YAAA;EAGA,yBAAA;;AgChRA,QAAC;EAAU,gBAAA;EAAmB,cAAA;;AAC9B,QAAC;EAAU,gBAAA;EAAmB,cAAA;;AAC9B,QAAC;EAAU,eAAA;EAAmB,cAAA;;AAC9B,QAAC;EAAU,iBAAA;EAAmB,cAAA;;AAIhC;EACE,gBAAA;EACA,gBAAA;EACA,cAAA;EACA,kBAAA;EACA,qBAAA;EACA,yBAAA;EACA,kBAAA;;AAIF;EACE,kBAAA;EACA,QAAA;EACA,SAAA;EACA,yBAAA;EACA,mBAAA;;AAGA,QAAC,IAAK;EACJ,SAAA;EACA,SAAA;EACA,iBAAA;EACA,uBAAA;EACA,yBAAA;;AAEF,QAAC,S
 AAU;EACT,SAAA;EACA,SAAA;EACA,uBAAA;EACA,yBAAA;;AAEF,QAAC,UAAW;EACV,SAAA;EACA,UAAA;EACA,uBAAA;EACA,yBAAA;;AAEF,QAAC,MAAO;EACN,QAAA;EACA,OAAA;EACA,gBAAA;EACA,2BAAA;EACA,2BAAA;;AAEF,QAAC,KAAM;EACL,QAAA;EACA,QAAA;EACA,gBAAA;EACA,2BAAA;EACA,0BAAA;;AAEF,QAAC,OAAQ;EACP,MAAA;EACA,SAAA;EACA,iBAAA;EACA,uBAAA;EACA,4BAAA;;AAEF,QAAC,YAAa;EACZ,MAAA;EACA,SAAA;EACA,uBAAA;EACA,4BAAA;;AAEF,QAAC,aAAc;EACb,MAAA;EACA,UAAA;EACA,uBAAA;EACA,4BAAA;;ACvFJ;EACE,kBAAA;EACA,MAAA;EACA,OAAA;EACA,aAAA;EACA,aAAA;EACA,gBAAA;EACA,YAAA;EACA,gBAAA;EACA,yBAAA;EACA,4BAAA;EACA,yBAAA;EACA,oCAAA;EACA,kBAAA;EjCuGA,iDAAA;EACQ,yCAAA;EiCpGR,mBAAA;;AAGA,QAAC;EAAW,iBAAA;;AACZ,QAAC;EAAW,iBAAA;;AACZ,QAAC;EAAW,gBAAA;;AACZ,QAAC;EAAW,kBAAA;;AAGd;EACE,SAAA;EACA,iBAAA;EACA,eAAA;EACA,mBAAA;EACA,iBAAA;EACA,yBAAA;EACA,gCAAA;EACA,0BAAA;;AAGF;EACE,iBAAA;;AAQA,QADO;AAEP,QAFO,SAEN;EACC,kBAAA;EACA,cAAA;EACA,QAAA;EACA,SAAA;EACA,yBAAA;EACA,mBAAA;;AAGJ,QAAS;EACP,kBAAA;;AAEF,QAAS,SAAQ;EACf,kBAAA;EACA,SAAS,EAAT;;AAIA,QAAC,IAAK;EACJ,SAAA;EACA,kBAAA;E
 ACA,sBAAA;EACA,yBAAA;EACA,qCAAA;EACA,aAAA;;AACA,QAPD,IAAK,SAOH;EACC,SAAS,GAAT;EACA,WAAA;EACA,kBAAA;EACA,sBAAA;EACA,yBAAA;;AAGJ,QAAC,MAAO;EACN,QAAA;EACA,WAAA;EACA,iBAAA;EACA,oBAAA;EACA,2BAAA;EACA,uCAAA;;AACA,QAPD,MAAO,SAOL;EACC,SAAS,GAAT;EACA,SAAA;EACA,aAAA;EACA,oBAAA;EACA,2BAAA;;AAGJ,QAAC,OAAQ;EACP,SAAA;EACA,kBAAA;EACA,mBAAA;EACA,4BAAA;EACA,wCAAA;EACA,UAAA;;AACA,QAPD,OAAQ,SAON;EACC,SAAS,GAAT;EACA,QAAA;EACA,kBAAA;EACA,mBAAA;EACA,4BAAA;;AAIJ,QAAC,KAAM;EACL,QAAA;EACA,YAAA;EACA,iBAAA;EACA,qBAAA;EACA,0BAAA;EACA,sCAAA;;AACA,QAPD,KAAM,SAOJ;EACC,SAAS,GAAT;EACA,UAAA;EACA,qBAAA;EACA,0BAAA;EACA,aAAA;;A9B1HN;EACE,kBAAA;;AAGF;EACE,kBAAA;EACA,gBAAA;EACA,WAAA;;AAHF,eAKE;EACE,aAAA;EACA,kBAAA;EH8GF,yCAAA;EACQ,iCAAA;;AGtHV,eAKE,QAME;AAXJ,eAKE,QAOE,IAAI;EAEF,cAAA;;AAdN,eAkBE;AAlBF,eAmBE;AAnBF,eAoBE;EAAU,cAAA;;AApBZ,eAsBE;EACE,OAAA;;AAvBJ,eA0BE;AA1BF,eA2BE;EACE,kBAAA;EACA,MAAA;EACA,WAAA;;AA9BJ,eAiCE;EACE,UAAA;;AAlCJ,eAoCE;EACE,WAAA;;AArCJ,eAuCE,QAAO;AAvCT,eAwCE,QAAO;EACL,OAAA;;AAzCJ,eA4CE,UAAS;EACP,WAA
 A;;AA7CJ,eA+CE,UAAS;EACP,UAAA;;AAQJ;EACE,kBAAA;EACA,MAAA;EACA,OAAA;EACA,SAAA;EACA,UAAA;EHsNA,YAAA;EAGA,yBAAA;EGvNA,eAAA;EACA,cAAA;EACA,kBAAA;EACA,yCAAA;;AAKA,iBAAC;EH8NC,kBAAkB,8BAA8B,mCAAyC,uCAAzF;EACA,kBAAmB,4EAAnB;EACA,2BAAA;EACA,sHAAA;;AG9NF,iBAAC;EACC,UAAA;EACA,QAAA;EHyNA,kBAAkB,8BAA8B,sCAAyC,oCAAzF;EACA,kBAAmB,4EAAnB;EACA,2BAAA;EACA,sHAAA;;AGvNF,iBAAC;AACD,iBAAC;EACC,aAAA;EACA,cAAA;EACA,qBAAA;EH8LF,YAAA;EAGA,yBAAA;;AG9NF,iBAkCE;AAlCF,iBAmCE;AAnCF,iBAoCE;AApCF,iBAqCE;EACE,kBAAA;EACA,QAAA;EACA,UAAA;EACA,qBAAA;;AAzCJ,iBA2CE;AA3CF,iBA4CE;EACE,SAAA;;AA7CJ,iBA+CE;AA/CF,iBAgDE;EACE,UAAA;;AAjDJ,iBAmDE;AAnDF,iBAoDE;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,kBAAA;;AAIA,iBADF,WACG;EACC,SAAS,OAAT;;AAIF,iBADF,WACG;EACC,SAAS,OAAT;;AAUN;EACE,kBAAA;EACA,YAAA;EACA,SAAA;EACA,WAAA;EACA,UAAA;EACA,iBAAA;EACA,eAAA;EACA,gBAAA;EACA,kBAAA;;AATF,oBAWE;EACE,qBAAA;EACA,WAAA;EACA,YAAA;EACA,WAAA;EACA,mBAAA;EACA,yBAAA;EACA,mBAAA;EACA,eAAA;EAUA,yBAAA;EACA,kCAAA;;AA9BJ,oBAgCE;EACE,SAAA;EACA,WAAA;EACA,YAA
 A;EACA,yBAAA;;AAOJ;EACE,kBAAA;EACA,SAAA;EACA,UAAA;EACA,YAAA;EACA,WAAA;EACA,iBAAA;EACA,oBAAA;EACA,cAAA;EACA,kBAAA;EACA,yCAAA;;AACA,iBAAE;EACA,iBAAA;;AAkCJ,mBA5B8C;EAG5C,iBACE;EADF,iBAEE;EAFF,iBAGE;EAHF,iBAIE;IACE,WAAA;IACA,YAAA;IACA,iBAAA;IACA,kBAAA;IACA,eAAA;;EAKJ;IACE,SAAA;IACA,UAAA;IACA,oBAAA;;EAIF;IACE,YAAA;;;AHlNF,SAAC;AACD,SAAC;AMXH,UNUG;AMVH,UNWG;AMSH,gBNVG;AMUH,gBNTG;AMkBH,INnBG;AMmBH,INlBG;AQsXH,gBAoBE,YR3YC;AQuXH,gBAoBE,YR1YC;AUkBH,YVnBG;AUmBH,YVlBG;AU8HH,mBAWE,aV1IC;AU+HH,mBAWE,aVzIC;AeZH,IfWG;AeXH,IfYG;AgBVH,OhBSG;AgBTH,OhBUG;AgBUH,chBXG;AgBWH,chBVG;AgB6BH,gBhB9BG;AgB8BH,gBhB7BG;AoBfH,MpBcG;AoBdH,MpBeG;A4BLH,W5BIG;A4BJH,W5BKG;A+B+EH,a/BhFG;A+BgFH,a/B/EG;EACC,SAAS,GAAT;EACA,cAAA;;AAEF,SAAC;AMfH,UNeG;AMKH,gBNLG;AMcH,INdG;AQkXH,gBAoBE,YRtYC;AUcH,YVdG;AU0HH,mBAWE,aVrIC;AehBH,IfgBG;AgBdH,OhBcG;AgBMH,chBNG;AgByBH,gBhBzBG;AoBnBH,MpBmBG;A4BTH,W5BSG;A+B2EH,a/B3EG;EACC,WAAA;;AiBdJ;EjB6BE,cAAA;EACA,iBAAA;EACA,kBAAA;;AiB5BF;EACE,uBAAA;;AAEF;EACE,sBAAA;;AAQF;EACE,wBAAA;;AAEF;EACE,yBAA
 A;;AAEF;EACE,kBAAA;;AAEF;EjB8CE,WAAA;EACA,kBAAA;EACA,iBAAA;EACA,6BAAA;EACA,SAAA;;AiBzCF;EACE,wBAAA;EACA,6BAAA;;AAOF;EACE,eAAA;;AiBnCF;EACE,mBAAA;;AAKF;AACA;AACA;AACA;ElCylBE,wBAAA;;AkCjlBF,QAHqC;EAGrC;IlCykBE,yBAAA;;EACA,KAAK;IAAK,cAAA;;EACV,EAAE;IAAQ,kBAAA;;EACV,EAAE;EACF,EAAE;IAAQ,mBAAA;;;AkCxkBZ,QAHqC,uBAAgC;EAGrE;IlCokBE,yBAAA;;EACA,KAAK;IAAK,cAAA;;EACV,EAAE;IAAQ,kBAAA;;EACV,EAAE;EACF,EAAE;IAAQ,mBAAA;;;AkCnkBZ,QAHqC,uBAAgC;EAGrE;IlC+jBE,yBAAA;;EACA,KAAK;IAAK,cAAA;;EACV,EAAE;IAAQ,kBAAA;;EACV,EAAE;EACF,EAAE;IAAQ,mBAAA;;;AkC9jBZ,QAHqC;EAGrC;IlC0jBE,yBAAA;;EACA,KAAK;IAAK,cAAA;;EACV,EAAE;IAAQ,kBAAA;;EACV,EAAE;EACF,EAAE;IAAQ,mBAAA;;;AkCxjBZ,QAHqC;EAGrC;IlC4jBE,wBAAA;;;AkCvjBF,QAHqC,uBAAgC;EAGrE;IlCujBE,wBAAA;;;AkCljBF,QAHqC,uBAAgC;EAGrE;IlCkjBE,wBAAA;;;AkC7iBF,QAHqC;EAGrC;IlC6iBE,wBAAA;;;AkCtiBF;ElCsiBE,wBAAA;;AkChiBF;EAAA;IlCwhBE,yBAAA;;EACA,KAAK;IAAK,cAAA;;EACV,EAAE;IAAQ,kBAAA;;EACV,EAAE;EACF,EAAE;IAAQ,mBAAA;;;AkCthBZ;EAAA;IlC0hBE,wBAAA","sourcesContent":["/*! normalize.css v3.0.0 |
  MIT License | git.io/normalize */\n\n//\n// 1. Set default font family to sans-serif.\n// 2. Prevent iOS text size adjust after orientation change, without disabling\n//    user zoom.\n//\n\nhtml {\n  font-family: sans-serif; // 1\n  -ms-text-size-adjust: 100%; // 2\n  -webkit-text-size-adjust: 100%; // 2\n}\n\n//\n// Remove default margin.\n//\n\nbody {\n  margin: 0;\n}\n\n// HTML5 display definitions\n// ==========================================================================\n\n//\n// Correct `block` display not defined in IE 8/9.\n//\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection,\nsummary {\n  display: block;\n}\n\n//\n// 1. Correct `inline-block` display not defined in IE 8/9.\n// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n//\n\naudio,\ncanvas,\nprogress,\nvideo {\n  display: inline-block; // 1\n  vertical-align: baseline; // 2\n}\n\n//\n// Prevent modern browsers from displaying `audio
 ` without controls.\n// Remove excess height in iOS 5 devices.\n//\n\naudio:not([controls]) {\n  display: none;\n  height: 0;\n}\n\n//\n// Address `[hidden]` styling not present in IE 8/9.\n// Hide the `template` element in IE, Safari, and Firefox < 22.\n//\n\n[hidden],\ntemplate {\n  display: none;\n}\n\n// Links\n// ==========================================================================\n\n//\n// Remove the gray background color from active links in IE 10.\n//\n\na {\n  background: transparent;\n}\n\n//\n// Improve readability when focused and also mouse hovered in all browsers.\n//\n\na:active,\na:hover {\n  outline: 0;\n}\n\n// Text-level semantics\n// ==========================================================================\n\n//\n// Address styling not present in IE 8/9, Safari 5, and Chrome.\n//\n\nabbr[title] {\n  border-bottom: 1px dotted;\n}\n\n//\n// Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.\n//\n\nb,\nstrong {\n  font-weight: bold;\n}\n\n//\n
 // Address styling not present in Safari 5 and Chrome.\n//\n\ndfn {\n  font-style: italic;\n}\n\n//\n// Address variable `h1` font-size and margin within `section` and `article`\n// contexts in Firefox 4+, Safari 5, and Chrome.\n//\n\nh1 {\n  font-size: 2em;\n  margin: 0.67em 0;\n}\n\n//\n// Address styling not present in IE 8/9.\n//\n\nmark {\n  background: #ff0;\n  color: #000;\n}\n\n//\n// Address inconsistent and variable font size in all browsers.\n//\n\nsmall {\n  font-size: 80%;\n}\n\n//\n// Prevent `sub` and `sup` affecting `line-height` in all browsers.\n//\n\nsub,\nsup {\n  font-size: 75%;\n  line-height: 0;\n  position: relative;\n  vertical-align: baseline;\n}\n\nsup {\n  top: -0.5em;\n}\n\nsub {\n  bottom: -0.25em;\n}\n\n// Embedded content\n// ==========================================================================\n\n//\n// Remove border when inside `a` element in IE 8/9.\n//\n\nimg {\n  border: 0;\n}\n\n//\n// Correct overflow displayed oddly in IE 9.\n//\n\nsvg:no
 t(:root) {\n  overflow: hidden;\n}\n\n// Grouping content\n// ==========================================================================\n\n//\n// Address margin not present in IE 8/9 and Safari 5.\n//\n\nfigure {\n  margin: 1em 40px;\n}\n\n//\n// Address differences between Firefox and other browsers.\n//\n\nhr {\n  -moz-box-sizing: content-box;\n  box-sizing: content-box;\n  height: 0;\n}\n\n//\n// Contain overflow in all browsers.\n//\n\npre {\n  overflow: auto;\n}\n\n//\n// Address odd `em`-unit font size rendering in all browsers.\n//\n\ncode,\nkbd,\npre,\nsamp {\n  font-family: monospace, monospace;\n  font-size: 1em;\n}\n\n// Forms\n// ==========================================================================\n\n//\n// Known limitation: by default, Chrome and Safari on OS X allow very limited\n// styling of `select`, unless a `border` property is set.\n//\n\n//\n// 1. Correct color not being inherited.\n//    Known issue: affects color of disabled elements.\n// 2. Correct fon
 t properties not being inherited.\n// 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.\n//\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n  color: inherit; // 1\n  font: inherit; // 2\n  margin: 0; // 3\n}\n\n//\n// Address `overflow` set to `hidden` in IE 8/9/10.\n//\n\nbutton {\n  overflow: visible;\n}\n\n//\n// Address inconsistent `text-transform` inheritance for `button` and `select`.\n// All other form control elements do not inherit `text-transform` values.\n// Correct `button` style inheritance in Firefox, IE 8+, and Opera\n// Correct `select` style inheritance in Firefox.\n//\n\nbutton,\nselect {\n  text-transform: none;\n}\n\n//\n// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n//    and `video` controls.\n// 2. Correct inability to style clickable `input` types in iOS.\n// 3. Improve usability and consistency of cursor style between image-type\n//    `input` and others.\n//\n\nbutton,\nhtml input[type=\"button\"], 
 // 1\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  -webkit-appearance: button; // 2\n  cursor: pointer; // 3\n}\n\n//\n// Re-set default cursor for disabled elements.\n//\n\nbutton[disabled],\nhtml input[disabled] {\n  cursor: default;\n}\n\n//\n// Remove inner padding and border in Firefox 4+.\n//\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n  border: 0;\n  padding: 0;\n}\n\n//\n// Address Firefox 4+ setting `line-height` on `input` using `!important` in\n// the UA stylesheet.\n//\n\ninput {\n  line-height: normal;\n}\n\n//\n// It's recommended that you don't attempt to style these elements.\n// Firefox's implementation doesn't respect box-sizing, padding, or width.\n//\n// 1. Address box sizing set to `content-box` in IE 8/9/10.\n// 2. Remove excess padding in IE 8/9/10.\n//\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n  box-sizing: border-box; // 1\n  padding: 0; // 2\n}\n\n//\n// Fix the cursor style for Chrome's increment/decrement buttons. For cert
 ain\n// `font-size` values of the `input`, it causes the cursor style of the\n// decrement button to change from `default` to `text`.\n//\n\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n  height: auto;\n}\n\n//\n// 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.\n// 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome\n//    (include `-moz` to future-proof).\n//\n\ninput[type=\"search\"] {\n  -webkit-appearance: textfield; // 1\n  -moz-box-sizing: content-box;\n  -webkit-box-sizing: content-box; // 2\n  box-sizing: content-box;\n}\n\n//\n// Remove inner padding and search cancel button in Safari and Chrome on OS X.\n// Safari (but not Chrome) clips the cancel button when the search input has\n// padding (and `textfield` appearance).\n//\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\n\n//\n// Def
 ine consistent border, margin, and padding.\n//\n\nfieldset {\n  border: 1px solid #c0c0c0;\n  margin: 0 2px;\n  padding: 0.35em 0.625em 0.75em;\n}\n\n//\n// 1. Correct `color` not being inherited in IE 8/9.\n// 2. Remove padding so people aren't caught out if they zero out fieldsets.\n//\n\nlegend {\n  border: 0; // 1\n  padding: 0; // 2\n}\n\n//\n// Remove default vertical scrollbar in IE 8/9.\n//\n\ntextarea {\n  overflow: auto;\n}\n\n//\n// Don't inherit the `font-weight` (applied by a rule above).\n// NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n//\n\noptgroup {\n  font-weight: bold;\n}\n\n// Tables\n// ==========================================================================\n\n//\n// Remove most spacing between table cells.\n//\n\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n}\n\ntd,\nth {\n  padding: 0;\n}","//\n// Basic print styles\n// --------------------------------------------------\n// Source: https://github.com/h5bp/html5-
 boilerplate/blob/master/css/main.css\n\n@media print {\n\n  * {\n    text-shadow: none !important;\n    color: #000 !important; // Black prints faster: h5bp.com/s\n    background: transparent !important;\n    box-shadow: none !important;\n  }\n\n  a,\n  a:visited {\n    text-decoration: underline;\n  }\n\n  a[href]:after {\n    content: \" (\" attr(href) \")\";\n  }\n\n  abbr[title]:after {\n    content: \" (\" attr(title) \")\";\n  }\n\n  // Don't show links for images, or javascript/internal links\n  a[href^=\"javascript:\"]:after,\n  a[href^=\"#\"]:after {\n    content: \"\";\n  }\n\n  pre,\n  blockquote {\n    border: 1px solid #999;\n    page-break-inside: avoid;\n  }\n\n  thead {\n    display: table-header-group; // h5bp.com/t\n  }\n\n  tr,\n  img {\n    page-break-inside: avoid;\n  }\n\n  img {\n    max-width: 100% !important;\n  }\n\n  p,\n  h2,\n  h3 {\n    orphans: 3;\n    widows: 3;\n  }\n\n  h2,\n  h3 {\n    page-break-after: avoid;\n  }\n\n  // Chrome (OSX) fix for http
 s://github.com/twbs/bootstrap/issues/11245\n  // Once fixed, we can just straight up remove this.\n  select {\n    background: #fff !important;\n  }\n\n  // Bootstrap components\n  .navbar {\n    display: none;\n  }\n  .table {\n    td,\n    th {\n      background-color: #fff !important;\n    }\n  }\n  .btn,\n  .dropup > .btn {\n    > .caret {\n      border-top-color: #000 !important;\n    }\n  }\n  .label {\n    border: 1px solid #000;\n  }\n\n  .table {\n    border-collapse: collapse !important;\n  }\n  .table-bordered {\n    th,\n    td {\n      border: 1px solid #ddd !important;\n    }\n  }\n\n}\n","//\n// Scaffolding\n// --------------------------------------------------\n\n\n// Reset the box-sizing\n//\n// Heads up! This reset may cause conflicts with some third-party widgets.\n// For recommendations on resolving such conflicts, see\n// http://getbootstrap.com/getting-started/#third-box-sizing\n* {\n  .box-sizing(border-box);\n}\n*:before,\n*:after {\n  .box-sizing(border-box)
 ;\n}\n\n\n// Body reset\n\nhtml {\n  font-size: 62.5%;\n  -webkit-tap-highlight-color: rgba(0,0,0,0);\n}\n\nbody {\n  font-family: @font-family-base;\n  font-size: @font-size-base;\n  line-height: @line-height-base;\n  color: @text-color;\n  background-color: @body-bg;\n}\n\n// Reset fonts for relevant elements\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: inherit;\n  font-size: inherit;\n  line-height: inherit;\n}\n\n\n// Links\n\na {\n  color: @link-color;\n  text-decoration: none;\n\n  &:hover,\n  &:focus {\n    color: @link-hover-color;\n    text-decoration: underline;\n  }\n\n  &:focus {\n    .tab-focus();\n  }\n}\n\n\n// Figures\n//\n// We reset this here because previously Normalize had no `figure` margins. This\n// ensures we don't break anyone's use of the element.\n\nfigure {\n  margin: 0;\n}\n\n\n// Images\n\nimg {\n  vertical-align: middle;\n}\n\n// Responsive images (ensure images don't scale beyond their parents)\n.img-responsive {\n  .img-responsive();\n}\n\n/
 / Rounded corners\n.img-rounded {\n  border-radius: @border-radius-large;\n}\n\n// Image thumbnails\n//\n// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.\n.img-thumbnail {\n  padding: @thumbnail-padding;\n  line-height: @line-height-base;\n  background-color: @thumbnail-bg;\n  border: 1px solid @thumbnail-border;\n  border-radius: @thumbnail-border-radius;\n  .transition(all .2s ease-in-out);\n\n  // Keep them at most 100% wide\n  .img-responsive(inline-block);\n}\n\n// Perfect circle\n.img-circle {\n  border-radius: 50%; // set radius in percents\n}\n\n\n// Horizontal rules\n\nhr {\n  margin-top:    @line-height-computed;\n  margin-bottom: @line-height-computed;\n  border: 0;\n  border-top: 1px solid @hr-border;\n}\n\n\n// Only display content to screen readers\n//\n// See: http://a11yproject.com/posts/how-to-hide-content/\n\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  margin: -1px;\n  padding: 0;\n  overflow: hidden;\n  clip: rect(0,0,0,
 0);\n  border: 0;\n}\n","//\n// Mixins\n// --------------------------------------------------\n\n\n// Utilities\n// -------------------------\n\n// Clearfix\n// Source: http://nicolasgallagher.com/micro-clearfix-hack/\n//\n// For modern browsers\n// 1. The space content is one way to avoid an Opera bug when the\n//    contenteditable attribute is included anywhere else in the document.\n//    Otherwise it causes space to appear at the top and bottom of elements\n//    that are clearfixed.\n// 2. The use of `table` rather than `block` is only necessary if using\n//    `:before` to contain the top-margins of child elements.\n.clearfix() {\n  &:before,\n  &:after {\n    content: \" \"; // 1\n    display: table; // 2\n  }\n  &:after {\n    clear: both;\n  }\n}\n\n// WebKit-style focus\n.tab-focus() {\n  // Default\n  outline: thin dotted;\n  // WebKit\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n\n// Center-align a block level element\n.center-block() {\n 
  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n// Sizing shortcuts\n.size(@width; @height) {\n  width: @width;\n  height: @height;\n}\n.square(@size) {\n  .size(@size; @size);\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n  &::-moz-placeholder           { color: @color;   // Firefox\n                                  opacity: 1; } // See https://github.com/twbs/bootstrap/pull/11526\n  &:-ms-input-placeholder       { color: @color; } // Internet Explorer 10+\n  &::-webkit-input-placeholder  { color: @color; } // Safari and Chrome\n}\n\n// Text overflow\n// Requires inline-block or block for proper styling\n.text-overflow() {\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n}\n\n// CSS image replacement\n//\n// Heads up! v3 launched with with only `.hide-text()`, but per our pattern for\n// mixins being reused as classes with the same name, this doesn't hold up. As\n// of v3.0.1 we have added `.text-hide()` a
 nd deprecated `.hide-text()`. Note\n// that we cannot chain the mixins together in Less, so they are repeated.\n//\n// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757\n\n// Deprecated as of v3.0.1 (will be removed in v4)\n.hide-text() {\n  font: ~\"0/0\" a;\n  color: transparent;\n  text-shadow: none;\n  background-color: transparent;\n  border: 0;\n}\n// New mixin to use as of v3.0.1\n.text-hide() {\n  .hide-text();\n}\n\n\n\n// CSS3 PROPERTIES\n// --------------------------------------------------\n\n// Single side border-radius\n.border-top-radius(@radius) {\n  border-top-right-radius: @radius;\n   border-top-left-radius: @radius;\n}\n.border-right-radius(@radius) {\n  border-bottom-right-radius: @radius;\n     border-top-right-radius: @radius;\n}\n.border-bottom-radius(@radius) {\n  border-bottom-right-radius: @radius;\n   border-bottom-left-radius: @radius;\n}\n.border-left-radius(@radius) {\n  border-bottom-left-radius: @radius;\n     border-top-left-radi
 us: @radius;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n//   supported browsers that have box shadow capabilities now support the\n//   standard `box-shadow` property.\n.box-shadow(@shadow) {\n  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n          box-shadow: @shadow;\n}\n\n// Transitions\n.transition(@transition) {\n  -webkit-transition: @transition;\n          transition: @transition;\n}\n.transition-property(@transition-property) {\n  -webkit-transition-property: @transition-property;\n          transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n  -webkit-transition-delay: @transition-delay;\n          transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n  -webkit-transition-duration: @transition-duration;\n          transition-duration: @transition-duration;\n}\n.transition-transform(@transition) {\n  -webkit-transition: -webkit-transform
  @transition;\n     -moz-transition: -moz-transform @transition;\n       -o-transition: -o-transform @transition;\n          transition: transform @transition;\n}\n\n// Transformations\n.rotate(@degrees) {\n  -webkit-transform: rotate(@degrees);\n      -ms-transform: rotate(@degrees); // IE9 only\n          transform: rotate(@degrees);\n}\n.scale(@ratio; @ratio-y...) {\n  -webkit-transform: scale(@ratio, @ratio-y);\n      -ms-transform: scale(@ratio, @ratio-y); // IE9 only\n          transform: scale(@ratio, @ratio-y);\n}\n.translate(@x; @y) {\n  -webkit-transform: translate(@x, @y);\n      -ms-transform: translate(@x, @y); // IE9 only\n          transform: translate(@x, @y);\n}\n.skew(@x; @y) {\n  -webkit-transform: skew(@x, @y);\n      -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n          transform: skew(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n  -webkit-transform: translate3d(@x, @y, @z);\n          transform: translate3d(@x, @y
 , @z);\n}\n\n.rotateX(@degrees) {\n  -webkit-transform: rotateX(@degrees);\n      -ms-transform: rotateX(@degrees); // IE9 only\n          transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n  -webkit-transform: rotateY(@degrees);\n      -ms-transform: rotateY(@degrees); // IE9 only\n          transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n  -webkit-perspective: @perspective;\n     -moz-perspective: @perspective;\n          perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n  -webkit-perspective-origin: @perspective;\n     -moz-perspective-origin: @perspective;\n          perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n  -webkit-transform-origin: @origin;\n     -moz-transform-origin: @origin;\n      -ms-transform-origin: @origin; // IE9 only\n          transform-origin: @origin;\n}\n\n// Animations\n.animation(@animation) {\n  -webkit-animation: @animation;\n          animation: @animation;\n}\n.animation-name(@name) {\n  -we
 bkit-animation-name: @name;\n          animation-name: @name;\n}\n.animation-duration(@duration) {\n  -webkit-animation-duration: @duration;\n          animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n  -webkit-animation-timing-function: @timing-function;\n          animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n  -webkit-animation-delay: @delay;\n          animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n  -webkit-animation-iteration-count: @iteration-count;\n          animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n  -webkit-animation-direction: @direction;\n          animation-direction: @direction;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n.backface-visibility(@visibility){\n  -webkit-backface-visibility: @visibility;\n     -moz-backfac
 e-visibility: @visibility;\n          backface-visibility: @visibility;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n  -webkit-box-sizing: @boxmodel;\n     -moz-box-sizing: @boxmodel;\n          box-sizing: @boxmodel;\n}\n\n// User select\n// For selecting text on the page\n.user-select(@select) {\n  -webkit-user-select: @select;\n     -moz-user-select: @select;\n      -ms-user-select: @select; // IE10+\n          user-select: @select;\n}\n\n// Resize anything\n.resizable(@direction) {\n  resize: @direction; // Options: horizontal, vertical, both\n  overflow: auto; // Safari fix\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n  -webkit-column-count: @column-count;\n     -moz-column-count: @column-count;\n          column-count: @column-count;\n  -webkit-column-gap: @column-gap;\n     -moz-column-gap: @column-gap;\n          column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n  word-wrap: break-word;\n 
  -webkit-hyphens: @mode;\n     -moz-hyphens: @mode;\n      -ms-hyphens: @mode; // IE10+\n       -o-hyphens: @mode;\n          hyphens: @mode;\n}\n\n// Opacity\n.opacity(@opacity) {\n  opacity: @opacity;\n  // IE8 filter\n  @opacity-ie: (@opacity * 100);\n  filter: ~\"alpha(opacity=@{opacity-ie})\";\n}\n\n\n\n// GRADIENTS\n// --------------------------------------------------\n\n#gradient {\n\n  // Horizontal gradient, from left to right\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(left, color-stop(@start-color @start-percent), color-stop(@end-color @end-percent)); // Safari 5.1-6, Chrome 10+\n    background-image:  linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Op
 era 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  // Vertical gradient, from top to bottom\n  //\n  // Creates two color stops, start and end, by specifying a color and position for each color stop.\n  // Color stops are not available in IE9 and below.\n  .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n    background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Safari 5.1-6, Chrome 10+\n    background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n    background-repeat: repeat-x;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', Gradien
 tType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n  }\n\n  .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n    background-repeat: repeat-x;\n    background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n    background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n  }\n  .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallb
 ack\n  }\n  .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n    background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n    background-repeat: no-repeat;\n    filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n  }\n  .radial(@inner-color: #555; @outer-color: #333) {\n    background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n    background-image: radial-gradient(circle, @inner-color, @outer-color);\n    background-repeat: no-repeat;\n  }\n  .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n    background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @co
 lor 75%, transparent 75%, transparent);\n    background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n  }\n}\n\n// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n.reset-filter() {\n  filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n\n\n\n// Retina images\n//\n// Short retina mixin for setting background-image and -size\n\n.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {\n  background-image: url(\"@{file-1x}\");\n\n  @media\n  only screen and (-webkit-min-device-pixel-ratio: 2),\n  only screen and (   min--moz-device-pixel-ratio: 2),\n  only screen and (     -o-min-device-pixel-ratio: 2/1),\n  only screen and (        min-device-pixel-ratio: 2),\n  only screen and (                min-resolution: 192dpi),\n  only screen and (                min-resolution: 
 2dppx) {\n    background-image: url(\"@{file-2x}\");\n    background-size: @width-1x @height-1x;\n  }\n}\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n\n.img-responsive(@display: block) {\n  display: @display;\n  max-width: 100%; // Part 1: Set a maximum relative to the parent\n  height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching\n}\n\n\n// COMPONENT MIXINS\n// --------------------------------------------------\n\n// Horizontal dividers\n// -------------------------\n// Dividers (basically an hr) within dropdowns and nav lists\n.nav-divider(@color: #e5e5e5) {\n  height: 1px;\n  margin: ((@line-height-computed / 2) - 1) 0;\n  overflow: hidden;\n  background-color: @color;\n}\n\n// Panels\n// -------------------------\n.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {\n  border-color: @border;\n\n  & > .panel-heading {\n    color: @heading-text-color;\n    backg
 round-color: @heading-bg-color;\n    border-color: @heading-border;\n\n    + .panel-collapse .panel-body {\n      border-top-color: @border;\n    }\n  }\n  & > .panel-footer {\n    + .panel-collapse .panel-body {\n      border-bottom-color: @border;\n    }\n  }\n}\n\n// Alerts\n// -------------------------\n.alert-variant(@background; @border; @text-color) {\n  background-color: @background;\n  border-color: @border;\n  color: @text-color;\n\n  hr {\n    border-top-color: darken(@border, 5%);\n  }\n  .alert-link {\n    color: darken(@text-color, 10%);\n  }\n}\n\n// Tables\n// -------------------------\n.table-row-variant(@state; @background) {\n  // Exact selectors below required to override `.table-striped` and prevent\n  // inheritance to nested tables.\n  .table > thead > tr,\n  .table > tbody > tr,\n  .table > tfoot > tr {\n    > td.@{state},\n    > th.@{state},\n    &.@{state} > td,\n    &.@{state} > th {\n      background-color: @background;\n    }\n  }\n\n  // Hover states fo
 r `.table-hover`\n  // Note: this is not available for cells or rows within `thead` or `tfoot`.\n  .table-hover > tbody > tr {\n    > td.@{state}:hover,\n    > th.@{state}:hover,\n    &.@{state}:hover > td,\n    &.@{state}:hover > th {\n      background-color: darken(@background, 5%);\n    }\n  }\n}\n\n// List Groups\n// -------------------------\n.list-group-item-variant(@state; @background; @color) {\n  .list-group-item-@{state} 

<TRUNCATED>

[45/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/img/logo/svg/color_white.svg
----------------------------------------------------------------------
diff --git a/content/img/logo/svg/color_white.svg b/content/img/logo/svg/color_white.svg
new file mode 100644
index 0000000..e24ac1c
--- /dev/null
+++ b/content/img/logo/svg/color_white.svg
@@ -0,0 +1,1563 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="2000px" height="1280px" viewBox="0 0 2000 1280" enable-background="new 0 0 2000 1280" xml:space="preserve">
+<symbol  id="New_Symbol" viewBox="-50.452 -50.957 100.904 101.913">
+	<path fill="#E65270" d="M14.112-50.014c-1.353,0.017-2.703,0.021-4.055,0.021l-3.49-0.003c0,0-9.979,0.004-14.75,0.004
+		c-0.748,0-1.5-0.003-2.25-0.005s-1.5-0.005-2.252-0.005c-0.469,0-0.938,0.001-1.406,0.004c-2.838,0.017-5.551,0.358-8.062,1.016
+		c-10.003,2.617-17.576,8.55-22.513,17.633c-2.366,4.355-3.711,9.225-3.995,14.473c-0.126,2.334-0.007,4.726,0.355,7.108
+		c0.043,0.285,0.095,0.569,0.146,0.854l0.115,0.65l0.195-0.192c0.103-0.102,0.135-0.208,0.158-0.288
+		c0.098-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013c1.701-4.851,4.284-9.397,7.896-13.902
+		c0.143-0.178,0.25-0.375,0.312-0.567c1.225-3.77,3.354-7.028,6.326-9.69c2.891-2.588,6.357-4.526,10.316-5.771
+		c-2.539,1.086-4.89,2.475-7.004,4.142c-3.447,2.719-5.933,6.046-7.383,9.89c-0.145,0.385-0.267,0.851-0.07,1.368
+		c0.064,0.176,0.11,0.358,0.158,0.541c0.031,0.126,0.062,0.252,0.102,0.377c0.781,2.553,1.967,4.555,3.625,6.117
+		c1.546,1.456,3.514,2.521,6.018,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.012,0.13c1.32,0.172,2.66,0.377,3.953,0.577
+		l0.779,0.12c0.29,0.044,0.578,0.107,0.877,0.172l0.727,0.152l-0.191-0.325c-0.015-0.028-0.027-0.051-0.048-0.075
+		c-1.226-1.372-2.253-2.898-3.056-4.538c-0.067-0.139-0.213-0.267-0.354-0.312c-0.174-0.057-0.347-0.113-0.52-0.171
+		c-0.551-0.184-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3c-0.494-0.07-0.987-0.139-1.479-0.228
+		c-1.652-0.294-2.932-0.826-3.898-1.636c0.212,0.051,0.431,0.083,0.646,0.114c0.299,0.043,0.607,0.089,0.889,0.186
+		c1.523,0.53,3.195,0.776,5.263,0.776l0.279-0.001c0.37-0.004,0.741-0.021,1.116-0.039l0.727-0.03l-0.055-0.179
+		c-1.482-4.845-1.44-9.599,0.119-14.157c-0.652,3.091-0.771,5.962-0.367,8.737c0.617,4.241,2.486,7.896,5.556,10.863
+		c2.069,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.022,8.588,2.692l0.527,0.128c1.988,0.478,4.045,0.972,6.036,1.557
+		c2.987,0.875,5.583,2.315,7.716,4.284c0.319,0.295,0.683,0.63,0.969,1c2.037,2.64,4.412,4.513,7.258,5.727
+		c0.082,0.035,0.175,0.122,0.234,0.221c0.932,1.519,2.049,2.638,3.416,3.423c0.305,0.175,0.608,0.263,0.903,0.263
+		c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33c0.479-0.481,0.862-1.073,1.211-1.859
+		c0.043-0.094,0.082-0.124,0.187-0.137c0.348-0.046,0.705-0.093,1.061-0.163C42.39,5.06,46.437,0.588,47.14-5.462
+		c0.019-0.161,0.031-0.324,0.045-0.486c0.03-0.384,0.062-0.781,0.176-1.137c0.145-0.451,0.361-0.895,0.574-1.321
+		c0.092-0.19,0.188-0.382,0.275-0.575c0.075-0.166,0.154-0.331,0.232-0.495c0.185-0.388,0.373-0.786,0.531-1.193
+		c0.24-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.342-0.319c-0.07,0-0.146,0.024-0.224,0.072
+		c-0.16,0.102-0.31,0.217-0.458,0.335c-0.07,0.057-0.143,0.111-0.215,0.165c-0.08,0.061-0.158,0.123-0.236,0.187
+		c-0.188,0.147-0.361,0.288-0.557,0.395c-0.07,0.039-0.144,0.06-0.215,0.06c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245
+		c0.489-0.434,0.978-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4c-0.057-0.908-0.374-1.661-0.945-2.241
+		c-0.68-0.688-1.393-1.023-2.178-1.023c-0.168,0-0.34,0.016-0.514,0.047c-0.031-0.305-0.097-0.419-0.351-0.555
+		c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.368-0.981c-0.414-0.23-0.779-0.386-1.119-0.476
+		c-1.031-0.274-2.072-0.377-3.014-0.421c0.404-0.055,0.826-0.083,1.279-0.083c0.289,0,0.587,0.012,0.908,0.034l0.185,0.018
+		c0.136,0.013,0.274,0.026,0.406,0.026c0.177,0,0.323-0.023,0.446-0.074c0.84-0.343,1.662-0.759,2.433-1.154
+		c0.151-0.078,0.26-0.11,0.36-0.11c0.057,0,0.11,0.01,0.168,0.032l0.225,0.084c0.421,0.159,0.855,0.323,1.271,0.507
+		c0.986,0.439,1.838,0.645,2.678,0.645c0.225,0,0.449-0.016,0.673-0.047c0.575-0.078,1.248-0.21,1.854-0.583
+		c0.299-0.183,0.697-0.491,0.734-1.064c0.002-0.01,0.021-0.044,0.068-0.088c0.074-0.067,0.15-0.131,0.228-0.195
+		c0.078-0.065,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624c-0.019-0.181-0.059-0.606-0.422-0.606
+		c-0.109,0-0.238,0.04-0.418,0.131c-0.074,0.039-0.144,0.07-0.207,0.088c0.178-0.109,0.35-0.217,0.519-0.332
+		c0.401-0.274,0.597-0.692,0.578-1.242c-0.038-1.201-1.302-2.336-2.601-2.336c-0.154,0-0.307,0.018-0.451,0.049
+		c-0.383,0.084-0.859,0.245-1.146,0.743c-0.009,0.013-0.042,0.036-0.049,0.038l-0.221-0.01c-0.26-0.01-0.528-0.021-0.777-0.078
+		l-0.073-0.017c-0.423-0.097-0.858-0.195-1.305-0.195c-0.179,0-0.345,0.016-0.507,0.047c-0.199,0.037-0.396,0.086-0.598,0.136
+		l-0.146,0.035c-0.23-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097c-1.426-0.469-2.961-0.705-4.562-0.705
+		c-0.841,0-1.724,0.064-2.623,0.192c-3.546,0.506-6.021,2.434-7.358,5.728c-0.226,0.552-0.377,1.138-0.524,1.706
+		c-0.071,0.275-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.69-1.619,3.86c-1.217,2.123-2.721,3.635-4.6,4.625
+		c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208c-0.157-0.028-0.313-0.061-0.472-0.096
+		c0.547-0.025,1.066-0.054,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219c2.633-1.671,4.248-3.747,4.937-6.345
+		c0.386-1.452,0.935-2.898,1.634-4.298c0.404-0.813,0.918-1.752,1.658-2.546c1.047-1.119,2.395-1.884,4.241-2.404
+		c0.505-0.142,1.007-0.297,1.506-0.458c0.276-0.088,0.468-0.28,0.587-0.587c0.289-0.75,0.361-1.514,0.213-2.269
+		c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.537-1.366-2.361-1.923c-0.414-0.277-0.803-0.572-1.157-0.875
+		c-0.303-0.259-0.46-0.599-0.442-0.958c0.025-0.589,0.069-0.612,0.18-0.612c0.092,0,0.236,0.035,0.471,0.111
+		c0.115,0.039,0.229,0.084,0.342,0.134l0.687,0.296c0.392,0.169,0.782,0.339,1.178,0.503c0.856,0.357,1.703,0.54,2.515,0.54
+		c0.435,0,0.868-0.052,1.291-0.153c1.521-0.364,2.519-1.267,2.967-2.686c0.119-0.384,0.103-0.712-0.055-0.978
+		c-0.104-0.177-0.343-0.325-0.541-0.331c-0.184,0-0.355,0.163-0.488,0.307c-0.073,0.081-0.092,0.187-0.105,0.28
+		c-0.006,0.03-0.011,0.062-0.018,0.089c-0.135,0.505-0.322,0.835-0.604,1.056c0.504-0.684,0.729-1.417,0.688-2.23
+		c-0.041-0.807-0.646-1.37-1.471-1.37c-0.033,0-0.066,0.001-0.103,0.003c-0.313,0.019-0.513,0.188-0.545,0.466
+		c-0.022,0.193-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.238c-0.002,0.104-0.001,0.205,0,0.308
+		c0,0.222,0.001,0.431-0.026,0.637c-0.062,0.444-0.326,0.744-0.785,0.891c-0.032,0.011-0.064,0.019-0.098,0.023
+		c0.139-0.079,0.258-0.188,0.344-0.346c0.17-0.315,0.314-0.601,0.394-0.911c0.204-0.821,0.003-1.461-0.581-1.852
+		c-0.303-0.202-0.691-0.277-1.033-0.325c-0.139-0.019-0.275-0.026-0.412-0.026c-0.511,0-1.011,0.12-1.492,0.234l-0.246,0.059
+		c-0.457,0.105-0.861,0.158-1.25,0.159c-0.332,0-0.678-0.064-1.012-0.126l-0.154-0.028c-2.533-0.456-4.811-0.677-6.959-0.677
+		L14.112-50.014z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.729-20.454c0,0-3.734-4.456-10.078-1.903
+		c-5.81,2.34-3.691,8.784-3.691,8.784s1.029-3.996,4.036-5.51C29.349-21.276,34.729-20.454,34.729-20.454z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.362c0.809-0.823,0.824-1.663,1.078-2.688
+		c0.479-1.928,1.068-3.601,2.296-5.188c1.181-1.525,2.594-2.602,4.419-3.303c1.581-0.606,3.613-0.427,3.311-2.781l-0.529-1.983
+		c-4.041,0-7.825,1.844-9.367,5.854c-1.352,3.517,0.24,7.768-3.857,13.717C14.005-19.134,15.908-21.933,16.327-22.362z"/>
+	<g opacity="0.2">
+		<path fill="#2B2B2B" d="M14.728-20.614c0.062-0.25,0.117-0.504,0.174-0.757C14.751-21.185,14.673-20.95,14.728-20.614z"/>
+	</g>
+	
+		<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="29713.3379" y1="69.668" x2="29741.8066" y2="-63.1828" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_1_)" d="M-32.349-35.986C-47.59-34.48-49.384-19.309-49.384-19.309s-0.828,7.033,1.104,13.93
+		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.768-32.349-35.986z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.149-30.208c0,0-3.197-0.304-7.461,4.873
+		c4.111-7.461,9.44-7.613,9.44-7.613L-36.149-30.208z"/>
+	
+		<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="29697.2676" y1="71.4438" x2="29727.5918" y2="-70.0698" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_2_)" d="M-27.912-38.919c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.781,10.628,4.781,10.628
+		s-25.506,4.782-25.906-13.817c0.888-4.028,4.791-7.921,7.236-10.029c-0.479,1.078-6.568,17.833,13.711,16.467
+		c-7,0.596-17.105-6.716-12.289-17.67C-28.205-38.732-27.912-38.919-27.912-38.919z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.686c-5.272-1.982-14.226-1.972-11.678-15.425
+		c-0.408-0.306-2.445,2.854-1.937,2.547C-36.976-19.538-26.447-20.233-21.017-18.686z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.868c5.127,2.028,0.964-3.722,0.236-4.642
+		c-1.684-2.128-5.941-1.435-8.211-2.146c-1.305-0.408-6.535-1.175-8.269-6.128c-0.771-2.195-1.06-5.781,0.581-10.146
+		c-0.407-0.307-3.104,2.646-2.594,2.342C-36.925-15.257-16.511-22.196-14.341-13.868z"/>
+	<path fill="#F9E0E7" d="M36.631-5.974c0.14,0.384,0.378,0.875,0.679,1.165c0.07-0.033,0.146-0.037,0.203-0.073
+		c0.5,0.324,1.289,0.281,1.918,0.281c0.375,0,0.924,0.104,1.286-0.037c0.528-0.205,0.468-0.76,0.688-1.181
+		c0.414-0.786,1.691-0.796,1.695-1.908c0.004-0.523,0.135-1.232,0.002-1.744c-0.101-0.38-0.525-0.263-0.892-0.263
+		c-1.108,0-2.215-0.032-3.326-0.032l-1.536,1.145c-0.41-0.131-0.73,0.728-0.787,1.021C36.47-7.119,36.458-6.452,36.631-5.974z"/>
+	<path fill="#FFFFFF" d="M41.756-7.497c0.188,0.077,0.466,0.378,0.581,0.555c0.084,0.127,0.061,0.208,0.24,0.203
+		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.408,0.278
+		c-0.135,0.04-0.33,0.02-0.473,0.014c-0.207-0.009-0.496-0.149-0.684-0.069L41.756-7.497z"/>
+	
+		<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="29692.293" y1="62.4619" x2="29694.0977" y2="-21.4854" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_3_)" d="M-18.99,13.066c0.07,0.081,0.089,0.106,0.11,0.128c2.035,1.901,3.113,4.298,3.693,6.98
+		c0.381,1.755-0.104,3.303-0.895,4.816c-0.014,0.026-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
+		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.612-7.753-12.243-24.064c0.008-0.101,0.025-0.198,0.039-0.31
+		c0.246,0.229,0.461,0.466,0.709,0.661c0.885,0.693,1.906,1.133,2.973,1.431c1.951,0.544,3.914,1.044,5.881,1.525
+		c2.236,0.548,4.486,1.056,6.645,1.882c1.221,0.466,2.354,1.08,3.438,1.82c1.613,1.104,3.007,2.425,4.207,3.955
+		c0.699,0.891,1.025,1.572,1.34,2.619c0.199-0.539,0.095-2.041-0.205-2.999C-5.853,5.86-6.379,4.997-7.065,4.203
+		c0.164,0.053,0.344,0.08,0.491,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.569,1.413,4.062
+		c0.001,0.021,0.011,0.042,0.017,0.075C0.083,10.92,0.026,7.8-2.04,5.583C-1.31,5.84-0.649,6.099,0.026,6.3
+		c0.559,0.166,0.928,0.493,1.236,0.984c1.356,2.147,2.48,4.396,3.088,6.877c0.471,1.916,0.588,3.84,0.061,5.765
+		c-0.598,2.176-1.912,3.85-3.7,5.181c-1.242,0.925-2.612,1.612-4.05,2.173c-0.087,0.034-0.174,0.066-0.26,0.103
+		c-0.014,0.005-0.021,0.021-0.075,0.081c0.498-0.137,0.944-0.253,1.386-0.384c2.061-0.612,4.034-1.41,5.782-2.688
+		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.467-1.71-4.665-3.109-6.746
+		C3.797,8.091,3.755,8.028,3.714,7.963C3.708,7.954,3.709,7.937,3.701,7.9c0.058,0.022,0.104,0.037,0.146,0.059
+		c2.932,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.482,5.284,4.18,8.438c0.877,3.98-0.084,7.513-2.662,10.631
+		c-1.629,1.972-3.644,3.464-5.873,4.68c-2.877,1.567-5.938,2.59-9.178,3.061c-1.842,0.268-3.686,0.32-5.527-0.034
+		c-1.012-0.193-1.668-0.458-2.789-1.107c0.142,0.121,0.277,0.249,0.426,0.359c1.007,0.764,2.168,1.16,3.387,1.407
+		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.148-1.24,8.991-2.647c0.278-0.139,0.553-0.283,0.86-0.441
+		c0,0.258-0.016,0.483,0.004,0.706c0.025,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.409-0.065,0.46-0.319
+		c0.041-0.215,0.052-0.436,0.083-0.653c0.069-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
+		c0.02-0.014,0.046-0.013,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.019,0.659-0.011,0.988
+		c0.002,0.081,0.06,0.211,0.115,0.227c0.077,0.021,0.217-0.018,0.266-0.079c0.129-0.17,0.268-0.354,0.326-0.556
+		c0.129-0.428,0.188-0.876,0.321-1.301c0.089-0.275,0.228-0.547,0.403-0.775c0.191-0.25,0.386-0.195,0.459,0.111
+		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.019,0.205,0.05,0.299c0.024,0.081,0.084,0.148,0.127,0.223
+		c0.066-0.061,0.164-0.107,0.192-0.182c0.067-0.17,0.133-0.353,0.142-0.532c0.021-0.396-0.017-0.795,0.012-1.19
+		c0.016-0.21,0.086-0.433,0.188-0.616c0.114-0.203,0.298-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.201,0.99
+		c0.046,0.224,0.093,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.067-0.647,0.101-1.297,0.157-1.945
+		c0.045-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.449-2.346c0.239-0.406,0.461-0.443,0.686-0.025
+		c0.254,0.474,0.443,0.982,0.658,1.478c0.094,0.217,0.172,0.439,0.271,0.653c0.046,0.104,0.124,0.192,0.195,0.299
+		c0.255-0.184,0.316-0.426,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.102-0.39-0.209-0.779-0.27-1.177
+		c-0.023-0.16,0.049-0.351,0.121-0.507c0.104-0.224,0.268-0.252,0.443-0.076c0.18,0.178,0.318,0.395,0.492,0.576
+		c0.099,0.104,0.234,0.167,0.354,0.249c0.067-0.145,0.203-0.297,0.191-0.437c-0.025-0.297-0.096-0.6-0.205-0.878
+		c-0.223-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.013-0.109,0.078-0.299,0.163-0.33
+		c0.089-0.032,0.265,0.056,0.344,0.143c0.363,0.399,0.704,0.82,1.061,1.228c0.086,0.101,0.203,0.174,0.305,0.261
+		c0.035-0.017,0.068-0.032,0.104-0.05c-0.035-0.232-0.025-0.482-0.109-0.697c-0.144-0.357-0.32-0.708-0.524-1.033
+		c-0.323-0.516-0.692-1.002-1.022-1.512c-0.612-0.943-1.018-1.972-1.271-3.069c-0.184-0.788-0.443-1.558-0.671-2.334
+		c-0.026-0.096-0.062-0.189-0.065-0.296c0.199,0.318,0.394,0.641,0.6,0.957c0.431,0.664,0.928,1.275,1.596,1.714
+		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.729,2.299c0.524,0.266,1.025,0.588,1.502,0.935
+		c0.604,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.028-0.383,1.562c-0.312-0.498-0.588-0.978-0.902-1.428
+		s-0.704-0.832-1.283-1.089c0.053,0.099,0.067,0.142,0.094,0.177c0.812,1.119,1.279,2.391,1.642,3.708
+		c0.037,0.136-0.005,0.3-0.029,0.447c-0.166,0.96-0.086,1.922-0.043,2.885c0.011,0.191,0.011,0.39-0.017,0.58
+		c-0.012,0.088-0.083,0.198-0.158,0.231c-0.051,0.024-0.184-0.046-0.229-0.108c-0.187-0.262-0.395-0.518-0.52-0.808
+		c-0.503-1.168-0.984-2.347-1.465-3.524c-0.598-1.469-1.271-2.894-2.299-4.121c-0.465-0.555-0.993-1.038-1.643-1.375
+		c-0.123-0.064-0.256-0.114-0.395-0.158c1.005,1.039,1.23,2.354,1.275,3.699c0.06,1.722,0.025,3.448,0.043,5.172
+		c0.018,1.864,0.172,3.712,0.728,5.508c0.021,0.071-0.015,0.174-0.054,0.246c-0.156,0.305-0.355,0.592-0.485,0.908
+		c-0.272,0.663-0.501,1.343-0.769,2.01c-0.155,0.391-0.209,0.421-0.629,0.39c-0.451-0.032-0.722,0.227-0.961,0.548
+		c-0.184,0.243-0.259,0.238-0.385-0.048c-0.137-0.309-0.245-0.629-0.393-0.933c-0.051-0.104-0.182-0.172-0.275-0.256
+		c-0.072,0.106-0.191,0.21-0.204,0.323c-0.038,0.369-0.028,0.741-0.055,1.111c-0.013,0.184-0.037,0.371-0.099,0.542
+		c-0.03,0.082-0.154,0.169-0.244,0.176c-0.063,0.005-0.174-0.104-0.201-0.185c-0.092-0.263-0.145-0.537-0.229-0.802
+		c-0.066-0.213-0.162-0.236-0.289-0.062c-0.925,1.26-2.158,2.154-3.478,2.948c-0.39,0.234-0.772,0.478-1.159,0.715
+		c-0.027-0.009-0.054-0.019-0.079-0.027c0.05-0.429,0.101-0.857,0.149-1.285c-0.035-0.019-0.07-0.035-0.104-0.053
+		c-0.123,0.104-0.263,0.191-0.365,0.312c-0.256,0.303-0.488,0.625-0.748,0.927c-0.515,0.604-1.162,1.036-1.785,1.178
+		c0.197-0.675,0.385-1.314,0.57-1.955c-0.028-0.014-0.061-0.027-0.09-0.04c-0.064,0.08-0.14,0.154-0.193,0.241
+		c-0.15,0.245-0.299,0.49-0.438,0.742c-0.594,1.075-1.51,1.695-2.712,1.868c-0.817,0.118-1.646,0.196-2.469,0.252
+		c-0.604,0.042-1.185,0.131-1.738,0.395C2.7,48.5,2.284,48.621,1.876,48.756c-0.068,0.024-0.159-0.005-0.238-0.01
+		c0.006-0.087-0.013-0.188,0.022-0.26c0.192-0.376,0.401-0.743,0.594-1.119c0.071-0.135,0.117-0.284,0.173-0.427
+		c-0.019-0.021-0.037-0.04-0.055-0.06c-0.123,0.041-0.251,0.069-0.366,0.125c-0.532,0.258-1.071,0.501-1.586,0.791
+		c-0.524,0.296-1.101,0.32-1.668,0.368c-1.774,0.149-3.528,0.03-5.243-0.489c-1.043-0.315-2.007-0.788-2.855-1.522
+		c0.107,0.011,0.218,0.011,0.322,0.031c1.035,0.212,2.071,0.413,3.137,0.378c0.726-0.024,1.433-0.139,2.07-0.507
+		c0.102-0.058,0.166-0.18,0.248-0.271c-0.143-0.05-0.293-0.145-0.43-0.128c-0.331,0.039-0.654,0.162-0.988,0.19
+		c-1.062,0.094-2.084-0.151-3.095-0.429c-2.448-0.672-4.665-1.815-6.724-3.286c-0.502-0.358-1.023-0.688-1.545-1.02
+		c-1.016-0.646-1.838-1.481-2.488-2.492c-0.076-0.12-0.146-0.249-0.195-0.382c-0.133-0.37-0.035-0.678,0.314-0.863
+		c0.25-0.132,0.527-0.226,0.804-0.293c3.659-0.892,6.384-3.908,6.806-7.639c0.159-1.399,0.354-2.801,0.284-4.22
+		c-0.161-3.257-1.327-6.095-3.502-8.519c-1.293-1.442-2.821-2.589-4.495-3.554C-18.856,13.131-18.892,13.117-18.99,13.066z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M27.897,34.687c-1.555-12.138-6.941-9.391-10.465-16.167
+		c-0.193,0.255-0.638-1.817,0.25,2.031c0.889,3.85,3.437,2.112,5.848,6.515C26.583,32.633,25.974,33.132,27.897,34.687z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M11.804,34.458c-0.578-3.474-5.49-3.317-9.693-1.843
+		c-4.567,1.602-14.057,2.116-14.82,0.205c-0.381-0.438-1.146,1.364-1.146,1.364s7.207,7.863,19.272-0.436
+		c-0.491,0.764,4.336,3,4.336,3S11.204,37.189,11.804,34.458z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-13.194,1.102c0.262-0.651,2.396-0.212,2.596,0.802
+		c-3.148,3.567,5.14,10.119-2.504,18.672C-8.101,7.381-18.75,6.844-13.194,1.102z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-13.194,1.102c0.262-0.651,0.215-0.464,0.414,0.55
+		c-3.148,3.568,5.237,8.768-0.322,18.924C-8.101,7.381-18.75,6.844-13.194,1.102z"/>
+	
+		<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="29714.6914" y1="53.8359" x2="29694.4238" y2="18.9211" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_4_)" d="M-1.724,3.706C13.405,19.625-5.72,16.958-11.953,27.763c0.011,0.185,0.024,0.366,0.024,0.556
+		c0,1.502-0.364,2.916-0.998,4.17c5.834-8.653,20.623-1.023,17.751-18.712C4.565,12.869,2.507,3.905-1.724,3.706z"/>
+	
+		<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="29711.125" y1="32.8535" x2="29693.6465" y2="2.7465" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_5_)" d="M-1.724,3.706C-7.952,0.649-13.397,0.559-13.14,1.466c12.375,8.397,2.386,17.05,0.057,25.201
+		c0.159,0.658,1.154,0.903,1.154,1.65c0,0.08-0.01,0.157-0.012,0.236c0.18-0.809,0.606-1.09,1.015-1.5
+		C-5.174,21.25,13.11,19.312-1.724,3.706z"/>
+	<path fill="#E65271" d="M-3.674,3.943c9.579,14.308-8.304,17.027-8.175,21.563c-1.424-9.33,15.718-13.324-0.389-24.491
+		C-12.495,0.108-9.903,0.885-3.674,3.943z"/>
+	
+		<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="29672.0703" y1="55.1045" x2="29674.084" y2="19.9341" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_6_)" d="M23.094,28.797c0.761-1.271-0.084-2.771-0.97-4.176c-0.818-1.298-2.793-0.873-4.133-4.002
+		l0.115,2.438c1.484,2.587-1.027,6.148-1.727,8.554c-1.189,4.1-2.484,7.883-0.906,12.043c0.106,0.28,0.197,0.585,0.305,0.872
+		c0.787-0.581,1.381-1.16,2.058-2.043c0.447-0.586,0.291,1.512,0.879,1.072c0.433-0.32-0.021-1.803,0.392-2.147
+		c0.461-0.389,0.74,1.868,1.074,1.368c0.781-1.173,1.229-0.428,1.562-0.781c0.301-0.319,1.005-2.778,1.289-3.111
+		c0.277-0.323,0.543-0.656,0.805-0.991c-0.158-1.79-0.506-3.802-1.082-5.417C22.212,30.952,22.187,30.316,23.094,28.797z"/>
+	<path fill="#E65271" d="M1.8,47.488c0.047-0.016,0.086-0.024,0.11-0.023c0.419,0.007-1.13,1.954-0.685,1.954
+		c0.752,0,1.812-0.776,2.547-0.833c1.553-0.119,3.162-0.084,4.537-0.713c1.317-0.604,1.903-2.478,2.198-2.558
+		c0.298-0.082-0.717,2.167-0.426,2.068c0.493-0.166,0.887-0.41,1.212-0.68c1.3-1.861,1.723-11.084-0.186-10.846
+		c-2.004,0.25,3.162-0.708,3.183-0.63c1.728,6.521-2.121,10.531-1.947,10.304c0.228-0.3,0.411-0.533,0.606-0.608
+		c0.41-0.158-0.256,1.572,0.119,1.343c1.193-0.729,2.039-1.244,2.734-1.761c0.021-0.03,0.027-0.102,0.061-0.088
+		c0.513,0.213,3.673,0.956,1.268-10.396c3.652,7.39,0.793,10.291,1.073,9.988c1.297-1.401,1.562-4.819,1.729-6.845
+		c0.157-1.901-1.039-6.235-2.588-7.668c-1.092-1.008-1.07,0.24-1.479,1.204c-0.673,1.583-1.907,2.86-3.027,4.163
+		c-0.834,0.97-1.846,1.679-2.763,2.547c-0.999,0.946-1.525,2.268-2.418,3.306c-0.799,0.928-1.78,1.667-2.539,2.635
+		c-0.852,1.084-1.421,2.324-2.361,3.322C2.46,46.992,2.126,47.232,1.8,47.488z"/>
+	
+		<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="29673.9688" y1="19.9746" x2="29685.5879" y2="71.4481" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#E65271"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_7_)" d="M8.803,48.524c2.232,0.007,3.634-1.062,5.48-2.084c1.53-0.85,3.411-0.859,4.704-2.031
+		c1.718-1.558,2.461-3.104,2.783-5.386c0.369-2.597,0.414-5.91-0.078-8.499c-0.252-1.328-1.195-4.049-2.19-5.021l-1.194,0.76
+		c-2.354,6.081-9.453,8.576-12.139,14.552c-0.792,1.759-1.09,4.045-1.109,5.967C5.039,48.794,7.177,48.518,8.803,48.524z"/>
+	<path fill="#F6E8A0" d="M-13.406,33.328c-1.298,2.017-3.353,3.5-5.767,4.039c-0.614,0.137-1.715,0.519-0.625,1.83
+		c1.165,1.819,2.839,2.516,3.74,3.184c3.623,2.69,2.125,2.965,4.238,3.209c0.826,0.096,0.608,0.168,1.027,0
+		s-0.322,0.118-0.587,0.293c-2.358,1.56-2.188-1.553-1.175-0.88c3.019,2.334,9.971,3.972,11.92,3.638
+		c0.283-0.048,2.242-1.18,2.543-1.175c0.419,0.007-1.129,1.954-0.684,1.954c0.75,0,1.812-0.776,2.547-0.833
+		c1.521-0.117,6.146-2.238,6.112-7.822c-0.01-1.706,0.095-2.903-0.135-4.015C8.063,28.582-9.009,40.044-13.406,33.328z"/>
+	<path fill="#FFFFFF" d="M7.03,38.363c-0.791,0.989-5.934,2.769-5.934,2.769s-8.539,2.943-16.414-5.438
+		c4.024,3.196,11.098,1.856,16.213,1.265c0.676-0.079-1.461,0.603-0.901,0.81c1.899,0.703,3.659-1.267,5.553-0.887
+		C6.431,37.058,6.961,37.538,7.03,38.363z"/>
+	<path fill="#F6E8A0" d="M0.479,39.746c-3.136,0.826-6.271-0.383-6.875-0.42c0.285,0.427,0.748,1.412,3.07,1.752
+		c0.534,0.079,1.604-0.007,2.165-0.006c1.004,0.002,1.627-0.24,2.513-0.667c0.565-0.272,1.932-0.561,2.365-0.494
+		c0,0,4.807-0.362,3.215-1.992c-1.591-1.629-3.912,2.101-9.007,0.908C-2.073,38.993-0.909,39.824,0.479,39.746z"/>
+	<g>
+		<path fill="#F8D285" d="M-4.274,46.504c-1.981,1.312-5.447,0.186-5.896,0.193c-0.01,0.046,0.018,0.097,0.098,0.149
+			c3.02,2.334,7.492,2.126,9.441,1.792c0.015-0.002,0.035-0.009,0.058-0.017c0.009-0.003,0.023-0.008,0.035-0.013
+			c0.422-0.162,1.802-0.939,2.304-1.11c2.938-1.665,7.579-5.181,7.988-10.751c-1.669,0.742-2.869,1.465-3.791,2.169
+			c-0.311,0.237-7.332,7.576-25.917-1.242c0,0-0.517,0.284-0.222,0.948c4.197,6.744,11.859,8.681,24.062,2.294
+			C2.155,42.978,1.317,44.846-4.274,46.504z"/>
+	</g>
+	
+		<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="29714.2773" y1="45.7363" x2="29671.2715" y2="9.1032" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#F6E8A0"/>
+		<stop  offset="1" style="stop-color:#E65271"/>
+	</linearGradient>
+	<path fill="url(#SVGID_8_)" d="M7.606,8.601c6.883,7.039,9.688,12.297,6.356,17.961c-5.396,9.178-22.014-0.395-29.241,8.865
+		c0.766-0.875,2.395-2.609,3.969-3.46c5.357-3.5,15.44-2.374,18.653-5.08C11.478,23.408,12.533,16.39,7.606,8.601z"/>
+	
+		<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="29675.4727" y1="20.1309" x2="29717.2773" y2="8.7621" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_9_)" d="M-14.819,23.314c-0.008-0.471,1.072-3.195,0.903-3.822c-1.45-5.352-7.733-7.979-7.733-7.979
+		s-7.037-2.832-8.156-15.777c-1.283-0.923-1.105,1.043-1.065,1.917C-30.072,14.629-15.949,12.732-14.819,23.314z"/>
+	
+		<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="29564.2129" y1="68.9932" x2="29760.543" y2="-36.2732" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_10_)" d="M9.123-4.738C9.007-4.684,8.896-4.615,8.774-4.58C8.158-4.408,7.537-4.25,6.919-4.074
+		C6.724-4.018,6.538-3.929,6.347-3.856c0.002,0.042,0.004,0.083,0.004,0.123c0.223,0.04,0.441,0.11,0.664,0.113
+		c0.887,0.01,1.774-0.002,2.662-0.004c1.254-0.003,2.512,0.003,3.721,0.369c0.59,0.18,1.166,0.45,1.707,0.751
+		c5.713,3.18,9.75,7.834,12.179,13.895c0.497,1.239,0.878,2.519,1.172,3.82c0.019,0.072,0.026,0.147,0.048,0.272
+		c-0.095-0.057-0.156-0.086-0.213-0.123c-3.496-2.394-7.314-4.018-11.48-4.807c-1.49-0.282-2.994-0.422-4.51-0.466
+		c-0.113-0.003-0.258-0.046-0.333-0.124c-2.266-2.311-4.942-4.019-7.829-5.44C1.834,3.39-0.599,2.705-3.101,2.218
+		c-3.207-0.623-6.422-1.215-9.629-1.832c-3.939-0.757-7.858-1.598-11.666-2.886c-2.416-0.816-4.756-1.797-6.896-3.202
+		c-1.611-1.06-3.045-2.313-4.059-3.979c-0.356-0.588-0.609-1.239-0.916-1.858c-0.056-0.111-0.115-0.227-0.201-0.312
+		c-2.124-2.077-2.961-4.604-2.635-7.536c0.242-2.169,1.019-4.153,2.127-6.019c0.131-0.219,0.242-0.448,0.345-0.64
+		c0.053,0.473,0.095,1.003,0.169,1.528c0.469,3.341,2.189,5.83,5.117,7.492c1.703,0.969,3.537,1.611,5.438,2.031
+		c2.084,0.46,4.186,0.847,6.287,1.227c2.551,0.461,5.116,0.846,7.596,1.628c0.482,0.152,0.959,0.327,1.433,0.506
+		c0.61,0.229,1.18,0.525,1.711,0.918c1.758,1.295,3.685,2.287,5.715,3.081c0.056,0.021,0.108,0.045,0.163,0.067
+		C-3-7.561-2.999-7.55-2.991-7.528c-0.033,0.003-0.062,0.007-0.092,0.007C-5.354-7.522-7.63-7.535-9.901-7.522
+		c-2.033,0.012-4.059-0.05-6.074-0.316c-2.791-0.37-5.492-1.093-8.123-2.094c-3.103-1.183-6.039-2.699-8.887-4.399
+		c-0.076-0.046-0.154-0.09-0.257-0.108c0.054,0.043,0.103,0.09,0.155,0.13c3.117,2.364,6.436,4.381,10.097,5.796
+		c2.55,0.984,5.181,1.629,7.901,1.917c2.396,0.253,4.793,0.229,7.191,0.055c2.073-0.151,4.146-0.302,6.222-0.444
+		C-1.496-7-1.304-6.974-1.129-6.922C0.922-6.298,3.021-5.931,5.14-5.63c1.252,0.179,2.486,0.479,3.727,0.726
+		C8.951-4.887,9.03-4.842,9.11-4.81C9.114-4.787,9.119-4.762,9.123-4.738z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-29.062-11.73c8.125,9.705,29.203,4.618,38.185,6.992
+		C3.437-8.005-1.19-7.441-1.19-7.441S-20.599-5.297-29.062-11.73z"/>
+	<path fill="#E65271" d="M33.056,25.098c-0.275-0.047-0.478-0.06-0.664-0.12c-0.731-0.229-1.494-0.4-2.181-0.73
+		c-0.653-0.315-1.258-0.762-1.823-1.222c-1.098-0.891-2.145-1.84-3.227-2.744c-0.887-0.739-1.827-1.4-2.947-1.743
+		c-0.361-0.11-0.736-0.173-1.113-0.235c1.459,0.735,2.276,2.045,3.123,3.388c-0.072-0.012-0.098-0.009-0.117-0.018
+		c-2.226-1.089-4.406-2.252-6.388-3.759c-0.528-0.403-0.946-0.861-1.243-1.486c-0.477-0.994-1.08-1.929-1.627-2.887
+		c-0.024-0.043-0.051-0.085-0.117-0.2c0.479,0.1,0.899,0.168,1.312,0.273c1.744,0.447,3.366,1.201,4.958,2.022
+		c2.486,1.287,4.854,2.775,7.15,4.372c0.07,0.048,0.141,0.094,0.232,0.122c-0.021-0.029-0.037-0.061-0.062-0.085
+		c-2.725-2.717-5.781-4.955-9.354-6.438c-1.545-0.643-3.146-1.073-4.812-1.246c-0.062-0.008-0.143-0.028-0.178-0.071
+		c-0.371-0.449-0.733-0.903-1.144-1.41c1.017,0.218,1.974,0.409,2.924,0.63c2.66,0.618,5.269,1.403,7.759,2.535
+		c1.84,0.836,3.594,1.819,5.07,3.217c1.948,1.845,3.382,4.03,4.219,6.588C32.928,24.227,32.966,24.634,33.056,25.098z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-12.963,0.397c0.789,0.265,1.688,0.593,2.647,0.961
+		C0.989,4.883,4.726,7.823,4.726,7.823l11.357,8.408c0,0,1.855-1.42,4.258,0.437c-1.637-1.965-6.66-3.494-6.66-3.494
+		s-0.231-1.546-1.869-2.747C16.28,11.945,23.79,11.51,29,16.202c-3.94-11.143-13.726-2.649-23.183-9.58
+		C4.726,5.966-9.698,2.28-2.53,2.533C4.638,2.785,9.36-2.106,15.347-0.503C9.728-2.542,4.761,0.724-3.067,1.274
+		C-1.849,1.03-0.181,0.359,0.53-0.558c-2.838,2.026-8.391,2.12-9.711,1.656C-10.379,0.946-11.638,0.717-12.963,0.397z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M14.155-3.041c-8.237-3.272-37.35,6.206-50.422-8.498
+		c0,0-0.979,0.438,4.227,6.273C-11.572,4.519,3.661-4.734,14.155-3.041z"/>
+	
+		<radialGradient id="SVGID_11_" cx="60720.8203" cy="13490.5078" r="14.8738" gradientTransform="matrix(-0.4579 0.1387 0.2675 0.883 24214.4102 -20329.4531)" gradientUnits="userSpaceOnUse">
+		<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+		<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+	</radialGradient>
+	<path opacity="0.7" fill="url(#SVGID_11_)" enable-background="new    " d="M26.892,9.994c2.437,1.371,0.457-1.98-1.979-3.959
+		c-9.595-6.7-13.933,0.924-23.448-2.745C16.022,11.315,17.449,1.314,26.892,9.994z"/>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M26.146,8.091c2.438,1.371,1.203-0.078-1.233-2.058
+		c-9.595-6.7-13.933,0.924-23.448-2.745C10.831,8.5,16.705-0.587,26.146,8.091z"/>
+	<g>
+		
+			<radialGradient id="SVGID_12_" cx="56089.8203" cy="25059.5156" r="23.2511" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_12_)" enable-background="new    " d="M-21.22,11.684
+			c-4.438-4.062-0.959-12.957-0.959-12.957l-3.158-0.677C-25.337-1.95-28.524,6.65-21.22,11.684z"/>
+		
+			<radialGradient id="SVGID_13_" cx="56089.8242" cy="25059.5176" r="23.2505" gradientTransform="matrix(-0.4785 0 0 0.4785 26820.25 -11978.0605)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0.0091" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+		</radialGradient>
+		<path opacity="0.7" fill="url(#SVGID_13_)" enable-background="new    " d="M-13.56,18.499c3.345-5.953-5.526-14.142-0.763-17.041
+			c-0.075-0.391-2.724-1.719-2.6-1.335c-5.879,9.021,3.817,11.172,2.544,16.813C-21.177,7.66-21.25,5.824-17.947-0.048
+			c-0.04-0.032-0.403-0.506-0.765-0.236C-23.877,3.588-25.331,7.94-13.56,18.499z"/>
+	</g>
+	<path opacity="0.2" fill="#8B4FBA" enable-background="new    " d="M-2.629,6.401c0.212-2.788,2.159,1.742,2.454,4.868
+		c0.254,11.698-11.607,8.869-12.149,18.333C-13.478,18.834-0.644,19.071-2.629,6.401z"/>
+	<path opacity="0.3" fill="#FFFFFF" enable-background="new    " d="M8.871,11.041c0.21-2.788,5.808,4.388,6.104,7.513
+		c-1.879,20.071-22.537,7.864-27.938,15.259C-8.501,25.712,20.374,36.982,8.871,11.041z"/>
+	
+		<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="29644.9238" y1="-21.6904" x2="29655.9395" y2="-46.5158" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.0041" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_14_)" d="M46.669-28.041c-0.303-0.266-0.552-0.508-0.826-0.718c-0.22-0.167-0.461-0.315-0.709-0.437
+		c-0.604-0.292-1.212-0.33-1.822-0.006c-0.951,0.504-1.972,0.542-3.013,0.428c-0.303-0.033-0.501-0.176-0.64-0.459
+		c-1.043-2.147-2.781-3.525-4.958-4.396c-0.249-0.1-0.366-0.216-0.41-0.487c-0.11-0.683-0.157-1.356,0.005-2.036
+		c0.264-1.089,0.941-1.87,1.854-2.471c0.955-0.63,2.021-1.001,3.121-1.277c1.323-0.328,2.662-0.548,4.029-0.544
+		c0.695,0.001,1.383,0.082,2.051,0.284c1.492,0.451,2.414,1.448,2.752,2.955c0.219,0.979,0.426,1.968,0.526,2.963
+		c0.229,2.281-0.382,4.328-1.89,6.084C46.713-28.125,46.694-28.083,46.669-28.041z"/>
+	<g>
+		<path opacity="0.3" fill="#F6E8A0" enable-background="new    " d="M42.354-28.209c0.113-0.685,1.399-0.871,1.996-0.851
+			c1.051,0.036,1.731,0.649,2.414,1.445c0.11,0.13,0.196,0.258,0.271,0.388c1.189-0.949,1.855-2.234,1.672-3.544
+			c-0.324-2.31-3.169-3.818-6.352-3.371c-2.201,0.31-3.988,1.475-4.772,2.928c0.582,0.744,0.81,1.69,1.577,2.333
+			C39.908-28.257,41.384-28.167,42.354-28.209z"/>
+	</g>
+	
+		<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="29718.2617" y1="49.9834" x2="29727.2891" y2="-18.6205" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_15_)" d="M-35.045-6.489c0.688-0.34,1.169-0.414,1.596-0.26c-0.491,2.5-0.748,5.021-0.661,7.558
+		c0.098,2.807,0.584,5.542,1.816,8.101c0.156,0.325,0.337,0.64,0.549,0.941c-0.013-0.05-0.021-0.101-0.04-0.148
+		c-0.663-1.665-0.969-3.403-1.069-5.186c-0.158-2.781,0.17-5.516,0.771-8.225c0.015-0.066,0.034-0.13,0.062-0.226
+		c0.393,0.264,0.775,0.516,1.148,0.782c0.045,0.033,0.046,0.154,0.036,0.231c-0.19,1.645-0.177,3.289,0,4.934
+		c0.254,2.349,0.834,4.615,1.661,6.821c1.152,3.08,2.714,5.94,4.621,8.613c0.045,0.062,0.09,0.124,0.132,0.187
+		c0.009,0.013,0.008,0.031,0.021,0.082c-0.277-0.098-0.537-0.187-0.798-0.281c-1.756-0.636-3.476-1.355-5.132-2.222
+		c-0.259-0.134-0.509-0.303-0.729-0.496c-2.33-2.065-3.705-4.674-4.326-7.701c-0.092-0.451-0.158-0.909-0.283-1.361
+		c0.027,0.502,0.041,1.006,0.085,1.508c0.208,2.389,0.655,4.734,1.46,6.997c0.205,0.575,0.062,1.094-0.025,1.634
+		c-0.027,0.168-0.146,0.322-0.224,0.483c-0.129-0.125-0.288-0.23-0.381-0.378c-0.662-1.052-1.089-2.209-1.438-3.394
+		c-0.535-1.815-0.854-3.68-1.117-5.554c-0.244-1.75-0.399-3.51-0.392-5.279c0.009-1.789,0.146-3.562,0.741-5.27
+		c0.283-0.812,0.664-1.573,1.213-2.238c0.195-0.238,0.438-0.441,0.656-0.661C-35.076-6.494-35.062-6.492-35.045-6.489z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-26.935,17.652c0,0-4.446-0.625-6.321-3.682
+		c-1.876-3.056-2.415-8.313-2.415-8.313s-0.96-7.839,2.222-12.404C-35.465,9.993-26.935,17.652-26.935,17.652z"/>
+	
+		<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="29725.7871" y1="50.9746" x2="29734.8145" y2="-17.6311" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_16_)" d="M-35.045-6.489c-0.017-0.003-0.031-0.005-0.047-0.007c-0.917,0.358-1.634,0.975-2.22,1.75
+		c-0.853,1.13-1.301,2.436-1.578,3.804c-0.41,2.038-0.445,4.098-0.271,6.159c0.101,1.177,0.272,2.349,0.415,3.521
+		c0.005,0.042,0.006,0.083,0.01,0.168c-0.072-0.062-0.123-0.096-0.164-0.139c-3.4-3.526-5.957-7.586-7.631-12.192
+		c-0.044-0.12-0.029-0.282,0.008-0.408c1-3.194,2.445-6.183,4.217-9.013c0.748-1.194,1.572-2.34,2.363-3.507
+		c0.062-0.091,0.135-0.174,0.248-0.323c0.028,0.587,0.342,1.063,0.1,1.637c-0.309,0.733-0.508,1.504-0.467,2.316
+		c0.017,0.3,0.088,0.58,0.297,0.859c0.207-0.588,0.367-1.167,0.828-1.611c0.135,0.242,0.162,0.452,0.076,0.709
+		c-0.32,0.958-0.543,1.937-0.482,2.956c0.019,0.312,0.09,0.62,0.175,0.933c0.278-0.765,0.739-1.391,1.272-1.992
+		c0.031,0.046,0.06,0.076,0.076,0.112c0.711,1.47,1.622,2.805,2.707,4.024C-35.063-6.675-35.065-6.571-35.045-6.489z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-38.485-10.409c0,0-5,9.785-2.66,18.188
+		c0.291,0.231-0.469-0.363-1.373-1.404c-0.139-0.158-1.815-11.254,1.588-16.146c-4.574,5.425-2.408,15.121-2.602,14.837
+		c-0.408-0.604-0.775-1.271-1.018-1.967c-2.34-10.956,5.744-17.55,5.744-17.55L-38.485-10.409z"/>
+	<path fill="#E65270" d="M38.03-45.637c-0.206-0.314-0.445-0.63-0.635-0.977c-0.176-0.317-0.211-0.676-0.095-1.032
+		c0.144-0.441,0.438-0.61,0.896-0.545c0.367,0.055,0.734,0.112,1.104,0.124c0.393,0.012,0.42-0.04,0.465-0.421
+		c0.01-0.101,0.023-0.205,0.061-0.297c0.148-0.377,0.367-0.702,0.805-0.76c0.426-0.056,0.725,0.182,0.954,0.509
+		c0.685,0.97,0.117,2.281-1.073,2.439c-0.369,0.049-0.754-0.01-1.132-0.021c-0.073-0.003-0.146-0.016-0.218-0.023
+		c-0.018,0.022-0.036,0.045-0.055,0.067c0.102,0.119,0.181,0.277,0.309,0.351c0.271,0.154,0.562,0.216,0.896,0.178
+		c2.037-0.233,3.979,0.008,5.707,1.229c0.959,0.678,1.668,1.57,2.209,2.604c0.004,0.007,0.01,0.014,0.014,0.021
+		c0.068,0.188,0.207,0.417,0.021,0.559c-0.107,0.084-0.354,0.047-0.517-0.006c-0.761-0.25-1.5-0.567-2.271-0.777
+		c-1.125-0.308-2.291-0.318-3.449-0.255c-1.565,0.084-3.104,0.333-4.582,0.888c-1.656,0.622-3.151,1.5-4.448,2.709
+		c-0.149,0.139-0.3,0.277-0.468,0.389c-0.282,0.188-0.476,0.095-0.486-0.247c-0.008-0.242,0.016-0.491,0.07-0.729
+		c0.555-2.417,2.021-4.117,4.188-5.24C36.868-45.196,37.478-45.405,38.03-45.637z"/>
+	
+		<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="29739.0527" y1="21.7197" x2="29734.9961" y2="-26.0196" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_17_)" d="M-48.024-0.649c-0.088-8.721,2.717-16.289,8.558-22.715c-0.082,0.592-0.191,1.183-0.241,1.775
+		c-0.083,1.009-0.137,2.021-0.186,3.035c-0.01,0.206-0.062,0.369-0.178,0.534c-2.187,3.156-4.193,6.419-5.793,9.918
+		c-0.812,1.776-1.506,3.598-1.878,5.523C-47.862-1.958-47.929-1.327-48.024-0.649z"/>
+	
+		<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="29666.8496" y1="61.9165" x2="29668.6543" y2="-22.0343" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_18_)" d="M23.298,28.029c1.046,1.809,2.125,3.55,2.508,5.601c0.064,0.343,0.045,0.708,0.023,1.062
+		c-0.114,1.978,0.091,3.91,0.732,5.793c0.057,0.167,0.125,0.343,0.121,0.513c-0.002,0.141-0.076,0.304-0.17,0.415
+		c-0.119,0.141-0.283,0.091-0.437,0.003c-0.493-0.279-0.851-0.689-1.138-1.166c-0.584-0.959-0.896-2.02-1.112-3.106
+		c-0.595-2.975-0.685-5.984-0.568-9.007C23.259,28.121,23.269,28.107,23.298,28.029z"/>
+	<path opacity="0.4" fill="#8B4FBA" enable-background="new    " d="M23.914,39.552c0.19,0.404,0.972,1.288,1.286,1.543l0.707,0.451
+		c-0.711-1.812-0.965-3.656-0.965-5.586c0-1.626,0.5-3.136,0.58-4.754c0.063-1.333-0.518-2.003-1.209-3.088
+		c-0.312-0.488-0.738-1.545-1.416-1.549c-0.314,0.772-0.264,1.738-0.271,2.562c-0.009,0.987-0.167,1.95-0.128,2.947
+		C22.571,33.96,23.588,38.859,23.914,39.552z"/>
+	<path fill="#E65270" d="M48.256-38.392c-0.03-0.024-0.04-0.028-0.043-0.034c-0.769-1.581-2.136-2.271-3.788-2.41
+		c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258c-0.219,0.465-0.324,0.983-0.487,1.494
+		c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.399,0.149-0.575c0.343-0.709,0.894-1.246,1.495-1.732
+		c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127c0.59,0.179,1.148,0.479,1.697,0.771
+		c0.424,0.227,0.64,0.616,0.576,1.12C49.043-39.016,48.761-38.626,48.256-38.392z"/>
+	<path opacity="0.4" fill="#2B2B2B" enable-background="new    " d="M48.256-38.392c-0.03-0.024-0.04-0.028-0.043-0.034
+		c-0.769-1.581-2.136-2.271-3.788-2.41c-2.729-0.232-5.347,0.279-7.831,1.421c-1.047,0.482-1.942,1.182-2.446,2.258
+		c-0.219,0.465-0.324,0.983-0.487,1.494c-0.542,0.003-1.187-0.533-1.229-1.111c-0.015-0.188,0.064-0.399,0.149-0.575
+		c0.343-0.709,0.894-1.246,1.495-1.732c1.545-1.247,3.314-2.034,5.232-2.498c2.519-0.61,5.037-0.628,7.529,0.127
+		c0.59,0.179,1.148,0.479,1.697,0.771c0.424,0.227,0.64,0.616,0.576,1.12C49.043-39.016,48.761-38.626,48.256-38.392z"/>
+	<g>
+		<path fill="#0D0D0D" d="M20.854-13.301c-0.019-0.976,0.186-1.896,0.606-2.767c0.853-1.751,2.257-2.897,4.017-3.648
+			c1.535-0.656,3.146-0.879,4.807-0.793c0.021,0.001,0.042,0.01,0.113,0.032c-1.162,0.179-2.242,0.468-3.287,0.885
+			c-1.81,0.723-3.405,1.751-4.645,3.284c-0.665,0.821-1.166,1.734-1.508,2.736C20.928-13.481,20.89-13.391,20.854-13.301z"/>
+		<path fill="#0D0D0D" d="M34.411,0.679c1.787,1.091,2.173,3.654,1.027,5.119C35.708,3.968,35.338,2.269,34.411,0.679z"/>
+		<path fill="#0D0D0D" d="M37.358-9.378c0.873-0.716,1.925-0.914,3.021-0.894c0.438,0.01,0.874,0.083,1.312,0.104
+			c0.236,0.011,0.484-0.004,0.718-0.055c0.442-0.1,0.639-0.033,0.79,0.391c0.342,0.967,0.503,1.969,0.388,2.99
+			c-0.056,0.489-0.157,0.991-0.353,1.44c-0.762,1.783-3.072,2.515-4.783,1.542c-0.221-0.125-0.428-0.272-0.625-0.433
+			c-0.208-0.169-0.396-0.365-0.612-0.567c0.097-0.112,0.177-0.218,0.267-0.311c0.207-0.212,0.285-0.463,0.222-0.745
+			C37.507-6.8,37.89-7.429,38.629-7.833c0.528-0.288,1.106-0.495,1.681-0.686c0.297-0.101,0.602-0.173,0.912-0.236
+			c0.094,0.003,0.135,0.019,0.209,0.078c0.461,0.298,0.791,0.69,0.994,1.201c0.11-0.301,0.088-0.803-0.009-1.176
+			c-0.06-0.231-0.021-0.794,0.097-0.958c-0.01-0.01-0.019-0.021-0.025-0.031c-0.055,0.027-0.108,0.054-0.16,0.085
+			c-0.592,0.364-1.254,0.478-1.93,0.562c-0.834,0.106-1.646,0.297-2.357,0.778c-0.855,0.579-1.314,1.384-1.364,2.419
+			c-0.002,0.032-0.007,0.062-0.018,0.148C35.884-7.165,36.121-8.364,37.358-9.378z"/>
+	</g>
+	<path fill="#FFFFFF" d="M46.108-34.833c0.302-0.188,0.772-0.108,0.947,0.224c0.727,1.381,0.66,2.992-0.051,4.366
+		c-0.408,0.788-1.63,0.152-1.223-0.633c0.484-0.939,0.584-2.093,0.101-3.014C45.71-34.219,45.772-34.625,46.108-34.833z"/>
+	<g>
+		<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-27.877-38.811c-0.431,12.32,7.165,8.313,10.544,13.513
+			c0.275,0.324,0.438,0.688,0.562,0.97C-20.563-26.417-31.194-25.021-27.877-38.811z"/>
+	</g>
+	<g>
+		<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-33.661-14.795c10.432,8.981,31.025,8,32.532,7.873
+			c-8.638-6.161-34.552-0.369-35.502-19.122C-38.313-20.718-36.147-16.936-33.661-14.795z"/>
+	</g>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-16.987-24.818c0,0-0.002-2.722,0-4.645
+		c0-1.922-2.416-0.874-3.349,1.765C-18.007-26.785-16.987-24.818-16.987-24.818z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M-18.28-25.73c1.747,3.083-0.048,5.75-0.326,5.864
+		c0.992,0.052,2.899,1.914,3.354,2.534c0.71,0.971,0.753,2.381,0.812,3.534c1.409,0.064,2.4,0.926,3.683,1.233
+		c-1.091-1.021-2.569-2.229-3.231-3.606c-0.589-1.222-1.087-2.629-1.482-3.929c-0.323-1.065-0.625-2.123-0.824-3.221
+		c-0.148-0.819-0.631-1.919-0.543-2.716c0,0-0.18-7.171,1.258-10.712c-2.723,0.927-4.15,3.149-4.646,4.009
+		c-0.562,0.972-1.619,3.391-0.31,4.932C-19.69-27.5-18.765-26.585-18.28-25.73z"/>
+	<path fill="#0D0D0D" d="M-43.785-35.045c5.481-7.553,12.813-12.407,21.927-14.516c3.036-0.703,6.123-0.896,9.237-0.883
+		c7.618,0.033,15.235,0.013,22.853,0.014c5.123,0.002,10.248,0,15.371,0.013c1.219,0.002,2.435,0.083,3.601,0.489
+		c1.144,0.397,2.026,1.097,2.519,2.233c0.704,1.638,0.103,3.701-1.418,4.812c-1.115,0.815-2.396,1.051-3.744,0.991
+		c-0.363-0.017-0.725-0.074-1.086-0.111c-0.082-0.009-0.172-0.028-0.25-0.01c-0.117,0.026-0.227,0.083-0.339,0.125
+		c0.064,0.094,0.11,0.208,0.194,0.278c1.393,1.184,2.352,2.644,2.811,4.417c0.168,0.644,0.217,1.299,0.156,1.961
+		c-0.004,0.051-0.008,0.102-0.01,0.152c-0.014,0.342,0.104,0.448,0.441,0.464c0.996,0.046,1.991,0.085,2.984,0.163
+		c0.475,0.038,0.943,0.154,1.479,0.187c-0.062-0.082-0.108-0.203-0.191-0.241c-0.794-0.367-1.312-0.979-1.573-1.795
+		c-0.305-0.961-0.519-1.943-0.475-2.962c0.067-1.646,0.708-3.062,1.75-4.31c0.937-1.12,2.091-1.963,3.396-2.603
+		c0.168-0.082,0.213-0.154,0.154-0.343c-0.167-0.539-0.146-1.083,0.043-1.621c0.115-0.328,0.326-0.566,0.627-0.735
+		c0.686-0.382,1.477-0.436,2.225-0.123c0.021-0.107,0.039-0.228,0.065-0.332c0.216-0.82,0.745-1.146,1.544-1.626
+		c0.186,0,0.372,0,0.559,0c0.022,0,0.043,0.059,0.066,0.063c1.407,0.238,1.998,1.524,1.835,2.742
+		c-0.042,0.314-0.133,0.623-0.194,0.906c0.638,0.168,1.295,0.298,1.922,0.517c2.895,1.007,4.806,2.961,5.615,5.938
+		c0.323,1.191,0.123,2.258-0.801,3.142c-0.058,0.057-0.062,0.198-0.049,0.293c0.18,1.125,0.457,2.242,0.529,3.374
+		c0.174,2.685-0.67,5.041-2.537,7.004c-0.11,0.115-0.117,0.212-0.088,0.354c0.123,0.602,0.264,1.203,0.338,1.812
+		c0.152,1.228-0.316,2.247-1.135,3.133c-0.072,0.079-0.153,0.164-0.188,0.262c-0.229,0.683-0.702,1.148-1.327,1.462
+		c-1.26,0.635-2.596,0.764-3.973,0.535c-0.902-0.151-1.726-0.531-2.54-0.917c-0.359-0.17-0.689-0.255-1.021,0.036
+		c-0.057,0.049-0.146,0.061-0.199,0.108c-0.092,0.087-0.246,0.208-0.229,0.281c0.023,0.112,0.156,0.239,0.271,0.285
+		c0.635,0.25,1.289,0.385,1.977,0.385c0.516,0,1.033,0.014,1.543,0.075c1.627,0.197,3.119,0.784,4.52,1.62
+		c0.094,0.056,0.197,0.104,0.303,0.121c1.811,0.278,3.266,1.7,3.582,3.502c0.031,0.182,0.027,0.391,0.121,0.536
+		c0.768,1.186,0.83,2.447,0.387,3.742c-0.281,0.819-0.671,1.603-0.98,2.413C48.647-6.8,48.479-6.351,48.437-5.9
+		c-0.111,1.283-0.281,2.553-0.625,3.793c-0.735,2.646-2.045,4.939-4.148,6.738c-2.123,1.815-4.612,2.77-7.369,3.064
+		c-0.243,0.026-0.371,0.103-0.479,0.343c-0.602,1.365-1.592,2.324-3.017,2.822c-0.37,0.129-0.739,0.159-1.087,0.001
+		c-0.496-0.228-1.001-0.457-1.445-0.77c-1.164-0.812-2.086-1.867-2.851-3.06c-0.06-0.09-0.126-0.208-0.215-0.238
+		c-0.12-0.039-0.298-0.053-0.39,0.011c-0.07,0.048-0.086,0.242-0.059,0.355c0.032,0.133,0.135,0.251,0.214,0.368
+		c2.026,2.93,3.315,6.154,3.908,9.666c0.021,0.111,0.099,0.229,0.181,0.313c0.498,0.507,1.012,0.996,1.506,1.507
+		c0.789,0.815,1.273,1.801,1.531,2.897c0.067,0.287,0.1,0.582,0.119,0.875c0.006,0.089-0.081,0.183-0.125,0.276
+		c-0.095-0.055-0.219-0.088-0.277-0.167c-0.135-0.184-0.229-0.395-0.354-0.585c-0.082-0.126-0.189-0.234-0.286-0.354
+		c-0.03,0.071-0.022,0.111-0.008,0.149c0.53,1.349,0.899,2.741,1.077,4.182c0.05,0.402,0.084,0.808,0.094,1.212
+		c0.008,0.294-0.188,0.481-0.384,0.401c-0.105-0.042-0.196-0.13-0.277-0.211c-0.788-0.781-1.717-1.36-2.669-1.908
+		c-0.021,0.03-0.037,0.042-0.038,0.057c-0.026,0.142-0.052,0.282-0.073,0.424c-0.254,1.665-0.693,3.284-1.201,4.889
+		c-0.387,1.226-0.606,2.48-0.393,3.771c0.128,0.769,0.401,1.467,1.055,1.957c0.049,0.037,0.082,0.096,0.14,0.162
+		c-0.076,0.039-0.123,0.077-0.177,0.088c-0.943,0.208-1.918,0.086-2.447-0.997c-0.061-0.121-0.141-0.231-0.25-0.412
+		c-0.119,0.238-0.237,0.393-0.275,0.564c-0.188,0.855-0.234,1.723-0.154,2.596c0.102,1.078,0.482,2.065,0.951,3.027
+		c0.121,0.25,0.236,0.507,0.314,0.771c0.139,0.479-0.128,0.833-0.629,0.825c-0.249-0.005-0.512-0.044-0.741-0.131
+		c-1.233-0.464-2.172-1.279-2.796-2.446c-0.051-0.095-0.098-0.19-0.153-0.303c-0.495,0.482-0.946,0.95-1.181,1.592
+		c-0.15,0.411-0.35,0.807-0.555,1.192c-0.147,0.277-0.258,0.27-0.438,0.019c-0.049-0.068-0.092-0.142-0.145-0.207
+		c-0.139-0.167-0.246-0.168-0.354,0.02c-0.097,0.166-0.17,0.349-0.235,0.529c-0.322,0.87-0.849,1.591-1.572,2.169
+		c-0.049,0.037-0.105,0.066-0.221,0.136c0.043-0.275,0.078-0.488,0.105-0.702c0.029-0.219,0.055-0.438,0.083-0.669
+		c-0.065,0.008-0.085,0.006-0.099,0.014c-0.07,0.045-0.142,0.092-0.211,0.141c-2.924,2.02-6.121,3.424-9.576,4.245
+		c-1.053,0.25-2.157,0.338-3.108,0.935c-0.021,0.014-0.048,0.021-0.071,0.032c-0.188,0.075-0.326,0.034-0.472-0.113
+		c-0.093-0.092-0.259-0.133-0.392-0.131c-0.422,0.01-0.844,0.103-1.264,0.138c-0.387,0.032-0.785,0.12-1.156,0.213
+		c-0.637,0.161-1.256,0.78-1.881,0.78c-0.152,0-0.307,0-0.457,0c-0.146,0-0.319-0.42-0.438-0.567
+		c-0.207-0.259-0.461-0.562-0.786-0.583c-2.153-0.134-4.282-0.447-6.379-0.969c-3.192-0.792-6.19-2.021-8.877-3.953
+		c-1.963-1.413-3.647-3.091-4.841-5.218c-0.244-0.432-0.438-0.895-0.631-1.352c-0.146-0.352-0.182-0.724-0.06-1.093
+		c0.103-0.303,0.331-0.471,0.64-0.423c1.754,0.276,3.24-0.365,4.609-1.36c1.362-0.992,2.4-2.261,2.992-3.849
+		c0.872-2.346,0.4-4.446-1.244-6.305c-0.166-0.188-0.354-0.358-0.556-0.561c-0.076,0.285-0.14,0.544-0.214,0.802
+		c-0.373,1.27-0.903,2.456-1.807,3.446c-0.525,0.577-1.373,0.906-0.593,0.876c0.72-0.026-0.259-0.012-0.349,0
+		c0.898-0.617,0.207-0.984,0.34-2.029c0.283-2.221-0.398-4.133-1.945-5.739c-0.094-0.098-0.236-0.16-0.369-0.207
+		c-1.63-0.578-3.271-1.126-4.892-1.729c-2.894-1.077-5.688-2.371-8.336-3.965c-0.036-0.021-0.074-0.041-0.113-0.062
+		c-0.251,0.162-0.354,0.405-0.343,0.674c0.014,0.36,0.072,0.72,0.115,1.079c0.004,0.043,0.018,0.083,0.021,0.125
+		c0.086,0.635-0.162,0.842-0.746,0.558c-0.293-0.143-0.562-0.38-0.773-0.631c-0.674-0.807-1.092-1.763-1.493-2.721
+		c-0.212-0.506-0.38-1.03-0.595-1.535c-0.077-0.184-0.2-0.371-0.353-0.5c-2.293-1.95-4.429-4.048-6.239-6.464
+		c-1.552-2.07-2.875-4.271-3.951-6.625c-0.026-0.062-0.058-0.122-0.088-0.182c-0.008-0.013-0.023-0.021-0.058-0.051
+		c-0.353,2.063-0.422,4.117-0.215,6.192c-0.165-0.616-0.349-1.229-0.492-1.849c-0.588-2.504-0.771-5.039-0.596-7.604
+		c0.009-0.13-0.024-0.269-0.063-0.395c-0.764-2.399-1.291-4.849-1.516-7.354C-51.077-19.925-48.95-27.927-43.785-35.045z
+		 M-45.864-8.101c1.6-3.499,3.606-6.762,5.793-9.918c0.115-0.166,0.168-0.329,0.178-0.534c0.049-1.013,0.103-2.025,0.186-3.035
+		c0.05-0.594,0.159-1.185,0.241-1.775c-5.841,6.426-8.646,13.994-8.558,22.715c0.098-0.677,0.162-1.309,0.282-1.929
+		C-47.37-4.503-46.676-6.325-45.864-8.101z M-24.403,17.717c-0.013-0.051-0.012-0.069-0.021-0.082
+		c-0.042-0.062-0.087-0.124-0.132-0.187c-1.907-2.673-3.469-5.534-4.621-8.613c-0.827-2.206-1.407-4.473-1.661-6.821
+		c-0.177-1.645-0.19-3.289,0-4.934c0.01-0.077,0.009-0.198-0.036-0.231c-0.373-0.267-0.757-0.519-1.148-0.782
+		c-0.026,0.095-0.047,0.159-0.062,0.226c-0.603,2.709-0.929,5.443-0.771,8.225c0.102,1.782,0.406,3.521,1.069,5.186
+		c0.019,0.048,0.027,0.099,0.04,0.148c-0.212-0.303-0.393-0.616-0.549-0.941c-1.232-2.56-1.719-5.294-1.816-8.101
+		c-0.087-2.537,0.17-5.058,0.661-7.558c-0.427-0.153-0.905-0.08-1.596,0.26c-0.021-0.083-0.019-0.188-0.067-0.244
+		c-1.085-1.22-1.996-2.555-2.707-4.024c-0.018-0.037-0.045-0.066-0.076-0.112c-0.533,0.603-0.994,1.228-1.272,1.992
+		c-0.085-0.312-0.156-0.62-0.175-0.933c-0.061-1.02,0.162-1.998,0.482-2.956c0.086-0.257,0.059-0.467-0.076-0.709
+		c-0.461,0.443-0.621,1.023-0.828,1.611c-0.209-0.279-0.28-0.56-0.297-0.859c-0.041-0.812,0.158-1.583,0.467-2.316
+		c0.242-0.573-0.07-1.05-0.1-1.637c-0.113,0.149-0.187,0.231-0.248,0.323c-0.791,1.167-1.615,2.312-2.363,3.507
+		c-1.771,2.831-3.217,5.818-4.217,9.013c-0.037,0.126-0.052,0.288-0.008,0.408c1.674,4.606,4.229,8.666,7.631,12.192
+		c0.041,0.043,0.092,0.078,0.164,0.139c-0.004-0.084-0.005-0.126-0.01-0.168c-0.143-1.173-0.314-2.345-0.415-3.521
+		c-0.175-2.062-0.14-4.121,0.271-6.159c0.277-1.368,0.727-2.673,1.578-3.804c0.586-0.775,1.303-1.392,2.221-1.75
+		c-0.221,0.22-0.461,0.422-0.657,0.661c-0.549,0.665-0.931,1.427-1.213,2.238c-0.597,1.707-0.731,3.48-0.741,5.27
+		c-0.009,1.77,0.146,3.528,0.393,5.279c0.263,1.874,0.582,3.737,1.117,5.554c0.35,1.185,0.774,2.342,1.438,3.394
+		c0.093,0.147,0.252,0.253,0.381,0.378c0.077-0.161,0.195-0.315,0.225-0.483c0.088-0.541,0.229-1.06,0.024-1.634
+		c-0.806-2.264-1.252-4.607-1.46-6.997c-0.044-0.502-0.057-1.006-0.085-1.508c0.125,0.452,0.19,0.91,0.284,1.361
+		c0.621,3.027,1.994,5.636,4.326,7.701c0.219,0.193,0.469,0.362,0.728,0.496c1.656,0.866,3.376,1.586,5.132,2.222
+		C-24.94,17.531-24.683,17.621-24.403,17.717z M26.685,40.997c0.004-0.17-0.065-0.346-0.123-0.513
+		c-0.642-1.883-0.847-3.816-0.731-5.793c0.021-0.354,0.041-0.719-0.022-1.062c-0.384-2.05-1.463-3.792-2.509-5.601
+		c-0.028,0.078-0.039,0.092-0.039,0.105c-0.116,3.021-0.026,6.032,0.568,9.007c0.218,1.087,0.528,2.147,1.112,3.106
+		c0.287,0.476,0.645,0.886,1.138,1.166c0.153,0.087,0.315,0.138,0.437-0.003C26.606,41.3,26.681,41.137,26.685,40.997z
+		 M27.933,24.979c-0.477-0.345-0.978-0.669-1.502-0.934c-1.844-0.927-3.798-1.587-5.729-2.299c-0.376-0.138-0.737-0.336-1.073-0.556
+		c-0.668-0.438-1.165-1.051-1.596-1.715c-0.206-0.315-0.399-0.638-0.6-0.957c0.006,0.107,0.039,0.201,0.065,0.297
+		c0.228,0.777,0.487,1.546,0.671,2.334c0.255,1.099,0.659,2.126,1.271,3.069c0.33,0.509,0.699,0.996,1.022,1.512
+		c0.204,0.325,0.382,0.676,0.524,1.033c0.084,0.214,0.074,0.464,0.109,0.697c-0.035,0.017-0.068,0.034-0.104,0.05
+		c-0.102-0.086-0.219-0.161-0.305-0.261c-0.355-0.407-0.696-0.828-1.061-1.228c-0.079-0.088-0.255-0.175-0.344-0.143
+		c-0.085,0.031-0.176,0.22-0.163,0.33c0.045,0.441,0.071,0.896,0.209,1.312c0.19,0.573,0.489,1.11,0.712,1.676
+		c0.109,0.277,0.18,0.582,0.205,0.878c0.012,0.14-0.124,0.292-0.191,0.437c-0.119-0.081-0.256-0.146-0.354-0.249
+		c-0.174-0.183-0.312-0.398-0.492-0.577c-0.177-0.175-0.341-0.146-0.443,0.077c-0.072,0.156-0.146,0.347-0.121,0.506
+		c0.061,0.397,0.168,0.787,0.27,1.178c0.094,0.357,0.227,0.708,0.3,1.068c0.05,0.243-0.012,0.484-0.267,0.667
+		c-0.071-0.105-0.149-0.194-0.195-0.298c-0.1-0.214-0.18-0.438-0.271-0.653c-0.215-0.494-0.404-1.004-0.658-1.478
+		c-0.225-0.417-0.445-0.38-0.686,0.025c-0.467,0.792-0.928,1.59-1.449,2.346c-0.287,0.415-0.453,0.842-0.498,1.328
+		c-0.058,0.647-0.09,1.298-0.157,1.945c-0.026,0.242-0.091,0.493-0.355,0.72c-0.056-0.273-0.103-0.497-0.147-0.721
+		c-0.065-0.331-0.11-0.666-0.201-0.99c-0.062-0.227-0.246-0.251-0.36-0.048c-0.103,0.184-0.173,0.405-0.188,0.615
+		c-0.027,0.396,0.009,0.794-0.012,1.191c-0.009,0.18-0.074,0.361-0.142,0.532c-0.028,0.074-0.126,0.122-0.192,0.182
+		c-0.043-0.074-0.103-0.142-0.127-0.223c-0.031-0.094-0.035-0.198-0.05-0.299c-0.043-0.292-0.067-0.59-0.136-0.875
+		c-0.073-0.308-0.268-0.361-0.459-0.111c-0.176,0.229-0.314,0.5-0.403,0.775c-0.135,0.425-0.192,0.872-0.321,1.301
+		c-0.06,0.201-0.197,0.385-0.326,0.556c-0.049,0.062-0.188,0.102-0.266,0.079c-0.057-0.015-0.113-0.146-0.115-0.227
+		c-0.008-0.329,0.006-0.659,0.011-0.988c0.001-0.163,0-0.326,0-0.502c-0.072,0.016-0.101,0.015-0.118,0.027
+		c-0.041,0.028-0.082,0.061-0.115,0.098c-0.338,0.36-0.564,0.777-0.636,1.271c-0.031,0.219-0.042,0.438-0.083,0.653
+		c-0.051,0.254-0.202,0.351-0.46,0.319c-0.271-0.032-0.442-0.229-0.47-0.573c-0.02-0.223-0.004-0.448-0.004-0.706
+		c-0.309,0.158-0.582,0.303-0.86,0.441c-2.843,1.407-5.843,2.279-8.991,2.647c-2.033,0.237-4.066,0.243-6.082-0.166
+		c-1.219-0.247-2.38-0.644-3.387-1.407c-0.148-0.111-0.284-0.238-0.426-0.359c1.121,0.65,1.777,0.914,2.789,1.107
+		c1.843,0.354,3.687,0.301,5.527,0.034c3.239-0.471,6.301-1.492,9.178-3.061c2.229-1.216,4.244-2.708,5.873-4.68
+		c0.123-0.147,0.238-0.299,0.354-0.449c-3.335,1.592-7.102-1.405-10.87-0.075c5.164-2.662,8.222,0.767,11.134-1.452
+		c0.741-0.564,0.873-2.018-0.82-1.775c-1.616,0.231,2.434-0.569,3.16-4.778c-0.041-0.687-0.138-1.386-0.295-2.101
+		c-0.695-3.153-2.164-5.938-4.18-8.438c-2.076-2.576-4.684-4.493-7.613-5.992C3.806,7.939,3.759,7.923,3.701,7.9
+		c0.008,0.036,0.007,0.053,0.013,0.062C3.755,8.027,3.797,8.09,3.839,8.154c1.4,2.081,2.551,4.279,3.109,6.746
+		c0.384,1.691,0.43,3.384-0.104,5.058c-0.597,1.869-1.791,3.292-3.351,4.432c-1.748,1.278-3.723,2.076-5.782,2.688
+		c-0.44,0.131-0.888,0.247-1.386,0.384c0.056-0.06,0.062-0.076,0.076-0.081c0.084-0.036,0.172-0.069,0.259-0.103
+		c1.438-0.561,2.808-1.248,4.05-2.174c1.788-1.33,3.104-3.003,3.7-5.18c0.526-1.925,0.409-3.85-0.06-5.765
+		C3.743,11.677,2.619,9.43,1.263,7.283c-0.311-0.491-0.68-0.818-1.238-0.984C-0.649,6.099-1.31,5.84-2.04,5.583
+		C0.026,7.8,0.083,10.92-0.313,12.751c-0.006-0.032-0.016-0.053-0.017-0.075c-0.071-1.492-0.579-2.836-1.413-4.062
+		c-1.244-1.83-2.929-3.164-4.831-4.249c-0.147-0.084-0.327-0.111-0.491-0.164c0.688,0.793,1.215,1.657,1.523,2.648
+		c0.3,0.958,0.404,2.46,0.205,2.999c-0.314-1.047-0.641-1.729-1.34-2.62c-1.2-1.529-2.594-2.851-4.209-3.952
+		c-1.082-0.741-2.217-1.354-3.437-1.82c-2.157-0.827-4.407-1.334-6.645-1.882c-1.966-0.481-3.931-0.98-5.882-1.525
+		c-1.064-0.298-2.088-0.737-2.973-1.431c-0.158,0.352-0.455,1.596-0.466,2.584c-0.129,11.646,9.138,17.871,11.962,21.129
+		c0.822,0.949,1.294,2.112,1.707,3.288c0.168,0.477,0.312,0.961,0.471,1.456c0.026-0.035,0.053-0.058,0.065-0.084
+		c0.789-1.514,1.274-3.062,0.896-4.816c-0.58-2.683-1.66-5.079-3.694-6.98c-0.022-0.021-0.04-0.048-0.11-0.128
+		c0.1,0.051,0.135,0.065,0.167,0.086c1.673,0.964,3.202,2.111,4.495,3.554c2.174,2.424,3.342,5.261,3.502,8.519
+		c0.07,1.419-0.125,2.82-0.283,4.22c-0.423,3.73-3.146,6.748-6.807,7.639c-0.275,0.067-0.555,0.162-0.803,0.293
+		c-0.352,0.186-0.448,0.493-0.315,0.863c0.048,0.133,0.119,0.262,0.195,0.382c0.649,1.01,1.474,1.845,2.489,2.492
+		c0.521,0.331,1.041,0.661,1.543,1.02c2.06,1.471,4.275,2.614,6.725,3.286c1.011,0.277,2.033,0.522,3.096,0.429
+		c0.332-0.028,0.656-0.151,0.987-0.19c0.138-0.017,0.287,0.079,0.433,0.123c-0.082,0.092-0.147,0.214-0.248,0.271
+		c-0.64,0.368-1.347,0.482-2.07,0.506c-1.065,0.036-2.102-0.166-3.139-0.377c-0.104-0.021-0.213-0.021-0.32-0.031
+		c0.849,0.735,1.812,1.208,2.854,1.522c1.716,0.52,3.468,0.638,5.243,0.489c0.568-0.048,1.145-0.071,1.668-0.368
+		c0.514-0.29,1.055-0.533,1.586-0.791c0.115-0.056,0.243-0.084,0.366-0.125c0.019,0.02,0.036,0.039,0.055,0.059
+		c-0.056,0.144-0.102,0.292-0.173,0.428c-0.191,0.376-0.4,0.743-0.594,1.119c-0.035,0.072-0.018,0.173-0.023,0.26
+		c0.08,0.004,0.17,0.034,0.239,0.01c0.408-0.136,0.824-0.256,1.212-0.439c0.555-0.263,1.133-0.353,1.738-0.394
+		c0.824-0.057,1.65-0.135,2.469-0.252c1.202-0.173,2.118-0.793,2.712-1.868c0.14-0.251,0.287-0.497,0.438-0.742
+		c0.054-0.087,0.128-0.162,0.193-0.241c0.028,0.013,0.061,0.025,0.09,0.04c-0.188,0.64-0.375,1.28-0.571,1.954
+		c0.622-0.141,1.271-0.573,1.784-1.177c0.261-0.302,0.492-0.625,0.75-0.927c0.103-0.12,0.242-0.208,0.363-0.312
+		c0.034,0.019,0.069,0.035,0.104,0.054c-0.05,0.428-0.101,0.856-0.149,1.285c0.025,0.009,0.053,0.019,0.079,0.027
+		c0.388-0.237,0.771-0.48,1.159-0.715c1.318-0.794,2.553-1.688,3.479-2.948c0.127-0.174,0.222-0.15,0.289,0.062
+		c0.082,0.265,0.137,0.539,0.228,0.802c0.026,0.08,0.138,0.189,0.202,0.184c0.089-0.006,0.213-0.094,0.242-0.175
+		c0.062-0.17,0.088-0.358,0.1-0.542c0.025-0.37,0.016-0.743,0.055-1.111c0.012-0.113,0.133-0.217,0.204-0.323
+		c0.095,0.084,0.226,0.15,0.274,0.256c0.147,0.303,0.257,0.624,0.394,0.933c0.126,0.286,0.201,0.291,0.384,0.047
+		c0.24-0.321,0.51-0.58,0.963-0.547c0.42,0.032,0.473,0.001,0.629-0.39c0.267-0.667,0.494-1.347,0.768-2.01
+		c0.13-0.316,0.329-0.604,0.486-0.908c0.039-0.072,0.072-0.175,0.053-0.246c-0.557-1.795-0.71-3.644-0.729-5.508
+		c-0.017-1.725,0.018-3.45-0.041-5.172c-0.045-1.347-0.271-2.661-1.276-3.699c0.139,0.044,0.271,0.094,0.396,0.158
+		c0.647,0.336,1.178,0.819,1.641,1.375c1.027,1.228,1.701,2.651,2.3,4.121c0.479,1.178,0.962,2.356,1.465,3.524
+		c0.125,0.29,0.333,0.546,0.519,0.808c0.045,0.062,0.178,0.133,0.229,0.108c0.075-0.034,0.147-0.145,0.158-0.231
+		c0.026-0.19,0.026-0.389,0.017-0.58c-0.043-0.963-0.123-1.925,0.043-2.885c0.024-0.147,0.066-0.312,0.029-0.447
+		c-0.361-1.317-0.83-2.589-1.643-3.708c-0.024-0.035-0.041-0.078-0.092-0.177c0.578,0.258,0.967,0.64,1.282,1.089
+		c0.315,0.451,0.591,0.93,0.901,1.428c0.132-0.534,0.258-1.048,0.384-1.562C28.759,26.029,28.535,25.417,27.933,24.979z
+		 M28.587,17.261c-1.479-1.397-3.23-2.381-5.07-3.217c-2.49-1.132-5.099-1.917-7.759-2.535c-0.95-0.221-1.907-0.412-2.924-0.63
+		c0.409,0.507,0.771,0.961,1.144,1.41c0.035,0.043,0.114,0.063,0.178,0.071c1.666,0.173,3.269,0.604,4.812,1.246
+		c3.571,1.483,6.629,3.722,9.354,6.438c0.025,0.025,0.043,0.057,0.062,0.085c-0.093-0.028-0.162-0.074-0.232-0.122
+		c-2.299-1.596-4.664-3.084-7.15-4.372c-1.592-0.821-3.214-1.575-4.958-2.022c-0.411-0.105-0.831-0.175-1.312-0.273
+		c0.066,0.114,0.093,0.156,0.117,0.2c0.547,0.958,1.15,1.893,1.627,2.887c0.297,0.625,0.715,1.083,1.243,1.486
+		c1.98,1.507,4.162,2.67,6.388,3.759c0.021,0.009,0.045,0.006,0.117,0.018c-0.847-1.343-1.664-2.652-3.123-3.388
+		c0.377,0.062,0.752,0.125,1.113,0.235c1.12,0.343,2.062,1.003,2.947,1.743c1.082,0.904,2.129,1.854,3.227,2.744
+		c0.565,0.46,1.17,0.905,1.823,1.222c0.687,0.331,1.448,0.502,2.181,0.73c0.188,0.061,0.389,0.072,0.664,0.12
+		c-0.09-0.464-0.128-0.871-0.25-1.249C31.969,21.292,30.535,19.106,28.587,17.261z M15.104-2.503
+		c-0.541-0.301-1.117-0.571-1.707-0.751c-1.209-0.366-2.467-0.372-3.721-0.369C8.789-3.622,7.901-3.61,7.015-3.62
+		C6.792-3.623,6.571-3.693,6.351-3.733c0-0.04-0.002-0.081-0.004-0.123c0.191-0.073,0.377-0.162,0.572-0.218
+		C7.537-4.25,8.158-4.408,8.774-4.58c0.121-0.035,0.231-0.104,0.349-0.158C9.119-4.762,9.114-4.787,9.11-4.81
+		C9.03-4.842,8.951-4.887,8.866-4.905C7.626-5.152,6.392-5.452,5.14-5.629C3.022-5.931,0.922-6.298-1.129-6.922
+		C-1.304-6.974-1.496-7-1.676-6.988C-3.75-6.844-5.823-6.695-7.897-6.543c-2.398,0.175-4.797,0.198-7.191-0.055
+		c-2.721-0.287-5.354-0.932-7.901-1.917c-3.661-1.415-6.979-3.432-10.097-5.796c-0.053-0.04-0.104-0.087-0.155-0.13
+		c0.103,0.019,0.181,0.062,0.257,0.108c2.848,1.7,5.784,3.217,8.887,4.399c2.631,1.001,5.332,1.724,8.123,2.094
+		c2.017,0.267,4.041,0.328,6.074,0.316c2.271-0.012,4.547,0,6.818,0.001c0.029,0,0.059-0.004,0.092-0.007
+		C-2.999-7.55-3-7.561-3.004-7.564C-3.058-7.586-3.112-7.61-3.167-7.631c-2.031-0.794-3.957-1.786-5.715-3.081
+		c-0.531-0.393-1.102-0.689-1.711-0.918c-0.473-0.179-0.949-0.354-1.432-0.506c-2.479-0.783-5.045-1.167-7.597-1.628
+		c-2.103-0.379-4.203-0.767-6.287-1.227c-1.899-0.419-3.733-1.062-5.438-2.031c-2.926-1.663-4.647-4.151-5.116-7.492
+		c-0.074-0.525-0.116-1.056-0.169-1.528c-0.102,0.19-0.213,0.42-0.344,0.64c-1.109,1.865-1.885,3.85-2.127,6.019
+		c-0.326,2.931,0.51,5.459,2.633,7.536c0.087,0.085,0.146,0.2,0.203,0.312c0.306,0.62,0.559,1.271,0.914,1.858
+		c1.015,1.665,2.447,2.919,4.06,3.979c2.142,1.405,4.481,2.386,6.896,3.202c3.809,1.288,7.728,2.129,11.666,2.886
+		c3.209,0.617,6.424,1.209,9.631,1.832c2.502,0.484,4.935,1.17,7.238,2.304c2.889,1.422,5.563,3.13,7.828,5.44
+		c0.075,0.078,0.219,0.12,0.333,0.124c1.515,0.043,3.021,0.184,4.509,0.466c4.168,0.79,7.985,2.413,11.481,4.807
+		c0.058,0.037,0.118,0.066,0.213,0.123c-0.021-0.125-0.03-0.2-0.048-0.272c-0.294-1.303-0.676-2.581-1.172-3.82
+		C24.854,5.331,20.815,0.676,15.104-2.503z M48.629-34.241c-0.101-0.996-0.308-1.984-0.526-2.963
+		c-0.338-1.507-1.26-2.504-2.752-2.955c-0.668-0.202-1.354-0.282-2.051-0.284c-1.367-0.003-2.706,0.216-4.029,0.544
+		c-1.102,0.276-2.166,0.647-3.121,1.277c-0.912,0.601-1.59,1.382-1.854,2.471c-0.162,0.68-0.115,1.354-0.005,2.036
+		c0.044,0.271,0.161,0.389,0.41,0.487c2.177,0.869,3.915,2.248,4.958,4.396c0.139,0.284,0.337,0.427,0.64,0.459
+		c1.041,0.115,2.062,0.077,3.013-0.428c0.61-0.324,1.219-0.287,1.822,0.006c0.248,0.121,0.489,0.27,0.709,0.437
+		c0.274,0.209,0.523,0.452,0.826,0.718c0.025-0.044,0.044-0.084,0.07-0.116C48.247-29.913,48.856-31.959,48.629-34.241z
+		 M32.528-38.688c0.168-0.11,0.318-0.25,0.468-0.388c1.297-1.209,2.792-2.087,4.448-2.709c1.479-0.555,3.017-0.804,4.582-0.888
+		c1.158-0.062,2.324-0.052,3.449,0.255c0.771,0.21,1.51,0.527,2.271,0.777c0.162,0.053,0.407,0.09,0.517,0.006
+		c0.186-0.142,0.047-0.37-0.021-0.559c-0.004-0.008-0.01-0.015-0.014-0.021c-0.541-1.033-1.25-1.926-2.209-2.604
+		c-1.728-1.221-3.67-1.462-5.707-1.229c-0.334,0.038-0.623-0.023-0.896-0.178c-0.128-0.073-0.207-0.231-0.309-0.351
+		c0.019-0.022,0.037-0.045,0.055-0.067c0.072,0.008,0.145,0.021,0.218,0.023c0.378,0.012,0.763,0.07,1.132,0.021
+		c1.19-0.158,1.758-1.47,1.073-2.439c-0.229-0.327-0.528-0.563-0.954-0.509c-0.438,0.058-0.656,0.383-0.805,0.76
+		c-0.036,0.092-0.051,0.196-0.061,0.297c-0.045,0.381-0.072,0.433-0.465,0.421c-0.369-0.011-0.736-0.069-1.104-0.124
+		c-0.457-0.065-0.752,0.104-0.896,0.545c-0.116,0.356-0.081,0.715,0.095,1.032c0.188,0.346,0.429,0.661,0.635,0.977
+		c-0.553,0.232-1.162,0.441-1.729,0.735c-2.167,1.123-3.635,2.823-4.188,5.24c-0.057,0.236-0.079,0.486-0.071,0.729
+		C32.054-38.592,32.246-38.5,32.528-38.688z M33.659-35.664c0.162-0.511,0.27-1.029,0.486-1.494c0.504-1.076,1.4-1.775,2.447-2.258
+		c2.484-1.142,5.104-1.653,7.831-1.421c1.652,0.14,3.021,0.83,3.788,2.41c0.003,0.006,0.014,0.01,0.043,0.034
+		c0.505-0.234,0.787-0.624,0.855-1.171c0.062-0.504-0.153-0.894-0.577-1.12c-0.548-0.292-1.107-0.592-1.697-0.771
+		c-2.492-0.755-5.012-0.737-7.53-0.127c-1.918,0.464-3.688,1.251-5.231,2.498c-0.603,0.486-1.152,1.022-1.495,1.732
+		c-0.085,0.176-0.164,0.388-0.15,0.575C32.474-36.197,33.117-35.661,33.659-35.664z M-45.487-22.975
+		c-2.023,3.519-3.076,7.254-3.078,7.828c-0.006,1.791,0.133,3.576,0.401,5.354c0.062,0.412,0.144,0.821,0.215,1.232
+		c0.076-0.075,0.101-0.151,0.124-0.228c0.299-0.993,0.559-2,0.901-2.978c1.798-5.125,4.532-9.721,7.92-13.945
+		c0.123-0.154,0.229-0.336,0.29-0.523c0.736-2.267,1.792-4.325,3.146-6.188c-1.519,0.648-3.248,0.88-5.309,3.251
+		c2.531-4.881,8.527-6.815,8.527-6.815c3.336-2.986,7.219-4.958,11.52-6.139c0.348-0.095,0.698-0.171,1.049-0.255
+		c-0.076,0.074-0.162,0.105-0.248,0.138c-3.201,1.144-6.15,2.741-8.82,4.846c-3.323,2.62-5.836,5.847-7.338,9.828
+		c-0.16,0.427-0.236,0.827-0.071,1.268c0.112,0.3,0.17,0.619,0.263,0.926c0.706,2.307,1.811,4.381,3.588,6.055
+		c1.7,1.603,3.743,2.573,5.959,3.226c2.654,0.779,5.396,1.066,8.125,1.423c1.583,0.206,3.158,0.456,4.736,0.697
+		c0.424,0.064,0.843,0.168,1.294,0.261c-0.034-0.056-0.044-0.081-0.062-0.1c-1.232-1.383-2.258-2.903-3.074-4.569
+		c-0.049-0.102-0.162-0.205-0.271-0.239c-0.729-0.231-1.452-0.503-2.2-0.653c-1.109-0.221-2.244-0.306-3.353-0.525
+		c-5.947-1.18-7.78-4.367-7.753-4.338c1.806,1.918,4.695,2.459,5.459,2.725c1.779,0.619,3.624,0.787,5.492,0.768
+		c0.547-0.007,1.092-0.04,1.654-0.062c-1.677-5.474-1.457-10.81,0.815-16.037c0.002,0.098-0.021,0.193-0.044,0.287
+		c-0.889,3.376-1.249,6.791-0.741,10.267c0.613,4.22,2.448,7.817,5.513,10.78c2.297,2.22,4.998,3.818,7.896,5.106
+		c2.753,1.224,5.646,1.982,8.564,2.685c2.196,0.529,4.401,1.048,6.569,1.686c2.904,0.851,5.533,2.249,7.772,4.316
+		c0.348,0.32,0.697,0.647,0.984,1.02c1.887,2.443,4.188,4.354,7.019,5.6c0.179,0.599,0.491,1.231,0.979,1.891
+		c0.691,0.925,1.547,1.689,2.469,2.374c0.262,0.193,0.608,0.303,0.934,0.368c0.354,0.073,0.566-0.098,0.688-0.442
+		c0.032-0.096,0.055-0.194,0.073-0.293c0.188-0.065,0.377-0.167,0.562-0.31c0.127-0.098,0.25-0.204,0.361-0.316
+		c0.521-0.524,0.887-1.148,1.182-1.817c0.064-0.145,0.15-0.202,0.3-0.221c0.351-0.046,0.703-0.094,1.05-0.162
+		c5.633-1.114,9.732-5.393,10.448-11.548c0.063-0.554,0.06-1.13,0.226-1.65c0.213-0.661,0.564-1.277,0.856-1.913
+		c0.257-0.559,0.538-1.108,0.761-1.681c0.229-0.587,0.257-1.199,0.079-1.816c-0.062-0.212-0.185-0.268-0.351-0.165
+		c-0.231,0.146-0.44,0.329-0.662,0.494c-0.269,0.201-0.52,0.431-0.811,0.59c-0.236,0.131-0.506,0.103-0.718-0.139
+		c0.049-0.037,0.09-0.066,0.126-0.1c0.58-0.516,1.162-1.029,1.732-1.555c0.068-0.062,0.117-0.189,0.111-0.285
+		c-0.051-0.818-0.322-1.558-0.902-2.147c-0.748-0.757-1.627-1.161-2.719-0.905c-0.027-0.407-0.056-0.477-0.289-0.603
+		c-1.52-0.823-3.129-1.307-4.871-1.275c-1.28,0.022-2.436-0.384-3.537-1c-0.342-0.191-0.709-0.363-1.086-0.463
+		c-1.19-0.316-2.412-0.407-3.641-0.439c-0.101-0.002-0.199-0.008-0.3-0.013c0.063-0.071,0.126-0.093,0.188-0.108
+		c0.98-0.232,1.974-0.261,2.975-0.189c0.324,0.023,0.689,0.093,0.971-0.021c0.826-0.336,1.627-0.739,2.422-1.148
+		c0.223-0.115,0.42-0.17,0.646-0.086c0.505,0.19,1.012,0.376,1.504,0.595c1.046,0.465,2.116,0.745,3.272,0.586
+		c0.631-0.086,1.248-0.225,1.799-0.562c0.356-0.219,0.639-0.5,0.666-0.956c0.006-0.064,0.063-0.135,0.115-0.182
+		c0.148-0.137,0.312-0.26,0.461-0.396c0.44-0.406,0.627-0.91,0.572-1.505c-0.047-0.5-0.195-0.583-0.63-0.362
+		c-0.21,0.106-0.429,0.193-0.649,0.025c0.279-0.177,0.553-0.338,0.813-0.517c0.392-0.268,0.53-0.655,0.517-1.119
+		c-0.041-1.294-1.567-2.44-2.877-2.151c-0.433,0.095-0.818,0.266-1.055,0.675c-0.031,0.054-0.12,0.111-0.18,0.107
+		c-0.342-0.018-0.691-0.016-1.021-0.09c-0.605-0.137-1.203-0.283-1.826-0.164c-0.287,0.054-0.57,0.133-0.867,0.202
+		c-0.232-0.808-0.614-1.527-1.125-2.177c-1.185-1.506-2.742-2.46-4.539-3.049c-2.33-0.765-4.725-0.849-7.121-0.505
+		c-3.465,0.495-5.922,2.376-7.246,5.639c-0.328,0.807-0.497,1.678-0.744,2.52c-0.396,1.357-0.928,2.661-1.631,3.892
+		c-1.133,1.978-2.62,3.606-4.657,4.68c-2.288,1.206-4.72,1.447-7.239,0.999c-0.478-0.085-0.947-0.208-1.477-0.327
+		c0.921-0.055,1.768-0.075,2.607-0.16c2.336-0.235,4.526-0.936,6.517-2.197c2.366-1.501,4.137-3.469,4.877-6.261
+		c0.396-1.491,0.95-2.938,1.644-4.324c0.461-0.928,0.971-1.817,1.682-2.58c1.184-1.267,2.67-1.983,4.308-2.444
+		c0.504-0.141,1.004-0.297,1.501-0.457c0.246-0.08,0.4-0.254,0.497-0.503c0.274-0.712,0.353-1.44,0.205-2.188
+		c-0.229-1.177-0.806-2.177-1.58-3.072c-0.666-0.77-1.5-1.334-2.334-1.897c-0.405-0.272-0.8-0.567-1.17-0.885
+		c-0.32-0.273-0.515-0.647-0.495-1.073c0.035-0.763,0.08-0.884,0.84-0.631c0.119,0.04,0.237,0.087,0.354,0.137
+		c0.621,0.267,1.238,0.539,1.863,0.8c1.197,0.501,2.44,0.686,3.717,0.379c1.414-0.338,2.412-1.169,2.861-2.589
+		c0.092-0.291,0.114-0.599-0.041-0.861c-0.076-0.129-0.269-0.256-0.412-0.26c-0.129-0.004-0.281,0.143-0.387,0.258
+		c-0.064,0.072-0.062,0.206-0.092,0.311c-0.146,0.548-0.385,1.033-0.923,1.298c-0.103,0.051-0.218,0.065-0.328,0.097
+		c0.717-0.744,1.104-1.586,1.053-2.601c-0.039-0.771-0.644-1.273-1.42-1.229c-0.226,0.013-0.385,0.119-0.41,0.339
+		c-0.03,0.266-0.019,0.537-0.024,0.805c-0.008,0.321,0.016,0.646-0.029,0.96c-0.071,0.515-0.389,0.85-0.883,1.009
+		c-0.239,0.076-0.469,0.035-0.691-0.078c0.312-0.064,0.61-0.158,0.768-0.45c0.15-0.28,0.305-0.572,0.381-0.877
+		c0.162-0.658,0.084-1.293-0.521-1.697c-0.271-0.181-0.64-0.256-0.974-0.302c-0.718-0.1-1.405,0.102-2.099,0.263
+		c-0.416,0.096-0.847,0.161-1.271,0.162c-0.401,0.001-0.806-0.084-1.203-0.156c-2.418-0.435-4.848-0.251-7.31-0.221
+		c-2.663,0.033-5.326,0.016-7.989,0.018c-4.767,0-9.535,0.002-14.306,0.002c-1.969,0-3.938-0.019-5.907-0.007
+		c-2.716,0.017-5.401,0.324-8.027,1.012c-10.003,2.616-17.489,8.031-22.423,17.109c-2.175,4.003-3.417,8.287-3.854,12.784
+		C-48.447-17.959-45.459-23.521-45.487-22.975z"/>
+	<path fill="#E65270" d="M32.722,0.606c-0.84,1.789-0.85,2.545,0.078,4.238c0.7,1.278,2.561,0.14,2.309,1.568
+		c-0.106,1.24-1.405,2.602-1.646,2.899c-0.296,0.35-0.461,0.696-0.898,0.607c-0.399-0.082-0.778-0.275-1.101-0.514
+		c-1.137-0.844-2.19-1.787-3.045-2.927c-1.543-2.059-0.907-3.308,0.899-4.951C30.083,0.833,32.812,0.415,32.722,0.606z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M31.048,7.397c0.445,0.487,1.139,0.957,1.861,1.438
+		c0.384,0.254-0.76-2.867-1.092-3.7c-1.092-2.73,0.338-4.42-0.055-4.211c-0.867,0.46-2.104,2.067-2.189,3.059
+		C29.478,5.058,30.312,6.591,31.048,7.397z"/>
+	<g>
+		<path fill="#0D0D0D" d="M32.375,0.773c-0.84,1.789-0.849,2.544,0.08,4.238c0.698,1.277,1.022,2.564,0.771,3.993
+			c-0.027,0.159-0.059,0.321-0.111,0.475c-0.148,0.428-0.411,0.638-0.848,0.548c-0.4-0.082-0.83-0.216-1.15-0.455
+			c-1.137-0.844-2.191-1.787-3.045-2.927c-1.184-1.58-1.055-2.658-0.157-3.854c0.257-0.342,0.415-0.332,0.746-0.394
+			c0.428-0.081,0.515,0.515,0.379,0.756c-0.313,0.554-0.519,1.112-0.558,1.549c-0.096,1.076,0.506,2.244,1.242,3.049
+			c0.682,0.746,2.062,1.904,3.002,2.185c0.228-0.872-0.257-2.61-0.563-3.454c-0.374-1.031-1.507-2.912-1.222-4.137
+			c0,0,0.398-1.134,0.822-1.422C32.185,0.635,32.375,0.773,32.375,0.773z"/>
+	</g>
+	
+		<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="29664.459" y1="34.687" x2="29664.459" y2="34.687" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#E65271"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+	</linearGradient>
+	<path fill="url(#SVGID_19_)" d="M27.897,34.687"/>
+	<g opacity="0.2">
+		<path fill="#8B4FBA" d="M-18.606-19.866c-0.115-0.006-0.222,0.006-0.309,0.053C-18.806-19.806-18.703-19.827-18.606-19.866z"/>
+	</g>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M33.088-34.857c0.981,1.49,2.084,1.994,3.33,3.167
+		c1.185,1.113,2.095,2.456,3.274,3.548c0.925-0.193,1.963-0.037,2.912-0.085c0.678-1.673,3.97-0.081,4.271,0.999l0.437-0.655
+		c0.949-1.869-2.455-1.994-4.393-1.8c-1.359,0.135-7.23-1.408-7.037-8.979c-0.66-1.015-2.218-0.025-2.22-1.347
+		c-0.001-1.354,0.021-3.742,1.19-4.604c-0.334-1.181-1.498,0.068-1.818,0.541c-0.719,1.058-1.744,2.933-1.977,4.189
+		C30.663-37.738,32.015-36.486,33.088-34.857z"/>
+</symbol>
+<symbol  id="New_Symbol_2" viewBox="-3 -3.5 6 7">
+	<path fill="#FFFFFF" d="M0-3.5c-0.184,0-0.368,0.051-0.53,0.152l-2,1.25C-2.822-1.915-3-1.595-3-1.25v2.5
+		c0,0.345,0.178,0.666,0.47,0.848l2,1.25C-0.368,3.449-0.184,3.5,0,3.5s0.368-0.051,0.53-0.152l2-1.25C2.822,1.916,3,1.595,3,1.25
+		v-2.5c0-0.345-0.178-0.665-0.47-0.848l-2-1.25C0.368-3.449,0.184-3.5,0-3.5z"/>
+	<polygon display="none" fill="none" points="-3,3 3,3 3,-3 -3,-3 	"/>
+</symbol>
+<symbol  id="New_Symbol_3" viewBox="-50.452 -50.957 100.904 101.913">
+	<path fill="#E65270" d="M14.113-50.015c-1.353,0.017-2.704,0.021-4.056,0.021l-3.489-0.003c0,0-9.98,0.004-14.75,0.004
+		c-0.749,0-1.5-0.003-2.25-0.005c-0.751-0.002-1.501-0.005-2.252-0.005c-0.47,0-0.938,0.001-1.407,0.004
+		c-2.838,0.017-5.551,0.358-8.063,1.016c-10.002,2.617-17.576,8.55-22.512,17.633c-2.366,4.355-3.711,9.225-3.995,14.473
+		c-0.126,2.334-0.007,4.726,0.355,7.108c0.043,0.285,0.095,0.569,0.147,0.854l0.115,0.65l0.195-0.192
+		c0.103-0.102,0.135-0.208,0.159-0.288c0.097-0.318,0.188-0.639,0.28-0.958c0.19-0.665,0.388-1.353,0.62-2.013
+		c1.701-4.851,4.284-9.397,7.896-13.902c0.143-0.178,0.251-0.375,0.313-0.567c1.225-3.77,3.354-7.028,6.326-9.69
+		c2.891-2.588,6.357-4.526,10.316-5.771c-2.539,1.086-4.889,2.475-7.003,4.142c-3.448,2.719-5.933,6.046-7.383,9.89
+		c-0.145,0.385-0.267,0.851-0.071,1.368c0.065,0.176,0.111,0.358,0.158,0.541c0.032,0.126,0.063,0.252,0.102,0.377
+		c0.781,2.553,1.967,4.555,3.626,6.117c1.545,1.456,3.513,2.521,6.017,3.257c2.338,0.688,4.778,0.998,7.137,1.298l1.011,0.13
+		c1.321,0.172,2.66,0.377,3.954,0.577l0.779,0.12c0.29,0.044,0.578,0.107,0.876,0.172l0.727,0.152l-0.191-0.325
+		c-0.015-0.028-0.027-0.051-0.048-0.075c-1.225-1.372-2.253-2.898-3.055-4.538c-0.068-0.139-0.214-0.267-0.354-0.312
+		c-0.174-0.057-0.347-0.113-0.52-0.171c-0.551-0.184-1.119-0.371-1.697-0.486c-0.622-0.124-1.259-0.214-1.876-0.3
+		c-0.494-0.07-0.988-0.139-1.479-0.228c-1.653-0.294-2.932-0.826-3.899-1.636c0.212,0.051,0.431,0.083,0.646,0.114
+		c0.3,0.043,0.608,0.089,0.889,0.186c1.524,0.53,3.196,0.776,5.263,0.776l0.279-0.001c0.371-0.004,0.741-0.021,1.117-0.039
+		l0.726-0.03l-0.054-0.179c-1.483-4.845-1.441-9.599,0.119-14.157c-0.653,3.091-0.772,5.962-0.368,8.737
+		c0.618,4.241,2.486,7.896,5.556,10.863c2.07,2.001,4.667,3.681,7.938,5.133c2.841,1.263,5.801,2.022,8.589,2.692l0.527,0.128
+		c1.988,0.478,4.044,0.972,6.036,1.557c2.987,0.875,5.583,2.315,7.716,4.284c0.319,0.295,0.682,0.63,0.968,1
+		c2.037,2.64,4.412,4.513,7.258,5.727c0.082,0.035,0.175,0.122,0.235,0.221c0.931,1.519,2.048,2.638,3.415,3.423
+		c0.305,0.175,0.609,0.263,0.904,0.263c0.374,0,0.748-0.143,1.113-0.421c0.138-0.106,0.264-0.217,0.375-0.33
+		c0.479-0.481,0.863-1.073,1.211-1.859c0.043-0.094,0.082-0.124,0.187-0.137c0.347-0.046,0.705-0.093,1.06-0.163
+		c5.812-1.15,9.859-5.622,10.562-11.673c0.019-0.161,0.032-0.324,0.045-0.486c0.031-0.384,0.062-0.781,0.177-1.137
+		c0.144-0.451,0.361-0.895,0.573-1.321c0.093-0.19,0.188-0.382,0.276-0.575c0.075-0.166,0.154-0.331,0.232-0.495
+		c0.185-0.388,0.374-0.786,0.531-1.193c0.241-0.621,0.269-1.263,0.084-1.908c-0.08-0.278-0.248-0.319-0.341-0.319
+		c-0.071,0-0.147,0.024-0.224,0.072c-0.16,0.102-0.309,0.217-0.458,0.335c-0.07,0.057-0.142,0.111-0.214,0.165
+		c-0.08,0.061-0.159,0.123-0.237,0.187c-0.187,0.147-0.362,0.288-0.557,0.395c-0.07,0.039-0.143,0.06-0.214,0.06
+		c-0.074,0-0.145-0.022-0.211-0.065l0.274-0.245c0.489-0.434,0.977-0.869,1.457-1.31c0.101-0.092,0.168-0.261,0.159-0.4
+		c-0.057-0.908-0.374-1.661-0.945-2.241c-0.68-0.688-1.393-1.023-2.178-1.023c-0.168,0-0.339,0.016-0.513,0.047
+		c-0.032-0.305-0.097-0.419-0.351-0.555c-1.606-0.871-3.172-1.295-4.785-1.295l-0.252,0.002c-1.099,0-2.169-0.312-3.369-0.981
+		c-0.413-0.23-0.778-0.386-1.119-0.476c-1.031-0.274-2.072-0.377-3.013-0.421c0.404-0.055,0.826-0.083,1.279-0.083
+		c0.289,0,0.587,0.012,0.909,0.034l0.184,0.018c0.136,0.013,0.274,0.026,0.406,0.026c0.177,0,0.323-0.023,0.446-0.074
+		c0.841-0.343,1.663-0.759,2.433-1.154c0.151-0.078,0.26-0.11,0.361-0.11c0.056,0,0.11,0.01,0.167,0.032l0.225,0.084
+		c0.421,0.159,0.856,0.323,1.271,0.507c0.987,0.439,1.838,0.645,2.678,0.645c0.225,0,0.45-0.016,0.673-0.047
+		c0.576-0.078,1.248-0.21,1.854-0.583c0.299-0.183,0.698-0.491,0.735-1.064c0.002-0.01,0.022-0.044,0.069-0.088
+		c0.073-0.067,0.149-0.131,0.227-0.195c0.078-0.065,0.158-0.131,0.233-0.202c0.47-0.431,0.677-0.977,0.619-1.624
+		c-0.018-0.181-0.058-0.606-0.421-0.606c-0.11,0-0.239,0.04-0.418,0.131c-0.075,0.039-0.144,0.07-0.207,0.088
+		c0.177-0.109,0.349-0.217,0.518-0.332c0.401-0.274,0.597-0.692,0.578-1.242c-0.038-1.201-1.302-2.336-2.601-2.336
+		c-0.154,0-0.306,0.018-0.451,0.049c-0.383,0.084-0.859,0.245-1.146,0.743c-0.009,0.013-0.042,0.036-0.049,0.038l-0.22-0.01
+		c-0.261-0.01-0.529-0.021-0.778-0.078l-0.073-0.017c-0.423-0.097-0.859-0.195-1.305-0.195c-0.178,0-0.345,0.016-0.507,0.047
+		c-0.199,0.037-0.396,0.086-0.598,0.136l-0.146,0.035c-0.231-0.749-0.604-1.452-1.109-2.094c-1.131-1.439-2.639-2.452-4.607-3.097
+		c-1.427-0.469-2.961-0.705-4.562-0.705c-0.841,0-1.724,0.064-2.623,0.192c-3.546,0.506-6.021,2.434-7.359,5.728
+		c-0.225,0.552-0.376,1.138-0.524,1.706c-0.071,0.275-0.144,0.554-0.224,0.827c-0.42,1.429-0.949,2.69-1.619,3.86
+		c-1.216,2.123-2.72,3.635-4.599,4.625c-1.502,0.791-3.146,1.192-4.884,1.192c-0.728,0-1.489-0.069-2.264-0.208
+		c-0.157-0.028-0.313-0.061-0.472-0.096c0.547-0.025,1.067-0.054,1.592-0.106c2.431-0.246,4.645-0.993,6.58-2.219
+		c2.633-1.671,4.249-3.747,4.937-6.345c0.385-1.452,0.935-2.898,1.634-4.298c0.404-0.813,0.918-1.752,1.658-2.546
+		c1.046-1.119,2.394-1.884,4.241-2.404c0.505-0.142,1.007-0.297,1.506-0.458c0.276-0.088,0.468-0.28,0.587-0.587
+		c0.289-0.75,0.361-1.514,0.213-2.269c-0.217-1.109-0.744-2.136-1.613-3.139c-0.686-0.791-1.538-1.366-2.362-1.923
+		c-0.414-0.277-0.803-0.572-1.157-0.875c-0.303-0.259-0.46-0.599-0.443-0.958c0.026-0.589,0.07-0.612,0.18-0.612
+		c0.092,0,0.237,0.035,0.471,0.111c0.115,0.039,0.229,0.084,0.342,0.134l0.686,0.296c0.392,0.169,0.783,0.339,1.178,0.503
+		c0.856,0.357,1.703,0.54,2.515,0.54c0.434,0,0.868-0.052,1.291-0.153c1.52-0.364,2.518-1.267,2.966-2.686
+		c0.12-0.384,0.103-0.712-0.055-0.978c-0.104-0.177-0.342-0.325-0.54-0.331c-0.184,0-0.356,0.163-0.488,0.307
+		c-0.074,0.081-0.092,0.187-0.106,0.28c-0.006,0.03-0.011,0.062-0.018,0.089c-0.135,0.505-0.322,0.835-0.604,1.056
+		c0.504-0.684,0.73-1.417,0.689-2.23c-0.042-0.807-0.646-1.37-1.471-1.37c-0.034,0-0.067,0.001-0.103,0.003
+		c-0.313,0.019-0.512,0.188-0.545,0.466c-0.022,0.193-0.022,0.39-0.023,0.58c0,0.079,0,0.159-0.002,0.238
+		c-0.002,0.104-0.001,0.205,0,0.308c0,0.222,0.001,0.431-0.027,0.637c-0.062,0.444-0.326,0.744-0.785,0.891
+		c-0.032,0.011-0.064,0.019-0.098,0.023c0.139-0.079,0.259-0.188,0.344-0.346c0.17-0.315,0.315-0.601,0.394-0.911
+		c0.204-0.821,0.003-1.461-0.581-1.852c-0.303-0.202-0.691-0.277-1.033-0.325c-0.139-0.019-0.275-0.026-0.412-0.026
+		c-0.511,0-1.011,0.12-1.493,0.234l-0.245,0.059c-0.457,0.105-0.862,0.158-1.251,0.159c-0.332,0-0.677-0.064-1.011-0.126
+		l-0.155-0.028c-2.533-0.456-4.81-0.677-6.959-0.677L14.113-50.015z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M34.73-20.454c0,0-3.735-4.456-10.078-1.903
+		c-5.81,2.34-3.692,8.784-3.692,8.784s1.03-3.996,4.036-5.51C29.348-21.276,34.73-20.454,34.73-20.454z"/>
+	<path opacity="0.2" fill="#430A1D" enable-background="new    " d="M16.327-22.362c0.809-0.823,0.824-1.663,1.078-2.688
+		c0.479-1.928,1.068-3.601,2.296-5.188c1.181-1.525,2.594-2.602,4.419-3.303c1.581-0.606,3.614-0.427,3.311-2.781l-0.53-1.983
+		c-4.04,0-7.825,1.844-9.367,5.854c-1.352,3.517,0.241,7.768-3.857,13.717C14.005-19.135,15.908-21.934,16.327-22.362z"/>
+	<g opacity="0.2">
+		<path fill="#2B2B2B" d="M14.727-20.614c0.062-0.25,0.118-0.504,0.175-0.757C14.751-21.186,14.673-20.95,14.727-20.614z"/>
+	</g>
+	
+		<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="29713.3379" y1="69.6689" x2="29741.8066" y2="-63.1843" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_20_)" d="M-32.349-35.986C-47.59-34.48-49.384-19.31-49.384-19.31s-0.828,7.033,1.104,13.93
+		c1.241-12.55,11.309-21.239,11.309-21.239S-34.759-33.769-32.349-35.986z"/>
+	<path opacity="0.2" fill="#2B2B2B" enable-background="new    " d="M-36.15-30.208c0,0-3.196-0.304-7.461,4.873
+		c4.112-7.461,9.441-7.613,9.441-7.613L-36.15-30.208z"/>
+	
+		<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="29697.2695" y1="71.4434" x2="29727.5938" y2="-70.0703" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.6584" style="stop-color:#BF73F2"/>
+		<stop  offset="0.6649" style="stop-color:#C370E6"/>
+		<stop  offset="0.6852" style="stop-color:#CC68C7"/>
+		<stop  offset="0.7081" style="stop-color:#D461AB"/>
+		<stop  offset="0.7341" style="stop-color:#DB5B95"/>
+		<stop  offset="0.7643" style="stop-color:#E05784"/>
+		<stop  offset="0.8017" style="stop-color:#E35479"/>
+		<stop  offset="0.8543" style="stop-color:#E55272"/>
+		<stop  offset="1" style="stop-color:#E65270"/>
+	</linearGradient>
+	<path fill="url(#SVGID_21_)" d="M-27.912-38.92c-0.799,14.03,7.438,7.52,11.69,14.96c1.195,6.51,4.782,10.628,4.782,10.628
+		S-36.946-8.55-37.347-27.149c0.888-4.028,4.792-7.921,7.236-10.029c-0.478,1.078-6.567,17.833,13.711,16.467
+		c-6.999,0.596-17.105-6.716-12.288-17.67C-28.205-38.732-27.912-38.92-27.912-38.92z"/>
+	<path opacity="0.2" fill="#FFFFFF" enable-background="new    " d="M-21.017-18.687c-5.272-1.982-14.225-1.972-11.677-15.425
+		c-0.408-0.306-2.446,2.854-1.937,2.547C-36.975-19.538-26.447-20.233-21.017-18.687z"/>
+	<path opacity="0.6" fill="#8B4FBA" enable-background="new    " d="M-14.341-13.868c5.127,2.028,0.964-3.722,0.236-4.642
+		c-1.683-2.128-5.941-1.435-8.21-2.146c-1.305-0.408-6.536-1.175-8.269-6.128c-0.77-2.195-1.06-5.781,0.581-10.146
+		c-0.407-0.307-3.104,2.646-2.594,2.342C-36.925-15.258-16.511-22.196-14.341-13.868z"/>
+	<path fill="#F9E0E7" d="M36.631-5.975C36.77-5.591,37.009-5.1,37.31-4.81c0.07-0.033,0.145-0.037,0.202-0.073
+		c0.5,0.324,1.29,0.281,1.918,0.281c0.376,0,0.924,0.104,1.287-0.037c0.528-0.205,0.468-0.76,0.689-1.181
+		c0.414-0.786,1.69-0.796,1.695-1.908c0.004-0.523,0.135-1.232,0.001-1.744c-0.1-0.38-0.525-0.263-0.891-0.263
+		c-1.109,0-2.215-0.032-3.326-0.032l-1.536,1.145c-0.41-0.131-0.731,0.728-0.787,1.021C36.47-7.119,36.458-6.452,36.631-5.975z"/>
+	<path fill="#FFFFFF" d="M41.756-7.497c0.188,0.077,0.465,0.378,0.581,0.555c0.084,0.127,0.06,0.208,0.24,0.203
+		c0.469-0.013,0.473-0.646,0.449-0.973c-0.028-0.418-0.197-0.802-0.258-1.213c-0.152,0.038-0.236,0.229-0.407,0.278
+		c-0.136,0.04-0.331,0.02-0.473,0.014c-0.208-0.009-0.496-0.149-0.684-0.069L41.756-7.497z"/>
+	
+		<linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="29692.293" y1="62.4614" x2="29694.0977" y2="-21.4859" gradientTransform="matrix(-1 0 0 1 29692.3555 0)">
+		<stop  offset="0" style="stop-color:#FAA7B5"/>
+		<stop  offset="0.3836" style="stop-color:#FAA100"/>
+		<stop  offset="0.7317" style="stop-color:#BF73F2"/>
+	</linearGradient>
+	<path fill="url(#SVGID_22_)" d="M-18.99,13.065c0.07,0.081,0.088,0.106,0.11,0.128c2.035,1.901,3.114,4.298,3.694,6.98
+		c0.381,1.755-0.105,3.303-0.895,4.816c-0.014,0.026-0.039,0.05-0.066,0.084c-0.158-0.494-0.302-0.979-0.47-1.456
+		c-0.413-1.176-0.913-2.314-1.707-3.288c-0.317-0.388-13.613-7.753-12.244-24.064c0.009-0.101,0.026-0.198,0.04-0.31
+		c0.246,0.229,0.461,0.466,0.708,0.661c0.885,0.693,1.907,1.133,2.973,1.431c1.951,0.544,3.915,1.044,5.881,1.525
+		c2.237,0.548,4.487,1.056,6.645,1.882c1.22,0.466,2.354,1.08,3.437,1.82C-9.27,4.379-7.877,5.7-6.677,7.23
+		c0.699,0.891,1.025,1.572,1.34,2.619c0.199-0.539,0.095-2.041-0.205-2.999c-0.31-0.991-0.837-1.854-1.524-2.648
+		c0.165,0.053,0.345,0.08,0.492,0.164c1.902,1.084,3.587,2.419,4.831,4.249c0.834,1.226,1.342,2.569,1.413,4.062
+		c0.001,0.021,0.01,0.042,0.017,0.075C0.083,10.92,0.026,7.8-2.04,5.582C-1.31,5.84-0.65,6.099,0.026,6.3
+		c0.559,0.166,0.928,0.493,1.237,0.984c1.356,2.147,2.48,4.396,3.088,6.877c0.47,1.916,0.587,3.84,0.06,5.765
+		c-0.598,2.176-1.912,3.85-3.7,5.181c-1.242,0.925-2.612,1.612-4.05,2.173c-0.087,0.034-0.174,0.066-0.259,0.103
+		c-0.014,0.005-0.021,0.021-0.076,0.081c0.498-0.137,0.945-0.253,1.386-0.384c2.06-0.612,4.034-1.41,5.782-2.688
+		c1.56-1.14,2.754-2.562,3.351-4.432c0.533-1.674,0.487-3.366,0.104-5.058c-0.56-2.467-1.709-4.665-3.109-6.746
+		C3.797,8.091,3.755,8.027,3.714,7.963c-0.006-0.01-0.005-0.026-0.013-0.063c0.058,0.022,0.104,0.037,0.146,0.059
+		c2.931,1.499,5.537,3.416,7.613,5.992c2.016,2.5,3.483,5.284,4.18,8.438c0.877,3.98-0.085,7.513-2.663,10.631
+		c-1.629,1.972-3.643,3.464-5.873,4.68c-2.877,1.567-5.938,2.59-9.177,3.061c-1.842,0.268-3.686,0.32-5.527-0.034
+		c-1.012-0.193-1.668-0.458-2.79-1.107c0.142,0.121,0.277,0.249,0.426,0.359c1.007,0.764,2.168,1.16,3.387,1.407
+		c2.016,0.408,4.049,0.403,6.082,0.166c3.148-0.368,6.149-1.24,8.991-2.647c0.278-0.139,0.553-0.283,0.86-0.441
+		c0,0.258-0.015,0.483,0.004,0.706c0.026,0.344,0.199,0.541,0.47,0.573c0.258,0.032,0.41-0.065,0.46-0.319
+		c0.041-0.215,0.052-0.436,0.083-0.653c0.07-0.492,0.298-0.909,0.636-1.271c0.033-0.037,0.074-0.069,0.115-0.097
+		c0.019-0.014,0.046-0.013,0.118-0.028c0,0.177,0.001,0.34,0,0.502c-0.005,0.329-0.018,0.659-0.011,0.988
+		c0.003,0.081,0.06,0.211,0.116,0.227c0.077,0.021,0.217-0.018,0.265-0.079c0.129-0.17,0.268-0.354,0.327-0.556
+		c0.129-0.428,0.187-0.876,0.321-1.301c0.088-0.275,0.228-0.547,0.403-0.775c0.192-0.25,0.386-0.195,0.459,0.111
+		c0.068,0.286,0.093,0.583,0.136,0.875c0.015,0.101,0.018,0.205,0.049,0.299c0.025,0.081,0.084,0.148,0.128,0.223
+		c0.066-0.061,0.163-0.107,0.192-0.182c0.067-0.17,0.133-0.353,0.141-0.532c0.021-0.396-0.016-0.795,0.013-1.19
+		c0.015-0.21,0.085-0.433,0.188-0.616c0.114-0.203,0.297-0.179,0.36,0.048c0.091,0.324,0.136,0.659,0.202,0.99
+		c0.045,0.224,0.092,0.447,0.147,0.721c0.265-0.226,0.329-0.477,0.355-0.72c0.068-0.647,0.101-1.297,0.158-1.945
+		c0.044-0.486,0.211-0.913,0.498-1.328c0.521-0.755,0.982-1.554,1.448-2.346c0.24-0.406,0.462-0.443,0.686-0.025
+		c0.254,0.474,0.443,0.982,0.658,1.478c0.094,0.217,0.173,0.439,0.272,0.653c0.046,0.104,0.124,0.192,0.195,0.299
+		c0.255-0.184,0.316-0.426,0.267-0.667c-0.073-0.361-0.206-0.712-0.3-1.069c-0.101-0.39-0.209-0.779-0.27-1.177
+		c-0.023-0.16,0.049-0.351,0.122-0.507c0.103-0.224,0.267-0.252,0.443-0.076c0.179,0.178,0.318,0.395,0.492,0.576
+		c0.099,0.104,0.235,0.167,0.354,0.249c0.067-0.145,0.203-0.297,0.191-0.437c-0.025-0.297-0.096-0.6-0.205-0.878
+		c-0.222-0.565-0.521-1.103-0.712-1.676c-0.138-0.416-0.164-0.871-0.209-1.312c-0.012-0.109,0.078-0.299,0.163-0.33
+		c0.089-0.032,0.265,0.056,0.344,0.143c0.363,0.399,0.704,0.82,1.06,1.228c0.087,0.101,0.203,0.174,0.305,0.261
+		c0.035-0.017,0.068-0.032,0.103-0.05c-0.034-0.232-0.025-0.482-0.109-0.697c-0.143-0.357-0.32-0.708-0.524-1.033
+		c-0.323-0.516-0.692-1.002-1.023-1.512c-0.612-0.943-1.017-1.972-1.271-3.069c-0.183-0.788-0.443-1.558-0.671-2.334
+		c-0.027-0.096-0.061-0.189-0.065-0.296c0.199,0.318,0.393,0.641,0.599,0.957c0.431,0.664,0.928,1.275,1.596,1.714
+		c0.336,0.22,0.697,0.418,1.073,0.556c1.933,0.711,3.887,1.372,5.73,2.299c0.524,0.266,1.025,0.588,1.502,0.935
+		c0.603,0.438,0.826,1.049,0.646,1.789c-0.126,0.514-0.252,1.028-0.383,1.562c-0.312-0.498-0.587-0.978-0.902-1.428
+		s-0.704-0.832-1.283-1

<TRUNCATED>

[49/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
new file mode 100644
index 0000000..bfdda7a
--- /dev/null
+++ b/content/community.html
@@ -0,0 +1,442 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Community</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown active">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <div class="col-sm-12"><h1>Community</h1></div>
+    </div>
+
+<p>There are many ways to get help from the Apache Flink community. The <a href="#mailing-lists">mailing lists</a> are the primary place where all Flink committers are present. If you want to talk with the Flink committers and users in a chat, there is a <a href="#irc">IRC channel</a>. Some committers are also monitoring <a href="http://stackoverflow.com/questions/tagged/flink">Stack Overflow</a>. Please remember to tag your questions with the <em><a href="http://stackoverflow.com/questions/tagged/flink">flink</a></em> tag. Bugs and feature requests can either be discussed on <em>dev mailing list</em> or on <a href="">JIRA</a>. Those interested in contributing to Flink should check out the <a href="how-to-contribute.html">contribution guide</a>.</p>
+
+<div class="page-toc">
+<ul id="markdown-toc">
+  <li><a href="#mailing-lists" id="markdown-toc-mailing-lists">Mailing Lists</a></li>
+  <li><a href="#irc" id="markdown-toc-irc">IRC</a></li>
+  <li><a href="#stack-overflow" id="markdown-toc-stack-overflow">Stack Overflow</a></li>
+  <li><a href="#issue-tracker" id="markdown-toc-issue-tracker">Issue Tracker</a></li>
+  <li><a href="#people" id="markdown-toc-people">People</a></li>
+  <li><a href="#former-mentors" id="markdown-toc-former-mentors">Former mentors</a></li>
+</ul>
+
+</div>
+
+<h2 id="mailing-lists">Mailing Lists</h2>
+
+<table class="table table-striped">
+  <thead>
+    <th class="text-center">Name</th>
+    <th class="text-center">Subscribe</th>
+    <th class="text-center">Digest</th>
+    <th class="text-center">Unsubscribe</th>
+    <th class="text-center">Post</th>
+    <th class="text-center">Archive</th>
+  </thead>
+  <tr>
+    <td>
+      <strong>news</strong>@flink.apache.org<br />
+      <small>News and announcements from the Flink community.</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:news-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:news-digest-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:news-unsubscribe@flink.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <i>Read only list</i></td>
+    <td class="text-center">
+      <a href="http://mail-archives.apache.org/mod_mbox/flink-news/">Archives</a> <br />
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <strong>user</strong>@flink.apache.org<br />
+      <small>User support and questions mailing list</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-digest-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user-unsubscribe@flink.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:user@flink.apache.org">Post</a></td>
+    <td class="text-center">
+      <a href="http://mail-archives.apache.org/mod_mbox/flink-user/">Archives</a> <br />
+      <a href="http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/">Nabble Archive</a>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <strong>dev</strong>@flink.apache.org<br />
+      <small>Development related discussions</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-digest-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev-unsubscribe@flink.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:dev@flink.apache.org">Post</a></td>
+    <td class="text-center">
+      <a href="http://mail-archives.apache.org/mod_mbox/flink-dev/">Archives</a> <br />
+      <a href="http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/">Nabble Archive</a>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <strong>issues</strong>@flink.apache.org
+      <br />
+      <small>Mirror of all JIRA activity</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:issues-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:issues-digest-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:issues-unsubscribe@flink.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i><i>Read only list</i></td>
+    <td class="text-center"><a href="http://mail-archives.apache.org/mod_mbox/flink-issues/">Archives</a></td>
+  </tr>
+  <tr>
+    <td>
+      <strong>commits</strong>@flink.apache.org
+      <br />
+      <small>All commits to our repositories</small>
+    </td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:commits-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:commits-digest-subscribe@flink.apache.org">Subscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:commits-unsubscribe@flink.apache.org">Unsubscribe</a></td>
+    <td class="text-center"><i class="fa fa-pencil-square-o"></i> <i>Read only list</i></td>
+    <td class="text-center"><a href="http://mail-archives.apache.org/mod_mbox/flink-commits/">Archives</a></td>
+  </tr>
+</table>
+
+<h2 id="irc">IRC</h2>
+
+<p>There is an IRC channel called #flink dedicated to Apache Flink at irc.freenode.org. There is also a <a href="http://webchat.freenode.net/?channels=flink">web-based IRC client</a> available.</p>
+
+<p>The IRC channel can be used for online discussions about Apache Flink as community, but developers should be careful to move or duplicate all the official or useful discussions to the issue tracking system or dev mailing list.</p>
+
+<h2 id="stack-overflow">Stack Overflow</h2>
+
+<p>Committers are watching <a href="http://stackoverflow.com/questions/tagged/flink">Stack Overflow</a> for the <a href="http://stackoverflow.com/questions/tagged/flink">flink</a> tag.</p>
+
+<p>Make sure to tag your questions there accordingly to get answers from the Flink community.</p>
+
+<h2 id="issue-tracker">Issue Tracker</h2>
+
+<p>We use JIRA to track all code related issues: <a href="https://issues.apache.org/jira/browse/FLINK">https://issues.apache.org/jira/browse/FLINK</a>.</p>
+
+<p>All issue activity is also mirrored to the issues mailing list.</p>
+
+<h2 id="people">People</h2>
+
+<table class="table table-striped">
+  <thead>
+    <th class="text-center"></th>
+    <th class="text-center">Name</th>
+    <th class="text-center">Role</th>
+    <th class="text-center">Apache ID</th>
+  </thead>
+  <tr>
+    <td class="text-center"><img src="https://avatars2.githubusercontent.com/u/5990983?s=50" /></td>
+    <td class="text-center">Márton Balassi</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">mbalassi</td>
+  </tr>
+    <tr>
+        <td class="text-center"><img src="https://avatars2.githubusercontent.com/u/858078?v=3&amp;s=50" /></td>
+        <td class="text-center">Paris Carbone</td>
+        <td class="text-center">Committer</td>
+        <td class="text-center">senorcarbone</td>
+    </tr>
+  <tr>
+    <td class="text-center" width="10%"><img src="https://avatars3.githubusercontent.com/u/1756620?s=50" /></td>
+    <td class="text-center">Ufuk Celebi</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">uce</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars2.githubusercontent.com/u/1727146?s=50" /></td>
+    <td class="text-center">Stephan Ewen</td>
+    <td class="text-center">PMC, Committer, VP</td>
+    <td class="text-center">sewen</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars1.githubusercontent.com/u/5880972?s=50" /></td>
+    <td class="text-center">Gyula Fóra</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">gyfora</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Alan Gates</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">gates</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars0.githubusercontent.com/u/2388347?s=50" /></td>
+    <td class="text-center">Fabian Hueske</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">fhueske</td>
+  </tr>
+    <tr>
+    <td class="text-center"><img src="https://avatars3.githubusercontent.com/u/498957?v=3&amp;s=50" /></td>
+    <td class="text-center">Vasia Kalavri</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">vasia</td>
+  </tr>
+  
+    <tr>
+    <td class="text-center"><img src="https://avatars0.githubusercontent.com/u/68551?s=50" /></td>
+    <td class="text-center">Aljoscha Krettek</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">aljoscha</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars0.githubusercontent.com/u/89049?s=50" /></td>
+    <td class="text-center">Robert Metzger</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">rmetzger</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars2.githubusercontent.com/u/837221?s=50" /></td>
+    <td class="text-center">Maximilian Michels</td>
+    <td class="text-center">Committer</td>
+    <td class="text-center">mxm</td>
+  </tr>
+  
+  <tr>
+    <td class="text-center"><img src="https://avatars1.githubusercontent.com/u/5756858?s=50" /></td>
+    <td class="text-center">Till Rohrmann</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">trohrmann</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars0.githubusercontent.com/u/105434?s=50" /></td>
+    <td class="text-center">Henry Saputra</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">hsaputra</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars1.githubusercontent.com/u/409707?s=50" /></td>
+    <td class="text-center">Sebastian Schelter</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">ssc</td>
+  </tr>
+  <tr>
+    <td class="text-center"><img src="https://avatars2.githubusercontent.com/u/1925554?s=50" /></td>
+    <td class="text-center">Kostas Tzoumas</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">ktzoumas</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Timo Walther</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">twalthr</td>
+  </tr> 
+  <tr>
+    <td class="text-center"><img src="https://avatars1.githubusercontent.com/u/1826769?s=50" /></td>
+    <td class="text-center">Daniel Warneke</td>
+    <td class="text-center">PMC, Committer</td>
+    <td class="text-center">warneke</td>
+  </tr>
+</table>
+
+<p>You can reach committers directly at <code>&lt;apache-id&gt;@apache.org</code>. A list of all contributors can be found on our <a href="https://github.com/apache/flink/graphs/contributors">GitHub Contributors</a> page.</p>
+
+<h2 id="former-mentors">Former mentors</h2>
+
+<p>The following people were very kind to mentor the project while in incubation.</p>
+
+<table class="table table-striped">
+  <thead>
+    <th class="text-center"></th>
+    <th class="text-center">Name</th>
+    <th class="text-center">Role</th>
+    <th class="text-center">Apache ID</th>
+  </thead>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Ashutosh Chauhan</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">hashutosh</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Ted Dunning</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">tdunning</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Alan Gates</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">gates</td>
+  </tr>
+  
+    <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Owen O'Malley</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">omalley</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Sean Owen</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">srowen</td>
+  </tr>
+  <tr>
+    <td class="text-center"></td>
+    <td class="text-center">Henry Saputra</td>
+    <td class="text-center">Former PPMC, Mentor</td>
+    <td class="text-center">hsaputra</td>
+  </tr>
+</table>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/css/flink.css
----------------------------------------------------------------------
diff --git a/content/css/flink.css b/content/css/flink.css
new file mode 100644
index 0000000..7ad2694
--- /dev/null
+++ b/content/css/flink.css
@@ -0,0 +1,153 @@
+/*=============================================================================
+                         Navbar at the top of the page
+=============================================================================*/
+
+/* Padding at top because of the fixed navbar. */
+body {
+	padding-top: 70px;
+}
+
+/* Our logo. */
+.navbar-logo {
+	padding: 5px 15px 5px 15px;
+}
+.navbar-logo img {
+	width: 78px;
+	height: 40px;
+}
+
+/* Links */
+.navbar-default .navbar-nav > li > a {
+	color: black;
+	font-weight: bold;
+}
+.navbar-default .navbar-nav > li > a:hover {
+	background: #E7E7E7;
+}
+
+.navbar-collapse .dropdown-header {
+	color: black;
+}
+
+/*=============================================================================
+                                    Text
+=============================================================================*/
+
+/* The auto-generated TOC anchors are hidden by the top navbar otherwise. */
+h1, h2, h3, h4, h5, h6 {
+    padding-top: 70px;
+    margin-top: -60px;
+}
+
+h1 {
+	font-size: 160%;
+}
+
+h2 {
+	font-size: 140%;
+}
+
+h3, h4, h5, h6 {
+	font-size: 120%;
+}
+
+/*=============================================================================
+                              Table of Contents
+=============================================================================*/
+
+.page-toc {
+	padding-bottom: 2em;
+}
+
+#markdown-toc {
+	font-size: 90%;
+}
+
+@media (min-width: 768px) {
+	#markdown-toc {
+		/*width: 35%;*/
+	}
+}
+
+/* Custom list styling */
+#markdown-toc, #markdown-toc ul {
+	list-style: none;
+	display: block;
+	position: relative;
+	padding-left: 0;
+	margin-bottom: 0;
+}
+
+/* All element */
+#markdown-toc li > a {
+	display: block;
+	padding: 5px 10px;
+	border: 1px solid #E5E5E5;
+	margin:-1px;
+}
+#markdown-toc li > a:hover,
+#markdown-toc li > a:focus {
+  text-decoration: none;
+  background-color: #eee;
+}
+
+/* 1st-level elements */
+#markdown-toc > li > a {
+	font-weight: bold;
+}
+
+/* 2nd-level element */
+#markdown-toc > li li > a {
+	padding-left: 20px; /* A little more indentation*/
+}
+
+/* >= 3rd-level element */
+#markdown-toc > li li li {
+	display: none; /* hide */
+}
+
+#markdown-toc li:last-child > a {
+	border-bottom: 1px solid #E5E5E5;
+}
+
+/*=============================================================================
+                                 Various
+=============================================================================*/
+
+.stack img {
+	width: 385px;
+	height: 300px;
+}
+
+.frontpage-tags a {
+	color: black;
+}
+
+pre {
+	background: none;
+}
+
+.blog-title a {
+	color: black;
+}
+
+code {
+	background: none;
+	color: black;
+}
+
+.footer {
+	padding: 1em 0 2em 0;
+}
+
+.download-button {
+	padding-bottom:10px
+}
+
+.img100 img {
+	width: 100%;
+}
+
+#disqus_thread {
+	padding-top: 3em;
+}

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/css/syntax.css
----------------------------------------------------------------------
diff --git a/content/css/syntax.css b/content/css/syntax.css
new file mode 100644
index 0000000..2774b76
--- /dev/null
+++ b/content/css/syntax.css
@@ -0,0 +1,60 @@
+.highlight  { background: #ffffff; }
+.highlight .c { color: #999988; font-style: italic } /* Comment */
+.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight .k { font-weight: bold } /* Keyword */
+.highlight .o { font-weight: bold } /* Operator */
+.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
+.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
+.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
+.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
+.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .gr { color: #aa0000 } /* Generic.Error */
+.highlight .gh { color: #999999 } /* Generic.Heading */
+.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
+.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
+.highlight .go { color: #888888 } /* Generic.Output */
+.highlight .gp { color: #555555 } /* Generic.Prompt */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
+.highlight .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight .kc { font-weight: bold } /* Keyword.Constant */
+.highlight .kd { font-weight: bold } /* Keyword.Declaration */
+.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
+.highlight .kr { font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
+.highlight .m { color: #009999 } /* Literal.Number */
+.highlight .s { color: #d14 } /* Literal.String */
+.highlight .na { color: #008080 } /* Name.Attribute */
+.highlight .nb { color: #0086B3 } /* Name.Builtin */
+.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
+.highlight .no { color: #008080 } /* Name.Constant */
+.highlight .ni { color: #800080 } /* Name.Entity */
+.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
+.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
+.highlight .nn { color: #555555 } /* Name.Namespace */
+.highlight .nt { color: #000080 } /* Name.Tag */
+.highlight .nv { color: #008080 } /* Name.Variable */
+.highlight .ow { font-weight: bold } /* Operator.Word */
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .mf { color: #009999 } /* Literal.Number.Float */
+.highlight .mh { color: #009999 } /* Literal.Number.Hex */
+.highlight .mi { color: #009999 } /* Literal.Number.Integer */
+.highlight .mo { color: #009999 } /* Literal.Number.Oct */
+.highlight .sb { color: #d14 } /* Literal.String.Backtick */
+.highlight .sc { color: #d14 } /* Literal.String.Char */
+.highlight .sd { color: #d14 } /* Literal.String.Doc */
+.highlight .s2 { color: #d14 } /* Literal.String.Double */
+.highlight .se { color: #d14 } /* Literal.String.Escape */
+.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
+.highlight .si { color: #d14 } /* Literal.String.Interpol */
+.highlight .sx { color: #d14 } /* Literal.String.Other */
+.highlight .sr { color: #009926 } /* Literal.String.Regex */
+.highlight .s1 { color: #d14 } /* Literal.String.Single */
+.highlight .ss { color: #990073 } /* Literal.String.Symbol */
+.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
+.highlight .vc { color: #008080 } /* Name.Variable.Class */
+.highlight .vg { color: #008080 } /* Name.Variable.Global */
+.highlight .vi { color: #008080 } /* Name.Variable.Instance */
+.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
new file mode 100644
index 0000000..2457ce7
--- /dev/null
+++ b/content/downloads.html
@@ -0,0 +1,323 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Downloads</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li class="active"><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <div class="col-sm-12"><h1>Downloads</h1></div>
+    </div>
+
+<script type="text/javascript">
+$( document ).ready(function() {
+  // Handler for .ready() called.
+  $('.ga-track').on('click', function() {
+    // we just use the element id for tracking with google analytics
+    ga('send', 'event', 'button', 'click', $(this).attr('id'));
+  });
+
+});
+</script>
+
+<div class="page-toc">
+<ul id="markdown-toc">
+  <li><a href="#latest-stable-release-v081" id="markdown-toc-latest-stable-release-v081">Latest stable release (v0.8.1)</a></li>
+  <li><a href="#maven-dependencies" id="markdown-toc-maven-dependencies">Maven Dependencies</a></li>
+  <li><a href="#preview-release" id="markdown-toc-preview-release">Preview release</a></li>
+  <li><a href="#snapshot" id="markdown-toc-snapshot">Snapshot</a></li>
+  <li><a href="#build-from-source" id="markdown-toc-build-from-source">Build from Source</a></li>
+  <li><a href="#all-releases" id="markdown-toc-all-releases">All releases</a></li>
+</ul>
+
+</div>
+
+<h2 id="latest-stable-release-v081">Latest stable release (v0.8.1)</h2>
+
+<p>Apache Flink 0.8.1 is our latest stable release.</p>
+
+<p>You <a href="faq.html#do-i-have-to-install-apache-hadoop-to-use-flink">don’t have to install Hadoop</a> to use Flink, but if you plan to use Flink with data stored in Hadoop, pick the version matching your installed Hadoop version. If you don’t want to do this, pick the Hadoop 1 version.</p>
+
+<div class="list-group">
+  <!-- Hadoop 1 -->
+  <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop1.tgz" id="download-hadoop1" class="list-group-item ga-track">
+    <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Flink 0.8.1</strong> for Hadoop 1</h4>
+
+    <p>Pick this package if you plan to use Flink with data stored in Hadoop 1.x.</p>
+    <p>Also pick this version if you don't plan to use Flink with Hadoop at all.</p>
+  </a>
+
+  <!-- Hadoop 2 -->
+  <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2.tgz" id="download-hadoop2" class="list-group-item ga-track">
+    <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Flink 0.8.1</strong> for Hadoop 2</h4>
+    <p>Pick this package if you plan to install Flink use Flink with data stored in Hadoop 2.x.</p>
+  </a>
+
+  <!-- YARN -->
+  <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2-yarn.tgz" class="list-group-item ga-track" id="download-hadoop2-yarn">
+    <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Flink 0.8.1</strong> for YARN</h4>
+    <p>Pick this package if you plan to use Flink with Hadoop YARN.</p>
+  </a>
+
+  <!-- Source -->
+  <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-src.tgz" class="list-group-item ga-track" id="download-source">
+    <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Flink 0.8.1</strong> Source Release</h4>
+    <p>Review the source code or build Flink on your own, using this package</p>
+  </a>
+</div>
+
+<h2 id="maven-dependencies">Maven Dependencies</h2>
+
+<p>You can add the following dependencies to your <code>pom.xml</code> to include Apache Flink in your project.</p>
+
+<div class="highlight"><pre><code class="language-xml"><span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>flink-java<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>0.8.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>flink-clients<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>0.8.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
+<p>These dependencies include a local execution environment and thus support local testing.</p>
+
+<ul>
+  <li><strong>Hadoop 1</strong>: If you want to interact with Hadoop 1, use <code>0.8.1-hadoop1</code> as the version.</li>
+  <li><strong>Scala API</strong>: To use the Scala API, replace the <code>flink-java</code> artifact id with <code>flink-scala</code>.</li>
+</ul>
+
+<h2 id="preview-release">Preview release</h2>
+
+<p>This <strong>milestone release</strong> is a preview of the upcoming 0.9 release. Check out the <a href="/news/2015/04/13/release-0.9.0-milestone1.html">announcement</a> for all the details.</p>
+
+<ul>
+  <li><strong>Hadoop 1</strong>: <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-bin-hadoop1.tgz" id="download-hadoop1-preview" class="ga-track">flink-0.9.0-milestone-1-bin-hadoop1.tgz</a></li>
+  <li><strong>Hadoop 2 and YARN</strong>: <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-bin-hadoop2.tgz" id="download-hadoop2-preview" class="ga-track">flink-0.9.0-milestone-1-bin-hadoop2.tgz</a></li>
+  <li><strong>Source</strong>. <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-src.tgz" class="ga-track" id="download-source-preview">flink-0.9.0-milestone-1-src.tgz</a></li>
+</ul>
+
+<p>You can add the following dependencies to your <code>pom.xml</code> to include Apache Flink in your project.</p>
+
+<div class="highlight"><pre><code class="language-xml"><span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>flink-java<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>0.9.0-milestone-1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>flink-clients<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>0.9.0-milestone-1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
+<ul>
+  <li><strong>Hadoop 1</strong>: If you want to interact with Hadoop 1, use <code>0.9.0-milestone-1-hadoop1</code> as the version.</li>
+  <li><strong>Scala API</strong>: To use the Scala API, replace the <code>flink-java</code> artifact id with <code>flink-scala</code>.</li>
+</ul>
+
+<h2 id="snapshot">Snapshot</h2>
+
+<p>Apache Flink <code>0.9-SNAPSHOT</code> is our latest development version.</p>
+
+<p>You can download a packaged version of our nightly builds, which include
+the most recent development code. You can use them if you need a feature
+before its release. Only builds that pass all tests are published here.</p>
+
+<ul>
+  <li><strong>Hadoop 1</strong>: <a href="http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop1.tgz" class="ga-track" id="download-hadoop1-nightly">flink-0.9-SNAPSHOT-bin-hadoop1.tgz</a></li>
+  <li><strong>Hadoop 2 and YARN</strong>: <a href="http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop2.tgz" class="ga-track" id="download-hadoop2-nightly">flink-0.9-SNAPSHOT-bin-hadoop2.tgz</a></li>
+</ul>
+
+<p>Add the <strong>Apache Snapshot repository</strong> to your Maven <code>pom.xml</code>:</p>
+
+<div class="highlight"><pre><code class="language-xml"><span class="nt">&lt;repositories&gt;</span>
+  <span class="nt">&lt;repository&gt;</span>
+    <span class="nt">&lt;id&gt;</span>apache.snapshots<span class="nt">&lt;/id&gt;</span>
+    <span class="nt">&lt;name&gt;</span>Apache Development Snapshot Repository<span class="nt">&lt;/name&gt;</span>
+    <span class="nt">&lt;url&gt;</span>https://repository.apache.org/content/repositories/snapshots/<span class="nt">&lt;/url&gt;</span>
+    <span class="nt">&lt;releases&gt;&lt;enabled&gt;</span>false<span class="nt">&lt;/enabled&gt;&lt;/releases&gt;</span>
+    <span class="nt">&lt;snapshots&gt;&lt;enabled&gt;</span>true<span class="nt">&lt;/enabled&gt;&lt;/snapshots&gt;</span>
+  <span class="nt">&lt;/repository&gt;</span>
+<span class="nt">&lt;/repositories&gt;</span></code></pre></div>
+
+<p>You can now include Apache Flink as a Maven dependency (see above) with version <code>0.9-SNAPSHOT</code> (or <code>0.9-SNAPSHOT-hadoop1</code> for compatibility with old Hadoop versions (1.x)).</p>
+
+<h2 id="build-from-source">Build from Source</h2>
+
+<p>You can checkout Apache Flink 0.9-SNAPSHOT and build it on your own machine.</p>
+
+<div class="highlight"><pre><code class="language-bash">git clone https://github.com/apache/flink
+<span class="nb">cd </span>flink
+mvn clean package -DskipTests</code></pre></div>
+
+<p>Note: Flink does not build with Oracle JDK 6. It runs with Oracle JDK 6.</p>
+
+<p>If you want to build for Hadoop 1, activate the build profile via <code>mvn clean package -DskipTests -Dhadoop.profile=1</code>.</p>
+
+<h2 id="all-releases">All releases</h2>
+
+<ul>
+  <li>Flink 0.8.0 (<a href="http://archive.apache.org/dist/flink/flink-0.8.0/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.0/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.0/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.0/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.7.0-incubating (<a href="http://archive.apache.org/dist/incubator/flink/flink-0.7.0-incubating/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.7/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.7/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.7/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.6.1-incubating (<a href="http://archive.apache.org/dist/incubator/flink/flink-0.6.1-incubating/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6.1/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6.1/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6.1/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.6-incubating (<a href="http://archive.apache.org/dist/incubator/flink/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Stratosphere 0.5.1 (<a href="http://ci.apache.org/projects/flink/flink-docs-release-0.5.1/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.5.1/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Stratosphere 0.5 (<a href="http://ci.apache.org/projects/flink/flink-docs-release-0.5/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.5/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Stratosphere 0.4 (<a href="http://ci.apache.org/projects/flink/flink-docs-release-0.4/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.4/api/scala/index.html">ScalaDocs</a>)</li>
+</ul>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/faq.html
----------------------------------------------------------------------
diff --git a/content/faq.html b/content/faq.html
new file mode 100644
index 0000000..e2e8d80
--- /dev/null
+++ b/content/faq.html
@@ -0,0 +1,199 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: F.A.Q.</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li class="hidden-sm active"><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <div class="col-sm-12"><h1>F.A.Q.</h1></div>
+    </div>
+
+<p>The following questions are frequently asked with regard to the Flink project <strong>in general</strong>. If you have further questions, make sure to consult the <a href="">documentation</a> or <a href="">ask the community</a>.</p>
+
+<div class="page-toc">
+<ul id="markdown-toc">
+  <li><a href="#is-flink-a-hadoop-project" id="markdown-toc-is-flink-a-hadoop-project">Is Flink a Hadoop Project?</a></li>
+  <li><a href="#do-i-have-to-install-apache-hadoop-to-use-flink" id="markdown-toc-do-i-have-to-install-apache-hadoop-to-use-flink">Do I have to install Apache Hadoop to use Flink?</a></li>
+</ul>
+
+</div>
+
+<h2 id="is-flink-a-hadoop-project">Is Flink a Hadoop Project?</h2>
+
+<p>Flink is a data processing system and an <strong>alternative to Hadoop’s
+MapReduce component</strong>. It comes with its <em>own runtime</em>, rather than building on top
+of MapReduce. As such, it can work completely independently of the Hadoop
+ecosystem. However, Flink can also access Hadoop’s distributed file
+system (HDFS) to read and write data, and Hadoop’s next-generation resource
+manager (YARN) to provision cluster resources. Since most Flink users are
+using Hadoop HDFS to store their data, Flink already ships the required libraries to
+access HDFS.</p>
+
+<h2 id="do-i-have-to-install-apache-hadoop-to-use-flink">Do I have to install Apache Hadoop to use Flink?</h2>
+
+<p><strong>No</strong>. Flink can run <strong>without</strong> a Hadoop installation. However, a <em>very common</em>
+setup is to use Flink to analyze data stored in the Hadoop Distributed
+File System (HDFS). To make these setups work out of the box, Flink bundles the
+Hadoop client libraries by default.</p>
+
+<p>Additionally, we provide a special YARN Enabled download of Flink for
+users with an existing Hadoop YARN cluster. <a href="http://hadoop.apache.org/docs/r2.2.0/hadoop-yarn/hadoop-yarn-site/YARN.html">Apache Hadoop
+YARN</a> 
+is Hadoop’s cluster resource manager that allows to use
+different execution engines next to each other on a cluster.</p>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/favicon.ico
----------------------------------------------------------------------
diff --git a/content/favicon.ico b/content/favicon.ico
new file mode 100644
index 0000000..34a467a
Binary files /dev/null and b/content/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/features.html
----------------------------------------------------------------------
diff --git a/content/features.html b/content/features.html
new file mode 100644
index 0000000..1d57940
--- /dev/null
+++ b/content/features.html
@@ -0,0 +1,259 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Features</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li class="hidden-sm active"><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <div class="col-sm-12"><h1>Features</h1></div>
+    </div>
+
+<!-- System Overview -->
+<div class="row" style="padding: 2em 0 0 0">
+  <div class="col-sm-12">
+    <h1>System Overview</h1>
+    <p class="lead">Flink contains APIs in Java and Scala for analyzing data from batch and streaming data sources, as well as its own optimizer and distributed runtime with custom memory management.</p>
+  </div>
+</div>
+<div class="row" style="padding: 0 0 2em 0">
+  <div class="col-sm-12 text-center">
+    <img src="/img/assets/WhatIsFlink.png" alt="Apache Flink is Fast" style="width:100%" />
+  </div>
+</div>
+
+<!-- Fast -->
+<div class="row" style="padding: 2em 0 2em 0">
+  <div class="col-sm-6">
+    <h1 id="fast">Fast</h1>
+    <p class="lead">Flink exploits in-memory data streaming and integrates iterative processing deeply into the system runtime.</p>
+    <p class="lead">This makes the system extremely fast for data-intensive and iterative jobs.</p>
+  </div>
+  <div class="col-sm-6">
+    <img src="/img/assets/pagerank.png" alt="Apache Flink is Fast" style="width:100%" />
+  </div>
+</div>
+
+<!-- Reliable and Scalable -->
+<div class="row" style="padding: 2em 0 2em 0">
+  <div class="col-sm-6 text-center">
+    <img src="/img/assets/grep.png" alt="Apache Flink is Fast" style="width:100%" />
+  </div>
+  <div class="col-sm-6">
+    <h1 id="reliable-and-scalable">Reliable and Scalable</h1>
+    <p class="lead">Flink is designed to perform well when memory runs out.</p>
+    <p class="lead">Flink contains its own memory management component, serialization framework, and type inference engine.</p>
+    <p class="lead">Tested in clusters of 100s of nodes, Amazon EC2, and Google Compute Engine.</p>
+  </div>
+</div>
+
+<!-- Expressive -->
+<div class="row">
+  <div class="col-sm-12">
+    <h1 id="expressive">Expressive</h1>
+    <p class="lead">Write beautiful, type-safe, and maintainable code in Java or Scala. Execute it on a cluster. You can use native Java and Scala data types without packing them into key-value pairs, logical field addressing, and a wealth of operators.</p>
+    <h2>WordCount in Flink's Scala API</h2>
+    
+<div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="k">case</span> <span class="k">class</span> <span class="nc">Word</span> <span class="o">(</span><span class="n">word</span><span class="k">:</span> <span class="kt">String</span><span class="o">,</span> <span class="n">frequency</span><span class="k">:</span> <span class="kt">Int</span><span class="o">)</span>
+
+<span class="k">val</span> <span class="n">counts</span> <span class="k">=</span> <span class="n">text</span>
+  <span class="o">.</span><span class="n">flatMap</span> <span class="o">{</span><span class="n">line</span> <span class="k">=&gt;</span> <span class="n">line</span><span class="o">.</span><span class="n">split</span><span class="o">(</span><span class="s">&quot; &quot;</span><span class="o">).</span><span class="n">map</span><span class="o">(</span>
+    <span class="n">word</span> <span class="k">=&gt;</span> <span class="nc">Word</span><span class="o">(</span><span class="n">word</span><span class="o">,</span><span class="mi">1</span><span class="o">))}</span>
+  <span class="o">.</span><span class="n">groupBy</span><span class="o">(</span><span class="s">&quot;word&quot;</span><span class="o">).</span><span class="n">sum</span><span class="o">(</span><span class="s">&quot;frequency&quot;</span><span class="o">)</span></code></pre></div>
+
+    <h2>Transitive Closure</h2>
+    
+<div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="k">case</span> <span class="k">class</span> <span class="nc">Path</span> <span class="o">(</span><span class="n">from</span><span class="k">:</span> <span class="kt">Long</span><span class="o">,</span> <span class="n">to</span><span class="k">:</span> <span class="kt">Long</span><span class="o">)</span>
+
+<span class="k">val</span> <span class="n">tc</span> <span class="k">=</span> <span class="n">edges</span><span class="o">.</span><span class="n">iterate</span><span class="o">(</span><span class="mi">10</span><span class="o">)</span> <span class="o">{</span> <span class="n">paths</span><span class="k">:</span> <span class="kt">DataSet</span><span class="o">[</span><span class="kt">Path</span><span class="o">]</span> <span class="k">=&gt;</span>
+  <span class="k">val</span> <span class="n">next</span> <span class="k">=</span> <span class="n">paths</span>
+    <span class="o">.</span><span class="n">join</span><span class="o">(</span><span class="n">edges</span><span class="o">).</span><span class="n">where</span><span class="o">(</span><span class="s">&quot;to&quot;</span><span class="o">).</span><span class="n">equalTo</span><span class="o">(</span><span class="s">&quot;from&quot;</span><span class="o">)</span> <span class="o">{</span>
+      <span class="o">(</span><span class="n">path</span><span class="o">,</span> <span class="n">edge</span><span class="o">)</span> <span class="k">=&gt;</span> <span class="nc">Path</span><span class="o">(</span><span class="n">path</span><span class="o">.</span><span class="n">from</span><span class="o">,</span> <span class="n">edge</span><span class="o">.</span><span class="n">to</span><span class="o">)</span>
+    <span class="o">}</span>
+    <span class="o">.</span><span class="n">union</span><span class="o">(</span><span class="n">paths</span><span class="o">).</span><span class="n">distinct</span><span class="o">()</span>
+  <span class="n">next</span>
+<span class="o">}</span></code></pre></div>
+
+  </div>
+</div>
+
+<!-- Easy to Use -->
+<div class="row" style="padding: 2em 0 2em 0">
+  <div class="col-sm-6">
+    <h1 id="easy-to-use">Easy to Use</h1>
+    <p class="lead">Flink requires few configuration parameters. And the system's bult-in optimizer takes care of finding the best way to execute the program in any enviroment.</p>
+    <p class="lead">Run on YARN with 3 commands, in a stand-alone cluster, or locally in a debugger.</p>
+  </div>
+  <div class="col-sm-6 text-center">
+    <img src="/img/assets/optimizer-visual.png" alt="Apache Flink is easy to use" style="width:100%" />
+  </div>
+</div>
+
+<!-- Compatible with Hadoop -->
+<div class="row" style="padding: 2em 0 2em 0">
+  <div class="col-sm-6 text-center">
+    <img src="/img/assets/hadoop-img.png" alt="Apache Flink is compatible with Hadoop" style="width:100%" />
+  </div>
+  <div class="col-sm-6">
+    <h1 id="hadoop">Compatible with Hadoop</h1>
+    <p class="lead">Flink supports all Hadoop input and output formats and data types</p>
+    <p class="lead">You can run your legacy MapReduce operators unmodified and faster on Flink..</p>
+    <p class="lead">Flink can read data from HDFS and HBase, and runs on top of YARN.</p>
+  </div>
+</div>
+
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>


[05/52] [abbrv] flink-web git commit: Change website layout

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/main/main.css
----------------------------------------------------------------------
diff --git a/css/main/main.css b/css/main/main.css
deleted file mode 100755
index 9fa63af..0000000
--- a/css/main/main.css
+++ /dev/null
@@ -1,370 +0,0 @@
-/*----------------------------------------------------------------------
-    General
-----------------------------------------------------------------------*/
-
-/* Override Bootstrap Style */
-body {
-    font-family: Helvetica, Arial, sans-serif;
-}
-
-html {
-	font-size: 100%;
-}
-
-body {
-	font-size: 100%;
-}
-
-.af-main-nav ul {
-	list-style-type: none;
-}
-
-.af-privacy-policy {
-	display: inline-block; 
-	font-style: normal;
-	font-size: 0.9em;
-	margin: 30px auto 0 auto;
-	font-style: normal;
-}
-
-.af-separator {
-	color: #ccc;
-}
-
-.divider {
-    border-bottom: 1px solid #ccc;
-	height: 4px;
-	margin: 8px 0 12px 0 !important;
-	overflow: hidden;
-	padding: 0;
-}
-
-/* Headings */
-.af-heading3 {
-	font-weight: bold;
-	margin-bottom: 20px;
-}
-
-/* Buttons */
-.af-btn {
-	color: #fff;
-	display: block;
-	padding: 0.4em 0.9em;
-	text-align: center;
-	text-decoration: none !important;
-}
-
-.af-btn:hover {
-	color: #fff;
-}
-
-.af-btn-large {
-	font-size: 1.4em;
-}
-
-.af-btn-orange {
-	background: #FA5F00;
-	border: 1px solid #7c5a2f;
-}
-
-.af-btn-blue {
-	background: #3795c6;
-	border: 1px solid #2c6e92;
-}
-
-/* Sections */
-.af-section {
-	font-size: 1.2em; 
-	padding-top : 35px;
-	padding-bottom: 35px;
-	padding-top: 35px;
-}
-
-.af-colored {
-	background: #2c3e50;
-	color: #fff;
-}
-
-/* General */
-
-.af-inner-pages-navigation {
-	padding-bottom:20px;
-}
-
-/*----------------------------------------------------------------------
-    Layout
-----------------------------------------------------------------------*/
-
-/* Header */
-.af-header-container {
-	background: #08131F;
-	/* #2c3e50 / #08131F my proposal*/
-	padding-top: 20px;
-}
-
-/* Navigation */
-.af-main-nav ul {
-	float: right;
-	margin-top: 20px;
-}
-
-.af-main-nav li {
-	float: left;
-	margin-right: 55px;
-	position: relative;
-}
-
-.af-main-nav li a {
-	color: #fff;
-	font-size: 1.15em;
-}
-
-.af-main-nav ul.af-dropdown-menu {
-	display:none;
-} 
-
-.caret {
-    display: inline-block;
-	width: 0;
-	height: 0;
-	margin-left: 2px;
-	vertical-align: middle;
-	border-top: 4px solid;
-	border-right: 4px solid rgba(0, 0, 0, 0);
-	border-left: 4px solid rgba(0, 0, 0, 0);
-}
-
-/* Front Top Area */
-.af-front-top {
-	text-align: center;
-	margin: 30px auto;
-}
-
-.af-front-top-logo {
-	margin: 30px auto 30px auto;
-	width: 200px;
-}
-
-.af-front-top-headline1 {
-	color: #fff;
-	font-size: 2em;
-	font-weight: bold;
-}
-
-.af-front-top-headline2 {
-	color: #fff;
-	font-size: 1.6em;
-	font-weight: normal;
-}
-
-/* Front Top Buttons */
-.af-front-top-buttons {
-	background: #1b2e3d;
-	padding-top: 18px;
-	padding-bottom: 18px;
-}
-
-/* Front Page Icons */
-#af-assets {
-	padding-top: 65px;
-	padding-bottom: 65px;
-}
-
-.af-asset {
-	text-align: center;
-}
-
-.af-asset-img {
-	background: #08131F;
-	border-radius: 100%;
-	height: 100px;
-	margin: 0px auto 15px auto;
-	width: 100px;
-}
-
-.af-asset-img:hover {
-	background: #3795c6;
-}
-
-.af-asset-img img {
-	padding: 30px;
-}
-
-.af-asset-heading {
-	color: #2c3e50;
-	font-weight: bold;
-}
-
-.af-section-row {
-	margin-top: 25px;
-}
-
-/* Up Footer */
-#af-upfooter {
-	background: #e6e6e6;
-	font-style: italic;
-}
-
-#af-upfooter img {
-	margin: 20px auto 0 auto;
-}
-
-/* Footer */
-#af-footer {
-	background: #101416;
-	color: #fff;
-	padding: 20px 0 0 0;
-}
-
-#af-footer h3 {
-	font-size: 1.2em;
-	color: #fff !important;
-}
-
-.af-footer-menu {
-	margin: 35px 0 35px 0;
-	padding: 0;
-}
-
-.af-footer-menu li {
-	padding: 0 0 15px 0;
-}
-
-.af-footer-menu li a {
-	color: #fff;
-}
-
-.af-footer-bar {
-	background: #0d100e;
-	color: #fff;
-	font-size: 0.9em;
-	padding: 17px 0;
-}
-
-.af-footer-bar a {
-	color: #F7931E;
-}
-
-.af-footer-img {
-	display: inline-block;
-	margin-right: 2%;
-	width: 30px;
-}
-
-.af-footer-menu span {
-	font-size: 0.8em;
-}
-
-/*----------------------------------------------------------------------
-    Responsive CSS 768px / 992px / 1200px
-----------------------------------------------------------------------*/
-
-@media all and (min-width: 768px) {
-    
-    /* Navigation */
-    .af-main-nav > ul {
-       display:block !important;
-    }
-    
-   .af-main-nav ul.af-dropdown-menu {
-        background: #1B2E3D;
-        border-bottom-left-radius: 5px;
-        border-bottom-right-radius: 5px;
-        display: none;
-        margin: 5px 0 0 0;
-        padding: 10px 0;
-        position: absolute;
-        z-index: 10;
-    }
-    
-    .af-dropdown-menu li {
-        display: block;
-        float: none;
-        margin: 0;
-        padding: 3px 20px;
-    }
-    
-    .af-dropdown-menu li a {
-        font-size: 1em;
-        white-space: nowrap;
-    }
-}
-
-/* Medium Devices */
-@media all and (max-width: 1190px) {
-
-	/* Navigation */
-	.af-main-nav li {
-		margin-right: 25px;
-	}
-	
-	.af-main-nav li a {
-		color: #fff;
-		font-size: 1em;
-	}
-}
-
-/* Small Devices */
-@media all and (max-width: 991px) {
-    
-    /* Navigation */
-    .af-main-nav ul {
-        float: none;
-    }
-    
-	/* Sections */
-	.af-section-img {
-		margin: 35px auto;
-	}
-
-}
-
-/* XSmall Devices */
-@media all and (max-width: 767px) {
-	
-	.af-header-container {
-	   padding-top: 0;
-	}
-	
-	.af-mobile-nav-bar {
-	   color: #fff;
-	   padding-top: 20px;
-	   padding-bottom: 20px;
-	}
-	
-	.af-mobile-nav-bar .glyphicon {
-	   font-size: 1.5em;
-	} 
-	
-	.af-mobile-btn {
-	   background: #FA5F00;
-	   margin-right: -15px;
-	   padding: 10px;
-	}
-	
-	/* Navigation */
-	.af-main-nav ul {
-	   margin: 0;
-	   padding: 0;
-	   display:none;
-	}
-	
-	.af-main-nav ul li {
-		float: none;
-		border-bottom:1px solid #fff;
-		padding: 0;
-		margin: 0;
-	}
-	
-	.af-main-nav ul li a {
-	   background: #1B2E3D;
-	   display: block;
-	   font-size: 0.9em;
-	   font-weight:bold;
-	   padding: 15px 10px;
-	}
-	
-	.af-main-nav ul li.active a {
-       background: #FA5F00;
-    }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/css/simple-sidebar.css
----------------------------------------------------------------------
diff --git a/css/simple-sidebar.css b/css/simple-sidebar.css
deleted file mode 100644
index dac40e5..0000000
--- a/css/simple-sidebar.css
+++ /dev/null
@@ -1,117 +0,0 @@
-#wrapper {
-  padding-left: 250px;
-  transition: all 0.4s ease 0s;
-}
-
-#sidebar-wrapper {
-  margin-left: -250px;
-  left: 250px;
-  width: 250px;
-  background: #000;
-  position: fixed;
-  height: 100%;
-  overflow-y: auto;
-  z-index: 1000;
-  transition: all 0.4s ease 0s;
-}
-
-#page-content-wrapper {
-  width: 100%;
-}
-
-.sidebar-nav {
-  position: absolute;
-  top: 0;
-  width: 250px;
-  list-style: none;
-  margin: 0;
-  padding: 0;
-}
-
-.sidebar-nav li {
-  line-height: 40px;
-  text-indent: 20px;
-}
-
-.sidebar-nav li a {
-  color: #999999;
-  display: block;
-  text-decoration: none;
-}
-
-.sidebar-nav li a:hover {
-  color: #fff;
-  background: rgba(255,255,255,0.2);
-  text-decoration: none;
-}
-
-.sidebar-nav li a:active,
-.sidebar-nav li a:focus {
-  text-decoration: none;
-}
-
-.sidebar-nav > .sidebar-brand {
-  height: 65px;
-  line-height: 60px;
-  font-size: 18px;
-}
-
-.sidebar-nav > .sidebar-brand a {
-  color: #999999;
-}
-
-.sidebar-nav > .sidebar-brand a:hover {
-  color: #fff;
-  background: none;
-}
-
-.content-header {
-  height: 65px;
-  line-height: 65px;
-}
-
-.content-header h1 {
-  margin: 0;
-  margin-left: 20px;
-  line-height: 65px;
-  display: inline-block;
-}
-
-#menu-toggle {
-  display: none;
-}
-
-.inset {
-  padding: 20px;
-}
-
-@media (max-width:767px) {
-
-#wrapper {
-  padding-left: 0;
-}
-
-#sidebar-wrapper {
-  left: 0;
-}
-
-#wrapper.active {
-  position: relative;
-  left: 250px;
-}
-
-#wrapper.active #sidebar-wrapper {
-  left: 250px;
-  width: 250px;
-  transition: all 0.4s ease 0s;
-}
-
-#menu-toggle {
-  display: inline-block;
-}
-
-.inset {
-  padding: 15px;
-}
-
-}

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/doap_flink.rdf
----------------------------------------------------------------------
diff --git a/doap_flink.rdf b/doap_flink.rdf
index 4b84431..15418a2 100644
--- a/doap_flink.rdf
+++ b/doap_flink.rdf
@@ -27,10 +27,10 @@
     <name>Apache Flink</name>
     <homepage rdf:resource="http://flink.apache.org" />
     <asfext:pmc rdf:resource="http://flink.apache.org" />
-    <shortdesc>Fast and reliable large-scale data processing</shortdesc>
-    <description>Flink is an open source system for expressive, declarative, fast, and efficient data analysis. It combines the scalability and programming flexibility of distributed MapReduce-like platforms with the efficiency, out-of-core execution, and query optimization capabilities found in parallel databases.</description>
+    <shortdesc>Real-time data analysis</shortdesc>
+    <description>**Apache Flink** is an [open source platform]() for real-time data analysis.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/FLINK" />
-    <mailing-list rdf:resource="http://flink.apache.org/community.html#mailing-lists" />
+    <mailing-list rdf:resource="http://flink.apache.org/community.html" />
     <download-page rdf:resource="http://flink.apache.org/downloads.html" />
     <programming-language>Java</programming-language>
     <programming-language>Scala</programming-language>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/downloads.md
----------------------------------------------------------------------
diff --git a/downloads.md b/downloads.md
index 8f07942..a1998ae 100644
--- a/downloads.md
+++ b/downloads.md
@@ -1,6 +1,5 @@
 ---
 title: "Downloads"
-layout: simple
 ---
 
 <script type="text/javascript">
@@ -14,36 +13,43 @@ $( document ).ready(function() {
 });
 </script>
 
+{% toc %}
 
-<p class="lead">Pick the <strong>Apache Flink</strong> package matching your Hadoop version.</p>
+## Latest stable release (v{{ site.stable }})
 
-## Stable
+Apache Flink {{ site.stable }} is our latest stable release.
 
-Apache Flink {{ site.FLINK_VERSION_STABLE }} is our latest stable release.
+You [don't have to install Hadoop](faq.html#do-i-have-to-install-apache-hadoop-to-use-flink) to use Flink, but if you plan to use Flink with data stored in Hadoop, pick the version matching your installed Hadoop version. If you don't want to do this, pick the Hadoop 1 version.
 
 <div class="list-group">
+  <!-- Hadoop 1 -->
   <a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_1_STABLE }}" id="download-hadoop1" class="list-group-item ga-track">
-    <h4 class="list-group-item-heading">
-      <i class="fa fa-download"></i> <strong>Flink {{ site.FLINK_VERSION_STABLE }}</strong> for Hadoop 1</h4>
+    <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Flink {{ site.stable }}</strong> for Hadoop 1</h4>
+
     <p>Pick this package if you plan to use Flink with data stored in Hadoop 1.x.</p>
     <p>Also pick this version if you don't plan to use Flink with Hadoop at all.</p>
   </a>
+
+  <!-- Hadoop 2 -->
   <a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_2_STABLE }}" id="download-hadoop2" class="list-group-item ga-track">
-  	<h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink {{ site.FLINK_VERSION_STABLE }}</strong> for Hadoop 2</h4>
-  	<p>Pick this package if you plan to install Flink use Flink with data stored in Hadoop 2.x.</p>
+    <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Flink {{ site.stable }}</strong> for Hadoop 2</h4>
+    <p>Pick this package if you plan to install Flink use Flink with data stored in Hadoop 2.x.</p>
   </a>
+
+  <!-- YARN -->
   <a href="{{ site.FLINK_DOWNLOAD_URL_YARN_STABLE }}" class="list-group-item ga-track" id="download-hadoop2-yarn">
-  	<h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink {{ site.FLINK_VERSION_STABLE }}</strong> for YARN</h4>
-  	<p>Pick this package if you plan to use Flink with Hadoop YARN.</p>
+    <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Flink {{ site.stable }}</strong> for YARN</h4>
+    <p>Pick this package if you plan to use Flink with Hadoop YARN.</p>
   </a>
+
+  <!-- Source -->
   <a href="{{ site.FLINK_DOWNLOAD_URL_SOURCE }}" class="list-group-item ga-track" id="download-source">
-    <h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink {{ site.FLINK_VERSION_STABLE }}</strong> Source Release</h4>
+    <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Flink {{ site.FLINK_VERSION_STABLE }}</strong> Source Release</h4>
     <p>Review the source code or build Flink on your own, using this package</p>
   </a>
 </div>
 
-
-### Maven Dependencies
+## Maven Dependencies
 
 You can add the following dependencies to your `pom.xml` to include Apache Flink in your project.
 
@@ -65,23 +71,13 @@ These dependencies include a local execution environment and thus support local
 - **Hadoop 1**: If you want to interact with Hadoop 1, use `{{ site.FLINK_VERSION_HADOOP_1_STABLE }}` as the version.
 - **Scala API**: To use the Scala API, replace the `flink-java` artifact id with `flink-scala`.
 
-## Preview
+## Preview release
 
-This **milestone release** is a preview of the upcoming {{site.FLINK_VERSION_LATEST_SHORT}} release. Check out the announcement for all the details.
+This **milestone release** is a preview of the upcoming {{site.FLINK_VERSION_LATEST_SHORT}} release. Check out the [announcement]({{ site.baseurl }}/news/2015/04/13/release-0.9.0-milestone1.html) for all the details.
 
-<div class="list-group">
-  <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-bin-hadoop1.tgz" id="download-hadoop1" class="list-group-item ga-track">
-    <h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink 0.9.0-milestone-1</strong> for Hadoop 1</h4>
-  </a>
-  <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-bin-hadoop2.tgz" id="download-hadoop2" class="list-group-item ga-track">
-    <h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink 0.9.0-milestone-1</strong> for Hadoop 2 and YARN</h4>
-  </a>
-  <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-src.tgz" class="list-group-item ga-track" id="download-source">
-    <h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink 0.9.0-milestone-1</strong> Source Release</h4>
-  </a>
-</div>
-
-### Maven Dependencies
+- **Hadoop 1**: <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-bin-hadoop1.tgz" id="download-hadoop1-preview" class="ga-track">flink-0.9.0-milestone-1-bin-hadoop1.tgz</a>
+- **Hadoop 2 and YARN**: <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-bin-hadoop2.tgz" id="download-hadoop2-preview" class="ga-track">flink-0.9.0-milestone-1-bin-hadoop2.tgz</a>
+- **Source**. <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-src.tgz" class="ga-track" id="download-source-preview">flink-0.9.0-milestone-1-src.tgz</a>
 
 You can add the following dependencies to your `pom.xml` to include Apache Flink in your project.
 
@@ -98,12 +94,10 @@ You can add the following dependencies to your `pom.xml` to include Apache Flink
 </dependency>
 ```
 
-These dependencies include a local execution environment and thus support local testing.
-
 - **Hadoop 1**: If you want to interact with Hadoop 1, use `0.9.0-milestone-1-hadoop1` as the version.
 - **Scala API**: To use the Scala API, replace the `flink-java` artifact id with `flink-scala`.
 
-## Latest
+## Snapshot
 
 Apache Flink `{{ site.FLINK_VERSION_LATEST }}` is our latest development version.
 
@@ -111,15 +105,8 @@ You can download a packaged version of our nightly builds, which include
 the most recent development code. You can use them if you need a feature
 before its release. Only builds that pass all tests are published here.
 
-<div class="list-group">
-  <a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_1_LATEST }}" class="list-group-item ga-track" id="download-hadoop1-nightly">
-    <h4 class="list-group-item-heading">
-      <i class="fa fa-download"></i> <strong>Flink {{ site.FLINK_VERSION_LATEST }}</strong> for Hadoop 1</h4>
-  </a>
-  <a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_2_LATEST }}" class="list-group-item ga-track" id="download-hadoop2-nightly">
-    <h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink {{ site.FLINK_VERSION_LATEST }}</strong> for Hadoop 2 and YARN</h4>
-  </a>
-</div>
+- **Hadoop 1**: <a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_1_LATEST }}" class="ga-track" id="download-hadoop1-nightly">{{ site.FLINK_DOWNLOAD_URL_HADOOP_1_LATEST | split:'/' | last }}</a>
+- **Hadoop 2 and YARN**: <a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_2_LATEST }}" class="ga-track" id="download-hadoop2-nightly">{{ site.FLINK_DOWNLOAD_URL_HADOOP_2_LATEST | split:'/' | last }}</a>
 
 Add the **Apache Snapshot repository** to your Maven `pom.xml`:
 
@@ -135,9 +122,9 @@ Add the **Apache Snapshot repository** to your Maven `pom.xml`:
 </repositories>
 ```
 
-You can now include Apache Flink as a Maven dependency (see above) with version `{{ site.FLINK_VERSION_LATEST }}` (or `{{ site.FLINK_VERSION_HADOOP_1_LATEST}}` for compatibility with old Hadoop versions (1.x).
+You can now include Apache Flink as a Maven dependency (see above) with version `{{ site.FLINK_VERSION_LATEST }}` (or `{{ site.FLINK_VERSION_HADOOP_1_LATEST}}` for compatibility with old Hadoop versions (1.x)).
 
-## Checkout from Source
+## Build from Source
 
 You can checkout Apache Flink {{ site.FLINK_VERSION_LATEST }} and build it on your own machine.
 
@@ -150,3 +137,13 @@ mvn clean package -DskipTests
 Note: Flink does not build with Oracle JDK 6. It runs with Oracle JDK 6.
 
 If you want to build for Hadoop 1, activate the build profile via `mvn clean package -DskipTests -Dhadoop.profile=1`.
+
+## All releases
+
+- Flink 0.8.0 ([Jars](http://archive.apache.org/dist/flink/flink-0.8.0/), [Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.8.0/), [Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.8.0/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.8.0/api/scala/index.html))
+- Flink 0.7.0-incubating ([Jars](http://archive.apache.org/dist/incubator/flink/flink-0.7.0-incubating/), [Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.7/), [Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.7/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.7/api/scala/index.html))
+- Flink 0.6.1-incubating ([Jars](http://archive.apache.org/dist/incubator/flink/flink-0.6.1-incubating/), [Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6.1/), [Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6.1/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6.1/api/scala/index.html))
+- Flink 0.6-incubating ([Jars](http://archive.apache.org/dist/incubator/flink/), [Docs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6/), [Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.6/api/scala/index.html))
+- Stratosphere 0.5.1 ([Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.5.1/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.5.1/api/scala/index.html))
+- Stratosphere 0.5 ([Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.5/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.5/api/scala/index.html))
+- Stratosphere 0.4 ([Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.4/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-0.4/api/scala/index.html))
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/faq.md
----------------------------------------------------------------------
diff --git a/faq.md b/faq.md
new file mode 100644
index 0000000..3111814
--- /dev/null
+++ b/faq.md
@@ -0,0 +1,31 @@
+---
+title: "F.A.Q."
+---
+
+The following questions are frequently asked with regard to the Flink project **in general**. If you have further questions, make sure to consult the [documentation]() or [ask the community]().
+
+{% toc %}
+
+## Is Flink a Hadoop Project?
+
+Flink is a data processing system and an **alternative to Hadoop's
+MapReduce component**. It comes with its *own runtime*, rather than building on top
+of MapReduce. As such, it can work completely independently of the Hadoop
+ecosystem. However, Flink can also access Hadoop's distributed file
+system (HDFS) to read and write data, and Hadoop's next-generation resource
+manager (YARN) to provision cluster resources. Since most Flink users are
+using Hadoop HDFS to store their data, Flink already ships the required libraries to
+access HDFS.
+
+## Do I have to install Apache Hadoop to use Flink?
+
+**No**. Flink can run **without** a Hadoop installation. However, a *very common*
+setup is to use Flink to analyze data stored in the Hadoop Distributed
+File System (HDFS). To make these setups work out of the box, Flink bundles the
+Hadoop client libraries by default.
+
+Additionally, we provide a special YARN Enabled download of Flink for
+users with an existing Hadoop YARN cluster. [Apache Hadoop
+YARN](http://hadoop.apache.org/docs/r2.2.0/hadoop-yarn/hadoop-yarn-site/YARN.html) 
+is Hadoop's cluster resource manager that allows to use
+different execution engines next to each other on a cluster.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/favicon.ico
----------------------------------------------------------------------
diff --git a/favicon.ico b/favicon.ico
old mode 100755
new mode 100644
index 41f40ed..34a467a
Binary files a/favicon.ico and b/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/favicon.png
----------------------------------------------------------------------
diff --git a/favicon.png b/favicon.png
deleted file mode 100644
index 54bbfd5..0000000
Binary files a/favicon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/features.md
----------------------------------------------------------------------
diff --git a/features.md b/features.md
new file mode 100644
index 0000000..0df4d7e
--- /dev/null
+++ b/features.md
@@ -0,0 +1,153 @@
+---
+title: "Features"
+---
+
+<p class="lead" markdown="span">Get an overview of **how you can use Flink** and its **design**.</p>
+
+{% toc %}
+
+## Unified Stream &amp; Batch Processing
+
+<p class="lead" markdown="span">Flink's core is a *distributed streaming dataflow engine*, which efficiently supports both *batch* and *stream processing applications*.</p>
+
+<div class="row">
+  <div class="col-sm-4">
+    <img src="{{ site.baseurl }}/img/runtime.png" alt="Apache Flink Stack" title="Apache Flink Stack" width="100%" />
+  </div>
+  <div class="col-sm-8" markdown="1">
+
+Programs written with the [fluent programming APIs]() or using the [domain-specific APIs and libraries]() are translated to dataflows for the Flink engine. Flink takes care of data distribution, communication, and fault tolerance.
+
+Batch programs are as a special case of streaming programs as data inside the system is streamed all the way, including **pipelined shuffles**.
+  </div>
+</div>
+
+<hr>
+
+# Programming Flink
+
+## Fluent Programming APIs
+
+<p class="lead">
+Write beautiful, type-safe, and maintainable code in Java or Scala. You can use native Java and Scala data types without packing them into key-value pairs, logical field addressing, and a wealth of operators.
+</p>
+
+<div class="row">
+  <!-- DataSet API -->
+  <div class="col-sm-4" markdown="1">
+### DataSet API
+
+**Batch Processing**. Use the DataSet API to process static inputs. The following example takes an input text and counts all distinct words in it (the infamous [WordCount]() example).
+
+{% highlight java %}
+DataSet<Tuple2<String, Integer>> counts = 
+  text.flatMap(new Tokenizer())
+      .groupBy(0)
+      .sum(1);
+{% endhighlight %}
+
+Check out the [full example code]() and read the [programming guide]() for all features of the DataSet API.
+  </div>
+
+  <!-- DataStream API -->
+  <div class="col-sm-4" markdown="1">
+### DataStream API
+
+**Stream Processing**. Use the DataStream API to process continuous streams of data. The following example counts all distinct words in a sliding window over the input stream.
+
+{% highlight java %}
+DataStream<Tuple2<String, Integer>> counts =
+  text.flatMap(new Tokenizer())
+      .window(Count.of(windowSize))
+      .every(Count.of(slideSize))
+      .groupBy(0).sum(1);
+{% endhighlight %}
+
+Check out the [full example code]() and read the [streaming guide]() for all features of the DataStream API.
+  </div>
+
+  <!-- Table API -->
+  <div class="col-sm-4" markdown="1">
+### Table API
+
+**Language integrated queries**. Specify operations using SQL-like expressions. These operations work both with static inputs as well as continuous streams.
+
+{% highlight java %}
+Table table = tableEnv.toTable(text);
+Table filtered = table
+  .groupBy("word")
+  .select("word.count as count, word")
+  .filter("count = 2");
+{% endhighlight %}
+
+Check out the [full example code]() and read the [Table API guide]() for all features of the Table API.
+  </div>
+</div>
+
+<br>
+<hr>
+<br>
+
+## Domain-specific APIs &amp; Libraries
+
+<p class="lead" markdown="1">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</p>
+
+<div class="row">
+  <div class="col-sm-6" markdown="1">
+### Graph API &amp; Library: Gelly
+  </div>
+
+  <div class="col-sm-6" markdown="1">
+### Machine Learning Library
+
+  </div>
+</div>
+
+<br>
+
+## Deployment and Integration
+
+<p class="lead" markdown="1">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</p>
+
+<br>
+
+# System Design
+
+## Stateful Operators
+
+Applications that go beyond simple filters or line-by-line transformations of the input need stateful operators. There are three kinds of state that are offered by Flink:
+
+- **User-defined state**: As Flink is a streaming dataflow system, operators are continuously running, and can contain user-defined state in the form of Java/Scala objects. This is the most elementary (but most flexible) operator state, but is not backed up or restored by the system in cases of failures.
+
+- **Managed state**: User-defined operations will be able to use a special interface to put their state into an object that is backed up and restored in case of failures. Flink contains managed state internally, and the community is working on exposing this to the user-facing APIs shortly.
+
+- **Windowed streams**: Flink offers the ability to create a finite stream from an infinite stream using (sliding) windows over the stream. The contents of those windows is special form of state that is managed by the system.
+
+Flink uses a variation of the [Chandy-Lamport algorithm]() for consistent asynchronous distributed snapshots. The state backup works hand-in-hand with checkpoint barriers for stream replay. This allows Flink to give **exactly-once processing guarantees** by replaying parts of a stream, reproducing the results of a user program.
+
+## Memory Management
+
+Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+## Iterative Dataflows
+
+<div class="row">
+  <div class="col-sm-4">
+    <img src="{{ site.baseurl }}/img/main/section/pagerank.png" alt="Apache Flink Stack" title="Apache Flink Stack" width="100%" />
+  </div>
+  <div class="col-sm-8" markdown="1">
+
+Flink exploits in-memory data streaming and integrates iterative processing deeply into the system runtime.
+
+This makes the system extremely fast for data-intensive and iterative jobs.
+  </div>
+</div>
+
+
+## Program Optimizer

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b3cf3a7/fonts/glyphicons-halflings-regular.eot
----------------------------------------------------------------------
diff --git a/fonts/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot
deleted file mode 100644
index 4a4ca86..0000000
Binary files a/fonts/glyphicons-halflings-regular.eot and /dev/null differ


[35/52] [abbrv] flink-web git commit: Address PR comments

Posted by uc...@apache.org.
http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/news/2015/05/11/Juggling-with-Bits-and-Bytes.html
----------------------------------------------------------------------
diff --git a/content/news/2015/05/11/Juggling-with-Bits-and-Bytes.html b/content/news/2015/05/11/Juggling-with-Bits-and-Bytes.html
new file mode 100644
index 0000000..86f2fbd
--- /dev/null
+++ b/content/news/2015/05/11/Juggling-with-Bits-and-Bytes.html
@@ -0,0 +1,366 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Juggling with Bits and Bytes</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li class="active"><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <h1>Juggling with Bits and Bytes</h1>
+
+      <article>
+        <p>11 May 2015 by Fabian Hüske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p>
+
+<h2 id="how-apache-flink-operates-on-binary-data">How Apache Flink operates on binary data</h2>
+
+<p>Nowadays, a lot of open-source systems for analyzing large data sets are implemented in Java or other JVM-based programming languages. The most well-known example is Apache Hadoop, but also newer frameworks such as Apache Spark, Apache Drill, and also Apache Flink run on JVMs. A common challenge that JVM-based data analysis engines face is to store large amounts of data in memory - both for caching and for efficient processing such as sorting and joining of data. Managing the JVM memory well makes the difference between a system that is hard to configure and has unpredictable reliability and performance and a system that behaves robustly with few configuration knobs.</p>
+
+<p>In this blog post we discuss how Apache Flink manages memory, talk about its custom data de/serialization stack, and show how it operates on binary data.</p>
+
+<h2 id="data-objects-lets-put-them-on-the-heap">Data Objects? Let’s put them on the heap!</h2>
+
+<p>The most straight-forward approach to process lots of data in a JVM is to put it as objects on the heap and operate on these objects. Caching a data set as objects would be as simple as maintaining a list containing an object for each record. An in-memory sort would simply sort the list of objects.
+However, this approach has a few notable drawbacks. First of all it is not trivial to watch and control heap memory usage when a lot of objects are created and invalidated constantly. Memory overallocation instantly kills the JVM with an <code>OutOfMemoryError</code>. Another aspect is garbage collection on multi-GB JVMs which are flooded with new objects. The overhead of garbage collection in such environments can easily reach 50% and more. Finally, Java objects come with a certain space overhead depending on the JVM and platform. For data sets with many small objects this can significantly reduce the effectively usable amount of memory. Given proficient system design and careful, use-case specific system parameter tuning, heap memory usage can be more or less controlled and <code>OutOfMemoryErrors</code> avoided. However, such setups are rather fragile especially if data characteristics or the execution environment change.</p>
+
+<h2 id="what-is-flink-doing-about-that">What is Flink doing about that?</h2>
+
+<p>Apache Flink has its roots at a research project which aimed to combine the best technologies of MapReduce-based systems and parallel database systems. Coming from this background, Flink has always had its own way of processing data in-memory. Instead of putting lots of objects on the heap, Flink serializes objects into a fixed number of pre-allocated memory segments. Its DBMS-style sort and join algorithms operate as much as possible on this binary data to keep the de/serialization overhead at a minimum. If more data needs to be processed than can be kept in memory, Flink’s operators partially spill data to disk. In fact, a lot of Flink’s internal implementations look more like C/C++ rather than common Java. The following figure gives a high-level overview of how Flink stores data serialized in memory segments and spills to disk if necessary.</p>
+
+<center>
+<img src="/img/blog/memory-mgmt.png" style="width:90%;margin:15px" />
+</center>
+
+<p>Flink’s style of active memory management and operating on binary data has several benefits:</p>
+
+<ol>
+  <li><strong>Memory-safe execution &amp; efficient out-of-core algorithms.</strong> Due to the fixed amount of allocated memory segments, it is trivial to monitor remaining memory resources. In case of memory shortage, processing operators can efficiently write larger batches of memory segments to disk and later them read back. Consequently, <code>OutOfMemoryErrors</code> are effectively prevented.</li>
+  <li><strong>Reduced garbage collection pressure.</strong> Because all long-lived data is in binary representation in Flink’s managed memory, all data objects are short-lived or even mutable and can be reused. Short-lived objects can be more efficiently garbage-collected, which significantly reduces garbage collection pressure. Right now, the pre-allocated memory segments are long-lived objects on the JVM heap, but the Flink community is actively working on allocating off-heap memory for this purpose. This effort will result in much smaller JVM heaps and facilitate even faster garbage collection cycles.</li>
+  <li><strong>Space efficient data representation.</strong> Java objects have a storage overhead which can be avoided if the data is stored in a binary representation.</li>
+  <li><strong>Efficient binary operations &amp; cache sensitivity.</strong> Binary data can be efficiently compared and operated on given a suitable binary representation. Furthermore, the binary representations can put related values, as well as hash codes, keys, and pointers, adjacently into memory. This gives data structures with usually more cache efficient access patterns.</li>
+</ol>
+
+<p>These properties of active memory management are very desirable in a data processing systems for large-scale data analytics but have a significant price tag attached. Active memory management and operating on binary data is not trivial to implement, i.e., using <code>java.util.HashMap</code> is much easier than implementing a spillable hash-table backed by byte arrays and a custom serialization stack. Of course Apache Flink is not the only JVM-based data processing system that operates on serialized binary data. Projects such as <a href="http://drill.apache.org/">Apache Drill</a>, <a href="http://ignite.incubator.apache.org/">Apache Ignite (incubating)</a> or <a href="http://projectgeode.org/">Apache Geode (incubating)</a> apply similar techniques and it was recently announced that also <a href="http://spark.apache.org/">Apache Spark</a> will evolve into this direction with <a href="https://databricks.com/blog/2015/04/28/project-tungsten-bringing-spark-closer-to-bare-metal.html">
 Project Tungsten</a>.</p>
+
+<p>In the following we discuss in detail how Flink allocates memory, de/serializes objects, and operates on binary data. We will also show some performance numbers comparing processing objects on the heap and operating on binary data.</p>
+
+<h2 id="how-does-flink-allocate-memory">How does Flink allocate memory?</h2>
+
+<p>A Flink worker, called TaskManager, is composed of several internal components such as an actor system for coordination with the Flink master, an IOManager that takes care of spilling data to disk and reading it back, and a MemoryManager that coordinates memory usage. In the context of this blog post, the MemoryManager is of most interest.</p>
+
+<p>The MemoryManager takes care of allocating, accounting, and distributing MemorySegments to data processing operators such as sort and join operators. A <a href="https://github.com/apache/flink/blob/release-0.9.0-milestone-1/flink-core/src/main/java/org/apache/flink/core/memory/MemorySegment.java">MemorySegment</a> is Flink’s distribution unit of memory and is backed by a regular Java byte array (size is 32 KB by default). A MemorySegment provides very efficient write and read access to its backed byte array using Java’s unsafe methods. You can think of a MemorySegment as a custom-tailored version of Java’s NIO ByteBuffer. In order to operate on multiple MemorySegments like on a larger chunk of consecutive memory, Flink uses logical views that implement Java’s <code>java.io.DataOutput</code> and <code>java.io.DataInput</code> interfaces.</p>
+
+<p>MemorySegments are allocated once at TaskManager start-up time and are destroyed when the TaskManager is shut down. Hence, they are reused and not garbage-collected over the whole lifetime of a TaskManager. After all internal data structures of a TaskManager have been initialized and all core services have been started, the MemoryManager starts creating MemorySegments. By default 70% of the JVM heap that is available after service initialization is allocated by the MemoryManager. It is also possible to configure an absolute amount of managed memory. The remaining JVM heap is used for objects that are instantiated during task processing, including objects created by user-defined functions. The following figure shows the memory distribution in the TaskManager JVM after startup.</p>
+
+<center>
+<img src="/img/blog/memory-alloc.png" style="width:60%;margin:15px" />
+</center>
+
+<h2 id="how-does-flink-serialize-objects">How does Flink serialize objects?</h2>
+
+<p>The Java ecosystem offers several libraries to convert objects into a binary representation and back. Common alternatives are standard Java serialization, <a href="https://github.com/EsotericSoftware/kryo">Kryo</a>, <a href="http://avro.apache.org/">Apache Avro</a>, <a href="http://thrift.apache.org/">Apache Thrift</a>, or Google’s <a href="https://github.com/google/protobuf">Protobuf</a>. Flink includes its own custom serialization framework in order to control the binary representation of data. This is important because operating on binary data such as comparing or even manipulating binary data requires exact knowledge of the serialization layout. Further, configuring the serialization layout with respect to operations that are performed on binary data can yield a significant performance boost. Flink’s serialization stack also leverages the fact, that the type of the objects which are going through de/serialization are exactly known before a program is executed.</p>
+
+<p>Flink programs can process data represented as arbitrary Java or Scala objects. Before a program is optimized, the data types at each processing step of the program’s data flow need to be identified. For Java programs, Flink features a reflection-based type extraction component to analyze the return types of user-defined functions. Scala programs are analyzed with help of the Scala compiler. Flink represents each data type with a <a href="https://github.com/apache/flink/blob/release-0.9.0-milestone-1/flink-core/src/main/java/org/apache/flink/api/common/typeinfo/TypeInformation.java">TypeInformation</a>. Flink has TypeInformations for several kinds of data types, including:</p>
+
+<ul>
+  <li>BasicTypeInfo: Any (boxed) Java primitive type or java.lang.String.</li>
+  <li>BasicArrayTypeInfo: Any array of a (boxed) Java primitive type or java.lang.String.</li>
+  <li>WritableTypeInfo: Any implementation of Hadoop’s Writable interface.</li>
+  <li>TupleTypeInfo: Any Flink tuple (Tuple1 to Tuple25). Flink tuples are Java representations for fixed-length tuples with typed fields.</li>
+  <li>CaseClassTypeInfo: Any Scala CaseClass (including Scala tuples).</li>
+  <li>PojoTypeInfo: Any POJO (Java or Scala), i.e., an object with all fields either being public or accessible through getters and setter that follow the common naming conventions.</li>
+  <li>GenericTypeInfo: Any data type that cannot be identified as another type.</li>
+</ul>
+
+<p>Each TypeInformation provides a serializer for the data type it represents. For example, a BasicTypeInfo returns a serializer that writes the respective primitive type, the serializer of a WritableTypeInfo delegates de/serialization to the write() and readFields() methods of the object implementing Hadoop’s Writable interface, and a GenericTypeInfo returns a serializer that delegates serialization to Kryo. Object serialization to a DataOutput which is backed by Flink MemorySegments goes automatically through Java’s efficient unsafe operations. For data types that can be used as keys, i.e., compared and hashed, the TypeInformation provides TypeComparators. TypeComparators compare and hash objects and can - depending on the concrete data type - also efficiently compare binary representations and extract fixed-length binary key prefixes.</p>
+
+<p>Tuple, Pojo, and CaseClass types are composite types, i.e., containers for one or more possibly nested data types. As such, their serializers and comparators are also composite and delegate the serialization and comparison of their member data types to the respective serializers and comparators. The following figure illustrates the serialization of a (nested) <code>Tuple3&lt;Integer, Double, Person&gt;</code> object where <code>Person</code> is a POJO and defined as follows:</p>
+
+<div class="highlight"><pre><code class="language-java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">Person</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kt">int</span> <span class="n">id</span><span class="o">;</span>
+    <span class="kd">public</span> <span class="n">String</span> <span class="n">name</span><span class="o">;</span>
+<span class="o">}</span></code></pre></div>
+
+<center>
+<img src="/img/blog/data-serialization.png" style="width:80%;margin:15px" />
+</center>
+
+<p>Flink’s type system can be easily extended by providing custom TypeInformations, Serializers, and Comparators to improve the performance of serializing and comparing custom data types.</p>
+
+<h2 id="how-does-flink-operate-on-binary-data">How does Flink operate on binary data?</h2>
+
+<p>Similar to many other data processing APIs (including SQL), Flink’s APIs provide transformations to group, sort, and join data sets. These transformations operate on potentially very large data sets. Relational database systems feature very efficient algorithms for these purposes since several decades including external merge-sort, merge-join, and hybrid hash-join. Flink builds on this technology, but generalizes it to handle arbitrary objects using its custom serialization and comparison stack. In the following, we show how Flink operates with binary data by the example of Flink’s in-memory sort algorithm.</p>
+
+<p>Flink assigns a memory budget to its data processing operators. Upon initialization, a sort algorithm requests its memory budget from the MemoryManager and receives a corresponding set of MemorySegments. The set of MemorySegments becomes the memory pool of a so-called sort buffer which collects the data that is be sorted. The following figure illustrates how data objects are serialized into the sort buffer.</p>
+
+<center>
+<img src="/img/blog/sorting-binary-data-1.png" style="width:90%;margin:15px" />
+</center>
+
+<p>The sort buffer is internally organized into two memory regions. The first region holds the full binary data of all objects. The second region contains pointers to the full binary object data and - depending on the key data type - fixed-length sort keys. When an object is added to the sort buffer, its binary data is appended to the first region, and a pointer (and possibly a key) is appended to the second region. The separation of actual data and pointers plus fixed-length keys is done for two purposes. It enables efficient swapping of fix-length entries (key+pointer) and also reduces the data that needs to be moved when sorting. If the sort key is a variable length data type such as a String, the fixed-length sort key must be a prefix key such as the first n characters of a String. Note, not all data types provide a fixed-length (prefix) sort key. When serializing objects into the sort buffer, both memory regions are extended with MemorySegments from the memory pool. Once the me
 mory pool is empty and no more objects can be added, the sort buffer is completely filled and can be sorted. Flink’s sort buffer provides methods to compare and swap elements. This makes the actual sort algorithm pluggable. By default, Flink uses a Quicksort implementation which can fall back to HeapSort. 
+The following figure shows how two objects are compared.</p>
+
+<center>
+<img src="/img/blog/sorting-binary-data-2.png" style="width:80%;margin:15px" />
+</center>
+
+<p>The sort buffer compares two elements by comparing their binary fix-length sort keys. The comparison is successful if either done on a full key (not a prefix key) or if the binary prefix keys are not equal. If the prefix keys are equal (or the sort key data type does not provide a binary prefix key), the sort buffer follows the pointers to the actual object data, deserializes both objects and compares the objects. Depending on the result of the comparison, the sort algorithm decides whether to swap the compared elements or not. The sort buffer swaps two elements by moving their fix-length keys and pointers. The actual data is not moved. Once the sort algorithm finishes, the pointers in the sort buffer are correctly ordered. The following figure shows how the sorted data is returned from the sort buffer.</p>
+
+<center>
+<img src="/img/blog/sorting-binary-data-3.png" style="width:80%;margin:15px" />
+</center>
+
+<p>The sorted data is returned by sequentially reading the pointer region of the sort buffer, skipping the sort keys and following the sorted pointers to the actual data. This data is either deserialized and returned as objects or the binary representation is copied and written to disk in case of an external merge-sort (see this <a href="http://flink.apache.org/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html">blog post on joins in Flink</a>).</p>
+
+<h2 id="show-me-numbers">Show me numbers!</h2>
+
+<p>So, what does operating on binary data mean for performance? We’ll run a benchmark that sorts 10 million <code>Tuple2&lt;Integer, String&gt;</code> objects to find out. The values of the Integer field are sampled from a uniform distribution. The String field values have a length of 12 characters and are sampled from a long-tail distribution. The input data is provided by an iterator that returns a mutable object, i.e., the same tuple object instance is returned with different field values. Flink uses this technique when reading data from memory, network, or disk to avoid unnecessary object instantiations. The benchmarks are run in a JVM with 900 MB heap size which is approximately the required amount of memory to store and sort 10 million tuple objects on the heap without dying of an <code>OutOfMemoryError</code>. We sort the tuples on the Integer field and on the String field using three sorting methods:</p>
+
+<ol>
+  <li><strong>Object-on-heap.</strong> The tuples are stored in a regular <code>java.util.ArrayList</code> with initial capacity set to 10 million entries and sorted using Java’s regular collection sort.</li>
+  <li><strong>Flink-serialized.</strong> The tuple fields are serialized into a sort buffer of 600 MB size using Flink’s custom serializers, sorted as described above, and finally deserialized again. When sorting on the Integer field, the full Integer is used as sort key such that the sort happens entirely on binary data (no deserialization of objects required). For sorting on the String field a 8-byte prefix key is used and tuple objects are deserialized if the prefix keys are equal.</li>
+  <li><strong>Kryo-serialized.</strong> The tuple fields are serialized into a sort buffer of 600 MB size using Kryo serialization and sorted without binary sort keys. This means that each pair-wise comparison requires two object to be deserialized.</li>
+</ol>
+
+<p>All sort methods are implemented using a single thread. The reported times are averaged over ten runs. After each run, we call <code>System.gc()</code> to request a garbage collection run which does not go into measured execution time. The following figure shows the time to store the input data in memory, sort it, and read it back as objects.</p>
+
+<center>
+<img src="/img/blog/sort-benchmark.png" style="width:90%;margin:15px" />
+</center>
+
+<p>We see that Flink’s sort on binary data using its own serializers significantly outperforms the other two methods. Comparing to the object-on-heap method, we see that loading the data into memory is much faster. Since we actually collect the objects, there is no opportunity to reuse the object instances, but have to re-create every tuple. This is less efficient than Flink’s serializers (or Kryo serialization). On the other hand, reading objects from the heap comes for free compared to deserialization. In our benchmark, object cloning was more expensive than serialization and deserialization combined. Looking at the sorting time, we see that also sorting on the binary representation is faster than Java’s collection sort. Sorting data that was serialized using Kryo without binary sort key, is much slower than both other methods. This is due to the heavy deserialization overhead. Sorting the tuples on their String field is faster than sorting on the Integer field due to the lo
 ng-tailed value distribution which significantly reduces the number of pair-wise comparisons. To get a better feeling of what is happening during sorting we monitored the executing JVM using VisualVM. The following screenshots show heap memory usage, garbage collection activity and CPU usage over the execution of 10 runs.</p>
+
+<table width="100%">
+  <tr>
+    <th></th>
+    <th><center><b>Garbage Collection</b></center></th>
+    <th><center><b>Memory Usage</b></center></th>
+  </tr>
+  <tr>
+    <td><b>Object-on-Heap (int)</b></td>
+    <td><img src="/img/blog/objHeap-int-gc.png" style="width:80%" /></td>
+    <td><img src="/img/blog/objHeap-int-mem.png" style="width:80%" /></td>
+  </tr>
+  <tr>
+    <td><b>Flink-Serialized (int)</b></td>
+    <td><img src="/img/blog/flinkSer-int-gc.png" style="width:80%" /></td>
+    <td><img src="/img/blog/flinkSer-int-mem.png" style="width:80%" /></td>
+  </tr>
+  <tr>
+    <td><b>Kryo-Serialized (int)</b></td>
+    <td><img src="/img/blog/kryoSer-int-gc.png" style="width:80%" /></td>
+    <td><img src="/img/blog/kryoSer-int-mem.png" style="width:80%" /></td>
+  </tr>
+</table>
+
+<p>The experiments run single-threaded on an 8-core machine, so full utilization of one core only corresponds to a 12.5% overall utilization. The screenshots show that operating on binary data significantly reduces garbage collection activity. For the object-on-heap approach, the garbage collector runs in very short intervals while filling the sort buffer and causes a lot of CPU usage even for a single processing thread (sorting itself does not trigger the garbage collector). The JVM garbage collects with multiple parallel threads, explaining the high overall CPU utilization. On the other hand, the methods that operate on serialized data rarely trigger the garbage collector and have a much lower CPU utilization. In fact the garbage collector does not run at all if the tuples are sorted on the Integer field using the flink-serialized method because no objects need to be deserialized for pair-wise comparisons. The kryo-serialized method requires slightly more garbage collection since 
 it does not use binary sort keys and deserializes two objects for each comparison.</p>
+
+<p>The memory usage charts shows that the flink-serialized and kryo-serialized constantly occupy a high amount of memory (plus some objects for operation). This is due to the pre-allocation of MemorySegments. The actual memory usage is much lower, because the sort buffers are not completely filled. The following table shows the memory consumption of each method. 10 million records result in about 280 MB of binary data (object data plus pointers and sort keys) depending on the used serializer and presence and size of a binary sort key. Comparing this to the memory requirements of the object-on-heap approach we see that operating on binary data can significantly improve memory efficiency. In our benchmark more than twice as much data can be sorted in-memory if serialized into a sort buffer instead of holding it as objects on the heap.</p>
+
+<table width="100%">
+  <tr>
+  	<th>Occupied Memory</th>
+    <th>Object-on-Heap</th>
+    <th>Flink-Serialized</th>
+    <th>Kryo-Serialized</th>
+  </tr>
+  <tr>
+    <td><b>Sort on Integer</b></td>
+    <td>approx. 700 MB (heap)</td>
+    <td>277 MB (sort buffer)</td>
+    <td>266 MB (sort buffer)</td>
+  </tr>
+  <tr>
+    <td><b>Sort on String</b></td>
+    <td>approx. 700 MB (heap)</td>
+    <td>315 MB (sort buffer)</td>
+    <td>266 MB (sort buffer)</td>
+  </tr>
+</table>
+
+<p><br /></p>
+
+<p>To summarize, the experiments verify the previously stated benefits of operating on binary data.</p>
+
+<h2 id="were-not-done-yet">We’re not done yet!</h2>
+
+<p>Apache Flink features quite a bit of advanced techniques to safely and efficiently process huge amounts of data with limited memory resources. However, there are a few points that could make Flink even more efficient. The Flink community is working on moving the managed memory to off-heap memory. This will allow for smaller JVMs, lower garbage collection overhead, and also easier system configuration. With Flink’s Table API, the semantics of all operations such as aggregations and projections are known (in contrast to black-box user-defined functions). Hence we can generate code for Table API operations that directly operates on binary data. Further improvements include serialization layouts which are tailored towards the operations that are applied on the binary data and code generation for serializers and comparators.</p>
+
+<p>The groundwork (and a lot more) for operating on binary data is done but there is still some room for making Flink even better and faster. If you are crazy about performance and like to juggle with lot of bits and bytes, join the Flink community!</p>
+
+<h2 id="tldr-give-me-three-things-to-remember">TL;DR; Give me three things to remember!</h2>
+
+<ul>
+  <li>Flink’s active memory management avoids nasty <code>OutOfMemoryErrors</code> that kill your JVMs and reduces garbage collection overhead.</li>
+  <li>Flink features a highly efficient data de/serialization stack that facilitates operations on binary data and makes more data fit into memory.</li>
+  <li>Flink’s DBMS-style operators operate natively on binary data yielding high performance in-memory and destage gracefully to disk if necessary.</li>
+</ul>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/privacy-policy.html
----------------------------------------------------------------------
diff --git a/content/privacy-policy.html b/content/privacy-policy.html
new file mode 100644
index 0000000..13dfa06
--- /dev/null
+++ b/content/privacy-policy.html
@@ -0,0 +1,191 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Privacy Policy</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <div class="col-sm-12"><h1>Privacy Policy</h1></div>
+    </div>
+
+<p>Information about your use of this website is collected using server access
+logs and a tracking cookie. The collected information consists of the
+following:</p>
+
+<ol>
+  <li>The IP address from which you access the website;</li>
+  <li>The type of browser and operating system you use to access our site;</li>
+  <li>The date and time you access our site;</li>
+  <li>The pages you visit; and</li>
+  <li>The addresses of pages from where you followed a link to our site.</li>
+</ol>
+
+<p>Part of this information is gathered using a tracking cookie set by the
+<a href="http://www.google.com/analytics/">Google Analytics</a> service and handled by
+Google as described in their <a href="http://www.google.com/privacy.html">privacy policy</a>.
+See your browser documentation for instructions on how to disable the cookie
+if you prefer not to share this data with Google.</p>
+
+<p>We use the gathered information to help us make our site more useful to
+visitors and to better understand how and when our site is used. We do not
+track or collect personally identifiable information or associate gathered
+data with any personally identifying information from other sources.</p>
+
+<p>By using this website, you consent to the collection of this data in the
+manner and for the purpose described above.</p>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/content/project.html
----------------------------------------------------------------------
diff --git a/content/project.html b/content/project.html
new file mode 100644
index 0000000..851c6ac
--- /dev/null
+++ b/content/project.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Project</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+  <!-- Top navbar. -->
+    <nav class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/"><img alt="Apache Flink" src="/img/navbar-brand-logo.jpg" width="78px" height="40px"></a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav">
+            <!-- Overview -->
+            <li><a href="/index.html">Overview</a></li>
+
+            <!-- Features -->
+            <li><a href="/features.html">Features</a></li>
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Latest stable release -->
+                <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8">0.8.1 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/java" class="active">0.8.1 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/api/scala/index.html" class="active">0.8.1 ScalaDocs</a></li>
+
+                <!-- Snapshot docs -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">0.9 Documentation</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">0.9 Javadocs</a></li>
+                <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">0.9 ScalaDocs</a></li>
+
+                <!-- Wiki -->
+                <li class="divider"></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</span></a></li>
+          </ul>
+
+          <ul class="nav navbar-nav navbar-right hidden-sm">
+            <!-- Blog -->
+            <li><a href="/blog/">Blog</a></li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">                
+                <!-- Community -->
+                <li role="presentation" class="dropdown-header"><strong>Community</strong></li>
+                <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+                <li><a href="/community.html#irc">IRC</a></li>
+                <li><a href="/community.html#stack-overflow">Stack Overflow</a></li>
+                <li><a href="/community.html#issue-tracker">Issue Tracker</a></li>
+                <li><a href="/community.html#people">People</a></li>
+
+                <!-- Contribute -->
+                <li class="divider"></li>
+                <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
+                <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+                <li><a href="/coding-guidelines.html">Coding Guidelines</a></li>
+              </ul>
+            </li>
+
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <!-- Project -->
+                <li role="presentation" class="dropdown-header"><strong>Project</strong></li>
+                <li><a href="/material.html">Material</a></li>
+                <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
+                <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+
+    <!-- Main content. -->
+    <div class="container">
+      
+
+<div class="row">
+  <div class="col-sm-8 col-sm-offset-2">
+    <div class="row">
+      <div class="col-sm-12"><h1>Project</h1></div>
+    </div>
+
+<h2 id="history">History</h2>
+
+<h2 id="incubator-proposal">Incubator Proposal</h2>
+
+<h2 id="license">License</h2>
+
+<h2 id="source-code">Source Code</h2>
+
+
+  </div>
+</div>
+
+
+      <hr />
+      <div class="footer text-center">
+        <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/css/flink.css
----------------------------------------------------------------------
diff --git a/css/flink.css b/css/flink.css
index 4c244e6..7ad2694 100644
--- a/css/flink.css
+++ b/css/flink.css
@@ -12,6 +12,7 @@ body {
 	padding: 5px 15px 5px 15px;
 }
 .navbar-logo img {
+	width: 78px;
 	height: 40px;
 }
 
@@ -51,18 +52,6 @@ h3, h4, h5, h6 {
 }
 
 /*=============================================================================
-                                    Stack
-=============================================================================*/
-
-.stack img {
-	/*width: 100%;*/
-}
-
-pre {
-	background: none;
-}
-
-/*=============================================================================
                               Table of Contents
 =============================================================================*/
 
@@ -122,8 +111,22 @@ pre {
 }
 
 /*=============================================================================
-                                 Blog
+                                 Various
 =============================================================================*/
+
+.stack img {
+	width: 385px;
+	height: 300px;
+}
+
+.frontpage-tags a {
+	color: black;
+}
+
+pre {
+	background: none;
+}
+
 .blog-title a {
 	color: black;
 }
@@ -141,10 +144,10 @@ code {
 	padding-bottom:10px
 }
 
-.logo img {
+.img100 img {
 	width: 100%;
 }
 
-.img100 img {
-	width: 100%;
+#disqus_thread {
+	padding-top: 3em;
 }

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/css/syntax.css
----------------------------------------------------------------------
diff --git a/css/syntax.css b/css/syntax.css
new file mode 100644
index 0000000..2774b76
--- /dev/null
+++ b/css/syntax.css
@@ -0,0 +1,60 @@
+.highlight  { background: #ffffff; }
+.highlight .c { color: #999988; font-style: italic } /* Comment */
+.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight .k { font-weight: bold } /* Keyword */
+.highlight .o { font-weight: bold } /* Operator */
+.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
+.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
+.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
+.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
+.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .gr { color: #aa0000 } /* Generic.Error */
+.highlight .gh { color: #999999 } /* Generic.Heading */
+.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
+.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
+.highlight .go { color: #888888 } /* Generic.Output */
+.highlight .gp { color: #555555 } /* Generic.Prompt */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
+.highlight .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight .kc { font-weight: bold } /* Keyword.Constant */
+.highlight .kd { font-weight: bold } /* Keyword.Declaration */
+.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
+.highlight .kr { font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
+.highlight .m { color: #009999 } /* Literal.Number */
+.highlight .s { color: #d14 } /* Literal.String */
+.highlight .na { color: #008080 } /* Name.Attribute */
+.highlight .nb { color: #0086B3 } /* Name.Builtin */
+.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
+.highlight .no { color: #008080 } /* Name.Constant */
+.highlight .ni { color: #800080 } /* Name.Entity */
+.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
+.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
+.highlight .nn { color: #555555 } /* Name.Namespace */
+.highlight .nt { color: #000080 } /* Name.Tag */
+.highlight .nv { color: #008080 } /* Name.Variable */
+.highlight .ow { font-weight: bold } /* Operator.Word */
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .mf { color: #009999 } /* Literal.Number.Float */
+.highlight .mh { color: #009999 } /* Literal.Number.Hex */
+.highlight .mi { color: #009999 } /* Literal.Number.Integer */
+.highlight .mo { color: #009999 } /* Literal.Number.Oct */
+.highlight .sb { color: #d14 } /* Literal.String.Backtick */
+.highlight .sc { color: #d14 } /* Literal.String.Char */
+.highlight .sd { color: #d14 } /* Literal.String.Doc */
+.highlight .s2 { color: #d14 } /* Literal.String.Double */
+.highlight .se { color: #d14 } /* Literal.String.Escape */
+.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
+.highlight .si { color: #d14 } /* Literal.String.Interpol */
+.highlight .sx { color: #d14 } /* Literal.String.Other */
+.highlight .sr { color: #009926 } /* Literal.String.Regex */
+.highlight .s1 { color: #d14 } /* Literal.String.Single */
+.highlight .ss { color: #990073 } /* Literal.String.Symbol */
+.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
+.highlight .vc { color: #008080 } /* Name.Variable.Class */
+.highlight .vg { color: #008080 } /* Name.Variable.Global */
+.highlight .vi { color: #008080 } /* Name.Variable.Instance */
+.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/favicon.ico
----------------------------------------------------------------------
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..34a467a
Binary files /dev/null and b/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/features.md
----------------------------------------------------------------------
diff --git a/features.md b/features.md
index 0df4d7e..b32d27a 100644
--- a/features.md
+++ b/features.md
@@ -2,6 +2,101 @@
 title: "Features"
 ---
 
+<!-- System Overview -->
+<div class="row" style="padding: 2em 0 0 0">
+  <div class="col-sm-12">
+    <h1>System Overview</h1>
+    <p class="lead">Flink contains APIs in Java and Scala for analyzing data from batch and streaming data sources, as well as its own optimizer and distributed runtime with custom memory management.</p>
+  </div>
+</div>
+<div class="row" style="padding: 0 0 2em 0">
+  <div class="col-sm-12 text-center">
+    <img src="{{ site.baseurl }}/img/assets/WhatIsFlink.png" alt="Apache Flink is Fast" style="width:100%" />
+  </div>
+</div>
+
+<!-- Fast -->
+<div class="row" style="padding: 2em 0 2em 0">
+  <div class="col-sm-6">
+    <h1 id="fast">Fast</h1>
+    <p class="lead">Flink exploits in-memory data streaming and integrates iterative processing deeply into the system runtime.</p>
+    <p class="lead">This makes the system extremely fast for data-intensive and iterative jobs.</p>
+  </div>
+  <div class="col-sm-6">
+    <img src="{{ site.baseurl }}/img/assets/pagerank.png" alt="Apache Flink is Fast" style="width:100%" />
+  </div>
+</div>
+
+<!-- Reliable and Scalable -->
+<div class="row" style="padding: 2em 0 2em 0">
+  <div class="col-sm-6 text-center">
+    <img src="{{ site.baseurl }}/img/assets/grep.png" alt="Apache Flink is Fast" style="width:100%" />
+  </div>
+  <div class="col-sm-6">
+    <h1 id="reliable-and-scalable">Reliable and Scalable</h1>
+    <p class="lead">Flink is designed to perform well when memory runs out.</p>
+    <p class="lead">Flink contains its own memory management component, serialization framework, and type inference engine.</p>
+    <p class="lead">Tested in clusters of 100s of nodes, Amazon EC2, and Google Compute Engine.</p>
+  </div>
+</div>
+
+<!-- Expressive -->
+<div class="row">
+  <div class="col-sm-12">
+    <h1 id="expressive">Expressive</h1>
+    <p class="lead">Write beautiful, type-safe, and maintainable code in Java or Scala. Execute it on a cluster. You can use native Java and Scala data types without packing them into key-value pairs, logical field addressing, and a wealth of operators.</p>
+    <h2>WordCount in Flink's Scala API</h2>
+    {% highlight scala %}
+case class Word (word: String, frequency: Int)
+
+val counts = text
+  .flatMap {line => line.split(" ").map(
+    word => Word(word,1))}
+  .groupBy("word").sum("frequency")
+    {% endhighlight %}
+    <h2>Transitive Closure</h2>
+    {% highlight scala %}
+case class Path (from: Long, to: Long)
+
+val tc = edges.iterate(10) { paths: DataSet[Path] =>
+  val next = paths
+    .join(edges).where("to").equalTo("from") {
+      (path, edge) => Path(path.from, edge.to)
+    }
+    .union(paths).distinct()
+  next
+}
+    {% endhighlight %}
+  </div>
+</div>
+
+<!-- Easy to Use -->
+<div class="row" style="padding: 2em 0 2em 0">
+  <div class="col-sm-6">
+    <h1 id="easy-to-use">Easy to Use</h1>
+    <p class="lead">Flink requires few configuration parameters. And the system's bult-in optimizer takes care of finding the best way to execute the program in any enviroment.</p>
+    <p class="lead">Run on YARN with 3 commands, in a stand-alone cluster, or locally in a debugger.</p>
+  </div>
+  <div class="col-sm-6 text-center">
+    <img src="{{ site.baseurl }}/img/assets/optimizer-visual.png" alt="Apache Flink is easy to use" style="width:100%" />
+  </div>
+</div>
+
+<!-- Compatible with Hadoop -->
+<div class="row" style="padding: 2em 0 2em 0">
+  <div class="col-sm-6 text-center">
+    <img src="{{ site.baseurl }}/img/assets/hadoop-img.png" alt="Apache Flink is compatible with Hadoop" style="width:100%" />
+  </div>
+  <div class="col-sm-6">
+    <h1 id="hadoop">Compatible with Hadoop</h1>
+    <p class="lead">Flink supports all Hadoop input and output formats and data types</p>
+    <p class="lead">You can run your legacy MapReduce operators unmodified and faster on Flink..</p>
+    <p class="lead">Flink can read data from HDFS and HBase, and runs on top of YARN.</p>
+  </div>
+</div>
+
+{% comment %}
+
 <p class="lead" markdown="span">Get an overview of **how you can use Flink** and its **design**.</p>
 
 {% toc %}
@@ -18,7 +113,7 @@ title: "Features"
 
 Programs written with the [fluent programming APIs]() or using the [domain-specific APIs and libraries]() are translated to dataflows for the Flink engine. Flink takes care of data distribution, communication, and fault tolerance.
 
-Batch programs are as a special case of streaming programs as data inside the system is streamed all the way, including **pipelined shuffles**.
+Batch programs are as a special case of streaming programs as data inside the system is streamed whereever possible, including **pipelined shuffles**.
   </div>
 </div>
 
@@ -151,3 +246,5 @@ This makes the system extremely fast for data-intensive and iterative jobs.
 
 
 ## Program Optimizer
+
+{% endcomment %}

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/assets/WhatIsFlink.png
----------------------------------------------------------------------
diff --git a/img/assets/WhatIsFlink.png b/img/assets/WhatIsFlink.png
new file mode 100644
index 0000000..20014c5
Binary files /dev/null and b/img/assets/WhatIsFlink.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/assets/grep.png
----------------------------------------------------------------------
diff --git a/img/assets/grep.png b/img/assets/grep.png
new file mode 100644
index 0000000..d4e657c
Binary files /dev/null and b/img/assets/grep.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/assets/hadoop-img.png
----------------------------------------------------------------------
diff --git a/img/assets/hadoop-img.png b/img/assets/hadoop-img.png
new file mode 100755
index 0000000..d47c024
Binary files /dev/null and b/img/assets/hadoop-img.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/assets/optimizer-visual.png
----------------------------------------------------------------------
diff --git a/img/assets/optimizer-visual.png b/img/assets/optimizer-visual.png
new file mode 100644
index 0000000..654c127
Binary files /dev/null and b/img/assets/optimizer-visual.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/assets/pagerank.pdf
----------------------------------------------------------------------
diff --git a/img/assets/pagerank.pdf b/img/assets/pagerank.pdf
new file mode 100644
index 0000000..6bcc432
Binary files /dev/null and b/img/assets/pagerank.pdf differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/assets/pagerank.png
----------------------------------------------------------------------
diff --git a/img/assets/pagerank.png b/img/assets/pagerank.png
new file mode 100644
index 0000000..989564e
Binary files /dev/null and b/img/assets/pagerank.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/flink-stack-small.png
----------------------------------------------------------------------
diff --git a/img/flink-stack-small.png b/img/flink-stack-small.png
new file mode 100644
index 0000000..66a5c0c
Binary files /dev/null and b/img/flink-stack-small.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/flink-stack.png
----------------------------------------------------------------------
diff --git a/img/flink-stack.png b/img/flink-stack.png
index 480b692..2c34722 100644
Binary files a/img/flink-stack.png and b/img/flink-stack.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/100/flink_squirrel_100_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/100/flink_squirrel_100_black.png b/img/logo/png/100/flink_squirrel_100_black.png
new file mode 100644
index 0000000..6869f58
Binary files /dev/null and b/img/logo/png/100/flink_squirrel_100_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/100/flink_squirrel_100_color.png
----------------------------------------------------------------------
diff --git a/img/logo/png/100/flink_squirrel_100_color.png b/img/logo/png/100/flink_squirrel_100_color.png
new file mode 100644
index 0000000..c508e1e
Binary files /dev/null and b/img/logo/png/100/flink_squirrel_100_color.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/100/flink_squirrel_100_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/100/flink_squirrel_100_white.png b/img/logo/png/100/flink_squirrel_100_white.png
new file mode 100644
index 0000000..088fb27
Binary files /dev/null and b/img/logo/png/100/flink_squirrel_100_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/1000/flink1000_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink1000_black.png b/img/logo/png/1000/flink1000_black.png
new file mode 100644
index 0000000..31af663
Binary files /dev/null and b/img/logo/png/1000/flink1000_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/1000/flink1000_color_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink1000_color_black.png b/img/logo/png/1000/flink1000_color_black.png
new file mode 100644
index 0000000..2f4b991
Binary files /dev/null and b/img/logo/png/1000/flink1000_color_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/1000/flink1000_color_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink1000_color_white.png b/img/logo/png/1000/flink1000_color_white.png
new file mode 100644
index 0000000..cd0b56e
Binary files /dev/null and b/img/logo/png/1000/flink1000_color_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/1000/flink1000_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink1000_white.png b/img/logo/png/1000/flink1000_white.png
new file mode 100644
index 0000000..3b7b253
Binary files /dev/null and b/img/logo/png/1000/flink1000_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/1000/flink_squirrel_1000.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink_squirrel_1000.png b/img/logo/png/1000/flink_squirrel_1000.png
new file mode 100644
index 0000000..37c980e
Binary files /dev/null and b/img/logo/png/1000/flink_squirrel_1000.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/1000/flink_squirrel_black_1000.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink_squirrel_black_1000.png b/img/logo/png/1000/flink_squirrel_black_1000.png
new file mode 100644
index 0000000..b68621d
Binary files /dev/null and b/img/logo/png/1000/flink_squirrel_black_1000.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/1000/flink_squirrel_white_1000.png
----------------------------------------------------------------------
diff --git a/img/logo/png/1000/flink_squirrel_white_1000.png b/img/logo/png/1000/flink_squirrel_white_1000.png
new file mode 100644
index 0000000..14c7350
Binary files /dev/null and b/img/logo/png/1000/flink_squirrel_white_1000.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/200/flink2_200_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink2_200_black.png b/img/logo/png/200/flink2_200_black.png
new file mode 100644
index 0000000..cca3b69
Binary files /dev/null and b/img/logo/png/200/flink2_200_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/200/flink2_200_color_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink2_200_color_black.png b/img/logo/png/200/flink2_200_color_black.png
new file mode 100644
index 0000000..5993ee8
Binary files /dev/null and b/img/logo/png/200/flink2_200_color_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/200/flink2_200_color_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink2_200_color_white.png b/img/logo/png/200/flink2_200_color_white.png
new file mode 100644
index 0000000..b243fe1
Binary files /dev/null and b/img/logo/png/200/flink2_200_color_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/200/flink2_200_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink2_200_white.png b/img/logo/png/200/flink2_200_white.png
new file mode 100644
index 0000000..5ba4d45
Binary files /dev/null and b/img/logo/png/200/flink2_200_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/200/flink_squirrel_200_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink_squirrel_200_black.png b/img/logo/png/200/flink_squirrel_200_black.png
new file mode 100644
index 0000000..439671f
Binary files /dev/null and b/img/logo/png/200/flink_squirrel_200_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/200/flink_squirrel_200_color.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink_squirrel_200_color.png b/img/logo/png/200/flink_squirrel_200_color.png
new file mode 100644
index 0000000..1335330
Binary files /dev/null and b/img/logo/png/200/flink_squirrel_200_color.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/200/flink_squirrel_200_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/200/flink_squirrel_200_white.png b/img/logo/png/200/flink_squirrel_200_white.png
new file mode 100644
index 0000000..dcba5fa
Binary files /dev/null and b/img/logo/png/200/flink_squirrel_200_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/50/black_50.png
----------------------------------------------------------------------
diff --git a/img/logo/png/50/black_50.png b/img/logo/png/50/black_50.png
new file mode 100644
index 0000000..9a2c66f
Binary files /dev/null and b/img/logo/png/50/black_50.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/50/color_50.png
----------------------------------------------------------------------
diff --git a/img/logo/png/50/color_50.png b/img/logo/png/50/color_50.png
new file mode 100644
index 0000000..cdbb8e6
Binary files /dev/null and b/img/logo/png/50/color_50.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/50/white_50.png
----------------------------------------------------------------------
diff --git a/img/logo/png/50/white_50.png b/img/logo/png/50/white_50.png
new file mode 100644
index 0000000..8a7996d
Binary files /dev/null and b/img/logo/png/50/white_50.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink2_500_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink2_500_black.png b/img/logo/png/500/flink2_500_black.png
new file mode 100644
index 0000000..d02e8f8
Binary files /dev/null and b/img/logo/png/500/flink2_500_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink2_500_color_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink2_500_color_black.png b/img/logo/png/500/flink2_500_color_black.png
new file mode 100644
index 0000000..9b22c91
Binary files /dev/null and b/img/logo/png/500/flink2_500_color_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink2_500_color_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink2_500_color_white.png b/img/logo/png/500/flink2_500_color_white.png
new file mode 100644
index 0000000..f35b9c3
Binary files /dev/null and b/img/logo/png/500/flink2_500_color_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink2_500_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink2_500_white.png b/img/logo/png/500/flink2_500_white.png
new file mode 100644
index 0000000..57b53e4
Binary files /dev/null and b/img/logo/png/500/flink2_500_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink500_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink500_black.png b/img/logo/png/500/flink500_black.png
new file mode 100644
index 0000000..8fcf7b2
Binary files /dev/null and b/img/logo/png/500/flink500_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink500_color_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink500_color_black.png b/img/logo/png/500/flink500_color_black.png
new file mode 100644
index 0000000..e21803a
Binary files /dev/null and b/img/logo/png/500/flink500_color_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink500_color_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink500_color_white.png b/img/logo/png/500/flink500_color_white.png
new file mode 100644
index 0000000..90b9e18
Binary files /dev/null and b/img/logo/png/500/flink500_color_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink500_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink500_white.png b/img/logo/png/500/flink500_white.png
new file mode 100644
index 0000000..2e61c3e
Binary files /dev/null and b/img/logo/png/500/flink500_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink_3_500.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink_3_500.png b/img/logo/png/500/flink_3_500.png
new file mode 100644
index 0000000..3e8691a
Binary files /dev/null and b/img/logo/png/500/flink_3_500.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink_squirrel_500.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink_squirrel_500.png b/img/logo/png/500/flink_squirrel_500.png
new file mode 100644
index 0000000..90c1ad1
Binary files /dev/null and b/img/logo/png/500/flink_squirrel_500.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink_squirrel_500_black.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink_squirrel_500_black.png b/img/logo/png/500/flink_squirrel_500_black.png
new file mode 100644
index 0000000..8d4addc
Binary files /dev/null and b/img/logo/png/500/flink_squirrel_500_black.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/png/500/flink_squirrel_500_white.png
----------------------------------------------------------------------
diff --git a/img/logo/png/500/flink_squirrel_500_white.png b/img/logo/png/500/flink_squirrel_500_white.png
new file mode 100644
index 0000000..7361b38
Binary files /dev/null and b/img/logo/png/500/flink_squirrel_500_white.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/psd/flink1000.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink1000.psd b/img/logo/psd/flink1000.psd
new file mode 100644
index 0000000..5cbd7d1
Binary files /dev/null and b/img/logo/psd/flink1000.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/psd/flink50.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink50.psd b/img/logo/psd/flink50.psd
new file mode 100644
index 0000000..aa134a2
Binary files /dev/null and b/img/logo/psd/flink50.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/psd/flink5000.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink5000.psd b/img/logo/psd/flink5000.psd
new file mode 100644
index 0000000..6ca5d21
Binary files /dev/null and b/img/logo/psd/flink5000.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/psd/flink_3_500.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink_3_500.psd b/img/logo/psd/flink_3_500.psd
new file mode 100644
index 0000000..c26dfc2
Binary files /dev/null and b/img/logo/psd/flink_3_500.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/psd/flink_squirrel.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink_squirrel.psd b/img/logo/psd/flink_squirrel.psd
new file mode 100644
index 0000000..9c64c8e
Binary files /dev/null and b/img/logo/psd/flink_squirrel.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/psd/flink_squirrel_1000.psd
----------------------------------------------------------------------
diff --git a/img/logo/psd/flink_squirrel_1000.psd b/img/logo/psd/flink_squirrel_1000.psd
new file mode 100644
index 0000000..99b97e9
Binary files /dev/null and b/img/logo/psd/flink_squirrel_1000.psd differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5e1410e5/img/logo/rsz_1flink-stack.png
----------------------------------------------------------------------
diff --git a/img/logo/rsz_1flink-stack.png b/img/logo/rsz_1flink-stack.png
new file mode 100644
index 0000000..66a5c0c
Binary files /dev/null and b/img/logo/rsz_1flink-stack.png differ