@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?m5nfuk');
	src:url('../fonts/icomoon.eot?m5nfuk#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?m5nfuk') format('truetype'),
		url('../fonts/icomoon.woff?m5nfuk') format('woff'),
		url('../fonts/icomoon.svg?m5nfuk#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-member:before {
    content: "\e900";
    font-size: 1.5em;
    opacity: 0.4;
    vertical-align: middle;
    line-height: 1;
}

.icon-book:before {
    content: "\e901";
    font-size: 1.7em;
    opacity: 0.4;
    vertical-align: middle;
    line-height: 1.2;
}

.icon-donate:before {
    content: "\e902";
    font-size: 1.6em;
    vertical-align: middle;
    opacity: 0.4;
    line-height: 1;
}

.icon-renew:before {
    content: "\e903";
    font-size: 1.9em;
    line-height: 1.1;
    opacity: 0.4;
    vertical-align: middle;
}

