.jda-social-navigation ul {
	display: block;
	margin: 0 0 1.5em;
	padding: 0;
}

.jda-social-navigation li {
	display: inline-block;
	margin: 0;
	line-height: 1;
}

.jda-social-navigation a {
	border: 0;
	height: 1em;
	text-decoration: none;
	width: 1em;
}

.jda-social-navigation a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	height: 1em;
	line-height: 1;
	speak: none;
	text-decoration: inherit;
	vertical-align: top;
	width: 1em;
}

/* Default */
.jda-social-navigation a:before {
	content: "\f415";
}

/* CodePen */
.jda-social-navigation a[href*="codepen.io"]:before {
	content: "\f1cb";
}

/* Digg */
.jda-social-navigation a[href*="digg.com"]:before {
	content: "\f1a6";
}

/* Dribbble */
.jda-social-navigation a[href*="dribbble.com"]:before {
	content: "\f17d";
}

/* Dropbox */
.jda-social-navigation a[href*="dropbox.com"]:before {
	content: "\f16b";
}

/* Email */
.jda-social-navigation a[href*="mailto:"]:before {
	content: "\f0e0";
}

/* Facebook */
.jda-social-navigation a[href*="facebook.com"]:before {
	content: "\f09a";
}

/* Flickr */
.jda-social-navigation a[href*="flickr.com"]:before {
	content: "\f16e";
}

/* Foursquare */
.jda-social-navigation a[href*="foursquare.com"]:before {
	content: "\f180";
}

/* GitHub */
.jda-social-navigation a[href*="github.com"]:before {
	content: "\f09b";
}

/* Google Plus */
.jda-social-navigation a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

/* Instagram */
.jda-social-navigation a[href*="instagram.com"]:before {
	content: "\f16d";
}

/* LinkedIn */
.jda-social-navigation a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

/* Pinterest */
.jda-social-navigation a[href*="pinterest.com"]:before {
	content: "\f0d2";
}

/* Pocket */
.jda-social-navigation a[href*="getpocket.com"]:before {
	content: "\f265";
}

/* Reddit */
.jda-social-navigation a[href*="reddit.com"]:before {
	content: "\f1a1";
}

/* RSS Feed */
.jda-social-navigation a[href$="/feed/"]:before {
	content: "\f09e";
}

/* Skype */
.jda-social-navigation a[href*="skype:"]:before {
	content: "\f17e";
}

/* Spotify */
.jda-social-navigation a[href*="spotify.com"]:before {
	content: "\f1bc";
}

/* StumbleUpon */
.jda-social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}

/* Tumblr */
.jda-social-navigation a[href*="tumblr.com"]:before {
	content: "\f173";
}

/* Twitch */
.jda-social-navigation a[href*="twitch.tv"]:before {
	content: "\f1e8";
}

/* Twitter */
.jda-social-navigation a[href*="twitter.com"]:before {
	content: "\f099";
}

/* Vimeo */
.jda-social-navigation a[href*="vimeo.com"]:before {
	content: "\f27d";
}

/* Vine */
.jda-social-navigation a[href*="vine.co"]:before {
	content: "\f1ca";
}

/* WordPress */
.jda-social-navigation a[href*="wordpress.com"]:before,
.jda-social-navigation a[href*="wordpress.org"]:before {
	content: "\f19a";
}

/* YouTube */
.jda-social-navigation a[href*="youtube.com"]:before {
	content: "\f167";
}