/* Leaflet */
/* ---------------------------------------- */

.leaflet-overlay-pane canvas{position:absolute;top:0px;left:0px;}

.leaflet-container a {color: #69C;font-family: 'Montserrat', sans-serif;/*font-family: "Ubuntu","Lucida Grande",Verdana,Helvetica,sans-serif;*/}
.leaflet-container a:hover {color: #ccc;}
.leaflet-bar a,.leaflet-bar a:hover, .leaflet-bar a.leaflet-disabled {background: rgba(0,0,0,0.7);border-bottom: 1px solid #111;}
.leaflet-bar a:first-child {border-top-left-radius: 2px;border-top-right-radius: 2px;}
.leaflet-bar a:last-child {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-bottom: none;}
.leaflet-control-attribution a {color: #00456E;}
.leaflet-tile-pane {z-index: unset;}

.backgroundGreen{
	color: #8d8d8d;
   /*color: #06bf0d;*/
}
.backgroundRed{
   color: #ff0000;
}
.backgroundRedin{
   color: #ff0000;
}
	
#updMapBlink{
    /*animation: blinker 1.5s cubic-bezier(0, -0.37, 0.37, -0.32) infinite alternate 2.5s;
    -webkit-transition: color 1.0s ease-in-out;
    -ms-transition:     color 1.0s ease-in-out;
    transition:         color 1.0s ease-in-out;*/
    -webkit-transition: color 0.1s ease-in-out;
	/*color: #8d8d8d;*/
}
	
.leaflet-control-fullscreen a {
    background: rgba(0,0,0,0.7) url(img/fullscreen.png) no-repeat 0 0;
    background-size: 26px 52px;
}
.leaflet-control-fullscreen a:hover {
    background: #020202 url(img/fullscreenhover.png) no-repeat 0 0;
    background-size: 26px 52px;
}
  .leaflet-touch .leaflet-control-fullscreen a {
    background-position: 2px 2px;
    }
  .leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position:0 -26px;
    }
  .leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position: 2px -24px;
    }
.leaflet-container .leaflet-control-attribution {
    background: #fff0;
    background: rgb(255 255 255 / 0%);
}
.coordsdiv {
    color: #8d8d8d;
}

/* GEAR-BOX */
/* ---------------------------------------- */

.favostar{color:#FFA500;font-size:18px;top:2px;position:relative;margin-right:6px;}
.favostar:hover, .favodel:hover{cursor:pointer}
.favodel{font-size:16px;color:#FF2400;float:right;position:relative;top:6px;}
.menuicon{color:#BDBDBD;cursor:pointer;position: relative;top:-2px;right: 10px;}
#mgear{display:none;}
#gearclose, #mapclose, #flagclose {float: right;position: relative;top: -8px;right: -10px;cursor: pointer;}
#bigear{float:right;position:relative;top:8px;}
#hometext{display:none;}


/* Mapstuffs */
/* ---------------------------------------- */

#map {width:100%;height:600px;box-shadow: 0 2px 16px #444, 0 0 1px #777;-o-box-shadow: 0 2px 16px #444, 0 0 1px #777;-webkit-box-shadow: 0 2px 16px #444, 0 0 1px #777;-moz-box-shadow: 0 2px 16px #444, 0 0 1px #777;}
#attribution {position: absolute; right: 1px; bottom: 1px;color:#fff;text-shadow: 1px 1px 4px #000;z-index:100;}
#attribution a, #attribution a:hover{color:#fff;text-shadow: 1px 1px 4px #000;text-decoration:none}

.mapbutton{display:inline-block;background:rgba(0,0,0,0.90);box-shadow: 0 0 12px rgba(0,0,0,0.6);-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.6);border: 1px solid rgba(0, 0, 0, 0.90);border-radius: 7px;color:#69c;font-size:18px;padding:6px 12px 0 10px;height:36px;position: absolute;z-index:1000;left:5px;bottom:5px;}
.mapbtntxt{font-weight:400;top:-6px;left:4px;position:relative;font-size:15px}
.mapbutton:hover, #static:hover {color:#bdbdbd;-webkit-transition: color 0.1s linear;-moz-transition: color 0.1s linear;cursor:pointer;text-shadow: 0 0 10px #336699;text-shadow: 0 0 10px rgba(51,102,153,0.8);}

.ma-popup {position: absolute;bottom:60px;left:10px;text-align: center;z-index:2000}
.ma-popup-content {margin: 10px 10px;line-height:1.0em}
.ma-popup-tip-container {margin: 0 auto;width: 40px;height: 20px;position: relative;overflow: hidden;}
.ma-popup-content-wrapper {background:rgba(0,0,0,0.95);box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);padding: 1px;text-align: left;}
.ma-popup-header{color:#69c;font-weight:400;font-size:14px;padding-bottom:3px;margin-bottom:3px;border-bottom:1px solid #555; }
.ma-popup-content label {font-weight:400; color:#ccc;position:relative;top:-2px;font-size:13px;cursor:pointer;line-height:17px;}
.ma-popup-content-wrapper:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: rgba(0,0,0,0.85) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-19px;
  left:25px;
}

.fa-home{
	width: 30px;
	font-size: 25px;
    text-align: center;
    color: #6699cc;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    border-radius: 7px;
    padding: 5px;
}
.fa-home:hover{
	width: 30px;
	font-size: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    border-radius: 7px;
    padding: 5px;
}
.fa-city{
	width: 30px;
	font-size: 25px;
    text-align: center;
    color: #6699cc;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    border-radius: 7px;
    padding: 5px;
}
.fa-city:hover{
	width: 30px;
	font-size: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    border-radius: 7px;
    padding: 5px;
}
.fa-globe{
	width: 30px;
	font-size: 25px;
    text-align: center;
    color: #6699cc;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    border-radius: 7px;
    padding: 5px;
}
.fa-globe:hover{
	width: 30px;
	font-size: 25px;
    text-align: center;
	color: #fff;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    border-radius: 7px;
    padding: 5px;
}
.fa-info{
    width: 15px;
    font-size: 15px;
    text-align: center;
    color: #6699cc;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    border-radius: 7px;
    padding: 5px;
	}
.mapinfo{
	display: inline-block;
    color: #69c;
    font-size: 18px;
    position: absolute;
    z-index: 1000;
    right: 11px;
    bottom: 11px;
}
.maplogo{
	display: inline-block;
    color: #69c;
    font-size: 18px;
    position: absolute;
    z-index: 1001;
    right: 40px;
    bottom: -25px;
}
.maplogo-img{
    width: 200px;
    font-size: 15px;
    text-align: center;
    color: #6699cc;
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    border-radius: 7px;
    padding: 5px;
}
.mapsponsor1{
	display: inline-block;
    color: #69c;
    font-size: 18px;
    position: absolute;
    z-index: 1001;
    right: 40px;
    top: 0px;
}
.mapsponsor1-img{
    width: 200px;
    font-size: 15px;
    text-align: center;
    color: #6699cc;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    border-radius: 7px;
    padding: 5px;
	}
.mapinfo:hover, #static:hover {color:#bdbdbd;-webkit-transition: color 0.1s linear;-moz-transition: color 0.1s linear;cursor:pointer;text-shadow: 0 0 10px #336699;text-shadow: 0 0 10px rgba(51,102,153,0.8);}
.ma-popupinfo {position: absolute;bottom:10%;right:10%;left: 10%;text-align: center;z-index:2000}
.ma-popupinfo-content {margin: 10px 10px;line-height:1.0em}
.ma-popupinfo-tip-container {margin: 0 auto;width: 40px;height: 20px;position: relative;overflow: hidden;}
.ma-popupinfo-content-wrapper {border-radius: 7px;background:rgba(0,0,0,0.95);box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);padding: 1px;text-align: left;}
.ma-popupinfo-header{color:#69c;font-weight:400;font-size:14px;padding-bottom:3px;margin-bottom:3px;border-bottom:1px solid #555; }
.ma-popupinfo-content label {font-weight:400; color:#ccc;position:relative;top:-2px;font-size:13px;cursor:pointer;line-height:17px;}
.ma-popupinfo-content-wrapper:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: rgba(0,0,0,0.85) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-19px;
  left:25px;
}
#mapcloseinfo {
    float: right;
    position: relative;
    top: -5px;
    right: 0px;
    cursor: pointer;
}

/* MAPICONS */
/* ----------------------------------------- */
.wind_N {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(134deg);
  animation: anim_N 1.5s 300;
}

.wind_N1 {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(134deg);
  animation: anim_N 1.5s 300;
}

@keyframes anim_N {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; left: 0px; top: 0px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; left: 0px; top: 5px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; left: 0px; top: 10px;}

}

.wind_NE {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(175deg);
  animation: anim_NE 1.5s 300;
}
.wind_NE1 {
  margin-left: 22px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(180deg);
  animation: anim_NE 1.5s 300;
}
@keyframes anim_NE {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 0px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 3px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 6px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 9px;}

}
.wind_ENE {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(175deg);
  animation: anim_ENE 1.5s 300;
}
.wind_ENE1 {
  margin-left: 22px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(180deg);
  animation: anim_ENE 1.5s 300;
}
@keyframes anim_ENE {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 0px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 3px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 6px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 9px;}

}
.wind_NNE {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(175deg);
  animation: anim_NNE 1.5s 300;
}
.wind_NNE1 {
  margin-left: 22px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(180deg);
  animation: anim_NNE 1.5s 300;
}
@keyframes anim_NNE {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 0px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 3px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 6px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 9px;}

}



