@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-1hmuyj');
	src:url('fonts/icomoon.eot?#iefix-1hmuyj') format('embedded-opentype'),
		url('fonts/icomoon.woff?-1hmuyj') format('woff'),
		url('fonts/icomoon.ttf?-1hmuyj') format('truetype'),
		url('fonts/icomoon.svg?-1hmuyj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon{
	float: left;
	line-height: 1.2em;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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-youtube{
	font-size: 44px;
	line-height: 27px;
}
.icon-flickr{
	font-size: 44px;
	line-height: 27px;
}

.icon-rss{
	font-size: 18px;
	line-height: 25px;
}

.icon-facebook:before {
	content: "\e60b";
}
.icon-flickr:before {
	content: "\e60c";
}
.icon-rss:before {
	content: "\e613";
}
.icon-twitter:before {
	content: "\e615";
}
.icon-youtube:before {
	content: "\e617";
}
