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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'logan-icons';
	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-twitter:before {
	content: "\e600";
}
.icon-students:before {
	content: "\e601";
}
.icon-search:before {
	content: "\3f";
}
.icon-news:before {
	content: "\e603";
}
.icon-down-arrow:before {
	content: "\76";
}
.icon-events:before {
	content: "\e604";
}
.icon-retweet:before {
	content: "\e605";
}
.icon-reply:before {
	content: "\e606";
}
.icon-ellipsis:before {
	content: "\2026";
}
.icon-menu:before {
	content: "\e602";
}
.icon-star:before {
	content: "\2a";
}
.icon-backward:before {
	content: "\e607";
}
.icon-forward:before {
	content: "\e608";
}
.icon-previous:before {
	content: "\e609";
}
.icon-next:before {
	content: "\e60a";
}
.icon-arrow-right:before {
	content: "\bb";
}
