Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
/*!
2
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
3
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
 */
5
/* FONT PATH
6
 * -------------------------- */
7
@font-face {
8
    font-family: 'FontAwesome';
9
    src: url('icons/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0');
10
    src: url('icons/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('icons/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('icons/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('icons/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('icons/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
11
    font-weight: normal;
12
    font-style: normal;
13
}
14
.fa {
15
    display: inline-block;
16
    font: normal normal normal 14px/1 FontAwesome;
17
    font-size: inherit;
18
    text-rendering: auto;
19
    -webkit-font-smoothing: antialiased;
20
    -moz-osx-font-smoothing: grayscale;
21
}
22
/* makes the font 33% larger relative to the icon container */
23
.fa-lg {
24
    font-size: 1.33333333em;
25
    line-height: 0.75em;
26
    vertical-align: -15%;
27
}
28
.fa-2x {
29
    font-size: 2em;
30
}
31
.fa-3x {
32
    font-size: 3em;
33
}
34
.fa-4x {
35
    font-size: 4em;
36
}
37
.fa-5x {
38
    font-size: 5em;
39
}
40
.fa-fw {
41
    width: 1.28571429em;
42
    text-align: center;
43
}
44
.fa-ul {
45
    padding-left: 0;
46
    margin-left: 2.14285714em;
47
    list-style-type: none;
48
}
49
.fa-ul > li {
50
    position: relative;
51
}
52
.fa-li {
53
    position: absolute;
54
    left: -2.14285714em;
55
    width: 2.14285714em;
56
    top: 0.14285714em;
57
    text-align: center;
58
}
59
.fa-li.fa-lg {
60
    left: -1.85714286em;
61
}
62
.fa-border {
63
    padding: .2em .25em .15em;
64
    border: solid 0.08em #eee;
65
    border-radius: .1em;
66
}
67
.fa-pull-left {
68
    float: left;
69
}
70
.fa-pull-right {
71
    float: right;
72
}
73
.fa.fa-pull-left {
74
    margin-right: .3em;
75
}
76
.fa.fa-pull-right {
77
    margin-left: .3em;
78
}
79
/* Deprecated as of 4.4.0 */
80
.pull-right {
81
    float: right;
82
}
83
.pull-left {
84
    float: left;
85
}
86
.fa.pull-left {
87
    margin-right: .3em;
88
}
89
.fa.pull-right {
90
    margin-left: .3em;
91
}
92
.fa-spin {
93
    -webkit-animation: fa-spin 2s infinite linear;
94
    animation: fa-spin 2s infinite linear;
95
}
96
.fa-pulse {
97
    -webkit-animation: fa-spin 1s infinite steps(8);
98
    animation: fa-spin 1s infinite steps(8);
99
}
100
@-webkit-keyframes fa-spin {
101
    0% {
102
        -webkit-transform: rotate(0deg);
103
        transform: rotate(0deg);
104
    }
105
    100% {
106
        -webkit-transform: rotate(359deg);
107
        transform: rotate(359deg);
108
    }
109
}
110
@keyframes fa-spin {
111
    0% {
112
        -webkit-transform: rotate(0deg);
113
        transform: rotate(0deg);
114
    }
115
    100% {
116
        -webkit-transform: rotate(359deg);
117
        transform: rotate(359deg);
118
    }
119
}
120
.fa-rotate-90 {
121
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
122
    -webkit-transform: rotate(90deg);
123
    -ms-transform: rotate(90deg);
124
    transform: rotate(90deg);
125
}
126
.fa-rotate-180 {
127
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
128
    -webkit-transform: rotate(180deg);
129
    -ms-transform: rotate(180deg);
130
    transform: rotate(180deg);
131
}
132
.fa-rotate-270 {
133
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
134
    -webkit-transform: rotate(270deg);
135
    -ms-transform: rotate(270deg);
136
    transform: rotate(270deg);
137
}
138
.fa-flip-horizontal {
139
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
140
    -webkit-transform: scale(-1, 1);
141
    -ms-transform: scale(-1, 1);
142
    transform: scale(-1, 1);
143
}
144
.fa-flip-vertical {
145
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
146
    -webkit-transform: scale(1, -1);
147
    -ms-transform: scale(1, -1);
148
    transform: scale(1, -1);
149
}
150
:root .fa-rotate-90,
151
:root .fa-rotate-180,
152
:root .fa-rotate-270,
153
:root .fa-flip-horizontal,
154
:root .fa-flip-vertical {
155
    filter: none;
156
}
157
.fa-stack {
158
    position: relative;
159
    display: inline-block;
160
    width: 2em;
161
    height: 2em;
162
    line-height: 2em;
163
    vertical-align: middle;
164
}
165
.fa-stack-1x,
166
.fa-stack-2x {
167
    position: absolute;
168
    left: 0;
169
    width: 100%;
170
    text-align: center;
171
}
172
.fa-stack-1x {
173
    line-height: inherit;
174
}
175
.fa-stack-2x {
176
    font-size: 2em;
177
}
178
.fa-inverse {
179
    color: #fff;
180
}
181
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
182
   readers do not read off random characters that represent icons */
183
.fa-glass:before {
184
    content: "\f000";
185
}
186
.fa-music:before {
187
    content: "\f001";
188
}
189
.fa-search:before {
190
    content: "\f002";
191
}
192
.fa-envelope-o:before {
193
    content: "\f003";
194
}
195
.fa-heart:before {
196
    content: "\f004";
197
}
198
.fa-star:before {
199
    content: "\f005";
200
}
201
.fa-star-o:before {
202
    content: "\f006";
203
}
204
.fa-user:before {
205
    content: "\f007";
206
}
207
.fa-film:before {
208
    content: "\f008";
209
}
210
.fa-th-large:before {
211
    content: "\f009";
212
}
213
.fa-th:before {
214
    content: "\f00a";
215
}
216
.fa-th-list:before {
217
    content: "\f00b";
218
}
219
.fa-check:before {
220
    content: "\f00c";
221
}
222
.fa-remove:before,
223
.fa-close:before,
224
.fa-times:before {
225
    content: "\f00d";
226
}
227
.fa-search-plus:before {
228
    content: "\f00e";
229
}
230
.fa-search-minus:before {
231
    content: "\f010";
232
}
233
.fa-power-off:before {
234
    content: "\f011";
235
}
236
.fa-signal:before {
237
    content: "\f012";
238
}
239
.fa-gear:before,
240
.fa-cog:before {
241
    content: "\f013";
242
}
243
.fa-trash-o:before {
244
    content: "\f014";
245
}
246
.fa-home:before {
247
    content: "\f015";
248
}
249
.fa-file-o:before {
250
    content: "\f016";
251
}
252
.fa-clock-o:before {
253
    content: "\f017";
254
}
255
.fa-road:before {
256
    content: "\f018";
257
}
258
.fa-download:before {
259
    content: "\f019";
260
}
261
.fa-arrow-circle-o-down:before {
262
    content: "\f01a";
263
}
264
.fa-arrow-circle-o-up:before {
265
    content: "\f01b";
266
}
267
.fa-inbox:before {
268
    content: "\f01c";
269
}
270
.fa-play-circle-o:before {
271
    content: "\f01d";
272
}
273
.fa-rotate-right:before,
274
.fa-repeat:before {
275
    content: "\f01e";
276
}
277
.fa-refresh:before {
278
    content: "\f021";
279
}
280
.fa-list-alt:before {
281
    content: "\f022";
282
}
283
.fa-lock:before {
284
    content: "\f023";
285
}
286
.fa-flag:before {
287
    content: "\f024";
288
}
289
.fa-headphones:before {
290
    content: "\f025";
291
}
292
.fa-volume-off:before {
293
    content: "\f026";
294
}
295
.fa-volume-down:before {
296
    content: "\f027";
297
}
298
.fa-volume-up:before {
299
    content: "\f028";
300
}
301
.fa-qrcode:before {
302
    content: "\f029";
303
}
304
.fa-barcode:before {
305
    content: "\f02a";
306
}
307
.fa-tag:before {
308
    content: "\f02b";
309
}
310
.fa-tags:before {
311
    content: "\f02c";
312
}
313
.fa-book:before {
314
    content: "\f02d";
315
}
316
.fa-bookmark:before {
317
    content: "\f02e";
318
}
319
.fa-print:before {
320
    content: "\f02f";
321
}
322
.fa-camera:before {
323
    content: "\f030";
324
}
325
.fa-font:before {
326
    content: "\f031";
327
}
328
.fa-bold:before {
329
    content: "\f032";
330
}
331
.fa-italic:before {
332
    content: "\f033";
333
}
334
.fa-text-height:before {
335
    content: "\f034";
336
}
337
.fa-text-width:before {
338
    content: "\f035";
339
}
340
.fa-align-left:before {
341
    content: "\f036";
342
}
343
.fa-align-center:before {
344
    content: "\f037";
345
}
346
.fa-align-right:before {
347
    content: "\f038";
348
}
349
.fa-align-justify:before {
350
    content: "\f039";
351
}
352
.fa-list:before {
353
    content: "\f03a";
354
}
355
.fa-dedent:before,
356
.fa-outdent:before {
357
    content: "\f03b";
358
}
359
.fa-indent:before {
360
    content: "\f03c";
361
}
362
.fa-video-camera:before {
363
    content: "\f03d";
364
}
365
.fa-photo:before,
366
.fa-image:before,
367
.fa-picture-o:before {
368
    content: "\f03e";
369
}
370
.fa-pencil:before {
371
    content: "\f040";
372
}
373
.fa-map-marker:before {
374
    content: "\f041";
375
}
376
.fa-adjust:before {
377
    content: "\f042";
378
}
379
.fa-tint:before {
380
    content: "\f043";
381
}
382
.fa-edit:before,
383
.fa-pencil-square-o:before {
384
    content: "\f044";
385
}
386
.fa-share-square-o:before {
387
    content: "\f045";
388
}
389
.fa-check-square-o:before {
390
    content: "\f046";
391
}
392
.fa-arrows:before {
393
    content: "\f047";
394
}
395
.fa-step-backward:before {
396
    content: "\f048";
397
}
398
.fa-fast-backward:before {
399
    content: "\f049";
400
}
401
.fa-backward:before {
402
    content: "\f04a";
403
}
404
.fa-play:before {
405
    content: "\f04b";
406
}
407
.fa-pause:before {
408
    content: "\f04c";
409
}
410
.fa-stop:before {
411
    content: "\f04d";
412
}
413
.fa-forward:before {
414
    content: "\f04e";
415
}
416
.fa-fast-forward:before {
417
    content: "\f050";
418
}
419
.fa-step-forward:before {
420
    content: "\f051";
421
}
422
.fa-eject:before {
423
    content: "\f052";
424
}
425
.fa-chevron-left:before {
426
    content: "\f053";
427
}
428
.fa-chevron-right:before {
429
    content: "\f054";
430
}
431
.fa-plus-circle:before {
432
    content: "\f055";
433
}
434
.fa-minus-circle:before {
435
    content: "\f056";
436
}
437
.fa-times-circle:before {
438
    content: "\f057";
439
}
440
.fa-check-circle:before {
441
    content: "\f058";
442
}
443
.fa-question-circle:before {
444
    content: "\f059";
445
}
446
.fa-info-circle:before {
447
    content: "\f05a";
448
}
449
.fa-crosshairs:before {
450
    content: "\f05b";
451
}
452
.fa-times-circle-o:before {
453
    content: "\f05c";
454
}
455
.fa-check-circle-o:before {
456
    content: "\f05d";
457
}
458
.fa-ban:before {
459
    content: "\f05e";
460
}
461
.fa-arrow-left:before {
462
    content: "\f060";
463
}
464
.fa-arrow-right:before {
465
    content: "\f061";
466
}
467
.fa-arrow-up:before {
468
    content: "\f062";
469
}
470
.fa-arrow-down:before {
471
    content: "\f063";
472
}
473
.fa-mail-forward:before,
474
.fa-share:before {
475
    content: "\f064";
476
}
477
.fa-expand:before {
478
    content: "\f065";
479
}
480
.fa-compress:before {
481
    content: "\f066";
482
}
483
.fa-plus:before {
484
    content: "\f067";
485
}
486
.fa-minus:before {
487
    content: "\f068";
488
}
489
.fa-asterisk:before {
490
    content: "\f069";
491
}
492
.fa-exclamation-circle:before {
493
    content: "\f06a";
494
}
495
.fa-gift:before {
496
    content: "\f06b";
497
}
498
.fa-leaf:before {
499
    content: "\f06c";
500
}
501
.fa-fire:before {
502
    content: "\f06d";
503
}
504
.fa-eye:before {
505
    content: "\f06e";
506
}
507
.fa-eye-slash:before {
508
    content: "\f070";
509
}
510
.fa-warning:before,
511
.fa-exclamation-triangle:before {
512
    content: "\f071";
513
}
514
.fa-plane:before {
515
    content: "\f072";
516
}
517
.fa-calendar:before {
518
    content: "\f073";
519
}
520
.fa-random:before {
521
    content: "\f074";
522
}
523
.fa-comment:before {
524
    content: "\f075";
525
}
526
.fa-magnet:before {
527
    content: "\f076";
528
}
529
.fa-chevron-up:before {
530
    content: "\f077";
531
}
532
.fa-chevron-down:before {
533
    content: "\f078";
534
}
535
.fa-retweet:before {
536
    content: "\f079";
537
}
538
.fa-shopping-cart:before {
539
    content: "\f07a";
540
}
541
.fa-folder:before {
542
    content: "\f07b";
543
}
544
.fa-folder-open:before {
545
    content: "\f07c";
546
}
547
.fa-arrows-v:before {
548
    content: "\f07d";
549
}
550
.fa-arrows-h:before {
551
    content: "\f07e";
552
}
553
.fa-bar-chart-o:before,
554
.fa-bar-chart:before {
555
    content: "\f080";
556
}
557
.fa-twitter-square:before {
558
    content: "\f081";
559
}
560
.fa-facebook-square:before {
561
    content: "\f082";
562
}
563
.fa-camera-retro:before {
564
    content: "\f083";
565
}
566
.fa-key:before {
567
    content: "\f084";
568
}
569
.fa-gears:before,
570
.fa-cogs:before {
571
    content: "\f085";
572
}
573
.fa-comments:before {
574
    content: "\f086";
575
}
576
.fa-thumbs-o-up:before {
577
    content: "\f087";
578
}
579
.fa-thumbs-o-down:before {
580
    content: "\f088";
581
}
582
.fa-star-half:before {
583
    content: "\f089";
584
}
585
.fa-heart-o:before {
586
    content: "\f08a";
587
}
588
.fa-sign-out:before {
589
    content: "\f08b";
590
}
591
.fa-linkedin-square:before {
592
    content: "\f08c";
593
}
594
.fa-thumb-tack:before {
595
    content: "\f08d";
596
}
597
.fa-external-link:before {
598
    content: "\f08e";
599
}
600
.fa-sign-in:before {
601
    content: "\f090";
602
}
603
.fa-trophy:before {
604
    content: "\f091";
605
}
606
.fa-github-square:before {
607
    content: "\f092";
608
}
609
.fa-upload:before {
610
    content: "\f093";
611
}
612
.fa-lemon-o:before {
613
    content: "\f094";
614
}
615
.fa-phone:before {
616
    content: "\f095";
617
}
618
.fa-square-o:before {
619
    content: "\f096";
620
}
621
.fa-bookmark-o:before {
622
    content: "\f097";
623
}
624
.fa-phone-square:before {
625
    content: "\f098";
626
}
627
.fa-twitter:before {
628
    content: "\f099";
629
}
630
.fa-facebook-f:before,
631
.fa-facebook:before {
632
    content: "\f09a";
633
}
634
.fa-github:before {
635
    content: "\f09b";
636
}
637
.fa-unlock:before {
638
    content: "\f09c";
639
}
640
.fa-credit-card:before {
641
    content: "\f09d";
642
}
643
.fa-feed:before,
644
.fa-rss:before {
645
    content: "\f09e";
646
}
647
.fa-hdd-o:before {
648
    content: "\f0a0";
649
}
650
.fa-bullhorn:before {
651
    content: "\f0a1";
652
}
653
.fa-bell:before {
654
    content: "\f0f3";
655
}
656
.fa-certificate:before {
657
    content: "\f0a3";
658
}
659
.fa-hand-o-right:before {
660
    content: "\f0a4";
661
}
662
.fa-hand-o-left:before {
663
    content: "\f0a5";
664
}
665
.fa-hand-o-up:before {
666
    content: "\f0a6";
667
}
668
.fa-hand-o-down:before {
669
    content: "\f0a7";
670
}
671
.fa-arrow-circle-left:before {
672
    content: "\f0a8";
673
}
674
.fa-arrow-circle-right:before {
675
    content: "\f0a9";
676
}
677
.fa-arrow-circle-up:before {
678
    content: "\f0aa";
679
}
680
.fa-arrow-circle-down:before {
681
    content: "\f0ab";
682
}
683
.fa-globe:before {
684
    content: "\f0ac";
685
}
686
.fa-wrench:before {
687
    content: "\f0ad";
688
}
689
.fa-tasks:before {
690
    content: "\f0ae";
691
}
692
.fa-filter:before {
693
    content: "\f0b0";
694
}
695
.fa-briefcase:before {
696
    content: "\f0b1";
697
}
698
.fa-arrows-alt:before {
699
    content: "\f0b2";
700
}
701
.fa-group:before,
702
.fa-users:before {
703
    content: "\f0c0";
704
}
705
.fa-chain:before,
706
.fa-link:before {
707
    content: "\f0c1";
708
}
709
.fa-cloud:before {
710
    content: "\f0c2";
711
}
712
.fa-flask:before {
713
    content: "\f0c3";
714
}
715
.fa-cut:before,
716
.fa-scissors:before {
717
    content: "\f0c4";
718
}
719
.fa-copy:before,
720
.fa-files-o:before {
721
    content: "\f0c5";
722
}
723
.fa-paperclip:before {
724
    content: "\f0c6";
725
}
726
.fa-save:before,
727
.fa-floppy-o:before {
728
    content: "\f0c7";
729
}
730
.fa-square:before {
731
    content: "\f0c8";
732
}
733
.fa-navicon:before,
734
.fa-reorder:before,
735
.fa-bars:before {
736
    content: "\f0c9";
737
}
738
.fa-list-ul:before {
739
    content: "\f0ca";
740
}
741
.fa-list-ol:before {
742
    content: "\f0cb";
743
}
744
.fa-strikethrough:before {
745
    content: "\f0cc";
746
}
747
.fa-underline:before {
748
    content: "\f0cd";
749
}
750
.fa-table:before {
751
    content: "\f0ce";
752
}
753
.fa-magic:before {
754
    content: "\f0d0";
755
}
756
.fa-truck:before {
757
    content: "\f0d1";
758
}
759
.fa-pinterest:before {
760
    content: "\f0d2";
761
}
762
.fa-pinterest-square:before {
763
    content: "\f0d3";
764
}
765
.fa-google-plus-square:before {
766
    content: "\f0d4";
767
}
768
.fa-google-plus:before {
769
    content: "\f0d5";
770
}
771
.fa-money:before {
772
    content: "\f0d6";
773
}
774
.fa-caret-down:before {
775
    content: "\f0d7";
776
}
777
.fa-caret-up:before {
778
    content: "\f0d8";
779
}
780
.fa-caret-left:before {
781
    content: "\f0d9";
782
}
783
.fa-caret-right:before {
784
    content: "\f0da";
785
}
786
.fa-columns:before {
787
    content: "\f0db";
788
}
789
.fa-unsorted:before,
790
.fa-sort:before {
791
    content: "\f0dc";
792
}
793
.fa-sort-down:before,
794
.fa-sort-desc:before {
795
    content: "\f0dd";
796
}
797
.fa-sort-up:before,
798
.fa-sort-asc:before {
799
    content: "\f0de";
800
}
801
.fa-envelope:before {
802
    content: "\f0e0";
803
}
804
.fa-linkedin:before {
805
    content: "\f0e1";
806
}
807
.fa-rotate-left:before,
808
.fa-undo:before {
809
    content: "\f0e2";
810
}
811
.fa-legal:before,
812
.fa-gavel:before {
813
    content: "\f0e3";
814
}
815
.fa-dashboard:before,
816
.fa-tachometer:before {
817
    content: "\f0e4";
818
}
819
.fa-comment-o:before {
820
    content: "\f0e5";
821
}
822
.fa-comments-o:before {
823
    content: "\f0e6";
824
}
825
.fa-flash:before,
826
.fa-bolt:before {
827
    content: "\f0e7";
828
}
829
.fa-sitemap:before {
830
    content: "\f0e8";
831
}
832
.fa-umbrella:before {
833
    content: "\f0e9";
834
}
835
.fa-paste:before,
836
.fa-clipboard:before {
837
    content: "\f0ea";
838
}
839
.fa-lightbulb-o:before {
840
    content: "\f0eb";
841
}
842
.fa-exchange:before {
843
    content: "\f0ec";
844
}
845
.fa-cloud-download:before {
846
    content: "\f0ed";
847
}
848
.fa-cloud-upload:before {
849
    content: "\f0ee";
850
}
851
.fa-user-md:before {
852
    content: "\f0f0";
853
}
854
.fa-stethoscope:before {
855
    content: "\f0f1";
856
}
857
.fa-suitcase:before {
858
    content: "\f0f2";
859
}
860
.fa-bell-o:before {
861
    content: "\f0a2";
862
}
863
.fa-coffee:before {
864
    content: "\f0f4";
865
}
866
.fa-cutlery:before {
867
    content: "\f0f5";
868
}
869
.fa-file-text-o:before {
870
    content: "\f0f6";
871
}
872
.fa-building-o:before {
873
    content: "\f0f7";
874
}
875
.fa-hospital-o:before {
876
    content: "\f0f8";
877
}
878
.fa-ambulance:before {
879
    content: "\f0f9";
880
}
881
.fa-medkit:before {
882
    content: "\f0fa";
883
}
884
.fa-fighter-jet:before {
885
    content: "\f0fb";
886
}
887
.fa-beer:before {
888
    content: "\f0fc";
889
}
890
.fa-h-square:before {
891
    content: "\f0fd";
892
}
893
.fa-plus-square:before {
894
    content: "\f0fe";
895
}
896
.fa-angle-double-left:before {
897
    content: "\f100";
898
}
899
.fa-angle-double-right:before {
900
    content: "\f101";
901
}
902
.fa-angle-double-up:before {
903
    content: "\f102";
904
}
905
.fa-angle-double-down:before {
906
    content: "\f103";
907
}
908
.fa-angle-left:before {
909
    content: "\f104";
910
}
911
.fa-angle-right:before {
912
    content: "\f105";
913
}
914
.fa-angle-up:before {
915
    content: "\f106";
916
}
917
.fa-angle-down:before {
918
    content: "\f107";
919
}
920
.fa-desktop:before {
921
    content: "\f108";
922
}
923
.fa-laptop:before {
924
    content: "\f109";
925
}
926
.fa-tablet:before {
927
    content: "\f10a";
928
}
929
.fa-mobile-phone:before,
930
.fa-mobile:before {
931
    content: "\f10b";
932
}
933
.fa-circle-o:before {
934
    content: "\f10c";
935
}
936
.fa-quote-left:before {
937
    content: "\f10d";
938
}
939
.fa-quote-right:before {
940
    content: "\f10e";
941
}
942
.fa-spinner:before {
943
    content: "\f110";
944
}
945
.fa-circle:before {
946
    content: "\f111";
947
}
948
.fa-mail-reply:before,
949
.fa-reply:before {
950
    content: "\f112";
951
}
952
.fa-github-alt:before {
953
    content: "\f113";
954
}
955
.fa-folder-o:before {
956
    content: "\f114";
957
}
958
.fa-folder-open-o:before {
959
    content: "\f115";
960
}
961
.fa-smile-o:before {
962
    content: "\f118";
963
}
964
.fa-frown-o:before {
965
    content: "\f119";
966
}
967
.fa-meh-o:before {
968
    content: "\f11a";
969
}
970
.fa-gamepad:before {
971
    content: "\f11b";
972
}
973
.fa-keyboard-o:before {
974
    content: "\f11c";
975
}
976
.fa-flag-o:before {
977
    content: "\f11d";
978
}
979
.fa-flag-checkered:before {
980
    content: "\f11e";
981
}
982
.fa-terminal:before {
983
    content: "\f120";
984
}
985
.fa-code:before {
986
    content: "\f121";
987
}
988
.fa-mail-reply-all:before,
989
.fa-reply-all:before {
990
    content: "\f122";
991
}
992
.fa-star-half-empty:before,
993
.fa-star-half-full:before,
994
.fa-star-half-o:before {
995
    content: "\f123";
996
}
997
.fa-location-arrow:before {
998
    content: "\f124";
999
}
1000
.fa-crop:before {
1001
    content: "\f125";
1002
}
1003
.fa-code-fork:before {
1004
    content: "\f126";
1005
}
1006
.fa-unlink:before,
1007
.fa-chain-broken:before {
1008
    content: "\f127";
1009
}
1010
.fa-question:before {
1011
    content: "\f128";
1012
}
1013
.fa-info:before {
1014
    content: "\f129";
1015
}
1016
.fa-exclamation:before {
1017
    content: "\f12a";
1018
}
1019
.fa-superscript:before {
1020
    content: "\f12b";
1021
}
1022
.fa-subscript:before {
1023
    content: "\f12c";
1024
}
1025
.fa-eraser:before {
1026
    content: "\f12d";
1027
}
1028
.fa-puzzle-piece:before {
1029
    content: "\f12e";
1030
}
1031
.fa-microphone:before {
1032
    content: "\f130";
1033
}
1034
.fa-microphone-slash:before {
1035
    content: "\f131";
1036
}
1037
.fa-shield:before {
1038
    content: "\f132";
1039
}
1040
.fa-calendar-o:before {
1041
    content: "\f133";
1042
}
1043
.fa-fire-extinguisher:before {
1044
    content: "\f134";
1045
}
1046
.fa-rocket:before {
1047
    content: "\f135";
1048
}
1049
.fa-maxcdn:before {
1050
    content: "\f136";
1051
}
1052
.fa-chevron-circle-left:before {
1053
    content: "\f137";
1054
}
1055
.fa-chevron-circle-right:before {
1056
    content: "\f138";
1057
}
1058
.fa-chevron-circle-up:before {
1059
    content: "\f139";
1060
}
1061
.fa-chevron-circle-down:before {
1062
    content: "\f13a";
1063
}
1064
.fa-html5:before {
1065
    content: "\f13b";
1066
}
1067
.fa-css3:before {
1068
    content: "\f13c";
1069
}
1070
.fa-anchor:before {
1071
    content: "\f13d";
1072
}
1073
.fa-unlock-alt:before {
1074
    content: "\f13e";
1075
}
1076
.fa-bullseye:before {
1077
    content: "\f140";
1078
}
1079
.fa-ellipsis-h:before {
1080
    content: "\f141";
1081
}
1082
.fa-ellipsis-v:before {
1083
    content: "\f142";
1084
}
1085
.fa-rss-square:before {
1086
    content: "\f143";
1087
}
1088
.fa-play-circle:before {
1089
    content: "\f144";
1090
}
1091
.fa-ticket:before {
1092
    content: "\f145";
1093
}
1094
.fa-minus-square:before {
1095
    content: "\f146";
1096
}
1097
.fa-minus-square-o:before {
1098
    content: "\f147";
1099
}
1100
.fa-level-up:before {
1101
    content: "\f148";
1102
}
1103
.fa-level-down:before {
1104
    content: "\f149";
1105
}
1106
.fa-check-square:before {
1107
    content: "\f14a";
1108
}
1109
.fa-pencil-square:before {
1110
    content: "\f14b";
1111
}
1112
.fa-external-link-square:before {
1113
    content: "\f14c";
1114
}
1115
.fa-share-square:before {
1116
    content: "\f14d";
1117
}
1118
.fa-compass:before {
1119
    content: "\f14e";
1120
}
1121
.fa-toggle-down:before,
1122
.fa-caret-square-o-down:before {
1123
    content: "\f150";
1124
}
1125
.fa-toggle-up:before,
1126
.fa-caret-square-o-up:before {
1127
    content: "\f151";
1128
}
1129
.fa-toggle-right:before,
1130
.fa-caret-square-o-right:before {
1131
    content: "\f152";
1132
}
1133
.fa-euro:before,
1134
.fa-eur:before {
1135
    content: "\f153";
1136
}
1137
.fa-gbp:before {
1138
    content: "\f154";
1139
}
1140
.fa-dollar:before,
1141
.fa-usd:before {
1142
    content: "\f155";
1143
}
1144
.fa-rupee:before,
1145
.fa-inr:before {
1146
    content: "\f156";
1147
}
1148
.fa-cny:before,
1149
.fa-rmb:before,
1150
.fa-yen:before,
1151
.fa-jpy:before {
1152
    content: "\f157";
1153
}
1154
.fa-ruble:before,
1155
.fa-rouble:before,
1156
.fa-rub:before {
1157
    content: "\f158";
1158
}
1159
.fa-won:before,
1160
.fa-krw:before {
1161
    content: "\f159";
1162
}
1163
.fa-bitcoin:before,
1164
.fa-btc:before {
1165
    content: "\f15a";
1166
}
1167
.fa-file:before {
1168
    content: "\f15b";
1169
}
1170
.fa-file-text:before {
1171
    content: "\f15c";
1172
}
1173
.fa-sort-alpha-asc:before {
1174
    content: "\f15d";
1175
}
1176
.fa-sort-alpha-desc:before {
1177
    content: "\f15e";
1178
}
1179
.fa-sort-amount-asc:before {
1180
    content: "\f160";
1181
}
1182
.fa-sort-amount-desc:before {
1183
    content: "\f161";
1184
}
1185
.fa-sort-numeric-asc:before {
1186
    content: "\f162";
1187
}
1188
.fa-sort-numeric-desc:before {
1189
    content: "\f163";
1190
}
1191
.fa-thumbs-up:before {
1192
    content: "\f164";
1193
}
1194
.fa-thumbs-down:before {
1195
    content: "\f165";
1196
}
1197
.fa-youtube-square:before {
1198
    content: "\f166";
1199
}
1200
.fa-youtube:before {
1201
    content: "\f167";
1202
}
1203
.fa-xing:before {
1204
    content: "\f168";
1205
}
1206
.fa-xing-square:before {
1207
    content: "\f169";
1208
}
1209
.fa-youtube-play:before {
1210
    content: "\f16a";
1211
}
1212
.fa-dropbox:before {
1213
    content: "\f16b";
1214
}
1215
.fa-stack-overflow:before {
1216
    content: "\f16c";
1217
}
1218
.fa-instagram:before {
1219
    content: "\f16d";
1220
}
1221
.fa-flickr:before {
1222
    content: "\f16e";
1223
}
1224
.fa-adn:before {
1225
    content: "\f170";
1226
}
1227
.fa-bitbucket:before {
1228
    content: "\f171";
1229
}
1230
.fa-bitbucket-square:before {
1231
    content: "\f172";
1232
}
1233
.fa-tumblr:before {
1234
    content: "\f173";
1235
}
1236
.fa-tumblr-square:before {
1237
    content: "\f174";
1238
}
1239
.fa-long-arrow-down:before {
1240
    content: "\f175";
1241
}
1242
.fa-long-arrow-up:before {
1243
    content: "\f176";
1244
}
1245
.fa-long-arrow-left:before {
1246
    content: "\f177";
1247
}
1248
.fa-long-arrow-right:before {
1249
    content: "\f178";
1250
}
1251
.fa-apple:before {
1252
    content: "\f179";
1253
}
1254
.fa-windows:before {
1255
    content: "\f17a";
1256
}
1257
.fa-android:before {
1258
    content: "\f17b";
1259
}
1260
.fa-linux:before {
1261
    content: "\f17c";
1262
}
1263
.fa-dribbble:before {
1264
    content: "\f17d";
1265
}
1266
.fa-skype:before {
1267
    content: "\f17e";
1268
}
1269
.fa-foursquare:before {
1270
    content: "\f180";
1271
}
1272
.fa-trello:before {
1273
    content: "\f181";
1274
}
1275
.fa-female:before {
1276
    content: "\f182";
1277
}
1278
.fa-male:before {
1279
    content: "\f183";
1280
}
1281
.fa-gittip:before,
1282
.fa-gratipay:before {
1283
    content: "\f184";
1284
}
1285
.fa-sun-o:before {
1286
    content: "\f185";
1287
}
1288
.fa-moon-o:before {
1289
    content: "\f186";
1290
}
1291
.fa-archive:before {
1292
    content: "\f187";
1293
}
1294
.fa-bug:before {
1295
    content: "\f188";
1296
}
1297
.fa-vk:before {
1298
    content: "\f189";
1299
}
1300
.fa-weibo:before {
1301
    content: "\f18a";
1302
}
1303
.fa-renren:before {
1304
    content: "\f18b";
1305
}
1306
.fa-pagelines:before {
1307
    content: "\f18c";
1308
}
1309
.fa-stack-exchange:before {
1310
    content: "\f18d";
1311
}
1312
.fa-arrow-circle-o-right:before {
1313
    content: "\f18e";
1314
}
1315
.fa-arrow-circle-o-left:before {
1316
    content: "\f190";
1317
}
1318
.fa-toggle-left:before,
1319
.fa-caret-square-o-left:before {
1320
    content: "\f191";
1321
}
1322
.fa-dot-circle-o:before {
1323
    content: "\f192";
1324
}
1325
.fa-wheelchair:before {
1326
    content: "\f193";
1327
}
1328
.fa-vimeo-square:before {
1329
    content: "\f194";
1330
}
1331
.fa-turkish-lira:before,
1332
.fa-try:before {
1333
    content: "\f195";
1334
}
1335
.fa-plus-square-o:before {
1336
    content: "\f196";
1337
}
1338
.fa-space-shuttle:before {
1339
    content: "\f197";
1340
}
1341
.fa-slack:before {
1342
    content: "\f198";
1343
}
1344
.fa-envelope-square:before {
1345
    content: "\f199";
1346
}
1347
.fa-wordpress:before {
1348
    content: "\f19a";
1349
}
1350
.fa-openid:before {
1351
    content: "\f19b";
1352
}
1353
.fa-institution:before,
1354
.fa-bank:before,
1355
.fa-university:before {
1356
    content: "\f19c";
1357
}
1358
.fa-mortar-board:before,
1359
.fa-graduation-cap:before {
1360
    content: "\f19d";
1361
}
1362
.fa-yahoo:before {
1363
    content: "\f19e";
1364
}
1365
.fa-google:before {
1366
    content: "\f1a0";
1367
}
1368
.fa-reddit:before {
1369
    content: "\f1a1";
1370
}
1371
.fa-reddit-square:before {
1372
    content: "\f1a2";
1373
}
1374
.fa-stumbleupon-circle:before {
1375
    content: "\f1a3";
1376
}
1377
.fa-stumbleupon:before {
1378
    content: "\f1a4";
1379
}
1380
.fa-delicious:before {
1381
    content: "\f1a5";
1382
}
1383
.fa-digg:before {
1384
    content: "\f1a6";
1385
}
1386
.fa-pied-piper:before {
1387
    content: "\f1a7";
1388
}
1389
.fa-pied-piper-alt:before {
1390
    content: "\f1a8";
1391
}
1392
.fa-drupal:before {
1393
    content: "\f1a9";
1394
}
1395
.fa-joomla:before {
1396
    content: "\f1aa";
1397
}
1398
.fa-language:before {
1399
    content: "\f1ab";
1400
}
1401
.fa-fax:before {
1402
    content: "\f1ac";
1403
}
1404
.fa-building:before {
1405
    content: "\f1ad";
1406
}
1407
.fa-child:before {
1408
    content: "\f1ae";
1409
}
1410
.fa-paw:before {
1411
    content: "\f1b0";
1412
}
1413
.fa-spoon:before {
1414
    content: "\f1b1";
1415
}
1416
.fa-cube:before {
1417
    content: "\f1b2";
1418
}
1419
.fa-cubes:before {
1420
    content: "\f1b3";
1421
}
1422
.fa-behance:before {
1423
    content: "\f1b4";
1424
}
1425
.fa-behance-square:before {
1426
    content: "\f1b5";
1427
}
1428
.fa-steam:before {
1429
    content: "\f1b6";
1430
}
1431
.fa-steam-square:before {
1432
    content: "\f1b7";
1433
}
1434
.fa-recycle:before {
1435
    content: "\f1b8";
1436
}
1437
.fa-automobile:before,
1438
.fa-car:before {
1439
    content: "\f1b9";
1440
}
1441
.fa-cab:before,
1442
.fa-taxi:before {
1443
    content: "\f1ba";
1444
}
1445
.fa-tree:before {
1446
    content: "\f1bb";
1447
}
1448
.fa-spotify:before {
1449
    content: "\f1bc";
1450
}
1451
.fa-deviantart:before {
1452
    content: "\f1bd";
1453
}
1454
.fa-soundcloud:before {
1455
    content: "\f1be";
1456
}
1457
.fa-database:before {
1458
    content: "\f1c0";
1459
}
1460
.fa-file-pdf-o:before {
1461
    content: "\f1c1";
1462
}
1463
.fa-file-word-o:before {
1464
    content: "\f1c2";
1465
}
1466
.fa-file-excel-o:before {
1467
    content: "\f1c3";
1468
}
1469
.fa-file-powerpoint-o:before {
1470
    content: "\f1c4";
1471
}
1472
.fa-file-photo-o:before,
1473
.fa-file-picture-o:before,
1474
.fa-file-image-o:before {
1475
    content: "\f1c5";
1476
}
1477
.fa-file-zip-o:before,
1478
.fa-file-archive-o:before {
1479
    content: "\f1c6";
1480
}
1481
.fa-file-sound-o:before,
1482
.fa-file-audio-o:before {
1483
    content: "\f1c7";
1484
}
1485
.fa-file-movie-o:before,
1486
.fa-file-video-o:before {
1487
    content: "\f1c8";
1488
}
1489
.fa-file-code-o:before {
1490
    content: "\f1c9";
1491
}
1492
.fa-vine:before {
1493
    content: "\f1ca";
1494
}
1495
.fa-codepen:before {
1496
    content: "\f1cb";
1497
}
1498
.fa-jsfiddle:before {
1499
    content: "\f1cc";
1500
}
1501
.fa-life-bouy:before,
1502
.fa-life-buoy:before,
1503
.fa-life-saver:before,
1504
.fa-support:before,
1505
.fa-life-ring:before {
1506
    content: "\f1cd";
1507
}
1508
.fa-circle-o-notch:before {
1509
    content: "\f1ce";
1510
}
1511
.fa-ra:before,
1512
.fa-rebel:before {
1513
    content: "\f1d0";
1514
}
1515
.fa-ge:before,
1516
.fa-empire:before {
1517
    content: "\f1d1";
1518
}
1519
.fa-git-square:before {
1520
    content: "\f1d2";
1521
}
1522
.fa-git:before {
1523
    content: "\f1d3";
1524
}
1525
.fa-y-combinator-square:before,
1526
.fa-yc-square:before,
1527
.fa-hacker-news:before {
1528
    content: "\f1d4";
1529
}
1530
.fa-tencent-weibo:before {
1531
    content: "\f1d5";
1532
}
1533
.fa-qq:before {
1534
    content: "\f1d6";
1535
}
1536
.fa-wechat:before,
1537
.fa-weixin:before {
1538
    content: "\f1d7";
1539
}
1540
.fa-send:before,
1541
.fa-paper-plane:before {
1542
    content: "\f1d8";
1543
}
1544
.fa-send-o:before,
1545
.fa-paper-plane-o:before {
1546
    content: "\f1d9";
1547
}
1548
.fa-history:before {
1549
    content: "\f1da";
1550
}
1551
.fa-circle-thin:before {
1552
    content: "\f1db";
1553
}
1554
.fa-header:before {
1555
    content: "\f1dc";
1556
}
1557
.fa-paragraph:before {
1558
    content: "\f1dd";
1559
}
1560
.fa-sliders:before {
1561
    content: "\f1de";
1562
}
1563
.fa-share-alt:before {
1564
    content: "\f1e0";
1565
}
1566
.fa-share-alt-square:before {
1567
    content: "\f1e1";
1568
}
1569
.fa-bomb:before {
1570
    content: "\f1e2";
1571
}
1572
.fa-soccer-ball-o:before,
1573
.fa-futbol-o:before {
1574
    content: "\f1e3";
1575
}
1576
.fa-tty:before {
1577
    content: "\f1e4";
1578
}
1579
.fa-binoculars:before {
1580
    content: "\f1e5";
1581
}
1582
.fa-plug:before {
1583
    content: "\f1e6";
1584
}
1585
.fa-slideshare:before {
1586
    content: "\f1e7";
1587
}
1588
.fa-twitch:before {
1589
    content: "\f1e8";
1590
}
1591
.fa-yelp:before {
1592
    content: "\f1e9";
1593
}
1594
.fa-newspaper-o:before {
1595
    content: "\f1ea";
1596
}
1597
.fa-wifi:before {
1598
    content: "\f1eb";
1599
}
1600
.fa-calculator:before {
1601
    content: "\f1ec";
1602
}
1603
.fa-paypal:before {
1604
    content: "\f1ed";
1605
}
1606
.fa-google-wallet:before {
1607
    content: "\f1ee";
1608
}
1609
.fa-cc-visa:before {
1610
    content: "\f1f0";
1611
}
1612
.fa-cc-mastercard:before {
1613
    content: "\f1f1";
1614
}
1615
.fa-cc-discover:before {
1616
    content: "\f1f2";
1617
}
1618
.fa-cc-amex:before {
1619
    content: "\f1f3";
1620
}
1621
.fa-cc-paypal:before {
1622
    content: "\f1f4";
1623
}
1624
.fa-cc-stripe:before {
1625
    content: "\f1f5";
1626
}
1627
.fa-bell-slash:before {
1628
    content: "\f1f6";
1629
}
1630
.fa-bell-slash-o:before {
1631
    content: "\f1f7";
1632
}
1633
.fa-trash:before {
1634
    content: "\f1f8";
1635
}
1636
.fa-copyright:before {
1637
    content: "\f1f9";
1638
}
1639
.fa-at:before {
1640
    content: "\f1fa";
1641
}
1642
.fa-eyedropper:before {
1643
    content: "\f1fb";
1644
}
1645
.fa-paint-brush:before {
1646
    content: "\f1fc";
1647
}
1648
.fa-birthday-cake:before {
1649
    content: "\f1fd";
1650
}
1651
.fa-area-chart:before {
1652
    content: "\f1fe";
1653
}
1654
.fa-pie-chart:before {
1655
    content: "\f200";
1656
}
1657
.fa-line-chart:before {
1658
    content: "\f201";
1659
}
1660
.fa-lastfm:before {
1661
    content: "\f202";
1662
}
1663
.fa-lastfm-square:before {
1664
    content: "\f203";
1665
}
1666
.fa-toggle-off:before {
1667
    content: "\f204";
1668
}
1669
.fa-toggle-on:before {
1670
    content: "\f205";
1671
}
1672
.fa-bicycle:before {
1673
    content: "\f206";
1674
}
1675
.fa-bus:before {
1676
    content: "\f207";
1677
}
1678
.fa-ioxhost:before {
1679
    content: "\f208";
1680
}
1681
.fa-angellist:before {
1682
    content: "\f209";
1683
}
1684
.fa-cc:before {
1685
    content: "\f20a";
1686
}
1687
.fa-shekel:before,
1688
.fa-sheqel:before,
1689
.fa-ils:before {
1690
    content: "\f20b";
1691
}
1692
.fa-meanpath:before {
1693
    content: "\f20c";
1694
}
1695
.fa-buysellads:before {
1696
    content: "\f20d";
1697
}
1698
.fa-connectdevelop:before {
1699
    content: "\f20e";
1700
}
1701
.fa-dashcube:before {
1702
    content: "\f210";
1703
}
1704
.fa-forumbee:before {
1705
    content: "\f211";
1706
}
1707
.fa-leanpub:before {
1708
    content: "\f212";
1709
}
1710
.fa-sellsy:before {
1711
    content: "\f213";
1712
}
1713
.fa-shirtsinbulk:before {
1714
    content: "\f214";
1715
}
1716
.fa-simplybuilt:before {
1717
    content: "\f215";
1718
}
1719
.fa-skyatlas:before {
1720
    content: "\f216";
1721
}
1722
.fa-cart-plus:before {
1723
    content: "\f217";
1724
}
1725
.fa-cart-arrow-down:before {
1726
    content: "\f218";
1727
}
1728
.fa-diamond:before {
1729
    content: "\f219";
1730
}
1731
.fa-ship:before {
1732
    content: "\f21a";
1733
}
1734
.fa-user-secret:before {
1735
    content: "\f21b";
1736
}
1737
.fa-motorcycle:before {
1738
    content: "\f21c";
1739
}
1740
.fa-street-view:before {
1741
    content: "\f21d";
1742
}
1743
.fa-heartbeat:before {
1744
    content: "\f21e";
1745
}
1746
.fa-venus:before {
1747
    content: "\f221";
1748
}
1749
.fa-mars:before {
1750
    content: "\f222";
1751
}
1752
.fa-mercury:before {
1753
    content: "\f223";
1754
}
1755
.fa-intersex:before,
1756
.fa-transgender:before {
1757
    content: "\f224";
1758
}
1759
.fa-transgender-alt:before {
1760
    content: "\f225";
1761
}
1762
.fa-venus-double:before {
1763
    content: "\f226";
1764
}
1765
.fa-mars-double:before {
1766
    content: "\f227";
1767
}
1768
.fa-venus-mars:before {
1769
    content: "\f228";
1770
}
1771
.fa-mars-stroke:before {
1772
    content: "\f229";
1773
}
1774
.fa-mars-stroke-v:before {
1775
    content: "\f22a";
1776
}
1777
.fa-mars-stroke-h:before {
1778
    content: "\f22b";
1779
}
1780
.fa-neuter:before {
1781
    content: "\f22c";
1782
}
1783
.fa-genderless:before {
1784
    content: "\f22d";
1785
}
1786
.fa-facebook-official:before {
1787
    content: "\f230";
1788
}
1789
.fa-pinterest-p:before {
1790
    content: "\f231";
1791
}
1792
.fa-whatsapp:before {
1793
    content: "\f232";
1794
}
1795
.fa-server:before {
1796
    content: "\f233";
1797
}
1798
.fa-user-plus:before {
1799
    content: "\f234";
1800
}
1801
.fa-user-times:before {
1802
    content: "\f235";
1803
}
1804
.fa-hotel:before,
1805
.fa-bed:before {
1806
    content: "\f236";
1807
}
1808
.fa-viacoin:before {
1809
    content: "\f237";
1810
}
1811
.fa-train:before {
1812
    content: "\f238";
1813
}
1814
.fa-subway:before {
1815
    content: "\f239";
1816
}
1817
.fa-medium:before {
1818
    content: "\f23a";
1819
}
1820
.fa-yc:before,
1821
.fa-y-combinator:before {
1822
    content: "\f23b";
1823
}
1824
.fa-optin-monster:before {
1825
    content: "\f23c";
1826
}
1827
.fa-opencart:before {
1828
    content: "\f23d";
1829
}
1830
.fa-expeditedssl:before {
1831
    content: "\f23e";
1832
}
1833
.fa-battery-4:before,
1834
.fa-battery-full:before {
1835
    content: "\f240";
1836
}
1837
.fa-battery-3:before,
1838
.fa-battery-three-quarters:before {
1839
    content: "\f241";
1840
}
1841
.fa-battery-2:before,
1842
.fa-battery-half:before {
1843
    content: "\f242";
1844
}
1845
.fa-battery-1:before,
1846
.fa-battery-quarter:before {
1847
    content: "\f243";
1848
}
1849
.fa-battery-0:before,
1850
.fa-battery-empty:before {
1851
    content: "\f244";
1852
}
1853
.fa-mouse-pointer:before {
1854
    content: "\f245";
1855
}
1856
.fa-i-cursor:before {
1857
    content: "\f246";
1858
}
1859
.fa-object-group:before {
1860
    content: "\f247";
1861
}
1862
.fa-object-ungroup:before {
1863
    content: "\f248";
1864
}
1865
.fa-sticky-note:before {
1866
    content: "\f249";
1867
}
1868
.fa-sticky-note-o:before {
1869
    content: "\f24a";
1870
}
1871
.fa-cc-jcb:before {
1872
    content: "\f24b";
1873
}
1874
.fa-cc-diners-club:before {
1875
    content: "\f24c";
1876
}
1877
.fa-clone:before {
1878
    content: "\f24d";
1879
}
1880
.fa-balance-scale:before {
1881
    content: "\f24e";
1882
}
1883
.fa-hourglass-o:before {
1884
    content: "\f250";
1885
}
1886
.fa-hourglass-1:before,
1887
.fa-hourglass-start:before {
1888
    content: "\f251";
1889
}
1890
.fa-hourglass-2:before,
1891
.fa-hourglass-half:before {
1892
    content: "\f252";
1893
}
1894
.fa-hourglass-3:before,
1895
.fa-hourglass-end:before {
1896
    content: "\f253";
1897
}
1898
.fa-hourglass:before {
1899
    content: "\f254";
1900
}
1901
.fa-hand-grab-o:before,
1902
.fa-hand-rock-o:before {
1903
    content: "\f255";
1904
}
1905
.fa-hand-stop-o:before,
1906
.fa-hand-paper-o:before {
1907
    content: "\f256";
1908
}
1909
.fa-hand-scissors-o:before {
1910
    content: "\f257";
1911
}
1912
.fa-hand-lizard-o:before {
1913
    content: "\f258";
1914
}
1915
.fa-hand-spock-o:before {
1916
    content: "\f259";
1917
}
1918
.fa-hand-pointer-o:before {
1919
    content: "\f25a";
1920
}
1921
.fa-hand-peace-o:before {
1922
    content: "\f25b";
1923
}
1924
.fa-trademark:before {
1925
    content: "\f25c";
1926
}
1927
.fa-registered:before {
1928
    content: "\f25d";
1929
}
1930
.fa-creative-commons:before {
1931
    content: "\f25e";
1932
}
1933
.fa-gg:before {
1934
    content: "\f260";
1935
}
1936
.fa-gg-circle:before {
1937
    content: "\f261";
1938
}
1939
.fa-tripadvisor:before {
1940
    content: "\f262";
1941
}
1942
.fa-odnoklassniki:before {
1943
    content: "\f263";
1944
}
1945
.fa-odnoklassniki-square:before {
1946
    content: "\f264";
1947
}
1948
.fa-get-pocket:before {
1949
    content: "\f265";
1950
}
1951
.fa-wikipedia-w:before {
1952
    content: "\f266";
1953
}
1954
.fa-safari:before {
1955
    content: "\f267";
1956
}
1957
.fa-chrome:before {
1958
    content: "\f268";
1959
}
1960
.fa-firefox:before {
1961
    content: "\f269";
1962
}
1963
.fa-opera:before {
1964
    content: "\f26a";
1965
}
1966
.fa-internet-explorer:before {
1967
    content: "\f26b";
1968
}
1969
.fa-tv:before,
1970
.fa-television:before {
1971
    content: "\f26c";
1972
}
1973
.fa-contao:before {
1974
    content: "\f26d";
1975
}
1976
.fa-500px:before {
1977
    content: "\f26e";
1978
}
1979
.fa-amazon:before {
1980
    content: "\f270";
1981
}
1982
.fa-calendar-plus-o:before {
1983
    content: "\f271";
1984
}
1985
.fa-calendar-minus-o:before {
1986
    content: "\f272";
1987
}
1988
.fa-calendar-times-o:before {
1989
    content: "\f273";
1990
}
1991
.fa-calendar-check-o:before {
1992
    content: "\f274";
1993
}
1994
.fa-industry:before {
1995
    content: "\f275";
1996
}
1997
.fa-map-pin:before {
1998
    content: "\f276";
1999
}
2000
.fa-map-signs:before {
2001
    content: "\f277";
2002
}
2003
.fa-map-o:before {
2004
    content: "\f278";
2005
}
2006
.fa-map:before {
2007
    content: "\f279";
2008
}
2009
.fa-commenting:before {
2010
    content: "\f27a";
2011
}
2012
.fa-commenting-o:before {
2013
    content: "\f27b";
2014
}
2015
.fa-houzz:before {
2016
    content: "\f27c";
2017
}
2018
.fa-vimeo:before {
2019
    content: "\f27d";
2020
}
2021
.fa-black-tie:before {
2022
    content: "\f27e";
2023
}
2024
.fa-fonticons:before {
2025
    content: "\f280";
2026
}
2027
.fa-reddit-alien:before {
2028
    content: "\f281";
2029
}
2030
.fa-edge:before {
2031
    content: "\f282";
2032
}
2033
.fa-credit-card-alt:before {
2034
    content: "\f283";
2035
}
2036
.fa-codiepie:before {
2037
    content: "\f284";
2038
}
2039
.fa-modx:before {
2040
    content: "\f285";
2041
}
2042
.fa-fort-awesome:before {
2043
    content: "\f286";
2044
}
2045
.fa-usb:before {
2046
    content: "\f287";
2047
}
2048
.fa-product-hunt:before {
2049
    content: "\f288";
2050
}
2051
.fa-mixcloud:before {
2052
    content: "\f289";
2053
}
2054
.fa-scribd:before {
2055
    content: "\f28a";
2056
}
2057
.fa-pause-circle:before {
2058
    content: "\f28b";
2059
}
2060
.fa-pause-circle-o:before {
2061
    content: "\f28c";
2062
}
2063
.fa-stop-circle:before {
2064
    content: "\f28d";
2065
}
2066
.fa-stop-circle-o:before {
2067
    content: "\f28e";
2068
}
2069
.fa-shopping-bag:before {
2070
    content: "\f290";
2071
}
2072
.fa-shopping-basket:before {
2073
    content: "\f291";
2074
}
2075
.fa-hashtag:before {
2076
    content: "\f292";
2077
}
2078
.fa-bluetooth:before {
2079
    content: "\f293";
2080
}
2081
.fa-bluetooth-b:before {
2082
    content: "\f294";
2083
}
2084
.fa-percent:before {
2085
    content: "\f295";
2086
}
2087
@font-face {
2088
    font-family: 'themify';
2089
    src: url('icons/themify-icons/fonts/themify.eot?-fvbane');
2090
    src: url('icons/themify-icons/fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('icons/themify-icons/fonts/themify.woff?-fvbane') format('woff'), url('icons/themify-icons/fonts/themify.ttf?-fvbane') format('truetype'), url('icons/themify-icons/fonts/themify.svg?-fvbane#themify') format('svg');
2091
    font-weight: normal;
2092
    font-style: normal;
2093
}
2094
[class^="ti-"],
2095
[class*=" ti-"] {
2096
    font-family: 'themify';
2097
    speak: none;
2098
    font-style: normal;
2099
    font-weight: normal;
2100
    font-variant: normal;
2101
    text-transform: none;
2102
    line-height: 1;
2103
    /* Better Font Rendering =========== */
2104
    -webkit-font-smoothing: antialiased;
2105
    -moz-osx-font-smoothing: grayscale;
2106
}
2107
.ti-wand:before {
2108
    content: "\e600";
2109
}
2110
.ti-volume:before {
2111
    content: "\e601";
2112
}
2113
.ti-user:before {
2114
    content: "\e602";
2115
}
2116
.ti-unlock:before {
2117
    content: "\e603";
2118
}
2119
.ti-unlink:before {
2120
    content: "\e604";
2121
}
2122
.ti-trash:before {
2123
    content: "\e605";
2124
}
2125
.ti-thought:before {
2126
    content: "\e606";
2127
}
2128
.ti-target:before {
2129
    content: "\e607";
2130
}
2131
.ti-tag:before {
2132
    content: "\e608";
2133
}
2134
.ti-tablet:before {
2135
    content: "\e609";
2136
}
2137
.ti-star:before {
2138
    content: "\e60a";
2139
}
2140
.ti-spray:before {
2141
    content: "\e60b";
2142
}
2143
.ti-signal:before {
2144
    content: "\e60c";
2145
}
2146
.ti-shopping-cart:before {
2147
    content: "\e60d";
2148
}
2149
.ti-shopping-cart-full:before {
2150
    content: "\e60e";
2151
}
2152
.ti-settings:before {
2153
    content: "\e60f";
2154
}
2155
.ti-search:before {
2156
    content: "\e610";
2157
}
2158
.ti-zoom-in:before {
2159
    content: "\e611";
2160
}
2161
.ti-zoom-out:before {
2162
    content: "\e612";
2163
}
2164
.ti-cut:before {
2165
    content: "\e613";
2166
}
2167
.ti-ruler:before {
2168
    content: "\e614";
2169
}
2170
.ti-ruler-pencil:before {
2171
    content: "\e615";
2172
}
2173
.ti-ruler-alt:before {
2174
    content: "\e616";
2175
}
2176
.ti-bookmark:before {
2177
    content: "\e617";
2178
}
2179
.ti-bookmark-alt:before {
2180
    content: "\e618";
2181
}
2182
.ti-reload:before {
2183
    content: "\e619";
2184
}
2185
.ti-plus:before {
2186
    content: "\e61a";
2187
}
2188
.ti-pin:before {
2189
    content: "\e61b";
2190
}
2191
.ti-pencil:before {
2192
    content: "\e61c";
2193
}
2194
.ti-pencil-alt:before {
2195
    content: "\e61d";
2196
}
2197
.ti-paint-roller:before {
2198
    content: "\e61e";
2199
}
2200
.ti-paint-bucket:before {
2201
    content: "\e61f";
2202
}
2203
.ti-na:before {
2204
    content: "\e620";
2205
}
2206
.ti-mobile:before {
2207
    content: "\e621";
2208
}
2209
.ti-minus:before {
2210
    content: "\e622";
2211
}
2212
.ti-medall:before {
2213
    content: "\e623";
2214
}
2215
.ti-medall-alt:before {
2216
    content: "\e624";
2217
}
2218
.ti-marker:before {
2219
    content: "\e625";
2220
}
2221
.ti-marker-alt:before {
2222
    content: "\e626";
2223
}
2224
.ti-arrow-up:before {
2225
    content: "\e627";
2226
}
2227
.ti-arrow-right:before {
2228
    content: "\e628";
2229
}
2230
.ti-arrow-left:before {
2231
    content: "\e629";
2232
}
2233
.ti-arrow-down:before {
2234
    content: "\e62a";
2235
}
2236
.ti-lock:before {
2237
    content: "\e62b";
2238
}
2239
.ti-location-arrow:before {
2240
    content: "\e62c";
2241
}
2242
.ti-link:before {
2243
    content: "\e62d";
2244
}
2245
.ti-layout:before {
2246
    content: "\e62e";
2247
}
2248
.ti-layers:before {
2249
    content: "\e62f";
2250
}
2251
.ti-layers-alt:before {
2252
    content: "\e630";
2253
}
2254
.ti-key:before {
2255
    content: "\e631";
2256
}
2257
.ti-import:before {
2258
    content: "\e632";
2259
}
2260
.ti-image:before {
2261
    content: "\e633";
2262
}
2263
.ti-heart:before {
2264
    content: "\e634";
2265
}
2266
.ti-heart-broken:before {
2267
    content: "\e635";
2268
}
2269
.ti-hand-stop:before {
2270
    content: "\e636";
2271
}
2272
.ti-hand-open:before {
2273
    content: "\e637";
2274
}
2275
.ti-hand-drag:before {
2276
    content: "\e638";
2277
}
2278
.ti-folder:before {
2279
    content: "\e639";
2280
}
2281
.ti-flag:before {
2282
    content: "\e63a";
2283
}
2284
.ti-flag-alt:before {
2285
    content: "\e63b";
2286
}
2287
.ti-flag-alt-2:before {
2288
    content: "\e63c";
2289
}
2290
.ti-eye:before {
2291
    content: "\e63d";
2292
}
2293
.ti-export:before {
2294
    content: "\e63e";
2295
}
2296
.ti-exchange-vertical:before {
2297
    content: "\e63f";
2298
}
2299
.ti-desktop:before {
2300
    content: "\e640";
2301
}
2302
.ti-cup:before {
2303
    content: "\e641";
2304
}
2305
.ti-crown:before {
2306
    content: "\e642";
2307
}
2308
.ti-comments:before {
2309
    content: "\e643";
2310
}
2311
.ti-comment:before {
2312
    content: "\e644";
2313
}
2314
.ti-comment-alt:before {
2315
    content: "\e645";
2316
}
2317
.ti-close:before {
2318
    content: "\e646";
2319
}
2320
.ti-clip:before {
2321
    content: "\e647";
2322
}
2323
.ti-angle-up:before {
2324
    content: "\e648";
2325
}
2326
.ti-angle-right:before {
2327
    content: "\e649";
2328
}
2329
.ti-angle-left:before {
2330
    content: "\e64a";
2331
}
2332
.ti-angle-down:before {
2333
    content: "\e64b";
2334
}
2335
.ti-check:before {
2336
    content: "\e64c";
2337
}
2338
.ti-check-box:before {
2339
    content: "\e64d";
2340
}
2341
.ti-camera:before {
2342
    content: "\e64e";
2343
}
2344
.ti-announcement:before {
2345
    content: "\e64f";
2346
}
2347
.ti-brush:before {
2348
    content: "\e650";
2349
}
2350
.ti-briefcase:before {
2351
    content: "\e651";
2352
}
2353
.ti-bolt:before {
2354
    content: "\e652";
2355
}
2356
.ti-bolt-alt:before {
2357
    content: "\e653";
2358
}
2359
.ti-blackboard:before {
2360
    content: "\e654";
2361
}
2362
.ti-bag:before {
2363
    content: "\e655";
2364
}
2365
.ti-move:before {
2366
    content: "\e656";
2367
}
2368
.ti-arrows-vertical:before {
2369
    content: "\e657";
2370
}
2371
.ti-arrows-horizontal:before {
2372
    content: "\e658";
2373
}
2374
.ti-fullscreen:before {
2375
    content: "\e659";
2376
}
2377
.ti-arrow-top-right:before {
2378
    content: "\e65a";
2379
}
2380
.ti-arrow-top-left:before {
2381
    content: "\e65b";
2382
}
2383
.ti-arrow-circle-up:before {
2384
    content: "\e65c";
2385
}
2386
.ti-arrow-circle-right:before {
2387
    content: "\e65d";
2388
}
2389
.ti-arrow-circle-left:before {
2390
    content: "\e65e";
2391
}
2392
.ti-arrow-circle-down:before {
2393
    content: "\e65f";
2394
}
2395
.ti-angle-double-up:before {
2396
    content: "\e660";
2397
}
2398
.ti-angle-double-right:before {
2399
    content: "\e661";
2400
}
2401
.ti-angle-double-left:before {
2402
    content: "\e662";
2403
}
2404
.ti-angle-double-down:before {
2405
    content: "\e663";
2406
}
2407
.ti-zip:before {
2408
    content: "\e664";
2409
}
2410
.ti-world:before {
2411
    content: "\e665";
2412
}
2413
.ti-wheelchair:before {
2414
    content: "\e666";
2415
}
2416
.ti-view-list:before {
2417
    content: "\e667";
2418
}
2419
.ti-view-list-alt:before {
2420
    content: "\e668";
2421
}
2422
.ti-view-grid:before {
2423
    content: "\e669";
2424
}
2425
.ti-uppercase:before {
2426
    content: "\e66a";
2427
}
2428
.ti-upload:before {
2429
    content: "\e66b";
2430
}
2431
.ti-underline:before {
2432
    content: "\e66c";
2433
}
2434
.ti-truck:before {
2435
    content: "\e66d";
2436
}
2437
.ti-timer:before {
2438
    content: "\e66e";
2439
}
2440
.ti-ticket:before {
2441
    content: "\e66f";
2442
}
2443
.ti-thumb-up:before {
2444
    content: "\e670";
2445
}
2446
.ti-thumb-down:before {
2447
    content: "\e671";
2448
}
2449
.ti-text:before {
2450
    content: "\e672";
2451
}
2452
.ti-stats-up:before {
2453
    content: "\e673";
2454
}
2455
.ti-stats-down:before {
2456
    content: "\e674";
2457
}
2458
.ti-split-v:before {
2459
    content: "\e675";
2460
}
2461
.ti-split-h:before {
2462
    content: "\e676";
2463
}
2464
.ti-smallcap:before {
2465
    content: "\e677";
2466
}
2467
.ti-shine:before {
2468
    content: "\e678";
2469
}
2470
.ti-shift-right:before {
2471
    content: "\e679";
2472
}
2473
.ti-shift-left:before {
2474
    content: "\e67a";
2475
}
2476
.ti-shield:before {
2477
    content: "\e67b";
2478
}
2479
.ti-notepad:before {
2480
    content: "\e67c";
2481
}
2482
.ti-server:before {
2483
    content: "\e67d";
2484
}
2485
.ti-quote-right:before {
2486
    content: "\e67e";
2487
}
2488
.ti-quote-left:before {
2489
    content: "\e67f";
2490
}
2491
.ti-pulse:before {
2492
    content: "\e680";
2493
}
2494
.ti-printer:before {
2495
    content: "\e681";
2496
}
2497
.ti-power-off:before {
2498
    content: "\e682";
2499
}
2500
.ti-plug:before {
2501
    content: "\e683";
2502
}
2503
.ti-pie-chart:before {
2504
    content: "\e684";
2505
}
2506
.ti-paragraph:before {
2507
    content: "\e685";
2508
}
2509
.ti-panel:before {
2510
    content: "\e686";
2511
}
2512
.ti-package:before {
2513
    content: "\e687";
2514
}
2515
.ti-music:before {
2516
    content: "\e688";
2517
}
2518
.ti-music-alt:before {
2519
    content: "\e689";
2520
}
2521
.ti-mouse:before {
2522
    content: "\e68a";
2523
}
2524
.ti-mouse-alt:before {
2525
    content: "\e68b";
2526
}
2527
.ti-money:before {
2528
    content: "\e68c";
2529
}
2530
.ti-microphone:before {
2531
    content: "\e68d";
2532
}
2533
.ti-menu:before {
2534
    content: "\e68e";
2535
}
2536
.ti-menu-alt:before {
2537
    content: "\e68f";
2538
}
2539
.ti-map:before {
2540
    content: "\e690";
2541
}
2542
.ti-map-alt:before {
2543
    content: "\e691";
2544
}
2545
.ti-loop:before {
2546
    content: "\e692";
2547
}
2548
.ti-location-pin:before {
2549
    content: "\e693";
2550
}
2551
.ti-list:before {
2552
    content: "\e694";
2553
}
2554
.ti-light-bulb:before {
2555
    content: "\e695";
2556
}
2557
.ti-Italic:before {
2558
    content: "\e696";
2559
}
2560
.ti-info:before {
2561
    content: "\e697";
2562
}
2563
.ti-infinite:before {
2564
    content: "\e698";
2565
}
2566
.ti-id-badge:before {
2567
    content: "\e699";
2568
}
2569
.ti-hummer:before {
2570
    content: "\e69a";
2571
}
2572
.ti-home:before {
2573
    content: "\e69b";
2574
}
2575
.ti-help:before {
2576
    content: "\e69c";
2577
}
2578
.ti-headphone:before {
2579
    content: "\e69d";
2580
}
2581
.ti-harddrives:before {
2582
    content: "\e69e";
2583
}
2584
.ti-harddrive:before {
2585
    content: "\e69f";
2586
}
2587
.ti-gift:before {
2588
    content: "\e6a0";
2589
}
2590
.ti-game:before {
2591
    content: "\e6a1";
2592
}
2593
.ti-filter:before {
2594
    content: "\e6a2";
2595
}
2596
.ti-files:before {
2597
    content: "\e6a3";
2598
}
2599
.ti-file:before {
2600
    content: "\e6a4";
2601
}
2602
.ti-eraser:before {
2603
    content: "\e6a5";
2604
}
2605
.ti-envelope:before {
2606
    content: "\e6a6";
2607
}
2608
.ti-download:before {
2609
    content: "\e6a7";
2610
}
2611
.ti-direction:before {
2612
    content: "\e6a8";
2613
}
2614
.ti-direction-alt:before {
2615
    content: "\e6a9";
2616
}
2617
.ti-dashboard:before {
2618
    content: "\e6aa";
2619
}
2620
.ti-control-stop:before {
2621
    content: "\e6ab";
2622
}
2623
.ti-control-shuffle:before {
2624
    content: "\e6ac";
2625
}
2626
.ti-control-play:before {
2627
    content: "\e6ad";
2628
}
2629
.ti-control-pause:before {
2630
    content: "\e6ae";
2631
}
2632
.ti-control-forward:before {
2633
    content: "\e6af";
2634
}
2635
.ti-control-backward:before {
2636
    content: "\e6b0";
2637
}
2638
.ti-cloud:before {
2639
    content: "\e6b1";
2640
}
2641
.ti-cloud-up:before {
2642
    content: "\e6b2";
2643
}
2644
.ti-cloud-down:before {
2645
    content: "\e6b3";
2646
}
2647
.ti-clipboard:before {
2648
    content: "\e6b4";
2649
}
2650
.ti-car:before {
2651
    content: "\e6b5";
2652
}
2653
.ti-calendar:before {
2654
    content: "\e6b6";
2655
}
2656
.ti-book:before {
2657
    content: "\e6b7";
2658
}
2659
.ti-bell:before {
2660
    content: "\e6b8";
2661
}
2662
.ti-basketball:before {
2663
    content: "\e6b9";
2664
}
2665
.ti-bar-chart:before {
2666
    content: "\e6ba";
2667
}
2668
.ti-bar-chart-alt:before {
2669
    content: "\e6bb";
2670
}
2671
.ti-back-right:before {
2672
    content: "\e6bc";
2673
}
2674
.ti-back-left:before {
2675
    content: "\e6bd";
2676
}
2677
.ti-arrows-corner:before {
2678
    content: "\e6be";
2679
}
2680
.ti-archive:before {
2681
    content: "\e6bf";
2682
}
2683
.ti-anchor:before {
2684
    content: "\e6c0";
2685
}
2686
.ti-align-right:before {
2687
    content: "\e6c1";
2688
}
2689
.ti-align-left:before {
2690
    content: "\e6c2";
2691
}
2692
.ti-align-justify:before {
2693
    content: "\e6c3";
2694
}
2695
.ti-align-center:before {
2696
    content: "\e6c4";
2697
}
2698
.ti-alert:before {
2699
    content: "\e6c5";
2700
}
2701
.ti-alarm-clock:before {
2702
    content: "\e6c6";
2703
}
2704
.ti-agenda:before {
2705
    content: "\e6c7";
2706
}
2707
.ti-write:before {
2708
    content: "\e6c8";
2709
}
2710
.ti-window:before {
2711
    content: "\e6c9";
2712
}
2713
.ti-widgetized:before {
2714
    content: "\e6ca";
2715
}
2716
.ti-widget:before {
2717
    content: "\e6cb";
2718
}
2719
.ti-widget-alt:before {
2720
    content: "\e6cc";
2721
}
2722
.ti-wallet:before {
2723
    content: "\e6cd";
2724
}
2725
.ti-video-clapper:before {
2726
    content: "\e6ce";
2727
}
2728
.ti-video-camera:before {
2729
    content: "\e6cf";
2730
}
2731
.ti-vector:before {
2732
    content: "\e6d0";
2733
}
2734
.ti-themify-logo:before {
2735
    content: "\e6d1";
2736
}
2737
.ti-themify-favicon:before {
2738
    content: "\e6d2";
2739
}
2740
.ti-themify-favicon-alt:before {
2741
    content: "\e6d3";
2742
}
2743
.ti-support:before {
2744
    content: "\e6d4";
2745
}
2746
.ti-stamp:before {
2747
    content: "\e6d5";
2748
}
2749
.ti-split-v-alt:before {
2750
    content: "\e6d6";
2751
}
2752
.ti-slice:before {
2753
    content: "\e6d7";
2754
}
2755
.ti-shortcode:before {
2756
    content: "\e6d8";
2757
}
2758
.ti-shift-right-alt:before {
2759
    content: "\e6d9";
2760
}
2761
.ti-shift-left-alt:before {
2762
    content: "\e6da";
2763
}
2764
.ti-ruler-alt-2:before {
2765
    content: "\e6db";
2766
}
2767
.ti-receipt:before {
2768
    content: "\e6dc";
2769
}
2770
.ti-pin2:before {
2771
    content: "\e6dd";
2772
}
2773
.ti-pin-alt:before {
2774
    content: "\e6de";
2775
}
2776
.ti-pencil-alt2:before {
2777
    content: "\e6df";
2778
}
2779
.ti-palette:before {
2780
    content: "\e6e0";
2781
}
2782
.ti-more:before {
2783
    content: "\e6e1";
2784
}
2785
.ti-more-alt:before {
2786
    content: "\e6e2";
2787
}
2788
.ti-microphone-alt:before {
2789
    content: "\e6e3";
2790
}
2791
.ti-magnet:before {
2792
    content: "\e6e4";
2793
}
2794
.ti-line-double:before {
2795
    content: "\e6e5";
2796
}
2797
.ti-line-dotted:before {
2798
    content: "\e6e6";
2799
}
2800
.ti-line-dashed:before {
2801
    content: "\e6e7";
2802
}
2803
.ti-layout-width-full:before {
2804
    content: "\e6e8";
2805
}
2806
.ti-layout-width-default:before {
2807
    content: "\e6e9";
2808
}
2809
.ti-layout-width-default-alt:before {
2810
    content: "\e6ea";
2811
}
2812
.ti-layout-tab:before {
2813
    content: "\e6eb";
2814
}
2815
.ti-layout-tab-window:before {
2816
    content: "\e6ec";
2817
}
2818
.ti-layout-tab-v:before {
2819
    content: "\e6ed";
2820
}
2821
.ti-layout-tab-min:before {
2822
    content: "\e6ee";
2823
}
2824
.ti-layout-slider:before {
2825
    content: "\e6ef";
2826
}
2827
.ti-layout-slider-alt:before {
2828
    content: "\e6f0";
2829
}
2830
.ti-layout-sidebar-right:before {
2831
    content: "\e6f1";
2832
}
2833
.ti-layout-sidebar-none:before {
2834
    content: "\e6f2";
2835
}
2836
.ti-layout-sidebar-left:before {
2837
    content: "\e6f3";
2838
}
2839
.ti-layout-placeholder:before {
2840
    content: "\e6f4";
2841
}
2842
.ti-layout-menu:before {
2843
    content: "\e6f5";
2844
}
2845
.ti-layout-menu-v:before {
2846
    content: "\e6f6";
2847
}
2848
.ti-layout-menu-separated:before {
2849
    content: "\e6f7";
2850
}
2851
.ti-layout-menu-full:before {
2852
    content: "\e6f8";
2853
}
2854
.ti-layout-media-right-alt:before {
2855
    content: "\e6f9";
2856
}
2857
.ti-layout-media-right:before {
2858
    content: "\e6fa";
2859
}
2860
.ti-layout-media-overlay:before {
2861
    content: "\e6fb";
2862
}
2863
.ti-layout-media-overlay-alt:before {
2864
    content: "\e6fc";
2865
}
2866
.ti-layout-media-overlay-alt-2:before {
2867
    content: "\e6fd";
2868
}
2869
.ti-layout-media-left-alt:before {
2870
    content: "\e6fe";
2871
}
2872
.ti-layout-media-left:before {
2873
    content: "\e6ff";
2874
}
2875
.ti-layout-media-center-alt:before {
2876
    content: "\e700";
2877
}
2878
.ti-layout-media-center:before {
2879
    content: "\e701";
2880
}
2881
.ti-layout-list-thumb:before {
2882
    content: "\e702";
2883
}
2884
.ti-layout-list-thumb-alt:before {
2885
    content: "\e703";
2886
}
2887
.ti-layout-list-post:before {
2888
    content: "\e704";
2889
}
2890
.ti-layout-list-large-image:before {
2891
    content: "\e705";
2892
}
2893
.ti-layout-line-solid:before {
2894
    content: "\e706";
2895
}
2896
.ti-layout-grid4:before {
2897
    content: "\e707";
2898
}
2899
.ti-layout-grid3:before {
2900
    content: "\e708";
2901
}
2902
.ti-layout-grid2:before {
2903
    content: "\e709";
2904
}
2905
.ti-layout-grid2-thumb:before {
2906
    content: "\e70a";
2907
}
2908
.ti-layout-cta-right:before {
2909
    content: "\e70b";
2910
}
2911
.ti-layout-cta-left:before {
2912
    content: "\e70c";
2913
}
2914
.ti-layout-cta-center:before {
2915
    content: "\e70d";
2916
}
2917
.ti-layout-cta-btn-right:before {
2918
    content: "\e70e";
2919
}
2920
.ti-layout-cta-btn-left:before {
2921
    content: "\e70f";
2922
}
2923
.ti-layout-column4:before {
2924
    content: "\e710";
2925
}
2926
.ti-layout-column3:before {
2927
    content: "\e711";
2928
}
2929
.ti-layout-column2:before {
2930
    content: "\e712";
2931
}
2932
.ti-layout-accordion-separated:before {
2933
    content: "\e713";
2934
}
2935
.ti-layout-accordion-merged:before {
2936
    content: "\e714";
2937
}
2938
.ti-layout-accordion-list:before {
2939
    content: "\e715";
2940
}
2941
.ti-ink-pen:before {
2942
    content: "\e716";
2943
}
2944
.ti-info-alt:before {
2945
    content: "\e717";
2946
}
2947
.ti-help-alt:before {
2948
    content: "\e718";
2949
}
2950
.ti-headphone-alt:before {
2951
    content: "\e719";
2952
}
2953
.ti-hand-point-up:before {
2954
    content: "\e71a";
2955
}
2956
.ti-hand-point-right:before {
2957
    content: "\e71b";
2958
}
2959
.ti-hand-point-left:before {
2960
    content: "\e71c";
2961
}
2962
.ti-hand-point-down:before {
2963
    content: "\e71d";
2964
}
2965
.ti-gallery:before {
2966
    content: "\e71e";
2967
}
2968
.ti-face-smile:before {
2969
    content: "\e71f";
2970
}
2971
.ti-face-sad:before {
2972
    content: "\e720";
2973
}
2974
.ti-credit-card:before {
2975
    content: "\e721";
2976
}
2977
.ti-control-skip-forward:before {
2978
    content: "\e722";
2979
}
2980
.ti-control-skip-backward:before {
2981
    content: "\e723";
2982
}
2983
.ti-control-record:before {
2984
    content: "\e724";
2985
}
2986
.ti-control-eject:before {
2987
    content: "\e725";
2988
}
2989
.ti-comments-smiley:before {
2990
    content: "\e726";
2991
}
2992
.ti-brush-alt:before {
2993
    content: "\e727";
2994
}
2995
.ti-youtube:before {
2996
    content: "\e728";
2997
}
2998
.ti-vimeo:before {
2999
    content: "\e729";
3000
}
3001
.ti-twitter:before {
3002
    content: "\e72a";
3003
}
3004
.ti-time:before {
3005
    content: "\e72b";
3006
}
3007
.ti-tumblr:before {
3008
    content: "\e72c";
3009
}
3010
.ti-skype:before {
3011
    content: "\e72d";
3012
}
3013
.ti-share:before {
3014
    content: "\e72e";
3015
}
3016
.ti-share-alt:before {
3017
    content: "\e72f";
3018
}
3019
.ti-rocket:before {
3020
    content: "\e730";
3021
}
3022
.ti-pinterest:before {
3023
    content: "\e731";
3024
}
3025
.ti-new-window:before {
3026
    content: "\e732";
3027
}
3028
.ti-microsoft:before {
3029
    content: "\e733";
3030
}
3031
.ti-list-ol:before {
3032
    content: "\e734";
3033
}
3034
.ti-linkedin:before {
3035
    content: "\e735";
3036
}
3037
.ti-layout-sidebar-2:before {
3038
    content: "\e736";
3039
}
3040
.ti-layout-grid4-alt:before {
3041
    content: "\e737";
3042
}
3043
.ti-layout-grid3-alt:before {
3044
    content: "\e738";
3045
}
3046
.ti-layout-grid2-alt:before {
3047
    content: "\e739";
3048
}
3049
.ti-layout-column4-alt:before {
3050
    content: "\e73a";
3051
}
3052
.ti-layout-column3-alt:before {
3053
    content: "\e73b";
3054
}
3055
.ti-layout-column2-alt:before {
3056
    content: "\e73c";
3057
}
3058
.ti-instagram:before {
3059
    content: "\e73d";
3060
}
3061
.ti-google:before {
3062
    content: "\e73e";
3063
}
3064
.ti-github:before {
3065
    content: "\e73f";
3066
}
3067
.ti-flickr:before {
3068
    content: "\e740";
3069
}
3070
.ti-facebook:before {
3071
    content: "\e741";
3072
}
3073
.ti-dropbox:before {
3074
    content: "\e742";
3075
}
3076
.ti-dribbble:before {
3077
    content: "\e743";
3078
}
3079
.ti-apple:before {
3080
    content: "\e744";
3081
}
3082
.ti-android:before {
3083
    content: "\e745";
3084
}
3085
.ti-save:before {
3086
    content: "\e746";
3087
}
3088
.ti-save-alt:before {
3089
    content: "\e747";
3090
}
3091
.ti-yahoo:before {
3092
    content: "\e748";
3093
}
3094
.ti-wordpress:before {
3095
    content: "\e749";
3096
}
3097
.ti-vimeo-alt:before {
3098
    content: "\e74a";
3099
}
3100
.ti-twitter-alt:before {
3101
    content: "\e74b";
3102
}
3103
.ti-tumblr-alt:before {
3104
    content: "\e74c";
3105
}
3106
.ti-trello:before {
3107
    content: "\e74d";
3108
}
3109
.ti-stack-overflow:before {
3110
    content: "\e74e";
3111
}
3112
.ti-soundcloud:before {
3113
    content: "\e74f";
3114
}
3115
.ti-sharethis:before {
3116
    content: "\e750";
3117
}
3118
.ti-sharethis-alt:before {
3119
    content: "\e751";
3120
}
3121
.ti-reddit:before {
3122
    content: "\e752";
3123
}
3124
.ti-pinterest-alt:before {
3125
    content: "\e753";
3126
}
3127
.ti-microsoft-alt:before {
3128
    content: "\e754";
3129
}
3130
.ti-linux:before {
3131
    content: "\e755";
3132
}
3133
.ti-jsfiddle:before {
3134
    content: "\e756";
3135
}
3136
.ti-joomla:before {
3137
    content: "\e757";
3138
}
3139
.ti-html5:before {
3140
    content: "\e758";
3141
}
3142
.ti-flickr-alt:before {
3143
    content: "\e759";
3144
}
3145
.ti-email:before {
3146
    content: "\e75a";
3147
}
3148
.ti-drupal:before {
3149
    content: "\e75b";
3150
}
3151
.ti-dropbox-alt:before {
3152
    content: "\e75c";
3153
}
3154
.ti-css3:before {
3155
    content: "\e75d";
3156
}
3157
.ti-rss:before {
3158
    content: "\e75e";
3159
}
3160
.ti-rss-alt:before {
3161
    content: "\e75f";
3162
}
3163
@font-face {
3164
    font-family: 'simple-line-icons';
3165
    src: url('icons/simple-line-icons/fonts/Simple-Line-Icons.eot?-i3a2kk');
3166
    src: url('icons/simple-line-icons/fonts/Simple-Line-Icons.eot?#iefix-i3a2kk') format('embedded-opentype'), url('icons/simple-line-icons/fonts/Simple-Line-Icons.ttf?-i3a2kk') format('truetype'), url('icons/simple-line-icons/fonts/Simple-Line-Icons.woff2?-i3a2kk') format('woff2'), url('icons/simple-line-icons/fonts/Simple-Line-Icons.woff?-i3a2kk') format('woff'), url('icons/simple-line-icons/fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons') format('svg');
3167
    font-weight: normal;
3168
    font-style: normal;
3169
}
3170
/*
3171
 Use the following CSS code if you want to have a class per icon.
3172
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
3173
*/
3174
.icon-user,
3175
.icon-people,
3176
.icon-user-female,
3177
.icon-user-follow,
3178
.icon-user-following,
3179
.icon-user-unfollow,
3180
.icon-login,
3181
.icon-logout,
3182
.icon-emotsmile,
3183
.icon-phone,
3184
.icon-call-end,
3185
.icon-call-in,
3186
.icon-call-out,
3187
.icon-map,
3188
.icon-location-pin,
3189
.icon-direction,
3190
.icon-directions,
3191
.icon-compass,
3192
.icon-layers,
3193
.icon-menu,
3194
.icon-list,
3195
.icon-options-vertical,
3196
.icon-options,
3197
.icon-arrow-down,
3198
.icon-arrow-left,
3199
.icon-arrow-right,
3200
.icon-arrow-up,
3201
.icon-arrow-up-circle,
3202
.icon-arrow-left-circle,
3203
.icon-arrow-right-circle,
3204
.icon-arrow-down-circle,
3205
.icon-check,
3206
.icon-clock,
3207
.icon-plus,
3208
.icon-close,
3209
.icon-trophy,
3210
.icon-screen-smartphone,
3211
.icon-screen-desktop,
3212
.icon-plane,
3213
.icon-notebook,
3214
.icon-mustache,
3215
.icon-mouse,
3216
.icon-magnet,
3217
.icon-energy,
3218
.icon-disc,
3219
.icon-cursor,
3220
.icon-cursor-move,
3221
.icon-crop,
3222
.icon-chemistry,
3223
.icon-speedometer,
3224
.icon-shield,
3225
.icon-screen-tablet,
3226
.icon-magic-wand,
3227
.icon-hourglass,
3228
.icon-graduation,
3229
.icon-ghost,
3230
.icon-game-controller,
3231
.icon-fire,
3232
.icon-eyeglass,
3233
.icon-envelope-open,
3234
.icon-envelope-letter,
3235
.icon-bell,
3236
.icon-badge,
3237
.icon-anchor,
3238
.icon-wallet,
3239
.icon-vector,
3240
.icon-speech,
3241
.icon-puzzle,
3242
.icon-printer,
3243
.icon-present,
3244
.icon-playlist,
3245
.icon-pin,
3246
.icon-picture,
3247
.icon-handbag,
3248
.icon-globe-alt,
3249
.icon-globe,
3250
.icon-folder-alt,
3251
.icon-folder,
3252
.icon-film,
3253
.icon-feed,
3254
.icon-drop,
3255
.icon-drawar,
3256
.icon-docs,
3257
.icon-doc,
3258
.icon-diamond,
3259
.icon-cup,
3260
.icon-calculator,
3261
.icon-bubbles,
3262
.icon-briefcase,
3263
.icon-book-open,
3264
.icon-basket-loaded,
3265
.icon-basket,
3266
.icon-bag,
3267
.icon-action-undo,
3268
.icon-action-redo,
3269
.icon-wrench,
3270
.icon-umbrella,
3271
.icon-trash,
3272
.icon-tag,
3273
.icon-support,
3274
.icon-frame,
3275
.icon-size-fullscreen,
3276
.icon-size-actual,
3277
.icon-shuffle,
3278
.icon-share-alt,
3279
.icon-share,
3280
.icon-rocket,
3281
.icon-question,
3282
.icon-pie-chart,
3283
.icon-pencil,
3284
.icon-note,
3285
.icon-loop,
3286
.icon-home,
3287
.icon-grid,
3288
.icon-graph,
3289
.icon-microphone,
3290
.icon-music-tone-alt,
3291
.icon-music-tone,
3292
.icon-earphones-alt,
3293
.icon-earphones,
3294
.icon-equalizer,
3295
.icon-like,
3296
.icon-dislike,
3297
.icon-control-start,
3298
.icon-control-rewind,
3299
.icon-control-play,
3300
.icon-control-pause,
3301
.icon-control-forward,
3302
.icon-control-end,
3303
.icon-volume-1,
3304
.icon-volume-2,
3305
.icon-volume-off,
3306
.icon-calender,
3307
.icon-bulb,
3308
.icon-chart,
3309
.icon-ban,
3310
.icon-bubble,
3311
.icon-camrecorder,
3312
.icon-camera,
3313
.icon-cloud-download,
3314
.icon-cloud-upload,
3315
.icon-envelope,
3316
.icon-eye,
3317
.icon-flag,
3318
.icon-heart,
3319
.icon-info,
3320
.icon-key,
3321
.icon-link,
3322
.icon-lock,
3323
.icon-lock-open,
3324
.icon-magnifier,
3325
.icon-magnifier-add,
3326
.icon-magnifier-remove,
3327
.icon-paper-clip,
3328
.icon-paper-plane,
3329
.icon-power,
3330
.icon-refresh,
3331
.icon-reload,
3332
.icon-settings,
3333
.icon-star,
3334
.icon-symble-female,
3335
.icon-symbol-male,
3336
.icon-target,
3337
.icon-credit-card,
3338
.icon-paypal,
3339
.icon-social-tumblr,
3340
.icon-social-twitter,
3341
.icon-social-facebook,
3342
.icon-social-instagram,
3343
.icon-social-linkedin,
3344
.icon-social-pintarest,
3345
.icon-social-github,
3346
.icon-social-gplus,
3347
.icon-social-reddit,
3348
.icon-social-skype,
3349
.icon-social-dribbble,
3350
.icon-social-behance,
3351
.icon-social-foursqare,
3352
.icon-social-soundcloud,
3353
.icon-social-spotify,
3354
.icon-social-stumbleupon,
3355
.icon-social-youtube,
3356
.icon-social-dropbox {
3357
    font-family: 'simple-line-icons';
3358
    speak: none;
3359
    font-style: normal;
3360
    font-weight: normal;
3361
    font-variant: normal;
3362
    text-transform: none;
3363
    line-height: 1;
3364
    /* Better Font Rendering =========== */
3365
    -webkit-font-smoothing: antialiased;
3366
    -moz-osx-font-smoothing: grayscale;
3367
}
3368
.icon-user:before {
3369
    content: "\e005";
3370
}
3371
.icon-people:before {
3372
    content: "\e001";
3373
}
3374
.icon-user-female:before {
3375
    content: "\e000";
3376
}
3377
.icon-user-follow:before {
3378
    content: "\e002";
3379
}
3380
.icon-user-following:before {
3381
    content: "\e003";
3382
}
3383
.icon-user-unfollow:before {
3384
    content: "\e004";
3385
}
3386
.icon-login:before {
3387
    content: "\e066";
3388
}
3389
.icon-logout:before {
3390
    content: "\e065";
3391
}
3392
.icon-emotsmile:before {
3393
    content: "\e021";
3394
}
3395
.icon-phone:before {
3396
    content: "\e600";
3397
}
3398
.icon-call-end:before {
3399
    content: "\e048";
3400
}
3401
.icon-call-in:before {
3402
    content: "\e047";
3403
}
3404
.icon-call-out:before {
3405
    content: "\e046";
3406
}
3407
.icon-map:before {
3408
    content: "\e033";
3409
}
3410
.icon-location-pin:before {
3411
    content: "\e096";
3412
}
3413
.icon-direction:before {
3414
    content: "\e042";
3415
}
3416
.icon-directions:before {
3417
    content: "\e041";
3418
}
3419
.icon-compass:before {
3420
    content: "\e045";
3421
}
3422
.icon-layers:before {
3423
    content: "\e034";
3424
}
3425
.icon-menu:before {
3426
    content: "\e601";
3427
}
3428
.icon-list:before {
3429
    content: "\e067";
3430
}
3431
.icon-options-vertical:before {
3432
    content: "\e602";
3433
}
3434
.icon-options:before {
3435
    content: "\e603";
3436
}
3437
.icon-arrow-down:before {
3438
    content: "\e604";
3439
}
3440
.icon-arrow-left:before {
3441
    content: "\e605";
3442
}
3443
.icon-arrow-right:before {
3444
    content: "\e606";
3445
}
3446
.icon-arrow-up:before {
3447
    content: "\e607";
3448
}
3449
.icon-arrow-up-circle:before {
3450
    content: "\e078";
3451
}
3452
.icon-arrow-left-circle:before {
3453
    content: "\e07a";
3454
}
3455
.icon-arrow-right-circle:before {
3456
    content: "\e079";
3457
}
3458
.icon-arrow-down-circle:before {
3459
    content: "\e07b";
3460
}
3461
.icon-check:before {
3462
    content: "\e080";
3463
}
3464
.icon-clock:before {
3465
    content: "\e081";
3466
}
3467
.icon-plus:before {
3468
    content: "\e095";
3469
}
3470
.icon-close:before {
3471
    content: "\e082";
3472
}
3473
.icon-trophy:before {
3474
    content: "\e006";
3475
}
3476
.icon-screen-smartphone:before {
3477
    content: "\e010";
3478
}
3479
.icon-screen-desktop:before {
3480
    content: "\e011";
3481
}
3482
.icon-plane:before {
3483
    content: "\e012";
3484
}
3485
.icon-notebook:before {
3486
    content: "\e013";
3487
}
3488
.icon-mustache:before {
3489
    content: "\e014";
3490
}
3491
.icon-mouse:before {
3492
    content: "\e015";
3493
}
3494
.icon-magnet:before {
3495
    content: "\e016";
3496
}
3497
.icon-energy:before {
3498
    content: "\e020";
3499
}
3500
.icon-disc:before {
3501
    content: "\e022";
3502
}
3503
.icon-cursor:before {
3504
    content: "\e06e";
3505
}
3506
.icon-cursor-move:before {
3507
    content: "\e023";
3508
}
3509
.icon-crop:before {
3510
    content: "\e024";
3511
}
3512
.icon-chemistry:before {
3513
    content: "\e026";
3514
}
3515
.icon-speedometer:before {
3516
    content: "\e007";
3517
}
3518
.icon-shield:before {
3519
    content: "\e00e";
3520
}
3521
.icon-screen-tablet:before {
3522
    content: "\e00f";
3523
}
3524
.icon-magic-wand:before {
3525
    content: "\e017";
3526
}
3527
.icon-hourglass:before {
3528
    content: "\e018";
3529
}
3530
.icon-graduation:before {
3531
    content: "\e019";
3532
}
3533
.icon-ghost:before {
3534
    content: "\e01a";
3535
}
3536
.icon-game-controller:before {
3537
    content: "\e01b";
3538
}
3539
.icon-fire:before {
3540
    content: "\e01c";
3541
}
3542
.icon-eyeglass:before {
3543
    content: "\e01d";
3544
}
3545
.icon-envelope-open:before {
3546
    content: "\e01e";
3547
}
3548
.icon-envelope-letter:before {
3549
    content: "\e01f";
3550
}
3551
.icon-bell:before {
3552
    content: "\e027";
3553
}
3554
.icon-badge:before {
3555
    content: "\e028";
3556
}
3557
.icon-anchor:before {
3558
    content: "\e029";
3559
}
3560
.icon-wallet:before {
3561
    content: "\e02a";
3562
}
3563
.icon-vector:before {
3564
    content: "\e02b";
3565
}
3566
.icon-speech:before {
3567
    content: "\e02c";
3568
}
3569
.icon-puzzle:before {
3570
    content: "\e02d";
3571
}
3572
.icon-printer:before {
3573
    content: "\e02e";
3574
}
3575
.icon-present:before {
3576
    content: "\e02f";
3577
}
3578
.icon-playlist:before {
3579
    content: "\e030";
3580
}
3581
.icon-pin:before {
3582
    content: "\e031";
3583
}
3584
.icon-picture:before {
3585
    content: "\e032";
3586
}
3587
.icon-handbag:before {
3588
    content: "\e035";
3589
}
3590
.icon-globe-alt:before {
3591
    content: "\e036";
3592
}
3593
.icon-globe:before {
3594
    content: "\e037";
3595
}
3596
.icon-folder-alt:before {
3597
    content: "\e039";
3598
}
3599
.icon-folder:before {
3600
    content: "\e089";
3601
}
3602
.icon-film:before {
3603
    content: "\e03a";
3604
}
3605
.icon-feed:before {
3606
    content: "\e03b";
3607
}
3608
.icon-drop:before {
3609
    content: "\e03e";
3610
}
3611
.icon-drawar:before {
3612
    content: "\e03f";
3613
}
3614
.icon-docs:before {
3615
    content: "\e040";
3616
}
3617
.icon-doc:before {
3618
    content: "\e085";
3619
}
3620
.icon-diamond:before {
3621
    content: "\e043";
3622
}
3623
.icon-cup:before {
3624
    content: "\e044";
3625
}
3626
.icon-calculator:before {
3627
    content: "\e049";
3628
}
3629
.icon-bubbles:before {
3630
    content: "\e04a";
3631
}
3632
.icon-briefcase:before {
3633
    content: "\e04b";
3634
}
3635
.icon-book-open:before {
3636
    content: "\e04c";
3637
}
3638
.icon-basket-loaded:before {
3639
    content: "\e04d";
3640
}
3641
.icon-basket:before {
3642
    content: "\e04e";
3643
}
3644
.icon-bag:before {
3645
    content: "\e04f";
3646
}
3647
.icon-action-undo:before {
3648
    content: "\e050";
3649
}
3650
.icon-action-redo:before {
3651
    content: "\e051";
3652
}
3653
.icon-wrench:before {
3654
    content: "\e052";
3655
}
3656
.icon-umbrella:before {
3657
    content: "\e053";
3658
}
3659
.icon-trash:before {
3660
    content: "\e054";
3661
}
3662
.icon-tag:before {
3663
    content: "\e055";
3664
}
3665
.icon-support:before {
3666
    content: "\e056";
3667
}
3668
.icon-frame:before {
3669
    content: "\e038";
3670
}
3671
.icon-size-fullscreen:before {
3672
    content: "\e057";
3673
}
3674
.icon-size-actual:before {
3675
    content: "\e058";
3676
}
3677
.icon-shuffle:before {
3678
    content: "\e059";
3679
}
3680
.icon-share-alt:before {
3681
    content: "\e05a";
3682
}
3683
.icon-share:before {
3684
    content: "\e05b";
3685
}
3686
.icon-rocket:before {
3687
    content: "\e05c";
3688
}
3689
.icon-question:before {
3690
    content: "\e05d";
3691
}
3692
.icon-pie-chart:before {
3693
    content: "\e05e";
3694
}
3695
.icon-pencil:before {
3696
    content: "\e05f";
3697
}
3698
.icon-note:before {
3699
    content: "\e060";
3700
}
3701
.icon-loop:before {
3702
    content: "\e064";
3703
}
3704
.icon-home:before {
3705
    content: "\e069";
3706
}
3707
.icon-grid:before {
3708
    content: "\e06a";
3709
}
3710
.icon-graph:before {
3711
    content: "\e06b";
3712
}
3713
.icon-microphone:before {
3714
    content: "\e063";
3715
}
3716
.icon-music-tone-alt:before {
3717
    content: "\e061";
3718
}
3719
.icon-music-tone:before {
3720
    content: "\e062";
3721
}
3722
.icon-earphones-alt:before {
3723
    content: "\e03c";
3724
}
3725
.icon-earphones:before {
3726
    content: "\e03d";
3727
}
3728
.icon-equalizer:before {
3729
    content: "\e06c";
3730
}
3731
.icon-like:before {
3732
    content: "\e068";
3733
}
3734
.icon-dislike:before {
3735
    content: "\e06d";
3736
}
3737
.icon-control-start:before {
3738
    content: "\e06f";
3739
}
3740
.icon-control-rewind:before {
3741
    content: "\e070";
3742
}
3743
.icon-control-play:before {
3744
    content: "\e071";
3745
}
3746
.icon-control-pause:before {
3747
    content: "\e072";
3748
}
3749
.icon-control-forward:before {
3750
    content: "\e073";
3751
}
3752
.icon-control-end:before {
3753
    content: "\e074";
3754
}
3755
.icon-volume-1:before {
3756
    content: "\e09f";
3757
}
3758
.icon-volume-2:before {
3759
    content: "\e0a0";
3760
}
3761
.icon-volume-off:before {
3762
    content: "\e0a1";
3763
}
3764
.icon-calender:before {
3765
    content: "\e075";
3766
}
3767
.icon-bulb:before {
3768
    content: "\e076";
3769
}
3770
.icon-chart:before {
3771
    content: "\e077";
3772
}
3773
.icon-ban:before {
3774
    content: "\e07c";
3775
}
3776
.icon-bubble:before {
3777
    content: "\e07d";
3778
}
3779
.icon-camrecorder:before {
3780
    content: "\e07e";
3781
}
3782
.icon-camera:before {
3783
    content: "\e07f";
3784
}
3785
.icon-cloud-download:before {
3786
    content: "\e083";
3787
}
3788
.icon-cloud-upload:before {
3789
    content: "\e084";
3790
}
3791
.icon-envelope:before {
3792
    content: "\e086";
3793
}
3794
.icon-eye:before {
3795
    content: "\e087";
3796
}
3797
.icon-flag:before {
3798
    content: "\e088";
3799
}
3800
.icon-heart:before {
3801
    content: "\e08a";
3802
}
3803
.icon-info:before {
3804
    content: "\e08b";
3805
}
3806
.icon-key:before {
3807
    content: "\e08c";
3808
}
3809
.icon-link:before {
3810
    content: "\e08d";
3811
}
3812
.icon-lock:before {
3813
    content: "\e08e";
3814
}
3815
.icon-lock-open:before {
3816
    content: "\e08f";
3817
}
3818
.icon-magnifier:before {
3819
    content: "\e090";
3820
}
3821
.icon-magnifier-add:before {
3822
    content: "\e091";
3823
}
3824
.icon-magnifier-remove:before {
3825
    content: "\e092";
3826
}
3827
.icon-paper-clip:before {
3828
    content: "\e093";
3829
}
3830
.icon-paper-plane:before {
3831
    content: "\e094";
3832
}
3833
.icon-power:before {
3834
    content: "\e097";
3835
}
3836
.icon-refresh:before {
3837
    content: "\e098";
3838
}
3839
.icon-reload:before {
3840
    content: "\e099";
3841
}
3842
.icon-settings:before {
3843
    content: "\e09a";
3844
}
3845
.icon-star:before {
3846
    content: "\e09b";
3847
}
3848
.icon-symble-female:before {
3849
    content: "\e09c";
3850
}
3851
.icon-symbol-male:before {
3852
    content: "\e09d";
3853
}
3854
.icon-target:before {
3855
    content: "\e09e";
3856
}
3857
.icon-credit-card:before {
3858
    content: "\e025";
3859
}
3860
.icon-paypal:before {
3861
    content: "\e608";
3862
}
3863
.icon-social-tumblr:before {
3864
    content: "\e00a";
3865
}
3866
.icon-social-twitter:before {
3867
    content: "\e009";
3868
}
3869
.icon-social-facebook:before {
3870
    content: "\e00b";
3871
}
3872
.icon-social-instagram:before {
3873
    content: "\e609";
3874
}
3875
.icon-social-linkedin:before {
3876
    content: "\e60a";
3877
}
3878
.icon-social-pintarest:before {
3879
    content: "\e60b";
3880
}
3881
.icon-social-github:before {
3882
    content: "\e60c";
3883
}
3884
.icon-social-gplus:before {
3885
    content: "\e60d";
3886
}
3887
.icon-social-reddit:before {
3888
    content: "\e60e";
3889
}
3890
.icon-social-skype:before {
3891
    content: "\e60f";
3892
}
3893
.icon-social-dribbble:before {
3894
    content: "\e00d";
3895
}
3896
.icon-social-behance:before {
3897
    content: "\e610";
3898
}
3899
.icon-social-foursqare:before {
3900
    content: "\e611";
3901
}
3902
.icon-social-soundcloud:before {
3903
    content: "\e612";
3904
}
3905
.icon-social-spotify:before {
3906
    content: "\e613";
3907
}
3908
.icon-social-stumbleupon:before {
3909
    content: "\e614";
3910
}
3911
.icon-social-youtube:before {
3912
    content: "\e008";
3913
}
3914
.icon-social-dropbox:before {
3915
    content: "\e00c";
3916
}
3917
/*!
3918
 *  Weather Icons 2.0
3919
 *  Updated August 1, 2015
3920
 *  Weather themed icons for Bootstrap
3921
 *  Author - Erik Flowers - erik@helloerik.com
3922
 *  Email: erik@helloerik.com
3923
 *  Twitter: http://twitter.com/Erik_UX
3924
 *  ------------------------------------------------------------------------------
3925
 *  Maintained at http://erikflowers.github.io/weather-icons
3926
 *
3927
 *  License
3928
 *  ------------------------------------------------------------------------------
3929
 *  - Font licensed under SIL OFL 1.1 -
3930
 *    http://scripts.sil.org/OFL
3931
 *  - CSS, SCSS and LESS are licensed under MIT License -
3932
 *    http://opensource.org/licenses/mit-license.html
3933
 *  - Documentation licensed under CC BY 3.0 -
3934
 *    http://creativecommons.org/licenses/by/3.0/
3935
 *  - Inspired by and works great as a companion with Font Awesome
3936
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
3937
 */
3938
@font-face {
3939
    font-family: 'weathericons';
3940
    src: url('icons/weather-icons/font/weathericons-regular-webfont.eot');
3941
    src: url('icons/weather-icons/font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('icons/weather-icons/font/weathericons-regular-webfont.woff2') format('woff2'), url('icons/weather-icons/font/weathericons-regular-webfont.woff') format('woff'), url('icons/weather-icons/font/weathericons-regular-webfont.ttf') format('truetype'), url('icons/weather-icons/font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
3942
    font-weight: normal;
3943
    font-style: normal;
3944
}
3945
.wi {
3946
    display: inline-block;
3947
    font-family: 'weathericons';
3948
    font-style: normal;
3949
    font-weight: normal;
3950
    line-height: 1;
3951
    -webkit-font-smoothing: antialiased;
3952
    -moz-osx-font-smoothing: grayscale;
3953
}
3954
.wi-fw {
3955
    text-align: center;
3956
    width: 1.4em;
3957
}
3958
.wi-rotate-90 {
3959
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
3960
    -webkit-transform: rotate(90deg);
3961
    -ms-transform: rotate(90deg);
3962
    transform: rotate(90deg);
3963
}
3964
.wi-rotate-180 {
3965
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
3966
    -webkit-transform: rotate(180deg);
3967
    -ms-transform: rotate(180deg);
3968
    transform: rotate(180deg);
3969
}
3970
.wi-rotate-270 {
3971
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
3972
    -webkit-transform: rotate(270deg);
3973
    -ms-transform: rotate(270deg);
3974
    transform: rotate(270deg);
3975
}
3976
.wi-flip-horizontal {
3977
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
3978
    -webkit-transform: scale(-1, 1);
3979
    -ms-transform: scale(-1, 1);
3980
    transform: scale(-1, 1);
3981
}
3982
.wi-flip-vertical {
3983
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
3984
    -webkit-transform: scale(1, -1);
3985
    -ms-transform: scale(1, -1);
3986
    transform: scale(1, -1);
3987
}
3988
.wi-day-sunny:before {
3989
    content: "\f00d";
3990
}
3991
.wi-day-cloudy:before {
3992
    content: "\f002";
3993
}
3994
.wi-day-cloudy-gusts:before {
3995
    content: "\f000";
3996
}
3997
.wi-day-cloudy-windy:before {
3998
    content: "\f001";
3999
}
4000
.wi-day-fog:before {
4001
    content: "\f003";
4002
}
4003
.wi-day-hail:before {
4004
    content: "\f004";
4005
}
4006
.wi-day-haze:before {
4007
    content: "\f0b6";
4008
}
4009
.wi-day-lightning:before {
4010
    content: "\f005";
4011
}
4012
.wi-day-rain:before {
4013
    content: "\f008";
4014
}
4015
.wi-day-rain-mix:before {
4016
    content: "\f006";
4017
}
4018
.wi-day-rain-wind:before {
4019
    content: "\f007";
4020
}
4021
.wi-day-showers:before {
4022
    content: "\f009";
4023
}
4024
.wi-day-sleet:before {
4025
    content: "\f0b2";
4026
}
4027
.wi-day-sleet-storm:before {
4028
    content: "\f068";
4029
}
4030
.wi-day-snow:before {
4031
    content: "\f00a";
4032
}
4033
.wi-day-snow-thunderstorm:before {
4034
    content: "\f06b";
4035
}
4036
.wi-day-snow-wind:before {
4037
    content: "\f065";
4038
}
4039
.wi-day-sprinkle:before {
4040
    content: "\f00b";
4041
}
4042
.wi-day-storm-showers:before {
4043
    content: "\f00e";
4044
}
4045
.wi-day-sunny-overcast:before {
4046
    content: "\f00c";
4047
}
4048
.wi-day-thunderstorm:before {
4049
    content: "\f010";
4050
}
4051
.wi-day-windy:before {
4052
    content: "\f085";
4053
}
4054
.wi-solar-eclipse:before {
4055
    content: "\f06e";
4056
}
4057
.wi-hot:before {
4058
    content: "\f072";
4059
}
4060
.wi-day-cloudy-high:before {
4061
    content: "\f07d";
4062
}
4063
.wi-day-light-wind:before {
4064
    content: "\f0c4";
4065
}
4066
.wi-night-clear:before {
4067
    content: "\f02e";
4068
}
4069
.wi-night-alt-cloudy:before {
4070
    content: "\f086";
4071
}
4072
.wi-night-alt-cloudy-gusts:before {
4073
    content: "\f022";
4074
}
4075
.wi-night-alt-cloudy-windy:before {
4076
    content: "\f023";
4077
}
4078
.wi-night-alt-hail:before {
4079
    content: "\f024";
4080
}
4081
.wi-night-alt-lightning:before {
4082
    content: "\f025";
4083
}
4084
.wi-night-alt-rain:before {
4085
    content: "\f028";
4086
}
4087
.wi-night-alt-rain-mix:before {
4088
    content: "\f026";
4089
}
4090
.wi-night-alt-rain-wind:before {
4091
    content: "\f027";
4092
}
4093
.wi-night-alt-showers:before {
4094
    content: "\f029";
4095
}
4096
.wi-night-alt-sleet:before {
4097
    content: "\f0b4";
4098
}
4099
.wi-night-alt-sleet-storm:before {
4100
    content: "\f06a";
4101
}
4102
.wi-night-alt-snow:before {
4103
    content: "\f02a";
4104
}
4105
.wi-night-alt-snow-thunderstorm:before {
4106
    content: "\f06d";
4107
}
4108
.wi-night-alt-snow-wind:before {
4109
    content: "\f067";
4110
}
4111
.wi-night-alt-sprinkle:before {
4112
    content: "\f02b";
4113
}
4114
.wi-night-alt-storm-showers:before {
4115
    content: "\f02c";
4116
}
4117
.wi-night-alt-thunderstorm:before {
4118
    content: "\f02d";
4119
}
4120
.wi-night-cloudy:before {
4121
    content: "\f031";
4122
}
4123
.wi-night-cloudy-gusts:before {
4124
    content: "\f02f";
4125
}
4126
.wi-night-cloudy-windy:before {
4127
    content: "\f030";
4128
}
4129
.wi-night-fog:before {
4130
    content: "\f04a";
4131
}
4132
.wi-night-hail:before {
4133
    content: "\f032";
4134
}
4135
.wi-night-lightning:before {
4136
    content: "\f033";
4137
}
4138
.wi-night-partly-cloudy:before {
4139
    content: "\f083";
4140
}
4141
.wi-night-rain:before {
4142
    content: "\f036";
4143
}
4144
.wi-night-rain-mix:before {
4145
    content: "\f034";
4146
}
4147
.wi-night-rain-wind:before {
4148
    content: "\f035";
4149
}
4150
.wi-night-showers:before {
4151
    content: "\f037";
4152
}
4153
.wi-night-sleet:before {
4154
    content: "\f0b3";
4155
}
4156
.wi-night-sleet-storm:before {
4157
    content: "\f069";
4158
}
4159
.wi-night-snow:before {
4160
    content: "\f038";
4161
}
4162
.wi-night-snow-thunderstorm:before {
4163
    content: "\f06c";
4164
}
4165
.wi-night-snow-wind:before {
4166
    content: "\f066";
4167
}
4168
.wi-night-sprinkle:before {
4169
    content: "\f039";
4170
}
4171
.wi-night-storm-showers:before {
4172
    content: "\f03a";
4173
}
4174
.wi-night-thunderstorm:before {
4175
    content: "\f03b";
4176
}
4177
.wi-lunar-eclipse:before {
4178
    content: "\f070";
4179
}
4180
.wi-stars:before {
4181
    content: "\f077";
4182
}
4183
.wi-storm-showers:before {
4184
    content: "\f01d";
4185
}
4186
.wi-thunderstorm:before {
4187
    content: "\f01e";
4188
}
4189
.wi-night-alt-cloudy-high:before {
4190
    content: "\f07e";
4191
}
4192
.wi-night-cloudy-high:before {
4193
    content: "\f080";
4194
}
4195
.wi-night-alt-partly-cloudy:before {
4196
    content: "\f081";
4197
}
4198
.wi-cloud:before {
4199
    content: "\f041";
4200
}
4201
.wi-cloudy:before {
4202
    content: "\f013";
4203
}
4204
.wi-cloudy-gusts:before {
4205
    content: "\f011";
4206
}
4207
.wi-cloudy-windy:before {
4208
    content: "\f012";
4209
}
4210
.wi-fog:before {
4211
    content: "\f014";
4212
}
4213
.wi-hail:before {
4214
    content: "\f015";
4215
}
4216
.wi-rain:before {
4217
    content: "\f019";
4218
}
4219
.wi-rain-mix:before {
4220
    content: "\f017";
4221
}
4222
.wi-rain-wind:before {
4223
    content: "\f018";
4224
}
4225
.wi-showers:before {
4226
    content: "\f01a";
4227
}
4228
.wi-sleet:before {
4229
    content: "\f0b5";
4230
}
4231
.wi-snow:before {
4232
    content: "\f01b";
4233
}
4234
.wi-sprinkle:before {
4235
    content: "\f01c";
4236
}
4237
.wi-storm-showers:before {
4238
    content: "\f01d";
4239
}
4240
.wi-thunderstorm:before {
4241
    content: "\f01e";
4242
}
4243
.wi-snow-wind:before {
4244
    content: "\f064";
4245
}
4246
.wi-snow:before {
4247
    content: "\f01b";
4248
}
4249
.wi-smog:before {
4250
    content: "\f074";
4251
}
4252
.wi-smoke:before {
4253
    content: "\f062";
4254
}
4255
.wi-lightning:before {
4256
    content: "\f016";
4257
}
4258
.wi-raindrops:before {
4259
    content: "\f04e";
4260
}
4261
.wi-raindrop:before {
4262
    content: "\f078";
4263
}
4264
.wi-dust:before {
4265
    content: "\f063";
4266
}
4267
.wi-snowflake-cold:before {
4268
    content: "\f076";
4269
}
4270
.wi-windy:before {
4271
    content: "\f021";
4272
}
4273
.wi-strong-wind:before {
4274
    content: "\f050";
4275
}
4276
.wi-sandstorm:before {
4277
    content: "\f082";
4278
}
4279
.wi-earthquake:before {
4280
    content: "\f0c6";
4281
}
4282
.wi-fire:before {
4283
    content: "\f0c7";
4284
}
4285
.wi-flood:before {
4286
    content: "\f07c";
4287
}
4288
.wi-meteor:before {
4289
    content: "\f071";
4290
}
4291
.wi-tsunami:before {
4292
    content: "\f0c5";
4293
}
4294
.wi-volcano:before {
4295
    content: "\f0c8";
4296
}
4297
.wi-hurricane:before {
4298
    content: "\f073";
4299
}
4300
.wi-tornado:before {
4301
    content: "\f056";
4302
}
4303
.wi-small-craft-advisory:before {
4304
    content: "\f0cc";
4305
}
4306
.wi-gale-warning:before {
4307
    content: "\f0cd";
4308
}
4309
.wi-storm-warning:before {
4310
    content: "\f0ce";
4311
}
4312
.wi-hurricane-warning:before {
4313
    content: "\f0cf";
4314
}
4315
.wi-wind-direction:before {
4316
    content: "\f0b1";
4317
}
4318
.wi-alien:before {
4319
    content: "\f075";
4320
}
4321
.wi-celsius:before {
4322
    content: "\f03c";
4323
}
4324
.wi-fahrenheit:before {
4325
    content: "\f045";
4326
}
4327
.wi-degrees:before {
4328
    content: "\f042";
4329
}
4330
.wi-thermometer:before {
4331
    content: "\f055";
4332
}
4333
.wi-thermometer-exterior:before {
4334
    content: "\f053";
4335
}
4336
.wi-thermometer-internal:before {
4337
    content: "\f054";
4338
}
4339
.wi-cloud-down:before {
4340
    content: "\f03d";
4341
}
4342
.wi-cloud-up:before {
4343
    content: "\f040";
4344
}
4345
.wi-cloud-refresh:before {
4346
    content: "\f03e";
4347
}
4348
.wi-horizon:before {
4349
    content: "\f047";
4350
}
4351
.wi-horizon-alt:before {
4352
    content: "\f046";
4353
}
4354
.wi-sunrise:before {
4355
    content: "\f051";
4356
}
4357
.wi-sunset:before {
4358
    content: "\f052";
4359
}
4360
.wi-moonrise:before {
4361
    content: "\f0c9";
4362
}
4363
.wi-moonset:before {
4364
    content: "\f0ca";
4365
}
4366
.wi-refresh:before {
4367
    content: "\f04c";
4368
}
4369
.wi-refresh-alt:before {
4370
    content: "\f04b";
4371
}
4372
.wi-umbrella:before {
4373
    content: "\f084";
4374
}
4375
.wi-barometer:before {
4376
    content: "\f079";
4377
}
4378
.wi-humidity:before {
4379
    content: "\f07a";
4380
}
4381
.wi-na:before {
4382
    content: "\f07b";
4383
}
4384
.wi-train:before {
4385
    content: "\f0cb";
4386
}
4387
.wi-moon-new:before {
4388
    content: "\f095";
4389
}
4390
.wi-moon-waxing-cresent-1:before {
4391
    content: "\f096";
4392
}
4393
.wi-moon-waxing-cresent-2:before {
4394
    content: "\f097";
4395
}
4396
.wi-moon-waxing-cresent-3:before {
4397
    content: "\f098";
4398
}
4399
.wi-moon-waxing-cresent-4:before {
4400
    content: "\f099";
4401
}
4402
.wi-moon-waxing-cresent-5:before {
4403
    content: "\f09a";
4404
}
4405
.wi-moon-waxing-cresent-6:before {
4406
    content: "\f09b";
4407
}
4408
.wi-moon-first-quarter:before {
4409
    content: "\f09c";
4410
}
4411
.wi-moon-waxing-gibbous-1:before {
4412
    content: "\f09d";
4413
}
4414
.wi-moon-waxing-gibbous-2:before {
4415
    content: "\f09e";
4416
}
4417
.wi-moon-waxing-gibbous-3:before {
4418
    content: "\f09f";
4419
}
4420
.wi-moon-waxing-gibbous-4:before {
4421
    content: "\f0a0";
4422
}
4423
.wi-moon-waxing-gibbous-5:before {
4424
    content: "\f0a1";
4425
}
4426
.wi-moon-waxing-gibbous-6:before {
4427
    content: "\f0a2";
4428
}
4429
.wi-moon-full:before {
4430
    content: "\f0a3";
4431
}
4432
.wi-moon-waning-gibbous-1:before {
4433
    content: "\f0a4";
4434
}
4435
.wi-moon-waning-gibbous-2:before {
4436
    content: "\f0a5";
4437
}
4438
.wi-moon-waning-gibbous-3:before {
4439
    content: "\f0a6";
4440
}
4441
.wi-moon-waning-gibbous-4:before {
4442
    content: "\f0a7";
4443
}
4444
.wi-moon-waning-gibbous-5:before {
4445
    content: "\f0a8";
4446
}
4447
.wi-moon-waning-gibbous-6:before {
4448
    content: "\f0a9";
4449
}
4450
.wi-moon-third-quarter:before {
4451
    content: "\f0aa";
4452
}
4453
.wi-moon-waning-crescent-1:before {
4454
    content: "\f0ab";
4455
}
4456
.wi-moon-waning-crescent-2:before {
4457
    content: "\f0ac";
4458
}
4459
.wi-moon-waning-crescent-3:before {
4460
    content: "\f0ad";
4461
}
4462
.wi-moon-waning-crescent-4:before {
4463
    content: "\f0ae";
4464
}
4465
.wi-moon-waning-crescent-5:before {
4466
    content: "\f0af";
4467
}
4468
.wi-moon-waning-crescent-6:before {
4469
    content: "\f0b0";
4470
}
4471
.wi-moon-alt-new:before {
4472
    content: "\f0eb";
4473
}
4474
.wi-moon-alt-waxing-cresent-1:before {
4475
    content: "\f0d0";
4476
}
4477
.wi-moon-alt-waxing-cresent-2:before {
4478
    content: "\f0d1";
4479
}
4480
.wi-moon-alt-waxing-cresent-3:before {
4481
    content: "\f0d2";
4482
}
4483
.wi-moon-alt-waxing-cresent-4:before {
4484
    content: "\f0d3";
4485
}
4486
.wi-moon-alt-waxing-cresent-5:before {
4487
    content: "\f0d4";
4488
}
4489
.wi-moon-alt-waxing-cresent-6:before {
4490
    content: "\f0d5";
4491
}
4492
.wi-moon-alt-first-quarter:before {
4493
    content: "\f0d6";
4494
}
4495
.wi-moon-alt-waxing-gibbous-1:before {
4496
    content: "\f0d7";
4497
}
4498
.wi-moon-alt-waxing-gibbous-2:before {
4499
    content: "\f0d8";
4500
}
4501
.wi-moon-alt-waxing-gibbous-3:before {
4502
    content: "\f0d9";
4503
}
4504
.wi-moon-alt-waxing-gibbous-4:before {
4505
    content: "\f0da";
4506
}
4507
.wi-moon-alt-waxing-gibbous-5:before {
4508
    content: "\f0db";
4509
}
4510
.wi-moon-alt-waxing-gibbous-6:before {
4511
    content: "\f0dc";
4512
}
4513
.wi-moon-alt-full:before {
4514
    content: "\f0dd";
4515
}
4516
.wi-moon-alt-waning-gibbous-1:before {
4517
    content: "\f0de";
4518
}
4519
.wi-moon-alt-waning-gibbous-2:before {
4520
    content: "\f0df";
4521
}
4522
.wi-moon-alt-waning-gibbous-3:before {
4523
    content: "\f0e0";
4524
}
4525
.wi-moon-alt-waning-gibbous-4:before {
4526
    content: "\f0e1";
4527
}
4528
.wi-moon-alt-waning-gibbous-5:before {
4529
    content: "\f0e2";
4530
}
4531
.wi-moon-alt-waning-gibbous-6:before {
4532
    content: "\f0e3";
4533
}
4534
.wi-moon-alt-third-quarter:before {
4535
    content: "\f0e4";
4536
}
4537
.wi-moon-alt-waning-crescent-1:before {
4538
    content: "\f0e5";
4539
}
4540
.wi-moon-alt-waning-crescent-2:before {
4541
    content: "\f0e6";
4542
}
4543
.wi-moon-alt-waning-crescent-3:before {
4544
    content: "\f0e7";
4545
}
4546
.wi-moon-alt-waning-crescent-4:before {
4547
    content: "\f0e8";
4548
}
4549
.wi-moon-alt-waning-crescent-5:before {
4550
    content: "\f0e9";
4551
}
4552
.wi-moon-alt-waning-crescent-6:before {
4553
    content: "\f0ea";
4554
}
4555
.wi-moon-0:before {
4556
    content: "\f095";
4557
}
4558
.wi-moon-1:before {
4559
    content: "\f096";
4560
}
4561
.wi-moon-2:before {
4562
    content: "\f097";
4563
}
4564
.wi-moon-3:before {
4565
    content: "\f098";
4566
}
4567
.wi-moon-4:before {
4568
    content: "\f099";
4569
}
4570
.wi-moon-5:before {
4571
    content: "\f09a";
4572
}
4573
.wi-moon-6:before {
4574
    content: "\f09b";
4575
}
4576
.wi-moon-7:before {
4577
    content: "\f09c";
4578
}
4579
.wi-moon-8:before {
4580
    content: "\f09d";
4581
}
4582
.wi-moon-9:before {
4583
    content: "\f09e";
4584
}
4585
.wi-moon-10:before {
4586
    content: "\f09f";
4587
}
4588
.wi-moon-11:before {
4589
    content: "\f0a0";
4590
}
4591
.wi-moon-12:before {
4592
    content: "\f0a1";
4593
}
4594
.wi-moon-13:before {
4595
    content: "\f0a2";
4596
}
4597
.wi-moon-14:before {
4598
    content: "\f0a3";
4599
}
4600
.wi-moon-15:before {
4601
    content: "\f0a4";
4602
}
4603
.wi-moon-16:before {
4604
    content: "\f0a5";
4605
}
4606
.wi-moon-17:before {
4607
    content: "\f0a6";
4608
}
4609
.wi-moon-18:before {
4610
    content: "\f0a7";
4611
}
4612
.wi-moon-19:before {
4613
    content: "\f0a8";
4614
}
4615
.wi-moon-20:before {
4616
    content: "\f0a9";
4617
}
4618
.wi-moon-21:before {
4619
    content: "\f0aa";
4620
}
4621
.wi-moon-22:before {
4622
    content: "\f0ab";
4623
}
4624
.wi-moon-23:before {
4625
    content: "\f0ac";
4626
}
4627
.wi-moon-24:before {
4628
    content: "\f0ad";
4629
}
4630
.wi-moon-25:before {
4631
    content: "\f0ae";
4632
}
4633
.wi-moon-26:before {
4634
    content: "\f0af";
4635
}
4636
.wi-moon-27:before {
4637
    content: "\f0b0";
4638
}
4639
.wi-time-1:before {
4640
    content: "\f08a";
4641
}
4642
.wi-time-2:before {
4643
    content: "\f08b";
4644
}
4645
.wi-time-3:before {
4646
    content: "\f08c";
4647
}
4648
.wi-time-4:before {
4649
    content: "\f08d";
4650
}
4651
.wi-time-5:before {
4652
    content: "\f08e";
4653
}
4654
.wi-time-6:before {
4655
    content: "\f08f";
4656
}
4657
.wi-time-7:before {
4658
    content: "\f090";
4659
}
4660
.wi-time-8:before {
4661
    content: "\f091";
4662
}
4663
.wi-time-9:before {
4664
    content: "\f092";
4665
}
4666
.wi-time-10:before {
4667
    content: "\f093";
4668
}
4669
.wi-time-11:before {
4670
    content: "\f094";
4671
}
4672
.wi-time-12:before {
4673
    content: "\f089";
4674
}
4675
.wi-direction-up:before {
4676
    content: "\f058";
4677
}
4678
.wi-direction-up-right:before {
4679
    content: "\f057";
4680
}
4681
.wi-direction-right:before {
4682
    content: "\f04d";
4683
}
4684
.wi-direction-down-right:before {
4685
    content: "\f088";
4686
}
4687
.wi-direction-down:before {
4688
    content: "\f044";
4689
}
4690
.wi-direction-down-left:before {
4691
    content: "\f043";
4692
}
4693
.wi-direction-left:before {
4694
    content: "\f048";
4695
}
4696
.wi-direction-up-left:before {
4697
    content: "\f087";
4698
}
4699
.wi-wind-beaufort-0:before {
4700
    content: "\f0b7";
4701
}
4702
.wi-wind-beaufort-1:before {
4703
    content: "\f0b8";
4704
}
4705
.wi-wind-beaufort-2:before {
4706
    content: "\f0b9";
4707
}
4708
.wi-wind-beaufort-3:before {
4709
    content: "\f0ba";
4710
}
4711
.wi-wind-beaufort-4:before {
4712
    content: "\f0bb";
4713
}
4714
.wi-wind-beaufort-5:before {
4715
    content: "\f0bc";
4716
}
4717
.wi-wind-beaufort-6:before {
4718
    content: "\f0bd";
4719
}
4720
.wi-wind-beaufort-7:before {
4721
    content: "\f0be";
4722
}
4723
.wi-wind-beaufort-8:before {
4724
    content: "\f0bf";
4725
}
4726
.wi-wind-beaufort-9:before {
4727
    content: "\f0c0";
4728
}
4729
.wi-wind-beaufort-10:before {
4730
    content: "\f0c1";
4731
}
4732
.wi-wind-beaufort-11:before {
4733
    content: "\f0c2";
4734
}
4735
.wi-wind-beaufort-12:before {
4736
    content: "\f0c3";
4737
}
4738
.wi-yahoo-0:before {
4739
    content: "\f056";
4740
}
4741
.wi-yahoo-1:before {
4742
    content: "\f00e";
4743
}
4744
.wi-yahoo-2:before {
4745
    content: "\f073";
4746
}
4747
.wi-yahoo-3:before {
4748
    content: "\f01e";
4749
}
4750
.wi-yahoo-4:before {
4751
    content: "\f01e";
4752
}
4753
.wi-yahoo-5:before {
4754
    content: "\f017";
4755
}
4756
.wi-yahoo-6:before {
4757
    content: "\f017";
4758
}
4759
.wi-yahoo-7:before {
4760
    content: "\f017";
4761
}
4762
.wi-yahoo-8:before {
4763
    content: "\f015";
4764
}
4765
.wi-yahoo-9:before {
4766
    content: "\f01a";
4767
}
4768
.wi-yahoo-10:before {
4769
    content: "\f015";
4770
}
4771
.wi-yahoo-11:before {
4772
    content: "\f01a";
4773
}
4774
.wi-yahoo-12:before {
4775
    content: "\f01a";
4776
}
4777
.wi-yahoo-13:before {
4778
    content: "\f01b";
4779
}
4780
.wi-yahoo-14:before {
4781
    content: "\f00a";
4782
}
4783
.wi-yahoo-15:before {
4784
    content: "\f064";
4785
}
4786
.wi-yahoo-16:before {
4787
    content: "\f01b";
4788
}
4789
.wi-yahoo-17:before {
4790
    content: "\f015";
4791
}
4792
.wi-yahoo-18:before {
4793
    content: "\f017";
4794
}
4795
.wi-yahoo-19:before {
4796
    content: "\f063";
4797
}
4798
.wi-yahoo-20:before {
4799
    content: "\f014";
4800
}
4801
.wi-yahoo-21:before {
4802
    content: "\f021";
4803
}
4804
.wi-yahoo-22:before {
4805
    content: "\f062";
4806
}
4807
.wi-yahoo-23:before {
4808
    content: "\f050";
4809
}
4810
.wi-yahoo-24:before {
4811
    content: "\f050";
4812
}
4813
.wi-yahoo-25:before {
4814
    content: "\f076";
4815
}
4816
.wi-yahoo-26:before {
4817
    content: "\f013";
4818
}
4819
.wi-yahoo-27:before {
4820
    content: "\f031";
4821
}
4822
.wi-yahoo-28:before {
4823
    content: "\f002";
4824
}
4825
.wi-yahoo-29:before {
4826
    content: "\f031";
4827
}
4828
.wi-yahoo-30:before {
4829
    content: "\f002";
4830
}
4831
.wi-yahoo-31:before {
4832
    content: "\f02e";
4833
}
4834
.wi-yahoo-32:before {
4835
    content: "\f00d";
4836
}
4837
.wi-yahoo-33:before {
4838
    content: "\f083";
4839
}
4840
.wi-yahoo-34:before {
4841
    content: "\f00c";
4842
}
4843
.wi-yahoo-35:before {
4844
    content: "\f017";
4845
}
4846
.wi-yahoo-36:before {
4847
    content: "\f072";
4848
}
4849
.wi-yahoo-37:before {
4850
    content: "\f00e";
4851
}
4852
.wi-yahoo-38:before {
4853
    content: "\f00e";
4854
}
4855
.wi-yahoo-39:before {
4856
    content: "\f00e";
4857
}
4858
.wi-yahoo-40:before {
4859
    content: "\f01a";
4860
}
4861
.wi-yahoo-41:before {
4862
    content: "\f064";
4863
}
4864
.wi-yahoo-42:before {
4865
    content: "\f01b";
4866
}
4867
.wi-yahoo-43:before {
4868
    content: "\f064";
4869
}
4870
.wi-yahoo-44:before {
4871
    content: "\f00c";
4872
}
4873
.wi-yahoo-45:before {
4874
    content: "\f00e";
4875
}
4876
.wi-yahoo-46:before {
4877
    content: "\f01b";
4878
}
4879
.wi-yahoo-47:before {
4880
    content: "\f00e";
4881
}
4882
.wi-yahoo-3200:before {
4883
    content: "\f077";
4884
}
4885
.wi-forecast-io-clear-day:before {
4886
    content: "\f00d";
4887
}
4888
.wi-forecast-io-clear-night:before {
4889
    content: "\f02e";
4890
}
4891
.wi-forecast-io-rain:before {
4892
    content: "\f019";
4893
}
4894
.wi-forecast-io-snow:before {
4895
    content: "\f01b";
4896
}
4897
.wi-forecast-io-sleet:before {
4898
    content: "\f0b5";
4899
}
4900
.wi-forecast-io-wind:before {
4901
    content: "\f050";
4902
}
4903
.wi-forecast-io-fog:before {
4904
    content: "\f014";
4905
}
4906
.wi-forecast-io-cloudy:before {
4907
    content: "\f013";
4908
}
4909
.wi-forecast-io-partly-cloudy-day:before {
4910
    content: "\f002";
4911
}
4912
.wi-forecast-io-partly-cloudy-night:before {
4913
    content: "\f031";
4914
}
4915
.wi-forecast-io-hail:before {
4916
    content: "\f015";
4917
}
4918
.wi-forecast-io-thunderstorm:before {
4919
    content: "\f01e";
4920
}
4921
.wi-forecast-io-tornado:before {
4922
    content: "\f056";
4923
}
4924
.wi-wmo4680-0:before,
4925
.wi-wmo4680-00:before {
4926
    content: "\f055";
4927
}
4928
.wi-wmo4680-1:before,
4929
.wi-wmo4680-01:before {
4930
    content: "\f013";
4931
}
4932
.wi-wmo4680-2:before,
4933
.wi-wmo4680-02:before {
4934
    content: "\f055";
4935
}
4936
.wi-wmo4680-3:before,
4937
.wi-wmo4680-03:before {
4938
    content: "\f013";
4939
}
4940
.wi-wmo4680-4:before,
4941
.wi-wmo4680-04:before {
4942
    content: "\f014";
4943
}
4944
.wi-wmo4680-5:before,
4945
.wi-wmo4680-05:before {
4946
    content: "\f014";
4947
}
4948
.wi-wmo4680-10:before {
4949
    content: "\f014";
4950
}
4951
.wi-wmo4680-11:before {
4952
    content: "\f014";
4953
}
4954
.wi-wmo4680-12:before {
4955
    content: "\f016";
4956
}
4957
.wi-wmo4680-18:before {
4958
    content: "\f050";
4959
}
4960
.wi-wmo4680-20:before {
4961
    content: "\f014";
4962
}
4963
.wi-wmo4680-21:before {
4964
    content: "\f017";
4965
}
4966
.wi-wmo4680-22:before {
4967
    content: "\f017";
4968
}
4969
.wi-wmo4680-23:before {
4970
    content: "\f019";
4971
}
4972
.wi-wmo4680-24:before {
4973
    content: "\f01b";
4974
}
4975
.wi-wmo4680-25:before {
4976
    content: "\f015";
4977
}
4978
.wi-wmo4680-26:before {
4979
    content: "\f01e";
4980
}
4981
.wi-wmo4680-27:before {
4982
    content: "\f063";
4983
}
4984
.wi-wmo4680-28:before {
4985
    content: "\f063";
4986
}
4987
.wi-wmo4680-29:before {
4988
    content: "\f063";
4989
}
4990
.wi-wmo4680-30:before {
4991
    content: "\f014";
4992
}
4993
.wi-wmo4680-31:before {
4994
    content: "\f014";
4995
}
4996
.wi-wmo4680-32:before {
4997
    content: "\f014";
4998
}
4999
.wi-wmo4680-33:before {
5000
    content: "\f014";
5001
}
5002
.wi-wmo4680-34:before {
5003
    content: "\f014";
5004
}
5005
.wi-wmo4680-35:before {
5006
    content: "\f014";
5007
}
5008
.wi-wmo4680-40:before {
5009
    content: "\f017";
5010
}
5011
.wi-wmo4680-41:before {
5012
    content: "\f01c";
5013
}
5014
.wi-wmo4680-42:before {
5015
    content: "\f019";
5016
}
5017
.wi-wmo4680-43:before {
5018
    content: "\f01c";
5019
}
5020
.wi-wmo4680-44:before {
5021
    content: "\f019";
5022
}
5023
.wi-wmo4680-45:before {
5024
    content: "\f015";
5025
}
5026
.wi-wmo4680-46:before {
5027
    content: "\f015";
5028
}
5029
.wi-wmo4680-47:before {
5030
    content: "\f01b";
5031
}
5032
.wi-wmo4680-48:before {
5033
    content: "\f01b";
5034
}
5035
.wi-wmo4680-50:before {
5036
    content: "\f01c";
5037
}
5038
.wi-wmo4680-51:before {
5039
    content: "\f01c";
5040
}
5041
.wi-wmo4680-52:before {
5042
    content: "\f019";
5043
}
5044
.wi-wmo4680-53:before {
5045
    content: "\f019";
5046
}
5047
.wi-wmo4680-54:before {
5048
    content: "\f076";
5049
}
5050
.wi-wmo4680-55:before {
5051
    content: "\f076";
5052
}
5053
.wi-wmo4680-56:before {
5054
    content: "\f076";
5055
}
5056
.wi-wmo4680-57:before {
5057
    content: "\f01c";
5058
}
5059
.wi-wmo4680-58:before {
5060
    content: "\f019";
5061
}
5062
.wi-wmo4680-60:before {
5063
    content: "\f01c";
5064
}
5065
.wi-wmo4680-61:before {
5066
    content: "\f01c";
5067
}
5068
.wi-wmo4680-62:before {
5069
    content: "\f019";
5070
}
5071
.wi-wmo4680-63:before {
5072
    content: "\f019";
5073
}
5074
.wi-wmo4680-64:before {
5075
    content: "\f015";
5076
}
5077
.wi-wmo4680-65:before {
5078
    content: "\f015";
5079
}
5080
.wi-wmo4680-66:before {
5081
    content: "\f015";
5082
}
5083
.wi-wmo4680-67:before {
5084
    content: "\f017";
5085
}
5086
.wi-wmo4680-68:before {
5087
    content: "\f017";
5088
}
5089
.wi-wmo4680-70:before {
5090
    content: "\f01b";
5091
}
5092
.wi-wmo4680-71:before {
5093
    content: "\f01b";
5094
}
5095
.wi-wmo4680-72:before {
5096
    content: "\f01b";
5097
}
5098
.wi-wmo4680-73:before {
5099
    content: "\f01b";
5100
}
5101
.wi-wmo4680-74:before {
5102
    content: "\f076";
5103
}
5104
.wi-wmo4680-75:before {
5105
    content: "\f076";
5106
}
5107
.wi-wmo4680-76:before {
5108
    content: "\f076";
5109
}
5110
.wi-wmo4680-77:before {
5111
    content: "\f01b";
5112
}
5113
.wi-wmo4680-78:before {
5114
    content: "\f076";
5115
}
5116
.wi-wmo4680-80:before {
5117
    content: "\f019";
5118
}
5119
.wi-wmo4680-81:before {
5120
    content: "\f01c";
5121
}
5122
.wi-wmo4680-82:before {
5123
    content: "\f019";
5124
}
5125
.wi-wmo4680-83:before {
5126
    content: "\f019";
5127
}
5128
.wi-wmo4680-84:before {
5129
    content: "\f01d";
5130
}
5131
.wi-wmo4680-85:before {
5132
    content: "\f017";
5133
}
5134
.wi-wmo4680-86:before {
5135
    content: "\f017";
5136
}
5137
.wi-wmo4680-87:before {
5138
    content: "\f017";
5139
}
5140
.wi-wmo4680-89:before {
5141
    content: "\f015";
5142
}
5143
.wi-wmo4680-90:before {
5144
    content: "\f016";
5145
}
5146
.wi-wmo4680-91:before {
5147
    content: "\f01d";
5148
}
5149
.wi-wmo4680-92:before {
5150
    content: "\f01e";
5151
}
5152
.wi-wmo4680-93:before {
5153
    content: "\f01e";
5154
}
5155
.wi-wmo4680-94:before {
5156
    content: "\f016";
5157
}
5158
.wi-wmo4680-95:before {
5159
    content: "\f01e";
5160
}
5161
.wi-wmo4680-96:before {
5162
    content: "\f01e";
5163
}
5164
.wi-wmo4680-99:before {
5165
    content: "\f056";
5166
}
5167
.wi-owm-200:before {
5168
    content: "\f01e";
5169
}
5170
.wi-owm-201:before {
5171
    content: "\f01e";
5172
}
5173
.wi-owm-202:before {
5174
    content: "\f01e";
5175
}
5176
.wi-owm-210:before {
5177
    content: "\f016";
5178
}
5179
.wi-owm-211:before {
5180
    content: "\f016";
5181
}
5182
.wi-owm-212:before {
5183
    content: "\f016";
5184
}
5185
.wi-owm-221:before {
5186
    content: "\f016";
5187
}
5188
.wi-owm-230:before {
5189
    content: "\f01e";
5190
}
5191
.wi-owm-231:before {
5192
    content: "\f01e";
5193
}
5194
.wi-owm-232:before {
5195
    content: "\f01e";
5196
}
5197
.wi-owm-300:before {
5198
    content: "\f01c";
5199
}
5200
.wi-owm-301:before {
5201
    content: "\f01c";
5202
}
5203
.wi-owm-302:before {
5204
    content: "\f019";
5205
}
5206
.wi-owm-310:before {
5207
    content: "\f017";
5208
}
5209
.wi-owm-311:before {
5210
    content: "\f019";
5211
}
5212
.wi-owm-312:before {
5213
    content: "\f019";
5214
}
5215
.wi-owm-313:before {
5216
    content: "\f01a";
5217
}
5218
.wi-owm-314:before {
5219
    content: "\f019";
5220
}
5221
.wi-owm-321:before {
5222
    content: "\f01c";
5223
}
5224
.wi-owm-500:before {
5225
    content: "\f01c";
5226
}
5227
.wi-owm-501:before {
5228
    content: "\f019";
5229
}
5230
.wi-owm-502:before {
5231
    content: "\f019";
5232
}
5233
.wi-owm-503:before {
5234
    content: "\f019";
5235
}
5236
.wi-owm-504:before {
5237
    content: "\f019";
5238
}
5239
.wi-owm-511:before {
5240
    content: "\f017";
5241
}
5242
.wi-owm-520:before {
5243
    content: "\f01a";
5244
}
5245
.wi-owm-521:before {
5246
    content: "\f01a";
5247
}
5248
.wi-owm-522:before {
5249
    content: "\f01a";
5250
}
5251
.wi-owm-531:before {
5252
    content: "\f01d";
5253
}
5254
.wi-owm-600:before {
5255
    content: "\f01b";
5256
}
5257
.wi-owm-601:before {
5258
    content: "\f01b";
5259
}
5260
.wi-owm-602:before {
5261
    content: "\f0b5";
5262
}
5263
.wi-owm-611:before {
5264
    content: "\f017";
5265
}
5266
.wi-owm-612:before {
5267
    content: "\f017";
5268
}
5269
.wi-owm-615:before {
5270
    content: "\f017";
5271
}
5272
.wi-owm-616:before {
5273
    content: "\f017";
5274
}
5275
.wi-owm-620:before {
5276
    content: "\f017";
5277
}
5278
.wi-owm-621:before {
5279
    content: "\f01b";
5280
}
5281
.wi-owm-622:before {
5282
    content: "\f01b";
5283
}
5284
.wi-owm-701:before {
5285
    content: "\f01a";
5286
}
5287
.wi-owm-711:before {
5288
    content: "\f062";
5289
}
5290
.wi-owm-721:before {
5291
    content: "\f0b6";
5292
}
5293
.wi-owm-731:before {
5294
    content: "\f063";
5295
}
5296
.wi-owm-741:before {
5297
    content: "\f014";
5298
}
5299
.wi-owm-761:before {
5300
    content: "\f063";
5301
}
5302
.wi-owm-762:before {
5303
    content: "\f063";
5304
}
5305
.wi-owm-771:before {
5306
    content: "\f011";
5307
}
5308
.wi-owm-781:before {
5309
    content: "\f056";
5310
}
5311
.wi-owm-800:before {
5312
    content: "\f00d";
5313
}
5314
.wi-owm-801:before {
5315
    content: "\f011";
5316
}
5317
.wi-owm-802:before {
5318
    content: "\f011";
5319
}
5320
.wi-owm-803:before {
5321
    content: "\f011";
5322
}
5323
.wi-owm-803:before {
5324
    content: "\f012";
5325
}
5326
.wi-owm-804:before {
5327
    content: "\f013";
5328
}
5329
.wi-owm-900:before {
5330
    content: "\f056";
5331
}
5332
.wi-owm-901:before {
5333
    content: "\f01d";
5334
}
5335
.wi-owm-902:before {
5336
    content: "\f073";
5337
}
5338
.wi-owm-903:before {
5339
    content: "\f076";
5340
}
5341
.wi-owm-904:before {
5342
    content: "\f072";
5343
}
5344
.wi-owm-905:before {
5345
    content: "\f021";
5346
}
5347
.wi-owm-906:before {
5348
    content: "\f015";
5349
}
5350
.wi-owm-957:before {
5351
    content: "\f050";
5352
}
5353
.wi-owm-day-200:before {
5354
    content: "\f010";
5355
}
5356
.wi-owm-day-201:before {
5357
    content: "\f010";
5358
}
5359
.wi-owm-day-202:before {
5360
    content: "\f010";
5361
}
5362
.wi-owm-day-210:before {
5363
    content: "\f005";
5364
}
5365
.wi-owm-day-211:before {
5366
    content: "\f005";
5367
}
5368
.wi-owm-day-212:before {
5369
    content: "\f005";
5370
}
5371
.wi-owm-day-221:before {
5372
    content: "\f005";
5373
}
5374
.wi-owm-day-230:before {
5375
    content: "\f010";
5376
}
5377
.wi-owm-day-231:before {
5378
    content: "\f010";
5379
}
5380
.wi-owm-day-232:before {
5381
    content: "\f010";
5382
}
5383
.wi-owm-day-300:before {
5384
    content: "\f00b";
5385
}
5386
.wi-owm-day-301:before {
5387
    content: "\f00b";
5388
}
5389
.wi-owm-day-302:before {
5390
    content: "\f008";
5391
}
5392
.wi-owm-day-310:before {
5393
    content: "\f008";
5394
}
5395
.wi-owm-day-311:before {
5396
    content: "\f008";
5397
}
5398
.wi-owm-day-312:before {
5399
    content: "\f008";
5400
}
5401
.wi-owm-day-313:before {
5402
    content: "\f008";
5403
}
5404
.wi-owm-day-314:before {
5405
    content: "\f008";
5406
}
5407
.wi-owm-day-321:before {
5408
    content: "\f00b";
5409
}
5410
.wi-owm-day-500:before {
5411
    content: "\f00b";
5412
}
5413
.wi-owm-day-501:before {
5414
    content: "\f008";
5415
}
5416
.wi-owm-day-502:before {
5417
    content: "\f008";
5418
}
5419
.wi-owm-day-503:before {
5420
    content: "\f008";
5421
}
5422
.wi-owm-day-504:before {
5423
    content: "\f008";
5424
}
5425
.wi-owm-day-511:before {
5426
    content: "\f006";
5427
}
5428
.wi-owm-day-520:before {
5429
    content: "\f009";
5430
}
5431
.wi-owm-day-521:before {
5432
    content: "\f009";
5433
}
5434
.wi-owm-day-522:before {
5435
    content: "\f009";
5436
}
5437
.wi-owm-day-531:before {
5438
    content: "\f00e";
5439
}
5440
.wi-owm-day-600:before {
5441
    content: "\f00a";
5442
}
5443
.wi-owm-day-601:before {
5444
    content: "\f0b2";
5445
}
5446
.wi-owm-day-602:before {
5447
    content: "\f00a";
5448
}
5449
.wi-owm-day-611:before {
5450
    content: "\f006";
5451
}
5452
.wi-owm-day-612:before {
5453
    content: "\f006";
5454
}
5455
.wi-owm-day-615:before {
5456
    content: "\f006";
5457
}
5458
.wi-owm-day-616:before {
5459
    content: "\f006";
5460
}
5461
.wi-owm-day-620:before {
5462
    content: "\f006";
5463
}
5464
.wi-owm-day-621:before {
5465
    content: "\f00a";
5466
}
5467
.wi-owm-day-622:before {
5468
    content: "\f00a";
5469
}
5470
.wi-owm-day-701:before {
5471
    content: "\f009";
5472
}
5473
.wi-owm-day-711:before {
5474
    content: "\f062";
5475
}
5476
.wi-owm-day-721:before {
5477
    content: "\f0b6";
5478
}
5479
.wi-owm-day-731:before {
5480
    content: "\f063";
5481
}
5482
.wi-owm-day-741:before {
5483
    content: "\f003";
5484
}
5485
.wi-owm-day-761:before {
5486
    content: "\f063";
5487
}
5488
.wi-owm-day-762:before {
5489
    content: "\f063";
5490
}
5491
.wi-owm-day-781:before {
5492
    content: "\f056";
5493
}
5494
.wi-owm-day-800:before {
5495
    content: "\f00d";
5496
}
5497
.wi-owm-day-801:before {
5498
    content: "\f000";
5499
}
5500
.wi-owm-day-802:before {
5501
    content: "\f000";
5502
}
5503
.wi-owm-day-803:before {
5504
    content: "\f000";
5505
}
5506
.wi-owm-day-804:before {
5507
    content: "\f00c";
5508
}
5509
.wi-owm-day-900:before {
5510
    content: "\f056";
5511
}
5512
.wi-owm-day-902:before {
5513
    content: "\f073";
5514
}
5515
.wi-owm-day-903:before {
5516
    content: "\f076";
5517
}
5518
.wi-owm-day-904:before {
5519
    content: "\f072";
5520
}
5521
.wi-owm-day-906:before {
5522
    content: "\f004";
5523
}
5524
.wi-owm-day-957:before {
5525
    content: "\f050";
5526
}
5527
.wi-owm-night-200:before {
5528
    content: "\f02d";
5529
}
5530
.wi-owm-night-201:before {
5531
    content: "\f02d";
5532
}
5533
.wi-owm-night-202:before {
5534
    content: "\f02d";
5535
}
5536
.wi-owm-night-210:before {
5537
    content: "\f025";
5538
}
5539
.wi-owm-night-211:before {
5540
    content: "\f025";
5541
}
5542
.wi-owm-night-212:before {
5543
    content: "\f025";
5544
}
5545
.wi-owm-night-221:before {
5546
    content: "\f025";
5547
}
5548
.wi-owm-night-230:before {
5549
    content: "\f02d";
5550
}
5551
.wi-owm-night-231:before {
5552
    content: "\f02d";
5553
}
5554
.wi-owm-night-232:before {
5555
    content: "\f02d";
5556
}
5557
.wi-owm-night-300:before {
5558
    content: "\f02b";
5559
}
5560
.wi-owm-night-301:before {
5561
    content: "\f02b";
5562
}
5563
.wi-owm-night-302:before {
5564
    content: "\f028";
5565
}
5566
.wi-owm-night-310:before {
5567
    content: "\f028";
5568
}
5569
.wi-owm-night-311:before {
5570
    content: "\f028";
5571
}
5572
.wi-owm-night-312:before {
5573
    content: "\f028";
5574
}
5575
.wi-owm-night-313:before {
5576
    content: "\f028";
5577
}
5578
.wi-owm-night-314:before {
5579
    content: "\f028";
5580
}
5581
.wi-owm-night-321:before {
5582
    content: "\f02b";
5583
}
5584
.wi-owm-night-500:before {
5585
    content: "\f02b";
5586
}
5587
.wi-owm-night-501:before {
5588
    content: "\f028";
5589
}
5590
.wi-owm-night-502:before {
5591
    content: "\f028";
5592
}
5593
.wi-owm-night-503:before {
5594
    content: "\f028";
5595
}
5596
.wi-owm-night-504:before {
5597
    content: "\f028";
5598
}
5599
.wi-owm-night-511:before {
5600
    content: "\f026";
5601
}
5602
.wi-owm-night-520:before {
5603
    content: "\f029";
5604
}
5605
.wi-owm-night-521:before {
5606
    content: "\f029";
5607
}
5608
.wi-owm-night-522:before {
5609
    content: "\f029";
5610
}
5611
.wi-owm-night-531:before {
5612
    content: "\f02c";
5613
}
5614
.wi-owm-night-600:before {
5615
    content: "\f02a";
5616
}
5617
.wi-owm-night-601:before {
5618
    content: "\f0b4";
5619
}
5620
.wi-owm-night-602:before {
5621
    content: "\f02a";
5622
}
5623
.wi-owm-night-611:before {
5624
    content: "\f026";
5625
}
5626
.wi-owm-night-612:before {
5627
    content: "\f026";
5628
}
5629
.wi-owm-night-615:before {
5630
    content: "\f026";
5631
}
5632
.wi-owm-night-616:before {
5633
    content: "\f026";
5634
}
5635
.wi-owm-night-620:before {
5636
    content: "\f026";
5637
}
5638
.wi-owm-night-621:before {
5639
    content: "\f02a";
5640
}
5641
.wi-owm-night-622:before {
5642
    content: "\f02a";
5643
}
5644
.wi-owm-night-701:before {
5645
    content: "\f029";
5646
}
5647
.wi-owm-night-711:before {
5648
    content: "\f062";
5649
}
5650
.wi-owm-night-721:before {
5651
    content: "\f0b6";
5652
}
5653
.wi-owm-night-731:before {
5654
    content: "\f063";
5655
}
5656
.wi-owm-night-741:before {
5657
    content: "\f04a";
5658
}
5659
.wi-owm-night-761:before {
5660
    content: "\f063";
5661
}
5662
.wi-owm-night-762:before {
5663
    content: "\f063";
5664
}
5665
.wi-owm-night-781:before {
5666
    content: "\f056";
5667
}
5668
.wi-owm-night-800:before {
5669
    content: "\f02e";
5670
}
5671
.wi-owm-night-801:before {
5672
    content: "\f022";
5673
}
5674
.wi-owm-night-802:before {
5675
    content: "\f022";
5676
}
5677
.wi-owm-night-803:before {
5678
    content: "\f022";
5679
}
5680
.wi-owm-night-804:before {
5681
    content: "\f086";
5682
}
5683
.wi-owm-night-900:before {
5684
    content: "\f056";
5685
}
5686
.wi-owm-night-902:before {
5687
    content: "\f073";
5688
}
5689
.wi-owm-night-903:before {
5690
    content: "\f076";
5691
}
5692
.wi-owm-night-904:before {
5693
    content: "\f072";
5694
}
5695
.wi-owm-night-906:before {
5696
    content: "\f024";
5697
}
5698
.wi-owm-night-957:before {
5699
    content: "\f050";
5700
}
5701
.glyphs.character-mapping {
5702
    margin: 0 0 20px 0;
5703
    padding: 20px 0 20px 30px;
5704
    color: rgba(0, 0, 0, 0.5);
5705
    border: 1px solid #d8e0e5;
5706
    -webkit-border-radius: 3px;
5707
    border-radius: 3px;
5708
}
5709
.glyphs.character-mapping li {
5710
    margin: 0 30px 20px 0;
5711
    display: inline-block;
5712
    width: 90px;
5713
    text-align: center;
5714
    font-size: 24px;
5715
    color: #2b2b2b;
5716
}
5717
.linea-icon {
5718
    position: relative;
5719
}
5720
.linea-icon svg {
5721
    fill: #000;
5722
}
5723
.glyphs.character-mapping input {
5724
    margin: 0;
5725
    padding: 5px 0;
5726
    line-height: 12px;
5727
    font-size: 12px;
5728
    display: block;
5729
    width: 100%;
5730
    border: 1px solid #d8e0e5;
5731
    text-align: center;
5732
    outline: 0;
5733
}
5734
.glyphs.character-mapping input:focus {
5735
    border: 1px solid #fbde4a;
5736
    -webkit-box-shadow: inset 0 0 3px #fbde4a;
5737
    box-shadow: inset 0 0 3px #fbde4a;
5738
}
5739
.glyphs.character-mapping input:hover {
5740
    -webkit-box-shadow: inset 0 0 3px #fbde4a;
5741
    box-shadow: inset 0 0 3px #fbde4a;
5742
}
5743
@font-face {
5744
    font-family: "linea-arrows-10";
5745
    src: url("icons/linea-icons/fonts/linea-arrows-10.eot");
5746
    src: url("icons/linea-icons/fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("icons/linea-icons/fonts/linea-arrows-10.woff") format("woff"), url("icons/linea-icons/fonts/linea-arrows-10.ttf") format("truetype"), url("icons/linea-icons/fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
5747
    font-weight: normal;
5748
    font-style: normal;
5749
}
5750
.linea-aerrow[data-icon]:before {
5751
    font-family: "linea-arrows-10" !important;
5752
    content: attr(data-icon);
5753
    font-style: normal !important;
5754
    font-weight: normal !important;
5755
    font-variant: normal !important;
5756
    text-transform: none !important;
5757
    speak: none;
5758
    line-height: 1;
5759
    -webkit-font-smoothing: antialiased;
5760
    -moz-osx-font-smoothing: grayscale;
5761
}
5762
[class^="linea-icon-"]:before,
5763
[class*="linea- icon-"]:before {
5764
    font-family: "linea-arrows-10" !important;
5765
    font-style: normal !important;
5766
    font-weight: normal !important;
5767
    font-variant: normal !important;
5768
    text-transform: none !important;
5769
    speak: none;
5770
    line-height: 1;
5771
    -webkit-font-smoothing: antialiased;
5772
    -moz-osx-font-smoothing: grayscale;
5773
}
5774
.icon-arrows-anticlockwise:before {
5775
    content: "\e000";
5776
}
5777
.icon-arrows-anticlockwise-dashed:before {
5778
    content: "\e001";
5779
}
5780
.icon-arrows-button-down:before {
5781
    content: "\e002";
5782
}
5783
.icon-arrows-button-off:before {
5784
    content: "\e003";
5785
}
5786
.icon-arrows-button-on:before {
5787
    content: "\e004";
5788
}
5789
.icon-arrows-button-up:before {
5790
    content: "\e005";
5791
}
5792
.icon-arrows-check:before {
5793
    content: "\e006";
5794
}
5795
.icon-arrows-circle-check:before {
5796
    content: "\e007";
5797
}
5798
.icon-arrows-circle-down:before {
5799
    content: "\e008";
5800
}
5801
.icon-arrows-circle-downleft:before {
5802
    content: "\e009";
5803
}
5804
.icon-arrows-circle-downright:before {
5805
    content: "\e00a";
5806
}
5807
.icon-arrows-circle-left:before {
5808
    content: "\e00b";
5809
}
5810
.icon-arrows-circle-minus:before {
5811
    content: "\e00c";
5812
}
5813
.icon-arrows-circle-plus:before {
5814
    content: "\e00d";
5815
}
5816
.icon-arrows-circle-remove:before {
5817
    content: "\e00e";
5818
}
5819
.icon-arrows-circle-right:before {
5820
    content: "\e00f";
5821
}
5822
.icon-arrows-circle-up:before {
5823
    content: "\e010";
5824
}
5825
.icon-arrows-circle-upleft:before {
5826
    content: "\e011";
5827
}
5828
.icon-arrows-circle-upright:before {
5829
    content: "\e012";
5830
}
5831
.icon-arrows-clockwise:before {
5832
    content: "\e013";
5833
}
5834
.icon-arrows-clockwise-dashed:before {
5835
    content: "\e014";
5836
}
5837
.icon-arrows-compress:before {
5838
    content: "\e015";
5839
}
5840
.icon-arrows-deny:before {
5841
    content: "\e016";
5842
}
5843
.icon-arrows-diagonal:before {
5844
    content: "\e017";
5845
}
5846
.icon-arrows-diagonal2:before {
5847
    content: "\e018";
5848
}
5849
.icon-arrows-down:before {
5850
    content: "\e019";
5851
}
5852
.icon-arrows-down-double:before {
5853
    content: "\e01a";
5854
}
5855
.icon-arrows-downleft:before {
5856
    content: "\e01b";
5857
}
5858
.icon-arrows-downright:before {
5859
    content: "\e01c";
5860
}
5861
.icon-arrows-drag-down:before {
5862
    content: "\e01d";
5863
}
5864
.icon-arrows-drag-down-dashed:before {
5865
    content: "\e01e";
5866
}
5867
.icon-arrows-drag-horiz:before {
5868
    content: "\e01f";
5869
}
5870
.icon-arrows-drag-left:before {
5871
    content: "\e020";
5872
}
5873
.icon-arrows-drag-left-dashed:before {
5874
    content: "\e021";
5875
}
5876
.icon-arrows-drag-right:before {
5877
    content: "\e022";
5878
}
5879
.icon-arrows-drag-right-dashed:before {
5880
    content: "\e023";
5881
}
5882
.icon-arrows-drag-up:before {
5883
    content: "\e024";
5884
}
5885
.icon-arrows-drag-up-dashed:before {
5886
    content: "\e025";
5887
}
5888
.icon-arrows-drag-vert:before {
5889
    content: "\e026";
5890
}
5891
.icon-arrows-exclamation:before {
5892
    content: "\e027";
5893
}
5894
.icon-arrows-expand:before {
5895
    content: "\e028";
5896
}
5897
.icon-arrows-expand-diagonal1:before {
5898
    content: "\e029";
5899
}
5900
.icon-arrows-expand-horizontal1:before {
5901
    content: "\e02a";
5902
}
5903
.icon-arrows-expand-vertical1:before {
5904
    content: "\e02b";
5905
}
5906
.icon-arrows-fit-horizontal:before {
5907
    content: "\e02c";
5908
}
5909
.icon-arrows-fit-vertical:before {
5910
    content: "\e02d";
5911
}
5912
.icon-arrows-glide:before {
5913
    content: "\e02e";
5914
}
5915
.icon-arrows-glide-horizontal:before {
5916
    content: "\e02f";
5917
}
5918
.icon-arrows-glide-vertical:before {
5919
    content: "\e030";
5920
}
5921
.icon-arrows-hamburger1:before {
5922
    content: "\e031";
5923
}
5924
.icon-arrows-hamburger-2:before {
5925
    content: "\e032";
5926
}
5927
.icon-arrows-horizontal:before {
5928
    content: "\e033";
5929
}
5930
.icon-arrows-info:before {
5931
    content: "\e034";
5932
}
5933
.icon-arrows-keyboard-alt:before {
5934
    content: "\e035";
5935
}
5936
.icon-arrows-keyboard-cmd:before {
5937
    content: "\e036";
5938
}
5939
.icon-arrows-keyboard-delete:before {
5940
    content: "\e037";
5941
}
5942
.icon-arrows-keyboard-down:before {
5943
    content: "\e038";
5944
}
5945
.icon-arrows-keyboard-left:before {
5946
    content: "\e039";
5947
}
5948
.icon-arrows-keyboard-return:before {
5949
    content: "\e03a";
5950
}
5951
.icon-arrows-keyboard-right:before {
5952
    content: "\e03b";
5953
}
5954
.icon-arrows-keyboard-shift:before {
5955
    content: "\e03c";
5956
}
5957
.icon-arrows-keyboard-tab:before {
5958
    content: "\e03d";
5959
}
5960
.icon-arrows-keyboard-up:before {
5961
    content: "\e03e";
5962
}
5963
.icon-arrows-left:before {
5964
    content: "\e03f";
5965
}
5966
.icon-arrows-left-double-32:before {
5967
    content: "\e040";
5968
}
5969
.icon-arrows-minus:before {
5970
    content: "\e041";
5971
}
5972
.icon-arrows-move:before {
5973
    content: "\e042";
5974
}
5975
.icon-arrows-move2:before {
5976
    content: "\e043";
5977
}
5978
.icon-arrows-move-bottom:before {
5979
    content: "\e044";
5980
}
5981
.icon-arrows-move-left:before {
5982
    content: "\e045";
5983
}
5984
.icon-arrows-move-right:before {
5985
    content: "\e046";
5986
}
5987
.icon-arrows-move-top:before {
5988
    content: "\e047";
5989
}
5990
.icon-arrows-plus:before {
5991
    content: "\e048";
5992
}
5993
.icon-arrows-question:before {
5994
    content: "\e049";
5995
}
5996
.icon-arrows-remove:before {
5997
    content: "\e04a";
5998
}
5999
.icon-arrows-right:before {
6000
    content: "\e04b";
6001
}
6002
.icon-arrows-right-double:before {
6003
    content: "\e04c";
6004
}
6005
.icon-arrows-rotate:before {
6006
    content: "\e04d";
6007
}
6008
.icon-arrows-rotate-anti:before {
6009
    content: "\e04e";
6010
}
6011
.icon-arrows-rotate-anti-dashed:before {
6012
    content: "\e04f";
6013
}
6014
.icon-arrows-rotate-dashed:before {
6015
    content: "\e050";
6016
}
6017
.icon-arrows-shrink:before {
6018
    content: "\e051";
6019
}
6020
.icon-arrows-shrink-diagonal1:before {
6021
    content: "\e052";
6022
}
6023
.icon-arrows-shrink-diagonal2:before {
6024
    content: "\e053";
6025
}
6026
.icon-arrows-shrink-horizonal2:before {
6027
    content: "\e054";
6028
}
6029
.icon-arrows-shrink-horizontal1:before {
6030
    content: "\e055";
6031
}
6032
.icon-arrows-shrink-vertical1:before {
6033
    content: "\e056";
6034
}
6035
.icon-arrows-shrink-vertical2:before {
6036
    content: "\e057";
6037
}
6038
.icon-arrows-sign-down:before {
6039
    content: "\e058";
6040
}
6041
.icon-arrows-sign-left:before {
6042
    content: "\e059";
6043
}
6044
.icon-arrows-sign-right:before {
6045
    content: "\e05a";
6046
}
6047
.icon-arrows-sign-up:before {
6048
    content: "\e05b";
6049
}
6050
.icon-arrows-slide-down1:before {
6051
    content: "\e05c";
6052
}
6053
.icon-arrows-slide-down2:before {
6054
    content: "\e05d";
6055
}
6056
.icon-arrows-slide-left1:before {
6057
    content: "\e05e";
6058
}
6059
.icon-arrows-slide-left2:before {
6060
    content: "\e05f";
6061
}
6062
.icon-arrows-slide-right1:before {
6063
    content: "\e060";
6064
}
6065
.icon-arrows-slide-right2:before {
6066
    content: "\e061";
6067
}
6068
.icon-arrows-slide-up1:before {
6069
    content: "\e062";
6070
}
6071
.icon-arrows-slide-up2:before {
6072
    content: "\e063";
6073
}
6074
.icon-arrows-slim-down:before {
6075
    content: "\e064";
6076
}
6077
.icon-arrows-slim-down-dashed:before {
6078
    content: "\e065";
6079
}
6080
.icon-arrows-slim-left:before {
6081
    content: "\e066";
6082
}
6083
.icon-arrows-slim-left-dashed:before {
6084
    content: "\e067";
6085
}
6086
.icon-arrows-slim-right:before {
6087
    content: "\e068";
6088
}
6089
.icon-arrows-slim-right-dashed:before {
6090
    content: "\e069";
6091
}
6092
.icon-arrows-slim-up:before {
6093
    content: "\e06a";
6094
}
6095
.icon-arrows-slim-up-dashed:before {
6096
    content: "\e06b";
6097
}
6098
.icon-arrows-square-check:before {
6099
    content: "\e06c";
6100
}
6101
.icon-arrows-square-down:before {
6102
    content: "\e06d";
6103
}
6104
.icon-arrows-square-downleft:before {
6105
    content: "\e06e";
6106
}
6107
.icon-arrows-square-downright:before {
6108
    content: "\e06f";
6109
}
6110
.icon-arrows-square-left:before {
6111
    content: "\e070";
6112
}
6113
.icon-arrows-square-minus:before {
6114
    content: "\e071";
6115
}
6116
.icon-arrows-square-plus:before {
6117
    content: "\e072";
6118
}
6119
.icon-arrows-square-remove:before {
6120
    content: "\e073";
6121
}
6122
.icon-arrows-square-right:before {
6123
    content: "\e074";
6124
}
6125
.icon-arrows-square-up:before {
6126
    content: "\e075";
6127
}
6128
.icon-arrows-square-upleft:before {
6129
    content: "\e076";
6130
}
6131
.icon-arrows-square-upright:before {
6132
    content: "\e077";
6133
}
6134
.icon-arrows-squares:before {
6135
    content: "\e078";
6136
}
6137
.icon-arrows-stretch-diagonal1:before {
6138
    content: "\e079";
6139
}
6140
.icon-arrows-stretch-diagonal2:before {
6141
    content: "\e07a";
6142
}
6143
.icon-arrows-stretch-diagonal3:before {
6144
    content: "\e07b";
6145
}
6146
.icon-arrows-stretch-diagonal4:before {
6147
    content: "\e07c";
6148
}
6149
.icon-arrows-stretch-horizontal1:before {
6150
    content: "\e07d";
6151
}
6152
.icon-arrows-stretch-horizontal2:before {
6153
    content: "\e07e";
6154
}
6155
.icon-arrows-stretch-vertical1:before {
6156
    content: "\e07f";
6157
}
6158
.icon-arrows-stretch-vertical2:before {
6159
    content: "\e080";
6160
}
6161
.icon-arrows-switch-horizontal:before {
6162
    content: "\e081";
6163
}
6164
.icon-arrows-switch-vertical:before {
6165
    content: "\e082";
6166
}
6167
.icon-arrows-up:before {
6168
    content: "\e083";
6169
}
6170
.icon-arrows-up-double-33:before {
6171
    content: "\e084";
6172
}
6173
.icon-arrows-upleft:before {
6174
    content: "\e085";
6175
}
6176
.icon-arrows-upright:before {
6177
    content: "\e086";
6178
}
6179
.icon-arrows-vertical:before {
6180
    content: "\e087";
6181
}
6182
/*Basic icon*/
6183
@font-face {
6184
    font-family: "linea-basic-10";
6185
    src: url("icons/linea-icons/fonts/linea-basic-10.eot");
6186
    src: url("icons/linea-icons/fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("icons/linea-icons/fonts/linea-basic-10.woff") format("woff"), url("icons/linea-icons/fonts/linea-basic-10.ttf") format("truetype"), url("icons/linea-icons/fonts/linea-basic-10.svg#linea-basic-10") format("svg");
6187
    font-weight: normal;
6188
    font-style: normal;
6189
}
6190
.linea-basic[data-icon]:before {
6191
    font-family: "linea-basic-10" !important;
6192
    content: attr(data-icon);
6193
    font-style: normal !important;
6194
    font-weight: normal !important;
6195
    font-variant: normal !important;
6196
    text-transform: none !important;
6197
    speak: none;
6198
    line-height: 1;
6199
    -webkit-font-smoothing: antialiased;
6200
    -moz-osx-font-smoothing: grayscale;
6201
}
6202
[class^="linea-icon-"]:before,
6203
[class*="linea- icon-"]:before {
6204
    font-family: "linea-basic-10" !important;
6205
    font-style: normal !important;
6206
    font-weight: normal !important;
6207
    font-variant: normal !important;
6208
    text-transform: none !important;
6209
    speak: none;
6210
    line-height: 1;
6211
    -webkit-font-smoothing: antialiased;
6212
    -moz-osx-font-smoothing: grayscale;
6213
}
6214
.icon-basic-accelerator:before {
6215
    content: "a";
6216
}
6217
.icon-basic-alarm:before {
6218
    content: "b";
6219
}
6220
.icon-basic-anchor:before {
6221
    content: "c";
6222
}
6223
.icon-basic-anticlockwise:before {
6224
    content: "d";
6225
}
6226
.icon-basic-archive:before {
6227
    content: "e";
6228
}
6229
.icon-basic-archive-full:before {
6230
    content: "f";
6231
}
6232
.icon-basic-ban:before {
6233
    content: "g";
6234
}
6235
.icon-basic-battery-charge:before {
6236
    content: "h";
6237
}
6238
.icon-basic-battery-empty:before {
6239
    content: "i";
6240
}
6241
.icon-basic-battery-full:before {
6242
    content: "j";
6243
}
6244
.icon-basic-battery-half:before {
6245
    content: "k";
6246
}
6247
.icon-basic-bolt:before {
6248
    content: "l";
6249
}
6250
.icon-basic-book:before {
6251
    content: "m";
6252
}
6253
.icon-basic-book-pen:before {
6254
    content: "n";
6255
}
6256
.icon-basic-book-pencil:before {
6257
    content: "o";
6258
}
6259
.icon-basic-bookmark:before {
6260
    content: "p";
6261
}
6262
.icon-basic-calculator:before {
6263
    content: "q";
6264
}
6265
.icon-basic-calendar:before {
6266
    content: "r";
6267
}
6268
.icon-basic-cards-diamonds:before {
6269
    content: "s";
6270
}
6271
.icon-basic-cards-hearts:before {
6272
    content: "t";
6273
}
6274
.icon-basic-case:before {
6275
    content: "u";
6276
}
6277
.icon-basic-chronometer:before {
6278
    content: "v";
6279
}
6280
.icon-basic-clessidre:before {
6281
    content: "w";
6282
}
6283
.icon-basic-clock:before {
6284
    content: "x";
6285
}
6286
.icon-basic-clockwise:before {
6287
    content: "y";
6288
}
6289
.icon-basic-cloud:before {
6290
    content: "z";
6291
}
6292
.icon-basic-clubs:before {
6293
    content: "A";
6294
}
6295
.icon-basic-compass:before {
6296
    content: "B";
6297
}
6298
.icon-basic-cup:before {
6299
    content: "C";
6300
}
6301
.icon-basic-diamonds:before {
6302
    content: "D";
6303
}
6304
.icon-basic-display:before {
6305
    content: "E";
6306
}
6307
.icon-basic-download:before {
6308
    content: "F";
6309
}
6310
.icon-basic-exclamation:before {
6311
    content: "G";
6312
}
6313
.icon-basic-eye:before {
6314
    content: "H";
6315
}
6316
.icon-basic-eye-closed:before {
6317
    content: "I";
6318
}
6319
.icon-basic-female:before {
6320
    content: "J";
6321
}
6322
.icon-basic-flag1:before {
6323
    content: "K";
6324
}
6325
.icon-basic-flag2:before {
6326
    content: "L";
6327
}
6328
.icon-basic-floppydisk:before {
6329
    content: "M";
6330
}
6331
.icon-basic-folder:before {
6332
    content: "N";
6333
}
6334
.icon-basic-folder-multiple:before {
6335
    content: "O";
6336
}
6337
.icon-basic-gear:before {
6338
    content: "P";
6339
}
6340
.icon-basic-geolocalize-01:before {
6341
    content: "Q";
6342
}
6343
.icon-basic-geolocalize-05:before {
6344
    content: "R";
6345
}
6346
.icon-basic-globe:before {
6347
    content: "S";
6348
}
6349
.icon-basic-gunsight:before {
6350
    content: "T";
6351
}
6352
.icon-basic-hammer:before {
6353
    content: "U";
6354
}
6355
.icon-basic-headset:before {
6356
    content: "V";
6357
}
6358
.icon-basic-heart:before {
6359
    content: "W";
6360
}
6361
.icon-basic-heart-broken:before {
6362
    content: "X";
6363
}
6364
.icon-basic-helm:before {
6365
    content: "Y";
6366
}
6367
.icon-basic-home:before {
6368
    content: "Z";
6369
}
6370
.icon-basic-info:before {
6371
    content: "0";
6372
}
6373
.icon-basic-ipod:before {
6374
    content: "1";
6375
}
6376
.icon-basic-joypad:before {
6377
    content: "2";
6378
}
6379
.icon-basic-key:before {
6380
    content: "3";
6381
}
6382
.icon-basic-keyboard:before {
6383
    content: "4";
6384
}
6385
.icon-basic-laptop:before {
6386
    content: "5";
6387
}
6388
.icon-basic-life-buoy:before {
6389
    content: "6";
6390
}
6391
.icon-basic-lightbulb:before {
6392
    content: "7";
6393
}
6394
.icon-basic-link:before {
6395
    content: "8";
6396
}
6397
.icon-basic-lock:before {
6398
    content: "9";
6399
}
6400
.icon-basic-lock-open:before {
6401
    content: "!";
6402
}
6403
.icon-basic-magic-mouse:before {
6404
    content: "\"";
6405
}
6406
.icon-basic-magnifier:before {
6407
    content: "#";
6408
}
6409
.icon-basic-magnifier-minus:before {
6410
    content: "$";
6411
}
6412
.icon-basic-magnifier-plus:before {
6413
    content: "%";
6414
}
6415
.icon-basic-mail:before {
6416
    content: "&";
6417
}
6418
.icon-basic-mail-multiple:before {
6419
    content: "'";
6420
}
6421
.icon-basic-mail-open:before {
6422
    content: "(";
6423
}
6424
.icon-basic-mail-open-text:before {
6425
    content: ")";
6426
}
6427
.icon-basic-male:before {
6428
    content: "*";
6429
}
6430
.icon-basic-map:before {
6431
    content: "+";
6432
}
6433
.icon-basic-message:before {
6434
    content: ",";
6435
}
6436
.icon-basic-message-multiple:before {
6437
    content: "-";
6438
}
6439
.icon-basic-message-txt:before {
6440
    content: ".";
6441
}
6442
.icon-basic-mixer2:before {
6443
    content: "/";
6444
}
6445
.icon-basic-mouse:before {
6446
    content: ":";
6447
}
6448
.icon-basic-notebook:before {
6449
    content: ";";
6450
}
6451
.icon-basic-notebook-pen:before {
6452
    content: "<";
6453
}
6454
.icon-basic-notebook-pencil:before {
6455
    content: "=";
6456
}
6457
.icon-basic-paperplane:before {
6458
    content: ">";
6459
}
6460
.icon-basic-pencil-ruler:before {
6461
    content: "?";
6462
}
6463
.icon-basic-pencil-ruler-pen:before {
6464
    content: "@";
6465
}
6466
.icon-basic-photo:before {
6467
    content: "[";
6468
}
6469
.icon-basic-picture:before {
6470
    content: "]";
6471
}
6472
.icon-basic-picture-multiple:before {
6473
    content: "^";
6474
}
6475
.icon-basic-pin1:before {
6476
    content: "_";
6477
}
6478
.icon-basic-pin2:before {
6479
    content: "`";
6480
}
6481
.icon-basic-postcard:before {
6482
    content: "{";
6483
}
6484
.icon-basic-postcard-multiple:before {
6485
    content: "|";
6486
}
6487
.icon-basic-printer:before {
6488
    content: "}";
6489
}
6490
.icon-basic-question:before {
6491
    content: "~";
6492
}
6493
.icon-basic-rss:before {
6494
    content: "\\";
6495
}
6496
.icon-basic-server:before {
6497
    content: "\e000";
6498
}
6499
.icon-basic-server2:before {
6500
    content: "\e001";
6501
}
6502
.icon-basic-server-cloud:before {
6503
    content: "\e002";
6504
}
6505
.icon-basic-server-download:before {
6506
    content: "\e003";
6507
}
6508
.icon-basic-server-upload:before {
6509
    content: "\e004";
6510
}
6511
.icon-basic-settings:before {
6512
    content: "\e005";
6513
}
6514
.icon-basic-share:before {
6515
    content: "\e006";
6516
}
6517
.icon-basic-sheet:before {
6518
    content: "\e007";
6519
}
6520
.icon-basic-sheet-multiple:before {
6521
    content: "\e008";
6522
}
6523
.icon-basic-sheet-pen:before {
6524
    content: "\e009";
6525
}
6526
.icon-basic-sheet-pencil:before {
6527
    content: "\e00a";
6528
}
6529
.icon-basic-sheet-txt:before {
6530
    content: "\e00b";
6531
}
6532
.icon-basic-signs:before {
6533
    content: "\e00c";
6534
}
6535
.icon-basic-smartphone:before {
6536
    content: "\e00d";
6537
}
6538
.icon-basic-spades:before {
6539
    content: "\e00e";
6540
}
6541
.icon-basic-spread:before {
6542
    content: "\e00f";
6543
}
6544
.icon-basic-spread-bookmark:before {
6545
    content: "\e010";
6546
}
6547
.icon-basic-spread-text:before {
6548
    content: "\e011";
6549
}
6550
.icon-basic-spread-text-bookmark:before {
6551
    content: "\e012";
6552
}
6553
.icon-basic-star:before {
6554
    content: "\e013";
6555
}
6556
.icon-basic-tablet:before {
6557
    content: "\e014";
6558
}
6559
.icon-basic-target:before {
6560
    content: "\e015";
6561
}
6562
.icon-basic-todo:before {
6563
    content: "\e016";
6564
}
6565
.icon-basic-todo-pen:before {
6566
    content: "\e017";
6567
}
6568
.icon-basic-todo-pencil:before {
6569
    content: "\e018";
6570
}
6571
.icon-basic-todo-txt:before {
6572
    content: "\e019";
6573
}
6574
.icon-basic-todolist-pen:before {
6575
    content: "\e01a";
6576
}
6577
.icon-basic-todolist-pencil:before {
6578
    content: "\e01b";
6579
}
6580
.icon-basic-trashcan:before {
6581
    content: "\e01c";
6582
}
6583
.icon-basic-trashcan-full:before {
6584
    content: "\e01d";
6585
}
6586
.icon-basic-trashcan-refresh:before {
6587
    content: "\e01e";
6588
}
6589
.icon-basic-trashcan-remove:before {
6590
    content: "\e01f";
6591
}
6592
.icon-basic-upload:before {
6593
    content: "\e020";
6594
}
6595
.icon-basic-usb:before {
6596
    content: "\e021";
6597
}
6598
.icon-basic-video:before {
6599
    content: "\e022";
6600
}
6601
.icon-basic-watch:before {
6602
    content: "\e023";
6603
}
6604
.icon-basic-webpage:before {
6605
    content: "\e024";
6606
}
6607
.icon-basic-webpage-img-txt:before {
6608
    content: "\e025";
6609
}
6610
.icon-basic-webpage-multiple:before {
6611
    content: "\e026";
6612
}
6613
.icon-basic-webpage-txt:before {
6614
    content: "\e027";
6615
}
6616
.icon-basic-world:before {
6617
    content: "\e028";
6618
}
6619
/*Basic elaboration*/
6620
@font-face {
6621
    font-family: "linea-basic-elaboration-10";
6622
    src: url("icons/linea-icons/fonts/linea-basic-elaboration-10.eot");
6623
    src: url("icons/linea-icons/fonts/linea-basic-elaboration-10.eot?#iefix") format("embedded-opentype"), url("icons/linea-icons/fonts/linea-basic-elaboration-10.woff") format("woff"), url("icons/linea-icons/fonts/linea-basic-elaboration-10.ttf") format("truetype"), url("icons/linea-icons/fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10") format("svg");
6624
    font-weight: normal;
6625
    font-style: normal;
6626
}
6627
.linea-elaborate[data-icon]:before {
6628
    font-family: "linea-basic-elaboration-10" !important;
6629
    content: attr(data-icon);
6630
    font-style: normal !important;
6631
    font-weight: normal !important;
6632
    font-variant: normal !important;
6633
    text-transform: none !important;
6634
    speak: none;
6635
    line-height: 1;
6636
    -webkit-font-smoothing: antialiased;
6637
    -moz-osx-font-smoothing: grayscale;
6638
}
6639
[class^="linea-icon-"]:before,
6640
[class*="linea- icon-"]:before {
6641
    font-family: "linea-basic-elaboration-10" !important;
6642
    font-style: normal !important;
6643
    font-weight: normal !important;
6644
    font-variant: normal !important;
6645
    text-transform: none !important;
6646
    speak: none;
6647
    line-height: 1;
6648
    -webkit-font-smoothing: antialiased;
6649
    -moz-osx-font-smoothing: grayscale;
6650
}
6651
.icon-basic-elaboration-bookmark-checck:before {
6652
    content: "a";
6653
}
6654
.icon-basic-elaboration-bookmark-minus:before {
6655
    content: "b";
6656
}
6657
.icon-basic-elaboration-bookmark-plus:before {
6658
    content: "c";
6659
}
6660
.icon-basic-elaboration-bookmark-remove:before {
6661
    content: "d";
6662
}
6663
.icon-basic-elaboration-briefcase-check:before {
6664
    content: "e";
6665
}
6666
.icon-basic-elaboration-briefcase-download:before {
6667
    content: "f";
6668
}
6669
.icon-basic-elaboration-briefcase-flagged:before {
6670
    content: "g";
6671
}
6672
.icon-basic-elaboration-briefcase-minus:before {
6673
    content: "h";
6674
}
6675
.icon-basic-elaboration-briefcase-plus:before {
6676
    content: "i";
6677
}
6678
.icon-basic-elaboration-briefcase-refresh:before {
6679
    content: "j";
6680
}
6681
.icon-basic-elaboration-briefcase-remove:before {
6682
    content: "k";
6683
}
6684
.icon-basic-elaboration-briefcase-search:before {
6685
    content: "l";
6686
}
6687
.icon-basic-elaboration-briefcase-star:before {
6688
    content: "m";
6689
}
6690
.icon-basic-elaboration-briefcase-upload:before {
6691
    content: "n";
6692
}
6693
.icon-basic-elaboration-browser-check:before {
6694
    content: "o";
6695
}
6696
.icon-basic-elaboration-browser-download:before {
6697
    content: "p";
6698
}
6699
.icon-basic-elaboration-browser-minus:before {
6700
    content: "q";
6701
}
6702
.icon-basic-elaboration-browser-plus:before {
6703
    content: "r";
6704
}
6705
.icon-basic-elaboration-browser-refresh:before {
6706
    content: "s";
6707
}
6708
.icon-basic-elaboration-browser-remove:before {
6709
    content: "t";
6710
}
6711
.icon-basic-elaboration-browser-search:before {
6712
    content: "u";
6713
}
6714
.icon-basic-elaboration-browser-star:before {
6715
    content: "v";
6716
}
6717
.icon-basic-elaboration-browser-upload:before {
6718
    content: "w";
6719
}
6720
.icon-basic-elaboration-calendar-check:before {
6721
    content: "x";
6722
}
6723
.icon-basic-elaboration-calendar-cloud:before {
6724
    content: "y";
6725
}
6726
.icon-basic-elaboration-calendar-download:before {
6727
    content: "z";
6728
}
6729
.icon-basic-elaboration-calendar-empty:before {
6730
    content: "A";
6731
}
6732
.icon-basic-elaboration-calendar-flagged:before {
6733
    content: "B";
6734
}
6735
.icon-basic-elaboration-calendar-heart:before {
6736
    content: "C";
6737
}
6738
.icon-basic-elaboration-calendar-minus:before {
6739
    content: "D";
6740
}
6741
.icon-basic-elaboration-calendar-next:before {
6742
    content: "E";
6743
}
6744
.icon-basic-elaboration-calendar-noaccess:before {
6745
    content: "F";
6746
}
6747
.icon-basic-elaboration-calendar-pencil:before {
6748
    content: "G";
6749
}
6750
.icon-basic-elaboration-calendar-plus:before {
6751
    content: "H";
6752
}
6753
.icon-basic-elaboration-calendar-previous:before {
6754
    content: "I";
6755
}
6756
.icon-basic-elaboration-calendar-refresh:before {
6757
    content: "J";
6758
}
6759
.icon-basic-elaboration-calendar-remove:before {
6760
    content: "K";
6761
}
6762
.icon-basic-elaboration-calendar-search:before {
6763
    content: "L";
6764
}
6765
.icon-basic-elaboration-calendar-star:before {
6766
    content: "M";
6767
}
6768
.icon-basic-elaboration-calendar-upload:before {
6769
    content: "N";
6770
}
6771
.icon-basic-elaboration-cloud-check:before {
6772
    content: "O";
6773
}
6774
.icon-basic-elaboration-cloud-download:before {
6775
    content: "P";
6776
}
6777
.icon-basic-elaboration-cloud-minus:before {
6778
    content: "Q";
6779
}
6780
.icon-basic-elaboration-cloud-noaccess:before {
6781
    content: "R";
6782
}
6783
.icon-basic-elaboration-cloud-plus:before {
6784
    content: "S";
6785
}
6786
.icon-basic-elaboration-cloud-refresh:before {
6787
    content: "T";
6788
}
6789
.icon-basic-elaboration-cloud-remove:before {
6790
    content: "U";
6791
}
6792
.icon-basic-elaboration-cloud-search:before {
6793
    content: "V";
6794
}
6795
.icon-basic-elaboration-cloud-upload:before {
6796
    content: "W";
6797
}
6798
.icon-basic-elaboration-document-check:before {
6799
    content: "X";
6800
}
6801
.icon-basic-elaboration-document-cloud:before {
6802
    content: "Y";
6803
}
6804
.icon-basic-elaboration-document-download:before {
6805
    content: "Z";
6806
}
6807
.icon-basic-elaboration-document-flagged:before {
6808
    content: "0";
6809
}
6810
.icon-basic-elaboration-document-graph:before {
6811
    content: "1";
6812
}
6813
.icon-basic-elaboration-document-heart:before {
6814
    content: "2";
6815
}
6816
.icon-basic-elaboration-document-minus:before {
6817
    content: "3";
6818
}
6819
.icon-basic-elaboration-document-next:before {
6820
    content: "4";
6821
}
6822
.icon-basic-elaboration-document-noaccess:before {
6823
    content: "5";
6824
}
6825
.icon-basic-elaboration-document-note:before {
6826
    content: "6";
6827
}
6828
.icon-basic-elaboration-document-pencil:before {
6829
    content: "7";
6830
}
6831
.icon-basic-elaboration-document-picture:before {
6832
    content: "8";
6833
}
6834
.icon-basic-elaboration-document-plus:before {
6835
    content: "9";
6836
}
6837
.icon-basic-elaboration-document-previous:before {
6838
    content: "!";
6839
}
6840
.icon-basic-elaboration-document-refresh:before {
6841
    content: "\"";
6842
}
6843
.icon-basic-elaboration-document-remove:before {
6844
    content: "#";
6845
}
6846
.icon-basic-elaboration-document-search:before {
6847
    content: "$";
6848
}
6849
.icon-basic-elaboration-document-star:before {
6850
    content: "%";
6851
}
6852
.icon-basic-elaboration-document-upload:before {
6853
    content: "&";
6854
}
6855
.icon-basic-elaboration-folder-check:before {
6856
    content: "'";
6857
}
6858
.icon-basic-elaboration-folder-cloud:before {
6859
    content: "(";
6860
}
6861
.icon-basic-elaboration-folder-document:before {
6862
    content: ")";
6863
}
6864
.icon-basic-elaboration-folder-download:before {
6865
    content: "*";
6866
}
6867
.icon-basic-elaboration-folder-flagged:before {
6868
    content: "+";
6869
}
6870
.icon-basic-elaboration-folder-graph:before {
6871
    content: ",";
6872
}
6873
.icon-basic-elaboration-folder-heart:before {
6874
    content: "-";
6875
}
6876
.icon-basic-elaboration-folder-minus:before {
6877
    content: ".";
6878
}
6879
.icon-basic-elaboration-folder-next:before {
6880
    content: "/";
6881
}
6882
.icon-basic-elaboration-folder-noaccess:before {
6883
    content: ":";
6884
}
6885
.icon-basic-elaboration-folder-note:before {
6886
    content: ";";
6887
}
6888
.icon-basic-elaboration-folder-pencil:before {
6889
    content: "<";
6890
}
6891
.icon-basic-elaboration-folder-picture:before {
6892
    content: "=";
6893
}
6894
.icon-basic-elaboration-folder-plus:before {
6895
    content: ">";
6896
}
6897
.icon-basic-elaboration-folder-previous:before {
6898
    content: "?";
6899
}
6900
.icon-basic-elaboration-folder-refresh:before {
6901
    content: "@";
6902
}
6903
.icon-basic-elaboration-folder-remove:before {
6904
    content: "[";
6905
}
6906
.icon-basic-elaboration-folder-search:before {
6907
    content: "]";
6908
}
6909
.icon-basic-elaboration-folder-star:before {
6910
    content: "^";
6911
}
6912
.icon-basic-elaboration-folder-upload:before {
6913
    content: "_";
6914
}
6915
.icon-basic-elaboration-mail-check:before {
6916
    content: "`";
6917
}
6918
.icon-basic-elaboration-mail-cloud:before {
6919
    content: "{";
6920
}
6921
.icon-basic-elaboration-mail-document:before {
6922
    content: "|";
6923
}
6924
.icon-basic-elaboration-mail-download:before {
6925
    content: "}";
6926
}
6927
.icon-basic-elaboration-mail-flagged:before {
6928
    content: "~";
6929
}
6930
.icon-basic-elaboration-mail-heart:before {
6931
    content: "\\";
6932
}
6933
.icon-basic-elaboration-mail-next:before {
6934
    content: "\e000";
6935
}
6936
.icon-basic-elaboration-mail-noaccess:before {
6937
    content: "\e001";
6938
}
6939
.icon-basic-elaboration-mail-note:before {
6940
    content: "\e002";
6941
}
6942
.icon-basic-elaboration-mail-pencil:before {
6943
    content: "\e003";
6944
}
6945
.icon-basic-elaboration-mail-picture:before {
6946
    content: "\e004";
6947
}
6948
.icon-basic-elaboration-mail-previous:before {
6949
    content: "\e005";
6950
}
6951
.icon-basic-elaboration-mail-refresh:before {
6952
    content: "\e006";
6953
}
6954
.icon-basic-elaboration-mail-remove:before {
6955
    content: "\e007";
6956
}
6957
.icon-basic-elaboration-mail-search:before {
6958
    content: "\e008";
6959
}
6960
.icon-basic-elaboration-mail-star:before {
6961
    content: "\e009";
6962
}
6963
.icon-basic-elaboration-mail-upload:before {
6964
    content: "\e00a";
6965
}
6966
.icon-basic-elaboration-message-check:before {
6967
    content: "\e00b";
6968
}
6969
.icon-basic-elaboration-message-dots:before {
6970
    content: "\e00c";
6971
}
6972
.icon-basic-elaboration-message-happy:before {
6973
    content: "\e00d";
6974
}
6975
.icon-basic-elaboration-message-heart:before {
6976
    content: "\e00e";
6977
}
6978
.icon-basic-elaboration-message-minus:before {
6979
    content: "\e00f";
6980
}
6981
.icon-basic-elaboration-message-note:before {
6982
    content: "\e010";
6983
}
6984
.icon-basic-elaboration-message-plus:before {
6985
    content: "\e011";
6986
}
6987
.icon-basic-elaboration-message-refresh:before {
6988
    content: "\e012";
6989
}
6990
.icon-basic-elaboration-message-remove:before {
6991
    content: "\e013";
6992
}
6993
.icon-basic-elaboration-message-sad:before {
6994
    content: "\e014";
6995
}
6996
.icon-basic-elaboration-smartphone-cloud:before {
6997
    content: "\e015";
6998
}
6999
.icon-basic-elaboration-smartphone-heart:before {
7000
    content: "\e016";
7001
}
7002
.icon-basic-elaboration-smartphone-noaccess:before {
7003
    content: "\e017";
7004
}
7005
.icon-basic-elaboration-smartphone-note:before {
7006
    content: "\e018";
7007
}
7008
.icon-basic-elaboration-smartphone-pencil:before {
7009
    content: "\e019";
7010
}
7011
.icon-basic-elaboration-smartphone-picture:before {
7012
    content: "\e01a";
7013
}
7014
.icon-basic-elaboration-smartphone-refresh:before {
7015
    content: "\e01b";
7016
}
7017
.icon-basic-elaboration-smartphone-search:before {
7018
    content: "\e01c";
7019
}
7020
.icon-basic-elaboration-tablet-cloud:before {
7021
    content: "\e01d";
7022
}
7023
.icon-basic-elaboration-tablet-heart:before {
7024
    content: "\e01e";
7025
}
7026
.icon-basic-elaboration-tablet-noaccess:before {
7027
    content: "\e01f";
7028
}
7029
.icon-basic-elaboration-tablet-note:before {
7030
    content: "\e020";
7031
}
7032
.icon-basic-elaboration-tablet-pencil:before {
7033
    content: "\e021";
7034
}
7035
.icon-basic-elaboration-tablet-picture:before {
7036
    content: "\e022";
7037
}
7038
.icon-basic-elaboration-tablet-refresh:before {
7039
    content: "\e023";
7040
}
7041
.icon-basic-elaboration-tablet-search:before {
7042
    content: "\e024";
7043
}
7044
.icon-basic-elaboration-todolist-2:before {
7045
    content: "\e025";
7046
}
7047
.icon-basic-elaboration-todolist-check:before {
7048
    content: "\e026";
7049
}
7050
.icon-basic-elaboration-todolist-cloud:before {
7051
    content: "\e027";
7052
}
7053
.icon-basic-elaboration-todolist-download:before {
7054
    content: "\e028";
7055
}
7056
.icon-basic-elaboration-todolist-flagged:before {
7057
    content: "\e029";
7058
}
7059
.icon-basic-elaboration-todolist-minus:before {
7060
    content: "\e02a";
7061
}
7062
.icon-basic-elaboration-todolist-noaccess:before {
7063
    content: "\e02b";
7064
}
7065
.icon-basic-elaboration-todolist-pencil:before {
7066
    content: "\e02c";
7067
}
7068
.icon-basic-elaboration-todolist-plus:before {
7069
    content: "\e02d";
7070
}
7071
.icon-basic-elaboration-todolist-refresh:before {
7072
    content: "\e02e";
7073
}
7074
.icon-basic-elaboration-todolist-remove:before {
7075
    content: "\e02f";
7076
}
7077
.icon-basic-elaboration-todolist-search:before {
7078
    content: "\e030";
7079
}
7080
.icon-basic-elaboration-todolist-star:before {
7081
    content: "\e031";
7082
}
7083
.icon-basic-elaboration-todolist-upload:before {
7084
    content: "\e032";
7085
}
7086
/*Ecommerce*/
7087
@font-face {
7088
    font-family: "linea-ecommerce-10";
7089
    src: url("icons/linea-icons/fonts/linea-ecommerce-10.eot");
7090
    src: url("icons/linea-icons/fonts/linea-ecommerce-10.eot?#iefix") format("embedded-opentype"), url("icons/linea-icons/fonts/linea-ecommerce-10.woff") format("woff"), url("icons/linea-icons/fonts/linea-ecommerce-10.ttf") format("truetype"), url("icons/linea-icons/fonts/linea-ecommerce-10.svg#linea-ecommerce-10") format("svg");
7091
    font-weight: normal;
7092
    font-style: normal;
7093
}
7094
.linea-ecommerce[data-icon]:before {
7095
    font-family: "linea-ecommerce-10" !important;
7096
    content: attr(data-icon);
7097
    font-style: normal !important;
7098
    font-weight: normal !important;
7099
    font-variant: normal !important;
7100
    text-transform: none !important;
7101
    speak: none;
7102
    line-height: 1;
7103
    -webkit-font-smoothing: antialiased;
7104
    -moz-osx-font-smoothing: grayscale;
7105
}
7106
[class^="linea-icon-"]:before,
7107
[class*="linea- icon-"]:before {
7108
    font-family: "linea-ecommerce-10" !important;
7109
    font-style: normal !important;
7110
    font-weight: normal !important;
7111
    font-variant: normal !important;
7112
    text-transform: none !important;
7113
    speak: none;
7114
    line-height: 1;
7115
    -webkit-font-smoothing: antialiased;
7116
    -moz-osx-font-smoothing: grayscale;
7117
}
7118
.icon-ecommerce-bag:before {
7119
    content: "a";
7120
}
7121
.icon-ecommerce-bag-check:before {
7122
    content: "b";
7123
}
7124
.icon-ecommerce-bag-cloud:before {
7125
    content: "c";
7126
}
7127
.icon-ecommerce-bag-download:before {
7128
    content: "d";
7129
}
7130
.icon-ecommerce-bag-minus:before {
7131
    content: "e";
7132
}
7133
.icon-ecommerce-bag-plus:before {
7134
    content: "f";
7135
}
7136
.icon-ecommerce-bag-refresh:before {
7137
    content: "g";
7138
}
7139
.icon-ecommerce-bag-remove:before {
7140
    content: "h";
7141
}
7142
.icon-ecommerce-bag-search:before {
7143
    content: "i";
7144
}
7145
.icon-ecommerce-bag-upload:before {
7146
    content: "j";
7147
}
7148
.icon-ecommerce-banknote:before {
7149
    content: "k";
7150
}
7151
.icon-ecommerce-banknotes:before {
7152
    content: "l";
7153
}
7154
.icon-ecommerce-basket:before {
7155
    content: "m";
7156
}
7157
.icon-ecommerce-basket-check:before {
7158
    content: "n";
7159
}
7160
.icon-ecommerce-basket-cloud:before {
7161
    content: "o";
7162
}
7163
.icon-ecommerce-basket-download:before {
7164
    content: "p";
7165
}
7166
.icon-ecommerce-basket-minus:before {
7167
    content: "q";
7168
}
7169
.icon-ecommerce-basket-plus:before {
7170
    content: "r";
7171
}
7172
.icon-ecommerce-basket-refresh:before {
7173
    content: "s";
7174
}
7175
.icon-ecommerce-basket-remove:before {
7176
    content: "t";
7177
}
7178
.icon-ecommerce-basket-search:before {
7179
    content: "u";
7180
}
7181
.icon-ecommerce-basket-upload:before {
7182
    content: "v";
7183
}
7184
.icon-ecommerce-bath:before {
7185
    content: "w";
7186
}
7187
.icon-ecommerce-cart:before {
7188
    content: "x";
7189
}
7190
.icon-ecommerce-cart-check:before {
7191
    content: "y";
7192
}
7193
.icon-ecommerce-cart-cloud:before {
7194
    content: "z";
7195
}
7196
.icon-ecommerce-cart-content:before {
7197
    content: "A";
7198
}
7199
.icon-ecommerce-cart-download:before {
7200
    content: "B";
7201
}
7202
.icon-ecommerce-cart-minus:before {
7203
    content: "C";
7204
}
7205
.icon-ecommerce-cart-plus:before {
7206
    content: "D";
7207
}
7208
.icon-ecommerce-cart-refresh:before {
7209
    content: "E";
7210
}
7211
.icon-ecommerce-cart-remove:before {
7212
    content: "F";
7213
}
7214
.icon-ecommerce-cart-search:before {
7215
    content: "G";
7216
}
7217
.icon-ecommerce-cart-upload:before {
7218
    content: "H";
7219
}
7220
.icon-ecommerce-cent:before {
7221
    content: "I";
7222
}
7223
.icon-ecommerce-colon:before {
7224
    content: "J";
7225
}
7226
.icon-ecommerce-creditcard:before {
7227
    content: "K";
7228
}
7229
.icon-ecommerce-diamond:before {
7230
    content: "L";
7231
}
7232
.icon-ecommerce-dollar:before {
7233
    content: "M";
7234
}
7235
.icon-ecommerce-euro:before {
7236
    content: "N";
7237
}
7238
.icon-ecommerce-franc:before {
7239
    content: "O";
7240
}
7241
.icon-ecommerce-gift:before {
7242
    content: "P";
7243
}
7244
.icon-ecommerce-graph1:before {
7245
    content: "Q";
7246
}
7247
.icon-ecommerce-graph2:before {
7248
    content: "R";
7249
}
7250
.icon-ecommerce-graph3:before {
7251
    content: "S";
7252
}
7253
.icon-ecommerce-graph-decrease:before {
7254
    content: "T";
7255
}
7256
.icon-ecommerce-graph-increase:before {
7257
    content: "U";
7258
}
7259
.icon-ecommerce-guarani:before {
7260
    content: "V";
7261
}
7262
.icon-ecommerce-kips:before {
7263
    content: "W";
7264
}
7265
.icon-ecommerce-lira:before {
7266
    content: "X";
7267
}
7268
.icon-ecommerce-megaphone:before {
7269
    content: "Y";
7270
}
7271
.icon-ecommerce-money:before {
7272
    content: "Z";
7273
}
7274
.icon-ecommerce-naira:before {
7275
    content: "0";
7276
}
7277
.icon-ecommerce-pesos:before {
7278
    content: "1";
7279
}
7280
.icon-ecommerce-pound:before {
7281
    content: "2";
7282
}
7283
.icon-ecommerce-receipt:before {
7284
    content: "3";
7285
}
7286
.icon-ecommerce-receipt-bath:before {
7287
    content: "4";
7288
}
7289
.icon-ecommerce-receipt-cent:before {
7290
    content: "5";
7291
}
7292
.icon-ecommerce-receipt-dollar:before {
7293
    content: "6";
7294
}
7295
.icon-ecommerce-receipt-euro:before {
7296
    content: "7";
7297
}
7298
.icon-ecommerce-receipt-franc:before {
7299
    content: "8";
7300
}
7301
.icon-ecommerce-receipt-guarani:before {
7302
    content: "9";
7303
}
7304
.icon-ecommerce-receipt-kips:before {
7305
    content: "!";
7306
}
7307
.icon-ecommerce-receipt-lira:before {
7308
    content: "\"";
7309
}
7310
.icon-ecommerce-receipt-naira:before {
7311
    content: "#";
7312
}
7313
.icon-ecommerce-receipt-pesos:before {
7314
    content: "$";
7315
}
7316
.icon-ecommerce-receipt-pound:before {
7317
    content: "%";
7318
}
7319
.icon-ecommerce-receipt-rublo:before {
7320
    content: "&";
7321
}
7322
.icon-ecommerce-receipt-rupee:before {
7323
    content: "'";
7324
}
7325
.icon-ecommerce-receipt-tugrik:before {
7326
    content: "(";
7327
}
7328
.icon-ecommerce-receipt-won:before {
7329
    content: ")";
7330
}
7331
.icon-ecommerce-receipt-yen:before {
7332
    content: "*";
7333
}
7334
.icon-ecommerce-receipt-yen2:before {
7335
    content: "+";
7336
}
7337
.icon-ecommerce-recept-colon:before {
7338
    content: ",";
7339
}
7340
.icon-ecommerce-rublo:before {
7341
    content: "-";
7342
}
7343
.icon-ecommerce-rupee:before {
7344
    content: ".";
7345
}
7346
.icon-ecommerce-safe:before {
7347
    content: "/";
7348
}
7349
.icon-ecommerce-sale:before {
7350
    content: ":";
7351
}
7352
.icon-ecommerce-sales:before {
7353
    content: ";";
7354
}
7355
.icon-ecommerce-ticket:before {
7356
    content: "<";
7357
}
7358
.icon-ecommerce-tugriks:before {
7359
    content: "=";
7360
}
7361
.icon-ecommerce-wallet:before {
7362
    content: ">";
7363
}
7364
.icon-ecommerce-won:before {
7365
    content: "?";
7366
}
7367
.icon-ecommerce-yen:before {
7368
    content: "@";
7369
}
7370
.icon-ecommerce-yen2:before {
7371
    content: "[";
7372
}
7373
/*Music */
7374
@font-face {
7375
    font-family: "linea-music-10";
7376
    src: url("icons/linea-icons/fonts/linea-music-10.eot");
7377
    src: url("icons/linea-icons/fonts/linea-music-10.eot?#iefix") format("embedded-opentype"), url("icons/linea-icons/fonts/linea-music-10.woff") format("woff"), url("icons/linea-icons/fonts/linea-music-10.ttf") format("truetype"), url("icons/linea-icons/fonts/linea-music-10.svg#linea-music-10") format("svg");
7378
    font-weight: normal;
7379
    font-style: normal;
7380
}
7381
.linea-music[data-icon]:before {
7382
    font-family: "linea-music-10" !important;
7383
    content: attr(data-icon);
7384
    font-style: normal !important;
7385
    font-weight: normal !important;
7386
    font-variant: normal !important;
7387
    text-transform: none !important;
7388
    speak: none;
7389
    line-height: 1;
7390
    -webkit-font-smoothing: antialiased;
7391
    -moz-osx-font-smoothing: grayscale;
7392
}
7393
[class^="linea-icon-"]:before,
7394
[class*="linea- icon-"]:before {
7395
    font-family: "linea-music-10" !important;
7396
    font-style: normal !important;
7397
    font-weight: normal !important;
7398
    font-variant: normal !important;
7399
    text-transform: none !important;
7400
    speak: none;
7401
    line-height: 1;
7402
    -webkit-font-smoothing: antialiased;
7403
    -moz-osx-font-smoothing: grayscale;
7404
}
7405
.icon-music-beginning-button:before {
7406
    content: "a";
7407
}
7408
.icon-music-bell:before {
7409
    content: "b";
7410
}
7411
.icon-music-cd:before {
7412
    content: "c";
7413
}
7414
.icon-music-diapason:before {
7415
    content: "d";
7416
}
7417
.icon-music-eject-button:before {
7418
    content: "e";
7419
}
7420
.icon-music-end-button:before {
7421
    content: "f";
7422
}
7423
.icon-music-fastforward-button:before {
7424
    content: "g";
7425
}
7426
.icon-music-headphones:before {
7427
    content: "h";
7428
}
7429
.icon-music-ipod:before {
7430
    content: "i";
7431
}
7432
.icon-music-loudspeaker:before {
7433
    content: "j";
7434
}
7435
.icon-music-microphone:before {
7436
    content: "k";
7437
}
7438
.icon-music-microphone-old:before {
7439
    content: "l";
7440
}
7441
.icon-music-mixer:before {
7442
    content: "m";
7443
}
7444
.icon-music-mute:before {
7445
    content: "n";
7446
}
7447
.icon-music-note-multiple:before {
7448
    content: "o";
7449
}
7450
.icon-music-note-single:before {
7451
    content: "p";
7452
}
7453
.icon-music-pause-button:before {
7454
    content: "q";
7455
}
7456
.icon-music-play-button:before {
7457
    content: "r";
7458
}
7459
.icon-music-playlist:before {
7460
    content: "s";
7461
}
7462
.icon-music-radio-ghettoblaster:before {
7463
    content: "t";
7464
}
7465
.icon-music-radio-portable:before {
7466
    content: "u";
7467
}
7468
.icon-music-record:before {
7469
    content: "v";
7470
}
7471
.icon-music-recordplayer:before {
7472
    content: "w";
7473
}
7474
.icon-music-repeat-button:before {
7475
    content: "x";
7476
}
7477
.icon-music-rewind-button:before {
7478
    content: "y";
7479
}
7480
.icon-music-shuffle-button:before {
7481
    content: "z";
7482
}
7483
.icon-music-stop-button:before {
7484
    content: "A";
7485
}
7486
.icon-music-tape:before {
7487
    content: "B";
7488
}
7489
.icon-music-volume-down:before {
7490
    content: "C";
7491
}
7492
.icon-music-volume-up:before {
7493
    content: "D";
7494
}
7495
/*Software*/
7496
@font-face {
7497
    font-family: "linea-software-10";
7498
    src: url("icons/linea-icons/fonts/linea-software-10.eot");
7499
    src: url("icons/linea-icons/fonts/linea-software-10.eot?#iefix") format("embedded-opentype"), url("icons/linea-icons/fonts/linea-software-10.woff") format("woff"), url("icons/linea-icons/fonts/linea-software-10.ttf") format("truetype"), url("icons/linea-icons/fonts/linea-software-10.svg#linea-software-10") format("svg");
7500
    font-weight: normal;
7501
    font-style: normal;
7502
}
7503
.linea-software[data-icon]:before {
7504
    font-family: "linea-software-10" !important;
7505
    content: attr(data-icon);
7506
    font-style: normal !important;
7507
    font-weight: normal !important;
7508
    font-variant: normal !important;
7509
    text-transform: none !important;
7510
    speak: none;
7511
    line-height: 1;
7512
    -webkit-font-smoothing: antialiased;
7513
    -moz-osx-font-smoothing: grayscale;
7514
}
7515
[class^="linea-icon-"]:before,
7516
[class*="linea- icon-"]:before {
7517
    font-family: "linea-software-10" !important;
7518
    font-style: normal !important;
7519
    font-weight: normal !important;
7520
    font-variant: normal !important;
7521
    text-transform: none !important;
7522
    speak: none;
7523
    line-height: 1;
7524
    -webkit-font-smoothing: antialiased;
7525
    -moz-osx-font-smoothing: grayscale;
7526
}
7527
.icon-software-add-vectorpoint:before {
7528
    content: "a";
7529
}
7530
.icon-software-box-oval:before {
7531
    content: "b";
7532
}
7533
.icon-software-box-polygon:before {
7534
    content: "c";
7535
}
7536
.icon-software-box-rectangle:before {
7537
    content: "d";
7538
}
7539
.icon-software-box-roundedrectangle:before {
7540
    content: "e";
7541
}
7542
.icon-software-character:before {
7543
    content: "f";
7544
}
7545
.icon-software-crop:before {
7546
    content: "g";
7547
}
7548
.icon-software-eyedropper:before {
7549
    content: "h";
7550
}
7551
.icon-software-font-allcaps:before {
7552
    content: "i";
7553
}
7554
.icon-software-font-baseline-shift:before {
7555
    content: "j";
7556
}
7557
.icon-software-font-horizontal-scale:before {
7558
    content: "k";
7559
}
7560
.icon-software-font-kerning:before {
7561
    content: "l";
7562
}
7563
.icon-software-font-leading:before {
7564
    content: "m";
7565
}
7566
.icon-software-font-size:before {
7567
    content: "n";
7568
}
7569
.icon-software-font-smallcapital:before {
7570
    content: "o";
7571
}
7572
.icon-software-font-smallcaps:before {
7573
    content: "p";
7574
}
7575
.icon-software-font-strikethrough:before {
7576
    content: "q";
7577
}
7578
.icon-software-font-tracking:before {
7579
    content: "r";
7580
}
7581
.icon-software-font-underline:before {
7582
    content: "s";
7583
}
7584
.icon-software-font-vertical-scale:before {
7585
    content: "t";
7586
}
7587
.icon-software-horizontal-align-center:before {
7588
    content: "u";
7589
}
7590
.icon-software-horizontal-align-left:before {
7591
    content: "v";
7592
}
7593
.icon-software-horizontal-align-right:before {
7594
    content: "w";
7595
}
7596
.icon-software-horizontal-distribute-center:before {
7597
    content: "x";
7598
}
7599
.icon-software-horizontal-distribute-left:before {
7600
    content: "y";
7601
}
7602
.icon-software-horizontal-distribute-right:before {
7603
    content: "z";
7604
}
7605
.icon-software-indent-firstline:before {
7606
    content: "A";
7607
}
7608
.icon-software-indent-left:before {
7609
    content: "B";
7610
}
7611
.icon-software-indent-right:before {
7612
    content: "C";
7613
}
7614
.icon-software-lasso:before {
7615
    content: "D";
7616
}
7617
.icon-software-layers1:before {
7618
    content: "E";
7619
}
7620
.icon-software-layers2:before {
7621
    content: "F";
7622
}
7623
.icon-software-layout:before {
7624
    content: "G";
7625
}
7626
.icon-software-layout-2columns:before {
7627
    content: "H";
7628
}
7629
.icon-software-layout-3columns:before {
7630
    content: "I";
7631
}
7632
.icon-software-layout-4boxes:before {
7633
    content: "J";
7634
}
7635
.icon-software-layout-4columns:before {
7636
    content: "K";
7637
}
7638
.icon-software-layout-4lines:before {
7639
    content: "L";
7640
}
7641
.icon-software-layout-8boxes:before {
7642
    content: "M";
7643
}
7644
.icon-software-layout-header:before {
7645
    content: "N";
7646
}
7647
.icon-software-layout-header-2columns:before {
7648
    content: "O";
7649
}
7650
.icon-software-layout-header-3columns:before {
7651
    content: "P";
7652
}
7653
.icon-software-layout-header-4boxes:before {
7654
    content: "Q";
7655
}
7656
.icon-software-layout-header-4columns:before {
7657
    content: "R";
7658
}
7659
.icon-software-layout-header-complex:before {
7660
    content: "S";
7661
}
7662
.icon-software-layout-header-complex2:before {
7663
    content: "T";
7664
}
7665
.icon-software-layout-header-complex3:before {
7666
    content: "U";
7667
}
7668
.icon-software-layout-header-complex4:before {
7669
    content: "V";
7670
}
7671
.icon-software-layout-header-sideleft:before {
7672
    content: "W";
7673
}
7674
.icon-software-layout-header-sideright:before {
7675
    content: "X";
7676
}
7677
.icon-software-layout-sidebar-left:before {
7678
    content: "Y";
7679
}
7680
.icon-software-layout-sidebar-right:before {
7681
    content: "Z";
7682
}
7683
.icon-software-magnete:before {
7684
    content: "0";
7685
}
7686
.icon-software-pages:before {
7687
    content: "1";
7688
}
7689
.icon-software-paintbrush:before {
7690
    content: "2";
7691
}
7692
.icon-software-paintbucket:before {
7693
    content: "3";
7694
}
7695
.icon-software-paintroller:before {
7696
    content: "4";
7697
}
7698
.icon-software-paragraph:before {
7699
    content: "5";
7700
}
7701
.icon-software-paragraph-align-left:before {
7702
    content: "6";
7703
}
7704
.icon-software-paragraph-align-right:before {
7705
    content: "7";
7706
}
7707
.icon-software-paragraph-center:before {
7708
    content: "8";
7709
}
7710
.icon-software-paragraph-justify-all:before {
7711
    content: "9";
7712
}
7713
.icon-software-paragraph-justify-center:before {
7714
    content: "!";
7715
}
7716
.icon-software-paragraph-justify-left:before {
7717
    content: "\"";
7718
}
7719
.icon-software-paragraph-justify-right:before {
7720
    content: "#";
7721
}
7722
.icon-software-paragraph-space-after:before {
7723
    content: "$";
7724
}
7725
.icon-software-paragraph-space-before:before {
7726
    content: "%";
7727
}
7728
.icon-software-pathfinder-exclude:before {
7729
    content: "&";
7730
}
7731
.icon-software-pathfinder-intersect:before {
7732
    content: "'";
7733
}
7734
.icon-software-pathfinder-subtract:before {
7735
    content: "(";
7736
}
7737
.icon-software-pathfinder-unite:before {
7738
    content: ")";
7739
}
7740
.icon-software-pen:before {
7741
    content: "*";
7742
}
7743
.icon-software-pen-add:before {
7744
    content: "+";
7745
}
7746
.icon-software-pen-remove:before {
7747
    content: ",";
7748
}
7749
.icon-software-pencil:before {
7750
    content: "-";
7751
}
7752
.icon-software-polygonallasso:before {
7753
    content: ".";
7754
}
7755
.icon-software-reflect-horizontal:before {
7756
    content: "/";
7757
}
7758
.icon-software-reflect-vertical:before {
7759
    content: ":";
7760
}
7761
.icon-software-remove-vectorpoint:before {
7762
    content: ";";
7763
}
7764
.icon-software-scale-expand:before {
7765
    content: "<";
7766
}
7767
.icon-software-scale-reduce:before {
7768
    content: "=";
7769
}
7770
.icon-software-selection-oval:before {
7771
    content: ">";
7772
}
7773
.icon-software-selection-polygon:before {
7774
    content: "?";
7775
}
7776
.icon-software-selection-rectangle:before {
7777
    content: "@";
7778
}
7779
.icon-software-selection-roundedrectangle:before {
7780
    content: "[";
7781
}
7782
.icon-software-shape-oval:before {
7783
    content: "]";
7784
}
7785
.icon-software-shape-polygon:before {
7786
    content: "^";
7787
}
7788
.icon-software-shape-rectangle:before {
7789
    content: "_";
7790
}
7791
.icon-software-shape-roundedrectangle:before {
7792
    content: "`";
7793
}
7794
.icon-software-slice:before {
7795
    content: "{";
7796
}
7797
.icon-software-transform-bezier:before {
7798
    content: "|";
7799
}
7800
.icon-software-vector-box:before {
7801
    content: "}";
7802
}
7803
.icon-software-vector-composite:before {
7804
    content: "~";
7805
}
7806
.icon-software-vector-line:before {
7807
    content: "\\";
7808
}
7809
.icon-software-vertical-align-bottom:before {
7810
    content: "\e000";
7811
}
7812
.icon-software-vertical-align-center:before {
7813
    content: "\e001";
7814
}
7815
.icon-software-vertical-align-top:before {
7816
    content: "\e002";
7817
}
7818
.icon-software-vertical-distribute-bottom:before {
7819
    content: "\e003";
7820
}
7821
.icon-software-vertical-distribute-center:before {
7822
    content: "\e004";
7823
}
7824
.icon-software-vertical-distribute-top:before {
7825
    content: "\e005";
7826
}
7827
 
7828
 
7829
/*Weather*/
7830
@font-face {
7831
    font-family: "linea-weather-10";
7832
    src: url("icons/linea-icons/fonts/linea-weather-10.eot");
7833
    src: url("icons/linea-icons/fonts/linea-weather-10.eot?#iefix") format("embedded-opentype"), url("icons/linea-icons/fonts/linea-weather-10.woff") format("woff"), url("icons/linea-icons/fonts/linea-weather-10.ttf") format("truetype"), url("icons/linea-icons/fonts/linea-weather-10.svg#linea-weather-10") format("svg");
7834
    font-weight: normal;
7835
    font-style: normal;
7836
}
7837
.linea-weather[data-icon]:before {
7838
    font-family: "linea-weather-10" !important;
7839
    content: attr(data-icon);
7840
    font-style: normal !important;
7841
    font-weight: normal !important;
7842
    font-variant: normal !important;
7843
    text-transform: none !important;
7844
    speak: none;
7845
    line-height: 1;
7846
    -webkit-font-smoothing: antialiased;
7847
    -moz-osx-font-smoothing: grayscale;
7848
}
7849
[class^="linea-icon-"]:before,
7850
[class*="linea- icon-"]:before {
7851
    font-family: "linea-weather-10" !important;
7852
    font-style: normal !important;
7853
    font-weight: normal !important;
7854
    font-variant: normal !important;
7855
    text-transform: none !important;
7856
    speak: none;
7857
    line-height: 1;
7858
    -webkit-font-smoothing: antialiased;
7859
    -moz-osx-font-smoothing: grayscale;
7860
}
7861
.icon-weather-aquarius:before {
7862
    content: "\e000";
7863
}
7864
.icon-weather-aries:before {
7865
    content: "\e001";
7866
}
7867
.icon-weather-cancer:before {
7868
    content: "\e002";
7869
}
7870
.icon-weather-capricorn:before {
7871
    content: "\e003";
7872
}
7873
.icon-weather-cloud:before {
7874
    content: "\e004";
7875
}
7876
.icon-weather-cloud-drop:before {
7877
    content: "\e005";
7878
}
7879
.icon-weather-cloud-lightning:before {
7880
    content: "\e006";
7881
}
7882
.icon-weather-cloud-snowflake:before {
7883
    content: "\e007";
7884
}
7885
.icon-weather-downpour-fullmoon:before {
7886
    content: "\e008";
7887
}
7888
.icon-weather-downpour-halfmoon:before {
7889
    content: "\e009";
7890
}
7891
.icon-weather-downpour-sun:before {
7892
    content: "\e00a";
7893
}
7894
.icon-weather-drop:before {
7895
    content: "\e00b";
7896
}
7897
.icon-weather-first-quarter:before {
7898
    content: "\e00c";
7899
}
7900
.icon-weather-fog:before {
7901
    content: "\e00d";
7902
}
7903
.icon-weather-fog-fullmoon:before {
7904
    content: "\e00e";
7905
}
7906
.icon-weather-fog-halfmoon:before {
7907
    content: "\e00f";
7908
}
7909
.icon-weather-fog-sun:before {
7910
    content: "\e010";
7911
}
7912
.icon-weather-fullmoon:before {
7913
    content: "\e011";
7914
}
7915
.icon-weather-gemini:before {
7916
    content: "\e012";
7917
}
7918
.icon-weather-hail:before {
7919
    content: "\e013";
7920
}
7921
.icon-weather-hail-fullmoon:before {
7922
    content: "\e014";
7923
}
7924
.icon-weather-hail-halfmoon:before {
7925
    content: "\e015";
7926
}
7927
.icon-weather-hail-sun:before {
7928
    content: "\e016";
7929
}
7930
.icon-weather-last-quarter:before {
7931
    content: "\e017";
7932
}
7933
.icon-weather-leo:before {
7934
    content: "\e018";
7935
}
7936
.icon-weather-libra:before {
7937
    content: "\e019";
7938
}
7939
.icon-weather-lightning:before {
7940
    content: "\e01a";
7941
}
7942
.icon-weather-mistyrain:before {
7943
    content: "\e01b";
7944
}
7945
.icon-weather-mistyrain-fullmoon:before {
7946
    content: "\e01c";
7947
}
7948
.icon-weather-mistyrain-halfmoon:before {
7949
    content: "\e01d";
7950
}
7951
.icon-weather-mistyrain-sun:before {
7952
    content: "\e01e";
7953
}
7954
.icon-weather-moon:before {
7955
    content: "\e01f";
7956
}
7957
.icon-weather-moondown-full:before {
7958
    content: "\e020";
7959
}
7960
.icon-weather-moondown-half:before {
7961
    content: "\e021";
7962
}
7963
.icon-weather-moonset-full:before {
7964
    content: "\e022";
7965
}
7966
.icon-weather-moonset-half:before {
7967
    content: "\e023";
7968
}
7969
.icon-weather-move2:before {
7970
    content: "\e024";
7971
}
7972
.icon-weather-newmoon:before {
7973
    content: "\e025";
7974
}
7975
.icon-weather-pisces:before {
7976
    content: "\e026";
7977
}
7978
.icon-weather-rain:before {
7979
    content: "\e027";
7980
}
7981
.icon-weather-rain-fullmoon:before {
7982
    content: "\e028";
7983
}
7984
.icon-weather-rain-halfmoon:before {
7985
    content: "\e029";
7986
}
7987
.icon-weather-rain-sun:before {
7988
    content: "\e02a";
7989
}
7990
.icon-weather-sagittarius:before {
7991
    content: "\e02b";
7992
}
7993
.icon-weather-scorpio:before {
7994
    content: "\e02c";
7995
}
7996
.icon-weather-snow:before {
7997
    content: "\e02d";
7998
}
7999
.icon-weather-snow-fullmoon:before {
8000
    content: "\e02e";
8001
}
8002
.icon-weather-snow-halfmoon:before {
8003
    content: "\e02f";
8004
}
8005
.icon-weather-snow-sun:before {
8006
    content: "\e030";
8007
}
8008
.icon-weather-snowflake:before {
8009
    content: "\e031";
8010
}
8011
.icon-weather-star:before {
8012
    content: "\e032";
8013
}
8014
.icon-weather-storm-11:before {
8015
    content: "\e033";
8016
}
8017
.icon-weather-storm-32:before {
8018
    content: "\e034";
8019
}
8020
.icon-weather-storm-fullmoon:before {
8021
    content: "\e035";
8022
}
8023
.icon-weather-storm-halfmoon:before {
8024
    content: "\e036";
8025
}
8026
.icon-weather-storm-sun:before {
8027
    content: "\e037";
8028
}
8029
.icon-weather-sun:before {
8030
    content: "\e038";
8031
}
8032
.icon-weather-sundown:before {
8033
    content: "\e039";
8034
}
8035
.icon-weather-sunset:before {
8036
    content: "\e03a";
8037
}
8038
.icon-weather-taurus:before {
8039
    content: "\e03b";
8040
}
8041
.icon-weather-tempest:before {
8042
    content: "\e03c";
8043
}
8044
.icon-weather-tempest-fullmoon:before {
8045
    content: "\e03d";
8046
}
8047
.icon-weather-tempest-halfmoon:before {
8048
    content: "\e03e";
8049
}
8050
.icon-weather-tempest-sun:before {
8051
    content: "\e03f";
8052
}
8053
.icon-weather-variable-fullmoon:before {
8054
    content: "\e040";
8055
}
8056
.icon-weather-variable-halfmoon:before {
8057
    content: "\e041";
8058
}
8059
.icon-weather-variable-sun:before {
8060
    content: "\e042";
8061
}
8062
.icon-weather-virgo:before {
8063
    content: "\e043";
8064
}
8065
.icon-weather-waning-cresent:before {
8066
    content: "\e044";
8067
}
8068
.icon-weather-waning-gibbous:before {
8069
    content: "\e045";
8070
}
8071
.icon-weather-waxing-cresent:before {
8072
    content: "\e046";
8073
}
8074
.icon-weather-waxing-gibbous:before {
8075
    content: "\e047";
8076
}
8077
.icon-weather-wind:before {
8078
    content: "\e048";
8079
}
8080
.icon-weather-wind-e:before {
8081
    content: "\e049";
8082
}
8083
.icon-weather-wind-fullmoon:before {
8084
    content: "\e04a";
8085
}
8086
.icon-weather-wind-halfmoon:before {
8087
    content: "\e04b";
8088
}
8089
.icon-weather-wind-n:before {
8090
    content: "\e04c";
8091
}
8092
.icon-weather-wind-ne:before {
8093
    content: "\e04d";
8094
}
8095
.icon-weather-wind-nw:before {
8096
    content: "\e04e";
8097
}
8098
.icon-weather-wind-s:before {
8099
    content: "\e04f";
8100
}
8101
.icon-weather-wind-se:before {
8102
    content: "\e050";
8103
}
8104
.icon-weather-wind-sun:before {
8105
    content: "\e051";
8106
}
8107
.icon-weather-wind-sw:before {
8108
    content: "\e052";
8109
}
8110
.icon-weather-wind-w:before {
8111
    content: "\e053";
8112
}
8113
.icon-weather-windgust:before {
8114
    content: "\e054";
8115
}