@font-face {
    font-family: 'Anton';
    src: url('../fonts/anton-webfont.eot');
    src: url('../fonts/anton-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/anton-webfont.woff') format('woff'),
         url('../fonts/anton-webfont.ttf') format('truetype'),
         url('../fonts/anton-webfont.svg#antonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Agency Fb';
	src: url('../fonts/Agency_FB_Bold.ttf');
	src: url('../fonts/Agency_FB_Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'iconset';
	src:url('../fonts/iconset.eot');
	src:url('../fonts/iconset.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconset.ttf') format('truetype'),
		url('../fonts/iconset.woff') format('woff'),
		url('../fonts/iconset.svg#iconset') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon {
	font-family: 'iconset';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?fjaoul');
	src:  url('../fonts/icomoon.eot?fjaoul#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?fjaoul') format('truetype'),
	url('../fonts/icomoon.woff?fjaoul') format('woff'),
	url('../fonts/icomoon.svg?fjaoul#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-star-full:before {
	content: "\e900";
}
.icon-star-empty:before {
	content: "\e901";
}
.icon-arrow-down:before {
	content: "\e902";
}


