
/***** Social Icons List *****/
.social-link {
	text-decoration: none !important;
	font-size: 0;
  	display: inline-block;
  	position: relative; 
  	width: 45px;
    height: 45px;
    padding: 15px;
    margin-top: 6px;
    margin-right: 4px;
    border-radius: 50%;
    background: #fff;
    color: #647780;
    text-align: center;
    line-height: 15px;
    vertical-align: baseline;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social-link:hover {
	text-decoration: none !important;
	background-color: #21baa3;
	color: #fff;
}

.social-link:before {
	font-size: 16px;
    font-family: 'FontAwesome'; 
}

.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'; 
}