.social-sidebar {
	clear: both;
	padding: 50px 0;
	text-align: center;
}

.social-sidebar a {
	display: inline-block;
}

.social-sidebar a:hover {
	text-decoration: none;
}

.social-sidebar a:focus {
	outline: 0;
}

.social-sidebar-icon {
	color: #fff;
	padding: 10px;
	display: block;
	transition: all 0.2s ease-in-out;
}

/* Icons */

.social-sidebar-icon-facebook,
.social-sidebar-icon-facebook:hover {
	color: #3b5998;
	background: #3b5998;
}
.social-sidebar-icon-google,
.social-sidebar-icon-google:hover {
	color: #db4437;
	background: #db4437;
}
.social-sidebar-icon-500px,
.social-sidebar-icon-500px:hover {
	color: #23282d;
	background: #23282d;
}
.social-sidebar-icon-behance,
.social-sidebar-icon-behance:hover {
	color: #016bdc;
	background: #016bdc;
}
.social-sidebar-icon-dropbox,
.social-sidebar-icon-dropbox:hover {
	color: #2895F1;
	background: #2895F1;
}
.social-sidebar-icon-evernote,
.social-sidebar-icon-evernote:hover {
	color: #20c05c;
	background: #20c05c;
}
.social-sidebar-icon-foursquare,
.social