@charset "UTF-8";
@import url('icons/yarmel/yarmel.css');

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

}

[data-icon]:before {
  font-family: "yarmel" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-settings:before {
  content: "\62";
}
.icon-lab:before {
  content: "\63";
}
.icon-lock:before {
  content: "\64";
}
.icon-retweet:before {
  content: "\65";
}

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

[class^="ico-"]:before, [class*=" ico-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;

  /* 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 */

  font-size: 140%;

  /* 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); */
}

.ico-clock:before { content: '\e800'; } /* '' */
.ico-user:before { content: '\e801'; } /* '' */
.ico-tag:before { content: '\e802'; } /* '' */
.ico-suitcase:before { content: '\f0f2'; } /* '' */
.ico-plus:before { content: '\e803'; } /* '' */
.ico-pencil:before { content: '\e804'; } /* '' */
.ico-trash-empty:before { content: '\e805'; } /* '' */
