flammarion 0.0.7 → 0.0.8

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