@font-face {
  font-family: 'weathericons';
  src: url('weathericons-regular-webfont.eot');
  src: url('weathericons-regular-webfont.eot#iefix') format('embedded-opentype'), url('weathericons-regular-webfont.woff') format('woff'), url('weathericons-regular-webfont.ttf') format('truetype'), url('weathericons-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.forecast .wi:before, .forecast .wi:after  {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.forecast {
  width: 100%;
}

.forecast .rain:before {
  content: "\f019";
}

.forecast .snow:before {
  content: "\f01b";
}

.forecast .sleet:before {
  content: "\f017";
}

.forecast .clear-day:before {
  content: "\f00d";
}
.forecast .clear-night:before {
  content: "\f02e";
}

.forecast .partly-cloudy-day:before {
  content: "\f002";
}

.forecast .partly-cloudy-night:before {
  content: "\f031";
}

.forecast .wind:before {
  content: "\f050";
}

.forecast .fog:before {
  content: "\f014";
}

.forecast .up:before {
  content: "\f058";
}

.forecast .down:before {
  content: "\f044";
}

.forecast .thermometer:before {
  content: "\f055";
}