prometheus

Форк
0
/
glyphicons-fontawesome.less 
3891 строка · 52.6 Кб
1
@font-face {
2
    font-family: 'Font Awesome 5 Free';
3
    font-style: normal;
4
    font-weight: 900;
5
    src: url("../fonts/fontawesome/fa-solid-900.eot");
6
    src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
7
}
8

9
.glyphicon {
10
    font-family: 'Font Awesome 5 Free';
11

12
    &.glyphicon-chevron-up {
13
        .fa-chevron-up();
14
    }
15

16
    &.glyphicon-chevron-right {
17
        .fa-chevron-right();
18
    }
19

20
    &.glyphicon-chevron-left {
21
        .fa-chevron-left();
22
    }
23

24
    &.glyphicon-asterisk {
25
        .fa-asterisk();
26
    }
27

28
    &.glyphicon-plus {
29
        .fa-plus();
30
    }
31

32
    &.glyphicon-euro,
33
    &.glyphicon-eur {
34
        .fa-eur();
35
    }
36

37
    &.glyphicon-minus {
38
        .fa-minus();
39
    }
40

41
    &.glyphicon-cloud {
42
        .fa-cloud();
43
    }
44

45
    &.glyphicon-envelope {
46
        .fa-envelope();
47
    }
48

49
    &.glyphicon-pencil {
50
        .fa-pencil();
51
    }
52

53
    &.glyphicon-glass {
54
        .fa-glass();
55
    }
56

57
    &.glyphicon-music {
58
        .fa-music();
59
    }
60

61
    &.glyphicon-search {
62
        .fa-search();
63
    }
64

65
    &.glyphicon-heart {
66
        .fa-heart();
67
    }
68

69
    &.glyphicon-star {
70
        .fa-star();
71
    }
72

73
    &.glyphicon-star-empty {
74
        .fa-star-o();
75
    }
76

77
    &.glyphicon-user {
78
        .fa-user();
79
    }
80

81
    &.glyphicon-film {
82
        .fa-film();
83
    }
84

85
    &.glyphicon-th-large {
86
        .fa-th-large();
87
    }
88

89
    &.glyphicon-th {
90
        .fa-th();
91
    }
92

93
    &.glyphicon-th-list {
94
        .fa-th-list();
95
    }
96

97
    &.glyphicon-ok {
98
        .fa-check();
99
    }
100

101
    &.glyphicon-remove {
102
        .fa-remove();
103
    }
104

105
    &.glyphicon-zoom-in {
106
        .fa-search-plus();
107
    }
108

109
    &.glyphicon-zoom-out {
110
        .fa-search-minus();
111
    }
112

113
    &.glyphicon-off {
114
        .fa-power-off();
115
    }
116

117
    &.glyphicon-signal {
118
        .fa-signal();
119
    }
120

121
    &.glyphicon-cog {
122
        .fa-cog();
123
    }
124

125
    &.glyphicon-trash {
126
        .fa-trash();
127
    }
128

129
    &.glyphicon-home {
130
        .fa-home();
131
    }
132

133
    &.glyphicon-file {
134
        .fa-file();
135
    }
136

137
    &.glyphicon-time {
138
        .fa-clock-o();
139
    }
140

141
    &.glyphicon-road {
142
        .fa-road();
143
    }
144

145
    &.glyphicon-download-alt {
146
        .fa-cloud-download();
147
    }
148

149
    &.glyphicon-download {
150
        .fa-download();
151
    }
152

153
    &.glyphicon-upload {
154
        .fa-upload();
155
    }
156

157
    &.glyphicon-inbox {
158
        .fa-inbox();
159
    }
160

161
    &.glyphicon-play-circle {
162
        .fa-play-circle();
163
    }
164

165
    &.glyphicon-repeat {
166
        .fa-repeat();
167
    }
168

169
    &.glyphicon-refresh {
170
        .fa-refresh();
171
    }
172

173
    &.glyphicon-list-alt {
174
        .fa-list-alt();
175
    }
176

177
    &.glyphicon-lock {
178
        .fa-lock();
179
    }
180

181
    &.glyphicon-flag {
182
        .fa-flag();
183
    }
184

185
    &.glyphicon-headphones {
186
        .fa-headphones();
187
    }
188

189
    &.glyphicon-volume-off {
190
        .fa-volume-off();
191
    }
192

193
    &.glyphicon-volume-down {
194
        .fa-volume-down();
195
    }
196

197
    &.glyphicon-volume-up {
198
        .fa-volume-up();
199
    }
200

201
    &.glyphicon-qrcode {
202
        .fa-qrcode();
203
    }
204

205
    &.glyphicon-barcode {
206
        .fa-barcode();
207
    }
208

209
    &.glyphicon-tag {
210
        .fa-tag();
211
    }
212

213
    &.glyphicon-tags {
214
        .fa-tags();
215
    }
216

217
    &.glyphicon-book {
218
        .fa-book();
219
    }
220

221
    &.glyphicon-bookmark {
222
        .fa-bookmark();
223
    }
224

225
    &.glyphicon-print {
226
        .fa-print();
227
    }
228

229
    &.glyphicon-camera {
230
        .fa-camera();
231
    }
232

233
    &.glyphicon-font {
234
        .fa-font();
235
    }
236

237
    &.glyphicon-bold {
238
        .fa-bold();
239
    }
240

241
    &.glyphicon-italic {
242
        .fa-italic();
243
    }
244

245
    &.glyphicon-text-height {
246
        .fa-text-height();
247
    }
248

249
    &.glyphicon-text-width {
250
        .fa-text-width();
251
    }
252

253
    &.glyphicon-align-left {
254
        .fa-align-left();
255
    }
256

257
    &.glyphicon-align-center {
258
        .fa-align-center();
259
    }
260

261
    &.glyphicon-align-right {
262
        .fa-align-right();
263
    }
264

265
    &.glyphicon-align-justify {
266
        .fa-align-justify();
267
    }
268

269
    &.glyphicon-list {
270
        .fa-list();
271
    }
272

273
    &.glyphicon-indent-left {
274
        .fa-indent();
275
    }
276

277
    &.glyphicon-indent-right {
278
        .fa-outdent();
279
    }
280

281
    &.glyphicon-facetime-video {
282
        .fa-video-camera();
283
    }
284

285
    &.glyphicon-picture {
286
        .fa-picture-o();
287
    }
288

289
    &.glyphicon-map-marker {
290
        .fa-map-marker();
291
    }
292

293
    &.glyphicon-adjust {
294
        .fa-adjust();
295
    }
296

297
    &.glyphicon-tint {
298
        .fa-tint();
299
    }
300

301
    &.glyphicon-edit {
302
        .fa-edit();
303
    }
304

305
    &.glyphicon-share {
306
        .fa-share();
307
    }
308

309
    &.glyphicon-check {
310
        .fa-check();
311
    }
312

313
    &.glyphicon-move {
314
        .fa-arrows();
315
    }
316

317
    &.glyphicon-step-backward {
318
        .fa-step-backward();
319
    }
320

321
    &.glyphicon-fast-backward {
322
        .fa-fast-backward();
323
    }
324

325
    &.glyphicon-backward {
326
        .fa-backward();
327
    }
328

329
    &.glyphicon-play {
330
        .fa-play();
331
    }
332

333
    &.glyphicon-pause {
334
        .fa-pause();
335
    }
336

337
    &.glyphicon-stop {
338
        .fa-stop();
339
    }
340

341
    &.glyphicon-forward {
342
        .fa-forward();
343
    }
344

345
    &.glyphicon-fast-forward {
346
        .fa-fast-forward();
347
    }
348

349
    &.glyphicon-step-forward {
350
        .fa-step-forward();
351
    }
352

353
    &.glyphicon-eject {
354
        .fa-eject();
355
    }
356

357
    &.glyphicon-chevron-left {
358
        .fa-chevron-left();
359
    }
360

361
    &.glyphicon-chevron-right {
362
        .fa-chevron-right();
363
    }
364

365
    &.glyphicon-plus-sign {
366
        .fa-plus-circle();
367
    }
368

369
    &.glyphicon-minus-sign {
370
        .fa-minus-circle();
371
    }
372

373
    &.glyphicon-remove-sign {
374
        .fa-times-circle();
375
    }
376

377
    &.glyphicon-ok-sign {
378
        .fa-check-circle();
379
    }
380

381
    &.glyphicon-question-sign {
382
        .fa-question-circle();
383
    }
384

385
    &.glyphicon-info-sign {
386
        .fa-info-circle();
387
    }
388

389
    &.glyphicon-screenshot {
390
        .fa-crosshairs();
391
    }
392

393
    &.glyphicon-remove-circle {
394
        .fa-times-circle();
395
    }
396

397
    &.glyphicon-ok-circle {
398
        .fa-check-circle();
399
    }
400

401
    &.glyphicon-ban-circle {
402
        .fa-ban();
403
    }
404

405
    &.glyphicon-arrow-left {
406
        .fa-arrow-left();
407
    }
408

409
    &.glyphicon-arrow-right {
410
        .fa-arrow-right();
411
    }
412

413
    &.glyphicon-arrow-up {
414
        .fa-arrow-up();
415
    }
416

417
    &.glyphicon-arrow-down {
418
        .fa-arrow-down();
419
    }
420

421
    &.glyphicon-share-alt {
422
        .fa-share-alt();
423
    }
424

425
    &.glyphicon-resize-full {
426
        .fa-expand();
427
    }
428

429
    &.glyphicon-resize-small {
430
        .fa-compress();
431
    }
432

433
    &.glyphicon-exclamation-sign {
434
        .fa-exclamation-circle();
435
    }
436

437
    &.glyphicon-gift {
438
        .fa-gift();
439
    }
440

441
    &.glyphicon-leaf {
442
        .fa-leaf();
443
    }
444

445
    &.glyphicon-fire {
446
        .fa-fire();
447
    }
448

449
    &.glyphicon-eye-open {
450
        .fa-eye();
451
    }
452

453
    &.glyphicon-eye-close {
454
        .fa-eye-slash();
455
    }
456

457
    &.glyphicon-warning-sign {
458
        .fa-exclamation-triangle();
459
    }
460

461
    &.glyphicon-plane {
462
        .fa-plane();
463
    }
464

465
    &.glyphicon-calendar {
466
        .fa-calendar();
467
    }
468

469
    &.glyphicon-random {
470
        .fa-random();
471
    }
472

473
    &.glyphicon-comment {
474
        .fa-comment();
475
    }
476

477
    &.glyphicon-magnet {
478
        .fa-magnet();
479
    }
480

481
    &.glyphicon-chevron-up {
482
        .fa-chevron-up();
483
    }
484

485
    &.glyphicon-chevron-down {
486
        .fa-chevron-down();
487
    }
488

489
    &.glyphicon-retweet {
490
        .fa-retweet();
491
    }
492

493
    &.glyphicon-shopping-cart {
494
        .fa-shopping-cart();
495
    }
496

497
    &.glyphicon-folder-close {
498
        .fa-folder();
499
    }
500

501
    &.glyphicon-folder-open {
502
        .fa-folder-open();
503
    }
504

505
    &.glyphicon-resize-vertical {
506
        .fa-arrows-v();
507
    }
508

509
    &.glyphicon-resize-horizontal {
510
        .fa-arrows-h();
511
    }
512

513
    &.glyphicon-hdd {
514
        .fa-hdd-o();
515
    }
516

517
    &.glyphicon-bullhorn {
518
        .fa-bullhorn();
519
    }
520

521
    &.glyphicon-bell {
522
        .fa-bell();
523
    }
524

525
    &.glyphicon-certificate {
526
        .fa-certificate();
527
    }
528

529
    &.glyphicon-thumbs-up {
530
        .fa-thumbs-up();
531
    }
532

533
    &.glyphicon-thumbs-down {
534
        .fa-thumbs-down();
535
    }
536

537
    &.glyphicon-hand-right {
538
        .fa-hand-o-right();
539
    }
540

541
    &.glyphicon-hand-left {
542
        .fa-hand-o-left();
543
    }
544

545
    &.glyphicon-hand-up {
546
        .fa-hand-o-up();
547
    }
548

549
    &.glyphicon-hand-down {
550
        .fa-hand-o-down();
551
    }
552

553
    &.glyphicon-circle-arrow-right {
554
        .fa-arrow-circle-right();
555
    }
556

557
    &.glyphicon-circle-arrow-left {
558
        .fa-arrow-circle-left();
559
    }
560

561
    &.glyphicon-circle-arrow-up {
562
        .fa-arrow-circle-up();
563
    }
564

565
    &.glyphicon-circle-arrow-down {
566
        .fa-arrow-circle-down();
567
    }
568

569
    &.glyphicon-globe {
570
        .fa-globe();
571
    }
572

573
    &.glyphicon-wrench {
574
        .fa-wrench();
575
    }
576

577
    &.glyphicon-tasks {
578
        .fa-tasks();
579
    }
580

581
    &.glyphicon-filter {
582
        .fa-filter();
583
    }
584

585
    &.glyphicon-briefcase {
586
        .fa-briefcase();
587
    }
588

589
    &.glyphicon-fullscreen {
590
        .fa-expand();
591
    }
592

593
    &.glyphicon-dashboard {
594
        .fa-dashboard();
595
    }
596

597
    &.glyphicon-paperclip {
598
        .fa-paperclip();
599
    }
600

601
    &.glyphicon-heart-empty {
602
        .fa-heart-o();
603
    }
604

605
    &.glyphicon-link {
606
        .fa-link();
607
    }
608

609
    &.glyphicon-phone {
610
        .fa-phone();
611
    }
612

613
    &.glyphicon-pushpin {
614
        .fa-thumb-tack();
615
    }
616

617
    &.glyphicon-usd {
618
        .fa-usd();
619
    }
620

621
    &.glyphicon-gbp {
622
        .fa-gbp();
623
    }
624

625
    &.glyphicon-sort {
626
        .fa-sort();
627
    }
628

629
    &.glyphicon-sort-by-alphabet {
630
        .fa-sort-alpha-asc();
631
    }
632

633
    &.glyphicon-sort-by-alphabet-alt {
634
        .fa-sort-alpha-desc();
635
    }
636

637
    &.glyphicon-sort-by-order {
638
        .fa-sort-numeric-asc();
639
    }
640

641
    &.glyphicon-sort-by-order-alt {
642
        .fa-sort-numeric-desc();
643
    }
644

645
    &.glyphicon-sort-by-attributes {
646
        .fa-sort-amount-asc();
647
    }
648

649
    &.glyphicon-sort-by-attributes-alt {
650
        .fa-sort-amount-desc();
651
    }
652

653
    &.glyphicon-unchecked {
654
        .fa-square-o();
655
    }
656

657
    &.glyphicon-expand {
658
        .fa-caret-square-o-right();
659
    }
660

661
    &.glyphicon-collapse-down {
662
        .fa-caret-square-o-down();
663
    }
664

665
    &.glyphicon-collapse-up {
666
        .fa-caret-square-o-up();
667
    }
668

669
    &.glyphicon-log-in {
670
        .fa-sign-in();
671
    }
672

673
    &.glyphicon-flash {
674
        .fa-flash();
675
    }
676

677
    &.glyphicon-log-out {
678
        .fa-sign-out();
679
    }
680

681
    &.glyphicon-new-window {
682
        .fa-external-link();
683
    }
684

685
    &.glyphicon-record {
686
        .fa-dot-circle-o();
687
    }
688

689
    &.glyphicon-save {
690
        .fa-save();
691
    }
692

693
    &.glyphicon-open {
694
        .fa-upload();
695
    }
696

697
    &.glyphicon-saved {
698
        .fa-check();
699
    }
700

701
    &.glyphicon-import {
702
        .fa-upload();
703
    }
704

705
    &.glyphicon-export {
706
        .fa-download();
707
    }
708

709
    &.glyphicon-send {
710
        .fa-paper-plane-o();
711
    }
712

713
    &.glyphicon-floppy-disk {
714
        .fa-save();
715
    }
716

717
    &.glyphicon-floppy-saved {
718
        .fa-check();
719
    }
720

721
    &.glyphicon-floppy-remove {
722
        .fa-remove();
723
    }
724

725
    &.glyphicon-floppy-save {
726
        .fa-download();
727
    }
728

729
    &.glyphicon-floppy-open {
730
        .fa-upload();
731
    }
732

733
    &.glyphicon-credit-card {
734
        .fa-credit-card();
735
    }
736

737
    &.glyphicon-transfer {
738
        .fa-exchange();
739
    }
740

741
    &.glyphicon-cutlery {
742
        .fa-cutlery();
743
    }
744

745
    &.glyphicon-header {
746
        .fa-header();
747
    }
748

749
    &.glyphicon-compressed {
750
        .fa-file-archive-o();
751
    }
752

753
    &.glyphicon-earphone {
754
        .fa-phone();
755
    }
756

757
    &.glyphicon-phone-alt {
758
        .fa-phone-square();
759
    }
760

761
    &.glyphicon-tower {
762
        .fa-building();
763
    }
764

765
    &.glyphicon-stats {
766
        .fa-bar-chart();
767
    }
768

769
    &.glyphicon-sd-video {
770
        .fa-film();
771
    }
772

773
    &.glyphicon-hd-video {
774
        .fa-film();
775
    }
776

777
    &.glyphicon-subtitles {
778
        .fa-cc();
779
    }
780

781
    &.glyphicon-sound-stereo {
782
        .fa-music();
783
    }
784

785
    &.glyphicon-sound-dolby {
786
        .fa-music();
787
    }
788

789
    &.glyphicon-sound-5-1 {
790
        .fa-music();
791
    }
792

793
    &.glyphicon-sound-6-1 {
794
        .fa-music();
795
    }
796

797
    &.glyphicon-sound-7-1 {
798
        .fa-music();
799
    }
800

801
    &.glyphicon-copyright-mark {
802
        .fa-copyright();
803
    }
804

805
    &.glyphicon-registration-mark {
806
        .fa-registered();
807
    }
808

809
    &.glyphicon-cloud-download {
810
        .fa-cloud-download();
811
    }
812

813
    &.glyphicon-cloud-upload {
814
        .fa-cloud-upload();
815
    }
816

817
    &.glyphicon-tree-conifer {
818
        .fa-tree();
819
    }
820

821
    &.glyphicon-tree-deciduous {
822
        .fa-tree();
823
    }
824

825
    &.glyphicon-cd {
826
        .fa-dot-circle-o();
827
    }
828

829
    &.glyphicon-save-file {
830
        .fa-save();
831
    }
832

833
    &.glyphicon-open-file {
834
        .fa-folder-open-o();
835
    }
836

837
    &.glyphicon-level-up {
838
        .fa-level-up();
839
    }
840

841
    &.glyphicon-copy {
842
        .fa-copy();
843
    }
844

845
    &.glyphicon-paste {
846
        .fa-paste();
847
    }
848

849
    &.glyphicon-alert {
850
        .fa-exclamation-triangle();
851
    }
852

853
    &.glyphicon-equalizer {
854
        .fa-bar-chart();
855
    }
856

857
    &.glyphicon-king {
858
        .fa-question();
859
    }
860

861
    &.glyphicon-queen {
862
        .fa-question();
863
    }
864

865
    &.glyphicon-pawn {
866
        .fa-question();
867
    }
868

869
    &.glyphicon-bishop {
870
        .fa-question();
871
    }
872

873
    &.glyphicon-knight {
874
        .fa-question();
875
    }
876

877
    &.glyphicon-baby-formula {
878
        .fa-question();
879
    }
880

881
    &.glyphicon-tent {
882
        .fa-question();
883
    }
884

885
    &.glyphicon-blackboard {
886
        .fa-question();
887
    }
888

889
    &.glyphicon-bed {
890
        .fa-bed();
891
    }
892

893
    &.glyphicon-apple {
894
        .fa-apple();
895
    }
896

897
    &.glyphicon-erase {
898
        .fa-eraser();
899
    }
900

901
    &.glyphicon-hourglass {
902
        .fa-hourglass();
903
    }
904

905
    &.glyphicon-lamp {
906
        .fa-lightbulb-o();
907
    }
908

909
    &.glyphicon-duplicate {
910
        .fa-files-o();
911
    }
912

913
    &.glyphicon-piggy-bank {
914
        .fa-money();
915
    }
916

917
    &.glyphicon-scissors {
918
        .fa-scissors();
919
    }
920

921
    &.glyphicon-bitcoin {
922
        .fa-bitcoin();
923
    }
924

925
    &.glyphicon-btc {
926
        .fa-btc();
927
    }
928

929
    &.glyphicon-xbt {
930
        .fa-btc();
931
    }
932

933
    &.glyphicon-yen {
934
        .fa-yen();
935
    }
936

937
    &.glyphicon-jpy {
938
        .fa-jpy();
939
    }
940

941
    &.glyphicon-ruble {
942
        .fa-ruble();
943
    }
944

945
    &.glyphicon-rub {
946
        .fa-rub();
947
    }
948

949
    &.glyphicon-scale {
950
        .fa-balance-scale();
951
    }
952

953
    &.glyphicon-ice-lolly {
954
        .fa-question();
955
    }
956

957
    &.glyphicon-ice-lolly-tasted {
958
        .fa-question();
959
    }
960

961
    &.glyphicon-education {
962
        .fa-graduation-cap();
963
    }
964

965
    &.glyphicon-option-horizontal {
966
        .fa-ellipsis-h();
967
    }
968

969
    &.glyphicon-option-vertical {
970
        .fa-ellipsis-v();
971
    }
972

973
    &.glyphicon-menu-hamburger {
974
        .fa-bars();
975
    }
976

977
    &.glyphicon-modal-window {
978
        .fa-question();
979
    }
980

981
    &.glyphicon-oil {
982
        .fa-question();
983
    }
984

985
    &.glyphicon-grain {
986
        .fa-question();
987
    }
988

989
    &.glyphicon-sunglasses {
990
        .fa-question();
991
    }
992

993
    &.glyphicon-text-size {
994
        .fa-font();
995
    }
996

997
    &.glyphicon-text-color {
998
        .fa-font();
999
    }
1000

1001
    &.glyphicon-text-background {
1002
        .fa-font();
1003
    }
1004

1005
    &.glyphicon-object-align-top {
1006
        .fa-question();
1007
    }
1008

1009
    &.glyphicon-object-align-bottom {
1010
        .fa-question();
1011
    }
1012

1013
    &.glyphicon-object-align-horizontal {
1014
        .fa-question();
1015
    }
1016

1017
    &.glyphicon-object-align-left {
1018
        .fa-question();
1019
    }
1020

1021
    &.glyphicon-object-align-vertical {
1022
        .fa-question();
1023
    }
1024

1025
    &.glyphicon-object-align-right {
1026
        .fa-question();
1027
    }
1028

1029
    &.glyphicon-triangle-right {
1030
        .fa-caret-right();
1031
    }
1032

1033
    &.glyphicon-triangle-left {
1034
        .fa-caret-left();
1035
    }
1036

1037
    &.glyphicon-triangle-bottom {
1038
        .fa-caret-down();
1039
    }
1040

1041
    &.glyphicon-triangle-top {
1042
        .fa-caret-up();
1043
    }
1044

1045
    &.glyphicon-console {
1046
        .fa-terminal();
1047
    }
1048

1049
    &.glyphicon-superscript {
1050
        .fa-superscript();
1051
    }
1052

1053
    &.glyphicon-subscript {
1054
        .fa-subscript();
1055
    }
1056

1057
    &.glyphicon-menu-left {
1058
        .fa-chevron-left();
1059
    }
1060

1061
    &.glyphicon-menu-right {
1062
        .fa-chevron-right();
1063
    }
1064

1065
    &.glyphicon-menu-down {
1066
        .fa-chevron-down();
1067
    }
1068

1069
    &.glyphicon-menu-up {
1070
        .fa-chevron-up();
1071
    }
1072

1073
    &.glyphicon-transfer {
1074
        .fa-exchange();
1075
    }
1076
}
1077

