font_awesome 3.2.1 → 3.101.0

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