/* 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: 5px; }
/*.fc-webicon:hover { margin: -1px 0 1px; -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 2px 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; }

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

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

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

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

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

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

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

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

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

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