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

[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-messenger:before {
  content: "\e90c";
}
.icon-clock:before {
  content: "\e900";
}
.icon-key:before {
  content: "\e901";
}
.icon-plus:before {
  content: "\e912";
}
.icon-search:before {
  content: "\e913";
}
.icon-feed:before {
  content: "\e902";
}
.icon-console:before {
  content: "\e903";
}
.icon-earth:before {
  content: "\e904";
}
.icon-bookmark:before {
  content: "\e905";
}
.icon-calendar:before {
  content: "\e906";
}
.icon-mouse:before {
  content: "\e910";
}
.icon-phone:before {
  content: "\e90d";
}
.icon-headphones:before {
  content: "\e907";
}
.icon-cancel:before {
  content: "\e914";
}
.icon-alarm:before {
  content: "\e908";
}
.icon-trashcan:before {
  content: "\e911";
}
.icon-stats:before {
  content: "\e909";
}
.icon-diary:before {
  content: "\e90a";
}
.icon-camera:before {
  content: "\e915";
}
.icon-disk:before {
  content: "\e90b";
}
.icon-home:before {
  content: "\e916";
}
.icon-newspaper:before {
  content: "\e917";
}
.icon-pencil:before {
  content: "\e90f";
}
.icon-pencil2:before {
  content: "\e90e";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-podcast:before {
  content: "\e91c";
}
.icon-mic:before {
  content: "\e91e";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-phone-hang-up:before {
  content: "\e943";
}
.icon-display:before {
  content: "\e956";
}
.icon-undo2:before {
  content: "\e967";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-spinner10:before {
  content: "\e983";
}
.icon-enlarge:before {
  content: "\e989";
}
.icon-shrink:before {
  content: "\e98a";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-upload2:before {
  content: "\e9c6";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-confused2:before {
  content: "\e9f6";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-pause:before {
  content: "\ea16";
}
.icon-volume-mute2:before {
  content: "\ea2a";
}
.icon-volume-increase:before {
  content: "\ea2b";
}
.icon-volume-decrease:before {
  content: "\ea2c";
}
.icon-loop2:before {
  content: "\ea2e";
}
.icon-arrow-up-left2:before {
  content: "\ea39";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-up-right2:before {
  content: "\ea3b";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down-right2:before {
  content: "\ea3d";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-down-left2:before {
  content: "\ea3f";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-twitch:before {
  content: "\ea9f";
}
.icon-android:before {
  content: "\eac0";
}
.icon-windows8:before {
  content: "\eac2";
}
.icon-soundcloud:before {
  content: "\eac3";
}
.icon-pinterest2:before {
  content: "\ead2";
}
.icon-paypal:before {
  content: "\ead8";
}
@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
  animation: anim-rotate 2s infinite linear;
  text-shadow: 0 0 .25em rgba(255,255,255, .3);
}
.spinner--steps {
  animation: anim-rotate 1s infinite steps(8);
}
.spinner--steps2 {
  animation: anim-rotate 1s infinite steps(12);
}
