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

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-0:before {
  content: "\e900"; }

.icon-1:before {
  content: "\e901"; }

.icon-2:before {
  content: "\e902"; }

.icon-3:before {
  content: "\e903"; }

.icon-4:before {
  content: "\e904"; }

.icon-5:before {
  content: "\e905"; }

.icon-6:before {
  content: "\e906"; }

.icon-7:before {
  content: "\e907"; }

.icon-8:before {
  content: "\e908"; }

.icon-9:before {
  content: "\e909"; }

.icon-10:before {
  content: "\e90a"; }

.icon-11:before {
  content: "\e90b"; }

.icon-12:before {
  content: "\e90c"; }

.icon-13:before {
  content: "\e90d"; }

.icon-14:before {
  content: "\e90e"; }

.icon-15:before {
  content: "\e90f"; }

.icon-16:before {
  content: "\e910"; }

.icon-17:before {
  content: "\e911"; }

.icon-18:before {
  content: "\e912"; }

.icon-19:before {
  content: "\e913"; }

.icon-20:before {
  content: "\e914"; }

.icon-21:before {
  content: "\e915"; }

.icon-22:before {
  content: "\e916"; }

.icon-23:before {
  content: "\e917"; }

.icon-24:before {
  content: "\e918"; }

.icon-25:before {
  content: "\e919"; }

.icon-26:before {
  content: "\e91a"; }

.icon-27:before {
  content: "\e91b"; }

.icon-28:before {
  content: "\e91c"; }

.rotating {
  -webkit-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -moz-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -ms-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -o-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite; }

@keyframes rotating {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

/*# sourceMappingURL=map/icons.min.css.map */
