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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-angle-right-alt:before {
  content: "\e911";
}
.icon-times:before {
  content: "\e910";
}
.icon-checked:before {
  content: "\e90f";
}
.icon-angle-down:before {
  content: "\e90e";
}
.icon-close-icon:before {
  content: "\e90d";
  color: #fff;
}
.icon-hamburger:before {
  content: "\e90a";
  color: #c8102e;
}
.icon-mail:before {
  content: "\e90b";
  color: #c8102e;
}
.icon-call:before {
  content: "\e90c";
  color: #c8102e;
}
.icon-angle-left:before {
  content: "\e902";
}
.icon-angle-right:before {
  content: "\e903";
}
.icon-arrow-alt-circle-left:before {
  content: "\e908";
}
.icon-arrow-alt-circle-right:before {
  content: "\e909";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-arrow-circle-o-left:before {
  content: "\e900";
}
.icon-arrow-circle-o-right:before {
  content: "\e901";
}
.icon-arrow-circle-right:before {
  content: "\e904";
}
.icon-arrow-circle-left:before {
  content: "\e905";
}
