liftie 3.56.5 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (329) hide show
  1. package/Makefile +2 -2
  2. package/app.js +33 -25
  3. package/lib/checker.js +1 -1
  4. package/lib/cli/curl.js +8 -8
  5. package/lib/cli/dirs.js +8 -6
  6. package/lib/cli/fetch.js +16 -17
  7. package/lib/cli/for-each-resort.js +4 -11
  8. package/lib/cli/generate.js +11 -11
  9. package/lib/cli/noaa.js +28 -42
  10. package/lib/client/about/index.js +2 -6
  11. package/lib/client/boot/height.js +2 -6
  12. package/lib/client/boot/index.js +8 -11
  13. package/lib/client/boot/service-worker.js +1 -5
  14. package/lib/client/minimax/index.js +1 -3
  15. package/lib/client/resort/dom.js +2 -7
  16. package/lib/client/resort/index.js +7 -10
  17. package/lib/client/resort/lifts.js +4 -5
  18. package/lib/client/resort/snow.js +3 -4
  19. package/lib/client/resort/weather.js +3 -4
  20. package/lib/client/resort/webcams.js +5 -8
  21. package/lib/client/state/index.js +4 -7
  22. package/lib/client/stats/index.js +1 -5
  23. package/lib/client/tag/index.js +1 -3
  24. package/lib/embed/index.js +0 -2
  25. package/lib/lifts/index.js +12 -12
  26. package/lib/lifts/parse.js +5 -5
  27. package/lib/lifts/parser.js +6 -10
  28. package/lib/lifts/pipe.js +3 -3
  29. package/lib/lifts/request.js +1 -3
  30. package/lib/lifts/rest.js +2 -4
  31. package/lib/lifts/stats.js +2 -5
  32. package/lib/loader.js +9 -12
  33. package/lib/loaders.js +7 -8
  34. package/lib/opening.js +6 -5
  35. package/lib/plugins.js +3 -8
  36. package/lib/resorts/3cime/index.js +1 -1
  37. package/lib/resorts/3cime/resort.json +1 -1
  38. package/lib/resorts/49-degrees-north/index.js +1 -1
  39. package/lib/resorts/abasin/index.js +2 -2
  40. package/lib/resorts/alpe-lusia-san-pellegrino/index.js +1 -1
  41. package/lib/resorts/alpe-lusia-san-pellegrino/resort.json +1 -1
  42. package/lib/resorts/alpine/index.js +1 -1
  43. package/lib/resorts/alta/index.js +6 -7
  44. package/lib/resorts/alta-badia/index.js +1 -1
  45. package/lib/resorts/alta-badia/resort.json +1 -1
  46. package/lib/resorts/alyeska/index.js +1 -1
  47. package/lib/resorts/alyeska/resort.json +1 -1
  48. package/lib/resorts/angel-fire/index.js +1 -1
  49. package/lib/resorts/arabba/index.js +1 -1
  50. package/lib/resorts/arabba/resort.json +1 -1
  51. package/lib/resorts/aspen-highlands/index.js +1 -1
  52. package/lib/resorts/aspen-mountain/index.js +1 -1
  53. package/lib/resorts/attitash/index.js +1 -1
  54. package/lib/resorts/attitash/resort.json +1 -1
  55. package/lib/resorts/beavercreek/index.js +1 -1
  56. package/lib/resorts/berkshire-east/index.js +1 -1
  57. package/lib/resorts/big-sky/index.js +1 -1
  58. package/lib/resorts/big-white/index.js +1 -1
  59. package/lib/resorts/big-white/resort.json +1 -1
  60. package/lib/resorts/blue-mountain-pa/index.js +1 -1
  61. package/lib/resorts/bluemountain/index.js +1 -1
  62. package/lib/resorts/bogusbasin/index.js +5 -4
  63. package/lib/resorts/bolton-valley/index.js +2 -3
  64. package/lib/resorts/boreal/index.js +1 -1
  65. package/lib/resorts/breck/index.js +1 -1
  66. package/lib/resorts/brettonwoods/index.js +7 -5
  67. package/lib/resorts/brettonwoods/resort.json +1 -1
  68. package/lib/resorts/brianhead/index.js +1 -1
  69. package/lib/resorts/bridger-bowl/index.js +4 -3
  70. package/lib/resorts/brighton/index.js +1 -1
  71. package/lib/resorts/bromley-mountain/index.js +1 -1
  72. package/lib/resorts/burke-mountain/index.js +1 -1
  73. package/lib/resorts/buttermilk/index.js +1 -1
  74. package/lib/resorts/caberfae-peaks/index.js +1 -1
  75. package/lib/resorts/camelback/index.js +1 -1
  76. package/lib/resorts/campo-felice/index.js +1 -1
  77. package/lib/resorts/campo-felice/resort.json +1 -1
  78. package/lib/resorts/canada-olympic-park/index.js +1 -1
  79. package/lib/resorts/cannon/index.js +1 -1
  80. package/lib/resorts/cannon/resort.json +1 -1
  81. package/lib/resorts/cataloochee/index.js +1 -1
  82. package/lib/resorts/catedral/index.js +1 -1
  83. package/lib/resorts/cervino/index.js +2 -2
  84. package/lib/resorts/chamonix/index.js +2 -2
  85. package/lib/resorts/chamonix/resort.json +1 -1
  86. package/lib/resorts/chinapeak/index.js +1 -1
  87. package/lib/resorts/civetta/index.js +1 -1
  88. package/lib/resorts/civetta/resort.json +1 -1
  89. package/lib/resorts/claviere/index.js +1 -1
  90. package/lib/resorts/copper/index.js +1 -1
  91. package/lib/resorts/coronetpeak/index.js +1 -1
  92. package/lib/resorts/coronetpeak/resort.json +1 -1
  93. package/lib/resorts/cortina-d-ampezzo/index.js +1 -1
  94. package/lib/resorts/cortina-d-ampezzo/resort.json +1 -1
  95. package/lib/resorts/courchevel/index.js +1 -1
  96. package/lib/resorts/courchevel/resort.json +2 -1
  97. package/lib/resorts/cranmore-mountain/index.js +1 -1
  98. package/lib/resorts/cranmore-mountain/resort.json +1 -1
  99. package/lib/resorts/cransmontana/index.js +2 -2
  100. package/lib/resorts/crested-butte/index.js +1 -1
  101. package/lib/resorts/crystal-mountain/index.js +1 -1
  102. package/lib/resorts/cypress-mountain/index.js +1 -1
  103. package/lib/resorts/deer-valley/index.js +1 -1
  104. package/lib/resorts/devils-head/index.js +1 -1
  105. package/lib/resorts/diamondpeak/index.js +1 -1
  106. package/lib/resorts/falls-creek/index.js +5 -3
  107. package/lib/resorts/falls-creek/resort.json +1 -1
  108. package/lib/resorts/flims-laax-falera/index.js +1 -1
  109. package/lib/resorts/flims-laax-falera/resort.json +1 -1
  110. package/lib/resorts/folgaria/index.js +1 -1
  111. package/lib/resorts/folgaria/resort.json +1 -1
  112. package/lib/resorts/folgarida-marilleva/index.js +2 -1
  113. package/lib/resorts/forni/index.js +1 -1
  114. package/lib/resorts/forni/resort.json +1 -1
  115. package/lib/resorts/gore-mountain/index.js +1 -1
  116. package/lib/resorts/grand-targhee/index.js +1 -1
  117. package/lib/resorts/grouse/index.js +1 -1
  118. package/lib/resorts/gunstock/index.js +1 -1
  119. package/lib/resorts/gunstock/resort.json +1 -1
  120. package/lib/resorts/heavenly/index.js +1 -1
  121. package/lib/resorts/hochfuegen/index.js +2 -2
  122. package/lib/resorts/homewood/index.js +1 -1
  123. package/lib/resorts/hoodoo/index.js +1 -1
  124. package/lib/resorts/hunter/index.js +1 -1
  125. package/lib/resorts/ischgl-silvretta-arena/index.js +1 -1
  126. package/lib/resorts/jackson-hole/index.js +5 -3
  127. package/lib/resorts/jay-peak/index.js +1 -1
  128. package/lib/resorts/jiminypeak/index.js +1 -1
  129. package/lib/resorts/june-mountain/index.js +1 -1
  130. package/lib/resorts/keystone/index.js +1 -1
  131. package/lib/resorts/killington/index.js +1 -1
  132. package/lib/resorts/king-pine/index.js +5 -3
  133. package/lib/resorts/king-pine/resort.json +1 -1
  134. package/lib/resorts/kirkwood/index.js +1 -1
  135. package/lib/resorts/kitzbuehel/index.js +1 -1
  136. package/lib/resorts/lamolina/index.js +1 -1
  137. package/lib/resorts/lamolina/resort.json +1 -1
  138. package/lib/resorts/laplagne/index.js +1 -1
  139. package/lib/resorts/laplagne/resort.json +2 -1
  140. package/lib/resorts/larosiere/index.js +1 -1
  141. package/lib/resorts/lavarone/index.js +1 -1
  142. package/lib/resorts/lavarone/resort.json +1 -1
  143. package/lib/resorts/lesarcs/index.js +1 -1
  144. package/lib/resorts/lesmenuires/index.js +1 -1
  145. package/lib/resorts/lesmenuires/resort.json +2 -1
  146. package/lib/resorts/loon/index.js +1 -1
  147. package/lib/resorts/loon/resort.json +1 -1
  148. package/lib/resorts/loveland/index.js +2 -2
  149. package/lib/resorts/mad-river-glen/index.js +2 -2
  150. package/lib/resorts/madonna-di-campiglio/index.js +2 -1
  151. package/lib/resorts/mammoth-lakes/index.js +1 -1
  152. package/lib/resorts/manning-park/index.js +1 -1
  153. package/lib/resorts/manning-park/resort.json +1 -1
  154. package/lib/resorts/megeve/index.js +1 -1
  155. package/lib/resorts/megeve/resort.json +2 -1
  156. package/lib/resorts/meribel/index.js +1 -1
  157. package/lib/resorts/meribel/resort.json +2 -1
  158. package/lib/resorts/monarch/index.js +2 -2
  159. package/lib/resorts/monte-amiata/index.js +1 -1
  160. package/lib/resorts/monte-amiata/resort.json +1 -1
  161. package/lib/resorts/monte-bondone/index.js +1 -1
  162. package/lib/resorts/montegenevre/index.js +1 -1
  163. package/lib/resorts/monterosa/index.js +1 -1
  164. package/lib/resorts/morzine/index.js +1 -1
  165. package/lib/resorts/morzine/resort.json +6 -2
  166. package/lib/resorts/mount-sunapee/index.js +1 -1
  167. package/lib/resorts/mount-sunapee/resort.json +1 -1
  168. package/lib/resorts/mountsnow/index.js +1 -1
  169. package/lib/resorts/mt-buller/index.js +1 -1
  170. package/lib/resorts/mt-hotham/index.js +5 -3
  171. package/lib/resorts/mt-seymour/index.js +1 -1
  172. package/lib/resorts/mt-spokane/index.js +1 -1
  173. package/lib/resorts/mtbachelor/index.js +1 -1
  174. package/lib/resorts/mtbrighton/index.js +1 -1
  175. package/lib/resorts/mthigh/index.js +1 -1
  176. package/lib/resorts/mthood/index.js +1 -1
  177. package/lib/resorts/mtpeter/index.js +1 -1
  178. package/lib/resorts/mtpeter/resort.json +1 -1
  179. package/lib/resorts/mtrose/index.js +1 -1
  180. package/lib/resorts/niseko/index.js +1 -1
  181. package/lib/resorts/niseko/resort.json +1 -1
  182. package/lib/resorts/northstar/index.js +1 -1
  183. package/lib/resorts/okemo/index.js +1 -1
  184. package/lib/resorts/ovindoli/index.js +1 -1
  185. package/lib/resorts/ovindoli/resort.json +1 -1
  186. package/lib/resorts/owlshead/index.js +1 -1
  187. package/lib/resorts/paganella/index.js +1 -1
  188. package/lib/resorts/paganella/resort.json +1 -1
  189. package/lib/resorts/palisades/index.js +1 -1
  190. package/lib/resorts/parkcity/index.js +1 -1
  191. package/lib/resorts/pats-peak/index.js +4 -2
  192. package/lib/resorts/pats-peak/resort.json +1 -1
  193. package/lib/resorts/peio/index.js +2 -2
  194. package/lib/resorts/perisher/index.js +1 -1
  195. package/lib/resorts/perisher/resort.json +1 -1
  196. package/lib/resorts/piancavallo/index.js +1 -1
  197. package/lib/resorts/piancavallo/resort.json +1 -1
  198. package/lib/resorts/pico/index.js +1 -1
  199. package/lib/resorts/pinzolo/index.js +2 -1
  200. package/lib/resorts/plan-de-corones/index.js +1 -1
  201. package/lib/resorts/plan-de-corones/resort.json +1 -1
  202. package/lib/resorts/pleasant-mountain/index.js +1 -1
  203. package/lib/resorts/pleasant-mountain/resort.json +1 -1
  204. package/lib/resorts/pontedilegno-tonale/index.js +1 -1
  205. package/lib/resorts/ragged-mountain/index.js +1 -1
  206. package/lib/resorts/ragged-mountain/resort.json +1 -1
  207. package/lib/resorts/ravascletto-zoncolan/index.js +1 -1
  208. package/lib/resorts/ravascletto-zoncolan/resort.json +1 -1
  209. package/lib/resorts/red-lodge-mountain/index.js +1 -1
  210. package/lib/resorts/red-mountain/index.js +2 -3
  211. package/lib/resorts/rio-pusteria-bressanone/index.js +1 -1
  212. package/lib/resorts/rio-pusteria-bressanone/resort.json +1 -1
  213. package/lib/resorts/roccaraso/index.js +1 -1
  214. package/lib/resorts/roccaraso/resort.json +1 -1
  215. package/lib/resorts/saddleback/index.js +1 -1
  216. package/lib/resorts/saddleback/resort.json +1 -1
  217. package/lib/resorts/san-martino-di-castrozza-passo-rolle/index.js +1 -1
  218. package/lib/resorts/san-martino-di-castrozza-passo-rolle/resort.json +1 -1
  219. package/lib/resorts/sansicario/index.js +1 -1
  220. package/lib/resorts/sappada/index.js +1 -1
  221. package/lib/resorts/sappada/resort.json +1 -1
  222. package/lib/resorts/sasquatch-mountain/index.js +1 -1
  223. package/lib/resorts/sauris/index.js +1 -1
  224. package/lib/resorts/sauris/resort.json +1 -1
  225. package/lib/resorts/sauze/index.js +1 -1
  226. package/lib/resorts/schweitzer/index.js +1 -1
  227. package/lib/resorts/sella/index.js +1 -1
  228. package/lib/resorts/sella/resort.json +1 -1
  229. package/lib/resorts/serfaus-fiss-ladis/index.js +1 -1
  230. package/lib/resorts/sestriere/index.js +1 -1
  231. package/lib/resorts/sestriere/resort.json +1 -1
  232. package/lib/resorts/shawnee-mountain/index.js +4 -2
  233. package/lib/resorts/sierra/index.js +1 -1
  234. package/lib/resorts/silver-star/index.js +2 -2
  235. package/lib/resorts/skiwelt/index.js +1 -1
  236. package/lib/resorts/smuggs/index.js +1 -1
  237. package/lib/resorts/snow-valley/index.js +2 -2
  238. package/lib/resorts/snowbasin/index.js +1 -1
  239. package/lib/resorts/snowbird/index.js +2 -3
  240. package/lib/resorts/snowmass/index.js +1 -1
  241. package/lib/resorts/snowshoe/index.js +1 -1
  242. package/lib/resorts/soelden/index.js +1 -1
  243. package/lib/resorts/solitude/index.js +1 -1
  244. package/lib/resorts/st-anton-am-arlberg/index.js +1 -1
  245. package/lib/resorts/steamboat/index.js +1 -1
  246. package/lib/resorts/stevens/index.js +1 -1
  247. package/lib/resorts/stowe/index.js +1 -1
  248. package/lib/resorts/stratton/index.js +1 -1
  249. package/lib/resorts/sugarbowl/index.js +1 -1
  250. package/lib/resorts/sugarbush/index.js +1 -1
  251. package/lib/resorts/sugarloaf/index.js +1 -1
  252. package/lib/resorts/sugarloaf/resort.json +1 -1
  253. package/lib/resorts/sun-peaks/index.js +1 -1
  254. package/lib/resorts/sun-peaks/resort.json +1 -1
  255. package/lib/resorts/sunday-river/index.js +1 -1
  256. package/lib/resorts/sunday-river/resort.json +1 -1
  257. package/lib/resorts/sunshine-village/index.js +6 -3
  258. package/lib/resorts/sunvalley/index.js +1 -1
  259. package/lib/resorts/tahoe-donner/index.js +1 -1
  260. package/lib/resorts/taos/index.js +1 -1
  261. package/lib/resorts/tarvisio/index.js +1 -1
  262. package/lib/resorts/tarvisio/resort.json +1 -1
  263. package/lib/resorts/telluride/index.js +1 -1
  264. package/lib/resorts/thredbo/index.js +1 -1
  265. package/lib/resorts/tignes/index.js +1 -1
  266. package/lib/resorts/tignes/resort.json +1 -1
  267. package/lib/resorts/timberline-lodge/index.js +1 -1
  268. package/lib/resorts/tremblant/index.js +1 -1
  269. package/lib/resorts/vail/index.js +1 -1
  270. package/lib/resorts/val-di-fassa/index.js +1 -1
  271. package/lib/resorts/val-di-fassa/resort.json +1 -1
  272. package/lib/resorts/val-di-fiemme/index.js +1 -1
  273. package/lib/resorts/val-di-fiemme/resort.json +1 -1
  274. package/lib/resorts/val-gardena/index.js +1 -1
  275. package/lib/resorts/val-gardena/resort.json +1 -1
  276. package/lib/resorts/valdisere/index.js +1 -1
  277. package/lib/resorts/valdisere/resort.json +1 -1
  278. package/lib/resorts/verbier/index.js +1 -1
  279. package/lib/resorts/waterville/index.js +1 -1
  280. package/lib/resorts/waterville/resort.json +1 -1
  281. package/lib/resorts/whistler-blackcomb/index.js +2 -2
  282. package/lib/resorts/whistler-blackcomb/resort.json +1 -1
  283. package/lib/resorts/whiteface/index.js +1 -1
  284. package/lib/resorts/whitefish/index.js +1 -1
  285. package/lib/resorts/wildcat/index.js +1 -1
  286. package/lib/resorts/wildcat/resort.json +1 -1
  287. package/lib/resorts/windham/index.js +1 -1
  288. package/lib/resorts/winter-park/index.js +1 -1
  289. package/lib/resorts/winterplace/index.js +1 -1
  290. package/lib/routes/cache.js +4 -4
  291. package/lib/routes/canonical.js +1 -3
  292. package/lib/routes/data.js +10 -12
  293. package/lib/routes/database.js +6 -7
  294. package/lib/routes/headers.js +2 -2
  295. package/lib/routes/index.js +9 -11
  296. package/lib/routes/plan.js +2 -4
  297. package/lib/routes/service-worker.js +6 -7
  298. package/lib/routes/sorter.js +2 -4
  299. package/lib/routes/tags.js +2 -4
  300. package/lib/select.js +3 -5
  301. package/lib/tools/aspen.js +4 -4
  302. package/lib/tools/boyne.js +4 -4
  303. package/lib/tools/campiglio-dolomiti.js +1 -1
  304. package/lib/tools/coerce.js +4 -4
  305. package/lib/tools/dolomitisuperski.js +1 -1
  306. package/lib/tools/domutil.js +11 -18
  307. package/lib/tools/infosnow.js +6 -6
  308. package/lib/tools/intrawest.js +3 -3
  309. package/lib/tools/limiter.js +2 -4
  310. package/lib/tools/lumiplan.js +2 -2
  311. package/lib/tools/millis.js +4 -11
  312. package/lib/tools/powdr.js +4 -4
  313. package/lib/tools/prism.js +5 -5
  314. package/lib/tools/skiplan.js +1 -1
  315. package/lib/tools/turismofvg.js +2 -2
  316. package/lib/tools/vail.js +8 -10
  317. package/lib/tools/vialattea.js +1 -1
  318. package/lib/weather/icons.js +3 -8
  319. package/lib/weather/index.js +5 -6
  320. package/lib/weather/noaa.js +5 -3
  321. package/lib/weather/openweather.js +6 -7
  322. package/lib/webcams.js +6 -6
  323. package/package.json +4 -3
  324. package/public/scripts/liftie-embed.js +41 -0
  325. package/public/scripts/liftie-embed.js.map +7 -0
  326. package/public/scripts/liftie.js +1561 -0
  327. package/public/scripts/liftie.js.map +7 -0
  328. package/public/stylesheets/style.css +864 -0
  329. package/public/stylesheets/style.mix.css +0 -1
