@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?v3keep');
  src:  url('fonts/icomoon.eot?v3keep#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?v3keep') format('truetype'),
    url('fonts/icomoon.woff?v3keep') format('woff'),
    url('fonts/icomoon.svg?v3keep#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-church:before {
  content: "\e90c";
}
.icon-marker:before {
  content: "\e90d";
}
.icon-teaser:before {
  content: "\e90b";
}
.icon-bell:before {
  content: "\e90a";
}
.icon-down:before {
  content: "\e902";
}
.icon-left:before {
  content: "\e903";
}
.icon-right:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-donate:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e908";
}
.icon-talk:before {
  content: "\e909";
}
.icon-clock:before {
  content: "\e900";
}
.icon-sign:before {
  content: "\e901";
}
