@font-face {
  font-family: 'nml-icons';
  src: url('../font/nml-icons.eot?35701087');
  src: url('../font/nml-icons.eot?35701087#iefix') format('embedded-opentype'),
       url('../font/nml-icons.woff2?35701087') format('woff2'),
       url('../font/nml-icons.woff?35701087') format('woff'),
       url('../font/nml-icons.ttf?35701087') format('truetype'),
       url('../font/nml-icons.svg?35701087#nml-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'nml-icons';
    src: url('../font/nml-icons.svg?35701087#nml-icons') format('svg');
  }
}
*/
[class^="icons-"]:before, [class*=" icons-"]:before {
  font-family: "nml-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icons-down-open:before { content: '\21'; } /* '!' */
.icons-left-open:before { content: '\22'; } /* '"' */
.icons-right-open:before { content: '\23'; } /* '#' */
.icons-up-open:before { content: '\24'; } /* '$' */
.icons-spin5:before { content: '\25'; } /* '%' */
.icons-search:before { content: '\31'; } /* '1' */
.icons-mail:before { content: '\32'; } /* '2' */
.icons-heart:before { content: '\33'; } /* '3' */
.icons-star:before { content: '\34'; } /* '4' */
.icons-user:before { content: '\35'; } /* '5' */
.icons-paper-plane:before { content: '\36'; } /* '6' */
.icons-trash:before { content: '\37'; } /* '7' */
.icons-doc:before { content: '\38'; } /* '8' */
.icons-note:before { content: '\39'; } /* '9' */
.icons-params:before { content: '\61'; } /* 'a' */
.icons-cog:before { content: '\62'; } /* 'b' */
.icons-lightbulb:before { content: '\63'; } /* 'c' */
.icons-calendar:before { content: '\64'; } /* 'd' */
.icons-comment:before { content: '\65'; } /* 'e' */
.icons-pencil:before { content: '\66'; } /* 'f' */
.icons-inbox:before { content: '\67'; } /* 'g' */
.icons-location:before { content: '\68'; } /* 'h' */
.icons-mobile:before { content: '\69'; } /* 'i' */
.icons-sound:before { content: '\6a'; } /* 'j' */
.icons-spotify:before { content: '\6b'; } /* 'k' */
.icons-down:before { content: '\6c'; } /* 'l' */
.icons-left:before { content: '\6d'; } /* 'm' */
.icons-right:before { content: '\6e'; } /* 'n' */
.icons-up:before { content: '\6f'; } /* 'o' */
.icons-check:before { content: '\70'; } /* 'p' */
.icons-cancel-1:before { content: '\71'; } /* 'q' */
.icons-emo-happy:before { content: '\72'; } /* 'r' */
.icons-emo-coffee:before { content: '\73'; } /* 's' */
