semantic-ui-sass 2.1.8.0 → 2.2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -1
  3. data/app/assets/javascripts/semantic-ui.js +21465 -24
  4. data/app/assets/javascripts/semantic-ui/accordion.js +20 -6
  5. data/app/assets/javascripts/semantic-ui/api.js +41 -16
  6. data/app/assets/javascripts/semantic-ui/checkbox.js +31 -9
  7. data/app/assets/javascripts/semantic-ui/colorize.js +233 -227
  8. data/app/assets/javascripts/semantic-ui/dimmer.js +27 -9
  9. data/app/assets/javascripts/semantic-ui/dropdown.js +485 -207
  10. data/app/assets/javascripts/semantic-ui/embed.js +50 -13
  11. data/app/assets/javascripts/semantic-ui/form.js +58 -23
  12. data/app/assets/javascripts/semantic-ui/modal.js +28 -13
  13. data/app/assets/javascripts/semantic-ui/nag.js +28 -7
  14. data/app/assets/javascripts/semantic-ui/popup.js +136 -76
  15. data/app/assets/javascripts/semantic-ui/progress.js +177 -62
  16. data/app/assets/javascripts/semantic-ui/rating.js +41 -8
  17. data/app/assets/javascripts/semantic-ui/search.js +109 -56
  18. data/app/assets/javascripts/semantic-ui/shape.js +52 -19
  19. data/app/assets/javascripts/semantic-ui/sidebar.js +21 -7
  20. data/app/assets/javascripts/semantic-ui/site.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/state.js +20 -7
  22. data/app/assets/javascripts/semantic-ui/sticky.js +48 -19
  23. data/app/assets/javascripts/semantic-ui/tab.js +57 -27
  24. data/app/assets/javascripts/semantic-ui/transition.js +24 -8
  25. data/app/assets/javascripts/semantic-ui/video.js +6 -14
  26. data/app/assets/javascripts/semantic-ui/visibility.js +89 -22
  27. data/app/assets/javascripts/semantic-ui/visit.js +13 -5
  28. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +4 -5
  29. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +91 -85
  30. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +41 -37
  31. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +138 -94
  32. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +74 -55
  33. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +80 -68
  34. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +458 -305
  35. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -2
  36. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -4
  37. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -3
  38. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +46 -46
  39. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +812 -252
  40. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +7 -3
  41. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +35 -35
  42. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +127 -127
  43. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +37 -25
  44. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +101 -38
  45. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +24 -4
  46. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +9 -6
  47. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +92 -51
  48. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +42 -23
  49. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -6
  50. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +7 -9
  51. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +7 -6
  52. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +40 -37
  53. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +7 -8
  54. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +107 -88
  55. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +6 -7
  56. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +9 -10
  57. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +6 -7
  58. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +415 -36
  59. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +47 -48
  60. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +12 -13
  61. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +21 -21
  62. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +11 -8
  63. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +31 -14
  64. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +2 -3
  65. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -2
  66. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -2
  67. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
  68. data/app/assets/stylesheets/semantic-ui/views/_card.scss +62 -42
  69. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +2 -3
  70. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -6
  71. data/app/assets/stylesheets/semantic-ui/views/_item.scss +11 -12
  72. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +44 -45
  73. data/app/helpers/semantic_icon_helper.rb +6 -3
  74. data/lib/semantic/ui/sass/engine.rb +5 -1
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. data/spec/helpers/semantic_icon_helper_spec.rb +22 -10
  77. metadata +3 -3
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Container
2
+ * # Semantic UI 2.2.0 - Container
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Divider
2
+ * # Semantic UI 2.2.0 - Divider
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -58,7 +57,6 @@
58
57
  white-space: nowrap;
59
58
  height: auto;
60
59
  margin: '';
61
- overflow: hidden;
62
60
  line-height: 1;
63
61
  text-align: center;
64
62
  }
@@ -195,7 +193,7 @@
195
193
  .ui.divider.inverted,
196
194
  .ui.vertical.inverted.divider,
197
195
  .ui.horizontal.inverted.divider {
198
- color: #ffffff;
196
+ color: #FFFFFF;
199
197
  }
200
198
  .ui.divider.inverted,
