bones-rails 1.0.2 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,6 +45,7 @@
45
45
  @import 'bones/styles/_default'; // required
46
46
  @import 'bones/styles/wireframe';
47
47
  @import 'bones/styles/typography';
48
+ @import 'bones/styles/icons'; // icomoon free icon font
48
49
  @import 'bones/styles/buttons';
49
50
  @import 'bones/styles/forms';
50
51
  @import 'bones/styles/tables';
@@ -0,0 +1,1378 @@
1
+ @font-face {
2
+ font-family: 'icomoon';
3
+ src: font-url('icomoon.eot'); /* IE9 Compat Modes */
4
+ src: font-url('icomoon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
+ font-url('icomoon.woff') format('woff'), /* Modern Browsers */
6
+ font-url('icomoon.ttf') format('truetype'), /* Safari, Android, iOS */
7
+ font-url('icomoon.svg#icomoon') format('svg'); /* Legacy iOS */
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ .icon, *[class*='icon-'] {
13
+ font-family: 'icomoon';
14
+ speak: none;
15
+ font-style: normal;
16
+ font-weight: normal;
17
+ font-variant: normal;
18
+ text-transform: none;
19
+ line-height: 1;
20
+
21
+ /* Better Font Rendering =========== */
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale;
24
+ }
25
+
26
+ .icon-home:before {
27
+ content: "\e600";
28
+ }
29
+ .icon-home2:before {
30
+ content: "\e601";
31
+ }
32
+ .icon-home3:before {
33
+ content: "\e602";
34
+ }
35
+ .icon-office:before {
36
+ content: "\e603";
37
+ }
38
+ .icon-newspaper:before {
39
+ content: "\e604";
40
+ }
41
+ .icon-pencil:before {
42
+ content: "\e605";
43
+ }
44
+ .icon-pencil2:before {
45
+ content: "\e606";
46
+ }
47
+ .icon-quill:before {
48
+ content: "\e607";
49
+ }
50
+ .icon-pen:before {
51
+ content: "\e608";
52
+ }
53
+ .icon-blog:before {
54
+ content: "\e609";
55
+ }
56
+ .icon-droplet:before {
57
+ content: "\e60a";
58
+ }
59
+ .icon-paint-format:before {
60
+ content: "\e60b";
61
+ }
62
+ .icon-image:before {
63
+ content: "\e60c";
64
+ }
65
+ .icon-image2:before {
66
+ content: "\e60d";
67
+ }
68
+ .icon-images:before {
69
+ content: "\e60e";
70
+ }
71
+ .icon-camera:before {
72
+ content: "\e60f";
73
+ }
74
+ .icon-music:before {
75
+ content: "\e610";
76
+ }
77
+ .icon-headphones:before {
78
+ content: "\e611";
79
+ }
80
+ .icon-play:before {
81
+ content: "\e612";
82
+ }
83
+ .icon-film:before {
84
+ content: "\e613";
85
+ }
86
+ .icon-camera2:before {
87
+ content: "\e614";
88
+ }
89
+ .icon-dice:before {
90
+ content: "\e615";
91
+ }
92
+ .icon-pacman:before {
93
+ content: "\e616";
94
+ }
95
+ .icon-spades:before {
96
+ content: "\e617";
97
+ }
98
+ .icon-clubs:before {
99
+ content: "\e618";
100
+ }
101
+ .icon-diamonds:before {
102
+ content: "\e619";
103
+ }
104
+ .icon-pawn:before {
105
+ content: "\e61a";
106
+ }
107
+ .icon-bullhorn:before {
108
+ content: "\e61b";
109
+ }
110
+ .icon-connection:before {
111
+ content: "\e61c";
112
+ }
113
+ .icon-podcast:before {
114
+ content: "\e61d";
115
+ }
116
+ .icon-feed:before {
117
+ content: "\e61e";
118
+ }
119
+ .icon-book:before {
120
+ content: "\e61f";
121
+ }
122
+ .icon-books:before {
123
+ content: "\e620";
124
+ }
125
+ .icon-library:before {
126
+ content: "\e621";
127
+ }
128
+ .icon-file:before {
129
+ content: "\e622";
130
+ }
131
+ .icon-profile:before {
132
+ content: "\e623";
133
+ }
134
+ .icon-file2:before {
135
+ content: "\e624";
136
+ }
137
+ .icon-file3:before {
138
+ content: "\e625";
139
+ }
140
+ .icon-file4:before {
141
+ content: "\e626";
142
+ }
143
+ .icon-copy:before {
144
+ content: "\e627";
145
+ }
146
+ .icon-copy2:before {
147
+ content: "\e628";
148
+ }
149
+ .icon-copy3:before {
150
+ content: "\e629";
151
+ }
152
+ .icon-paste:before {
153
+ content: "\e62a";
154
+ }
155
+ .icon-paste2:before {
156
+ content: "\e62b";
157
+ }
158
+ .icon-paste3:before {
159
+ content: "\e62c";
160
+ }
161
+ .icon-stack:before {
162
+ content: "\e62d";
163
+ }
164
+ .icon-folder:before {
165
+ content: "\e62e";
166
+ }
167
+ .icon-folder-open:before {
168
+ content: "\e62f";
169
+ }
170
+ .icon-tag:before {
171
+ content: "\e630";
172
+ }
173
+ .icon-tags:before {
174
+ content: "\e631";
175
+ }
176
+ .icon-barcode:before {
177
+ content: "\e632";
178
+ }
179
+ .icon-qrcode:before {
180
+ content: "\e633";
181
+ }
182
+ .icon-ticket:before {
183
+ content: "\e634";
184
+ }
185
+ .icon-cart:before {
186
+ content: "\e635";
187
+ }
188
+ .icon-cart2:before {
189
+ content: "\e636";
190
+ }
191
+ .icon-cart3:before {
192
+ content: "\e637";
193
+ }
194
+ .icon-coin:before {
195
+ content: "\e638";
196
+ }
197
+ .icon-credit:before {
198
+ content: "\e639";
199
+ }
200
+ .icon-calculate:before {
201
+ content: "\e63a";
202
+ }
203
+ .icon-support:before {
204
+ content: "\e63b";
205
+ }
206
+ .icon-phone:before {
207
+ content: "\e63c";
208
+ }
209
+ .icon-phone-hang-up:before {
210
+ content: "\e63d";
211
+ }
212
+ .icon-address-book:before {
213
+ content: "\e63e";
214
+ }
215
+ .icon-notebook:before {
216
+ content: "\e63f";
217
+ }
218
+ .icon-envelope:before {
219
+ content: "\e640";
220
+ }
221
+ .icon-pushpin:before {
222
+ content: "\e641";
223
+ }
224
+ .icon-location:before {
225
+ content: "\e642";
226
+ }
227
+ .icon-location2:before {
228
+ content: "\e643";
229
+ }
230
+ .icon-compass:before {
231
+ content: "\e644";
232
+ }
233
+ .icon-map:before {
234
+ content: "\e645";
235
+ }
236
+ .icon-map2:before {
237
+ content: "\e646";
238
+ }
239
+ .icon-history:before {
240
+ content: "\e647";
241
+ }
242
+ .icon-clock:before {
243
+ content: "\e648";
244
+ }
245
+ .icon-clock2:before {
246
+ content: "\e649";
247
+ }
248
+ .icon-alarm:before {
249
+ content: "\e64a";
250
+ }
251
+ .icon-alarm2:before {
252
+ content: "\e64b";
253
+ }
254
+ .icon-bell:before {
255
+ content: "\e64c";
256
+ }
257
+ .icon-stopwatch:before {
258
+ content: "\e64d";
259
+ }
260
+ .icon-calendar:before {
261
+ content: "\e64e";
262
+ }
263
+ .icon-calendar2:before {
264
+ content: "\e64f";
265
+ }
266
+ .icon-print:before {
267
+ content: "\e650";
268
+ }
269
+ .icon-keyboard:before {
270
+ content: "\e651";
271
+ }
272
+ .icon-screen:before {
273
+ content: "\e652";
274
+ }
275
+ .icon-laptop:before {
276
+ content: "\e653";
277
+ }
278
+ .icon-mobile:before {
279
+ content: "\e654";
280
+ }
281
+ .icon-mobile2:before {
282
+ content: "\e655";
283
+ }
284
+ .icon-tablet:before {
285
+ content: "\e656";
286
+ }
287
+ .icon-tv:before {
288
+ content: "\e657";
289
+ }
290
+ .icon-cabinet:before {
291
+ content: "\e658";
292
+ }
293
+ .icon-drawer:before {
294
+ content: "\e659";
295
+ }
296
+ .icon-drawer2:before {
297
+ content: "\e65a";
298
+ }
299
+ .icon-drawer3:before {
300
+ content: "\e65b";
301
+ }
302
+ .icon-box-add:before {
303
+ content: "\e65c";
304
+ }
305
+ .icon-box-remove:before {
306
+ content: "\e65d";
307
+ }
308
+ .icon-download:before {
309
+ content: "\e65e";
310
+ }
311
+ .icon-upload:before {
312
+ content: "\e65f";
313
+ }
314
+ .icon-disk:before {
315
+ content: "\e660";
316
+ }
317
+ .icon-storage:before {
318
+ content: "\e661";
319
+ }
320
+ .icon-undo:before {
321
+ content: "\e662";
322
+ }
323
+ .icon-redo:before {
324
+ content: "\e663";
325
+ }
326
+ .icon-flip:before {
327
+ content: "\e664";
328
+ }
329
+ .icon-flip2:before {
330
+ content: "\e665";
331
+ }
332
+ .icon-undo2:before {
333
+ content: "\e666";
334
+ }
335
+ .icon-redo2:before {
336
+ content: "\e667";
337
+ }
338
+ .icon-forward:before {
339
+ content: "\e668";
340
+ }
341
+ .icon-reply:before {
342
+ content: "\e669";
343
+ }
344
+ .icon-bubble:before {
345
+ content: "\e66a";
346
+ }
347
+ .icon-bubbles:before {
348
+ content: "\e66b";
349
+ }
350
+ .icon-bubbles2:before {
351
+ content: "\e66c";
352
+ }
353
+ .icon-bubble2:before {
354
+ content: "\e66d";
355
+ }
356
+ .icon-bubbles3:before {
357
+ content: "\e66e";
358
+ }
359
+ .icon-bubbles4:before {
360
+ content: "\e66f";
361
+ }
362
+ .icon-user:before {
363
+ content: "\e670";
364
+ }
365
+ .icon-users:before {
366
+ content: "\e671";
367
+ }
368
+ .icon-user2:before {
369
+ content: "\e672";
370
+ }
371
+ .icon-users2:before {
372
+ content: "\e673";
373
+ }
374
+ .icon-user3:before {
375
+ content: "\e674";
376
+ }
377
+ .icon-user4:before {
378
+ content: "\e675";
379
+ }
380
+ .icon-quotes-left:before {
381
+ content: "\e676";
382
+ }
383
+ .icon-busy:before {
384
+ content: "\e677";
385
+ }
386
+ .icon-spinner:before {
387
+ content: "\e678";
388
+ }
389
+ .icon-spinner2:before {
390
+ content: "\e679";
391
+ }
392
+ .icon-spinner3:before {
393
+ content: "\e67a";
394
+ }
395
+ .icon-spinner4:before {
396
+ content: "\e67b";
397
+ }
398
+ .icon-spinner5:before {
399
+ content: "\e67c";
400
+ }
401
+ .icon-spinner6:before {
402
+ content: "\e67d";
403
+ }
404
+ .icon-binoculars:before {
405
+ content: "\e67e";
406
+ }
407
+ .icon-search:before {
408
+ content: "\e67f";
409
+ }
410
+ .icon-zoom-in:before {
411
+ content: "\e680";
412
+ }
413
+ .icon-zoom-out:before {
414
+ content: "\e681";
415
+ }
416
+ .icon-expand:before {
417
+ content: "\e682";
418
+ }
419
+ .icon-contract:before {
420
+ content: "\e683";
421
+ }
422
+ .icon-expand2:before {
423
+ content: "\e684";
424
+ }
425
+ .icon-contract2:before {
426
+ content: "\e685";
427
+ }
428
+ .icon-key:before {
429
+ content: "\e686";
430
+ }
431
+ .icon-key2:before {
432
+ content: "\e687";
433
+ }
434
+ .icon-lock:before {
435
+ content: "\e688";
436
+ }
437
+ .icon-lock2:before {
438
+ content: "\e689";
439
+ }
440
+ .icon-unlocked:before {
441
+ content: "\e68a";
442
+ }
443
+ .icon-wrench:before {
444
+ content: "\e68b";
445
+ }
446
+ .icon-settings:before {
447
+ content: "\e68c";
448
+ }
449
+ .icon-equalizer:before {
450
+ content: "\e68d";
451
+ }
452
+ .icon-cog:before {
453
+ content: "\e68e";
454
+ }
455
+ .icon-cogs:before {
456
+ content: "\e68f";
457
+ }
458
+ .icon-cog2:before {
459
+ content: "\e690";
460
+ }
461
+ .icon-hammer:before {
462
+ content: "\e691";
463
+ }
464
+ .icon-wand:before {
465
+ content: "\e692";
466
+ }
467
+ .icon-aid:before {
468
+ content: "\e693";
469
+ }
470
+ .icon-bug:before {
471
+ content: "\e694";
472
+ }
473
+ .icon-pie:before {
474
+ content: "\e695";
475
+ }
476
+ .icon-stats:before {
477
+ content: "\e696";
478
+ }
479
+ .icon-bars:before {
480
+ content: "\e697";
481
+ }
482
+ .icon-bars2:before {
483
+ content: "\e698";
484
+ }
485
+ .icon-gift:before {
486
+ content: "\e699";
487
+ }
488
+ .icon-trophy:before {
489
+ content: "\e69a";
490
+ }
491
+ .icon-glass:before {
492
+ content: "\e69b";
493
+ }
494
+ .icon-mug:before {
495
+ content: "\e69c";
496
+ }
497
+ .icon-food:before {
498
+ content: "\e69d";
499
+ }
500
+ .icon-leaf:before {
501
+ content: "\e69e";
502
+ }
503
+ .icon-rocket:before {
504
+ content: "\e69f";
505
+ }
506
+ .icon-meter:before {
507
+ content: "\e6a0";
508
+ }
509
+ .icon-meter2:before {
510
+ content: "\e6a1";
511
+ }
512
+ .icon-dashboard:before {
513
+ content: "\e6a2";
514
+ }
515
+ .icon-hammer2:before {
516
+ content: "\e6a3";
517
+ }
518
+ .icon-fire:before {
519
+ content: "\e6a4";
520
+ }
521
+ .icon-lab:before {
522
+ content: "\e6a5";
523
+ }
524
+ .icon-magnet:before {
525
+ content: "\e6a6";
526
+ }
527
+ .icon-remove:before {
528
+ content: "\e6a7";
529
+ }
530
+ .icon-remove2:before {
531
+ content: "\e6a8";
532
+ }
533
+ .icon-briefcase:before {
534
+ content: "\e6a9";
535
+ }
536
+ .icon-airplane:before {
537
+ content: "\e6aa";
538
+ }
539
+ .icon-truck:before {
540
+ content: "\e6ab";
541
+ }
542
+ .icon-road:before {
543
+ content: "\e6ac";
544
+ }
545
+ .icon-accessibility:before {
546
+ content: "\e6ad";
547
+ }
548
+ .icon-target:before {
549
+ content: "\e6ae";
550
+ }
551
+ .icon-shield:before {
552
+ content: "\e6af";
553
+ }
554
+ .icon-lightning:before {
555
+ content: "\e6b0";
556
+ }
557
+ .icon-switch:before {
558
+ content: "\e6b1";
559
+ }
560
+ .icon-power-cord:before {
561
+ content: "\e6b2";
562
+ }
563
+ .icon-signup:before {
564
+ content: "\e6b3";
565
+ }
566
+ .icon-list:before {
567
+ content: "\e6b4";
568
+ }
569
+ .icon-list2:before {
570
+ content: "\e6b5";
571
+ }
572
+ .icon-numbered-list:before {
573
+ content: "\e6b6";
574
+ }
575
+ .icon-menu:before {
576
+ content: "\e6b7";
577
+ }
578
+ .icon-menu2:before {
579
+ content: "\e6b8";
580
+ }
581
+ .icon-tree:before {
582
+ content: "\e6b9";
583
+ }
584
+ .icon-cloud:before {
585
+ content: "\e6ba";
586
+ }
587
+ .icon-cloud-download:before {
588
+ content: "\e6bb";
589
+ }
590
+ .icon-cloud-upload:before {
591
+ content: "\e6bc";
592
+ }
593
+ .icon-download2:before {
594
+ content: "\e6bd";
595
+ }
596
+ .icon-upload2:before {
597
+ content: "\e6be";
598
+ }
599
+ .icon-download3:before {
600
+ content: "\e6bf";
601
+ }
602
+ .icon-upload3:before {
603
+ content: "\e6c0";
604
+ }
605
+ .icon-globe:before {
606
+ content: "\e6c1";
607
+ }
608
+ .icon-earth:before {
609
+ content: "\e6c2";
610
+ }
611
+ .icon-link:before {
612
+ content: "\e6c3";
613
+ }
614
+ .icon-flag:before {
615
+ content: "\e6c4";
616
+ }
617
+ .icon-attachment:before {
618
+ content: "\e6c5";
619
+ }
620
+ .icon-eye:before {
621
+ content: "\e6c6";
622
+ }
623
+ .icon-eye-blocked:before {
624
+ content: "\e6c7";
625
+ }
626
+ .icon-eye2:before {
627
+ content: "\e6c8";
628
+ }
629
+ .icon-bookmark:before {
630
+ content: "\e6c9";
631
+ }
632
+ .icon-bookmarks:before {
633
+ content: "\e6ca";
634
+ }
635
+ .icon-brightness-medium:before {
636
+ content: "\e6cb";
637
+ }
638
+ .icon-brightness-contrast:before {
639
+ content: "\e6cc";
640
+ }
641
+ .icon-contrast:before {
642
+ content: "\e6cd";
643
+ }
644
+ .icon-star:before {
645
+ content: "\e6ce";
646
+ }
647
+ .icon-star2:before {
648
+ content: "\e6cf";
649
+ }
650
+ .icon-star3:before {
651
+ content: "\e6d0";
652
+ }
653
+ .icon-heart:before {
654
+ content: "\e6d1";
655
+ }
656
+ .icon-heart2:before {
657
+ content: "\e6d2";
658
+ }
659
+ .icon-heart-broken:before {
660
+ content: "\e6d3";
661
+ }
662
+ .icon-thumbs-up:before {
663
+ content: "\e6d4";
664
+ }
665
+ .icon-thumbs-up2:before {
666
+ content: "\e6d5";
667
+ }
668
+ .icon-happy:before {
669
+ content: "\e6d6";
670
+ }
671
+ .icon-happy2:before {
672
+ content: "\e6d7";
673
+ }
674
+ .icon-smiley:before {
675
+ content: "\e6d8";
676
+ }
677
+ .icon-smiley2:before {
678
+ content: "\e6d9";
679
+ }
680
+ .icon-tongue:before {
681
+ content: "\e6da";
682
+ }
683
+ .icon-tongue2:before {
684
+ content: "\e6db";
685
+ }
686
+ .icon-sad:before {
687
+ content: "\e6dc";
688
+ }
689
+ .icon-sad2:before {
690
+ content: "\e6dd";
691
+ }
692
+ .icon-wink:before {
693
+ content: "\e6de";
694
+ }
695
+ .icon-wink2:before {
696
+ content: "\e6df";
697
+ }
698
+ .icon-grin:before {
699
+ content: "\e6e0";
700
+ }
701
+ .icon-grin2:before {
702
+ content: "\e6e1";
703
+ }
704
+ .icon-cool:before {
705
+ content: "\e6e2";
706
+ }
707
+ .icon-cool2:before {
708
+ content: "\e6e3";
709
+ }
710
+ .icon-angry:before {
711
+ content: "\e6e4";
712
+ }
713
+ .icon-angry2:before {
714
+ content: "\e6e5";
715
+ }
716
+ .icon-evil:before {
717
+ content: "\e6e6";
718
+ }
719
+ .icon-evil2:before {
720
+ content: "\e6e7";
721
+ }
722
+ .icon-shocked:before {
723
+ content: "\e6e8";
724
+ }
725
+ .icon-shocked2:before {
726
+ content: "\e6e9";
727
+ }
728
+ .icon-confused:before {
729
+ content: "\e6ea";
730
+ }
731
+ .icon-confused2:before {
732
+ content: "\e6eb";
733
+ }
734
+ .icon-neutral:before {
735
+ content: "\e6ec";
736
+ }
737
+ .icon-neutral2:before {
738
+ content: "\e6ed";
739
+ }
740
+ .icon-wondering:before {
741
+ content: "\e6ee";
742
+ }
743
+ .icon-wondering2:before {
744
+ content: "\e6ef";
745
+ }
746
+ .icon-point-up:before {
747
+ content: "\e6f0";
748
+ }
749
+ .icon-point-right:before {
750
+ content: "\e6f1";
751
+ }
752
+ .icon-point-down:before {
753
+ content: "\e6f2";
754
+ }
755
+ .icon-point-left:before {
756
+ content: "\e6f3";
757
+ }
758
+ .icon-warning:before {
759
+ content: "\e6f4";
760
+ }
761
+ .icon-notification:before {
762
+ content: "\e6f5";
763
+ }
764
+ .icon-question:before {
765
+ content: "\e6f6";
766
+ }
767
+ .icon-info:before {
768
+ content: "\e6f7";
769
+ }
770
+ .icon-info2:before {
771
+ content: "\e6f8";
772
+ }
773
+ .icon-blocked:before {
774
+ content: "\e6f9";
775
+ }
776
+ .icon-cancel-circle:before {
777
+ content: "\e6fa";
778
+ }
779
+ .icon-checkmark-circle:before {
780
+ content: "\e6fb";
781
+ }
782
+ .icon-spam:before {
783
+ content: "\e6fc";
784
+ }
785
+ .icon-close:before {
786
+ content: "\e6fd";
787
+ }
788
+ .icon-checkmark:before {
789
+ content: "\e6fe";
790
+ }
791
+ .icon-checkmark2:before {
792
+ content: "\e6ff";
793
+ }
794
+ .icon-spell-check:before {
795
+ content: "\e700";
796
+ }
797
+ .icon-minus:before {
798
+ content: "\e701";
799
+ }
800
+ .icon-plus:before {
801
+ content: "\e702";
802
+ }
803
+ .icon-enter:before {
804
+ content: "\e703";
805
+ }
806
+ .icon-exit:before {
807
+ content: "\e704";
808
+ }
809
+ .icon-play2:before {
810
+ content: "\e705";
811
+ }
812
+ .icon-pause:before {
813
+ content: "\e706";
814
+ }
815
+ .icon-stop:before {
816
+ content: "\e707";
817
+ }
818
+ .icon-backward:before {
819
+ content: "\e708";
820
+ }
821
+ .icon-forward2:before {
822
+ content: "\e709";
823
+ }
824
+ .icon-play3:before {
825
+ content: "\e70a";
826
+ }
827
+ .icon-pause2:before {
828
+ content: "\e70b";
829
+ }
830
+ .icon-stop2:before {
831
+ content: "\e70c";
832
+ }
833
+ .icon-backward2:before {
834
+ content: "\e70d";
835
+ }
836
+ .icon-forward3:before {
837
+ content: "\e70e";
838
+ }
839
+ .icon-first:before {
840
+ content: "\e70f";
841
+ }
842
+ .icon-last:before {
843
+ content: "\e710";
844
+ }
845
+ .icon-previous:before {
846
+ content: "\e711";
847
+ }
848
+ .icon-next:before {
849
+ content: "\e712";
850
+ }
851
+ .icon-eject:before {
852
+ content: "\e713";
853
+ }
854
+ .icon-volume-high:before {
855
+ content: "\e714";
856
+ }
857
+ .icon-volume-medium:before {
858
+ content: "\e715";
859
+ }
860
+ .icon-volume-low:before {
861
+ content: "\e716";
862
+ }
863
+ .icon-volume-mute:before {
864
+ content: "\e717";
865
+ }
866
+ .icon-volume-mute2:before {
867
+ content: "\e718";
868
+ }
869
+ .icon-volume-increase:before {
870
+ content: "\e719";
871
+ }
872
+ .icon-volume-decrease:before {
873
+ content: "\e71a";
874
+ }
875
+ .icon-loop:before {
876
+ content: "\e71b";
877
+ }
878
+ .icon-loop2:before {
879
+ content: "\e71c";
880
+ }
881
+ .icon-loop3:before {
882
+ content: "\e71d";
883
+ }
884
+ .icon-shuffle:before {
885
+ content: "\e71e";
886
+ }
887
+ .icon-arrow-up-left:before {
888
+ content: "\e71f";
889
+ }
890
+ .icon-arrow-up:before {
891
+ content: "\e720";
892
+ }
893
+ .icon-arrow-up-right:before {
894
+ content: "\e721";
895
+ }
896
+ .icon-arrow-right:before {
897
+ content: "\e722";
898
+ }
899
+ .icon-arrow-down-right:before {
900
+ content: "\e723";
901
+ }
902
+ .icon-arrow-down:before {
903
+ content: "\e724";
904
+ }
905
+ .icon-arrow-down-left:before {
906
+ content: "\e725";
907
+ }
908
+ .icon-arrow-left:before {
909
+ content: "\e726";
910
+ }
911
+ .icon-arrow-up-left2:before {
912
+ content: "\e727";
913
+ }
914
+ .icon-arrow-up2:before {
915
+ content: "\e728";
916
+ }
917
+ .icon-arrow-up-right2:before {
918
+ content: "\e729";
919
+ }
920
+ .icon-arrow-right2:before {
921
+ content: "\e72a";
922
+ }
923
+ .icon-arrow-down-right2:before {
924
+ content: "\e72b";
925
+ }
926
+ .icon-arrow-down2:before {
927
+ content: "\e72c";
928
+ }
929
+ .icon-arrow-down-left2:before {
930
+ content: "\e72d";
931
+ }
932
+ .icon-arrow-left2:before {
933
+ content: "\e72e";
934
+ }
935
+ .icon-arrow-up-left3:before {
936
+ content: "\e72f";
937
+ }
938
+ .icon-arrow-up3:before {
939
+ content: "\e730";
940
+ }
941
+ .icon-arrow-up-right3:before {
942
+ content: "\e731";
943
+ }
944
+ .icon-arrow-right3:before {
945
+ content: "\e732";
946
+ }
947
+ .icon-arrow-down-right3:before {
948
+ content: "\e733";
949
+ }
950
+ .icon-arrow-down3:before {
951
+ content: "\e734";
952
+ }
953
+ .icon-arrow-down-left3:before {
954
+ content: "\e735";
955
+ }
956
+ .icon-arrow-left3:before {
957
+ content: "\e736";
958
+ }
959
+ .icon-tab:before {
960
+ content: "\e737";
961
+ }
962
+ .icon-checkbox-checked:before {
963
+ content: "\e738";
964
+ }
965
+ .icon-checkbox-unchecked:before {
966
+ content: "\e739";
967
+ }
968
+ .icon-checkbox-partial:before {
969
+ content: "\e73a";
970
+ }
971
+ .icon-radio-checked:before {
972
+ content: "\e73b";
973
+ }
974
+ .icon-radio-unchecked:before {
975
+ content: "\e73c";
976
+ }
977
+ .icon-crop:before {
978
+ content: "\e73d";
979
+ }
980
+ .icon-scissors:before {
981
+ content: "\e73e";
982
+ }
983
+ .icon-filter:before {
984
+ content: "\e73f";
985
+ }
986
+ .icon-filter2:before {
987
+ content: "\e740";
988
+ }
989
+ .icon-font:before {
990
+ content: "\e741";
991
+ }
992
+ .icon-text-height:before {
993
+ content: "\e742";
994
+ }
995
+ .icon-text-width:before {
996
+ content: "\e743";
997
+ }
998
+ .icon-bold:before {
999
+ content: "\e744";
1000
+ }
1001
+ .icon-underline:before {
1002
+ content: "\e745";
1003
+ }
1004
+ .icon-italic:before {
1005
+ content: "\e746";
1006
+ }
1007
+ .icon-strikethrough:before {
1008
+ content: "\e747";
1009
+ }
1010
+ .icon-omega:before {
1011
+ content: "\e748";
1012
+ }
1013
+ .icon-sigma:before {
1014
+ content: "\e749";
1015
+ }
1016
+ .icon-table:before {
1017
+ content: "\e74a";
1018
+ }
1019
+ .icon-table2:before {
1020
+ content: "\e74b";
1021
+ }
1022
+ .icon-insert-template:before {
1023
+ content: "\e74c";
1024
+ }
1025
+ .icon-pilcrow:before {
1026
+ content: "\e74d";
1027
+ }
1028
+ .icon-left-toright:before {
1029
+ content: "\e74e";
1030
+ }
1031
+ .icon-right-toleft:before {
1032
+ content: "\e74f";
1033
+ }
1034
+ .icon-paragraph-left:before {
1035
+ content: "\e750";
1036
+ }
1037
+ .icon-paragraph-center:before {
1038
+ content: "\e751";
1039
+ }
1040
+ .icon-paragraph-right:before {
1041
+ content: "\e752";
1042
+ }
1043
+ .icon-paragraph-justify:before {
1044
+ content: "\e753";
1045
+ }
1046
+ .icon-paragraph-left2:before {
1047
+ content: "\e754";
1048
+ }
1049
+ .icon-paragraph-center2:before {
1050
+ content: "\e755";
1051
+ }
1052
+ .icon-paragraph-right2:before {
1053
+ content: "\e756";
1054
+ }
1055
+ .icon-paragraph-justify2:before {
1056
+ content: "\e757";
1057
+ }
1058
+ .icon-indent-increase:before {
1059
+ content: "\e758";
1060
+ }
1061
+ .icon-indent-decrease:before {
1062
+ content: "\e759";
1063
+ }
1064
+ .icon-new-tab:before {
1065
+ content: "\e75a";
1066
+ }
1067
+ .icon-embed:before {
1068
+ content: "\e75b";
1069
+ }
1070
+ .icon-code:before {
1071
+ content: "\e75c";
1072
+ }
1073
+ .icon-console:before {
1074
+ content: "\e75d";
1075
+ }
1076
+ .icon-share:before {
1077
+ content: "\e75e";
1078
+ }
1079
+ .icon-mail:before {
1080
+ content: "\e75f";
1081
+ }
1082
+ .icon-mail2:before {
1083
+ content: "\e760";
1084
+ }
1085
+ .icon-mail3:before {
1086
+ content: "\e761";
1087
+ }
1088
+ .icon-mail4:before {
1089
+ content: "\e762";
1090
+ }
1091
+ .icon-google:before {
1092
+ content: "\e763";
1093
+ }
1094
+ .icon-google-plus:before {
1095
+ content: "\e764";
1096
+ }
1097
+ .icon-google-plus2:before {
1098
+ content: "\e765";
1099
+ }
1100
+ .icon-google-plus3:before {
1101
+ content: "\e766";
1102
+ }
1103
+ .icon-google-plus4:before {
1104
+ content: "\e767";
1105
+ }
1106
+ .icon-google-drive:before {
1107
+ content: "\e768";
1108
+ }
1109
+ .icon-facebook:before {
1110
+ content: "\e769";
1111
+ }
1112
+ .icon-facebook2:before {
1113
+ content: "\e76a";
1114
+ }
1115
+ .icon-facebook3:before {
1116
+ content: "\e76b";
1117
+ }
1118
+ .icon-instagram:before {
1119
+ content: "\e76c";
1120
+ }
1121
+ .icon-twitter:before {
1122
+ content: "\e76d";
1123
+ }
1124
+ .icon-twitter2:before {
1125
+ content: "\e76e";
1126
+ }
1127
+ .icon-twitter3:before {
1128
+ content: "\e76f";
1129
+ }
1130
+ .icon-feed2:before {
1131
+ content: "\e770";
1132
+ }
1133
+ .icon-feed3:before {
1134
+ content: "\e771";
1135
+ }
1136
+ .icon-feed4:before {
1137
+ content: "\e772";
1138
+ }
1139
+ .icon-youtube:before {
1140
+ content: "\e773";
1141
+ }
1142
+ .icon-youtube2:before {
1143
+ content: "\e774";
1144
+ }
1145
+ .icon-vimeo:before {
1146
+ content: "\e775";
1147
+ }
1148
+ .icon-vimeo2:before {
1149
+ content: "\e776";
1150
+ }
1151
+ .icon-vimeo3:before {
1152
+ content: "\e777";
1153
+ }
1154
+ .icon-lanyrd:before {
1155
+ content: "\e778";
1156
+ }
1157
+ .icon-flickr:before {
1158
+ content: "\e779";
1159
+ }
1160
+ .icon-flickr2:before {
1161
+ content: "\e77a";
1162
+ }
1163
+ .icon-flickr3:before {
1164
+ content: "\e77b";
1165
+ }
1166
+ .icon-flickr4:before {
1167
+ content: "\e77c";
1168
+ }
1169
+ .icon-picassa:before {
1170
+ content: "\e77d";
1171
+ }
1172
+ .icon-picassa2:before {
1173
+ content: "\e77e";
1174
+ }
1175
+ .icon-dribbble:before {
1176
+ content: "\e77f";
1177
+ }
1178
+ .icon-dribbble2:before {
1179
+ content: "\e780";
1180
+ }
1181
+ .icon-dribbble3:before {
1182
+ content: "\e781";
1183
+ }
1184
+ .icon-forrst:before {
1185
+ content: "\e782";
1186
+ }
1187
+ .icon-forrst2:before {
1188
+ content: "\e783";
1189
+ }
1190
+ .icon-deviantart:before {
1191
+ content: "\e784";
1192
+ }
1193
+ .icon-deviantart2:before {
1194
+ content: "\e785";
1195
+ }
1196
+ .icon-steam:before {
1197
+ content: "\e786";
1198
+ }
1199
+ .icon-steam2:before {
1200
+ content: "\e787";
1201
+ }
1202
+ .icon-github:before {
1203
+ content: "\e788";
1204
+ }
1205
+ .icon-github2:before {
1206
+ content: "\e789";
1207
+ }
1208
+ .icon-github3:before {
1209
+ content: "\e78a";
1210
+ }
1211
+ .icon-github4:before {
1212
+ content: "\e78b";
1213
+ }
1214
+ .icon-github5:before {
1215
+ content: "\e78c";
1216
+ }
1217
+ .icon-wordpress:before {
1218
+ content: "\e78d";
1219
+ }
1220
+ .icon-wordpress2:before {
1221
+ content: "\e78e";
1222
+ }
1223
+ .icon-joomla:before {
1224
+ content: "\e78f";
1225
+ }
1226
+ .icon-blogger:before {
1227
+ content: "\e790";
1228
+ }
1229
+ .icon-blogger2:before {
1230
+ content: "\e791";
1231
+ }
1232
+ .icon-tumblr:before {
1233
+ content: "\e792";
1234
+ }
1235
+ .icon-tumblr2:before {
1236
+ content: "\e793";
1237
+ }
1238
+ .icon-yahoo:before {
1239
+ content: "\e794";
1240
+ }
1241
+ .icon-tux:before {
1242
+ content: "\e795";
1243
+ }
1244
+ .icon-apple:before {
1245
+ content: "\e796";
1246
+ }
1247
+ .icon-finder:before {
1248
+ content: "\e797";
1249
+ }
1250
+ .icon-android:before {
1251
+ content: "\e798";
1252
+ }
1253
+ .icon-windows:before {
1254
+ content: "\e799";
1255
+ }
1256
+ .icon-windows8:before {
1257
+ content: "\e79a";
1258
+ }
1259
+ .icon-soundcloud:before {
1260
+ content: "\e79b";
1261
+ }
1262
+ .icon-soundcloud2:before {
1263
+ content: "\e79c";
1264
+ }
1265
+ .icon-skype:before {
1266
+ content: "\e79d";
1267
+ }
1268
+ .icon-reddit:before {
1269
+ content: "\e79e";
1270
+ }
1271
+ .icon-linkedin:before {
1272
+ content: "\e79f";
1273
+ }
1274
+ .icon-lastfm:before {
1275
+ content: "\e7a0";
1276
+ }
1277
+ .icon-lastfm2:before {
1278
+ content: "\e7a1";
1279
+ }
1280
+ .icon-delicious:before {
1281
+ content: "\e7a2";
1282
+ }
1283
+ .icon-stumbleupon:before {
1284
+ content: "\e7a3";
1285
+ }
1286
+ .icon-stumbleupon2:before {
1287
+ content: "\e7a4";
1288
+ }
1289
+ .icon-stackoverflow:before {
1290
+ content: "\e7a5";
1291
+ }
1292
+ .icon-pinterest:before {
1293
+ content: "\e7a6";
1294
+ }
1295
+ .icon-pinterest2:before {
1296
+ content: "\e7a7";
1297
+ }
1298
+ .icon-xing:before {
1299
+ content: "\e7a8";
1300
+ }
1301
+ .icon-xing2:before {
1302
+ content: "\e7a9";
1303
+ }
1304
+ .icon-flattr:before {
1305
+ content: "\e7aa";
1306
+ }
1307
+ .icon-foursquare:before {
1308
+ content: "\e7ab";
1309
+ }
1310
+ .icon-foursquare2:before {
1311
+ content: "\e7ac";
1312
+ }
1313
+ .icon-paypal:before {
1314
+ content: "\e7ad";
1315
+ }
1316
+ .icon-paypal2:before {
1317
+ content: "\e7ae";
1318
+ }
1319
+ .icon-paypal3:before {
1320
+ content: "\e7af";
1321
+ }
1322
+ .icon-yelp:before {
1323
+ content: "\e7b0";
1324
+ }
1325
+ .icon-libreoffice:before {
1326
+ content: "\e7b1";
1327
+ }
1328
+ .icon-file-pdf:before {
1329
+ content: "\e7b2";
1330
+ }
1331
+ .icon-file-openoffice:before {
1332
+ content: "\e7b3";
1333
+ }
1334
+ .icon-file-word:before {
1335
+ content: "\e7b4";
1336
+ }
1337
+ .icon-file-excel:before {
1338
+ content: "\e7b5";
1339
+ }
1340
+ .icon-file-zip:before {
1341
+ content: "\e7b6";
1342
+ }
1343
+ .icon-file-powerpoint:before {
1344
+ content: "\e7b7";
1345
+ }
1346
+ .icon-file-xml:before {
1347
+ content: "\e7b8";
1348
+ }
1349
+ .icon-file-css:before {
1350
+ content: "\e7b9";
1351
+ }
1352
+ .icon-html5:before {
1353
+ content: "\e7ba";
1354
+ }
1355
+ .icon-html52:before {
1356
+ content: "\e7bb";
1357
+ }
1358
+ .icon-css3:before {
1359
+ content: "\e7bc";
1360
+ }
1361
+ .icon-chrome:before {
1362
+ content: "\e7bd";
1363
+ }
1364
+ .icon-firefox:before {
1365
+ content: "\e7be";
1366
+ }
1367
+ .icon-IE:before {
1368
+ content: "\e7bf";
1369
+ }
1370
+ .icon-opera:before {
1371
+ content: "\e7c0";
1372
+ }
1373
+ .icon-safari:before {
1374
+ content: "\e7c1";
1375
+ }
1376
+ .icon-IcoMoon:before {
1377
+ content: "\e7c2";
1378
+ }