@font-face {
  font-family: 'icon-font';
  src:  url('fonts/icon-font.eot?1arcqz');
  src:  url('fonts/icon-font.eot?1arcqz#iefix') format('embedded-opentype'),
    url('fonts/icon-font.ttf?1arcqz') format('truetype'),
    url('fonts/icon-font.woff?1arcqz') format('woff'),
    url('fonts/icon-font.svg?1arcqz#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-album_hover:before {
  content: "\e10b0";
}
.icon-branch_icon:before {
  content: "\e1010";
}
.icon-breadcrumb_home:before {
  content: "\e1b1a";
}
.icon-contact_mail:before {
  content: "\e1b1b";
}
.icon-contact_ok_home:before {
  content: "\e1b1c";
}
.icon-contact_tel:before {
  content: "\e1b1d";
}
.icon-video:before {
  content: "\e1b1e";
}
