.social-networks {
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-networks li {
	display: inline-block;

}

.social-icon {
	text-decoration: none !important;
	font-size: 0;
	display: inline-block;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	margin-right: 11px;
	margin-top: 11px;
	color: #Fff;
	border-radius: 50%;
	 	-o-transition: all .3s ease;
  	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
 	transition: all .3s ease;
}

.social-icon:before {
	font-size: 20px;
	font-family: 'FontAwesome'; 
  content: "\f0ac";
}

.social-icon[href*="facebook."]:before {
  content: '\f09a'; 
}


.social-icon[href*="facebook."] {
	background: #3b5998;
}

.social-icon[href*="twitter."]:before {
  content: '\f099'; 
}

.social-icon[href*="twitter."] {
	background: #1da1f2;
}

.social-icon[href*="soundcloud."]:before {
  content: '\f1be'; 
}

.social-icon[href*="soundcloud."] {
	background: #ff8800;
}

.social-icon[href*="instagram."]:before {
  content: '\f16d'; 
}

.social-icon[href*="instagram."] {
	background: #e1306c;
}

.social-icon[href*="twitch."]:before {
  content: '\f1e8'; 
}

.social-icon[href*="twitch."] {
	background: #6441a5;
}

.social-icon[href*="youtube."]:before {
  content: '\f16a'; 
}

.social-icon[href*="youtube."] {
	background: #ff0000;
}

.social-icon[href*="vimeo."]:before {
  content: '\f27d'; 
}

.social-icon[href*="vimeo."] {
	background: #1ab7ea;
}

.social-icon[href*="odnoklassniki."]:before {
  content: '\f263'; 
}

.social-icon[href*="odnoklassniki."] {
	background: #ed812b;
}

.social-icon[href*="dribbble."]:before {
  content: "\f17d"; 
}

.social-icon[href*="dribbble."] {
	background: #ea4c89;
}

.social-icon[href*="pinterest."]:before {
  content: '\f0d2'; 
}

.social-icon[href*="pinterest."] {
	background: #bd081c;
}

.social-icon[href*="linkedin."]:before {
  content: '\f0e1'; 
}

.social-icon[href*="linkedin."] {
	background: #0077b5;
}

.social-icon[href*="behance."]:before {
  content: '\f1b4';
}

.social-icon[href*="behance."] {
	background: #1769ff;
}

.social-icon[href*="amazon."]:before {
  content: '\f270'; 
}

.social-icon[href*="amazon."] {
	background: #ff9900;
}

.social-icon[href*="apple."]:before {
  content: '\f179'; 
}

.social-icon[href*="apple."] {
	background: #000000;
}

.social-icon[href*="google."]:before {
  content: '\f1a0'; 
}

.social-icon[href*="google."] {
	background: #dd4b39;
}

.social-icon[href*="spotify."]:before {
  content: '\f1bc'; 
}

.social-icon[href*="spotify."] {
	background: #1db954;
}

.social-icon[href*="tumblr."]:before {
  content: '\f173'; 
}

.social-icon[href*="tumblr."] {
	background: #35465c;
}

.social-icon:hover {
  		text-decoration: none;
	color:#3b5998;
 	background: #fff;
}