@font-face {
	font-family: "fontello";
	src: url("../font/fontello.eot?55751714");
	src: url("../font/fontello.eot?55751714#iefix") format("embedded-opentype"),
		url("../font/fontello.woff2?55751714") format("woff2"),
		url("../font/fontello.woff?55751714") format("woff"),
		url("../font/fontello.ttf?55751714") format("truetype"),
		url("../font/fontello.svg?55751714#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?55751714#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: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 0.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
	content: "\e800";
} /* '' */
.icon-cancel:before {
	content: "\e801";
} /* '' */
.icon-x:before {
	content: "\e802";
} /* '' */
.icon-bluesky:before {
	content: "\e803";
} /* '' */
.icon-search:before {
	content: "\e804";
} /* '' */
.icon-download:before {
	content: "\e805";
} /* '' */
.icon-group:before {
	content: "\e806";
} /* '' */
.icon-globe:before {
	content: "\e808";
} /* '' */
.icon-twitter:before {
	content: "\f099";
} /* '' */
.icon-facebook:before {
	content: "\f09a";
} /* '' */
.icon-linkedin:before {
	content: "\f0e1";
} /* '' */
.icon-angle-left:before {
	content: "\f104";
} /* '' */
.icon-angle-right:before {
	content: "\f105";
} /* '' */
.icon-angle-up:before {
	content: "\f106";
} /* '' */
.icon-angle-down:before {
	content: "\f107";
} /* '' */
.icon-youtube:before {
	content: "\f167";
} /* '' */
.icon-instagram:before {
	content: "\f16d";
} /* '' */
.icon-spotify:before {
	content: "\f1bc";
} /* '' */
