@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?qrqc8g');
  src:  url('../fonts/icomoon.eot?qrqc8g#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qrqc8g') format('truetype'),
    url('../fonts/icomoon.woff?qrqc8g') format('woff'),
    url('../fonts/icomoon.svg?qrqc8g#icomoon') 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: 'icomoon' !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-envelope-o:before {
  content: "\f003";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-plus:before {
  content: "\2607";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-facebook-f:before {
  content: "\e900";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-quotes-left:before {
  content: "\e977";
}
