
@font-face{
	font-family: 'grs';
	font-display: block;
	src: url('../fonts/grs.ttf?v=1.0.2') format('truetype'),
		  url('../fonts/grs.woff?v=1.0.2') format('woff'),
		  url('../fonts/grs.svg?v=1.0.2#grs') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='icon-']::before, [class*='icon-']::before{
	font-family: 'grs';
	font-display: block;
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;

	text-decoration: inherit;
	text-align: center;

	/* For safety - reset parent styles, that can break glyph codes */
	font-variant: normal;
	text-transform: none;

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu::before{
	content: '\e900';
}
.icon-close::before{
	content: '\e901';
}
.icon-down::before{
	content: '\e902';
}
.icon-search::before{
	content: '\e903';
}
.icon-pinterest::before{
	content: '\e904';
}
.icon-play::before{
	content: '\e905';
}
.icon-check::before{
	content: '\e906';
}
.icon-turtle::before{
	content: '\e907';
}
.icon-wallet::before{
	content: '\e908';
}
.icon-home::before{
	content: '\e909';
}
.icon-facebook::before{
	content: '\e90a';
}
.icon-twitter::before{
	content: '\e90b';
}
.icon-instagram::before{
	content: '\e90c';
}
.icon-youtube::before{
	content: '\e90d';
}
.icon-linkedin::before{
	content: '\e90e';
}
.icon-left::before{
	content: '\e90f';
}
.icon-right::before{
	content: '\e910';
}