@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?20704000');
  src: url('../font/fontello.eot?20704000#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?20704000') format('woff2'),
       url('../font/fontello.woff?20704000') format('woff'),
       url('../font/fontello.ttf?20704000') format('truetype'),
       url('../font/fontello.svg?20704000#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
}
 
.icon-clock-circled:before { content: '\e800'; } 
.icon-phone:before { content: '\e801'; } 
.icon-location:before { content: '\e802'; }
.icon-mail:before { content: '\e803'; } 
.icon-clock:before { content: '\e808'; } 
.icon-mail-alt:before { content: '\f0e0'; } 