/* '\1f50d' */

@charset "UTF-8";

/* 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?88872407#fontello') format('svg');
  }
}
*/
[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;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}

.icon-youtube:before {
	content: "U";
}

/* 'U' */
.icon-star:before {
	content: "★";
}

/* '★' */
.icon-flash:before {
	content: "⚡";
}

/* '⚡' */
.icon-mail:before {
	content: "✉";
}

/* '✉' */
.icon-cancel:before {
	content: "✕";
}

/* '✕' */
.icon-money:before {
	content: "";
}

/* '' */
.icon-play-circled:before {
	content: "";
}

/* '' */
.icon-ok:before {
	content: "";
}

/* '' */
.icon-group:before {
	content: "";
}

/* '' */
.icon-certificate:before {
	content: "";
}

/* '' */
.icon-gift:before {
	content: "";
}

/* '' */
.icon-location:before {
	content: "";
}

/* '' */
.icon-lifebuoy:before {
	content: "";
}

/* '' */
.icon-gauge:before {
	content: "";
}

/* '' */
.icon-rss:before {
	content: "";
}

/* '' */
.icon-lightbulb:before {
	content: "";
}

/* '' */
.icon-twitter:before {
	content: "";
}

/* '' */
.icon-facebook-squared:before {
	content: "";
}

/* '' */
.icon-gplus:before {
	content: "";
}

/* '' */
.icon-pinterest:before {
	content: "";
}

/* '' */
.icon-linkedin:before {
	content: "";
}

/* '' */
.icon-graduation-cap:before {
	content: "🎓";
}

/* '\1f393' */
.icon-target:before {
	content: "🎯";
}

/* '\1f3af' */
.icon-trophy:before {
	content: "🏆";
}

/* '\1f3c6' */
.icon-user:before {
	content: "👤";
}

/* '\1f464' */
.icon-alert:before {
	content: "💥";
}

/* '\1f4a5' */
.icon-calendar:before {
	content: "📅";
}

/* '\1f4c5' */
.icon-book:before {
	content: "📕";
}

/* '\1f4d5' */
.icon-megaphone:before {
	content: "📣";
}

/* '\1f4e3' */
.icon-search:before {
	content: "🔍";
}
