tabler_ui_rails 0.3.0 → 0.3.1

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