@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ks2qfo');
	src:url('../fonts/icomoon.eot?ks2qfo#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ks2qfo') format('truetype'),
		url('../fonts/icomoon.woff?ks2qfo') format('woff'),
		url('../fonts/icomoon.svg?ks2qfo#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-icon-msg:before {
	content: "\e901";
}
.icon-shere:before {
	content: "\e903";
}
.icon-icon-location:before {
	content: "\e900";
}
.icon-icon-noti:before {
	content: "\e902";
}

