@charset "UTF-8";

/* ----------------------------------------
If you update fontello, you need to change
version number by hand inside base.html
-----------------------------------------*/

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

[class^="icon-"]:before, [class*=" icon-"]:before {
  visibility: visible;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  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-close:before { content: '\d7'; } /* '×' */
.icon-reload:before { content: '\21ba'; } /* '↺' */
.icon-rght:before { content: '\21d2'; } /* '⇒' */
.icon-menu:before { content: '\2261'; } /* '≡' */
.icon-clock:before { content: '\2297'; } /* '⊗' */
.icon-fire:before { content: '\2660'; } /* '♠' */
.icon-hrtbt:before { content: '\2665'; } /* '♥' */
.icon-wrng:before { content: '\26a0'; } /* '⚠' */
.icon-ok:before { content: '\2714'; } /* '✔' */
.icon-news:before { content: '\2e2a'; } /* '⸪' */
.icon-fac:before { content: '\e803'; } /* '' */
.icon-twtr:before { content: '\e804'; } /* '' */
.icon-yt:before { content: '\e805'; } /* '' */
.icon-tmblr:before { content: '\e80b'; } /* '' */
.icon-gog:before { content: '\e80d'; } /* '' */
.icon-fed:before { content: '\e80e'; } /* '' */
.icon-inst:before { content: '\e80f'; } /* '' */
.icon-whtsap:before { content: '\f232'; } /* '' */
.icon-vid:before { content: '🎥'; } /* '\1f3a5' */
.icon-cal:before { content: '📅'; } /* '\1f4c5' */
.icon-mail:before { content: '📧'; } /* '\1f4e7' */
.icon-search:before { content: '🔍'; } /* '\1f50d' */
.icon-srch:before { content: '🔎'; } /* '\1f50e' */
.icon-link:before { content: '🔗'; } /* '\1f517' */
.icon-zoom:before { content: '🖺'; } /* '\1f5ba' */