@font-face {
  font-family: 'icon';
  src: url('../fonts/icon_pack/icon.eot?2956999');
  src: url('../fonts/icon_pack/icon.eot?2956999#iefix') format('embedded-opentype'),
       url('../fonts/icon_pack/icon.woff2?2956999') format('woff2'),
       url('../fonts/icon_pack/icon.woff?2956999') format('woff'),
       url('../fonts/icon_pack/icon.ttf?2956999') format('truetype'),
       url('../fonts/icon_pack/icon.svg?2956999#icon') 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: 'icon';
    src: url('../font/icon.svg?2956999#icon') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  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 */
  margin-left: .2em;

  /* 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); */
}

.icon-discord {
	width: 24px;
	height: 24px;
	position: relative;
	display: inline-block;
}
.icon-discord::before {
	content: url(/templates/matthiasloeschmann/fonts/icon_pack/discord.svg);
	position: absolute;
	bottom: -8px;
	left: -2px;
}

.icon-key:before { content: '\e815'; } /* '' */
.icon-user:before { content: '\e816'; } /* '' */
.icon-eye:before { content: '\e813'; } /* '' */
.icon-eye-slash:before { content: '\e814'; } /* '' */
.icon-location:before { content: '\e812'; } /* '' */
.icon-suitcase:before { content: '\f0f2'; } /* '' */
.icon-email:before { content: '\e800'; } /* '' */
.icon-tags:before { content: '\e801'; } /* '' */
.icon-plus:before { content: '\e802'; } /* '' */
.icon-thumbs-up:before { content: '\e803'; } /* '' */
.icon-thumbs-down:before { content: '\e804'; } /* '' */
.icon-download:before { content: '\e805'; } /* '' */
.icon-upload:before { content: '\e806'; } /* '' */
.icon-pencil:before { content: '\e807'; } /* '' */
.icon-bell:before { content: '\e808'; } /* '' */
.icon-trash-empty:before { content: '\e809'; } /* '' */
.icon-calendar:before { content: '\e80a'; } /* '' */
.icon-login:before { content: '\e80b'; } /* '' */
.icon-logout:before { content: '\e80c'; } /* '' */
.icon-cog-alt:before { content: '\e80d'; } /* '' */
.icon-ccw:before { content: '\e80e'; } /* '' */
.icon-flash:before { content: '\e80f'; } /* '' */
.icon-chart-bar:before { content: '\e810'; } /* '' */
.icon-coffee:before { content: '\e811'; } /* '' */
.icon-money:before { content: '\f0d6'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-shield:before { content: '\f132'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-bug:before { content: '\f188'; } /* '' */
.icon-database:before { content: '\f1c0'; } /* '' */
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
.icon-chart-area:before { content: '\f1fe'; } /* '' */
.icon-server:before { content: '\f233'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-snapchat:before { content: '\f2ac'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
