genus 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +29 -0
  4. data/Rakefile +2 -0
  5. data/app/assets/fonts/FontAwesome.otf +0 -0
  6. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  7. data/app/assets/fonts/fontawesome-webfont.svg +520 -0
  8. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  10. data/app/assets/javascripts/bootstrap/affix.js +142 -0
  11. data/app/assets/javascripts/bootstrap/alert.js +92 -0
  12. data/app/assets/javascripts/bootstrap/button.js +110 -0
  13. data/app/assets/javascripts/bootstrap/carousel.js +223 -0
  14. data/app/assets/javascripts/bootstrap/collapse.js +170 -0
  15. data/app/assets/javascripts/bootstrap/dropdown.js +151 -0
  16. data/app/assets/javascripts/bootstrap/modal.js +280 -0
  17. data/app/assets/javascripts/bootstrap/popover.js +113 -0
  18. data/app/assets/javascripts/bootstrap/scrollspy.js +170 -0
  19. data/app/assets/javascripts/bootstrap/tab.js +128 -0
  20. data/app/assets/javascripts/bootstrap/tooltip.js +457 -0
  21. data/app/assets/javascripts/bootstrap/transition.js +59 -0
  22. data/app/assets/javascripts/bootstrap.js +12 -0
  23. data/app/assets/javascripts/genus.js.coffee +4 -0
  24. data/app/assets/stylesheets/bootstrap/_alerts.scss +68 -0
  25. data/app/assets/stylesheets/bootstrap/_badges.scss +57 -0
  26. data/app/assets/stylesheets/bootstrap/_breadcrumbs.scss +26 -0
  27. data/app/assets/stylesheets/bootstrap/_button-groups.scss +240 -0
  28. data/app/assets/stylesheets/bootstrap/_buttons.scss +157 -0
  29. data/app/assets/stylesheets/bootstrap/_carousel.scss +243 -0
  30. data/app/assets/stylesheets/bootstrap/_close.scss +35 -0
  31. data/app/assets/stylesheets/bootstrap/_code.scss +68 -0
  32. data/app/assets/stylesheets/bootstrap/_component-animations.scss +35 -0
  33. data/app/assets/stylesheets/bootstrap/_dropdowns.scss +215 -0
  34. data/app/assets/stylesheets/bootstrap/_forms.scss +538 -0
  35. data/app/assets/stylesheets/bootstrap/_glyphicons.scss +237 -0
  36. data/app/assets/stylesheets/bootstrap/_grid.scss +84 -0
  37. data/app/assets/stylesheets/bootstrap/_input-groups.scss +166 -0
  38. data/app/assets/stylesheets/bootstrap/_jumbotron.scss +48 -0
  39. data/app/assets/stylesheets/bootstrap/_labels.scss +66 -0
  40. data/app/assets/stylesheets/bootstrap/_list-group.scss +131 -0
  41. data/app/assets/stylesheets/bootstrap/_media.scss +56 -0
  42. data/app/assets/stylesheets/bootstrap/_mixins.scss +39 -0
  43. data/app/assets/stylesheets/bootstrap/_modals.scss +150 -0
  44. data/app/assets/stylesheets/bootstrap/_navbar.scss +659 -0
  45. data/app/assets/stylesheets/bootstrap/_navs.scss +242 -0
  46. data/app/assets/stylesheets/bootstrap/_normalize.scss +425 -0
  47. data/app/assets/stylesheets/bootstrap/_pager.scss +55 -0
  48. data/app/assets/stylesheets/bootstrap/_pagination.scss +88 -0
  49. data/app/assets/stylesheets/bootstrap/_panels.scss +243 -0
  50. data/app/assets/stylesheets/bootstrap/_popovers.scss +133 -0
  51. data/app/assets/stylesheets/bootstrap/_print.scss +101 -0
  52. data/app/assets/stylesheets/bootstrap/_progress-bars.scss +105 -0
  53. data/app/assets/stylesheets/bootstrap/_responsive-embed.scss +34 -0
  54. data/app/assets/stylesheets/bootstrap/_responsive-utilities.scss +174 -0
  55. data/app/assets/stylesheets/bootstrap/_scaffolding.scss +150 -0
  56. data/app/assets/stylesheets/bootstrap/_tables.scss +233 -0
  57. data/app/assets/stylesheets/bootstrap/_theme.scss +258 -0
  58. data/app/assets/stylesheets/bootstrap/_thumbnails.scss +38 -0
  59. data/app/assets/stylesheets/bootstrap/_tooltip.scss +95 -0
  60. data/app/assets/stylesheets/bootstrap/_type.scss +304 -0
  61. data/app/assets/stylesheets/bootstrap/_utilities.scss +57 -0
  62. data/app/assets/stylesheets/bootstrap/_variables.scss +850 -0
  63. data/app/assets/stylesheets/bootstrap/_wells.scss +29 -0
  64. data/app/assets/stylesheets/bootstrap/bootstrap.scss +50 -0
  65. data/app/assets/stylesheets/bootstrap/mixins/_alerts.scss +14 -0
  66. data/app/assets/stylesheets/bootstrap/mixins/_background-variant.scss +11 -0
  67. data/app/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
  68. data/app/assets/stylesheets/bootstrap/mixins/_buttons.scss +50 -0
  69. data/app/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
  70. data/app/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
  71. data/app/assets/stylesheets/bootstrap/mixins/_forms.scss +84 -0
  72. data/app/assets/stylesheets/bootstrap/mixins/_gradients.scss +58 -0
  73. data/app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
  74. data/app/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
  75. data/app/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
  76. data/app/assets/stylesheets/bootstrap/mixins/_image.scss +34 -0
  77. data/app/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
  78. data/app/assets/stylesheets/bootstrap/mixins/_list-group.scss +31 -0
  79. data/app/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
  80. data/app/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  81. data/app/assets/stylesheets/bootstrap/mixins/_opacity.scss +8 -0
  82. data/app/assets/stylesheets/bootstrap/mixins/_pagination.scss +23 -0
  83. data/app/assets/stylesheets/bootstrap/mixins/_panels.scss +24 -0
  84. data/app/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +10 -0
  85. data/app/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
  86. data/app/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
  87. data/app/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +21 -0
  88. data/app/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
  89. data/app/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
  90. data/app/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
  91. data/app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +11 -0
  92. data/app/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
  93. data/app/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +219 -0
  94. data/app/assets/stylesheets/bootstrap.scss +50 -0
  95. data/app/assets/stylesheets/font-awesome.css.erb +1677 -0
  96. data/app/assets/stylesheets/genus.css.scss +15 -0
  97. data/lib/genus/version.rb +3 -0
  98. data/lib/genus.rb +6 -0
  99. metadata +211 -0
