smashing 1.0.0 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of smashing might be problematic. Click here for more details.

Files changed (43) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +28 -4
  3. data/javascripts/dashing.coffee +61 -32
  4. data/lib/dashing.rb +1 -0
  5. data/lib/dashing/app.rb +35 -33
  6. data/lib/dashing/cli.rb +14 -3
  7. data/lib/dashing/version.rb +3 -0
  8. data/templates/project/Gemfile +2 -2
  9. data/templates/project/README.md +1 -1
  10. data/templates/project/assets/fonts/fa-brands-400.eot +0 -0
  11. data/templates/project/assets/fonts/fa-brands-400.svg +3496 -0
  12. data/templates/project/assets/fonts/fa-brands-400.ttf +0 -0
  13. data/templates/project/assets/fonts/fa-brands-400.woff +0 -0
  14. data/templates/project/assets/fonts/fa-brands-400.woff2 +0 -0
  15. data/templates/project/assets/fonts/fa-regular-400.eot +0 -0
  16. data/templates/project/assets/fonts/fa-regular-400.svg +803 -0
  17. data/templates/project/assets/fonts/fa-regular-400.ttf +0 -0
  18. data/templates/project/assets/fonts/fa-regular-400.woff +0 -0
  19. data/templates/project/assets/fonts/fa-regular-400.woff2 +0 -0
  20. data/templates/project/assets/fonts/fa-solid-900.eot +0 -0
  21. data/templates/project/assets/fonts/fa-solid-900.svg +4667 -0
  22. data/templates/project/assets/fonts/fa-solid-900.ttf +0 -0
  23. data/templates/project/assets/fonts/fa-solid-900.woff +0 -0
  24. data/templates/project/assets/fonts/fa-solid-900.woff2 +0 -0
  25. data/templates/project/assets/javascripts/gridster/jquery.gridster.min.js +2 -2
  26. data/templates/project/assets/stylesheets/all.css +4423 -0
  27. data/templates/project/assets/stylesheets/application.scss +13 -6
  28. data/templates/project/assets/stylesheets/brands.css +14 -0
  29. data/templates/project/assets/stylesheets/jquery.gridster.min.css +2 -2
  30. data/templates/project/assets/stylesheets/solid.css +16 -0
  31. data/templates/project/config.ru +5 -0
  32. data/templates/project/dashboards/layout.erb +2 -2
  33. data/templates/project/dashboards/sampletv.erb +3 -3
  34. data/templates/project/jobs/{twitter.rb → twitter.rb.disabled} +0 -0
  35. data/templates/project/widgets/graph/graph.coffee +1 -1
  36. metadata +84 -53
  37. data/templates/project/assets/fonts/FontAwesome.otf +0 -0
  38. data/templates/project/assets/fonts/fontawesome-webfont.eot +0 -0
  39. data/templates/project/assets/fonts/fontawesome-webfont.svg +0 -655
  40. data/templates/project/assets/fonts/fontawesome-webfont.ttf +0 -0
  41. data/templates/project/assets/fonts/fontawesome-webfont.woff +0 -0
  42. data/templates/project/assets/fonts/fontawesome-webfont.woff2 +0 -0
  43. data/templates/project/assets/stylesheets/font-awesome.css +0 -2086