@@ -1 +0,0 @@
1
- @font-face{font-family:lift-status;src:url(/OEQfOpxZ4A/stylesheets/fonts/lift-status.woff2) format("woff2");font-weight:400;font-style:normal}[class^=ls-]:before,[class*=" ls-"]:before{font-family:lift-status;font-style:normal;speak:none;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased}.ls-scheduled:before{content:"\e004";color:#104aa8}.ls-hold:before{content:"\e005";color:#ffa200}.ls-closed:before{content:"\e006";color:#ff1e00}.ls-open:before{content:"\e007";color:#00b831}.ls-github:before{content:"\e010"}.ls-twitter:before{content:"\e011"}.ls-facebook:before{content:"\e012"}.ls-google-plus:before{content:"\e013"}.ls-furkot:before{content:"\e020"}.ls-plus:before{content:"\e031"}.ls-minus:before{content:"\e032"}.ls-external:before{content:"\e033"}.ls-deal:before{content:"\e034"}.ls-star-full:before{content:"\e035"}.ls-star-outline:before{content:"\e036"}.ls-pie:before{content:"\e000"}.ls-snowflake:before{content:"\e001"}.ls-html:before{content:"\f068"}.ls-liftie:before{content:"\e002"}.ls-email:before{content:"\f028"}@font-face{font-family:iconvault;src:url(/qGg5C7akoM/stylesheets/fonts/iconvault_forecastfont.woff2) format("woff2");font-weight:400;font-style:normal}div.weather-icon ul li{list-style:none}div.weather-icon ul [class^=icon-],div.weather-icon ul [class*=" icon-"]{font-family:iconvault;font-weight:400;font-style:normal;text-decoration:inherit;speak:none;-webkit-font-smoothing:antialiased;font-size:4em}div.weather-icon ul .basecloud:before{font-family:iconvault;font-size:4em;content:"\f105";position:absolute;color:#ccc}div.weather-icon ul .windyraincloud:before{font-family:iconvault;font-size:4em;content:"\f111";position:absolute;color:#ccc}div.weather-icon ul .windysnowcloud:before{font-family:iconvault;font-size:4em;content:"\f109";position:absolute;color:#ccc}div.weather-icon ul .icon-thunder:before{content:"\f114";position:absolute;color:orange}div.weather-icon ul .icon-sunny:after{content:"\f101";color:orange;position:absolute}div.weather-icon ul .icon-drizzle:before{content:"\f10a";color:#82b2e4;position:absolute}div.weather-icon ul .icon-hail:before{content:"\f10f";position:absolute;color:#ccc}div.weather-icon ul .icon-showers:before{content:"\f104";position:absolute;color:#82b2e4}div.weather-icon ul .icon-rainy:before{content:"\f107";position:absolute;color:#4681c3}div.weather-icon ul .icon-snowy:before{content:"\f10b";position:absolute;color:#acd3f3}div.weather-icon ul .icon-frosty:before{content:"\f102";position:absolute;color:#85d8f7}div.weather-icon ul .icon-windy:before{content:"\f115";position:absolute;color:#ccc}div.weather-icon ul .icon-windyrain:before{content:"\f10e";position:absolute;color:#acd3f3}div.weather-icon ul .icon-windysnow:before{content:"\f103";position:absolute;color:#acd3f3}div.weather-icon ul .icon-sleet:before{content:"\f10c";position:absolute;color:#acd3f3}div.weather-icon ul .icon-moon:after{content:"\f10d";color:orange;position:absolute}div.weather-icon ul .icon-night:after{content:"\f100";position:absolute;color:orange}div.weather-icon ul .icon-sun:after{content:"\f113";color:orange;position:absolute}div.weather-icon ul .icon-cloud:after{content:"\f106";color:#ccc;position:absolute}div.weather-icon ul .icon-sunrise:before{content:"\f112";color:orange;position:absolute}div.weather-icon ul .icon-sunset:before{content:"\f110";color:#f96f23;position:absolute}div.weather-icon ul .icon-mist:before{content:"\f108";color:#ccc;position:absolute}*{padding:0;margin:0}a,input,button{-ms-touch-action:none!important}.hidden{display:none!important;visibility:hidden}.visible:after{content:" ";display:block;clear:both}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.icon-alone{display:inline-block;cursor:pointer}.left{float:left}.right{float:right}body{font-size:1em;font-family:Ubuntu,Lucida Grande,Helvetica,Arial,sans-serif;color:#333}a{color:#009ddb;text-shadow:0 1px #fff;transition:color .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}a:hover,a:active{color:#00a7f1}.panel{box-sizing:border-box;margin:0 8px 16px;width:320px;padding:0 12px;float:left;background-color:#f5f8ff}.panel:after{content:" ";display:block;clear:both}.panel:last-child{margin-bottom:0}header .ls-furkot{font-size:.9em}.add-to-trip{cursor:pointer;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.add-to-trip span+span{margin-left:.2em}.resort footer .add-to-trip{margin-top:.3em}.panel header,.panel footer{transition:all .4s ease}.panel header:after,.panel footer:after{content:" ";display:block;clear:both}.panel header{padding:.7em 0 .5em}.panel footer{padding:0 0 .7em}.panel header{font-size:1.2em;border-bottom:solid 2px transparent;vertical-align:middle;display:flex;align-items:baseline;gap:.2em}.panel header a{outline:none}.panel.open header{border-color:#0000004d}.open .expandable{opacity:1;max-height:4500px;min-height:5em}.open .expandable .lifts-status{position:relative}.open .expandable .lifts-status .opening-date{position:absolute;width:100%;height:100%;z-index:1;background-color:#f5f8ffe6}.open .expandable .lifts-status .opening-date a{position:absolute;top:50%;margin-top:-.6em;font-size:1.2em;width:100%;text-align:center}.expandable{transition:all .4s ease;max-height:0;overflow-y:hidden;opacity:0}.lifts{list-style:none;margin:.2em 0}.lifts .lift{display:block;line-height:2}.lifts .lift:after{content:" ";display:block;clear:both}.lifts .lift .name{float:left;max-width:90%;cursor:default;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.lifts .lift .status{font-size:1.1em;float:right;text-shadow:1px 1px #fff;padding-right:2px}.auto-refresh-reminder{color:#707070;font-style:italic;text-align:right;font-size:.8em;padding-right:2px}.ls-minimax:before{content:"\e031"}.open .ls-minimax:before{content:"\e032"}.ls-star:before{content:"\e036"}.starred .ls-star:before{content:"\e035"}.resort-link{font-size:.9em}.resort-name{flex:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.summary{list-style:none;font-size:.8em}.summary:after{content:" ";display:block;clear:both}.summary li{float:left;margin-right:.5em}.summary li:last-child{margin-right:0}.summary li [class^=ls-],.summary li [class*=" ls-"],.summary li [class^=ls-]:before,.summary li [class*=" ls-"]:before{margin-right:2px}.summary li [class^=ls-]:before,.summary li [class*=" ls-"]:before{text-shadow:1px 1px #fff}.summary-color-bar{width:100%;margin-bottom:.5em}.summary-color-bar:after{content:" ";display:block;clear:both}.summary-color-bar .open,.summary-color-bar .hold,.summary-color-bar .scheduled,.summary-color-bar .closed{height:2px;float:left}.summary-color-bar .open{background-color:#00b831}.summary-color-bar .hold{background-color:#ffa200}.summary-color-bar .scheduled{background-color:#104aa8}.summary-color-bar .closed{background-color:#ff1e00}.extras{padding-bottom:.7em}.extras .tile{font-size:.9em;padding:.5em 0}.extras .tile{border-bottom:solid 2px rgba(0,0,0,.3)}.extras .tile:last-child{padding-bottom:0;border-bottom:none}.extras .notice{margin-top:.5em;font-size:.8em;font-style:italic;display:flex;align-items:center;justify-content:flex-end;gap:.5em}.extras .weather .weather-icon{float:left;height:70px;margin-top:-10px}.extras .weather .temperature{float:right;font-size:1.5em}.extras .weather .snow-conditions{clear:right;float:right;font-size:1.1em;margin-left:60px;text-align:right}.extras .weather .snowforecast{margin-left:.5em;font-weight:700}.extras .weather .text{clear:both}.extras .weather .notice img{float:none;width:126px;vertical-align:bottom}.extras .webcams .swipe{overflow:hidden}.extras .webcams .swipe *{touch-action:pan-y!important}.extras .webcams .pager{text-align:center;font-weight:700;line-height:1.3}.extras .webcams .pager a{margin:0 2px;padding:0 .3em}.extras .webcams .pager .active:before{content:"\25cf"}.extras .webcams .pager .inactive:before{content:"\25cb"}.extras .webcams li{list-style:none;display:inline-block;max-width:296px;vertical-align:top}.extras .webcams .webcam{max-width:100%;display:inline-block}.extras .webcams .webcam>a{display:block;position:relative;overflow-x:hidden}.extras .webcams .webcam>a img{margin:0 auto;-webkit-user-select:none;user-select:none;pointer-events:none}.extras .webcams .webcam>a img.active{display:block}.extras .webcams .webcam>a img.inactive{display:none}.extras .webcams .webcam>a .title{margin-bottom:.5em;text-align:center}.extras .snow .value{display:inline-block;min-width:2em;text-align:right}.extras .deals{padding-bottom:0}.extras .deals .deal{padding:.4em 0;line-height:1.5}.extras .deals .deal:after{content:" ";display:block;clear:both}.extras .deals .deal span{float:left}.extras .deals .deal a{float:right}.resort .deal{font-size:.9em;margin-bottom:.5em;padding:.5em 0;border-bottom:solid 2px rgba(0,0,0,.3)}.resort .deal a{float:right}.stats .pie{margin:1em 0;width:294px;height:294px;border-radius:50%;background-image:conic-gradient(#00b831 0 var(--open),#ffa200 0 var(--hold),#104aa8 0 var(--scheduled),#ff1e00 0)}.stats footer .summary li{float:none;clear:both;line-height:2;text-align:right;width:55%;margin:0 auto}.stats footer .summary li span:first-child{float:left}.stats footer .summary li span:first-child:before{margin-right:.5em}.stats footer .summary li span:last-child{float:right}body>footer{clear:both;margin-top:1em;padding:0 .2em;line-height:1;text-align:center}body>footer .text{display:inline;margin-left:.2em}body>footer a{margin:0 .2em}body>footer a span{color:#666;transition:color .3s ease}body>footer a:hover span{color:#000}body>footer a:hover .ls-twitter{color:$twitter-color}body>footer a:hover .ls-facebook{color:#3b5998}.about{background-color:#f5f8ff;background:linear-gradient(to bottom,#f6f9ff,#dde8fe);box-sizing:border-box;padding:1em}.about h1{font-size:1.2em}.about:after{content:" ";display:block;clear:both}.about p{margin:.5em 0;line-height:1.5em}.about p [class^=ls-]:before,.about p [class*=" ls-"]:before{color:#009ddb;text-shadow:1px 1px #fff;margin-right:.2em}.about footer a{font-size:.9em;color:#fff;text-shadow:0 -1px rgba(0,0,0,.3);display:block;float:right;padding:.3em .5em;background-color:#009ddb;background:linear-gradient(to bottom,#00a8ea,#0095d0)}.about footer a:hover{background-color:#00b2f8;background:linear-gradient(to bottom,#06b9ff,#00a9ec)}.tags{list-style:none;display:block;margin:0 8px}.tags li{display:block;float:left;position:relative;font-size:.9em;margin-right:1.2em;margin-bottom:.6em}.tags li:last-child{margin-right:0}.tags a,.tags .count{display:block;box-sizing:border-box}.tags a{color:#009ddb;text-shadow:0 1px #fff;padding:5px 6px 5px 7px;background-color:#f5f8ff;background:linear-gradient(to bottom,#f6f9ff,#dde8fe)}.tags a .count{position:absolute;top:0;left:100%;z-index:2;overflow:hidden;max-width:0;padding:5px 0 5px 2px;color:#fff;text-shadow:0 -1px rgba(0,0,0,.3);background-color:#009ddb;background:linear-gradient(to bottom,#00a8ea,#0095d0);opacity:.95;transition-duration:.3s;transition-timing-function:ease-out;transition-property:padding,max-width}.tags a:hover .count{padding:5px 7px 5px 6px;max-width:40px;box-shadow:1px 1px 2px #0003}.content{margin:16px auto;width:2352px}.content:after{content:" ";display:block;clear:both}.widget{font-size:.8em}.widget .panel{width:100%;margin:0;display:block;float:none}.widget.naked .panel{background-color:transparent;padding:0}.content-4{max-width:1344px}@media screen and (max-width: 1680px){.content{width:1344px}}.content-3{max-width:1008px}@media screen and (max-width: 1344px){.content{width:1008px}}.content-2{max-width:672px}@media screen and (max-width: 1008px){.content{width:672px}}.content-1{max-width:320px}@media screen and (max-width: 672px){.content{width:320px}.panel{margin-right:0;margin-left:0}.tags{margin:0}}@media screen and (max-width: 720px){body>footer{font-size:1.3em}body>footer .text{display:none}}@media screen and (max-width: 400px){.extras.desktop,.extras.desktop img{display:none}.extras.mobile,.extras.mobile img{display:block}}@media screen and (min-width: 500px){.widget .lift{float:left;margin-right:3%}}@media screen and (min-width: 500px) and (max-width: 749px){.widget .lift{width:48.5%}.widget .lift:nth-child(2n){margin-right:0}}@media screen and (min-width: 750px) and (max-width: 999px){.widget .lift{width:31.333%}.widget .lift:nth-child(3n){margin-right:0}}@media screen and (min-width: 1000px){.widget .lift{width:22.75%}.widget .lift:nth-child(4n){margin-right:0}}