@@ -0,0 +1,1677 @@
1
+ /*!
2
+ * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */
5
+ /* FONT PATH
6
+ * -------------------------- */
7
+ //= depend_on_asset "fontawesome-webfont.eot"
8
+ //= depend_on_asset "fontawesome-webfont.woff"
9
+ //= depend_on_asset "fontawesome-webfont.ttf"
10
+ //= depend_on_asset "fontawesome-webfont.svg"
11
+ <% v = FontAwesome::Rails::FA_VERSION %>
12
+ @font-face {
13
+ font-family: 'FontAwesome';
14
+ src: url('<%= font_path('fontawesome-webfont.eot') %>?v=<%= v %>');
15
+ src: url('<%= font_path('fontawesome-webfont.eot') %>?#iefix&v=<%= v %>') format('embedded-opentype'), url('<%= font_path('fontawesome-webfont.woff') %>?v=<%= v %>') format('woff'), url('<%= font_path('fontawesome-webfont.ttf') %>?v=<%= v %>') format('truetype'), url('<%= font_path('fontawesome-webfont.svg') %>?v=<%= v %>#fontawesomeregular') format('svg');
16
+ font-weight: normal;
17
+ font-style: normal;
18
+ }
19
+ .fa {
20
+ display: inline-block;
21
+ font: normal normal normal 14px/1 FontAwesome;
22
+ font-size: inherit;
23
+ text-rendering: auto;
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+ /* makes the font 33% larger relative to the icon container */
28
+ .fa-lg {
29
+ font-size: 1.33333333em;
30
+ line-height: 0.75em;
31
+ vertical-align: -15%;
32
+ }
33
+ .fa-2x {
34
+ font-size: 2em;
35
+ }
36
+ .fa-3x {
37
+ font-size: 3em;
38
+ }
39
+ .fa-4x {
40
+ font-size: 4em;
41
+ }
42
+ .fa-5x {
43
+ font-size: 5em;
44
+ }
45
+ .fa-fw {
46
+ width: 1.28571429em;
47
+ text-align: center;
48
+ }
49
+ .fa-ul {
50
+ padding-left: 0;
51
+ margin-left: 2.14285714em;
52
+ list-style-type: none;
53
+ }
54
+ .fa-ul > li {
55
+ position: relative;
56
+ }
57
+ .fa-li {
58
+ position: absolute;
59
+ left: -2.14285714em;
60
+ width: 2.14285714em;
61
+ top: 0.14285714em;
62
+ text-align: center;
63
+ }
64
+ .fa-li.fa-lg {
65
+ left: -1.85714286em;
66
+ }
67
+ .fa-border {
68
+ padding: .2em .25em .15em;
69
+ border: solid 0.08em #eeeeee;
70
+ border-radius: .1em;
71
+ }
72
+ .pull-right {
73
+ float: right;
74
+ }
75
+ .pull-left {
76
+ float: left;
77
+ }
78
+ .fa.pull-left {
79
+ margin-right: .3em;
80
+ }
81
+ .fa.pull-right {
82
+ margin-left: .3em;
83
+ }
84
+ .fa-spin {
85
+ -webkit-animation: fa-spin 2s infinite linear;
86
+ animation: fa-spin 2s infinite linear;
87
+ }
88
+ @-webkit-keyframes fa-spin {
89
+ 0% {
90
+ -webkit-transform: rotate(0deg);
91
+ transform: rotate(0deg);
92
+ }
93
+ 100% {
94
+ -webkit-transform: rotate(359deg);
95
+ transform: rotate(359deg);
96
+ }
97
+ }
98
+ @keyframes fa-spin {
99
+ 0% {
100
+ -webkit-transform: rotate(0deg);
101
+ transform: rotate(0deg);
102
+ }
103
+ 100% {
104
+ -webkit-transform: rotate(359deg);
105
+ transform: rotate(359deg);
106
+ }
107
+ }
108
+ .fa-rotate-90 {
109
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
110
+ -webkit-transform: rotate(90deg);
111
+ -ms-transform: rotate(90deg);
112
+ transform: rotate(90deg);
113
+ }
114
+ .fa-rotate-180 {
115
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
116
+ -webkit-transform: rotate(180deg);
117
+ -ms-transform: rotate(180deg);
118
+ transform: rotate(180deg);
119
+ }
120
+ .fa-rotate-270 {
121
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
122
+ -webkit-transform: rotate(270deg);
123
+ -ms-transform: rotate(270deg);
124
+ transform: rotate(270deg);
125
+ }
126
+ .fa-flip-horizontal {
127
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
128
+ -webkit-transform: scale(-1, 1);
129
+ -ms-transform: scale(-1, 1);
130
+ transform: scale(-1, 1);
131
+ }
132
+ .fa-flip-vertical {
133
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
134
+ -webkit-transform: scale(1, -1);
135
+ -ms-transform: scale(1, -1);
136
+ transform: scale(1, -1);
137
+ }
138
+ :root .fa-rotate-90,
139
+ :root .fa-rotate-180,
140
+ :root .fa-rotate-270,
141
+ :root .fa-flip-horizontal,
142
+ :root .fa-flip-vertical {
143
+ filter: none;
144
+ }
145
+ .fa-stack {
146
+ position: relative;
147
+ display: inline-block;
148
+ width: 2em;
149
+ height: 2em;
150
+ line-height: 2em;
151
+ vertical-align: middle;
152
+ }
153
+ .fa-stack-1x,
154
+ .fa-stack-2x {
155
+ position: absolute;
156
+ left: 0;
157
+ width: 100%;
158
+ text-align: center;
159
+ }
160
+ .fa-stack-1x {
161
+ line-height: inherit;
162
+ }
163
+ .fa-stack-2x {
164
+ font-size: 2em;
165
+ }
166
+ .fa-inverse {
167
+ color: #ffffff;
168
+ }
169
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
170
+ readers do not read off random characters that represent icons */
171
+ .fa-glass:before {
172
+ content: "\f000";
173
+ }
174
+ .fa-music:before {
175
+ content: "\f001";
176
+ }
177
+ .fa-search:before {
178
+ content: "\f002";
179
+ }
180
+ .fa-envelope-o:before {
181
+ content: "\f003";
182
+ }
183
+ .fa-heart:before {
184
+ content: "\f004";
185
+ }
186
+ .fa-star:before {
187
+ content: "\f005";
188
+ }
189
+ .fa-star-o:before {
190
+ content: "\f006";
191
+ }
192
+ .fa-user:before {
193
+ content: "\f007";
194
+ }
195
+ .fa-film:before {
196
+ content: "\f008";
197
+ }
198
+ .fa-th-large:before {
199
+ content: "\f009";
200
+ }
201
+ .fa-th:before {
202
+ content: "\f00a";
203
+ }
204
+ .fa-th-list:before {
205
+ content: "\f00b";
206
+ }
207
+ .fa-check:before {
208
+ content: "\f00c";
209
+ }
210
+ .fa-remove:before,
211
+ .fa-close:before,
212
+ .fa-times:before {
213
+ content: "\f00d";
214
+ }
215
+ .fa-search-plus:before {
216
+ content: "\f00e";
217
+ }
218
+ .fa-search-minus:before {
219
+ content: "\f010";
220
+ }
221
+ .fa-power-off:before {
222
+ content: "\f011";
223
+ }
224
+ .fa-signal:before {
225
+ content: "\f012";
226
+ }
227
+ .fa-gear:before,
228
+ .fa-cog:before {
229
+ content: "\f013";
230
+ }
231
+ .fa-trash-o:before {
232
+ content: "\f014";
233
+ }
234
+ .fa-home:before {
235
+ content: "\f015";
236
+ }
237
+ .fa-file-o:before {
238
+ content: "\f016";
239
+ }
240
+ .fa-clock-o:before {
241
+ content: "\f017";
242
+ }
243
+ .fa-road:before {
244
+ content: "\f018";
245
+ }
246
+ .fa-download:before {
247
+ content: "\f019";
248
+ }
249
+ .fa-arrow-circle-o-down:before {
250
+ content: "\f01a";
251
+ }
252
+ .fa-arrow-circle-o-up:before {
253
+ content: "\f01b";
254
+ }
255
+ .fa-inbox:before {
256
+ content: "\f01c";
257
+ }
258
+ .fa-play-circle-o:before {
259
+ content: "\f01d";
260
+ }
261
+ .fa-rotate-right:before,
262
+ .fa-repeat:before {
263
+ content: "\f01e";
264
+ }
265
+ .fa-refresh:before {
266
+ content: "\f021";
267
+ }
268
+ .fa-list-alt:before {
269
+ content: "\f022";
270
+ }
271
+ .fa-lock:before {
272
+ content: "\f023";
273
+ }
274
+ .fa-flag:before {
275
+ content: "\f024";
276
+ }
277
+ .fa-headphones:before {
278
+ content: "\f025";
279
+ }
280
+ .fa-volume-off:before {
281
+ content: "\f026";
282
+ }
283
+ .fa-volume-down:before {
284
+ content: "\f027";
285
+ }
286
+ .fa-volume-up:before {
287
+ content: "\f028";
288
+ }
289
+ .fa-qrcode:before {
290
+ content: "\f029";
291
+ }
292
+ .fa-barcode:before {
293
+ content: "\f02a";
294
+ }
295
+ .fa-tag:before {
296
+ content: "\f02b";
297
+ }
298
+ .fa-tags:before {
299
+ content: "\f02c";
300
+ }
301
+ .fa-book:before {
302
+ content: "\f02d";
303
+ }
304
+ .fa-bookmark:before {
305
+ content: "\f02e";
306
+ }
307
+ .fa-print:before {
308
+ content: "\f02f";
309
+ }
310
+ .fa-camera:before {
311
+ content: "\f030";
312
+ }
313
+ .fa-font:before {
314
+ content: "\f031";
315
+ }
316
+ .fa-bold:before {
317
+ content: "\f032";
318
+ }
319
+ .fa-italic:before {
320
+ content: "\f033";
321
+ }
322
+ .fa-text-height:before {
323
+ content: "\f034";
324
+ }
325
+ .fa-text-width:before {
326
+ content: "\f035";
327
+ }
328
+ .fa-align-left:before {
329
+ content: "\f036";
330
+ }
331
+ .fa-align-center:before {
332
+ content: "\f037";
333
+ }
334
+ .fa-align-right:before {
335
+ content: "\f038";
336
+ }
337
+ .fa-align-justify:before {
338
+ content: "\f039";
339
+ }
340
+ .fa-list:before {
341
+ content: "\f03a";
342
+ }
343
+ .fa-dedent:before,
344
+ .fa-outdent:before {
345
+ content: "\f03b";
346
+ }
347
+ .fa-indent:before {
348
+ content: "\f03c";
349
+ }
350
+ .fa-video-camera:before {
351
+ content: "\f03d";
352
+ }
353
+ .fa-photo:before,
354
+ .fa-image:before,
355
+ .fa-picture-o:before {
356
+ content: "\f03e";
357
+ }
358
+ .fa-pencil:before {
359
+ content: "\f040";
360
+ }
361
+ .fa-map-marker:before {
362
+ content: "\f041";
363
+ }
364
+ .fa-adjust:before {
365
+ content: "\f042";
366
+ }
367
+ .fa-tint:before {
368
+ content: "\f043";
369
+ }
370
+ .fa-edit:before,
371
+ .fa-pencil-square-o:before {
372
+ content: "\f044";
373
+ }
374
+ .fa-share-square-o:before {
375
+ content: "\f045";
376
+ }
377
+ .fa-check-square-o:before {
378
+ content: "\f046";
379
+ }
380
+ .fa-arrows:before {
381
+ content: "\f047";
382
+ }
383
+ .fa-step-backward:before {
384
+ content: "\f048";
385
+ }
386
+ .fa-fast-backward:before {
387
+ content: "\f049";
388
+ }
389
+ .fa-backward:before {
390
+ content: "\f04a";
391
+ }
392
+ .fa-play:before {
393
+ content: "\f04b";
394
+ }
395
+ .fa-pause:before {
396
+ content: "\f04c";
397
+ }
398
+ .fa-stop:before {
399
+ content: "\f04d";
400
+ }
401
+ .fa-forward:before {
402
+ content: "\f04e";
403
+ }
404
+ .fa-fast-forward:before {
405
+ content: "\f050";
406
+ }
407
+ .fa-step-forward:before {
408
+ content: "\f051";
409
+ }
410
+ .fa-eject:before {
411
+ content: "\f052";
412
+ }
413
+ .fa-chevron-left:before {
414
+ content: "\f053";
415
+ }
416
+ .fa-chevron-right:before {
417
+ content: "\f054";
418
+ }
419
+ .fa-plus-circle:before {
420
+ content: "\f055";
421
+ }
422
+ .fa-minus-circle:before {
423
+ content: "\f056";
424
+ }
425
+ .fa-times-circle:before {
426
+ content: "\f057";
427
+ }
428
+ .fa-check-circle:before {
429
+ content: "\f058";
430
+ }
431
+ .fa-question-circle:before {
432
+ content: "\f059";
433
+ }
434
+ .fa-info-circle:before {
435
+ content: "\f05a";
436
+ }
437
+ .fa-crosshairs:before {
438
+ content: "\f05b";
439
+ }
440
+ .fa-times-circle-o:before {
441
+ content: "\f05c";
442
+ }
443
+ .fa-check-circle-o:before {
444
+ content: "\f05d";
445
+ }
446
+ .fa-ban:before {
447
+ content: "\f05e";
448
+ }
449
+ .fa-arrow-left:before {
450
+ content: "\f060";
451
+ }
452
+ .fa-arrow-right:before {
453
+ content: "\f061";
454
+ }
455
+ .fa-arrow-up:before {
456
+ content: "\f062";
457
+ }
458
+ .fa-arrow-down:before {
459
+ content: "\f063";
460
+ }
461
+ .fa-mail-forward:before,
462
+ .fa-share:before {
463
+ content: "\f064";
464
+ }
465
+ .fa-expand:before {
466
+ content: "\f065";
467
+ }
468
+ .fa-compress:before {
469
+ content: "\f066";
470
+ }
471
+ .fa-plus:before {
472
+ content: "\f067";
473
+ }
474
+ .fa-minus:before {
475
+ content: "\f068";
476
+ }
477
+ .fa-asterisk:before {
478
+ content: "\f069";
479
+ }
480
+ .fa-exclamation-circle:before {
481
+ content: "\f06a";
482
+ }
483
+ .fa-gift:before {
484
+ content: "\f06b";
485
+ }
486
+ .fa-leaf:before {
487
+ content: "\f06c";
488
+ }
489
+ .fa-fire:before {
490
+ content: "\f06d";
491
+ }
492
+ .fa-eye:before {
493
+ content: "\f06e";
494
+ }
495
+ .fa-eye-slash:before {
496
+ content: "\f070";
497
+ }
498
+ .fa-warning:before,
499
+ .fa-exclamation-triangle:before {
500
+ content: "\f071";
501
+ }
502
+ .fa-plane:before {
503
+ content: "\f072";
504
+ }
505
+ .fa-calendar:before {
506
+ content: "\f073";
507
+ }
508
+ .fa-random:before {
509
+ content: "\f074";
510
+ }
511
+ .fa-comment:before {
512
+ content: "\f075";
513
+ }
514
+ .fa-magnet:before {
515
+ content: "\f076";
516
+ }
517
+ .fa-chevron-up:before {
518
+ content: "\f077";
519
+ }
520
+ .fa-chevron-down:before {
521
+ content: "\f078";
522
+ }
523
+ .fa-retweet:before {
524
+ content: "\f079";
525
+ }
526
+ .fa-shopping-cart:before {
527
+ content: "\f07a";
528
+ }
529
+ .fa-folder:before {
530
+ content: "\f07b";
531
+ }
532
+ .fa-folder-open:before {
533
+ content: "\f07c";
534
+ }
535
+ .fa-arrows-v:before {
536
+ content: "\f07d";
537
+ }
538
+ .fa-arrows-h:before {
539
+ content: "\f07e";
540
+ }
541
+ .fa-bar-chart-o:before,
542
+ .fa-bar-chart:before {
543
+ content: "\f080";
544
+ }
545
+ .fa-twitter-square:before {
546
+ content: "\f081";
547
+ }
548
+ .fa-facebook-square:before {
549
+ content: "\f082";
550
+ }
551
+ .fa-camera-retro:before {
552
+ content: "\f083";
553
+ }
554
+ .fa-key:before {
555
+ content: "\f084";
556
+ }
557
+ .fa-gears:before,
558
+ .fa-cogs:before {
559
+ content: "\f085";
560
+ }
561
+ .fa-comments:before {
562
+ content: "\f086";
563
+ }
564
+ .fa-thumbs-o-up:before {
565
+ content: "\f087";
566
+ }
567
+ .fa-thumbs-o-down:before {
568
+ content: "\f088";
569
+ }
570
+ .fa-star-half:before {
571
+ content: "\f089";
572
+ }
573
+ .fa-heart-o:before {
574
+ content: "\f08a";
575
+ }
576
+ .fa-sign-out:before {
577
+ content: "\f08b";
578
+ }
579
+ .fa-linkedin-square:before {
580
+ content: "\f08c";
581
+ }
582
+ .fa-thumb-tack:before {
583
+ content: "\f08d";
584
+ }
585
+ .fa-external-link:before {
586
+ content: "\f08e";
587
+ }
588
+ .fa-sign-in:before {
589
+ content: "\f090";
590
+ }
591
+ .fa-trophy:before {
592
+ content: "\f091";
593
+ }
594
+ .fa-github-square:before {
595
+ content: "\f092";
596
+ }
597
+ .fa-upload:before {
598
+ content: "\f093";
599
+ }
600
+ .fa-lemon-o:before {
601
+ content: "\f094";
602
+ }
603
+ .fa-phone:before {
604
+ content: "\f095";
605
+ }
606
+ .fa-square-o:before {
607
+ content: "\f096";
608
+ }
609
+ .fa-bookmark-o:before {
610
+ content: "\f097";
611
+ }
612
+ .fa-phone-square:before {
613
+ content: "\f098";
614
+ }
615
+ .fa-twitter:before {
616
+ content: "\f099";
617
+ }
618
+ .fa-facebook:before {
619
+ content: "\f09a";
620
+ }
621
+ .fa-github:before {
622
+ content: "\f09b";
623
+ }
624
+ .fa-unlock:before {
625
+ content: "\f09c";
626
+ }
627
+ .fa-credit-card:before {
628
+ content: "\f09d";
629
+ }
630
+ .fa-rss:before {
631
+ content: "\f09e";
632
+ }
633
+ .fa-hdd-o:before {
634
+ content: "\f0a0";
635
+ }
636
+ .fa-bullhorn:before {
637
+ content: "\f0a1";
638
+ }
639
+ .fa-bell:before {
640
+ content: "\f0f3";
641
+ }
642
+ .fa-certificate:before {
643
+ content: "\f0a3";
644
+ }
645
+ .fa-hand-o-right:before {
646
+ content: "\f0a4";
647
+ }
648
+ .fa-hand-o-left:before {
649
+ content: "\f0a5";
650
+ }
651
+ .fa-hand-o-up:before {
652
+ content: "\f0a6";
653
+ }
654
+ .fa-hand-o-down:before {
655
+ content: "\f0a7";
656
+ }
657
+ .fa-arrow-circle-left:before {
658
+ content: "\f0a8";
659
+ }
660
+ .fa-arrow-circle-right:before {
661
+ content: "\f0a9";
662
+ }
663
+ .fa-arrow-circle-up:before {
664
+ content: "\f0aa";
665
+ }
666
+ .fa-arrow-circle-down:before {
667
+ content: "\f0ab";
668
+ }
669
+ .fa-globe:before {
670
+ content: "\f0ac";
671
+ }
672
+ .fa-wrench:before {
673
+ content: "\f0ad";
674
+ }
675
+ .fa-tasks:before {
676
+ content: "\f0ae";
677
+ }
678
+ .fa-filter:before {
679
+ content: "\f0b0";
680
+ }
681
+ .fa-briefcase:before {
682
+ content: "\f0b1";
683
+ }
684
+ .fa-arrows-alt:before {
685
+ content: "\f0b2";
686
+ }
687
+ .fa-group:before,
688
+ .fa-users:before {
689
+ content: "\f0c0";
690
+ }
691
+ .fa-chain:before,
692
+ .fa-link:before {
693
+ content: "\f0c1";
694
+ }
695
+ .fa-cloud:before {
696
+ content: "\f0c2";
697
+ }
698
+ .fa-flask:before {
699
+ content: "\f0c3";
700
+ }
701
+ .fa-cut:before,
702
+ .fa-scissors:before {
703
+ content: "\f0c4";
704
+ }
705
+ .fa-copy:before,
706
+ .fa-files-o:before {
707
+ content: "\f0c5";
708
+ }
709
+ .fa-paperclip:before {
710
+ content: "\f0c6";
711
+ }
712
+ .fa-save:before,
713
+ .fa-floppy-o:before {
714
+ content: "\f0c7";
715
+ }
716
+ .fa-square:before {
717
+ content: "\f0c8";
718
+ }
719
+ .fa-navicon:before,
720
+ .fa-reorder:before,
721
+ .fa-bars:before {
722
+ content: "\f0c9";
723
+ }
724
+ .fa-list-ul:before {
725
+ content: "\f0ca";
726
+ }
727
+ .fa-list-ol:before {
728
+ content: "\f0cb";
729
+ }
730
+ .fa-strikethrough:before {
731
+ content: "\f0cc";
732
+ }
733
+ .fa-underline:before {
734
+ content: "\f0cd";
735
+ }
736
+ .fa-table:before {
737
+ content: "\f0ce";
738
+ }
739
+ .fa-magic:before {
740
+ content: "\f0d0";
741
+ }
742
+ .fa-truck:before {
743
+ content: "\f0d1";
744
+ }
745
+ .fa-pinterest:before {
746
+ content: "\f0d2";
747
+ }
748
+ .fa-pinterest-square:before {
749
+ content: "\f0d3";
750
+ }
751
+ .fa-google-plus-square:before {
752
+ content: "\f0d4";
753
+ }
754
+ .fa-google-plus:before {
755
+ content: "\f0d5";
756
+ }
757
+ .fa-money:before {
758
+ content: "\f0d6";
759
+ }
760
+ .fa-caret-down:before {
761
+ content: "\f0d7";
762
+ }
763
+ .fa-caret-up:before {
764
+ content: "\f0d8";
765
+ }
766
+ .fa-caret-left:before {
767
+ content: "\f0d9";
768
+ }
769
+ .fa-caret-right:before {
770
+ content: "\f0da";
771
+ }
772
+ .fa-columns:before {
773
+ content: "\f0db";
774
+ }
775
+ .fa-unsorted:before,
776
+ .fa-sort:before {
777
+ content: "\f0dc";
778
+ }
779
+ .fa-sort-down:before,
780
+ .fa-sort-desc:before {
781
+ content: "\f0dd";
782
+ }
783
+ .fa-sort-up:before,
784
+ .fa-sort-asc:before {
785
+ content: "\f0de";
786
+ }
787
+ .fa-envelope:before {
788
+ content: "\f0e0";
789
+ }
790
+ .fa-linkedin:before {
791
+ content: "\f0e1";
792
+ }
793
+ .fa-rotate-left:before,
794
+ .fa-undo:before {
795
+ content: "\f0e2";
796
+ }
797
+ .fa-legal:before,
798
+ .fa-gavel:before {
799
+ content: "\f0e3";
800
+ }
801
+ .fa-dashboard:before,
802
+ .fa-tachometer:before {
803
+ content: "\f0e4";
804
+ }
805
+ .fa-comment-o:before {
806
+ content: "\f0e5";
807
+ }
808
+ .fa-comments-o:before {
809
+ content: "\f0e6";
810
+ }
811
+ .fa-flash:before,
812
+ .fa-bolt:before {
813
+ content: "\f0e7";
814
+ }
815
+ .fa-sitemap:before {
816
+ content: "\f0e8";
817
+ }
818
+ .fa-umbrella:before {
819
+ content: "\f0e9";
820
+ }
821
+ .fa-paste:before,
822
+ .fa-clipboard:before {
823
+ content: "\f0ea";
824
+ }
825
+ .fa-lightbulb-o:before {
826
+ content: "\f0eb";
827
+ }
828
+ .fa-exchange:before {
829
+ content: "\f0ec";
830
+ }
831
+ .fa-cloud-download:before {
832
+ content: "\f0ed";
833
+ }
834
+ .fa-cloud-upload:before {
835
+ content: "\f0ee";
836
+ }
837
+ .fa-user-md:before {
838
+ content: "\f0f0";
839
+ }
840
+ .fa-stethoscope:before {
841
+ content: "\f0f1";
842
+ }
843
+ .fa-suitcase:before {
844
+ content: "\f0f2";
845
+ }
846
+ .fa-bell-o:before {
847
+ content: "\f0a2";
848
+ }
849
+ .fa-coffee:before {
850
+ content: "\f0f4";
851
+ }
852
+ .fa-cutlery:before {
853
+ content: "\f0f5";
854
+ }
855
+ .fa-file-text-o:before {
856
+ content: "\f0f6";
857
+ }
858
+ .fa-building-o:before {
859
+ content: "\f0f7";
860
+ }
861
+ .fa-hospital-o:before {
862
+ content: "\f0f8";
863
+ }
864
+ .fa-ambulance:before {
865
+ content: "\f0f9";
866
+ }
867
+ .fa-medkit:before {
868
+ content: "\f0fa";
869
+ }
870
+ .fa-fighter-jet:before {
871
+ content: "\f0fb";
872
+ }
873
+ .fa-beer:before {
874
+ content: "\f0fc";
875
+ }
876
+ .fa-h-square:before {
877
+ content: "\f0fd";
878
+ }
879
+ .fa-plus-square:before {
880
+ content: "\f0fe";
881
+ }
882
+ .fa-angle-double-left:before {
883
+ content: "\f100";
884
+ }
885
+ .fa-angle-double-right:before {
886
+ content: "\f101";
887
+ }
888
+ .fa-angle-double-up:before {
889
+ content: "\f102";
890
+ }
891
+ .fa-angle-double-down:before {
892
+ content: "\f103";
893
+ }
894
+ .fa-angle-left:before {
895
+ content: "\f104";
896
+ }
897
+ .fa-angle-right:before {
898
+ content: "\f105";
899
+ }
900
+ .fa-angle-up:before {
901
+ content: "\f106";
902
+ }
903
+ .fa-angle-down:before {
904
+ content: "\f107";
905
+ }
906
+ .fa-desktop:before {
907
+ content: "\f108";
908
+ }
909
+ .fa-laptop:before {
910
+ content: "\f109";
911
+ }
912
+ .fa-tablet:before {
913
+ content: "\f10a";
914
+ }
915
+ .fa-mobile-phone:before,
916
+ .fa-mobile:before {
917
+ content: "\f10b";
918
+ }
919
+ .fa-circle-o:before {
920
+ content: "\f10c";
921
+ }
922
+ .fa-quote-left:before {
923
+ content: "\f10d";
924
+ }
925
+ .fa-quote-right:before {
926
+ content: "\f10e";
927
+ }
928
+ .fa-spinner:before {
929
+ content: "\f110";
930
+ }
931
+ .fa-circle:before {
932
+ content: "\f111";
933
+ }
934
+ .fa-mail-reply:before,
935
+ .fa-reply:before {
936
+ content: "\f112";
937
+ }
938
+ .fa-github-alt:before {
939
+ content: "\f113";
940
+ }
941
+ .fa-folder-o:before {
942
+ content: "\f114";
943
+ }
944
+ .fa-folder-open-o:before {
945
+ content: "\f115";
946
+ }
947
+ .fa-smile-o:before {
948
+ content: "\f118";
949
+ }
950
+ .fa-frown-o:before {
951
+ content: "\f119";
952
+ }
953
+ .fa-meh-o:before {
954
+ content: "\f11a";
955
+ }
956
+ .fa-gamepad:before {
957
+ content: "\f11b";
958
+ }
959
+ .fa-keyboard-o:before {
960
+ content: "\f11c";
961
+ }
962
+ .fa-flag-o:before {
963
+ content: "\f11d";
964
+ }
965
+ .fa-flag-checkered:before {
966
+ content: "\f11e";
967
+ }
968
+ .fa-terminal:before {
969
+ content: "\f120";
970
+ }
971
+ .fa-code:before {
972
+ content: "\f121";
973
+ }
974
+ .fa-mail-reply-all:before,
975
+ .fa-reply-all:before {
976
+ content: "\f122";
977
+ }
978
+ .fa-star-half-empty:before,
979
+ .fa-star-half-full:before,
980
+ .fa-star-half-o:before {
981
+ content: "\f123";
982
+ }
983
+ .fa-location-arrow:before {
984
+ content: "\f124";
985
+ }
986
+ .fa-crop:before {
987
+ content: "\f125";
988
+ }
989
+ .fa-code-fork:before {
990
+ content: "\f126";
991
+ }
992
+ .fa-unlink:before,
993
+ .fa-chain-broken:before {
994
+ content: "\f127";
995
+ }
996
+ .fa-question:before {
997
+ content: "\f128";
998
+ }
999
+ .fa-info:before {
1000
+ content: "\f129";
1001
+ }
1002
+ .fa-exclamation:before {
1003
+ content: "\f12a";
1004
+ }
1005
+ .fa-superscript:before {
1006
+ content: "\f12b";
1007
+ }
1008
+ .fa-subscript:before {
1009
+ content: "\f12c";
1010
+ }
1011
+ .fa-eraser:before {
1012
+ content: "\f12d";
1013
+ }
1014
+ .fa-puzzle-piece:before {
1015
+ content: "\f12e";
1016
+ }
1017
+ .fa-microphone:before {
1018
+ content: "\f130";
1019
+ }
1020
+ .fa-microphone-slash:before {
1021
+ content: "\f131";
1022
+ }
1023
+ .fa-shield:before {
1024
+ content: "\f132";
1025
+ }
1026
+ .fa-calendar-o:before {
1027
+ content: "\f133";
1028
+ }
1029
+ .fa-fire-extinguisher:before {
1030
+ content: "\f134";
1031
+ }
1032
+ .fa-rocket:before {
1033
+ content: "\f135";
1034
+ }
1035
+ .fa-maxcdn:before {
1036
+ content: "\f136";
1037
+ }
1038
+ .fa-chevron-circle-left:before {
1039
+ content: "\f137";
1040
+ }
1041
+ .fa-chevron-circle-right:before {
1042
+ content: "\f138";
1043
+ }
1044
+ .fa-chevron-circle-up:before {
1045
+ content: "\f139";
1046
+ }
1047
+ .fa-chevron-circle-down:before {
1048
+ content: "\f13a";
1049
+ }
1050
+ .fa-html5:before {
1051
+ content: "\f13b";
1052
+ }
1053
+ .fa-css3:before {
1054
+ content: "\f13c";
1055
+ }
1056
+ .fa-anchor:before {
1057
+ content: "\f13d";
1058
+ }
1059
+ .fa-unlock-alt:before {
1060
+ content: "\f13e";
1061
+ }
1062
+ .fa-bullseye:before {
1063
+ content: "\f140";
1064
+ }
1065
+ .fa-ellipsis-h:before {
1066
+ content: "\f141";
1067
+ }
1068
+ .fa-ellipsis-v:before {
1069
+ content: "\f142";
1070
+ }
1071
+ .fa-rss-square:before {
1072
+ content: "\f143";
1073
+ }
1074
+ .fa-play-circle:before {
1075
+ content: "\f144";
1076
+ }
1077
+ .fa-ticket:before {
1078
+ content: "\f145";
1079
+ }
1080
+ .fa-minus-square:before {
1081
+ content: "\f146";
1082
+ }
1083
+ .fa-minus-square-o:before {
1084
+ content: "\f147";
1085
+ }
1086
+ .fa-level-up:before {
1087
+ content: "\f148";
1088
+ }
1089
+ .fa-level-down:before {
1090
+ content: "\f149";
1091
+ }
1092
+ .fa-check-square:before {
1093
+ content: "\f14a";
1094
+ }
1095
+ .fa-pencil-square:before {
1096
+ content: "\f14b";
1097
+ }
1098
+ .fa-external-link-square:before {
1099
+ content: "\f14c";
1100
+ }
1101
+ .fa-share-square:before {
1102
+ content: "\f14d";
1103
+ }
1104
+ .fa-compass:before {
1105
+ content: "\f14e";
1106
+ }
1107
+ .fa-toggle-down:before,
1108
+ .fa-caret-square-o-down:before {
1109
+ content: "\f150";
1110
+ }
1111
+ .fa-toggle-up:before,
1112
+ .fa-caret-square-o-up:before {
1113
+ content: "\f151";
1114
+ }
1115
+ .fa-toggle-right:before,
1116
+ .fa-caret-square-o-right:before {
1117
+ content: "\f152";
1118
+ }
1119
+ .fa-euro:before,
1120
+ .fa-eur:before {
1121
+ content: "\f153";
1122
+ }
1123
+ .fa-gbp:before {
1124
+ content: "\f154";
1125
+ }
1126
+ .fa-dollar:before,
1127
+ .fa-usd:before {
1128
+ content: "\f155";
1129
+ }
1130
+ .fa-rupee:before,
1131
+ .fa-inr:before {
1132
+ content: "\f156";
1133
+ }
1134
+ .fa-cny:before,
1135
+ .fa-rmb:before,
1136
+ .fa-yen:before,
1137
+ .fa-jpy:before {
1138
+ content: "\f157";
1139
+ }
1140
+ .fa-ruble:before,
1141
+ .fa-rouble:before,
1142
+ .fa-rub:before {
1143
+ content: "\f158";
1144
+ }
1145
+ .fa-won:before,
1146
+ .fa-krw:before {
1147
+ content: "\f159";
1148
+ }
1149
+ .fa-bitcoin:before,
1150
+ .fa-btc:before {
1151
+ content: "\f15a";
1152
+ }
1153
+ .fa-file:before {
1154
+ content: "\f15b";
1155
+ }
1156
+ .fa-file-text:before {
1157
+ content: "\f15c";
1158
+ }
1159
+ .fa-sort-alpha-asc:before {
1160
+ content: "\f15d";
1161
+ }
1162
+ .fa-sort-alpha-desc:before {
1163
+ content: "\f15e";
1164
+ }
1165
+ .fa-sort-amount-asc:before {
1166
+ content: "\f160";
1167
+ }
1168
+ .fa-sort-amount-desc:before {
1169
+ content: "\f161";
1170
+ }
1171
+ .fa-sort-numeric-asc:before {
1172
+ content: "\f162";
1173
+ }
1174
+ .fa-sort-numeric-desc:before {
1175
+ content: "\f163";
1176
+ }
1177
+ .fa-thumbs-up:before {
1178
+ content: "\f164";
1179
+ }
1180
+ .fa-thumbs-down:before {
1181
+ content: "\f165";
1182
+ }
1183
+ .fa-youtube-square:before {
1184
+ content: "\f166";
1185
+ }
1186
+ .fa-youtube:before {
1187
+ content: "\f167";
1188
+ }
1189
+ .fa-xing:before {
1190
+ content: "\f168";
1191
+ }
1192
+ .fa-xing-square:before {
1193
+ content: "\f169";
1194
+ }
1195
+ .fa-youtube-play:before {
1196
+ content: "\f16a";
1197
+ }
1198
+ .fa-dropbox:before {
1199
+ content: "\f16b";
1200
+ }
1201
+ .fa-stack-overflow:before {
1202
+ content: "\f16c";
1203
+ }
1204
+ .fa-instagram:before {
1205
+ content: "\f16d";
1206
+ }
1207
+ .fa-flickr:before {
1208
+ content: "\f16e";
1209
+ }
1210
+ .fa-adn:before {
1211
+ content: "\f170";
1212
+ }
1213
+ .fa-bitbucket:before {
1214
+ content: "\f171";
1215
+ }
1216
+ .fa-bitbucket-square:before {
1217
+ content: "\f172";
1218
+ }
1219
+ .fa-tumblr:before {
1220
+ content: "\f173";
1221
+ }
1222
+ .fa-tumblr-square:before {
1223
+ content: "\f174";
1224
+ }
1225
+ .fa-long-arrow-down:before {
1226
+ content: "\f175";
1227
+ }
1228
+ .fa-long-arrow-up:before {
1229
+ content: "\f176";
1230
+ }
1231
+ .fa-long-arrow-left:before {
1232
+ content: "\f177";
1233
+ }
1234
+ .fa-long-arrow-right:before {
1235
+ content: "\f178";
1236
+ }
1237
+ .fa-apple:before {
1238
+ content: "\f179";
1239
+ }
1240
+ .fa-windows:before {
1241
+ content: "\f17a";
1242
+ }
1243
+ .fa-android:before {
1244
+ content: "\f17b";
1245
+ }
1246
+ .fa-linux:before {
1247
+ content: "\f17c";
1248
+ }
1249
+ .fa-dribbble:before {
1250
+ content: "\f17d";
1251
+ }
1252
+ .fa-skype:before {
1253
+ content: "\f17e";
1254
+ }
1255
+ .fa-foursquare:before {
1256
+ content: "\f180";
1257
+ }
1258
+ .fa-trello:before {
1259
+ content: "\f181";
1260
+ }
1261
+ .fa-female:before {
1262
+ content: "\f182";
1263
+ }
1264
+ .fa-male:before {
1265
+ content: "\f183";
1266
+ }
1267
+ .fa-gittip:before {
1268
+ content: "\f184";
1269
+ }
1270
+ .fa-sun-o:before {
1271
+ content: "\f185";
1272
+ }
1273
+ .fa-moon-o:before {
1274
+ content: "\f186";
1275
+ }
1276
+ .fa-archive:before {
1277
+ content: "\f187";
1278
+ }
1279
+ .fa-bug:before {
1280
+ content: "\f188";
1281
+ }
1282
+ .fa-vk:before {
1283
+ content: "\f189";
1284
+ }
1285
+ .fa-weibo:before {
1286
+ content: "\f18a";
1287
+ }
1288
+ .fa-renren:before {
1289
+ content: "\f18b";
1290
+ }
1291
+ .fa-pagelines:before {
1292
+ content: "\f18c";
1293
+ }
1294
+ .fa-stack-exchange:before {
1295
+ content: "\f18d";
1296
+ }
1297
+ .fa-arrow-circle-o-right:before {
1298
+ content: "\f18e";
1299
+ }
1300
+ .fa-arrow-circle-o-left:before {
1301
+ content: "\f190";
1302
+ }
1303
+ .fa-toggle-left:before,
1304
+ .fa-caret-square-o-left:before {
1305
+ content: "\f191";
1306
+ }
1307
+ .fa-dot-circle-o:before {
1308
+ content: "\f192";
1309
+ }
1310
+ .fa-wheelchair:before {
1311
+ content: "\f193";
1312
+ }
1313
+ .fa-vimeo-square:before {
1314
+ content: "\f194";
1315
+ }
1316
+ .fa-turkish-lira:before,
1317
+ .fa-try:before {
1318
+ content: "\f195";
1319
+ }
1320
+ .fa-plus-square-o:before {
1321
+ content: "\f196";
1322
+ }
1323
+ .fa-space-shuttle:before {
1324
+ content: "\f197";
1325
+ }
1326
+ .fa-slack:before {
1327
+ content: "\f198";
1328
+ }
1329
+ .fa-envelope-square:before {
1330
+ content: "\f199";
1331
+ }
1332
+ .fa-wordpress:before {
1333
+ content: "\f19a";
1334
+ }
1335
+ .fa-openid:before {
1336
+ content: "\f19b";
1337
+ }
1338
+ .fa-institution:before,
1339
+ .fa-bank:before,
1340
+ .fa-university:before {
1341
+ content: "\f19c";
1342
+ }
1343
+ .fa-mortar-board:before,
1344
+ .fa-graduation-cap:before {
1345
+ content: "\f19d";
1346
+ }
1347
+ .fa-yahoo:before {
1348
+ content: "\f19e";
1349
+ }
1350
+ .fa-google:before {
1351
+ content: "\f1a0";
1352
+ }
1353
+ .fa-reddit:before {
1354
+ content: "\f1a1";
1355
+ }
1356
+ .fa-reddit-square:before {
1357
+ content: "\f1a2";
1358
+ }
1359
+ .fa-stumbleupon-circle:before {
1360
+ content: "\f1a3";
1361
+ }
1362
+ .fa-stumbleupon:before {
1363
+ content: "\f1a4";
1364
+ }
1365
+ .fa-delicious:before {
1366
+ content: "\f1a5";
1367
+ }
1368
+ .fa-digg:before {
1369
+ content: "\f1a6";
1370
+ }
1371
+ .fa-pied-piper:before {
1372
+ content: "\f1a7";
1373
+ }
1374
+ .fa-pied-piper-alt:before {
1375
+ content: "\f1a8";
1376
+ }
1377
+ .fa-drupal:before {
1378
+ content: "\f1a9";
1379
+ }
1380
+ .fa-joomla:before {
1381
+ content: "\f1aa";
1382
+ }
1383
+ .fa-language:before {
1384
+ content: "\f1ab";
1385
+ }
1386
+ .fa-fax:before {
1387
+ content: "\f1ac";
1388
+ }
1389
+ .fa-building:before {
1390
+ content: "\f1ad";
1391
+ }
1392
+ .fa-child:before {
1393
+ content: "\f1ae";
1394
+ }
1395
+ .fa-paw:before {
1396
+ content: "\f1b0";
1397
+ }
1398
+ .fa-spoon:before {
1399
+ content: "\f1b1";
1400
+ }
1401
+ .fa-cube:before {
1402
+ content: "\f1b2";
1403
+ }
1404
+ .fa-cubes:before {
1405
+ content: "\f1b3";
1406
+ }
1407
+ .fa-behance:before {
1408
+ content: "\f1b4";
1409
+ }
1410
+ .fa-behance-square:before {
1411
+ content: "\f1b5";
1412
+ }
1413
+ .fa-steam:before {
1414
+ content: "\f1b6";
1415
+ }
1416
+ .fa-steam-square:before {
1417
+ content: "\f1b7";
1418
+ }
1419
+ .fa-recycle:before {
1420
+ content: "\f1b8";
1421
+ }
1422
+ .fa-automobile:before,
1423
+ .fa-car:before {
1424
+ content: "\f1b9";
1425
+ }
1426
+ .fa-cab:before,
1427
+ .fa-taxi:before {
1428
+ content: "\f1ba";
1429
+ }
1430
+ .fa-tree:before {
1431
+ content: "\f1bb";
1432
+ }
1433
+ .fa-spotify:before {
1434
+ content: "\f1bc";
1435
+ }
1436
+ .fa-deviantart:before {
1437
+ content: "\f1bd";
1438
+ }
1439
+ .fa-soundcloud:before {
1440
+ content: "\f1be";
1441
+ }
1442
+ .fa-database:before {
1443
+ content: "\f1c0";
1444
+ }
1445
+ .fa-file-pdf-o:before {
1446
+ content: "\f1c1";
1447
+ }
1448
+ .fa-file-word-o:before {
1449
+ content: "\f1c2";
1450
+ }
1451
+ .fa-file-excel-o:before {
1452
+ content: "\f1c3";
1453
+ }
1454
+ .fa-file-powerpoint-o:before {
1455
+ content: "\f1c4";
1456
+ }
1457
+ .fa-file-photo-o:before,
1458
+ .fa-file-picture-o:before,
1459
+ .fa-file-image-o:before {
1460
+ content: "\f1c5";
1461
+ }
1462
+ .fa-file-zip-o:before,
1463
+ .fa-file-archive-o:before {
1464
+ content: "\f1c6";
1465
+ }
1466
+ .fa-file-sound-o:before,
1467
+ .fa-file-audio-o:before {
1468
+ content: "\f1c7";
1469
+ }
1470
+ .fa-file-movie-o:before,
1471
+ .fa-file-video-o:before {
1472
+ content: "\f1c8";
1473
+ }
1474
+ .fa-file-code-o:before {
1475
+ content: "\f1c9";
1476
+ }
1477
+ .fa-vine:before {
1478
+ content: "\f1ca";
1479
+ }
1480
+ .fa-codepen:before {
1481
+ content: "\f1cb";
1482
+ }
1483
+ .fa-jsfiddle:before {
1484
+ content: "\f1cc";
1485
+ }
1486
+ .fa-life-bouy:before,
1487
+ .fa-life-buoy:before,
1488
+ .fa-life-saver:before,
1489
+ .fa-support:before,
1490
+ .fa-life-ring:before {
1491
+ content: "\f1cd";
1492
+ }
1493
+ .fa-circle-o-notch:before {
1494
+ content: "\f1ce";
1495
+ }
1496
+ .fa-ra:before,
1497
+ .fa-rebel:before {
1498
+ content: "\f1d0";
1499
+ }
1500
+ .fa-ge:before,
1501
+ .fa-empire:before {
1502
+ content: "\f1d1";
1503
+ }
1504
+ .fa-git-square:before {
1505
+ content: "\f1d2";
1506
+ }
1507
+ .fa-git:before {
1508
+ content: "\f1d3";
1509
+ }
1510
+ .fa-hacker-news:before {
1511
+ content: "\f1d4";
1512
+ }
1513
+ .fa-tencent-weibo:before {
1514
+ content: "\f1d5";
1515
+ }
1516
+ .fa-qq:before {
1517
+ content: "\f1d6";
1518
+ }
1519
+ .fa-wechat:before,
1520
+ .fa-weixin:before {
1521
+ content: "\f1d7";
1522
+ }
1523
+ .fa-send:before,
1524
+ .fa-paper-plane:before {
1525
+ content: "\f1d8";
1526
+ }
1527
+ .fa-send-o:before,
1528
+ .fa-paper-plane-o:before {
1529
+ content: "\f1d9";
1530
+ }
1531
+ .fa-history:before {
1532
+ content: "\f1da";
1533
+ }
1534
+ .fa-circle-thin:before {
1535
+ content: "\f1db";
1536
+ }
1537
+ .fa-header:before {
1538
+ content: "\f1dc";
1539
+ }
1540
+ .fa-paragraph:before {
1541
+ content: "\f1dd";
1542
+ }
1543
+ .fa-sliders:before {
1544
+ content: "\f1de";
1545
+ }
1546
+ .fa-share-alt:before {
1547
+ content: "\f1e0";
1548
+ }
1549
+ .fa-share-alt-square:before {
1550
+ content: "\f1e1";
1551
+ }
1552
+ .fa-bomb:before {
1553
+ content: "\f1e2";
1554
+ }
1555
+ .fa-soccer-ball-o:before,
1556
+ .fa-futbol-o:before {
1557
+ content: "\f1e3";
1558
+ }
1559
+ .fa-tty:before {
1560
+ content: "\f1e4";
1561
+ }
1562
+ .fa-binoculars:before {
1563
+ content: "\f1e5";
1564
+ }
1565
+ .fa-plug:before {
1566
+ content: "\f1e6";
1567
+ }
1568
+ .fa-slideshare:before {
1569
+ content: "\f1e7";
1570
+ }
1571
+ .fa-twitch:before {
1572
+ content: "\f1e8";
1573
+ }
1574
+ .fa-yelp:before {
1575
+ content: "\f1e9";
1576
+ }
1577
+ .fa-newspaper-o:before {
1578
+ content: "\f1ea";
1579
+ }
1580
+ .fa-wifi:before {
1581
+ content: "\f1eb";
1582
+ }
1583
+ .fa-calculator:before {
1584
+ content: "\f1ec";
1585
+ }
1586
+ .fa-paypal:before {
1587
+ content: "\f1ed";
1588
+ }
1589
+ .fa-google-wallet:before {
1590
+ content: "\f1ee";
1591
+ }
1592
+ .fa-cc-visa:before {
1593
+ content: "\f1f0";
1594
+ }
1595
+ .fa-cc-mastercard:before {
1596
+ content: "\f1f1";
1597
+ }
1598
+ .fa-cc-discover:before {
1599
+ content: "\f1f2";
1600
+ }
1601
+ .fa-cc-amex:before {
1602
+ content: "\f1f3";
1603
+ }
1604
+ .fa-cc-paypal:before {
1605
+ content: "\f1f4";
1606
+ }
1607
+ .fa-cc-stripe:before {
1608
+ content: "\f1f5";
1609
+ }
1610
+ .fa-bell-slash:before {
1611
+ content: "\f1f6";
1612
+ }
1613
+ .fa-bell-slash-o:before {
1614
+ content: "\f1f7";
1615
+ }
1616
+ .fa-trash:before {
1617
+ content: "\f1f8";
1618
+ }
1619
+ .fa-copyright:before {
1620
+ content: "\f1f9";
1621
+ }
1622
+ .fa-at:before {
1623
+ content: "\f1fa";
1624
+ }
1625
+ .fa-eyedropper:before {
1626
+ content: "\f1fb";
1627
+ }
1628
+ .fa-paint-brush:before {
1629
+ content: "\f1fc";
1630
+ }
1631
+ .fa-birthday-cake:before {
1632
+ content: "\f1fd";
1633
+ }
1634
+ .fa-area-chart:before {
1635
+ content: "\f1fe";
1636
+ }
1637
+ .fa-pie-chart:before {
1638
+ content: "\f200";
1639
+ }
1640
+ .fa-line-chart:before {
1641
+ content: "\f201";
1642
+ }
1643
+ .fa-lastfm:before {
1644
+ content: "\f202";
1645
+ }
1646
+ .fa-lastfm-square:before {
1647
+ content: "\f203";
1648
+ }
1649
+ .fa-toggle-off:before {
1650
+ content: "\f204";
1651
+ }
1652
+ .fa-toggle-on:before {
1653
+ content: "\f205";
1654
+ }
1655
+ .fa-bicycle:before {
1656
+ content: "\f206";
1657
+ }
1658
+ .fa-bus:before {
1659
+ content: "\f207";
1660
+ }
1661
+ .fa-ioxhost:before {
1662
+ content: "\f208";
1663
+ }
1664
+ .fa-angellist:before {
1665
+ content: "\f209";
1666
+ }
1667
+ .fa-cc:before {
1668
+ content: "\f20a";
1669
+ }
1670
+ .fa-shekel:before,
1671
+ .fa-sheqel:before,
1672
+ .fa-ils:before {
1673
+ content: "\f20b";
1674
+ }
1675
+ .fa-meanpath:before {
1676
+ content: "\f20c";
1677
+ }