@font-face {
  font-family: 'icon-font';
  src:  url('fonts/icon-font.eot?jd1t31');
  src:  url('fonts/icon-font.eot?jd1t31#iefix') format('embedded-opentype'),
    url('fonts/icon-font.ttf?jd1t31') format('truetype'),
    url('fonts/icon-font.woff?jd1t31') format('woff'),
    url('fonts/icon-font.svg?jd1t31#icon-font') 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: 'icon-font' !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-ok:before {
  content: "\e1009";
}
.icon-album:before {
  content: "\e1000";
}
.icon-breadcrumb_home:before {
  content: "\e1001";
}
.icon-contact:before {
  content: "\e1002";
}
.icon-download:before {
  content: "\e1003";
}
.icon-links:before {
  content: "\e1004";
}
.icon-message_A:before {
  content: "\e1005";
}
.icon-message_Q:before {
  content: "\e1006";
}
.icon-video:before {
  content: "\e1008";
}

