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