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

[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-search:before {
	content: "\e600";
}
.icon-menu:before {
	content: "\e601";
}

.icon-facebook:before {
	color: #39C;
	content: "\e602";
}

.icon-twitter:before {
	color: #39C;
	content: "\e603";
}

.icon-linkedin:before {
	color: #39C;
	content: "\e604";
}

.icon-logout {
	vertical-align: middle;
	margin-left: 10px;
}

.icon-logout:before {
	content: "\e605";
}