@@ -1,2 +1,2 @@
1
- /*! gridster.js - v0.5.1 - 2014-03-26 - * http://gridster.net/ - Copyright (c) 2014 ducksboard; Licensed MIT */ (function(t){function i(i){return i[0]&&t.isPlainObject(i[0])?this.data=i[0]:this.el=i,this.isCoords=!0,this.coords={},this.init(),this}var e=i.prototype;e.init=function(){this.set(),this.original_coords=this.get()},e.set=function(t,i){var e=this.el;if(e&&!t&&(this.data=e.offset(),this.data.width=e.width(),this.data.height=e.height()),e&&t&&!i){var s=e.offset();this.data.top=s.top,this.data.left=s.left}var r=this.data;return r.left===undefined&&(r.left=r.x1),r.top===undefined&&(r.top=r.y1),this.coords.x1=r.left,this.coords.y1=r.top,this.coords.x2=r.left+r.width,this.coords.y2=r.top+r.height,this.coords.cx=r.left+r.width/2,this.coords.cy=r.top+r.height/2,this.coords.width=r.width,this.coords.height=r.height,this.coords.el=e||!1,this},e.update=function(i){if(!i&&!this.el)return this;if(i){var e=t.extend({},this.data,i);return this.data=e,this.set(!0,!0)}return this.set(!0),this},e.get=function(){return this.coords},e.destroy=function(){this.el.removeData("coords"),delete this.el},t.fn.coords=function(){if(this.data("coords"))return this.data("coords");var t=new i(this,arguments[0]);return this.data("coords",t),t}})(jQuery,window,document),function(t,i,e){function s(i,e,s){this.options=t.extend(r,s),this.$element=i,this.last_colliders=[],this.last_colliders_coords=[],this.set_colliders(e),this.init()}var r={colliders_context:e.body,overlapping_region:"C"},o=s.prototype;o.init=function(){this.find_collisions()},o.overlaps=function(t,i){var e=!1,s=!1;return(i.x1>=t.x1&&i.x1<=t.x2||i.x2>=t.x1&&i.x2<=t.x2||t.x1>=i.x1&&t.x2<=i.x2)&&(e=!0),(i.y1>=t.y1&&i.y1<=t.y2||i.y2>=t.y1&&i.y2<=t.y2||t.y1>=i.y1&&t.y2<=i.y2)&&(s=!0),e&&s},o.detect_overlapping_region=function(t,i){var e="",s="";return t.y1>i.cy&&t.y1<i.y2&&(e="N"),t.y2>i.y1&&t.y2<i.cy&&(e="S"),t.x1>i.cx&&t.x1<i.x2&&(s="W"),t.x2>i.x1&&t.x2<i.cx&&(s="E"),e+s||"C"},o.calculate_overlapped_area_coords=function(i,e){var s=Math.max(i.x1,e.x1),r=Math.max(i.y1,e.y1),o=Math.min(i.x2,e.x2),a=Math.min(i.y2,e.y2);return t({left:s,top:r,width:o-s,height:a-r}).coords().get()},o.calculate_overlapped_area=function(t){return t.width*t.height},o.manage_colliders_start_stop=function(i,e,s){for(var r=this.last_colliders_coords,o=0,a=r.length;a>o;o++)-1===t.inArray(r[o],i)&&e.call(this,r[o]);for(var h=0,n=i.length;n>h;h++)-1===t.inArray(i[h],r)&&s.call(this,i[h])},o.find_collisions=function(i){for(var e=this,s=this.options.overlapping_region,r=[],o=[],a=this.colliders||this.$colliders,h=a.length,n=e.$element.coords().update(i||!1).get();h--;){var _=e.$colliders?t(a[h]):a[h],d=_.isCoords?_:_.coords(),l=d.get(),c=e.overlaps(n,l);if(c){var p=e.detect_overlapping_region(n,l);if(p===s||"all"===s){var g=e.calculate_overlapped_area_coords(n,l),u=e.calculate_overlapped_area(g),f={area:u,area_coords:g,region:p,coords:l,player_coords:n,el:_};e.options.on_overlap&&e.options.on_overlap.call(this,f),r.push(d),o.push(f)}}}return(e.options.on_overlap_stop||e.options.on_overlap_start)&&this.manage_colliders_start_stop(r,e.options.on_overlap_start,e.options.on_overlap_stop),this.last_colliders_coords=r,o},o.get_closest_colliders=function(t){var i=this.find_collisions(t);return i.sort(function(t,i){return"C"===t.region&&"C"===i.region?t.coords.y1<i.coords.y1||t.coords.x1<i.coords.x1?-1:1:t.area<i.area?1:1}),i},o.set_colliders=function(i){"string"==typeof i||i instanceof t?this.$colliders=t(i,this.options.colliders_context).not(this.$element):this.colliders=t(i)},t.fn.collision=function(t,i){return new s(this,t,i)}}(jQuery,window,document),function(t){t.delay=function(t,i){var e=Array.prototype.slice.call(arguments,2);return setTimeout(function(){return t.apply(null,e)},i)},t.debounce=function(t,i,e){var s;return function(){var r=this,o=arguments,a=function(){s=null,e||t.apply(r,o)};e&&!s&&t.apply(r,o),clearTimeout(s),s=setTimeout(a,i)}},t.throttle=function(t,i){var e,s,r,o,a,h,n=debounce(function(){a=o=!1},i);return function(){e=this,s=arguments;var _=function(){r=null,a&&t.apply(e,s),n()};return r||(r=setTimeout(_,i)),o?a=!0:h=t.apply(e,s),n(),o=!0,h}}}(window),function(t,i,e){function s(i,s){this.options=t.extend({},r,s),this.$body=t(e.body),this.$container=t(i),this.$dragitems=t(this.options.items,this.$container),this.is_dragging=!1,this.player_min_left=0+this.options.offset_left,this.init()}var r={items:"li",distance:1,limit:!0,offset_left:0,autoscroll:!0,ignore_dragging:["INPUT","TEXTAREA","SELECT","BUTTON"],handle:null,container_width:0,move_element:!0,helper:!1,remove_helper:!0},o=t(i),a={x:"left",y:"top"},h=!!("ontouchstart"in i),n={start:h?"touchstart.gridster-draggable":"mousedown.gridster-draggable",move:h?"touchmove.gridster-draggable":"mousemove.gridster-draggable",end:h?"touchend.gridster-draggable":"mouseup.gridster-draggable"},_=function(t){return t.charAt(0).toUpperCase()+t.slice(1)},d=s.prototype;d.init=function(){var e=this.$container.css("position");this.calculate_dimensions(),this.$container.css("position","static"===e?"relative":e),this.disabled=!1,this.events(),t(i).bind("resize.gridster-draggable",throttle(t.proxy(this.calculate_dimensions,this),200))},d.events=function(){this.$container.on("selectstart.gridster-draggable",t.proxy(this.on_select_start,this)),this.$container.on(n.start,this.options.items,t.proxy(this.drag_handler,this)),this.$body.on(n.end,t.proxy(function(t){this.is_dragging=!1,this.disabled||(this.$body.off(n.move),this.drag_start&&this.on_dragstop(t))},this))},d.get_actual_pos=function(t){var i=t.position();return i},d.get_mouse_pos=function(t){if(h){var i=t.originalEvent;t=i.touches.length?i.touches[0]:i.changedTouches[0]}return{left:t.clientX,top:t.clientY}},d.get_offset=function(t){t.preventDefault();var i=this.get_mouse_pos(t),e=Math.round(i.left-this.mouse_init_pos.left),s=Math.round(i.top-this.mouse_init_pos.top),r=Math.round(this.el_init_offset.left+e-this.baseX+this.scroll_offset_x),o=Math.round(this.el_init_offset.top+s-this.baseY+this.scroll_offset_y);return this.options.limit&&(r>this.player_max_left?r=this.player_max_left:this.player_min_left>r&&(r=this.player_min_left)),{position:{left:r,top:o},pointer:{left:i.left,top:i.top,diff_left:e+this.scroll_offset_x,diff_top:s+this.scroll_offset_y}}},d.get_drag_data=function(t){var i=this.get_offset(t);return i.$player=this.$player,i.$helper=this.helper?this.$helper:this.$player,i},d.set_limits=function(t){return t||(t=this.$container.width()),this.player_max_left=t-this.player_width+-this.options.offset_left,this.options.container_width=t,this},d.scroll_in=function(i,s){var r,h=a[i],n=50,d=30,l="x"===i,c=l?this.window_width:this.window_height,p=l?t(e).width():t(e).height(),g=l?this.$player.width():this.$player.height(),u=o["scroll"+_(h)](),f=u,w=f+c,m=w-n,y=f+n,v=f+s.pointer[h],z=p-c+g;return v>=m&&(r=u+d,z>r&&(o["scroll"+_(h)](r),this["scroll_offset_"+i]+=d)),y>=v&&(r=u-d,r>0&&(o["scroll"+_(h)](r),this["scroll_offset_"+i]-=d)),this},d.manage_scroll=function(t){this.scroll_in("x",t),this.scroll_in("y",t)},d.calculate_dimensions=function(){this.window_height=o.height(),this.window_width=o.width()},d.drag_handler=function(i){if(i.target.nodeName,!this.disabled&&(1===i.which||h)&&!this.ignore_drag(i)){var e=this,s=!0;return this.$player=t(i.currentTarget),this.el_init_pos=this.get_actual_pos(this.$player),this.mouse_init_pos=this.get_mouse_pos(i),this.offsetY=this.mouse_init_pos.top-this.el_init_pos.top,this.$body.on(n.move,function(t){var i=e.get_mouse_pos(t),r=Math.abs(i.left-e.mouse_init_pos.left),o=Math.abs(i.top-e.mouse_init_pos.top);return r>e.options.distance||o>e.options.distance?s?(s=!1,e.on_dragstart.call(e,t),!1):(e.is_dragging===!0&&e.on_dragmove.call(e,t),!1):!1}),h?undefined:!1}},d.on_dragstart=function(t){if(t.preventDefault(),this.is_dragging)return this;this.drag_start=this.is_dragging=!0;var i=this.$container.offset();return this.baseX=Math.round(i.left),this.baseY=Math.round(i.top),this.initial_container_width=this.options.container_width||this.$container.width(),"clone"===this.options.helper?(this.$helper=this.$player.clone().appendTo(this.$container).addClass("helper"),this.helper=!0):this.helper=!1,this.scroll_offset_y=0,this.scroll_offset_x=0,this.el_init_offset=this.$player.offset(),this.player_width=this.$player.width(),this.player_height=this.$player.height(),this.set_limits(this.options.container_width),this.options.start&&this.options.start.call(this.$player,t,this.get_drag_data(t)),!1},d.on_dragmove=function(t){var i=this.get_drag_data(t);this.options.autoscroll&&this.manage_scroll(i),this.options.move_element&&(this.helper?this.$helper:this.$player).css({position:"absolute",left:i.position.left,top:i.position.top});var e=this.last_position||i.position;return i.prev_position=e,this.options.drag&&this.options.drag.call(this.$player,t,i),this.last_position=i.position,!1},d.on_dragstop=function(t){var i=this.get_drag_data(t);return this.drag_start=!1,this.options.stop&&this.options.stop.call(this.$player,t,i),this.helper&&this.options.remove_helper&&this.$helper.remove(),!1},d.on_select_start=function(t){return this.disabled||this.ignore_drag(t)?undefined:!1},d.enable=function(){this.disabled=!1},d.disable=function(){this.disabled=!0},d.destroy=function(){this.disable(),this.$container.off(".gridster-draggable"),this.$body.off(".gridster-draggable"),t(i).off(".gridster-draggable"),t.removeData(this.$container,"drag")},d.ignore_drag=function(i){return this.options.handle?!t(i.target).is(this.options.handle):t.isFunction(this.options.ignore_dragging)?this.options.ignore_dragging(i):t(i.target).is(this.options.ignore_dragging.join(", "))},t.fn.drag=function(t){return new s(this,t)}}(jQuery,window,document),function(t,i,e){function s(i,e){this.options=t.extend(!0,{},r,e),this.$el=t(i),this.$wrapper=this.$el.parent(),this.$widgets=this.$el.children(this.options.widget_selector).addClass("gs-w"),this.widgets=[],this.$changed=t([]),this.wrapper_width=this.$wrapper.width(),this.min_widget_width=2*this.options.widget_margins[0]+this.options.widget_base_dimensions[0],this.min_widget_height=2*this.options.widget_margins[1]+this.options.widget_base_dimensions[1],this.generated_stylesheets=[],this.$style_tags=t([]),this.init()}var r={namespace:"",widget_selector:"li",widget_margins:[10,10],widget_base_dimensions:[400,225],extra_rows:0,extra_cols:0,min_cols:1,max_cols:1/0,min_rows:15,max_size_x:!1,autogrow_cols:!1,autogenerate_stylesheet:!0,avoid_overlapped_widgets:!0,serialize_params:function(t,i){return{col:i.col,row:i.row,size_x:i.size_x,size_y:i.size_y}},collision:{},draggable:{items:".gs-w",distance:4},resize:{enabled:!1,axes:["both"],handle_append_to:"",handle_class:"gs-resize-handle",max_size:[1/0,1/0],min_size:[1,1]}};s.generated_stylesheets=[];var o=s.prototype;o.init=function(){this.options.resize.enabled&&this.setup_resize(),this.generate_grid_and_stylesheet(),this.get_widgets_from_DOM(),this.set_dom_grid_height(),this.set_dom_grid_width(),this.$wrapper.addClass("ready"),this.draggable(),this.options.resize.enabled&&this.resizable(),t(i).bind("resize.gridster",throttle(t.proxy(this.recalculate_faux_grid,this),200))},o.disable=function(){return this.$wrapper.find(".player-revert").removeClass("player-revert"),this.drag_api.disable(),this},o.enable=function(){return this.drag_api.enable(),this},o.disable_resize=function(){return this.$el.addClass("gs-resize-disabled"),this.resize_api.disable(),this},o.enable_resize=function(){return this.$el.removeClass("gs-resize-disabled"),this.resize_api.enable(),this},o.add_widget=function(i,e,s,r,o,a,h){var n;e||(e=1),s||(s=1),!r&!o?n=this.next_position(e,s):(n={col:r,row:o},this.empty_cells(r,o,e,s));var _=t(i).attr({"data-col":n.col,"data-row":n.row,"data-sizex":e,"data-sizey":s}).addClass("gs-w").appendTo(this.$el).hide();return this.$widgets=this.$widgets.add(_),this.register_widget(_),this.add_faux_rows(n.size_y),a&&this.set_widget_max_size(_,a),h&&this.set_widget_min_size(_,h),this.set_dom_grid_width(),this.set_dom_grid_height(),this.drag_api.set_limits(this.cols*this.min_widget_width),_.fadeIn()},o.set_widget_min_size=function(t,i){if(t="number"==typeof t?this.$widgets.eq(t):t,!t.length)return this;var e=t.data("coords").grid;return e.min_size_x=i[0],e.min_size_y=i[1],this},o.set_widget_max_size=function(t,i){if(t="number"==typeof t?this.$widgets.eq(t):t,!t.length)return this;var e=t.data("coords").grid;return e.max_size_x=i[0],e.max_size_y=i[1],this},o.add_resize_handle=function(i){var e=this.options.resize.handle_append_to;return t(this.resize_handle_tpl).appendTo(e?t(e,i):i),this},o.resize_widget=function(t,i,e,s){var r=t.coords().grid,o=r.col,a=this.options.max_cols,h=r.size_y,n=r.col,_=n;i||(i=r.size_x),e||(e=r.size_y),1/0!==a&&(i=Math.min(i,a-o+1)),e>h&&this.add_faux_rows(Math.max(e-h,0));var d=o+i-1;d>this.cols&&this.add_faux_cols(d-this.cols);var l={col:_,row:r.row,size_x:i,size_y:e};return this.mutate_widget_in_gridmap(t,r,l),this.set_dom_grid_height(),this.set_dom_grid_width(),s&&s.call(this,l.size_x,l.size_y),t},o.mutate_widget_in_gridmap=function(i,e,s){e.size_x;var r=e.size_y,o=this.get_cells_occupied(e),a=this.get_cells_occupied(s),h=[];t.each(o.cols,function(i,e){-1===t.inArray(e,a.cols)&&h.push(e)});var n=[];t.each(a.cols,function(i,e){-1===t.inArray(e,o.cols)&&n.push(e)});var _=[];t.each(o.rows,function(i,e){-1===t.inArray(e,a.rows)&&_.push(e)});var d=[];if(t.each(a.rows,function(i,e){-1===t.inArray(e,o.rows)&&d.push(e)}),this.remove_from_gridmap(e),n.length){var l=[s.col,s.row,s.size_x,Math.min(r,s.size_y),i];this.empty_cells.apply(this,l)}if(d.length){var c=[s.col,s.row,s.size_x,s.size_y,i];this.empty_cells.apply(this,c)}if(e.col=s.col,e.row=s.row,e.size_x=s.size_x,e.size_y=s.size_y,this.add_to_gridmap(s,i),i.removeClass("player-revert"),i.data("coords").update({width:s.size_x*this.options.widget_base_dimensions[0]+2*(s.size_x-1)*this.options.widget_margins[0],height:s.size_y*this.options.widget_base_dimensions[1]+2*(s.size_y-1)*this.options.widget_margins[1]}),i.attr({"data-col":s.col,"data-row":s.row,"data-sizex":s.size_x,"data-sizey":s.size_y}),h.length){var p=[h[0],s.row,h.length,Math.min(r,s.size_y),i];this.remove_empty_cells.apply(this,p)}if(_.length){var g=[s.col,s.row,s.size_x,s.size_y,i];this.remove_empty_cells.apply(this,g)}return this.move_widget_up(i),this},o.empty_cells=function(i,e,s,r,o){var a=this.widgets_below({col:i,row:e-r,size_x:s,size_y:r});return a.not(o).each(t.proxy(function(i,s){var o=t(s).coords().grid;if(e+r-1>=o.row){var a=e+r-o.row;this.move_widget_down(t(s),a)}},this)),this.set_dom_grid_height(),this},o.remove_empty_cells=function(i,e,s,r,o){var a=this.widgets_below({col:i,row:e,size_x:s,size_y:r});return a.not(o).each(t.proxy(function(i,e){this.move_widget_up(t(e),r)},this)),this.set_dom_grid_height(),this},o.next_position=function(t,i){t||(t=1),i||(i=1);for(var e,s=this.gridmap,r=s.length,o=[],a=1;r>a;a++){e=s[a].length;for(var h=1;e>=h;h++){var n=this.can_move_to({size_x:t,size_y:i},a,h);n&&o.push({col:a,row:h,size_y:i,size_x:t})}}return o.length?this.sort_by_row_and_col_asc(o)[0]:!1},o.remove_widget=function(i,e,s){var r=i instanceof t?i:t(i),o=r.coords().grid;t.isFunction(e)&&(s=e,e=!1),this.cells_occupied_by_placeholder={},this.$widgets=this.$widgets.not(r);var a=this.widgets_below(r);return this.remove_from_gridmap(o),r.fadeOut(t.proxy(function(){r.remove(),e||a.each(t.proxy(function(i,e){this.move_widget_up(t(e),o.size_y)},this)),this.set_dom_grid_height(),s&&s.call(this,i)},this)),this},o.remove_all_widgets=function(i){return this.$widgets.each(t.proxy(function(t,e){this.remove_widget(e,!0,i)},this)),this},o.serialize=function(i){i||(i=this.$widgets);var e=[];return i.each(t.proxy(function(i,s){e.push(this.options.serialize_params(t(s),t(s).coords().grid))},this)),e},o.serialize_changed=function(){return this.serialize(this.$changed)},o.register_widget=function(i){var e={col:parseInt(i.attr("data-col"),10),row:parseInt(i.attr("data-row"),10),size_x:parseInt(i.attr("data-sizex"),10),size_y:parseInt(i.attr("data-sizey"),10),max_size_x:parseInt(i.attr("data-max-sizex"),10)||!1,max_size_y:parseInt(i.attr("data-max-sizey"),10)||!1,min_size_x:parseInt(i.attr("data-min-sizex"),10)||!1,min_size_y:parseInt(i.attr("data-min-sizey"),10)||!1,el:i};return this.options.avoid_overlapped_widgets&&!this.can_move_to({size_x:e.size_x,size_y:e.size_y},e.col,e.row)&&(t.extend(e,this.next_position(e.size_x,e.size_y)),i.attr({"data-col":e.col,"data-row":e.row,"data-sizex":e.size_x,"data-sizey":e.size_y})),i.data("coords",i.coords()),i.data("coords").grid=e,this.add_to_gridmap(e,i),this.options.resize.enabled&&this.add_resize_handle(i),this},o.update_widget_position=function(t,i){return this.for_each_cell_occupied(t,function(t,e){return this.gridmap[t]?(this.gridmap[t][e]=i,undefined):this}),this},o.remove_from_gridmap=function(t){return this.update_widget_position(t,!1)},o.add_to_gridmap=function(i,e){if(this.update_widget_position(i,e||i.el),i.el){var s=this.widgets_below(i.el);s.each(t.proxy(function(i,e){this.move_widget_up(t(e))},this))}},o.draggable=function(){var i=this,e=t.extend(!0,{},this.options.draggable,{offset_left:this.options.widget_margins[0],offset_top:this.options.widget_margins[1],container_width:this.cols*this.min_widget_width,limit:!0,ignore_dragging:["INPUT","TEXTAREA","SELECT","BUTTON","."+this.options.resize.handle_class],start:function(e,s){i.$widgets.filter(".player-revert").removeClass("player-revert"),i.$player=t(this),i.$helper=t(s.$helper),i.helper=!i.$helper.is(i.$player),i.on_start_drag.call(i,e,s),i.$el.trigger("gridster:dragstart")},stop:function(t,e){i.on_stop_drag.call(i,t,e),i.$el.trigger("gridster:dragstop")},drag:throttle(function(t,e){i.on_drag.call(i,t,e),i.$el.trigger("gridster:drag")},60)});return this.drag_api=this.$el.drag(e),this},o.resizable=function(){return this.resize_api=this.$el.drag({items:"."+this.options.resize.handle_class,offset_left:this.options.widget_margins[0],container_width:this.container_width,move_element:!1,resize:!0,limit:this.options.autogrow_cols?!1:!0,start:t.proxy(this.on_start_resize,this),stop:t.proxy(function(i,e){delay(t.proxy(function(){this.on_stop_resize(i,e)},this),120)},this),drag:throttle(t.proxy(this.on_resize,this),60)}),this},o.setup_resize=function(){this.resize_handle_class=this.options.resize.handle_class;var i=this.options.resize.axes,e='<span class="'+this.resize_handle_class+" "+this.resize_handle_class+'-{type}" />';return this.resize_handle_tpl=t.map(i,function(t){return e.replace("{type}",t)}).join(""),this},o.on_start_drag=function(i,e){this.$helper.add(this.$player).add(this.$wrapper).addClass("dragging"),this.highest_col=this.get_highest_occupied_cell().col,this.$player.addClass("player"),this.player_grid_data=this.$player.coords().grid,this.placeholder_grid_data=t.extend({},this.player_grid_data),this.set_dom_grid_height(this.$el.height()+this.player_grid_data.size_y*this.min_widget_height),this.set_dom_grid_width(this.cols);var s=this.player_grid_data.size_x,r=this.cols-this.highest_col;this.options.autogrow_cols&&s>=r&&this.add_faux_cols(Math.min(s-r,1));var o=this.faux_grid,a=this.$player.data("coords").coords;this.cells_occupied_by_player=this.get_cells_occupied(this.player_grid_data),this.cells_occupied_by_placeholder=this.get_cells_occupied(this.placeholder_grid_data),this.last_cols=[],this.last_rows=[],this.collision_api=this.$helper.collision(o,this.options.collision),this.$preview_holder=t("<"+this.$player.get(0).tagName+" />",{"class":"preview-holder","data-row":this.$player.attr("data-row"),"data-col":this.$player.attr("data-col"),css:{width:a.width,height:a.height}}).appendTo(this.$el),this.options.draggable.start&&this.options.draggable.start.call(this,i,e)},o.on_drag=function(t,i){if(null===this.$player)return!1;var e={left:i.position.left+this.baseX,top:i.position.top+this.baseY};if(this.options.autogrow_cols){var s=this.placeholder_grid_data.col+this.placeholder_grid_data.size_x-1;s>=this.cols-1&&this.options.max_cols>=this.cols+1&&(this.add_faux_cols(1),this.set_dom_grid_width(this.cols+1),this.drag_api.set_limits(this.container_width)),this.collision_api.set_colliders(this.faux_grid)}this.colliders_data=this.collision_api.get_closest_colliders(e),this.on_overlapped_column_change(this.on_start_overlapping_column,this.on_stop_overlapping_column),this.on_overlapped_row_change(this.on_start_overlapping_row,this.on_stop_overlapping_row),this.helper&&this.$player&&this.$player.css({left:i.position.left,top:i.position.top}),this.options.draggable.drag&&this.options.draggable.drag.call(this,t,i)},o.on_stop_drag=function(t,i){this.$helper.add(this.$player).add(this.$wrapper).removeClass("dragging"),i.position.left=i.position.left+this.baseX,i.position.top=i.position.top+this.baseY,this.colliders_data=this.collision_api.get_closest_colliders(i.position),this.on_overlapped_column_change(this.on_start_overlapping_column,this.on_stop_overlapping_column),this.on_overlapped_row_change(this.on_start_overlapping_row,this.on_stop_overlapping_row),this.$player.addClass("player-revert").removeClass("player").attr({"data-col":this.placeholder_grid_data.col,"data-row":this.placeholder_grid_data.row}).css({left:"",top:""}),this.$changed=this.$changed.add(this.$player),this.cells_occupied_by_player=this.get_cells_occupied(this.placeholder_grid_data),this.set_cells_player_occupies(this.placeholder_grid_data.col,this.placeholder_grid_data.row),this.$player.coords().grid.row=this.placeholder_grid_data.row,this.$player.coords().grid.col=this.placeholder_grid_data.col,this.options.draggable.stop&&this.options.draggable.stop.call(this,t,i),this.$preview_holder.remove(),this.$player=null,this.$helper=null,this.placeholder_grid_data={},this.player_grid_data={},this.cells_occupied_by_placeholder={},this.cells_occupied_by_player={},this.set_dom_grid_height(),this.set_dom_grid_width(),this.options.autogrow_cols&&this.drag_api.set_limits(this.cols*this.min_widget_width)},o.on_start_resize=function(i,e){this.$resized_widget=e.$player.closest(".gs-w"),this.resize_coords=this.$resized_widget.coords(),this.resize_wgd=this.resize_coords.grid,this.resize_initial_width=this.resize_coords.coords.width,this.resize_initial_height=this.resize_coords.coords.height,this.resize_initial_sizex=this.resize_coords.grid.size_x,this.resize_initial_sizey=this.resize_coords.grid.size_y,this.resize_initial_col=this.resize_coords.grid.col,this.resize_last_sizex=this.resize_initial_sizex,this.resize_last_sizey=this.resize_initial_sizey,this.resize_max_size_x=Math.min(this.resize_wgd.max_size_x||this.options.resize.max_size[0],this.options.max_cols-this.resize_initial_col+1),this.resize_max_size_y=this.resize_wgd.max_size_y||this.options.resize.max_size[1],this.resize_min_size_x=this.resize_wgd.min_size_x||this.options.resize.min_size[0]||1,this.resize_min_size_y=this.resize_wgd.min_size_y||this.options.resize.min_size[1]||1,this.resize_initial_last_col=this.get_highest_occupied_cell().col,this.set_dom_grid_width(this.cols),this.resize_dir={right:e.$player.is("."+this.resize_handle_class+"-x"),bottom:e.$player.is("."+this.resize_handle_class+"-y")},this.$resized_widget.css({"min-width":this.options.widget_base_dimensions[0],"min-height":this.options.widget_base_dimensions[1]});var s=this.$resized_widget.get(0).tagName;this.$resize_preview_holder=t("<"+s+" />",{"class":"preview-holder resize-preview-holder","data-row":this.$resized_widget.attr("data-row"),"data-col":this.$resized_widget.attr("data-col"),css:{width:this.resize_initial_width,height:this.resize_initial_height}}).appendTo(this.$el),this.$resized_widget.addClass("resizing"),this.options.resize.start&&this.options.resize.start.call(this,i,e,this.$resized_widget),this.$el.trigger("gridster:resizestart")},o.on_stop_resize=function(i,e){this.$resized_widget.removeClass("resizing").css({width:"",height:""}),delay(t.proxy(function(){this.$resize_preview_holder.remove().css({"min-width":"","min-height":""}),this.options.resize.stop&&this.options.resize.stop.call(this,i,e,this.$resized_widget),this.$el.trigger("gridster:resizestop")},this),300),this.set_dom_grid_width(),this.options.autogrow_cols&&this.drag_api.set_limits(this.cols*this.min_widget_width)},o.on_resize=function(t,i){var e,s=i.pointer.diff_left,r=i.pointer.diff_top,o=this.options.widget_base_dimensions[0],a=this.options.widget_base_dimensions[1],h=this.options.widget_margins[0],n=this.options.widget_margins[1],_=this.resize_max_size_x,d=this.resize_min_size_x,l=this.resize_max_size_y,c=this.resize_min_size_y,p=this.options.autogrow_cols,g=1/0,u=1/0,f=Math.ceil(s/(o+2*h)-.2),w=Math.ceil(r/(a+2*n)-.2),m=Math.max(1,this.resize_initial_sizex+f),y=Math.max(1,this.resize_initial_sizey+w),v=this.container_width/this.min_widget_width-this.resize_initial_col+1,z=v*this.min_widget_width-2*h;if(m=Math.max(Math.min(m,_),d),m=Math.min(v,m),e=_*o+2*(m-1)*h,g=Math.min(e,z),min_width=d*o+2*(m-1)*h,y=Math.max(Math.min(y,l),c),u=l*a+2*(y-1)*n,min_height=c*a+2*(y-1)*n,this.resize_dir.right?y=this.resize_initial_sizey:this.resize_dir.bottom&&(m=this.resize_initial_sizex),p){var x=this.resize_initial_col+m-1;p&&x>=this.resize_initial_last_col&&(this.set_dom_grid_width(Math.max(x+1,this.cols)),x>this.cols&&this.add_faux_cols(x-this.cols))}var $={};!this.resize_dir.bottom&&($.width=Math.max(Math.min(this.resize_initial_width+s,g),min_width)),!this.resize_dir.right&&($.height=Math.max(Math.min(this.resize_initial_height+r,u),min_height)),this.$resized_widget.css($),(m!==this.resize_last_sizex||y!==this.resize_last_sizey)&&(this.resize_widget(this.$resized_widget,m,y),this.set_dom_grid_width(this.cols),this.$resize_preview_holder.css({width:"",height:""}).attr({"data-row":this.$resized_widget.attr("data-row"),"data-sizex":m,"data-sizey":y})),this.options.resize.resize&&this.options.resize.resize.call(this,t,i,this.$resized_widget),this.$el.trigger("gridster:resize"),this.resize_last_sizex=m,this.resize_last_sizey=y},o.on_overlapped_column_change=function(i,e){if(!this.colliders_data.length)return this;var s,r=this.get_targeted_columns(this.colliders_data[0].el.data.col),o=this.last_cols.length,a=r.length;for(s=0;a>s;s++)-1===t.inArray(r[s],this.last_cols)&&(i||t.noop).call(this,r[s]);for(s=0;o>s;s++)-1===t.inArray(this.last_cols[s],r)&&(e||t.noop).call(this,this.last_cols[s]);return this.last_cols=r,this},o.on_overlapped_row_change=function(i,e){if(!this.colliders_data.length)return this;var s,r=this.get_targeted_rows(this.colliders_data[0].el.data.row),o=this.last_rows.length,a=r.length;for(s=0;a>s;s++)-1===t.inArray(r[s],this.last_rows)&&(i||t.noop).call(this,r[s]);for(s=0;o>s;s++)-1===t.inArray(this.last_rows[s],r)&&(e||t.noop).call(this,this.last_rows[s]);this.last_rows=r},o.set_player=function(t,i,e){var s=this;e||this.empty_cells_player_occupies();var r=e?{col:t}:s.colliders_data[0].el.data,o=r.col,a=i||r.row;this.player_grid_data={col:o,row:a,size_y:this.player_grid_data.size_y,size_x:this.player_grid_data.size_x},this.cells_occupied_by_player=this.get_cells_occupied(this.player_grid_data);var h=this.get_widgets_overlapped(this.player_grid_data),n=this.widgets_constraints(h);if(this.manage_movements(n.can_go_up,o,a),this.manage_movements(n.can_not_go_up,o,a),!h.length){var _=this.can_go_player_up(this.player_grid_data);_!==!1&&(a=_),this.set_placeholder(o,a)}return{col:o,row:a}},o.widgets_constraints=function(i){var e,s=t([]),r=[],o=[];return i.each(t.proxy(function(i,e){var a=t(e),h=a.coords().grid;this.can_go_widget_up(h)?(s=s.add(a),r.push(h)):o.push(h)},this)),e=i.not(s),{can_go_up:this.sort_by_row_asc(r),can_not_go_up:this.sort_by_row_desc(o)}},o.sort_by_row_asc=function(i){return i=i.sort(function(i,e){return i.row||(i=t(i).coords().grid,e=t(e).coords().grid),i.row>e.row?1:-1})},o.sort_by_row_and_col_asc=function(t){return t=t.sort(function(t,i){return t.row>i.row||t.row===i.row&&t.col>i.col?1:-1})},o.sort_by_col_asc=function(t){return t=t.sort(function(t,i){return t.col>i.col?1:-1})},o.sort_by_row_desc=function(t){return t=t.sort(function(t,i){return t.row+t.size_y<i.row+i.size_y?1:-1})},o.manage_movements=function(i,e,s){return t.each(i,t.proxy(function(t,i){var r=i,o=r.el,a=this.can_go_widget_up(r);if(a)this.move_widget_to(o,a),this.set_placeholder(e,a+r.size_y);else{var h=this.can_go_player_up(this.player_grid_data);if(!h){var n=s+this.player_grid_data.size_y-r.row;this.move_widget_down(o,n),this.set_placeholder(e,s)}}},this)),this},o.is_player=function(t,i){if(i&&!this.gridmap[t])return!1;var e=i?this.gridmap[t][i]:t;return e&&(e.is(this.$player)||e.is(this.$helper))},o.is_player_in=function(i,e){var s=this.cells_occupied_by_player||{};return t.inArray(i,s.cols)>=0&&t.inArray(e,s.rows)>=0},o.is_placeholder_in=function(i,e){var s=this.cells_occupied_by_placeholder||{};return this.is_placeholder_in_col(i)&&t.inArray(e,s.rows)>=0},o.is_placeholder_in_col=function(i){var e=this.cells_occupied_by_placeholder||[];return t.inArray(i,e.cols)>=0},o.is_empty=function(t,i){return this.gridmap[t]!==undefined?this.gridmap[t][i]!==undefined&&this.gridmap[t][i]===!1?!0:!1:!0},o.is_occupied=function(t,i){return this.gridmap[t]?this.gridmap[t][i]?!0:!1:!1},o.is_widget=function(t,i){var e=this.gridmap[t];return e?(e=e[i],e?e:!1):!1},o.is_widget_under_player=function(t,i){return this.is_widget(t,i)?this.is_player_in(t,i):!1},o.get_widgets_under_player=function(i){i||(i=this.cells_occupied_by_player||{cols:[],rows:[]});var e=t([]);return t.each(i.cols,t.proxy(function(s,r){t.each(i.rows,t.proxy(function(t,i){this.is_widget(r,i)&&(e=e.add(this.gridmap[r][i]))},this))},this)),e},o.set_placeholder=function(i,e){var s=t.extend({},this.placeholder_grid_data),r=this.widgets_below({col:s.col,row:s.row,size_y:s.size_y,size_x:s.size_x}),o=i+s.size_x-1;o>this.cols&&(i-=o-i);var a=e>this.placeholder_grid_data.row,h=this.placeholder_grid_data.col!==i;this.placeholder_grid_data.col=i,this.placeholder_grid_data.row=e,this.cells_occupied_by_placeholder=this.get_cells_occupied(this.placeholder_grid_data),this.$preview_holder.attr({"data-row":e,"data-col":i}),(a||h)&&r.each(t.proxy(function(e,r){this.move_widget_up(t(r),this.placeholder_grid_data.col-i+s.size_y)},this));var n=this.get_widgets_under_player(this.cells_occupied_by_placeholder);n.length&&n.each(t.proxy(function(i,r){var o=t(r);this.move_widget_down(o,e+s.size_y-o.data("coords").grid.row)},this))},o.can_go_player_up=function(t){var i=t.row+t.size_y-1,e=!0,s=[],r=1e4,o=this.get_widgets_under_player();return this.for_each_column_occupied(t,function(t){var a=this.gridmap[t],h=i+1;for(s[t]=[];--h>0&&(this.is_empty(t,h)||this.is_player(t,h)||this.is_widget(t,h)&&a[h].is(o));)s[t].push(h),r=r>h?h:r;return 0===s[t].length?(e=!1,!0):(s[t].sort(function(t,i){return t-i}),undefined)}),e?this.get_valid_rows(t,s,r):!1},o.can_go_widget_up=function(t){var i=t.row+t.size_y-1,e=!0,s=[],r=1e4;return this.for_each_column_occupied(t,function(o){var a=this.gridmap[o];s[o]=[];for(var h=i+1;--h>0&&(!this.is_widget(o,h)||this.is_player_in(o,h)||a[h].is(t.el));)this.is_player(o,h)||this.is_placeholder_in(o,h)||this.is_player_in(o,h)||s[o].push(h),r>h&&(r=h);return 0===s[o].length?(e=!1,!0):(s[o].sort(function(t,i){return t-i}),undefined)}),e?this.get_valid_rows(t,s,r):!1},o.get_valid_rows=function(i,e,s){for(var r=i.row,o=i.row+i.size_y-1,a=i.size_y,h=s-1,n=[];o>=++h;){var _=!0;if(t.each(e,function(i,e){t.isArray(e)&&-1===t.inArray(h,e)&&(_=!1)}),_===!0&&(n.push(h),n.length===a))break}var d=!1;return 1===a?n[0]!==r&&(d=n[0]||!1):n[0]!==r&&(d=this.get_consecutive_numbers_index(n,a)),d},o.get_consecutive_numbers_index=function(t,i){for(var e=t.length,s=[],r=!0,o=-1,a=0;e>a;a++){if(r||t[a]===o+1){if(s.push(a),s.length===i)break;r=!1}else s=[],r=!0;o=t[a]}return s.length>=i?t[s[0]]:!1},o.get_widgets_overlapped=function(){var i=t([]),e=[],s=this.cells_occupied_by_player.rows.slice(0);return s.reverse(),t.each(this.cells_occupied_by_player.cols,t.proxy(function(r,o){t.each(s,t.proxy(function(s,r){if(!this.gridmap[o])return!0;var a=this.gridmap[o][r];this.is_occupied(o,r)&&!this.is_player(a)&&-1===t.inArray(a,e)&&(i=i.add(a),e.push(a))
2
- },this))},this)),i},o.on_start_overlapping_column=function(t){this.set_player(t,!1)},o.on_start_overlapping_row=function(t){this.set_player(!1,t)},o.on_stop_overlapping_column=function(t){this.set_player(t,!1);var i=this;this.for_each_widget_below(t,this.cells_occupied_by_player.rows[0],function(){i.move_widget_up(this,i.player_grid_data.size_y)})},o.on_stop_overlapping_row=function(t){this.set_player(!1,t);for(var i=this,e=this.cells_occupied_by_player.cols,s=0,r=e.length;r>s;s++)this.for_each_widget_below(e[s],t,function(){i.move_widget_up(this,i.player_grid_data.size_y)})},o.move_widget_to=function(i,e){var s=this,r=i.coords().grid;e-r.row;var o=this.widgets_below(i),a=this.can_move_to(r,r.col,e,i);return a===!1?!1:(this.remove_from_gridmap(r),r.row=e,this.add_to_gridmap(r),i.attr("data-row",e),this.$changed=this.$changed.add(i),o.each(function(i,e){var r=t(e),o=r.coords().grid,a=s.can_go_widget_up(o);a&&a!==o.row&&s.move_widget_to(r,a)}),this)},o.move_widget_up=function(i,e){var s=i.coords().grid,r=s.row,o=[];return e||(e=1),this.can_go_up(i)?(this.for_each_column_occupied(s,function(s){if(-1===t.inArray(i,o)){var a=i.coords().grid,h=r-e;if(h=this.can_go_up_to_row(a,s,h),!h)return!0;var n=this.widgets_below(i);this.remove_from_gridmap(a),a.row=h,this.add_to_gridmap(a),i.attr("data-row",a.row),this.$changed=this.$changed.add(i),o.push(i),n.each(t.proxy(function(i,s){this.move_widget_up(t(s),e)},this))}}),undefined):!1},o.move_widget_down=function(i,e){var s,r,o,a;if(0>=e)return!1;if(s=i.coords().grid,r=s.row,o=[],a=e,!i)return!1;if(-1===t.inArray(i,o)){var h=i.coords().grid,n=r+e,_=this.widgets_below(i);this.remove_from_gridmap(h),_.each(t.proxy(function(i,e){var s=t(e),r=s.coords().grid,o=this.displacement_diff(r,h,a);o>0&&this.move_widget_down(s,o)},this)),h.row=n,this.update_widget_position(h,i),i.attr("data-row",h.row),this.$changed=this.$changed.add(i),o.push(i)}},o.can_go_up_to_row=function(i,e,s){var r,o=this.gridmap,a=!0,h=[],n=i.row;if(this.for_each_column_occupied(i,function(t){for(o[t],h[t]=[],r=n;r--&&this.is_empty(t,r)&&!this.is_placeholder_in(t,r);)h[t].push(r);return h[t].length?undefined:(a=!1,!0)}),!a)return!1;for(r=s,r=1;n>r;r++){for(var _=!0,d=0,l=h.length;l>d;d++)h[d]&&-1===t.inArray(r,h[d])&&(_=!1);if(_===!0){a=r;break}}return a},o.displacement_diff=function(t,i,e){var s=t.row,r=[],o=i.row+i.size_y;this.for_each_column_occupied(t,function(t){for(var i=0,e=o;s>e;e++)this.is_empty(t,e)&&(i+=1);r.push(i)});var a=Math.max.apply(Math,r);return e-=a,e>0?e:0},o.widgets_below=function(i){var e=t.isPlainObject(i)?i:i.coords().grid,s=this;this.gridmap;var r=e.row+e.size_y-1,o=t([]);return this.for_each_column_occupied(e,function(i){s.for_each_widget_below(i,r,function(){return s.is_player(this)||-1!==t.inArray(this,o)?undefined:(o=o.add(this),!0)})}),this.sort_by_row_asc(o)},o.set_cells_player_occupies=function(t,i){return this.remove_from_gridmap(this.placeholder_grid_data),this.placeholder_grid_data.col=t,this.placeholder_grid_data.row=i,this.add_to_gridmap(this.placeholder_grid_data,this.$player),this},o.empty_cells_player_occupies=function(){return this.remove_from_gridmap(this.placeholder_grid_data),this},o.can_go_up=function(t){var i=t.coords().grid,e=i.row,s=e-1;this.gridmap;var r=!0;return 1===e?!1:(this.for_each_column_occupied(i,function(t){return this.is_widget(t,s),this.is_occupied(t,s)||this.is_player(t,s)||this.is_placeholder_in(t,s)||this.is_player_in(t,s)?(r=!1,!0):undefined}),r)},o.can_move_to=function(t,i,e,s){this.gridmap;var r=t.el,o={size_y:t.size_y,size_x:t.size_x,col:i,row:e},a=!0,h=i+t.size_x-1;return h>this.cols?!1:s&&e+t.size_y-1>s?!1:(this.for_each_cell_occupied(o,function(i,e){var s=this.is_widget(i,e);!s||t.el&&!s.is(r)||(a=!1)}),a)},o.get_targeted_columns=function(t){for(var i=(t||this.player_grid_data.col)+(this.player_grid_data.size_x-1),e=[],s=t;i>=s;s++)e.push(s);return e},o.get_targeted_rows=function(t){for(var i=(t||this.player_grid_data.row)+(this.player_grid_data.size_y-1),e=[],s=t;i>=s;s++)e.push(s);return e},o.get_cells_occupied=function(i){var e,s={cols:[],rows:[]};for(arguments[1]instanceof t&&(i=arguments[1].coords().grid),e=0;i.size_x>e;e++){var r=i.col+e;s.cols.push(r)}for(e=0;i.size_y>e;e++){var o=i.row+e;s.rows.push(o)}return s},o.for_each_cell_occupied=function(t,i){return this.for_each_column_occupied(t,function(e){this.for_each_row_occupied(t,function(t){i.call(this,e,t)})}),this},o.for_each_column_occupied=function(t,i){for(var e=0;t.size_x>e;e++){var s=t.col+e;i.call(this,s,t)}},o.for_each_row_occupied=function(t,i){for(var e=0;t.size_y>e;e++){var s=t.row+e;i.call(this,s,t)}},o._traversing_widgets=function(i,e,s,r,o){var a=this.gridmap;if(a[s]){var h,n,_=i+"/"+e;if(arguments[2]instanceof t){var d=arguments[2].coords().grid;s=d.col,r=d.row,o=arguments[3]}var l=[],c=r,p={"for_each/above":function(){for(;c--&&!(c>0&&this.is_widget(s,c)&&-1===t.inArray(a[s][c],l)&&(h=o.call(a[s][c],s,c),l.push(a[s][c]),h)););},"for_each/below":function(){for(c=r+1,n=a[s].length;n>c&&(!this.is_widget(s,c)||-1!==t.inArray(a[s][c],l)||(h=o.call(a[s][c],s,c),l.push(a[s][c]),!h));c++);}};p[_]&&p[_].call(this)}},o.for_each_widget_above=function(t,i,e){return this._traversing_widgets("for_each","above",t,i,e),this},o.for_each_widget_below=function(t,i,e){return this._traversing_widgets("for_each","below",t,i,e),this},o.get_highest_occupied_cell=function(){for(var t,i=this.gridmap,e=i[1].length,s=[],r=[],o=i.length-1;o>=1;o--)for(t=e-1;t>=1;t--)if(this.is_widget(o,t)){s.push(t),r.push(o);break}return{col:Math.max.apply(Math,r),row:Math.max.apply(Math,s)}},o.get_widgets_from=function(i,e){this.gridmap;var s=t();return i&&(s=s.add(this.$widgets.filter(function(){var e=t(this).attr("data-col");return e===i||e>i}))),e&&(s=s.add(this.$widgets.filter(function(){var i=t(this).attr("data-row");return i===e||i>e}))),s},o.set_dom_grid_height=function(t){if(t===undefined){var i=this.get_highest_occupied_cell().row;t=i*this.min_widget_height}return this.container_height=t,this.$el.css("height",this.container_height),this},o.set_dom_grid_width=function(t){t===undefined&&(t=this.get_highest_occupied_cell().col);var i=this.options.autogrow_cols?this.options.max_cols:this.cols;return t=Math.min(i,Math.max(t,this.options.min_cols)),this.container_width=t*this.min_widget_width,this.$el.css("width",this.container_width),this},o.generate_stylesheet=function(i){var e,r="",o=this.options.max_size_x||this.cols;i||(i={}),i.cols||(i.cols=this.cols),i.rows||(i.rows=this.rows),i.namespace||(i.namespace=this.options.namespace),i.widget_base_dimensions||(i.widget_base_dimensions=this.options.widget_base_dimensions),i.widget_margins||(i.widget_margins=this.options.widget_margins),i.min_widget_width=2*i.widget_margins[0]+i.widget_base_dimensions[0],i.min_widget_height=2*i.widget_margins[1]+i.widget_base_dimensions[1];var a=t.param(i);if(t.inArray(a,s.generated_stylesheets)>=0)return!1;for(this.generated_stylesheets.push(a),s.generated_stylesheets.push(a),e=i.cols;e>=0;e--)r+=i.namespace+' [data-col="'+(e+1)+'"] { left:'+(e*i.widget_base_dimensions[0]+e*i.widget_margins[0]+(e+1)*i.widget_margins[0])+"px; }\n";for(e=i.rows;e>=0;e--)r+=i.namespace+' [data-row="'+(e+1)+'"] { top:'+(e*i.widget_base_dimensions[1]+e*i.widget_margins[1]+(e+1)*i.widget_margins[1])+"px; }\n";for(var h=1;i.rows>=h;h++)r+=i.namespace+' [data-sizey="'+h+'"] { height:'+(h*i.widget_base_dimensions[1]+(h-1)*2*i.widget_margins[1])+"px; }\n";for(var n=1;o>=n;n++)r+=i.namespace+' [data-sizex="'+n+'"] { width:'+(n*i.widget_base_dimensions[0]+(n-1)*2*i.widget_margins[0])+"px; }\n";return this.add_style_tag(r)},o.add_style_tag=function(t){var i=e,s=i.createElement("style");return i.getElementsByTagName("head")[0].appendChild(s),s.setAttribute("type","text/css"),s.styleSheet?s.styleSheet.cssText=t:s.appendChild(e.createTextNode(t)),this.$style_tags=this.$style_tags.add(s),this},o.remove_style_tags=function(){var i=s.generated_stylesheets,e=this.generated_stylesheets;this.$style_tags.remove(),s.generated_stylesheets=t.map(i,function(i){return-1===t.inArray(i,e)?i:undefined})},o.generate_faux_grid=function(t,i){this.faux_grid=[],this.gridmap=[];var e,s;for(e=i;e>0;e--)for(this.gridmap[e]=[],s=t;s>0;s--)this.add_faux_cell(s,e);return this},o.add_faux_cell=function(i,e){var s=t({left:this.baseX+(e-1)*this.min_widget_width,top:this.baseY+(i-1)*this.min_widget_height,width:this.min_widget_width,height:this.min_widget_height,col:e,row:i,original_col:e,original_row:i}).coords();return t.isArray(this.gridmap[e])||(this.gridmap[e]=[]),this.gridmap[e][i]=!1,this.faux_grid.push(s),this},o.add_faux_rows=function(t){for(var i=this.rows,e=i+(t||1),s=e;s>i;s--)for(var r=this.cols;r>=1;r--)this.add_faux_cell(s,r);return this.rows=e,this.options.autogenerate_stylesheet&&this.generate_stylesheet(),this},o.add_faux_cols=function(t){var i=this.cols,e=i+(t||1);e=Math.min(e,this.options.max_cols);for(var s=i+1;e>=s;s++)for(var r=this.rows;r>=1;r--)this.add_faux_cell(r,s);return this.cols=e,this.options.autogenerate_stylesheet&&this.generate_stylesheet(),this},o.recalculate_faux_grid=function(){var e=this.$wrapper.width();return this.baseX=(t(i).width()-e)/2,this.baseY=this.$wrapper.offset().top,t.each(this.faux_grid,t.proxy(function(t,i){this.faux_grid[t]=i.update({left:this.baseX+(i.data.col-1)*this.min_widget_width,top:this.baseY+(i.data.row-1)*this.min_widget_height})},this)),this},o.get_widgets_from_DOM=function(){return this.$widgets.each(t.proxy(function(i,e){this.register_widget(t(e))},this)),this},o.generate_grid_and_stylesheet=function(){var e=this.$wrapper.width(),s=this.options.max_cols,r=Math.floor(e/this.min_widget_width)+this.options.extra_cols,o=this.$widgets.map(function(){return t(this).attr("data-col")}).get();o.length||(o=[0]);var a=Math.max.apply(Math,o);this.cols=Math.max(a,r,this.options.min_cols),1/0!==s&&s>=a&&this.cols>s&&(this.cols=s);var h=this.options.extra_rows;return this.$widgets.each(function(i,e){h+=+t(e).attr("data-sizey")}),this.rows=Math.max(h,this.options.min_rows),this.baseX=(t(i).width()-e)/2,this.baseY=this.$wrapper.offset().top,this.options.autogenerate_stylesheet&&this.generate_stylesheet(),this.generate_faux_grid(this.rows,this.cols)},o.destroy=function(e){return this.$el.removeData("gridster"),t(i).unbind(".gridster"),this.drag_api&&this.drag_api.destroy(),this.remove_style_tags(),e&&this.$el.remove(),this},t.fn.gridster=function(i){return this.each(function(){t(this).data("gridster")||t(this).data("gridster",new s(this,i))})},t.Gridster=o}(jQuery,window,document);
1
+ /*! gridster.js - v0.7.0 - 2017-03-27 - * https://dsmorse.github.io/gridster.js/ - Copyright (c) 2017 ducksboard; Licensed MIT */ !function(a,b){"use strict";"object"==typeof exports?module.exports=b(require("jquery")):"function"==typeof define&&define.amd?define("gridster-coords",["jquery"],b):a.GridsterCoords=b(a.$||a.jQuery)}(this,function(a){"use strict";function b(b){return b[0]&&a.isPlainObject(b[0])?this.data=b[0]:this.el=b,this.isCoords=!0,this.coords={},this.init(),this}var c=b.prototype;return c.init=function(){this.set(),this.original_coords=this.get()},c.set=function(a,b){var c=this.el;if(c&&!a&&(this.data=c.offset(),this.data.width=c[0].scrollWidth,this.data.height=c[0].scrollHeight),c&&a&&!b){var d=c.offset();this.data.top=d.top,this.data.left=d.left}var e=this.data;return void 0===e.left&&(e.left=e.x1),void 0===e.top&&(e.top=e.y1),this.coords.x1=e.left,this.coords.y1=e.top,this.coords.x2=e.left+e.width,this.coords.y2=e.top+e.height,this.coords.cx=e.left+e.width/2,this.coords.cy=e.top+e.height/2,this.coords.width=e.width,this.coords.height=e.height,this.coords.el=c||!1,this},c.update=function(b){if(!b&&!this.el)return this;if(b){var c=a.extend({},this.data,b);return this.data=c,this.set(!0,!0)}return this.set(!0),this},c.get=function(){return this.coords},c.destroy=function(){this.el.removeData("coords"),delete this.el},a.fn.coords=function(){if(this.data("coords"))return this.data("coords");var a=new b(this);return this.data("coords",a),a},b}),function(a,b){"use strict";"object"==typeof exports?module.exports=b(require("jquery")):"function"==typeof define&&define.amd?define("gridster-collision",["jquery","gridster-coords"],b):a.GridsterCollision=b(a.$||a.jQuery,a.GridsterCoords)}(this,function(a,b){"use strict";function c(b,c,e){this.options=a.extend(d,e),this.$element=b,this.last_colliders=[],this.last_colliders_coords=[],this.set_colliders(c),this.init()}var d={colliders_context:document.body,overlapping_region:"C"};c.defaults=d;var e=c.prototype;return e.init=function(){this.find_collisions()},e.overlaps=function(a,b){var c=!1,d=!1;return(b.x1>=a.x1&&b.x1<=a.x2||b.x2>=a.x1&&b.x2<=a.x2||a.x1>=b.x1&&a.x2<=b.x2)&&(c=!0),(b.y1>=a.y1&&b.y1<=a.y2||b.y2>=a.y1&&b.y2<=a.y2||a.y1>=b.y1&&a.y2<=b.y2)&&(d=!0),c&&d},e.detect_overlapping_region=function(a,b){var c="",d="";return a.y1>b.cy&&a.y1<b.y2&&(c="N"),a.y2>b.y1&&a.y2<b.cy&&(c="S"),a.x1>b.cx&&a.x1<b.x2&&(d="W"),a.x2>b.x1&&a.x2<b.cx&&(d="E"),c+d||"C"},e.calculate_overlapped_area_coords=function(b,c){var d=Math.max(b.x1,c.x1),e=Math.max(b.y1,c.y1);return a({left:d,top:e,width:Math.min(b.x2,c.x2)-d,height:Math.min(b.y2,c.y2)-e}).coords().get()},e.calculate_overlapped_area=function(a){return a.width*a.height},e.manage_colliders_start_stop=function(b,c,d){for(var e=this.last_colliders_coords,f=0,g=e.length;f<g;f++)a.inArray(e[f],b)===-1&&c.call(this,e[f]);for(var h=0,i=b.length;h<i;h++)a.inArray(b[h],e)===-1&&d.call(this,b[h])},e.find_collisions=function(b){for(var c=this,d=this.options.overlapping_region,e=[],f=[],g=this.colliders||this.$colliders,h=g.length,i=c.$element.coords().update(b||!1).get();h--;){var j=c.$colliders?a(g[h]):g[h],k=j.isCoords?j:j.coords(),l=k.get();if(c.overlaps(i,l)){var m=c.detect_overlapping_region(i,l);if(m===d||"all"===d){var n=c.calculate_overlapped_area_coords(i,l),o=c.calculate_overlapped_area(n);if(0!==o){var p={area:o,area_coords:n,region:m,coords:l,player_coords:i,el:j};c.options.on_overlap&&c.options.on_overlap.call(this,p),e.push(k),f.push(p)}}}}return(c.options.on_overlap_stop||c.options.on_overlap_start)&&this.manage_colliders_start_stop(e,c.options.on_overlap_start,c.options.on_overlap_stop),this.last_colliders_coords=e,f},e.get_closest_colliders=function(a){var b=this.find_collisions(a);return b.sort(function(a,b){return"C"===a.region&&"C"===b.region?a.coords.y1<b.coords.y1||a.coords.x1<b.coords.x1?-1:1:(a.area,b.area,1)}),b},e.set_colliders=function(b){"string"==typeof b||b instanceof a?this.$colliders=a(b,this.options.colliders_context).not(this.$element):this.colliders=a(b)},a.fn.collision=function(a,b){return new c(this,a,b)},c}),function(a,b){"use strict";a.delay=function(a,b){var c=Array.prototype.slice.call(arguments,2);return setTimeout(function(){return a.apply(null,c)},b)},a.debounce=function(a,b,c){var d;return function(){var e=this,f=arguments,g=function(){d=null,c||a.apply(e,f)};c&&!d&&a.apply(e,f),clearTimeout(d),d=setTimeout(g,b)}},a.throttle=function(a,b){var c,d,e,f,g,h,i=debounce(function(){g=f=!1},b);return function(){c=this,d=arguments;var j=function(){e=null,g&&a.apply(c,d),i()};return e||(e=setTimeout(j,b)),f?g=!0:h=a.apply(c,d),i(),f=!0,h}}}(window),function(a,b){"use strict";"object"==typeof exports?module.exports=b(require("jquery")):"function"==typeof define&&define.amd?define("gridster-draggable",["jquery"],b):a.GridsterDraggable=b(a.$||a.jQuery)}(this,function(a){"use strict";function b(b,d){this.options=a.extend({},c,d),this.$document=a(document),this.$container=a(b),this.$scroll_container=this.options.scroll_container===window?a(window):this.$container.closest(this.options.scroll_container),this.is_dragging=!1,this.player_min_left=0+this.options.offset_left,this.player_min_top=0+this.options.offset_top,this.id=i(),this.ns=".gridster-draggable-"+this.id,this.init()}var c={items:"li",distance:1,limit:{width:!0,height:!1},offset_left:0,autoscroll:!0,ignore_dragging:["INPUT","TEXTAREA","SELECT","BUTTON"],handle:null,container_width:0,move_element:!0,helper:!1,remove_helper:!0},d=a(window),e={x:"left",y:"top"},f=!!("ontouchstart"in window),g=function(a){return a.charAt(0).toUpperCase()+a.slice(1)},h=0,i=function(){return++h+""};b.defaults=c;var j=b.prototype;return j.init=function(){var b=this.$container.css("position");this.calculate_dimensions(),this.$container.css("position","static"===b?"relative":b),this.disabled=!1,this.events(),d.bind(this.nsEvent("resize"),throttle(a.proxy(this.calculate_dimensions,this),200))},j.nsEvent=function(a){return(a||"")+this.ns},j.events=function(){this.pointer_events={start:this.nsEvent("touchstart")+" "+this.nsEvent("mousedown"),move:this.nsEvent("touchmove")+" "+this.nsEvent("mousemove"),end:this.nsEvent("touchend")+" "+this.nsEvent("mouseup")},this.$container.on(this.nsEvent("selectstart"),a.proxy(this.on_select_start,this)),this.$container.on(this.pointer_events.start,this.options.items,a.proxy(this.drag_handler,this)),this.$document.on(this.pointer_events.end,a.proxy(function(a){this.is_dragging=!1,this.disabled||(this.$document.off(this.pointer_events.move),this.drag_start&&this.on_dragstop(a))},this))},j.get_actual_pos=function(a){return a.position()},j.get_mouse_pos=function(a){if(a.originalEvent&&a.originalEvent.touches){var b=a.originalEvent;a=b.touches.length?b.touches[0]:b.changedTouches[0]}return{left:a.clientX,top:a.clientY}},j.get_offset=function(a){a.preventDefault();var b=this.get_mouse_pos(a),c=Math.round(b.left-this.mouse_init_pos.left),d=Math.round(b.top-this.mouse_init_pos.top),e=Math.round(this.el_init_offset.left+c-this.baseX+this.$scroll_container.scrollLeft()-this.scroll_container_offset_x),f=Math.round(this.el_init_offset.top+d-this.baseY+this.$scroll_container.scrollTop()-this.scroll_container_offset_y);return this.options.limit.width&&(e>this.player_max_left?e=this.player_max_left:e<this.player_min_left&&(e=this.player_min_left)),this.options.limit.height&&(f>this.player_max_top?f=this.player_max_top:f<this.player_min_top&&(f=this.player_min_top)),{position:{left:e,top:f},pointer:{left:b.left,top:b.top,diff_left:c+(this.$scroll_container.scrollLeft()-this.scroll_container_offset_x),diff_top:d+(this.$scroll_container.scrollTop()-this.scroll_container_offset_y)}}},j.get_drag_data=function(a){var b=this.get_offset(a);return b.$player=this.$player,b.$helper=this.helper?this.$helper:this.$player,b},j.set_limits=function(a){return a||(a=this.$container.width()),this.player_max_left=a-this.player_width-this.options.offset_left,this.player_max_top=this.options.container_height-this.player_height-this.options.offset_top,this.options.container_width=a,this},j.scroll_in=function(a,b){var c,d=e[a],f=50,h=30,i="scroll"+g(d),j="x"===a,k=j?this.scroller_width:this.scroller_height;c=this.$scroll_container===window?j?this.$scroll_container.width():this.$scroll_container.height():j?this.$scroll_container[0].scrollWidth:this.$scroll_container[0].scrollHeight;var l,m=j?this.$player.width():this.$player.height(),n=this.$scroll_container[i](),o=n,p=o+k,q=p-f,r=o+f,s=o+b.pointer[d],t=c-k+m;return s>=q&&(l=n+h)<t&&(this.$scroll_container[i](l),this["scroll_offset_"+a]+=h),s<=r&&(l=n-h)>0&&(this.$scroll_container[i](l),this["scroll_offset_"+a]-=h),this},j.manage_scroll=function(a){this.scroll_in("x",a),this.scroll_in("y",a)},j.calculate_dimensions=function(){this.scroller_height=this.$scroll_container.height(),this.scroller_width=this.$scroll_container.width()},j.drag_handler=function(b){if(!this.disabled&&(1===b.which||f)&&!this.ignore_drag(b)){var c=this,d=!0;return this.$player=a(b.currentTarget),this.el_init_pos=this.get_actual_pos(this.$player),this.mouse_init_pos=this.get_mouse_pos(b),this.offsetY=this.mouse_init_pos.top-this.el_init_pos.top,this.$document.on(this.pointer_events.move,function(a){var b=c.get_mouse_pos(a),e=Math.abs(b.left-c.mouse_init_pos.left),f=Math.abs(b.top-c.mouse_init_pos.top);return(e>c.options.distance||f>c.options.distance)&&(d?(d=!1,c.on_dragstart.call(c,a),!1):(c.is_dragging===!0&&c.on_dragmove.call(c,a),!1))}),!!f&&void 0}},j.on_dragstart=function(a){if(a.preventDefault(),this.is_dragging)return this;this.drag_start=this.is_dragging=!0;var b=this.$container.offset();return this.baseX=Math.round(b.left),this.baseY=Math.round(b.top),"clone"===this.options.helper?(this.$helper=this.$player.clone().appendTo(this.$container).addClass("helper"),this.helper=!0):this.helper=!1,this.scroll_container_offset_y=this.$scroll_container.scrollTop(),this.scroll_container_offset_x=this.$scroll_container.scrollLeft(),this.el_init_offset=this.$player.offset(),this.player_width=this.$player.width(),this.player_height=this.$player.height(),this.set_limits(this.options.container_width),this.options.start&&this.options.start.call(this.$player,a,this.get_drag_data(a)),!1},j.on_dragmove=function(a){var b=this.get_drag_data(a);this.options.autoscroll&&this.manage_scroll(b),this.options.move_element&&(this.helper?this.$helper:this.$player).css({position:"absolute",left:b.position.left,top:b.position.top});var c=this.last_position||b.position;return b.prev_position=c,this.options.drag&&this.options.drag.call(this.$player,a,b),this.last_position=b.position,!1},j.on_dragstop=function(a){var b=this.get_drag_data(a);return this.drag_start=!1,this.options.stop&&this.options.stop.call(this.$player,a,b),this.helper&&this.options.remove_helper&&this.$helper.remove(),!1},j.on_select_start=function(a){if(!this.disabled&&!this.ignore_drag(a))return!1},j.enable=function(){this.disabled=!1},j.disable=function(){this.disabled=!0},j.destroy=function(){this.disable(),this.$container.off(this.ns),this.$document.off(this.ns),d.off(this.ns),a.removeData(this.$container,"drag")},j.ignore_drag=function(b){return this.options.handle?!a(b.target).is(this.options.handle):a.isFunction(this.options.ignore_dragging)?this.options.ignore_dragging(b):this.options.resize?!a(b.target).is(this.options.items):a(b.target).is(this.options.ignore_dragging.join(", "))},a.fn.gridDraggable=function(a){return new b(this,a)},a.fn.dragg=function(c){return this.each(function(){a.data(this,"drag")||a.data(this,"drag",new b(this,c))})},b}),function(a,b){"use strict";"object"==typeof exports?module.exports=b(require("jquery"),require("./jquery.draggable.js"),require("./jquery.collision.js"),require("./jquery.coords.js"),require("./utils.js")):"function"==typeof define&&define.amd?define(["jquery","gridster-draggable","gridster-collision"],b):a.Gridster=b(a.$||a.jQuery,a.GridsterDraggable,a.GridsterCollision)}(this,function(a,b,c){"use strict";function d(b,c){this.options=a.extend(!0,{},g,c),this.options.draggable=this.options.draggable||{},this.options.draggable=a.extend(!0,{},this.options.draggable,{scroll_container:this.options.scroll_container}),this.$el=a(b),this.$scroll_container=this.options.scroll_container===window?a(window):this.$el.closest(this.options.scroll_container),this.$wrapper=this.$el.parent(),this.$widgets=this.$el.children(this.options.widget_selector).addClass("gs-w"),this.$changed=a([]),this.w_queue={},this.is_responsive()?this.min_widget_width=this.get_responsive_col_width():this.min_widget_width=this.options.widget_base_dimensions[0],this.min_widget_height=this.options.widget_base_dimensions[1],this.is_resizing=!1,this.min_col_count=this.options.min_cols,this.prev_col_count=this.min_col_count,this.generated_stylesheets=[],this.$style_tags=a([]),typeof this.options.limit==typeof!0&&(console.log("limit: bool is deprecated, consider using limit: { width: boolean, height: boolean} instead"),this.options.limit={width:this.options.limit,height:this.options.limit}),this.options.auto_init&&this.init()}function e(a){for(var b=["col","row","size_x","size_y"],c={},d=0,e=b.length;d<e;d++){var f=b[d];if(!(f in a))throw new Error("Not exists property `"+f+"`");var g=a[f];if(!g||isNaN(g))throw new Error("Invalid value of `"+f+"` property");c[f]=+g}return c}var f=a(window),g={namespace:"",widget_selector:"li",static_class:"static",widget_margins:[10,10],widget_base_dimensions:[400,225],extra_rows:0,extra_cols:0,min_cols:1,max_cols:1/0,limit:{width:!0,height:!1},min_rows:1,max_rows:15,autogenerate_stylesheet:!0,avoid_overlapped_widgets:!0,auto_init:!0,center_widgets:!1,responsive_breakpoint:!1,scroll_container:window,shift_larger_widgets_down:!0,move_widgets_down_only:!1,shift_widgets_up:!0,show_element:function(a,b){b?a.fadeIn(b):a.fadeIn()},hide_element:function(a,b){b?a.fadeOut(b):a.fadeOut()},serialize_params:function(a,b){return{col:b.col,row:b.row,size_x:b.size_x,size_y:b.size_y}},collision:{wait_for_mouseup:!1},draggable:{items:".gs-w:not(.static)",distance:4,ignore_dragging:b.defaults.ignore_dragging.slice(0)},resize:{enabled:!1,axes:["both"],handle_append_to:"",handle_class:"gs-resize-handle",max_size:[1/0,1/0],min_size:[1,1]},ignore_self_occupied:!1};d.defaults=g,d.generated_stylesheets=[],d.sort_by_row_asc=function(b){return b=b.sort(function(b,c){return b.row||(b=a(b).coords().grid,c=a(c).coords().grid),b=e(b),c=e(c),b.row>c.row?1:-1})},d.sort_by_row_and_col_asc=function(a){return a=a.sort(function(a,b){return a=e(a),b=e(b),a.row>b.row||a.row===b.row&&a.col>b.col?1:-1})},d.sort_by_col_asc=function(a){return a=a.sort(function(a,b){return a=e(a),b=e(b),a.col>b.col?1:-1})},d.sort_by_row_desc=function(a){return a=a.sort(function(a,b){return a=e(a),b=e(b),a.row+a.size_y<b.row+b.size_y?1:-1})};var h=d.prototype;return h.init=function(){this.options.resize.enabled&&this.setup_resize(),this.generate_grid_and_stylesheet(),this.get_widgets_from_DOM(),this.set_dom_grid_height(),this.set_dom_grid_width(),this.$wrapper.addClass("ready"),this.draggable(),this.options.resize.enabled&&this.resizable(),this.options.center_widgets&&setTimeout(a.proxy(function(){this.center_widgets()},this),0),f.bind("resize.gridster",throttle(a.proxy(this.recalculate_faux_grid,this),200))},h.disable=function(){return this.$wrapper.find(".player-revert").removeClass("player-revert"),this.drag_api.disable(),this},h.enable=function(){return this.drag_api.enable(),this},h.disable_resize=function(){return this.$el.addClass("gs-resize-disabled"),this.resize_api.disable(),this},h.enable_resize=function(){return this.$el.removeClass("gs-resize-disabled"),this.resize_api.enable(),this},h.add_widget=function(b,c,d,e,f,g,h,i){var j;if(c||(c=1),d||(d=1),e||f)j={col:e,row:f,size_x:c,size_y:d},this.options.avoid_overlapped_widgets&&this.empty_cells(e,f,c,d);else if((j=this.next_position(c,d))===!1)return!1;var k=a(b).attr({"data-col":j.col,"data-row":j.row,"data-sizex":c,"data-sizey":d}).addClass("gs-w").appendTo(this.$el).hide();this.$widgets=this.$widgets.add(k),this.$changed=this.$changed.add(k),this.register_widget(k);var l=parseInt(j.row)+(parseInt(j.size_y)-1);return this.rows<l&&this.add_faux_rows(l-this.rows),g&&this.set_widget_max_size(k,g),h&&this.set_widget_min_size(k,h),this.set_dom_grid_width(),this.set_dom_grid_height(),this.drag_api.set_limits(this.cols*this.min_widget_width+(this.cols+1)*this.options.widget_margins[0]),this.options.center_widgets&&setTimeout(a.proxy(function(){this.center_widgets()},this),0),this.options.show_element.call(this,k,i),k},h.set_widget_min_size=function(a,b){if(a="number"==typeof a?this.$widgets.eq(a):a,!a.length)return this;var c=a.data("coords").grid;return c.min_size_x=b[0],c.min_size_y=b[1],this},h.set_widget_max_size=function(a,b){if(a="number"==typeof a?this.$widgets.eq(a):a,!a.length)return this;var c=a.data("coords").grid;return c.max_size_x=b[0],c.max_size_y=b[1],this},h.add_resize_handle=function(b){var c=this.options.resize.handle_append_to?a(this.options.resize.handle_append_to,b):b;return 0===c.children("span[class~='"+this.resize_handle_class+"']").length&&a(this.resize_handle_tpl).appendTo(c),this},h.resize_widget=function(a,b,c,d){var e=a.coords().grid;this.is_resizing=!0,b||(b=e.size_x),c||(c=e.size_y),this.is_valid_row(e.row,c)||this.add_faux_rows(Math.max(this.calculate_highest_row(e.row,c)-this.rows,0)),this.is_valid_col(e.col,c)||this.add_faux_cols(Math.max(this.calculate_highest_row(e.col,b)-this.cols,0));var f={col:e.col,row:e.row,size_x:b,size_y:c};return this.mutate_widget_in_gridmap(a,e,f),this.set_dom_grid_height(),this.set_dom_grid_width(),d&&d.call(this,f.size_x,f.size_y),this.is_resizing=!1,a},h.expand_widget=function(b,c,d,e,f){var g=b.coords().grid,h=Math.floor((a(window).width()-2*this.options.widget_margins[0])/this.min_widget_width);c=c||Math.min(h,this.cols),d||(d=g.size_y);var i=g.size_y;b.attr("pre_expand_col",g.col),b.attr("pre_expand_sizex",g.size_x),b.attr("pre_expand_sizey",g.size_y);var j=e||1;d>i&&this.add_faux_rows(Math.max(d-i,0));var k={col:j,row:g.row,size_x:c,size_y:d};return this.mutate_widget_in_gridmap(b,g,k),this.set_dom_grid_height(),this.set_dom_grid_width(),f&&f.call(this,k.size_x,k.size_y),b},h.collapse_widget=function(a,b){var c=a.coords().grid,d=parseInt(a.attr("pre_expand_sizex")),e=parseInt(a.attr("pre_expand_sizey")),f=parseInt(a.attr("pre_expand_col")),g={col:f,row:c.row,size_x:d,size_y:e};return this.mutate_widget_in_gridmap(a,c,g),this.set_dom_grid_height(),this.set_dom_grid_width(),b&&b.call(this,g.size_x,g.size_y),a},h.fit_to_content=function(a,b,c,d){var e=a.coords().grid,f=this.$wrapper.width(),g=this.$wrapper.height(),h=this.options.widget_base_dimensions[0]+2*this.options.widget_margins[0],i=this.options.widget_base_dimensions[1]+2*this.options.widget_margins[1],j=Math.ceil((f+2*this.options.widget_margins[0])/h),k=Math.ceil((g+2*this.options.widget_margins[1])/i),l={col:e.col,row:e.row,size_x:Math.min(b,j),size_y:Math.min(c,k)};return this.mutate_widget_in_gridmap(a,e,l),this.set_dom_grid_height(),this.set_dom_grid_width(),d&&d.call(this,l.size_x,l.size_y),a},h.center_widgets=debounce(function(){var b,c=this.$wrapper.width();b=this.is_responsive()?this.get_responsive_col_width():this.options.widget_base_dimensions[0]+2*this.options.widget_margins[0];var d=2*Math.floor(Math.max(Math.floor(c/b),this.min_col_count)/2);this.options.min_cols=d,this.options.max_cols=d,this.options.extra_cols=0,this.set_dom_grid_width(d),this.cols=d;var e=(d-this.prev_col_count)/2;return e<0?(this.get_min_col()>e*-1?this.shift_cols(e):this.resize_widget_dimensions(this.options),setTimeout(a.proxy(function(){this.resize_widget_dimensions(this.options)},this),0)):e>0?(this.resize_widget_dimensions(this.options),setTimeout(a.proxy(function(){this.shift_cols(e)},this),0)):(this.resize_widget_dimensions(this.options),setTimeout(a.proxy(function(){this.resize_widget_dimensions(this.options)},this),0)),this.prev_col_count=d,this},200),h.get_min_col=function(){return Math.min.apply(Math,this.$widgets.map(a.proxy(function(b,c){return this.get_cells_occupied(a(c).coords().grid).cols},this)).get())},h.shift_cols=function(b){var c=this.$widgets.map(a.proxy(function(b,c){var d=a(c);return this.dom_to_coords(d)},this));c=d.sort_by_row_and_col_asc(c),c.each(a.proxy(function(c,d){var e=a(d.el),f=e.coords().grid,g=parseInt(e.attr("data-col")),h={col:Math.max(Math.round(g+b),1),row:f.row,size_x:f.size_x,size_y:f.size_y};setTimeout(a.proxy(function(){this.mutate_widget_in_gridmap(e,f,h)},this),0)},this))},h.mutate_widget_in_gridmap=function(b,c,d){var e=c.size_y,f=this.get_cells_occupied(c),g=this.get_cells_occupied(d),h=[];a.each(f.cols,function(b,c){a.inArray(c,g.cols)===-1&&h.push(c)});var i=[];a.each(g.cols,function(b,c){a.inArray(c,f.cols)===-1&&i.push(c)});var j=[];a.each(f.rows,function(b,c){a.inArray(c,g.rows)===-1&&j.push(c)});var k=[];if(a.each(g.rows,function(b,c){a.inArray(c,f.rows)===-1&&k.push(c)}),this.remove_from_gridmap(c),i.length){var l=[d.col,d.row,d.size_x,Math.min(e,d.size_y),b];this.empty_cells.apply(this,l)}if(k.length){var m=[d.col,d.row,d.size_x,d.size_y,b];this.empty_cells.apply(this,m)}if(c.col=d.col,c.row=d.row,c.size_x=d.size_x,c.size_y=d.size_y,this.add_to_gridmap(d,b),b.removeClass("player-revert"),this.update_widget_dimensions(b,d),this.options.shift_widgets_up){if(h.length){var n=[h[0],d.row,h[h.length-1]-h[0]+1,Math.min(e,d.size_y),b];this.remove_empty_cells.apply(this,n)}if(j.length){var o=[d.col,d.row,d.size_x,d.size_y,b];this.remove_empty_cells.apply(this,o)}}return this.move_widget_up(b),this},h.empty_cells=function(b,c,d,e,f){return this.widgets_below({col:b,row:c-e,size_x:d,size_y:e}).not(f).each(a.proxy(function(b,d){var f=a(d),g=f.coords().grid;if(g.row<=c+e-1){var h=c+e-g.row;this.move_widget_down(f,h)}},this)),this.is_resizing||this.set_dom_grid_height(),this},h.remove_empty_cells=function(b,c,d,e,f){return this.widgets_below({col:b,row:c,size_x:d,size_y:e}).not(f).each(a.proxy(function(b,c){this.move_widget_up(a(c),e)},this)),this.set_dom_grid_height(),this},h.next_position=function(a,b){a||(a=1),b||(b=1);for(var c,e=this.gridmap,f=e.length,g=[],h=1;h<f;h++){c=e[h].length;for(var i=1;i<=c;i++){this.can_move_to({size_x:a,size_y:b},h,i)&&g.push({col:h,row:i,size_y:b,size_x:a})}}return!!g.length&&d.sort_by_row_and_col_asc(g)[0]},h.remove_by_grid=function(a,b){var c=this.is_widget(a,b);c&&this.remove_widget(c)},h.remove_widget=function(b,c,d){var e=b instanceof a?b:a(b);if(0===e.length)return this;var f=e.coords().grid;if(void 0===f)return this;a.isFunction(c)&&(d=c,c=!1),this.cells_occupied_by_placeholder={},this.$widgets=this.$widgets.not(e);var g=this.widgets_below(e);return this.remove_from_gridmap(f),this.options.hide_element.call(this,e,a.proxy(function(){e.remove(),c||g.each(a.proxy(function(b,c){this.move_widget_up(a(c),f.size_y)},this)),this.set_dom_grid_height(),d&&d.call(this,b)},this)),this},h.remove_all_widgets=function(b){return this.$widgets.each(a.proxy(function(a,c){this.remove_widget(c,!0,b)},this)),this},h.serialize=function(b){b||(b=this.$widgets);var c=[];return b.each(a.proxy(function(b,d){var e=a(d);void 0!==e.coords().grid&&c.push(this.options.serialize_params(e,e.coords().grid))},this)),c},h.serialize_changed=function(){return this.serialize(this.$changed)},h.dom_to_coords=function(a){return{col:parseInt(a.attr("data-col"),10),row:parseInt(a.attr("data-row"),10),size_x:parseInt(a.attr("data-sizex"),10)||1,size_y:parseInt(a.attr("data-sizey"),10)||1,max_size_x:parseInt(a.attr("data-max-sizex"),10)||!1,max_size_y:parseInt(a.attr("data-max-sizey"),10)||!1,min_size_x:parseInt(a.attr("data-min-sizex"),10)||!1,min_size_y:parseInt(a.attr("data-min-sizey"),10)||!1,el:a}},h.register_widget=function(b){var c=b instanceof a,d=c?this.dom_to_coords(b):b,e=!1;c||(b=d.el);var f=this.can_go_widget_up(d);return this.options.shift_widgets_up&&f&&(d.row=f,b.attr("data-row",f),this.$el.trigger("gridster:positionchanged",[d]),e=!0),this.options.avoid_overlapped_widgets&&!this.can_move_to({size_x:d.size_x,size_y:d.size_y},d.col,d.row)&&(a.extend(d,this.next_position(d.size_x,d.size_y)),b.attr({"data-col":d.col,"data-row":d.row,"data-sizex":d.size_x,"data-sizey":d.size_y}),e=!0),b.data("coords",b.coords()),b.data("coords").grid=d,this.add_to_gridmap(d,b),this.update_widget_dimensions(b,d),this.options.resize.enabled&&this.add_resize_handle(b),e},h.update_widget_position=function(a,b){return this.for_each_cell_occupied(a,function(a,c){if(!this.gridmap[a])return this;this.gridmap[a][c]=b}),this},h.update_widget_dimensions=function(a,b){var c=b.size_x*(this.is_responsive()?this.get_responsive_col_width():this.options.widget_base_dimensions[0])+(b.size_x-1)*this.options.widget_margins[0],d=b.size_y*this.options.widget_base_dimensions[1]+(b.size_y-1)*this.options.widget_margins[1];return a.data("coords").update({width:c,height:d}),a.attr({"data-col":b.col,"data-row":b.row,"data-sizex":b.size_x,"data-sizey":b.size_y}),this},h.update_widgets_dimensions=function(){return a.each(this.$widgets,a.proxy(function(b,c){var d=a(c).coords().grid;"object"==typeof d&&this.update_widget_dimensions(a(c),d)},this)),this},h.remove_from_gridmap=function(a){return this.update_widget_position(a,!1)},h.add_to_gridmap=function(a,b){this.update_widget_position(a,b||a.el)},h.draggable=function(){var b=this,c=a.extend(!0,{},this.options.draggable,{offset_left:this.options.widget_margins[0],offset_top:this.options.widget_margins[1],container_width:this.cols*this.min_widget_width+(this.cols+1)*this.options.widget_margins[0],container_height:this.rows*this.min_widget_height+(this.rows+1)*this.options.widget_margins[0],limit:{width:this.options.limit.width,height:this.options.limit.height},start:function(c,d){b.$widgets.filter(".player-revert").removeClass("player-revert"),b.$player=a(this),b.$helper=a(d.$helper),b.helper=!b.$helper.is(b.$player),b.on_start_drag.call(b,c,d),b.$el.trigger("gridster:dragstart")},stop:function(a,c){b.on_stop_drag.call(b,a,c),b.$el.trigger("gridster:dragstop")},drag:throttle(function(a,c){b.on_drag.call(b,a,c),b.$el.trigger("gridster:drag")},60)});this.drag_api=this.$el.dragg(c).data("drag")},h.resizable=function(){return this.resize_api=this.$el.gridDraggable({items:"."+this.options.resize.handle_class,offset_left:this.options.widget_margins[0],container_width:this.container_width,move_element:!1,resize:!0,limit:{width:this.options.max_cols!==1/0||this.limit.width,height:this.options.max_rows!==1/0||this.limit.height},scroll_container:this.options.scroll_container,start:a.proxy(this.on_start_resize,this),stop:a.proxy(function(b,c){delay(a.proxy(function(){this.on_stop_resize(b,c)},this),120)},this),drag:throttle(a.proxy(this.on_resize,this),60)}),this},h.setup_resize=function(){this.resize_handle_class=this.options.resize.handle_class;var b=this.options.resize.axes,c='<span class="'+this.resize_handle_class+" "+this.resize_handle_class+'-{type}" />';return this.resize_handle_tpl=a.map(b,function(a){return c.replace("{type}",a)}).join(""),a.isArray(this.options.draggable.ignore_dragging)&&this.options.draggable.ignore_dragging.push("."+this.resize_handle_class),this},h.on_start_drag=function(b,c){this.$helper.add(this.$player).add(this.$wrapper).addClass("dragging"),this.highest_col=this.get_highest_occupied_cell().col,this.$player.addClass("player"),this.player_grid_data=this.$player.coords().grid,this.placeholder_grid_data=a.extend({},this.player_grid_data),this.get_highest_occupied_cell().row+this.player_grid_data.size_y<=this.options.max_rows&&this.set_dom_grid_height(this.$el.height()+this.player_grid_data.size_y*this.min_widget_height),this.set_dom_grid_width(this.cols);var d=this.player_grid_data.size_x,e=this.cols-this.highest_col;this.options.max_cols===1/0&&e<=d&&this.add_faux_cols(Math.min(d-e,1));var f=this.faux_grid,g=this.$player.data("coords").coords;this.cells_occupied_by_player=this.get_cells_occupied(this.player_grid_data),this.cells_occupied_by_placeholder=this.get_cells_occupied(this.placeholder_grid_data),this.last_cols=[],this.last_rows=[],this.collision_api=this.$helper.collision(f,this.options.collision),this.$preview_holder=a("<"+this.$player.get(0).tagName+" />",{class:"preview-holder","data-row":this.$player.attr("data-row"),"data-col":this.$player.attr("data-col"),css:{width:g.width,height:g.height}}).appendTo(this.$el),this.options.draggable.start&&this.options.draggable.start.call(this,b,c)},h.on_drag=function(a,b){if(null===this.$player)return!1;var c=this.options.widget_margins,d=this.$preview_holder.attr("data-col"),e=this.$preview_holder.attr("data-row"),f={left:b.position.left+this.baseX-c[0]*d,top:b.position.top+this.baseY-c[1]*e};if(this.options.max_cols===1/0){this.placeholder_grid_data.col+this.placeholder_grid_data.size_x-1>=this.cols-1&&this.options.max_cols>=this.cols+1&&(this.add_faux_cols(1),this.set_dom_grid_width(this.cols+1),this.drag_api.set_limits(this.cols*this.min_widget_width+(this.cols+1)*this.options.widget_margins[0])),this.collision_api.set_colliders(this.faux_grid)}this.colliders_data=this.collision_api.get_closest_colliders(f),this.on_overlapped_column_change(this.on_start_overlapping_column,this.on_stop_overlapping_column),this.on_overlapped_row_change(this.on_start_overlapping_row,this.on_stop_overlapping_row),this.helper&&this.$player&&this.$player.css({left:b.position.left,top:b.position.top}),this.options.draggable.drag&&this.options.draggable.drag.call(this,a,b)},h.on_stop_drag=function(a,b){this.$helper.add(this.$player).add(this.$wrapper).removeClass("dragging");var c=this.options.widget_margins,d=this.$preview_holder.attr("data-col"),e=this.$preview_holder.attr("data-row");b.position.left=b.position.left+this.baseX-c[0]*d,b.position.top=b.position.top+this.baseY-c[1]*e,this.colliders_data=this.collision_api.get_closest_colliders(b.position),this.on_overlapped_column_change(this.on_start_overlapping_column,this.on_stop_overlapping_column),this.on_overlapped_row_change(this.on_start_overlapping_row,this.on_stop_overlapping_row),this.$changed=this.$changed.add(this.$player);var f=this.placeholder_grid_data.el.coords().grid;f.col===this.placeholder_grid_data.col&&f.row===this.placeholder_grid_data.row||(this.update_widget_position(f,!1),this.options.collision.wait_for_mouseup&&this.for_each_cell_occupied(this.placeholder_grid_data,function(a,b){if(this.is_widget(a,b)){var c=this.placeholder_grid_data.row+this.placeholder_grid_data.size_y,d=parseInt(this.gridmap[a][b][0].getAttribute("data-row")),e=c-d;!this.move_widget_down(this.is_widget(a,b),e)&&this.set_placeholder(this.placeholder_grid_data.el.coords().grid.col,this.placeholder_grid_data.el.coords().grid.row)}})),this.cells_occupied_by_player=this.get_cells_occupied(this.placeholder_grid_data);var g=this.placeholder_grid_data.col,h=this.placeholder_grid_data.row;this.set_cells_player_occupies(g,h),this.$player.coords().grid.row=h,this.$player.coords().grid.col=g,this.$player.addClass("player-revert").removeClass("player").attr({"data-col":g,"data-row":h}).css({left:"",top:""}),this.options.draggable.stop&&this.options.draggable.stop.call(this,a,b),this.$preview_holder.remove(),this.$player=null,this.$helper=null,this.placeholder_grid_data={},this.player_grid_data={},this.cells_occupied_by_placeholder={},this.cells_occupied_by_player={},this.w_queue={},this.set_dom_grid_height(),this.set_dom_grid_width(),this.options.max_cols===1/0&&this.drag_api.set_limits(this.cols*this.min_widget_width+(this.cols+1)*this.options.widget_margins[0])},h.on_start_resize=function(b,c){this.$resized_widget=c.$player.closest(".gs-w"),this.resize_coords=this.$resized_widget.coords(),this.resize_wgd=this.resize_coords.grid,this.resize_initial_width=this.resize_coords.coords.width,this.resize_initial_height=this.resize_coords.coords.height,this.resize_initial_sizex=this.resize_coords.grid.size_x,this.resize_initial_sizey=this.resize_coords.grid.size_y,this.resize_initial_col=this.resize_coords.grid.col,this.resize_last_sizex=this.resize_initial_sizex,this.resize_last_sizey=this.resize_initial_sizey,
2
+ this.resize_max_size_x=Math.min(this.resize_wgd.max_size_x||this.options.resize.max_size[0],this.options.max_cols-this.resize_initial_col+1),this.resize_max_size_y=this.resize_wgd.max_size_y||this.options.resize.max_size[1],this.resize_min_size_x=this.resize_wgd.min_size_x||this.options.resize.min_size[0]||1,this.resize_min_size_y=this.resize_wgd.min_size_y||this.options.resize.min_size[1]||1,this.resize_initial_last_col=this.get_highest_occupied_cell().col,this.set_dom_grid_width(this.cols),this.resize_dir={right:c.$player.is("."+this.resize_handle_class+"-x"),bottom:c.$player.is("."+this.resize_handle_class+"-y")},this.is_responsive()||this.$resized_widget.css({"min-width":this.options.widget_base_dimensions[0],"min-height":this.options.widget_base_dimensions[1]});var d=this.$resized_widget.get(0).tagName;this.$resize_preview_holder=a("<"+d+" />",{class:"preview-holder resize-preview-holder","data-row":this.$resized_widget.attr("data-row"),"data-col":this.$resized_widget.attr("data-col"),css:{width:this.resize_initial_width,height:this.resize_initial_height}}).appendTo(this.$el),this.$resized_widget.addClass("resizing"),this.options.resize.start&&this.options.resize.start.call(this,b,c,this.$resized_widget),this.$el.trigger("gridster:resizestart")},h.on_stop_resize=function(b,c){this.$resized_widget.removeClass("resizing").css({width:"",height:"","min-width":"","min-height":""}),delay(a.proxy(function(){this.$resize_preview_holder.remove().css({"min-width":"","min-height":""}),this.options.resize.stop&&this.options.resize.stop.call(this,b,c,this.$resized_widget),this.$el.trigger("gridster:resizestop")},this),300),this.set_dom_grid_width(),this.set_dom_grid_height(),this.options.max_cols===1/0&&this.drag_api.set_limits(this.cols*this.min_widget_width)},h.on_resize=function(a,b){var c,d=b.pointer.diff_left,e=b.pointer.diff_top,f=this.is_responsive()?this.get_responsive_col_width():this.options.widget_base_dimensions[0],g=this.options.widget_base_dimensions[1],h=this.options.widget_margins[0],i=this.options.widget_margins[1],j=this.resize_max_size_x,k=this.resize_min_size_x,l=this.resize_max_size_y,m=this.resize_min_size_y,n=this.options.max_cols===1/0,o=Math.ceil(d/(f+2*h)-.2),p=Math.ceil(e/(g+2*i)-.2),q=Math.max(1,this.resize_initial_sizex+o),r=Math.max(1,this.resize_initial_sizey+p),s=Math.floor(this.container_width/this.min_widget_width-this.resize_initial_col+1),t=s*this.min_widget_width+(s-1)*h;q=Math.max(Math.min(q,j),k),q=Math.min(s,q),c=j*f+(q-1)*h;var u=Math.min(c,t),v=k*f+(q-1)*h;r=Math.max(Math.min(r,l),m);var w=l*g+(r-1)*i,x=m*g+(r-1)*i;if(this.resize_dir.right?r=this.resize_initial_sizey:this.resize_dir.bottom&&(q=this.resize_initial_sizex),n){var y=this.resize_initial_col+q-1;n&&this.resize_initial_last_col<=y&&(this.set_dom_grid_width(Math.max(y+1,this.cols)),this.cols<y&&this.add_faux_cols(y-this.cols))}var z={};!this.resize_dir.bottom&&(z.width=Math.max(Math.min(this.resize_initial_width+d,u),v)),!this.resize_dir.right&&(z.height=Math.max(Math.min(this.resize_initial_height+e,w),x)),this.$resized_widget.css(z),q===this.resize_last_sizex&&r===this.resize_last_sizey||(this.resize_widget(this.$resized_widget,q,r,!1),this.set_dom_grid_width(this.cols),this.$resize_preview_holder.css({width:"",height:""}).attr({"data-row":this.$resized_widget.attr("data-row"),"data-sizex":q,"data-sizey":r})),this.options.resize.resize&&this.options.resize.resize.call(this,a,b,this.$resized_widget),this.$el.trigger("gridster:resize"),this.resize_last_sizex=q,this.resize_last_sizey=r},h.on_overlapped_column_change=function(b,c){if(!this.colliders_data.length)return this;var d,e=this.get_targeted_columns(this.colliders_data[0].el.data.col),f=this.last_cols.length,g=e.length;for(d=0;d<g;d++)a.inArray(e[d],this.last_cols)===-1&&(b||a.noop).call(this,e[d]);for(d=0;d<f;d++)a.inArray(this.last_cols[d],e)===-1&&(c||a.noop).call(this,this.last_cols[d]);return this.last_cols=e,this},h.on_overlapped_row_change=function(b,c){if(!this.colliders_data.length)return this;var d,e=this.get_targeted_rows(this.colliders_data[0].el.data.row),f=this.last_rows.length,g=e.length;for(d=0;d<g;d++)a.inArray(e[d],this.last_rows)===-1&&(b||a.noop).call(this,e[d]);for(d=0;d<f;d++)a.inArray(this.last_rows[d],e)===-1&&(c||a.noop).call(this,this.last_rows[d]);this.last_rows=e},h.set_player=function(b,c,d){var e=this,f=!1,g=d?{col:b}:e.colliders_data[0].el.data,h=g.col,i=g.row||c;this.player_grid_data={col:h,row:i,size_y:this.player_grid_data.size_y,size_x:this.player_grid_data.size_x},this.cells_occupied_by_player=this.get_cells_occupied(this.player_grid_data),this.cells_occupied_by_placeholder=this.get_cells_occupied(this.placeholder_grid_data);var j=this.get_widgets_overlapped(this.player_grid_data),k=this.player_grid_data.size_y,l=this.player_grid_data.size_x,m=this.cells_occupied_by_placeholder,n=this;if(j.each(a.proxy(function(b,c){var d=a(c),e=d.coords().grid,g=m.cols[0]+l-1,o=m.rows[0]+k-1;if(d.hasClass(n.options.static_class))return!0;if(n.options.collision.wait_for_mouseup&&n.drag_api.is_dragging)n.placeholder_grid_data.col=h,n.placeholder_grid_data.row=i,n.cells_occupied_by_placeholder=n.get_cells_occupied(n.placeholder_grid_data),n.$preview_holder.attr({"data-row":i,"data-col":h});else if(e.size_x<=l&&e.size_y<=k)if(n.is_swap_occupied(m.cols[0],e.row,e.size_x,e.size_y)||n.is_player_in(m.cols[0],e.row)||n.is_in_queue(m.cols[0],e.row,d))if(n.is_swap_occupied(g,e.row,e.size_x,e.size_y)||n.is_player_in(g,e.row)||n.is_in_queue(g,e.row,d))if(n.is_swap_occupied(e.col,m.rows[0],e.size_x,e.size_y)||n.is_player_in(e.col,m.rows[0])||n.is_in_queue(e.col,m.rows[0],d))if(n.is_swap_occupied(e.col,o,e.size_x,e.size_y)||n.is_player_in(e.col,o)||n.is_in_queue(e.col,o,d))if(n.is_swap_occupied(m.cols[0],m.rows[0],e.size_x,e.size_y)||n.is_player_in(m.cols[0],m.rows[0])||n.is_in_queue(m.cols[0],m.rows[0],d))for(var p=0;p<l;p++)for(var q=0;q<k;q++){var r=m.cols[0]+p,s=m.rows[0]+q;if(!n.is_swap_occupied(r,s,e.size_x,e.size_y)&&!n.is_player_in(r,s)&&!n.is_in_queue(r,s,d)){f=n.queue_widget(r,s,d),p=l;break}}else n.options.move_widgets_down_only?j.each(a.proxy(function(b,c){var d=a(c);n.can_go_down(d)&&d.coords().grid.row===n.player_grid_data.row&&!n.is_in_queue(g,e.row,d)&&(n.move_widget_down(d,n.player_grid_data.size_y),n.set_placeholder(h,i))})):f=n.queue_widget(m.cols[0],m.rows[0],d);else f=n.queue_widget(e.col,o,d);else f=n.queue_widget(e.col,m.rows[0],d);else f=n.queue_widget(g,e.row,d);else n.options.move_widgets_down_only?j.each(a.proxy(function(b,c){var d=a(c);n.can_go_down(d)&&d.coords().grid.row===n.player_grid_data.row&&!n.is_in_queue(d.coords().grid.col,e.row,d)&&(n.move_widget_down(d,n.player_grid_data.size_y),n.set_placeholder(h,i))})):f=n.queue_widget(m.cols[0],e.row,d);else n.options.shift_larger_widgets_down&&!f&&j.each(a.proxy(function(b,c){var d=a(c);n.can_go_down(d)&&d.coords().grid.row===n.player_grid_data.row&&(n.move_widget_down(d,n.player_grid_data.size_y),n.set_placeholder(h,i))}));n.clean_up_changed()})),f&&this.can_placeholder_be_set(h,i,l,k)){for(var o in this.w_queue){var p=parseInt(o.split("_")[0]),q=parseInt(o.split("_")[1]);"full"!==this.w_queue[o]&&this.new_move_widget_to(this.w_queue[o],p,q)}this.set_placeholder(h,i)}if(!j.length){if(this.options.shift_widgets_up){var r=this.can_go_player_up(this.player_grid_data);r!==!1&&(i=r)}this.can_placeholder_be_set(h,i,l,k)&&this.set_placeholder(h,i)}return this.w_queue={},{col:h,row:i}},h.is_swap_occupied=function(a,b,c,d){for(var e=!1,f=0;f<c;f++)for(var g=0;g<d;g++){var h=a+f,i=b+g,j=h+"_"+i;if(this.is_occupied(h,i))e=!0;else if(j in this.w_queue){if("full"===this.w_queue[j]){e=!0;continue}var k=this.w_queue[j],l=k.coords().grid;this.is_widget_under_player(l.col,l.row)||delete this.w_queue[j]}i>parseInt(this.options.max_rows)&&(e=!0),h>parseInt(this.options.max_cols)&&(e=!0),this.is_player_in(h,i)&&(e=!0)}return e},h.can_placeholder_be_set=function(a,b,c,d){for(var e=!0,f=0;f<c;f++)for(var g=0;g<d;g++){var h=a+f,i=b+g,j=this.is_widget(h,i);i>parseInt(this.options.max_rows)&&(e=!1),h>parseInt(this.options.max_cols)&&(e=!1),this.is_occupied(h,i)&&!this.is_widget_queued_and_can_move(j)&&(e=!1)}return e},h.queue_widget=function(a,b,c){var d=c,e=d.coords().grid,f=a+"_"+b;if(f in this.w_queue)return!1;this.w_queue[f]=d;for(var g=0;g<e.size_x;g++)for(var h=0;h<e.size_y;h++){var i=a+g,j=b+h,k=i+"_"+j;k!==f&&(this.w_queue[k]="full")}return!0},h.is_widget_queued_and_can_move=function(a){var b=!1;if(a===!1)return!1;for(var c in this.w_queue)if("full"!==this.w_queue[c]&&this.w_queue[c].attr("data-col")===a.attr("data-col")&&this.w_queue[c].attr("data-row")===a.attr("data-row")){b=!0;for(var d=this.w_queue[c],e=parseInt(c.split("_")[0]),f=parseInt(c.split("_")[1]),g=d.coords().grid,h=0;h<g.size_x;h++)for(var i=0;i<g.size_y;i++){var j=e+h,k=f+i;this.is_player_in(j,k)&&(b=!1)}}return b},h.is_in_queue=function(a,b,c){var d=!1,e=a+"_"+b;if(e in this.w_queue)if("full"===this.w_queue[e])d=!0;else{var f=this.w_queue[e],g=f.coords().grid;this.is_widget_under_player(g.col,g.row)?this.w_queue[e].attr("data-col")===c.attr("data-col")&&this.w_queue[e].attr("data-row")===c.attr("data-row")?(delete this.w_queue[e],d=!1):d=!0:(delete this.w_queue[e],d=!1)}return d},h.widgets_constraints=function(b){var c=a([]),e=[],f=[];return b.each(a.proxy(function(b,d){var g=a(d),h=g.coords().grid;this.can_go_widget_up(h)?(c=c.add(g),e.push(h)):f.push(h)},this)),b.not(c),{can_go_up:d.sort_by_row_asc(e),can_not_go_up:d.sort_by_row_desc(f)}},h.manage_movements=function(b,c,d){return a.each(b,a.proxy(function(a,b){var e=b,f=e.el,g=this.can_go_widget_up(e);if(g)this.move_widget_to(f,g),this.set_placeholder(c,g+e.size_y);else{if(!this.can_go_player_up(this.player_grid_data)){var h=d+this.player_grid_data.size_y-e.row;this.can_go_down(f)&&(console.log("In Move Down!"),this.move_widget_down(f,h),this.set_placeholder(c,d))}}},this)),this},h.is_player=function(a,b){if(b&&!this.gridmap[a])return!1;var c=b?this.gridmap[a][b]:a;return c&&(c.is(this.$player)||c.is(this.$helper))},h.is_player_in=function(b,c){var d=this.cells_occupied_by_player||{};return a.inArray(b,d.cols)>=0&&a.inArray(c,d.rows)>=0},h.is_placeholder_in=function(b,c){var d=this.cells_occupied_by_placeholder||{};return this.is_placeholder_in_col(b)&&a.inArray(c,d.rows)>=0},h.is_placeholder_in_col=function(b){var c=this.cells_occupied_by_placeholder||[];return a.inArray(b,c.cols)>=0},h.is_empty=function(a,b){return void 0===this.gridmap[a]||void 0!==this.gridmap[a][b]&&this.gridmap[a][b]===!1},h.is_valid_col=function(a,b){return this.options.max_cols===1/0||this.cols>=this.calculate_highest_col(a,b)},h.is_valid_row=function(a,b){return this.rows>=this.calculate_highest_row(a,b)},h.calculate_highest_col=function(a,b){return a+(b||1)-1},h.calculate_highest_row=function(a,b){return a+(b||1)-1},h.is_occupied=function(b,c){return!!this.gridmap[b]&&(!this.is_player(b,c)&&(!!this.gridmap[b][c]&&(!this.options.ignore_self_occupied||this.$player.data()!==a(this.gridmap[b][c]).data())))},h.is_widget=function(a,b){var c=this.gridmap[a];return!!c&&(!!(c=c[b])&&c)},h.is_static=function(a,b){var c=this.gridmap[a];return!!c&&!(!(c=c[b])||!c.hasClass(this.options.static_class))},h.is_widget_under_player=function(a,b){return!!this.is_widget(a,b)&&this.is_player_in(a,b)},h.get_widgets_under_player=function(b){b||(b=this.cells_occupied_by_player||{cols:[],rows:[]});var c=a([]);return a.each(b.cols,a.proxy(function(d,e){a.each(b.rows,a.proxy(function(a,b){this.is_widget(e,b)&&(c=c.add(this.gridmap[e][b]))},this))},this)),c},h.set_placeholder=function(b,c){var d=a.extend({},this.placeholder_grid_data),e=b+d.size_x-1;e>this.cols&&(b-=e-b);var f=this.placeholder_grid_data.row<c,g=this.placeholder_grid_data.col!==b;if(this.placeholder_grid_data.col=b,this.placeholder_grid_data.row=c,this.cells_occupied_by_placeholder=this.get_cells_occupied(this.placeholder_grid_data),this.$preview_holder.attr({"data-row":c,"data-col":b}),this.options.shift_player_up){if(f||g){this.widgets_below({col:d.col,row:d.row,size_y:d.size_y,size_x:d.size_x}).each(a.proxy(function(b,c){var d=a(c),e=d.coords().grid,f=this.can_go_widget_up(e);f&&this.move_widget_to(d,f)},this))}var h=this.get_widgets_under_player(this.cells_occupied_by_placeholder);h.length&&h.each(a.proxy(function(b,e){var f=a(e);this.move_widget_down(f,c+d.size_y-f.data("coords").grid.row)},this))}},h.can_go_player_up=function(a){var b=a.row+a.size_y-1,c=!0,d=[],e=1e4,f=this.get_widgets_under_player();return this.for_each_column_occupied(a,function(a){var g=this.gridmap[a],h=b+1;for(d[a]=[];--h>0&&(this.is_empty(a,h)||this.is_player(a,h)||this.is_widget(a,h)&&g[h].is(f));)d[a].push(h),e=h<e?h:e;if(0===d[a].length)return c=!1,!0;d[a].sort(function(a,b){return a-b})}),!!c&&this.get_valid_rows(a,d,e)},h.can_go_widget_up=function(a){var b=a.row+a.size_y-1,c=!0,d=[],e=1e4;return this.for_each_column_occupied(a,function(f){var g=this.gridmap[f];d[f]=[];for(var h=b+1;--h>0&&(!this.is_widget(f,h)||this.is_player_in(f,h)||g[h].is(a.el));)this.is_player(f,h)||this.is_placeholder_in(f,h)||this.is_player_in(f,h)||d[f].push(h),h<e&&(e=h);if(0===d[f].length)return c=!1,!0;d[f].sort(function(a,b){return a-b})}),!!c&&this.get_valid_rows(a,d,e)},h.get_valid_rows=function(b,c,d){for(var e=b.row,f=b.row+b.size_y-1,g=b.size_y,h=d-1,i=[];++h<=f;){var j=!0;if(a.each(c,function(b,c){a.isArray(c)&&a.inArray(h,c)===-1&&(j=!1)}),j===!0&&(i.push(h),i.length===g))break}var k=!1;return 1===g?i[0]!==e&&(k=i[0]||!1):i[0]!==e&&(k=this.get_consecutive_numbers_index(i,g)),k},h.get_consecutive_numbers_index=function(a,b){for(var c=a.length,d=[],e=!0,f=-1,g=0;g<c;g++){if(e||a[g]===f+1){if(d.push(g),d.length===b)break;e=!1}else d=[],e=!0;f=a[g]}return d.length>=b&&a[d[0]]},h.get_widgets_overlapped=function(){var b=a([]),c=[],d=this.cells_occupied_by_player.rows.slice(0);return d.reverse(),a.each(this.cells_occupied_by_player.cols,a.proxy(function(e,f){a.each(d,a.proxy(function(d,e){if(!this.gridmap[f])return!0;var g=this.gridmap[f][e];this.is_occupied(f,e)&&!this.is_player(g)&&a.inArray(g,c)===-1&&(b=b.add(g),c.push(g))},this))},this)),b},h.on_start_overlapping_column=function(a){this.set_player(a,void 0,!1)},h.on_start_overlapping_row=function(a){this.set_player(void 0,a,!1)},h.on_stop_overlapping_column=function(a){var b=this;this.options.shift_larger_widgets_down&&this.for_each_widget_below(a,this.cells_occupied_by_player.rows[0],function(a,c){b.move_widget_up(this,b.player_grid_data.size_y)})},h.on_stop_overlapping_row=function(a){var b=this,c=this.cells_occupied_by_player.cols;if(this.options.shift_larger_widgets_down)for(var d=0,e=c.length;d<e;d++)this.for_each_widget_below(c[d],a,function(a,c){b.move_widget_up(this,b.player_grid_data.size_y)})},h.new_move_widget_to=function(a,b,c){var d=a.coords().grid;return this.remove_from_gridmap(d),d.row=c,d.col=b,this.add_to_gridmap(d),a.attr("data-row",c),a.attr("data-col",b),this.update_widget_position(d,a),this.$changed=this.$changed.add(a),this},h.move_widget=function(a,b,c,d){var e=a.coords().grid,f={col:b,row:c,size_x:e.size_x,size_y:e.size_y};return this.mutate_widget_in_gridmap(a,e,f),this.set_dom_grid_height(),this.set_dom_grid_width(),d&&d.call(this,f.col,f.row),a},h.move_widget_to=function(b,c){var d=this,e=b.coords().grid,f=this.widgets_below(b);return this.can_move_to(e,e.col,c)!==!1&&(this.remove_from_gridmap(e),e.row=c,this.add_to_gridmap(e),b.attr("data-row",c),this.$changed=this.$changed.add(b),f.each(function(b,c){var e=a(c),f=e.coords().grid,g=d.can_go_widget_up(f);g&&g!==f.row&&d.move_widget_to(e,g)}),this)},h.move_widget_up=function(b,c){if(void 0===c)return!1;var d=b.coords().grid,e=d.row,f=[];if(c||(c=1),!this.can_go_up(b))return!1;this.for_each_column_occupied(d,function(d){if(a.inArray(b,f)===-1){var g=b.coords().grid,h=e-c;if(!(h=this.can_go_up_to_row(g,d,h)))return!0;this.remove_from_gridmap(g),g.row=h,this.add_to_gridmap(g),b.attr("data-row",g.row),this.$changed=this.$changed.add(b),f.push(b)}})},h.move_widget_down=function(b,c){var d,e,f,g;if(c<=0)return!1;if(d=b.coords().grid,(e=d.row)+(b.coords().grid.size_y-1)+c>this.options.max_rows)return!1;if(f=[],g=c,!b)return!1;if(this.failed=!1,a.inArray(b,f)===-1){var h=b.coords().grid,i=e+c;if(this.widgets_below(b).each(a.proxy(function(b,c){if(this.failed!==!0){var d=a(c),e=d.coords().grid,f=this.displacement_diff(e,h,g);f>0&&(this.failed=this.move_widget_down(d,f)===!1)}},this)),this.failed)return!1;this.remove_from_gridmap(h),h.row=i,this.update_widget_position(h,b),b.attr("data-row",h.row),this.$changed=this.$changed.add(b),f.push(b)}return!0},h.can_go_up_to_row=function(b,c,d){var e,f=!0,g=[],h=b.row;if(this.for_each_column_occupied(b,function(a){for(g[a]=[],e=h;e--&&this.is_empty(a,e)&&!this.is_placeholder_in(a,e);)g[a].push(e);if(!g[a].length)return f=!1,!0}),!f)return!1;for(e=d,e=1;e<h;e++){for(var i=!0,j=0,k=g.length;j<k;j++)g[j]&&a.inArray(e,g[j])===-1&&(i=!1);if(i===!0){f=e;break}}return f},h.displacement_diff=function(a,b,c){var d=a.row,e=[],f=b.row+b.size_y;return this.for_each_column_occupied(a,function(a){for(var b=0,c=f;c<d;c++)this.is_empty(a,c)&&(b+=1);e.push(b)}),c-=Math.max.apply(Math,e),c>0?c:0},h.widgets_below=function(b){var c=a([]),e=a.isPlainObject(b)?b:b.coords().grid;if(void 0===e)return c;var f=this,g=e.row+e.size_y-1;return this.for_each_column_occupied(e,function(b){f.for_each_widget_below(b,g,function(b,d){if(!f.is_player(this)&&a.inArray(this,c)===-1)return c=c.add(this),!0})}),d.sort_by_row_asc(c)},h.set_cells_player_occupies=function(a,b){return this.remove_from_gridmap(this.placeholder_grid_data),this.placeholder_grid_data.col=a,this.placeholder_grid_data.row=b,this.add_to_gridmap(this.placeholder_grid_data,this.$player),this},h.empty_cells_player_occupies=function(){return this.remove_from_gridmap(this.placeholder_grid_data),this},h.can_go_down=function(b){var c=!0,d=this;return b.hasClass(this.options.static_class)&&(c=!1),this.widgets_below(b).each(function(){a(this).hasClass(d.options.static_class)&&(c=!1)}),c},h.can_go_up=function(a){var b=a.coords().grid,c=b.row,d=c-1,e=!0;return 1!==c&&(this.for_each_column_occupied(b,function(a){if(this.is_occupied(a,d)||this.is_player(a,d)||this.is_placeholder_in(a,d)||this.is_player_in(a,d))return e=!1,!0}),e)},h.can_move_to=function(a,b,c){var d=a.el,e={size_y:a.size_y,size_x:a.size_x,col:b,row:c},f=!0;if(this.options.max_cols!==1/0){if(b+a.size_x-1>this.cols)return!1}return!(this.options.max_rows<c+a.size_y-1)&&(this.for_each_cell_occupied(e,function(b,c){var e=this.is_widget(b,c);!e||a.el&&!e.is(d)||(f=!1)}),f)},h.get_targeted_columns=function(a){for(var b=(a||this.player_grid_data.col)+(this.player_grid_data.size_x-1),c=[],d=a;d<=b;d++)c.push(d);return c},h.get_targeted_rows=function(a){for(var b=(a||this.player_grid_data.row)+(this.player_grid_data.size_y-1),c=[],d=a;d<=b;d++)c.push(d);return c},h.get_cells_occupied=function(b){var c,d={cols:[],rows:[]};for(arguments[1]instanceof a&&(b=arguments[1].coords().grid),c=0;c<b.size_x;c++){var e=b.col+c;d.cols.push(e)}for(c=0;c<b.size_y;c++){var f=b.row+c;d.rows.push(f)}return d},h.for_each_cell_occupied=function(a,b){return this.for_each_column_occupied(a,function(c){this.for_each_row_occupied(a,function(a){b.call(this,c,a)})}),this},h.for_each_column_occupied=function(a,b){for(var c=0;c<a.size_x;c++){var d=a.col+c;b.call(this,d,a)}},h.for_each_row_occupied=function(a,b){for(var c=0;c<a.size_y;c++){var d=a.row+c;b.call(this,d,a)}},h.clean_up_changed=function(){var b=this;b.$changed.each(function(){b.options.shift_larger_widgets_down&&b.move_widget_up(a(this))})},h._traversing_widgets=function(b,c,d,e,f){var g=this.gridmap;if(g[d]){var h,i,j=b+"/"+c;if(arguments[2]instanceof a){var k=arguments[2].coords().grid;d=k.col,e=k.row,f=arguments[3]}var l=[],m=e,n={"for_each/above":function(){for(;m--&&!(m>0&&this.is_widget(d,m)&&a.inArray(g[d][m],l)===-1&&(h=f.call(g[d][m],d,m),l.push(g[d][m]),h)););},"for_each/below":function(){for(m=e+1,i=g[d].length;m<i;m++)this.is_widget(d,m)&&a.inArray(g[d][m],l)===-1&&(h=f.call(g[d][m],d,m),l.push(g[d][m]))}};n[j]&&n[j].call(this)}},h.for_each_widget_above=function(a,b,c){return this._traversing_widgets("for_each","above",a,b,c),this},h.for_each_widget_below=function(a,b,c){return this._traversing_widgets("for_each","below",a,b,c),this},h.get_highest_occupied_cell=function(){for(var a,b=this.gridmap,c=b[1].length,d=[],e=[],f=b.length-1;f>=1;f--)for(a=c-1;a>=1;a--)if(this.is_widget(f,a)){d.push(a),e.push(f);break}return{col:Math.max.apply(Math,e),row:Math.max.apply(Math,d)}},h.get_widgets_in_range=function(b,c,d,e){var f,g,h,i,j=a([]);for(f=d;f>=b;f--)for(g=e;g>=c;g--)(h=this.is_widget(f,g))!==!1&&(i=h.data("coords").grid,i.col>=b&&i.col<=d&&i.row>=c&&i.row<=e&&(j=j.add(h)));return j},h.get_widgets_at_cell=function(a,b){return this.get_widgets_in_range(a,b,a,b)},h.get_widgets_from=function(b,c){var d=a();return b&&(d=d.add(this.$widgets.filter(function(){var c=parseInt(a(this).attr("data-col"));return c===b||c>b}))),c&&(d=d.add(this.$widgets.filter(function(){var b=parseInt(a(this).attr("data-row"));return b===c||b>c}))),d},h.set_dom_grid_height=function(a){if(void 0===a){var b=this.get_highest_occupied_cell().row;a=(b+1)*this.options.widget_margins[1]+b*this.min_widget_height}return this.container_height=a,this.$el.css("height",this.container_height),this},h.set_dom_grid_width=function(a){void 0===a&&(a=this.get_highest_occupied_cell().col);var b=this.options.max_cols===1/0?this.options.max_cols:this.cols;return a=Math.min(b,Math.max(a,this.options.min_cols)),this.container_width=(a+1)*this.options.widget_margins[0]+a*this.min_widget_width,this.is_responsive()?(this.$el.css({"min-width":"100%","max-width":"100%"}),this):(this.$el.css("width",this.container_width),this)},h.is_responsive=function(){return this.options.autogenerate_stylesheet&&"auto"===this.options.widget_base_dimensions[0]&&this.options.max_cols!==1/0},h.get_responsive_col_width=function(){var a=this.cols||this.options.max_cols;return(this.$el[0].clientWidth-3-(a+1)*this.options.widget_margins[0])/a},h.resize_responsive_layout=function(){return this.min_widget_width=this.get_responsive_col_width(),this.generate_stylesheet(),this.update_widgets_dimensions(),this.drag_api.set_limits(this.cols*this.min_widget_width+(this.cols+1)*this.options.widget_margins[0]),this},h.toggle_collapsed_grid=function(a,b){return a?(this.$widgets.css({"margin-top":b.widget_margins[0],"margin-bottom":b.widget_margins[0],"min-height":b.widget_base_dimensions[1]}),this.$el.addClass("collapsed"),this.resize_api&&this.disable_resize(),this.drag_api&&this.disable()):(this.$widgets.css({"margin-top":"auto","margin-bottom":"auto","min-height":"auto"}),this.$el.removeClass("collapsed"),this.resize_api&&this.enable_resize(),this.drag_api&&this.enable()),this},h.generate_stylesheet=function(b){var c,e="",f=this.is_responsive()&&this.options.responsive_breakpoint&&a(window).width()<this.options.responsive_breakpoint;b||(b={}),b.cols||(b.cols=this.cols),b.rows||(b.rows=this.rows),b.namespace||(b.namespace=this.options.namespace),b.widget_base_dimensions||(b.widget_base_dimensions=this.options.widget_base_dimensions),b.widget_margins||(b.widget_margins=this.options.widget_margins),this.is_responsive()&&(b.widget_base_dimensions=[this.get_responsive_col_width(),b.widget_base_dimensions[1]],this.toggle_collapsed_grid(f,b));var g=a.param(b);if(a.inArray(g,d.generated_stylesheets)>=0)return!1;for(this.generated_stylesheets.push(g),d.generated_stylesheets.push(g),c=1;c<=b.cols+1;c++)e+=b.namespace+' [data-col="'+c+'"] { left:'+(f?this.options.widget_margins[0]:c*b.widget_margins[0]+(c-1)*b.widget_base_dimensions[0])+"px; }\n";for(c=1;c<=b.rows+1;c++)e+=b.namespace+' [data-row="'+c+'"] { top:'+(c*b.widget_margins[1]+(c-1)*b.widget_base_dimensions[1])+"px; }\n";for(var h=1;h<=b.rows;h++)e+=b.namespace+' [data-sizey="'+h+'"] { height:'+(f?"auto":h*b.widget_base_dimensions[1]+(h-1)*b.widget_margins[1])+(f?"":"px")+"; }\n";for(var i=1;i<=b.cols;i++){var j=i*b.widget_base_dimensions[0]+(i-1)*b.widget_margins[0];e+=b.namespace+' [data-sizex="'+i+'"] { width:'+(f?this.$wrapper.width()-2*this.options.widget_margins[0]:j>this.$wrapper.width()?this.$wrapper.width():j)+"px; }\n"}return this.remove_style_tags(),this.add_style_tag(e)},h.add_style_tag=function(a){var b=document,c="gridster-stylesheet";if(""!==this.options.namespace&&(c=c+"-"+this.options.namespace),!document.getElementById(c)){var d=b.createElement("style");d.id=c,b.getElementsByTagName("head")[0].appendChild(d),d.setAttribute("type","text/css"),d.styleSheet?d.styleSheet.cssText=a:d.appendChild(document.createTextNode(a)),this.remove_style_tags(),this.$style_tags=this.$style_tags.add(d)}return this},h.remove_style_tags=function(){var b=d.generated_stylesheets,c=this.generated_stylesheets;this.$style_tags.remove(),d.generated_stylesheets=a.map(b,function(b){if(a.inArray(b,c)===-1)return b})},h.generate_faux_grid=function(a,b){this.faux_grid=[],this.gridmap=[];var c,d;for(c=b;c>0;c--)for(this.gridmap[c]=[],d=a;d>0;d--)this.add_faux_cell(d,c);return this},h.add_faux_cell=function(b,c){var d=a({left:this.baseX+(c-1)*this.min_widget_width,top:this.baseY+(b-1)*this.min_widget_height,width:this.min_widget_width,height:this.min_widget_height,col:c,row:b,original_col:c,original_row:b}).coords();return a.isArray(this.gridmap[c])||(this.gridmap[c]=[]),void 0===this.gridmap[c][b]&&(this.gridmap[c][b]=!1),this.faux_grid.push(d),this},h.add_faux_rows=function(a){a=window.parseInt(a,10);for(var b=this.rows,c=b+parseInt(a||1),d=c;d>b;d--)for(var e=this.cols;e>=1;e--)this.add_faux_cell(d,e);return this.rows=c,this.options.autogenerate_stylesheet&&this.generate_stylesheet(),this},h.add_faux_cols=function(a){a=window.parseInt(a,10);var b=this.cols,c=b+parseInt(a||1);c=Math.min(c,this.options.max_cols);for(var d=b+1;d<=c;d++)for(var e=this.rows;e>=1;e--)this.add_faux_cell(e,d);return this.cols=c,this.options.autogenerate_stylesheet&&this.generate_stylesheet(),this},h.recalculate_faux_grid=function(){var b=this.$wrapper.width();return this.baseX=(f.width()-b)/2,this.baseY=this.$wrapper.offset().top,"relative"===this.$wrapper.css("position")&&(this.baseX=this.baseY=0),a.each(this.faux_grid,a.proxy(function(a,b){this.faux_grid[a]=b.update({left:this.baseX+(b.data.col-1)*this.min_widget_width,top:this.baseY+(b.data.row-1)*this.min_widget_height})},this)),this.is_responsive()&&this.resize_responsive_layout(),this.options.center_widgets&&this.center_widgets(),this},h.resize_widget_dimensions=function(b){return b.widget_margins&&(this.options.widget_margins=b.widget_margins),b.widget_base_dimensions&&(this.options.widget_base_dimensions=b.widget_base_dimensions),this.min_widget_width=2*this.options.widget_margins[0]+this.options.widget_base_dimensions[0],this.min_widget_height=2*this.options.widget_margins[1]+this.options.widget_base_dimensions[1],this.$widgets.each(a.proxy(function(b,c){var d=a(c);this.resize_widget(d)},this)),this.generate_grid_and_stylesheet(),this.get_widgets_from_DOM(),this.set_dom_grid_height(),this.set_dom_grid_width(),this},h.get_widgets_from_DOM=function(){var b=this.$widgets.map(a.proxy(function(b,c){var d=a(c);return this.dom_to_coords(d)},this));return b=d.sort_by_row_and_col_asc(b),a(b).map(a.proxy(function(a,b){return this.register_widget(b)||null},this)).length&&this.$el.trigger("gridster:positionschanged"),this},h.get_num_widgets=function(){return this.$widgets.size()},h.set_num_columns=function(b){var c=this.options.max_cols,d=Math.floor(b/(this.min_widget_width+this.options.widget_margins[0]))+this.options.extra_cols,e=this.$widgets.map(function(){return a(this).attr("data-col")}).get();e.length||(e=[0]);var f=Math.max.apply(Math,e);this.cols=Math.max(f,d,this.options.min_cols),c!==1/0&&c>=f&&c<this.cols&&(this.cols=c),this.drag_api&&this.drag_api.set_limits(this.cols*this.min_widget_width+(this.cols+1)*this.options.widget_margins[0])},h.set_new_num_rows=function(b){var c=this.options.max_rows,d=this.$widgets.map(function(){return a(this).attr("data-row")}).get();d.length||(d=[0]);var e=Math.max.apply(Math,d);this.rows=Math.max(e,b,this.options.min_rows),c!==1/0&&(c<e||c<this.rows)&&(c=this.rows),this.min_rows=e,this.max_rows=c,this.options.max_rows=c;var f=this.rows*this.min_widget_height+(this.rows+1)*this.options.widget_margins[1];this.drag_api&&(this.drag_api.options.container_height=f),this.container_height=f,this.generate_faux_grid(this.rows,this.cols)},h.generate_grid_and_stylesheet=function(){var b=this.$wrapper.width();this.set_num_columns(b);var c=this.options.extra_rows;return this.$widgets.each(function(b,d){c+=+a(d).attr("data-sizey")}),this.rows=this.options.max_rows,this.baseX=(f.width()-b)/2,this.baseY=this.$wrapper.offset().top,this.options.autogenerate_stylesheet&&this.generate_stylesheet(),this.generate_faux_grid(this.rows,this.cols)},h.destroy=function(b){return this.$el.removeData("gridster"),a.each(this.$widgets,function(){a(this).removeData("coords")}),f.unbind(".gridster"),this.drag_api&&this.drag_api.destroy(),this.resize_api&&this.resize_api.destroy(),this.$widgets.each(function(b,c){a(c).coords().destroy()}),this.resize_api&&this.resize_api.destroy(),this.remove_style_tags(),b&&this.$el.remove(),this},a.fn.gridster=function(b){return this.each(function(){var c=a(this);c.data("gridster")||c.data("gridster",new d(this,b))})},d});
@@ -0,0 +1,4423 @@
1
+ /*!
2
+ * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ .fa,
6
+ .fas,
7
+ .far,
8
+ .fal,
9
+ .fad,
10
+ .fab {
11
+ -moz-osx-font-smoothing: grayscale;
12
+ -webkit-font-smoothing: antialiased;
13
+ display: inline-block;
14
+ font-style: normal;
15
+ font-variant: normal;
16
+ text-rendering: auto;
17
+ line-height: 1; }
18
+
19
+ .fa-lg {
20
+ font-size: 1.33333em;
21
+ line-height: 0.75em;
22
+ vertical-align: -.0667em; }
23
+
24
+ .fa-xs {
25
+ font-size: .75em; }
26
+
27
+ .fa-sm {
28
+ font-size: .875em; }
29
+
30
+ .fa-1x {
31
+ font-size: 1em; }
32
+
33
+ .fa-2x {
34
+ font-size: 2em; }
35
+
36
+ .fa-3x {
37
+ font-size: 3em; }
38
+
39
+ .fa-4x {
40
+ font-size: 4em; }
41
+
42
+ .fa-5x {
43
+ font-size: 5em; }
44
+
45
+ .fa-6x {
46
+ font-size: 6em; }
47
+
48
+ .fa-7x {
49
+ font-size: 7em; }
50
+
51
+ .fa-8x {
52
+ font-size: 8em; }
53
+
54
+ .fa-9x {
55
+ font-size: 9em; }
56
+
57
+ .fa-10x {
58
+ font-size: 10em; }
59
+
60
+ .fa-fw {
61
+ text-align: center;
62
+ width: 1.25em; }
63
+
64
+ .fa-ul {
65
+ list-style-type: none;
66
+ margin-left: 2.5em;
67
+ padding-left: 0; }
68
+ .fa-ul > li {
69
+ position: relative; }
70
+
71
+ .fa-li {
72
+ left: -2em;
73
+ position: absolute;
74
+ text-align: center;
75
+ width: 2em;
76
+ line-height: inherit; }
77
+
78
+ .fa-border {
79
+ border: solid 0.08em #eee;
80
+ border-radius: .1em;
81
+ padding: .2em .25em .15em; }
82
+
83
+ .fa-pull-left {
84
+ float: left; }
85
+
86
+ .fa-pull-right {
87
+ float: right; }
88
+
89
+ .fa.fa-pull-left,
90
+ .fas.fa-pull-left,
91
+ .far.fa-pull-left,
92
+ .fal.fa-pull-left,
93
+ .fab.fa-pull-left {
94
+ margin-right: .3em; }
95
+
96
+ .fa.fa-pull-right,
97
+ .fas.fa-pull-right,
98
+ .far.fa-pull-right,
99
+ .fal.fa-pull-right,
100
+ .fab.fa-pull-right {
101
+ margin-left: .3em; }
102
+
103
+ .fa-spin {
104
+ -webkit-animation: fa-spin 2s infinite linear;
105
+ animation: fa-spin 2s infinite linear; }
106
+
107
+ .fa-pulse {
108
+ -webkit-animation: fa-spin 1s infinite steps(8);
109
+ animation: fa-spin 1s infinite steps(8); }
110
+
111
+ @-webkit-keyframes fa-spin {
112
+ 0% {
113
+ -webkit-transform: rotate(0deg);
114
+ transform: rotate(0deg); }
115
+ 100% {
116
+ -webkit-transform: rotate(360deg);
117
+ transform: rotate(360deg); } }
118
+
119
+ @keyframes fa-spin {
120
+ 0% {
121
+ -webkit-transform: rotate(0deg);
122
+ transform: rotate(0deg); }
123
+ 100% {
124
+ -webkit-transform: rotate(360deg);
125
+ transform: rotate(360deg); } }
126
+
127
+ .fa-rotate-90 {
128
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
129
+ -webkit-transform: rotate(90deg);
130
+ transform: rotate(90deg); }
131
+
132
+ .fa-rotate-180 {
133
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
134
+ -webkit-transform: rotate(180deg);
135
+ transform: rotate(180deg); }
136
+
137
+ .fa-rotate-270 {
138
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
139
+ -webkit-transform: rotate(270deg);
140
+ transform: rotate(270deg); }
141
+
142
+ .fa-flip-horizontal {
143
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
144
+ -webkit-transform: scale(-1, 1);
145
+ transform: scale(-1, 1); }
146
+
147
+ .fa-flip-vertical {
148
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
149
+ -webkit-transform: scale(1, -1);
150
+ transform: scale(1, -1); }
151
+
152
+ .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
153
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
154
+ -webkit-transform: scale(-1, -1);
155
+ transform: scale(-1, -1); }
156
+
157
+ :root .fa-rotate-90,
158
+ :root .fa-rotate-180,
159
+ :root .fa-rotate-270,
160
+ :root .fa-flip-horizontal,
161
+ :root .fa-flip-vertical,
162
+ :root .fa-flip-both {
163
+ -webkit-filter: none;
164
+ filter: none; }
165
+
166
+ .fa-stack {
167
+ display: inline-block;
168
+ height: 2em;
169
+ line-height: 2em;
170
+ position: relative;
171
+ vertical-align: middle;
172
+ width: 2.5em; }
173
+
174
+ .fa-stack-1x,
175
+ .fa-stack-2x {
176
+ left: 0;
177
+ position: absolute;
178
+ text-align: center;
179
+ width: 100%; }
180
+
181
+ .fa-stack-1x {
182
+ line-height: inherit; }
183
+
184
+ .fa-stack-2x {
185
+ font-size: 2em; }
186
+
187
+ .fa-inverse {
188
+ color: #fff; }
189
+
190
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
191
+ readers do not read off random characters that represent icons */
192
+ .fa-500px:before {
193
+ content: "\f26e"; }
194
+
195
+ .fa-accessible-icon:before {
196
+ content: "\f368"; }
197
+
198
+ .fa-accusoft:before {
199
+ content: "\f369"; }
200
+
201
+ .fa-acquisitions-incorporated:before {
202
+ content: "\f6af"; }
203
+
204
+ .fa-ad:before {
205
+ content: "\f641"; }
206
+
207
+ .fa-address-book:before {
208
+ content: "\f2b9"; }
209
+
210
+ .fa-address-card:before {
211
+ content: "\f2bb"; }
212
+
213
+ .fa-adjust:before {
214
+ content: "\f042"; }
215
+
216
+ .fa-adn:before {
217
+ content: "\f170"; }
218
+
219
+ .fa-adobe:before {
220
+ content: "\f778"; }
221
+
222
+ .fa-adversal:before {
223
+ content: "\f36a"; }
224
+
225
+ .fa-affiliatetheme:before {
226
+ content: "\f36b"; }
227
+
228
+ .fa-air-freshener:before {
229
+ content: "\f5d0"; }
230
+
231
+ .fa-airbnb:before {
232
+ content: "\f834"; }
233
+
234
+ .fa-algolia:before {
235
+ content: "\f36c"; }
236
+
237
+ .fa-align-center:before {
238
+ content: "\f037"; }
239
+
240
+ .fa-align-justify:before {
241
+ content: "\f039"; }
242
+
243
+ .fa-align-left:before {
244
+ content: "\f036"; }
245
+
246
+ .fa-align-right:before {
247
+ content: "\f038"; }
248
+
249
+ .fa-alipay:before {
250
+ content: "\f642"; }
251
+
252
+ .fa-allergies:before {
253
+ content: "\f461"; }
254
+
255
+ .fa-amazon:before {
256
+ content: "\f270"; }
257
+
258
+ .fa-amazon-pay:before {
259
+ content: "\f42c"; }
260
+
261
+ .fa-ambulance:before {
262
+ content: "\f0f9"; }
263
+
264
+ .fa-american-sign-language-interpreting:before {
265
+ content: "\f2a3"; }
266
+
267
+ .fa-amilia:before {
268
+ content: "\f36d"; }
269
+
270
+ .fa-anchor:before {
271
+ content: "\f13d"; }
272
+
273
+ .fa-android:before {
274
+ content: "\f17b"; }
275
+
276
+ .fa-angellist:before {
277
+ content: "\f209"; }
278
+
279
+ .fa-angle-double-down:before {
280
+ content: "\f103"; }
281
+
282
+ .fa-angle-double-left:before {
283
+ content: "\f100"; }
284
+
285
+ .fa-angle-double-right:before {
286
+ content: "\f101"; }
287
+
288
+ .fa-angle-double-up:before {
289
+ content: "\f102"; }
290
+
291
+ .fa-angle-down:before {
292
+ content: "\f107"; }
293
+
294
+ .fa-angle-left:before {
295
+ content: "\f104"; }
296
+
297
+ .fa-angle-right:before {
298
+ content: "\f105"; }
299
+
300
+ .fa-angle-up:before {
301
+ content: "\f106"; }
302
+
303
+ .fa-angry:before {
304
+ content: "\f556"; }
305
+
306
+ .fa-angrycreative:before {
307
+ content: "\f36e"; }
308
+
309
+ .fa-angular:before {
310
+ content: "\f420"; }
311
+
312
+ .fa-ankh:before {
313
+ content: "\f644"; }
314
+
315
+ .fa-app-store:before {
316
+ content: "\f36f"; }
317
+
318
+ .fa-app-store-ios:before {
319
+ content: "\f370"; }
320
+
321
+ .fa-apper:before {
322
+ content: "\f371"; }
323
+
324
+ .fa-apple:before {
325
+ content: "\f179"; }
326
+
327
+ .fa-apple-alt:before {
328
+ content: "\f5d1"; }
329
+
330
+ .fa-apple-pay:before {
331
+ content: "\f415"; }
332
+
333
+ .fa-archive:before {
334
+ content: "\f187"; }
335
+
336
+ .fa-archway:before {
337
+ content: "\f557"; }
338
+
339
+ .fa-arrow-alt-circle-down:before {
340
+ content: "\f358"; }
341
+
342
+ .fa-arrow-alt-circle-left:before {
343
+ content: "\f359"; }
344
+
345
+ .fa-arrow-alt-circle-right:before {
346
+ content: "\f35a"; }
347
+
348
+ .fa-arrow-alt-circle-up:before {
349
+ content: "\f35b"; }
350
+
351
+ .fa-arrow-circle-down:before {
352
+ content: "\f0ab"; }
353
+
354
+ .fa-arrow-circle-left:before {
355
+ content: "\f0a8"; }
356
+
357
+ .fa-arrow-circle-right:before {
358
+ content: "\f0a9"; }
359
+
360
+ .fa-arrow-circle-up:before {
361
+ content: "\f0aa"; }
362
+
363
+ .fa-arrow-down:before {
364
+ content: "\f063"; }
365
+
366
+ .fa-arrow-left:before {
367
+ content: "\f060"; }
368
+
369
+ .fa-arrow-right:before {
370
+ content: "\f061"; }
371
+
372
+ .fa-arrow-up:before {
373
+ content: "\f062"; }
374
+
375
+ .fa-arrows-alt:before {
376
+ content: "\f0b2"; }
377
+
378
+ .fa-arrows-alt-h:before {
379
+ content: "\f337"; }
380
+
381
+ .fa-arrows-alt-v:before {
382
+ content: "\f338"; }
383
+
384
+ .fa-artstation:before {
385
+ content: "\f77a"; }
386
+
387
+ .fa-assistive-listening-systems:before {
388
+ content: "\f2a2"; }
389
+
390
+ .fa-asterisk:before {
391
+ content: "\f069"; }
392
+
393
+ .fa-asymmetrik:before {
394
+ content: "\f372"; }
395
+
396
+ .fa-at:before {
397
+ content: "\f1fa"; }
398
+
399
+ .fa-atlas:before {
400
+ content: "\f558"; }
401
+
402
+ .fa-atlassian:before {
403
+ content: "\f77b"; }
404
+
405
+ .fa-atom:before {
406
+ content: "\f5d2"; }
407
+
408
+ .fa-audible:before {
409
+ content: "\f373"; }
410
+
411
+ .fa-audio-description:before {
412
+ content: "\f29e"; }
413
+
414
+ .fa-autoprefixer:before {
415
+ content: "\f41c"; }
416
+
417
+ .fa-avianex:before {
418
+ content: "\f374"; }
419
+
420
+ .fa-aviato:before {
421
+ content: "\f421"; }
422
+
423
+ .fa-award:before {
424
+ content: "\f559"; }
425
+
426
+ .fa-aws:before {
427
+ content: "\f375"; }
428
+
429
+ .fa-baby:before {
430
+ content: "\f77c"; }
431
+
432
+ .fa-baby-carriage:before {
433
+ content: "\f77d"; }
434
+
435
+ .fa-backspace:before {
436
+ content: "\f55a"; }
437
+
438
+ .fa-backward:before {
439
+ content: "\f04a"; }
440
+
441
+ .fa-bacon:before {
442
+ content: "\f7e5"; }
443
+
444
+ .fa-balance-scale:before {
445
+ content: "\f24e"; }
446
+
447
+ .fa-balance-scale-left:before {
448
+ content: "\f515"; }
449
+
450
+ .fa-balance-scale-right:before {
451
+ content: "\f516"; }
452
+
453
+ .fa-ban:before {
454
+ content: "\f05e"; }
455
+
456
+ .fa-band-aid:before {
457
+ content: "\f462"; }
458
+
459
+ .fa-bandcamp:before {
460
+ content: "\f2d5"; }
461
+
462
+ .fa-barcode:before {
463
+ content: "\f02a"; }
464
+
465
+ .fa-bars:before {
466
+ content: "\f0c9"; }
467
+
468
+ .fa-baseball-ball:before {
469
+ content: "\f433"; }
470
+
471
+ .fa-basketball-ball:before {
472
+ content: "\f434"; }
473
+
474
+ .fa-bath:before {
475
+ content: "\f2cd"; }
476
+
477
+ .fa-battery-empty:before {
478
+ content: "\f244"; }
479
+
480
+ .fa-battery-full:before {
481
+ content: "\f240"; }
482
+
483
+ .fa-battery-half:before {
484
+ content: "\f242"; }
485
+
486
+ .fa-battery-quarter:before {
487
+ content: "\f243"; }
488
+
489
+ .fa-battery-three-quarters:before {
490
+ content: "\f241"; }
491
+
492
+ .fa-battle-net:before {
493
+ content: "\f835"; }
494
+
495
+ .fa-bed:before {
496
+ content: "\f236"; }
497
+
498
+ .fa-beer:before {
499
+ content: "\f0fc"; }
500
+
501
+ .fa-behance:before {
502
+ content: "\f1b4"; }
503
+
504
+ .fa-behance-square:before {
505
+ content: "\f1b5"; }
506
+
507
+ .fa-bell:before {
508
+ content: "\f0f3"; }
509
+
510
+ .fa-bell-slash:before {
511
+ content: "\f1f6"; }
512
+
513
+ .fa-bezier-curve:before {
514
+ content: "\f55b"; }
515
+
516
+ .fa-bible:before {
517
+ content: "\f647"; }
518
+
519
+ .fa-bicycle:before {
520
+ content: "\f206"; }
521
+
522
+ .fa-biking:before {
523
+ content: "\f84a"; }
524
+
525
+ .fa-bimobject:before {
526
+ content: "\f378"; }
527
+
528
+ .fa-binoculars:before {
529
+ content: "\f1e5"; }
530
+
531
+ .fa-biohazard:before {
532
+ content: "\f780"; }
533
+
534
+ .fa-birthday-cake:before {
535
+ content: "\f1fd"; }
536
+
537
+ .fa-bitbucket:before {
538
+ content: "\f171"; }
539
+
540
+ .fa-bitcoin:before {
541
+ content: "\f379"; }
542
+
543
+ .fa-bity:before {
544
+ content: "\f37a"; }
545
+
546
+ .fa-black-tie:before {
547
+ content: "\f27e"; }
548
+
549
+ .fa-blackberry:before {
550
+ content: "\f37b"; }
551
+
552
+ .fa-blender:before {
553
+ content: "\f517"; }
554
+
555
+ .fa-blender-phone:before {
556
+ content: "\f6b6"; }
557
+
558
+ .fa-blind:before {
559
+ content: "\f29d"; }
560
+
561
+ .fa-blog:before {
562
+ content: "\f781"; }
563
+
564
+ .fa-blogger:before {
565
+ content: "\f37c"; }
566
+
567
+ .fa-blogger-b:before {
568
+ content: "\f37d"; }
569
+
570
+ .fa-bluetooth:before {
571
+ content: "\f293"; }
572
+
573
+ .fa-bluetooth-b:before {
574
+ content: "\f294"; }
575
+
576
+ .fa-bold:before {
577
+ content: "\f032"; }
578
+
579
+ .fa-bolt:before {
580
+ content: "\f0e7"; }
581
+
582
+ .fa-bomb:before {
583
+ content: "\f1e2"; }
584
+
585
+ .fa-bone:before {
586
+ content: "\f5d7"; }
587
+
588
+ .fa-bong:before {
589
+ content: "\f55c"; }
590
+
591
+ .fa-book:before {
592
+ content: "\f02d"; }
593
+
594
+ .fa-book-dead:before {
595
+ content: "\f6b7"; }
596
+
597
+ .fa-book-medical:before {
598
+ content: "\f7e6"; }
599
+
600
+ .fa-book-open:before {
601
+ content: "\f518"; }
602
+
603
+ .fa-book-reader:before {
604
+ content: "\f5da"; }
605
+
606
+ .fa-bookmark:before {
607
+ content: "\f02e"; }
608
+
609
+ .fa-bootstrap:before {
610
+ content: "\f836"; }
611
+
612
+ .fa-border-all:before {
613
+ content: "\f84c"; }
614
+
615
+ .fa-border-none:before {
616
+ content: "\f850"; }
617
+
618
+ .fa-border-style:before {
619
+ content: "\f853"; }
620
+
621
+ .fa-bowling-ball:before {
622
+ content: "\f436"; }
623
+
624
+ .fa-box:before {
625
+ content: "\f466"; }
626
+
627
+ .fa-box-open:before {
628
+ content: "\f49e"; }
629
+
630
+ .fa-boxes:before {
631
+ content: "\f468"; }
632
+
633
+ .fa-braille:before {
634
+ content: "\f2a1"; }
635
+
636
+ .fa-brain:before {
637
+ content: "\f5dc"; }
638
+
639
+ .fa-bread-slice:before {
640
+ content: "\f7ec"; }
641
+
642
+ .fa-briefcase:before {
643
+ content: "\f0b1"; }
644
+
645
+ .fa-briefcase-medical:before {
646
+ content: "\f469"; }
647
+
648
+ .fa-broadcast-tower:before {
649
+ content: "\f519"; }
650
+
651
+ .fa-broom:before {
652
+ content: "\f51a"; }
653
+
654
+ .fa-brush:before {
655
+ content: "\f55d"; }
656
+
657
+ .fa-btc:before {
658
+ content: "\f15a"; }
659
+
660
+ .fa-buffer:before {
661
+ content: "\f837"; }
662
+
663
+ .fa-bug:before {
664
+ content: "\f188"; }
665
+
666
+ .fa-building:before {
667
+ content: "\f1ad"; }
668
+
669
+ .fa-bullhorn:before {
670
+ content: "\f0a1"; }
671
+
672
+ .fa-bullseye:before {
673
+ content: "\f140"; }
674
+
675
+ .fa-burn:before {
676
+ content: "\f46a"; }
677
+
678
+ .fa-buromobelexperte:before {
679
+ content: "\f37f"; }
680
+
681
+ .fa-bus:before {
682
+ content: "\f207"; }
683
+
684
+ .fa-bus-alt:before {
685
+ content: "\f55e"; }
686
+
687
+ .fa-business-time:before {
688
+ content: "\f64a"; }
689
+
690
+ .fa-buy-n-large:before {
691
+ content: "\f8a6"; }
692
+
693
+ .fa-buysellads:before {
694
+ content: "\f20d"; }
695
+
696
+ .fa-calculator:before {
697
+ content: "\f1ec"; }
698
+
699
+ .fa-calendar:before {
700
+ content: "\f133"; }
701
+
702
+ .fa-calendar-alt:before {
703
+ content: "\f073"; }
704
+
705
+ .fa-calendar-check:before {
706
+ content: "\f274"; }
707
+
708
+ .fa-calendar-day:before {
709
+ content: "\f783"; }
710
+
711
+ .fa-calendar-minus:before {
712
+ content: "\f272"; }
713
+
714
+ .fa-calendar-plus:before {
715
+ content: "\f271"; }
716
+
717
+ .fa-calendar-times:before {
718
+ content: "\f273"; }
719
+
720
+ .fa-calendar-week:before {
721
+ content: "\f784"; }
722
+
723
+ .fa-camera:before {
724
+ content: "\f030"; }
725
+
726
+ .fa-camera-retro:before {
727
+ content: "\f083"; }
728
+
729
+ .fa-campground:before {
730
+ content: "\f6bb"; }
731
+
732
+ .fa-canadian-maple-leaf:before {
733
+ content: "\f785"; }
734
+
735
+ .fa-candy-cane:before {
736
+ content: "\f786"; }
737
+
738
+ .fa-cannabis:before {
739
+ content: "\f55f"; }
740
+
741
+ .fa-capsules:before {
742
+ content: "\f46b"; }
743
+
744
+ .fa-car:before {
745
+ content: "\f1b9"; }
746
+
747
+ .fa-car-alt:before {
748
+ content: "\f5de"; }
749
+
750
+ .fa-car-battery:before {
751
+ content: "\f5df"; }
752
+
753
+ .fa-car-crash:before {
754
+ content: "\f5e1"; }
755
+
756
+ .fa-car-side:before {
757
+ content: "\f5e4"; }
758
+
759
+ .fa-caret-down:before {
760
+ content: "\f0d7"; }
761
+
762
+ .fa-caret-left:before {
763
+ content: "\f0d9"; }
764
+
765
+ .fa-caret-right:before {
766
+ content: "\f0da"; }
767
+
768
+ .fa-caret-square-down:before {
769
+ content: "\f150"; }
770
+
771
+ .fa-caret-square-left:before {
772
+ content: "\f191"; }
773
+
774
+ .fa-caret-square-right:before {
775
+ content: "\f152"; }
776
+
777
+ .fa-caret-square-up:before {
778
+ content: "\f151"; }
779
+
780
+ .fa-caret-up:before {
781
+ content: "\f0d8"; }
782
+
783
+ .fa-carrot:before {
784
+ content: "\f787"; }
785
+
786
+ .fa-cart-arrow-down:before {
787
+ content: "\f218"; }
788
+
789
+ .fa-cart-plus:before {
790
+ content: "\f217"; }
791
+
792
+ .fa-cash-register:before {
793
+ content: "\f788"; }
794
+
795
+ .fa-cat:before {
796
+ content: "\f6be"; }
797
+
798
+ .fa-cc-amazon-pay:before {
799
+ content: "\f42d"; }
800
+
801
+ .fa-cc-amex:before {
802
+ content: "\f1f3"; }
803
+
804
+ .fa-cc-apple-pay:before {
805
+ content: "\f416"; }
806
+
807
+ .fa-cc-diners-club:before {
808
+ content: "\f24c"; }
809
+
810
+ .fa-cc-discover:before {
811
+ content: "\f1f2"; }
812
+
813
+ .fa-cc-jcb:before {
814
+ content: "\f24b"; }
815
+
816
+ .fa-cc-mastercard:before {
817
+ content: "\f1f1"; }
818
+
819
+ .fa-cc-paypal:before {
820
+ content: "\f1f4"; }
821
+
822
+ .fa-cc-stripe:before {
823
+ content: "\f1f5"; }
824
+
825
+ .fa-cc-visa:before {
826
+ content: "\f1f0"; }
827
+
828
+ .fa-centercode:before {
829
+ content: "\f380"; }
830
+
831
+ .fa-centos:before {
832
+ content: "\f789"; }
833
+
834
+ .fa-certificate:before {
835
+ content: "\f0a3"; }
836
+
837
+ .fa-chair:before {
838
+ content: "\f6c0"; }
839
+
840
+ .fa-chalkboard:before {
841
+ content: "\f51b"; }
842
+
843
+ .fa-chalkboard-teacher:before {
844
+ content: "\f51c"; }
845
+
846
+ .fa-charging-station:before {
847
+ content: "\f5e7"; }
848
+
849
+ .fa-chart-area:before {
850
+ content: "\f1fe"; }
851
+
852
+ .fa-chart-bar:before {
853
+ content: "\f080"; }
854
+
855
+ .fa-chart-line:before {
856
+ content: "\f201"; }
857
+
858
+ .fa-chart-pie:before {
859
+ content: "\f200"; }
860
+
861
+ .fa-check:before {
862
+ content: "\f00c"; }
863
+
864
+ .fa-check-circle:before {
865
+ content: "\f058"; }
866
+
867
+ .fa-check-double:before {
868
+ content: "\f560"; }
869
+
870
+ .fa-check-square:before {
871
+ content: "\f14a"; }
872
+
873
+ .fa-cheese:before {
874
+ content: "\f7ef"; }
875
+
876
+ .fa-chess:before {
877
+ content: "\f439"; }
878
+
879
+ .fa-chess-bishop:before {
880
+ content: "\f43a"; }
881
+
882
+ .fa-chess-board:before {
883
+ content: "\f43c"; }
884
+
885
+ .fa-chess-king:before {
886
+ content: "\f43f"; }
887
+
888
+ .fa-chess-knight:before {
889
+ content: "\f441"; }
890
+
891
+ .fa-chess-pawn:before {
892
+ content: "\f443"; }
893
+
894
+ .fa-chess-queen:before {
895
+ content: "\f445"; }
896
+
897
+ .fa-chess-rook:before {
898
+ content: "\f447"; }
899
+
900
+ .fa-chevron-circle-down:before {
901
+ content: "\f13a"; }
902
+
903
+ .fa-chevron-circle-left:before {
904
+ content: "\f137"; }
905
+
906
+ .fa-chevron-circle-right:before {
907
+ content: "\f138"; }
908
+
909
+ .fa-chevron-circle-up:before {
910
+ content: "\f139"; }
911
+
912
+ .fa-chevron-down:before {
913
+ content: "\f078"; }
914
+
915
+ .fa-chevron-left:before {
916
+ content: "\f053"; }
917
+
918
+ .fa-chevron-right:before {
919
+ content: "\f054"; }
920
+
921
+ .fa-chevron-up:before {
922
+ content: "\f077"; }
923
+
924
+ .fa-child:before {
925
+ content: "\f1ae"; }
926
+
927
+ .fa-chrome:before {
928
+ content: "\f268"; }
929
+
930
+ .fa-chromecast:before {
931
+ content: "\f838"; }
932
+
933
+ .fa-church:before {
934
+ content: "\f51d"; }
935
+
936
+ .fa-circle:before {
937
+ content: "\f111"; }
938
+
939
+ .fa-circle-notch:before {
940
+ content: "\f1ce"; }
941
+
942
+ .fa-city:before {
943
+ content: "\f64f"; }
944
+
945
+ .fa-clinic-medical:before {
946
+ content: "\f7f2"; }
947
+
948
+ .fa-clipboard:before {
949
+ content: "\f328"; }
950
+
951
+ .fa-clipboard-check:before {
952
+ content: "\f46c"; }
953
+
954
+ .fa-clipboard-list:before {
955
+ content: "\f46d"; }
956
+
957
+ .fa-clock:before {
958
+ content: "\f017"; }
959
+
960
+ .fa-clone:before {
961
+ content: "\f24d"; }
962
+
963
+ .fa-closed-captioning:before {
964
+ content: "\f20a"; }
965
+
966
+ .fa-cloud:before {
967
+ content: "\f0c2"; }
968
+
969
+ .fa-cloud-download-alt:before {
970
+ content: "\f381"; }
971
+
972
+ .fa-cloud-meatball:before {
973
+ content: "\f73b"; }
974
+
975
+ .fa-cloud-moon:before {
976
+ content: "\f6c3"; }
977
+
978
+ .fa-cloud-moon-rain:before {
979
+ content: "\f73c"; }
980
+
981
+ .fa-cloud-rain:before {
982
+ content: "\f73d"; }
983
+
984
+ .fa-cloud-showers-heavy:before {
985
+ content: "\f740"; }
986
+
987
+ .fa-cloud-sun:before {
988
+ content: "\f6c4"; }
989
+
990
+ .fa-cloud-sun-rain:before {
991
+ content: "\f743"; }
992
+
993
+ .fa-cloud-upload-alt:before {
994
+ content: "\f382"; }
995
+
996
+ .fa-cloudscale:before {
997
+ content: "\f383"; }
998
+
999
+ .fa-cloudsmith:before {
1000
+ content: "\f384"; }
1001
+
1002
+ .fa-cloudversify:before {
1003
+ content: "\f385"; }
1004
+
1005
+ .fa-cocktail:before {
1006
+ content: "\f561"; }
1007
+
1008
+ .fa-code:before {
1009
+ content: "\f121"; }
1010
+
1011
+ .fa-code-branch:before {
1012
+ content: "\f126"; }
1013
+
1014
+ .fa-codepen:before {
1015
+ content: "\f1cb"; }
1016
+
1017
+ .fa-codiepie:before {
1018
+ content: "\f284"; }
1019
+
1020
+ .fa-coffee:before {
1021
+ content: "\f0f4"; }
1022
+
1023
+ .fa-cog:before {
1024
+ content: "\f013"; }
1025
+
1026
+ .fa-cogs:before {
1027
+ content: "\f085"; }
1028
+
1029
+ .fa-coins:before {
1030
+ content: "\f51e"; }
1031
+
1032
+ .fa-columns:before {
1033
+ content: "\f0db"; }
1034
+
1035
+ .fa-comment:before {
1036
+ content: "\f075"; }
1037
+
1038
+ .fa-comment-alt:before {
1039
+ content: "\f27a"; }
1040
+
1041
+ .fa-comment-dollar:before {
1042
+ content: "\f651"; }
1043
+
1044
+ .fa-comment-dots:before {
1045
+ content: "\f4ad"; }
1046
+
1047
+ .fa-comment-medical:before {
1048
+ content: "\f7f5"; }
1049
+
1050
+ .fa-comment-slash:before {
1051
+ content: "\f4b3"; }
1052
+
1053
+ .fa-comments:before {
1054
+ content: "\f086"; }
1055
+
1056
+ .fa-comments-dollar:before {
1057
+ content: "\f653"; }
1058
+
1059
+ .fa-compact-disc:before {
1060
+ content: "\f51f"; }
1061
+
1062
+ .fa-compass:before {
1063
+ content: "\f14e"; }
1064
+
1065
+ .fa-compress:before {
1066
+ content: "\f066"; }
1067
+
1068
+ .fa-compress-arrows-alt:before {
1069
+ content: "\f78c"; }
1070
+
1071
+ .fa-concierge-bell:before {
1072
+ content: "\f562"; }
1073
+
1074
+ .fa-confluence:before {
1075
+ content: "\f78d"; }
1076
+
1077
+ .fa-connectdevelop:before {
1078
+ content: "\f20e"; }
1079
+
1080
+ .fa-contao:before {
1081
+ content: "\f26d"; }
1082
+
1083
+ .fa-cookie:before {
1084
+ content: "\f563"; }
1085
+
1086
+ .fa-cookie-bite:before {
1087
+ content: "\f564"; }
1088
+
1089
+ .fa-copy:before {
1090
+ content: "\f0c5"; }
1091
+
1092
+ .fa-copyright:before {
1093
+ content: "\f1f9"; }
1094
+
1095
+ .fa-cotton-bureau:before {
1096
+ content: "\f89e"; }
1097
+
1098
+ .fa-couch:before {
1099
+ content: "\f4b8"; }
1100
+
1101
+ .fa-cpanel:before {
1102
+ content: "\f388"; }
1103
+
1104
+ .fa-creative-commons:before {
1105
+ content: "\f25e"; }
1106
+
1107
+ .fa-creative-commons-by:before {
1108
+ content: "\f4e7"; }
1109
+
1110
+ .fa-creative-commons-nc:before {
1111
+ content: "\f4e8"; }
1112
+
1113
+ .fa-creative-commons-nc-eu:before {
1114
+ content: "\f4e9"; }
1115
+
1116
+ .fa-creative-commons-nc-jp:before {
1117
+ content: "\f4ea"; }
1118
+
1119
+ .fa-creative-commons-nd:before {
1120
+ content: "\f4eb"; }
1121
+
1122
+ .fa-creative-commons-pd:before {
1123
+ content: "\f4ec"; }
1124
+
1125
+ .fa-creative-commons-pd-alt:before {
1126
+ content: "\f4ed"; }
1127
+
1128
+ .fa-creative-commons-remix:before {
1129
+ content: "\f4ee"; }
1130
+
1131
+ .fa-creative-commons-sa:before {
1132
+ content: "\f4ef"; }
1133
+
1134
+ .fa-creative-commons-sampling:before {
1135
+ content: "\f4f0"; }
1136
+
1137
+ .fa-creative-commons-sampling-plus:before {
1138
+ content: "\f4f1"; }
1139
+
1140
+ .fa-creative-commons-share:before {
1141
+ content: "\f4f2"; }
1142
+
1143
+ .fa-creative-commons-zero:before {
1144
+ content: "\f4f3"; }
1145
+
1146
+ .fa-credit-card:before {
1147
+ content: "\f09d"; }
1148
+
1149
+ .fa-critical-role:before {
1150
+ content: "\f6c9"; }
1151
+
1152
+ .fa-crop:before {
1153
+ content: "\f125"; }
1154
+
1155
+ .fa-crop-alt:before {
1156
+ content: "\f565"; }
1157
+
1158
+ .fa-cross:before {
1159
+ content: "\f654"; }
1160
+
1161
+ .fa-crosshairs:before {
1162
+ content: "\f05b"; }
1163
+
1164
+ .fa-crow:before {
1165
+ content: "\f520"; }
1166
+
1167
+ .fa-crown:before {
1168
+ content: "\f521"; }
1169
+
1170
+ .fa-crutch:before {
1171
+ content: "\f7f7"; }
1172
+
1173
+ .fa-css3:before {
1174
+ content: "\f13c"; }
1175
+
1176
+ .fa-css3-alt:before {
1177
+ content: "\f38b"; }
1178
+
1179
+ .fa-cube:before {
1180
+ content: "\f1b2"; }
1181
+
1182
+ .fa-cubes:before {
1183
+ content: "\f1b3"; }
1184
+
1185
+ .fa-cut:before {
1186
+ content: "\f0c4"; }
1187
+
1188
+ .fa-cuttlefish:before {
1189
+ content: "\f38c"; }
1190
+
1191
+ .fa-d-and-d:before {
1192
+ content: "\f38d"; }
1193
+
1194
+ .fa-d-and-d-beyond:before {
1195
+ content: "\f6ca"; }
1196
+
1197
+ .fa-dashcube:before {
1198
+ content: "\f210"; }
1199
+
1200
+ .fa-database:before {
1201
+ content: "\f1c0"; }
1202
+
1203
+ .fa-deaf:before {
1204
+ content: "\f2a4"; }
1205
+
1206
+ .fa-delicious:before {
1207
+ content: "\f1a5"; }
1208
+
1209
+ .fa-democrat:before {
1210
+ content: "\f747"; }
1211
+
1212
+ .fa-deploydog:before {
1213
+ content: "\f38e"; }
1214
+
1215
+ .fa-deskpro:before {
1216
+ content: "\f38f"; }
1217
+
1218
+ .fa-desktop:before {
1219
+ content: "\f108"; }
1220
+
1221
+ .fa-dev:before {
1222
+ content: "\f6cc"; }
1223
+
1224
+ .fa-deviantart:before {
1225
+ content: "\f1bd"; }
1226
+
1227
+ .fa-dharmachakra:before {
1228
+ content: "\f655"; }
1229
+
1230
+ .fa-dhl:before {
1231
+ content: "\f790"; }
1232
+
1233
+ .fa-diagnoses:before {
1234
+ content: "\f470"; }
1235
+
1236
+ .fa-diaspora:before {
1237
+ content: "\f791"; }
1238
+
1239
+ .fa-dice:before {
1240
+ content: "\f522"; }
1241
+
1242
+ .fa-dice-d20:before {
1243
+ content: "\f6cf"; }
1244
+
1245
+ .fa-dice-d6:before {
1246
+ content: "\f6d1"; }
1247
+
1248
+ .fa-dice-five:before {
1249
+ content: "\f523"; }
1250
+
1251
+ .fa-dice-four:before {
1252
+ content: "\f524"; }
1253
+
1254
+ .fa-dice-one:before {
1255
+ content: "\f525"; }
1256
+
1257
+ .fa-dice-six:before {
1258
+ content: "\f526"; }
1259
+
1260
+ .fa-dice-three:before {
1261
+ content: "\f527"; }
1262
+
1263
+ .fa-dice-two:before {
1264
+ content: "\f528"; }
1265
+
1266
+ .fa-digg:before {
1267
+ content: "\f1a6"; }
1268
+
1269
+ .fa-digital-ocean:before {
1270
+ content: "\f391"; }
1271
+
1272
+ .fa-digital-tachograph:before {
1273
+ content: "\f566"; }
1274
+
1275
+ .fa-directions:before {
1276
+ content: "\f5eb"; }
1277
+
1278
+ .fa-discord:before {
1279
+ content: "\f392"; }
1280
+
1281
+ .fa-discourse:before {
1282
+ content: "\f393"; }
1283
+
1284
+ .fa-divide:before {
1285
+ content: "\f529"; }
1286
+
1287
+ .fa-dizzy:before {
1288
+ content: "\f567"; }
1289
+
1290
+ .fa-dna:before {
1291
+ content: "\f471"; }
1292
+
1293
+ .fa-dochub:before {
1294
+ content: "\f394"; }
1295
+
1296
+ .fa-docker:before {
1297
+ content: "\f395"; }
1298
+
1299
+ .fa-dog:before {
1300
+ content: "\f6d3"; }
1301
+
1302
+ .fa-dollar-sign:before {
1303
+ content: "\f155"; }
1304
+
1305
+ .fa-dolly:before {
1306
+ content: "\f472"; }
1307
+
1308
+ .fa-dolly-flatbed:before {
1309
+ content: "\f474"; }
1310
+
1311
+ .fa-donate:before {
1312
+ content: "\f4b9"; }
1313
+
1314
+ .fa-door-closed:before {
1315
+ content: "\f52a"; }
1316
+
1317
+ .fa-door-open:before {
1318
+ content: "\f52b"; }
1319
+
1320
+ .fa-dot-circle:before {
1321
+ content: "\f192"; }
1322
+
1323
+ .fa-dove:before {
1324
+ content: "\f4ba"; }
1325
+
1326
+ .fa-download:before {
1327
+ content: "\f019"; }
1328
+
1329
+ .fa-draft2digital:before {
1330
+ content: "\f396"; }
1331
+
1332
+ .fa-drafting-compass:before {
1333
+ content: "\f568"; }
1334
+
1335
+ .fa-dragon:before {
1336
+ content: "\f6d5"; }
1337
+
1338
+ .fa-draw-polygon:before {
1339
+ content: "\f5ee"; }
1340
+
1341
+ .fa-dribbble:before {
1342
+ content: "\f17d"; }
1343
+
1344
+ .fa-dribbble-square:before {
1345
+ content: "\f397"; }
1346
+
1347
+ .fa-dropbox:before {
1348
+ content: "\f16b"; }
1349
+
1350
+ .fa-drum:before {
1351
+ content: "\f569"; }
1352
+
1353
+ .fa-drum-steelpan:before {
1354
+ content: "\f56a"; }
1355
+
1356
+ .fa-drumstick-bite:before {
1357
+ content: "\f6d7"; }
1358
+
1359
+ .fa-drupal:before {
1360
+ content: "\f1a9"; }
1361
+
1362
+ .fa-dumbbell:before {
1363
+ content: "\f44b"; }
1364
+
1365
+ .fa-dumpster:before {
1366
+ content: "\f793"; }
1367
+
1368
+ .fa-dumpster-fire:before {
1369
+ content: "\f794"; }
1370
+
1371
+ .fa-dungeon:before {
1372
+ content: "\f6d9"; }
1373
+
1374
+ .fa-dyalog:before {
1375
+ content: "\f399"; }
1376
+
1377
+ .fa-earlybirds:before {
1378
+ content: "\f39a"; }
1379
+
1380
+ .fa-ebay:before {
1381
+ content: "\f4f4"; }
1382
+
1383
+ .fa-edge:before {
1384
+ content: "\f282"; }
1385
+
1386
+ .fa-edit:before {
1387
+ content: "\f044"; }
1388
+
1389
+ .fa-egg:before {
1390
+ content: "\f7fb"; }
1391
+
1392
+ .fa-eject:before {
1393
+ content: "\f052"; }
1394
+
1395
+ .fa-elementor:before {
1396
+ content: "\f430"; }
1397
+
1398
+ .fa-ellipsis-h:before {
1399
+ content: "\f141"; }
1400
+
1401
+ .fa-ellipsis-v:before {
1402
+ content: "\f142"; }
1403
+
1404
+ .fa-ello:before {
1405
+ content: "\f5f1"; }
1406
+
1407
+ .fa-ember:before {
1408
+ content: "\f423"; }
1409
+
1410
+ .fa-empire:before {
1411
+ content: "\f1d1"; }
1412
+
1413
+ .fa-envelope:before {
1414
+ content: "\f0e0"; }
1415
+
1416
+ .fa-envelope-open:before {
1417
+ content: "\f2b6"; }
1418
+
1419
+ .fa-envelope-open-text:before {
1420
+ content: "\f658"; }
1421
+
1422
+ .fa-envelope-square:before {
1423
+ content: "\f199"; }
1424
+
1425
+ .fa-envira:before {
1426
+ content: "\f299"; }
1427
+
1428
+ .fa-equals:before {
1429
+ content: "\f52c"; }
1430
+
1431
+ .fa-eraser:before {
1432
+ content: "\f12d"; }
1433
+
1434
+ .fa-erlang:before {
1435
+ content: "\f39d"; }
1436
+
1437
+ .fa-ethereum:before {
1438
+ content: "\f42e"; }
1439
+
1440
+ .fa-ethernet:before {
1441
+ content: "\f796"; }
1442
+
1443
+ .fa-etsy:before {
1444
+ content: "\f2d7"; }
1445
+
1446
+ .fa-euro-sign:before {
1447
+ content: "\f153"; }
1448
+
1449
+ .fa-evernote:before {
1450
+ content: "\f839"; }
1451
+
1452
+ .fa-exchange-alt:before {
1453
+ content: "\f362"; }
1454
+
1455
+ .fa-exclamation:before {
1456
+ content: "\f12a"; }
1457
+
1458
+ .fa-exclamation-circle:before {
1459
+ content: "\f06a"; }
1460
+
1461
+ .fa-exclamation-triangle:before {
1462
+ content: "\f071"; }
1463
+
1464
+ .fa-expand:before {
1465
+ content: "\f065"; }
1466
+
1467
+ .fa-expand-arrows-alt:before {
1468
+ content: "\f31e"; }
1469
+
1470
+ .fa-expeditedssl:before {
1471
+ content: "\f23e"; }
1472
+
1473
+ .fa-external-link-alt:before {
1474
+ content: "\f35d"; }
1475
+
1476
+ .fa-external-link-square-alt:before {
1477
+ content: "\f360"; }
1478
+
1479
+ .fa-eye:before {
1480
+ content: "\f06e"; }
1481
+
1482
+ .fa-eye-dropper:before {
1483
+ content: "\f1fb"; }
1484
+
1485
+ .fa-eye-slash:before {
1486
+ content: "\f070"; }
1487
+
1488
+ .fa-facebook:before {
1489
+ content: "\f09a"; }
1490
+
1491
+ .fa-facebook-f:before {
1492
+ content: "\f39e"; }
1493
+
1494
+ .fa-facebook-messenger:before {
1495
+ content: "\f39f"; }
1496
+
1497
+ .fa-facebook-square:before {
1498
+ content: "\f082"; }
1499
+
1500
+ .fa-fan:before {
1501
+ content: "\f863"; }
1502
+
1503
+ .fa-fantasy-flight-games:before {
1504
+ content: "\f6dc"; }
1505
+
1506
+ .fa-fast-backward:before {
1507
+ content: "\f049"; }
1508
+
1509
+ .fa-fast-forward:before {
1510
+ content: "\f050"; }
1511
+
1512
+ .fa-fax:before {
1513
+ content: "\f1ac"; }
1514
+
1515
+ .fa-feather:before {
1516
+ content: "\f52d"; }
1517
+
1518
+ .fa-feather-alt:before {
1519
+ content: "\f56b"; }
1520
+
1521
+ .fa-fedex:before {
1522
+ content: "\f797"; }
1523
+
1524
+ .fa-fedora:before {
1525
+ content: "\f798"; }
1526
+
1527
+ .fa-female:before {
1528
+ content: "\f182"; }
1529
+
1530
+ .fa-fighter-jet:before {
1531
+ content: "\f0fb"; }
1532
+
1533
+ .fa-figma:before {
1534
+ content: "\f799"; }
1535
+
1536
+ .fa-file:before {
1537
+ content: "\f15b"; }
1538
+
1539
+ .fa-file-alt:before {
1540
+ content: "\f15c"; }
1541
+
1542
+ .fa-file-archive:before {
1543
+ content: "\f1c6"; }
1544
+
1545
+ .fa-file-audio:before {
1546
+ content: "\f1c7"; }
1547
+
1548
+ .fa-file-code:before {
1549
+ content: "\f1c9"; }
1550
+
1551
+ .fa-file-contract:before {
1552
+ content: "\f56c"; }
1553
+
1554
+ .fa-file-csv:before {
1555
+ content: "\f6dd"; }
1556
+
1557
+ .fa-file-download:before {
1558
+ content: "\f56d"; }
1559
+
1560
+ .fa-file-excel:before {
1561
+ content: "\f1c3"; }
1562
+
1563
+ .fa-file-export:before {
1564
+ content: "\f56e"; }
1565
+
1566
+ .fa-file-image:before {
1567
+ content: "\f1c5"; }
1568
+
1569
+ .fa-file-import:before {
1570
+ content: "\f56f"; }
1571
+
1572
+ .fa-file-invoice:before {
1573
+ content: "\f570"; }
1574
+
1575
+ .fa-file-invoice-dollar:before {
1576
+ content: "\f571"; }
1577
+
1578
+ .fa-file-medical:before {
1579
+ content: "\f477"; }
1580
+
1581
+ .fa-file-medical-alt:before {
1582
+ content: "\f478"; }
1583
+
1584
+ .fa-file-pdf:before {
1585
+ content: "\f1c1"; }
1586
+
1587
+ .fa-file-powerpoint:before {
1588
+ content: "\f1c4"; }
1589
+
1590
+ .fa-file-prescription:before {
1591
+ content: "\f572"; }
1592
+
1593
+ .fa-file-signature:before {
1594
+ content: "\f573"; }
1595
+
1596
+ .fa-file-upload:before {
1597
+ content: "\f574"; }
1598
+
1599
+ .fa-file-video:before {
1600
+ content: "\f1c8"; }
1601
+
1602
+ .fa-file-word:before {
1603
+ content: "\f1c2"; }
1604
+
1605
+ .fa-fill:before {
1606
+ content: "\f575"; }
1607
+
1608
+ .fa-fill-drip:before {
1609
+ content: "\f576"; }
1610
+
1611
+ .fa-film:before {
1612
+ content: "\f008"; }
1613
+
1614
+ .fa-filter:before {
1615
+ content: "\f0b0"; }
1616
+
1617
+ .fa-fingerprint:before {
1618
+ content: "\f577"; }
1619
+
1620
+ .fa-fire:before {
1621
+ content: "\f06d"; }
1622
+
1623
+ .fa-fire-alt:before {
1624
+ content: "\f7e4"; }
1625
+
1626
+ .fa-fire-extinguisher:before {
1627
+ content: "\f134"; }
1628
+
1629
+ .fa-firefox:before {
1630
+ content: "\f269"; }
1631
+
1632
+ .fa-first-aid:before {
1633
+ content: "\f479"; }
1634
+
1635
+ .fa-first-order:before {
1636
+ content: "\f2b0"; }
1637
+
1638
+ .fa-first-order-alt:before {
1639
+ content: "\f50a"; }
1640
+
1641
+ .fa-firstdraft:before {
1642
+ content: "\f3a1"; }
1643
+
1644
+ .fa-fish:before {
1645
+ content: "\f578"; }
1646
+
1647
+ .fa-fist-raised:before {
1648
+ content: "\f6de"; }
1649
+
1650
+ .fa-flag:before {
1651
+ content: "\f024"; }
1652
+
1653
+ .fa-flag-checkered:before {
1654
+ content: "\f11e"; }
1655
+
1656
+ .fa-flag-usa:before {
1657
+ content: "\f74d"; }
1658
+
1659
+ .fa-flask:before {
1660
+ content: "\f0c3"; }
1661
+
1662
+ .fa-flickr:before {
1663
+ content: "\f16e"; }
1664
+
1665
+ .fa-flipboard:before {
1666
+ content: "\f44d"; }
1667
+
1668
+ .fa-flushed:before {
1669
+ content: "\f579"; }
1670
+
1671
+ .fa-fly:before {
1672
+ content: "\f417"; }
1673
+
1674
+ .fa-folder:before {
1675
+ content: "\f07b"; }
1676
+
1677
+ .fa-folder-minus:before {
1678
+ content: "\f65d"; }
1679
+
1680
+ .fa-folder-open:before {
1681
+ content: "\f07c"; }
1682
+
1683
+ .fa-folder-plus:before {
1684
+ content: "\f65e"; }
1685
+
1686
+ .fa-font:before {
1687
+ content: "\f031"; }
1688
+
1689
+ .fa-font-awesome:before {
1690
+ content: "\f2b4"; }
1691
+
1692
+ .fa-font-awesome-alt:before {
1693
+ content: "\f35c"; }
1694
+
1695
+ .fa-font-awesome-flag:before {
1696
+ content: "\f425"; }
1697
+
1698
+ .fa-font-awesome-logo-full:before {
1699
+ content: "\f4e6"; }
1700
+
1701
+ .fa-fonticons:before {
1702
+ content: "\f280"; }
1703
+
1704
+ .fa-fonticons-fi:before {
1705
+ content: "\f3a2"; }
1706
+
1707
+ .fa-football-ball:before {
1708
+ content: "\f44e"; }
1709
+
1710
+ .fa-fort-awesome:before {
1711
+ content: "\f286"; }
1712
+
1713
+ .fa-fort-awesome-alt:before {
1714
+ content: "\f3a3"; }
1715
+
1716
+ .fa-forumbee:before {
1717
+ content: "\f211"; }
1718
+
1719
+ .fa-forward:before {
1720
+ content: "\f04e"; }
1721
+
1722
+ .fa-foursquare:before {
1723
+ content: "\f180"; }
1724
+
1725
+ .fa-free-code-camp:before {
1726
+ content: "\f2c5"; }
1727
+
1728
+ .fa-freebsd:before {
1729
+ content: "\f3a4"; }
1730
+
1731
+ .fa-frog:before {
1732
+ content: "\f52e"; }
1733
+
1734
+ .fa-frown:before {
1735
+ content: "\f119"; }
1736
+
1737
+ .fa-frown-open:before {
1738
+ content: "\f57a"; }
1739
+
1740
+ .fa-fulcrum:before {
1741
+ content: "\f50b"; }
1742
+
1743
+ .fa-funnel-dollar:before {
1744
+ content: "\f662"; }
1745
+
1746
+ .fa-futbol:before {
1747
+ content: "\f1e3"; }
1748
+
1749
+ .fa-galactic-republic:before {
1750
+ content: "\f50c"; }
1751
+
1752
+ .fa-galactic-senate:before {
1753
+ content: "\f50d"; }
1754
+
1755
+ .fa-gamepad:before {
1756
+ content: "\f11b"; }
1757
+
1758
+ .fa-gas-pump:before {
1759
+ content: "\f52f"; }
1760
+
1761
+ .fa-gavel:before {
1762
+ content: "\f0e3"; }
1763
+
1764
+ .fa-gem:before {
1765
+ content: "\f3a5"; }
1766
+
1767
+ .fa-genderless:before {
1768
+ content: "\f22d"; }
1769
+
1770
+ .fa-get-pocket:before {
1771
+ content: "\f265"; }
1772
+
1773
+ .fa-gg:before {
1774
+ content: "\f260"; }
1775
+
1776
+ .fa-gg-circle:before {
1777
+ content: "\f261"; }
1778
+
1779
+ .fa-ghost:before {
1780
+ content: "\f6e2"; }
1781
+
1782
+ .fa-gift:before {
1783
+ content: "\f06b"; }
1784
+
1785
+ .fa-gifts:before {
1786
+ content: "\f79c"; }
1787
+
1788
+ .fa-git:before {
1789
+ content: "\f1d3"; }
1790
+
1791
+ .fa-git-alt:before {
1792
+ content: "\f841"; }
1793
+
1794
+ .fa-git-square:before {
1795
+ content: "\f1d2"; }
1796
+
1797
+ .fa-github:before {
1798
+ content: "\f09b"; }
1799
+
1800
+ .fa-github-alt:before {
1801
+ content: "\f113"; }
1802
+
1803
+ .fa-github-square:before {
1804
+ content: "\f092"; }
1805
+
1806
+ .fa-gitkraken:before {
1807
+ content: "\f3a6"; }
1808
+
1809
+ .fa-gitlab:before {
1810
+ content: "\f296"; }
1811
+
1812
+ .fa-gitter:before {
1813
+ content: "\f426"; }
1814
+
1815
+ .fa-glass-cheers:before {
1816
+ content: "\f79f"; }
1817
+
1818
+ .fa-glass-martini:before {
1819
+ content: "\f000"; }
1820
+
1821
+ .fa-glass-martini-alt:before {
1822
+ content: "\f57b"; }
1823
+
1824
+ .fa-glass-whiskey:before {
1825
+ content: "\f7a0"; }
1826
+
1827
+ .fa-glasses:before {
1828
+ content: "\f530"; }
1829
+
1830
+ .fa-glide:before {
1831
+ content: "\f2a5"; }
1832
+
1833
+ .fa-glide-g:before {
1834
+ content: "\f2a6"; }
1835
+
1836
+ .fa-globe:before {
1837
+ content: "\f0ac"; }
1838
+
1839
+ .fa-globe-africa:before {
1840
+ content: "\f57c"; }
1841
+
1842
+ .fa-globe-americas:before {
1843
+ content: "\f57d"; }
1844
+
1845
+ .fa-globe-asia:before {
1846
+ content: "\f57e"; }
1847
+
1848
+ .fa-globe-europe:before {
1849
+ content: "\f7a2"; }
1850
+
1851
+ .fa-gofore:before {
1852
+ content: "\f3a7"; }
1853
+
1854
+ .fa-golf-ball:before {
1855
+ content: "\f450"; }
1856
+
1857
+ .fa-goodreads:before {
1858
+ content: "\f3a8"; }
1859
+
1860
+ .fa-goodreads-g:before {
1861
+ content: "\f3a9"; }
1862
+
1863
+ .fa-google:before {
1864
+ content: "\f1a0"; }
1865
+
1866
+ .fa-google-drive:before {
1867
+ content: "\f3aa"; }
1868
+
1869
+ .fa-google-play:before {
1870
+ content: "\f3ab"; }
1871
+
1872
+ .fa-google-plus:before {
1873
+ content: "\f2b3"; }
1874
+
1875
+ .fa-google-plus-g:before {
1876
+ content: "\f0d5"; }
1877
+
1878
+ .fa-google-plus-square:before {
1879
+ content: "\f0d4"; }
1880
+
1881
+ .fa-google-wallet:before {
1882
+ content: "\f1ee"; }
1883
+
1884
+ .fa-gopuram:before {
1885
+ content: "\f664"; }
1886
+
1887
+ .fa-graduation-cap:before {
1888
+ content: "\f19d"; }
1889
+
1890
+ .fa-gratipay:before {
1891
+ content: "\f184"; }
1892
+
1893
+ .fa-grav:before {
1894
+ content: "\f2d6"; }
1895
+
1896
+ .fa-greater-than:before {
1897
+ content: "\f531"; }
1898
+
1899
+ .fa-greater-than-equal:before {
1900
+ content: "\f532"; }
1901
+
1902
+ .fa-grimace:before {
1903
+ content: "\f57f"; }
1904
+
1905
+ .fa-grin:before {
1906
+ content: "\f580"; }
1907
+
1908
+ .fa-grin-alt:before {
1909
+ content: "\f581"; }
1910
+
1911
+ .fa-grin-beam:before {
1912
+ content: "\f582"; }
1913
+
1914
+ .fa-grin-beam-sweat:before {
1915
+ content: "\f583"; }
1916
+
1917
+ .fa-grin-hearts:before {
1918
+ content: "\f584"; }
1919
+
1920
+ .fa-grin-squint:before {
1921
+ content: "\f585"; }
1922
+
1923
+ .fa-grin-squint-tears:before {
1924
+ content: "\f586"; }
1925
+
1926
+ .fa-grin-stars:before {
1927
+ content: "\f587"; }
1928
+
1929
+ .fa-grin-tears:before {
1930
+ content: "\f588"; }
1931
+
1932
+ .fa-grin-tongue:before {
1933
+ content: "\f589"; }
1934
+
1935
+ .fa-grin-tongue-squint:before {
1936
+ content: "\f58a"; }
1937
+
1938
+ .fa-grin-tongue-wink:before {
1939
+ content: "\f58b"; }
1940
+
1941
+ .fa-grin-wink:before {
1942
+ content: "\f58c"; }
1943
+
1944
+ .fa-grip-horizontal:before {
1945
+ content: "\f58d"; }
1946
+
1947
+ .fa-grip-lines:before {
1948
+ content: "\f7a4"; }
1949
+
1950
+ .fa-grip-lines-vertical:before {
1951
+ content: "\f7a5"; }
1952
+
1953
+ .fa-grip-vertical:before {
1954
+ content: "\f58e"; }
1955
+
1956
+ .fa-gripfire:before {
1957
+ content: "\f3ac"; }
1958
+
1959
+ .fa-grunt:before {
1960
+ content: "\f3ad"; }
1961
+
1962
+ .fa-guitar:before {
1963
+ content: "\f7a6"; }
1964
+
1965
+ .fa-gulp:before {
1966
+ content: "\f3ae"; }
1967
+
1968
+ .fa-h-square:before {
1969
+ content: "\f0fd"; }
1970
+
1971
+ .fa-hacker-news:before {
1972
+ content: "\f1d4"; }
1973
+
1974
+ .fa-hacker-news-square:before {
1975
+ content: "\f3af"; }
1976
+
1977
+ .fa-hackerrank:before {
1978
+ content: "\f5f7"; }
1979
+
1980
+ .fa-hamburger:before {
1981
+ content: "\f805"; }
1982
+
1983
+ .fa-hammer:before {
1984
+ content: "\f6e3"; }
1985
+
1986
+ .fa-hamsa:before {
1987
+ content: "\f665"; }
1988
+
1989
+ .fa-hand-holding:before {
1990
+ content: "\f4bd"; }
1991
+
1992
+ .fa-hand-holding-heart:before {
1993
+ content: "\f4be"; }
1994
+
1995
+ .fa-hand-holding-usd:before {
1996
+ content: "\f4c0"; }
1997
+
1998
+ .fa-hand-lizard:before {
1999
+ content: "\f258"; }
2000
+
2001
+ .fa-hand-middle-finger:before {
2002
+ content: "\f806"; }
2003
+
2004
+ .fa-hand-paper:before {
2005
+ content: "\f256"; }
2006
+
2007
+ .fa-hand-peace:before {
2008
+ content: "\f25b"; }
2009
+
2010
+ .fa-hand-point-down:before {
2011
+ content: "\f0a7"; }
2012
+
2013
+ .fa-hand-point-left:before {
2014
+ content: "\f0a5"; }
2015
+
2016
+ .fa-hand-point-right:before {
2017
+ content: "\f0a4"; }
2018
+
2019
+ .fa-hand-point-up:before {
2020
+ content: "\f0a6"; }
2021
+
2022
+ .fa-hand-pointer:before {
2023
+ content: "\f25a"; }
2024
+
2025
+ .fa-hand-rock:before {
2026
+ content: "\f255"; }
2027
+
2028
+ .fa-hand-scissors:before {
2029
+ content: "\f257"; }
2030
+
2031
+ .fa-hand-spock:before {
2032
+ content: "\f259"; }
2033
+
2034
+ .fa-hands:before {
2035
+ content: "\f4c2"; }
2036
+
2037
+ .fa-hands-helping:before {
2038
+ content: "\f4c4"; }
2039
+
2040
+ .fa-handshake:before {
2041
+ content: "\f2b5"; }
2042
+
2043
+ .fa-hanukiah:before {
2044
+ content: "\f6e6"; }
2045
+
2046
+ .fa-hard-hat:before {
2047
+ content: "\f807"; }
2048
+
2049
+ .fa-hashtag:before {
2050
+ content: "\f292"; }
2051
+
2052
+ .fa-hat-cowboy:before {
2053
+ content: "\f8c0"; }
2054
+
2055
+ .fa-hat-cowboy-side:before {
2056
+ content: "\f8c1"; }
2057
+
2058
+ .fa-hat-wizard:before {
2059
+ content: "\f6e8"; }
2060
+
2061
+ .fa-haykal:before {
2062
+ content: "\f666"; }
2063
+
2064
+ .fa-hdd:before {
2065
+ content: "\f0a0"; }
2066
+
2067
+ .fa-heading:before {
2068
+ content: "\f1dc"; }
2069
+
2070
+ .fa-headphones:before {
2071
+ content: "\f025"; }
2072
+
2073
+ .fa-headphones-alt:before {
2074
+ content: "\f58f"; }
2075
+
2076
+ .fa-headset:before {
2077
+ content: "\f590"; }
2078
+
2079
+ .fa-heart:before {
2080
+ content: "\f004"; }
2081
+
2082
+ .fa-heart-broken:before {
2083
+ content: "\f7a9"; }
2084
+
2085
+ .fa-heartbeat:before {
2086
+ content: "\f21e"; }
2087
+
2088
+ .fa-helicopter:before {
2089
+ content: "\f533"; }
2090
+
2091
+ .fa-highlighter:before {
2092
+ content: "\f591"; }
2093
+
2094
+ .fa-hiking:before {
2095
+ content: "\f6ec"; }
2096
+
2097
+ .fa-hippo:before {
2098
+ content: "\f6ed"; }
2099
+
2100
+ .fa-hips:before {
2101
+ content: "\f452"; }
2102
+
2103
+ .fa-hire-a-helper:before {
2104
+ content: "\f3b0"; }
2105
+
2106
+ .fa-history:before {
2107
+ content: "\f1da"; }
2108
+
2109
+ .fa-hockey-puck:before {
2110
+ content: "\f453"; }
2111
+
2112
+ .fa-holly-berry:before {
2113
+ content: "\f7aa"; }
2114
+
2115
+ .fa-home:before {
2116
+ content: "\f015"; }
2117
+
2118
+ .fa-hooli:before {
2119
+ content: "\f427"; }
2120
+
2121
+ .fa-hornbill:before {
2122
+ content: "\f592"; }
2123
+
2124
+ .fa-horse:before {
2125
+ content: "\f6f0"; }
2126
+
2127
+ .fa-horse-head:before {
2128
+ content: "\f7ab"; }
2129
+
2130
+ .fa-hospital:before {
2131
+ content: "\f0f8"; }
2132
+
2133
+ .fa-hospital-alt:before {
2134
+ content: "\f47d"; }
2135
+
2136
+ .fa-hospital-symbol:before {
2137
+ content: "\f47e"; }
2138
+
2139
+ .fa-hot-tub:before {
2140
+ content: "\f593"; }
2141
+
2142
+ .fa-hotdog:before {
2143
+ content: "\f80f"; }
2144
+
2145
+ .fa-hotel:before {
2146
+ content: "\f594"; }
2147
+
2148
+ .fa-hotjar:before {
2149
+ content: "\f3b1"; }
2150
+
2151
+ .fa-hourglass:before {
2152
+ content: "\f254"; }
2153
+
2154
+ .fa-hourglass-end:before {
2155
+ content: "\f253"; }
2156
+
2157
+ .fa-hourglass-half:before {
2158
+ content: "\f252"; }
2159
+
2160
+ .fa-hourglass-start:before {
2161
+ content: "\f251"; }
2162
+
2163
+ .fa-house-damage:before {
2164
+ content: "\f6f1"; }
2165
+
2166
+ .fa-houzz:before {
2167
+ content: "\f27c"; }
2168
+
2169
+ .fa-hryvnia:before {
2170
+ content: "\f6f2"; }
2171
+
2172
+ .fa-html5:before {
2173
+ content: "\f13b"; }
2174
+
2175
+ .fa-hubspot:before {
2176
+ content: "\f3b2"; }
2177
+
2178
+ .fa-i-cursor:before {
2179
+ content: "\f246"; }
2180
+
2181
+ .fa-ice-cream:before {
2182
+ content: "\f810"; }
2183
+
2184
+ .fa-icicles:before {
2185
+ content: "\f7ad"; }
2186
+
2187
+ .fa-icons:before {
2188
+ content: "\f86d"; }
2189
+
2190
+ .fa-id-badge:before {
2191
+ content: "\f2c1"; }
2192
+
2193
+ .fa-id-card:before {
2194
+ content: "\f2c2"; }
2195
+
2196
+ .fa-id-card-alt:before {
2197
+ content: "\f47f"; }
2198
+
2199
+ .fa-igloo:before {
2200
+ content: "\f7ae"; }
2201
+
2202
+ .fa-image:before {
2203
+ content: "\f03e"; }
2204
+
2205
+ .fa-images:before {
2206
+ content: "\f302"; }
2207
+
2208
+ .fa-imdb:before {
2209
+ content: "\f2d8"; }
2210
+
2211
+ .fa-inbox:before {
2212
+ content: "\f01c"; }
2213
+
2214
+ .fa-indent:before {
2215
+ content: "\f03c"; }
2216
+
2217
+ .fa-industry:before {
2218
+ content: "\f275"; }
2219
+
2220
+ .fa-infinity:before {
2221
+ content: "\f534"; }
2222
+
2223
+ .fa-info:before {
2224
+ content: "\f129"; }
2225
+
2226
+ .fa-info-circle:before {
2227
+ content: "\f05a"; }
2228
+
2229
+ .fa-instagram:before {
2230
+ content: "\f16d"; }
2231
+
2232
+ .fa-intercom:before {
2233
+ content: "\f7af"; }
2234
+
2235
+ .fa-internet-explorer:before {
2236
+ content: "\f26b"; }
2237
+
2238
+ .fa-invision:before {
2239
+ content: "\f7b0"; }
2240
+
2241
+ .fa-ioxhost:before {
2242
+ content: "\f208"; }
2243
+
2244
+ .fa-italic:before {
2245
+ content: "\f033"; }
2246
+
2247
+ .fa-itch-io:before {
2248
+ content: "\f83a"; }
2249
+
2250
+ .fa-itunes:before {
2251
+ content: "\f3b4"; }
2252
+
2253
+ .fa-itunes-note:before {
2254
+ content: "\f3b5"; }
2255
+
2256
+ .fa-java:before {
2257
+ content: "\f4e4"; }
2258
+
2259
+ .fa-jedi:before {
2260
+ content: "\f669"; }
2261
+
2262
+ .fa-jedi-order:before {
2263
+ content: "\f50e"; }
2264
+
2265
+ .fa-jenkins:before {
2266
+ content: "\f3b6"; }
2267
+
2268
+ .fa-jira:before {
2269
+ content: "\f7b1"; }
2270
+
2271
+ .fa-joget:before {
2272
+ content: "\f3b7"; }
2273
+
2274
+ .fa-joint:before {
2275
+ content: "\f595"; }
2276
+
2277
+ .fa-joomla:before {
2278
+ content: "\f1aa"; }
2279
+
2280
+ .fa-journal-whills:before {
2281
+ content: "\f66a"; }
2282
+
2283
+ .fa-js:before {
2284
+ content: "\f3b8"; }
2285
+
2286
+ .fa-js-square:before {
2287
+ content: "\f3b9"; }
2288
+
2289
+ .fa-jsfiddle:before {
2290
+ content: "\f1cc"; }
2291
+
2292
+ .fa-kaaba:before {
2293
+ content: "\f66b"; }
2294
+
2295
+ .fa-kaggle:before {
2296
+ content: "\f5fa"; }
2297
+
2298
+ .fa-key:before {
2299
+ content: "\f084"; }
2300
+
2301
+ .fa-keybase:before {
2302
+ content: "\f4f5"; }
2303
+
2304
+ .fa-keyboard:before {
2305
+ content: "\f11c"; }
2306
+
2307
+ .fa-keycdn:before {
2308
+ content: "\f3ba"; }
2309
+
2310
+ .fa-khanda:before {
2311
+ content: "\f66d"; }
2312
+
2313
+ .fa-kickstarter:before {
2314
+ content: "\f3bb"; }
2315
+
2316
+ .fa-kickstarter-k:before {
2317
+ content: "\f3bc"; }
2318
+
2319
+ .fa-kiss:before {
2320
+ content: "\f596"; }
2321
+
2322
+ .fa-kiss-beam:before {
2323
+ content: "\f597"; }
2324
+
2325
+ .fa-kiss-wink-heart:before {
2326
+ content: "\f598"; }
2327
+
2328
+ .fa-kiwi-bird:before {
2329
+ content: "\f535"; }
2330
+
2331
+ .fa-korvue:before {
2332
+ content: "\f42f"; }
2333
+
2334
+ .fa-landmark:before {
2335
+ content: "\f66f"; }
2336
+
2337
+ .fa-language:before {
2338
+ content: "\f1ab"; }
2339
+
2340
+ .fa-laptop:before {
2341
+ content: "\f109"; }
2342
+
2343
+ .fa-laptop-code:before {
2344
+ content: "\f5fc"; }
2345
+
2346
+ .fa-laptop-medical:before {
2347
+ content: "\f812"; }
2348
+
2349
+ .fa-laravel:before {
2350
+ content: "\f3bd"; }
2351
+
2352
+ .fa-lastfm:before {
2353
+ content: "\f202"; }
2354
+
2355
+ .fa-lastfm-square:before {
2356
+ content: "\f203"; }
2357
+
2358
+ .fa-laugh:before {
2359
+ content: "\f599"; }
2360
+
2361
+ .fa-laugh-beam:before {
2362
+ content: "\f59a"; }
2363
+
2364
+ .fa-laugh-squint:before {
2365
+ content: "\f59b"; }
2366
+
2367
+ .fa-laugh-wink:before {
2368
+ content: "\f59c"; }
2369
+
2370
+ .fa-layer-group:before {
2371
+ content: "\f5fd"; }
2372
+
2373
+ .fa-leaf:before {
2374
+ content: "\f06c"; }
2375
+
2376
+ .fa-leanpub:before {
2377
+ content: "\f212"; }
2378
+
2379
+ .fa-lemon:before {
2380
+ content: "\f094"; }
2381
+
2382
+ .fa-less:before {
2383
+ content: "\f41d"; }
2384
+
2385
+ .fa-less-than:before {
2386
+ content: "\f536"; }
2387
+
2388
+ .fa-less-than-equal:before {
2389
+ content: "\f537"; }
2390
+
2391
+ .fa-level-down-alt:before {
2392
+ content: "\f3be"; }
2393
+
2394
+ .fa-level-up-alt:before {
2395
+ content: "\f3bf"; }
2396
+
2397
+ .fa-life-ring:before {
2398
+ content: "\f1cd"; }
2399
+
2400
+ .fa-lightbulb:before {
2401
+ content: "\f0eb"; }
2402
+
2403
+ .fa-line:before {
2404
+ content: "\f3c0"; }
2405
+
2406
+ .fa-link:before {
2407
+ content: "\f0c1"; }
2408
+
2409
+ .fa-linkedin:before {
2410
+ content: "\f08c"; }
2411
+
2412
+ .fa-linkedin-in:before {
2413
+ content: "\f0e1"; }
2414
+
2415
+ .fa-linode:before {
2416
+ content: "\f2b8"; }
2417
+
2418
+ .fa-linux:before {
2419
+ content: "\f17c"; }
2420
+
2421
+ .fa-lira-sign:before {
2422
+ content: "\f195"; }
2423
+
2424
+ .fa-list:before {
2425
+ content: "\f03a"; }
2426
+
2427
+ .fa-list-alt:before {
2428
+ content: "\f022"; }
2429
+
2430
+ .fa-list-ol:before {
2431
+ content: "\f0cb"; }
2432
+
2433
+ .fa-list-ul:before {
2434
+ content: "\f0ca"; }
2435
+
2436
+ .fa-location-arrow:before {
2437
+ content: "\f124"; }
2438
+
2439
+ .fa-lock:before {
2440
+ content: "\f023"; }
2441
+
2442
+ .fa-lock-open:before {
2443
+ content: "\f3c1"; }
2444
+
2445
+ .fa-long-arrow-alt-down:before {
2446
+ content: "\f309"; }
2447
+
2448
+ .fa-long-arrow-alt-left:before {
2449
+ content: "\f30a"; }
2450
+
2451
+ .fa-long-arrow-alt-right:before {
2452
+ content: "\f30b"; }
2453
+
2454
+ .fa-long-arrow-alt-up:before {
2455
+ content: "\f30c"; }
2456
+
2457
+ .fa-low-vision:before {
2458
+ content: "\f2a8"; }
2459
+
2460
+ .fa-luggage-cart:before {
2461
+ content: "\f59d"; }
2462
+
2463
+ .fa-lyft:before {
2464
+ content: "\f3c3"; }
2465
+
2466
+ .fa-magento:before {
2467
+ content: "\f3c4"; }
2468
+
2469
+ .fa-magic:before {
2470
+ content: "\f0d0"; }
2471
+
2472
+ .fa-magnet:before {
2473
+ content: "\f076"; }
2474
+
2475
+ .fa-mail-bulk:before {
2476
+ content: "\f674"; }
2477
+
2478
+ .fa-mailchimp:before {
2479
+ content: "\f59e"; }
2480
+
2481
+ .fa-male:before {
2482
+ content: "\f183"; }
2483
+
2484
+ .fa-mandalorian:before {
2485
+ content: "\f50f"; }
2486
+
2487
+ .fa-map:before {
2488
+ content: "\f279"; }
2489
+
2490
+ .fa-map-marked:before {
2491
+ content: "\f59f"; }
2492
+
2493
+ .fa-map-marked-alt:before {
2494
+ content: "\f5a0"; }
2495
+
2496
+ .fa-map-marker:before {
2497
+ content: "\f041"; }
2498
+
2499
+ .fa-map-marker-alt:before {
2500
+ content: "\f3c5"; }
2501
+
2502
+ .fa-map-pin:before {
2503
+ content: "\f276"; }
2504
+
2505
+ .fa-map-signs:before {
2506
+ content: "\f277"; }
2507
+
2508
+ .fa-markdown:before {
2509
+ content: "\f60f"; }
2510
+
2511
+ .fa-marker:before {
2512
+ content: "\f5a1"; }
2513
+
2514
+ .fa-mars:before {
2515
+ content: "\f222"; }
2516
+
2517
+ .fa-mars-double:before {
2518
+ content: "\f227"; }
2519
+
2520
+ .fa-mars-stroke:before {
2521
+ content: "\f229"; }
2522
+
2523
+ .fa-mars-stroke-h:before {
2524
+ content: "\f22b"; }
2525
+
2526
+ .fa-mars-stroke-v:before {
2527
+ content: "\f22a"; }
2528
+
2529
+ .fa-mask:before {
2530
+ content: "\f6fa"; }
2531
+
2532
+ .fa-mastodon:before {
2533
+ content: "\f4f6"; }
2534
+
2535
+ .fa-maxcdn:before {
2536
+ content: "\f136"; }
2537
+
2538
+ .fa-mdb:before {
2539
+ content: "\f8ca"; }
2540
+
2541
+ .fa-medal:before {
2542
+ content: "\f5a2"; }
2543
+
2544
+ .fa-medapps:before {
2545
+ content: "\f3c6"; }
2546
+
2547
+ .fa-medium:before {
2548
+ content: "\f23a"; }
2549
+
2550
+ .fa-medium-m:before {
2551
+ content: "\f3c7"; }
2552
+
2553
+ .fa-medkit:before {
2554
+ content: "\f0fa"; }
2555
+
2556
+ .fa-medrt:before {
2557
+ content: "\f3c8"; }
2558
+
2559
+ .fa-meetup:before {
2560
+ content: "\f2e0"; }
2561
+
2562
+ .fa-megaport:before {
2563
+ content: "\f5a3"; }
2564
+
2565
+ .fa-meh:before {
2566
+ content: "\f11a"; }
2567
+
2568
+ .fa-meh-blank:before {
2569
+ content: "\f5a4"; }
2570
+
2571
+ .fa-meh-rolling-eyes:before {
2572
+ content: "\f5a5"; }
2573
+
2574
+ .fa-memory:before {
2575
+ content: "\f538"; }
2576
+
2577
+ .fa-mendeley:before {
2578
+ content: "\f7b3"; }
2579
+
2580
+ .fa-menorah:before {
2581
+ content: "\f676"; }
2582
+
2583
+ .fa-mercury:before {
2584
+ content: "\f223"; }
2585
+
2586
+ .fa-meteor:before {
2587
+ content: "\f753"; }
2588
+
2589
+ .fa-microchip:before {
2590
+ content: "\f2db"; }
2591
+
2592
+ .fa-microphone:before {
2593
+ content: "\f130"; }
2594
+
2595
+ .fa-microphone-alt:before {
2596
+ content: "\f3c9"; }
2597
+
2598
+ .fa-microphone-alt-slash:before {
2599
+ content: "\f539"; }
2600
+
2601
+ .fa-microphone-slash:before {
2602
+ content: "\f131"; }
2603
+
2604
+ .fa-microscope:before {
2605
+ content: "\f610"; }
2606
+
2607
+ .fa-microsoft:before {
2608
+ content: "\f3ca"; }
2609
+
2610
+ .fa-minus:before {
2611
+ content: "\f068"; }
2612
+
2613
+ .fa-minus-circle:before {
2614
+ content: "\f056"; }
2615
+
2616
+ .fa-minus-square:before {
2617
+ content: "\f146"; }
2618
+
2619
+ .fa-mitten:before {
2620
+ content: "\f7b5"; }
2621
+
2622
+ .fa-mix:before {
2623
+ content: "\f3cb"; }
2624
+
2625
+ .fa-mixcloud:before {
2626
+ content: "\f289"; }
2627
+
2628
+ .fa-mizuni:before {
2629
+ content: "\f3cc"; }
2630
+
2631
+ .fa-mobile:before {
2632
+ content: "\f10b"; }
2633
+
2634
+ .fa-mobile-alt:before {
2635
+ content: "\f3cd"; }
2636
+
2637
+ .fa-modx:before {
2638
+ content: "\f285"; }
2639
+
2640
+ .fa-monero:before {
2641
+ content: "\f3d0"; }
2642
+
2643
+ .fa-money-bill:before {
2644
+ content: "\f0d6"; }
2645
+
2646
+ .fa-money-bill-alt:before {
2647
+ content: "\f3d1"; }
2648
+
2649
+ .fa-money-bill-wave:before {
2650
+ content: "\f53a"; }
2651
+
2652
+ .fa-money-bill-wave-alt:before {
2653
+ content: "\f53b"; }
2654
+
2655
+ .fa-money-check:before {
2656
+ content: "\f53c"; }
2657
+
2658
+ .fa-money-check-alt:before {
2659
+ content: "\f53d"; }
2660
+
2661
+ .fa-monument:before {
2662
+ content: "\f5a6"; }
2663
+
2664
+ .fa-moon:before {
2665
+ content: "\f186"; }
2666
+
2667
+ .fa-mortar-pestle:before {
2668
+ content: "\f5a7"; }
2669
+
2670
+ .fa-mosque:before {
2671
+ content: "\f678"; }
2672
+
2673
+ .fa-motorcycle:before {
2674
+ content: "\f21c"; }
2675
+
2676
+ .fa-mountain:before {
2677
+ content: "\f6fc"; }
2678
+
2679
+ .fa-mouse:before {
2680
+ content: "\f8cc"; }
2681
+
2682
+ .fa-mouse-pointer:before {
2683
+ content: "\f245"; }
2684
+
2685
+ .fa-mug-hot:before {
2686
+ content: "\f7b6"; }
2687
+
2688
+ .fa-music:before {
2689
+ content: "\f001"; }
2690
+
2691
+ .fa-napster:before {
2692
+ content: "\f3d2"; }
2693
+
2694
+ .fa-neos:before {
2695
+ content: "\f612"; }
2696
+
2697
+ .fa-network-wired:before {
2698
+ content: "\f6ff"; }
2699
+
2700
+ .fa-neuter:before {
2701
+ content: "\f22c"; }
2702
+
2703
+ .fa-newspaper:before {
2704
+ content: "\f1ea"; }
2705
+
2706
+ .fa-nimblr:before {
2707
+ content: "\f5a8"; }
2708
+
2709
+ .fa-node:before {
2710
+ content: "\f419"; }
2711
+
2712
+ .fa-node-js:before {
2713
+ content: "\f3d3"; }
2714
+
2715
+ .fa-not-equal:before {
2716
+ content: "\f53e"; }
2717
+
2718
+ .fa-notes-medical:before {
2719
+ content: "\f481"; }
2720
+
2721
+ .fa-npm:before {
2722
+ content: "\f3d4"; }
2723
+
2724
+ .fa-ns8:before {
2725
+ content: "\f3d5"; }
2726
+
2727
+ .fa-nutritionix:before {
2728
+ content: "\f3d6"; }
2729
+
2730
+ .fa-object-group:before {
2731
+ content: "\f247"; }
2732
+
2733
+ .fa-object-ungroup:before {
2734
+ content: "\f248"; }
2735
+
2736
+ .fa-odnoklassniki:before {
2737
+ content: "\f263"; }
2738
+
2739
+ .fa-odnoklassniki-square:before {
2740
+ content: "\f264"; }
2741
+
2742
+ .fa-oil-can:before {
2743
+ content: "\f613"; }
2744
+
2745
+ .fa-old-republic:before {
2746
+ content: "\f510"; }
2747
+
2748
+ .fa-om:before {
2749
+ content: "\f679"; }
2750
+
2751
+ .fa-opencart:before {
2752
+ content: "\f23d"; }
2753
+
2754
+ .fa-openid:before {
2755
+ content: "\f19b"; }
2756
+
2757
+ .fa-opera:before {
2758
+ content: "\f26a"; }
2759
+
2760
+ .fa-optin-monster:before {
2761
+ content: "\f23c"; }
2762
+
2763
+ .fa-orcid:before {
2764
+ content: "\f8d2"; }
2765
+
2766
+ .fa-osi:before {
2767
+ content: "\f41a"; }
2768
+
2769
+ .fa-otter:before {
2770
+ content: "\f700"; }
2771
+
2772
+ .fa-outdent:before {
2773
+ content: "\f03b"; }
2774
+
2775
+ .fa-page4:before {
2776
+ content: "\f3d7"; }
2777
+
2778
+ .fa-pagelines:before {
2779
+ content: "\f18c"; }
2780
+
2781
+ .fa-pager:before {
2782
+ content: "\f815"; }
2783
+
2784
+ .fa-paint-brush:before {
2785
+ content: "\f1fc"; }
2786
+
2787
+ .fa-paint-roller:before {
2788
+ content: "\f5aa"; }
2789
+
2790
+ .fa-palette:before {
2791
+ content: "\f53f"; }
2792
+
2793
+ .fa-palfed:before {
2794
+ content: "\f3d8"; }
2795
+
2796
+ .fa-pallet:before {
2797
+ content: "\f482"; }
2798
+
2799
+ .fa-paper-plane:before {
2800
+ content: "\f1d8"; }
2801
+
2802
+ .fa-paperclip:before {
2803
+ content: "\f0c6"; }
2804
+
2805
+ .fa-parachute-box:before {
2806
+ content: "\f4cd"; }
2807
+
2808
+ .fa-paragraph:before {
2809
+ content: "\f1dd"; }
2810
+
2811
+ .fa-parking:before {
2812
+ content: "\f540"; }
2813
+
2814
+ .fa-passport:before {
2815
+ content: "\f5ab"; }
2816
+
2817
+ .fa-pastafarianism:before {
2818
+ content: "\f67b"; }
2819
+
2820
+ .fa-paste:before {
2821
+ content: "\f0ea"; }
2822
+
2823
+ .fa-patreon:before {
2824
+ content: "\f3d9"; }
2825
+
2826
+ .fa-pause:before {
2827
+ content: "\f04c"; }
2828
+
2829
+ .fa-pause-circle:before {
2830
+ content: "\f28b"; }
2831
+
2832
+ .fa-paw:before {
2833
+ content: "\f1b0"; }
2834
+
2835
+ .fa-paypal:before {
2836
+ content: "\f1ed"; }
2837
+
2838
+ .fa-peace:before {
2839
+ content: "\f67c"; }
2840
+
2841
+ .fa-pen:before {
2842
+ content: "\f304"; }
2843
+
2844
+ .fa-pen-alt:before {
2845
+ content: "\f305"; }
2846
+
2847
+ .fa-pen-fancy:before {
2848
+ content: "\f5ac"; }
2849
+
2850
+ .fa-pen-nib:before {
2851
+ content: "\f5ad"; }
2852
+
2853
+ .fa-pen-square:before {
2854
+ content: "\f14b"; }
2855
+
2856
+ .fa-pencil-alt:before {
2857
+ content: "\f303"; }
2858
+
2859
+ .fa-pencil-ruler:before {
2860
+ content: "\f5ae"; }
2861
+
2862
+ .fa-penny-arcade:before {
2863
+ content: "\f704"; }
2864
+
2865
+ .fa-people-carry:before {
2866
+ content: "\f4ce"; }
2867
+
2868
+ .fa-pepper-hot:before {
2869
+ content: "\f816"; }
2870
+
2871
+ .fa-percent:before {
2872
+ content: "\f295"; }
2873
+
2874
+ .fa-percentage:before {
2875
+ content: "\f541"; }
2876
+
2877
+ .fa-periscope:before {
2878
+ content: "\f3da"; }
2879
+
2880
+ .fa-person-booth:before {
2881
+ content: "\f756"; }
2882
+
2883
+ .fa-phabricator:before {
2884
+ content: "\f3db"; }
2885
+
2886
+ .fa-phoenix-framework:before {
2887
+ content: "\f3dc"; }
2888
+
2889
+ .fa-phoenix-squadron:before {
2890
+ content: "\f511"; }
2891
+
2892
+ .fa-phone:before {
2893
+ content: "\f095"; }
2894
+
2895
+ .fa-phone-alt:before {
2896
+ content: "\f879"; }
2897
+
2898
+ .fa-phone-slash:before {
2899
+ content: "\f3dd"; }
2900
+
2901
+ .fa-phone-square:before {
2902
+ content: "\f098"; }
2903
+
2904
+ .fa-phone-square-alt:before {
2905
+ content: "\f87b"; }
2906
+
2907
+ .fa-phone-volume:before {
2908
+ content: "\f2a0"; }
2909
+
2910
+ .fa-photo-video:before {
2911
+ content: "\f87c"; }
2912
+
2913
+ .fa-php:before {
2914
+ content: "\f457"; }
2915
+
2916
+ .fa-pied-piper:before {
2917
+ content: "\f2ae"; }
2918
+
2919
+ .fa-pied-piper-alt:before {
2920
+ content: "\f1a8"; }
2921
+
2922
+ .fa-pied-piper-hat:before {
2923
+ content: "\f4e5"; }
2924
+
2925
+ .fa-pied-piper-pp:before {
2926
+ content: "\f1a7"; }
2927
+
2928
+ .fa-piggy-bank:before {
2929
+ content: "\f4d3"; }
2930
+
2931
+ .fa-pills:before {
2932
+ content: "\f484"; }
2933
+
2934
+ .fa-pinterest:before {
2935
+ content: "\f0d2"; }
2936
+
2937
+ .fa-pinterest-p:before {
2938
+ content: "\f231"; }
2939
+
2940
+ .fa-pinterest-square:before {
2941
+ content: "\f0d3"; }
2942
+
2943
+ .fa-pizza-slice:before {
2944
+ content: "\f818"; }
2945
+
2946
+ .fa-place-of-worship:before {
2947
+ content: "\f67f"; }
2948
+
2949
+ .fa-plane:before {
2950
+ content: "\f072"; }
2951
+
2952
+ .fa-plane-arrival:before {
2953
+ content: "\f5af"; }
2954
+
2955
+ .fa-plane-departure:before {
2956
+ content: "\f5b0"; }
2957
+
2958
+ .fa-play:before {
2959
+ content: "\f04b"; }
2960
+
2961
+ .fa-play-circle:before {
2962
+ content: "\f144"; }
2963
+
2964
+ .fa-playstation:before {
2965
+ content: "\f3df"; }
2966
+
2967
+ .fa-plug:before {
2968
+ content: "\f1e6"; }
2969
+
2970
+ .fa-plus:before {
2971
+ content: "\f067"; }
2972
+
2973
+ .fa-plus-circle:before {
2974
+ content: "\f055"; }
2975
+
2976
+ .fa-plus-square:before {
2977
+ content: "\f0fe"; }
2978
+
2979
+ .fa-podcast:before {
2980
+ content: "\f2ce"; }
2981
+
2982
+ .fa-poll:before {
2983
+ content: "\f681"; }
2984
+
2985
+ .fa-poll-h:before {
2986
+ content: "\f682"; }
2987
+
2988
+ .fa-poo:before {
2989
+ content: "\f2fe"; }
2990
+
2991
+ .fa-poo-storm:before {
2992
+ content: "\f75a"; }
2993
+
2994
+ .fa-poop:before {
2995
+ content: "\f619"; }
2996
+
2997
+ .fa-portrait:before {
2998
+ content: "\f3e0"; }
2999
+
3000
+ .fa-pound-sign:before {
3001
+ content: "\f154"; }
3002
+
3003
+ .fa-power-off:before {
3004
+ content: "\f011"; }
3005
+
3006
+ .fa-pray:before {
3007
+ content: "\f683"; }
3008
+
3009
+ .fa-praying-hands:before {
3010
+ content: "\f684"; }
3011
+
3012
+ .fa-prescription:before {
3013
+ content: "\f5b1"; }
3014
+
3015
+ .fa-prescription-bottle:before {
3016
+ content: "\f485"; }
3017
+
3018
+ .fa-prescription-bottle-alt:before {
3019
+ content: "\f486"; }
3020
+
3021
+ .fa-print:before {
3022
+ content: "\f02f"; }
3023
+
3024
+ .fa-procedures:before {
3025
+ content: "\f487"; }
3026
+
3027
+ .fa-product-hunt:before {
3028
+ content: "\f288"; }
3029
+
3030
+ .fa-project-diagram:before {
3031
+ content: "\f542"; }
3032
+
3033
+ .fa-pushed:before {
3034
+ content: "\f3e1"; }
3035
+
3036
+ .fa-puzzle-piece:before {
3037
+ content: "\f12e"; }
3038
+
3039
+ .fa-python:before {
3040
+ content: "\f3e2"; }
3041
+
3042
+ .fa-qq:before {
3043
+ content: "\f1d6"; }
3044
+
3045
+ .fa-qrcode:before {
3046
+ content: "\f029"; }
3047
+
3048
+ .fa-question:before {
3049
+ content: "\f128"; }
3050
+
3051
+ .fa-question-circle:before {
3052
+ content: "\f059"; }
3053
+
3054
+ .fa-quidditch:before {
3055
+ content: "\f458"; }
3056
+
3057
+ .fa-quinscape:before {
3058
+ content: "\f459"; }
3059
+
3060
+ .fa-quora:before {
3061
+ content: "\f2c4"; }
3062
+
3063
+ .fa-quote-left:before {
3064
+ content: "\f10d"; }
3065
+
3066
+ .fa-quote-right:before {
3067
+ content: "\f10e"; }
3068
+
3069
+ .fa-quran:before {
3070
+ content: "\f687"; }
3071
+
3072
+ .fa-r-project:before {
3073
+ content: "\f4f7"; }
3074
+
3075
+ .fa-radiation:before {
3076
+ content: "\f7b9"; }
3077
+
3078
+ .fa-radiation-alt:before {
3079
+ content: "\f7ba"; }
3080
+
3081
+ .fa-rainbow:before {
3082
+ content: "\f75b"; }
3083
+
3084
+ .fa-random:before {
3085
+ content: "\f074"; }
3086
+
3087
+ .fa-raspberry-pi:before {
3088
+ content: "\f7bb"; }
3089
+
3090
+ .fa-ravelry:before {
3091
+ content: "\f2d9"; }
3092
+
3093
+ .fa-react:before {
3094
+ content: "\f41b"; }
3095
+
3096
+ .fa-reacteurope:before {
3097
+ content: "\f75d"; }
3098
+
3099
+ .fa-readme:before {
3100
+ content: "\f4d5"; }
3101
+
3102
+ .fa-rebel:before {
3103
+ content: "\f1d0"; }
3104
+
3105
+ .fa-receipt:before {
3106
+ content: "\f543"; }
3107
+
3108
+ .fa-record-vinyl:before {
3109
+ content: "\f8d9"; }
3110
+
3111
+ .fa-recycle:before {
3112
+ content: "\f1b8"; }
3113
+
3114
+ .fa-red-river:before {
3115
+ content: "\f3e3"; }
3116
+
3117
+ .fa-reddit:before {
3118
+ content: "\f1a1"; }
3119
+
3120
+ .fa-reddit-alien:before {
3121
+ content: "\f281"; }
3122
+
3123
+ .fa-reddit-square:before {
3124
+ content: "\f1a2"; }
3125
+
3126
+ .fa-redhat:before {
3127
+ content: "\f7bc"; }
3128
+
3129
+ .fa-redo:before {
3130
+ content: "\f01e"; }
3131
+
3132
+ .fa-redo-alt:before {
3133
+ content: "\f2f9"; }
3134
+
3135
+ .fa-registered:before {
3136
+ content: "\f25d"; }
3137
+
3138
+ .fa-remove-format:before {
3139
+ content: "\f87d"; }
3140
+
3141
+ .fa-renren:before {
3142
+ content: "\f18b"; }
3143
+
3144
+ .fa-reply:before {
3145
+ content: "\f3e5"; }
3146
+
3147
+ .fa-reply-all:before {
3148
+ content: "\f122"; }
3149
+
3150
+ .fa-replyd:before {
3151
+ content: "\f3e6"; }
3152
+
3153
+ .fa-republican:before {
3154
+ content: "\f75e"; }
3155
+
3156
+ .fa-researchgate:before {
3157
+ content: "\f4f8"; }
3158
+
3159
+ .fa-resolving:before {
3160
+ content: "\f3e7"; }
3161
+
3162
+ .fa-restroom:before {
3163
+ content: "\f7bd"; }
3164
+
3165
+ .fa-retweet:before {
3166
+ content: "\f079"; }
3167
+
3168
+ .fa-rev:before {
3169
+ content: "\f5b2"; }
3170
+
3171
+ .fa-ribbon:before {
3172
+ content: "\f4d6"; }
3173
+
3174
+ .fa-ring:before {
3175
+ content: "\f70b"; }
3176
+
3177
+ .fa-road:before {
3178
+ content: "\f018"; }
3179
+
3180
+ .fa-robot:before {
3181
+ content: "\f544"; }
3182
+
3183
+ .fa-rocket:before {
3184
+ content: "\f135"; }
3185
+
3186
+ .fa-rocketchat:before {
3187
+ content: "\f3e8"; }
3188
+
3189
+ .fa-rockrms:before {
3190
+ content: "\f3e9"; }
3191
+
3192
+ .fa-route:before {
3193
+ content: "\f4d7"; }
3194
+
3195
+ .fa-rss:before {
3196
+ content: "\f09e"; }
3197
+
3198
+ .fa-rss-square:before {
3199
+ content: "\f143"; }
3200
+
3201
+ .fa-ruble-sign:before {
3202
+ content: "\f158"; }
3203
+
3204
+ .fa-ruler:before {
3205
+ content: "\f545"; }
3206
+
3207
+ .fa-ruler-combined:before {
3208
+ content: "\f546"; }
3209
+
3210
+ .fa-ruler-horizontal:before {
3211
+ content: "\f547"; }
3212
+
3213
+ .fa-ruler-vertical:before {
3214
+ content: "\f548"; }
3215
+
3216
+ .fa-running:before {
3217
+ content: "\f70c"; }
3218
+
3219
+ .fa-rupee-sign:before {
3220
+ content: "\f156"; }
3221
+
3222
+ .fa-sad-cry:before {
3223
+ content: "\f5b3"; }
3224
+
3225
+ .fa-sad-tear:before {
3226
+ content: "\f5b4"; }
3227
+
3228
+ .fa-safari:before {
3229
+ content: "\f267"; }
3230
+
3231
+ .fa-salesforce:before {
3232
+ content: "\f83b"; }
3233
+
3234
+ .fa-sass:before {
3235
+ content: "\f41e"; }
3236
+
3237
+ .fa-satellite:before {
3238
+ content: "\f7bf"; }
3239
+
3240
+ .fa-satellite-dish:before {
3241
+ content: "\f7c0"; }
3242
+
3243
+ .fa-save:before {
3244
+ content: "\f0c7"; }
3245
+
3246
+ .fa-schlix:before {
3247
+ content: "\f3ea"; }
3248
+
3249
+ .fa-school:before {
3250
+ content: "\f549"; }
3251
+
3252
+ .fa-screwdriver:before {
3253
+ content: "\f54a"; }
3254
+
3255
+ .fa-scribd:before {
3256
+ content: "\f28a"; }
3257
+
3258
+ .fa-scroll:before {
3259
+ content: "\f70e"; }
3260
+
3261
+ .fa-sd-card:before {
3262
+ content: "\f7c2"; }
3263
+
3264
+ .fa-search:before {
3265
+ content: "\f002"; }
3266
+
3267
+ .fa-search-dollar:before {
3268
+ content: "\f688"; }
3269
+
3270
+ .fa-search-location:before {
3271
+ content: "\f689"; }
3272
+
3273
+ .fa-search-minus:before {
3274
+ content: "\f010"; }
3275
+
3276
+ .fa-search-plus:before {
3277
+ content: "\f00e"; }
3278
+
3279
+ .fa-searchengin:before {
3280
+ content: "\f3eb"; }
3281
+
3282
+ .fa-seedling:before {
3283
+ content: "\f4d8"; }
3284
+
3285
+ .fa-sellcast:before {
3286
+ content: "\f2da"; }
3287
+
3288
+ .fa-sellsy:before {
3289
+ content: "\f213"; }
3290
+
3291
+ .fa-server:before {
3292
+ content: "\f233"; }
3293
+
3294
+ .fa-servicestack:before {
3295
+ content: "\f3ec"; }
3296
+
3297
+ .fa-shapes:before {
3298
+ content: "\f61f"; }
3299
+
3300
+ .fa-share:before {
3301
+ content: "\f064"; }
3302
+
3303
+ .fa-share-alt:before {
3304
+ content: "\f1e0"; }
3305
+
3306
+ .fa-share-alt-square:before {
3307
+ content: "\f1e1"; }
3308
+
3309
+ .fa-share-square:before {
3310
+ content: "\f14d"; }
3311
+
3312
+ .fa-shekel-sign:before {
3313
+ content: "\f20b"; }
3314
+
3315
+ .fa-shield-alt:before {
3316
+ content: "\f3ed"; }
3317
+
3318
+ .fa-ship:before {
3319
+ content: "\f21a"; }
3320
+
3321
+ .fa-shipping-fast:before {
3322
+ content: "\f48b"; }
3323
+
3324
+ .fa-shirtsinbulk:before {
3325
+ content: "\f214"; }
3326
+
3327
+ .fa-shoe-prints:before {
3328
+ content: "\f54b"; }
3329
+
3330
+ .fa-shopping-bag:before {
3331
+ content: "\f290"; }
3332
+
3333
+ .fa-shopping-basket:before {
3334
+ content: "\f291"; }
3335
+
3336
+ .fa-shopping-cart:before {
3337
+ content: "\f07a"; }
3338
+
3339
+ .fa-shopware:before {
3340
+ content: "\f5b5"; }
3341
+
3342
+ .fa-shower:before {
3343
+ content: "\f2cc"; }
3344
+
3345
+ .fa-shuttle-van:before {
3346
+ content: "\f5b6"; }
3347
+
3348
+ .fa-sign:before {
3349
+ content: "\f4d9"; }
3350
+
3351
+ .fa-sign-in-alt:before {
3352
+ content: "\f2f6"; }
3353
+
3354
+ .fa-sign-language:before {
3355
+ content: "\f2a7"; }
3356
+
3357
+ .fa-sign-out-alt:before {
3358
+ content: "\f2f5"; }
3359
+
3360
+ .fa-signal:before {
3361
+ content: "\f012"; }
3362
+
3363
+ .fa-signature:before {
3364
+ content: "\f5b7"; }
3365
+
3366
+ .fa-sim-card:before {
3367
+ content: "\f7c4"; }
3368
+
3369
+ .fa-simplybuilt:before {
3370
+ content: "\f215"; }
3371
+
3372
+ .fa-sistrix:before {
3373
+ content: "\f3ee"; }
3374
+
3375
+ .fa-sitemap:before {
3376
+ content: "\f0e8"; }
3377
+
3378
+ .fa-sith:before {
3379
+ content: "\f512"; }
3380
+
3381
+ .fa-skating:before {
3382
+ content: "\f7c5"; }
3383
+
3384
+ .fa-sketch:before {
3385
+ content: "\f7c6"; }
3386
+
3387
+ .fa-skiing:before {
3388
+ content: "\f7c9"; }
3389
+
3390
+ .fa-skiing-nordic:before {
3391
+ content: "\f7ca"; }
3392
+
3393
+ .fa-skull:before {
3394
+ content: "\f54c"; }
3395
+
3396
+ .fa-skull-crossbones:before {
3397
+ content: "\f714"; }
3398
+
3399
+ .fa-skyatlas:before {
3400
+ content: "\f216"; }
3401
+
3402
+ .fa-skype:before {
3403
+ content: "\f17e"; }
3404
+
3405
+ .fa-slack:before {
3406
+ content: "\f198"; }
3407
+
3408
+ .fa-slack-hash:before {
3409
+ content: "\f3ef"; }
3410
+
3411
+ .fa-slash:before {
3412
+ content: "\f715"; }
3413
+
3414
+ .fa-sleigh:before {
3415
+ content: "\f7cc"; }
3416
+
3417
+ .fa-sliders-h:before {
3418
+ content: "\f1de"; }
3419
+
3420
+ .fa-slideshare:before {
3421
+ content: "\f1e7"; }
3422
+
3423
+ .fa-smile:before {
3424
+ content: "\f118"; }
3425
+
3426
+ .fa-smile-beam:before {
3427
+ content: "\f5b8"; }
3428
+
3429
+ .fa-smile-wink:before {
3430
+ content: "\f4da"; }
3431
+
3432
+ .fa-smog:before {
3433
+ content: "\f75f"; }
3434
+
3435
+ .fa-smoking:before {
3436
+ content: "\f48d"; }
3437
+
3438
+ .fa-smoking-ban:before {
3439
+ content: "\f54d"; }
3440
+
3441
+ .fa-sms:before {
3442
+ content: "\f7cd"; }
3443
+
3444
+ .fa-snapchat:before {
3445
+ content: "\f2ab"; }
3446
+
3447
+ .fa-snapchat-ghost:before {
3448
+ content: "\f2ac"; }
3449
+
3450
+ .fa-snapchat-square:before {
3451
+ content: "\f2ad"; }
3452
+
3453
+ .fa-snowboarding:before {
3454
+ content: "\f7ce"; }
3455
+
3456
+ .fa-snowflake:before {
3457
+ content: "\f2dc"; }
3458
+
3459
+ .fa-snowman:before {
3460
+ content: "\f7d0"; }
3461
+
3462
+ .fa-snowplow:before {
3463
+ content: "\f7d2"; }
3464
+
3465
+ .fa-socks:before {
3466
+ content: "\f696"; }
3467
+
3468
+ .fa-solar-panel:before {
3469
+ content: "\f5ba"; }
3470
+
3471
+ .fa-sort:before {
3472
+ content: "\f0dc"; }
3473
+
3474
+ .fa-sort-alpha-down:before {
3475
+ content: "\f15d"; }
3476
+
3477
+ .fa-sort-alpha-down-alt:before {
3478
+ content: "\f881"; }
3479
+
3480
+ .fa-sort-alpha-up:before {
3481
+ content: "\f15e"; }
3482
+
3483
+ .fa-sort-alpha-up-alt:before {
3484
+ content: "\f882"; }
3485
+
3486
+ .fa-sort-amount-down:before {
3487
+ content: "\f160"; }
3488
+
3489
+ .fa-sort-amount-down-alt:before {
3490
+ content: "\f884"; }
3491
+
3492
+ .fa-sort-amount-up:before {
3493
+ content: "\f161"; }
3494
+
3495
+ .fa-sort-amount-up-alt:before {
3496
+ content: "\f885"; }
3497
+
3498
+ .fa-sort-down:before {
3499
+ content: "\f0dd"; }
3500
+
3501
+ .fa-sort-numeric-down:before {
3502
+ content: "\f162"; }
3503
+
3504
+ .fa-sort-numeric-down-alt:before {
3505
+ content: "\f886"; }
3506
+
3507
+ .fa-sort-numeric-up:before {
3508
+ content: "\f163"; }
3509
+
3510
+ .fa-sort-numeric-up-alt:before {
3511
+ content: "\f887"; }
3512
+
3513
+ .fa-sort-up:before {
3514
+ content: "\f0de"; }
3515
+
3516
+ .fa-soundcloud:before {
3517
+ content: "\f1be"; }
3518
+
3519
+ .fa-sourcetree:before {
3520
+ content: "\f7d3"; }
3521
+
3522
+ .fa-spa:before {
3523
+ content: "\f5bb"; }
3524
+
3525
+ .fa-space-shuttle:before {
3526
+ content: "\f197"; }
3527
+
3528
+ .fa-speakap:before {
3529
+ content: "\f3f3"; }
3530
+
3531
+ .fa-speaker-deck:before {
3532
+ content: "\f83c"; }
3533
+
3534
+ .fa-spell-check:before {
3535
+ content: "\f891"; }
3536
+
3537
+ .fa-spider:before {
3538
+ content: "\f717"; }
3539
+
3540
+ .fa-spinner:before {
3541
+ content: "\f110"; }
3542
+
3543
+ .fa-splotch:before {
3544
+ content: "\f5bc"; }
3545
+
3546
+ .fa-spotify:before {
3547
+ content: "\f1bc"; }
3548
+
3549
+ .fa-spray-can:before {
3550
+ content: "\f5bd"; }
3551
+
3552
+ .fa-square:before {
3553
+ content: "\f0c8"; }
3554
+
3555
+ .fa-square-full:before {
3556
+ content: "\f45c"; }
3557
+
3558
+ .fa-square-root-alt:before {
3559
+ content: "\f698"; }
3560
+
3561
+ .fa-squarespace:before {
3562
+ content: "\f5be"; }
3563
+
3564
+ .fa-stack-exchange:before {
3565
+ content: "\f18d"; }
3566
+
3567
+ .fa-stack-overflow:before {
3568
+ content: "\f16c"; }
3569
+
3570
+ .fa-stackpath:before {
3571
+ content: "\f842"; }
3572
+
3573
+ .fa-stamp:before {
3574
+ content: "\f5bf"; }
3575
+
3576
+ .fa-star:before {
3577
+ content: "\f005"; }
3578
+
3579
+ .fa-star-and-crescent:before {
3580
+ content: "\f699"; }
3581
+
3582
+ .fa-star-half:before {
3583
+ content: "\f089"; }
3584
+
3585
+ .fa-star-half-alt:before {
3586
+ content: "\f5c0"; }
3587
+
3588
+ .fa-star-of-david:before {
3589
+ content: "\f69a"; }
3590
+
3591
+ .fa-star-of-life:before {
3592
+ content: "\f621"; }
3593
+
3594
+ .fa-staylinked:before {
3595
+ content: "\f3f5"; }
3596
+
3597
+ .fa-steam:before {
3598
+ content: "\f1b6"; }
3599
+
3600
+ .fa-steam-square:before {
3601
+ content: "\f1b7"; }
3602
+
3603
+ .fa-steam-symbol:before {
3604
+ content: "\f3f6"; }
3605
+
3606
+ .fa-step-backward:before {
3607
+ content: "\f048"; }
3608
+
3609
+ .fa-step-forward:before {
3610
+ content: "\f051"; }
3611
+
3612
+ .fa-stethoscope:before {
3613
+ content: "\f0f1"; }
3614
+
3615
+ .fa-sticker-mule:before {
3616
+ content: "\f3f7"; }
3617
+
3618
+ .fa-sticky-note:before {
3619
+ content: "\f249"; }
3620
+
3621
+ .fa-stop:before {
3622
+ content: "\f04d"; }
3623
+
3624
+ .fa-stop-circle:before {
3625
+ content: "\f28d"; }
3626
+
3627
+ .fa-stopwatch:before {
3628
+ content: "\f2f2"; }
3629
+
3630
+ .fa-store:before {
3631
+ content: "\f54e"; }
3632
+
3633
+ .fa-store-alt:before {
3634
+ content: "\f54f"; }
3635
+
3636
+ .fa-strava:before {
3637
+ content: "\f428"; }
3638
+
3639
+ .fa-stream:before {
3640
+ content: "\f550"; }
3641
+
3642
+ .fa-street-view:before {
3643
+ content: "\f21d"; }
3644
+
3645
+ .fa-strikethrough:before {
3646
+ content: "\f0cc"; }
3647
+
3648
+ .fa-stripe:before {
3649
+ content: "\f429"; }
3650
+
3651
+ .fa-stripe-s:before {
3652
+ content: "\f42a"; }
3653
+
3654
+ .fa-stroopwafel:before {
3655
+ content: "\f551"; }
3656
+
3657
+ .fa-studiovinari:before {
3658
+ content: "\f3f8"; }
3659
+
3660
+ .fa-stumbleupon:before {
3661
+ content: "\f1a4"; }
3662
+
3663
+ .fa-stumbleupon-circle:before {
3664
+ content: "\f1a3"; }
3665
+
3666
+ .fa-subscript:before {
3667
+ content: "\f12c"; }
3668
+
3669
+ .fa-subway:before {
3670
+ content: "\f239"; }
3671
+
3672
+ .fa-suitcase:before {
3673
+ content: "\f0f2"; }
3674
+
3675
+ .fa-suitcase-rolling:before {
3676
+ content: "\f5c1"; }
3677
+
3678
+ .fa-sun:before {
3679
+ content: "\f185"; }
3680
+
3681
+ .fa-superpowers:before {
3682
+ content: "\f2dd"; }
3683
+
3684
+ .fa-superscript:before {
3685
+ content: "\f12b"; }
3686
+
3687
+ .fa-supple:before {
3688
+ content: "\f3f9"; }
3689
+
3690
+ .fa-surprise:before {
3691
+ content: "\f5c2"; }
3692
+
3693
+ .fa-suse:before {
3694
+ content: "\f7d6"; }
3695
+
3696
+ .fa-swatchbook:before {
3697
+ content: "\f5c3"; }
3698
+
3699
+ .fa-swift:before {
3700
+ content: "\f8e1"; }
3701
+
3702
+ .fa-swimmer:before {
3703
+ content: "\f5c4"; }
3704
+
3705
+ .fa-swimming-pool:before {
3706
+ content: "\f5c5"; }
3707
+
3708
+ .fa-symfony:before {
3709
+ content: "\f83d"; }
3710
+
3711
+ .fa-synagogue:before {
3712
+ content: "\f69b"; }
3713
+
3714
+ .fa-sync:before {
3715
+ content: "\f021"; }
3716
+
3717
+ .fa-sync-alt:before {
3718
+ content: "\f2f1"; }
3719
+
3720
+ .fa-syringe:before {
3721
+ content: "\f48e"; }
3722
+
3723
+ .fa-table:before {
3724
+ content: "\f0ce"; }
3725
+
3726
+ .fa-table-tennis:before {
3727
+ content: "\f45d"; }
3728
+
3729
+ .fa-tablet:before {
3730
+ content: "\f10a"; }
3731
+
3732
+ .fa-tablet-alt:before {
3733
+ content: "\f3fa"; }
3734
+
3735
+ .fa-tablets:before {
3736
+ content: "\f490"; }
3737
+
3738
+ .fa-tachometer-alt:before {
3739
+ content: "\f3fd"; }
3740
+
3741
+ .fa-tag:before {
3742
+ content: "\f02b"; }
3743
+
3744
+ .fa-tags:before {
3745
+ content: "\f02c"; }
3746
+
3747
+ .fa-tape:before {
3748
+ content: "\f4db"; }
3749
+
3750
+ .fa-tasks:before {
3751
+ content: "\f0ae"; }
3752
+
3753
+ .fa-taxi:before {
3754
+ content: "\f1ba"; }
3755
+
3756
+ .fa-teamspeak:before {
3757
+ content: "\f4f9"; }
3758
+
3759
+ .fa-teeth:before {
3760
+ content: "\f62e"; }
3761
+
3762
+ .fa-teeth-open:before {
3763
+ content: "\f62f"; }
3764
+
3765
+ .fa-telegram:before {
3766
+ content: "\f2c6"; }
3767
+
3768
+ .fa-telegram-plane:before {
3769
+ content: "\f3fe"; }
3770
+
3771
+ .fa-temperature-high:before {
3772
+ content: "\f769"; }
3773
+
3774
+ .fa-temperature-low:before {
3775
+ content: "\f76b"; }
3776
+
3777
+ .fa-tencent-weibo:before {
3778
+ content: "\f1d5"; }
3779
+
3780
+ .fa-tenge:before {
3781
+ content: "\f7d7"; }
3782
+
3783
+ .fa-terminal:before {
3784
+ content: "\f120"; }
3785
+
3786
+ .fa-text-height:before {
3787
+ content: "\f034"; }
3788
+
3789
+ .fa-text-width:before {
3790
+ content: "\f035"; }
3791
+
3792
+ .fa-th:before {
3793
+ content: "\f00a"; }
3794
+
3795
+ .fa-th-large:before {
3796
+ content: "\f009"; }
3797
+
3798
+ .fa-th-list:before {
3799
+ content: "\f00b"; }
3800
+
3801
+ .fa-the-red-yeti:before {
3802
+ content: "\f69d"; }
3803
+
3804
+ .fa-theater-masks:before {
3805
+ content: "\f630"; }
3806
+
3807
+ .fa-themeco:before {
3808
+ content: "\f5c6"; }
3809
+
3810
+ .fa-themeisle:before {
3811
+ content: "\f2b2"; }
3812
+
3813
+ .fa-thermometer:before {
3814
+ content: "\f491"; }
3815
+
3816
+ .fa-thermometer-empty:before {
3817
+ content: "\f2cb"; }
3818
+
3819
+ .fa-thermometer-full:before {
3820
+ content: "\f2c7"; }
3821
+
3822
+ .fa-thermometer-half:before {
3823
+ content: "\f2c9"; }
3824
+
3825
+ .fa-thermometer-quarter:before {
3826
+ content: "\f2ca"; }
3827
+
3828
+ .fa-thermometer-three-quarters:before {
3829
+ content: "\f2c8"; }
3830
+
3831
+ .fa-think-peaks:before {
3832
+ content: "\f731"; }
3833
+
3834
+ .fa-thumbs-down:before {
3835
+ content: "\f165"; }
3836
+
3837
+ .fa-thumbs-up:before {
3838
+ content: "\f164"; }
3839
+
3840
+ .fa-thumbtack:before {
3841
+ content: "\f08d"; }
3842
+
3843
+ .fa-ticket-alt:before {
3844
+ content: "\f3ff"; }
3845
+
3846
+ .fa-times:before {
3847
+ content: "\f00d"; }
3848
+
3849
+ .fa-times-circle:before {
3850
+ content: "\f057"; }
3851
+
3852
+ .fa-tint:before {
3853
+ content: "\f043"; }
3854
+
3855
+ .fa-tint-slash:before {
3856
+ content: "\f5c7"; }
3857
+
3858
+ .fa-tired:before {
3859
+ content: "\f5c8"; }
3860
+
3861
+ .fa-toggle-off:before {
3862
+ content: "\f204"; }
3863
+
3864
+ .fa-toggle-on:before {
3865
+ content: "\f205"; }
3866
+
3867
+ .fa-toilet:before {
3868
+ content: "\f7d8"; }
3869
+
3870
+ .fa-toilet-paper:before {
3871
+ content: "\f71e"; }
3872
+
3873
+ .fa-toolbox:before {
3874
+ content: "\f552"; }
3875
+
3876
+ .fa-tools:before {
3877
+ content: "\f7d9"; }
3878
+
3879
+ .fa-tooth:before {
3880
+ content: "\f5c9"; }
3881
+
3882
+ .fa-torah:before {
3883
+ content: "\f6a0"; }
3884
+
3885
+ .fa-torii-gate:before {
3886
+ content: "\f6a1"; }
3887
+
3888
+ .fa-tractor:before {
3889
+ content: "\f722"; }
3890
+
3891
+ .fa-trade-federation:before {
3892
+ content: "\f513"; }
3893
+
3894
+ .fa-trademark:before {
3895
+ content: "\f25c"; }
3896
+
3897
+ .fa-traffic-light:before {
3898
+ content: "\f637"; }
3899
+
3900
+ .fa-train:before {
3901
+ content: "\f238"; }
3902
+
3903
+ .fa-tram:before {
3904
+ content: "\f7da"; }
3905
+
3906
+ .fa-transgender:before {
3907
+ content: "\f224"; }
3908
+
3909
+ .fa-transgender-alt:before {
3910
+ content: "\f225"; }
3911
+
3912
+ .fa-trash:before {
3913
+ content: "\f1f8"; }
3914
+
3915
+ .fa-trash-alt:before {
3916
+ content: "\f2ed"; }
3917
+
3918
+ .fa-trash-restore:before {
3919
+ content: "\f829"; }
3920
+
3921
+ .fa-trash-restore-alt:before {
3922
+ content: "\f82a"; }
3923
+
3924
+ .fa-tree:before {
3925
+ content: "\f1bb"; }
3926
+
3927
+ .fa-trello:before {
3928
+ content: "\f181"; }
3929
+
3930
+ .fa-tripadvisor:before {
3931
+ content: "\f262"; }
3932
+
3933
+ .fa-trophy:before {
3934
+ content: "\f091"; }
3935
+
3936
+ .fa-truck:before {
3937
+ content: "\f0d1"; }
3938
+
3939
+ .fa-truck-loading:before {
3940
+ content: "\f4de"; }
3941
+
3942
+ .fa-truck-monster:before {
3943
+ content: "\f63b"; }
3944
+
3945
+ .fa-truck-moving:before {
3946
+ content: "\f4df"; }
3947
+
3948
+ .fa-truck-pickup:before {
3949
+ content: "\f63c"; }
3950
+
3951
+ .fa-tshirt:before {
3952
+ content: "\f553"; }
3953
+
3954
+ .fa-tty:before {
3955
+ content: "\f1e4"; }
3956
+
3957
+ .fa-tumblr:before {
3958
+ content: "\f173"; }
3959
+
3960
+ .fa-tumblr-square:before {
3961
+ content: "\f174"; }
3962
+
3963
+ .fa-tv:before {
3964
+ content: "\f26c"; }
3965
+
3966
+ .fa-twitch:before {
3967
+ content: "\f1e8"; }
3968
+
3969
+ .fa-twitter:before {
3970
+ content: "\f099"; }
3971
+
3972
+ .fa-twitter-square:before {
3973
+ content: "\f081"; }
3974
+
3975
+ .fa-typo3:before {
3976
+ content: "\f42b"; }
3977
+
3978
+ .fa-uber:before {
3979
+ content: "\f402"; }
3980
+
3981
+ .fa-ubuntu:before {
3982
+ content: "\f7df"; }
3983
+
3984
+ .fa-uikit:before {
3985
+ content: "\f403"; }
3986
+
3987
+ .fa-umbraco:before {
3988
+ content: "\f8e8"; }
3989
+
3990
+ .fa-umbrella:before {
3991
+ content: "\f0e9"; }
3992
+
3993
+ .fa-umbrella-beach:before {
3994
+ content: "\f5ca"; }
3995
+
3996
+ .fa-underline:before {
3997
+ content: "\f0cd"; }
3998
+
3999
+ .fa-undo:before {
4000
+ content: "\f0e2"; }
4001
+
4002
+ .fa-undo-alt:before {
4003
+ content: "\f2ea"; }
4004
+
4005
+ .fa-uniregistry:before {
4006
+ content: "\f404"; }
4007
+
4008
+ .fa-universal-access:before {
4009
+ content: "\f29a"; }
4010
+
4011
+ .fa-university:before {
4012
+ content: "\f19c"; }
4013
+
4014
+ .fa-unlink:before {
4015
+ content: "\f127"; }
4016
+
4017
+ .fa-unlock:before {
4018
+ content: "\f09c"; }
4019
+
4020
+ .fa-unlock-alt:before {
4021
+ content: "\f13e"; }
4022
+
4023
+ .fa-untappd:before {
4024
+ content: "\f405"; }
4025
+
4026
+ .fa-upload:before {
4027
+ content: "\f093"; }
4028
+
4029
+ .fa-ups:before {
4030
+ content: "\f7e0"; }
4031
+
4032
+ .fa-usb:before {
4033
+ content: "\f287"; }
4034
+
4035
+ .fa-user:before {
4036
+ content: "\f007"; }
4037
+
4038
+ .fa-user-alt:before {
4039
+ content: "\f406"; }
4040
+
4041
+ .fa-user-alt-slash:before {
4042
+ content: "\f4fa"; }
4043
+
4044
+ .fa-user-astronaut:before {
4045
+ content: "\f4fb"; }
4046
+
4047
+ .fa-user-check:before {
4048
+ content: "\f4fc"; }
4049
+
4050
+ .fa-user-circle:before {
4051
+ content: "\f2bd"; }
4052
+
4053
+ .fa-user-clock:before {
4054
+ content: "\f4fd"; }
4055
+
4056
+ .fa-user-cog:before {
4057
+ content: "\f4fe"; }
4058
+
4059
+ .fa-user-edit:before {
4060
+ content: "\f4ff"; }
4061
+
4062
+ .fa-user-friends:before {
4063
+ content: "\f500"; }
4064
+
4065
+ .fa-user-graduate:before {
4066
+ content: "\f501"; }
4067
+
4068
+ .fa-user-injured:before {
4069
+ content: "\f728"; }
4070
+
4071
+ .fa-user-lock:before {
4072
+ content: "\f502"; }
4073
+
4074
+ .fa-user-md:before {
4075
+ content: "\f0f0"; }
4076
+
4077
+ .fa-user-minus:before {
4078
+ content: "\f503"; }
4079
+
4080
+ .fa-user-ninja:before {
4081
+ content: "\f504"; }
4082
+
4083
+ .fa-user-nurse:before {
4084
+ content: "\f82f"; }
4085
+
4086
+ .fa-user-plus:before {
4087
+ content: "\f234"; }
4088
+
4089
+ .fa-user-secret:before {
4090
+ content: "\f21b"; }
4091
+
4092
+ .fa-user-shield:before {
4093
+ content: "\f505"; }
4094
+
4095
+ .fa-user-slash:before {
4096
+ content: "\f506"; }
4097
+
4098
+ .fa-user-tag:before {
4099
+ content: "\f507"; }
4100
+
4101
+ .fa-user-tie:before {
4102
+ content: "\f508"; }
4103
+
4104
+ .fa-user-times:before {
4105
+ content: "\f235"; }
4106
+
4107
+ .fa-users:before {
4108
+ content: "\f0c0"; }
4109
+
4110
+ .fa-users-cog:before {
4111
+ content: "\f509"; }
4112
+
4113
+ .fa-usps:before {
4114
+ content: "\f7e1"; }
4115
+
4116
+ .fa-ussunnah:before {
4117
+ content: "\f407"; }
4118
+
4119
+ .fa-utensil-spoon:before {
4120
+ content: "\f2e5"; }
4121
+
4122
+ .fa-utensils:before {
4123
+ content: "\f2e7"; }
4124
+
4125
+ .fa-vaadin:before {
4126
+ content: "\f408"; }
4127
+
4128
+ .fa-vector-square:before {
4129
+ content: "\f5cb"; }
4130
+
4131
+ .fa-venus:before {
4132
+ content: "\f221"; }
4133
+
4134
+ .fa-venus-double:before {
4135
+ content: "\f226"; }
4136
+
4137
+ .fa-venus-mars:before {
4138
+ content: "\f228"; }
4139
+
4140
+ .fa-viacoin:before {
4141
+ content: "\f237"; }
4142
+
4143
+ .fa-viadeo:before {
4144
+ content: "\f2a9"; }
4145
+
4146
+ .fa-viadeo-square:before {
4147
+ content: "\f2aa"; }
4148
+
4149
+ .fa-vial:before {
4150
+ content: "\f492"; }
4151
+
4152
+ .fa-vials:before {
4153
+ content: "\f493"; }
4154
+
4155
+ .fa-viber:before {
4156
+ content: "\f409"; }
4157
+
4158
+ .fa-video:before {
4159
+ content: "\f03d"; }
4160
+
4161
+ .fa-video-slash:before {
4162
+ content: "\f4e2"; }
4163
+
4164
+ .fa-vihara:before {
4165
+ content: "\f6a7"; }
4166
+
4167
+ .fa-vimeo:before {
4168
+ content: "\f40a"; }
4169
+
4170
+ .fa-vimeo-square:before {
4171
+ content: "\f194"; }
4172
+
4173
+ .fa-vimeo-v:before {
4174
+ content: "\f27d"; }
4175
+
4176
+ .fa-vine:before {
4177
+ content: "\f1ca"; }
4178
+
4179
+ .fa-vk:before {
4180
+ content: "\f189"; }
4181
+
4182
+ .fa-vnv:before {
4183
+ content: "\f40b"; }
4184
+
4185
+ .fa-voicemail:before {
4186
+ content: "\f897"; }
4187
+
4188
+ .fa-volleyball-ball:before {
4189
+ content: "\f45f"; }
4190
+
4191
+ .fa-volume-down:before {
4192
+ content: "\f027"; }
4193
+
4194
+ .fa-volume-mute:before {
4195
+ content: "\f6a9"; }
4196
+
4197
+ .fa-volume-off:before {
4198
+ content: "\f026"; }
4199
+
4200
+ .fa-volume-up:before {
4201
+ content: "\f028"; }
4202
+
4203
+ .fa-vote-yea:before {
4204
+ content: "\f772"; }
4205
+
4206
+ .fa-vr-cardboard:before {
4207
+ content: "\f729"; }
4208
+
4209
+ .fa-vuejs:before {
4210
+ content: "\f41f"; }
4211
+
4212
+ .fa-walking:before {
4213
+ content: "\f554"; }
4214
+
4215
+ .fa-wallet:before {
4216
+ content: "\f555"; }
4217
+
4218
+ .fa-warehouse:before {
4219
+ content: "\f494"; }
4220
+
4221
+ .fa-water:before {
4222
+ content: "\f773"; }
4223
+
4224
+ .fa-wave-square:before {
4225
+ content: "\f83e"; }
4226
+
4227
+ .fa-waze:before {
4228
+ content: "\f83f"; }
4229
+
4230
+ .fa-weebly:before {
4231
+ content: "\f5cc"; }
4232
+
4233
+ .fa-weibo:before {
4234
+ content: "\f18a"; }
4235
+
4236
+ .fa-weight:before {
4237
+ content: "\f496"; }
4238
+
4239
+ .fa-weight-hanging:before {
4240
+ content: "\f5cd"; }
4241
+
4242
+ .fa-weixin:before {
4243
+ content: "\f1d7"; }
4244
+
4245
+ .fa-whatsapp:before {
4246
+ content: "\f232"; }
4247
+
4248
+ .fa-whatsapp-square:before {
4249
+ content: "\f40c"; }
4250
+
4251
+ .fa-wheelchair:before {
4252
+ content: "\f193"; }
4253
+
4254
+ .fa-whmcs:before {
4255
+ content: "\f40d"; }
4256
+
4257
+ .fa-wifi:before {
4258
+ content: "\f1eb"; }
4259
+
4260
+ .fa-wikipedia-w:before {
4261
+ content: "\f266"; }
4262
+
4263
+ .fa-wind:before {
4264
+ content: "\f72e"; }
4265
+
4266
+ .fa-window-close:before {
4267
+ content: "\f410"; }
4268
+
4269
+ .fa-window-maximize:before {
4270
+ content: "\f2d0"; }
4271
+
4272
+ .fa-window-minimize:before {
4273
+ content: "\f2d1"; }
4274
+
4275
+ .fa-window-restore:before {
4276
+ content: "\f2d2"; }
4277
+
4278
+ .fa-windows:before {
4279
+ content: "\f17a"; }
4280
+
4281
+ .fa-wine-bottle:before {
4282
+ content: "\f72f"; }
4283
+
4284
+ .fa-wine-glass:before {
4285
+ content: "\f4e3"; }
4286
+
4287
+ .fa-wine-glass-alt:before {
4288
+ content: "\f5ce"; }
4289
+
4290
+ .fa-wix:before {
4291
+ content: "\f5cf"; }
4292
+
4293
+ .fa-wizards-of-the-coast:before {
4294
+ content: "\f730"; }
4295
+
4296
+ .fa-wolf-pack-battalion:before {
4297
+ content: "\f514"; }
4298
+
4299
+ .fa-won-sign:before {
4300
+ content: "\f159"; }
4301
+
4302
+ .fa-wordpress:before {
4303
+ content: "\f19a"; }
4304
+
4305
+ .fa-wordpress-simple:before {
4306
+ content: "\f411"; }
4307
+
4308
+ .fa-wpbeginner:before {
4309
+ content: "\f297"; }
4310
+
4311
+ .fa-wpexplorer:before {
4312
+ content: "\f2de"; }
4313
+
4314
+ .fa-wpforms:before {
4315
+ content: "\f298"; }
4316
+
4317
+ .fa-wpressr:before {
4318
+ content: "\f3e4"; }
4319
+
4320
+ .fa-wrench:before {
4321
+ content: "\f0ad"; }
4322
+
4323
+ .fa-x-ray:before {
4324
+ content: "\f497"; }
4325
+
4326
+ .fa-xbox:before {
4327
+ content: "\f412"; }
4328
+
4329
+ .fa-xing:before {
4330
+ content: "\f168"; }
4331
+
4332
+ .fa-xing-square:before {
4333
+ content: "\f169"; }
4334
+
4335
+ .fa-y-combinator:before {
4336
+ content: "\f23b"; }
4337
+
4338
+ .fa-yahoo:before {
4339
+ content: "\f19e"; }
4340
+
4341
+ .fa-yammer:before {
4342
+ content: "\f840"; }
4343
+
4344
+ .fa-yandex:before {
4345
+ content: "\f413"; }
4346
+
4347
+ .fa-yandex-international:before {
4348
+ content: "\f414"; }
4349
+
4350
+ .fa-yarn:before {
4351
+ content: "\f7e3"; }
4352
+
4353
+ .fa-yelp:before {
4354
+ content: "\f1e9"; }
4355
+
4356
+ .fa-yen-sign:before {
4357
+ content: "\f157"; }
4358
+
4359
+ .fa-yin-yang:before {
4360
+ content: "\f6ad"; }
4361
+
4362
+ .fa-yoast:before {
4363
+ content: "\f2b1"; }
4364
+
4365
+ .fa-youtube:before {
4366
+ content: "\f167"; }
4367
+
4368
+ .fa-youtube-square:before {
4369
+ content: "\f431"; }
4370
+
4371
+ .fa-zhihu:before {
4372
+ content: "\f63f"; }
4373
+
4374
+ .sr-only {
4375
+ border: 0;
4376
+ clip: rect(0, 0, 0, 0);
4377
+ height: 1px;
4378
+ margin: -1px;
4379
+ overflow: hidden;
4380
+ padding: 0;
4381
+ position: absolute;
4382
+ width: 1px; }
4383
+
4384
+ .sr-only-focusable:active, .sr-only-focusable:focus {
4385
+ clip: auto;
4386
+ height: auto;
4387
+ margin: 0;
4388
+ overflow: visible;
4389
+ position: static;
4390
+ width: auto; }
4391
+ @font-face {
4392
+ font-family: 'Font Awesome 5 Brands';
4393
+ font-style: normal;
4394
+ font-weight: normal;
4395
+ font-display: auto;
4396
+ src: url("fa-brands-400.eot");
4397
+ src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg"); }
4398
+
4399
+ .fab {
4400
+ font-family: 'Font Awesome 5 Brands'; }
4401
+ @font-face {
4402
+ font-family: 'Font Awesome 5 Free';
4403
+ font-style: normal;
4404
+ font-weight: 400;
4405
+ font-display: auto;
4406
+ src: url("fa-regular-400.eot");
4407
+ src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg"); }
4408
+
4409
+ .far {
4410
+ font-family: 'Font Awesome 5 Free';
4411
+ font-weight: 400; }
4412
+ @font-face {
4413
+ font-family: 'Font Awesome 5 Free';
4414
+ font-style: normal;
4415
+ font-weight: 900;
4416
+ font-display: auto;
4417
+ src: url("fa-solid-900.eot");
4418
+ src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg"); }
4419
+
4420
+ .fa,
4421
+ .fas {
4422
+ font-family: 'Font Awesome 5 Free';
4423
+ font-weight: 900; }