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

@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
   animation: anim-rotate 2s infinite linear;
  height: 1em;
  line-height: 1;
  transform-origin: 50% 50%;
 /*font-size:4em;
  margin: .5em;
  color: #fff;
  text-shadow: 0 0 .25em rgba(255,255,255, .3);*/
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circle:before {
  content: "\e90e";
}
.icon-cloud-drizzle:before {
  content: "\e900";
}
.icon-cloud-lightning:before {
  content: "\e901";
}
.icon-cloud-off:before {
  content: "\e902";
}
.icon-cloud-rain:before {
  content: "\e903";
}
.icon-cloud-snow:before {
  content: "\e904";
}
.icon-cloud:before {
  content: "\e905";
}
.icon-crosshair:before {
  content: "\e906";
}
.icon-droplet:before {
  content: "\e907";
}
.icon-loader:before {
  content: "\e908";
}
.icon-map-pin:before {
  content: "\e90f";
}
.icon-minus-circle:before {
  content: "\e910";
}
.icon-moon:before {
  content: "\e909";
}
.icon-plus-circle:before {
  content: "\e911";
}
.icon-sun:before {
  content: "\e90a";
}
.icon-sunrise:before {
  content: "\e90b";
}
.icon-sunset:before {
  content: "\e90c";
}
.icon-wind:before {
  content: "\e90d";
}
