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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

icon-calendar-alt:before { content: "\e902";}
.icon-clock:before {  content: "\e903";}
.icon-mobile-alt:before {  content: "\e905";}
.icon-phone1:before {  content: "\e906";}
.icon-close:before {  content: "\f034";}
.icon-list1:before, .icon-list:before {  content: "\f03a";}
.icon-facebook-square:before {  content: "\f082";}
.icon-twitter:before {  content: "\f099";}
.icon-envelope:before {  content: "\f0e0";}
.icon-phone:before {  content: "\e900";}
.icon-mobile:before {  content: "\e901";}
.icon-cross:before {  content: "\ea0f";
}
