dashing 1.3.4 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +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);
@@ -117,6 +117,7 @@ h3 {
117
117
  }
118
118
 
119
119
  .icon-background {
120
+ pointer-events: none;
120
121
  width: 100%!important;
121
122
  height: 100%;
122
123
  position: absolute;
@@ -143,9 +144,9 @@ h3 {
143
144
  }
144
145
 
145
146
  .widget {
146
- padding: 25px 12px;
147
147
  text-align: center;
148
- width: 100%;
148
+ width: inherit;
149
+ height: inherit;
149
150
  display: table-cell;
150
151
  vertical-align: middle;
151
152
  }
@@ -1,1479 +1,2086 @@
1
1
  /*!
2
- * Font Awesome 3.2.1
3
- * the iconic font designed for Bootstrap
4
- * ------------------------------------------------------------------------------
5
- * The full suite of pictographic icons, examples, and documentation can be
6
- * found at http://fontawesome.io. Stay up to date on Twitter at
7
- * http://twitter.com/fontawesome.
8
- *
9
- * License
10
- * ------------------------------------------------------------------------------
11
- * - The Font Awesome font is licensed under SIL OFL 1.1 -
12
- * http://scripts.sil.org/OFL
13
- * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14
- * http://opensource.org/licenses/mit-license.html
15
- * - Font Awesome documentation licensed under CC BY 3.0 -
16
- * http://creativecommons.org/licenses/by/3.0/
17
- * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18
- * "Font Awesome by Dave Gandy - http://fontawesome.io"
19
- *
20
- * Author - Dave Gandy
21
- * ------------------------------------------------------------------------------
22
- * Email: dave@fontawesome.io
23
- * Twitter: http://twitter.com/davegandy
24
- * Work: Lead Product Designer @ Kyruus - http://kyruus.com
2
+ * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
25
4
  */
26
5
  /* FONT PATH
27
6
  * -------------------------- */
28
7
  @font-face {
29
8
  font-family: 'FontAwesome';
30
- src: url('../assets/fontawesome-webfont.eot?v=3.2.1');
31
- src: url('../assets/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../assets/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../assets/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../assets/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
9
+ src: url('../assets/fontawesome-webfont.eot?v=4.5.0');
10
+ src: url('../assets/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../assets/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../assets/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../assets/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../assets/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
32
11
  font-weight: normal;
33
12
  font-style: normal;
34
13
  }
35
- /* FONT AWESOME CORE
36
- * -------------------------- */
37
- [class^="icon-"],
38
- [class*=" icon-"] {
39
- font-family: FontAwesome;
40
- font-weight: normal;
41
- font-style: normal;
42
- text-decoration: inherit;
43
- -webkit-font-smoothing: antialiased;
44
- *margin-right: .3em;
45
- }
46
- [class^="icon-"]:before,
47
- [class*=" icon-"]:before {
48
- text-decoration: inherit;
14
+ .fa {
49
15
  display: inline-block;
50
- speak: none;
16
+ font: normal normal normal 14px/1 FontAwesome;
17
+ font-size: inherit;
18
+ text-rendering: auto;
19
+ -webkit-font-smoothing: antialiased;
20
+ -moz-osx-font-smoothing: grayscale;
51
21
  }
52
22
  /* makes the font 33% larger relative to the icon container */
53
- .icon-large:before {
54
- vertical-align: -10%;
55
- font-size: 1.3333333333333333em;
56
- }
57
- /* makes sure icons active on rollover in links */
58
- a [class^="icon-"],
59
- a [class*=" icon-"] {
60
- display: inline;
61
- }
62
- /* increased font size for icon-large */
63
- [class^="icon-"].icon-fixed-width,
64
- [class*=" icon-"].icon-fixed-width {
65
- display: inline-block;
66
- width: 1.1428571428571428em;
67
- text-align: right;
68
- padding-right: 0.2857142857142857em;
23
+ .fa-lg {
24
+ font-size: 1.33333333em;
25
+ line-height: 0.75em;
26
+ vertical-align: -15%;
69
27
  }
70
- [class^="icon-"].icon-fixed-width.icon-large,
71
- [class*=" icon-"].icon-fixed-width.icon-large {
72
- width: 1.4285714285714286em;
28
+ .fa-2x {
29
+ font-size: 2em;
73
30
  }
74
- .icons-ul {
75
- margin-left: 2.142857142857143em;
76
- list-style-type: none;
31
+ .fa-3x {
32
+ font-size: 3em;
77
33
  }
78
- .icons-ul > li {
79
- position: relative;
34
+ .fa-4x {
35
+ font-size: 4em;
80
36
  }
81
- .icons-ul .icon-li {
82
- position: absolute;
83
- left: -2.142857142857143em;
84
- width: 2.142857142857143em;
37
+ .fa-5x {
38
+ font-size: 5em;
39
+ }
40
+ .fa-fw {
41
+ width: 1.28571429em;
85
42
  text-align: center;
86
- line-height: inherit;
87
43
  }
88
- [class^="icon-"].hide,
89
- [class*=" icon-"].hide {
90
- display: none;
44
+ .fa-ul {
45
+ padding-left: 0;
46
+ margin-left: 2.14285714em;
47
+ list-style-type: none;
91
48
  }
92
- .icon-muted {
93
- color: #eeeeee;
49
+ .fa-ul > li {
50
+ position: relative;
94
51
  }
95
- .icon-light {
96
- color: #ffffff;
52
+ .fa-li {
53
+ position: absolute;
54
+ left: -2.14285714em;
55
+ width: 2.14285714em;
56
+ top: 0.14285714em;
57
+ text-align: center;
97
58
  }
98
- .icon-dark {
99
- color: #333333;
59
+ .fa-li.fa-lg {
60
+ left: -1.85714286em;
100
61
  }
101
- .icon-border {
102
- border: solid 1px #eeeeee;
62
+ .fa-border {
103
63
  padding: .2em .25em .15em;
104
- -webkit-border-radius: 3px;
105
- -moz-border-radius: 3px;
106
- border-radius: 3px;
107
- }
108
- .icon-2x {
109
- font-size: 2em;
110
- }
111
- .icon-2x.icon-border {
112
- border-width: 2px;
113
- -webkit-border-radius: 4px;
114
- -moz-border-radius: 4px;
115
- border-radius: 4px;
116
- }
117
- .icon-3x {
118
- font-size: 3em;
119
- }
120
- .icon-3x.icon-border {
121
- border-width: 3px;
122
- -webkit-border-radius: 5px;
123
- -moz-border-radius: 5px;
124
- border-radius: 5px;
64
+ border: solid 0.08em #eeeeee;
65
+ border-radius: .1em;
125
66
  }
126
- .icon-4x {
127
- font-size: 4em;
67
+ .fa-pull-left {
68
+ float: left;
128
69
  }
129
- .icon-4x.icon-border {
130
- border-width: 4px;
131
- -webkit-border-radius: 6px;
132
- -moz-border-radius: 6px;
133
- border-radius: 6px;
70
+ .fa-pull-right {
71
+ float: right;
134
72
  }
135
- .icon-5x {
136
- font-size: 5em;
73
+ .fa.fa-pull-left {
74
+ margin-right: .3em;
137
75
  }
138
- .icon-5x.icon-border {
139
- border-width: 5px;
140
- -webkit-border-radius: 7px;
141
- -moz-border-radius: 7px;
142
- border-radius: 7px;
76
+ .fa.fa-pull-right {
77
+ margin-left: .3em;
143
78
  }
79
+ /* Deprecated as of 4.4.0 */
144
80
  .pull-right {
145
81
  float: right;
146
82
  }
147
83
  .pull-left {
148
84
  float: left;
149
85
  }
150
- [class^="icon-"].pull-left,
151
- [class*=" icon-"].pull-left {
86
+ .fa.pull-left {
152
87
  margin-right: .3em;
153
88
  }
154
- [class^="icon-"].pull-right,
155
- [class*=" icon-"].pull-right {
89
+ .fa.pull-right {
156
90
  margin-left: .3em;
157
91
  }
158
- /* BOOTSTRAP SPECIFIC CLASSES
159
- * -------------------------- */
160
- /* Bootstrap 2.0 sprites.less reset */
161
- [class^="icon-"],
162
- [class*=" icon-"] {
163
- display: inline;
164
- width: auto;
165
- height: auto;
166
- line-height: normal;
167
- vertical-align: baseline;
168
- background-image: none;
169
- background-position: 0% 0%;
170
- background-repeat: repeat;
171
- margin-top: 0;
172
- }
173
- /* more sprites.less reset */
174
- .icon-white,
175
- .nav-pills > .active > a > [class^="icon-"],
176
- .nav-pills > .active > a > [class*=" icon-"],
177
- .nav-list > .active > a > [class^="icon-"],
178
- .nav-list > .active > a > [class*=" icon-"],
179
- .navbar-inverse .nav > .active > a > [class^="icon-"],
180
- .navbar-inverse .nav > .active > a > [class*=" icon-"],
181
- .dropdown-menu > li > a:hover > [class^="icon-"],
182
- .dropdown-menu > li > a:hover > [class*=" icon-"],
183
- .dropdown-menu > .active > a > [class^="icon-"],
184
- .dropdown-menu > .active > a > [class*=" icon-"],
185
- .dropdown-submenu:hover > a > [class^="icon-"],
186
- .dropdown-submenu:hover > a > [class*=" icon-"] {
187
- background-image: none;
188
- }
189
- /* keeps Bootstrap styles with and without icons the same */
190
- .btn [class^="icon-"].icon-large,
191
- .nav [class^="icon-"].icon-large,
192
- .btn [class*=" icon-"].icon-large,
193
- .nav [class*=" icon-"].icon-large {
194
- line-height: .9em;
195
- }
196
- .btn [class^="icon-"].icon-spin,
197
- .nav [class^="icon-"].icon-spin,
198
- .btn [class*=" icon-"].icon-spin,
199
- .nav [class*=" icon-"].icon-spin {
200
- display: inline-block;
92
+ .fa-spin {
93
+ -webkit-animation: fa-spin 2s infinite linear;
94
+ animation: fa-spin 2s infinite linear;
201
95
  }
202
- .nav-tabs [class^="icon-"],
203
- .nav-pills [class^="icon-"],
204
- .nav-tabs [class*=" icon-"],
205
- .nav-pills [class*=" icon-"],
206
- .nav-tabs [class^="icon-"].icon-large,
207
- .nav-pills [class^="icon-"].icon-large,
208
- .nav-tabs [class*=" icon-"].icon-large,
209
- .nav-pills [class*=" icon-"].icon-large {
210
- line-height: .9em;
211
- }
212
- .btn [class^="icon-"].pull-left.icon-2x,
213
- .btn [class*=" icon-"].pull-left.icon-2x,
214
- .btn [class^="icon-"].pull-right.icon-2x,
215
- .btn [class*=" icon-"].pull-right.icon-2x {
216
- margin-top: .18em;
217
- }
218
- .btn [class^="icon-"].icon-spin.icon-large,
219
- .btn [class*=" icon-"].icon-spin.icon-large {
220
- line-height: .8em;
221
- }
222
- .btn.btn-small [class^="icon-"].pull-left.icon-2x,
223
- .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
224
- .btn.btn-small [class^="icon-"].pull-right.icon-2x,
225
- .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
226
- margin-top: .25em;
227
- }
228
- .btn.btn-large [class^="icon-"],
229
- .btn.btn-large [class*=" icon-"] {
230
- margin-top: 0;
231
- }
232
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,
233
- .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
234
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,
235
- .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
236
- margin-top: .05em;
237
- }
238
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,
239
- .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
240
- margin-right: .2em;
241
- }
242
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,
243
- .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
244
- margin-left: .2em;
245
- }
246
- /* Fixes alignment in nav lists */
247
- .nav-list [class^="icon-"],
248
- .nav-list [class*=" icon-"] {
249
- line-height: inherit;
96
+ .fa-pulse {
97
+ -webkit-animation: fa-spin 1s infinite steps(8);
98
+ animation: fa-spin 1s infinite steps(8);
250
99
  }
251
- /* EXTRAS
252
- * -------------------------- */
253
- /* Stacked and layered icon */
254
- .icon-stack {
255
- position: relative;
256
- display: inline-block;
257
- width: 2em;
258
- height: 2em;
259
- line-height: 2em;
260
- vertical-align: -35%;
261
- }
262
- .icon-stack [class^="icon-"],
263
- .icon-stack [class*=" icon-"] {
264
- display: block;
265
- text-align: center;
266
- position: absolute;
267
- width: 100%;
268
- height: 100%;
269
- font-size: 1em;
270
- line-height: inherit;
271
- *line-height: 2em;
272
- }
273
- .icon-stack .icon-stack-base {
274
- font-size: 2em;
275
- *line-height: 1em;
276
- }
277
- /* Animated rotating icon */
278
- .icon-spin {
279
- display: inline-block;
280
- -moz-animation: spin 2s infinite linear;
281
- -o-animation: spin 2s infinite linear;
282
- -webkit-animation: spin 2s infinite linear;
283
- animation: spin 2s infinite linear;
284
- }
285
- /* Prevent stack and spinners from being taken inline when inside a link */
286
- a .icon-stack,
287
- a .icon-spin {
288
- display: inline-block;
289
- text-decoration: none;
290
- }
291
- @-moz-keyframes spin {
292
- 0% {
293
- -moz-transform: rotate(0deg);
294
- }
295
- 100% {
296
- -moz-transform: rotate(359deg);
297
- }
298
- }
299
- @-webkit-keyframes spin {
100
+ @-webkit-keyframes fa-spin {
300
101
  0% {
301
102
  -webkit-transform: rotate(0deg);
103
+ transform: rotate(0deg);
302
104
  }
303
105
  100% {
304
106
  -webkit-transform: rotate(359deg);
107
+ transform: rotate(359deg);
305
108
  }
306
109
  }
307
- @-o-keyframes spin {
308
- 0% {
309
- -o-transform: rotate(0deg);
310
- }
311
- 100% {
312
- -o-transform: rotate(359deg);
313
- }
314
- }
315
- @-ms-keyframes spin {
316
- 0% {
317
- -ms-transform: rotate(0deg);
318
- }
319
- 100% {
320
- -ms-transform: rotate(359deg);
321
- }
322
- }
323
- @keyframes spin {
110
+ @keyframes fa-spin {
324
111
  0% {
112
+ -webkit-transform: rotate(0deg);
325
113
  transform: rotate(0deg);
326
114
  }
327
115
  100% {
116
+ -webkit-transform: rotate(359deg);
328
117
  transform: rotate(359deg);
329
118
  }
330
119
  }
331
- /* Icon rotations and mirroring */
332
- .icon-rotate-90:before {
120
+ .fa-rotate-90 {
121
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
333
122
  -webkit-transform: rotate(90deg);
334
- -moz-transform: rotate(90deg);
335
123
  -ms-transform: rotate(90deg);
336
- -o-transform: rotate(90deg);
337
124
  transform: rotate(90deg);
338
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
339
125
  }
340
- .icon-rotate-180:before {
126
+ .fa-rotate-180 {
127
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
341
128
  -webkit-transform: rotate(180deg);
342
- -moz-transform: rotate(180deg);
343
129
  -ms-transform: rotate(180deg);
344
- -o-transform: rotate(180deg);
345
130
  transform: rotate(180deg);
346
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
347
131
  }
348
- .icon-rotate-270:before {
132
+ .fa-rotate-270 {
133
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
349
134
  -webkit-transform: rotate(270deg);
350
- -moz-transform: rotate(270deg);
351
135
  -ms-transform: rotate(270deg);
352
- -o-transform: rotate(270deg);
353
136
  transform: rotate(270deg);
354
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
355
137
  }
356
- .icon-flip-horizontal:before {
138
+ .fa-flip-horizontal {
139
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
357
140
  -webkit-transform: scale(-1, 1);
358
- -moz-transform: scale(-1, 1);
359
141
  -ms-transform: scale(-1, 1);
360
- -o-transform: scale(-1, 1);
361
142
  transform: scale(-1, 1);
362
143
  }
363
- .icon-flip-vertical:before {
144
+ .fa-flip-vertical {
145
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
364
146
  -webkit-transform: scale(1, -1);
365
- -moz-transform: scale(1, -1);
366
147
  -ms-transform: scale(1, -1);
367
- -o-transform: scale(1, -1);
368
148
  transform: scale(1, -1);
369
149
  }
370
- /* ensure rotation occurs inside anchor tags */
371
- a .icon-rotate-90:before,
372
- a .icon-rotate-180:before,
373
- a .icon-rotate-270:before,
374
- a .icon-flip-horizontal:before,
375
- a .icon-flip-vertical:before {
150
+ :root .fa-rotate-90,
151
+ :root .fa-rotate-180,
152
+ :root .fa-rotate-270,
153
+ :root .fa-flip-horizontal,
154
+ :root .fa-flip-vertical {
155
+ filter: none;
156
+ }
157
+ .fa-stack {
158
+ position: relative;
376
159
  display: inline-block;
160
+ width: 2em;
161
+ height: 2em;
162
+ line-height: 2em;
163
+ vertical-align: middle;
164
+ }
165
+ .fa-stack-1x,
166
+ .fa-stack-2x {
167
+ position: absolute;
168
+ left: 0;
169
+ width: 100%;
170
+ text-align: center;
171
+ }
172
+ .fa-stack-1x {
173
+ line-height: inherit;
174
+ }
175
+ .fa-stack-2x {
176
+ font-size: 2em;
177
+ }
178
+ .fa-inverse {
179
+ color: #ffffff;
377
180
  }
378
181
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
379
182
  readers do not read off random characters that represent icons */
380
- .icon-glass:before {
183
+ .fa-glass:before {
381
184
  content: "\f000";
382
185
  }
383
- .icon-music:before {
186
+ .fa-music:before {
384
187
  content: "\f001";
385
188
  }
386
- .icon-search:before {
189
+ .fa-search:before {
387
190
  content: "\f002";
388
191
  }
389
- .icon-envelope-alt:before {
192
+ .fa-envelope-o:before {
390
193
  content: "\f003";
391
194
  }
392
- .icon-heart:before {
195
+ .fa-heart:before {
393
196
  content: "\f004";
394
197
  }
395
- .icon-star:before {
198
+ .fa-star:before {
396
199
  content: "\f005";
397
200
  }
398
- .icon-star-empty:before {
201
+ .fa-star-o:before {
399
202
  content: "\f006";
400
203
  }
401
- .icon-user:before {
204
+ .fa-user:before {
402
205
  content: "\f007";
403
206
  }
404
- .icon-film:before {
207
+ .fa-film:before {
405
208
  content: "\f008";
406
209
  }
407
- .icon-th-large:before {
210
+ .fa-th-large:before {
408
211
  content: "\f009";
409
212
  }
410
- .icon-th:before {
213
+ .fa-th:before {
411
214
  content: "\f00a";
412
215
  }
413
- .icon-th-list:before {
216
+ .fa-th-list:before {
414
217
  content: "\f00b";
415
218
  }
416
- .icon-ok:before {
219
+ .fa-check:before {
417
220
  content: "\f00c";
418
221
  }
419
- .icon-remove:before {
222
+ .fa-remove:before,
223
+ .fa-close:before,
224
+ .fa-times:before {
420
225
  content: "\f00d";
421
226
  }
422
- .icon-zoom-in:before {
227
+ .fa-search-plus:before {
423
228
  content: "\f00e";
424
229
  }
425
- .icon-zoom-out:before {
230
+ .fa-search-minus:before {
426
231
  content: "\f010";
427
232
  }
428
- .icon-power-off:before,
429
- .icon-off:before {
233
+ .fa-power-off:before {
430
234
  content: "\f011";
431
235
  }
432
- .icon-signal:before {
236
+ .fa-signal:before {
433
237
  content: "\f012";
434
238
  }
435
- .icon-gear:before,
436
- .icon-cog:before {
239
+ .fa-gear:before,
240
+ .fa-cog:before {
437
241
  content: "\f013";
438
242
  }
439
- .icon-trash:before {
243
+ .fa-trash-o:before {
440
244
  content: "\f014";
441
245
  }
442
- .icon-home:before {
246
+ .fa-home:before {
443
247
  content: "\f015";
444
248
  }
445
- .icon-file-alt:before {
249
+ .fa-file-o:before {
446
250
  content: "\f016";
447
251
  }
448
- .icon-time:before {
252
+ .fa-clock-o:before {
449
253
  content: "\f017";
450
254
  }
451
- .icon-road:before {
255
+ .fa-road:before {
452
256
  content: "\f018";
453
257
  }
454
- .icon-download-alt:before {
258
+ .fa-download:before {
455
259
  content: "\f019";
456
260
  }
457
- .icon-download:before {
261
+ .fa-arrow-circle-o-down:before {
458
262
  content: "\f01a";
459
263
  }
460
- .icon-upload:before {
264
+ .fa-arrow-circle-o-up:before {
461
265
  content: "\f01b";
462
266
  }
463
- .icon-inbox:before {
267
+ .fa-inbox:before {
464
268
  content: "\f01c";
465
269
  }
466
- .icon-play-circle:before {
270
+ .fa-play-circle-o:before {
467
271
  content: "\f01d";
468
272
  }
469
- .icon-rotate-right:before,
470
- .icon-repeat:before {
273
+ .fa-rotate-right:before,
274
+ .fa-repeat:before {
471
275
  content: "\f01e";
472
276
  }
473
- .icon-refresh:before {
277
+ .fa-refresh:before {
474
278
  content: "\f021";
475
279
  }
476
- .icon-list-alt:before {
280
+ .fa-list-alt:before {
477
281
  content: "\f022";
478
282
  }
479
- .icon-lock:before {
283
+ .fa-lock:before {
480
284
  content: "\f023";
481
285
  }
482
- .icon-flag:before {
286
+ .fa-flag:before {
483
287
  content: "\f024";
484
288
  }
485
- .icon-headphones:before {
289
+ .fa-headphones:before {
486
290
  content: "\f025";
487
291
  }
488
- .icon-volume-off:before {
292
+ .fa-volume-off:before {
489
293
  content: "\f026";
490
294
  }
491
- .icon-volume-down:before {
295
+ .fa-volume-down:before {
492
296
  content: "\f027";
493
297
  }
494
- .icon-volume-up:before {
298
+ .fa-volume-up:before {
495
299
  content: "\f028";
496
300
  }
497
- .icon-qrcode:before {
301
+ .fa-qrcode:before {
498
302
  content: "\f029";
499
303
  }
500
- .icon-barcode:before {
304
+ .fa-barcode:before {
501
305
  content: "\f02a";
502
306
  }
503
- .icon-tag:before {
307
+ .fa-tag:before {
504
308
  content: "\f02b";
505
309
  }
506
- .icon-tags:before {
310
+ .fa-tags:before {
507
311
  content: "\f02c";
508
312
  }
509
- .icon-book:before {
313
+ .fa-book:before {
510
314
  content: "\f02d";
511
315
  }
512
- .icon-bookmark:before {
316
+ .fa-bookmark:before {
513
317
  content: "\f02e";
514
318
  }
515
- .icon-print:before {
319
+ .fa-print:before {
516
320
  content: "\f02f";
517
321
  }
518
- .icon-camera:before {
322
+ .fa-camera:before {
519
323
  content: "\f030";
520
324
  }
521
- .icon-font:before {
325
+ .fa-font:before {
522
326
  content: "\f031";
523
327
  }
524
- .icon-bold:before {
328
+ .fa-bold:before {
525
329
  content: "\f032";
526
330
  }
527
- .icon-italic:before {
331
+ .fa-italic:before {
528
332
  content: "\f033";
529
333
  }
530
- .icon-text-height:before {
334
+ .fa-text-height:before {
531
335
  content: "\f034";
532
336
  }
533
- .icon-text-width:before {
337
+ .fa-text-width:before {
534
338
  content: "\f035";
535
339
  }
536
- .icon-align-left:before {
340
+ .fa-align-left:before {
537
341
  content: "\f036";
538
342
  }
539
- .icon-align-center:before {
343
+ .fa-align-center:before {
540
344
  content: "\f037";
541
345
  }
542
- .icon-align-right:before {
346
+ .fa-align-right:before {
543
347
  content: "\f038";
544
348
  }
545
- .icon-align-justify:before {
349
+ .fa-align-justify:before {
546
350
  content: "\f039";
547
351
  }
548
- .icon-list:before {
352
+ .fa-list:before {
549
353
  content: "\f03a";
550
354
  }
551
- .icon-indent-left:before {
355
+ .fa-dedent:before,
356
+ .fa-outdent:before {
552
357
  content: "\f03b";
553
358
  }
554
- .icon-indent-right:before {
359
+ .fa-indent:before {
555
360
  content: "\f03c";
556
361
  }
557
- .icon-facetime-video:before {
362
+ .fa-video-camera:before {
558
363
  content: "\f03d";
559
364
  }
560
- .icon-picture:before {
365
+ .fa-photo:before,
366
+ .fa-image:before,
367
+ .fa-picture-o:before {
561
368
  content: "\f03e";
562
369
  }
563
- .icon-pencil:before {
370
+ .fa-pencil:before {
564
371
  content: "\f040";
565
372
  }
566
- .icon-map-marker:before {
373
+ .fa-map-marker:before {
567
374
  content: "\f041";
568
375
  }
569
- .icon-adjust:before {
376
+ .fa-adjust:before {
570
377
  content: "\f042";
571
378
  }
572
- .icon-tint:before {
379
+ .fa-tint:before {
573
380
  content: "\f043";
574
381
  }
575
- .icon-edit:before {
382
+ .fa-edit:before,
383
+ .fa-pencil-square-o:before {
576
384
  content: "\f044";
577
385
  }
578
- .icon-share:before {
386
+ .fa-share-square-o:before {
579
387
  content: "\f045";
580
388
  }
581
- .icon-check:before {
389
+ .fa-check-square-o:before {
582
390
  content: "\f046";
583
391
  }
584
- .icon-move:before {
392
+ .fa-arrows:before {
585
393
  content: "\f047";
586
394
  }
587
- .icon-step-backward:before {
395
+ .fa-step-backward:before {
588
396
  content: "\f048";
589
397
  }
590
- .icon-fast-backward:before {
398
+ .fa-fast-backward:before {
591
399
  content: "\f049";
592
400
  }
593
- .icon-backward:before {
401
+ .fa-backward:before {
594
402
  content: "\f04a";
595
403
  }
596
- .icon-play:before {
404
+ .fa-play:before {
597
405
  content: "\f04b";
598
406
  }
599
- .icon-pause:before {
407
+ .fa-pause:before {
600
408
  content: "\f04c";
601
409
  }
602
- .icon-stop:before {
410
+ .fa-stop:before {
603
411
  content: "\f04d";
604
412
  }
605
- .icon-forward:before {
413
+ .fa-forward:before {
606
414
  content: "\f04e";
607
415
  }
608
- .icon-fast-forward:before {
416
+ .fa-fast-forward:before {
609
417
  content: "\f050";
610
418
  }
611
- .icon-step-forward:before {
419
+ .fa-step-forward:before {
612
420
  content: "\f051";
613
421
  }
614
- .icon-eject:before {
422
+ .fa-eject:before {
615
423
  content: "\f052";
616
424
  }
617
- .icon-chevron-left:before {
425
+ .fa-chevron-left:before {
618
426
  content: "\f053";
619
427
  }
620
- .icon-chevron-right:before {
428
+ .fa-chevron-right:before {
621
429
  content: "\f054";
622
430
  }
623
- .icon-plus-sign:before {
431
+ .fa-plus-circle:before {
624
432
  content: "\f055";
625
433
  }
626
- .icon-minus-sign:before {
434
+ .fa-minus-circle:before {
627
435
  content: "\f056";
628
436
  }
629
- .icon-remove-sign:before {
437
+ .fa-times-circle:before {
630
438
  content: "\f057";
631
439
  }
632
- .icon-ok-sign:before {
440
+ .fa-check-circle:before {
633
441
  content: "\f058";
634
442
  }
635
- .icon-question-sign:before {
443
+ .fa-question-circle:before {
636
444
  content: "\f059";
637
445
  }
638
- .icon-info-sign:before {
446
+ .fa-info-circle:before {
639
447
  content: "\f05a";
640
448
  }
641
- .icon-screenshot:before {
449
+ .fa-crosshairs:before {
642
450
  content: "\f05b";
643
451
  }
644
- .icon-remove-circle:before {
452
+ .fa-times-circle-o:before {
645
453
  content: "\f05c";
646
454
  }
647
- .icon-ok-circle:before {
455
+ .fa-check-circle-o:before {
648
456
  content: "\f05d";
649
457
  }
650
- .icon-ban-circle:before {
458
+ .fa-ban:before {
651
459
  content: "\f05e";
652
460
  }
653
- .icon-arrow-left:before {
461
+ .fa-arrow-left:before {
654
462
  content: "\f060";
655
463
  }
656
- .icon-arrow-right:before {
464
+ .fa-arrow-right:before {
657
465
  content: "\f061";
658
466
  }
659
- .icon-arrow-up:before {
467
+ .fa-arrow-up:before {
660
468
  content: "\f062";
661
469
  }
662
- .icon-arrow-down:before {
470
+ .fa-arrow-down:before {
663
471
  content: "\f063";
664
472
  }
665
- .icon-mail-forward:before,
666
- .icon-share-alt:before {
473
+ .fa-mail-forward:before,
474
+ .fa-share:before {
667
475
  content: "\f064";
668
476
  }
669
- .icon-resize-full:before {
477
+ .fa-expand:before {
670
478
  content: "\f065";
671
479
  }
672
- .icon-resize-small:before {
480
+ .fa-compress:before {
673
481
  content: "\f066";
674
482
  }
675
- .icon-plus:before {
483
+ .fa-plus:before {
676
484
  content: "\f067";
677
485
  }
678
- .icon-minus:before {
486
+ .fa-minus:before {
679
487
  content: "\f068";
680
488
  }
681
- .icon-asterisk:before {
489
+ .fa-asterisk:before {
682
490
  content: "\f069";
683
491
  }
684
- .icon-exclamation-sign:before {
492
+ .fa-exclamation-circle:before {
685
493
  content: "\f06a";
686
494
  }
687
- .icon-gift:before {
495
+ .fa-gift:before {
688
496
  content: "\f06b";
689
497
  }
690
- .icon-leaf:before {
498
+ .fa-leaf:before {
691
499
  content: "\f06c";
692
500
  }
693
- .icon-fire:before {
501
+ .fa-fire:before {
694
502
  content: "\f06d";
695
503
  }
696
- .icon-eye-open:before {
504
+ .fa-eye:before {
697
505
  content: "\f06e";
698
506
  }
699
- .icon-eye-close:before {
507
+ .fa-eye-slash:before {
700
508
  content: "\f070";
701
509
  }
702
- .icon-warning-sign:before {
510
+ .fa-warning:before,
511
+ .fa-exclamation-triangle:before {
703
512
  content: "\f071";
704
513
  }
705
- .icon-plane:before {
514
+ .fa-plane:before {
706
515
  content: "\f072";
707
516
  }
708
- .icon-calendar:before {
517
+ .fa-calendar:before {
709
518
  content: "\f073";
710
519
  }
711
- .icon-random:before {
520
+ .fa-random:before {
712
521
  content: "\f074";
713
522
  }
714
- .icon-comment:before {
523
+ .fa-comment:before {
715
524
  content: "\f075";
716
525
  }
717
- .icon-magnet:before {
526
+ .fa-magnet:before {
718
527
  content: "\f076";
719
528
  }
720
- .icon-chevron-up:before {
529
+ .fa-chevron-up:before {
721
530
  content: "\f077";
722
531
  }
723
- .icon-chevron-down:before {
532
+ .fa-chevron-down:before {
724
533
  content: "\f078";
725
534
  }
726
- .icon-retweet:before {
535
+ .fa-retweet:before {
727
536
  content: "\f079";
728
537
  }
729
- .icon-shopping-cart:before {
538
+ .fa-shopping-cart:before {
730
539
  content: "\f07a";
731
540
  }
732
- .icon-folder-close:before {
541
+ .fa-folder:before {
733
542
  content: "\f07b";
734
543
  }
735
- .icon-folder-open:before {
544
+ .fa-folder-open:before {
736
545
  content: "\f07c";
737
546
  }
738
- .icon-resize-vertical:before {
547
+ .fa-arrows-v:before {
739
548
  content: "\f07d";
740
549
  }
741
- .icon-resize-horizontal:before {
550
+ .fa-arrows-h:before {
742
551
  content: "\f07e";
743
552
  }
744
- .icon-bar-chart:before {
553
+ .fa-bar-chart-o:before,
554
+ .fa-bar-chart:before {
745
555
  content: "\f080";
746
556
  }
747
- .icon-twitter-sign:before {
557
+ .fa-twitter-square:before {
748
558
  content: "\f081";
749
559
  }
750
- .icon-facebook-sign:before {
560
+ .fa-facebook-square:before {
751
561
  content: "\f082";
752
562
  }
753
- .icon-camera-retro:before {
563
+ .fa-camera-retro:before {
754
564
  content: "\f083";
755
565
  }
756
- .icon-key:before {
566
+ .fa-key:before {
757
567
  content: "\f084";
758
568
  }
759
- .icon-gears:before,
760
- .icon-cogs:before {
569
+ .fa-gears:before,
570
+ .fa-cogs:before {
761
571
  content: "\f085";
762
572
  }
763
- .icon-comments:before {
573
+ .fa-comments:before {
764
574
  content: "\f086";
765
575
  }
766
- .icon-thumbs-up-alt:before {
576
+ .fa-thumbs-o-up:before {
767
577
  content: "\f087";
768
578
  }
769
- .icon-thumbs-down-alt:before {
579
+ .fa-thumbs-o-down:before {
770
580
  content: "\f088";
771
581
  }
772
- .icon-star-half:before {
582
+ .fa-star-half:before {
773
583
  content: "\f089";
774
584
  }
775
- .icon-heart-empty:before {
585
+ .fa-heart-o:before {
776
586
  content: "\f08a";
777
587
  }
778
- .icon-signout:before {
588
+ .fa-sign-out:before {
779
589
  content: "\f08b";
780
590
  }
781
- .icon-linkedin-sign:before {
591
+ .fa-linkedin-square:before {
782
592
  content: "\f08c";
783
593
  }
784
- .icon-pushpin:before {
594
+ .fa-thumb-tack:before {
785
595
  content: "\f08d";
786
596
  }
787
- .icon-external-link:before {
597
+ .fa-external-link:before {
788
598
  content: "\f08e";
789
599
  }
790
- .icon-signin:before {
600
+ .fa-sign-in:before {
791
601
  content: "\f090";
792
602
  }
793
- .icon-trophy:before {
603
+ .fa-trophy:before {
794
604
  content: "\f091";
795
605
  }
796
- .icon-github-sign:before {
606
+ .fa-github-square:before {
797
607
  content: "\f092";
798
608
  }
799
- .icon-upload-alt:before {
609
+ .fa-upload:before {
800
610
  content: "\f093";
801
611
  }
802
- .icon-lemon:before {
612
+ .fa-lemon-o:before {
803
613
  content: "\f094";
804
614
  }
805
- .icon-phone:before {
615
+ .fa-phone:before {
806
616
  content: "\f095";
807
617
  }
808
- .icon-unchecked:before,
809
- .icon-check-empty:before {
618
+ .fa-square-o:before {
810
619
  content: "\f096";
811
620
  }
812
- .icon-bookmark-empty:before {
621
+ .fa-bookmark-o:before {
813
622
  content: "\f097";
814
623
  }
815
- .icon-phone-sign:before {
624
+ .fa-phone-square:before {
816
625
  content: "\f098";
817
626
  }
818
- .icon-twitter:before {
627
+ .fa-twitter:before {
819
628
  content: "\f099";
820
629
  }
821
- .icon-facebook:before {
630
+ .fa-facebook-f:before,
631
+ .fa-facebook:before {
822
632
  content: "\f09a";
823
633
  }
824
- .icon-github:before {
634
+ .fa-github:before {
825
635
  content: "\f09b";
826
636
  }
827
- .icon-unlock:before {
637
+ .fa-unlock:before {
828
638
  content: "\f09c";
829
639
  }
830
- .icon-credit-card:before {
640
+ .fa-credit-card:before {
831
641
  content: "\f09d";
832
642
  }
833
- .icon-rss:before {
643
+ .fa-feed:before,
644
+ .fa-rss:before {
834
645
  content: "\f09e";
835
646
  }
836
- .icon-hdd:before {
647
+ .fa-hdd-o:before {
837
648
  content: "\f0a0";
838
649
  }
839
- .icon-bullhorn:before {
650
+ .fa-bullhorn:before {
840
651
  content: "\f0a1";
841
652
  }
842
- .icon-bell:before {
843
- content: "\f0a2";
653
+ .fa-bell:before {
654
+ content: "\f0f3";
844
655
  }
845
- .icon-certificate:before {
656
+ .fa-certificate:before {
846
657
  content: "\f0a3";
847
658
  }
848
- .icon-hand-right:before {
659
+ .fa-hand-o-right:before {
849
660
  content: "\f0a4";
850
661
  }
851
- .icon-hand-left:before {
662
+ .fa-hand-o-left:before {
852
663
  content: "\f0a5";
853
664
  }
854
- .icon-hand-up:before {
665
+ .fa-hand-o-up:before {
855
666
  content: "\f0a6";
856
667
  }
857
- .icon-hand-down:before {
668
+ .fa-hand-o-down:before {
858
669
  content: "\f0a7";
859
670
  }
860
- .icon-circle-arrow-left:before {
671
+ .fa-arrow-circle-left:before {
861
672
  content: "\f0a8";
862
673
  }
863
- .icon-circle-arrow-right:before {
674
+ .fa-arrow-circle-right:before {
864
675
  content: "\f0a9";
865
676
  }
866
- .icon-circle-arrow-up:before {
677
+ .fa-arrow-circle-up:before {
867
678
  content: "\f0aa";
868
679
  }
869
- .icon-circle-arrow-down:before {
680
+ .fa-arrow-circle-down:before {
870
681
  content: "\f0ab";
871
682
  }
872
- .icon-globe:before {
683
+ .fa-globe:before {
873
684
  content: "\f0ac";
874
685
  }
875
- .icon-wrench:before {
686
+ .fa-wrench:before {
876
687
  content: "\f0ad";
877
688
  }
878
- .icon-tasks:before {
689
+ .fa-tasks:before {
879
690
  content: "\f0ae";
880
691
  }
881
- .icon-filter:before {
692
+ .fa-filter:before {
882
693
  content: "\f0b0";
883
694
  }
884
- .icon-briefcase:before {
695
+ .fa-briefcase:before {
885
696
  content: "\f0b1";
886
697
  }
887
- .icon-fullscreen:before {
698
+ .fa-arrows-alt:before {
888
699
  content: "\f0b2";
889
700
  }
890
- .icon-group:before {
701
+ .fa-group:before,
702
+ .fa-users:before {
891
703
  content: "\f0c0";
892
704
  }
893
- .icon-link:before {
705
+ .fa-chain:before,
706
+ .fa-link:before {
894
707
  content: "\f0c1";
895
708
  }
896
- .icon-cloud:before {
709
+ .fa-cloud:before {
897
710
  content: "\f0c2";
898
711
  }
899
- .icon-beaker:before {
712
+ .fa-flask:before {
900
713
  content: "\f0c3";
901
714
  }
902
- .icon-cut:before {
715
+ .fa-cut:before,
716
+ .fa-scissors:before {
903
717
  content: "\f0c4";
904
718
  }
905
- .icon-copy:before {
719
+ .fa-copy:before,
720
+ .fa-files-o:before {
906
721
  content: "\f0c5";
907
722
  }
908
- .icon-paperclip:before,
909
- .icon-paper-clip:before {
723
+ .fa-paperclip:before {
910
724
  content: "\f0c6";
911
725
  }
912
- .icon-save:before {
726
+ .fa-save:before,
727
+ .fa-floppy-o:before {
913
728
  content: "\f0c7";
914
729
  }
915
- .icon-sign-blank:before {
730
+ .fa-square:before {
916
731
  content: "\f0c8";
917
732
  }
918
- .icon-reorder:before {
733
+ .fa-navicon:before,
734
+ .fa-reorder:before,
735
+ .fa-bars:before {
919
736
  content: "\f0c9";
920
737
  }
921
- .icon-list-ul:before {
738
+ .fa-list-ul:before {
922
739
  content: "\f0ca";
923
740
  }
924
- .icon-list-ol:before {
741
+ .fa-list-ol:before {
925
742
  content: "\f0cb";
926
743
  }
927
- .icon-strikethrough:before {
744
+ .fa-strikethrough:before {
928
745
  content: "\f0cc";
929
746
  }
930
- .icon-underline:before {
747
+ .fa-underline:before {
931
748
  content: "\f0cd";
932
749
  }
933
- .icon-table:before {
750
+ .fa-table:before {
934
751
  content: "\f0ce";
935
752
  }
936
- .icon-magic:before {
753
+ .fa-magic:before {
937
754
  content: "\f0d0";
938
755
  }
939
- .icon-truck:before {
756
+ .fa-truck:before {
940
757
  content: "\f0d1";
941
758
  }
942
- .icon-pinterest:before {
759
+ .fa-pinterest:before {
943
760
  content: "\f0d2";
944
761
  }
945
- .icon-pinterest-sign:before {
762
+ .fa-pinterest-square:before {
946
763
  content: "\f0d3";
947
764
  }
948
- .icon-google-plus-sign:before {
765
+ .fa-google-plus-square:before {
949
766
  content: "\f0d4";
950
767
  }
951
- .icon-google-plus:before {
768
+ .fa-google-plus:before {
952
769
  content: "\f0d5";
953
770
  }
954
- .icon-money:before {
771
+ .fa-money:before {
955
772
  content: "\f0d6";
956
773
  }
957
- .icon-caret-down:before {
774
+ .fa-caret-down:before {
958
775
  content: "\f0d7";
959
776
  }
960
- .icon-caret-up:before {
777
+ .fa-caret-up:before {
961
778
  content: "\f0d8";
962
779
  }
963
- .icon-caret-left:before {
780
+ .fa-caret-left:before {
964
781
  content: "\f0d9";
965
782
  }
966
- .icon-caret-right:before {
783
+ .fa-caret-right:before {
967
784
  content: "\f0da";
968
785
  }
969
- .icon-columns:before {
786
+ .fa-columns:before {
970
787
  content: "\f0db";
971
788
  }
972
- .icon-sort:before {
789
+ .fa-unsorted:before,
790
+ .fa-sort:before {
973
791
  content: "\f0dc";
974
792
  }
975
- .icon-sort-down:before {
793
+ .fa-sort-down:before,
794
+ .fa-sort-desc:before {
976
795
  content: "\f0dd";
977
796
  }
978
- .icon-sort-up:before {
797
+ .fa-sort-up:before,
798
+ .fa-sort-asc:before {
979
799
  content: "\f0de";
980
800
  }
981
- .icon-envelope:before {
801
+ .fa-envelope:before {
982
802
  content: "\f0e0";
983
803
  }
984
- .icon-linkedin:before {
804
+ .fa-linkedin:before {
985
805
  content: "\f0e1";
986
806
  }
987
- .icon-rotate-left:before,
988
- .icon-undo:before {
807
+ .fa-rotate-left:before,
808
+ .fa-undo:before {
989
809
  content: "\f0e2";
990
810
  }
991
- .icon-legal:before {
811
+ .fa-legal:before,
812
+ .fa-gavel:before {
992
813
  content: "\f0e3";
993
814
  }
994
- .icon-dashboard:before {
815
+ .fa-dashboard:before,
816
+ .fa-tachometer:before {
995
817
  content: "\f0e4";
996
818
  }
997
- .icon-comment-alt:before {
819
+ .fa-comment-o:before {
998
820
  content: "\f0e5";
999
821
  }
1000
- .icon-comments-alt:before {
822
+ .fa-comments-o:before {
1001
823
  content: "\f0e6";
1002
824
  }
1003
- .icon-bolt:before {
825
+ .fa-flash:before,
826
+ .fa-bolt:before {
1004
827
  content: "\f0e7";
1005
828
  }
1006
- .icon-sitemap:before {
829
+ .fa-sitemap:before {
1007
830
  content: "\f0e8";
1008
831
  }
1009
- .icon-umbrella:before {
832
+ .fa-umbrella:before {
1010
833
  content: "\f0e9";
1011
834
  }
1012
- .icon-paste:before {
835
+ .fa-paste:before,
836
+ .fa-clipboard:before {
1013
837
  content: "\f0ea";
1014
838
  }
1015
- .icon-lightbulb:before {
839
+ .fa-lightbulb-o:before {
1016
840
  content: "\f0eb";
1017
841
  }
1018
- .icon-exchange:before {
842
+ .fa-exchange:before {
1019
843
  content: "\f0ec";
1020
844
  }
1021
- .icon-cloud-download:before {
845
+ .fa-cloud-download:before {
1022
846
  content: "\f0ed";
1023
847
  }
1024
- .icon-cloud-upload:before {
848
+ .fa-cloud-upload:before {
1025
849
  content: "\f0ee";
1026
850
  }
1027
- .icon-user-md:before {
851
+ .fa-user-md:before {
1028
852
  content: "\f0f0";
1029
853
  }
1030
- .icon-stethoscope:before {
854
+ .fa-stethoscope:before {
1031
855
  content: "\f0f1";
1032
856
  }
1033
- .icon-suitcase:before {
857
+ .fa-suitcase:before {
1034
858
  content: "\f0f2";
1035
859
  }
1036
- .icon-bell-alt:before {
1037
- content: "\f0f3";
860
+ .fa-bell-o:before {
861
+ content: "\f0a2";
1038
862
  }
1039
- .icon-coffee:before {
863
+ .fa-coffee:before {
1040
864
  content: "\f0f4";
1041
865
  }
1042
- .icon-food:before {
866
+ .fa-cutlery:before {
1043
867
  content: "\f0f5";
1044
868
  }
1045
- .icon-file-text-alt:before {
869
+ .fa-file-text-o:before {
1046
870
  content: "\f0f6";
1047
871
  }
1048
- .icon-building:before {
872
+ .fa-building-o:before {
1049
873
  content: "\f0f7";
1050
874
  }
1051
- .icon-hospital:before {
875
+ .fa-hospital-o:before {
1052
876
  content: "\f0f8";
1053
877
  }
1054
- .icon-ambulance:before {
878
+ .fa-ambulance:before {
1055
879
  content: "\f0f9";
1056
880
  }
1057
- .icon-medkit:before {
881
+ .fa-medkit:before {
1058
882
  content: "\f0fa";
1059
883
  }
1060
- .icon-fighter-jet:before {
884
+ .fa-fighter-jet:before {
1061
885
  content: "\f0fb";
1062
886
  }
1063
- .icon-beer:before {
887
+ .fa-beer:before {
1064
888
  content: "\f0fc";
1065
889
  }
1066
- .icon-h-sign:before {
890
+ .fa-h-square:before {
1067
891
  content: "\f0fd";
1068
892
  }
1069
- .icon-plus-sign-alt:before {
893
+ .fa-plus-square:before {
1070
894
  content: "\f0fe";
1071
895
  }
1072
- .icon-double-angle-left:before {
896
+ .fa-angle-double-left:before {
1073
897
  content: "\f100";
1074
898
  }
1075
- .icon-double-angle-right:before {
899
+ .fa-angle-double-right:before {
1076
900
  content: "\f101";
1077
901
  }
1078
- .icon-double-angle-up:before {
902
+ .fa-angle-double-up:before {
1079
903
  content: "\f102";
1080
904
  }
1081
- .icon-double-angle-down:before {
905
+ .fa-angle-double-down:before {
1082
906
  content: "\f103";
1083
907
  }
1084
- .icon-angle-left:before {
908
+ .fa-angle-left:before {
1085
909
  content: "\f104";
1086
910
  }
1087
- .icon-angle-right:before {
911
+ .fa-angle-right:before {
1088
912
  content: "\f105";
1089
913
  }
1090
- .icon-angle-up:before {
914
+ .fa-angle-up:before {
1091
915
  content: "\f106";
1092
916
  }
1093
- .icon-angle-down:before {
917
+ .fa-angle-down:before {
1094
918
  content: "\f107";
1095
919
  }
1096
- .icon-desktop:before {
920
+ .fa-desktop:before {
1097
921
  content: "\f108";
1098
922
  }
1099
- .icon-laptop:before {
923
+ .fa-laptop:before {
1100
924
  content: "\f109";
1101
925
  }
1102
- .icon-tablet:before {
926
+ .fa-tablet:before {
1103
927
  content: "\f10a";
1104
928
  }
1105
- .icon-mobile-phone:before {
929
+ .fa-mobile-phone:before,
930
+ .fa-mobile:before {
1106
931
  content: "\f10b";
1107
932
  }
1108
- .icon-circle-blank:before {
933
+ .fa-circle-o:before {
1109
934
  content: "\f10c";
1110
935
  }
1111
- .icon-quote-left:before {
936
+ .fa-quote-left:before {
1112
937
  content: "\f10d";
1113
938
  }
1114
- .icon-quote-right:before {
939
+ .fa-quote-right:before {
1115
940
  content: "\f10e";
1116
941
  }
1117
- .icon-spinner:before {
942
+ .fa-spinner:before {
1118
943
  content: "\f110";
1119
944
  }
1120
- .icon-circle:before {
945
+ .fa-circle:before {
1121
946
  content: "\f111";
1122
947
  }
1123
- .icon-mail-reply:before,
1124
- .icon-reply:before {
948
+ .fa-mail-reply:before,
949
+ .fa-reply:before {
1125
950
  content: "\f112";
1126
951
  }
1127
- .icon-github-alt:before {
952
+ .fa-github-alt:before {
1128
953
  content: "\f113";
1129
954
  }
1130
- .icon-folder-close-alt:before {
955
+ .fa-folder-o:before {
1131
956
  content: "\f114";
1132
957
  }
1133
- .icon-folder-open-alt:before {
958
+ .fa-folder-open-o:before {
1134
959
  content: "\f115";
1135
960
  }
1136
- .icon-expand-alt:before {
1137
- content: "\f116";
1138
- }
1139
- .icon-collapse-alt:before {
1140
- content: "\f117";
1141
- }
1142
- .icon-smile:before {
961
+ .fa-smile-o:before {
1143
962
  content: "\f118";
1144
963
  }
1145
- .icon-frown:before {
964
+ .fa-frown-o:before {
1146
965
  content: "\f119";
1147
966
  }
1148
- .icon-meh:before {
967
+ .fa-meh-o:before {
1149
968
  content: "\f11a";
1150
969
  }
1151
- .icon-gamepad:before {
970
+ .fa-gamepad:before {
1152
971
  content: "\f11b";
1153
972
  }
1154
- .icon-keyboard:before {
973
+ .fa-keyboard-o:before {
1155
974
  content: "\f11c";
1156
975
  }
1157
- .icon-flag-alt:before {
976
+ .fa-flag-o:before {
1158
977
  content: "\f11d";
1159
978
  }
1160
- .icon-flag-checkered:before {
979
+ .fa-flag-checkered:before {
1161
980
  content: "\f11e";
1162
981
  }
1163
- .icon-terminal:before {
982
+ .fa-terminal:before {
1164
983
  content: "\f120";
1165
984
  }
1166
- .icon-code:before {
985
+ .fa-code:before {
1167
986
  content: "\f121";
1168
987
  }
1169
- .icon-reply-all:before {
1170
- content: "\f122";
1171
- }
1172
- .icon-mail-reply-all:before {
988
+ .fa-mail-reply-all:before,
989
+ .fa-reply-all:before {
1173
990
  content: "\f122";
1174
991
  }
1175
- .icon-star-half-full:before,
1176
- .icon-star-half-empty:before {
992
+ .fa-star-half-empty:before,
993
+ .fa-star-half-full:before,
994
+ .fa-star-half-o:before {
1177
995
  content: "\f123";
1178
996
  }
1179
- .icon-location-arrow:before {
997
+ .fa-location-arrow:before {
1180
998
  content: "\f124";
1181
999
  }
1182
- .icon-crop:before {
1000
+ .fa-crop:before {
1183
1001
  content: "\f125";
1184
1002
  }
1185
- .icon-code-fork:before {
1003
+ .fa-code-fork:before {
1186
1004
  content: "\f126";
1187
1005
  }
1188
- .icon-unlink:before {
1006
+ .fa-unlink:before,
1007
+ .fa-chain-broken:before {
1189
1008
  content: "\f127";
1190
1009
  }
1191
- .icon-question:before {
1010
+ .fa-question:before {
1192
1011
  content: "\f128";
1193
1012
  }
1194
- .icon-info:before {
1013
+ .fa-info:before {
1195
1014
  content: "\f129";
1196
1015
  }
1197
- .icon-exclamation:before {
1016
+ .fa-exclamation:before {
1198
1017
  content: "\f12a";
1199
1018
  }
1200
- .icon-superscript:before {
1019
+ .fa-superscript:before {
1201
1020
  content: "\f12b";
1202
1021
  }
1203
- .icon-subscript:before {
1022
+ .fa-subscript:before {
1204
1023
  content: "\f12c";
1205
1024
  }
1206
- .icon-eraser:before {
1025
+ .fa-eraser:before {
1207
1026
  content: "\f12d";
1208
1027
  }
1209
- .icon-puzzle-piece:before {
1028
+ .fa-puzzle-piece:before {
1210
1029
  content: "\f12e";
1211
1030
  }
1212
- .icon-microphone:before {
1031
+ .fa-microphone:before {
1213
1032
  content: "\f130";
1214
1033
  }
1215
- .icon-microphone-off:before {
1034
+ .fa-microphone-slash:before {
1216
1035
  content: "\f131";
1217
1036
  }
1218
- .icon-shield:before {
1037
+ .fa-shield:before {
1219
1038
  content: "\f132";
1220
1039
  }
1221
- .icon-calendar-empty:before {
1040
+ .fa-calendar-o:before {
1222
1041
  content: "\f133";
1223
1042
  }
1224
- .icon-fire-extinguisher:before {
1043
+ .fa-fire-extinguisher:before {
1225
1044
  content: "\f134";
1226
1045
  }
1227
- .icon-rocket:before {
1046
+ .fa-rocket:before {
1228
1047
  content: "\f135";
1229
1048
  }
1230
- .icon-maxcdn:before {
1049
+ .fa-maxcdn:before {
1231
1050
  content: "\f136";
1232
1051
  }
1233
- .icon-chevron-sign-left:before {
1052
+ .fa-chevron-circle-left:before {
1234
1053
  content: "\f137";
1235
1054
  }
1236
- .icon-chevron-sign-right:before {
1055
+ .fa-chevron-circle-right:before {
1237
1056
  content: "\f138";
1238
1057
  }
1239
- .icon-chevron-sign-up:before {
1058
+ .fa-chevron-circle-up:before {
1240
1059
  content: "\f139";
1241
1060
  }
1242
- .icon-chevron-sign-down:before {
1061
+ .fa-chevron-circle-down:before {
1243
1062
  content: "\f13a";
1244
1063
  }
1245
- .icon-html5:before {
1064
+ .fa-html5:before {
1246
1065
  content: "\f13b";
1247
1066
  }
1248
- .icon-css3:before {
1067
+ .fa-css3:before {
1249
1068
  content: "\f13c";
1250
1069
  }
1251
- .icon-anchor:before {
1070
+ .fa-anchor:before {
1252
1071
  content: "\f13d";
1253
1072
  }
1254
- .icon-unlock-alt:before {
1073
+ .fa-unlock-alt:before {
1255
1074
  content: "\f13e";
1256
1075
  }
1257
- .icon-bullseye:before {
1076
+ .fa-bullseye:before {
1258
1077
  content: "\f140";
1259
1078
  }
1260
- .icon-ellipsis-horizontal:before {
1079
+ .fa-ellipsis-h:before {
1261
1080
  content: "\f141";
1262
1081
  }
1263
- .icon-ellipsis-vertical:before {
1082
+ .fa-ellipsis-v:before {
1264
1083
  content: "\f142";
1265
1084
  }
1266
- .icon-rss-sign:before {
1085
+ .fa-rss-square:before {
1267
1086
  content: "\f143";
1268
1087
  }
1269
- .icon-play-sign:before {
1088
+ .fa-play-circle:before {
1270
1089
  content: "\f144";
1271
1090
  }
1272
- .icon-ticket:before {
1091
+ .fa-ticket:before {
1273
1092
  content: "\f145";
1274
1093
  }
1275
- .icon-minus-sign-alt:before {
1094
+ .fa-minus-square:before {
1276
1095
  content: "\f146";
1277
1096
  }
1278
- .icon-check-minus:before {
1097
+ .fa-minus-square-o:before {
1279
1098
  content: "\f147";
1280
1099
  }
1281
- .icon-level-up:before {
1100
+ .fa-level-up:before {
1282
1101
  content: "\f148";
1283
1102
  }
1284
- .icon-level-down:before {
1103
+ .fa-level-down:before {
1285
1104
  content: "\f149";
1286
1105
  }
1287
- .icon-check-sign:before {
1106
+ .fa-check-square:before {
1288
1107
  content: "\f14a";
1289
1108
  }
1290
- .icon-edit-sign:before {
1109
+ .fa-pencil-square:before {
1291
1110
  content: "\f14b";
1292
1111
  }
1293
- .icon-external-link-sign:before {
1112
+ .fa-external-link-square:before {
1294
1113
  content: "\f14c";
1295
1114
  }
1296
- .icon-share-sign:before {
1115
+ .fa-share-square:before {
1297
1116
  content: "\f14d";
1298
1117
  }
1299
- .icon-compass:before {
1118
+ .fa-compass:before {
1300
1119
  content: "\f14e";
1301
1120
  }
1302
- .icon-collapse:before {
1121
+ .fa-toggle-down:before,
1122
+ .fa-caret-square-o-down:before {
1303
1123
  content: "\f150";
1304
1124
  }
1305
- .icon-collapse-top:before {
1125
+ .fa-toggle-up:before,
1126
+ .fa-caret-square-o-up:before {
1306
1127
  content: "\f151";
1307
1128
  }
1308
- .icon-expand:before {
1129
+ .fa-toggle-right:before,
1130
+ .fa-caret-square-o-right:before {
1309
1131
  content: "\f152";
1310
1132
  }
1311
- .icon-euro:before,
1312
- .icon-eur:before {
1133
+ .fa-euro:before,
1134
+ .fa-eur:before {
1313
1135
  content: "\f153";
1314
1136
  }
1315
- .icon-gbp:before {
1137
+ .fa-gbp:before {
1316
1138
  content: "\f154";
1317
1139
  }
1318
- .icon-dollar:before,
1319
- .icon-usd:before {
1140
+ .fa-dollar:before,
1141
+ .fa-usd:before {
1320
1142
  content: "\f155";
1321
1143
  }
1322
- .icon-rupee:before,
1323
- .icon-inr:before {
1144
+ .fa-rupee:before,
1145
+ .fa-inr:before {
1324
1146
  content: "\f156";
1325
1147
  }
1326
- .icon-yen:before,
1327
- .icon-jpy:before {
1148
+ .fa-cny:before,
1149
+ .fa-rmb:before,
1150
+ .fa-yen:before,
1151
+ .fa-jpy:before {
1328
1152
  content: "\f157";
1329
1153
  }
1330
- .icon-renminbi:before,
1331
- .icon-cny:before {
1154
+ .fa-ruble:before,
1155
+ .fa-rouble:before,
1156
+ .fa-rub:before {
1332
1157
  content: "\f158";
1333
1158
  }
1334
- .icon-won:before,
1335
- .icon-krw:before {
1159
+ .fa-won:before,
1160
+ .fa-krw:before {
1336
1161
  content: "\f159";
1337
1162
  }
1338
- .icon-bitcoin:before,
1339
- .icon-btc:before {
1163
+ .fa-bitcoin:before,
1164
+ .fa-btc:before {
1340
1165
  content: "\f15a";
1341
1166
  }
1342
- .icon-file:before {
1167
+ .fa-file:before {
1343
1168
  content: "\f15b";
1344
1169
  }
1345
- .icon-file-text:before {
1170
+ .fa-file-text:before {
1346
1171
  content: "\f15c";
1347
1172
  }
1348
- .icon-sort-by-alphabet:before {
1173
+ .fa-sort-alpha-asc:before {
1349
1174
  content: "\f15d";
1350
1175
  }
1351
- .icon-sort-by-alphabet-alt:before {
1176
+ .fa-sort-alpha-desc:before {
1352
1177
  content: "\f15e";
1353
1178
  }
1354
- .icon-sort-by-attributes:before {
1179
+ .fa-sort-amount-asc:before {
1355
1180
  content: "\f160";
1356
1181
  }
1357
- .icon-sort-by-attributes-alt:before {
1182
+ .fa-sort-amount-desc:before {
1358
1183
  content: "\f161";
1359
1184
  }
1360
- .icon-sort-by-order:before {
1185
+ .fa-sort-numeric-asc:before {
1361
1186
  content: "\f162";
1362
1187
  }
1363
- .icon-sort-by-order-alt:before {
1188
+ .fa-sort-numeric-desc:before {
1364
1189
  content: "\f163";
1365
1190
  }
1366
- .icon-thumbs-up:before {
1191
+ .fa-thumbs-up:before {
1367
1192
  content: "\f164";
1368
1193
  }
1369
- .icon-thumbs-down:before {
1194
+ .fa-thumbs-down:before {
1370
1195
  content: "\f165";
1371
1196
  }
1372
- .icon-youtube-sign:before {
1197
+ .fa-youtube-square:before {
1373
1198
  content: "\f166";
1374
1199
  }
1375
- .icon-youtube:before {
1200
+ .fa-youtube:before {
1376
1201
  content: "\f167";
1377
1202
  }
1378
- .icon-xing:before {
1203
+ .fa-xing:before {
1379
1204
  content: "\f168";
1380
1205
  }
1381
- .icon-xing-sign:before {
1206
+ .fa-xing-square:before {
1382
1207
  content: "\f169";
1383
1208
  }
1384
- .icon-youtube-play:before {
1209
+ .fa-youtube-play:before {
1385
1210
  content: "\f16a";
1386
1211
  }
1387
- .icon-dropbox:before {
1212
+ .fa-dropbox:before {
1388
1213
  content: "\f16b";
1389
1214
  }
1390
- .icon-stackexchange:before {
1215
+ .fa-stack-overflow:before {
1391
1216
  content: "\f16c";
1392
1217
  }
1393
- .icon-instagram:before {
1218
+ .fa-instagram:before {
1394
1219
  content: "\f16d";
1395
1220
  }
1396
- .icon-flickr:before {
1221
+ .fa-flickr:before {
1397
1222
  content: "\f16e";
1398
1223
  }
1399
- .icon-adn:before {
1224
+ .fa-adn:before {
1400
1225
  content: "\f170";
1401
1226
  }
1402
- .icon-bitbucket:before {
1227
+ .fa-bitbucket:before {
1403
1228
  content: "\f171";
1404
1229
  }
1405
- .icon-bitbucket-sign:before {
1230
+ .fa-bitbucket-square:before {
1406
1231
  content: "\f172";
1407
1232
  }
1408
- .icon-tumblr:before {
1233
+ .fa-tumblr:before {
1409
1234
  content: "\f173";
1410
1235
  }
1411
- .icon-tumblr-sign:before {
1236
+ .fa-tumblr-square:before {
1412
1237
  content: "\f174";
1413
1238
  }
1414
- .icon-long-arrow-down:before {
1239
+ .fa-long-arrow-down:before {
1415
1240
  content: "\f175";
1416
1241
  }
1417
- .icon-long-arrow-up:before {
1242
+ .fa-long-arrow-up:before {
1418
1243
  content: "\f176";
1419
1244
  }
1420
- .icon-long-arrow-left:before {
1245
+ .fa-long-arrow-left:before {
1421
1246
  content: "\f177";
1422
1247
  }
1423
- .icon-long-arrow-right:before {
1248
+ .fa-long-arrow-right:before {
1424
1249
  content: "\f178";
1425
1250
  }
1426
- .icon-apple:before {
1251
+ .fa-apple:before {
1427
1252
  content: "\f179";
1428
1253
  }
1429
- .icon-windows:before {
1254
+ .fa-windows:before {
1430
1255
  content: "\f17a";
1431
1256
  }
1432
- .icon-android:before {
1257
+ .fa-android:before {
1433
1258
  content: "\f17b";
1434
1259
  }
1435
- .icon-linux:before {
1260
+ .fa-linux:before {
1436
1261
  content: "\f17c";
1437
1262
  }
1438
- .icon-dribbble:before {
1263
+ .fa-dribbble:before {
1439
1264
  content: "\f17d";
1440
1265
  }
1441
- .icon-skype:before {
1266
+ .fa-skype:before {
1442
1267
  content: "\f17e";
1443
1268
  }
1444
- .icon-foursquare:before {
1269
+ .fa-foursquare:before {
1445
1270
  content: "\f180";
1446
1271
  }
1447
- .icon-trello:before {
1272
+ .fa-trello:before {
1448
1273
  content: "\f181";
1449
1274
  }
1450
- .icon-female:before {
1275
+ .fa-female:before {
1451
1276
  content: "\f182";
1452
1277
  }
1453
- .icon-male:before {
1278
+ .fa-male:before {
1454
1279
  content: "\f183";
1455
1280
  }
1456
- .icon-gittip:before {
1281
+ .fa-gittip:before,
1282
+ .fa-gratipay:before {
1457
1283
  content: "\f184";
1458
1284
  }
1459
- .icon-sun:before {
1285
+ .fa-sun-o:before {
1460
1286
  content: "\f185";
1461
1287
  }
1462
- .icon-moon:before {
1288
+ .fa-moon-o:before {
1463
1289
  content: "\f186";
1464
1290
  }
1465
- .icon-archive:before {
1291
+ .fa-archive:before {
1466
1292
  content: "\f187";
1467
1293
  }
1468
- .icon-bug:before {
1294
+ .fa-bug:before {
1469
1295
  content: "\f188";
1470
1296
  }
1471
- .icon-vk:before {
1297
+ .fa-vk:before {
1472
1298
  content: "\f189";
1473
1299
  }
1474
- .icon-weibo:before {
1300
+ .fa-weibo:before {
1475
1301
  content: "\f18a";
1476
1302
  }
1477
- .icon-renren:before {
1303
+ .fa-renren:before {
1478
1304
  content: "\f18b";
1479
1305
  }
1306
+ .fa-pagelines:before {
1307
+ content: "\f18c";
1308
+ }
1309
+ .fa-stack-exchange:before {
1310
+ content: "\f18d";
1311
+ }
1312
+ .fa-arrow-circle-o-right:before {
1313
+ content: "\f18e";
1314
+ }
1315
+ .fa-arrow-circle-o-left:before {
1316
+ content: "\f190";
1317
+ }
1318
+ .fa-toggle-left:before,
1319
+ .fa-caret-square-o-left:before {
1320
+ content: "\f191";
1321
+ }
1322
+ .fa-dot-circle-o:before {
1323
+ content: "\f192";
1324
+ }
1325
+ .fa-wheelchair:before {
1326
+ content: "\f193";
1327
+ }
1328
+ .fa-vimeo-square:before {
1329
+ content: "\f194";
1330
+ }
1331
+ .fa-turkish-lira:before,
1332
+ .fa-try:before {
1333
+ content: "\f195";
1334
+ }
1335
+ .fa-plus-square-o:before {
1336
+ content: "\f196";
1337
+ }
1338
+ .fa-space-shuttle:before {
1339
+ content: "\f197";
1340
+ }
1341
+ .fa-slack:before {
1342
+ content: "\f198";
1343
+ }
1344
+ .fa-envelope-square:before {
1345
+ content: "\f199";
1346
+ }
1347
+ .fa-wordpress:before {
1348
+ content: "\f19a";
1349
+ }
1350
+ .fa-openid:before {
1351
+ content: "\f19b";
1352
+ }
1353
+ .fa-institution:before,
1354
+ .fa-bank:before,
1355
+ .fa-university:before {
1356
+ content: "\f19c";
1357
+ }
1358
+ .fa-mortar-board:before,
1359
+ .fa-graduation-cap:before {
1360
+ content: "\f19d";
1361
+ }
1362
+ .fa-yahoo:before {
1363
+ content: "\f19e";
1364
+ }
1365
+ .fa-google:before {
1366
+ content: "\f1a0";
1367
+ }
1368
+ .fa-reddit:before {
1369
+ content: "\f1a1";
1370
+ }
1371
+ .fa-reddit-square:before {
1372
+ content: "\f1a2";
1373
+ }
1374
+ .fa-stumbleupon-circle:before {
1375
+ content: "\f1a3";
1376
+ }
1377
+ .fa-stumbleupon:before {
1378
+ content: "\f1a4";
1379
+ }
1380
+ .fa-delicious:before {
1381
+ content: "\f1a5";
1382
+ }
1383
+ .fa-digg:before {
1384
+ content: "\f1a6";
1385
+ }
1386
+ .fa-pied-piper:before {
1387
+ content: "\f1a7";
1388
+ }
1389
+ .fa-pied-piper-alt:before {
1390
+ content: "\f1a8";
1391
+ }
1392
+ .fa-drupal:before {
1393
+ content: "\f1a9";
1394
+ }
1395
+ .fa-joomla:before {
1396
+ content: "\f1aa";
1397
+ }
1398
+ .fa-language:before {
1399
+ content: "\f1ab";
1400
+ }
1401
+ .fa-fax:before {
1402
+ content: "\f1ac";
1403
+ }
1404
+ .fa-building:before {
1405
+ content: "\f1ad";
1406
+ }
1407
+ .fa-child:before {
1408
+ content: "\f1ae";
1409
+ }
1410
+ .fa-paw:before {
1411
+ content: "\f1b0";
1412
+ }
1413
+ .fa-spoon:before {
1414
+ content: "\f1b1";
1415
+ }
1416
+ .fa-cube:before {
1417
+ content: "\f1b2";
1418
+ }
1419
+ .fa-cubes:before {
1420
+ content: "\f1b3";
1421
+ }
1422
+ .fa-behance:before {
1423
+ content: "\f1b4";
1424
+ }
1425
+ .fa-behance-square:before {
1426
+ content: "\f1b5";
1427
+ }
1428
+ .fa-steam:before {
1429
+ content: "\f1b6";
1430
+ }
1431
+ .fa-steam-square:before {
1432
+ content: "\f1b7";
1433
+ }
1434
+ .fa-recycle:before {
1435
+ content: "\f1b8";
1436
+ }
1437
+ .fa-automobile:before,
1438
+ .fa-car:before {
1439
+ content: "\f1b9";
1440
+ }
1441
+ .fa-cab:before,
1442
+ .fa-taxi:before {
1443
+ content: "\f1ba";
1444
+ }
1445
+ .fa-tree:before {
1446
+ content: "\f1bb";
1447
+ }
1448
+ .fa-spotify:before {
1449
+ content: "\f1bc";
1450
+ }
1451
+ .fa-deviantart:before {
1452
+ content: "\f1bd";
1453
+ }
1454
+ .fa-soundcloud:before {
1455
+ content: "\f1be";
1456
+ }
1457
+ .fa-database:before {
1458
+ content: "\f1c0";
1459
+ }
1460
+ .fa-file-pdf-o:before {
1461
+ content: "\f1c1";
1462
+ }
1463
+ .fa-file-word-o:before {
1464
+ content: "\f1c2";
1465
+ }
1466
+ .fa-file-excel-o:before {
1467
+ content: "\f1c3";
1468
+ }
1469
+ .fa-file-powerpoint-o:before {
1470
+ content: "\f1c4";
1471
+ }
1472
+ .fa-file-photo-o:before,
1473
+ .fa-file-picture-o:before,
1474
+ .fa-file-image-o:before {
1475
+ content: "\f1c5";
1476
+ }
1477
+ .fa-file-zip-o:before,
1478
+ .fa-file-archive-o:before {
1479
+ content: "\f1c6";
1480
+ }
1481
+ .fa-file-sound-o:before,
1482
+ .fa-file-audio-o:before {
1483
+ content: "\f1c7";
1484
+ }
1485
+ .fa-file-movie-o:before,
1486
+ .fa-file-video-o:before {
1487
+ content: "\f1c8";
1488
+ }
1489
+ .fa-file-code-o:before {
1490
+ content: "\f1c9";
1491
+ }
1492
+ .fa-vine:before {
1493
+ content: "\f1ca";
1494
+ }
1495
+ .fa-codepen:before {
1496
+ content: "\f1cb";
1497
+ }
1498
+ .fa-jsfiddle:before {
1499
+ content: "\f1cc";
1500
+ }
1501
+ .fa-life-bouy:before,
1502
+ .fa-life-buoy:before,
1503
+ .fa-life-saver:before,
1504
+ .fa-support:before,
1505
+ .fa-life-ring:before {
1506
+ content: "\f1cd";
1507
+ }
1508
+ .fa-circle-o-notch:before {
1509
+ content: "\f1ce";
1510
+ }
1511
+ .fa-ra:before,
1512
+ .fa-rebel:before {
1513
+ content: "\f1d0";
1514
+ }
1515
+ .fa-ge:before,
1516
+ .fa-empire:before {
1517
+ content: "\f1d1";
1518
+ }
1519
+ .fa-git-square:before {
1520
+ content: "\f1d2";
1521
+ }
1522
+ .fa-git:before {
1523
+ content: "\f1d3";
1524
+ }
1525
+ .fa-y-combinator-square:before,
1526
+ .fa-yc-square:before,
1527
+ .fa-hacker-news:before {
1528
+ content: "\f1d4";
1529
+ }
1530
+ .fa-tencent-weibo:before {
1531
+ content: "\f1d5";
1532
+ }
1533
+ .fa-qq:before {
1534
+ content: "\f1d6";
1535
+ }
1536
+ .fa-wechat:before,
1537
+ .fa-weixin:before {
1538
+ content: "\f1d7";
1539
+ }
1540
+ .fa-send:before,
1541
+ .fa-paper-plane:before {
1542
+ content: "\f1d8";
1543
+ }
1544
+ .fa-send-o:before,
1545
+ .fa-paper-plane-o:before {
1546
+ content: "\f1d9";
1547
+ }
1548
+ .fa-history:before {
1549
+ content: "\f1da";
1550
+ }
1551
+ .fa-circle-thin:before {
1552
+ content: "\f1db";
1553
+ }
1554
+ .fa-header:before {
1555
+ content: "\f1dc";
1556
+ }
1557
+ .fa-paragraph:before {
1558
+ content: "\f1dd";
1559
+ }
1560
+ .fa-sliders:before {
1561
+ content: "\f1de";
1562
+ }
1563
+ .fa-share-alt:before {
1564
+ content: "\f1e0";
1565
+ }
1566
+ .fa-share-alt-square:before {
1567
+ content: "\f1e1";
1568
+ }
1569
+ .fa-bomb:before {
1570
+ content: "\f1e2";
1571
+ }
1572
+ .fa-soccer-ball-o:before,
1573
+ .fa-futbol-o:before {
1574
+ content: "\f1e3";
1575
+ }
1576
+ .fa-tty:before {
1577
+ content: "\f1e4";
1578
+ }
1579
+ .fa-binoculars:before {
1580
+ content: "\f1e5";
1581
+ }
1582
+ .fa-plug:before {
1583
+ content: "\f1e6";
1584
+ }
1585
+ .fa-slideshare:before {
1586
+ content: "\f1e7";
1587
+ }
1588
+ .fa-twitch:before {
1589
+ content: "\f1e8";
1590
+ }
1591
+ .fa-yelp:before {
1592
+ content: "\f1e9";
1593
+ }
1594
+ .fa-newspaper-o:before {
1595
+ content: "\f1ea";
1596
+ }
1597
+ .fa-wifi:before {
1598
+ content: "\f1eb";
1599
+ }
1600
+ .fa-calculator:before {
1601
+ content: "\f1ec";
1602
+ }
1603
+ .fa-paypal:before {
1604
+ content: "\f1ed";
1605
+ }
1606
+ .fa-google-wallet:before {
1607
+ content: "\f1ee";
1608
+ }
1609
+ .fa-cc-visa:before {
1610
+ content: "\f1f0";
1611
+ }
1612
+ .fa-cc-mastercard:before {
1613
+ content: "\f1f1";
1614
+ }
1615
+ .fa-cc-discover:before {
1616
+ content: "\f1f2";
1617
+ }
1618
+ .fa-cc-amex:before {
1619
+ content: "\f1f3";
1620
+ }
1621
+ .fa-cc-paypal:before {
1622
+ content: "\f1f4";
1623
+ }
1624
+ .fa-cc-stripe:before {
1625
+ content: "\f1f5";
1626
+ }
1627
+ .fa-bell-slash:before {
1628
+ content: "\f1f6";
1629
+ }
1630
+ .fa-bell-slash-o:before {
1631
+ content: "\f1f7";
1632
+ }
1633
+ .fa-trash:before {
1634
+ content: "\f1f8";
1635
+ }
1636
+ .fa-copyright:before {
1637
+ content: "\f1f9";
1638
+ }
1639
+ .fa-at:before {
1640
+ content: "\f1fa";
1641
+ }
1642
+ .fa-eyedropper:before {
1643
+ content: "\f1fb";
1644
+ }
1645
+ .fa-paint-brush:before {
1646
+ content: "\f1fc";
1647
+ }
1648
+ .fa-birthday-cake:before {
1649
+ content: "\f1fd";
1650
+ }
1651
+ .fa-area-chart:before {
1652
+ content: "\f1fe";
1653
+ }
1654
+ .fa-pie-chart:before {
1655
+ content: "\f200";
1656
+ }
1657
+ .fa-line-chart:before {
1658
+ content: "\f201";
1659
+ }
1660
+ .fa-lastfm:before {
1661
+ content: "\f202";
1662
+ }
1663
+ .fa-lastfm-square:before {
1664
+ content: "\f203";
1665
+ }
1666
+ .fa-toggle-off:before {
1667
+ content: "\f204";
1668
+ }
1669
+ .fa-toggle-on:before {
1670
+ content: "\f205";
1671
+ }
1672
+ .fa-bicycle:before {
1673
+ content: "\f206";
1674
+ }
1675
+ .fa-bus:before {
1676
+ content: "\f207";
1677
+ }
1678
+ .fa-ioxhost:before {
1679
+ content: "\f208";
1680
+ }
1681
+ .fa-angellist:before {
1682
+ content: "\f209";
1683
+ }
1684
+ .fa-cc:before {
1685
+ content: "\f20a";
1686
+ }
1687
+ .fa-shekel:before,
1688
+ .fa-sheqel:before,
1689
+ .fa-ils:before {
1690
+ content: "\f20b";
1691
+ }
1692
+ .fa-meanpath:before {
1693
+ content: "\f20c";
1694
+ }
1695
+ .fa-buysellads:before {
1696
+ content: "\f20d";
1697
+ }
1698
+ .fa-connectdevelop:before {
1699
+ content: "\f20e";
1700
+ }
1701
+ .fa-dashcube:before {
1702
+ content: "\f210";
1703
+ }
1704
+ .fa-forumbee:before {
1705
+ content: "\f211";
1706
+ }
1707
+ .fa-leanpub:before {
1708
+ content: "\f212";
1709
+ }
1710
+ .fa-sellsy:before {
1711
+ content: "\f213";
1712
+ }
1713
+ .fa-shirtsinbulk:before {
1714
+ content: "\f214";
1715
+ }
1716
+ .fa-simplybuilt:before {
1717
+ content: "\f215";
1718
+ }
1719
+ .fa-skyatlas:before {
1720
+ content: "\f216";
1721
+ }
1722
+ .fa-cart-plus:before {
1723
+ content: "\f217";
1724
+ }
1725
+ .fa-cart-arrow-down:before {
1726
+ content: "\f218";
1727
+ }
1728
+ .fa-diamond:before {
1729
+ content: "\f219";
1730
+ }
1731
+ .fa-ship:before {
1732
+ content: "\f21a";
1733
+ }
1734
+ .fa-user-secret:before {
1735
+ content: "\f21b";
1736
+ }
1737
+ .fa-motorcycle:before {
1738
+ content: "\f21c";
1739
+ }
1740
+ .fa-street-view:before {
1741
+ content: "\f21d";
1742
+ }
1743
+ .fa-heartbeat:before {
1744
+ content: "\f21e";
1745
+ }
1746
+ .fa-venus:before {
1747
+ content: "\f221";
1748
+ }
1749
+ .fa-mars:before {
1750
+ content: "\f222";
1751
+ }
1752
+ .fa-mercury:before {
1753
+ content: "\f223";
1754
+ }
1755
+ .fa-intersex:before,
1756
+ .fa-transgender:before {
1757
+ content: "\f224";
1758
+ }
1759
+ .fa-transgender-alt:before {
1760
+ content: "\f225";
1761
+ }
1762
+ .fa-venus-double:before {
1763
+ content: "\f226";
1764
+ }
1765
+ .fa-mars-double:before {
1766
+ content: "\f227";
1767
+ }
1768
+ .fa-venus-mars:before {
1769
+ content: "\f228";
1770
+ }
1771
+ .fa-mars-stroke:before {
1772
+ content: "\f229";
1773
+ }
1774
+ .fa-mars-stroke-v:before {
1775
+ content: "\f22a";
1776
+ }
1777
+ .fa-mars-stroke-h:before {
1778
+ content: "\f22b";
1779
+ }
1780
+ .fa-neuter:before {
1781
+ content: "\f22c";
1782
+ }
1783
+ .fa-genderless:before {
1784
+ content: "\f22d";
1785
+ }
1786
+ .fa-facebook-official:before {
1787
+ content: "\f230";
1788
+ }
1789
+ .fa-pinterest-p:before {
1790
+ content: "\f231";
1791
+ }
1792
+ .fa-whatsapp:before {
1793
+ content: "\f232";
1794
+ }
1795
+ .fa-server:before {
1796
+ content: "\f233";
1797
+ }
1798
+ .fa-user-plus:before {
1799
+ content: "\f234";
1800
+ }
1801
+ .fa-user-times:before {
1802
+ content: "\f235";
1803
+ }
1804
+ .fa-hotel:before,
1805
+ .fa-bed:before {
1806
+ content: "\f236";
1807
+ }
1808
+ .fa-viacoin:before {
1809
+ content: "\f237";
1810
+ }
1811
+ .fa-train:before {
1812
+ content: "\f238";
1813
+ }
1814
+ .fa-subway:before {
1815
+ content: "\f239";
1816
+ }
1817
+ .fa-medium:before {
1818
+ content: "\f23a";
1819
+ }
1820
+ .fa-yc:before,
1821
+ .fa-y-combinator:before {
1822
+ content: "\f23b";
1823
+ }
1824
+ .fa-optin-monster:before {
1825
+ content: "\f23c";
1826
+ }
1827
+ .fa-opencart:before {
1828
+ content: "\f23d";
1829
+ }
1830
+ .fa-expeditedssl:before {
1831
+ content: "\f23e";
1832
+ }
1833
+ .fa-battery-4:before,
1834
+ .fa-battery-full:before {
1835
+ content: "\f240";
1836
+ }
1837
+ .fa-battery-3:before,
1838
+ .fa-battery-three-quarters:before {
1839
+ content: "\f241";
1840
+ }
1841
+ .fa-battery-2:before,
1842
+ .fa-battery-half:before {
1843
+ content: "\f242";
1844
+ }
1845
+ .fa-battery-1:before,
1846
+ .fa-battery-quarter:before {
1847
+ content: "\f243";
1848
+ }
1849
+ .fa-battery-0:before,
1850
+ .fa-battery-empty:before {
1851
+ content: "\f244";
1852
+ }
1853
+ .fa-mouse-pointer:before {
1854
+ content: "\f245";
1855
+ }
1856
+ .fa-i-cursor:before {
1857
+ content: "\f246";
1858
+ }
1859
+ .fa-object-group:before {
1860
+ content: "\f247";
1861
+ }
1862
+ .fa-object-ungroup:before {
1863
+ content: "\f248";
1864
+ }
1865
+ .fa-sticky-note:before {
1866
+ content: "\f249";
1867
+ }
1868
+ .fa-sticky-note-o:before {
1869
+ content: "\f24a";
1870
+ }
1871
+ .fa-cc-jcb:before {
1872
+ content: "\f24b";
1873
+ }
1874
+ .fa-cc-diners-club:before {
1875
+ content: "\f24c";
1876
+ }
1877
+ .fa-clone:before {
1878
+ content: "\f24d";
1879
+ }
1880
+ .fa-balance-scale:before {
1881
+ content: "\f24e";
1882
+ }
1883
+ .fa-hourglass-o:before {
1884
+ content: "\f250";
1885
+ }
1886
+ .fa-hourglass-1:before,
1887
+ .fa-hourglass-start:before {
1888
+ content: "\f251";
1889
+ }
1890
+ .fa-hourglass-2:before,
1891
+ .fa-hourglass-half:before {
1892
+ content: "\f252";
1893
+ }
1894
+ .fa-hourglass-3:before,
1895
+ .fa-hourglass-end:before {
1896
+ content: "\f253";
1897
+ }
1898
+ .fa-hourglass:before {
1899
+ content: "\f254";
1900
+ }
1901
+ .fa-hand-grab-o:before,
1902
+ .fa-hand-rock-o:before {
1903
+ content: "\f255";
1904
+ }
1905
+ .fa-hand-stop-o:before,
1906
+ .fa-hand-paper-o:before {
1907
+ content: "\f256";
1908
+ }
1909
+ .fa-hand-scissors-o:before {
1910
+ content: "\f257";
1911
+ }
1912
+ .fa-hand-lizard-o:before {
1913
+ content: "\f258";
1914
+ }
1915
+ .fa-hand-spock-o:before {
1916
+ content: "\f259";
1917
+ }
1918
+ .fa-hand-pointer-o:before {
1919
+ content: "\f25a";
1920
+ }
1921
+ .fa-hand-peace-o:before {
1922
+ content: "\f25b";
1923
+ }
1924
+ .fa-trademark:before {
1925
+ content: "\f25c";
1926
+ }
1927
+ .fa-registered:before {
1928
+ content: "\f25d";
1929
+ }
1930
+ .fa-creative-commons:before {
1931
+ content: "\f25e";
1932
+ }
1933
+ .fa-gg:before {
1934
+ content: "\f260";
1935
+ }
1936
+ .fa-gg-circle:before {
1937
+ content: "\f261";
1938
+ }
1939
+ .fa-tripadvisor:before {
1940
+ content: "\f262";
1941
+ }
1942
+ .fa-odnoklassniki:before {
1943
+ content: "\f263";
1944
+ }
1945
+ .fa-odnoklassniki-square:before {
1946
+ content: "\f264";
1947
+ }
1948
+ .fa-get-pocket:before {
1949
+ content: "\f265";
1950
+ }
1951
+ .fa-wikipedia-w:before {
1952
+ content: "\f266";
1953
+ }
1954
+ .fa-safari:before {
1955
+ content: "\f267";
1956
+ }
1957
+ .fa-chrome:before {
1958
+ content: "\f268";
1959
+ }
1960
+ .fa-firefox:before {
1961
+ content: "\f269";
1962
+ }
1963
+ .fa-opera:before {
1964
+ content: "\f26a";
1965
+ }
1966
+ .fa-internet-explorer:before {
1967
+ content: "\f26b";
1968
+ }
1969
+ .fa-tv:before,
1970
+ .fa-television:before {
1971
+ content: "\f26c";
1972
+ }
1973
+ .fa-contao:before {
1974
+ content: "\f26d";
1975
+ }
1976
+ .fa-500px:before {
1977
+ content: "\f26e";
1978
+ }
1979
+ .fa-amazon:before {
1980
+ content: "\f270";
1981
+ }
1982
+ .fa-calendar-plus-o:before {
1983
+ content: "\f271";
1984
+ }
1985
+ .fa-calendar-minus-o:before {
1986
+ content: "\f272";
1987
+ }
1988
+ .fa-calendar-times-o:before {
1989
+ content: "\f273";
1990
+ }
1991
+ .fa-calendar-check-o:before {
1992
+ content: "\f274";
1993
+ }
1994
+ .fa-industry:before {
1995
+ content: "\f275";
1996
+ }
1997
+ .fa-map-pin:before {
1998
+ content: "\f276";
1999
+ }
2000
+ .fa-map-signs:before {
2001
+ content: "\f277";
2002
+ }
2003
+ .fa-map-o:before {
2004
+ content: "\f278";
2005
+ }
2006
+ .fa-map:before {
2007
+ content: "\f279";
2008
+ }
2009
+ .fa-commenting:before {
2010
+ content: "\f27a";
2011
+ }
2012
+ .fa-commenting-o:before {
2013
+ content: "\f27b";
2014
+ }
2015
+ .fa-houzz:before {
2016
+ content: "\f27c";
2017
+ }
2018
+ .fa-vimeo:before {
2019
+ content: "\f27d";
2020
+ }
2021
+ .fa-black-tie:before {
2022
+ content: "\f27e";
2023
+ }
2024
+ .fa-fonticons:before {
2025
+ content: "\f280";
2026
+ }
2027
+ .fa-reddit-alien:before {
2028
+ content: "\f281";
2029
+ }
2030
+ .fa-edge:before {
2031
+ content: "\f282";
2032
+ }
2033
+ .fa-credit-card-alt:before {
2034
+ content: "\f283";
2035
+ }
2036
+ .fa-codiepie:before {
2037
+ content: "\f284";
2038
+ }
2039
+ .fa-modx:before {
2040
+ content: "\f285";
2041
+ }
2042
+ .fa-fort-awesome:before {
2043
+ content: "\f286";
2044
+ }
2045
+ .fa-usb:before {
2046
+ content: "\f287";
2047
+ }
2048
+ .fa-product-hunt:before {
2049
+ content: "\f288";
2050
+ }
2051
+ .fa-mixcloud:before {
2052
+ content: "\f289";
2053
+ }
2054
+ .fa-scribd:before {
2055
+ content: "\f28a";
2056
+ }
2057
+ .fa-pause-circle:before {
2058
+ content: "\f28b";
2059
+ }
2060
+ .fa-pause-circle-o:before {
2061
+ content: "\f28c";
2062
+ }
2063
+ .fa-stop-circle:before {
2064
+ content: "\f28d";
2065
+ }
2066
+ .fa-stop-circle-o:before {
2067
+ content: "\f28e";
2068
+ }
2069
+ .fa-shopping-bag:before {
2070
+ content: "\f290";
2071
+ }
2072
+ .fa-shopping-basket:before {
2073
+ content: "\f291";
2074
+ }
2075
+ .fa-hashtag:before {
2076
+ content: "\f292";
2077
+ }
2078
+ .fa-bluetooth:before {
2079
+ content: "\f293";
2080
+ }
2081
+ .fa-bluetooth-b:before {
2082
+ content: "\f294";
2083
+ }
2084
+ .fa-percent:before {
2085
+ content: "\f295";
2086
+ }