weather-icons-for-rails 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1846 @@
1
+ /*!
2
+ * Weather Icons 2.0.8
3
+ * Updated September 19, 2015
4
+ * Weather themed icons for Bootstrap
5
+ * Author - Erik Flowers - erik@helloerik.com
6
+ * Email: erik@helloerik.com
7
+ * Twitter: http://twitter.com/Erik_UX
8
+ * ------------------------------------------------------------------------------
9
+ * Maintained at http://erikflowers.github.io/weather-icons
10
+ *
11
+ * License
12
+ * ------------------------------------------------------------------------------
13
+ * - Font licensed under SIL OFL 1.1 -
14
+ * http://scripts.sil.org/OFL
15
+ * - CSS, SCSS and LESS are licensed under MIT License -
16
+ * http://opensource.org/licenses/mit-license.html
17
+ * - Documentation licensed under CC BY 3.0 -
18
+ * http://creativecommons.org/licenses/by/3.0/
19
+ * - Inspired by and works great as a companion with Font Awesome
20
+ * "Font Awesome by Dave Gandy - http://fontawesome.io"
21
+ */
22
+ /* FONT PATH
23
+ * -------------------------- */
24
+ //= depend_on_asset "weathericons-regular-webfont.eot"
25
+ //= depend_on_asset "weathericons-regular-webfont.woff2"
26
+ //= depend_on_asset "weathericons-regular-webfont.woff"
27
+ //= depend_on_asset "weathericons-regular-webfont.ttf"
28
+ //= depend_on_asset "weathericons-regular-webfont.svg"
29
+ <% v = WeatherIconsFor::Rails::WI_VERSION %>
30
+ @font-face {
31
+ font-family: 'weathericons';
32
+ src: url('<%= font_path('weathericons-regular-webfont.eot') %>?v=<%= v %>');
33
+ src: url('<%= font_path('weathericons-regular-webfont.eot') %>?#iefix&v=<%= v %>') format('embedded-opentype'), url('<%= font_path('weathericons-regular-webfont.woff2') %>?v=<%= v %>') format('woff2'), url('<%= font_path('weathericons-regular-webfont.woff') %>?v=<%= v %>') format('woff'), url('<%= font_path('weathericons-regular-webfont.ttf') %>?v=<%= v %>') format('truetype'), url('<%= font_path('weathericons-regular-webfont.svg') %>?v=<%= v %>#weather_iconsregular') format('svg');
34
+ font-weight: normal;
35
+ font-style: normal;
36
+ }
37
+ .wi {
38
+ display: inline-block;
39
+ font-family: 'weathericons';
40
+ font-style: normal;
41
+ font-weight: normal;
42
+ line-height: 1;
43
+ -webkit-font-smoothing: antialiased;
44
+ -moz-osx-font-smoothing: grayscale;
45
+ }
46
+ .wi-fw {
47
+ text-align: center;
48
+ width: 1.4em;
49
+ }
50
+ .wi-rotate-90 {
51
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
52
+ -webkit-transform: rotate(90deg);
53
+ -ms-transform: rotate(90deg);
54
+ transform: rotate(90deg);
55
+ }
56
+ .wi-rotate-180 {
57
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
58
+ -webkit-transform: rotate(180deg);
59
+ -ms-transform: rotate(180deg);
60
+ transform: rotate(180deg);
61
+ }
62
+ .wi-rotate-270 {
63
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
64
+ -webkit-transform: rotate(270deg);
65
+ -ms-transform: rotate(270deg);
66
+ transform: rotate(270deg);
67
+ }
68
+ .wi-flip-horizontal {
69
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
70
+ -webkit-transform: scale(-1, 1);
71
+ -ms-transform: scale(-1, 1);
72
+ transform: scale(-1, 1);
73
+ }
74
+ .wi-flip-vertical {
75
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
76
+ -webkit-transform: scale(1, -1);
77
+ -ms-transform: scale(1, -1);
78
+ transform: scale(1, -1);
79
+ }
80
+ .wi-day-sunny:before {
81
+ content: "\f00d";
82
+ }
83
+ .wi-day-cloudy:before {
84
+ content: "\f002";
85
+ }
86
+ .wi-day-cloudy-gusts:before {
87
+ content: "\f000";
88
+ }
89
+ .wi-day-cloudy-windy:before {
90
+ content: "\f001";
91
+ }
92
+ .wi-day-fog:before {
93
+ content: "\f003";
94
+ }
95
+ .wi-day-hail:before {
96
+ content: "\f004";
97
+ }
98
+ .wi-day-haze:before {
99
+ content: "\f0b6";
100
+ }
101
+ .wi-day-lightning:before {
102
+ content: "\f005";
103
+ }
104
+ .wi-day-rain:before {
105
+ content: "\f008";
106
+ }
107
+ .wi-day-rain-mix:before {
108
+ content: "\f006";
109
+ }
110
+ .wi-day-rain-wind:before {
111
+ content: "\f007";
112
+ }
113
+ .wi-day-showers:before {
114
+ content: "\f009";
115
+ }
116
+ .wi-day-sleet:before {
117
+ content: "\f0b2";
118
+ }
119
+ .wi-day-sleet-storm:before {
120
+ content: "\f068";
121
+ }
122
+ .wi-day-snow:before {
123
+ content: "\f00a";
124
+ }
125
+ .wi-day-snow-thunderstorm:before {
126
+ content: "\f06b";
127
+ }
128
+ .wi-day-snow-wind:before {
129
+ content: "\f065";
130
+ }
131
+ .wi-day-sprinkle:before {
132
+ content: "\f00b";
133
+ }
134
+ .wi-day-storm-showers:before {
135
+ content: "\f00e";
136
+ }
137
+ .wi-day-sunny-overcast:before {
138
+ content: "\f00c";
139
+ }
140
+ .wi-day-thunderstorm:before {
141
+ content: "\f010";
142
+ }
143
+ .wi-day-windy:before {
144
+ content: "\f085";
145
+ }
146
+ .wi-solar-eclipse:before {
147
+ content: "\f06e";
148
+ }
149
+ .wi-hot:before {
150
+ content: "\f072";
151
+ }
152
+ .wi-day-cloudy-high:before {
153
+ content: "\f07d";
154
+ }
155
+ .wi-day-light-wind:before {
156
+ content: "\f0c4";
157
+ }
158
+ .wi-night-clear:before {
159
+ content: "\f02e";
160
+ }
161
+ .wi-night-alt-cloudy:before {
162
+ content: "\f086";
163
+ }
164
+ .wi-night-alt-cloudy-gusts:before {
165
+ content: "\f022";
166
+ }
167
+ .wi-night-alt-cloudy-windy:before {
168
+ content: "\f023";
169
+ }
170
+ .wi-night-alt-hail:before {
171
+ content: "\f024";
172
+ }
173
+ .wi-night-alt-lightning:before {
174
+ content: "\f025";
175
+ }
176
+ .wi-night-alt-rain:before {
177
+ content: "\f028";
178
+ }
179
+ .wi-night-alt-rain-mix:before {
180
+ content: "\f026";
181
+ }
182
+ .wi-night-alt-rain-wind:before {
183
+ content: "\f027";
184
+ }
185
+ .wi-night-alt-showers:before {
186
+ content: "\f029";
187
+ }
188
+ .wi-night-alt-sleet:before {
189
+ content: "\f0b4";
190
+ }
191
+ .wi-night-alt-sleet-storm:before {
192
+ content: "\f06a";
193
+ }
194
+ .wi-night-alt-snow:before {
195
+ content: "\f02a";
196
+ }
197
+ .wi-night-alt-snow-thunderstorm:before {
198
+ content: "\f06d";
199
+ }
200
+ .wi-night-alt-snow-wind:before {
201
+ content: "\f067";
202
+ }
203
+ .wi-night-alt-sprinkle:before {
204
+ content: "\f02b";
205
+ }
206
+ .wi-night-alt-storm-showers:before {
207
+ content: "\f02c";
208
+ }
209
+ .wi-night-alt-thunderstorm:before {
210
+ content: "\f02d";
211
+ }
212
+ .wi-night-cloudy:before {
213
+ content: "\f031";
214
+ }
215
+ .wi-night-cloudy-gusts:before {
216
+ content: "\f02f";
217
+ }
218
+ .wi-night-cloudy-windy:before {
219
+ content: "\f030";
220
+ }
221
+ .wi-night-fog:before {
222
+ content: "\f04a";
223
+ }
224
+ .wi-night-hail:before {
225
+ content: "\f032";
226
+ }
227
+ .wi-night-lightning:before {
228
+ content: "\f033";
229
+ }
230
+ .wi-night-partly-cloudy:before {
231
+ content: "\f083";
232
+ }
233
+ .wi-night-rain:before {
234
+ content: "\f036";
235
+ }
236
+ .wi-night-rain-mix:before {
237
+ content: "\f034";
238
+ }
239
+ .wi-night-rain-wind:before {
240
+ content: "\f035";
241
+ }
242
+ .wi-night-showers:before {
243
+ content: "\f037";
244
+ }
245
+ .wi-night-sleet:before {
246
+ content: "\f0b3";
247
+ }
248
+ .wi-night-sleet-storm:before {
249
+ content: "\f069";
250
+ }
251
+ .wi-night-snow:before {
252
+ content: "\f038";
253
+ }
254
+ .wi-night-snow-thunderstorm:before {
255
+ content: "\f06c";
256
+ }
257
+ .wi-night-snow-wind:before {
258
+ content: "\f066";
259
+ }
260
+ .wi-night-sprinkle:before {
261
+ content: "\f039";
262
+ }
263
+ .wi-night-storm-showers:before {
264
+ content: "\f03a";
265
+ }
266
+ .wi-night-thunderstorm:before {
267
+ content: "\f03b";
268
+ }
269
+ .wi-lunar-eclipse:before {
270
+ content: "\f070";
271
+ }
272
+ .wi-stars:before {
273
+ content: "\f077";
274
+ }
275
+ .wi-storm-showers:before {
276
+ content: "\f01d";
277
+ }
278
+ .wi-thunderstorm:before {
279
+ content: "\f01e";
280
+ }
281
+ .wi-night-alt-cloudy-high:before {
282
+ content: "\f07e";
283
+ }
284
+ .wi-night-cloudy-high:before {
285
+ content: "\f080";
286
+ }
287
+ .wi-night-alt-partly-cloudy:before {
288
+ content: "\f081";
289
+ }
290
+ .wi-cloud:before {
291
+ content: "\f041";
292
+ }
293
+ .wi-cloudy:before {
294
+ content: "\f013";
295
+ }
296
+ .wi-cloudy-gusts:before {
297
+ content: "\f011";
298
+ }
299
+ .wi-cloudy-windy:before {
300
+ content: "\f012";
301
+ }
302
+ .wi-fog:before {
303
+ content: "\f014";
304
+ }
305
+ .wi-hail:before {
306
+ content: "\f015";
307
+ }
308
+ .wi-rain:before {
309
+ content: "\f019";
310
+ }
311
+ .wi-rain-mix:before {
312
+ content: "\f017";
313
+ }
314
+ .wi-rain-wind:before {
315
+ content: "\f018";
316
+ }
317
+ .wi-showers:before {
318
+ content: "\f01a";
319
+ }
320
+ .wi-sleet:before {
321
+ content: "\f0b5";
322
+ }
323
+ .wi-snow:before {
324
+ content: "\f01b";
325
+ }
326
+ .wi-sprinkle:before {
327
+ content: "\f01c";
328
+ }
329
+ .wi-storm-showers:before {
330
+ content: "\f01d";
331
+ }
332
+ .wi-thunderstorm:before {
333
+ content: "\f01e";
334
+ }
335
+ .wi-snow-wind:before {
336
+ content: "\f064";
337
+ }
338
+ .wi-snow:before {
339
+ content: "\f01b";
340
+ }
341
+ .wi-smog:before {
342
+ content: "\f074";
343
+ }
344
+ .wi-smoke:before {
345
+ content: "\f062";
346
+ }
347
+ .wi-lightning:before {
348
+ content: "\f016";
349
+ }
350
+ .wi-raindrops:before {
351
+ content: "\f04e";
352
+ }
353
+ .wi-raindrop:before {
354
+ content: "\f078";
355
+ }
356
+ .wi-dust:before {
357
+ content: "\f063";
358
+ }
359
+ .wi-snowflake-cold:before {
360
+ content: "\f076";
361
+ }
362
+ .wi-windy:before {
363
+ content: "\f021";
364
+ }
365
+ .wi-strong-wind:before {
366
+ content: "\f050";
367
+ }
368
+ .wi-sandstorm:before {
369
+ content: "\f082";
370
+ }
371
+ .wi-earthquake:before {
372
+ content: "\f0c6";
373
+ }
374
+ .wi-fire:before {
375
+ content: "\f0c7";
376
+ }
377
+ .wi-flood:before {
378
+ content: "\f07c";
379
+ }
380
+ .wi-meteor:before {
381
+ content: "\f071";
382
+ }
383
+ .wi-tsunami:before {
384
+ content: "\f0c5";
385
+ }
386
+ .wi-volcano:before {
387
+ content: "\f0c8";
388
+ }
389
+ .wi-hurricane:before {
390
+ content: "\f073";
391
+ }
392
+ .wi-tornado:before {
393
+ content: "\f056";
394
+ }
395
+ .wi-small-craft-advisory:before {
396
+ content: "\f0cc";
397
+ }
398
+ .wi-gale-warning:before {
399
+ content: "\f0cd";
400
+ }
401
+ .wi-storm-warning:before {
402
+ content: "\f0ce";
403
+ }
404
+ .wi-hurricane-warning:before {
405
+ content: "\f0cf";
406
+ }
407
+ .wi-wind-direction:before {
408
+ content: "\f0b1";
409
+ }
410
+ .wi-alien:before {
411
+ content: "\f075";
412
+ }
413
+ .wi-celsius:before {
414
+ content: "\f03c";
415
+ }
416
+ .wi-fahrenheit:before {
417
+ content: "\f045";
418
+ }
419
+ .wi-degrees:before {
420
+ content: "\f042";
421
+ }
422
+ .wi-thermometer:before {
423
+ content: "\f055";
424
+ }
425
+ .wi-thermometer-exterior:before {
426
+ content: "\f053";
427
+ }
428
+ .wi-thermometer-internal:before {
429
+ content: "\f054";
430
+ }
431
+ .wi-cloud-down:before {
432
+ content: "\f03d";
433
+ }
434
+ .wi-cloud-up:before {
435
+ content: "\f040";
436
+ }
437
+ .wi-cloud-refresh:before {
438
+ content: "\f03e";
439
+ }
440
+ .wi-horizon:before {
441
+ content: "\f047";
442
+ }
443
+ .wi-horizon-alt:before {
444
+ content: "\f046";
445
+ }
446
+ .wi-sunrise:before {
447
+ content: "\f051";
448
+ }
449
+ .wi-sunset:before {
450
+ content: "\f052";
451
+ }
452
+ .wi-moonrise:before {
453
+ content: "\f0c9";
454
+ }
455
+ .wi-moonset:before {
456
+ content: "\f0ca";
457
+ }
458
+ .wi-refresh:before {
459
+ content: "\f04c";
460
+ }
461
+ .wi-refresh-alt:before {
462
+ content: "\f04b";
463
+ }
464
+ .wi-umbrella:before {
465
+ content: "\f084";
466
+ }
467
+ .wi-barometer:before {
468
+ content: "\f079";
469
+ }
470
+ .wi-humidity:before {
471
+ content: "\f07a";
472
+ }
473
+ .wi-na:before {
474
+ content: "\f07b";
475
+ }
476
+ .wi-train:before {
477
+ content: "\f0cb";
478
+ }
479
+ .wi-moon-new:before {
480
+ content: "\f095";
481
+ }
482
+ .wi-moon-waxing-crescent-1:before {
483
+ content: "\f096";
484
+ }
485
+ .wi-moon-waxing-crescent-2:before {
486
+ content: "\f097";
487
+ }
488
+ .wi-moon-waxing-crescent-3:before {
489
+ content: "\f098";
490
+ }
491
+ .wi-moon-waxing-crescent-4:before {
492
+ content: "\f099";
493
+ }
494
+ .wi-moon-waxing-crescent-5:before {
495
+ content: "\f09a";
496
+ }
497
+ .wi-moon-waxing-crescent-6:before {
498
+ content: "\f09b";
499
+ }
500
+ .wi-moon-first-quarter:before {
501
+ content: "\f09c";
502
+ }
503
+ .wi-moon-waxing-gibbous-1:before {
504
+ content: "\f09d";
505
+ }
506
+ .wi-moon-waxing-gibbous-2:before {
507
+ content: "\f09e";
508
+ }
509
+ .wi-moon-waxing-gibbous-3:before {
510
+ content: "\f09f";
511
+ }
512
+ .wi-moon-waxing-gibbous-4:before {
513
+ content: "\f0a0";
514
+ }
515
+ .wi-moon-waxing-gibbous-5:before {
516
+ content: "\f0a1";
517
+ }
518
+ .wi-moon-waxing-gibbous-6:before {
519
+ content: "\f0a2";
520
+ }
521
+ .wi-moon-full:before {
522
+ content: "\f0a3";
523
+ }
524
+ .wi-moon-waning-gibbous-1:before {
525
+ content: "\f0a4";
526
+ }
527
+ .wi-moon-waning-gibbous-2:before {
528
+ content: "\f0a5";
529
+ }
530
+ .wi-moon-waning-gibbous-3:before {
531
+ content: "\f0a6";
532
+ }
533
+ .wi-moon-waning-gibbous-4:before {
534
+ content: "\f0a7";
535
+ }
536
+ .wi-moon-waning-gibbous-5:before {
537
+ content: "\f0a8";
538
+ }
539
+ .wi-moon-waning-gibbous-6:before {
540
+ content: "\f0a9";
541
+ }
542
+ .wi-moon-third-quarter:before {
543
+ content: "\f0aa";
544
+ }
545
+ .wi-moon-waning-crescent-1:before {
546
+ content: "\f0ab";
547
+ }
548
+ .wi-moon-waning-crescent-2:before {
549
+ content: "\f0ac";
550
+ }
551
+ .wi-moon-waning-crescent-3:before {
552
+ content: "\f0ad";
553
+ }
554
+ .wi-moon-waning-crescent-4:before {
555
+ content: "\f0ae";
556
+ }
557
+ .wi-moon-waning-crescent-5:before {
558
+ content: "\f0af";
559
+ }
560
+ .wi-moon-waning-crescent-6:before {
561
+ content: "\f0b0";
562
+ }
563
+ .wi-moon-alt-new:before {
564
+ content: "\f0eb";
565
+ }
566
+ .wi-moon-alt-waxing-crescent-1:before {
567
+ content: "\f0d0";
568
+ }
569
+ .wi-moon-alt-waxing-crescent-2:before {
570
+ content: "\f0d1";
571
+ }
572
+ .wi-moon-alt-waxing-crescent-3:before {
573
+ content: "\f0d2";
574
+ }
575
+ .wi-moon-alt-waxing-crescent-4:before {
576
+ content: "\f0d3";
577
+ }
578
+ .wi-moon-alt-waxing-crescent-5:before {
579
+ content: "\f0d4";
580
+ }
581
+ .wi-moon-alt-waxing-crescent-6:before {
582
+ content: "\f0d5";
583
+ }
584
+ .wi-moon-alt-first-quarter:before {
585
+ content: "\f0d6";
586
+ }
587
+ .wi-moon-alt-waxing-gibbous-1:before {
588
+ content: "\f0d7";
589
+ }
590
+ .wi-moon-alt-waxing-gibbous-2:before {
591
+ content: "\f0d8";
592
+ }
593
+ .wi-moon-alt-waxing-gibbous-3:before {
594
+ content: "\f0d9";
595
+ }
596
+ .wi-moon-alt-waxing-gibbous-4:before {
597
+ content: "\f0da";
598
+ }
599
+ .wi-moon-alt-waxing-gibbous-5:before {
600
+ content: "\f0db";
601
+ }
602
+ .wi-moon-alt-waxing-gibbous-6:before {
603
+ content: "\f0dc";
604
+ }
605
+ .wi-moon-alt-full:before {
606
+ content: "\f0dd";
607
+ }
608
+ .wi-moon-alt-waning-gibbous-1:before {
609
+ content: "\f0de";
610
+ }
611
+ .wi-moon-alt-waning-gibbous-2:before {
612
+ content: "\f0df";
613
+ }
614
+ .wi-moon-alt-waning-gibbous-3:before {
615
+ content: "\f0e0";
616
+ }
617
+ .wi-moon-alt-waning-gibbous-4:before {
618
+ content: "\f0e1";
619
+ }
620
+ .wi-moon-alt-waning-gibbous-5:before {
621
+ content: "\f0e2";
622
+ }
623
+ .wi-moon-alt-waning-gibbous-6:before {
624
+ content: "\f0e3";
625
+ }
626
+ .wi-moon-alt-third-quarter:before {
627
+ content: "\f0e4";
628
+ }
629
+ .wi-moon-alt-waning-crescent-1:before {
630
+ content: "\f0e5";
631
+ }
632
+ .wi-moon-alt-waning-crescent-2:before {
633
+ content: "\f0e6";
634
+ }
635
+ .wi-moon-alt-waning-crescent-3:before {
636
+ content: "\f0e7";
637
+ }
638
+ .wi-moon-alt-waning-crescent-4:before {
639
+ content: "\f0e8";
640
+ }
641
+ .wi-moon-alt-waning-crescent-5:before {
642
+ content: "\f0e9";
643
+ }
644
+ .wi-moon-alt-waning-crescent-6:before {
645
+ content: "\f0ea";
646
+ }
647
+ .wi-moon-0:before {
648
+ content: "\f095";
649
+ }
650
+ .wi-moon-1:before {
651
+ content: "\f096";
652
+ }
653
+ .wi-moon-2:before {
654
+ content: "\f097";
655
+ }
656
+ .wi-moon-3:before {
657
+ content: "\f098";
658
+ }
659
+ .wi-moon-4:before {
660
+ content: "\f099";
661
+ }
662
+ .wi-moon-5:before {
663
+ content: "\f09a";
664
+ }
665
+ .wi-moon-6:before {
666
+ content: "\f09b";
667
+ }
668
+ .wi-moon-7:before {
669
+ content: "\f09c";
670
+ }
671
+ .wi-moon-8:before {
672
+ content: "\f09d";
673
+ }
674
+ .wi-moon-9:before {
675
+ content: "\f09e";
676
+ }
677
+ .wi-moon-10:before {
678
+ content: "\f09f";
679
+ }
680
+ .wi-moon-11:before {
681
+ content: "\f0a0";
682
+ }
683
+ .wi-moon-12:before {
684
+ content: "\f0a1";
685
+ }
686
+ .wi-moon-13:before {
687
+ content: "\f0a2";
688
+ }
689
+ .wi-moon-14:before {
690
+ content: "\f0a3";
691
+ }
692
+ .wi-moon-15:before {
693
+ content: "\f0a4";
694
+ }
695
+ .wi-moon-16:before {
696
+ content: "\f0a5";
697
+ }
698
+ .wi-moon-17:before {
699
+ content: "\f0a6";
700
+ }
701
+ .wi-moon-18:before {
702
+ content: "\f0a7";
703
+ }
704
+ .wi-moon-19:before {
705
+ content: "\f0a8";
706
+ }
707
+ .wi-moon-20:before {
708
+ content: "\f0a9";
709
+ }
710
+ .wi-moon-21:before {
711
+ content: "\f0aa";
712
+ }
713
+ .wi-moon-22:before {
714
+ content: "\f0ab";
715
+ }
716
+ .wi-moon-23:before {
717
+ content: "\f0ac";
718
+ }
719
+ .wi-moon-24:before {
720
+ content: "\f0ad";
721
+ }
722
+ .wi-moon-25:before {
723
+ content: "\f0ae";
724
+ }
725
+ .wi-moon-26:before {
726
+ content: "\f0af";
727
+ }
728
+ .wi-moon-27:before {
729
+ content: "\f0b0";
730
+ }
731
+ .wi-time-1:before {
732
+ content: "\f08a";
733
+ }
734
+ .wi-time-2:before {
735
+ content: "\f08b";
736
+ }
737
+ .wi-time-3:before {
738
+ content: "\f08c";
739
+ }
740
+ .wi-time-4:before {
741
+ content: "\f08d";
742
+ }
743
+ .wi-time-5:before {
744
+ content: "\f08e";
745
+ }
746
+ .wi-time-6:before {
747
+ content: "\f08f";
748
+ }
749
+ .wi-time-7:before {
750
+ content: "\f090";
751
+ }
752
+ .wi-time-8:before {
753
+ content: "\f091";
754
+ }
755
+ .wi-time-9:before {
756
+ content: "\f092";
757
+ }
758
+ .wi-time-10:before {
759
+ content: "\f093";
760
+ }
761
+ .wi-time-11:before {
762
+ content: "\f094";
763
+ }
764
+ .wi-time-12:before {
765
+ content: "\f089";
766
+ }
767
+ .wi-direction-up:before {
768
+ content: "\f058";
769
+ }
770
+ .wi-direction-up-right:before {
771
+ content: "\f057";
772
+ }
773
+ .wi-direction-right:before {
774
+ content: "\f04d";
775
+ }
776
+ .wi-direction-down-right:before {
777
+ content: "\f088";
778
+ }
779
+ .wi-direction-down:before {
780
+ content: "\f044";
781
+ }
782
+ .wi-direction-down-left:before {
783
+ content: "\f043";
784
+ }
785
+ .wi-direction-left:before {
786
+ content: "\f048";
787
+ }
788
+ .wi-direction-up-left:before {
789
+ content: "\f087";
790
+ }
791
+ .wi-wind-beaufort-0:before {
792
+ content: "\f0b7";
793
+ }
794
+ .wi-wind-beaufort-1:before {
795
+ content: "\f0b8";
796
+ }
797
+ .wi-wind-beaufort-2:before {
798
+ content: "\f0b9";
799
+ }
800
+ .wi-wind-beaufort-3:before {
801
+ content: "\f0ba";
802
+ }
803
+ .wi-wind-beaufort-4:before {
804
+ content: "\f0bb";
805
+ }
806
+ .wi-wind-beaufort-5:before {
807
+ content: "\f0bc";
808
+ }
809
+ .wi-wind-beaufort-6:before {
810
+ content: "\f0bd";
811
+ }
812
+ .wi-wind-beaufort-7:before {
813
+ content: "\f0be";
814
+ }
815
+ .wi-wind-beaufort-8:before {
816
+ content: "\f0bf";
817
+ }
818
+ .wi-wind-beaufort-9:before {
819
+ content: "\f0c0";
820
+ }
821
+ .wi-wind-beaufort-10:before {
822
+ content: "\f0c1";
823
+ }
824
+ .wi-wind-beaufort-11:before {
825
+ content: "\f0c2";
826
+ }
827
+ .wi-wind-beaufort-12:before {
828
+ content: "\f0c3";
829
+ }
830
+ .wi-yahoo-0:before {
831
+ content: "\f056";
832
+ }
833
+ .wi-yahoo-1:before {
834
+ content: "\f00e";
835
+ }
836
+ .wi-yahoo-2:before {
837
+ content: "\f073";
838
+ }
839
+ .wi-yahoo-3:before {
840
+ content: "\f01e";
841
+ }
842
+ .wi-yahoo-4:before {
843
+ content: "\f01e";
844
+ }
845
+ .wi-yahoo-5:before {
846
+ content: "\f017";
847
+ }
848
+ .wi-yahoo-6:before {
849
+ content: "\f017";
850
+ }
851
+ .wi-yahoo-7:before {
852
+ content: "\f017";
853
+ }
854
+ .wi-yahoo-8:before {
855
+ content: "\f015";
856
+ }
857
+ .wi-yahoo-9:before {
858
+ content: "\f01a";
859
+ }
860
+ .wi-yahoo-10:before {
861
+ content: "\f015";
862
+ }
863
+ .wi-yahoo-11:before {
864
+ content: "\f01a";
865
+ }
866
+ .wi-yahoo-12:before {
867
+ content: "\f01a";
868
+ }
869
+ .wi-yahoo-13:before {
870
+ content: "\f01b";
871
+ }
872
+ .wi-yahoo-14:before {
873
+ content: "\f00a";
874
+ }
875
+ .wi-yahoo-15:before {
876
+ content: "\f064";
877
+ }
878
+ .wi-yahoo-16:before {
879
+ content: "\f01b";
880
+ }
881
+ .wi-yahoo-17:before {
882
+ content: "\f015";
883
+ }
884
+ .wi-yahoo-18:before {
885
+ content: "\f017";
886
+ }
887
+ .wi-yahoo-19:before {
888
+ content: "\f063";
889
+ }
890
+ .wi-yahoo-20:before {
891
+ content: "\f014";
892
+ }
893
+ .wi-yahoo-21:before {
894
+ content: "\f021";
895
+ }
896
+ .wi-yahoo-22:before {
897
+ content: "\f062";
898
+ }
899
+ .wi-yahoo-23:before {
900
+ content: "\f050";
901
+ }
902
+ .wi-yahoo-24:before {
903
+ content: "\f050";
904
+ }
905
+ .wi-yahoo-25:before {
906
+ content: "\f076";
907
+ }
908
+ .wi-yahoo-26:before {
909
+ content: "\f013";
910
+ }
911
+ .wi-yahoo-27:before {
912
+ content: "\f031";
913
+ }
914
+ .wi-yahoo-28:before {
915
+ content: "\f002";
916
+ }
917
+ .wi-yahoo-29:before {
918
+ content: "\f031";
919
+ }
920
+ .wi-yahoo-30:before {
921
+ content: "\f002";
922
+ }
923
+ .wi-yahoo-31:before {
924
+ content: "\f02e";
925
+ }
926
+ .wi-yahoo-32:before {
927
+ content: "\f00d";
928
+ }
929
+ .wi-yahoo-33:before {
930
+ content: "\f083";
931
+ }
932
+ .wi-yahoo-34:before {
933
+ content: "\f00c";
934
+ }
935
+ .wi-yahoo-35:before {
936
+ content: "\f017";
937
+ }
938
+ .wi-yahoo-36:before {
939
+ content: "\f072";
940
+ }
941
+ .wi-yahoo-37:before {
942
+ content: "\f00e";
943
+ }
944
+ .wi-yahoo-38:before {
945
+ content: "\f00e";
946
+ }
947
+ .wi-yahoo-39:before {
948
+ content: "\f00e";
949
+ }
950
+ .wi-yahoo-40:before {
951
+ content: "\f01a";
952
+ }
953
+ .wi-yahoo-41:before {
954
+ content: "\f064";
955
+ }
956
+ .wi-yahoo-42:before {
957
+ content: "\f01b";
958
+ }
959
+ .wi-yahoo-43:before {
960
+ content: "\f064";
961
+ }
962
+ .wi-yahoo-44:before {
963
+ content: "\f00c";
964
+ }
965
+ .wi-yahoo-45:before {
966
+ content: "\f00e";
967
+ }
968
+ .wi-yahoo-46:before {
969
+ content: "\f01b";
970
+ }
971
+ .wi-yahoo-47:before {
972
+ content: "\f00e";
973
+ }
974
+ .wi-yahoo-3200:before {
975
+ content: "\f077";
976
+ }
977
+ .wi-forecast-io-clear-day:before {
978
+ content: "\f00d";
979
+ }
980
+ .wi-forecast-io-clear-night:before {
981
+ content: "\f02e";
982
+ }
983
+ .wi-forecast-io-rain:before {
984
+ content: "\f019";
985
+ }
986
+ .wi-forecast-io-snow:before {
987
+ content: "\f01b";
988
+ }
989
+ .wi-forecast-io-sleet:before {
990
+ content: "\f0b5";
991
+ }
992
+ .wi-forecast-io-wind:before {
993
+ content: "\f050";
994
+ }
995
+ .wi-forecast-io-fog:before {
996
+ content: "\f014";
997
+ }
998
+ .wi-forecast-io-cloudy:before {
999
+ content: "\f013";
1000
+ }
1001
+ .wi-forecast-io-partly-cloudy-day:before {
1002
+ content: "\f002";
1003
+ }
1004
+ .wi-forecast-io-partly-cloudy-night:before {
1005
+ content: "\f031";
1006
+ }
1007
+ .wi-forecast-io-hail:before {
1008
+ content: "\f015";
1009
+ }
1010
+ .wi-forecast-io-thunderstorm:before {
1011
+ content: "\f01e";
1012
+ }
1013
+ .wi-forecast-io-tornado:before {
1014
+ content: "\f056";
1015
+ }
1016
+ .wi-wmo4680-0:before,
1017
+ .wi-wmo4680-00:before {
1018
+ content: "\f055";
1019
+ }
1020
+ .wi-wmo4680-1:before,
1021
+ .wi-wmo4680-01:before {
1022
+ content: "\f013";
1023
+ }
1024
+ .wi-wmo4680-2:before,
1025
+ .wi-wmo4680-02:before {
1026
+ content: "\f055";
1027
+ }
1028
+ .wi-wmo4680-3:before,
1029
+ .wi-wmo4680-03:before {
1030
+ content: "\f013";
1031
+ }
1032
+ .wi-wmo4680-4:before,
1033
+ .wi-wmo4680-04:before {
1034
+ content: "\f014";
1035
+ }
1036
+ .wi-wmo4680-5:before,
1037
+ .wi-wmo4680-05:before {
1038
+ content: "\f014";
1039
+ }
1040
+ .wi-wmo4680-10:before {
1041
+ content: "\f014";
1042
+ }
1043
+ .wi-wmo4680-11:before {
1044
+ content: "\f014";
1045
+ }
1046
+ .wi-wmo4680-12:before {
1047
+ content: "\f016";
1048
+ }
1049
+ .wi-wmo4680-18:before {
1050
+ content: "\f050";
1051
+ }
1052
+ .wi-wmo4680-20:before {
1053
+ content: "\f014";
1054
+ }
1055
+ .wi-wmo4680-21:before {
1056
+ content: "\f017";
1057
+ }
1058
+ .wi-wmo4680-22:before {
1059
+ content: "\f017";
1060
+ }
1061
+ .wi-wmo4680-23:before {
1062
+ content: "\f019";
1063
+ }
1064
+ .wi-wmo4680-24:before {
1065
+ content: "\f01b";
1066
+ }
1067
+ .wi-wmo4680-25:before {
1068
+ content: "\f015";
1069
+ }
1070
+ .wi-wmo4680-26:before {
1071
+ content: "\f01e";
1072
+ }
1073
+ .wi-wmo4680-27:before {
1074
+ content: "\f063";
1075
+ }
1076
+ .wi-wmo4680-28:before {
1077
+ content: "\f063";
1078
+ }
1079
+ .wi-wmo4680-29:before {
1080
+ content: "\f063";
1081
+ }
1082
+ .wi-wmo4680-30:before {
1083
+ content: "\f014";
1084
+ }
1085
+ .wi-wmo4680-31:before {
1086
+ content: "\f014";
1087
+ }
1088
+ .wi-wmo4680-32:before {
1089
+ content: "\f014";
1090
+ }
1091
+ .wi-wmo4680-33:before {
1092
+ content: "\f014";
1093
+ }
1094
+ .wi-wmo4680-34:before {
1095
+ content: "\f014";
1096
+ }
1097
+ .wi-wmo4680-35:before {
1098
+ content: "\f014";
1099
+ }
1100
+ .wi-wmo4680-40:before {
1101
+ content: "\f017";
1102
+ }
1103
+ .wi-wmo4680-41:before {
1104
+ content: "\f01c";
1105
+ }
1106
+ .wi-wmo4680-42:before {
1107
+ content: "\f019";
1108
+ }
1109
+ .wi-wmo4680-43:before {
1110
+ content: "\f01c";
1111
+ }
1112
+ .wi-wmo4680-44:before {
1113
+ content: "\f019";
1114
+ }
1115
+ .wi-wmo4680-45:before {
1116
+ content: "\f015";
1117
+ }
1118
+ .wi-wmo4680-46:before {
1119
+ content: "\f015";
1120
+ }
1121
+ .wi-wmo4680-47:before {
1122
+ content: "\f01b";
1123
+ }
1124
+ .wi-wmo4680-48:before {
1125
+ content: "\f01b";
1126
+ }
1127
+ .wi-wmo4680-50:before {
1128
+ content: "\f01c";
1129
+ }
1130
+ .wi-wmo4680-51:before {
1131
+ content: "\f01c";
1132
+ }
1133
+ .wi-wmo4680-52:before {
1134
+ content: "\f019";
1135
+ }
1136
+ .wi-wmo4680-53:before {
1137
+ content: "\f019";
1138
+ }
1139
+ .wi-wmo4680-54:before {
1140
+ content: "\f076";
1141
+ }
1142
+ .wi-wmo4680-55:before {
1143
+ content: "\f076";
1144
+ }
1145
+ .wi-wmo4680-56:before {
1146
+ content: "\f076";
1147
+ }
1148
+ .wi-wmo4680-57:before {
1149
+ content: "\f01c";
1150
+ }
1151
+ .wi-wmo4680-58:before {
1152
+ content: "\f019";
1153
+ }
1154
+ .wi-wmo4680-60:before {
1155
+ content: "\f01c";
1156
+ }
1157
+ .wi-wmo4680-61:before {
1158
+ content: "\f01c";
1159
+ }
1160
+ .wi-wmo4680-62:before {
1161
+ content: "\f019";
1162
+ }
1163
+ .wi-wmo4680-63:before {
1164
+ content: "\f019";
1165
+ }
1166
+ .wi-wmo4680-64:before {
1167
+ content: "\f015";
1168
+ }
1169
+ .wi-wmo4680-65:before {
1170
+ content: "\f015";
1171
+ }
1172
+ .wi-wmo4680-66:before {
1173
+ content: "\f015";
1174
+ }
1175
+ .wi-wmo4680-67:before {
1176
+ content: "\f017";
1177
+ }
1178
+ .wi-wmo4680-68:before {
1179
+ content: "\f017";
1180
+ }
1181
+ .wi-wmo4680-70:before {
1182
+ content: "\f01b";
1183
+ }
1184
+ .wi-wmo4680-71:before {
1185
+ content: "\f01b";
1186
+ }
1187
+ .wi-wmo4680-72:before {
1188
+ content: "\f01b";
1189
+ }
1190
+ .wi-wmo4680-73:before {
1191
+ content: "\f01b";
1192
+ }
1193
+ .wi-wmo4680-74:before {
1194
+ content: "\f076";
1195
+ }
1196
+ .wi-wmo4680-75:before {
1197
+ content: "\f076";
1198
+ }
1199
+ .wi-wmo4680-76:before {
1200
+ content: "\f076";
1201
+ }
1202
+ .wi-wmo4680-77:before {
1203
+ content: "\f01b";
1204
+ }
1205
+ .wi-wmo4680-78:before {
1206
+ content: "\f076";
1207
+ }
1208
+ .wi-wmo4680-80:before {
1209
+ content: "\f019";
1210
+ }
1211
+ .wi-wmo4680-81:before {
1212
+ content: "\f01c";
1213
+ }
1214
+ .wi-wmo4680-82:before {
1215
+ content: "\f019";
1216
+ }
1217
+ .wi-wmo4680-83:before {
1218
+ content: "\f019";
1219
+ }
1220
+ .wi-wmo4680-84:before {
1221
+ content: "\f01d";
1222
+ }
1223
+ .wi-wmo4680-85:before {
1224
+ content: "\f017";
1225
+ }
1226
+ .wi-wmo4680-86:before {
1227
+ content: "\f017";
1228
+ }
1229
+ .wi-wmo4680-87:before {
1230
+ content: "\f017";
1231
+ }
1232
+ .wi-wmo4680-89:before {
1233
+ content: "\f015";
1234
+ }
1235
+ .wi-wmo4680-90:before {
1236
+ content: "\f016";
1237
+ }
1238
+ .wi-wmo4680-91:before {
1239
+ content: "\f01d";
1240
+ }
1241
+ .wi-wmo4680-92:before {
1242
+ content: "\f01e";
1243
+ }
1244
+ .wi-wmo4680-93:before {
1245
+ content: "\f01e";
1246
+ }
1247
+ .wi-wmo4680-94:before {
1248
+ content: "\f016";
1249
+ }
1250
+ .wi-wmo4680-95:before {
1251
+ content: "\f01e";
1252
+ }
1253
+ .wi-wmo4680-96:before {
1254
+ content: "\f01e";
1255
+ }
1256
+ .wi-wmo4680-99:before {
1257
+ content: "\f056";
1258
+ }
1259
+ .wi-owm-200:before {
1260
+ content: "\f01e";
1261
+ }
1262
+ .wi-owm-201:before {
1263
+ content: "\f01e";
1264
+ }
1265
+ .wi-owm-202:before {
1266
+ content: "\f01e";
1267
+ }
1268
+ .wi-owm-210:before {
1269
+ content: "\f016";
1270
+ }
1271
+ .wi-owm-211:before {
1272
+ content: "\f016";
1273
+ }
1274
+ .wi-owm-212:before {
1275
+ content: "\f016";
1276
+ }
1277
+ .wi-owm-221:before {
1278
+ content: "\f016";
1279
+ }
1280
+ .wi-owm-230:before {
1281
+ content: "\f01e";
1282
+ }
1283
+ .wi-owm-231:before {
1284
+ content: "\f01e";
1285
+ }
1286
+ .wi-owm-232:before {
1287
+ content: "\f01e";
1288
+ }
1289
+ .wi-owm-300:before {
1290
+ content: "\f01c";
1291
+ }
1292
+ .wi-owm-301:before {
1293
+ content: "\f01c";
1294
+ }
1295
+ .wi-owm-302:before {
1296
+ content: "\f019";
1297
+ }
1298
+ .wi-owm-310:before {
1299
+ content: "\f017";
1300
+ }
1301
+ .wi-owm-311:before {
1302
+ content: "\f019";
1303
+ }
1304
+ .wi-owm-312:before {
1305
+ content: "\f019";
1306
+ }
1307
+ .wi-owm-313:before {
1308
+ content: "\f01a";
1309
+ }
1310
+ .wi-owm-314:before {
1311
+ content: "\f019";
1312
+ }
1313
+ .wi-owm-321:before {
1314
+ content: "\f01c";
1315
+ }
1316
+ .wi-owm-500:before {
1317
+ content: "\f01c";
1318
+ }
1319
+ .wi-owm-501:before {
1320
+ content: "\f019";
1321
+ }
1322
+ .wi-owm-502:before {
1323
+ content: "\f019";
1324
+ }
1325
+ .wi-owm-503:before {
1326
+ content: "\f019";
1327
+ }
1328
+ .wi-owm-504:before {
1329
+ content: "\f019";
1330
+ }
1331
+ .wi-owm-511:before {
1332
+ content: "\f017";
1333
+ }
1334
+ .wi-owm-520:before {
1335
+ content: "\f01a";
1336
+ }
1337
+ .wi-owm-521:before {
1338
+ content: "\f01a";
1339
+ }
1340
+ .wi-owm-522:before {
1341
+ content: "\f01a";
1342
+ }
1343
+ .wi-owm-531:before {
1344
+ content: "\f01d";
1345
+ }
1346
+ .wi-owm-600:before {
1347
+ content: "\f01b";
1348
+ }
1349
+ .wi-owm-601:before {
1350
+ content: "\f01b";
1351
+ }
1352
+ .wi-owm-602:before {
1353
+ content: "\f0b5";
1354
+ }
1355
+ .wi-owm-611:before {
1356
+ content: "\f017";
1357
+ }
1358
+ .wi-owm-612:before {
1359
+ content: "\f017";
1360
+ }
1361
+ .wi-owm-615:before {
1362
+ content: "\f017";
1363
+ }
1364
+ .wi-owm-616:before {
1365
+ content: "\f017";
1366
+ }
1367
+ .wi-owm-620:before {
1368
+ content: "\f017";
1369
+ }
1370
+ .wi-owm-621:before {
1371
+ content: "\f01b";
1372
+ }
1373
+ .wi-owm-622:before {
1374
+ content: "\f01b";
1375
+ }
1376
+ .wi-owm-701:before {
1377
+ content: "\f01a";
1378
+ }
1379
+ .wi-owm-711:before {
1380
+ content: "\f062";
1381
+ }
1382
+ .wi-owm-721:before {
1383
+ content: "\f0b6";
1384
+ }
1385
+ .wi-owm-731:before {
1386
+ content: "\f063";
1387
+ }
1388
+ .wi-owm-741:before {
1389
+ content: "\f014";
1390
+ }
1391
+ .wi-owm-761:before {
1392
+ content: "\f063";
1393
+ }
1394
+ .wi-owm-762:before {
1395
+ content: "\f063";
1396
+ }
1397
+ .wi-owm-771:before {
1398
+ content: "\f011";
1399
+ }
1400
+ .wi-owm-781:before {
1401
+ content: "\f056";
1402
+ }
1403
+ .wi-owm-800:before {
1404
+ content: "\f00d";
1405
+ }
1406
+ .wi-owm-801:before {
1407
+ content: "\f011";
1408
+ }
1409
+ .wi-owm-802:before {
1410
+ content: "\f011";
1411
+ }
1412
+ .wi-owm-803:before {
1413
+ content: "\f012";
1414
+ }
1415
+ .wi-owm-804:before {
1416
+ content: "\f013";
1417
+ }
1418
+ .wi-owm-900:before {
1419
+ content: "\f056";
1420
+ }
1421
+ .wi-owm-901:before {
1422
+ content: "\f01d";
1423
+ }
1424
+ .wi-owm-902:before {
1425
+ content: "\f073";
1426
+ }
1427
+ .wi-owm-903:before {
1428
+ content: "\f076";
1429
+ }
1430
+ .wi-owm-904:before {
1431
+ content: "\f072";
1432
+ }
1433
+ .wi-owm-905:before {
1434
+ content: "\f021";
1435
+ }
1436
+ .wi-owm-906:before {
1437
+ content: "\f015";
1438
+ }
1439
+ .wi-owm-957:before {
1440
+ content: "\f050";
1441
+ }
1442
+ .wi-owm-day-200:before {
1443
+ content: "\f010";
1444
+ }
1445
+ .wi-owm-day-201:before {
1446
+ content: "\f010";
1447
+ }
1448
+ .wi-owm-day-202:before {
1449
+ content: "\f010";
1450
+ }
1451
+ .wi-owm-day-210:before {
1452
+ content: "\f005";
1453
+ }
1454
+ .wi-owm-day-211:before {
1455
+ content: "\f005";
1456
+ }
1457
+ .wi-owm-day-212:before {
1458
+ content: "\f005";
1459
+ }
1460
+ .wi-owm-day-221:before {
1461
+ content: "\f005";
1462
+ }
1463
+ .wi-owm-day-230:before {
1464
+ content: "\f010";
1465
+ }
1466
+ .wi-owm-day-231:before {
1467
+ content: "\f010";
1468
+ }
1469
+ .wi-owm-day-232:before {
1470
+ content: "\f010";
1471
+ }
1472
+ .wi-owm-day-300:before {
1473
+ content: "\f00b";
1474
+ }
1475
+ .wi-owm-day-301:before {
1476
+ content: "\f00b";
1477
+ }
1478
+ .wi-owm-day-302:before {
1479
+ content: "\f008";
1480
+ }
1481
+ .wi-owm-day-310:before {
1482
+ content: "\f008";
1483
+ }
1484
+ .wi-owm-day-311:before {
1485
+ content: "\f008";
1486
+ }
1487
+ .wi-owm-day-312:before {
1488
+ content: "\f008";
1489
+ }
1490
+ .wi-owm-day-313:before {
1491
+ content: "\f008";
1492
+ }
1493
+ .wi-owm-day-314:before {
1494
+ content: "\f008";
1495
+ }
1496
+ .wi-owm-day-321:before {
1497
+ content: "\f00b";
1498
+ }
1499
+ .wi-owm-day-500:before {
1500
+ content: "\f00b";
1501
+ }
1502
+ .wi-owm-day-501:before {
1503
+ content: "\f008";
1504
+ }
1505
+ .wi-owm-day-502:before {
1506
+ content: "\f008";
1507
+ }
1508
+ .wi-owm-day-503:before {
1509
+ content: "\f008";
1510
+ }
1511
+ .wi-owm-day-504:before {
1512
+ content: "\f008";
1513
+ }
1514
+ .wi-owm-day-511:before {
1515
+ content: "\f006";
1516
+ }
1517
+ .wi-owm-day-520:before {
1518
+ content: "\f009";
1519
+ }
1520
+ .wi-owm-day-521:before {
1521
+ content: "\f009";
1522
+ }
1523
+ .wi-owm-day-522:before {
1524
+ content: "\f009";
1525
+ }
1526
+ .wi-owm-day-531:before {
1527
+ content: "\f00e";
1528
+ }
1529
+ .wi-owm-day-600:before {
1530
+ content: "\f00a";
1531
+ }
1532
+ .wi-owm-day-601:before {
1533
+ content: "\f0b2";
1534
+ }
1535
+ .wi-owm-day-602:before {
1536
+ content: "\f00a";
1537
+ }
1538
+ .wi-owm-day-611:before {
1539
+ content: "\f006";
1540
+ }
1541
+ .wi-owm-day-612:before {
1542
+ content: "\f006";
1543
+ }
1544
+ .wi-owm-day-615:before {
1545
+ content: "\f006";
1546
+ }
1547
+ .wi-owm-day-616:before {
1548
+ content: "\f006";
1549
+ }
1550
+ .wi-owm-day-620:before {
1551
+ content: "\f006";
1552
+ }
1553
+ .wi-owm-day-621:before {
1554
+ content: "\f00a";
1555
+ }
1556
+ .wi-owm-day-622:before {
1557
+ content: "\f00a";
1558
+ }
1559
+ .wi-owm-day-701:before {
1560
+ content: "\f009";
1561
+ }
1562
+ .wi-owm-day-711:before {
1563
+ content: "\f062";
1564
+ }
1565
+ .wi-owm-day-721:before {
1566
+ content: "\f0b6";
1567
+ }
1568
+ .wi-owm-day-731:before {
1569
+ content: "\f063";
1570
+ }
1571
+ .wi-owm-day-741:before {
1572
+ content: "\f003";
1573
+ }
1574
+ .wi-owm-day-761:before {
1575
+ content: "\f063";
1576
+ }
1577
+ .wi-owm-day-762:before {
1578
+ content: "\f063";
1579
+ }
1580
+ .wi-owm-day-781:before {
1581
+ content: "\f056";
1582
+ }
1583
+ .wi-owm-day-800:before {
1584
+ content: "\f00d";
1585
+ }
1586
+ .wi-owm-day-801:before {
1587
+ content: "\f000";
1588
+ }
1589
+ .wi-owm-day-802:before {
1590
+ content: "\f000";
1591
+ }
1592
+ .wi-owm-day-803:before {
1593
+ content: "\f000";
1594
+ }
1595
+ .wi-owm-day-804:before {
1596
+ content: "\f00c";
1597
+ }
1598
+ .wi-owm-day-900:before {
1599
+ content: "\f056";
1600
+ }
1601
+ .wi-owm-day-902:before {
1602
+ content: "\f073";
1603
+ }
1604
+ .wi-owm-day-903:before {
1605
+ content: "\f076";
1606
+ }
1607
+ .wi-owm-day-904:before {
1608
+ content: "\f072";
1609
+ }
1610
+ .wi-owm-day-906:before {
1611
+ content: "\f004";
1612
+ }
1613
+ .wi-owm-day-957:before {
1614
+ content: "\f050";
1615
+ }
1616
+ .wi-owm-night-200:before {
1617
+ content: "\f02d";
1618
+ }
1619
+ .wi-owm-night-201:before {
1620
+ content: "\f02d";
1621
+ }
1622
+ .wi-owm-night-202:before {
1623
+ content: "\f02d";
1624
+ }
1625
+ .wi-owm-night-210:before {
1626
+ content: "\f025";
1627
+ }
1628
+ .wi-owm-night-211:before {
1629
+ content: "\f025";
1630
+ }
1631
+ .wi-owm-night-212:before {
1632
+ content: "\f025";
1633
+ }
1634
+ .wi-owm-night-221:before {
1635
+ content: "\f025";
1636
+ }
1637
+ .wi-owm-night-230:before {
1638
+ content: "\f02d";
1639
+ }
1640
+ .wi-owm-night-231:before {
1641
+ content: "\f02d";
1642
+ }
1643
+ .wi-owm-night-232:before {
1644
+ content: "\f02d";
1645
+ }
1646
+ .wi-owm-night-300:before {
1647
+ content: "\f02b";
1648
+ }
1649
+ .wi-owm-night-301:before {
1650
+ content: "\f02b";
1651
+ }
1652
+ .wi-owm-night-302:before {
1653
+ content: "\f028";
1654
+ }
1655
+ .wi-owm-night-310:before {
1656
+ content: "\f028";
1657
+ }
1658
+ .wi-owm-night-311:before {
1659
+ content: "\f028";
1660
+ }
1661
+ .wi-owm-night-312:before {
1662
+ content: "\f028";
1663
+ }
1664
+ .wi-owm-night-313:before {
1665
+ content: "\f028";
1666
+ }
1667
+ .wi-owm-night-314:before {
1668
+ content: "\f028";
1669
+ }
1670
+ .wi-owm-night-321:before {
1671
+ content: "\f02b";
1672
+ }
1673
+ .wi-owm-night-500:before {
1674
+ content: "\f02b";
1675
+ }
1676
+ .wi-owm-night-501:before {
1677
+ content: "\f028";
1678
+ }
1679
+ .wi-owm-night-502:before {
1680
+ content: "\f028";
1681
+ }
1682
+ .wi-owm-night-503:before {
1683
+ content: "\f028";
1684
+ }
1685
+ .wi-owm-night-504:before {
1686
+ content: "\f028";
1687
+ }
1688
+ .wi-owm-night-511:before {
1689
+ content: "\f026";
1690
+ }
1691
+ .wi-owm-night-520:before {
1692
+ content: "\f029";
1693
+ }
1694
+ .wi-owm-night-521:before {
1695
+ content: "\f029";
1696
+ }
1697
+ .wi-owm-night-522:before {
1698
+ content: "\f029";
1699
+ }
1700
+ .wi-owm-night-531:before {
1701
+ content: "\f02c";
1702
+ }
1703
+ .wi-owm-night-600:before {
1704
+ content: "\f02a";
1705
+ }
1706
+ .wi-owm-night-601:before {
1707
+ content: "\f0b4";
1708
+ }
1709
+ .wi-owm-night-602:before {
1710
+ content: "\f02a";
1711
+ }
1712
+ .wi-owm-night-611:before {
1713
+ content: "\f026";
1714
+ }
1715
+ .wi-owm-night-612:before {
1716
+ content: "\f026";
1717
+ }
1718
+ .wi-owm-night-615:before {
1719
+ content: "\f026";
1720
+ }
1721
+ .wi-owm-night-616:before {
1722
+ content: "\f026";
1723
+ }
1724
+ .wi-owm-night-620:before {
1725
+ content: "\f026";
1726
+ }
1727
+ .wi-owm-night-621:before {
1728
+ content: "\f02a";
1729
+ }
1730
+ .wi-owm-night-622:before {
1731
+ content: "\f02a";
1732
+ }
1733
+ .wi-owm-night-701:before {
1734
+ content: "\f029";
1735
+ }
1736
+ .wi-owm-night-711:before {
1737
+ content: "\f062";
1738
+ }
1739
+ .wi-owm-night-721:before {
1740
+ content: "\f0b6";
1741
+ }
1742
+ .wi-owm-night-731:before {
1743
+ content: "\f063";
1744
+ }
1745
+ .wi-owm-night-741:before {
1746
+ content: "\f04a";
1747
+ }
1748
+ .wi-owm-night-761:before {
1749
+ content: "\f063";
1750
+ }
1751
+ .wi-owm-night-762:before {
1752
+ content: "\f063";
1753
+ }
1754
+ .wi-owm-night-781:before {
1755
+ content: "\f056";
1756
+ }
1757
+ .wi-owm-night-800:before {
1758
+ content: "\f02e";
1759
+ }
1760
+ .wi-owm-night-801:before {
1761
+ content: "\f022";
1762
+ }
1763
+ .wi-owm-night-802:before {
1764
+ content: "\f022";
1765
+ }
1766
+ .wi-owm-night-803:before {
1767
+ content: "\f022";
1768
+ }
1769
+ .wi-owm-night-804:before {
1770
+ content: "\f086";
1771
+ }
1772
+ .wi-owm-night-900:before {
1773
+ content: "\f056";
1774
+ }
1775
+ .wi-owm-night-902:before {
1776
+ content: "\f073";
1777
+ }
1778
+ .wi-owm-night-903:before {
1779
+ content: "\f076";
1780
+ }
1781
+ .wi-owm-night-904:before {
1782
+ content: "\f072";
1783
+ }
1784
+ .wi-owm-night-906:before {
1785
+ content: "\f024";
1786
+ }
1787
+ .wi-owm-night-957:before {
1788
+ content: "\f050";
1789
+ }
1790
+ .wi-wu-chanceflurries:before {
1791
+ content: "\f064";
1792
+ }
1793
+ .wi-wu-chancerain:before {
1794
+ content: "\f019";
1795
+ }
1796
+ .wi-wu-chancesleat:before {
1797
+ content: "\f0b5";
1798
+ }
1799
+ .wi-wu-chancesnow:before {
1800
+ content: "\f01b";
1801
+ }
1802
+ .wi-wu-chancetstorms:before {
1803
+ content: "\f01e";
1804
+ }
1805
+ .wi-wu-clear:before {
1806
+ content: "\f00d";
1807
+ }
1808
+ .wi-wu-cloudy:before {
1809
+ content: "\f002";
1810
+ }
1811
+ .wi-wu-flurries:before {
1812
+ content: "\f064";
1813
+ }
1814
+ .wi-wu-hazy:before {
1815
+ content: "\f0b6";
1816
+ }
1817
+ .wi-wu-mostlycloudy:before {
1818
+ content: "\f002";
1819
+ }
1820
+ .wi-wu-mostlysunny:before {
1821
+ content: "\f00d";
1822
+ }
1823
+ .wi-wu-partlycloudy:before {
1824
+ content: "\f002";
1825
+ }
1826
+ .wi-wu-partlysunny:before {
1827
+ content: "\f00d";
1828
+ }
1829
+ .wi-wu-rain:before {
1830
+ content: "\f01a";
1831
+ }
1832
+ .wi-wu-sleat:before {
1833
+ content: "\f0b5";
1834
+ }
1835
+ .wi-wu-snow:before {
1836
+ content: "\f01b";
1837
+ }
1838
+ .wi-wu-sunny:before {
1839
+ content: "\f00d";
1840
+ }
1841
+ .wi-wu-tstorms:before {
1842
+ content: "\f01e";
1843
+ }
1844
+ .wi-wu-unknown:before {
1845
+ content: "\f00d";
1846
+ }