201
199
  .ui.divider.inverted:after,
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Flag
2
+ * # Semantic UI 2.2.0 - Flag
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -32,7 +31,7 @@ i.flag:not(.icon) {
32
31
  i.flag:not(.icon):before {
33
32
  display: inline-block;
34
33
  content: '';
35
- background: image-url("semantic-ui/flags.png") no-repeat -108px -1976px;
34
+ background: image-url("./semantic-ui/flags.png") no-repeat -108px -1976px;
36
35
  width: 16px;
37
36
  height: 11px;
38
37
  }
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Header
2
+ * # Semantic UI 2.2.0 - Header
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -215,7 +214,7 @@ h5.ui.header .sub.header {
215
214
  color: '';
216
215
  }
217
216
  .ui.small.sub.header {
218
- font-size: 0.71428571em;
217
+ font-size: 0.78571429em;
219
218
  }
220
219
  .ui.sub.header {
221
220
  font-size: 0.85714286em;
@@ -259,6 +258,7 @@ h5.ui.header .sub.header {
259
258
  }
260
259
  .ui.icon.header .content {
261
260
  display: block;
261
+ padding: 0em;
262
262
  }
263
263
  .ui.icon.header .circular.icon {
264
264
  font-size: 2em;
@@ -295,7 +295,7 @@ h5.ui.header .sub.header {
295
295
  --------------------*/
296
296
 
297
297
  .ui.inverted.header {
298
- color: #ffffff;
298
+ color: #FFFFFF;
299
299
  }
300
300
  .ui.inverted.header .sub.header {
301
301
  color: rgba(255, 255, 255, 0.8);
@@ -323,18 +323,18 @@ h5.ui.header .sub.header {
323
323
  /*--- Red ---*/
324
324
 
325
325
  .ui.red.header {
326
- color: #db2828 !important;
326
+ color: #DB2828 !important;
327
327
  }
328
328
  a.ui.red.header:hover {
329
329
  color: #d01919 !important;
330
330
  }
331
331
  .ui.red.dividing.header {
332
- border-bottom: 2px solid #db2828;
332
+ border-bottom: 2px solid #DB2828;
333
333
  }
334
334
 
335
335
  /* Inverted */
336
336
  .ui.inverted.red.header {
337
- color: #ff695e !important;
337
+ color: #FF695E !important;
338
338
  }
339
339
  a.ui.inverted.red.header:hover {
340
340
  color: #ff5144 !important;
@@ -343,18 +343,18 @@ a.ui.inverted.red.header:hover {
343
343
  /*--- Orange ---*/
344
344
 
345
345
  .ui.orange.header {
346
- color: #f2711c !important;
346
+ color: #F2711C !important;
347
347
  }
348
348
  a.ui.orange.header:hover {
349
349
  color: #f26202 !important;
350
350
  }
351
351
  .ui.orange.dividing.header {
352
- border-bottom: 2px solid #f2711c;
352
+ border-bottom: 2px solid #F2711C;
353
353
  }
354
354
 
355
355
  /* Inverted */
356
356
  .ui.inverted.orange.header {
357
- color: #ff851b !important;
357
+ color: #FF851B !important;
358
358
  }
359
359
  a.ui.inverted.orange.header:hover {
360
360
  color: #ff7701 !important;
@@ -363,18 +363,18 @@ a.ui.inverted.orange.header:hover {
363
363
  /*--- Olive ---*/
364
364
 
365
365
  .ui.olive.header {
366
- color: #b5cc18 !important;
366
+ color: #B5CC18 !important;
367
367
  }
368
368
  a.ui.olive.header:hover {
369
369
  color: #a7bd0d !important;
370
370
  }
371
371
  .ui.olive.dividing.header {
372
- border-bottom: 2px solid #b5cc18;
372
+ border-bottom: 2px solid #B5CC18;
373
373
  }
374
374
 
375
375
  /* Inverted */
376
376
  .ui.inverted.olive.header {
377
- color: #d9e778 !important;
377
+ color: #D9E778 !important;
378
378
  }
379
379
  a.ui.inverted.olive.header:hover {
380
380
  color: #d8ea5c !important;
@@ -383,18 +383,18 @@ a.ui.inverted.olive.header:hover {
383
383
  /*--- Yellow ---*/
384
384
 
385
385
  .ui.yellow.header {
386
- color: #fbbd08 !important;
386
+ color: #FBBD08 !important;
387
387
  }
388
388
  a.ui.yellow.header:hover {
389
389
  color: #eaae00 !important;
390
390
  }
391
391
  .ui.yellow.dividing.header {
392
- border-bottom: 2px solid #fbbd08;
392
+ border-bottom: 2px solid #FBBD08;
393
393
  }
394
394
 
395
395
  /* Inverted */
396
396
  .ui.inverted.yellow.header {
397
- color: #ffe21f !important;
397
+ color: #FFE21F !important;
398
398
  }
399
399
  a.ui.inverted.yellow.header:hover {
400
400
  color: #ffdf05 !important;
@@ -403,18 +403,18 @@ a.ui.inverted.yellow.header:hover {
403
403
  /*--- Green ---*/
404
404
 
405
405
  .ui.green.header {
406
- color: #21ba45 !important;
406
+ color: #21BA45 !important;
407
407
  }
408
408
  a.ui.green.header:hover {
409
409
  color: #16ab39 !important;
410
410
  }
411
411
  .ui.green.dividing.header {
412
- border-bottom: 2px solid #21ba45;
412
+ border-bottom: 2px solid #21BA45;
413
413
  }
414
414
 
415
415
  /* Inverted */
416
416
  .ui.inverted.green.header {
417
- color: #2ecc40 !important;
417
+ color: #2ECC40 !important;
418
418
  }
419
419
  a.ui.inverted.green.header:hover {
420
420
  color: #22be34 !important;
@@ -423,18 +423,18 @@ a.ui.inverted.green.header:hover {
423
423
  /*--- Teal ---*/
424
424
 
425
425
  .ui.teal.header {
426
- color: #00b5ad !important;
426
+ color: #00B5AD !important;
427
427
  }
428
428
  a.ui.teal.header:hover {
429
429
  color: #009c95 !important;
430
430
  }
431
431
  .ui.teal.dividing.header {
432
- border-bottom: 2px solid #00b5ad;
432
+ border-bottom: 2px solid #00B5AD;
433
433
  }
434
434
 
435
435
  /* Inverted */
436
436
  .ui.inverted.teal.header {
437
- color: #6dffff !important;
437
+ color: #6DFFFF !important;
438
438
  }
439
439
  a.ui.inverted.teal.header:hover {
440
440
  color: #54ffff !important;
@@ -443,18 +443,18 @@ a.ui.inverted.teal.header:hover {
443
443
  /*--- Blue ---*/
444
444
 
445
445
  .ui.blue.header {
446
- color: #2185d0 !important;
446
+ color: #2185D0 !important;
447
447
  }
448
448
  a.ui.blue.header:hover {
449
449
  color: #1678c2 !important;
450
450
  }
451
451
  .ui.blue.dividing.header {
452
- border-bottom: 2px solid #2185d0;
452
+ border-bottom: 2px solid #2185D0;
453
453
  }
454
454
 
455
455
  /* Inverted */
456
456
  .ui.inverted.blue.header {
457
- color: #54c8ff !important;
457
+ color: #54C8FF !important;
458
458
  }
459
459
  a.ui.inverted.blue.header:hover {
460
460
  color: #3ac0ff !important;
@@ -463,18 +463,18 @@ a.ui.inverted.blue.header:hover {
463
463
  /*--- Violet ---*/
464
464
 
465
465
  .ui.violet.header {
466
- color: #6435c9 !important;
466
+ color: #6435C9 !important;
467
467
  }
468
468
  a.ui.violet.header:hover {
469
469
  color: #5829bb !important;
470
470
  }
471
471
  .ui.violet.dividing.header {
472
- border-bottom: 2px solid #6435c9;
472
+ border-bottom: 2px solid #6435C9;
473
473
  }
474
474
 
475
475
  /* Inverted */
476
476
  .ui.inverted.violet.header {
477
- color: #a291fb !important;
477
+ color: #A291FB !important;
478
478
  }
479
479
  a.ui.inverted.violet.header:hover {
480
480
  color: #8a73ff !important;
@@ -483,18 +483,18 @@ a.ui.inverted.violet.header:hover {
483
483
  /*--- Purple ---*/
484
484
 
485
485
  .ui.purple.header {
486
- color: #a333c8 !important;
486
+ color: #A333C8 !important;
487
487
  }
488
488
  a.ui.purple.header:hover {
489
489
  color: #9627ba !important;
490
490
  }
491
491
  .ui.purple.dividing.header {
492
- border-bottom: 2px solid #a333c8;
492
+ border-bottom: 2px solid #A333C8;
493
493
  }
494
494
 
495
495
  /* Inverted */
496
496
  .ui.inverted.purple.header {
497
- color: #dc73ff !important;
497
+ color: #DC73FF !important;
498
498
  }
499
499
  a.ui.inverted.purple.header:hover {
500
500
  color: #d65aff !important;
@@ -503,18 +503,18 @@ a.ui.inverted.purple.header:hover {
503
503
  /*--- Pink ---*/
504
504
 
505
505
  .ui.pink.header {
506
- color: #e03997 !important;
506
+ color: #E03997 !important;
507
507
  }
508
508
  a.ui.pink.header:hover {
509
509
  color: #e61a8d !important;
510
510
  }
511
511
  .ui.pink.dividing.header {
512
- border-bottom: 2px solid #e03997;
512
+ border-bottom: 2px solid #E03997;
513
513
  }
514
514
 
515
515
  /* Inverted */
516
516
  .ui.inverted.pink.header {
517
- color: #ff8edf !important;
517
+ color: #FF8EDF !important;
518
518
  }
519
519
  a.ui.inverted.pink.header:hover {
520
520
  color: #ff74d8 !important;
@@ -523,18 +523,18 @@ a.ui.inverted.pink.header:hover {
523
523
  /*--- Brown ---*/
524
524
 
525
525
  .ui.brown.header {
526
- color: #a5673f !important;
526
+ color: #A5673F !important;
527
527
  }
528
528
  a.ui.brown.header:hover {
529
529
  color: #975b33 !important;
530
530
  }
531
531
  .ui.brown.dividing.header {
532
- border-bottom: 2px solid #a5673f;
532
+ border-bottom: 2px solid #A5673F;
533
533
  }
534
534
 
535
535
  /* Inverted */
536
536
  .ui.inverted.brown.header {
537
- color: #d67c1c !important;
537
+ color: #D67C1C !important;
538
538
  }
539
539
  a.ui.inverted.brown.header:hover {
540
540
  color: #c86f11 !important;
@@ -554,7 +554,7 @@ a.ui.grey.header:hover {
554
554
 
555
555
  /* Inverted */
556
556
  .ui.inverted.grey.header {
557
- color: #dcddde !important;
557
+ color: #DCDDDE !important;
558
558
  }
559
559
  a.ui.inverted.grey.header:hover {
560
560
  color: #cfd0d2 !important;
@@ -600,7 +600,7 @@ a.ui.inverted.grey.header:hover {
600
600
  }
601
601
 
602
602
  /*-------------------
603
- Fittted
603
+ Fitted
604
604
  --------------------*/
605
605
 
606
606
  .ui.fitted.header {
@@ -630,10 +630,10 @@ a.ui.inverted.grey.header:hover {
630
630
  --------------------*/
631
631
 
632
632
  .ui.block.header {
633
- background: #f3f4f5;
634
- padding: 0.71428571rem 1rem;
633
+ background: #F3F4F5;
634
+ padding: 0.78571429rem 1rem;
635
635
  box-shadow: none;
636
- border: 1px solid #d4d4d5;
636
+ border: 1px solid #D4D4D5;
637
637
  border-radius: 0.28571429rem;
638
638
  }
639
639
  .ui.tiny.block.header {
@@ -657,15 +657,15 @@ a.ui.inverted.grey.header:hover {
657
657
  --------------------*/
658
658
 
659
659
  .ui.attached.header {
660
- background: #ffffff;
661
- padding: 0.71428571rem 1rem;
660
+ background: #FFFFFF;
661
+ padding: 0.78571429rem 1rem;
662
662
  margin-left: -1px;
663
663
  margin-right: -1px;
664
664
  box-shadow: none;
665
- border: 1px solid #d4d4d5;
665
+ border: 1px solid #D4D4D5;
666
666
  }
667
667
  .ui.attached.block.header {
668
- background: #f3f4f5;
668
+ background: #F3F4F5;
669
669
  }
670
670
  .ui.attached:not(.top):not(.bottom).header {
671
671
  margin-top: 0em;
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Icon
2
+ * # Semantic UI 2.2.0 - Icon
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -16,8 +15,8 @@
16
15
 
17
16
  @font-face {
18
17
  font-family: 'Icons';
19
- src: font-url("semantic-ui/icons.eot");
20
- src: font-url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'), font-url("semantic-ui/icons.woff2") format('woff2'), font-url("semantic-ui/icons.woff") format('woff'), font-url("semantic-ui/icons.ttf") format('truetype'), font-url("semantic-ui/icons.svg#icons") format('svg');
18
+ src: url("./../themes/default/assets/fonts/icons.eot");
19
+ src: url("./../themes/default/assets/fonts/icons.eot?#iefix") format('embedded-opentype'), url("./../themes/default/assets/fonts/icons.woff2") format('woff2'), url("./../themes/default/assets/fonts/icons.woff") format('woff'), url("./../themes/default/assets/fonts/icons.ttf") format('truetype'), url("./../themes/default/assets/fonts/icons.svg#icons") format('svg');
21
20
  font-style: normal;
22
21
  font-weight: normal;
23
22
  font-variant: normal;
@@ -124,7 +123,7 @@ i.link.icon {
124
123
  cursor: pointer;
125
124
  opacity: 0.8;
126
125
  -webkit-transition: opacity 0.1s ease;
127
- transition: opacity 0.1s ease;
126
+ transition: opacity 0.1s ease;
128
127
  }
129
128
  i.link.icon:hover {
130
129
  opacity: 1 !important;
@@ -206,11 +205,11 @@ i.bordered.inverted.icon {
206
205
  /* Inverted Shapes */
207
206
  i.inverted.bordered.icon,
208
207
  i.inverted.circular.icon {
209
- background-color: #1b1c1d !important;
210
- color: #ffffff !important;
208
+ background-color: #1B1C1D !important;
209
+ color: #FFFFFF !important;
211
210
  }
212
211
  i.inverted.icon {
213
- color: #ffffff;
212
+ color: #FFFFFF;
214
213
  }
215
214
 
216
215
  /*-------------------
@@ -220,145 +219,145 @@ i.inverted.icon {
220
219
 
221
220
  /* Red */
222
221
  i.red.icon {
223
- color: #db2828 !important;
222
+ color: #DB2828 !important;
224
223
  }
225
224
  i.inverted.red.icon {
226
- color: #ff695e !important;
225
+ color: #FF695E !important;
227
226
  }
228
227
  i.inverted.bordered.red.icon,
229
228
  i.inverted.circular.red.icon {
230
- background-color: #db2828 !important;
231
- color: #ffffff !important;
229
+ background-color: #DB2828 !important;
230
+ color: #FFFFFF !important;
232
231
  }
233
232
 
234
233
  /* Orange */
235
234
  i.orange.icon {
236
- color: #f2711c !important;
235
+ color: #F2711C !important;
237
236
  }
238
237
  i.inverted.orange.icon {
239
- color: #ff851b !important;
238
+ color: #FF851B !important;
240
239
  }
241
240
  i.inverted.bordered.orange.icon,
242
241
  i.inverted.circular.orange.icon {
243
- background-color: #f2711c !important;
244
- color: #ffffff !important;
242
+ background-color: #F2711C !important;
243
+ color: #FFFFFF !important;
245
244
  }
246
245
 
247
246
  /* Yellow */
248
247
  i.yellow.icon {
249
- color: #fbbd08 !important;
248
+ color: #FBBD08 !important;
250
249
  }
251
250
  i.inverted.yellow.icon {
252
- color: #ffe21f !important;
251
+ color: #FFE21F !important;
253
252
  }
254
253
  i.inverted.bordered.yellow.icon,
255
254
  i.inverted.circular.yellow.icon {
256
- background-color: #fbbd08 !important;
257
- color: #ffffff !important;
255
+ background-color: #FBBD08 !important;
256
+ color: #FFFFFF !important;
258
257
  }
259
258
 
260
259
  /* Olive */
261
260
  i.olive.icon {
262
- color: #b5cc18 !important;
261
+ color: #B5CC18 !important;
263
262
  }
264
263
  i.inverted.olive.icon {
265
- color: #d9e778 !important;
264
+ color: #D9E778 !important;
266
265
  }
267
266
  i.inverted.bordered.olive.icon,
268
267
  i.inverted.circular.olive.icon {
269
- background-color: #b5cc18 !important;
270
- color: #ffffff !important;
268
+ background-color: #B5CC18 !important;
269
+ color: #FFFFFF !important;
271
270
  }
272
271
 
273
272
  /* Green */
274
273
  i.green.icon {
275
- color: #21ba45 !important;
274
+ color: #21BA45 !important;
276
275
  }
277
276
  i.inverted.green.icon {
278
- color: #2ecc40 !important;
277
+ color: #2ECC40 !important;
279
278
  }
280
279
  i.inverted.bordered.green.icon,
281
280
  i.inverted.circular.green.icon {
282
- background-color: #21ba45 !important;
283
- color: #ffffff !important;
281
+ background-color: #21BA45 !important;
282
+ color: #FFFFFF !important;
284
283
  }
285
284
 
286
285
  /* Teal */
287
286
  i.teal.icon {
288
- color: #00b5ad !important;
287
+ color: #00B5AD !important;
289
288
  }
290
289
  i.inverted.teal.icon {
291
- color: #6dffff !important;
290
+ color: #6DFFFF !important;
292
291
  }
293
292
  i.inverted.bordered.teal.icon,
294
293
  i.inverted.circular.teal.icon {
295
- background-color: #00b5ad !important;
296
- color: #ffffff !important;
294
+ background-color: #00B5AD !important;
295
+ color: #FFFFFF !important;
297
296
  }
298
297
 
299
298
  /* Blue */
300
299
  i.blue.icon {
301
- color: #2185d0 !important;
300
+ color: #2185D0 !important;
302
301
  }
303
302
  i.inverted.blue.icon {
304
- color: #54c8ff !important;
303
+ color: #54C8FF !important;
305
304
  }
306
305
  i.inverted.bordered.blue.icon,
307
306
  i.inverted.circular.blue.icon {
308
- background-color: #2185d0 !important;
309
- color: #ffffff !important;
307
+ background-color: #2185D0 !important;
308
+ color: #FFFFFF !important;
310
309
  }
311
310
 
312
311
  /* Violet */
313
312
  i.violet.icon {
314
- color: #6435c9 !important;
313
+ color: #6435C9 !important;
315
314
  }
316
315
  i.inverted.violet.icon {
317
- color: #a291fb !important;
316
+ color: #A291FB !important;
318
317
  }
319
318
  i.inverted.bordered.violet.icon,
320
319
  i.inverted.circular.violet.icon {
321
- background-color: #6435c9 !important;
322
- color: #ffffff !important;
320
+ background-color: #6435C9 !important;
321
+ color: #FFFFFF !important;
323
322
  }
324
323
 
325
324
  /* Purple */
326
325
  i.purple.icon {
327
- color: #a333c8 !important;
326
+ color: #A333C8 !important;
328
327
  }
329
328
  i.inverted.purple.icon {
330
- color: #dc73ff !important;
329
+ color: #DC73FF !important;
331
330
  }
332
331
  i.inverted.bordered.purple.icon,
333
332
  i.inverted.circular.purple.icon {
334
- background-color: #a333c8 !important;
335
- color: #ffffff !important;
333
+ background-color: #A333C8 !important;
334
+ color: #FFFFFF !important;
336
335
  }
337
336
 
338
337
  /* Pink */
339
338
  i.pink.icon {
340
- color: #e03997 !important;
339
+ color: #E03997 !important;
341
340
  }
342
341
  i.inverted.pink.icon {
343
- color: #ff8edf !important;
342
+ color: #FF8EDF !important;
344
343
  }
345
344
  i.inverted.bordered.pink.icon,
346
345
  i.inverted.circular.pink.icon {
347
- background-color: #e03997 !important;
348
- color: #ffffff !important;
346
+ background-color: #E03997 !important;
347
+ color: #FFFFFF !important;
349
348
  }
350
349
 
351
350
  /* Brown */
352
351
  i.brown.icon {
353
- color: #a5673f !important;
352
+ color: #A5673F !important;
354
353
  }
355
354
  i.inverted.brown.icon {
356
- color: #d67c1c !important;
355
+ color: #D67C1C !important;
357
356
  }
358
357
  i.inverted.bordered.brown.icon,
359
358
  i.inverted.circular.brown.icon {
360
- background-color: #a5673f !important;
361
- color: #ffffff !important;
359
+ background-color: #A5673F !important;
360
+ color: #FFFFFF !important;
362
361
  }
363
362
 
364
363
  /* Grey */
@@ -366,25 +365,25 @@ i.grey.icon {
366
365
  color: #767676 !important;
367
366
  }
368
367
  i.inverted.grey.icon {
369
- color: #dcddde !important;
368
+ color: #DCDDDE !important;
370
369
  }
371
370
  i.inverted.bordered.grey.icon,
372
371
  i.inverted.circular.grey.icon {
373
372
  background-color: #767676 !important;
374
- color: #ffffff !important;
373
+ color: #FFFFFF !important;
375
374
  }
376
375
 
377
376
  /* Black */
378
377
  i.black.icon {
379
- color: #1b1c1d !important;
378
+ color: #1B1C1D !important;
380
379
  }
381
380
  i.inverted.black.icon {
382
381
  color: #545454 !important;
383
382
  }
384
- i.inverted.bordeblack.black.icon,
383
+ i.inverted.bordered.black.icon,
385
384
  i.inverted.circular.black.icon {
386
- background-color: #1b1c1d !important;
387
- color: #ffffff !important;
385
+ background-color: #1B1C1D !important;
386
+ color: #FFFFFF !important;
388
387
  }
389
388
 
390
389
  /*-------------------
@@ -394,17 +393,17 @@ i.inverted.circular.black.icon {
394
393
  i.mini.icon,
395
394
  i.mini.icons {
396
395
  line-height: 1;
397
- font-size: 0.71428571rem;
396
+ font-size: 0.4em;
398
397
  }
399
398
  i.tiny.icon,
400
399
  i.tiny.icons {
401
400
  line-height: 1;
402
- font-size: 0.85714286rem;
401
+ font-size: 0.5em;
403
402
  }
404
403
  i.small.icon,
405
404
  i.small.icons {
406
405
  line-height: 1;
407
- font-size: 0.92857143em;
406
+ font-size: 0.75em;
408
407
  }
409
408
  i.icon,
410
409
  i.icons {
@@ -476,13 +475,13 @@ i.icons .corner.icon {
476
475
  -ms-transform: none;
477
476
  transform: none;
478
477
  font-size: 0.45em;
479
- text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
478
+ text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
480
479
  }
481
480
  i.icons .inverted.corner.icon {
482
- text-shadow: -1px -1px 0 #1b1c1d, 1px -1px 0 #1b1c1d, -1px 1px 0 #1b1c1d, 1px 1px 0 #1b1c1d;
481
+ text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
483
482
  }
484
483
  /*
485
- * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
484
+ * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
486
485
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
487
486
  */
488
487
 
@@ -524,9 +523,6 @@ i.icon.search:before {
524
523
  i.icon.mail.outline:before {
525
524
  content: "\f003";
526
525
  }
527
- i.icon.external:before {
528
- content: "\f08e";
529
- }
530
526
  i.icon.signal:before {
531
527
  content: "\f012";
532
528
  }
@@ -548,17 +544,23 @@ i.icon.tag:before {
548
544
  i.icon.tags:before {
549
545
  content: "\f02c";
550
546
  }
547
+ i.icon.image:before {
548
+ content: "\f03e";
549
+ }
551
550
  i.icon.calendar:before {
552
551
  content: "\f073";
553
552
  }
554
553
  i.icon.comment:before {
555
554
  content: "\f075";
556
555
  }
556
+ i.icon.shop:before {
557
+ content: "\f07a";
558
+ }
557
559
  i.icon.comments:before {
558
560
  content: "\f086";
559
561
  }
560
- i.icon.shop:before {
561
- content: "\f07a";
562
+ i.icon.external:before {
563
+ content: "\f08e";
562
564
  }
563
565
  i.icon.privacy:before {
564
566
  content: "\f084";
@@ -566,6 +568,12 @@ i.icon.privacy:before {
566
568
  i.icon.settings:before {
567
569
  content: "\f085";
568
570
  }
571
+ i.icon.comments:before {
572
+ content: "\f086";
573
+ }
574
+ i.icon.external:before {
575
+ content: "\f08e";
576
+ }
569
577
  i.icon.trophy:before {
570
578
  content: "\f091";
571
579
  }
@@ -590,15 +598,21 @@ i.icon.lab:before {
590
598
  i.icon.mail:before {
591
599
  content: "\f0e0";
592
600
  }
593
- i.icon.idea:before {
594
- content: "\f0eb";
595
- }
596
601
  i.icon.dashboard:before {
597
602
  content: "\f0e4";
598
603
  }
604
+ i.icon.comment.outline:before {
605
+ content: "\f0e5";
606
+ }
607
+ i.icon.comments.outline:before {
608
+ content: "\f0e6";
609
+ }
599
610
  i.icon.sitemap:before {
600
611
  content: "\f0e8";
601
612
  }
613
+ i.icon.idea:before {
614
+ content: "\f0eb";
615
+ }
602
616
  i.icon.alarm:before {
603
617
  content: "\f0f3";
604
618
  }
@@ -620,9 +634,6 @@ i.icon.ticket:before {
620
634
  i.icon.external.square:before {
621
635
  content: "\f14c";
622
636
  }
623
- i.icon.map:before {
624
- content: "\f14e";
625
- }
626
637
  i.icon.bug:before {
627
638
  content: "\f188";
628
639
  }
@@ -635,12 +646,6 @@ i.icon.history:before {
635
646
  i.icon.options:before {
636
647
  content: "\f1de";
637
648
  }
638
- i.icon.comment.outline:before {
639
- content: "\f0e5";
640
- }
641
- i.icon.comments.outline:before {
642
- content: "\f0e6";
643
- }
644
649
  i.icon.text.telephone:before {
645
650
  content: "\f1e4";
646
651
  }
@@ -650,10 +655,10 @@ i.icon.find:before {
650
655
  i.icon.wifi:before {
651
656
  content: "\f1eb";
652
657
  }
653
- i.icon.alarm.slash:before {
658
+ i.icon.alarm.mute:before {
654
659
  content: "\f1f6";
655
660
  }
656
- i.icon.alarm.slash.outline:before {
661
+ i.icon.alarm.mute.outline:before {
657
662
  content: "\f1f7";
658
663
  }
659
664
  i.icon.copyright:before {
@@ -671,8 +676,68 @@ i.icon.paint.brush:before {
671
676
  i.icon.heartbeat:before {
672
677
  content: "\f21e";
673
678
  }
679
+ i.icon.mouse.pointer:before {
680
+ content: "\f245";
681
+ }
682
+ i.icon.hourglass.empty:before {
683
+ content: "\f250";
684
+ }
685
+ i.icon.hourglass.start:before {
686
+ content: "\f251";
687
+ }
688
+ i.icon.hourglass.half:before {
689
+ content: "\f252";
690
+ }
691
+ i.icon.hourglass.end:before {
692
+ content: "\f253";
693
+ }
694
+ i.icon.hourglass.full:before {
695
+ content: "\f254";
696
+ }
697
+ i.icon.hand.pointer:before {
698
+ content: "\f25a";
699
+ }
700
+ i.icon.trademark:before {
701
+ content: "\f25c";
702
+ }
703
+ i.icon.registered:before {
704
+ content: "\f25d";
705
+ }
706
+ i.icon.creative.commons:before {
707
+ content: "\f25e";
708
+ }
709
+ i.icon.add.to.calendar:before {
710
+ content: "\f271";
711
+ }
712
+ i.icon.remove.from.calendar:before {
713
+ content: "\f272";
714
+ }
715
+ i.icon.delete.calendar:before {
716
+ content: "\f273";
717
+ }
718
+ i.icon.checked.calendar:before {
719
+ content: "\f274";
720
+ }
721
+ i.icon.industry:before {
722
+ content: "\f275";
723
+ }
724
+ i.icon.shopping.bag:before {
725
+ content: "\f290";
726
+ }
727
+ i.icon.shopping.basket:before {
728
+ content: "\f291";
729
+ }
730
+ i.icon.hashtag:before {
731
+ content: "\f292";
732
+ }
733
+ i.icon.percent:before {
734
+ content: "\f295";
735
+ }
674
736
 
675
737
  /* User Actions */
738
+ i.icon.wait:before {
739
+ content: "\f017";
740
+ }
676
741
  i.icon.download:before {
677
742
  content: "\f019";
678
743
  }
@@ -694,12 +759,12 @@ i.icon.print:before {
694
759
  i.icon.write:before {
695
760
  content: "\f040";
696
761
  }
697
- i.icon.theme:before {
698
- content: "\f043";
699
- }
700
762
  i.icon.adjust:before {
701
763
  content: "\f042";
702
764
  }
765
+ i.icon.theme:before {
766
+ content: "\f043";
767
+ }
703
768
  i.icon.edit:before {
704
769
  content: "\f044";
705
770
  }
@@ -748,12 +813,12 @@ i.icon.upload:before {
748
813
  i.icon.call:before {
749
814
  content: "\f095";
750
815
  }
751
- i.icon.call.square:before {
752
- content: "\f098";
753
- }
754
816
  i.icon.remove.bookmark:before {
755
817
  content: "\f097";
756
818
  }
819
+ i.icon.call.square:before {
820
+ content: "\f098";
821
+ }
757
822
  i.icon.unlock:before {
758
823
  content: "\f09c";
759
824
  }
@@ -790,6 +855,12 @@ i.icon.erase:before {
790
855
  i.icon.unlock.alternate:before {
791
856
  content: "\f13e";
792
857
  }
858
+ i.icon.write.square:before {
859
+ content: "\f14b";
860
+ }
861
+ i.icon.share.square:before {
862
+ content: "\f14d";
863
+ }
793
864
  i.icon.archive:before {
794
865
  content: "\f187";
795
866
  }
@@ -811,15 +882,6 @@ i.icon.share.alternate:before {
811
882
  i.icon.share.alternate.square:before {
812
883
  content: "\f1e1";
813
884
  }
814
- i.icon.wait:before {
815
- content: "\f017";
816
- }
817
- i.icon.write.square:before {
818
- content: "\f14b";
819
- }
820
- i.icon.share.square:before {
821
- content: "\f14d";
822
- }
823
885
  i.icon.add.to.cart:before {
824
886
  content: "\f217";
825
887
  }
@@ -832,6 +894,21 @@ i.icon.add.user:before {
832
894
  i.icon.remove.user:before {
833
895
  content: "\f235";
834
896
  }
897
+ i.icon.object.group:before {
898
+ content: "\f247";
899
+ }
900
+ i.icon.object.ungroup:before {
901
+ content: "\f248";
902
+ }
903
+ i.icon.clone:before {
904
+ content: "\f24d";
905
+ }
906
+ i.icon.talk:before {
907
+ content: "\f27a";
908
+ }
909
+ i.icon.talk.outline:before {
910
+ content: "\f27b";
911
+ }
835
912
 
836
913
  /* Messages */
837
914
  i.icon.help.circle:before {
@@ -840,47 +917,50 @@ i.icon.help.circle:before {
840
917
  i.icon.info.circle:before {
841
918
  content: "\f05a";
842
919
  }
843
- i.icon.warning:before {
844
- content: "\f12a";
845
- }
846
920
  i.icon.warning.circle:before {
847
921
  content: "\f06a";
848
922
  }
849
923
  i.icon.warning.sign:before {
850
924
  content: "\f071";
851
925
  }
926
+ i.icon.announcement:before {
927
+ content: "\f0a1";
928
+ }
852
929
  i.icon.help:before {
853
930
  content: "\f128";
854
931
  }
855
932
  i.icon.info:before {
856
933
  content: "\f129";
857
934
  }
858
- i.icon.announcement:before {
859
- content: "\f0a1";
935
+ i.icon.warning:before {
936
+ content: "\f12a";
860
937
  }
861
938
  i.icon.birthday:before {
862
939
  content: "\f1fd";
863
940
  }
941
+ i.icon.help.circle.outline:before {
942
+ content: "\f29c";
943
+ }
864
944
 
865
945
  /* Users */
946
+ i.icon.user:before {
947
+ content: "\f007";
948
+ }
866
949
  i.icon.users:before {
867
950
  content: "\f0c0";
868
951
  }
869
952
  i.icon.doctor:before {
870
953
  content: "\f0f0";
871
954
  }
872
- i.icon.child:before {
873
- content: "\f1ae";
874
- }
875
- i.icon.user:before {
876
- content: "\f007";
877
- }
878
955
  i.icon.handicap:before {
879
956
  content: "\f193";
880
957
  }
881
958
  i.icon.student:before {
882
959
  content: "\f19d";
883
960
  }
961
+ i.icon.child:before {
962
+ content: "\f1ae";
963
+ }
884
964
  i.icon.spy:before {
885
965
  content: "\f21b";
886
966
  }
@@ -928,17 +1008,55 @@ i.icon.other.gender.horizontal:before {
928
1008
  i.icon.neuter:before {
929
1009
  content: "\f22c";
930
1010
  }
1011
+ i.icon.genderless:before {
1012
+ content: "\f22d";
1013
+ }
1014
+
1015
+ /* Accessibility */
1016
+ i.icon.universal.access:before {
1017
+ content: "\f29a";
1018
+ }
1019
+ i.icon.wheelchair:before {
1020
+ content: "\f29b";
1021
+ }
1022
+ i.icon.blind:before {
1023
+ content: "\f29d";
1024
+ }
1025
+ i.icon.audio.description:before {
1026
+ content: "\f29e";
1027
+ }
1028
+ i.icon.volume.control.phone:before {
1029
+ content: "\f2a0";
1030
+ }
1031
+ i.icon.braille:before {
1032
+ content: "\f2a1";
1033
+ }
1034
+ i.icon.asl:before {
1035
+ content: "\f2a3";
1036
+ }
1037
+ i.icon.assistive.listening.systems:before {
1038
+ content: "\f2a2";
1039
+ }
1040
+ i.icon.deafness:before {
1041
+ content: "\f2a4";
1042
+ }
1043
+ i.icon.sign.language:before {
1044
+ content: "\f2a7";
1045
+ }
1046
+ i.icon.low.vision:before {
1047
+ content: "\f2a8";
1048
+ }
931
1049
 
932
1050
  /* View Adjustment */
1051
+ i.icon.block.layout:before {
1052
+ content: "\f009";
1053
+ }
933
1054
  i.icon.grid.layout:before {
934
1055
  content: "\f00a";
935
1056
  }
936
1057
  i.icon.list.layout:before {
937
1058
  content: "\f00b";
938
1059
  }
939
- i.icon.block.layout:before {
940
- content: "\f009";
941
- }
942
1060
  i.icon.zoom:before {
943
1061
  content: "\f00e";
944
1062
  }
@@ -986,9 +1104,6 @@ i.icon.plane:before {
986
1104
  i.icon.magnet:before {
987
1105
  content: "\f076";
988
1106
  }
989
- i.icon.legal:before {
990
- content: "\f0e3";
991
- }
992
1107
  i.icon.lemon:before {
993
1108
  content: "\f094";
994
1109
  }
@@ -1004,10 +1119,13 @@ i.icon.shipping:before {
1004
1119
  i.icon.money:before {
1005
1120
  content: "\f0d6";
1006
1121
  }
1122
+ i.icon.legal:before {
1123
+ content: "\f0e3";
1124
+ }
1007
1125
  i.icon.lightning:before {
1008
1126
  content: "\f0e7";
1009
1127
  }
1010
- i.icon.rain:before {
1128
+ i.icon.umbrella:before {
1011
1129
  content: "\f0e9";
1012
1130
  }
1013
1131
  i.icon.treatment:before {
@@ -1064,6 +1182,36 @@ i.icon.calculator:before {
1064
1182
  i.icon.diamond:before {
1065
1183
  content: "\f219";
1066
1184
  }
1185
+ i.icon.sticky.note:before {
1186
+ content: "\f249";
1187
+ }
1188
+ i.icon.sticky.note.outline:before {
1189
+ content: "\f24a";
1190
+ }
1191
+ i.icon.law:before {
1192
+ content: "\f24e";
1193
+ }
1194
+ i.icon.hand.peace:before {
1195
+ content: "\f25b";
1196
+ }
1197
+ i.icon.hand.rock:before {
1198
+ content: "\f255";
1199
+ }
1200
+ i.icon.hand.paper:before {
1201
+ content: "\f256";
1202
+ }
1203
+ i.icon.hand.scissors:before {
1204
+ content: "\f257";
1205
+ }
1206
+ i.icon.hand.lizard:before {
1207
+ content: "\f258";
1208
+ }
1209
+ i.icon.hand.spock:before {
1210
+ content: "\f259";
1211
+ }
1212
+ i.icon.tv:before {
1213
+ content: "\f26c";
1214
+ }
1067
1215
 
1068
1216
  /* Shapes */
1069
1217
  i.icon.crosshairs:before {
@@ -1072,11 +1220,14 @@ i.icon.crosshairs:before {
1072
1220
  i.icon.asterisk:before {
1073
1221
  content: "\f069";
1074
1222
  }
1223
+ i.icon.square.outline:before {
1224
+ content: "\f096";
1225
+ }
1075
1226
  i.icon.certificate:before {
1076
1227
  content: "\f0a3";
1077
1228
  }
1078
- i.icon.circle:before {
1079
- content: "\f111";
1229
+ i.icon.square:before {
1230
+ content: "\f0c8";
1080
1231
  }
1081
1232
  i.icon.quote.left:before {
1082
1233
  content: "\f10d";
@@ -1084,6 +1235,12 @@ i.icon.quote.left:before {
1084
1235
  i.icon.quote.right:before {
1085
1236
  content: "\f10e";
1086
1237
  }
1238
+ i.icon.spinner:before {
1239
+ content: "\f110";
1240
+ }
1241
+ i.icon.circle:before {
1242
+ content: "\f111";
1243
+ }
1087
1244
  i.icon.ellipsis.horizontal:before {
1088
1245
  content: "\f141";
1089
1246
  }
@@ -1102,12 +1259,6 @@ i.icon.circle.notched:before {
1102
1259
  i.icon.circle.thin:before {
1103
1260
  content: "\f1db";
1104
1261
  }
1105
- i.icon.square.outline:before {
1106
- content: "\f096";
1107
- }
1108
- i.icon.square:before {
1109
- content: "\f0c8";
1110
- }
1111
1262
 
1112
1263
  /* Item Selection */
1113
1264
  i.icon.checkmark:before {
@@ -1152,9 +1303,6 @@ i.icon.add.square:before {
1152
1303
  i.icon.radio:before {
1153
1304
  content: "\f10c";
1154
1305
  }
1155
- i.icon.selected.radio:before {
1156
- content: "\f192";
1157
- }
1158
1306
  i.icon.minus.square:before {
1159
1307
  content: "\f146";
1160
1308
  }
@@ -1164,6 +1312,9 @@ i.icon.minus.square.outline:before {
1164
1312
  i.icon.check.square:before {
1165
1313
  content: "\f14a";
1166
1314
  }
1315
+ i.icon.selected.radio:before {
1316
+ content: "\f192";
1317
+ }
1167
1318
  i.icon.plus.square.outline:before {
1168
1319
  content: "\f196";
1169
1320
  }
@@ -1337,13 +1488,33 @@ i.icon.toggle.left:before {
1337
1488
  content: "\f191";
1338
1489
  }
1339
1490
 
1491
+ /* Mobile */
1492
+ i.icon.tablet:before {
1493
+ content: "\f10a";
1494
+ }
1495
+ i.icon.mobile:before {
1496
+ content: "\f10b";
1497
+ }
1498
+ i.icon.battery.full:before {
1499
+ content: "\f240";
1500
+ }
1501
+ i.icon.battery.high:before {
1502
+ content: "\f241";
1503
+ }
1504
+ i.icon.battery.medium:before {
1505
+ content: "\f242";
1506
+ }
1507
+ i.icon.battery.low:before {
1508
+ content: "\f243";
1509
+ }
1510
+ i.icon.battery.empty:before {
1511
+ content: "\f244";
1512
+ }
1513
+
1340
1514
  /* Computer */
1341
1515
  i.icon.power:before {
1342
1516
  content: "\f011";
1343
1517
  }
1344
- i.icon.trash:before {
1345
- content: "\f1f8";
1346
- }
1347
1518
  i.icon.trash.outline:before {
1348
1519
  content: "\f014";
1349
1520
  }
@@ -1356,12 +1527,6 @@ i.icon.desktop:before {
1356
1527
  i.icon.laptop:before {
1357
1528
  content: "\f109";
1358
1529
  }
1359
- i.icon.tablet:before {
1360
- content: "\f10a";
1361
- }
1362
- i.icon.mobile:before {
1363
- content: "\f10b";
1364
- }
1365
1530
  i.icon.game:before {
1366
1531
  content: "\f11b";
1367
1532
  }
@@ -1373,12 +1538,27 @@ i.icon.plug:before {
1373
1538
  }
1374
1539
 
1375
1540
  /* File System */
1541
+ i.icon.trash:before {
1542
+ content: "\f1f8";
1543
+ }
1544
+ i.icon.file.outline:before {
1545
+ content: "\f016";
1546
+ }
1376
1547
  i.icon.folder:before {
1377
1548
  content: "\f07b";
1378
1549
  }
1379
1550
  i.icon.folder.open:before {
1380
1551
  content: "\f07c";
1381
1552
  }
1553
+ i.icon.file.text.outline:before {
1554
+ content: "\f0f6";
1555
+ }
1556
+ i.icon.folder.outline:before {
1557
+ content: "\f114";
1558
+ }
1559
+ i.icon.folder.open.outline:before {
1560
+ content: "\f115";
1561
+ }
1382
1562
  i.icon.level.up:before {
1383
1563
  content: "\f148";
1384
1564
  }
@@ -1388,21 +1568,9 @@ i.icon.level.down:before {
1388
1568
  i.icon.file:before {
1389
1569
  content: "\f15b";
1390
1570
  }
1391
- i.icon.file.outline:before {
1392
- content: "\f016";
1393
- }
1394
1571
  i.icon.file.text:before {
1395
1572
  content: "\f15c";
1396
1573
  }
1397
- i.icon.file.text.outline:before {
1398
- content: "\f0f6";
1399
- }
1400
- i.icon.folder.outline:before {
1401
- content: "\f114";
1402
- }
1403
- i.icon.folder.open.outline:before {
1404
- content: "\f115";
1405
- }
1406
1574
  i.icon.file.pdf.outline:before {
1407
1575
  content: "\f1c1";
1408
1576
  }
@@ -1432,11 +1600,14 @@ i.icon.file.code.outline:before {
1432
1600
  }
1433
1601
 
1434
1602
  /* Technologies */
1603
+ i.icon.qrcode:before {
1604
+ content: "\f029";
1605
+ }
1435
1606
  i.icon.barcode:before {
1436
1607
  content: "\f02a";
1437
1608
  }
1438
- i.icon.qrcode:before {
1439
- content: "\f029";
1609
+ i.icon.rss:before {
1610
+ content: "\f09e";
1440
1611
  }
1441
1612
  i.icon.fork:before {
1442
1613
  content: "\f126";
@@ -1447,9 +1618,6 @@ i.icon.html5:before {
1447
1618
  i.icon.css3:before {
1448
1619
  content: "\f13c";
1449
1620
  }
1450
- i.icon.rss:before {
1451
- content: "\f09e";
1452
- }
1453
1621
  i.icon.rss.square:before {
1454
1622
  content: "\f143";
1455
1623
  }
@@ -1462,6 +1630,15 @@ i.icon.database:before {
1462
1630
  i.icon.server:before {
1463
1631
  content: "\f233";
1464
1632
  }
1633
+ i.icon.usb:before {
1634
+ content: "\f287";
1635
+ }
1636
+ i.icon.bluetooth:before {
1637
+ content: "\f293";
1638
+ }
1639
+ i.icon.bluetooth.alternative:before {
1640
+ content: "\f294";
1641
+ }
1465
1642
 
1466
1643
  /* Rating */
1467
1644
  i.icon.heart:before {
@@ -1565,6 +1742,18 @@ i.icon.video.play:before {
1565
1742
  i.icon.closed.captioning:before {
1566
1743
  content: "\f20a";
1567
1744
  }
1745
+ i.icon.pause.circle:before {
1746
+ content: "\f28b";
1747
+ }
1748
+ i.icon.pause.circle.outline:before {
1749
+ content: "\f28c";
1750
+ }
1751
+ i.icon.stop.circle:before {
1752
+ content: "\f28d";
1753
+ }
1754
+ i.icon.stop.circle.outline:before {
1755
+ content: "\f28e";
1756
+ }
1568
1757
 
1569
1758
  /* Map, Locations, & Transportation */
1570
1759
  i.icon.marker:before {
@@ -1597,6 +1786,9 @@ i.icon.h:before {
1597
1786
  i.icon.location.arrow:before {
1598
1787
  content: "\f124";
1599
1788
  }
1789
+ i.icon.compass:before {
1790
+ content: "\f14e";
1791
+ }
1600
1792
  i.icon.space.shuttle:before {
1601
1793
  content: "\f197";
1602
1794
  }
@@ -1645,6 +1837,18 @@ i.icon.train:before {
1645
1837
  i.icon.subway:before {
1646
1838
  content: "\f239";
1647
1839
  }
1840
+ i.icon.map.pin:before {
1841
+ content: "\f276";
1842
+ }
1843
+ i.icon.map.signs:before {
1844
+ content: "\f277";
1845
+ }
1846
+ i.icon.map.outline:before {
1847
+ content: "\f278";
1848
+ }
1849
+ i.icon.map:before {
1850
+ content: "\f279";
1851
+ }
1648
1852
 
1649
1853
  /* Tables */
1650
1854
  i.icon.table:before {
@@ -1656,12 +1860,12 @@ i.icon.columns:before {
1656
1860
  i.icon.sort:before {
1657
1861
  content: "\f0dc";
1658
1862
  }
1659
- i.icon.sort.ascending:before {
1660
- content: "\f0de";
1661
- }
1662
1863
  i.icon.sort.descending:before {
1663
1864
  content: "\f0dd";
1664
1865
  }
1866
+ i.icon.sort.ascending:before {
1867
+ content: "\f0de";
1868
+ }
1665
1869
  i.icon.sort.alphabet.ascending:before {
1666
1870
  content: "\f15d";
1667
1871
  }
@@ -1751,7 +1955,7 @@ i.icon.underline:before {
1751
1955
  i.icon.paste:before {
1752
1956
  content: "\f0ea";
1753
1957
  }
1754
- i.icon.unlink:before {
1958
+ i.icon.unlinkify:before {
1755
1959
  content: "\f127";
1756
1960
  }
1757
1961
  i.icon.superscript:before {
@@ -1766,6 +1970,9 @@ i.icon.header:before {
1766
1970
  i.icon.paragraph:before {
1767
1971
  content: "\f1dd";
1768
1972
  }
1973
+ i.icon.text.cursor:before {
1974
+ content: "\f246";
1975
+ }
1769
1976
 
1770
1977
  /* Currency */
1771
1978
  i.icon.euro:before {
@@ -1789,6 +1996,9 @@ i.icon.ruble:before {
1789
1996
  i.icon.won:before {
1790
1997
  content: "\f159";
1791
1998
  }
1999
+ i.icon.bitcoin:before {
2000
+ content: "\f15a";
2001
+ }
1792
2002
  i.icon.lira:before {
1793
2003
  content: "\f195";
1794
2004
  }
@@ -1800,9 +2010,6 @@ i.icon.shekel:before {
1800
2010
  i.icon.paypal:before {
1801
2011
  content: "\f1ed";
1802
2012
  }
1803
- i.icon.paypal.card:before {
1804
- content: "\f1f4";
1805
- }
1806
2013
  i.icon.google.wallet:before {
1807
2014
  content: "\f1ee";
1808
2015
  }
@@ -1818,9 +2025,21 @@ i.icon.discover:before {
1818
2025
  i.icon.american.express:before {
1819
2026
  content: "\f1f3";
1820
2027
  }
2028
+ i.icon.paypal.card:before {
2029
+ content: "\f1f4";
2030
+ }
1821
2031
  i.icon.stripe:before {
1822
2032
  content: "\f1f5";
1823
2033
  }
2034
+ i.icon.japan.credit.bureau:before {
2035
+ content: "\f24b";
2036
+ }
2037
+ i.icon.diners.club:before {
2038
+ content: "\f24c";
2039
+ }
2040
+ i.icon.credit.card.alternative:before {
2041
+ content: "\f283";
2042
+ }
1824
2043
  /* Networks and Websites*/
1825
2044
  i.icon.twitter.square:before {
1826
2045
  content: "\f081";
@@ -1837,7 +2056,7 @@ i.icon.github.square:before {
1837
2056
  i.icon.twitter:before {
1838
2057
  content: "\f099";
1839
2058
  }
1840
- i.icon.facebook:before {
2059
+ i.icon.facebook.f:before {
1841
2060
  content: "\f09a";
1842
2061
  }
1843
2062
  i.icon.github:before {
@@ -1864,9 +2083,6 @@ i.icon.github.alternate:before {
1864
2083
  i.icon.maxcdn:before {
1865
2084
  content: "\f136";
1866
2085
  }
1867
- i.icon.bitcoin:before {
1868
- content: "\f15a";
1869
- }
1870
2086
  i.icon.youtube.square:before {
1871
2087
  content: "\f166";
1872
2088
  }
@@ -1921,7 +2137,7 @@ i.icon.android:before {
1921
2137
  i.icon.linux:before {
1922
2138
  content: "\f17c";
1923
2139
  }
1924
- i.icon.dribbble:before {
2140
+ i.icon.dribble:before {
1925
2141
  content: "\f17d";
1926
2142
  }
1927
2143
  i.icon.skype:before {
@@ -1951,7 +2167,7 @@ i.icon.pagelines:before {
1951
2167
  i.icon.stack.exchange:before {
1952
2168
  content: "\f18d";
1953
2169
  }
1954
- i.icon.vimeo:before {
2170
+ i.icon.vimeo.square:before {
1955
2171
  content: "\f194";
1956
2172
  }
1957
2173
  i.icon.slack:before {
@@ -2101,6 +2317,12 @@ i.icon.simplybuilt:before {
2101
2317
  i.icon.skyatlas:before {
2102
2318
  content: "\f216";
2103
2319
  }
2320
+ i.icon.facebook:before {
2321
+ content: "\f230";
2322
+ }
2323
+ i.icon.pinterest:before {
2324
+ content: "\f231";
2325
+ }
2104
2326
  i.icon.whatsapp:before {
2105
2327
  content: "\f232";
2106
2328
  }
@@ -2110,6 +2332,150 @@ i.icon.viacoin:before {
2110
2332
  i.icon.medium:before {
2111
2333
  content: "\f23a";
2112
2334
  }
2335
+ i.icon.y.combinator:before {
2336
+ content: "\f23b";
2337
+ }
2338
+ i.icon.optinmonster:before {
2339
+ content: "\f23c";
2340
+ }
2341
+ i.icon.opencart:before {
2342
+ content: "\f23d";
2343
+ }
2344
+ i.icon.expeditedssl:before {
2345
+ content: "\f23e";
2346
+ }
2347
+ i.icon.gg:before {
2348
+ content: "\f260";
2349
+ }
2350
+ i.icon.gg.circle:before {
2351
+ content: "\f261";
2352
+ }
2353
+ i.icon.tripadvisor:before {
2354
+ content: "\f262";
2355
+ }
2356
+ i.icon.odnoklassniki:before {
2357
+ content: "\f263";
2358
+ }
2359
+ i.icon.odnoklassniki.square:before {
2360
+ content: "\f264";
2361
+ }
2362
+ i.icon.pocket:before {
2363
+ content: "\f265";
2364
+ }
2365
+ i.icon.wikipedia:before {
2366
+ content: "\f266";
2367
+ }
2368
+ i.icon.safari:before {
2369
+ content: "\f267";
2370
+ }
2371
+ i.icon.chrome:before {
2372
+ content: "\f268";
2373
+ }
2374
+ i.icon.firefox:before {
2375
+ content: "\f269";
2376
+ }
2377
+ i.icon.opera:before {
2378
+ content: "\f26a";
2379
+ }
2380
+ i.icon.internet.explorer:before {
2381
+ content: "\f26b";
2382
+ }
2383
+ i.icon.contao:before {
2384
+ content: "\f26d";
2385
+ }
2386
+ i.icon.\35 00px:before {
2387
+ content: "\f26e";
2388
+ }
2389
+ i.icon.amazon:before {
2390
+ content: "\f270";
2391
+ }
2392
+ i.icon.houzz:before {
2393
+ content: "\f27c";
2394
+ }
2395
+ i.icon.vimeo:before {
2396
+ content: "\f27d";
2397
+ }
2398
+ i.icon.black.tie:before {
2399
+ content: "\f27e";
2400
+ }
2401
+ i.icon.fonticons:before {
2402
+ content: "\f280";
2403
+ }
2404
+ i.icon.reddit.alien:before {
2405
+ content: "\f281";
2406
+ }
2407
+ i.icon.microsoft.edge:before {
2408
+ content: "\f282";
2409
+ }
2410
+ i.icon.codiepie:before {
2411
+ content: "\f284";
2412
+ }
2413
+ i.icon.modx:before {
2414
+ content: "\f285";
2415
+ }
2416
+ i.icon.fort.awesome:before {
2417
+ content: "\f286";
2418
+ }
2419
+ i.icon.product.hunt:before {
2420
+ content: "\f288";
2421
+ }
2422
+ i.icon.mixcloud:before {
2423
+ content: "\f289";
2424
+ }
2425
+ i.icon.scribd:before {
2426
+ content: "\f28a";
2427
+ }
2428
+ i.icon.gitlab:before {
2429
+ content: "\f296";
2430
+ }
2431
+ i.icon.wpbeginner:before {
2432
+ content: "\f297";
2433
+ }
2434
+ i.icon.wpforms:before {
2435
+ content: "\f298";
2436
+ }
2437
+ i.icon.envira.gallery:before {
2438
+ content: "\f299";
2439
+ }
2440
+ i.icon.glide:before {
2441
+ content: "\f2a5";
2442
+ }
2443
+ i.icon.glide.g:before {
2444
+ content: "\f2a6";
2445
+ }
2446
+ i.icon.viadeo:before {
2447
+ content: "\f2a9";
2448
+ }
2449
+ i.icon.viadeo.square:before {
2450
+ content: "\f2aa";
2451
+ }
2452
+ i.icon.snapchat:before {
2453
+ content: "\f2ab";
2454
+ }
2455
+ i.icon.snapchat.ghost:before {
2456
+ content: "\f2ac";
2457
+ }
2458
+ i.icon.snapchat.square:before {
2459
+ content: "\f2ad";
2460
+ }
2461
+ i.icon.pied.piper.hat:before {
2462
+ content: "\f2ae";
2463
+ }
2464
+ i.icon.first.order:before {
2465
+ content: "\f2b0";
2466
+ }
2467
+ i.icon.yoast:before {
2468
+ content: "\f2b1";
2469
+ }
2470
+ i.icon.themeisle:before {
2471
+ content: "\f2b2";
2472
+ }
2473
+ i.icon.google.plus.circle:before {
2474
+ content: "\f2b3";
2475
+ }
2476
+ i.icon.font.awesome:before {
2477
+ content: "\f2b4";
2478
+ }
2113
2479
 
2114
2480
 
2115
2481
  /*******************************
@@ -2140,21 +2506,6 @@ i.icon.delete:before {
2140
2506
  i.icon.x:before {
2141
2507
  content: "\f00d";
2142
2508
  }
2143
- i.icon.user.times:before {
2144
- content: "\f235";
2145
- }
2146
- i.icon.user.close:before {
2147
- content: "\f235";
2148
- }
2149
- i.icon.user.cancel:before {
2150
- content: "\f235";
2151
- }
2152
- i.icon.user.delete:before {
2153
- content: "\f235";
2154
- }
2155
- i.icon.user.x:before {
2156
- content: "\f235";
2157
- }
2158
2509
  i.icon.zoom.in:before {
2159
2510
  content: "\f00e";
2160
2511
  }
@@ -2203,6 +2554,9 @@ i.icon.signup:before {
2203
2554
  i.icon.plus.circle:before {
2204
2555
  content: "\f055";
2205
2556
  }
2557
+ i.icon.question.circle:before {
2558
+ content: "\f059";
2559
+ }
2206
2560
  i.icon.dont:before {
2207
2561
  content: "\f05e";
2208
2562
  }
@@ -2212,14 +2566,17 @@ i.icon.minimize:before {
2212
2566
  i.icon.add:before {
2213
2567
  content: "\f067";
2214
2568
  }
2215
- i.icon.eye:before {
2216
- content: "\f06e";
2569
+ i.icon.exclamation.circle:before {
2570
+ content: "\f06a";
2217
2571
  }
2218
2572
  i.icon.attention:before {
2219
2573
  content: "\f06a";
2220
2574
  }
2221
- i.icon.cart:before {
2222
- content: "\f07a";
2575
+ i.icon.eye:before {
2576
+ content: "\f06e";
2577
+ }
2578
+ i.icon.exclamation.triangle:before {
2579
+ content: "\f071";
2223
2580
  }
2224
2581
  i.icon.shuffle:before {
2225
2582
  content: "\f074";
@@ -2230,21 +2587,15 @@ i.icon.talk:before {
2230
2587
  i.icon.chat:before {
2231
2588
  content: "\f075";
2232
2589
  }
2590
+ i.icon.cart:before {
2591
+ content: "\f07a";
2592
+ }
2233
2593
  i.icon.shopping.cart:before {
2234
2594
  content: "\f07a";
2235
2595
  }
2236
2596
  i.icon.bar.graph:before {
2237
2597
  content: "\f080";
2238
2598
  }
2239
- i.icon.area.graph:before {
2240
- content: "\f1fe";
2241
- }
2242
- i.icon.pie.graph:before {
2243
- content: "\f200";
2244
- }
2245
- i.icon.line.graph:before {
2246
- content: "\f201";
2247
- }
2248
2599
  i.icon.key:before {
2249
2600
  content: "\f084";
2250
2601
  }
@@ -2272,12 +2623,12 @@ i.icon.thumb.tack:before {
2272
2623
  i.icon.winner:before {
2273
2624
  content: "\f091";
2274
2625
  }
2275
- i.icon.bookmark.outline:before {
2276
- content: "\f097";
2277
- }
2278
2626
  i.icon.phone:before {
2279
2627
  content: "\f095";
2280
2628
  }
2629
+ i.icon.bookmark.outline:before {
2630
+ content: "\f097";
2631
+ }
2281
2632
  i.icon.phone.square:before {
2282
2633
  content: "\f098";
2283
2634
  }
@@ -2290,18 +2641,9 @@ i.icon.hdd.outline:before {
2290
2641
  i.icon.bullhorn:before {
2291
2642
  content: "\f0a1";
2292
2643
  }
2293
- i.icon.bell:before {
2294
- content: "\f0f3";
2295
- }
2296
2644
  i.icon.bell.outline:before {
2297
2645
  content: "\f0a2";
2298
2646
  }
2299
- i.icon.bell.slash:before {
2300
- content: "\f1f6";
2301
- }
2302
- i.icon.bell.slash.outline:before {
2303
- content: "\f1f7";
2304
- }
2305
2647
  i.icon.hand.outline.right:before {
2306
2648
  content: "\f0a4";
2307
2649
  }
@@ -2326,6 +2668,12 @@ i.icon.briefcase:before {
2326
2668
  i.icon.group:before {
2327
2669
  content: "\f0c0";
2328
2670
  }
2671
+ i.icon.linkify:before {
2672
+ content: "\f0c1";
2673
+ }
2674
+ i.icon.chain:before {
2675
+ content: "\f0c1";
2676
+ }
2329
2677
  i.icon.flask:before {
2330
2678
  content: "\f0c3";
2331
2679
  }
@@ -2374,7 +2722,7 @@ i.icon.envelope:before {
2374
2722
  i.icon.conversation:before {
2375
2723
  content: "\f0e6";
2376
2724
  }
2377
- i.icon.umbrella:before {
2725
+ i.icon.rain:before {
2378
2726
  content: "\f0e9";
2379
2727
  }
2380
2728
  i.icon.clipboard:before {
@@ -2383,6 +2731,9 @@ i.icon.clipboard:before {
2383
2731
  i.icon.lightbulb:before {
2384
2732
  content: "\f0eb";
2385
2733
  }
2734
+ i.icon.bell:before {
2735
+ content: "\f0f3";
2736
+ }
2386
2737
  i.icon.ambulance:before {
2387
2738
  content: "\f0f9";
2388
2739
  }
@@ -2404,24 +2755,21 @@ i.icon.computer:before {
2404
2755
  i.icon.circle.outline:before {
2405
2756
  content: "\f10c";
2406
2757
  }
2407
- i.icon.intersex:before {
2408
- content: "\f10c";
2409
- }
2410
- i.icon.asexual:before {
2411
- content: "\f10c";
2412
- }
2413
- i.icon.spinner:before {
2414
- content: "\f110";
2415
- }
2416
2758
  i.icon.gamepad:before {
2417
2759
  content: "\f11b";
2418
2760
  }
2419
2761
  i.icon.star.half.full:before {
2420
2762
  content: "\f123";
2421
2763
  }
2764
+ i.icon.broken.chain:before {
2765
+ content: "\f127";
2766
+ }
2422
2767
  i.icon.question:before {
2423
2768
  content: "\f128";
2424
2769
  }
2770
+ i.icon.exclamation:before {
2771
+ content: "\f12a";
2772
+ }
2425
2773
  i.icon.eraser:before {
2426
2774
  content: "\f12d";
2427
2775
  }
@@ -2443,12 +2791,6 @@ i.icon.play.circle:before {
2443
2791
  i.icon.pencil.square:before {
2444
2792
  content: "\f14b";
2445
2793
  }
2446
- i.icon.compass:before {
2447
- content: "\f14e";
2448
- }
2449
- i.icon.amex:before {
2450
- content: "\f1f3";
2451
- }
2452
2794
  i.icon.eur:before {
2453
2795
  content: "\f153";
2454
2796
  }
@@ -2461,12 +2803,18 @@ i.icon.usd:before {
2461
2803
  i.icon.inr:before {
2462
2804
  content: "\f156";
2463
2805
  }
2464
- i.icon.cny:before,
2465
- i.icon.rmb:before,
2806
+ i.icon.cny:before {
2807
+ content: "\f157";
2808
+ }
2809
+ i.icon.rmb:before {
2810
+ content: "\f157";
2811
+ }
2466
2812
  i.icon.jpy:before {
2467
2813
  content: "\f157";
2468
2814
  }
2469
- i.icon.rouble:before,
2815
+ i.icon.rouble:before {
2816
+ content: "\f158";
2817
+ }
2470
2818
  i.icon.rub:before {
2471
2819
  content: "\f158";
2472
2820
  }
@@ -2476,12 +2824,8 @@ i.icon.krw:before {
2476
2824
  i.icon.btc:before {
2477
2825
  content: "\f15a";
2478
2826
  }
2479
- i.icon.sheqel:before,
2480
- i.icon.ils:before {
2481
- content: "\f20b";
2482
- }
2483
- i.icon.try:before {
2484
- content: "\f195";
2827
+ i.icon.gratipay:before {
2828
+ content: "\f184";
2485
2829
  }
2486
2830
  i.icon.zip:before {
2487
2831
  content: "\f187";
@@ -2489,39 +2833,78 @@ i.icon.zip:before {
2489
2833
  i.icon.dot.circle.outline:before {
2490
2834
  content: "\f192";
2491
2835
  }
2492
- i.icon.sliders:before {
2493
- content: "\f1de";
2494
- }
2495
- i.icon.wi-fi:before {
2496
- content: "\f1eb";
2836
+ i.icon.try:before {
2837
+ content: "\f195";
2497
2838
  }
2498
2839
  i.icon.graduation:before {
2499
2840
  content: "\f19d";
2500
2841
  }
2501
- i.icon.weixin:before {
2502
- content: "\f1d7";
2842
+ i.icon.circle.outline:before {
2843
+ content: "\f1db";
2503
2844
  }
2504
- i.icon.binoculars:before {
2505
- content: "\f1e5";
2845
+ i.icon.sliders:before {
2846
+ content: "\f1de";
2506
2847
  }
2507
- i.icon.gratipay:before {
2508
- content: "\f184";
2848
+ i.icon.weixin:before {
2849
+ content: "\f1d7";
2509
2850
  }
2510
- i.icon.genderless:before {
2511
- content: "\f1db";
2851
+ i.icon.tty:before {
2852
+ content: "\f1e4";
2512
2853
  }
2513
2854
  i.icon.teletype:before {
2514
2855
  content: "\f1e4";
2515
2856
  }
2857
+ i.icon.binoculars:before {
2858
+ content: "\f1e5";
2859
+ }
2516
2860
  i.icon.power.cord:before {
2517
2861
  content: "\f1e6";
2518
2862
  }
2519
- i.icon.tty:before {
2520
- content: "\f1e4";
2863
+ i.icon.wi-fi:before {
2864
+ content: "\f1eb";
2865
+ }
2866
+ i.icon.visa.card:before {
2867
+ content: "\f1f0";
2868
+ }
2869
+ i.icon.mastercard.card:before {
2870
+ content: "\f1f1";
2871
+ }
2872
+ i.icon.discover.card:before {
2873
+ content: "\f1f2";
2874
+ }
2875
+ i.icon.amex:before {
2876
+ content: "\f1f3";
2877
+ }
2878
+ i.icon.american.express.card:before {
2879
+ content: "\f1f3";
2880
+ }
2881
+ i.icon.stripe.card:before {
2882
+ content: "\f1f5";
2883
+ }
2884
+ i.icon.bell.slash:before {
2885
+ content: "\f1f6";
2886
+ }
2887
+ i.icon.bell.slash.outline:before {
2888
+ content: "\f1f7";
2889
+ }
2890
+ i.icon.area.graph:before {
2891
+ content: "\f1fe";
2892
+ }
2893
+ i.icon.pie.graph:before {
2894
+ content: "\f200";
2895
+ }
2896
+ i.icon.line.graph:before {
2897
+ content: "\f201";
2521
2898
  }
2522
2899
  i.icon.cc:before {
2523
2900
  content: "\f20a";
2524
2901
  }
2902
+ i.icon.sheqel:before {
2903
+ content: "\f20b";
2904
+ }
2905
+ i.icon.ils:before {
2906
+ content: "\f20b";
2907
+ }
2525
2908
  i.icon.plus.cart:before {
2526
2909
  content: "\f217";
2527
2910
  }
@@ -2540,6 +2923,9 @@ i.icon.mars:before {
2540
2923
  i.icon.mercury:before {
2541
2924
  content: "\f223";
2542
2925
  }
2926
+ i.icon.intersex:before {
2927
+ content: "\f224";
2928
+ }
2543
2929
  i.icon.venus.double:before {
2544
2930
  content: "\f226";
2545
2931
  }
@@ -2564,24 +2950,198 @@ i.icon.mars.alternate:before {
2564
2950
  i.icon.mars.vertical:before {
2565
2951
  content: "\f22a";
2566
2952
  }
2567
- i.icon.mars.horizontal:before {
2568
- content: "\f22b";
2569
- }
2570
2953
  i.icon.mars.stroke.vertical:before {
2571
2954
  content: "\f22a";
2572
2955
  }
2956
+ i.icon.mars.horizontal:before {
2957
+ content: "\f22b";
2958
+ }
2573
2959
  i.icon.mars.stroke.horizontal:before {
2574
2960
  content: "\f22b";
2575
2961
  }
2576
- i.icon.facebook.official {
2962
+ i.icon.asexual:before {
2963
+ content: "\f22d";
2964
+ }
2965
+ i.icon.facebook.official:before {
2577
2966
  content: "\f230";
2578
2967
  }
2579
- i.icon.pinterest.official {
2580
- content: "\f231";
2968
+ i.icon.user.plus:before {
2969
+ content: "\f234";
2970
+ }
2971
+ i.icon.user.times:before {
2972
+ content: "\f235";
2973
+ }
2974
+ i.icon.user.close:before {
2975
+ content: "\f235";
2976
+ }
2977
+ i.icon.user.cancel:before {
2978
+ content: "\f235";
2979
+ }
2980
+ i.icon.user.delete:before {
2981
+ content: "\f235";
2982
+ }
2983
+ i.icon.user.x:before {
2984
+ content: "\f235";
2581
2985
  }
2582
2986
  i.icon.bed:before {
2583
2987
  content: "\f236";
2584
2988
  }
2989
+ i.icon.yc:before {
2990
+ content: "\f23b";
2991
+ }
2992
+ i.icon.ycombinator:before {
2993
+ content: "\f23b";
2994
+ }
2995
+ i.icon.battery.four:before {
2996
+ content: "\f240";
2997
+ }
2998
+ i.icon.battery.three:before {
2999
+ content: "\f241";
3000
+ }
3001
+ i.icon.battery.three.quarters:before {
3002
+ content: "\f241";
3003
+ }
3004
+ i.icon.battery.two:before {
3005
+ content: "\f242";
3006
+ }
3007
+ i.icon.battery.half:before {
3008
+ content: "\f242";
3009
+ }
3010
+ i.icon.battery.one:before {
3011
+ content: "\f243";
3012
+ }
3013
+ i.icon.battery.quarter:before {
3014
+ content: "\f243";
3015
+ }
3016
+ i.icon.battery.zero:before {
3017
+ content: "\f244";
3018
+ }
3019
+ i.icon.i.cursor:before {
3020
+ content: "\f246";
3021
+ }
3022
+ i.icon.jcb:before {
3023
+ content: "\f24b";
3024
+ }
3025
+ i.icon.japan.credit.bureau.card:before {
3026
+ content: "\f24b";
3027
+ }
3028
+ i.icon.diners.club.card:before {
3029
+ content: "\f24c";
3030
+ }
3031
+ i.icon.balance:before {
3032
+ content: "\f24e";
3033
+ }
3034
+ i.icon.hourglass.outline:before {
3035
+ content: "\f250";
3036
+ }
3037
+ i.icon.hourglass.zero:before {
3038
+ content: "\f250";
3039
+ }
3040
+ i.icon.hourglass.one:before {
3041
+ content: "\f251";
3042
+ }
3043
+ i.icon.hourglass.two:before {
3044
+ content: "\f252";
3045
+ }
3046
+ i.icon.hourglass.three:before {
3047
+ content: "\f253";
3048
+ }
3049
+ i.icon.hourglass.four:before {
3050
+ content: "\f254";
3051
+ }
3052
+ i.icon.grab {
3053
+ content: "\f255";
3054
+ }
3055
+ i.icon.hand.victory:before {
3056
+ content: "\f25b";
3057
+ }
3058
+ i.icon.tm:before {
3059
+ content: "\f25c";
3060
+ }
3061
+ i.icon.r.circle:before {
3062
+ content: "\f25d";
3063
+ }
3064
+ i.icon.television {
3065
+ content: "\f26c";
3066
+ }
3067
+ i.icon.five.hundred.pixels:before {
3068
+ content: "\f26e";
3069
+ }
3070
+ i.icon.calendar.plus:before {
3071
+ content: "\f271";
3072
+ }
3073
+ i.icon.calendar.minus:before {
3074
+ content: "\f272";
3075
+ }
3076
+ i.icon.calendar.times:before {
3077
+ content: "\f273";
3078
+ }
3079
+ i.icon.calendar.check:before {
3080
+ content: "\f274";
3081
+ }
3082
+ i.icon.factory:before {
3083
+ content: "\f275";
3084
+ }
3085
+ i.icon.commenting:before {
3086
+ content: "\f27a";
3087
+ }
3088
+ i.icon.commenting.outline:before {
3089
+ content: "\f27b";
3090
+ }
3091
+ i.icon.edge:before {
3092
+ content: "\f282";
3093
+ }
3094
+ i.icon.ms.edge:before {
3095
+ content: "\f282";
3096
+ }
3097
+ i.icon.wordpress.beginner:before {
3098
+ content: "\f297";
3099
+ }
3100
+ i.icon.wordpress.forms:before {
3101
+ content: "\f298";
3102
+ }
3103
+ i.icon.envira:before {
3104
+ content: "\f299";
3105
+ }
3106
+ i.icon.question.circle.outline:before {
3107
+ content: "\f29c";
3108
+ }
3109
+ i.icon.assistive.listening.devices:before {
3110
+ content: "\f2a2";
3111
+ }
3112
+ i.icon.als:before {
3113
+ content: "\f2a2";
3114
+ }
3115
+ i.icon.ald:before {
3116
+ content: "\f2a2";
3117
+ }
3118
+ i.icon.asl.interpreting:before {
3119
+ content: "\f2a3";
3120
+ }
3121
+ i.icon.deaf:before {
3122
+ content: "\f2a4";
3123
+ }
3124
+ i.icon.american.sign.language.interpreting:before {
3125
+ content: "\f2a3";
3126
+ }
3127
+ i.icon.hard.of.hearing:before {
3128
+ content: "\f2a4";
3129
+ }
3130
+ i.icon.signing:before {
3131
+ content: "\f2a7";
3132
+ }
3133
+ i.icon.new.pied.piper:before {
3134
+ content: "\f2ae";
3135
+ }
3136
+ i.icon.theme.isle:before {
3137
+ content: "\f2b2";
3138
+ }
3139
+ i.icon.google.plus.official:before {
3140
+ content: "\f2b3";
3141
+ }
3142
+ i.icon.fa:before {
3143
+ content: "\f2b4";
3144
+ }
2585
3145
 
2586
3146
 
2587
3147
  /*******************************