Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
/*!
2
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
3
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
4
 *
5
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
6
 *
7
 * Contacts:
8
 *    [ https://icons8.com/contact ]
9
 *
10
 * Follow Icon8 on
11
 *    Twitter [ https://twitter.com/icons_8 ]
12
 *    Facebook [ https://www.facebook.com/Icons8 ]
13
 *    Google+ [ https://plus.google.com/+Icons8 ]
14
 *    GitHub [ https://github.com/icons8 ]
15
 */
16
 
17
@font-face {
18
  font-family: "LineAwesome";
19
  src: url("../fonts/line-awesome.eot?v=1.1.");
20
  src: url("../fonts/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"),
21
       url("../fonts/line-awesome.woff2?v=1.1.") format("woff2"),
22
       url("../fonts/line-awesome.woff?v=1.1.") format("woff"),
23
       url("../fonts/line-awesome.ttf?v=1.1.") format("truetype"),
24
       url("../fonts/line-awesome.svg?v=1.1.#fa") format("svg");
25
  font-weight: normal;
26
  font-style: normal;
27
}
28
 
29
@media screen and (-webkit-min-device-pixel-ratio:0) {
30
  @font-face {
31
    font-family: "LineAwesome";
32
    src: url("../fonts/line-awesome.svg?v=1.1.#fa") format("svg");
33
  }
34
}
35
 
36
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
37
.la {
38
    display: inline-block;
39
    font: normal normal normal 16px/1 "LineAwesome";
40
    font-size: inherit;
41
    text-decoration: inherit;
42
    text-rendering: optimizeLegibility;
43
    text-transform: none;
44
    -moz-osx-font-smoothing: grayscale;
45
    -webkit-font-smoothing: antialiased;
46
    font-smoothing: antialiased;
47
}
48
/* makes the font 33% larger relative to the icon container */
49
.la-lg {
50
    font-size: 1.33333333em;
51
    line-height: 0.75em;
52
    vertical-align: -15%;
53
}
54
.la-2x {
55
    font-size: 2em;
56
}
57
.la-3x {
58
    font-size: 3em;
59
}
60
.la-4x {
61
    font-size: 4em;
62
}
63
.la-5x {
64
    font-size: 5em;
65
}
66
.la-fw {
67
    width: 1.28571429em;
68
    text-align: center;
69
}
70
.la-ul {
71
    padding-left: 0;
72
    margin-left: 2.14285714em;
73
    list-style-type: none;
74
}
75
.la-ul > li {
76
    position: relative;
77
}
78
.la-li {
79
    position: absolute;
80
    left: -2.14285714em;
81
    width: 2.14285714em;
82
    top: 0.14285714em;
83
    text-align: center;
84
}
85
.la-li.la-lg {
86
    left: -1.85714286em;
87
}
88
.la-border {
89
    padding: .2em .25em .15em;
90
    border: solid 0.08em #eeeeee;
91
    border-radius: .1em;
92
}
93
.pull-right {
94
    float: right;
95
}
96
.pull-left {
97
    float: left;
98
}
99
.li.pull-left {
100
    margin-right: .3em;
101
}
102
.li.pull-right {
103
    margin-left: .3em;
104
}
105
.la-spin {
106
    -webkit-animation: fa-spin 2s infinite linear;
107
    animation: fa-spin 2s infinite linear;
108
}
109
@-webkit-keyframes fa-spin {
110
    0% {
111
        -webkit-transform: rotate(0deg);
112
        transform: rotate(0deg);
113
    }
114
    100% {
115
        -webkit-transform: rotate(359deg);
116
        transform: rotate(359deg);
117
    }
118
}
119
@keyframes fa-spin {
120
    0% {
121
        -webkit-transform: rotate(0deg);
122
        transform: rotate(0deg);
123
    }
124
    100% {
125
        -webkit-transform: rotate(359deg);
126
        transform: rotate(359deg);
127
    }
128
}
129
.la-rotate-90 {
130
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
131
    -webkit-transform: rotate(90deg);
132
    -ms-transform: rotate(90deg);
133
    transform: rotate(90deg);
134
}
135
.la-rotate-180 {
136
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
137
    -webkit-transform: rotate(180deg);
138
    -ms-transform: rotate(180deg);
139
    transform: rotate(180deg);
140
}
141
.la-rotate-270 {
142
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
143
    -webkit-transform: rotate(270deg);
144
    -ms-transform: rotate(270deg);
145
    transform: rotate(270deg);
146
}
147
.la-flip-horizontal {
148
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
149
    -webkit-transform: scale(-1, 1);
150
    -ms-transform: scale(-1, 1);
151
    transform: scale(-1, 1);
152
}
153
.la-flip-vertical {
154
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
155
    -webkit-transform: scale(1, -1);
156
    -ms-transform: scale(1, -1);
157
    transform: scale(1, -1);
158
}
159
:root .la-rotate-90,
160
:root .la-rotate-180,
161
:root .la-rotate-270,
162
:root .la-flip-horizontal,
163
:root .la-flip-vertical {
164
    filter: none;
165
}
166
.la-stack {
167
    position: relative;
168
    display: inline-block;
169
    width: 2em;
170
    height: 2em;
171
    line-height: 2em;
172
    vertical-align: middle;
173
}
174
.la-stack-1x,
175
.la-stack-2x {
176
    position: absolute;
177
    left: 0;
178
    width: 100%;
179
    text-align: center;
180
}
181
.la-stack-1x {
182
    line-height: inherit;
183
}
184
.la-stack-2x {
185
    font-size: 2em;
186
}
187
.la-inverse {
188
    color: #ffffff;
189
}
190
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
191
 
