
/***** Social Icons List *****/
.social-link {
	text-decoration: none !important;
	font-size: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 5px;
	margin-top: 5px;
}

.social-link:hover {
  	text-decoration: none;
	color: #fff;
  	-o-transition: all .3s ease;
  	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
 	transition: all .3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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