.social-icons {
  margin-top: 15px;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

.social-icons ul li a:hover {
  color: #fff
}










/*envelope link*/
.social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

/*rss link*/
.social-icons ul li a.rss:hover {
  background-color: #F57B20;
}

/*faceboook link*/
.social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}

/*gplus link*/
.social-icons ul li a.google-plush:hover {
  background-color: #D62121;
}

/*twitter link*/
.social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}

/*Pinterest link*/
.social-icons ul li a.pinterest:hover {
  background-color: #BD2126;
}

/*linkedin link*/
.social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}

/*Instagram link*/
.social-icons ul li a.instagram:hover {
  background-color: #808080
}

/*Youtube link*/
.social-icons ul li a.youtube:hover {
  background-color: #E22C29;
}

/*Flickr link*/
.social-icons ul li a.flickr:hover {
  background-color: #FF0084;
}

/*Dribbble link*/
.social-icons ul li a.dribbble:hover {
  background-color: #F26798;
}

/*Skype link*/
.social-icons ul li a.skype:hover {
  background-color: #02B4EB;
}
