@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontello/fontawesome.eot?88194337');
	src: url('../fonts/fontello/fontawesome.eot?88194337#iefix') format('embedded-opentype'),
		url('../fonts/fontello/fontawesome.woff2?88194337') format('woff2'),
		url('../fonts/fontello/fontawesome.woff?88194337') format('woff'),
		url('../fonts/fontello/fontawesome.ttf?88194337') format('truetype'),
		url('../fonts/fontello/fontawesome.svg?88194337#fontawesome') 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 */


.fa {
	font-family: "FontAwesome";
	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); */
}

.fa-search:before {
	content: '\e800';
}

/* '' */
.fa-left-big:before,
.fa-arrow-left:before {
	content: '\e801';
}

/* '' */
.fa-left-open:before,
.fa-chevron-left:before {
	content: '\e802';
}

/* '' */
.fa-right-open:before,
.fa-chevron-right:before {
	content: '\e803';
}

/* '' */
.fa-up-open:before,
.fa-chevron-up:before {
	content: '\e804';
}

/* '' */
.fa-times:before,
.fa-cancel:before {
	content: '\e805';
}

/* '' */
.fa-plus:before {
	content: '\e806';
}

/* '' */
.fa-minus:before {
	content: '\e807';
}

/* '' */
.fa-caret-down:before,
.fa-down-dir:before {
	content: '\e808';
}

/* '' */
.fa-right-big:before {
	content: '\e809';
}

/* '' */
.fa-down-open:before {
	content: '\e80a';
}

/* '' */
.fa-up-dir:before {
	content: '\e80b';
}

/* '' */
.fa-volume-up:before {
	content: '\e80c';
}

/* '' */
.fa-forward:before {
	content: '\e80d';
}

/* '' */
.fa-calendar:before {
	content: '\e80e';
}

/* '' */
.fa-twitter:before {
	content: '\f099';
}

/* '' */
.fa-facebook:before {
	content: '\f09a';
}

/* '' */
.fa-filter:before {
	content: '\f0b0';
}

/* '' */
.fa-mail-alt:before {
	content: '\f0e0';
}

/* '' */
.fa-linkedin:before {
	content: '\f0e1';
}

/* '' */
.fa-calendar-empty:before,
.fa-calendar-o:before {
	content: '\f133';
}

/* '' */
.fa-play-circled:before,
.fa-play-circle:before {
	content: '\f144';
}

/* '' */
.fa-youtube-play:before {
	content: '\f16a';
}

/* '' */
.fa-facebook-squared:before {
	content: '\f308';
}

/* '' */
.fa-envelope:before {
	content: "\f0e0";
}
