
@font-face{
	font-family: 'IowanOldSt BT';
	src: url('../fonts/iowanoldstylebt-roman.woff2') format('woff2'),
		  url('../fonts/iowanoldstylebt-roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'IowanOldSt BT';
	src: url('../fonts/iowanoldstylebt-italic.woff2') format('woff2'),
		  url('../fonts/iowanoldstylebt-italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face{
	font-family: 'IowanOldSt BT';
	src: url('../fonts/iowanoldstylebt-bold.woff2') format('woff2'),
		  url('../fonts/iowanoldstylebt-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face{
	font-family: 'IowanOldSt BT';
	src: url('../fonts/iowanoldstylebt-bolditalic.woff2') format('woff2'),
		  url('../fonts/iowanoldstylebt-bolditalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face{
	font-family: 'loup';
	src: url('../fonts/loup.ttf') format('truetype'),
		  url('../fonts/loup.woff') format('woff'),
		  url('../fonts/loup.svg#loup') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='icon-']::before, [class*='icon-']::before{
	font-family: 'loup';
	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-bookmark::before{
	content: '\e90e';
}

.icon-envelope::before{
	content: '\e904';
}

.icon-menu::before{
	content: '\e90c';
}

.icon-up::before{
	content: '\e902';
}

.icon-down::before{
	content: '\e903';
}

.icon-arrow-left::before{
	content: '\e90a';
}

.icon-close::before{
	content: '\e901';
}

.icon-search::before{
	content: '\e900';
}

.icon-rss::before{
	content: '\e906';
}

.icon-play::before{
	content: '\e907';
}

.icon-linkedin::before{
	content: '\e908';
}

.icon-twitter::before{
	content: '\e909';
}