192
.la-500px:before { content: "\f100"; }
193
.la-adjust:before { content: "\f101"; }
194
.la-adn:before { content: "\f102"; }
195
.la-align-center:before { content: "\f103"; }
196
.la-align-justify:before { content: "\f104"; }
197
.la-align-left:before { content: "\f105"; }
198
.la-align-right:before { content: "\f106"; }
199
.la-amazon:before { content: "\f107"; }
200
.la-ambulance:before { content: "\f108"; }
201
.la-anchor:before { content: "\f109"; }
202
.la-android:before { content: "\f10a"; }
203
.la-angellist:before { content: "\f10b"; }
204
.la-angle-double-down:before { content: "\f10c"; }
205
.la-angle-double-left:before { content: "\f10d"; }
206
.la-angle-double-right:before { content: "\f10e"; }
207
.la-angle-double-up:before { content: "\f10f"; }
208
.la-angle-down:before { content: "\f110"; }
209
.la-angle-left:before { content: "\f111"; }
210
.la-angle-right:before { content: "\f112"; }
211
.la-angle-up:before { content: "\f113"; }
212
.la-apple:before { content: "\f114"; }
213
.la-archive:before { content: "\f115"; }
214
.la-area-chart:before { content: "\f116"; }
215
.la-arrow-circle-down:before { content: "\f117"; }
216
.la-arrow-circle-left:before { content: "\f118"; }
217
.la-arrow-circle-o-down:before { content: "\f119"; }
218
.la-arrow-circle-o-left:before { content: "\f11a"; }
219
.la-arrow-circle-o-right:before { content: "\f11b"; }
220
.la-arrow-circle-o-up:before { content: "\f11c"; }
221
.la-arrow-circle-right:before { content: "\f11d"; }
222
.la-arrow-circle-up:before { content: "\f11e"; }
223
.la-arrow-down:before { content: "\f11f"; }
224
.la-arrow-left:before { content: "\f120"; }
225
.la-arrow-right:before { content: "\f121"; }
226
.la-arrow-up:before { content: "\f122"; }
227
.la-arrows:before { content: "\f123"; }
228
.la-arrows-alt:before { content: "\f124"; }
229
.la-arrows-h:before { content: "\f125"; }
230
.la-arrows-v:before { content: "\f126"; }
231
.la-asterisk:before { content: "\f127"; }
232
.la-at:before { content: "\f128"; }
233
.la-automobile:before { content: "\f129"; }
234
.la-backward:before { content: "\f12a"; }
235
.la-balance-scale:before { content: "\f12b"; }
236
.la-ban:before { content: "\f12c"; }
237
.la-bank:before { content: "\f12d"; }
238
.la-bar-chart:before { content: "\f12e"; }
239
.la-bar-chart-o:before { content: "\f12f"; }
240
.la-barcode:before { content: "\f130"; }
241
.la-bars:before { content: "\f131"; }
242
.la-battery-0:before { content: "\f132"; }
243
.la-battery-1:before { content: "\f133"; }
244
.la-battery-2:before { content: "\f134"; }
245
.la-battery-3:before { content: "\f135"; }
246
.la-battery-4:before { content: "\f136"; }
247
.la-battery-empty:before { content: "\f137"; }
248
.la-battery-full:before { content: "\f138"; }
249
.la-battery-half:before { content: "\f139"; }
250
.la-battery-quarter:before { content: "\f13a"; }
251
.la-battery-three-quarters:before { content: "\f13b"; }
252
.la-bed:before { content: "\f13c"; }
253
.la-beer:before { content: "\f13d"; }
254
.la-behance:before { content: "\f13e"; }
255
.la-behance-square:before { content: "\f13f"; }
256
.la-bell:before { content: "\f140"; }
257
.la-bell-o:before { content: "\f141"; }
258
.la-bell-slash:before { content: "\f142"; }
259
.la-bell-slash-o:before { content: "\f143"; }
260
.la-bicycle:before { content: "\f144"; }
261
.la-binoculars:before { content: "\f145"; }
262
.la-birthday-cake:before { content: "\f146"; }
263
.la-bitbucket:before { content: "\f147"; }
264
.la-bitbucket-square:before { content: "\f148"; }
265
.la-bitcoin:before { content: "\f149"; }
266
.la-black-tie:before { content: "\f14a"; }
267
.la-bold:before { content: "\f14b"; }
268
.la-bolt:before { content: "\f14c"; }
269
.la-bomb:before { content: "\f14d"; }
270
.la-book:before { content: "\f14e"; }
271
.la-bookmark:before { content: "\f14f"; }
272
.la-bookmark-o:before { content: "\f150"; }
273
.la-briefcase:before { content: "\f151"; }
274
.la-btc:before { content: "\f152"; }
275
.la-bug:before { content: "\f153"; }
276
.la-building:before { content: "\f154"; }
277
.la-building-o:before { content: "\f155"; }
278
.la-bullhorn:before { content: "\f156"; }
279
.la-bullseye:before { content: "\f157"; }
280
.la-bus:before { content: "\f158"; }
281
.la-buysellads:before { content: "\f159"; }
282
.la-cab:before { content: "\f15a"; }
283
.la-calculator:before { content: "\f15b"; }
284
.la-calendar:before { content: "\f15c"; }
285
.la-calendar-check-o:before { content: "\f15d"; }
286
.la-calendar-minus-o:before { content: "\f15e"; }
287
.la-calendar-o:before { content: "\f15f"; }
288
.la-calendar-plus-o:before { content: "\f160"; }
289
.la-calendar-times-o:before { content: "\f161"; }
290
.la-camera:before { content: "\f162"; }
291
.la-camera-retro:before { content: "\f163"; }
292
.la-car:before { content: "\f164"; }
293
.la-caret-down:before { content: "\f165"; }
294
.la-caret-left:before { content: "\f166"; }
295
.la-caret-right:before { content: "\f167"; }
296
.la-caret-square-o-down:before, .la-toggle-down:before { content: "\f168"; }
297
.la-caret-square-o-left:before, .la-toggle-left:before { content: "\f169"; }
298
.la-caret-square-o-right:before, .la-toggle-right:before { content: "\f16a"; }
299
.la-caret-square-o-up:before, .la-toggle-up:before { content: "\f16b"; }
300
.la-caret-up:before { content: "\f16c"; }
301
.la-cart-arrow-down:before { content: "\f16d"; }
302
.la-cart-plus:before { content: "\f16e"; }
303
.la-cc:before { content: "\f16f"; }
304
.la-cc-amex:before { content: "\f170"; }
305
.la-cc-diners-club:before { content: "\f171"; }
306
.la-cc-discover:before { content: "\f172"; }
307
.la-cc-jcb:before { content: "\f173"; }
308
.la-cc-mastercard:before { content: "\f174"; }
309
.la-cc-paypal:before { content: "\f175"; }
310
.la-cc-stripe:before { content: "\f176"; }
311
.la-cc-visa:before { content: "\f177"; }
312
.la-certificate:before { content: "\f178"; }
313
.la-chain:before { content: "\f179"; }
314
.la-chain-broken:before { content: "\f17a"; }
315
.la-check:before { content: "\f17b"; }
316
.la-check-circle:before { content: "\f17c"; }
317
.la-check-circle-o:before { content: "\f17d"; }
318
.la-check-square:before { content: "\f17e"; }
319
.la-check-square-o:before { content: "\f17f"; }
320
.la-chevron-circle-down:before { content: "\f180"; }
321
.la-chevron-circle-left:before { content: "\f181"; }
322
.la-chevron-circle-right:before { content: "\f182"; }
323
.la-chevron-circle-up:before { content: "\f183"; }
324
.la-chevron-down:before { content: "\f184"; }
325
.la-chevron-left:before { content: "\f185"; }
326
.la-chevron-right:before { content: "\f186"; }
327
.la-chevron-up:before { content: "\f187"; }
328
.la-child:before { content: "\f188"; }
329
.la-chrome:before { content: "\f189"; }
330
.la-circle:before { content: "\f18a"; }
331
.la-circle-o:before { content: "\f18b"; }
332
.la-circle-o-notch:before { content: "\f18c"; }
333
.la-circle-thin:before { content: "\f18d"; }
334
.la-clipboard:before { content: "\f18e"; }
335
.la-clock-o:before { content: "\f18f"; }
336
.la-clone:before { content: "\f190"; }
337
.la-close:before { content: "\f191"; }
338
.la-cloud:before { content: "\f192"; }
339
.la-cloud-download:before { content: "\f193"; }
340
.la-cloud-upload:before { content: "\f194"; }
341
.la-cny:before { content: "\f195"; }
342
.la-code:before { content: "\f196"; }
343
.la-code-fork:before { content: "\f197"; }
344
.la-codepen:before { content: "\f198"; }
345
.la-coffee:before { content: "\f199"; }
346
.la-cog:before { content: "\f19a"; }
347
.la-cogs:before { content: "\f19b"; }
348
.la-columns:before { content: "\f19c"; }
349
.la-comment:before { content: "\f19d"; }
350
.la-comment-o:before { content: "\f19e"; }
351
.la-commenting:before { content: "\f19f"; }
352
.la-commenting-o:before { content: "\f1a0"; }
353
.la-comments:before { content: "\f1a1"; }
354
.la-comments-o:before { content: "\f1a2"; }
355
.la-compass:before { content: "\f1a3"; }
356
.la-compress:before { content: "\f1a4"; }
357
.la-connectdevelop:before { content: "\f1a5"; }
358
.la-contao:before { content: "\f1a6"; }
359
.la-copy:before { content: "\f1a7"; }
360
.la-copyright:before { content: "\f1a8"; }
361
.la-creative-commons:before { content: "\f1a9"; }
362
.la-credit-card:before { content: "\f1aa"; }
363
.la-crop:before { content: "\f1ab"; }
364
.la-crosshairs:before { content: "\f1ac"; }
365
.la-css3:before { content: "\f1ad"; }
366
.la-cube:before { content: "\f1ae"; }
367
.la-cubes:before { content: "\f1af"; }
368
.la-cut:before { content: "\f1b0"; }
369
.la-cutlery:before { content: "\f1b1"; }
370
.la-dashboard:before { content: "\f1b2"; }
371
.la-dashcube:before { content: "\f1b3"; }
372
.la-database:before { content: "\f1b4"; }
373
.la-dedent:before { content: "\f1b5"; }
374
.la-delicious:before { content: "\f1b6"; }
375
.la-desktop:before { content: "\f1b7"; }
376
.la-deviantart:before { content: "\f1b8"; }
377
.la-diamond:before { content: "\f1b9"; }
378
.la-digg:before { content: "\f1ba"; }
379
.la-dollar:before { content: "\f1bb"; }
380
.la-dot-circle-o:before { content: "\f1bc"; }
381
.la-download:before { content: "\f1bd"; }
382
.la-dribbble:before { content: "\f1be"; }
383
.la-dropbox:before { content: "\f1bf"; }
384
.la-drupal:before { content: "\f1c0"; }
385
.la-edit:before { content: "\f1c1"; }
386
.la-eject:before { content: "\f1c2"; }
387
.la-ellipsis-h:before { content: "\f1c3"; }
388
.la-ellipsis-v:before { content: "\f1c4"; }
389
.la-empire:before, .la-ge:before { content: "\f1c5"; }
390
.la-envelope:before { content: "\f1c6"; }
391
.la-envelope-o:before { content: "\f1c7"; }
392
.la-envelope-square:before { content: "\f1c8"; }
393
.la-eraser:before { content: "\f1c9"; }
394
.la-eur:before { content: "\f1ca"; }
395
.la-euro:before { content: "\f1cb"; }
396
.la-exchange:before { content: "\f1cc"; }
397
.la-exclamation:before { content: "\f1cd"; }
398
.la-exclamation-circle:before { content: "\f1ce"; }
399
.la-exclamation-triangle:before { content: "\f1cf"; }
400
.la-expand:before { content: "\f1d0"; }
401
.la-expeditedssl:before { content: "\f1d1"; }
402
.la-external-link:before { content: "\f1d2"; }
403
.la-external-link-square:before { content: "\f1d3"; }
404
.la-eye:before { content: "\f1d4"; }
405
.la-eye-slash:before { content: "\f1d5"; }
406
.la-eyedropper:before { content: "\f1d6"; }
407
.la-facebook:before, .la-facebook-f:before { content: "\f1d7"; }
408
.la-facebook-official:before { content: "\f1d8"; }
409
.la-facebook-square:before { content: "\f1d9"; }
410
.la-fast-backward:before { content: "\f1da"; }
411
.la-fast-forward:before { content: "\f1db"; }
412
.la-fax:before { content: "\f1dc"; }
413
.la-female:before { content: "\f1dd"; }
414
.la-fighter-jet:before { content: "\f1de"; }
415
.la-file:before { content: "\f1df"; }
416
.la-file-archive-o:before { content: "\f1e0"; }
417
.la-file-audio-o:before { content: "\f1e1"; }
418
.la-file-code-o:before { content: "\f1e2"; }
419
.la-file-excel-o:before { content: "\f1e3"; }
420
.la-file-image-o:before { content: "\f1e4"; }
421
.la-file-movie-o:before { content: "\f1e5"; }
422
.la-file-o:before { content: "\f1e6"; }
423
.la-file-pdf-o:before { content: "\f1e7"; }
424
.la-file-photo-o:before { content: "\f1e8"; }
425
.la-file-picture-o:before { content: "\f1e9"; }
426
.la-file-powerpoint-o:before { content: "\f1ea"; }
427
.la-file-sound-o:before { content: "\f1eb"; }
428
.la-file-text:before { content: "\f1ec"; }
429
.la-file-text-o:before { content: "\f1ed"; }
430
.la-file-video-o:before { content: "\f1ee"; }
431
.la-file-word-o:before { content: "\f1ef"; }
432
.la-file-zip-o:before { content: "\f1f0"; }
433
.la-files-o:before { content: "\f1f1"; }
434
.la-film:before { content: "\f1f2"; }
435
.la-filter:before { content: "\f1f3"; }
436
.la-fire:before { content: "\f1f4"; }
437
.la-fire-extinguisher:before { content: "\f1f5"; }
438
.la-firefox:before { content: "\f1f6"; }
439
.la-flag:before { content: "\f1f7"; }
440
.la-flag-checkered:before { content: "\f1f8"; }
441
.la-flag-o:before { content: "\f1f9"; }
442
.la-flash:before { content: "\f1fa"; }
443
.la-flask:before { content: "\f1fb"; }
444
.la-flickr:before { content: "\f1fc"; }
445
.la-floppy-o:before { content: "\f1fd"; }
446
.la-folder:before { content: "\f1fe"; }
447
.la-folder-o:before { content: "\f1ff"; }
448
.la-folder-open:before { content: "\f200"; }
449
.la-folder-open-o:before { content: "\f201"; }
450
.la-font:before { content: "\f202"; }
451
.la-fonticons:before { content: "\f203"; }
452
.la-forumbee:before { content: "\f204"; }
453
.la-forward:before { content: "\f205"; }
454
.la-foursquare:before { content: "\f206"; }
455
.la-frown-o:before { content: "\f207"; }
456
.la-futbol-o:before, .la-soccer-ball-o:before { content: "\f208"; }
457
.la-gamepad:before { content: "\f209"; }
458
.la-gavel:before { content: "\f20a"; }
459
.la-gbp:before { content: "\f20b"; }
460
.la-gear:before { content: "\f20c"; }
461
.la-gears:before { content: "\f20d"; }
462
.la-genderless:before { content: "\f20e"; }
463
.la-get-pocket:before { content: "\f20f"; }
464
.la-gg:before { content: "\f210"; }
465
.la-gg-circle:before { content: "\f211"; }
466
.la-gift:before { content: "\f212"; }
467
.la-git:before { content: "\f213"; }
468
.la-git-square:before { content: "\f214"; }
469
.la-github:before { content: "\f215"; }
470
.la-github-alt:before { content: "\f216"; }
471
.la-github-square:before { content: "\f217"; }
472
.la-glass:before { content: "\f218"; }
473
.la-globe:before { content: "\f219"; }
474
.la-google:before { content: "\f21a"; }
475
.la-google-plus:before { content: "\f21b"; }
476
.la-google-plus-square:before { content: "\f21c"; }
477
.la-google-wallet:before { content: "\f21d"; }
478
.la-graduation-cap:before { content: "\f21e"; }
479
.la-gratipay:before, .la-gittip:before { content: "\f21f"; }
480
.la-group:before { content: "\f220"; }
481
.la-h-square:before { content: "\f221"; }
482
.la-hacker-news:before { content: "\f222"; }
483
.la-hand-grab-o:before { content: "\f223"; }
484
.la-hand-lizard-o:before { content: "\f224"; }
485
.la-hand-o-down:before { content: "\f225"; }
486
.la-hand-o-left:before { content: "\f226"; }
487
.la-hand-o-right:before { content: "\f227"; }
488
.la-hand-o-up:before { content: "\f228"; }
489
.la-hand-paper-o:before { content: "\f229"; }
490
.la-hand-peace-o:before { content: "\f22a"; }
491
.la-hand-pointer-o:before { content: "\f22b"; }
492
.la-hand-rock-o:before { content: "\f22c"; }
493
.la-hand-scissors-o:before { content: "\f22d"; }
494
.la-hand-spock-o:before { content: "\f22e"; }
495
.la-hand-stop-o:before { content: "\f22f"; }
496
.la-hdd-o:before { content: "\f230"; }
497
.la-header:before { content: "\f231"; }
498
.la-headphones:before { content: "\f232"; }
499
.la-heart:before { content: "\f233"; }
500
.la-heart-o:before { content: "\f234"; }
501
.la-heartbeat:before { content: "\f235"; }
502
.la-history:before { content: "\f236"; }
503
.la-home:before { content: "\f237"; }
504
.la-hospital-o:before { content: "\f238"; }
505
.la-hotel:before { content: "\f239"; }
506
.la-hourglass:before { content: "\f23a"; }
507
.la-hourglass-1:before { content: "\f23b"; }
508
.la-hourglass-2:before { content: "\f23c"; }
509
.la-hourglass-3:before { content: "\f23d"; }
510
.la-hourglass-end:before { content: "\f23e"; }
511
.la-hourglass-half:before { content: "\f23f"; }
512
.la-hourglass-o:before { content: "\f240"; }
513
.la-hourglass-start:before { content: "\f241"; }
514
.la-houzz:before { content: "\f242"; }
515
.la-html5:before { content: "\f243"; }
516
.la-i-cursor:before { content: "\f244"; }
517
.la-ils:before { content: "\f245"; }
518
.la-image:before { content: "\f246"; }
519
.la-inbox:before { content: "\f247"; }
520
.la-indent:before { content: "\f248"; }
521
.la-industry:before { content: "\f249"; }
522
.la-info:before { content: "\f24a"; }
523
.la-info-circle:before { content: "\f24b"; }
524
.la-inr:before { content: "\f24c"; }
525
.la-instagram:before { content: "\f24d"; }
526
.la-institution:before { content: "\f24e"; }
527
.la-internet-explorer:before { content: "\f24f"; }
528
.la-ioxhost:before { content: "\f250"; }
529
.la-italic:before { content: "\f251"; }
530
.la-joomla:before { content: "\f252"; }
531
.la-jpy:before { content: "\f253"; }
532
.la-jsfiddle:before { content: "\f254"; }
533
.la-key:before { content: "\f255"; }
534
.la-keyboard-o:before { content: "\f256"; }
535
.la-krw:before { content: "\f257"; }
536
.la-language:before { content: "\f258"; }
537
.la-laptop:before { content: "\f259"; }
538
.la-lastfm:before { content: "\f25a"; }
539
.la-lastfm-square:before { content: "\f25b"; }
540
.la-leaf:before { content: "\f25c"; }
541
.la-leanpub:before { content: "\f25d"; }
542
.la-legal:before { content: "\f25e"; }
543
.la-lemon-o:before { content: "\f25f"; }
544
.la-level-down:before { content: "\f260"; }
545
.la-level-up:before { content: "\f261"; }
546
.la-life-bouy:before { content: "\f262"; }
547
.la-life-buoy:before { content: "\f263"; }
548
.la-life-ring:before, .la-support:before { content: "\f264"; }
549
.la-life-saver:before { content: "\f265"; }
550
.la-lightbulb-o:before { content: "\f266"; }
551
.la-line-chart:before { content: "\f267"; }
552
.la-link:before { content: "\f268"; }
553
.la-linkedin:before { content: "\f269"; }
554
.la-linkedin-square:before { content: "\f26a"; }
555
.la-linux:before { content: "\f26b"; }
556
.la-list:before { content: "\f26c"; }
557
.la-list-alt:before { content: "\f26d"; }
558
.la-list-ol:before { content: "\f26e"; }
559
.la-list-ul:before { content: "\f26f"; }
560
.la-location-arrow:before { content: "\f270"; }
561
.la-lock:before { content: "\f271"; }
562
.la-long-arrow-down:before { content: "\f272"; }
563
.la-long-arrow-left:before { content: "\f273"; }
564
.la-long-arrow-right:before { content: "\f274"; }
565
.la-long-arrow-up:before { content: "\f275"; }
566
.la-magic:before { content: "\f276"; }
567
.la-magnet:before { content: "\f277"; }
568
.la-mail-forward:before { content: "\f278"; }
569
.la-mail-reply:before { content: "\f279"; }
570
.la-mail-reply-all:before { content: "\f27a"; }
571
.la-male:before { content: "\f27b"; }
572
.la-map:before { content: "\f27c"; }
573
.la-map-marker:before { content: "\f27d"; }
574
.la-map-o:before { content: "\f27e"; }
575
.la-map-pin:before { content: "\f27f"; }
576
.la-map-signs:before { content: "\f280"; }
577
.la-mars:before { content: "\f281"; }
578
.la-mars-double:before { content: "\f282"; }
579
.la-mars-stroke:before { content: "\f283"; }
580
.la-mars-stroke-h:before { content: "\f284"; }
581
.la-mars-stroke-v:before { content: "\f285"; }
582
.la-maxcdn:before { content: "\f286"; }
583
.la-meanpath:before { content: "\f287"; }
584
.la-medium:before { content: "\f288"; }
585
.la-medkit:before { content: "\f289"; }
586
.la-meh-o:before { content: "\f28a"; }
587
.la-mercury:before { content: "\f28b"; }
588
.la-microphone:before { content: "\f28c"; }
589
.la-microphone-slash:before { content: "\f28d"; }
590
.la-minus:before { content: "\f28e"; }
591
.la-minus-circle:before { content: "\f28f"; }
592
.la-minus-square:before { content: "\f290"; }
593
.la-minus-square-o:before { content: "\f291"; }
594
.la-mobile:before { content: "\f292"; }
595
.la-mobile-phone:before { content: "\f293"; }
596
.la-money:before { content: "\f294"; }
597
.la-moon-o:before { content: "\f295"; }
598
.la-mortar-board:before { content: "\f296"; }
599
.la-motorcycle:before { content: "\f297"; }
600
.la-mouse-pointer:before { content: "\f298"; }
601
.la-music:before { content: "\f299"; }
602
.la-navicon:before { content: "\f29a"; }
603
.la-neuter:before { content: "\f29b"; }
604
.la-newspaper-o:before { content: "\f29c"; }
605
.la-object-group:before { content: "\f29d"; }
606
.la-object-ungroup:before { content: "\f29e"; }
607
.la-odnoklassniki:before { content: "\f29f"; }
608
.la-odnoklassniki-square:before { content: "\f2a0"; }
609
.la-opencart:before { content: "\f2a1"; }
610
.la-openid:before { content: "\f2a2"; }
611
.la-opera:before { content: "\f2a3"; }
612
.la-optin-monster:before { content: "\f2a4"; }
613
.la-outdent:before { content: "\f2a5"; }
614
.la-pagelines:before { content: "\f2a6"; }
615
.la-paint-brush:before { content: "\f2a7"; }
616
.la-paper-plane:before, .la-send:before { content: "\f2a8"; }
617
.la-paper-plane-o:before, .la-send-o:before { content: "\f2a9"; }
618
.la-paperclip:before { content: "\f2aa"; }
619
.la-paragraph:before { content: "\f2ab"; }
620
.la-paste:before { content: "\f2ac"; }
621
.la-pause:before { content: "\f2ad"; }
622
.la-paw:before { content: "\f2ae"; }
623
.la-paypal:before { content: "\f2af"; }
624
.la-pencil:before { content: "\f2b0"; }
625
.la-pencil-square:before { content: "\f2b1"; }
626
.la-pencil-square-o:before { content: "\f2b2"; }
627
.la-phone:before { content: "\f2b3"; }
628
.la-phone-square:before { content: "\f2b4"; }
629
.la-photo:before { content: "\f2b5"; }
630
.la-picture-o:before { content: "\f2b6"; }
631
.la-pie-chart:before { content: "\f2b7"; }
632
.la-pied-piper:before { content: "\f2b8"; }
633
.la-pied-piper-alt:before { content: "\f2b9"; }
634
.la-pinterest:before { content: "\f2ba"; }
635
.la-pinterest-p:before { content: "\f2bb"; }
636
.la-pinterest-square:before { content: "\f2bc"; }
637
.la-plane:before { content: "\f2bd"; }
638
.la-play:before { content: "\f2be"; }
639
.la-play-circle:before { content: "\f2bf"; }
640
.la-play-circle-o:before { content: "\f2c0"; }
641
.la-plug:before { content: "\f2c1"; }
642
.la-plus:before { content: "\f2c2"; }
643
.la-plus-circle:before { content: "\f2c3"; }
644
.la-plus-square:before { content: "\f2c4"; }
645
.la-plus-square-o:before { content: "\f2c5"; }
646
.la-power-off:before { content: "\f2c6"; }
647
.la-print:before { content: "\f2c7"; }
648
.la-puzzle-piece:before { content: "\f2c8"; }
649
.la-qq:before { content: "\f2c9"; }
650
.la-qrcode:before { content: "\f2ca"; }
651
.la-question:before { content: "\f2cb"; }
652
.la-question-circle:before { content: "\f2cc"; }
653
.la-quote-left:before { content: "\f2cd"; }
654
.la-quote-right:before { content: "\f2ce"; }
655
.la-ra:before { content: "\f2cf"; }
656
.la-random:before { content: "\f2d0"; }
657
.la-rebel:before { content: "\f2d1"; }
658
.la-recycle:before { content: "\f2d2"; }
659
.la-reddit:before { content: "\f2d3"; }
660
.la-reddit-square:before { content: "\f2d4"; }
661
.la-refresh:before { content: "\f2d5"; }
662
.la-registered:before { content: "\f2d6"; }
663
.la-renren:before { content: "\f2d7"; }
664
.la-reorder:before { content: "\f2d8"; }
665
.la-repeat:before { content: "\f2d9"; }
666
.la-reply:before { content: "\f2da"; }
667
.la-reply-all:before { content: "\f2db"; }
668
.la-retweet:before { content: "\f2dc"; }
669
.la-rmb:before { content: "\f2dd"; }
670
.la-road:before { content: "\f2de"; }
671
.la-rocket:before { content: "\f2df"; }
672
.la-rotate-left:before { content: "\f2e0"; }
673
.la-rotate-right:before { content: "\f2e1"; }
674
.la-rouble:before { content: "\f2e2"; }
675
.la-rss:before, .la-feed:before { content: "\f2e3"; }
676
.la-rss-square:before { content: "\f2e4"; }
677
.la-rub:before { content: "\f2e5"; }
678
.la-ruble:before { content: "\f2e6"; }
679
.la-rupee:before { content: "\f2e7"; }
680
.la-safari:before { content: "\f2e8"; }
681
.la-save:before { content: "\f2e9"; }
682
.la-scissors:before { content: "\f2ea"; }
683
.la-search:before { content: "\f2eb"; }
684
.la-search-minus:before { content: "\f2ec"; }
685
.la-search-plus:before { content: "\f2ed"; }
686
.la-sellsy:before { content: "\f2ee"; }
687
.la-server:before { content: "\f2ef"; }
688
.la-share:before { content: "\f2f0"; }
689
.la-share-alt:before { content: "\f2f1"; }
690
.la-share-alt-square:before { content: "\f2f2"; }
691
.la-share-square:before { content: "\f2f3"; }
692
.la-share-square-o:before { content: "\f2f4"; }
693
.la-shekel:before { content: "\f2f5"; }
694
.la-sheqel:before { content: "\f2f6"; }
695
.la-shield:before { content: "\f2f7"; }
696
.la-ship:before { content: "\f2f8"; }
697
.la-shirtsinbulk:before { content: "\f2f9"; }
698
.la-shopping-cart:before { content: "\f2fa"; }
699
.la-sign-in:before { content: "\f2fb"; }
700
.la-sign-out:before { content: "\f2fc"; }
701
.la-signal:before { content: "\f2fd"; }
702
.la-simplybuilt:before { content: "\f2fe"; }
703
.la-sitemap:before { content: "\f2ff"; }
704
.la-skyatlas:before { content: "\f300"; }
705
.la-skype:before { content: "\f301"; }
706
.la-slack:before { content: "\f302"; }
707
.la-sliders:before { content: "\f303"; }
708
.la-slideshare:before { content: "\f304"; }
709
.la-smile-o:before { content: "\f305"; }
710
.la-sort:before, .la-unsorted:before { content: "\f306"; }
711
.la-sort-alpha-asc:before { content: "\f307"; }
712
.la-sort-alpha-desc:before { content: "\f308"; }
713
.la-sort-amount-asc:before { content: "\f309"; }
714
.la-sort-amount-desc:before { content: "\f30a"; }
715
.la-sort-asc:before, .la-sort-up:before { content: "\f30b"; }
716
.la-sort-desc:before, .la-sort-down:before { content: "\f30c"; }
717
.la-sort-numeric-asc:before { content: "\f30d"; }
718
.la-sort-numeric-desc:before { content: "\f30e"; }
719
.la-soundcloud:before { content: "\f30f"; }
720
.la-space-shuttle:before { content: "\f310"; }
721
.la-spinner:before { content: "\f311"; }
722
.la-spoon:before { content: "\f312"; }
723
.la-spotify:before { content: "\f313"; }
724
.la-square:before { content: "\f314"; }
725
.la-square-o:before { content: "\f315"; }
726
.la-stack-exchange:before { content: "\f316"; }
727
.la-stack-overflow:before { content: "\f317"; }
728
.la-star:before { content: "\f318"; }
729
.la-star-half:before { content: "\f319"; }
730
.la-star-half-o:before, .la-star-half-full:before, .la-star-half-empty:before { content: "\f31a"; }
731
.la-star-o:before { content: "\f31b"; }
732
.la-steam:before { content: "\f31c"; }
733
.la-steam-square:before { content: "\f31d"; }
734
.la-step-backward:before { content: "\f31e"; }
735
.la-step-forward:before { content: "\f31f"; }
736
.la-stethoscope:before { content: "\f320"; }
737
.la-sticky-note:before { content: "\f321"; }
738
.la-sticky-note-o:before { content: "\f322"; }
739
.la-stop:before { content: "\f323"; }
740
.la-street-view:before { content: "\f324"; }
741
.la-strikethrough:before { content: "\f325"; }
742
.la-stumbleupon:before { content: "\f326"; }
743
.la-stumbleupon-circle:before { content: "\f327"; }
744
.la-subscript:before { content: "\f328"; }
745
.la-subway:before { content: "\f329"; }
746
.la-suitcase:before { content: "\f32a"; }
747
.la-sun-o:before { content: "\f32b"; }
748
.la-superscript:before { content: "\f32c"; }
749
.la-table:before { content: "\f32d"; }
750
.la-tablet:before { content: "\f32e"; }
751
.la-tachometer:before { content: "\f32f"; }
752
.la-tag:before { content: "\f330"; }
753
.la-tags:before { content: "\f331"; }
754
.la-tasks:before { content: "\f332"; }
755
.la-taxi:before { content: "\f333"; }
756
.la-television:before, .la-tv:before { content: "\f334"; }
757
.la-tencent-weibo:before { content: "\f335"; }
758
.la-terminal:before { content: "\f336"; }
759
.la-text-height:before { content: "\f337"; }
760
.la-text-width:before { content: "\f338"; }
761
.la-th:before { content: "\f339"; }
762
.la-th-large:before { content: "\f33a"; }
763
.la-th-list:before { content: "\f33b"; }
764
.la-thumb-tack:before { content: "\f33c"; }
765
.la-thumbs-down:before { content: "\f33d"; }
766
.la-thumbs-o-down:before { content: "\f33e"; }
767
.la-thumbs-o-up:before { content: "\f33f"; }
768
.la-thumbs-up:before { content: "\f340"; }
769
.la-ticket:before { content: "\f341"; }
770
.la-times:before, .la-remove:before { content: "\f342"; }
771
.la-times-circle:before { content: "\f343"; }
772
.la-times-circle-o:before { content: "\f344"; }
773
.la-tint:before { content: "\f345"; }
774
.la-toggle-off:before { content: "\f346"; }
775
.la-toggle-on:before { content: "\f347"; }
776
.la-trademark:before { content: "\f348"; }
777
.la-train:before { content: "\f349"; }
778
.la-transgender:before, .la-intersex:before { content: "\f34a"; }
779
.la-transgender-alt:before { content: "\f34b"; }
780
.la-trash:before { content: "\f34c"; }
781
.la-trash-o:before { content: "\f34d"; }
782
.la-tree:before { content: "\f34e"; }
783
.la-trello:before { content: "\f34f"; }
784
.la-tripadvisor:before { content: "\f350"; }
785
.la-trophy:before { content: "\f351"; }
786
.la-truck:before { content: "\f352"; }
787
.la-try:before { content: "\f353"; }
788
.la-tty:before { content: "\f354"; }
789
.la-tumblr:before { content: "\f355"; }
790
.la-tumblr-square:before { content: "\f356"; }
791
.la-turkish-lira:before { content: "\f357"; }
792
.la-twitch:before { content: "\f358"; }
793
.la-twitter:before { content: "\f359"; }
794
.la-twitter-square:before { content: "\f35a"; }
795
.la-umbrella:before { content: "\f35b"; }
796
.la-underline:before { content: "\f35c"; }
797
.la-undo:before { content: "\f35d"; }
798
.la-university:before { content: "\f35e"; }
799
.la-unlink:before { content: "\f35f"; }
800
.la-unlock:before { content: "\f360"; }
801
.la-unlock-alt:before { content: "\f361"; }
802
.la-upload:before { content: "\f362"; }
803
.la-usd:before { content: "\f363"; }
804
.la-user:before { content: "\f364"; }
805
.la-user-md:before { content: "\f365"; }
806
.la-user-plus:before { content: "\f366"; }
807
.la-user-secret:before { content: "\f367"; }
808
.la-user-times:before { content: "\f368"; }
809
.la-users:before { content: "\f369"; }
810
.la-venus:before { content: "\f36a"; }
811
.la-venus-double:before { content: "\f36b"; }
812
.la-venus-mars:before { content: "\f36c"; }
813
.la-viacoin:before { content: "\f36d"; }
814
.la-video-camera:before { content: "\f36e"; }
815
.la-vimeo:before { content: "\f36f"; }
816
.la-vimeo-square:before { content: "\f370"; }
817
.la-vine:before { content: "\f371"; }
818
.la-vk:before { content: "\f372"; }
819
.la-volume-down:before { content: "\f373"; }
820
.la-volume-off:before { content: "\f374"; }
821
.la-volume-up:before { content: "\f375"; }
822
.la-warning:before { content: "\f376"; }
823
.la-wechat:before { content: "\f377"; }
824
.la-weibo:before { content: "\f378"; }
825
.la-weixin:before { content: "\f379"; }
826
.la-whatsapp:before { content: "\f37a"; }
827
.la-wheelchair:before { content: "\f37b"; }
828
.la-wifi:before { content: "\f37c"; }
829
.la-wikipedia-w:before { content: "\f37d"; }
830
.la-windows:before { content: "\f37e"; }
831
.la-won:before { content: "\f37f"; }
832
.la-wordpress:before { content: "\f380"; }
833
.la-wrench:before { content: "\f381"; }
834
.la-xing:before { content: "\f382"; }
835
.la-xing-square:before { content: "\f383"; }
836
.la-y-combinator:before { content: "\f384"; }
837
.la-y-combinator-square:before { content: "\f385"; }
838
.la-yahoo:before { content: "\f386"; }
839
.la-yc:before { content: "\f387"; }
840
.la-yc-square:before { content: "\f388"; }
841
.la-yelp:before { content: "\f389"; }
842
.la-yen:before { content: "\f38a"; }
843
.la-youtube:before { content: "\f38b"; }
844
.la-youtube-play:before { content: "\f38c"; }
845
.la-youtube-square:before { content: "\f38d"; }