@font-face {
  font-family: 'temple';
  src:  url('../fonts/temple.eot?vve9ra');
  src:  url('../fonts/temple.eot?vve9ra#iefix') format('embedded-opentype'),
    url('../fonts/temple.ttf?vve9ra') format('truetype'),
    url('../fonts/temple.woff?vve9ra') format('woff'),
    url('../fonts/temple.svg?vve9ra#temple') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'temple' !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-cancel:before {
  content: "\e900";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-mail-forward:before {
  content: "\f064";
}
.icon-share:before {
  content: "\f064";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-angle-down:before {
  content: "\f107";
}
