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

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !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;
}

.ic-arrow2:before {
  content: "\e1020";
}
.ic-arrow:before {
  content: "\e1000";
}
.ic-home:before {
  content: "\e1001";
}
.ic-home2:before {
  content: "\e1002";
}
.ic-ic01:before {
  content: "\e1003";
}
.ic-ic02:before {
  content: "\e1004";
}
.ic-ic03:before {
  content: "\e1005";
}
.ic-ic04:before {
  content: "\e1006";
}
.ic-ic05:before {
  content: "\e1007";
}
.ic-ic06:before {
  content: "\e1008";
}
.ic-ic07:before {
  content: "\e1009";
}
.ic-ic08:before {
  content: "\e1010";
}
.ic-ic09:before {
  content: "\e1011";
}
.ic-ic10:before {
  content: "\e1012";
}
.ic-search:before {
  content: "\e1013";
}
.ic-chevron-thin-left:before {
  content: "\e1014";
}
.ic-chevron-thin-right:before {
  content: "\e1015";
}
.ic-arrow-right2:before {
  content: "\e1016";
}
.ic-add2:before {
  content: "\e1017";
}
.ic-minus2:before {
  content: "\e1018";
}
.ic-cross2:before {
  content: "\e1019";
}

