/* FC Webicons by Fairhead Creative http://fairheadcreative.com */

.fc-webicon {
	display: inline-block;
	background-size: 100%;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	text-align: left;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 1px;
}
.fc-webicon:hover { margin: -1px 1px 1px 0; -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25); }
.fc-webicon.small { width: 20px; height: 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.fc-webicon.large { width: 48px; height: 48px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }


/* Blogger */
.no-svg .fc-webicon.blogger { background: url("images/fc-webicon-blogger-m.png"); }
.no-svg .fc-webicon.blogger.large { background: url("images/fc-webicon-blogger"); }
.no-svg .fc-webicon.blogger.small { background: url("images/fc-webicon-blogger-s.png"); }
.svg .fc-webicon.blogger { background: url("images/fc-webicon-blogger.svg"); }

/* Facebook */
.no-svg .fc-webicon.facebook { background: url("images/fc-webicon-facebook-m.png"); }
.no-svg .fc-webicon.facebook.large { background: url("images/fc-webicon-facebook.png"); }
.no-svg .fc-webicon.facebook.small { background: url("images/fc-webicon-facebook-s.png"); }
.svg .fc-webicon.facebook { background: url("images/fc-webicon-facebook.svg"); }

/* Google+ */
.no-svg .fc-webicon.googleplus { background: url("images/fc-webicon-googleplus-m.png"); }
.no-svg .fc-webicon.googleplus.large { background: url("images/fc-webicon-googleplus.png"); }
.no-svg .fc-webicon.googleplus.small { background: url("images/fc-webicon-googleplus-s.png"); }
.svg .fc-webicon.googleplus { background: url("images/fc-webicon-googleplus.svg"); }


/* LinkedIn */
.no-svg .fc-webicon.linkedin { background: url("images/fc-webicon-linkedin-m.png"); }
.no-svg .fc-webicon.linkedin.large { background: url("images/fc-webicon-linkedin.png"); }
.no-svg .fc-webicon.linkedin.small { background: url("images/fc-webicon-linkedin-s.png"); }
.svg .fc-webicon.linkedin { background: url("images/fc-webicon-linkedin.svg"); }

/* Mail */
.no-svg .fc-webicon.mail { background: url("images/fc-webicon-mail-m.png"); }
.no-svg .fc-webicon.mail.large { background: url("images/fc-webicon-mail.png"); }
.no-svg .fc-webicon.mail.small { background: url("images/fc-webicon-mail-s.png"); }
.svg .fc-webicon.mail { background: url("images/fc-webicon-mail.svg"); }

/* Pinterest */
.no-svg .fc-webicon.pinterest { background: url("images/fc-webicon-pinterest-m.png"); }
.no-svg .fc-webicon.pinterest.large { background: url("images/fc-webicon-pinterest.png"); }
.no-svg .fc-webicon.pinterest.small { background: url("images/fc-webicon-pinterest-s.png"); }
.svg .fc-webicon.pinterest { background: url("images/fc-webicon-pinterest.svg"); }

/* Twitter */
.no-svg .fc-webicon.twitter { background: url("images/fc-webicon-twitter-m.png"); }
.no-svg .fc-webicon.twitter.large { background: url("images/fc-webicon-twitter.png"); }
.no-svg .fc-webicon.twitter.small { background: url("images/fc-webicon-twitter-s.png"); }
.svg .fc-webicon.twitter { background: url("images/fc-webicon-twitter.svg"); }

/* YouTube */
.no-svg .fc-webicon.youtube { background: url("images/fc-webicon-youtube-m.png"); }
.no-svg .fc-webicon.youtube.large { background: url("images/fc-webicon-youtube.png"); }
.no-svg .fc-webicon.youtube.small { background: url("images/fc-webicon-youtube-s.png"); }
.svg .fc-webicon.youtube { background: url("images/fc-webicon-youtube.svg"); }
