
/* START FROM HERE */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?67404152');
  src: url('../font/fontello.eot?67404152#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?67404152') format('woff2'),
       url('../font/fontello.woff?67404152') format('woff'),
       url('../font/fontello.ttf?67404152') format('truetype'),
       url('../font/fontello.svg?67404152#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?67404152#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-sun1:before { content: '\e800'; } /* '' */
.icon-windicon:before { content: '\e801'; } /* '' */
.icon-sun2:before { content: '\e803'; } /* '' */
.icon-rainicon2:before { content: '\e807'; } /* '' */
.icon-windicon2:before { content: '\e808'; } /* '' */
.icon-rainicon:before { content: '\e809'; } /* '' */




[data-temp] {
  font-family: "fontello";
  text-align:left;
  font-style:normal;
  display:inline-block;
  position: relative;
  unicode-bidi: bidi-override;
  font-size: 30px;
}
[data-temp]::before { 
  display:block;
  content: '\e800\e800\e800\e800\e800';
  color: #e7b73d;
}
[data-temp]::after {
  white-space:nowrap;
  position:absolute;
  top:0;
  left:0;
  content: '\e803\e803\e803\e803\e803';
  width: 0;
  color: #e7b73d;
  overflow:hidden;
  height:100%;
}

[data-temp^="0.1"]::after{width:2%}
[data-temp^="1"]::after{width:20%}
[data-temp^="2"]::after{width:40%}
[data-temp^="3"]::after{width:60%}
[data-temp^="4"]::after{width:80%}
[data-temp^="5"]::after{width:100%}

/* data rain */
[data-rain] {
  font-family: "fontello";
  text-align:left;
  font-style:normal;
  display:inline-block;
  position: relative;
  unicode-bidi: bidi-override;
  font-size: 24px;
}
[data-rain]::before { 
  display:block;
  
  content: '\e809\e809\e809\e809\e809';
  color: #0DB9F0;
}
[data-rain]::after {
  white-space:nowrap;
  position:absolute;
  top:0;
  left:0;
  content: '\e807\e807\e807\e807\e807';
  width: 0;
  color: #0DB9F0;
  overflow:hidden;
  height:100%;
}

[data-rain^="0.1"]::after{width:2%}
[data-rain^="1"]::after{width:20%}
[data-rain^="2"]::after{width:40%}
[data-rain^="3"]::after{width:60%}
[data-rain^="4"]::after{width:80%}
[data-rain^="5"]::after{width:100%}

/* data wind */
[data-wind] {
  font-family: "fontello";
  text-align:left;
  font-style:normal;
  display:inline-block;
  position: relative;
  unicode-bidi: bidi-override;
  font-size: 23px;
}
[data-wind]::before { 
  display:block;
  content: '\e801\e801\e801\e801\e801';
  color: #55637D;
}
[data-wind]::after {
  white-space:nowrap;
  position:absolute;
  top:0;
  left:0;
  content: '\e808\e808\e808\e808\e808';
  width: 0;
  color: #55637D;
  overflow:hidden;
  height:100%;
}

[data-wind^="0.1"]::after{width:2%}
[data-wind^="1"]::after{width:20%}
[data-wind^="2"]::after{width:40%}
[data-wind^="3"]::after{width:60%}
[data-wind^="4"]::after{width:80%}
[data-wind^="5"]::after{width:100%}