.wind_ESE {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(270deg);
  animation: anim_ESE 1.5s 300;
}
.wind_ESE1 {
  margin-left: 39px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(270deg);
  animation: anim_ESE 1.5s 300;
}
@keyframes anim_ESE {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 9px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 6px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 3px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 0px;}

}

.wind_SSE {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(270deg);
  animation: anim_SSE 1.5s 300;
}
.wind_SSE1 {
  margin-left: 39px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(270deg);
  animation: anim_SSE 1.5s 300;
}
@keyframes anim_SSE {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 9px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 6px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 3px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 0px;}

}
.wind_SE {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(270deg);
  animation: anim_SE 1.5s 300;
}
.wind_SE1 {
  margin-left: 39px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(270deg);
  animation: anim_SE 1.5s 300;
}
@keyframes anim_SE {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 9px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 6px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 3px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 0px;}

}
.wind_E {
  margin-left: 35px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(220deg);
  animation: anim_E 1.5s 300;
}
.wind_E1 {
  margin-left: 25px;
  margin-top: -9px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(220deg);
  animation: anim_E 1.5s 300;
}
@keyframes anim_E {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 0px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 0px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 5px; top: 0px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 10px; top: 0px;}

}
.wind_SW {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(-5deg);
  animation: anim_SW 1.5s 300;
}
.wind_SW1 {
  margin-left: 22px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(-5deg);
  animation: anim_SW 1.5s 300;
}
@keyframes anim_SW {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 10px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 6px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 3px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 0px;}

}
.wind_SSW {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(-5deg);
  animation: anim_SSW 1.5s 300;
}
.wind_SSW1 {
  margin-left: 22px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(-5deg);
  animation: anim_SSW 1.5s 300;
}
@keyframes anim_SSW {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 10px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 6px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 3px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 0px;}

}

.wind_WSW {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(40deg);
  animation: anim_WSW 1.5s 300;
}
.wind_WSW1 {
  margin-left: 20px;
  margin-top: -9px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(40deg);
  animation: anim_WSW 1.5s 300;
}
@keyframes anim_WSW {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 0px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 0px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 0px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 0px;}

}
.wind_W {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(40deg);
  animation: anim_W 1.5s 300;
}
.wind_W1 {
  margin-left: 20px;
  margin-top: -9px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(40deg);
  animation: anim_W 1.5s 300;
}
@keyframes anim_W {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 0px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 0px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 0px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 0px;}

}

.wind_S {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(-45deg);
  animation: anim_S 1.5s 300;
}

.wind_S1 {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(-45deg);
  animation: anim_S 1.5s 300;
}

@keyframes anim_S {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; left: 0px; top: 10px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; left: 0px; top: 5px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; left: 0px; top: 0px;}
}
.wind_SSW {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(-45deg);
  animation: anim_SSW 1.5s 300;
}

.wind_SSW1 {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(-45deg);
  animation: anim_SSW 1.5s 300;
}

@keyframes anim_SSW {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; left: 0px; top: 10px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; left: 0px; top: 5px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; left: 0px; top: 0px;}
}


.wind_WNW {
  margin-left: 30px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(40deg);
  animation: anim_WNW 1.5s 300;
}
.wind_WNW1 {
  margin-left: 20px;
  margin-top: -9px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(40deg);
  animation: anim_WNW 1.5s 300;
}
@keyframes anim_WNW {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 0px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 0px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 0px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 0px;}

}

