@font-face {
  font-family: 'speciality';
  src:  url('../fonts/speciality.eot?fnulpp');
  src:  url('../fonts/speciality.eot?fnulpp#iefix') format('embedded-opentype'),
    url('../fonts/speciality.ttf?fnulpp') format('truetype'),
    url('../fonts/speciality.woff?fnulpp') format('woff'),
    url('../fonts/speciality.svg?fnulpp#speciality') 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: 'speciality' !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-wildlife:before {
  content: "\e900";
}
.icon-photography:before {
  content: "\e901";
}
.icon-art:before {
  content: "\e902";
}
.icon-landsea:before {
  content: "\e903";
}
.icon-golf:before {
  content: "\e904";
}

