motherplate-rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1473 @@
1
+ // /*!
2
+ // * Font Awesome 3.2.0
3
+ // * the iconic font designed for Bootstrap
4
+ // * ------------------------------------------------------------------------------
5
+ // * The full suite of pictographic icons, examples, and documentation can be
6
+ // * found at http://fontawesome.io. Stay up to date on Twitter at
7
+ // * http://twitter.com/fontawesome.
8
+ // *
9
+ // * License
10
+ // * ------------------------------------------------------------------------------
11
+ // * - The Font Awesome font is licensed under SIL OFL 1.1 -
12
+ // * http://scripts.sil.org/OFL
13
+ // * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14
+ // * http://opensource.org/licenses/mit-license.html
15
+ // * - Font Awesome documentation licensed under CC BY 3.0 -
16
+ // * http://creativecommons.org/licenses/by/3.0/
17
+ // * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18
+ // * "Font Awesome by Dave Gandy - http://fontawesome.io"
19
+ // *
20
+ // * Author - Dave Gandy
21
+ // * ------------------------------------------------------------------------------
22
+ // * Email: dave@fontawesome.io
23
+ // * Twitter: http://twitter.com/byscuits
24
+ // * Work: Lead Product Designer @ Kyruus - http://kyruus.com
25
+ // */
26
+ // /* FONT PATH
27
+ // * -------------------------- */
28
+
29
+ $fonts-dir: "../fonts/";
30
+ @font-face {
31
+ font-family: 'FontAwesome';
32
+ src: url($fonts_dir+'fontawesome-webfont.eot?v=3.2.0');
33
+ src: url($fonts_dir+'fontawesome-webfont.eot?#iefix&v=3.2.0') format('embedded-opentype'), url($fonts_dir+'fontawesome-webfont.woff?v=3.2.0') format('woff'), url($fonts_dir+'fontawesome-webfont.ttf?v=3.2.0') format('truetype'), url($fonts_dir+'fontawesome-webfont.svg#fontawesomeregular?v=3.2.0') format('svg');
34
+ font-weight: normal;
35
+ font-style: normal;
36
+ }
37
+ /* FONT AWESOME CORE
38
+ * -------------------------- */
39
+ [class^="icon-"],
40
+ [class*=" icon-"] {
41
+ font-family: FontAwesome;
42
+ font-weight: normal;
43
+ font-style: normal;
44
+ text-decoration: inherit;
45
+ -webkit-font-smoothing: antialiased;
46
+ *margin-right: .3em;
47
+ }
48
+ [class^="icon-"]:before,
49
+ [class*=" icon-"]:before {
50
+ text-decoration: inherit;
51
+ display: inline-block;
52
+ cursor: default;
53
+ speak: none;
54
+ }
55
+ /* makes the font 33% larger relative to the icon container */
56
+ .icon-large:before {
57
+ vertical-align: -10%;
58
+ font-size: 1.3333333333333333em;
59
+ }
60
+ /* makes sure icons active on rollover in links */
61
+ a [class^="icon-"],
62
+ a [class*=" icon-"] {
63
+ display: inline;
64
+ }
65
+ /* increased font size for icon-large */
66
+ [class^="icon-"].icon-fixed-width,
67
+ [class*=" icon-"].icon-fixed-width {
68
+ display: inline-block;
69
+ width: 1.1428571428571428em;
70
+ text-align: right;
71
+ padding-right: 0.2857142857142857em;
72
+ }
73
+ [class^="icon-"].icon-fixed-width.icon-large,
74
+ [class*=" icon-"].icon-fixed-width.icon-large {
75
+ width: 1.4285714285714286em;
76
+ }
77
+ .icons-ul {
78
+ margin-left: 2.142857142857143em;
79
+ list-style-type: none;
80
+ }
81
+ .icons-ul > li {
82
+ position: relative;
83
+ }
84
+ .icons-ul .icon-li {
85
+ position: absolute;
86
+ left: -2.142857142857143em;
87
+ width: 2.142857142857143em;
88
+ text-align: center;
89
+ line-height: inherit;
90
+ }
91
+ [class^="icon-"].hide,
92
+ [class*=" icon-"].hide {
93
+ display: none;
94
+ }
95
+ .icon-muted {
96
+ color: #eeeeee;
97
+ }
98
+ .icon-light {
99
+ color: #ffffff;
100
+ }
101
+ .icon-dark {
102
+ color: #333333;
103
+ }
104
+ .icon-border {
105
+ border: solid 1px #eeeeee;
106
+ padding: .2em .25em .15em;
107
+ -webkit-border-radius: 3px;
108
+ -moz-border-radius: 3px;
109
+ border-radius: 3px;
110
+ }
111
+ .icon-2x {
112
+ font-size: 2em;
113
+ }
114
+ .icon-2x.icon-border {
115
+ border-width: 2px;
116
+ -webkit-border-radius: 4px;
117
+ -moz-border-radius: 4px;
118
+ border-radius: 4px;
119
+ }
120
+ .icon-3x {
121
+ font-size: 3em;
122
+ }
123
+ .icon-3x.icon-border {
124
+ border-width: 3px;
125
+ -webkit-border-radius: 5px;
126
+ -moz-border-radius: 5px;
127
+ border-radius: 5px;
128
+ }
129
+ .icon-4x {
130
+ font-size: 4em;
131
+ }
132
+ .icon-4x.icon-border {
133
+ border-width: 4px;
134
+ -webkit-border-radius: 6px;
135
+ -moz-border-radius: 6px;
136
+ border-radius: 6px;
137
+ }
138
+ .icon-5x {
139
+ font-size: 5em;
140
+ }
141
+ .icon-5x.icon-border {
142
+ border-width: 5px;
143
+ -webkit-border-radius: 7px;
144
+ -moz-border-radius: 7px;
145
+ border-radius: 7px;
146
+ }
147
+ .pull-right {
148
+ float: right;
149
+ }
150
+ .pull-left {
151
+ float: left;
152
+ }
153
+ [class^="icon-"].pull-left,
154
+ [class*=" icon-"].pull-left {
155
+ margin-right: .3em;
156
+ }
157
+ [class^="icon-"].pull-right,
158
+ [class*=" icon-"].pull-right {
159
+ margin-left: .3em;
160
+ }
161
+ /* BOOTSTRAP SPECIFIC CLASSES
162
+ * -------------------------- */
163
+ /* Bootstrap 2.0 sprites.less reset */
164
+ [class^="icon-"],
165
+ [class*=" icon-"] {
166
+ display: inline;
167
+ width: auto;
168
+ height: auto;
169
+ line-height: normal;
170
+ vertical-align: baseline;
171
+ background-image: none;
172
+ background-position: 0% 0%;
173
+ background-repeat: repeat;
174
+ margin-top: 0;
175
+ }
176
+ /* more sprites.less reset */
177
+ .icon-white,
178
+ .nav-pills > .active > a > [class^="icon-"],
179
+ .nav-pills > .active > a > [class*=" icon-"],
180
+ .nav-list > .active > a > [class^="icon-"],
181
+ .nav-list > .active > a > [class*=" icon-"],
182
+ .navbar-inverse .nav > .active > a > [class^="icon-"],
183
+ .navbar-inverse .nav > .active > a > [class*=" icon-"],
184
+ .dropdown-menu > li > a:hover > [class^="icon-"],
185
+ .dropdown-menu > li > a:hover > [class*=" icon-"],
186
+ .dropdown-menu > .active > a > [class^="icon-"],
187
+ .dropdown-menu > .active > a > [class*=" icon-"],
188
+ .dropdown-submenu:hover > a > [class^="icon-"],
189
+ .dropdown-submenu:hover > a > [class*=" icon-"] {
190
+ background-image: none;
191
+ }
192
+ /* keeps Bootstrap styles with and without icons the same */
193
+ .btn [class^="icon-"].icon-large,
194
+ .nav [class^="icon-"].icon-large,
195
+ .btn [class*=" icon-"].icon-large,
196
+ .nav [class*=" icon-"].icon-large {
197
+ line-height: .9em;
198
+ }
199
+ .btn [class^="icon-"].icon-spin,
200
+ .nav [class^="icon-"].icon-spin,
201
+ .btn [class*=" icon-"].icon-spin,
202
+ .nav [class*=" icon-"].icon-spin {
203
+ display: inline-block;
204
+ }
205
+ .nav-tabs [class^="icon-"],
206
+ .nav-pills [class^="icon-"],
207
+ .nav-tabs [class*=" icon-"],
208
+ .nav-pills [class*=" icon-"],
209
+ .nav-tabs [class^="icon-"].icon-large,
210
+ .nav-pills [class^="icon-"].icon-large,
211
+ .nav-tabs [class*=" icon-"].icon-large,
212
+ .nav-pills [class*=" icon-"].icon-large {
213
+ line-height: .9em;
214
+ }
215
+ .btn [class^="icon-"].pull-left.icon-2x,
216
+ .btn [class*=" icon-"].pull-left.icon-2x,
217
+ .btn [class^="icon-"].pull-right.icon-2x,
218
+ .btn [class*=" icon-"].pull-right.icon-2x {
219
+ margin-top: .18em;
220
+ }
221
+ .btn [class^="icon-"].icon-spin.icon-large,
222
+ .btn [class*=" icon-"].icon-spin.icon-large {
223
+ line-height: .8em;
224
+ }
225
+ .btn.btn-small [class^="icon-"].pull-left.icon-2x,
226
+ .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
227
+ .btn.btn-small [class^="icon-"].pull-right.icon-2x,
228
+ .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
229
+ margin-top: .25em;
230
+ }
231
+ .btn.btn-large [class^="icon-"],
232
+ .btn.btn-large [class*=" icon-"] {
233
+ margin-top: 0;
234
+ }
235
+ .btn.btn-large [class^="icon-"].pull-left.icon-2x,
236
+ .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
237
+ .btn.btn-large [class^="icon-"].pull-right.icon-2x,
238
+ .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
239
+ margin-top: .05em;
240
+ }
241
+ .btn.btn-large [class^="icon-"].pull-left.icon-2x,
242
+ .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
243
+ margin-right: .2em;
244
+ }
245
+ .btn.btn-large [class^="icon-"].pull-right.icon-2x,
246
+ .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
247
+ margin-left: .2em;
248
+ }
249
+ /* EXTRAS
250
+ * -------------------------- */
251
+ /* Stacked and layered icon */
252
+ .icon-stack {
253
+ position: relative;
254
+ display: inline-block;
255
+ width: 2em;
256
+ height: 2em;
257
+ line-height: 2em;
258
+ vertical-align: -35%;
259
+ }
260
+ .icon-stack [class^="icon-"],
261
+ .icon-stack [class*=" icon-"] {
262
+ display: block;
263
+ text-align: center;
264
+ position: absolute;
265
+ width: 100%;
266
+ height: 100%;
267
+ font-size: 1em;
268
+ line-height: inherit;
269
+ *line-height: 2em;
270
+ }
271
+ .icon-stack .icon-stack-base {
272
+ font-size: 2em;
273
+ *line-height: 1em;
274
+ }
275
+ /* Animated rotating icon */
276
+ .icon-spin {
277
+ display: inline-block;
278
+ -moz-animation: spin 2s infinite linear;
279
+ -o-animation: spin 2s infinite linear;
280
+ -webkit-animation: spin 2s infinite linear;
281
+ animation: spin 2s infinite linear;
282
+ }
283
+ a .icon-spin {
284
+ display: inline-block;
285
+ text-decoration: none;
286
+ }
287
+ @-moz-keyframes spin {
288
+ 0% {
289
+ -moz-transform: rotate(0deg);
290
+ }
291
+ 100% {
292
+ -moz-transform: rotate(359deg);
293
+ }
294
+ }
295
+ @-webkit-keyframes spin {
296
+ 0% {
297
+ -webkit-transform: rotate(0deg);
298
+ }
299
+ 100% {
300
+ -webkit-transform: rotate(359deg);
301
+ }
302
+ }
303
+ @-o-keyframes spin {
304
+ 0% {
305
+ -o-transform: rotate(0deg);
306
+ }
307
+ 100% {
308
+ -o-transform: rotate(359deg);
309
+ }
310
+ }
311
+ @-ms-keyframes spin {
312
+ 0% {
313
+ -ms-transform: rotate(0deg);
314
+ }
315
+ 100% {
316
+ -ms-transform: rotate(359deg);
317
+ }
318
+ }
319
+ @keyframes spin {
320
+ 0% {
321
+ transform: rotate(0deg);
322
+ }
323
+ 100% {
324
+ transform: rotate(359deg);
325
+ }
326
+ }
327
+ /* Icon rotations and mirroring */
328
+ .icon-rotate-90:before {
329
+ -webkit-transform: rotate(90deg);
330
+ -moz-transform: rotate(90deg);
331
+ -ms-transform: rotate(90deg);
332
+ -o-transform: rotate(90deg);
333
+ transform: rotate(90deg);
334
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
335
+ }
336
+ .icon-rotate-180:before {
337
+ -webkit-transform: rotate(180deg);
338
+ -moz-transform: rotate(180deg);
339
+ -ms-transform: rotate(180deg);
340
+ -o-transform: rotate(180deg);
341
+ transform: rotate(180deg);
342
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
343
+ }
344
+ .icon-rotate-270:before {
345
+ -webkit-transform: rotate(270deg);
346
+ -moz-transform: rotate(270deg);
347
+ -ms-transform: rotate(270deg);
348
+ -o-transform: rotate(270deg);
349
+ transform: rotate(270deg);
350
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
351
+ }
352
+ .icon-flip-horizontal:before {
353
+ -webkit-transform: scale(-1, 1);
354
+ -moz-transform: scale(-1, 1);
355
+ -ms-transform: scale(-1, 1);
356
+ -o-transform: scale(-1, 1);
357
+ transform: scale(-1, 1);
358
+ }
359
+ .icon-flip-vertical:before {
360
+ -webkit-transform: scale(1, -1);
361
+ -moz-transform: scale(1, -1);
362
+ -ms-transform: scale(1, -1);
363
+ -o-transform: scale(1, -1);
364
+ transform: scale(1, -1);
365
+ }
366
+ /* ensure rotation occurs inside anchor tags */
367
+ a .icon-rotate-90:before,
368
+ a .icon-rotate-180:before,
369
+ a .icon-rotate-270:before,
370
+ a .icon-flip-horizontal:before,
371
+ a .icon-flip-vertical:before {
372
+ display: inline-block;
373
+ }
374
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
375
+ readers do not read off random characters that represent icons */
376
+ .icon-glass:before {
377
+ content: "\f000";
378
+ }
379
+ .icon-music:before {
380
+ content: "\f001";
381
+ }
382
+ .icon-search:before {
383
+ content: "\f002";
384
+ }
385
+ .icon-envelope-alt:before {
386
+ content: "\f003";
387
+ }
388
+ .icon-heart:before {
389
+ content: "\f004";
390
+ }
391
+ .icon-star:before {
392
+ content: "\f005";
393
+ }
394
+ .icon-star-empty:before {
395
+ content: "\f006";
396
+ }
397
+ .icon-user:before {
398
+ content: "\f007";
399
+ }
400
+ .icon-film:before {
401
+ content: "\f008";
402
+ }
403
+ .icon-th-large:before {
404
+ content: "\f009";
405
+ }
406
+ .icon-th:before {
407
+ content: "\f00a";
408
+ }
409
+ .icon-th-list:before {
410
+ content: "\f00b";
411
+ }
412
+ .icon-ok:before {
413
+ content: "\f00c";
414
+ }
415
+ .icon-remove:before {
416
+ content: "\f00d";
417
+ }
418
+ .icon-zoom-in:before {
419
+ content: "\f00e";
420
+ }
421
+ .icon-zoom-out:before {
422
+ content: "\f010";
423
+ }
424
+ .icon-power-off:before,
425
+ .icon-off:before {
426
+ content: "\f011";
427
+ }
428
+ .icon-signal:before {
429
+ content: "\f012";
430
+ }
431
+ .icon-cog:before {
432
+ content: "\f013";
433
+ }
434
+ .icon-trash:before {
435
+ content: "\f014";
436
+ }
437
+ .icon-home:before {
438
+ content: "\f015";
439
+ }
440
+ .icon-file-alt:before {
441
+ content: "\f016";
442
+ }
443
+ .icon-time:before {
444
+ content: "\f017";
445
+ }
446
+ .icon-road:before {
447
+ content: "\f018";
448
+ }
449
+ .icon-download-alt:before {
450
+ content: "\f019";
451
+ }
452
+ .icon-download:before {
453
+ content: "\f01a";
454
+ }
455
+ .icon-upload:before {
456
+ content: "\f01b";
457
+ }
458
+ .icon-inbox:before {
459
+ content: "\f01c";
460
+ }
461
+ .icon-play-circle:before {
462
+ content: "\f01d";
463
+ }
464
+ .icon-rotate-right:before,
465
+ .icon-repeat:before {
466
+ content: "\f01e";
467
+ }
468
+ .icon-refresh:before {
469
+ content: "\f021";
470
+ }
471
+ .icon-list-alt:before {
472
+ content: "\f022";
473
+ }
474
+ .icon-lock:before {
475
+ content: "\f023";
476
+ }
477
+ .icon-flag:before {
478
+ content: "\f024";
479
+ }
480
+ .icon-headphones:before {
481
+ content: "\f025";
482
+ }
483
+ .icon-volume-off:before {
484
+ content: "\f026";
485
+ }
486
+ .icon-volume-down:before {
487
+ content: "\f027";
488
+ }
489
+ .icon-volume-up:before {
490
+ content: "\f028";
491
+ }
492
+ .icon-qrcode:before {
493
+ content: "\f029";
494
+ }
495
+ .icon-barcode:before {
496
+ content: "\f02a";
497
+ }
498
+ .icon-tag:before {
499
+ content: "\f02b";
500
+ }
501
+ .icon-tags:before {
502
+ content: "\f02c";
503
+ }
504
+ .icon-book:before {
505
+ content: "\f02d";
506
+ }
507
+ .icon-bookmark:before {
508
+ content: "\f02e";
509
+ }
510
+ .icon-print:before {
511
+ content: "\f02f";
512
+ }
513
+ .icon-camera:before {
514
+ content: "\f030";
515
+ }
516
+ .icon-font:before {
517
+ content: "\f031";
518
+ }
519
+ .icon-bold:before {
520
+ content: "\f032";
521
+ }
522
+ .icon-italic:before {
523
+ content: "\f033";
524
+ }
525
+ .icon-text-height:before {
526
+ content: "\f034";
527
+ }
528
+ .icon-text-width:before {
529
+ content: "\f035";
530
+ }
531
+ .icon-align-left:before {
532
+ content: "\f036";
533
+ }
534
+ .icon-align-center:before {
535
+ content: "\f037";
536
+ }
537
+ .icon-align-right:before {
538
+ content: "\f038";
539
+ }
540
+ .icon-align-justify:before {
541
+ content: "\f039";
542
+ }
543
+ .icon-list:before {
544
+ content: "\f03a";
545
+ }
546
+ .icon-indent-left:before {
547
+ content: "\f03b";
548
+ }
549
+ .icon-indent-right:before {
550
+ content: "\f03c";
551
+ }
552
+ .icon-facetime-video:before {
553
+ content: "\f03d";
554
+ }
555
+ .icon-picture:before {
556
+ content: "\f03e";
557
+ }
558
+ .icon-pencil:before {
559
+ content: "\f040";
560
+ }
561
+ .icon-map-marker:before {
562
+ content: "\f041";
563
+ }
564
+ .icon-adjust:before {
565
+ content: "\f042";
566
+ }
567
+ .icon-tint:before {
568
+ content: "\f043";
569
+ }
570
+ .icon-edit:before {
571
+ content: "\f044";
572
+ }
573
+ .icon-share:before {
574
+ content: "\f045";
575
+ }
576
+ .icon-check:before {
577
+ content: "\f046";
578
+ }
579
+ .icon-move:before {
580
+ content: "\f047";
581
+ }
582
+ .icon-step-backward:before {
583
+ content: "\f048";
584
+ }
585
+ .icon-fast-backward:before {
586
+ content: "\f049";
587
+ }
588
+ .icon-backward:before {
589
+ content: "\f04a";
590
+ }
591
+ .icon-play:before {
592
+ content: "\f04b";
593
+ }
594
+ .icon-pause:before {
595
+ content: "\f04c";
596
+ }
597
+ .icon-stop:before {
598
+ content: "\f04d";
599
+ }
600
+ .icon-forward:before {
601
+ content: "\f04e";
602
+ }
603
+ .icon-fast-forward:before {
604
+ content: "\f050";
605
+ }
606
+ .icon-step-forward:before {
607
+ content: "\f051";
608
+ }
609
+ .icon-eject:before {
610
+ content: "\f052";
611
+ }
612
+ .icon-chevron-left:before {
613
+ content: "\f053";
614
+ }
615
+ .icon-chevron-right:before {
616
+ content: "\f054";
617
+ }
618
+ .icon-plus-sign:before {
619
+ content: "\f055";
620
+ }
621
+ .icon-minus-sign:before {
622
+ content: "\f056";
623
+ }
624
+ .icon-remove-sign:before {
625
+ content: "\f057";
626
+ }
627
+ .icon-ok-sign:before {
628
+ content: "\f058";
629
+ }
630
+ .icon-question-sign:before {
631
+ content: "\f059";
632
+ }
633
+ .icon-info-sign:before {
634
+ content: "\f05a";
635
+ }
636
+ .icon-screenshot:before {
637
+ content: "\f05b";
638
+ }
639
+ .icon-remove-circle:before {
640
+ content: "\f05c";
641
+ }
642
+ .icon-ok-circle:before {
643
+ content: "\f05d";
644
+ }
645
+ .icon-ban-circle:before {
646
+ content: "\f05e";
647
+ }
648
+ .icon-arrow-left:before {
649
+ content: "\f060";
650
+ }
651
+ .icon-arrow-right:before {
652
+ content: "\f061";
653
+ }
654
+ .icon-arrow-up:before {
655
+ content: "\f062";
656
+ }
657
+ .icon-arrow-down:before {
658
+ content: "\f063";
659
+ }
660
+ .icon-mail-forward:before,
661
+ .icon-share-alt:before {
662
+ content: "\f064";
663
+ }
664
+ .icon-resize-full:before {
665
+ content: "\f065";
666
+ }
667
+ .icon-resize-small:before {
668
+ content: "\f066";
669
+ }
670
+ .icon-plus:before {
671
+ content: "\f067";
672
+ }
673
+ .icon-minus:before {
674
+ content: "\f068";
675
+ }
676
+ .icon-asterisk:before {
677
+ content: "\f069";
678
+ }
679
+ .icon-exclamation-sign:before {
680
+ content: "\f06a";
681
+ }
682
+ .icon-gift:before {
683
+ content: "\f06b";
684
+ }
685
+ .icon-leaf:before {
686
+ content: "\f06c";
687
+ }
688
+ .icon-fire:before {
689
+ content: "\f06d";
690
+ }
691
+ .icon-eye-open:before {
692
+ content: "\f06e";
693
+ }
694
+ .icon-eye-close:before {
695
+ content: "\f070";
696
+ }
697
+ .icon-warning-sign:before {
698
+ content: "\f071";
699
+ }
700
+ .icon-plane:before {
701
+ content: "\f072";
702
+ }
703
+ .icon-calendar:before {
704
+ content: "\f073";
705
+ }
706
+ .icon-random:before {
707
+ content: "\f074";
708
+ }
709
+ .icon-comment:before {
710
+ content: "\f075";
711
+ }
712
+ .icon-magnet:before {
713
+ content: "\f076";
714
+ }
715
+ .icon-chevron-up:before {
716
+ content: "\f077";
717
+ }
718
+ .icon-chevron-down:before {
719
+ content: "\f078";
720
+ }
721
+ .icon-retweet:before {
722
+ content: "\f079";
723
+ }
724
+ .icon-shopping-cart:before {
725
+ content: "\f07a";
726
+ }
727
+ .icon-folder-close:before {
728
+ content: "\f07b";
729
+ }
730
+ .icon-folder-open:before {
731
+ content: "\f07c";
732
+ }
733
+ .icon-resize-vertical:before {
734
+ content: "\f07d";
735
+ }
736
+ .icon-resize-horizontal:before {
737
+ content: "\f07e";
738
+ }
739
+ .icon-bar-chart:before {
740
+ content: "\f080";
741
+ }
742
+ .icon-twitter-sign:before {
743
+ content: "\f081";
744
+ }
745
+ .icon-facebook-sign:before {
746
+ content: "\f082";
747
+ }
748
+ .icon-camera-retro:before {
749
+ content: "\f083";
750
+ }
751
+ .icon-key:before {
752
+ content: "\f084";
753
+ }
754
+ .icon-cogs:before {
755
+ content: "\f085";
756
+ }
757
+ .icon-comments:before {
758
+ content: "\f086";
759
+ }
760
+ .icon-thumbs-up-alt:before {
761
+ content: "\f087";
762
+ }
763
+ .icon-thumbs-down-alt:before {
764
+ content: "\f088";
765
+ }
766
+ .icon-star-half:before {
767
+ content: "\f089";
768
+ }
769
+ .icon-heart-empty:before {
770
+ content: "\f08a";
771
+ }
772
+ .icon-signout:before {
773
+ content: "\f08b";
774
+ }
775
+ .icon-linkedin-sign:before {
776
+ content: "\f08c";
777
+ }
778
+ .icon-pushpin:before {
779
+ content: "\f08d";
780
+ }
781
+ .icon-external-link:before {
782
+ content: "\f08e";
783
+ }
784
+ .icon-signin:before {
785
+ content: "\f090";
786
+ }
787
+ .icon-trophy:before {
788
+ content: "\f091";
789
+ }
790
+ .icon-github-sign:before {
791
+ content: "\f092";
792
+ }
793
+ .icon-upload-alt:before {
794
+ content: "\f093";
795
+ }
796
+ .icon-lemon:before {
797
+ content: "\f094";
798
+ }
799
+ .icon-phone:before {
800
+ content: "\f095";
801
+ }
802
+ .icon-unchecked:before,
803
+ .icon-check-empty:before {
804
+ content: "\f096";
805
+ }
806
+ .icon-bookmark-empty:before {
807
+ content: "\f097";
808
+ }
809
+ .icon-phone-sign:before {
810
+ content: "\f098";
811
+ }
812
+ .icon-twitter:before {
813
+ content: "\f099";
814
+ }
815
+ .icon-facebook:before {
816
+ content: "\f09a";
817
+ }
818
+ .icon-github:before {
819
+ content: "\f09b";
820
+ }
821
+ .icon-unlock:before {
822
+ content: "\f09c";
823
+ }
824
+ .icon-credit-card:before {
825
+ content: "\f09d";
826
+ }
827
+ .icon-rss:before {
828
+ content: "\f09e";
829
+ }
830
+ .icon-hdd:before {
831
+ content: "\f0a0";
832
+ }
833
+ .icon-bullhorn:before {
834
+ content: "\f0a1";
835
+ }
836
+ .icon-bell:before {
837
+ content: "\f0a2";
838
+ }
839
+ .icon-certificate:before {
840
+ content: "\f0a3";
841
+ }
842
+ .icon-hand-right:before {
843
+ content: "\f0a4";
844
+ }
845
+ .icon-hand-left:before {
846
+ content: "\f0a5";
847
+ }
848
+ .icon-hand-up:before {
849
+ content: "\f0a6";
850
+ }
851
+ .icon-hand-down:before {
852
+ content: "\f0a7";
853
+ }
854
+ .icon-circle-arrow-left:before {
855
+ content: "\f0a8";
856
+ }
857
+ .icon-circle-arrow-right:before {
858
+ content: "\f0a9";
859
+ }
860
+ .icon-circle-arrow-up:before {
861
+ content: "\f0aa";
862
+ }
863
+ .icon-circle-arrow-down:before {
864
+ content: "\f0ab";
865
+ }
866
+ .icon-globe:before {
867
+ content: "\f0ac";
868
+ }
869
+ .icon-wrench:before {
870
+ content: "\f0ad";
871
+ }
872
+ .icon-tasks:before {
873
+ content: "\f0ae";
874
+ }
875
+ .icon-filter:before {
876
+ content: "\f0b0";
877
+ }
878
+ .icon-briefcase:before {
879
+ content: "\f0b1";
880
+ }
881
+ .icon-fullscreen:before {
882
+ content: "\f0b2";
883
+ }
884
+ .icon-group:before {
885
+ content: "\f0c0";
886
+ }
887
+ .icon-link:before {
888
+ content: "\f0c1";
889
+ }
890
+ .icon-cloud:before {
891
+ content: "\f0c2";
892
+ }
893
+ .icon-beaker:before {
894
+ content: "\f0c3";
895
+ }
896
+ .icon-cut:before {
897
+ content: "\f0c4";
898
+ }
899
+ .icon-copy:before {
900
+ content: "\f0c5";
901
+ }
902
+ .icon-paperclip:before,
903
+ .icon-paper-clip:before {
904
+ content: "\f0c6";
905
+ }
906
+ .icon-save:before {
907
+ content: "\f0c7";
908
+ }
909
+ .icon-sign-blank:before {
910
+ content: "\f0c8";
911
+ }
912
+ .icon-reorder:before {
913
+ content: "\f0c9";
914
+ }
915
+ .icon-list-ul:before {
916
+ content: "\f0ca";
917
+ }
918
+ .icon-list-ol:before {
919
+ content: "\f0cb";
920
+ }
921
+ .icon-strikethrough:before {
922
+ content: "\f0cc";
923
+ }
924
+ .icon-underline:before {
925
+ content: "\f0cd";
926
+ }
927
+ .icon-table:before {
928
+ content: "\f0ce";
929
+ }
930
+ .icon-magic:before {
931
+ content: "\f0d0";
932
+ }
933
+ .icon-truck:before {
934
+ content: "\f0d1";
935
+ }
936
+ .icon-pinterest:before {
937
+ content: "\f0d2";
938
+ }
939
+ .icon-pinterest-sign:before {
940
+ content: "\f0d3";
941
+ }
942
+ .icon-google-plus-sign:before {
943
+ content: "\f0d4";
944
+ }
945
+ .icon-google-plus:before {
946
+ content: "\f0d5";
947
+ }
948
+ .icon-money:before {
949
+ content: "\f0d6";
950
+ }
951
+ .icon-caret-down:before {
952
+ content: "\f0d7";
953
+ }
954
+ .icon-caret-up:before {
955
+ content: "\f0d8";
956
+ }
957
+ .icon-caret-left:before {
958
+ content: "\f0d9";
959
+ }
960
+ .icon-caret-right:before {
961
+ content: "\f0da";
962
+ }
963
+ .icon-columns:before {
964
+ content: "\f0db";
965
+ }
966
+ .icon-sort:before {
967
+ content: "\f0dc";
968
+ }
969
+ .icon-sort-down:before {
970
+ content: "\f0dd";
971
+ }
972
+ .icon-sort-up:before {
973
+ content: "\f0de";
974
+ }
975
+ .icon-envelope:before {
976
+ content: "\f0e0";
977
+ }
978
+ .icon-linkedin:before {
979
+ content: "\f0e1";
980
+ }
981
+ .icon-rotate-left:before,
982
+ .icon-undo:before {
983
+ content: "\f0e2";
984
+ }
985
+ .icon-legal:before {
986
+ content: "\f0e3";
987
+ }
988
+ .icon-dashboard:before {
989
+ content: "\f0e4";
990
+ }
991
+ .icon-comment-alt:before {
992
+ content: "\f0e5";
993
+ }
994
+ .icon-comments-alt:before {
995
+ content: "\f0e6";
996
+ }
997
+ .icon-bolt:before {
998
+ content: "\f0e7";
999
+ }
1000
+ .icon-sitemap:before {
1001
+ content: "\f0e8";
1002
+ }
1003
+ .icon-umbrella:before {
1004
+ content: "\f0e9";
1005
+ }
1006
+ .icon-paste:before {
1007
+ content: "\f0ea";
1008
+ }
1009
+ .icon-lightbulb:before {
1010
+ content: "\f0eb";
1011
+ }
1012
+ .icon-exchange:before {
1013
+ content: "\f0ec";
1014
+ }
1015
+ .icon-cloud-download:before {
1016
+ content: "\f0ed";
1017
+ }
1018
+ .icon-cloud-upload:before {
1019
+ content: "\f0ee";
1020
+ }
1021
+ .icon-user-md:before {
1022
+ content: "\f0f0";
1023
+ }
1024
+ .icon-stethoscope:before {
1025
+ content: "\f0f1";
1026
+ }
1027
+ .icon-suitcase:before {
1028
+ content: "\f0f2";
1029
+ }
1030
+ .icon-bell-alt:before {
1031
+ content: "\f0f3";
1032
+ }
1033
+ .icon-coffee:before {
1034
+ content: "\f0f4";
1035
+ }
1036
+ .icon-food:before {
1037
+ content: "\f0f5";
1038
+ }
1039
+ .icon-file-text-alt:before {
1040
+ content: "\f0f6";
1041
+ }
1042
+ .icon-building:before {
1043
+ content: "\f0f7";
1044
+ }
1045
+ .icon-hospital:before {
1046
+ content: "\f0f8";
1047
+ }
1048
+ .icon-ambulance:before {
1049
+ content: "\f0f9";
1050
+ }
1051
+ .icon-medkit:before {
1052
+ content: "\f0fa";
1053
+ }
1054
+ .icon-fighter-jet:before {
1055
+ content: "\f0fb";
1056
+ }
1057
+ .icon-beer:before {
1058
+ content: "\f0fc";
1059
+ }
1060
+ .icon-h-sign:before {
1061
+ content: "\f0fd";
1062
+ }
1063
+ .icon-plus-sign-alt:before {
1064
+ content: "\f0fe";
1065
+ }
1066
+ .icon-double-angle-left:before {
1067
+ content: "\f100";
1068
+ }
1069
+ .icon-double-angle-right:before {
1070
+ content: "\f101";
1071
+ }
1072
+ .icon-double-angle-up:before {
1073
+ content: "\f102";
1074
+ }
1075
+ .icon-double-angle-down:before {
1076
+ content: "\f103";
1077
+ }
1078
+ .icon-angle-left:before {
1079
+ content: "\f104";
1080
+ }
1081
+ .icon-angle-right:before {
1082
+ content: "\f105";
1083
+ }
1084
+ .icon-angle-up:before {
1085
+ content: "\f106";
1086
+ }
1087
+ .icon-angle-down:before {
1088
+ content: "\f107";
1089
+ }
1090
+ .icon-desktop:before {
1091
+ content: "\f108";
1092
+ }
1093
+ .icon-laptop:before {
1094
+ content: "\f109";
1095
+ }
1096
+ .icon-tablet:before {
1097
+ content: "\f10a";
1098
+ }
1099
+ .icon-mobile-phone:before {
1100
+ content: "\f10b";
1101
+ }
1102
+ .icon-circle-blank:before {
1103
+ content: "\f10c";
1104
+ }
1105
+ .icon-quote-left:before {
1106
+ content: "\f10d";
1107
+ }
1108
+ .icon-quote-right:before {
1109
+ content: "\f10e";
1110
+ }
1111
+ .icon-spinner:before {
1112
+ content: "\f110";
1113
+ }
1114
+ .icon-circle:before {
1115
+ content: "\f111";
1116
+ }
1117
+ .icon-mail-reply:before,
1118
+ .icon-reply:before {
1119
+ content: "\f112";
1120
+ }
1121
+ .icon-github-alt:before {
1122
+ content: "\f113";
1123
+ }
1124
+ .icon-folder-close-alt:before {
1125
+ content: "\f114";
1126
+ }
1127
+ .icon-folder-open-alt:before {
1128
+ content: "\f115";
1129
+ }
1130
+ .icon-expand-alt:before {
1131
+ content: "\f116";
1132
+ }
1133
+ .icon-collapse-alt:before {
1134
+ content: "\f117";
1135
+ }
1136
+ .icon-smile:before {
1137
+ content: "\f118";
1138
+ }
1139
+ .icon-frown:before {
1140
+ content: "\f119";
1141
+ }
1142
+ .icon-meh:before {
1143
+ content: "\f11a";
1144
+ }
1145
+ .icon-gamepad:before {
1146
+ content: "\f11b";
1147
+ }
1148
+ .icon-keyboard:before {
1149
+ content: "\f11c";
1150
+ }
1151
+ .icon-flag-alt:before {
1152
+ content: "\f11d";
1153
+ }
1154
+ .icon-flag-checkered:before {
1155
+ content: "\f11e";
1156
+ }
1157
+ .icon-terminal:before {
1158
+ content: "\f120";
1159
+ }
1160
+ .icon-code:before {
1161
+ content: "\f121";
1162
+ }
1163
+ .icon-reply-all:before {
1164
+ content: "\f122";
1165
+ }
1166
+ .icon-mail-reply-all:before {
1167
+ content: "\f122";
1168
+ }
1169
+ .icon-star-half-full:before,
1170
+ .icon-star-half-empty:before {
1171
+ content: "\f123";
1172
+ }
1173
+ .icon-location-arrow:before {
1174
+ content: "\f124";
1175
+ }
1176
+ .icon-crop:before {
1177
+ content: "\f125";
1178
+ }
1179
+ .icon-code-fork:before {
1180
+ content: "\f126";
1181
+ }
1182
+ .icon-unlink:before {
1183
+ content: "\f127";
1184
+ }
1185
+ .icon-question:before {
1186
+ content: "\f128";
1187
+ }
1188
+ .icon-info:before {
1189
+ content: "\f129";
1190
+ }
1191
+ .icon-exclamation:before {
1192
+ content: "\f12a";
1193
+ }
1194
+ .icon-superscript:before {
1195
+ content: "\f12b";
1196
+ }
1197
+ .icon-subscript:before {
1198
+ content: "\f12c";
1199
+ }
1200
+ .icon-eraser:before {
1201
+ content: "\f12d";
1202
+ }
1203
+ .icon-puzzle-piece:before {
1204
+ content: "\f12e";
1205
+ }
1206
+ .icon-microphone:before {
1207
+ content: "\f130";
1208
+ }
1209
+ .icon-microphone-off:before {
1210
+ content: "\f131";
1211
+ }
1212
+ .icon-shield:before {
1213
+ content: "\f132";
1214
+ }
1215
+ .icon-calendar-empty:before {
1216
+ content: "\f133";
1217
+ }
1218
+ .icon-fire-extinguisher:before {
1219
+ content: "\f134";
1220
+ }
1221
+ .icon-rocket:before {
1222
+ content: "\f135";
1223
+ }
1224
+ .icon-maxcdn:before {
1225
+ content: "\f136";
1226
+ }
1227
+ .icon-chevron-sign-left:before {
1228
+ content: "\f137";
1229
+ }
1230
+ .icon-chevron-sign-right:before {
1231
+ content: "\f138";
1232
+ }
1233
+ .icon-chevron-sign-up:before {
1234
+ content: "\f139";
1235
+ }
1236
+ .icon-chevron-sign-down:before {
1237
+ content: "\f13a";
1238
+ }
1239
+ .icon-html5:before {
1240
+ content: "\f13b";
1241
+ }
1242
+ .icon-css3:before {
1243
+ content: "\f13c";
1244
+ }
1245
+ .icon-anchor:before {
1246
+ content: "\f13d";
1247
+ }
1248
+ .icon-unlock-alt:before {
1249
+ content: "\f13e";
1250
+ }
1251
+ .icon-bullseye:before {
1252
+ content: "\f140";
1253
+ }
1254
+ .icon-ellipsis-horizontal:before {
1255
+ content: "\f141";
1256
+ }
1257
+ .icon-ellipsis-vertical:before {
1258
+ content: "\f142";
1259
+ }
1260
+ .icon-rss-sign:before {
1261
+ content: "\f143";
1262
+ }
1263
+ .icon-play-sign:before {
1264
+ content: "\f144";
1265
+ }
1266
+ .icon-ticket:before {
1267
+ content: "\f145";
1268
+ }
1269
+ .icon-minus-sign-alt:before {
1270
+ content: "\f146";
1271
+ }
1272
+ .icon-check-minus:before {
1273
+ content: "\f147";
1274
+ }
1275
+ .icon-level-up:before {
1276
+ content: "\f148";
1277
+ }
1278
+ .icon-level-down:before {
1279
+ content: "\f149";
1280
+ }
1281
+ .icon-check-sign:before {
1282
+ content: "\f14a";
1283
+ }
1284
+ .icon-edit-sign:before {
1285
+ content: "\f14b";
1286
+ }
1287
+ .icon-external-link-sign:before {
1288
+ content: "\f14c";
1289
+ }
1290
+ .icon-share-sign:before {
1291
+ content: "\f14d";
1292
+ }
1293
+ .icon-compass:before {
1294
+ content: "\f14e";
1295
+ }
1296
+ .icon-collapse:before {
1297
+ content: "\f150";
1298
+ }
1299
+ .icon-collapse-top:before {
1300
+ content: "\f151";
1301
+ }
1302
+ .icon-expand:before {
1303
+ content: "\f152";
1304
+ }
1305
+ .icon-euro:before,
1306
+ .icon-eur:before {
1307
+ content: "\f153";
1308
+ }
1309
+ .icon-gbp:before {
1310
+ content: "\f154";
1311
+ }
1312
+ .icon-dollar:before,
1313
+ .icon-usd:before {
1314
+ content: "\f155";
1315
+ }
1316
+ .icon-rupee:before,
1317
+ .icon-inr:before {
1318
+ content: "\f156";
1319
+ }
1320
+ .icon-yen:before,
1321
+ .icon-jpy:before {
1322
+ content: "\f157";
1323
+ }
1324
+ .icon-renminbi:before,
1325
+ .icon-cny:before {
1326
+ content: "\f158";
1327
+ }
1328
+ .icon-won:before,
1329
+ .icon-krw:before {
1330
+ content: "\f159";
1331
+ }
1332
+ .icon-bitcoin:before,
1333
+ .icon-btc:before {
1334
+ content: "\f15a";
1335
+ }
1336
+ .icon-file:before {
1337
+ content: "\f15b";
1338
+ }
1339
+ .icon-file-text:before {
1340
+ content: "\f15c";
1341
+ }
1342
+ .icon-sort-by-alphabet:before {
1343
+ content: "\f15d";
1344
+ }
1345
+ .icon-sort-by-alphabet-alt:before {
1346
+ content: "\f15e";
1347
+ }
1348
+ .icon-sort-by-attributes:before {
1349
+ content: "\f160";
1350
+ }
1351
+ .icon-sort-by-attributes-alt:before {
1352
+ content: "\f161";
1353
+ }
1354
+ .icon-sort-by-order:before {
1355
+ content: "\f162";
1356
+ }
1357
+ .icon-sort-by-order-alt:before {
1358
+ content: "\f163";
1359
+ }
1360
+ .icon-thumbs-up:before {
1361
+ content: "\f164";
1362
+ }
1363
+ .icon-thumbs-down:before {
1364
+ content: "\f165";
1365
+ }
1366
+ .icon-youtube-sign:before {
1367
+ content: "\f166";
1368
+ }
1369
+ .icon-youtube:before {
1370
+ content: "\f167";
1371
+ }
1372
+ .icon-xing:before {
1373
+ content: "\f168";
1374
+ }
1375
+ .icon-xing-sign:before {
1376
+ content: "\f169";
1377
+ }
1378
+ .icon-youtube-play:before {
1379
+ content: "\f16a";
1380
+ }
1381
+ .icon-dropbox:before {
1382
+ content: "\f16b";
1383
+ }
1384
+ .icon-stackexchange:before {
1385
+ content: "\f16c";
1386
+ }
1387
+ .icon-instagram:before {
1388
+ content: "\f16d";
1389
+ }
1390
+ .icon-flickr:before {
1391
+ content: "\f16e";
1392
+ }
1393
+ .icon-adn:before {
1394
+ content: "\f170";
1395
+ }
1396
+ .icon-bitbucket:before {
1397
+ content: "\f171";
1398
+ }
1399
+ .icon-bitbucket-sign:before {
1400
+ content: "\f172";
1401
+ }
1402
+ .icon-tumblr:before {
1403
+ content: "\f173";
1404
+ }
1405
+ .icon-tumblr-sign:before {
1406
+ content: "\f174";
1407
+ }
1408
+ .icon-long-arrow-down:before {
1409
+ content: "\f175";
1410
+ }
1411
+ .icon-long-arrow-up:before {
1412
+ content: "\f176";
1413
+ }
1414
+ .icon-long-arrow-left:before {
1415
+ content: "\f177";
1416
+ }
1417
+ .icon-long-arrow-right:before {
1418
+ content: "\f178";
1419
+ }
1420
+ .icon-apple:before {
1421
+ content: "\f179";
1422
+ }
1423
+ .icon-windows:before {
1424
+ content: "\f17a";
1425
+ }
1426
+ .icon-android:before {
1427
+ content: "\f17b";
1428
+ }
1429
+ .icon-linux:before {
1430
+ content: "\f17c";
1431
+ }
1432
+ .icon-dribble:before {
1433
+ content: "\f17d";
1434
+ }
1435
+ .icon-skype:before {
1436
+ content: "\f17e";
1437
+ }
1438
+ .icon-foursquare:before {
1439
+ content: "\f180";
1440
+ }
1441
+ .icon-trello:before {
1442
+ content: "\f181";
1443
+ }
1444
+ .icon-female:before {
1445
+ content: "\f182";
1446
+ }
1447
+ .icon-male:before {
1448
+ content: "\f183";
1449
+ }
1450
+ .icon-gittip:before {
1451
+ content: "\f184";
1452
+ }
1453
+ .icon-sun:before {
1454
+ content: "\f185";
1455
+ }
1456
+ .icon-moon:before {
1457
+ content: "\f186";
1458
+ }
1459
+ .icon-archive:before {
1460
+ content: "\f187";
1461
+ }
1462
+ .icon-bug:before {
1463
+ content: "\f188";
1464
+ }
1465
+ .icon-vk:before {
1466
+ content: "\f189";
1467
+ }
1468
+ .icon-weibo:before {
1469
+ content: "\f18a";
1470
+ }
1471
+ .icon-renren:before {
1472
+ content: "\f18b";
1473
+ }