css-bootstrap/font-awesome.css
[roojs1] / css-bootstrap / font-awesome.css
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 @font-face {
8   font-family: 'Font Awesome 5 Free';
9   font-style: normal;
10   font-weight: 400;
11   src: url("../fonts/fa-regular-400.eot");
12   src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
13 @font-face {
14   font-family: 'Font Awesome 5 Brands';
15   font-style: normal;
16   font-weight: normal;
17   src: url("../fonts/fa-brands-400.eot");
18   src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
19 @font-face {
20   font-family: 'Font Awesome 5 Free';
21   font-style: normal;
22   font-weight: 900;
23   src: url("../fonts/fa-solid-900.eot");
24   src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
25
26 .fa,
27 .fas {
28   font-family: 'Font Awesome 5 Free';
29   font-weight: 900; }
30 .fab {
31   font-family: 'Font Awesome 5 Brands'; }
32 .far {
33   font-family: 'Font Awesome 5 Free';
34   font-weight: 400; }
35 /*!
36  * Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com
37  * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
38  */
39 .fa,
40 .fas,
41 .far,
42 .fal,
43 .fab {
44   -moz-osx-font-smoothing: grayscale;
45   -webkit-font-smoothing: antialiased;
46   display: inline-block;
47   font-style: normal;
48   font-variant: normal;
49   text-rendering: auto;
50   line-height: 1; }
51
52 .fa-lg {
53   font-size: 1.33333em;
54   line-height: 0.75em;
55   vertical-align: -.0667em; }
56
57 .fa-xs {
58   font-size: .75em; }
59
60 .fa-sm {
61   font-size: .875em; }
62
63 .fa-1x {
64   font-size: 1em; }
65
66 .fa-2x {
67   font-size: 2em; }
68
69 .fa-3x {
70   font-size: 3em; }
71
72 .fa-4x {
73   font-size: 4em; }
74
75 .fa-5x {
76   font-size: 5em; }
77
78 .fa-6x {
79   font-size: 6em; }
80
81 .fa-7x {
82   font-size: 7em; }
83
84 .fa-8x {
85   font-size: 8em; }
86
87 .fa-9x {
88   font-size: 9em; }
89
90 .fa-10x {
91   font-size: 10em; }
92
93 .fa-fw {
94   text-align: center;
95   width: 1.25em; }
96
97 .fa-ul {
98   list-style-type: none;
99   margin-left: 2.5em;
100   padding-left: 0; }
101   .fa-ul > li {
102     position: relative; }
103
104 .fa-li {
105   left: -2em;
106   position: absolute;
107   text-align: center;
108   width: 2em;
109   line-height: inherit; }
110
111 .fa-border {
112   border: solid 0.08em #eee;
113   border-radius: .1em;
114   padding: .2em .25em .15em; }
115
116 .fa-pull-left {
117   float: left; }
118
119 .fa-pull-right {
120   float: right; }
121
122 .fa.fa-pull-left,
123 .fas.fa-pull-left,
124 .far.fa-pull-left,
125 .fal.fa-pull-left,
126 .fab.fa-pull-left {
127   margin-right: .3em; }
128
129 .fa.fa-pull-right,
130 .fas.fa-pull-right,
131 .far.fa-pull-right,
132 .fal.fa-pull-right,
133 .fab.fa-pull-right {
134   margin-left: .3em; }
135
136 .fa-spin {
137   -webkit-animation: fa-spin 2s infinite linear;
138           animation: fa-spin 2s infinite linear; }
139
140 .fa-pulse {
141   -webkit-animation: fa-spin 1s infinite steps(8);
142           animation: fa-spin 1s infinite steps(8); }
143
144 @-webkit-keyframes fa-spin {
145   0% {
146     -webkit-transform: rotate(0deg);
147             transform: rotate(0deg); }
148   100% {
149     -webkit-transform: rotate(360deg);
150             transform: rotate(360deg); } }
151
152 @keyframes fa-spin {
153   0% {
154     -webkit-transform: rotate(0deg);
155             transform: rotate(0deg); }
156   100% {
157     -webkit-transform: rotate(360deg);
158             transform: rotate(360deg); } }
159
160 .fa-rotate-90 {
161   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
162   -webkit-transform: rotate(90deg);
163           transform: rotate(90deg); }
164
165 .fa-rotate-180 {
166   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
167   -webkit-transform: rotate(180deg);
168           transform: rotate(180deg); }
169
170 .fa-rotate-270 {
171   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
172   -webkit-transform: rotate(270deg);
173           transform: rotate(270deg); }
174
175 .fa-flip-horizontal {
176   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
177   -webkit-transform: scale(-1, 1);
178           transform: scale(-1, 1); }
179
180 .fa-flip-vertical {
181   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
182   -webkit-transform: scale(1, -1);
183           transform: scale(1, -1); }
184
185 .fa-flip-horizontal.fa-flip-vertical {
186   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
187   -webkit-transform: scale(-1, -1);
188           transform: scale(-1, -1); }
189
190 :root .fa-rotate-90,
191 :root .fa-rotate-180,
192 :root .fa-rotate-270,
193 :root .fa-flip-horizontal,
194 :root .fa-flip-vertical {
195   -webkit-filter: none;
196           filter: none; }
197
198 .fa-stack {
199   display: inline-block;
200   height: 2em;
201   line-height: 2em;
202   position: relative;
203   vertical-align: middle;
204   width: 2em; }
205
206 .fa-stack-1x,
207 .fa-stack-2x {
208   left: 0;
209   position: absolute;
210   text-align: center;
211   width: 100%; }
212
213 .fa-stack-1x {
214   line-height: inherit; }
215
216 .fa-stack-2x {
217   font-size: 2em; }
218
219 .fa-inverse {
220   color: #fff; }
221
222 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
223 readers do not read off random characters that represent icons */
224 .fa-500px:before {
225   content: "\f26e"; }
226
227 .fa-accessible-icon:before {
228   content: "\f368"; }
229
230 .fa-accusoft:before {
231   content: "\f369"; }
232
233 .fa-address-book:before {
234   content: "\f2b9"; }
235
236 .fa-address-card:before {
237   content: "\f2bb"; }
238
239 .fa-adjust:before {
240   content: "\f042"; }
241
242 .fa-adn:before {
243   content: "\f170"; }
244
245 .fa-adversal:before {
246   content: "\f36a"; }
247
248 .fa-affiliatetheme:before {
249   content: "\f36b"; }
250
251 .fa-algolia:before {
252   content: "\f36c"; }
253
254 .fa-align-center:before {
255   content: "\f037"; }
256
257 .fa-align-justify:before {
258   content: "\f039"; }
259
260 .fa-align-left:before {
261   content: "\f036"; }
262
263 .fa-align-right:before {
264   content: "\f038"; }
265
266 .fa-allergies:before {
267   content: "\f461"; }
268
269 .fa-amazon:before {
270   content: "\f270"; }
271
272 .fa-amazon-pay:before {
273   content: "\f42c"; }
274
275 .fa-ambulance:before {
276   content: "\f0f9"; }
277
278 .fa-american-sign-language-interpreting:before {
279   content: "\f2a3"; }
280
281 .fa-amilia:before {
282   content: "\f36d"; }
283
284 .fa-anchor:before {
285   content: "\f13d"; }
286
287 .fa-android:before {
288   content: "\f17b"; }
289
290 .fa-angellist:before {
291   content: "\f209"; }
292
293 .fa-angle-double-down:before {
294   content: "\f103"; }
295
296 .fa-angle-double-left:before {
297   content: "\f100"; }
298
299 .fa-angle-double-right:before {
300   content: "\f101"; }
301
302 .fa-angle-double-up:before {
303   content: "\f102"; }
304
305 .fa-angle-down:before {
306   content: "\f107"; }
307
308 .fa-angle-left:before {
309   content: "\f104"; }
310
311 .fa-angle-right:before {
312   content: "\f105"; }
313
314 .fa-angle-up:before {
315   content: "\f106"; }
316
317 .fa-angrycreative:before {
318   content: "\f36e"; }
319
320 .fa-angular:before {
321   content: "\f420"; }
322
323 .fa-app-store:before {
324   content: "\f36f"; }
325
326 .fa-app-store-ios:before {
327   content: "\f370"; }
328
329 .fa-apper:before {
330   content: "\f371"; }
331
332 .fa-apple:before {
333   content: "\f179"; }
334
335 .fa-apple-pay:before {
336   content: "\f415"; }
337
338 .fa-archive:before {
339   content: "\f187"; }
340
341 .fa-arrow-alt-circle-down:before {
342   content: "\f358"; }
343
344 .fa-arrow-alt-circle-left:before {
345   content: "\f359"; }
346
347 .fa-arrow-alt-circle-right:before {
348   content: "\f35a"; }
349
350 .fa-arrow-alt-circle-up:before {
351   content: "\f35b"; }
352
353 .fa-arrow-circle-down:before {
354   content: "\f0ab"; }
355
356 .fa-arrow-circle-left:before {
357   content: "\f0a8"; }
358
359 .fa-arrow-circle-right:before {
360   content: "\f0a9"; }
361
362 .fa-arrow-circle-up:before {
363   content: "\f0aa"; }
364
365 .fa-arrow-down:before {
366   content: "\f063"; }
367
368 .fa-arrow-left:before {
369   content: "\f060"; }
370
371 .fa-arrow-right:before {
372   content: "\f061"; }
373
374 .fa-arrow-up:before {
375   content: "\f062"; }
376
377 .fa-arrows-alt:before {
378   content: "\f0b2"; }
379
380 .fa-arrows-alt-h:before {
381   content: "\f337"; }
382
383 .fa-arrows-alt-v:before {
384   content: "\f338"; }
385
386 .fa-assistive-listening-systems:before {
387   content: "\f2a2"; }
388
389 .fa-asterisk:before {
390   content: "\f069"; }
391
392 .fa-asymmetrik:before {
393   content: "\f372"; }
394
395 .fa-at:before {
396   content: "\f1fa"; }
397
398 .fa-audible:before {
399   content: "\f373"; }
400
401 .fa-audio-description:before {
402   content: "\f29e"; }
403
404 .fa-autoprefixer:before {
405   content: "\f41c"; }
406
407 .fa-avianex:before {
408   content: "\f374"; }
409
410 .fa-aviato:before {
411   content: "\f421"; }
412
413 .fa-aws:before {
414   content: "\f375"; }
415
416 .fa-backward:before {
417   content: "\f04a"; }
418
419 .fa-balance-scale:before {
420   content: "\f24e"; }
421
422 .fa-ban:before {
423   content: "\f05e"; }
424
425 .fa-band-aid:before {
426   content: "\f462"; }
427
428 .fa-bandcamp:before {
429   content: "\f2d5"; }
430
431 .fa-barcode:before {
432   content: "\f02a"; }
433
434 .fa-bars:before {
435   content: "\f0c9"; }
436
437 .fa-baseball-ball:before {
438   content: "\f433"; }
439
440 .fa-basketball-ball:before {
441   content: "\f434"; }
442
443 .fa-bath:before {
444   content: "\f2cd"; }
445
446 .fa-battery-empty:before {
447   content: "\f244"; }
448
449 .fa-battery-full:before {
450   content: "\f240"; }
451
452 .fa-battery-half:before {
453   content: "\f242"; }
454
455 .fa-battery-quarter:before {
456   content: "\f243"; }
457
458 .fa-battery-three-quarters:before {
459   content: "\f241"; }
460
461 .fa-bed:before {
462   content: "\f236"; }
463
464 .fa-beer:before {
465   content: "\f0fc"; }
466
467 .fa-behance:before {
468   content: "\f1b4"; }
469
470 .fa-behance-square:before {
471   content: "\f1b5"; }
472
473 .fa-bell:before {
474   content: "\f0f3"; }
475
476 .fa-bell-slash:before {
477   content: "\f1f6"; }
478
479 .fa-bicycle:before {
480   content: "\f206"; }
481
482 .fa-bimobject:before {
483   content: "\f378"; }
484
485 .fa-binoculars:before {
486   content: "\f1e5"; }
487
488 .fa-birthday-cake:before {
489   content: "\f1fd"; }
490
491 .fa-bitbucket:before {
492   content: "\f171"; }
493
494 .fa-bitcoin:before {
495   content: "\f379"; }
496
497 .fa-bity:before {
498   content: "\f37a"; }
499
500 .fa-black-tie:before {
501   content: "\f27e"; }
502
503 .fa-blackberry:before {
504   content: "\f37b"; }
505
506 .fa-blind:before {
507   content: "\f29d"; }
508
509 .fa-blogger:before {
510   content: "\f37c"; }
511
512 .fa-blogger-b:before {
513   content: "\f37d"; }
514
515 .fa-bluetooth:before {
516   content: "\f293"; }
517
518 .fa-bluetooth-b:before {
519   content: "\f294"; }
520
521 .fa-bold:before {
522   content: "\f032"; }
523
524 .fa-bolt:before {
525   content: "\f0e7"; }
526
527 .fa-bomb:before {
528   content: "\f1e2"; }
529
530 .fa-book:before {
531   content: "\f02d"; }
532
533 .fa-bookmark:before {
534   content: "\f02e"; }
535
536 .fa-bowling-ball:before {
537   content: "\f436"; }
538
539 .fa-box:before {
540   content: "\f466"; }
541
542 .fa-box-open:before {
543   content: "\f49e"; }
544
545 .fa-boxes:before {
546   content: "\f468"; }
547
548 .fa-braille:before {
549   content: "\f2a1"; }
550
551 .fa-briefcase:before {
552   content: "\f0b1"; }
553
554 .fa-briefcase-medical:before {
555   content: "\f469"; }
556
557 .fa-btc:before {
558   content: "\f15a"; }
559
560 .fa-bug:before {
561   content: "\f188"; }
562
563 .fa-building:before {
564   content: "\f1ad"; }
565
566 .fa-bullhorn:before {
567   content: "\f0a1"; }
568
569 .fa-bullseye:before {
570   content: "\f140"; }
571
572 .fa-burn:before {
573   content: "\f46a"; }
574
575 .fa-buromobelexperte:before {
576   content: "\f37f"; }
577
578 .fa-bus:before {
579   content: "\f207"; }
580
581 .fa-buysellads:before {
582   content: "\f20d"; }
583
584 .fa-calculator:before {
585   content: "\f1ec"; }
586
587 .fa-calendar:before {
588   content: "\f133"; }
589
590 .fa-calendar-alt:before {
591   content: "\f073"; }
592
593 .fa-calendar-check:before {
594   content: "\f274"; }
595
596 .fa-calendar-minus:before {
597   content: "\f272"; }
598
599 .fa-calendar-plus:before {
600   content: "\f271"; }
601
602 .fa-calendar-times:before {
603   content: "\f273"; }
604
605 .fa-camera:before {
606   content: "\f030"; }
607
608 .fa-camera-retro:before {
609   content: "\f083"; }
610
611 .fa-capsules:before {
612   content: "\f46b"; }
613
614 .fa-car:before {
615   content: "\f1b9"; }
616
617 .fa-caret-down:before {
618   content: "\f0d7"; }
619
620 .fa-caret-left:before {
621   content: "\f0d9"; }
622
623 .fa-caret-right:before {
624   content: "\f0da"; }
625
626 .fa-caret-square-down:before {
627   content: "\f150"; }
628
629 .fa-caret-square-left:before {
630   content: "\f191"; }
631
632 .fa-caret-square-right:before {
633   content: "\f152"; }
634
635 .fa-caret-square-up:before {
636   content: "\f151"; }
637
638 .fa-caret-up:before {
639   content: "\f0d8"; }
640
641 .fa-cart-arrow-down:before {
642   content: "\f218"; }
643
644 .fa-cart-plus:before {
645   content: "\f217"; }
646
647 .fa-cc-amazon-pay:before {
648   content: "\f42d"; }
649
650 .fa-cc-amex:before {
651   content: "\f1f3"; }
652
653 .fa-cc-apple-pay:before {
654   content: "\f416"; }
655
656 .fa-cc-diners-club:before {
657   content: "\f24c"; }
658
659 .fa-cc-discover:before {
660   content: "\f1f2"; }
661
662 .fa-cc-jcb:before {
663   content: "\f24b"; }
664
665 .fa-cc-mastercard:before {
666   content: "\f1f1"; }
667
668 .fa-cc-paypal:before {
669   content: "\f1f4"; }
670
671 .fa-cc-stripe:before {
672   content: "\f1f5"; }
673
674 .fa-cc-visa:before {
675   content: "\f1f0"; }
676
677 .fa-centercode:before {
678   content: "\f380"; }
679
680 .fa-certificate:before {
681   content: "\f0a3"; }
682
683 .fa-chart-area:before {
684   content: "\f1fe"; }
685
686 .fa-chart-bar:before {
687   content: "\f080"; }
688
689 .fa-chart-line:before {
690   content: "\f201"; }
691
692 .fa-chart-pie:before {
693   content: "\f200"; }
694
695 .fa-check:before {
696   content: "\f00c"; }
697
698 .fa-check-circle:before {
699   content: "\f058"; }
700
701 .fa-check-square:before {
702   content: "\f14a"; }
703
704 .fa-chess:before {
705   content: "\f439"; }
706
707 .fa-chess-bishop:before {
708   content: "\f43a"; }
709
710 .fa-chess-board:before {
711   content: "\f43c"; }
712
713 .fa-chess-king:before {
714   content: "\f43f"; }
715
716 .fa-chess-knight:before {
717   content: "\f441"; }
718
719 .fa-chess-pawn:before {
720   content: "\f443"; }
721
722 .fa-chess-queen:before {
723   content: "\f445"; }
724
725 .fa-chess-rook:before {
726   content: "\f447"; }
727
728 .fa-chevron-circle-down:before {
729   content: "\f13a"; }
730
731 .fa-chevron-circle-left:before {
732   content: "\f137"; }
733
734 .fa-chevron-circle-right:before {
735   content: "\f138"; }
736
737 .fa-chevron-circle-up:before {
738   content: "\f139"; }
739
740 .fa-chevron-down:before {
741   content: "\f078"; }
742
743 .fa-chevron-left:before {
744   content: "\f053"; }
745
746 .fa-chevron-right:before {
747   content: "\f054"; }
748
749 .fa-chevron-up:before {
750   content: "\f077"; }
751
752 .fa-child:before {
753   content: "\f1ae"; }
754
755 .fa-chrome:before {
756   content: "\f268"; }
757
758 .fa-circle:before {
759   content: "\f111"; }
760
761 .fa-circle-notch:before {
762   content: "\f1ce"; }
763
764 .fa-clipboard:before {
765   content: "\f328"; }
766
767 .fa-clipboard-check:before {
768   content: "\f46c"; }
769
770 .fa-clipboard-list:before {
771   content: "\f46d"; }
772
773 .fa-clock:before {
774   content: "\f017"; }
775
776 .fa-clone:before {
777   content: "\f24d"; }
778
779 .fa-closed-captioning:before {
780   content: "\f20a"; }
781
782 .fa-cloud:before {
783   content: "\f0c2"; }
784
785 .fa-cloud-download-alt:before {
786   content: "\f381"; }
787
788 .fa-cloud-upload-alt:before {
789   content: "\f382"; }
790
791 .fa-cloudscale:before {
792   content: "\f383"; }
793
794 .fa-cloudsmith:before {
795   content: "\f384"; }
796
797 .fa-cloudversify:before {
798   content: "\f385"; }
799
800 .fa-code:before {
801   content: "\f121"; }
802
803 .fa-code-branch:before {
804   content: "\f126"; }
805
806 .fa-codepen:before {
807   content: "\f1cb"; }
808
809 .fa-codiepie:before {
810   content: "\f284"; }
811
812 .fa-coffee:before {
813   content: "\f0f4"; }
814
815 .fa-cog:before {
816   content: "\f013"; }
817
818 .fa-cogs:before {
819   content: "\f085"; }
820
821 .fa-columns:before {
822   content: "\f0db"; }
823
824 .fa-comment:before {
825   content: "\f075"; }
826
827 .fa-comment-alt:before {
828   content: "\f27a"; }
829
830 .fa-comment-dots:before {
831   content: "\f4ad"; }
832
833 .fa-comment-slash:before {
834   content: "\f4b3"; }
835
836 .fa-comments:before {
837   content: "\f086"; }
838
839 .fa-compass:before {
840   content: "\f14e"; }
841
842 .fa-compress:before {
843   content: "\f066"; }
844
845 .fa-connectdevelop:before {
846   content: "\f20e"; }
847
848 .fa-contao:before {
849   content: "\f26d"; }
850
851 .fa-copy:before {
852   content: "\f0c5"; }
853
854 .fa-copyright:before {
855   content: "\f1f9"; }
856
857 .fa-couch:before {
858   content: "\f4b8"; }
859
860 .fa-cpanel:before {
861   content: "\f388"; }
862
863 .fa-creative-commons:before {
864   content: "\f25e"; }
865
866 .fa-creative-commons-by:before {
867   content: "\f4e7"; }
868
869 .fa-creative-commons-nc:before {
870   content: "\f4e8"; }
871
872 .fa-creative-commons-nc-eu:before {
873   content: "\f4e9"; }
874
875 .fa-creative-commons-nc-jp:before {
876   content: "\f4ea"; }
877
878 .fa-creative-commons-nd:before {
879   content: "\f4eb"; }
880
881 .fa-creative-commons-pd:before {
882   content: "\f4ec"; }
883
884 .fa-creative-commons-pd-alt:before {
885   content: "\f4ed"; }
886
887 .fa-creative-commons-remix:before {
888   content: "\f4ee"; }
889
890 .fa-creative-commons-sa:before {
891   content: "\f4ef"; }
892
893 .fa-creative-commons-sampling:before {
894   content: "\f4f0"; }
895
896 .fa-creative-commons-sampling-plus:before {
897   content: "\f4f1"; }
898
899 .fa-creative-commons-share:before {
900   content: "\f4f2"; }
901
902 .fa-credit-card:before {
903   content: "\f09d"; }
904
905 .fa-crop:before {
906   content: "\f125"; }
907
908 .fa-crosshairs:before {
909   content: "\f05b"; }
910
911 .fa-css3:before {
912   content: "\f13c"; }
913
914 .fa-css3-alt:before {
915   content: "\f38b"; }
916
917 .fa-cube:before {
918   content: "\f1b2"; }
919
920 .fa-cubes:before {
921   content: "\f1b3"; }
922
923 .fa-cut:before {
924   content: "\f0c4"; }
925
926 .fa-cuttlefish:before {
927   content: "\f38c"; }
928
929 .fa-d-and-d:before {
930   content: "\f38d"; }
931
932 .fa-dashcube:before {
933   content: "\f210"; }
934
935 .fa-database:before {
936   content: "\f1c0"; }
937
938 .fa-deaf:before {
939   content: "\f2a4"; }
940
941 .fa-delicious:before {
942   content: "\f1a5"; }
943
944 .fa-deploydog:before {
945   content: "\f38e"; }
946
947 .fa-deskpro:before {
948   content: "\f38f"; }
949
950 .fa-desktop:before {
951   content: "\f108"; }
952
953 .fa-deviantart:before {
954   content: "\f1bd"; }
955
956 .fa-diagnoses:before {
957   content: "\f470"; }
958
959 .fa-digg:before {
960   content: "\f1a6"; }
961
962 .fa-digital-ocean:before {
963   content: "\f391"; }
964
965 .fa-discord:before {
966   content: "\f392"; }
967
968 .fa-discourse:before {
969   content: "\f393"; }
970
971 .fa-dna:before {
972   content: "\f471"; }
973
974 .fa-dochub:before {
975   content: "\f394"; }
976
977 .fa-docker:before {
978   content: "\f395"; }
979
980 .fa-dollar-sign:before {
981   content: "\f155"; }
982
983 .fa-dolly:before {
984   content: "\f472"; }
985
986 .fa-dolly-flatbed:before {
987   content: "\f474"; }
988
989 .fa-donate:before {
990   content: "\f4b9"; }
991
992 .fa-dot-circle:before {
993   content: "\f192"; }
994
995 .fa-dove:before {
996   content: "\f4ba"; }
997
998 .fa-download:before {
999   content: "\f019"; }
1000
1001 .fa-draft2digital:before {
1002   content: "\f396"; }
1003
1004 .fa-dribbble:before {
1005   content: "\f17d"; }
1006
1007 .fa-dribbble-square:before {
1008   content: "\f397"; }
1009
1010 .fa-dropbox:before {
1011   content: "\f16b"; }
1012
1013 .fa-drupal:before {
1014   content: "\f1a9"; }
1015
1016 .fa-dyalog:before {
1017   content: "\f399"; }
1018
1019 .fa-earlybirds:before {
1020   content: "\f39a"; }
1021
1022 .fa-ebay:before {
1023   content: "\f4f4"; }
1024
1025 .fa-edge:before {
1026   content: "\f282"; }
1027
1028 .fa-edit:before {
1029   content: "\f044"; }
1030
1031 .fa-eject:before {
1032   content: "\f052"; }
1033
1034 .fa-elementor:before {
1035   content: "\f430"; }
1036
1037 .fa-ellipsis-h:before {
1038   content: "\f141"; }
1039
1040 .fa-ellipsis-v:before {
1041   content: "\f142"; }
1042
1043 .fa-ember:before {
1044   content: "\f423"; }
1045
1046 .fa-empire:before {
1047   content: "\f1d1"; }
1048
1049 .fa-envelope:before {
1050   content: "\f0e0"; }
1051
1052 .fa-envelope-open:before {
1053   content: "\f2b6"; }
1054
1055 .fa-envelope-square:before {
1056   content: "\f199"; }
1057
1058 .fa-envira:before {
1059   content: "\f299"; }
1060
1061 .fa-eraser:before {
1062   content: "\f12d"; }
1063
1064 .fa-erlang:before {
1065   content: "\f39d"; }
1066
1067 .fa-ethereum:before {
1068   content: "\f42e"; }
1069
1070 .fa-etsy:before {
1071   content: "\f2d7"; }
1072
1073 .fa-euro-sign:before {
1074   content: "\f153"; }
1075
1076 .fa-exchange-alt:before {
1077   content: "\f362"; }
1078
1079 .fa-exclamation:before {
1080   content: "\f12a"; }
1081
1082 .fa-exclamation-circle:before {
1083   content: "\f06a"; }
1084
1085 .fa-exclamation-triangle:before {
1086   content: "\f071"; }
1087
1088 .fa-expand:before {
1089   content: "\f065"; }
1090
1091 .fa-expand-arrows-alt:before {
1092   content: "\f31e"; }
1093
1094 .fa-expeditedssl:before {
1095   content: "\f23e"; }
1096
1097 .fa-external-link-alt:before {
1098   content: "\f35d"; }
1099
1100 .fa-external-link-square-alt:before {
1101   content: "\f360"; }
1102
1103 .fa-eye:before {
1104   content: "\f06e"; }
1105
1106 .fa-eye-dropper:before {
1107   content: "\f1fb"; }
1108
1109 .fa-eye-slash:before {
1110   content: "\f070"; }
1111
1112 .fa-facebook:before {
1113   content: "\f09a"; }
1114
1115 .fa-facebook-f:before {
1116   content: "\f39e"; }
1117
1118 .fa-facebook-messenger:before {
1119   content: "\f39f"; }
1120
1121 .fa-facebook-square:before {
1122   content: "\f082"; }
1123
1124 .fa-fast-backward:before {
1125   content: "\f049"; }
1126
1127 .fa-fast-forward:before {
1128   content: "\f050"; }
1129
1130 .fa-fax:before {
1131   content: "\f1ac"; }
1132
1133 .fa-female:before {
1134   content: "\f182"; }
1135
1136 .fa-fighter-jet:before {
1137   content: "\f0fb"; }
1138
1139 .fa-file:before {
1140   content: "\f15b"; }
1141
1142 .fa-file-alt:before {
1143   content: "\f15c"; }
1144
1145 .fa-file-archive:before {
1146   content: "\f1c6"; }
1147
1148 .fa-file-audio:before {
1149   content: "\f1c7"; }
1150
1151 .fa-file-code:before {
1152   content: "\f1c9"; }
1153
1154 .fa-file-excel:before {
1155   content: "\f1c3"; }
1156
1157 .fa-file-image:before {
1158   content: "\f1c5"; }
1159
1160 .fa-file-medical:before {
1161   content: "\f477"; }
1162
1163 .fa-file-medical-alt:before {
1164   content: "\f478"; }
1165
1166 .fa-file-pdf:before {
1167   content: "\f1c1"; }
1168
1169 .fa-file-powerpoint:before {
1170   content: "\f1c4"; }
1171
1172 .fa-file-video:before {
1173   content: "\f1c8"; }
1174
1175 .fa-file-word:before {
1176   content: "\f1c2"; }
1177
1178 .fa-film:before {
1179   content: "\f008"; }
1180
1181 .fa-filter:before {
1182   content: "\f0b0"; }
1183
1184 .fa-fire:before {
1185   content: "\f06d"; }
1186
1187 .fa-fire-extinguisher:before {
1188   content: "\f134"; }
1189
1190 .fa-firefox:before {
1191   content: "\f269"; }
1192
1193 .fa-first-aid:before {
1194   content: "\f479"; }
1195
1196 .fa-first-order:before {
1197   content: "\f2b0"; }
1198
1199 .fa-first-order-alt:before {
1200   content: "\f50a"; }
1201
1202 .fa-firstdraft:before {
1203   content: "\f3a1"; }
1204
1205 .fa-flag:before {
1206   content: "\f024"; }
1207
1208 .fa-flag-checkered:before {
1209   content: "\f11e"; }
1210
1211 .fa-flask:before {
1212   content: "\f0c3"; }
1213
1214 .fa-flickr:before {
1215   content: "\f16e"; }
1216
1217 .fa-flipboard:before {
1218   content: "\f44d"; }
1219
1220 .fa-fly:before {
1221   content: "\f417"; }
1222
1223 .fa-folder:before {
1224   content: "\f07b"; }
1225
1226 .fa-folder-open:before {
1227   content: "\f07c"; }
1228
1229 .fa-font:before {
1230   content: "\f031"; }
1231
1232 .fa-font-awesome:before {
1233   content: "\f2b4"; }
1234
1235 .fa-font-awesome-alt:before {
1236   content: "\f35c"; }
1237
1238 .fa-font-awesome-flag:before {
1239   content: "\f425"; }
1240
1241 .fa-font-awesome-logo-full:before {
1242   content: "\f4e6"; }
1243
1244 .fa-fonticons:before {
1245   content: "\f280"; }
1246
1247 .fa-fonticons-fi:before {
1248   content: "\f3a2"; }
1249
1250 .fa-football-ball:before {
1251   content: "\f44e"; }
1252
1253 .fa-fort-awesome:before {
1254   content: "\f286"; }
1255
1256 .fa-fort-awesome-alt:before {
1257   content: "\f3a3"; }
1258
1259 .fa-forumbee:before {
1260   content: "\f211"; }
1261
1262 .fa-forward:before {
1263   content: "\f04e"; }
1264
1265 .fa-foursquare:before {
1266   content: "\f180"; }
1267
1268 .fa-free-code-camp:before {
1269   content: "\f2c5"; }
1270
1271 .fa-freebsd:before {
1272   content: "\f3a4"; }
1273
1274 .fa-frown:before {
1275   content: "\f119"; }
1276
1277 .fa-fulcrum:before {
1278   content: "\f50b"; }
1279
1280 .fa-futbol:before {
1281   content: "\f1e3"; }
1282
1283 .fa-galactic-republic:before {
1284   content: "\f50c"; }
1285
1286 .fa-galactic-senate:before {
1287   content: "\f50d"; }
1288
1289 .fa-gamepad:before {
1290   content: "\f11b"; }
1291
1292 .fa-gavel:before {
1293   content: "\f0e3"; }
1294
1295 .fa-gem:before {
1296   content: "\f3a5"; }
1297
1298 .fa-genderless:before {
1299   content: "\f22d"; }
1300
1301 .fa-get-pocket:before {
1302   content: "\f265"; }
1303
1304 .fa-gg:before {
1305   content: "\f260"; }
1306
1307 .fa-gg-circle:before {
1308   content: "\f261"; }
1309
1310 .fa-gift:before {
1311   content: "\f06b"; }
1312
1313 .fa-git:before {
1314   content: "\f1d3"; }
1315
1316 .fa-git-square:before {
1317   content: "\f1d2"; }
1318
1319 .fa-github:before {
1320   content: "\f09b"; }
1321
1322 .fa-github-alt:before {
1323   content: "\f113"; }
1324
1325 .fa-github-square:before {
1326   content: "\f092"; }
1327
1328 .fa-gitkraken:before {
1329   content: "\f3a6"; }
1330
1331 .fa-gitlab:before {
1332   content: "\f296"; }
1333
1334 .fa-gitter:before {
1335   content: "\f426"; }
1336
1337 .fa-glass-martini:before {
1338   content: "\f000"; }
1339
1340 .fa-glide:before {
1341   content: "\f2a5"; }
1342
1343 .fa-glide-g:before {
1344   content: "\f2a6"; }
1345
1346 .fa-globe:before {
1347   content: "\f0ac"; }
1348
1349 .fa-gofore:before {
1350   content: "\f3a7"; }
1351
1352 .fa-golf-ball:before {
1353   content: "\f450"; }
1354
1355 .fa-goodreads:before {
1356   content: "\f3a8"; }
1357
1358 .fa-goodreads-g:before {
1359   content: "\f3a9"; }
1360
1361 .fa-google:before {
1362   content: "\f1a0"; }
1363
1364 .fa-google-drive:before {
1365   content: "\f3aa"; }
1366
1367 .fa-google-play:before {
1368   content: "\f3ab"; }
1369
1370 .fa-google-plus:before {
1371   content: "\f2b3"; }
1372
1373 .fa-google-plus-g:before {
1374   content: "\f0d5"; }
1375
1376 .fa-google-plus-square:before {
1377   content: "\f0d4"; }
1378
1379 .fa-google-wallet:before {
1380   content: "\f1ee"; }
1381
1382 .fa-graduation-cap:before {
1383   content: "\f19d"; }
1384
1385 .fa-gratipay:before {
1386   content: "\f184"; }
1387
1388 .fa-grav:before {
1389   content: "\f2d6"; }
1390
1391 .fa-gripfire:before {
1392   content: "\f3ac"; }
1393
1394 .fa-grunt:before {
1395   content: "\f3ad"; }
1396
1397 .fa-gulp:before {
1398   content: "\f3ae"; }
1399
1400 .fa-h-square:before {
1401   content: "\f0fd"; }
1402
1403 .fa-hacker-news:before {
1404   content: "\f1d4"; }
1405
1406 .fa-hacker-news-square:before {
1407   content: "\f3af"; }
1408
1409 .fa-hand-holding:before {
1410   content: "\f4bd"; }
1411
1412 .fa-hand-holding-heart:before {
1413   content: "\f4be"; }
1414
1415 .fa-hand-holding-usd:before {
1416   content: "\f4c0"; }
1417
1418 .fa-hand-lizard:before {
1419   content: "\f258"; }
1420
1421 .fa-hand-paper:before {
1422   content: "\f256"; }
1423
1424 .fa-hand-peace:before {
1425   content: "\f25b"; }
1426
1427 .fa-hand-point-down:before {
1428   content: "\f0a7"; }
1429
1430 .fa-hand-point-left:before {
1431   content: "\f0a5"; }
1432
1433 .fa-hand-point-right:before {
1434   content: "\f0a4"; }
1435
1436 .fa-hand-point-up:before {
1437   content: "\f0a6"; }
1438
1439 .fa-hand-pointer:before {
1440   content: "\f25a"; }
1441
1442 .fa-hand-rock:before {
1443   content: "\f255"; }
1444
1445 .fa-hand-scissors:before {
1446   content: "\f257"; }
1447
1448 .fa-hand-spock:before {
1449   content: "\f259"; }
1450
1451 .fa-hands:before {
1452   content: "\f4c2"; }
1453
1454 .fa-hands-helping:before {
1455   content: "\f4c4"; }
1456
1457 .fa-handshake:before {
1458   content: "\f2b5"; }
1459
1460 .fa-hashtag:before {
1461   content: "\f292"; }
1462
1463 .fa-hdd:before {
1464   content: "\f0a0"; }
1465
1466 .fa-heading:before {
1467   content: "\f1dc"; }
1468
1469 .fa-headphones:before {
1470   content: "\f025"; }
1471
1472 .fa-heart:before {
1473   content: "\f004"; }
1474
1475 .fa-heartbeat:before {
1476   content: "\f21e"; }
1477
1478 .fa-hips:before {
1479   content: "\f452"; }
1480
1481 .fa-hire-a-helper:before {
1482   content: "\f3b0"; }
1483
1484 .fa-history:before {
1485   content: "\f1da"; }
1486
1487 .fa-hockey-puck:before {
1488   content: "\f453"; }
1489
1490 .fa-home:before {
1491   content: "\f015"; }
1492
1493 .fa-hooli:before {
1494   content: "\f427"; }
1495
1496 .fa-hospital:before {
1497   content: "\f0f8"; }
1498
1499 .fa-hospital-alt:before {
1500   content: "\f47d"; }
1501
1502 .fa-hospital-symbol:before {
1503   content: "\f47e"; }
1504
1505 .fa-hotjar:before {
1506   content: "\f3b1"; }
1507
1508 .fa-hourglass:before {
1509   content: "\f254"; }
1510
1511 .fa-hourglass-end:before {
1512   content: "\f253"; }
1513
1514 .fa-hourglass-half:before {
1515   content: "\f252"; }
1516
1517 .fa-hourglass-start:before {
1518   content: "\f251"; }
1519
1520 .fa-houzz:before {
1521   content: "\f27c"; }
1522
1523 .fa-html5:before {
1524   content: "\f13b"; }
1525
1526 .fa-hubspot:before {
1527   content: "\f3b2"; }
1528
1529 .fa-i-cursor:before {
1530   content: "\f246"; }
1531
1532 .fa-id-badge:before {
1533   content: "\f2c1"; }
1534
1535 .fa-id-card:before {
1536   content: "\f2c2"; }
1537
1538 .fa-id-card-alt:before {
1539   content: "\f47f"; }
1540
1541 .fa-image:before {
1542   content: "\f03e"; }
1543
1544 .fa-images:before {
1545   content: "\f302"; }
1546
1547 .fa-imdb:before {
1548   content: "\f2d8"; }
1549
1550 .fa-inbox:before {
1551   content: "\f01c"; }
1552
1553 .fa-indent:before {
1554   content: "\f03c"; }
1555
1556 .fa-industry:before {
1557   content: "\f275"; }
1558
1559 .fa-info:before {
1560   content: "\f129"; }
1561
1562 .fa-info-circle:before {
1563   content: "\f05a"; }
1564
1565 .fa-instagram:before {
1566   content: "\f16d"; }
1567
1568 .fa-internet-explorer:before {
1569   content: "\f26b"; }
1570
1571 .fa-ioxhost:before {
1572   content: "\f208"; }
1573
1574 .fa-italic:before {
1575   content: "\f033"; }
1576
1577 .fa-itunes:before {
1578   content: "\f3b4"; }
1579
1580 .fa-itunes-note:before {
1581   content: "\f3b5"; }
1582
1583 .fa-java:before {
1584   content: "\f4e4"; }
1585
1586 .fa-jedi-order:before {
1587   content: "\f50e"; }
1588
1589 .fa-jenkins:before {
1590   content: "\f3b6"; }
1591
1592 .fa-joget:before {
1593   content: "\f3b7"; }
1594
1595 .fa-joomla:before {
1596   content: "\f1aa"; }
1597
1598 .fa-js:before {
1599   content: "\f3b8"; }
1600
1601 .fa-js-square:before {
1602   content: "\f3b9"; }
1603
1604 .fa-jsfiddle:before {
1605   content: "\f1cc"; }
1606
1607 .fa-key:before {
1608   content: "\f084"; }
1609
1610 .fa-keybase:before {
1611   content: "\f4f5"; }
1612
1613 .fa-keyboard:before {
1614   content: "\f11c"; }
1615
1616 .fa-keycdn:before {
1617   content: "\f3ba"; }
1618
1619 .fa-kickstarter:before {
1620   content: "\f3bb"; }
1621
1622 .fa-kickstarter-k:before {
1623   content: "\f3bc"; }
1624
1625 .fa-korvue:before {
1626   content: "\f42f"; }
1627
1628 .fa-language:before {
1629   content: "\f1ab"; }
1630
1631 .fa-laptop:before {
1632   content: "\f109"; }
1633
1634 .fa-laravel:before {
1635   content: "\f3bd"; }
1636
1637 .fa-lastfm:before {
1638   content: "\f202"; }
1639
1640 .fa-lastfm-square:before {
1641   content: "\f203"; }
1642
1643 .fa-leaf:before {
1644   content: "\f06c"; }
1645
1646 .fa-leanpub:before {
1647   content: "\f212"; }
1648
1649 .fa-lemon:before {
1650   content: "\f094"; }
1651
1652 .fa-less:before {
1653   content: "\f41d"; }
1654
1655 .fa-level-down-alt:before {
1656   content: "\f3be"; }
1657
1658 .fa-level-up-alt:before {
1659   content: "\f3bf"; }
1660
1661 .fa-life-ring:before {
1662   content: "\f1cd"; }
1663
1664 .fa-lightbulb:before {
1665   content: "\f0eb"; }
1666
1667 .fa-line:before {
1668   content: "\f3c0"; }
1669
1670 .fa-link:before {
1671   content: "\f0c1"; }
1672
1673 .fa-linkedin:before {
1674   content: "\f08c"; }
1675
1676 .fa-linkedin-in:before {
1677   content: "\f0e1"; }
1678
1679 .fa-linode:before {
1680   content: "\f2b8"; }
1681
1682 .fa-linux:before {
1683   content: "\f17c"; }
1684
1685 .fa-lira-sign:before {
1686   content: "\f195"; }
1687
1688 .fa-list:before {
1689   content: "\f03a"; }
1690
1691 .fa-list-alt:before {
1692   content: "\f022"; }
1693
1694 .fa-list-ol:before {
1695   content: "\f0cb"; }
1696
1697 .fa-list-ul:before {
1698   content: "\f0ca"; }
1699
1700 .fa-location-arrow:before {
1701   content: "\f124"; }
1702
1703 .fa-lock:before {
1704   content: "\f023"; }
1705
1706 .fa-lock-open:before {
1707   content: "\f3c1"; }
1708
1709 .fa-long-arrow-alt-down:before {
1710   content: "\f309"; }
1711
1712 .fa-long-arrow-alt-left:before {
1713   content: "\f30a"; }
1714
1715 .fa-long-arrow-alt-right:before {
1716   content: "\f30b"; }
1717
1718 .fa-long-arrow-alt-up:before {
1719   content: "\f30c"; }
1720
1721 .fa-low-vision:before {
1722   content: "\f2a8"; }
1723
1724 .fa-lyft:before {
1725   content: "\f3c3"; }
1726
1727 .fa-magento:before {
1728   content: "\f3c4"; }
1729
1730 .fa-magic:before {
1731   content: "\f0d0"; }
1732
1733 .fa-magnet:before {
1734   content: "\f076"; }
1735
1736 .fa-male:before {
1737   content: "\f183"; }
1738
1739 .fa-mandalorian:before {
1740   content: "\f50f"; }
1741
1742 .fa-map:before {
1743   content: "\f279"; }
1744
1745 .fa-map-marker:before {
1746   content: "\f041"; }
1747
1748 .fa-map-marker-alt:before {
1749   content: "\f3c5"; }
1750
1751 .fa-map-pin:before {
1752   content: "\f276"; }
1753
1754 .fa-map-signs:before {
1755   content: "\f277"; }
1756
1757 .fa-mars:before {
1758   content: "\f222"; }
1759
1760 .fa-mars-double:before {
1761   content: "\f227"; }
1762
1763 .fa-mars-stroke:before {
1764   content: "\f229"; }
1765
1766 .fa-mars-stroke-h:before {
1767   content: "\f22b"; }
1768
1769 .fa-mars-stroke-v:before {
1770   content: "\f22a"; }
1771
1772 .fa-mastodon:before {
1773   content: "\f4f6"; }
1774
1775 .fa-maxcdn:before {
1776   content: "\f136"; }
1777
1778 .fa-medapps:before {
1779   content: "\f3c6"; }
1780
1781 .fa-medium:before {
1782   content: "\f23a"; }
1783
1784 .fa-medium-m:before {
1785   content: "\f3c7"; }
1786
1787 .fa-medkit:before {
1788   content: "\f0fa"; }
1789
1790 .fa-medrt:before {
1791   content: "\f3c8"; }
1792
1793 .fa-meetup:before {
1794   content: "\f2e0"; }
1795
1796 .fa-meh:before {
1797   content: "\f11a"; }
1798
1799 .fa-mercury:before {
1800   content: "\f223"; }
1801
1802 .fa-microchip:before {
1803   content: "\f2db"; }
1804
1805 .fa-microphone:before {
1806   content: "\f130"; }
1807
1808 .fa-microphone-slash:before {
1809   content: "\f131"; }
1810
1811 .fa-microsoft:before {
1812   content: "\f3ca"; }
1813
1814 .fa-minus:before {
1815   content: "\f068"; }
1816
1817 .fa-minus-circle:before {
1818   content: "\f056"; }
1819
1820 .fa-minus-square:before {
1821   content: "\f146"; }
1822
1823 .fa-mix:before {
1824   content: "\f3cb"; }
1825
1826 .fa-mixcloud:before {
1827   content: "\f289"; }
1828
1829 .fa-mizuni:before {
1830   content: "\f3cc"; }
1831
1832 .fa-mobile:before {
1833   content: "\f10b"; }
1834
1835 .fa-mobile-alt:before {
1836   content: "\f3cd"; }
1837
1838 .fa-modx:before {
1839   content: "\f285"; }
1840
1841 .fa-monero:before {
1842   content: "\f3d0"; }
1843
1844 .fa-money-bill-alt:before {
1845   content: "\f3d1"; }
1846
1847 .fa-moon:before {
1848   content: "\f186"; }
1849
1850 .fa-motorcycle:before {
1851   content: "\f21c"; }
1852
1853 .fa-mouse-pointer:before {
1854   content: "\f245"; }
1855
1856 .fa-music:before {
1857   content: "\f001"; }
1858
1859 .fa-napster:before {
1860   content: "\f3d2"; }
1861
1862 .fa-neuter:before {
1863   content: "\f22c"; }
1864
1865 .fa-newspaper:before {
1866   content: "\f1ea"; }
1867
1868 .fa-nintendo-switch:before {
1869   content: "\f418"; }
1870
1871 .fa-node:before {
1872   content: "\f419"; }
1873
1874 .fa-node-js:before {
1875   content: "\f3d3"; }
1876
1877 .fa-notes-medical:before {
1878   content: "\f481"; }
1879
1880 .fa-npm:before {
1881   content: "\f3d4"; }
1882
1883 .fa-ns8:before {
1884   content: "\f3d5"; }
1885
1886 .fa-nutritionix:before {
1887   content: "\f3d6"; }
1888
1889 .fa-object-group:before {
1890   content: "\f247"; }
1891
1892 .fa-object-ungroup:before {
1893   content: "\f248"; }
1894
1895 .fa-odnoklassniki:before {
1896   content: "\f263"; }
1897
1898 .fa-odnoklassniki-square:before {
1899   content: "\f264"; }
1900
1901 .fa-old-republic:before {
1902   content: "\f510"; }
1903
1904 .fa-opencart:before {
1905   content: "\f23d"; }
1906
1907 .fa-openid:before {
1908   content: "\f19b"; }
1909
1910 .fa-opera:before {
1911   content: "\f26a"; }
1912
1913 .fa-optin-monster:before {
1914   content: "\f23c"; }
1915
1916 .fa-osi:before {
1917   content: "\f41a"; }
1918
1919 .fa-outdent:before {
1920   content: "\f03b"; }
1921
1922 .fa-page4:before {
1923   content: "\f3d7"; }
1924
1925 .fa-pagelines:before {
1926   content: "\f18c"; }
1927
1928 .fa-paint-brush:before {
1929   content: "\f1fc"; }
1930
1931 .fa-palfed:before {
1932   content: "\f3d8"; }
1933
1934 .fa-pallet:before {
1935   content: "\f482"; }
1936
1937 .fa-paper-plane:before {
1938   content: "\f1d8"; }
1939
1940 .fa-paperclip:before {
1941   content: "\f0c6"; }
1942
1943 .fa-parachute-box:before {
1944   content: "\f4cd"; }
1945
1946 .fa-paragraph:before {
1947   content: "\f1dd"; }
1948
1949 .fa-paste:before {
1950   content: "\f0ea"; }
1951
1952 .fa-patreon:before {
1953   content: "\f3d9"; }
1954
1955 .fa-pause:before {
1956   content: "\f04c"; }
1957
1958 .fa-pause-circle:before {
1959   content: "\f28b"; }
1960
1961 .fa-paw:before {
1962   content: "\f1b0"; }
1963
1964 .fa-paypal:before {
1965   content: "\f1ed"; }
1966
1967 .fa-pen-square:before {
1968   content: "\f14b"; }
1969
1970 .fa-pencil-alt:before {
1971   content: "\f303"; }
1972
1973 .fa-people-carry:before {
1974   content: "\f4ce"; }
1975
1976 .fa-percent:before {
1977   content: "\f295"; }
1978
1979 .fa-periscope:before {
1980   content: "\f3da"; }
1981
1982 .fa-phabricator:before {
1983   content: "\f3db"; }
1984
1985 .fa-phoenix-framework:before {
1986   content: "\f3dc"; }
1987
1988 .fa-phoenix-squadron:before {
1989   content: "\f511"; }
1990
1991 .fa-phone:before {
1992   content: "\f095"; }
1993
1994 .fa-phone-slash:before {
1995   content: "\f3dd"; }
1996
1997 .fa-phone-square:before {
1998   content: "\f098"; }
1999
2000 .fa-phone-volume:before {
2001   content: "\f2a0"; }
2002
2003 .fa-php:before {
2004   content: "\f457"; }
2005
2006 .fa-pied-piper:before {
2007   content: "\f2ae"; }
2008
2009 .fa-pied-piper-alt:before {
2010   content: "\f1a8"; }
2011
2012 .fa-pied-piper-hat:before {
2013   content: "\f4e5"; }
2014
2015 .fa-pied-piper-pp:before {
2016   content: "\f1a7"; }
2017
2018 .fa-piggy-bank:before {
2019   content: "\f4d3"; }
2020
2021 .fa-pills:before {
2022   content: "\f484"; }
2023
2024 .fa-pinterest:before {
2025   content: "\f0d2"; }
2026
2027 .fa-pinterest-p:before {
2028   content: "\f231"; }
2029
2030 .fa-pinterest-square:before {
2031   content: "\f0d3"; }
2032
2033 .fa-plane:before {
2034   content: "\f072"; }
2035
2036 .fa-play:before {
2037   content: "\f04b"; }
2038
2039 .fa-play-circle:before {
2040   content: "\f144"; }
2041
2042 .fa-playstation:before {
2043   content: "\f3df"; }
2044
2045 .fa-plug:before {
2046   content: "\f1e6"; }
2047
2048 .fa-plus:before {
2049   content: "\f067"; }
2050
2051 .fa-plus-circle:before {
2052   content: "\f055"; }
2053
2054 .fa-plus-square:before {
2055   content: "\f0fe"; }
2056
2057 .fa-podcast:before {
2058   content: "\f2ce"; }
2059
2060 .fa-poo:before {
2061   content: "\f2fe"; }
2062
2063 .fa-portrait:before {
2064   content: "\f3e0"; }
2065
2066 .fa-pound-sign:before {
2067   content: "\f154"; }
2068
2069 .fa-power-off:before {
2070   content: "\f011"; }
2071
2072 .fa-prescription-bottle:before {
2073   content: "\f485"; }
2074
2075 .fa-prescription-bottle-alt:before {
2076   content: "\f486"; }
2077
2078 .fa-print:before {
2079   content: "\f02f"; }
2080
2081 .fa-procedures:before {
2082   content: "\f487"; }
2083
2084 .fa-product-hunt:before {
2085   content: "\f288"; }
2086
2087 .fa-pushed:before {
2088   content: "\f3e1"; }
2089
2090 .fa-puzzle-piece:before {
2091   content: "\f12e"; }
2092
2093 .fa-python:before {
2094   content: "\f3e2"; }
2095
2096 .fa-qq:before {
2097   content: "\f1d6"; }
2098
2099 .fa-qrcode:before {
2100   content: "\f029"; }
2101
2102 .fa-question:before {
2103   content: "\f128"; }
2104
2105 .fa-question-circle:before {
2106   content: "\f059"; }
2107
2108 .fa-quidditch:before {
2109   content: "\f458"; }
2110
2111 .fa-quinscape:before {
2112   content: "\f459"; }
2113
2114 .fa-quora:before {
2115   content: "\f2c4"; }
2116
2117 .fa-quote-left:before {
2118   content: "\f10d"; }
2119
2120 .fa-quote-right:before {
2121   content: "\f10e"; }
2122
2123 .fa-r-project:before {
2124   content: "\f4f7"; }
2125
2126 .fa-random:before {
2127   content: "\f074"; }
2128
2129 .fa-ravelry:before {
2130   content: "\f2d9"; }
2131
2132 .fa-react:before {
2133   content: "\f41b"; }
2134
2135 .fa-readme:before {
2136   content: "\f4d5"; }
2137
2138 .fa-rebel:before {
2139   content: "\f1d0"; }
2140
2141 .fa-recycle:before {
2142   content: "\f1b8"; }
2143
2144 .fa-red-river:before {
2145   content: "\f3e3"; }
2146
2147 .fa-reddit:before {
2148   content: "\f1a1"; }
2149
2150 .fa-reddit-alien:before {
2151   content: "\f281"; }
2152
2153 .fa-reddit-square:before {
2154   content: "\f1a2"; }
2155
2156 .fa-redo:before {
2157   content: "\f01e"; }
2158
2159 .fa-redo-alt:before {
2160   content: "\f2f9"; }
2161
2162 .fa-registered:before {
2163   content: "\f25d"; }
2164
2165 .fa-rendact:before {
2166   content: "\f3e4"; }
2167
2168 .fa-renren:before {
2169   content: "\f18b"; }
2170
2171 .fa-reply:before {
2172   content: "\f3e5"; }
2173
2174 .fa-reply-all:before {
2175   content: "\f122"; }
2176
2177 .fa-replyd:before {
2178   content: "\f3e6"; }
2179
2180 .fa-researchgate:before {
2181   content: "\f4f8"; }
2182
2183 .fa-resolving:before {
2184   content: "\f3e7"; }
2185
2186 .fa-retweet:before {
2187   content: "\f079"; }
2188
2189 .fa-ribbon:before {
2190   content: "\f4d6"; }
2191
2192 .fa-road:before {
2193   content: "\f018"; }
2194
2195 .fa-rocket:before {
2196   content: "\f135"; }
2197
2198 .fa-rocketchat:before {
2199   content: "\f3e8"; }
2200
2201 .fa-rockrms:before {
2202   content: "\f3e9"; }
2203
2204 .fa-rss:before {
2205   content: "\f09e"; }
2206
2207 .fa-rss-square:before {
2208   content: "\f143"; }
2209
2210 .fa-ruble-sign:before {
2211   content: "\f158"; }
2212
2213 .fa-rupee-sign:before {
2214   content: "\f156"; }
2215
2216 .fa-safari:before {
2217   content: "\f267"; }
2218
2219 .fa-sass:before {
2220   content: "\f41e"; }
2221
2222 .fa-save:before {
2223   content: "\f0c7"; }
2224
2225 .fa-schlix:before {
2226   content: "\f3ea"; }
2227
2228 .fa-scribd:before {
2229   content: "\f28a"; }
2230
2231 .fa-search:before {
2232   content: "\f002"; }
2233
2234 .fa-search-minus:before {
2235   content: "\f010"; }
2236
2237 .fa-search-plus:before {
2238   content: "\f00e"; }
2239
2240 .fa-searchengin:before {
2241   content: "\f3eb"; }
2242
2243 .fa-seedling:before {
2244   content: "\f4d8"; }
2245
2246 .fa-sellcast:before {
2247   content: "\f2da"; }
2248
2249 .fa-sellsy:before {
2250   content: "\f213"; }
2251
2252 .fa-server:before {
2253   content: "\f233"; }
2254
2255 .fa-servicestack:before {
2256   content: "\f3ec"; }
2257
2258 .fa-share:before {
2259   content: "\f064"; }
2260
2261 .fa-share-alt:before {
2262   content: "\f1e0"; }
2263
2264 .fa-share-alt-square:before {
2265   content: "\f1e1"; }
2266
2267 .fa-share-square:before {
2268   content: "\f14d"; }
2269
2270 .fa-shekel-sign:before {
2271   content: "\f20b"; }
2272
2273 .fa-shield-alt:before {
2274   content: "\f3ed"; }
2275
2276 .fa-ship:before {
2277   content: "\f21a"; }
2278
2279 .fa-shipping-fast:before {
2280   content: "\f48b"; }
2281
2282 .fa-shirtsinbulk:before {
2283   content: "\f214"; }
2284
2285 .fa-shopping-bag:before {
2286   content: "\f290"; }
2287
2288 .fa-shopping-basket:before {
2289   content: "\f291"; }
2290
2291 .fa-shopping-cart:before {
2292   content: "\f07a"; }
2293
2294 .fa-shower:before {
2295   content: "\f2cc"; }
2296
2297 .fa-sign:before {
2298   content: "\f4d9"; }
2299
2300 .fa-sign-in-alt:before {
2301   content: "\f2f6"; }
2302
2303 .fa-sign-language:before {
2304   content: "\f2a7"; }
2305
2306 .fa-sign-out-alt:before {
2307   content: "\f2f5"; }
2308
2309 .fa-signal:before {
2310   content: "\f012"; }
2311
2312 .fa-simplybuilt:before {
2313   content: "\f215"; }
2314
2315 .fa-sistrix:before {
2316   content: "\f3ee"; }
2317
2318 .fa-sitemap:before {
2319   content: "\f0e8"; }
2320
2321 .fa-sith:before {
2322   content: "\f512"; }
2323
2324 .fa-skyatlas:before {
2325   content: "\f216"; }
2326
2327 .fa-skype:before {
2328   content: "\f17e"; }
2329
2330 .fa-slack:before {
2331   content: "\f198"; }
2332
2333 .fa-slack-hash:before {
2334   content: "\f3ef"; }
2335
2336 .fa-sliders-h:before {
2337   content: "\f1de"; }
2338
2339 .fa-slideshare:before {
2340   content: "\f1e7"; }
2341
2342 .fa-smile:before {
2343   content: "\f118"; }
2344
2345 .fa-smoking:before {
2346   content: "\f48d"; }
2347
2348 .fa-snapchat:before {
2349   content: "\f2ab"; }
2350
2351 .fa-snapchat-ghost:before {
2352   content: "\f2ac"; }
2353
2354 .fa-snapchat-square:before {
2355   content: "\f2ad"; }
2356
2357 .fa-snowflake:before {
2358   content: "\f2dc"; }
2359
2360 .fa-sort:before {
2361   content: "\f0dc"; }
2362
2363 .fa-sort-alpha-down:before {
2364   content: "\f15d"; }
2365
2366 .fa-sort-alpha-up:before {
2367   content: "\f15e"; }
2368
2369 .fa-sort-amount-down:before {
2370   content: "\f160"; }
2371
2372 .fa-sort-amount-up:before {
2373   content: "\f161"; }
2374
2375 .fa-sort-down:before {
2376   content: "\f0dd"; }
2377
2378 .fa-sort-numeric-down:before {
2379   content: "\f162"; }
2380
2381 .fa-sort-numeric-up:before {
2382   content: "\f163"; }
2383
2384 .fa-sort-up:before {
2385   content: "\f0de"; }
2386
2387 .fa-soundcloud:before {
2388   content: "\f1be"; }
2389
2390 .fa-space-shuttle:before {
2391   content: "\f197"; }
2392
2393 .fa-speakap:before {
2394   content: "\f3f3"; }
2395
2396 .fa-spinner:before {
2397   content: "\f110"; }
2398
2399 .fa-spotify:before {
2400   content: "\f1bc"; }
2401
2402 .fa-square:before {
2403   content: "\f0c8"; }
2404
2405 .fa-square-full:before {
2406   content: "\f45c"; }
2407
2408 .fa-stack-exchange:before {
2409   content: "\f18d"; }
2410
2411 .fa-stack-overflow:before {
2412   content: "\f16c"; }
2413
2414 .fa-star:before {
2415   content: "\f005"; }
2416
2417 .fa-star-half:before {
2418   content: "\f089"; }
2419
2420 .fa-staylinked:before {
2421   content: "\f3f5"; }
2422
2423 .fa-steam:before {
2424   content: "\f1b6"; }
2425
2426 .fa-steam-square:before {
2427   content: "\f1b7"; }
2428
2429 .fa-steam-symbol:before {
2430   content: "\f3f6"; }
2431
2432 .fa-step-backward:before {
2433   content: "\f048"; }
2434
2435 .fa-step-forward:before {
2436   content: "\f051"; }
2437
2438 .fa-stethoscope:before {
2439   content: "\f0f1"; }
2440
2441 .fa-sticker-mule:before {
2442   content: "\f3f7"; }
2443
2444 .fa-sticky-note:before {
2445   content: "\f249"; }
2446
2447 .fa-stop:before {
2448   content: "\f04d"; }
2449
2450 .fa-stop-circle:before {
2451   content: "\f28d"; }
2452
2453 .fa-stopwatch:before {
2454   content: "\f2f2"; }
2455
2456 .fa-strava:before {
2457   content: "\f428"; }
2458
2459 .fa-street-view:before {
2460   content: "\f21d"; }
2461
2462 .fa-strikethrough:before {
2463   content: "\f0cc"; }
2464
2465 .fa-stripe:before {
2466   content: "\f429"; }
2467
2468 .fa-stripe-s:before {
2469   content: "\f42a"; }
2470
2471 .fa-studiovinari:before {
2472   content: "\f3f8"; }
2473
2474 .fa-stumbleupon:before {
2475   content: "\f1a4"; }
2476
2477 .fa-stumbleupon-circle:before {
2478   content: "\f1a3"; }
2479
2480 .fa-subscript:before {
2481   content: "\f12c"; }
2482
2483 .fa-subway:before {
2484   content: "\f239"; }
2485
2486 .fa-suitcase:before {
2487   content: "\f0f2"; }
2488
2489 .fa-sun:before {
2490   content: "\f185"; }
2491
2492 .fa-superpowers:before {
2493   content: "\f2dd"; }
2494
2495 .fa-superscript:before {
2496   content: "\f12b"; }
2497
2498 .fa-supple:before {
2499   content: "\f3f9"; }
2500
2501 .fa-sync:before {
2502   content: "\f021"; }
2503
2504 .fa-sync-alt:before {
2505   content: "\f2f1"; }
2506
2507 .fa-syringe:before {
2508   content: "\f48e"; }
2509
2510 .fa-table:before {
2511   content: "\f0ce"; }
2512
2513 .fa-table-tennis:before {
2514   content: "\f45d"; }
2515
2516 .fa-tablet:before {
2517   content: "\f10a"; }
2518
2519 .fa-tablet-alt:before {
2520   content: "\f3fa"; }
2521
2522 .fa-tablets:before {
2523   content: "\f490"; }
2524
2525 .fa-tachometer-alt:before {
2526   content: "\f3fd"; }
2527
2528 .fa-tag:before {
2529   content: "\f02b"; }
2530
2531 .fa-tags:before {
2532   content: "\f02c"; }
2533
2534 .fa-tape:before {
2535   content: "\f4db"; }
2536
2537 .fa-tasks:before {
2538   content: "\f0ae"; }
2539
2540 .fa-taxi:before {
2541   content: "\f1ba"; }
2542
2543 .fa-teamspeak:before {
2544   content: "\f4f9"; }
2545
2546 .fa-telegram:before {
2547   content: "\f2c6"; }
2548
2549 .fa-telegram-plane:before {
2550   content: "\f3fe"; }
2551
2552 .fa-tencent-weibo:before {
2553   content: "\f1d5"; }
2554
2555 .fa-terminal:before {
2556   content: "\f120"; }
2557
2558 .fa-text-height:before {
2559   content: "\f034"; }
2560
2561 .fa-text-width:before {
2562   content: "\f035"; }
2563
2564 .fa-th:before {
2565   content: "\f00a"; }
2566
2567 .fa-th-large:before {
2568   content: "\f009"; }
2569
2570 .fa-th-list:before {
2571   content: "\f00b"; }
2572
2573 .fa-themeisle:before {
2574   content: "\f2b2"; }
2575
2576 .fa-thermometer:before {
2577   content: "\f491"; }
2578
2579 .fa-thermometer-empty:before {
2580   content: "\f2cb"; }
2581
2582 .fa-thermometer-full:before {
2583   content: "\f2c7"; }
2584
2585 .fa-thermometer-half:before {
2586   content: "\f2c9"; }
2587
2588 .fa-thermometer-quarter:before {
2589   content: "\f2ca"; }
2590
2591 .fa-thermometer-three-quarters:before {
2592   content: "\f2c8"; }
2593
2594 .fa-thumbs-down:before {
2595   content: "\f165"; }
2596
2597 .fa-thumbs-up:before {
2598   content: "\f164"; }
2599
2600 .fa-thumbtack:before {
2601   content: "\f08d"; }
2602
2603 .fa-ticket-alt:before {
2604   content: "\f3ff"; }
2605
2606 .fa-times:before {
2607   content: "\f00d"; }
2608
2609 .fa-times-circle:before {
2610   content: "\f057"; }
2611
2612 .fa-tint:before {
2613   content: "\f043"; }
2614
2615 .fa-toggle-off:before {
2616   content: "\f204"; }
2617
2618 .fa-toggle-on:before {
2619   content: "\f205"; }
2620
2621 .fa-trade-federation:before {
2622   content: "\f513"; }
2623
2624 .fa-trademark:before {
2625   content: "\f25c"; }
2626
2627 .fa-train:before {
2628   content: "\f238"; }
2629
2630 .fa-transgender:before {
2631   content: "\f224"; }
2632
2633 .fa-transgender-alt:before {
2634   content: "\f225"; }
2635
2636 .fa-trash:before {
2637   content: "\f1f8"; }
2638
2639 .fa-trash-alt:before {
2640   content: "\f2ed"; }
2641
2642 .fa-tree:before {
2643   content: "\f1bb"; }
2644
2645 .fa-trello:before {
2646   content: "\f181"; }
2647
2648 .fa-tripadvisor:before {
2649   content: "\f262"; }
2650
2651 .fa-trophy:before {
2652   content: "\f091"; }
2653
2654 .fa-truck:before {
2655   content: "\f0d1"; }
2656
2657 .fa-truck-loading:before {
2658   content: "\f4de"; }
2659
2660 .fa-truck-moving:before {
2661   content: "\f4df"; }
2662
2663 .fa-tty:before {
2664   content: "\f1e4"; }
2665
2666 .fa-tumblr:before {
2667   content: "\f173"; }
2668
2669 .fa-tumblr-square:before {
2670   content: "\f174"; }
2671
2672 .fa-tv:before {
2673   content: "\f26c"; }
2674
2675 .fa-twitch:before {
2676   content: "\f1e8"; }
2677
2678 .fa-twitter:before {
2679   content: "\f099"; }
2680
2681 .fa-twitter-square:before {
2682   content: "\f081"; }
2683
2684 .fa-typo3:before {
2685   content: "\f42b"; }
2686
2687 .fa-uber:before {
2688   content: "\f402"; }
2689
2690 .fa-uikit:before {
2691   content: "\f403"; }
2692
2693 .fa-umbrella:before {
2694   content: "\f0e9"; }
2695
2696 .fa-underline:before {
2697   content: "\f0cd"; }
2698
2699 .fa-undo:before {
2700   content: "\f0e2"; }
2701
2702 .fa-undo-alt:before {
2703   content: "\f2ea"; }
2704
2705 .fa-uniregistry:before {
2706   content: "\f404"; }
2707
2708 .fa-universal-access:before {
2709   content: "\f29a"; }
2710
2711 .fa-university:before {
2712   content: "\f19c"; }
2713
2714 .fa-unlink:before {
2715   content: "\f127"; }
2716
2717 .fa-unlock:before {
2718   content: "\f09c"; }
2719
2720 .fa-unlock-alt:before {
2721   content: "\f13e"; }
2722
2723 .fa-untappd:before {
2724   content: "\f405"; }
2725
2726 .fa-upload:before {
2727   content: "\f093"; }
2728
2729 .fa-usb:before {
2730   content: "\f287"; }
2731
2732 .fa-user:before {
2733   content: "\f007"; }
2734
2735 .fa-user-alt:before {
2736   content: "\f406"; }
2737
2738 .fa-user-alt-slash:before {
2739   content: "\f4fa"; }
2740
2741 .fa-user-astronaut:before {
2742   content: "\f4fb"; }
2743
2744 .fa-user-check:before {
2745   content: "\f4fc"; }
2746
2747 .fa-user-circle:before {
2748   content: "\f2bd"; }
2749
2750 .fa-user-clock:before {
2751   content: "\f4fd"; }
2752
2753 .fa-user-cog:before {
2754   content: "\f4fe"; }
2755
2756 .fa-user-edit:before {
2757   content: "\f4ff"; }
2758
2759 .fa-user-friends:before {
2760   content: "\f500"; }
2761
2762 .fa-user-graduate:before {
2763   content: "\f501"; }
2764
2765 .fa-user-lock:before {
2766   content: "\f502"; }
2767
2768 .fa-user-md:before {
2769   content: "\f0f0"; }
2770
2771 .fa-user-minus:before {
2772   content: "\f503"; }
2773
2774 .fa-user-ninja:before {
2775   content: "\f504"; }
2776
2777 .fa-user-plus:before {
2778   content: "\f234"; }
2779
2780 .fa-user-secret:before {
2781   content: "\f21b"; }
2782
2783 .fa-user-shield:before {
2784   content: "\f505"; }
2785
2786 .fa-user-slash:before {
2787   content: "\f506"; }
2788
2789 .fa-user-tag:before {
2790   content: "\f507"; }
2791
2792 .fa-user-tie:before {
2793   content: "\f508"; }
2794
2795 .fa-user-times:before {
2796   content: "\f235"; }
2797
2798 .fa-users:before {
2799   content: "\f0c0"; }
2800
2801 .fa-users-cog:before {
2802   content: "\f509"; }
2803
2804 .fa-ussunnah:before {
2805   content: "\f407"; }
2806
2807 .fa-utensil-spoon:before {
2808   content: "\f2e5"; }
2809
2810 .fa-utensils:before {
2811   content: "\f2e7"; }
2812
2813 .fa-vaadin:before {
2814   content: "\f408"; }
2815
2816 .fa-venus:before {
2817   content: "\f221"; }
2818
2819 .fa-venus-double:before {
2820   content: "\f226"; }
2821
2822 .fa-venus-mars:before {
2823   content: "\f228"; }
2824
2825 .fa-viacoin:before {
2826   content: "\f237"; }
2827
2828 .fa-viadeo:before {
2829   content: "\f2a9"; }
2830
2831 .fa-viadeo-square:before {
2832   content: "\f2aa"; }
2833
2834 .fa-vial:before {
2835   content: "\f492"; }
2836
2837 .fa-vials:before {
2838   content: "\f493"; }
2839
2840 .fa-viber:before {
2841   content: "\f409"; }
2842
2843 .fa-video:before {
2844   content: "\f03d"; }
2845
2846 .fa-video-slash:before {
2847   content: "\f4e2"; }
2848
2849 .fa-vimeo:before {
2850   content: "\f40a"; }
2851
2852 .fa-vimeo-square:before {
2853   content: "\f194"; }
2854
2855 .fa-vimeo-v:before {
2856   content: "\f27d"; }
2857
2858 .fa-vine:before {
2859   content: "\f1ca"; }
2860
2861 .fa-vk:before {
2862   content: "\f189"; }
2863
2864 .fa-vnv:before {
2865   content: "\f40b"; }
2866
2867 .fa-volleyball-ball:before {
2868   content: "\f45f"; }
2869
2870 .fa-volume-down:before {
2871   content: "\f027"; }
2872
2873 .fa-volume-off:before {
2874   content: "\f026"; }
2875
2876 .fa-volume-up:before {
2877   content: "\f028"; }
2878
2879 .fa-vuejs:before {
2880   content: "\f41f"; }
2881
2882 .fa-warehouse:before {
2883   content: "\f494"; }
2884
2885 .fa-weibo:before {
2886   content: "\f18a"; }
2887
2888 .fa-weight:before {
2889   content: "\f496"; }
2890
2891 .fa-weixin:before {
2892   content: "\f1d7"; }
2893
2894 .fa-whatsapp:before {
2895   content: "\f232"; }
2896
2897 .fa-whatsapp-square:before {
2898   content: "\f40c"; }
2899
2900 .fa-wheelchair:before {
2901   content: "\f193"; }
2902
2903 .fa-whmcs:before {
2904   content: "\f40d"; }
2905
2906 .fa-wifi:before {
2907   content: "\f1eb"; }
2908
2909 .fa-wikipedia-w:before {
2910   content: "\f266"; }
2911
2912 .fa-window-close:before {
2913   content: "\f410"; }
2914
2915 .fa-window-maximize:before {
2916   content: "\f2d0"; }
2917
2918 .fa-window-minimize:before {
2919   content: "\f2d1"; }
2920
2921 .fa-window-restore:before {
2922   content: "\f2d2"; }
2923
2924 .fa-windows:before {
2925   content: "\f17a"; }
2926
2927 .fa-wine-glass:before {
2928   content: "\f4e3"; }
2929
2930 .fa-wolf-pack-battalion:before {
2931   content: "\f514"; }
2932
2933 .fa-won-sign:before {
2934   content: "\f159"; }
2935
2936 .fa-wordpress:before {
2937   content: "\f19a"; }
2938
2939 .fa-wordpress-simple:before {
2940   content: "\f411"; }
2941
2942 .fa-wpbeginner:before {
2943   content: "\f297"; }
2944
2945 .fa-wpexplorer:before {
2946   content: "\f2de"; }
2947
2948 .fa-wpforms:before {
2949   content: "\f298"; }
2950
2951 .fa-wrench:before {
2952   content: "\f0ad"; }
2953
2954 .fa-x-ray:before {
2955   content: "\f497"; }
2956
2957 .fa-xbox:before {
2958   content: "\f412"; }
2959
2960 .fa-xing:before {
2961   content: "\f168"; }
2962
2963 .fa-xing-square:before {
2964   content: "\f169"; }
2965
2966 .fa-y-combinator:before {
2967   content: "\f23b"; }
2968
2969 .fa-yahoo:before {
2970   content: "\f19e"; }
2971
2972 .fa-yandex:before {
2973   content: "\f413"; }
2974
2975 .fa-yandex-international:before {
2976   content: "\f414"; }
2977
2978 .fa-yelp:before {
2979   content: "\f1e9"; }
2980
2981 .fa-yen-sign:before {
2982   content: "\f157"; }
2983
2984 .fa-yoast:before {
2985   content: "\f2b1"; }
2986
2987 .fa-youtube:before {
2988   content: "\f167"; }
2989
2990 .fa-youtube-square:before {
2991   content: "\f431"; }
2992
2993 .sr-only {
2994   border: 0;
2995   clip: rect(0, 0, 0, 0);
2996   height: 1px;
2997   margin: -1px;
2998   overflow: hidden;
2999   padding: 0;
3000   position: absolute;
3001   width: 1px; }
3002
3003 .sr-only-focusable:active, .sr-only-focusable:focus {
3004   clip: auto;
3005   height: auto;
3006   margin: 0;
3007   overflow: visible;
3008   position: static;
3009   width: auto; }