@font-face {
  font-family: "iconvault";
  src: url("../fonts/iconvault_forecastfont.eot");
  src: url("../fonts/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"),
       url("../fonts/iconvault_forecastfont.woff") format("woff"),
       url("../fonts/iconvault_forecastfont.ttf") format("truetype"),
       url("../fonts/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="weather-"],
[class*=" weather-"] {
  font-family: 'iconvault';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 3em;
}

@media only screen and (min-width: 479px) and (max-width: 678px){
[class^="weather-"],
[class*=" weather-"] {
  font-family: 'iconvault';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;}
}

/* -----BaseCloud----- */

  .basecloud:before  {
  font-family: 'iconvault';
  font-size:3em;
  content: '\f105';
  position:relative;
/*  color:rgb(204, 204, 204);*/
  }



/* -----windyraincloud----- */

  .windyraincloud:before  {
  font-family: 'iconvault';
  font-size:3em;
  content: '\f111';
  position:relative;
  /*color:rgb(204, 204, 204);*/
  }

/* -----Windysnowcloud----- */

  .windysnowcloud:before  {
  font-family: 'iconvault';
  font-size:3em;
  content: '\f109';
  position:relative;
  /*color:rgb(204, 204, 204);*/
  }

/* -----Basethundercloud----- */

  .basethundercloud:before  {
  font-family: 'iconvault';
  font-size:3em;
  content: '\f105';
  position:relative;
  /*color:#000;*/

  }


/* -----Thunder----- */

  .weather-thunder::before  {
  content: "\f114";
  position:relative;
  /*color:rgb(255, 165, 0);*/
  }

/* -----Sunny----- */

  .weather-sunny::after {
  content: "\f101";
  /*color:rgb(255, 165, 0);*/
  position:relative;
  }


/* -----Drizzle----- */

  .weather-drizzle::before  {
  content: "\f10a";
  /*color: #82b2e4;*/
  position:relative;
}

/* -----Hail----- */

  .weather-hail::before {
  content: "\f10f";
  position:relative;
  /*color:rgb(204, 204, 204);*/
}

/* -----Showers----- */

  .weather-showers::before  {
  content: "\f104";
  position:relative;
  /*color:#82b2e4;*/
}

/* -----Rainy----- */

  .weather-rainy::before {
  content: "\f107";
  position:relative;
  /*color:#4681c3;*/
  }

/* -----Snowy----- */

  .weather-snowy::before  {
  content: "\f10b";
  position:relative;
  /*color:#acd3f3;*/
  }

/* -----Frosty----- */

  .weather-frosty::before {
  content: "\f102";
  position:relative;
  /*color:#85d8f7;*/
  }

/* -----Windy----- */

  .weather-windy::before  {
  content: "\f115";
  position:relative;
  /*color:rgb(204, 204, 204);*/
  }

/* -----WindyRain----- */

  .weather-windyrain::before {
  content: "\f10e";
  position:relative;
  /*color:#acd3f3;*/
  }

/* -----WindySnow----- */

  .weather-windysnow::before {
  content: "\f103";
  position:relative;
  /*color:#acd3f3;*/
  }

/* -----Sleet----- */

  .weather-sleet::before  {
  content: "\f10c";
  position:relative;
  /*color:#acd3f3;*/
  }

/* -----Moon----- */

  .weather-moon::after {
  content: "\f10d";
  /*color:rgb(255, 165, 0);*/
  position:relative;
  }

/* -----Night----- */

  .weather-night::after {
  content: "\f100";
  position:relative;
  /*color:rgb(255, 165, 0);*/
  }


/* -----Sun----- */

  .weather-sun::after {
  content: "\f113";
  /*color:rgb(255, 165, 0);*/
  position:relative;
  }

/* -----Cloud----- */

  .weather-cloud::after {
  content: "\f106";
  /*color:rgb(204, 204, 204);*/
  position:relative;
  }


/* -----Sunrise----- */

  .weather-sunrise:before  {
  content: '\f112';
  /*color:rgb(255, 165, 0);*/
  position:relative;
  }

/* -----Sunset----- */

  .weather-sunset:before  {
  content: '\f110';
  color:#f96f23;
  position:relative;
  }

/* -----Mist----- */

  .weather-mist:before  {
  content: '\f108';
  /*color:rgb(204, 204, 204);*/
  position:relative;
  }