1078

1079
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
1080
   readers do not read off random characters that represent icons */
1081
.fa-glass{
1082
  &::before{
1083
    content: "\f000";}
1084
}
1085
.fa-music{
1086
  &::before{
1087
    content: "\f001";}
1088
}
1089
.fa-search{
1090
  &::before{
1091
    content: "\f002";}
1092
}
1093
.fa-envelope-o{
1094
  &::before{
1095
    content: "\f003";}
1096
}
1097
.fa-heart{
1098
  &::before{
1099
    content: "\f004";}
1100
}
1101
.fa-star{
1102
  &::before{
1103
    content: "\f005";}
1104
}
1105
.fa-star-o{
1106
  &::before{
1107
    content: "\f006";}
1108
}
1109
.fa-user{
1110
  &::before{
1111
    content: "\f007";}
1112
}
1113
.fa-film{
1114
  &::before{
1115
    content: "\f008";}
1116
}
1117
.fa-th-large{
1118
  &::before{
1119
    content: "\f009";}
1120
}
1121
.fa-th{
1122
  &::before{
1123
    content: "\f00a";}
1124
}
1125
.fa-th-list{
1126
  &::before{
1127
    content: "\f00b";}
1128
}
1129
.fa-check{
1130
  &::before{
1131
    content: "\f00c";}
1132
}
1133
.fa-remove,
1134
.fa-close,
1135
.fa-times{
1136
  &::before{
1137
    content: "\f00d";}
1138
}
1139
.fa-search-plus{
1140
  &::before{
1141
    content: "\f00e";}
1142
}
1143
.fa-search-minus{
1144
  &::before{
1145
    content: "\f010";}
1146
}
1147
.fa-power-off{
1148
  &::before{
1149
    content: "\f011";}
1150
}
1151
.fa-signal{
1152
  &::before{
1153
    content: "\f012";}
1154
}
1155
.fa-gear,
1156
.fa-cog{
1157
  &::before{
1158
    content: "\f013";}
1159
}
1160
.fa-trash-o{
1161
  &::before{
1162
    content: "\f014";}
1163
}
1164
.fa-home{
1165
  &::before{
1166
    content: "\f015";}
1167
}
1168
.fa-file-o{
1169
  &::before{
1170
    content: "\f016";}
1171
}
1172
.fa-clock-o{
1173
  &::before{
1174
    content: "\f017";}
1175
}
1176
.fa-road{
1177
  &::before{
1178
    content: "\f018";}
1179
}
1180
.fa-download{
1181
  &::before{
1182
    content: "\f019";}
1183
}
1184
.fa-arrow-circle-o-down{
1185
  &::before{
1186
    content: "\f01a";}
1187
}
1188
.fa-arrow-circle-o-up{
1189
  &::before{
1190
    content: "\f01b";}
1191
}
1192
.fa-inbox{
1193
  &::before{
1194
    content: "\f01c";}
1195
}
1196
.fa-play-circle-o{
1197
  &::before{
1198
    content: "\f01d";}
1199
}
1200
.fa-rotate-right,
1201
.fa-repeat{
1202
  &::before{
1203
    content: "\f01e";}
1204
}
1205
.fa-refresh{
1206
  &::before{
1207
    content: "\f021";}
1208
}
1209
.fa-list-alt{
1210
  &::before{
1211
    content: "\f022";}
1212
}
1213
.fa-lock{
1214
  &::before{
1215
    content: "\f023";}
1216
}
1217
.fa-flag{
1218
  &::before{
1219
    content: "\f024";}
1220
}
1221
.fa-headphones{
1222
  &::before{
1223
    content: "\f025";}
1224
}
1225
.fa-volume-off{
1226
  &::before{
1227
    content: "\f026";}
1228
}
1229
.fa-volume-down{
1230
  &::before{
1231
    content: "\f027";}
1232
}
1233
.fa-volume-up{
1234
  &::before{
1235
    content: "\f028";}
1236
}
1237
.fa-qrcode{
1238
  &::before{
1239
    content: "\f029";}
1240
}
1241
.fa-barcode{
1242
  &::before{
1243
    content: "\f02a";}
1244
}
1245
.fa-tag{
1246
  &::before{
1247
    content: "\f02b";}
1248
}
1249
.fa-tags{
1250
  &::before{
1251
    content: "\f02c";}
1252
}
1253
.fa-book{
1254
  &::before{
1255
    content: "\f02d";}
1256
}
1257
.fa-bookmark{
1258
  &::before{
1259
    content: "\f02e";}
1260
}
1261
.fa-print{
1262
  &::before{
1263
    content: "\f02f";}
1264
}
1265
.fa-camera{
1266
  &::before{
1267
    content: "\f030";}
1268
}
1269
.fa-font{
1270
  &::before{
1271
    content: "\f031";}
1272
}
1273
.fa-bold{
1274
  &::before{
1275
    content: "\f032";}
1276
}
1277
.fa-italic{
1278
  &::before{
1279
    content: "\f033";}
1280
}
1281
.fa-text-height{
1282
  &::before{
1283
    content: "\f034";}
1284
}
1285
.fa-text-width{
1286
  &::before{
1287
    content: "\f035";}
1288
}
1289
.fa-align-left{
1290
  &::before{
1291
    content: "\f036";}
1292
}
1293
.fa-align-center{
1294
  &::before{
1295
    content: "\f037";}
1296
}
1297
.fa-align-right{
1298
  &::before{
1299
    content: "\f038";}
1300
}
1301
.fa-align-justify{
1302
  &::before{
1303
    content: "\f039";}
1304
}
1305
.fa-list{
1306
  &::before{
1307
    content: "\f03a";}
1308
}
1309
.fa-dedent,
1310
.fa-outdent{
1311
  &::before{
1312
    content: "\f03b";}
1313
}
1314
.fa-indent{
1315
  &::before{
1316
    content: "\f03c";}
1317
}
1318
.fa-video-camera{
1319
  &::before{
1320
    content: "\f03d";}
1321
}
1322
.fa-photo,
1323
.fa-image,
1324
.fa-picture-o{
1325
  &::before{
1326
    content: "\f03e";}
1327
}
1328
.fa-pencil{
1329
  &::before{
1330
    content: "\f040";}
1331
}
1332
.fa-map-marker{
1333
  &::before{
1334
    content: "\f041";}
1335
}
1336
.fa-adjust{
1337
  &::before{
1338
    content: "\f042";}
1339
}
1340
.fa-tint{
1341
  &::before{
1342
    content: "\f043";}
1343
}
1344
.fa-edit,
1345
.fa-pencil-square-o{
1346
  &::before{
1347
    content: "\f044";}
1348
}
1349
.fa-share-square-o{
1350
  &::before{
1351
    content: "\f045";}
1352
}
1353
.fa-check-square-o{
1354
  &::before{
1355
    content: "\f046";}
1356
}
1357
.fa-arrows{
1358
  &::before{
1359
    content: "\f047";}
1360
}
1361
.fa-step-backward{
1362
  &::before{
1363
    content: "\f048";}
1364
}
1365
.fa-fast-backward{
1366
  &::before{
1367
    content: "\f049";}
1368
}
1369
.fa-backward{
1370
  &::before{
1371
    content: "\f04a";}
1372
}
1373
.fa-play{
1374
  &::before{
1375
    content: "\f04b";}
1376
}
1377
.fa-pause{
1378
  &::before{
1379
    content: "\f04c";}
1380
}
1381
.fa-stop{
1382
  &::before{
1383
    content: "\f04d";}
1384
}
1385
.fa-forward{
1386
  &::before{
1387
    content: "\f04e";}
1388
}
1389
.fa-fast-forward{
1390
  &::before{
1391
    content: "\f050";}
1392
}
1393
.fa-step-forward{
1394
  &::before{
1395
    content: "\f051";}
1396
}
1397
.fa-eject{
1398
  &::before{
1399
    content: "\f052";}
1400
}
1401
.fa-chevron-left{
1402
  &::before{
1403
    content: "\f053";}
1404
}
1405
.fa-chevron-right{
1406
  &::before{
1407
    content: "\f054";}
1408
}
1409
.fa-plus-circle{
1410
  &::before{
1411
    content: "\f055";}
1412
}
1413
.fa-minus-circle{
1414
  &::before{
1415
    content: "\f056";}
1416
}
1417
.fa-times-circle{
1418
  &::before{
1419
    content: "\f057";}
1420
}
1421
.fa-check-circle{
1422
  &::before{
1423
    content: "\f058";}
1424
}
1425
.fa-question-circle{
1426
  &::before{
1427
    content: "\f059";}
1428
}
1429
.fa-info-circle{
1430
  &::before{
1431
    content: "\f05a";}
1432
}
1433
.fa-crosshairs{
1434
  &::before{
1435
    content: "\f05b";}
1436
}
1437
.fa-times-circle-o{
1438
  &::before{
1439
    content: "\f05c";}
1440
}
1441
.fa-check-circle-o{
1442
  &::before{
1443
    content: "\f05d";}
1444
}
1445
.fa-ban{
1446
  &::before{
1447
    content: "\f05e";}
1448
}
1449
.fa-arrow-left{
1450
  &::before{
1451
    content: "\f060";}
1452
}
1453
.fa-arrow-right{
1454
  &::before{
1455
    content: "\f061";}
1456
}
1457
.fa-arrow-up{
1458
  &::before{
1459
    content: "\f062";}
1460
}
1461
.fa-arrow-down{
1462
  &::before{
1463
    content: "\f063";}
1464
}
1465
.fa-mail-forward,
1466
.fa-share{
1467
  &::before{
1468
    content: "\f064";}
1469
}
1470
.fa-expand{
1471
  &::before{
1472
    content: "\f065";}
1473
}
1474
.fa-compress{
1475
  &::before{
1476
    content: "\f066";}
1477
}
1478
.fa-plus{
1479
  &::before{
1480
    content: "\f067";}
1481
}
1482
.fa-minus{
1483
  &::before{
1484
    content: "\f068";}
1485
}
1486
.fa-asterisk{
1487
  &::before{
1488
    content: "\f069";}
1489
}
1490
.fa-exclamation-circle{
1491
  &::before{
1492
    content: "\f06a";}
1493
}
1494
.fa-gift{
1495
  &::before{
1496
    content: "\f06b";}
1497
}
1498
.fa-leaf{
1499
  &::before{
1500
    content: "\f06c";}
1501
}
1502
.fa-fire{
1503
  &::before{
1504
    content: "\f06d";}
1505
}
1506
.fa-eye{
1507
  &::before{
1508
    content: "\f06e";}
1509
}
1510
.fa-eye-slash{
1511
  &::before{
1512
    content: "\f070";}
1513
}
1514
.fa-warning,
1515
.fa-exclamation-triangle{
1516
  &::before{
1517
    content: "\f071";}
1518
}
1519
.fa-plane{
1520
  &::before{
1521
    content: "\f072";}
1522
}
1523
.fa-calendar{
1524
  &::before{
1525
    content: "\f073";}
1526
}
1527
.fa-random{
1528
  &::before{
1529
    content: "\f074";}
1530
}
1531
.fa-comment{
1532
  &::before{
1533
    content: "\f075";}
1534
}
1535
.fa-magnet{
1536
  &::before{
1537
    content: "\f076";}
1538
}
1539
.fa-chevron-up{
1540
  &::before{
1541
    content: "\f077";}
1542
}
1543
.fa-chevron-down{
1544
  &::before{
1545
    content: "\f078";}
1546
}
1547
.fa-retweet{
1548
  &::before{
1549
    content: "\f079";}
1550
}
1551
.fa-shopping-cart{
1552
  &::before{
1553
    content: "\f07a";}
1554
}
1555
.fa-folder{
1556
  &::before{
1557
    content: "\f07b";}
1558
}
1559
.fa-folder-open{
1560
  &::before{
1561
    content: "\f07c";}
1562
}
1563
.fa-arrows-v{
1564
  &::before{
1565
    content: "\f07d";}
1566
}
1567
.fa-arrows-h{
1568
  &::before{
1569
    content: "\f07e";}
1570
}
1571
.fa-bar-chart-o,
1572
.fa-bar-chart{
1573
  &::before{
1574
    content: "\f080";}
1575
}
1576
.fa-twitter-square{
1577
  &::before{
1578
    content: "\f081";}
1579
}
1580
.fa-facebook-square{
1581
  &::before{
1582
    content: "\f082";}
1583
}
1584
.fa-camera-retro{
1585
  &::before{
1586
    content: "\f083";}
1587
}
1588
.fa-key{
1589
  &::before{
1590
    content: "\f084";}
1591
}
1592
.fa-gears,
1593
.fa-cogs{
1594
  &::before{
1595
    content: "\f085";}
1596
}
1597
.fa-comments{
1598
  &::before{
1599
    content: "\f086";}
1600
}
1601
.fa-thumbs-o-up{
1602
  &::before{
1603
    content: "\f087";}
1604
}
1605
.fa-thumbs-o-down{
1606
  &::before{
1607
    content: "\f088";}
1608
}
1609
.fa-star-half{
1610
  &::before{
1611
    content: "\f089";}
1612
}
1613
.fa-heart-o{
1614
  &::before{
1615
    content: "\f08a";}
1616
}
1617
.fa-sign-out{
1618
  &::before{
1619
    content: "\f08b";}
1620
}
1621
.fa-linkedin-square{
1622
  &::before{
1623
    content: "\f08c";}
1624
}
1625
.fa-thumb-tack{
1626
  &::before{
1627
    content: "\f08d";}
1628
}
1629
.fa-external-link{
1630
  &::before{
1631
    content: "\f08e";}
1632
}
1633
.fa-sign-in{
1634
  &::before{
1635
    content: "\f090";}
1636
}
1637
.fa-trophy{
1638
  &::before{
1639
    content: "\f091";}
1640
}
1641
.fa-github-square{
1642
  &::before{
1643
    content: "\f092";}
1644
}
1645
.fa-upload{
1646
  &::before{
1647
    content: "\f093";}
1648
}
1649
.fa-lemon-o{
1650
  &::before{
1651
    content: "\f094";}
1652
}
1653
.fa-phone{
1654
  &::before{
1655
    content: "\f095";}
1656
}
1657
.fa-square-o{
1658
  &::before{
1659
    content: "\f096";}
1660
}
1661
.fa-bookmark-o{
1662
  &::before{
1663
    content: "\f097";}
1664
}
1665
.fa-phone-square{
1666
  &::before{
1667
    content: "\f098";}
1668
}
1669
.fa-twitter{
1670
  &::before{
1671
    content: "\f099";}
1672
}
1673
.fa-facebook-f,
1674
.fa-facebook{
1675
  &::before{
1676
    content: "\f09a";}
1677
}
1678
.fa-github{
1679
  &::before{
1680
    content: "\f09b";}
1681
}
1682
.fa-unlock{
1683
  &::before{
1684
    content: "\f09c";}
1685
}
1686
.fa-credit-card{
1687
  &::before{
1688
    content: "\f09d";}
1689
}
1690
.fa-feed,
1691
.fa-rss{
1692
  &::before{
1693
    content: "\f09e";}
1694
}
1695
.fa-hdd-o{
1696
  &::before{
1697
    content: "\f0a0";}
1698
}
1699
.fa-bullhorn{
1700
  &::before{
1701
    content: "\f0a1";}
1702
}
1703
.fa-bell{
1704
  &::before{
1705
    content: "\f0f3";}
1706
}
1707
.fa-certificate{
1708
  &::before{
1709
    content: "\f0a3";}
1710
}
1711
.fa-hand-o-right{
1712
  &::before{
1713
    content: "\f0a4";}
1714
}
1715
.fa-hand-o-left{
1716
  &::before{
1717
    content: "\f0a5";}
1718
}
1719
.fa-hand-o-up{
1720
  &::before{
1721
    content: "\f0a6";}
1722
}
1723
.fa-hand-o-down{
1724
  &::before{
1725
    content: "\f0a7";}
1726
}
1727
.fa-arrow-circle-left{
1728
  &::before{
1729
    content: "\f0a8";}
1730
}
1731
.fa-arrow-circle-right{
1732
  &::before{
1733
    content: "\f0a9";}
1734
}
1735
.fa-arrow-circle-up{
1736
  &::before{
1737
    content: "\f0aa";}
1738
}
1739
.fa-arrow-circle-down{
1740
  &::before{
1741
    content: "\f0ab";}
1742
}
1743
.fa-globe{
1744
  &::before{
1745
    content: "\f0ac";}
1746
}
1747
.fa-wrench{
1748
  &::before{
1749
    content: "\f0ad";}
1750
}
1751
.fa-tasks{
1752
  &::before{
1753
    content: "\f0ae";}
1754
}
1755
.fa-filter{
1756
  &::before{
1757
    content: "\f0b0";}
1758
}
1759
.fa-briefcase{
1760
  &::before{
1761
    content: "\f0b1";}
1762
}
1763
.fa-arrows-alt{
1764
  &::before{
1765
    content: "\f0b2";}
1766
}
1767
.fa-group,
1768
.fa-users{
1769
  &::before{
1770
    content: "\f0c0";}
1771
}
1772
.fa-chain,
1773
.fa-link{
1774
  &::before{
1775
    content: "\f0c1";}
1776
}
1777
.fa-cloud{
1778
  &::before{
1779
    content: "\f0c2";}
1780
}
1781
.fa-flask{
1782
  &::before{
1783
    content: "\f0c3";}
1784
}
1785
.fa-cut,
1786
.fa-scissors{
1787
  &::before{
1788
    content: "\f0c4";}
1789
}
1790
.fa-copy,
1791
.fa-files-o{
1792
  &::before{
1793
    content: "\f0c5";}
1794
}
1795
.fa-paperclip{
1796
  &::before{
1797
    content: "\f0c6";}
1798
}
1799
.fa-save,
1800
.fa-floppy-o{
1801
  &::before{
1802
    content: "\f0c7";}
1803
}
1804
.fa-square{
1805
  &::before{
1806
    content: "\f0c8";}
1807
}
1808
.fa-navicon,
1809
.fa-reorder,
1810
.fa-bars{
1811
  &::before{
1812
    content: "\f0c9";}
1813
}
1814
.fa-list-ul{
1815
  &::before{
1816
    content: "\f0ca";}
1817
}
1818
.fa-list-ol{
1819
  &::before{
1820
    content: "\f0cb";}
1821
}
1822
.fa-strikethrough{
1823
  &::before{
1824
    content: "\f0cc";}
1825
}
1826
.fa-underline{
1827
  &::before{
1828
    content: "\f0cd";}
1829
}
1830
.fa-table{
1831
  &::before{
1832
    content: "\f0ce";}
1833
}
1834
.fa-magic{
1835
  &::before{
1836
    content: "\f0d0";}
1837
}
1838
.fa-truck{
1839
  &::before{
1840
    content: "\f0d1";}
1841
}
1842
.fa-pinterest{
1843
  &::before{
1844
    content: "\f0d2";}
1845
}
1846
.fa-pinterest-square{
1847
  &::before{
1848
    content: "\f0d3";}
1849
}
1850
.fa-google-plus-square{
1851
  &::before{
1852
    content: "\f0d4";}
1853
}
1854
.fa-google-plus{
1855
  &::before{
1856
    content: "\f0d5";}
1857
}
1858
.fa-money{
1859
  &::before{
1860
    content: "\f0d6";}
1861
}
1862
.fa-caret-down{
1863
  &::before{
1864
    content: "\f0d7";}
1865
}
1866
.fa-caret-up{
1867
  &::before{
1868
    content: "\f0d8";}
1869
}
1870
.fa-caret-left{
1871
  &::before{
1872
    content: "\f0d9";}
1873
}
1874
.fa-caret-right{
1875
  &::before{
1876
    content: "\f0da";}
1877
}
1878
.fa-columns{
1879
  &::before{
1880
    content: "\f0db";}
1881
}
1882
.fa-unsorted,
1883
.fa-sort{
1884
  &::before{
1885
    content: "\f0dc";}
1886
}
1887
.fa-sort-down,
1888
.fa-sort-desc{
1889
  &::before{
1890
    content: "\f0dd";}
1891
}
1892
.fa-sort-up,
1893
.fa-sort-asc{
1894
  &::before{
1895
    content: "\f0de";}
1896
}
1897
.fa-envelope{
1898
  &::before{
1899
    content: "\f0e0";}
1900
}
1901
.fa-linkedin{
1902
  &::before{
1903
    content: "\f0e1";}
1904
}
1905
.fa-rotate-left,
1906
.fa-undo{
1907
  &::before{
1908
    content: "\f0e2";}
1909
}
1910
.fa-legal,
1911
.fa-gavel{
1912
  &::before{
1913
    content: "\f0e3";}
1914
}
1915
.fa-dashboard,
1916
.fa-tachometer{
1917
  &::before{
1918
    content: "\f0e4";}
1919
}
1920
.fa-comment-o{
1921
  &::before{
1922
    content: "\f0e5";}
1923
}
1924
.fa-comments-o{
1925
  &::before{
1926
    content: "\f0e6";}
1927
}
1928
.fa-flash,
1929
.fa-bolt{
1930
  &::before{
1931
    content: "\f0e7";}
1932
}
1933
.fa-sitemap{
1934
  &::before{
1935
    content: "\f0e8";}
1936
}
1937
.fa-umbrella{
1938
  &::before{
1939
    content: "\f0e9";}
1940
}
1941
.fa-paste,
1942
.fa-clipboard{
1943
  &::before{
1944
    content: "\f0ea";}
1945
}
1946
.fa-lightbulb-o{
1947
  &::before{
1948
    content: "\f0eb";}
1949
}
1950
.fa-exchange{
1951
  &::before{
1952
    content: "\f0ec";}
1953
}
1954
.fa-cloud-download{
1955
  &::before{
1956
    content: "\f0ed";}
1957
}
1958
.fa-cloud-upload{
1959
  &::before{
1960
    content: "\f0ee";}
1961
}
1962
.fa-user-md{
1963
  &::before{
1964
    content: "\f0f0";}
1965
}
1966
.fa-stethoscope{
1967
  &::before{
1968
    content: "\f0f1";}
1969
}
1970
.fa-suitcase{
1971
  &::before{
1972
    content: "\f0f2";}
1973
}
1974
.fa-bell-o{
1975
  &::before{
1976
    content: "\f0a2";}
1977
}
1978
.fa-coffee{
1979
  &::before{
1980
    content: "\f0f4";}
1981
}
1982
.fa-cutlery{
1983
  &::before{
1984
    content: "\f0f5";}
1985
}
1986
.fa-file-text-o{
1987
  &::before{
1988
    content: "\f0f6";}
1989
}
1990
.fa-building-o{
1991
  &::before{
1992
    content: "\f0f7";}
1993
}
1994
.fa-hospital-o{
1995
  &::before{
1996
    content: "\f0f8";}
1997
}
1998
.fa-ambulance{
1999
  &::before{
2000
    content: "\f0f9";}
2001
}
2002
.fa-medkit{
2003
  &::before{
2004
    content: "\f0fa";}
2005
}
2006
.fa-fighter-jet{
2007
  &::before{
2008
    content: "\f0fb";}
2009
}
2010
.fa-beer{
2011
  &::before{
2012
    content: "\f0fc";}
2013
}
2014
.fa-h-square{
2015
  &::before{
2016
    content: "\f0fd";}
2017
}
2018
.fa-plus-square{
2019
  &::before{
2020
    content: "\f0fe";}
2021
}
2022
.fa-angle-double-left{
2023
  &::before{
2024
    content: "\f100";}
2025
}
2026
.fa-angle-double-right{
2027
  &::before{
2028
    content: "\f101";}
2029
}
2030
.fa-angle-double-up{
2031
  &::before{
2032
    content: "\f102";}
2033
}
2034
.fa-angle-double-down{
2035
  &::before{
2036
    content: "\f103";}
2037
}
2038
.fa-angle-left{
2039
  &::before{
2040
    content: "\f104";}
2041
}
2042
.fa-angle-right{
2043
  &::before{
2044
    content: "\f105";}
2045
}
2046
.fa-angle-up{
2047
  &::before{
2048
    content: "\f106";}
2049
}
2050
.fa-angle-down{
2051
  &::before{
2052
    content: "\f107";}
2053
}
2054
.fa-desktop{
2055
  &::before{
2056
    content: "\f108";}
2057
}
2058
.fa-laptop{
2059
  &::before{
2060
    content: "\f109";}
2061
}
2062
.fa-tablet{
2063
  &::before{
2064
    content: "\f10a";}
2065
}
2066
.fa-mobile-phone,
2067
.fa-mobile{
2068
  &::before{
2069
    content: "\f10b";}
2070
}
2071
.fa-circle-o{
2072
  &::before{
2073
    content: "\f10c";}
2074
}
2075
.fa-quote-left{
2076
  &::before{
2077
    content: "\f10d";}
2078
}
2079
.fa-quote-right{
2080
  &::before{
2081
    content: "\f10e";}
2082
}
2083
.fa-spinner{
2084
  &::before{
2085
    content: "\f110";}
2086
}
2087
.fa-circle{
2088
  &::before{
2089
    content: "\f111";}
2090
}
2091
.fa-mail-reply,
2092
.fa-reply{
2093
  &::before{
2094
    content: "\f112";}
2095
}
2096
.fa-github-alt{
2097
  &::before{
2098
    content: "\f113";}
2099
}
2100
.fa-folder-o{
2101
  &::before{
2102
    content: "\f114";}
2103
}
2104
.fa-folder-open-o{
2105
  &::before{
2106
    content: "\f115";}
2107
}
2108
.fa-smile-o{
2109
  &::before{
2110
    content: "\f118";}
2111
}
2112
.fa-frown-o{
2113
  &::before{
2114
    content: "\f119";}
2115
}
2116
.fa-meh-o{
2117
  &::before{
2118
    content: "\f11a";}
2119
}
2120
.fa-gamepad{
2121
  &::before{
2122
    content: "\f11b";}
2123
}
2124
.fa-keyboard-o{
2125
  &::before{
2126
    content: "\f11c";}
2127
}
2128
.fa-flag-o{
2129
  &::before{
2130
    content: "\f11d";}
2131
}
2132
.fa-flag-checkered{
2133
  &::before{
2134
    content: "\f11e";}
2135
}
2136
.fa-terminal{
2137
  &::before{
2138
    content: "\f120";}
2139
}
2140
.fa-code{
2141
  &::before{
2142
    content: "\f121";}
2143
}
2144
.fa-mail-reply-all,
2145
.fa-reply-all{
2146
  &::before{
2147
    content: "\f122";}
2148
}
2149
.fa-star-half-empty,
2150
.fa-star-half-full,
2151
.fa-star-half-o{
2152
  &::before{
2153
    content: "\f123";}
2154
}
2155
.fa-location-arrow{
2156
  &::before{
2157
    content: "\f124";}
2158
}
2159
.fa-crop{
2160
  &::before{
2161
    content: "\f125";}
2162
}
2163
.fa-code-fork{
2164
  &::before{
2165
    content: "\f126";}
2166
}
2167
.fa-unlink,
2168
.fa-chain-broken{
2169
  &::before{
2170
    content: "\f127";}
2171
}
2172
.fa-question{
2173
  &::before{
2174
    content: "\f128";}
2175
}
2176
.fa-info{
2177
  &::before{
2178
    content: "\f129";}
2179
}
2180
.fa-exclamation{
2181
  &::before{
2182
    content: "\f12a";}
2183
}
2184
.fa-superscript{
2185
  &::before{
2186
    content: "\f12b";}
2187
}
2188
.fa-subscript{
2189
  &::before{
2190
    content: "\f12c";}
2191
}
2192
.fa-eraser{
2193
  &::before{
2194
    content: "\f12d";}
2195
}
2196
.fa-puzzle-piece{
2197
  &::before{
2198
    content: "\f12e";}
2199
}
2200
.fa-microphone{
2201
  &::before{
2202
    content: "\f130";}
2203
}
2204
.fa-microphone-slash{
2205
  &::before{
2206
    content: "\f131";}
2207
}
2208
.fa-shield{
2209
  &::before{
2210
    content: "\f132";}
2211
}
2212
.fa-calendar-o{
2213
  &::before{
2214
    content: "\f133";}
2215
}
2216
.fa-fire-extinguisher{
2217
  &::before{
2218
    content: "\f134";}
2219
}
2220
.fa-rocket{
2221
  &::before{
2222
    content: "\f135";}
2223
}
2224
.fa-maxcdn{
2225
  &::before{
2226
    content: "\f136";}
2227
}
2228
.fa-chevron-circle-left{
2229
  &::before{
2230
    content: "\f137";}
2231
}
2232
.fa-chevron-circle-right{
2233
  &::before{
2234
    content: "\f138";}
2235
}
2236
.fa-chevron-circle-up{
2237
  &::before{
2238
    content: "\f139";}
2239
}
2240
.fa-chevron-circle-down{
2241
  &::before{
2242
    content: "\f13a";}
2243
}
2244
.fa-html5{
2245
  &::before{
2246
    content: "\f13b";}
2247
}
2248
.fa-css3{
2249
  &::before{
2250
    content: "\f13c";}
2251
}
2252
.fa-anchor{
2253
  &::before{
2254
    content: "\f13d";}
2255
}
2256
.fa-unlock-alt{
2257
  &::before{
2258
    content: "\f13e";}
2259
}
2260
.fa-bullseye{
2261
  &::before{
2262
    content: "\f140";}
2263
}
2264
.fa-ellipsis-h{
2265
  &::before{
2266
    content: "\f141";}
2267
}
2268
.fa-ellipsis-v{
2269
  &::before{
2270
    content: "\f142";}
2271
}
2272
.fa-rss-square{
2273
  &::before{
2274
    content: "\f143";}
2275
}
2276
.fa-play-circle{
2277
  &::before{
2278
    content: "\f144";}
2279
}
2280
.fa-ticket{
2281
  &::before{
2282
    content: "\f145";}
2283
}
2284
.fa-minus-square{
2285
  &::before{
2286
    content: "\f146";}
2287
}
2288
.fa-minus-square-o{
2289
  &::before{
2290
    content: "\f147";}
2291
}
2292
.fa-level-up{
2293
  &::before{
2294
    content: "\f148";}
2295
}
2296
.fa-level-down{
2297
  &::before{
2298
    content: "\f149";}
2299
}
2300
.fa-check-square{
2301
  &::before{
2302
    content: "\f14a";}
2303
}
2304
.fa-pencil-square{
2305
  &::before{
2306
    content: "\f14b";}
2307
}
2308
.fa-external-link-square{
2309
  &::before{
2310
    content: "\f14c";}
2311
}
2312
.fa-share-square{
2313
  &::before{
2314
    content: "\f14d";}
2315
}
2316
.fa-compass{
2317
  &::before{
2318
    content: "\f14e";}
2319
}
2320
.fa-toggle-down,
2321
.fa-caret-square-o-down{
2322
  &::before{
2323
    content: "\f150";}
2324
}
2325
.fa-toggle-up,
2326
.fa-caret-square-o-up{
2327
  &::before{
2328
    content: "\f151";}
2329
}
2330
.fa-toggle-right,
2331
.fa-caret-square-o-right{
2332
  &::before{
2333
    content: "\f152";}
2334
}
2335
.fa-euro,
2336
.fa-eur{
2337
  &::before{
2338
    content: "\f153";}
2339
}
2340
.fa-gbp{
2341
  &::before{
2342
    content: "\f154";}
2343
}
2344
.fa-dollar,
2345
.fa-usd{
2346
  &::before{
2347
    content: "\f155";}
2348
}
2349
.fa-rupee,
2350
.fa-inr{
2351
  &::before{
2352
    content: "\f156";}
2353
}
2354
.fa-cny,
2355
.fa-rmb,
2356
.fa-yen,
2357
.fa-jpy{
2358
  &::before{
2359
    content: "\f157";}
2360
}
2361
.fa-ruble,
2362
.fa-rouble,
2363
.fa-rub{
2364
  &::before{
2365
    content: "\f158";}
2366
}
2367
.fa-won,
2368
.fa-krw{
2369
  &::before{
2370
    content: "\f159";}
2371
}
2372
.fa-bitcoin,
2373
.fa-btc{
2374
  &::before{
2375
    content: "\f15a";}
2376
}
2377
.fa-file{
2378
  &::before{
2379
    content: "\f15b";}
2380
}
2381
.fa-file-text{
2382
  &::before{
2383
    content: "\f15c";}
2384
}
2385
.fa-sort-alpha-asc{
2386
  &::before{
2387
    content: "\f15d";}
2388
}
2389
.fa-sort-alpha-desc{
2390
  &::before{
2391
    content: "\f15e";}
2392
}
2393
.fa-sort-amount-asc{
2394
  &::before{
2395
    content: "\f160";}
2396
}
2397
.fa-sort-amount-desc{
2398
  &::before{
2399
    content: "\f161";}
2400
}
2401
.fa-sort-numeric-asc{
2402
  &::before{
2403
    content: "\f162";}
2404
}
2405
.fa-sort-numeric-desc{
2406
  &::before{
2407
    content: "\f163";}
2408
}
2409
.fa-thumbs-up{
2410
  &::before{
2411
    content: "\f164";}
2412
}
2413
.fa-thumbs-down{
2414
  &::before{
2415
    content: "\f165";}
2416
}
2417
.fa-youtube-square{
2418
  &::before{
2419
    content: "\f166";}
2420
}
2421
.fa-youtube{
2422
  &::before{
2423
    content: "\f167";}
2424
}
2425
.fa-xing{
2426
  &::before{
2427
    content: "\f168";}
2428
}
2429
.fa-xing-square{
2430
  &::before{
2431
    content: "\f169";}
2432
}
2433
.fa-youtube-play{
2434
  &::before{
2435
    content: "\f16a";}
2436
}
2437
.fa-dropbox{
2438
  &::before{
2439
    content: "\f16b";}
2440
}
2441
.fa-stack-overflow{
2442
  &::before{
2443
    content: "\f16c";}
2444
}
2445
.fa-instagram{
2446
  &::before{
2447
    content: "\f16d";}
2448
}
2449
.fa-flickr{
2450
  &::before{
2451
    content: "\f16e";}
2452
}
2453
.fa-adn{
2454
  &::before{
2455
    content: "\f170";}
2456
}
2457
.fa-bitbucket{
2458
  &::before{
2459
    content: "\f171";}
2460
}
2461
.fa-bitbucket-square{
2462
  &::before{
2463
    content: "\f172";}
2464
}
2465
.fa-tumblr{
2466
  &::before{
2467
    content: "\f173";}
2468
}
2469
.fa-tumblr-square{
2470
  &::before{
2471
    content: "\f174";}
2472
}
2473
.fa-long-arrow-down{
2474
  &::before{
2475
    content: "\f175";}
2476
}
2477
.fa-long-arrow-up{
2478
  &::before{
2479
    content: "\f176";}
2480
}
2481
.fa-long-arrow-left{
2482
  &::before{
2483
    content: "\f177";}
2484
}
2485
.fa-long-arrow-right{
2486
  &::before{
2487
    content: "\f178";}
2488
}
2489
.fa-apple{
2490
  &::before{
2491
    content: "\f179";}
2492
}
2493
.fa-windows{
2494
  &::before{
2495
    content: "\f17a";}
2496
}
2497
.fa-android{
2498
  &::before{
2499
    content: "\f17b";}
2500
}
2501
.fa-linux{
2502
  &::before{
2503
    content: "\f17c";}
2504
}
2505
.fa-dribbble{
2506
  &::before{
2507
    content: "\f17d";}
2508
}
2509
.fa-skype{
2510
  &::before{
2511
    content: "\f17e";}
2512
}
2513
.fa-foursquare{
2514
  &::before{
2515
    content: "\f180";}
2516
}
2517
.fa-trello{
2518
  &::before{
2519
    content: "\f181";}
2520
}
2521
.fa-female{
2522
  &::before{
2523
    content: "\f182";}
2524
}
2525
.fa-male{
2526
  &::before{
2527
    content: "\f183";}
2528
}
2529
.fa-gittip,
2530
.fa-gratipay{
2531
  &::before{
2532
    content: "\f184";}
2533
}
2534
.fa-sun-o{
2535
  &::before{
2536
    content: "\f185";}
2537
}
2538
.fa-moon-o{
2539
  &::before{
2540
    content: "\f186";}
2541
}
2542
.fa-archive{
2543
  &::before{
2544
    content: "\f187";}
2545
}
2546
.fa-bug{
2547
  &::before{
2548
    content: "\f188";}
2549
}
2550
.fa-vk{
2551
  &::before{
2552
    content: "\f189";}
2553
}
2554
.fa-weibo{
2555
  &::before{
2556
    content: "\f18a";}
2557
}
2558
.fa-renren{
2559
  &::before{
2560
    content: "\f18b";}
2561
}
2562
.fa-pagelines{
2563
  &::before{
2564
    content: "\f18c";}
2565
}
2566
.fa-stack-exchange{
2567
  &::before{
2568
    content: "\f18d";}
2569
}
2570
.fa-arrow-circle-o-right{
2571
  &::before{
2572
    content: "\f18e";}
2573
}
2574
.fa-arrow-circle-o-left{
2575
  &::before{
2576
    content: "\f190";}
2577
}
2578
.fa-toggle-left,
2579
.fa-caret-square-o-left{
2580
  &::before{
2581
    content: "\f191";}
2582
}
2583
.fa-dot-circle-o{
2584
  &::before{
2585
    content: "\f192";}
2586
}
2587
.fa-wheelchair{
2588
  &::before{
2589
    content: "\f193";}
2590
}
2591
.fa-vimeo-square{
2592
  &::before{
2593
    content: "\f194";}
2594
}
2595
.fa-turkish-lira,
2596
.fa-try{
2597
  &::before{
2598
    content: "\f195";}
2599
}
2600
.fa-plus-square-o{
2601
  &::before{
2602
    content: "\f196";}
2603
}
2604
.fa-space-shuttle{
2605
  &::before{
2606
    content: "\f197";}
2607
}
2608
.fa-slack{
2609
  &::before{
2610
    content: "\f198";}
2611
}
2612
.fa-envelope-square{
2613
  &::before{
2614
    content: "\f199";}
2615
}
2616
.fa-wordpress{
2617
  &::before{
2618
    content: "\f19a";}
2619
}
2620
.fa-openid{
2621
  &::before{
2622
    content: "\f19b";}
2623
}
2624
.fa-institution,
2625
.fa-bank,
2626
.fa-university{
2627
  &::before{
2628
    content: "\f19c";}
2629
}
2630
.fa-mortar-board,
2631
.fa-graduation-cap{
2632
  &::before{
2633
    content: "\f19d";}
2634
}
2635
.fa-yahoo{
2636
  &::before{
2637
    content: "\f19e";}
2638
}
2639
.fa-google{
2640
  &::before{
2641
    content: "\f1a0";}
2642
}
2643
.fa-reddit{
2644
  &::before{
2645
    content: "\f1a1";}
2646
}
2647
.fa-reddit-square{
2648
  &::before{
2649
    content: "\f1a2";}
2650
}
2651
.fa-stumbleupon-circle{
2652
  &::before{
2653
    content: "\f1a3";}
2654
}
2655
.fa-stumbleupon{
2656
  &::before{
2657
    content: "\f1a4";}
2658
}
2659
.fa-delicious{
2660
  &::before{
2661
    content: "\f1a5";}
2662
}
2663
.fa-digg{
2664
  &::before{
2665
    content: "\f1a6";}
2666
}
2667
.fa-pied-piper-pp{
2668
  &::before{
2669
    content: "\f1a7";}
2670
}
2671
.fa-pied-piper-alt{
2672
  &::before{
2673
    content: "\f1a8";}
2674
}
2675
.fa-drupal{
2676
  &::before{
2677
    content: "\f1a9";}
2678
}
2679
.fa-joomla{
2680
  &::before{
2681
    content: "\f1aa";}
2682
}
2683
.fa-language{
2684
  &::before{
2685
    content: "\f1ab";}
2686
}
2687
.fa-fax{
2688
  &::before{
2689
    content: "\f1ac";}
2690
}
2691
.fa-building{
2692
  &::before{
2693
    content: "\f1ad";}
2694
}
2695
.fa-child{
2696
  &::before{
2697
    content: "\f1ae";}
2698
}
2699
.fa-paw{
2700
  &::before{
2701
    content: "\f1b0";}
2702
}
2703
.fa-spoon{
2704
  &::before{
2705
    content: "\f1b1";}
2706
}
2707
.fa-cube{
2708
  &::before{
2709
    content: "\f1b2";}
2710
}
2711
.fa-cubes{
2712
  &::before{
2713
    content: "\f1b3";}
2714
}
2715
.fa-behance{
2716
  &::before{
2717
    content: "\f1b4";}
2718
}
2719
.fa-behance-square{
2720
  &::before{
2721
    content: "\f1b5";}
2722
}
2723
.fa-steam{
2724
  &::before{
2725
    content: "\f1b6";}
2726
}
2727
.fa-steam-square{
2728
  &::before{
2729
    content: "\f1b7";}
2730
}
2731
.fa-recycle{
2732
  &::before{
2733
    content: "\f1b8";}
2734
}
2735
.fa-automobile,
2736
.fa-car{
2737
  &::before{
2738
    content: "\f1b9";}
2739
}
2740
.fa-cab,
2741
.fa-taxi{
2742
  &::before{
2743
    content: "\f1ba";}
2744
}
2745
.fa-tree{
2746
  &::before{
2747
    content: "\f1bb";}
2748
}
2749
.fa-spotify{
2750
  &::before{
2751
    content: "\f1bc";}
2752
}
2753
.fa-deviantart{
2754
  &::before{
2755
    content: "\f1bd";}
2756
}
2757
.fa-soundcloud{
2758
  &::before{
2759
    content: "\f1be";}
2760
}
2761
.fa-database{
2762
  &::before{
2763
    content: "\f1c0";}
2764
}
2765
.fa-file-pdf-o{
2766
  &::before{
2767
    content: "\f1c1";}
2768
}
2769
.fa-file-word-o{
2770
  &::before{
2771
    content: "\f1c2";}
2772
}
2773
.fa-file-excel-o{
2774
  &::before{
2775
    content: "\f1c3";}
2776
}
2777
.fa-file-powerpoint-o{
2778
  &::before{
2779
    content: "\f1c4";}
2780
}
2781
.fa-file-photo-o,
2782
.fa-file-picture-o,
2783
.fa-file-image-o{
2784
  &::before{
2785
    content: "\f1c5";}
2786
}
2787
.fa-file-zip-o,
2788
.fa-file-archive-o{
2789
  &::before{
2790
    content: "\f1c6";}
2791
}
2792
.fa-file-sound-o,
2793
.fa-file-audio-o{
2794
  &::before{
2795
    content: "\f1c7";}
2796
}
2797
.fa-file-movie-o,
2798
.fa-file-video-o{
2799
  &::before{
2800
    content: "\f1c8";}
2801
}
2802
.fa-file-code-o{
2803
  &::before{
2804
    content: "\f1c9";}
2805
}
2806
.fa-vine{
2807
  &::before{
2808
    content: "\f1ca";}
2809
}
2810
.fa-codepen{
2811
  &::before{
2812
    content: "\f1cb";}
2813
}
2814
.fa-jsfiddle{
2815
  &::before{
2816
    content: "\f1cc";}
2817
}
2818
.fa-life-bouy,
2819
.fa-life-buoy,
2820
.fa-life-saver,
2821
.fa-support,
2822
.fa-life-ring{
2823
  &::before{
2824
    content: "\f1cd";}
2825
}
2826
.fa-circle-o-notch{
2827
  &::before{
2828
    content: "\f1ce";}
2829
}
2830
.fa-ra,
2831
.fa-resistance,
2832
.fa-rebel{
2833
  &::before{
2834
    content: "\f1d0";}
2835
}
2836
.fa-ge,
2837
.fa-empire{
2838
  &::before{
2839
    content: "\f1d1";}
2840
}
2841
.fa-git-square{
2842
  &::before{
2843
    content: "\f1d2";}
2844
}
2845
.fa-git{
2846
  &::before{
2847
    content: "\f1d3";}
2848
}
2849
.fa-y-combinator-square,
2850
.fa-yc-square,
2851
.fa-hacker-news{
2852
  &::before{
2853
    content: "\f1d4";}
2854
}
2855
.fa-tencent-weibo{
2856
  &::before{
2857
    content: "\f1d5";}
2858
}
2859
.fa-qq{
2860
  &::before{
2861
    content: "\f1d6";}
2862
}
2863
.fa-wechat,
2864
.fa-weixin{
2865
  &::before{
2866
    content: "\f1d7";}
2867
}
2868
.fa-send,
2869
.fa-paper-plane{
2870
  &::before{
2871
    content: "\f1d8";}
2872
}
2873
.fa-send-o,
2874
.fa-paper-plane-o{
2875
  &::before{
2876
    content: "\f1d9";}
2877
}
2878
.fa-history{
2879
  &::before{
2880
    content: "\f1da";}
2881
}
2882
.fa-circle-thin{
2883
  &::before{
2884
    content: "\f1db";}
2885
}
2886
.fa-header{
2887
  &::before{
2888
    content: "\f1dc";}
2889
}
2890
.fa-paragraph{
2891
  &::before{
2892
    content: "\f1dd";}
2893
}
2894
.fa-sliders{
2895
  &::before{
2896
    content: "\f1de";}
2897
}
2898
.fa-share-alt{
2899
  &::before{
2900
    content: "\f1e0";}
2901
}
2902
.fa-share-alt-square{
2903
  &::before{
2904
    content: "\f1e1";}
2905
}
2906
.fa-bomb{
2907
  &::before{
2908
    content: "\f1e2";}
2909
}
2910
.fa-soccer-ball-o,
2911
.fa-futbol-o{
2912
  &::before{
2913
    content: "\f1e3";}
2914
}
2915
.fa-tty{
2916
  &::before{
2917
    content: "\f1e4";}
2918
}
2919
.fa-binoculars{
2920
  &::before{
2921
    content: "\f1e5";}
2922
}
2923
.fa-plug{
2924
  &::before{
2925
    content: "\f1e6";}
2926
}
2927
.fa-slideshare{
2928
  &::before{
2929
    content: "\f1e7";}
2930
}
2931
.fa-twitch{
2932
  &::before{
2933
    content: "\f1e8";}
2934
}
2935
.fa-yelp{
2936
  &::before{
2937
    content: "\f1e9";}
2938
}
2939
.fa-newspaper-o{
2940
  &::before{
2941
    content: "\f1ea";}
2942
}
2943
.fa-wifi{
2944
  &::before{
2945
    content: "\f1eb";}
2946
}
2947
.fa-calculator{
2948
  &::before{
2949
    content: "\f1ec";}
2950
}
2951
.fa-paypal{
2952
  &::before{
2953
    content: "\f1ed";}
2954
}
2955
.fa-google-wallet{
2956
  &::before{
2957
    content: "\f1ee";}
2958
}
2959
.fa-cc-visa{
2960
  &::before{
2961
    content: "\f1f0";}
2962
}
2963
.fa-cc-mastercard{
2964
  &::before{
2965
    content: "\f1f1";}
2966
}
2967
.fa-cc-discover{
2968
  &::before{
2969
    content: "\f1f2";}
2970
}
2971
.fa-cc-amex{
2972
  &::before{
2973
    content: "\f1f3";}
2974
}
2975
.fa-cc-paypal{
2976
  &::before{
2977
    content: "\f1f4";}
2978
}
2979
.fa-cc-stripe{
2980
  &::before{
2981
    content: "\f1f5";}
2982
}
2983
.fa-bell-slash{
2984
  &::before{
2985
    content: "\f1f6";}
2986
}
2987
.fa-bell-slash-o{
2988
  &::before{
2989
    content: "\f1f7";}
2990
}
2991
.fa-trash{
2992
  &::before{
2993
    content: "\f1f8";}
2994
}
2995
.fa-copyright{
2996
  &::before{
2997
    content: "\f1f9";}
2998
}
2999
.fa-at{
3000
  &::before{
3001
    content: "\f1fa";}
3002
}
3003
.fa-eyedropper{
3004
  &::before{
3005
    content: "\f1fb";}
3006
}
3007
.fa-paint-brush{
3008
  &::before{
3009
    content: "\f1fc";}
3010
}
3011
.fa-birthday-cake{
3012
  &::before{
3013
    content: "\f1fd";}
3014
}
3015
.fa-area-chart{
3016
  &::before{
3017
    content: "\f1fe";}
3018
}
3019
.fa-pie-chart{
3020
  &::before{
3021
    content: "\f200";}
3022
}
3023
.fa-line-chart{
3024
  &::before{
3025
    content: "\f201";}
3026
}
3027
.fa-lastfm{
3028
  &::before{
3029
    content: "\f202";}
3030
}
3031
.fa-lastfm-square{
3032
  &::before{
3033
    content: "\f203";}
3034
}
3035
.fa-toggle-off{
3036
  &::before{
3037
    content: "\f204";}
3038
}
3039
.fa-toggle-on{
3040
  &::before{
3041
    content: "\f205";}
3042
}
3043
.fa-bicycle{
3044
  &::before{
3045
    content: "\f206";}
3046
}
3047
.fa-bus{
3048
  &::before{
3049
    content: "\f207";}
3050
}
3051
.fa-ioxhost{
3052
  &::before{
3053
    content: "\f208";}
3054
}
3055
.fa-angellist{
3056
  &::before{
3057
    content: "\f209";}
3058
}
3059
.fa-cc{
3060
  &::before{
3061
    content: "\f20a";}
3062
}
3063
.fa-shekel,
3064
.fa-sheqel,
3065
.fa-ils{
3066
  &::before{
3067
    content: "\f20b";}
3068
}
3069
.fa-meanpath{
3070
  &::before{
3071
    content: "\f20c";}
3072
}
3073
.fa-buysellads{
3074
  &::before{
3075
    content: "\f20d";}
3076
}
3077
.fa-connectdevelop{
3078
  &::before{
3079
    content: "\f20e";}
3080
}
3081
.fa-dashcube{
3082
  &::before{
3083
    content: "\f210";}
3084
}
3085
.fa-forumbee{
3086
  &::before{
3087
    content: "\f211";}
3088
}
3089
.fa-leanpub{
3090
  &::before{
3091
    content: "\f212";}
3092
}
3093
.fa-sellsy{
3094
  &::before{
3095
    content: "\f213";}
3096
}
3097
.fa-shirtsinbulk{
3098
  &::before{
3099
    content: "\f214";}
3100
}
3101
.fa-simplybuilt{
3102
  &::before{
3103
    content: "\f215";}
3104
}
3105
.fa-skyatlas{
3106
  &::before{
3107
    content: "\f216";}
3108
}
3109
.fa-cart-plus{
3110
  &::before{
3111
    content: "\f217";}
3112
}
3113
.fa-cart-arrow-down{
3114
  &::before{
3115
    content: "\f218";}
3116
}
3117
.fa-diamond{
3118
  &::before{
3119
    content: "\f219";}
3120
}
3121
.fa-ship{
3122
  &::before{
3123
    content: "\f21a";}
3124
}
3125
.fa-user-secret{
3126
  &::before{
3127
    content: "\f21b";}
3128
}
3129
.fa-motorcycle{
3130
  &::before{
3131
    content: "\f21c";}
3132
}
3133
.fa-street-view{
3134
  &::before{
3135
    content: "\f21d";}
3136
}
3137
.fa-heartbeat{
3138
  &::before{
3139
    content: "\f21e";}
3140
}
3141
.fa-venus{
3142
  &::before{
3143
    content: "\f221";}
3144
}
3145
.fa-mars{
3146
  &::before{
3147
    content: "\f222";}
3148
}
3149
.fa-mercury{
3150
  &::before{
3151
    content: "\f223";}
3152
}
3153
.fa-intersex,
3154
.fa-transgender{
3155
  &::before{
3156
    content: "\f224";}
3157
}
3158
.fa-transgender-alt{
3159
  &::before{
3160
    content: "\f225";}
3161
}
3162
.fa-venus-double{
3163
  &::before{
3164
    content: "\f226";}
3165
}
3166
.fa-mars-double{
3167
  &::before{
3168
    content: "\f227";}
3169
}
3170
.fa-venus-mars{
3171
  &::before{
3172
    content: "\f228";}
3173
}
3174
.fa-mars-stroke{
3175
  &::before{
3176
    content: "\f229";}
3177
}
3178
.fa-mars-stroke-v{
3179
  &::before{
3180
    content: "\f22a";}
3181
}
3182
.fa-mars-stroke-h{
3183
  &::before{
3184
    content: "\f22b";}
3185
}
3186
.fa-neuter{
3187
  &::before{
3188
    content: "\f22c";}
3189
}
3190
.fa-genderless{
3191
  &::before{
3192
    content: "\f22d";}
3193
}
3194
.fa-facebook-official{
3195
  &::before{
3196
    content: "\f230";}
3197
}
3198
.fa-pinterest-p{
3199
  &::before{
3200
    content: "\f231";}
3201
}
3202
.fa-whatsapp{
3203
  &::before{
3204
    content: "\f232";}
3205
}
3206
.fa-server{
3207
  &::before{
3208
    content: "\f233";}
3209
}
3210
.fa-user-plus{
3211
  &::before{
3212
    content: "\f234";}
3213
}
3214
.fa-user-times{
3215
  &::before{
3216
    content: "\f235";}
3217
}
3218
.fa-hotel,
3219
.fa-bed{
3220
  &::before{
3221
    content: "\f236";}
3222
}
3223
.fa-viacoin{
3224
  &::before{
3225
    content: "\f237";}
3226
}
3227
.fa-train{
3228
  &::before{
3229
    content: "\f238";}
3230
}
3231
.fa-subway{
3232
  &::before{
3233
    content: "\f239";}
3234
}
3235
.fa-medium{
3236
  &::before{
3237
    content: "\f23a";}
3238
}
3239
.fa-yc,
3240
.fa-y-combinator{
3241
  &::before{
3242
    content: "\f23b";}
3243
}
3244
.fa-optin-monster{
3245
  &::before{
3246
    content: "\f23c";}
3247
}
3248
.fa-opencart{
3249
  &::before{
3250
    content: "\f23d";}
3251
}
3252
.fa-expeditedssl{
3253
  &::before{
3254
    content: "\f23e";}
3255
}
3256
.fa-battery-4,
3257
.fa-battery,
3258
.fa-battery-full{
3259
  &::before{
3260
    content: "\f240";}
3261
}
3262
.fa-battery-3,
3263
.fa-battery-three-quarters{
3264
  &::before{
3265
    content: "\f241";}
3266
}
3267
.fa-battery-2,
3268
.fa-battery-half{
3269
  &::before{
3270
    content: "\f242";}
3271
}
3272
.fa-battery-1,
3273
.fa-battery-quarter{
3274
  &::before{
3275
    content: "\f243";}
3276
}
3277
.fa-battery-0,
3278
.fa-battery-empty{
3279
  &::before{
3280
    content: "\f244";}
3281
}
3282
.fa-mouse-pointer{
3283
  &::before{
3284
    content: "\f245";}
3285
}
3286
.fa-i-cursor{
3287
  &::before{
3288
    content: "\f246";}
3289
}
3290
.fa-object-group{
3291
  &::before{
3292
    content: "\f247";}
3293
}
3294
.fa-object-ungroup{
3295
  &::before{
3296
    content: "\f248";}
3297
}
3298
.fa-sticky-note{
3299
  &::before{
3300
    content: "\f249";}
3301
}
3302
.fa-sticky-note-o{
3303
  &::before{
3304
    content: "\f24a";}
3305
}
3306
.fa-cc-jcb{
3307
  &::before{
3308
    content: "\f24b";}
3309
}
3310
.fa-cc-diners-club{
3311
  &::before{
3312
    content: "\f24c";}
3313
}
3314
.fa-clone{
3315
  &::before{
3316
    content: "\f24d";}
3317
}
3318
.fa-balance-scale{
3319
  &::before{
3320
    content: "\f24e";}
3321
}
3322
.fa-hourglass-o{
3323
  &::before{
3324
    content: "\f250";}
3325
}
3326
.fa-hourglass-1,
3327
.fa-hourglass-start{
3328
  &::before{
3329
    content: "\f251";}
3330
}
3331
.fa-hourglass-2,
3332
.fa-hourglass-half{
3333
  &::before{
3334
    content: "\f252";}
3335
}
3336
.fa-hourglass-3,
3337
.fa-hourglass-end{
3338
  &::before{
3339
    content: "\f253";}
3340
}
3341
.fa-hourglass{
3342
  &::before{
3343
    content: "\f254";}
3344
}
3345
.fa-hand-grab-o,
3346
.fa-hand-rock-o{
3347
  &::before{
3348
    content: "\f255";}
3349
}
3350
.fa-hand-stop-o,
3351
.fa-hand-paper-o{
3352
  &::before{
3353
    content: "\f256";}
3354
}
3355
.fa-hand-scissors-o{
3356
  &::before{
3357
    content: "\f257";}
3358
}
3359
.fa-hand-lizard-o{
3360
  &::before{
3361
    content: "\f258";}
3362
}
3363
.fa-hand-spock-o{
3364
  &::before{
3365
    content: "\f259";}
3366
}
3367
.fa-hand-pointer-o{
3368
  &::before{
3369
    content: "\f25a";}
3370
}
3371
.fa-hand-peace-o{
3372
  &::before{
3373
    content: "\f25b";}
3374
}
3375
.fa-trademark{
3376
  &::before{
3377
    content: "\f25c";}
3378
}
3379
.fa-registered{
3380
  &::before{
3381
    content: "\f25d";}
3382
}
3383
.fa-creative-commons{
3384
  &::before{
3385
    content: "\f25e";}
3386
}
3387
.fa-gg{
3388
  &::before{
3389
    content: "\f260";}
3390
}
3391
.fa-gg-circle{
3392
  &::before{
3393
    content: "\f261";}
3394
}
3395
.fa-tripadvisor{
3396
  &::before{
3397
    content: "\f262";}
3398
}
3399
.fa-odnoklassniki{
3400
  &::before{
3401
    content: "\f263";}
3402
}
3403
.fa-odnoklassniki-square{
3404
  &::before{
3405
    content: "\f264";}
3406
}
3407
.fa-get-pocket{
3408
  &::before{
3409
    content: "\f265";}
3410
}
3411
.fa-wikipedia-w{
3412
  &::before{
3413
    content: "\f266";}
3414
}
3415
.fa-safari{
3416
  &::before{
3417
    content: "\f267";}
3418
}
3419
.fa-chrome{
3420
  &::before{
3421
    content: "\f268";}
3422
}
3423
.fa-firefox{
3424
  &::before{
3425
    content: "\f269";}
3426
}
3427
.fa-opera{
3428
  &::before{
3429
    content: "\f26a";}
3430
}
3431
.fa-internet-explorer{
3432
  &::before{
3433
    content: "\f26b";}
3434
}
3435
.fa-tv,
3436
.fa-television{
3437
  &::before{
3438
    content: "\f26c";}
3439
}
3440
.fa-contao{
3441
  &::before{
3442
    content: "\f26d";}
3443
}
3444
.fa-500px{
3445
  &::before{
3446
    content: "\f26e";}
3447
}
3448
.fa-amazon{
3449
  &::before{
3450
    content: "\f270";}
3451
}
3452
.fa-calendar-plus-o{
3453
  &::before{
3454
    content: "\f271";}
3455
}
3456
.fa-calendar-minus-o{
3457
  &::before{
3458
    content: "\f272";}
3459
}
3460
.fa-calendar-times-o{
3461
  &::before{
3462
    content: "\f273";}
3463
}
3464
.fa-calendar-check-o{
3465
  &::before{
3466
    content: "\f274";}
3467
}
3468
.fa-industry{
3469
  &::before{
3470
    content: "\f275";}
3471
}
3472
.fa-map-pin{
3473
  &::before{
3474
    content: "\f276";}
3475
}
3476
.fa-map-signs{
3477
  &::before{
3478
    content: "\f277";}
3479
}
3480
.fa-map-o{
3481
  &::before{
3482
    content: "\f278";}
3483
}
3484
.fa-map{
3485
  &::before{
3486
    content: "\f279";}
3487
}
3488
.fa-commenting{
3489
  &::before{
3490
    content: "\f27a";}
3491
}
3492
.fa-commenting-o{
3493
  &::before{
3494
    content: "\f27b";}
3495
}
3496
.fa-houzz{
3497
  &::before{
3498
    content: "\f27c";}
3499
}
3500
.fa-vimeo{
3501
  &::before{
3502
    content: "\f27d";}
3503
}
3504
.fa-black-tie{
3505
  &::before{
3506
    content: "\f27e";}
3507
}
3508
.fa-fonticons{
3509
  &::before{
3510
    content: "\f280";}
3511
}
3512
.fa-reddit-alien{
3513
  &::before{
3514
    content: "\f281";}
3515
}
3516
.fa-edge{
3517
  &::before{
3518
    content: "\f282";}
3519
}
3520
.fa-credit-card-alt{
3521
  &::before{
3522
    content: "\f283";}
3523
}
3524
.fa-codiepie{
3525
  &::before{
3526
    content: "\f284";}
3527
}
3528
.fa-modx{
3529
  &::before{
3530
    content: "\f285";}
3531
}
3532
.fa-fort-awesome{
3533
  &::before{
3534
    content: "\f286";}
3535
}
3536
.fa-usb{
3537
  &::before{
3538
    content: "\f287";}
3539
}
3540
.fa-product-hunt{
3541
  &::before{
3542
    content: "\f288";}
3543
}
3544
.fa-mixcloud{
3545
  &::before{
3546
    content: "\f289";}
3547
}
3548
.fa-scribd{
3549
  &::before{
3550
    content: "\f28a";}
3551
}
3552
.fa-pause-circle{
3553
  &::before{
3554
    content: "\f28b";}
3555
}
3556
.fa-pause-circle-o{
3557
  &::before{
3558
    content: "\f28c";}
3559
}
3560
.fa-stop-circle{
3561
  &::before{
3562
    content: "\f28d";}
3563
}
3564
.fa-stop-circle-o{
3565
  &::before{
3566
    content: "\f28e";}
3567
}
3568
.fa-shopping-bag{
3569
  &::before{
3570
    content: "\f290";}
3571
}
3572
.fa-shopping-basket{
3573
  &::before{
3574
    content: "\f291";}
3575
}
3576
.fa-hashtag{
3577
  &::before{
3578
    content: "\f292";}
3579
}
3580
.fa-bluetooth{
3581
  &::before{
3582
    content: "\f293";}
3583
}
3584
.fa-bluetooth-b{
3585
  &::before{
3586
    content: "\f294";}
3587
}
3588
.fa-percent{
3589
  &::before{
3590
    content: "\f295";}
3591
}
3592
.fa-gitlab{
3593
  &::before{
3594
    content: "\f296";}
3595
}
3596
.fa-wpbeginner{
3597
  &::before{
3598
    content: "\f297";}
3599
}
3600
.fa-wpforms{
3601
  &::before{
3602
    content: "\f298";}
3603
}
3604
.fa-envira{
3605
  &::before{
3606
    content: "\f299";}
3607
}
3608
.fa-universal-access{
3609
  &::before{
3610
    content: "\f29a";}
3611
}
3612
.fa-wheelchair-alt{
3613
  &::before{
3614
    content: "\f29b";}
3615
}
3616
.fa-question-circle-o{
3617
  &::before{
3618
    content: "\f29c";}
3619
}
3620
.fa-blind{
3621
  &::before{
3622
    content: "\f29d";}
3623
}
3624
.fa-audio-description{
3625
  &::before{
3626
    content: "\f29e";}
3627
}
3628
.fa-volume-control-phone{
3629
  &::before{
3630
    content: "\f2a0";}
3631
}
3632
.fa-braille{
3633
  &::before{
3634
    content: "\f2a1";}
3635
}
3636
.fa-assistive-listening-systems{
3637
  &::before{
3638
    content: "\f2a2";}
3639
}
3640
.fa-asl-interpreting,
3641
.fa-american-sign-language-interpreting{
3642
  &::before{
3643
    content: "\f2a3";}
3644
}
3645
.fa-deafness,
3646
.fa-hard-of-hearing,
3647
.fa-deaf{
3648
  &::before{
3649
    content: "\f2a4";}
3650
}
3651
.fa-glide{
3652
  &::before{
3653
    content: "\f2a5";}
3654
}
3655
.fa-glide-g{
3656
  &::before{
3657
    content: "\f2a6";}
3658
}
3659
.fa-signing,
3660
.fa-sign-language{
3661
  &::before{
3662
    content: "\f2a7";}
3663
}
3664
.fa-low-vision{
3665
  &::before{
3666
    content: "\f2a8";}
3667
}
3668
.fa-viadeo{
3669
  &::before{
3670
    content: "\f2a9";}
3671
}
3672
.fa-viadeo-square{
3673
  &::before{
3674
    content: "\f2aa";}
3675
}
3676
.fa-snapchat{
3677
  &::before{
3678
    content: "\f2ab";}
3679
}
3680
.fa-snapchat-ghost{
3681
  &::before{
3682
    content: "\f2ac";}
3683
}
3684
.fa-snapchat-square{
3685
  &::before{
3686
    content: "\f2ad";}
3687
}
3688
.fa-pied-piper{
3689
  &::before{
3690
    content: "\f2ae";}
3691
}
3692
.fa-first-order{
3693
  &::before{
3694
    content: "\f2b0";}
3695
}
3696
.fa-yoast{
3697
  &::before{
3698
    content: "\f2b1";}
3699
}
3700
.fa-themeisle{
3701
  &::before{
3702
    content: "\f2b2";}
3703
}
3704
.fa-google-plus-circle,
3705
.fa-google-plus-official{
3706
  &::before{
3707
    content: "\f2b3";}
3708
}
3709
.fa-fa,
3710
.fa-font-awesome{
3711
  &::before{
3712
    content: "\f2b4";}
3713
}
3714
.fa-handshake-o{
3715
  &::before{
3716
    content: "\f2b5";}
3717
}
3718
.fa-envelope-open{
3719
  &::before{
3720
    content: "\f2b6";}
3721
}
3722
.fa-envelope-open-o{
3723
  &::before{
3724
    content: "\f2b7";}
3725
}
3726
.fa-linode{
3727
  &::before{
3728
    content: "\f2b8";}
3729
}
3730
.fa-address-book{
3731
  &::before{
3732
    content: "\f2b9";}
3733
}
3734
.fa-address-book-o{
3735
  &::before{
3736
    content: "\f2ba";}
3737
}
3738
.fa-vcard,
3739
.fa-address-card{
3740
  &::before{
3741
    content: "\f2bb";}
3742
}
3743
.fa-vcard-o,
3744
.fa-address-card-o{
3745
  &::before{
3746
    content: "\f2bc";}
3747
}
3748
.fa-user-circle{
3749
  &::before{
3750
    content: "\f2bd";}
3751
}
3752
.fa-user-circle-o{
3753
  &::before{
3754
    content: "\f2be";}
3755
}
3756
.fa-user-o{
3757
  &::before{
3758
    content: "\f2c0";}
3759
}
3760
.fa-id-badge{
3761
  &::before{
3762
    content: "\f2c1";}
3763
}
3764
.fa-drivers-license,
3765
.fa-id-card{
3766
  &::before{
3767
    content: "\f2c2";}
3768
}
3769
.fa-drivers-license-o,
3770
.fa-id-card-o{
3771
  &::before{
3772
    content: "\f2c3";}
3773
}
3774
.fa-quora{
3775
  &::before{
3776
    content: "\f2c4";}
3777
}
3778
.fa-free-code-camp{
3779
  &::before{
3780
    content: "\f2c5";}
3781
}
3782
.fa-telegram{
3783
  &::before{
3784
    content: "\f2c6";}
3785
}
3786
.fa-thermometer-4,
3787
.fa-thermometer,
3788
.fa-thermometer-full{
3789
  &::before{
3790
    content: "\f2c7";}
3791
}
3792
.fa-thermometer-3,
3793
.fa-thermometer-three-quarters{
3794
  &::before{
3795
    content: "\f2c8";}
3796
}
3797
.fa-thermometer-2,
3798
.fa-thermometer-half{
3799
  &::before{
3800
    content: "\f2c9";}
3801
}
3802
.fa-thermometer-1,
3803
.fa-thermometer-quarter{
3804
  &::before{
3805
    content: "\f2ca";}
3806
}
3807
.fa-thermometer-0,
3808
.fa-thermometer-empty{
3809
  &::before{
3810
    content: "\f2cb";}
3811
}
3812
.fa-shower{
3813
  &::before{
3814
    content: "\f2cc";}
3815
}
3816
.fa-bathtub,
3817
.fa-s15,
3818
.fa-bath{
3819
  &::before{
3820
    content: "\f2cd";}
3821
}
3822
.fa-podcast{
3823
  &::before{
3824
    content: "\f2ce";}
3825
}
3826
.fa-window-maximize{
3827
  &::before{
3828
    content: "\f2d0";}
3829
}
3830
.fa-window-minimize{
3831
  &::before{
3832
    content: "\f2d1";}
3833
}
3834
.fa-window-restore{
3835
  &::before{
3836
    content: "\f2d2";}
3837
}
3838
.fa-times-rectangle,
3839
.fa-window-close{
3840
  &::before{
3841
    content: "\f2d3";}
3842
}
3843
.fa-times-rectangle-o,
3844
.fa-window-close-o{
3845
  &::before{
3846
    content: "\f2d4";}
3847
}
3848
.fa-bandcamp{
3849
  &::before{
3850
    content: "\f2d5";}
3851
}
3852
.fa-grav{
3853
  &::before{
3854
    content: "\f2d6";}
3855
}
3856
.fa-etsy{
3857
  &::before{
3858
    content: "\f2d7";}
3859
}
3860
.fa-imdb{
3861
  &::before{
3862
    content: "\f2d8";}
3863
}
3864
.fa-ravelry{
3865
  &::before{
3866
    content: "\f2d9";}
3867
}
3868
.fa-eercast{
3869
  &::before{
3870
    content: "\f2da";}
3871
}
3872
.fa-microchip{
3873
  &::before{
3874
    content: "\f2db";}
3875
}
3876
.fa-snowflake-o{
3877
  &::before{
3878
    content: "\f2dc";}
3879
}
3880
.fa-superpowers{
3881
  &::before{
3882
    content: "\f2dd";}
3883
}
3884
.fa-wpexplorer{
3885
  &::before{
3886
    content: "\f2de";}
3887
}
3888
.fa-meetup{
3889
  &::before{
3890
    content: "\f2e0";}
3891
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.