@font-face {
  font-family: 'calend-icons';
  src:  url('calend-icons.eot?r9qpo5');
  src:  url('calend-icons.eot?r9qpo5#iefix') format('embedded-opentype'),
    url('calend-icons.ttf?r9qpo5') format('truetype'),
    url('calend-icons.woff?r9qpo5') format('woff'),
    url('calend-icons.svg?r9qpo5#calend-icons') 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: 'calend-icons' !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-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-trash:before {
  content: "\f1f8";
}