.wind_NNW {
  margin-left: 39px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(90deg);
  animation: anim_NNW 1.5s 300;
}
.wind_NNW1 {
  margin-left: 30px;
  margin-top: -16px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(90deg);
  animation: anim_NNW 1.5s 300;
}
@keyframes anim_NNW {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 0px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 3px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 6px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 10px;}

}
.wind_NW {
  margin-left: 39px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(90deg);
  animation: anim_NW 1.5s 300;
}
.wind_NW1 {
  margin-left: 30px;
  margin-top: -16px;
  width: 7px;
  height: 7px;
  position: relative;
  border: 2px solid #008000;
  border-left: none;
  border-bottom: none;
  transform: rotate(90deg);
  animation: anim_NW 1.5s 300;
}
@keyframes anim_NW {
  0%   {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 6px; top: 0px;}
  25%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 4px; top: 3px;}
  50%  {border: 2px solid #008000; border-left: none; border-bottom: none; background: #ffffff00; right: 2px; top: 6px;}
  100% {border: 2px solid #ffffff00; border-left: none; border-bottom: none; background: #ffffff00; right: 0px; top: 10px;}

}


.Blink {
  /* below animation usage: blinker 2.0s = flash circle in sec, cubic-bezier(0.2 = age of flash on, 0, 0, 10) */
  /*  
  animation: blinker 1.5s cubic-bezier(0.1, 0, 0, 20) infinite alternate;
  color: #00ff0a;
  *//* enable above two lines if disable below line */
  animation: blinker 1.5s linear infinite alternate 2.5s; /* disable this if enable up two lines */
  color: #00ff0a00;
  position: relative;
  right: 0px;
  font-size: 8.5px;
}
.Blink1 {
  animation: blinker_off 0.5s linear infinite alternate 2.5s; /* disable this if enable up two lines */
  position: relative;
  right: 0px;
  font-size: 0.7rem;
}
.Blink_off {
  /* below animation usage: blinker 2.0s = flash circle in sec, cubic-bezier(0.2 = age of flash on, 0, 0, 10) */
  animation: blinker_off 2.5s cubic-bezier(1, 0, 0, 0) infinite alternate;  
  color: #ff0000;
  position: relative;
  right: 0px;
  font-size: 8.5px;
}

  @keyframes blinker_off {  
  from { opacity: 1; }
  to { opacity: 0.5; }
}

/* enable below keyframes blinker if disable the other keyframes blinker after this */
  /* 
  @keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}
*/
 /* disable below keyframes if enable up lines */
 @keyframes blinker {
  80% {
    color:#00ff0a00;
  }
  90% {
    color:#00ff0a;
  }
  100% {
    color:#00ff0a00;
  }
}
.tempmarker {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    /*width: 26px;  1 */
    /*height: 26px; 1 */
    width: 30px;
    height: 30px;
    z-index: 1;
}
.tempmarker:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    /*width: 26px;  1 */
    /*height: 26px; 1 */
    width: 30px;
    height: 30px;
    background-color: #eee;
    border-radius: 50% 50% 50% 0;
    position: absolute;
    top: 0;
    left: 0;
}
.tempmarker:after {
    content: "";
    /*width: 22px;  1 */
    /*height: 22px; 1 */
    width: 26px;
    height: 26px;
    background-color: #5a5a5a;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}
.tempmarker span {
    /*font-family: "Ubuntu"; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: absolute;
    top: -1px;
    /*left: 1px; 1 */
    left: -1px;
    display: inline-block;
    /*width: 24px;  1 */
    /*height: 26px; 1 */
    width: 30px;
    height: 30px;
    /*line-height: 27px; 1 */
    line-height: 30px;
    text-align: center;
    color: #FFF;
    /*font-size: 15px; 1 */
    font-size: 1.25rem;
    /*text-shadow: 0 1px 1px #1e2023; 1 */
    text-shadow: 0 2px 2px #1e2023;
    z-index: 1;
    letter-spacing: -1px;
}

.tempmarker.wind:before{background-color: #000000fa;}
.tempmarker.wind:after{background-color: #141414f2;}


/*
.tempmarker{-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);-o-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;width:26px;height:26px;z-index:1}
.tempmarker:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);content:"";width:26px;height:26px;background-color:#eee;border-radius:50% 50% 50% 0;position:absolute;top:0;left:0;}
.tempmarker:after{content:"";width:22px;height:22px;background-color:#FFF;position:absolute;top:2px;left:2px;border-radius:50%}
.tempmarker span{font-family: "Ubuntu";font-weight:400;position:absolute;top:-2px;left:0;display:inline-block;width:24px;height:26px;line-height:27px;text-align:center;color:#FFF;font-size:15px;text-shadow:0 1px 1px #1E2023;z-index:1;letter-spacing: -1px;}
*/
/*.tempmarker:hover{-webkit-transform:scale3d(1.25, 1.25, 1);-moz-transform:scale3d(1.25, 1.25, 1);-ms-transform:scale3d(1.25, 1.25, 1);-o-transform:scale3d(1.25, 1.25, 1);transform:scale3d(1.25, 1.25, 1);-webkit-transition:-webkit-transform 250ms linear;-moz-transition:-moz-transform 250ms linear;transition:transform 250ms linear;z-index:2}*/
.tempmarker.selected span{color:#1E2023;font-weight:400;text-shadow:none}
/*
.tempmarker.temp-47-5:before{background-color:#6c6075}
.tempmarker.temp-47-5:after{background-color:#9F94A7}
.tempmarker.temp-45:before{background-color:#554366}
.tempmarker.temp-45:after{background-color:#896EA0}
.tempmarker.temp-42-5:before{background-color:#412955}
.tempmarker.temp-42-5:after{background-color:#754A9A}
.tempmarker.temp-40:before{background-color:#432356}
.tempmarker.temp-40:after{background-color:#7C409F}
.tempmarker.temp-37-5:before{background-color:#4b215b}
.tempmarker.temp-37-5:after{background-color:#883DA5}
.tempmarker.temp-35:before{background-color:#532060}
.tempmarker.temp-35:after{background-color:#953AAC}
.tempmarker.temp-32-5:before{background-color:#4c2669}
.tempmarker.temp-32-5:after{background-color:#8341B4}
.tempmarker.temp-30:before{background-color:#432a73}
.tempmarker.temp-30:after{background-color:#6F47BC}
.tempmarker.temp-27-5:before{background-color:#342b81}
.tempmarker.temp-27-5:after{background-color:#5B4EC4}
.tempmarker.temp-25:before{background-color:#26367f}
.tempmarker.temp-25:after{background-color:#445BC7}
.tempmarker.temp-22-5:before{background-color:#263183}
.tempmarker.temp-22-5:after{background-color:#4655C9}
.tempmarker.temp-20:before{background-color:#0c3768}
.tempmarker.temp-20:after{background-color:#1767C3}
.tempmarker.temp-17-5:before{background-color:#0a406a}
.tempmarker.temp-17-5:after{background-color:#1278C8}
.tempmarker.temp-15:before{background-color:#12557e}
.tempmarker.temp-15:after{background-color:#1F91D7}
.tempmarker.temp-12-5:before{background-color:#126b97}
.tempmarker.temp-12-5:after{background-color:#2AA8E5}
.tempmarker.temp-10:before{background-color:#0b8ab8}
.tempmarker.temp-10:after{background-color:#36C1F3}
.tempmarker.temp-7-5:before{background-color:#0d84ac}
.tempmarker.temp-7-5:after{background-color:#30BFEF}
.tempmarker.temp-5:before{background-color:#117697}
.tempmarker.temp-5:after{background-color:#28B7E6}
.tempmarker.temp-2-5:before{background-color:#126884}
.tempmarker.temp-2-5:after{background-color:#1FAFDD}
.tempmarker.temp0:before{background-color:#1c6061}
.tempmarker.temp0:after{background-color:#32AFB1}
.tempmarker.temp-0:before{background-color:#1c6061}
.tempmarker.temp-0:after{background-color:#32AFB1}
.tempmarker.temp2-5:before{background-color:#307246}
.tempmarker.temp2-5:after{background-color:#52B673}
.tempmarker.temp5:before{background-color:#436f23}
.tempmarker.temp5:after{background-color:#71BC3C}
.tempmarker.temp7-5:before{background-color:#526b14}
.tempmarker.temp7-5:after{background-color:#93C124}
.tempmarker.temp10:before{background-color:#5c6405}
.tempmarker.temp10:after{background-color:#B6C609}
.tempmarker.temp12-5:before{background-color:#8e6b01}
.tempmarker.temp12-5:after{background-color:#F4B701}
.tempmarker.temp15:before{background-color:#d37c01}
.tempmarker.temp15:after{background-color:#FEAE3C}
.tempmarker.temp17-5:before{background-color:#d26701}
.tempmarker.temp17-5:after{background-color:#FE9A3B}
.tempmarker.temp20:before{background-color:#d05002}
.tempmarker.temp20:after{background-color:#FD843B}
.tempmarker.temp22-5:before{background-color:#aa3010}
.tempmarker.temp22-5:after{background-color:#EC5A34}
.tempmarker.temp25:before{background-color:#8a1919}
.tempmarker.temp25:after{background-color:#DA2F2F}
.tempmarker.temp27-5:before{background-color:#74051d}
.tempmarker.temp27-5:after{background-color:#D50A36}
.tempmarker.temp30:before{background-color:#921c24}
.tempmarker.temp30:after{background-color:#DA3A45}
.tempmarker.temp32-5:before{background-color:#a01f28}
.tempmarker.temp32-5:after{background-color:#DC4953}
.tempmarker.temp35:before{background-color:#b0222a}
.tempmarker.temp35:after{background-color:#DF5961}
.tempmarker.temp37-5:before{background-color:#bf252f}
.tempmarker.temp37-5:after{background-color:#E26870}
.tempmarker.temp40:before{background-color:#cf2833}
.tempmarker.temp40:after{background-color:#E5787F}
.tempmarker.temp42-5:before{background-color:#d8313c}
.tempmarker.temp42-5:after{background-color:#E8878D}
.tempmarker.temp45:before{background-color:#d8313c}
.tempmarker.temp45:after{background-color:#E8878D}
.tempmarker.temp22:before {background-color: #aa3010;}
.tempmarker.temp22:after {background-color: #EC5A34;}
.tempmarker.temp21:before {background-color: #aa3010;}
.tempmarker.temp21:after {background-color: #EC5A34;}
.tempmarker.temp20:before {background-color: #aa3010;}
.tempmarker.temp20:after {background-color: #EC5A34;}
.tempmarker.temp19:before {background-color: #d05002;}
.tempmarker.temp19:after {background-color: #FD843B;}
.tempmarker.temp18:before {background-color: #d05002;}
.tempmarker.temp18:after {background-color: #FD843B;}
.tempmarker.temp17:before {background-color: #d26701;}
.tempmarker.temp17:after {background-color: #FE9A3B;}
.tempmarker.temp16:before {background-color: #d26701;}
.tempmarker.temp16:after {background-color: #FE9A3B;}
.tempmarker.temp15:before {background-color: #d37c01;}
.tempmarker.temp15:after {background-color: #FEAE3C;}
.tempmarker.temp14:before {background-color: #d37c01;}
.tempmarker.temp14:after {background-color: #FEAE3C;}
.tempmarker.temp13:before {background-color: #d37c01;}
.tempmarker.temp13:after {background-color: #FEAE3C;}
.tempmarker.temp12:before {background-color: #8e6b01;}
.tempmarker.temp12:after {background-color: #F4B701;}
.tempmarker.temp11:before {background-color: #8e6b01;}
.tempmarker.temp11:after {background-color: #F4B701;}
.tempmarker.temp10:before {background-color: #333800;}
.tempmarker.temp10:after {background-color: #8e9b07;}
.tempmarker.temp9:before {background-color: #5c6405;}
.tempmarker.temp9:after {background-color: #B6C609;}
.tempmarker.temp8:before {background-color: #5c6405;}
.tempmarker.temp8:after {background-color: #B6C609;}
.tempmarker.temp7:before {background-color: #526b14;}
.tempmarker.temp7:after {background-color: #93C124;}
.tempmarker.temp6:before {background-color: #526b14;}
.tempmarker.temp6:after {background-color: #93C124;}
.tempmarker.temp5:before {background-color: #436f23;}
.tempmarker.temp5:after {background-color: #71BC3C;}
.tempmarker.temp4:before {background-color: #436f23;}
.tempmarker.temp4:after {background-color: #71BC3C;}
.tempmarker.temp3:before {background-color: #436f23;}
.tempmarker.temp3:after {background-color: #71BC3C;}
.tempmarker.temp2:before {background-color: #307246;}
.tempmarker.temp2:after {background-color: #52B673;}
.tempmarker.temp1:before {background-color: #307246;}
.tempmarker.temp1:after {background-color: #52B673;}
.tempmarker.temp0:before {background-color: #1c6061;}
.tempmarker.temp0:after {background-color: #32AFB1;}
.tempmarker.temp-1:before {background-color: #1c6061;}
.tempmarker.temp-1:after {background-color: #32AFB1;}
.tempmarker.temp-2:before {background-color: #1c6061;}
.tempmarker.temp-2:after {background-color: #32AFB1;}
.tempmarker.temp-3:before {background-color: #126884;}
.tempmarker.temp-3:after {background-color: #1FAFDD;}
.tempmarker.temp-4:before {background-color: #126884;}
.tempmarker.temp-4:after {background-color: #1FAFDD;}
.tempmarker.temp-5:before {background-color: #117697;}
.tempmarker.temp-5:after {background-color: #28B7E6;}
.tempmarker.temp-6:before {background-color: #117697;}
.tempmarker.temp-6:after {background-color: #28B7E6;}
.tempmarker.temp-7:before {background-color: #117697;}
.tempmarker.temp-7:after {background-color: #28B7E6;}
.tempmarker.temp-8:before {background-color: #0d84ac;}
.tempmarker.temp-8:after {background-color: #30BFEF;}
.tempmarker.temp-9:before {background-color: #0d84ac;}
.tempmarker.temp-9:after {background-color: #30BFEF;}
.tempmarker.temp-10:before {background-color: #0b8ab8;}
.tempmarker.temp-10:after {background-color: #36C1F3;}
.tempmarker.temp-11:before {background-color: #0b8ab8;}
.tempmarker.temp-11:after {background-color: #36C1F3;}
.tempmarker.temp-12:before {background-color: #126b97;}
.tempmarker.temp-12:after {background-color: #2AA8E5;}
.tempmarker.temp-13:before {background-color: #126b97;}
.tempmarker.temp-13:after {background-color: #2AA8E5;}
.tempmarker.temp-14:before {background-color: #12557e;}
.tempmarker.temp-14:after {background-color: #1F91D7;}
.tempmarker.temp-15:before {background-color: #12557e;}
.tempmarker.temp-15:after {background-color: #1F91D7;}
.tempmarker.temp-16:before {background-color: #0a406a;}
.tempmarker.temp-16:after {background-color: #1278C8;}
.tempmarker.temp-17:before {background-color: #0a406a;}
.tempmarker.temp-17:after {background-color: #1278C8;}
.tempmarker.temp-18:before {background-color: #0c3768;}
.tempmarker.temp-18:after {background-color: #1767C3;}
.tempmarker.temp-19:before {background-color: #0c3768;}
.tempmarker.temp-19:after {background-color: #1767C3;}
.tempmarker.temp-20:before {background-color: #0c3768;}
.tempmarker.temp-20:after {background-color: #1767C3;}
.tempmarker.temp-21:before {background-color: #263183;}
.tempmarker.temp-21:after {background-color: #4655C9;}
.tempmarker.temp-22:before {background-color: #263183;}
.tempmarker.temp-22:after {background-color: #4655C9;}
.tempmarker.temp-23:before {background-color: #263183;}
.tempmarker.temp-23:after {background-color: #4655C9;}
.tempmarker.temp-24:before {background-color: #263183;}
.tempmarker.temp-24:after {background-color: #4655C9;}
.tempmarker.temp-25:before {background-color: #5f2683;}
.tempmarker.temp-25:after {background-color: #c146c9;}
.tempmarker.temp-26:before {background-color: #5f2683;}
.tempmarker.temp-26:after {background-color: #c146c9;}
.tempmarker.temp-27:before {background-color: #5f2683;}
.tempmarker.temp-27:after {background-color: #c146c9;}
.tempmarker.temp-28:before {background-color: #5f2683;}
.tempmarker.temp-28:after {background-color: #c146c9;}
.tempmarker.temp-29:before {background-color: #5f2683;}
.tempmarker.temp-29:after {background-color: #c146c9;}
.tempmarker.temp-30:before {background-color: #5f2683;}
.tempmarker.temp-30:after {background-color: #c146c9;}
*/

.wi-day-sunny:before{content:"\f00d"}.wi-day-cloudy:before{content:"\f002"}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-haze:before{content:"\f0b6"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain:before{content:"\f008"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-showers:before{content:"\f009"}.wi-day-sleet:before{content:"\f0b2"}.wi-day-sleet-storm:before{content:"\f068"}.wi-day-snow:before{content:"\f00a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-day-snow-wind:before{content:"\f065"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-thunderstorm:before{content:"\f010"}.wi-day-windy:before{content:"\f085"}.wi-solar-eclipse:before{content:"\f06e"}.wi-hot:before{content:"\f072"}.wi-day-cloudy-high:before{content:"\f07d"}.wi-day-light-wind:before{content:"\f0c4"}.wi-night-clear:before{content:"\f02e"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-cloudy:before{content:"\f031"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-fog:before{content:"\f04a"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-night-rain:before{content:"\f036"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-showers:before{content:"\f037"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-snow:before{content:"\f038"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-lunar-eclipse:before{content:"\f070"}.wi-stars:before{content:"\f077"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-night-alt-cloudy-high:before{content:"\f07e"}.wi-night-cloudy-high:before{content:"\f080"}.wi-night-alt-partly-cloudy:before{content:"\f081"}.wi-cloud:before{content:"\f041"}.wi-cloudy:before{content:"\f013"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-rain:before{content:"\f019"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-showers:before{content:"\f01a"}.wi-sleet:before{content:"\f0b5"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-snow-wind:before{content:"\f064"}.wi-snow:before{content:"\f01b"}.wi-smog:before{content:"\f074"}.wi-smoke:before{content:"\f062"}.wi-lightning:before{content:"\f016"}.wi-raindrops:before{content:"\f04e"}.wi-raindrop:before{content:"\f078"}.wi-dust:before{content:"\f063"}.wi-snowflake-cold:before{content:"\f076"}.wi-windy:before{content:"\f021"}.wi-strong-wind:before{content:"\f050"}.wi-sandstorm:before{content:"\f082"}.wi-earthquake:before{content:"\f0c6"}.wi-fire:before{content:"\f0c7"}.wi-flood:before{content:"\f07c"}.wi-meteor:before{content:"\f071"}.wi-tsunami:before{content:"\f0c5"}.wi-volcano:before{content:"\f0c8"}.wi-hurricane:before{content:"\f073"}.wi-tornado:before{content:"\f056"}.wi-small-craft-advisory:before{content:"\f0cc"}.wi-gale-warning:before{content:"\f0cd"}.wi-storm-warning:before{content:"\f0ce"}.wi-hurricane-warning:before{content:"\f0cf"}.wi-wind-direction:before{content:"\f0b1"}.wi-alien:before{content:"\f075"}.wi-celsius:before{content:"\f03c"}.wi-fahrenheit:before{content:"\f045"}.wi-degrees:before{content:"\f042"}.wi-thermometer:before{content:"\f055"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-up:before{content:"\f040"}.wi-cloud-refresh:before{content:"\f03e"}.wi-horizon:before{content:"\f047"}.wi-horizon-alt:before{content:"\f046"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-moonrise:before{content:"\f0c9"}.wi-moonset:before{content:"\f0ca"}.wi-refresh:before{content:"\f04c"}.wi-refresh-alt:before{content:"\f04b"}.wi-umbrella:before{content:"\f084"}.wi-barometer:before{content:"\f079"}.wi-humidity:before{content:"\f07a"}.wi-na:before{content:"\f07b"}.wi-train:before{content:"\f0cb"}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-crescent-1:before{content:"\f096"}.wi-moon-waxing-crescent-2:before{content:"\f097"}.wi-moon-waxing-crescent-3:before{content:"\f098"}.wi-moon-waxing-crescent-4:before{content:"\f099"}.wi-moon-waxing-crescent-5:before{content:"\f09a"}.wi-moon-waxing-crescent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-third-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"}.wi-moon-alt-new:before{content:"\f0eb"}.wi-moon-alt-waxing-crescent-1:before{content:"\f0d0"}.wi-moon-alt-waxing-crescent-2:before{content:"\f0d1"}.wi-moon-alt-waxing-crescent-3:before{content:"\f0d2"}.wi-moon-alt-waxing-crescent-4:before{content:"\f0d3"}.wi-moon-alt-waxing-crescent-5:before{content:"\f0d4"}.wi-moon-alt-waxing-crescent-6:before{content:"\f0d5"}.wi-moon-alt-first-quarter:before{content:"\f0d6"}.wi-moon-alt-waxing-gibbous-1:before{content:"\f0d7"}.wi-moon-alt-waxing-gibbous-2:before{content:"\f0d8"}.wi-moon-alt-waxing-gibbous-3:before{content:"\f0d9"}.wi-moon-alt-waxing-gibbous-4:before{content:"\f0da"}.wi-moon-alt-waxing-gibbous-5:before{content:"\f0db"}.wi-moon-alt-waxing-gibbous-6:before{content:"\f0dc"}.wi-moon-alt-full:before{content:"\f0dd"}.wi-moon-alt-waning-gibbous-1:before{content:"\f0de"}.wi-moon-alt-waning-gibbous-2:before{content:"\f0df"}.wi-moon-alt-waning-gibbous-3:before{content:"\f0e0"}.wi-moon-alt-waning-gibbous-4:before{content:"\f0e1"}.wi-moon-alt-waning-gibbous-5:before{content:"\f0e2"}.wi-moon-alt-waning-gibbous-6:before{content:"\f0e3"}.wi-moon-alt-third-quarter:before{content:"\f0e4"}.wi-moon-alt-waning-crescent-1:before{content:"\f0e5"}.wi-moon-alt-waning-crescent-2:before{content:"\f0e6"}.wi-moon-alt-waning-crescent-3:before{content:"\f0e7"}.wi-moon-alt-waning-crescent-4:before{content:"\f0e8"}.wi-moon-alt-waning-crescent-5:before{content:"\f0e9"}.wi-moon-alt-waning-crescent-6:before{content:"\f0ea"}.wi-moon-0:before{content:"\f095"}.wi-moon-1:before{content:"\f096"}.wi-moon-2:before{content:"\f097"}.wi-moon-3:before{content:"\f098"}.wi-moon-4:before{content:"\f099"}.wi-moon-5:before{content:"\f09a"}.wi-moon-6:before{content:"\f09b"}.wi-moon-7:before{content:"\f09c"}.wi-moon-8:before{content:"\f09d"}.wi-moon-9:before{content:"\f09e"}.wi-moon-10:before{content:"\f09f"}.wi-moon-11:before{content:"\f0a0"}.wi-moon-12:before{content:"\f0a1"}.wi-moon-13:before{content:"\f0a2"}.wi-moon-14:before{content:"\f0a3"}.wi-moon-15:before{content:"\f0a4"}.wi-moon-16:before{content:"\f0a5"}.wi-moon-17:before{content:"\f0a6"}.wi-moon-18:before{content:"\f0a7"}.wi-moon-19:before{content:"\f0a8"}.wi-moon-20:before{content:"\f0a9"}.wi-moon-21:before{content:"\f0aa"}.wi-moon-22:before{content:"\f0ab"}.wi-moon-23:before{content:"\f0ac"}.wi-moon-24:before{content:"\f0ad"}.wi-moon-25:before{content:"\f0ae"}.wi-moon-26:before{content:"\f0af"}.wi-moon-27:before{content:"\f0b0"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-time-12:before{content:"\f089"}.wi-direction-up:before{content:"\f058"}.wi-direction-up-right:before{content:"\f057"}.wi-direction-right:before{content:"\f04d"}.wi-direction-down-right:before{content:"\f088"}.wi-direction-down:before{content:"\f044"}.wi-direction-down-left:before{content:"\f043"}.wi-direction-left:before{content:"\f048"}.wi-direction-up-left:before{content:"\f087"}.wi-wind-beaufort-0:before{content:"\f0b7"}.wi-wind-beaufort-1:before{content:"\f0b8"}.wi-wind-beaufort-2:before{content:"\f0b9"}.wi-wind-beaufort-3:before{content:"\f0ba"}.wi-wind-beaufort-4:before{content:"\f0bb"}.wi-wind-beaufort-5:before{content:"\f0bc"}.wi-wind-beaufort-6:before{content:"\f0bd"}.wi-wind-beaufort-7:before{content:"\f0be"}.wi-wind-beaufort-8:before{content:"\f0bf"}.wi-wind-beaufort-9:before{content:"\f0c0"}.wi-wind-beaufort-10:before{content:"\f0c1"}.wi-wind-beaufort-11:before{content:"\f0c2"}.wi-wind-beaufort-12:before{content:"\f0c3"}.wi-yahoo-0:before{content:"\f056"}.wi-yahoo-1:before{content:"\f00e"}.wi-yahoo-2:before{content:"\f073"}.wi-yahoo-3:before{content:"\f01e"}.wi-yahoo-4:before{content:"\f01e"}.wi-yahoo-5:before{content:"\f017"}.wi-yahoo-6:before{content:"\f017"}.wi-yahoo-7:before{content:"\f017"}.wi-yahoo-8:before{content:"\f015"}.wi-yahoo-9:before{content:"\f01a"}.wi-yahoo-10:before{content:"\f015"}.wi-yahoo-11:before{content:"\f01a"}.wi-yahoo-12:before{content:"\f01a"}.wi-yahoo-13:before{content:"\f01b"}.wi-yahoo-14:before{content:"\f00a"}.wi-yahoo-15:before{content:"\f064"}.wi-yahoo-16:before{content:"\f01b"}.wi-yahoo-17:before{content:"\f015"}.wi-yahoo-18:before{content:"\f017"}.wi-yahoo-19:before{content:"\f063"}.wi-yahoo-20:before{content:"\f014"}.wi-yahoo-21:before{content:"\f021"}.wi-yahoo-22:before{content:"\f062"}.wi-yahoo-23:before{content:"\f050"}.wi-yahoo-24:before{content:"\f050"}.wi-yahoo-25:before{content:"\f076"}.wi-yahoo-26:before{content:"\f013"}.wi-yahoo-27:before{content:"\f031"}.wi-yahoo-28:before{content:"\f002"}.wi-yahoo-29:before{content:"\f031"}.wi-yahoo-30:before{content:"\f002"}.wi-yahoo-31:before{content:"\f02e"}.wi-yahoo-32:before{content:"\f00d"}.wi-yahoo-33:before{content:"\f083"}.wi-yahoo-34:before{content:"\f00c"}.wi-yahoo-35:before{content:"\f017"}.wi-yahoo-36:before{content:"\f072"}.wi-yahoo-37:before{content:"\f00e"}.wi-yahoo-38:before{content:"\f00e"}.wi-yahoo-39:before{content:"\f00e"}.wi-yahoo-40:before{content:"\f01a"}.wi-yahoo-41:before{content:"\f064"}.wi-yahoo-42:before{content:"\f01b"}.wi-yahoo-43:before{content:"\f064"}.wi-yahoo-44:before{content:"\f00c"}.wi-yahoo-45:before{content:"\f00e"}.wi-yahoo-46:before{content:"\f01b"}.wi-yahoo-47:before{content:"\f00e"}.wi-yahoo-3200:before{content:"\f077"}.wi-forecast-io-clear-day:before{content:"\f00d"}.wi-forecast-io-clear-night:before{content:"\f02e"}.wi-forecast-io-rain:before{content:"\f019"}.wi-forecast-io-snow:before{content:"\f01b"}.wi-forecast-io-sleet:before{content:"\f0b5"}.wi-forecast-io-wind:before{content:"\f050"}.wi-forecast-io-fog:before{content:"\f014"}.wi-forecast-io-cloudy:before{content:"\f013"}.wi-forecast-io-partly-cloudy-day:before{content:"\f002"}.wi-forecast-io-partly-cloudy-night:before{content:"\f031"}.wi-forecast-io-hail:before{content:"\f015"}.wi-forecast-io-thunderstorm:before{content:"\f01e"}.wi-forecast-io-tornado:before{content:"\f056"}.wi-wmo4680-00:before,.wi-wmo4680-0:before{content:"\f055"}.wi-wmo4680-01:before,.wi-wmo4680-1:before{content:"\f013"}.wi-wmo4680-02:before,.wi-wmo4680-2:before{content:"\f055"}.wi-wmo4680-03:before,.wi-wmo4680-3:before{content:"\f013"}.wi-wmo4680-04:before,.wi-wmo4680-4:before{content:"\f014"}.wi-wmo4680-05:before,.wi-wmo4680-5:before{content:"\f014"}.wi-wmo4680-10:before{content:"\f014"}.wi-wmo4680-11:before{content:"\f014"}.wi-wmo4680-12:before{content:"\f016"}.wi-wmo4680-18:before{content:"\f050"}.wi-wmo4680-20:before{content:"\f014"}.wi-wmo4680-21:before{content:"\f017"}.wi-wmo4680-22:before{content:"\f017"}.wi-wmo4680-23:before{content:"\f019"}.wi-wmo4680-24:before{content:"\f01b"}.wi-wmo4680-25:before{content:"\f015"}.wi-wmo4680-26:before{content:"\f01e"}.wi-wmo4680-27:before{content:"\f063"}.wi-wmo4680-28:before{content:"\f063"}.wi-wmo4680-29:before{content:"\f063"}.wi-wmo4680-30:before{content:"\f014"}.wi-wmo4680-31:before{content:"\f014"}.wi-wmo4680-32:before{content:"\f014"}.wi-wmo4680-33:before{content:"\f014"}.wi-wmo4680-34:before{content:"\f014"}.wi-wmo4680-35:before{content:"\f014"}.wi-wmo4680-40:before{content:"\f017"}.wi-wmo4680-41:before{content:"\f01c"}.wi-wmo4680-42:before{content:"\f019"}.wi-wmo4680-43:before{content:"\f01c"}.wi-wmo4680-44:before{content:"\f019"}.wi-wmo4680-45:before{content:"\f015"}.wi-wmo4680-46:before{content:"\f015"}.wi-wmo4680-47:before{content:"\f01b"}.wi-wmo4680-48:before{content:"\f01b"}.wi-wmo4680-50:before{content:"\f01c"}.wi-wmo4680-51:before{content:"\f01c"}.wi-wmo4680-52:before{content:"\f019"}.wi-wmo4680-53:before{content:"\f019"}.wi-wmo4680-54:before{content:"\f076"}.wi-wmo4680-55:before{content:"\f076"}.wi-wmo4680-56:before{content:"\f076"}.wi-wmo4680-57:before{content:"\f01c"}.wi-wmo4680-58:before{content:"\f019"}.wi-wmo4680-60:before{content:"\f01c"}.wi-wmo4680-61:before{content:"\f01c"}.wi-wmo4680-62:before{content:"\f019"}.wi-wmo4680-63:before{content:"\f019"}.wi-wmo4680-64:before{content:"\f015"}.wi-wmo4680-65:before{content:"\f015"}.wi-wmo4680-66:before{content:"\f015"}.wi-wmo4680-67:before{content:"\f017"}.wi-wmo4680-68:before{content:"\f017"}.wi-wmo4680-70:before{content:"\f01b"}.wi-wmo4680-71:before{content:"\f01b"}.wi-wmo4680-72:before{content:"\f01b"}.wi-wmo4680-73:before{content:"\f01b"}.wi-wmo4680-74:before{content:"\f076"}.wi-wmo4680-75:before{content:"\f076"}.wi-wmo4680-76:before{content:"\f076"}.wi-wmo4680-77:before{content:"\f01b"}.wi-wmo4680-78:before{content:"\f076"}.wi-wmo4680-80:before{content:"\f019"}.wi-wmo4680-81:before{content:"\f01c"}.wi-wmo4680-82:before{content:"\f019"}.wi-wmo4680-83:before{content:"\f019"}.wi-wmo4680-84:before{content:"\f01d"}.wi-wmo4680-85:before{content:"\f017"}.wi-wmo4680-86:before{content:"\f017"}.wi-wmo4680-87:before{content:"\f017"}.wi-wmo4680-89:before{content:"\f015"}.wi-wmo4680-90:before{content:"\f016"}.wi-wmo4680-91:before{content:"\f01d"}.wi-wmo4680-92:before{content:"\f01e"}.wi-wmo4680-93:before{content:"\f01e"}.wi-wmo4680-94:before{content:"\f016"}.wi-wmo4680-95:before{content:"\f01e"}.wi-wmo4680-96:before{content:"\f01e"}.wi-wmo4680-99:before{content:"\f056"}.wi-owm-200:before{content:"\f01e"}.wi-owm-201:before{content:"\f01e"}.wi-owm-202:before{content:"\f01e"}.wi-owm-210:before{content:"\f016"}.wi-owm-211:before{content:"\f016"}.wi-owm-212:before{content:"\f016"}.wi-owm-221:before{content:"\f016"}.wi-owm-230:before{content:"\f01e"}.wi-owm-231:before{content:"\f01e"}.wi-owm-232:before{content:"\f01e"}.wi-owm-300:before{content:"\f01c"}.wi-owm-301:before{content:"\f01c"}.wi-owm-302:before{content:"\f019"}.wi-owm-310:before{content:"\f017"}.wi-owm-311:before{content:"\f019"}.wi-owm-312:before{content:"\f019"}.wi-owm-313:before{content:"\f01a"}.wi-owm-314:before{content:"\f019"}.wi-owm-321:before{content:"\f01c"}.wi-owm-500:before{content:"\f01c"}.wi-owm-501:before{content:"\f019"}.wi-owm-502:before{content:"\f019"}.wi-owm-503:before{content:"\f019"}.wi-owm-504:before{content:"\f019"}.wi-owm-511:before{content:"\f017"}.wi-owm-520:before{content:"\f01a"}.wi-owm-521:before{content:"\f01a"}.wi-owm-522:before{content:"\f01a"}.wi-owm-531:before{content:"\f01d"}.wi-owm-600:before{content:"\f01b"}.wi-owm-601:before{content:"\f01b"}.wi-owm-602:before{content:"\f0b5"}.wi-owm-611:before{content:"\f017"}.wi-owm-612:before{content:"\f017"}.wi-owm-615:before{content:"\f017"}.wi-owm-616:before{content:"\f017"}.wi-owm-620:before{content:"\f017"}.wi-owm-621:before{content:"\f01b"}.wi-owm-622:before{content:"\f01b"}.wi-owm-701:before{content:"\f01a"}.wi-owm-711:before{content:"\f062"}.wi-owm-721:before{content:"\f0b6"}.wi-owm-731:before{content:"\f063"}.wi-owm-741:before{content:"\f014"}.wi-owm-761:before{content:"\f063"}.wi-owm-762:before{content:"\f063"}.wi-owm-771:before{content:"\f011"}.wi-owm-781:before{content:"\f056"}.wi-owm-800:before{content:"\f00d"}.wi-owm-801:before{content:"\f011"}.wi-owm-802:before{content:"\f011"}.wi-owm-803:before{content:"\f012"}.wi-owm-804:before{content:"\f013"}.wi-owm-900:before{content:"\f056"}.wi-owm-901:before{content:"\f01d"}.wi-owm-902:before{content:"\f073"}.wi-owm-903:before{content:"\f076"}.wi-owm-904:before{content:"\f072"}.wi-owm-905:before{content:"\f021"}.wi-owm-906:before{content:"\f015"}.wi-owm-957:before{content:"\f050"}.wi-owm-day-200:before{content:"\f010"}.wi-owm-day-201:before{content:"\f010"}.wi-owm-day-202:before{content:"\f010"}.wi-owm-day-210:before{content:"\f005"}.wi-owm-day-211:before{content:"\f005"}.wi-owm-day-212:before{content:"\f005"}.wi-owm-day-221:before{content:"\f005"}.wi-owm-day-230:before{content:"\f010"}.wi-owm-day-231:before{content:"\f010"}.wi-owm-day-232:before{content:"\f010"}.wi-owm-day-300:before{content:"\f00b"}.wi-owm-day-301:before{content:"\f00b"}.wi-owm-day-302:before{content:"\f008"}.wi-owm-day-310:before{content:"\f008"}.wi-owm-day-311:before{content:"\f008"}.wi-owm-day-312:before{content:"\f008"}.wi-owm-day-313:before{content:"\f008"}.wi-owm-day-314:before{content:"\f008"}.wi-owm-day-321:before{content:"\f00b"}.wi-owm-day-500:before{content:"\f00b"}.wi-owm-day-501:before{content:"\f008"}.wi-owm-day-502:before{content:"\f008"}.wi-owm-day-503:before{content:"\f008"}.wi-owm-day-504:before{content:"\f008"}.wi-owm-day-511:before{content:"\f006"}.wi-owm-day-520:before{content:"\f009"}.wi-owm-day-521:before{content:"\f009"}.wi-owm-day-522:before{content:"\f009"}.wi-owm-day-531:before{content:"\f00e"}.wi-owm-day-600:before{content:"\f00a"}.wi-owm-day-601:before{content:"\f0b2"}.wi-owm-day-602:before{content:"\f00a"}.wi-owm-day-611:before{content:"\f006"}.wi-owm-day-612:before{content:"\f006"}.wi-owm-day-615:before{content:"\f006"}.wi-owm-day-616:before{content:"\f006"}.wi-owm-day-620:before{content:"\f006"}.wi-owm-day-621:before{content:"\f00a"}.wi-owm-day-622:before{content:"\f00a"}.wi-owm-day-701:before{content:"\f009"}.wi-owm-day-711:before{content:"\f062"}.wi-owm-day-721:before{content:"\f0b6"}.wi-owm-day-731:before{content:"\f063"}.wi-owm-day-741:before{content:"\f003"}.wi-owm-day-761:before{content:"\f063"}.wi-owm-day-762:before{content:"\f063"}.wi-owm-day-781:before{content:"\f056"}.wi-owm-day-800:before{content:"\f00d"}.wi-owm-day-801:before{content:"\f000"}.wi-owm-day-802:before{content:"\f000"}.wi-owm-day-803:before{content:"\f000"}.wi-owm-day-804:before{content:"\f00c"}.wi-owm-day-900:before{content:"\f056"}.wi-owm-day-902:before{content:"\f073"}.wi-owm-day-903:before{content:"\f076"}.wi-owm-day-904:before{content:"\f072"}.wi-owm-day-906:before{content:"\f004"}.wi-owm-day-957:before{content:"\f050"}.wi-owm-night-200:before{content:"\f02d"}.wi-owm-night-201:before{content:"\f02d"}.wi-owm-night-202:before{content:"\f02d"}.wi-owm-night-210:before{content:"\f025"}.wi-owm-night-211:before{content:"\f025"}.wi-owm-night-212:before{content:"\f025"}.wi-owm-night-221:before{content:"\f025"}.wi-owm-night-230:before{content:"\f02d"}.wi-owm-night-231:before{content:"\f02d"}.wi-owm-night-232:before{content:"\f02d"}.wi-owm-night-300:before{content:"\f02b"}.wi-owm-night-301:before{content:"\f02b"}.wi-owm-night-302:before{content:"\f028"}.wi-owm-night-310:before{content:"\f028"}.wi-owm-night-311:before{content:"\f028"}.wi-owm-night-312:before{content:"\f028"}.wi-owm-night-313:before{content:"\f028"}.wi-owm-night-314:before{content:"\f028"}.wi-owm-night-321:before{content:"\f02b"}.wi-owm-night-500:before{content:"\f02b"}.wi-owm-night-501:before{content:"\f028"}.wi-owm-night-502:before{content:"\f028"}.wi-owm-night-503:before{content:"\f028"}.wi-owm-night-504:before{content:"\f028"}.wi-owm-night-511:before{content:"\f026"}.wi-owm-night-520:before{content:"\f029"}.wi-owm-night-521:before{content:"\f029"}.wi-owm-night-522:before{content:"\f029"}.wi-owm-night-531:before{content:"\f02c"}.wi-owm-night-600:before{content:"\f02a"}.wi-owm-night-601:before{content:"\f0b4"}.wi-owm-night-602:before{content:"\f02a"}.wi-owm-night-611:before{content:"\f026"}.wi-owm-night-612:before{content:"\f026"}.wi-owm-night-615:before{content:"\f026"}.wi-owm-night-616:before{content:"\f026"}.wi-owm-night-620:before{content:"\f026"}.wi-owm-night-621:before{content:"\f02a"}.wi-owm-night-622:before{content:"\f02a"}.wi-owm-night-701:before{content:"\f029"}.wi-owm-night-711:before{content:"\f062"}.wi-owm-night-721:before{content:"\f0b6"}.wi-owm-night-731:before{content:"\f063"}.wi-owm-night-741:before{content:"\f04a"}.wi-owm-night-761:before{content:"\f063"}.wi-owm-night-762:before{content:"\f063"}.wi-owm-night-781:before{content:"\f056"}.wi-owm-night-800:before{content:"\f02e"}.wi-owm-night-801:before{content:"\f022"}.wi-owm-night-802:before{content:"\f022"}.wi-owm-night-803:before{content:"\f022"}.wi-owm-night-804:before{content:"\f086"}.wi-owm-night-900:before{content:"\f056"}.wi-owm-night-902:before{content:"\f073"}.wi-owm-night-903:before{content:"\f076"}.wi-owm-night-904:before{content:"\f072"}.wi-owm-night-906:before{content:"\f024"}.wi-owm-night-957:before{content:"\f050"}.wi-wu-chanceflurries:before{content:"\f064"}.wi-wu-chancerain:before{content:"\f019"}.wi-wu-chancesleat:before{content:"\f0b5"}.wi-wu-chancesnow:before{content:"\f01b"}.wi-wu-chancetstorms:before{content:"\f01e"}.wi-wu-clear:before{content:"\f00d"}.wi-wu-cloudy:before{content:"\f002"}.wi-wu-flurries:before{content:"\f064"}.wi-wu-hazy:before{content:"\f0b6"}.wi-wu-mostlycloudy:before{content:"\f002"}.wi-wu-mostlysunny:before{content:"\f00d"}.wi-wu-partlycloudy:before{content:"\f002"}.wi-wu-partlysunny:before{content:"\f00d"}.wi-wu-rain:before{content:"\f01a"}.wi-wu-sleat:before{content:"\f0b5"}.wi-wu-snow:before{content:"\f01b"}.wi-wu-sunny:before{content:"\f00d"}.wi-wu-tstorms:before{content:"\f01e"}.wi-wu-unknown:before{content:"\f00d"}