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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'social-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:32px;
	color:#ababab;
	margin-right:7px;
}

.icon-linkedin:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-facebook:before {
	content: "\e602";
}
.icon-flickr:before {
	content: "\e603";
}
.icon-youtube:before {
	content: "\e604";
}
.icon-pinterest:before {
	content: "\e605";
}
.icon-instagram:before {
	content: "\e606";
}
.icon-googleplus:before {
	content: "\e607";
}
.icon-codepen:before {
	content: "\e608";
}
.icon-dribbble:before {
	content: "\e609";
}
.icon-googleplus-2:before {
	content: "\e60a";
}
.icon-youtube-2:before {
	content: "\e60b";
}
