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

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

/* Use the following CSS code if you want to have a class per icon */
[class*="icon-"]:before,
[class*="icon-"]:after,
#nav .login a:after,
.practice_areas a:after,
.more:after {
	font-family: 'mycase';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-user:before,
#nav .login a:after {
	content: "\f133";
}
.icon-law:before {
	content: "\f263";
}
.icon-comment:before {
	content: "\f158";
}
.icon-phone:before {
	content: "\f15b";
}
.icon-arrow-right:after,
.practice_areas a:after,
.more:after {
	content: "\f488";
}
.icon-facebook:before {
	content: "\f14b";
}
.icon-twitter:before {
	content: "\f16a";
}
.icon-google:before {
	content: "\f165";
}
.icon-linkedin:before {
	content: "\f166";
}
.social li a.icon-youtube {
	width: 32px;
	height: 32px;
}
.social li a.icon-youtube:before {
	font-size: 32px;
}
.icon-youtube:before {
	font-family: 'mycase-youtube';
	content: "\f167";
}
.icon-play:before {
	content: "\f17e";
}
.icon-yelp:before {
	content: "\e900";
}
.icon-avvo:before {
	content: "\e901";
}

.social li {
	margin-right: 10px;
}