@charset "UTF-8";

 /*
* my-font
 */
@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?n0xqo1');
  src:  url('icomoon.eot?n0xqo1#iefix') format('embedded-opentype'),
    url('icomoon.ttf?n0xqo1') format('truetype'),
    url('icomoon.woff?n0xqo1') format('woff'),
    url('icomoon.svg?n0xqo1#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-night:before {
  content: "\e911";
}
.icon-doublecircle:before {
  content: "\e912";
}
.icon-triangle:before {
  content: "\e913";
}
.icon-play3:before {
  content: "\ea1e";
}
.icon-check:before {
  content: "\e914";
}
.icon-sdown:before {
  content: "\e90c";
}
.icon-sright:before {
  content: "\e905";
}
.icon-stop:before {
  content: "\e909";
}
.icon-sleft:before {
  content: "\e90b";
}
.icon-zoom:before {
  content: "\e910";
}
.icon-calendar:before {
  content: "\e900";
}
.icon-left:before {
  content: "\e901";
}
.icon-down:before {
  content: "\e90d";
}
.icon-right:before {
  content: "\e90e";
}
.icon-top:before {
  content: "\e90f";
}
.icon-earth:before {
  content: "\e902";
}
.icon-front:before {
  content: "\e903";
}
.icon-lock:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e906";
}
.icon-note:before {
  content: "\e907";
}
.icon-tel:before {
  content: "\e908";
}
.icon-side:before {
  content: "\e90a";
}
.icon-mright:before {
  content: "\ea1c";
}
