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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fonticons' !important;
  speak: never;
  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-heart-empty:before {
  content: "\e800";
}
.icon-left-open:before {
  content: "\e801";
}
.icon-heart:before {
  content: "\e802";
}
.icon-right-open:before {
  content: "\e803";
}
.icon-up-open:before {
  content: "\e804";
}
.icon-down-open:before {
  content: "\e805";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-apple:before {
  content: "\f179";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-vkontakte:before {
  content: "\f189";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-deviantart:before {
  content: "\f1bd";
}
.icon-twitch:before {
  content: "\f1e8";
}
.icon-pinterest:before {
  content: "\f231";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-x-twitter:before {
  content: "\e901";
}
