/*
  Docs at http://http://simpleweatherjs.com

  Look inspired by http://www.degreees.com/
  Used for demo purposes.

  Weather icon font from http://fonts.artill.de/collection/artill-weather-icons

  DO NOT hotlink the assets/font included in this demo. If you wish to use the same font icon then download it to your local assets at the link above. If you use the links below odds are at some point they will be removed and your version will break.
*/

@font-face {
    font-family: 'weather';
    src: url('fonts/artill_clean_icons-webfont.eot');
    src: url('fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/artill_clean_icons-webfont.woff') format('woff'),
        url('fonts/artill_clean_icons-webfont.ttf') format('truetype'),
        url('fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.weather__placeholder {
    position: relative;
    top: -2px;
}

.weather__placeholder i {
    color: #063277;
    display: inline-block;
    font-family: weather;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: inherit;
    margin-right: 6px;
    position: relative;
    zoom:1;
    top: 4px;
    width: 21px;
    *display: inline;
}

.weather__placeholder .icon-0:before { content: ":"; }
.weather__placeholder .icon-1:before { content: "p"; }
.weather__placeholder .icon-2:before { content: "S"; }
.weather__placeholder .icon-3:before { content: "Q"; }
.weather__placeholder .icon-4:before { content: "S"; }
.weather__placeholder .icon-5:before { content: "W"; }
.weather__placeholder .icon-6:before { content: "W"; }
.weather__placeholder .icon-7:before { content: "W"; }
.weather__placeholder .icon-8:before { content: "W"; }
.weather__placeholder .icon-9:before { content: "I"; }
.weather__placeholder .icon-10:before { content: "W"; }
.weather__placeholder .icon-11:before { content: "I"; }
.weather__placeholder .icon-12:before { content: "I"; }
.weather__placeholder .icon-13:before { content: "I"; }
.weather__placeholder .icon-14:before { content: "I"; }
.weather__placeholder .icon-15:before { content: "W"; }
.weather__placeholder .icon-16:before { content: "I"; }
.weather__placeholder .icon-17:before { content: "W"; }
.weather__placeholder .icon-18:before { content: "U"; }
.weather__placeholder .icon-19:before { content: "Z"; }
.weather__placeholder .icon-20:before { content: "Z"; }
.weather__placeholder .icon-21:before { content: "Z"; }
.weather__placeholder .icon-22:before { content: "Z"; }
.weather__placeholder .icon-23:before { content: "Z"; }
.weather__placeholder .icon-24:before { content: "E"; }
.weather__placeholder .icon-25:before { content: "E"; }
.weather__placeholder .icon-26:before { content: "3"; }
.weather__placeholder .icon-27:before { content: "a"; }
.weather__placeholder .icon-28:before { content: "A"; }
.weather__placeholder .icon-29:before { content: "a"; }
.weather__placeholder .icon-30:before { content: "A"; }
.weather__placeholder .icon-31:before { content: "6"; }
.weather__placeholder .icon-32:before { content: "1"; }
.weather__placeholder .icon-33:before { content: "6"; }
.weather__placeholder .icon-34:before { content: "1"; }
.weather__placeholder .icon-35:before { content: "W"; }
.weather__placeholder .icon-36:before { content: "1"; }
.weather__placeholder .icon-37:before { content: "S"; }
.weather__placeholder .icon-38:before { content: "S"; }
.weather__placeholder .icon-39:before { content: "S"; }
.weather__placeholder .icon-40:before { content: "M"; }
.weather__placeholder .icon-41:before { content: "W"; }
.weather__placeholder .icon-42:before { content: "I"; }
.weather__placeholder .icon-43:before { content: "W"; }
.weather__placeholder .icon-44:before { content: "a"; }
.weather__placeholder .icon-45:before { content: "S"; }
.weather__placeholder .icon-46:before { content: "U"; }
.weather__placeholder .icon-47:before { content: "S"; }


.weather__placeholder .icon-34 {
    /*color:#E79801;*/
}

/*
.weather__placeholder  h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.weather__placeholder  ul {
  margin: 0;
  padding: 0;
}

.weather__placeholder li {
  background: #fff;
  background: rgba(255,255,255,0.90);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

.weather__placeholder  .currently {
  margin: 0 20px;
}
*/