-
Notifications
You must be signed in to change notification settings - Fork 2
/
fontello.css
701 lines (693 loc) · 40.6 KB
/
fontello.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
@font-face {
font-family: 'fontello';
src: url('fonts/fontello.eot?20521014');
src: url('fonts/fontello.eot?20521014#iefix') format('embedded-opentype'),
url('fonts/fontello.ttf?20521014') format('truetype'),
url('fonts/fontello.svg?20521014#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('/css/fonts/fontello.svg?20521014#fontello') format('svg');
}
}
*/
[class^="font-icon-"]:before, [class*=" font-icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*//*
font-variant: normal;
text-transform: none;*/
/* fix buttons height, for twitter bootstrap */
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
-webkit-backface-visibility:hidden;
}
.font-icon-glass:before { content: '\ea79'; } /* '' */
.font-icon-logo-db:before { content: '\e886'; } /* '' */
.font-icon-search-1:before { content: '\ea7b'; } /* '' */
.font-icon-mail-1:before { content: '\ea7c'; } /* '' */
.font-icon-mail-alt:before { content: '\ea7d'; } /* '' */
.font-icon-heart-1:before { content: '\ea7e'; } /* '' */
.font-icon-heart-empty:before { content: '\e800'; } /* '' */
.font-icon-star-1:before { content: '\ea7f'; } /* '' */
.font-icon-star-empty-1:before { content: '\ea80'; } /* '' */
.font-icon-star-half:before { content: '\ea81'; } /* '' */
.font-icon-star-half-alt:before { content: '\ea82'; } /* '' */
.font-icon-user-1:before { content: '\ea83'; } /* '' */
.font-icon-users-1:before { content: '\ea84'; } /* '' */
.font-icon-male:before { content: '\ea85'; } /* '' */
.font-icon-female:before { content: '\ea86'; } /* '' */
.font-icon-video-1:before { content: '\ea87'; } /* '' */
.font-icon-videocam:before { content: '\ea88'; } /* '' */
.font-icon-picture-1:before { content: '\ea89'; } /* '' */
.font-icon-camera-1:before { content: '\ea8a'; } /* '' */
.font-icon-camera-alt:before { content: '\ea8b'; } /* '' */
.font-icon-th-large:before { content: '\ea3d'; } /* '' */
.font-icon-th:before { content: '\ea3e'; } /* '' */
.font-icon-th-list:before { content: '\ea3f'; } /* '' */
.font-icon-ok:before { content: '\ea40'; } /* '' */
.font-icon-ok-circled:before { content: '\ea41'; } /* '' */
.font-icon-ok-circled2:before { content: '\ea42'; } /* '' */
.font-icon-ok-squared:before { content: '\ea43'; } /* '' */
.font-icon-cancel-1:before { content: '\ea44'; } /* '' */
.font-icon-cancel-circled-1:before { content: '\ea45'; } /* '' */
.font-icon-cancel-circled2:before { content: '\ea46'; } /* '' */
.font-icon-plus-1:before { content: '\ea47'; } /* '' */
.font-icon-plus-circled-1:before { content: '\ea48'; } /* '' */
.font-icon-plus-squared-1:before { content: '\ea49'; } /* '' */
.font-icon-plus-squared-alt:before { content: '\ea4a'; } /* '' */
.font-icon-minus-1:before { content: '\ea4b'; } /* '' */
.font-icon-minus-circled-1:before { content: '\ea4c'; } /* '' */
.font-icon-minus-squared-1:before { content: '\ea4d'; } /* '' */
.font-icon-minus-squared-alt:before { content: '\ea4e'; } /* '' */
.font-icon-help-1:before { content: '\ea4f'; } /* '' */
.font-icon-help-circled-1:before { content: '\ea50'; } /* '' */
.font-icon-info-circled-1:before { content: '\ea51'; } /* '' */
.font-icon-info-1:before { content: '\ea52'; } /* '' */
.font-icon-home-1:before { content: '\ea53'; } /* '' */
.font-icon-link-1:before { content: '\ea54'; } /* '' */
.font-icon-unlink:before { content: '\ea55'; } /* '' */
.font-icon-link-ext:before { content: '\ea56'; } /* '' */
.font-icon-link-ext-alt:before { content: '\ea57'; } /* '' */
.font-icon-attach-1:before { content: '\ea58'; } /* '' */
.font-icon-lock-1:before { content: '\ea59'; } /* '' */
.font-icon-lock-open-1:before { content: '\ea5a'; } /* '' */
.font-icon-lock-open-alt:before { content: '\ea5b'; } /* '' */
.font-icon-pin:before { content: '\ea5c'; } /* '' */
.font-icon-eye-1:before { content: '\ea5d'; } /* '' */
.font-icon-eye-off:before { content: '\ea5e'; } /* '' */
.font-icon-tag-1:before { content: '\ea5f'; } /* '' */
.font-icon-tags:before { content: '\ea60'; } /* '' */
.font-icon-bookmark-1:before { content: '\ea61'; } /* '' */
.font-icon-bookmark-empty:before { content: '\ea62'; } /* '' */
.font-icon-flag-1:before { content: '\ea63'; } /* '' */
.font-icon-flag-empty:before { content: '\ea64'; } /* '' */
.font-icon-flag-checkered:before { content: '\ea65'; } /* '' */
.font-icon-thumbs-up-1:before { content: '\ea66'; } /* '' */
.font-icon-thumbs-down-1:before { content: '\ea67'; } /* '' */
.font-icon-thumbs-up-alt:before { content: '\ea68'; } /* '' */
.font-icon-thumbs-down-alt:before { content: '\ea69'; } /* '' */
.font-icon-download-1:before { content: '\ea6a'; } /* '' */
.font-icon-upload-1:before { content: '\ea6b'; } /* '' */
.font-icon-download-cloud:before { content: '\ea6c'; } /* '' */
.font-icon-upload-cloud-1:before { content: '\ea6d'; } /* '' */
.font-icon-reply-1:before { content: '\ea6e'; } /* '' */
.font-icon-reply-all-1:before { content: '\ea6f'; } /* '' */
.font-icon-forward-1:before { content: '\ea70'; } /* '' */
.font-icon-quote-left:before { content: '\ea71'; } /* '' */
.font-icon-quote-right:before { content: '\ea72'; } /* '' */
.font-icon-code-1:before { content: '\ea73'; } /* '' */
.font-icon-export-1:before { content: '\ea74'; } /* '' */
.font-icon-export-alt:before { content: '\ea75'; } /* '' */
.font-icon-pencil-1:before { content: '\ea76'; } /* '' */
.font-icon-pencil-squared:before { content: '\ea77'; } /* '' */
.font-icon-edit:before { content: '\ea78'; } /* '' */
.font-icon-print-1:before { content: '\e9b1'; } /* '' */
.font-icon-retweet-1:before { content: '\e9b2'; } /* '' */
.font-icon-keyboard-1:before { content: '\e9b3'; } /* '' */
.font-icon-gamepad:before { content: '\e9b4'; } /* '' */
.font-icon-comment-1:before { content: '\e9b5'; } /* '' */
.font-icon-chat-1:before { content: '\e9b6'; } /* '' */
.font-icon-comment-empty:before { content: '\e9b7'; } /* '' */
.font-icon-chat-empty:before { content: '\e9b8'; } /* '' */
.font-icon-bell-1:before { content: '\e9b9'; } /* '' */
.font-icon-bell-alt:before { content: '\e9ba'; } /* '' */
.font-icon-attention-alt:before { content: '\e9bb'; } /* '' */
.font-icon-attention-1:before { content: '\e9bc'; } /* '' */
.font-icon-attention-circled:before { content: '\e9bd'; } /* '' */
.font-icon-location-1:before { content: '\e9be'; } /* '' */
.font-icon-direction-1:before { content: '\e9bf'; } /* '' */
.font-icon-compass-1:before { content: '\e9c0'; } /* '' */
.font-icon-trash-1:before { content: '\e9c1'; } /* '' */
.font-icon-doc-1:before { content: '\e9c2'; } /* '' */
.font-icon-docs-1:before { content: '\e9c3'; } /* '' */
.font-icon-doc-text-1:before { content: '\e9c4'; } /* '' */
.font-icon-doc-inv:before { content: '\e9c5'; } /* '' */
.font-icon-doc-text-inv-1:before { content: '\e9c6'; } /* '' */
.font-icon-folder-1:before { content: '\e9c7'; } /* '' */
.font-icon-folder-open:before { content: '\e9c8'; } /* '' */
.font-icon-folder-empty:before { content: '\e9c9'; } /* '' */
.font-icon-folder-open-empty:before { content: '\e9ca'; } /* '' */
.font-icon-box-1:before { content: '\e9cb'; } /* '' */
.font-icon-rss-1:before { content: '\e9cc'; } /* '' */
.font-icon-rss-squared:before { content: '\e9cd'; } /* '' */
.font-icon-phone-1:before { content: '\e9ce'; } /* '' */
.font-icon-phone-squared:before { content: '\e9cf'; } /* '' */
.font-icon-menu-1:before { content: '\e9d0'; } /* '' */
.font-icon-cog-1:before { content: '\e9d1'; } /* '' */
.font-icon-cog-alt:before { content: '\e9d2'; } /* '' */
.font-icon-wrench:before { content: '\e9d3'; } /* '' */
.font-icon-basket-1:before { content: '\e9d4'; } /* '' */
.font-icon-calendar-1:before { content: '\e9d5'; } /* '' */
.font-icon-calendar-empty:before { content: '\e9d6'; } /* '' */
.font-icon-login-1:before { content: '\e9d7'; } /* '' */
.font-icon-logout-1:before { content: '\e9d8'; } /* '' */
.font-icon-mic-1:before { content: '\e9d9'; } /* '' */
.font-icon-mute-1:before { content: '\e9da'; } /* '' */
.font-icon-volume-off:before { content: '\e9db'; } /* '' */
.font-icon-volume-down:before { content: '\e9dc'; } /* '' */
.font-icon-volume-up:before { content: '\e9dd'; } /* '' */
.font-icon-headphones:before { content: '\e9de'; } /* '' */
.font-icon-clock-1:before { content: '\e9df'; } /* '' */
.font-icon-lightbulb:before { content: '\e9e0'; } /* '' */
.font-icon-block-1:before { content: '\e9e1'; } /* '' */
.font-icon-resize-full-1:before { content: '\e9e2'; } /* '' */
.font-icon-resize-full-alt:before { content: '\e9e3'; } /* '' */
.font-icon-resize-small-1:before { content: '\e9e4'; } /* '' */
.font-icon-resize-vertical:before { content: '\e9e5'; } /* '' */
.font-icon-resize-horizontal:before { content: '\e9e6'; } /* '' */
.font-icon-move:before { content: '\e9e7'; } /* '' */
.font-icon-zoom-in:before { content: '\e9e8'; } /* '' */
.font-icon-zoom-out:before { content: '\e9e9'; } /* '' */
.font-icon-down-circled2:before { content: '\e9ea'; } /* '' */
.font-icon-up-circled2:before { content: '\e9eb'; } /* '' */
.font-icon-left-circled2:before { content: '\e9ec'; } /* '' */
.font-icon-right-circled2:before { content: '\e9ed'; } /* '' */
.font-icon-down-dir-1:before { content: '\e9ee'; } /* '' */
.font-icon-up-dir-1:before { content: '\e9ef'; } /* '' */
.font-icon-left-dir-1:before { content: '\e9f0'; } /* '' */
.font-icon-right-dir-1:before { content: '\e9f1'; } /* '' */
.font-icon-down-open-1:before { content: '\e9f2'; } /* '' */
.font-icon-left-open-1:before { content: '\e9f3'; } /* '' */
.font-icon-right-open-1:before { content: '\e9f4'; } /* '' */
.font-icon-up-open-1:before { content: '\e9f5'; } /* '' */
.font-icon-angle-left:before { content: '\e9f6'; } /* '' */
.font-icon-angle-right:before { content: '\e9f7'; } /* '' */
.font-icon-angle-up:before { content: '\e9f8'; } /* '' */
.font-icon-angle-down:before { content: '\e9f9'; } /* '' */
.font-icon-angle-circled-left:before { content: '\e9fa'; } /* '' */
.font-icon-angle-circled-right:before { content: '\e9fb'; } /* '' */
.font-icon-angle-circled-up:before { content: '\e9fc'; } /* '' */
.font-icon-angle-circled-down:before { content: '\e9fd'; } /* '' */
.font-icon-angle-double-left:before { content: '\e9fe'; } /* '' */
.font-icon-angle-double-right:before { content: '\e9ff'; } /* '' */
.font-icon-angle-double-up:before { content: '\ea00'; } /* '' */
.font-icon-angle-double-down:before { content: '\ea01'; } /* '' */
.font-icon-down-1:before { content: '\ea02'; } /* '' */
.font-icon-left-1:before { content: '\ea03'; } /* '' */
.font-icon-right-1:before { content: '\ea04'; } /* '' */
.font-icon-up-1:before { content: '\ea05'; } /* '' */
.font-icon-down-big:before { content: '\ea06'; } /* '' */
.font-icon-left-big:before { content: '\ea07'; } /* '' */
.font-icon-right-big:before { content: '\ea08'; } /* '' */
.font-icon-up-big:before { content: '\ea09'; } /* '' */
.font-icon-right-hand:before { content: '\ea0a'; } /* '' */
.font-icon-left-hand:before { content: '\ea0b'; } /* '' */
.font-icon-up-hand:before { content: '\ea0c'; } /* '' */
.font-icon-down-hand:before { content: '\ea0d'; } /* '' */
.font-icon-left-circled-1:before { content: '\ea0e'; } /* '' */
.font-icon-right-circled-1:before { content: '\ea0f'; } /* '' */
.font-icon-up-circled-1:before { content: '\ea10'; } /* '' */
.font-icon-down-circled-1:before { content: '\ea11'; } /* '' */
.font-icon-cw-1:before { content: '\ea12'; } /* '' */
.font-icon-ccw-1:before { content: '\ea13'; } /* '' */
.font-icon-arrows-cw:before { content: '\ea14'; } /* '' */
.font-icon-level-up-1:before { content: '\ea15'; } /* '' */
.font-icon-level-down-1:before { content: '\ea16'; } /* '' */
.font-icon-shuffle-1:before { content: '\ea17'; } /* '' */
.font-icon-exchange:before { content: '\ea18'; } /* '' */
.font-icon-expand:before { content: '\ea19'; } /* '' */
.font-icon-collapse:before { content: '\ea1a'; } /* '' */
.font-icon-expand-right:before { content: '\ea1b'; } /* '' */
.font-icon-collapse-left:before { content: '\ea1c'; } /* '' */
.font-icon-play-1:before { content: '\ea1d'; } /* '' */
.font-icon-play-circled:before { content: '\ea1e'; } /* '' */
.font-icon-play-circled2:before { content: '\ea1f'; } /* '' */
.font-icon-stop-1:before { content: '\ea20'; } /* '' */
.font-icon-pause-1:before { content: '\ea21'; } /* '' */
.font-icon-to-end-1:before { content: '\ea22'; } /* '' */
.font-icon-to-end-alt:before { content: '\ea23'; } /* '' */
.font-icon-to-start-1:before { content: '\ea24'; } /* '' */
.font-icon-to-start-alt:before { content: '\ea25'; } /* '' */
.font-icon-fast-fw:before { content: '\ea26'; } /* '' */
.font-icon-fast-bw:before { content: '\ea27'; } /* '' */
.font-icon-eject:before { content: '\ea28'; } /* '' */
.font-icon-target-1:before { content: '\ea29'; } /* '' */
.font-icon-signal-1:before { content: '\ea2a'; } /* '' */
.font-icon-award:before { content: '\ea2b'; } /* '' */
.font-icon-desktop:before { content: '\ea2c'; } /* '' */
.font-icon-laptop:before { content: '\ea2d'; } /* '' */
.font-icon-tablet:before { content: '\ea2e'; } /* '' */
.font-icon-mobile-1:before { content: '\ea2f'; } /* '' */
.font-icon-inbox-1:before { content: '\ea30'; } /* '' */
.font-icon-globe-1:before { content: '\ea31'; } /* '' */
.font-icon-sun:before { content: '\ea32'; } /* '' */
.font-icon-cloud-1:before { content: '\ea33'; } /* '' */
.font-icon-flash-1:before { content: '\ea34'; } /* '' */
.font-icon-moon-1:before { content: '\ea35'; } /* '' */
.font-icon-umbrella:before { content: '\ea36'; } /* '' */
.font-icon-flight-1:before { content: '\ea37'; } /* '' */
.font-icon-fighter-jet:before { content: '\ea38'; } /* '' */
.font-icon-leaf-1:before { content: '\ea39'; } /* '' */
.font-icon-font:before { content: '\ea3a'; } /* '' */
.font-icon-bold:before { content: '\ea3b'; } /* '' */
.font-icon-italic:before { content: '\ea3c'; } /* '' */
.font-icon-text-height:before { content: '\e91d'; } /* '' */
.font-icon-text-width:before { content: '\e91e'; } /* '' */
.font-icon-align-left:before { content: '\e91f'; } /* '' */
.font-icon-align-center:before { content: '\e920'; } /* '' */
.font-icon-align-right:before { content: '\e921'; } /* '' */
.font-icon-align-justify:before { content: '\e922'; } /* '' */
.font-icon-list-1:before { content: '\e923'; } /* '' */
.font-icon-indent-left:before { content: '\e924'; } /* '' */
.font-icon-indent-right:before { content: '\e95d'; } /* '' */
.font-icon-list-bullet:before { content: '\e95e'; } /* '' */
.font-icon-list-numbered:before { content: '\e95f'; } /* '' */
.font-icon-strike:before { content: '\e960'; } /* '' */
.font-icon-underline:before { content: '\e961'; } /* '' */
.font-icon-superscript:before { content: '\e962'; } /* '' */
.font-icon-subscript:before { content: '\e963'; } /* '' */
.font-icon-table:before { content: '\e964'; } /* '' */
.font-icon-columns:before { content: '\e965'; } /* '' */
.font-icon-crop:before { content: '\e966'; } /* '' */
.font-icon-scissors:before { content: '\e967'; } /* '' */
.font-icon-paste:before { content: '\e968'; } /* '' */
.font-icon-briefcase-1:before { content: '\e925'; } /* '' */
.font-icon-suitcase-1:before { content: '\e926'; } /* '' */
.font-icon-ellipsis:before { content: '\e927'; } /* '' */
.font-icon-ellipsis-vert:before { content: '\e928'; } /* '' */
.font-icon-off:before { content: '\e929'; } /* '' */
.font-icon-road:before { content: '\e92a'; } /* '' */
.font-icon-list-alt:before { content: '\e92b'; } /* '' */
.font-icon-qrcode:before { content: '\e92c'; } /* '' */
.font-icon-barcode:before { content: '\e969'; } /* '' */
.font-icon-book-1:before { content: '\e96a'; } /* '' */
.font-icon-ajust:before { content: '\e96b'; } /* '' */
.font-icon-tint:before { content: '\e96c'; } /* '' */
.font-icon-check-1:before { content: '\e96d'; } /* '' */
.font-icon-check-empty:before { content: '\e96e'; } /* '' */
.font-icon-circle:before { content: '\e96f'; } /* '' */
.font-icon-circle-empty:before { content: '\e970'; } /* '' */
.font-icon-dot-circled:before { content: '\e971'; } /* '' */
.font-icon-asterisk:before { content: '\e972'; } /* '' */
.font-icon-gift:before { content: '\e973'; } /* '' */
.font-icon-fire:before { content: '\e974'; } /* '' */
.font-icon-magnet-1:before { content: '\e92d'; } /* '' */
.font-icon-chart-bar-1:before { content: '\e92e'; } /* '' */
.font-icon-ticket-1:before { content: '\e92f'; } /* '' */
.font-icon-credit-card-1:before { content: '\e930'; } /* '' */
.font-icon-floppy-1:before { content: '\e931'; } /* '' */
.font-icon-megaphone-1:before { content: '\e932'; } /* '' */
.font-icon-hdd:before { content: '\e933'; } /* '' */
.font-icon-key-1:before { content: '\e934'; } /* '' */
.font-icon-fork:before { content: '\e975'; } /* '' */
.font-icon-rocket-1:before { content: '\e976'; } /* '' */
.font-icon-bug:before { content: '\e977'; } /* '' */
.font-icon-certificate:before { content: '\e978'; } /* '' */
.font-icon-tasks:before { content: '\e979'; } /* '' */
.font-icon-filter:before { content: '\e97a'; } /* '' */
.font-icon-beaker:before { content: '\e97b'; } /* '' */
.font-icon-magic:before { content: '\e97c'; } /* '' */
.font-icon-truck:before { content: '\e97d'; } /* '' */
.font-icon-money:before { content: '\e97e'; } /* '' */
.font-icon-euro:before { content: '\e97f'; } /* '' */
.font-icon-pound:before { content: '\e980'; } /* '' */
.font-icon-dollar:before { content: '\e935'; } /* '' */
.font-icon-rupee:before { content: '\e936'; } /* '' */
.font-icon-yen:before { content: '\e937'; } /* '' */
.font-icon-rouble:before { content: '\e938'; } /* '' */
.font-icon-try:before { content: '\e939'; } /* '' */
.font-icon-won:before { content: '\e93a'; } /* '' */
.font-icon-bitcoin:before { content: '\e93b'; } /* '' */
.font-icon-sort:before { content: '\e93c'; } /* '' */
.font-icon-sort-down:before { content: '\e981'; } /* '' */
.font-icon-sort-up:before { content: '\e982'; } /* '' */
.font-icon-sort-alt-up:before { content: '\e983'; } /* '' */
.font-icon-sort-alt-down:before { content: '\e984'; } /* '' */
.font-icon-sort-name-up:before { content: '\e985'; } /* '' */
.font-icon-sort-name-down:before { content: '\e986'; } /* '' */
.font-icon-sort-number-up:before { content: '\e987'; } /* '' */
.font-icon-sort-number-down:before { content: '\e988'; } /* '' */
.font-icon-hammer:before { content: '\e989'; } /* '' */
.font-icon-gauge-1:before { content: '\e98a'; } /* '' */
.font-icon-sitemap:before { content: '\e98b'; } /* '' */
.font-icon-spinner:before { content: '\e98c'; } /* '' */
.font-icon-coffee:before { content: '\e93d'; } /* '' */
.font-icon-food:before { content: '\e93e'; } /* '' */
.font-icon-beer:before { content: '\e93f'; } /* '' */
.font-icon-user-md:before { content: '\e940'; } /* '' */
.font-icon-stethoscope:before { content: '\e941'; } /* '' */
.font-icon-ambulance:before { content: '\e942'; } /* '' */
.font-icon-medkit:before { content: '\e943'; } /* '' */
.font-icon-h-sigh:before { content: '\e944'; } /* '' */
.font-icon-hospital:before { content: '\e98d'; } /* '' */
.font-icon-building:before { content: '\e98e'; } /* '' */
.font-icon-smile:before { content: '\e98f'; } /* '' */
.font-icon-frown:before { content: '\e990'; } /* '' */
.font-icon-meh:before { content: '\e991'; } /* '' */
.font-icon-anchor:before { content: '\e992'; } /* '' */
.font-icon-terminal:before { content: '\e993'; } /* '' */
.font-icon-eraser:before { content: '\e994'; } /* '' */
.font-icon-puzzle:before { content: '\e995'; } /* '' */
.font-icon-shield:before { content: '\e996'; } /* '' */
.font-icon-extinguisher:before { content: '\e997'; } /* '' */
.font-icon-bullseye:before { content: '\e998'; } /* '' */
.font-icon-wheelchair:before { content: '\e945'; } /* '' */
.font-icon-adn:before { content: '\e946'; } /* '' */
.font-icon-android:before { content: '\e947'; } /* '' */
.font-icon-apple:before { content: '\e948'; } /* '' */
.font-icon-bitbucket:before { content: '\e949'; } /* '' */
.font-icon-bitbucket-squared:before { content: '\e94a'; } /* '' */
.font-icon-music-1:before { content: '\ea7a'; } /* '' */
.font-icon-dribbble-1:before { content: '\e94c'; } /* '' */
.font-icon-dropbox-1:before { content: '\e999'; } /* '' */
.font-icon-facebook-1:before { content: '\e99a'; } /* '' */
.font-icon-facebook-squared-1:before { content: '\e99b'; } /* '' */
.font-icon-flickr-1:before { content: '\e99c'; } /* '' */
.font-icon-foursquare:before { content: '\e99d'; } /* '' */
.font-icon-github-1:before { content: '\e99e'; } /* '' */
.font-icon-github-squared:before { content: '\e99f'; } /* '' */
.font-icon-github-circled-1:before { content: '\e9a0'; } /* '' */
.font-icon-gittip:before { content: '\e9a1'; } /* '' */
.font-icon-gplus-squared:before { content: '\e9a2'; } /* '' */
.font-icon-gplus-1:before { content: '\e9a3'; } /* '' */
.font-icon-html5:before { content: '\e9a4'; } /* '' */
.font-icon-instagramm:before { content: '\e94d'; } /* '' */
.font-icon-linkedin-squared:before { content: '\e94e'; } /* '' */
.font-icon-linux:before { content: '\e94f'; } /* '' */
.font-icon-linkedin-1:before { content: '\e950'; } /* '' */
.font-icon-maxcdn:before { content: '\e951'; } /* '' */
.font-icon-pagelines:before { content: '\e952'; } /* '' */
.font-icon-pinterest-circled-1:before { content: '\e953'; } /* '' */
.font-icon-pinterest-squared:before { content: '\e954'; } /* '' */
.font-icon-renren-1:before { content: '\e9a5'; } /* '' */
.font-icon-skype-1:before { content: '\e9a6'; } /* '' */
.font-icon-stackexchange:before { content: '\e9a7'; } /* '' */
.font-icon-stackoverflow:before { content: '\e9a8'; } /* '' */
.font-icon-trello:before { content: '\e9a9'; } /* '' */
.font-icon-tumblr-1:before { content: '\e9aa'; } /* '' */
.font-icon-tumblr-squared:before { content: '\e9ab'; } /* '' */
.font-icon-twitter-squared:before { content: '\e9ac'; } /* '' */
.font-icon-twitter-1:before { content: '\e9ad'; } /* '' */
.font-icon-vimeo-squared:before { content: '\e9ae'; } /* '' */
.font-icon-vkontakte-1:before { content: '\e9af'; } /* '' */
.font-icon-weibo:before { content: '\e9b0'; } /* '' */
.font-icon-windows:before { content: '\e955'; } /* '' */
.font-icon-xing:before { content: '\e956'; } /* '' */
.font-icon-xing-squared:before { content: '\e957'; } /* '' */
.font-icon-youtube:before { content: '\e958'; } /* '' */
.font-icon-youtube-squared:before { content: '\e959'; } /* '' */
.font-icon-youtube-play:before { content: '\e95a'; } /* '' */
.font-icon-blank:before { content: '\e95b'; } /* '' */
.font-icon-lemon:before { content: '\e95c'; } /* '' */
.font-icon-note:before { content: '\e8dc'; } /* '' */
.font-icon-note-beamed:before { content: '\e8dd'; } /* '' */
.font-icon-music:before { content: '\e8de'; } /* '' */
.font-icon-search:before { content: '\e8df'; } /* '' */
.font-icon-flashlight:before { content: '\e8e0'; } /* '' */
.font-icon-mail:before { content: '\e8e1'; } /* '' */
.font-icon-heart:before { content: '\e8e2'; } /* '' */
.font-icon-heart-empty-1:before { content: '\e81a'; } /* '' */
.font-icon-star:before { content: '\e90a'; } /* '' */
.font-icon-star-empty:before { content: '\e90b'; } /* '' */
.font-icon-user:before { content: '\e90c'; } /* '' */
.font-icon-users:before { content: '\e90d'; } /* '' */
.font-icon-user-add:before { content: '\e90e'; } /* '' */
.font-icon-video:before { content: '\e90f'; } /* '' */
.font-icon-picture:before { content: '\e910'; } /* '' */
.font-icon-camera:before { content: '\e911'; } /* '' */
.font-icon-layout:before { content: '\e912'; } /* '' */
.font-icon-menu:before { content: '\e913'; } /* '' */
.font-icon-check:before { content: '\e914'; } /* '' */
.font-icon-cancel:before { content: '\e915'; } /* '' */
.font-icon-cancel-circled:before { content: '\e8e3'; } /* '' */
.font-icon-cancel-squared:before { content: '\e8e4'; } /* '' */
.font-icon-plus:before { content: '\e8e5'; } /* '' */
.font-icon-plus-circled:before { content: '\e8e6'; } /* '' */
.font-icon-plus-squared:before { content: '\e8e7'; } /* '' */
.font-icon-minus:before { content: '\e8e8'; } /* '' */
.font-icon-minus-circled:before { content: '\e8e9'; } /* '' */
.font-icon-minus-squared:before { content: '\e8f8'; } /* '' */
.font-icon-help:before { content: '\e8f9'; } /* '' */
.font-icon-help-circled:before { content: '\e8fa'; } /* '' */
.font-icon-info:before { content: '\e8fb'; } /* '' */
.font-icon-info-circled:before { content: '\e8fc'; } /* '' */
.font-icon-back:before { content: '\e8fd'; } /* '' */
.font-icon-home:before { content: '\e916'; } /* '' */
.font-icon-link:before { content: '\e917'; } /* '' */
.font-icon-attach:before { content: '\e918'; } /* '' */
.font-icon-lock:before { content: '\e919'; } /* '' */
.font-icon-lock-open:before { content: '\e91a'; } /* '' */
.font-icon-eye:before { content: '\e91b'; } /* '' */
.font-icon-tag:before { content: '\e91c'; } /* '' */
.font-icon-bookmark:before { content: '\e8ea'; } /* '' */
.font-icon-bookmarks:before { content: '\e8eb'; } /* '' */
.font-icon-flag:before { content: '\e8ec'; } /* '' */
.font-icon-thumbs-up:before { content: '\e8ed'; } /* '' */
.font-icon-thumbs-down:before { content: '\e8ee'; } /* '' */
.font-icon-download:before { content: '\e8ef'; } /* '' */
.font-icon-upload:before { content: '\e8f0'; } /* '' */
.font-icon-upload-cloud:before { content: '\e8fe'; } /* '' */
.font-icon-reply:before { content: '\e8ff'; } /* '' */
.font-icon-reply-all:before { content: '\e900'; } /* '' */
.font-icon-forward:before { content: '\e901'; } /* '' */
.font-icon-quote:before { content: '\e902'; } /* '' */
.font-icon-code:before { content: '\e903'; } /* '' */
.font-icon-export:before { content: '\e888'; } /* '' */
.font-icon-pencil:before { content: '\e889'; } /* '' */
.font-icon-feather:before { content: '\e88a'; } /* '' */
.font-icon-print:before { content: '\e88b'; } /* '' */
.font-icon-retweet:before { content: '\e88c'; } /* '' */
.font-icon-keyboard:before { content: '\e88d'; } /* '' */
.font-icon-comment:before { content: '\e88e'; } /* '' */
.font-icon-chat:before { content: '\e8f1'; } /* '' */
.font-icon-bell:before { content: '\e8f2'; } /* '' */
.font-icon-attention:before { content: '\e8f3'; } /* '' */
.font-icon-alert:before { content: '\e8f4'; } /* '' */
.font-icon-vcard:before { content: '\e8f5'; } /* '' */
.font-icon-address:before { content: '\e8f6'; } /* '' */
.font-icon-location:before { content: '\e8f7'; } /* '' */
.font-icon-map:before { content: '\e904'; } /* '' */
.font-icon-direction:before { content: '\e905'; } /* '' */
.font-icon-compass:before { content: '\e906'; } /* '' */
.font-icon-cup:before { content: '\e907'; } /* '' */
.font-icon-trash:before { content: '\e908'; } /* '' */
.font-icon-doc:before { content: '\e909'; } /* '' */
.font-icon-docs:before { content: '\e88f'; } /* '' */
.font-icon-doc-landscape:before { content: '\e890'; } /* '' */
.font-icon-doc-text:before { content: '\e891'; } /* '' */
.font-icon-doc-text-inv:before { content: '\e892'; } /* '' */
.font-icon-newspaper:before { content: '\e893'; } /* '' */
.font-icon-book-open:before { content: '\e894'; } /* '' */
.font-icon-book:before { content: '\e895'; } /* '' */
.font-icon-folder:before { content: '\e81b'; } /* '' */
.font-icon-archive:before { content: '\e81c'; } /* '' */
.font-icon-box:before { content: '\e81d'; } /* '' */
.font-icon-rss:before { content: '\e81e'; } /* '' */
.font-icon-phone:before { content: '\e81f'; } /* '' */
.font-icon-cog:before { content: '\e820'; } /* '' */
.font-icon-tools:before { content: '\e821'; } /* '' */
.font-icon-share:before { content: '\e822'; } /* '' */
.font-icon-shareable:before { content: '\e823'; } /* '' */
.font-icon-basket:before { content: '\e824'; } /* '' */
.font-icon-bag:before { content: '\e825'; } /* '' */
.font-icon-calendar:before { content: '\e826'; } /* '' */
.font-icon-login:before { content: '\e827'; } /* '' */
.font-icon-logout:before { content: '\e896'; } /* '' */
.font-icon-mic:before { content: '\e897'; } /* '' */
.font-icon-mute:before { content: '\e898'; } /* '' */
.font-icon-sound:before { content: '\e899'; } /* '' */
.font-icon-volume:before { content: '\e89a'; } /* '' */
.font-icon-clock:before { content: '\e89b'; } /* '' */
.font-icon-hourglass:before { content: '\e89c'; } /* '' */
.font-icon-lamp:before { content: '\e828'; } /* '' */
.font-icon-light-down:before { content: '\e829'; } /* '' */
.font-icon-light-up:before { content: '\e82a'; } /* '' */
.font-icon-adjust:before { content: '\e82b'; } /* '' */
.font-icon-block:before { content: '\e82c'; } /* '' */
.font-icon-resize-full:before { content: '\e82d'; } /* '' */
.font-icon-resize-small:before { content: '\e82e'; } /* '' */
.font-icon-popup:before { content: '\e82f'; } /* '' */
.font-icon-publish:before { content: '\e830'; } /* '' */
.font-icon-window:before { content: '\e831'; } /* '' */
.font-icon-arrow-combo:before { content: '\e832'; } /* '' */
.font-icon-down-circled:before { content: '\e833'; } /* '' */
.font-icon-left-circled:before { content: '\e834'; } /* '' */
.font-icon-right-circled:before { content: '\e89d'; } /* '' */
.font-icon-up-circled:before { content: '\e89e'; } /* '' */
.font-icon-down-open:before { content: '\e89f'; } /* '' */
.font-icon-left-open:before { content: '\e8a0'; } /* '' */
.font-icon-right-open:before { content: '\e8a1'; } /* '' */
.font-icon-up-open:before { content: '\e8a2'; } /* '' */
.font-icon-down-open-mini:before { content: '\e8a3'; } /* '' */
.font-icon-left-open-mini:before { content: '\e835'; } /* '' */
.font-icon-right-open-mini:before { content: '\e836'; } /* '' */
.font-icon-up-open-mini:before { content: '\e837'; } /* '' */
.font-icon-down-open-big:before { content: '\e838'; } /* '' */
.font-icon-left-open-big:before { content: '\e839'; } /* '' */
.font-icon-right-open-big:before { content: '\e83a'; } /* '' */
.font-icon-up-open-big:before { content: '\e83b'; } /* '' */
.font-icon-down:before { content: '\e83c'; } /* '' */
.font-icon-left:before { content: '\e83d'; } /* '' */
.font-icon-right:before { content: '\e83e'; } /* '' */
.font-icon-up:before { content: '\e83f'; } /* '' */
.font-icon-down-dir:before { content: '\e840'; } /* '' */
.font-icon-left-dir:before { content: '\e841'; } /* '' */
.font-icon-right-dir:before { content: '\e8a4'; } /* '' */
.font-icon-up-dir:before { content: '\e8a5'; } /* '' */
.font-icon-down-bold:before { content: '\e8a6'; } /* '' */
.font-icon-left-bold:before { content: '\e8a7'; } /* '' */
.font-icon-right-bold:before { content: '\e8a8'; } /* '' */
.font-icon-up-bold:before { content: '\e8a9'; } /* '' */
.font-icon-down-thin:before { content: '\e8aa'; } /* '' */
.font-icon-left-thin:before { content: '\e842'; } /* '' */
.font-icon-right-thin:before { content: '\e843'; } /* '' */
.font-icon-up-thin:before { content: '\e844'; } /* '' */
.font-icon-ccw:before { content: '\e845'; } /* '' */
.font-icon-cw:before { content: '\e846'; } /* '' */
.font-icon-arrows-ccw:before { content: '\e847'; } /* '' */
.font-icon-level-down:before { content: '\e848'; } /* '' */
.font-icon-level-up:before { content: '\e849'; } /* '' */
.font-icon-shuffle:before { content: '\e84a'; } /* '' */
.font-icon-loop:before { content: '\e84b'; } /* '' */
.font-icon-switch:before { content: '\e84c'; } /* '' */
.font-icon-play:before { content: '\e84d'; } /* '' */
.font-icon-stop:before { content: '\e84e'; } /* '' */
.font-icon-pause:before { content: '\e8ab'; } /* '' */
.font-icon-record:before { content: '\e8ac'; } /* '' */
.font-icon-to-end:before { content: '\e8ad'; } /* '' */
.font-icon-to-start:before { content: '\e8ae'; } /* '' */
.font-icon-fast-forward:before { content: '\e8af'; } /* '' */
.font-icon-fast-backward:before { content: '\e8b0'; } /* '' */
.font-icon-progress-0:before { content: '\e8b1'; } /* '' */
.font-icon-progress-1:before { content: '\e84f'; } /* '' */
.font-icon-progress-2:before { content: '\e850'; } /* '' */
.font-icon-progress-3:before { content: '\e851'; } /* '' */
.font-icon-target:before { content: '\e852'; } /* '' */
.font-icon-palette:before { content: '\e853'; } /* '' */
.font-icon-list:before { content: '\e854'; } /* '' */
.font-icon-list-add:before { content: '\e855'; } /* '' */
.font-icon-signal:before { content: '\e856'; } /* '' */
.font-icon-trophy:before { content: '\e857'; } /* '' */
.font-icon-battery:before { content: '\e858'; } /* '' */
.font-icon-back-in-time:before { content: '\e859'; } /* '' */
.font-icon-monitor:before { content: '\e85a'; } /* '' */
.font-icon-mobile:before { content: '\e85b'; } /* '' */
.font-icon-network:before { content: '\e8b2'; } /* '' */
.font-icon-cd:before { content: '\e8b3'; } /* '' */
.font-icon-inbox:before { content: '\e8b4'; } /* '' */
.font-icon-install:before { content: '\e8b5'; } /* '' */
.font-icon-globe:before { content: '\e8b6'; } /* '' */
.font-icon-cloud:before { content: '\e8b7'; } /* '' */
.font-icon-cloud-thunder:before { content: '\e8b8'; } /* '' */
.font-icon-flash:before { content: '\e85c'; } /* '' */
.font-icon-moon:before { content: '\e85d'; } /* '' */
.font-icon-flight:before { content: '\e85e'; } /* '' */
.font-icon-paper-plane:before { content: '\e85f'; } /* '' */
.font-icon-leaf:before { content: '\e860'; } /* '' */
.font-icon-lifebuoy:before { content: '\e861'; } /* '' */
.font-icon-mouse:before { content: '\e862'; } /* '' */
.font-icon-briefcase:before { content: '\e863'; } /* '' */
.font-icon-suitcase:before { content: '\e864'; } /* '' */
.font-icon-dot:before { content: '\e865'; } /* '' */
.font-icon-dot-2:before { content: '\e866'; } /* '' */
.font-icon-dot-3:before { content: '\e867'; } /* '' */
.font-icon-brush:before { content: '\e868'; } /* '' */
.font-icon-magnet:before { content: '\e8b9'; } /* '' */
.font-icon-infinity:before { content: '\e8ba'; } /* '' */
.font-icon-erase:before { content: '\e8bb'; } /* '' */
.font-icon-chart-pie:before { content: '\e8bc'; } /* '' */
.font-icon-chart-line:before { content: '\e8bd'; } /* '' */
.font-icon-chart-bar:before { content: '\e8be'; } /* '' */
.font-icon-chart-area:before { content: '\e8bf'; } /* '' */
.font-icon-tape:before { content: '\e801'; } /* '' */
.font-icon-graduation-cap:before { content: '\e802'; } /* '' */
.font-icon-language:before { content: '\e803'; } /* '' */
.font-icon-ticket:before { content: '\e804'; } /* '' */
.font-icon-water:before { content: '\e873'; } /* '' */
.font-icon-droplet:before { content: '\e805'; } /* '' */
.font-icon-air:before { content: '\e806'; } /* '' */
.font-icon-credit-card:before { content: '\e807'; } /* '' */
.font-icon-floppy:before { content: '\e808'; } /* '' */
.font-icon-clipboard:before { content: '\e809'; } /* '' */
.font-icon-megaphone:before { content: '\e869'; } /* '' */
.font-icon-database:before { content: '\e86a'; } /* '' */
.font-icon-drive:before { content: '\e86b'; } /* '' */
.font-icon-bucket:before { content: '\e8c0'; } /* '' */
.font-icon-thermometer:before { content: '\e8c1'; } /* '' */
.font-icon-key:before { content: '\e8c2'; } /* '' */
.font-icon-flow-cascade:before { content: '\e8c3'; } /* '' */
.font-icon-flow-branch:before { content: '\e8c4'; } /* '' */
.font-icon-flow-tree:before { content: '\e8c5'; } /* '' */
.font-icon-flow-line:before { content: '\e8c6'; } /* '' */
.font-icon-flow-parallel:before { content: '\e874'; } /* '' */
.font-icon-rocket:before { content: '\e875'; } /* '' */
.font-icon-gauge:before { content: '\e876'; } /* '' */
.font-icon-traffic-cone:before { content: '\e877'; } /* '' */
.font-icon-cc:before { content: '\e878'; } /* '' */
.font-icon-cc-by:before { content: '\e80a'; } /* '' */
.font-icon-cc-nc:before { content: '\e80b'; } /* '' */
.font-icon-cc-nc-eu:before { content: '\e80c'; } /* '' */
.font-icon-cc-nc-jp:before { content: '\e80d'; } /* '' */
.font-icon-cc-sa:before { content: '\e80e'; } /* '' */
.font-icon-cc-nd:before { content: '\e86c'; } /* '' */
.font-icon-cc-pd:before { content: '\e86d'; } /* '' */
.font-icon-cc-zero:before { content: '\e86e'; } /* '' */
.font-icon-cc-share:before { content: '\e8c7'; } /* '' */
.font-icon-cc-remix:before { content: '\e8c8'; } /* '' */
.font-icon-github:before { content: '\e8c9'; } /* '' */
.font-icon-github-circled:before { content: '\e8ca'; } /* '' */
.font-icon-flickr:before { content: '\e8cb'; } /* '' */
.font-icon-flickr-circled:before { content: '\e8cc'; } /* '' */
.font-icon-vimeo:before { content: '\e8cd'; } /* '' */
.font-icon-vimeo-circled:before { content: '\e879'; } /* '' */
.font-icon-twitter:before { content: '\e87a'; } /* '' */
.font-icon-twitter-circled:before { content: '\e87b'; } /* '' */
.font-icon-facebook:before { content: '\e87c'; } /* '' */
.font-icon-facebook-circled:before { content: '\e87d'; } /* '' */
.font-icon-facebook-squared:before { content: '\e80f'; } /* '' */
.font-icon-gplus:before { content: '\e810'; } /* '' */
.font-icon-gplus-circled:before { content: '\e811'; } /* '' */
.font-icon-pinterest:before { content: '\e812'; } /* '' */
.font-icon-pinterest-circled:before { content: '\e813'; } /* '' */
.font-icon-tumblr:before { content: '\e86f'; } /* '' */
.font-icon-tumblr-circled:before { content: '\e870'; } /* '' */
.font-icon-linkedin:before { content: '\e871'; } /* '' */
.font-icon-linkedin-circled:before { content: '\e8ce'; } /* '' */
.font-icon-dribbble:before { content: '\e8cf'; } /* '' */
.font-icon-dribbble-circled:before { content: '\e8d0'; } /* '' */
.font-icon-stumbleupon:before { content: '\e8d1'; } /* '' */
.font-icon-stumbleupon-circled:before { content: '\e8d2'; } /* '' */
.font-icon-lastfm:before { content: '\e8d3'; } /* '' */
.font-icon-lastfm-circled:before { content: '\e8d4'; } /* '' */
.font-icon-rdio:before { content: '\e87e'; } /* '' */
.font-icon-rdio-circled:before { content: '\e87f'; } /* '' */
.font-icon-spotify:before { content: '\e880'; } /* '' */
.font-icon-spotify-circled:before { content: '\e881'; } /* '' */
.font-icon-qq:before { content: '\e882'; } /* '' */
.font-icon-instagram:before { content: '\e887'; } /* '' */
.font-icon-dropbox:before { content: '\e814'; } /* '' */
.font-icon-evernote:before { content: '\e815'; } /* '' */
.font-icon-flattr:before { content: '\e816'; } /* '' */
.font-icon-skype:before { content: '\e817'; } /* '' */
.font-icon-skype-circled:before { content: '\e818'; } /* '' */
.font-icon-renren:before { content: '\e819'; } /* '' */
.font-icon-sina-weibo:before { content: '\e872'; } /* '' */
.font-icon-paypal:before { content: '\e8d5'; } /* '' */
.font-icon-picasa:before { content: '\e8d6'; } /* '' */
.font-icon-soundcloud:before { content: '\e8d7'; } /* '' */
.font-icon-mixi:before { content: '\e8d8'; } /* '' */
.font-icon-behance:before { content: '\e8d9'; } /* '' */
.font-icon-google-circles:before { content: '\e8da'; } /* '' */
.font-icon-vkontakte:before { content: '\e8db'; } /* '' */
.font-icon-smashing:before { content: '\e883'; } /* '' */
.font-icon-sweden:before { content: '\e884'; } /* '' */
.font-icon-db-shape:before { content: '\e885'; } /* '' */
.font-icon-css3:before { content: '\e94b'; } /* '' */
.font-icon-yelp:before { content: '\e800'; } /* '' */