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

.social-header.header {
	color: #CCC;
	font-family: 'helvetica-7', Arial, Helvetica, sans-serif;
	padding: 0;
	background: none;
	/*border-bottom: 1px solid #999;*/
	margin-bottom: 5px;
}

.social {
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 1.5em;
	margin: 5px 0;
}

.social [class^="icon-"],
.social [class*=" icon-"] {
	font-family: 'sst-social';
	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;
}

.social [class^="icon-"]:before,
.social [class*=" icon-"]:before {
	font-family: 'sst-social';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
}

.social .icon-youtubefull:before {
	content: "\e61c";
}
.social .icon-facebook-2:before {
	content: "\e160";
}
.social .icon-twitter-2:before {
	content: "\e161";
}
.social .icon-linkedin-2:before {
	content: "\e16c";
}
.social .icon-pinterest:before {
	content: "\e618";
}
