@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?52277307');
  src: url('../font/fontello.eot?52277307#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?52277307') format('woff2'),
       url('../font/fontello.woff?52277307') format('woff'),
       url('../font/fontello.ttf?52277307') format('truetype'),
       url('../font/fontello.svg?52277307#fontello') 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: 'fontello';
    src: url('../font/fontello.svg?52277307#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  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 */
  margin-left: .2em;

  /* 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); */
}

.icon-ascendant:before { content: '\e800'; } /* '' */
.icon-midheaven:before { content: '\e801'; } /* '' */
.icon-lot-of-fortune:before { content: '\e802'; } /* '' */
.icon-inconjunction:before { content: '\e803'; } /* '' */
.icon-ceres:before { content: '\e804'; } /* '' */
.icon-sextile:before { content: '\e81d'; } /* '' */
.icon-trine:before { content: '\e81e'; } /* '' */
.icon-conjunction:before { content: '\e81f'; } /* '' */
.icon-opposition:before { content: '\e820'; } /* '' */
.icon-square:before { content: '\e822'; } /* '' */
.icon-lot-of-spirit:before { content: '\e823'; } /* '' */
.icon-black-moon-lilith:before { content: '\e825'; } /* '' */
.icon-quintile:before { content: '\e826'; } /* '' */
.icon-semisextile:before { content: '\e827'; } /* '' */
.icon-semisquare:before { content: '\e828'; } /* '' */
.icon-sesquiquadrate:before { content: '\e82a'; } /* '' */
.icon-juno:before { content: '\e82b'; } /* '' */
.icon-pallas:before { content: '\e82c'; } /* '' */
.icon-vesta:before { content: '\e82d'; } /* '' */
.icon-fixed-star:before { content: '\e82e'; } /* '' */
.icon-cancer:before { content: '\e900'; } /* '' */
.icon-capricorn:before { content: '\e901'; } /* '' */
.icon-gemini:before { content: '\e902'; } /* '' */
.icon-leo:before { content: '\e903'; } /* '' */
.icon-libra:before { content: '\e904'; } /* '' */
.icon-pisces:before { content: '\e905'; } /* '' */
.icon-sagittarius:before { content: '\e906'; } /* '' */
.icon-scorpio:before { content: '\e907'; } /* '' */
.icon-taurus:before { content: '\e908'; } /* '' */
.icon-virgo:before { content: '\e909'; } /* '' */
.icon-aquarius:before { content: '\e90a'; } /* '' */
.icon-aries:before { content: '\e90b'; } /* '' */
.icon-mercury:before { content: '\e90c'; } /* '' */
.icon-moon:before { content: '\e90d'; } /* '' */
.icon-neptune:before { content: '\e90e'; } /* '' */
.icon-northnode:before { content: '\e90f'; } /* '' */
.icon-southnode:before { content: '\e910'; } /* '' */
.icon-pluto:before { content: '\e911'; } /* '' */
.icon-saturn:before { content: '\e912'; } /* '' */
.icon-sun:before { content: '\e913'; } /* '' */
.icon-uranus:before { content: '\e914'; } /* '' */
.icon-venus:before { content: '\e915'; } /* '' */
.icon-chiron:before { content: '\e916'; } /* '' */
.icon-jupiter:before { content: '\e917'; } /* '' */
.icon-mars:before { content: '\e918'; } /* '' */
.icon-fire:before { content: '\e919'; } /* '' */
.icon-retrograde:before { content: '\e91a'; } /* '' */
