.link .li {
	list-style: none;
}

.link .li a {
	text-decoration:none;
	color:#3399cc;
}

.link .li a:hover {
	color:#ff3333;
}

@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-facebook:before {
	color: #39C;
	content: "\e602";
}

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

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