@font-face {
  font-family: 'calendar';
  src: url('../font/calendar.eot?18254814');
  src: url('../font/calendar.eot?18254814#iefix') format('embedded-opentype'),
       url('../font/calendar.woff2?18254814') format('woff2'),
       url('../font/calendar.woff?18254814') format('woff'),
       url('../font/calendar.ttf?18254814') format('truetype'),
       url('../font/calendar.svg?18254814#calendar') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'calendar';
    src: url('../font/calendar.svg?18254814#calendar') format('svg');
  }
}
*/
[class^="cal-icon-"]:before, [class*=" cal-icon-"]:before {
  font-family: "calendar";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.cal-icon-calendar:before { content: '\e80c'; } /* '' */
.cal-icon-calendar-1:before { content: '\e80d'; } /* '' */
.cal-icon-calendar-outlilne:before { content: '\e80e'; } /* '' */
.cal-icon-calendar-2:before { content: '\e80f'; } /* '' */
.cal-icon-calendar-3:before { content: '\e810'; } /* '' */
.cal-icon-calendar-inv:before { content: '\e811'; } /* '' */
.cal-icon-calendar-alt:before { content: '\e812'; } /* '' */
.cal-icon-calendar-4:before { content: '\e813'; } /* '' */
.cal-icon-calendar-alt-1:before { content: '\e814'; } /* '' */
.cal-icon-calendar-6:before { content: '\e815'; } /* '' */
.cal-icon-calendar-7:before { content: '\e816'; } /* '' */
.cal-icon-calendar-circled:before { content: '\e817'; } /* '' */
.cal-icon-calendar-8:before { content: '\e818'; } /* '' */
.cal-icon-calendar-empty:before { content: '\f133'; } /* '' */
.cal-icon-calendar-plus-o:before { content: '\f271'; } /* '' */
.cal-icon-calendar-minus-o:before { content: '\f272'; } /* '' */
.cal-icon-calendar-times-o:before { content: '\f273'; } /* '' */
.cal-icon-calendar-check-o:before { content: '\f274'; } /* '' */
.cal-icon-calendar-5:before { content: '\f4c5'; } /* '' */
