.feed-back ul {
    padding: 0;
    position: relative;
    top: -9px;
}
.feed-back li {
    height: 15px;
    list-style: outside none none;
}
.social-icons .col-87 li a{
    color:#fff;
}

.social-icons {
    height: 100px;
    width: 295px;
	margin-top:20px;
}
.feed-back {
    background: none repeat scroll 0 0 red;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 100px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 2147483647;
	-webkit-box-shadow: -5px 0px 3px -3px rgba(0,0,0,0.32);
	-moz-box-shadow: -5px 0px 3px -3px rgba(0,0,0,0.32);
	box-shadow: -5px 0px 3px -3px rgba(0,0,0,0.32);
}
.col-87 {
    background: none repeat scroll 0 0 #a01c34;;
    display: none;
    float: left;
    height: 100px;
    width: 265px;
	-webkit-box-shadow: -6px 2px 5px 1px rgba(0,0,0,0.37);
	-moz-box-shadow: -6px 2px 5px 1px rgba(0,0,0,0.37);
	box-shadow: -6px 2px 5px 1px rgba(0,0,0,0.37);	
}
.col-87 ul {
    float: left;
    padding: 24px 16px 14px;
}
.col-87 ul li {
    background: none repeat scroll 0 0 #080807;
    border-radius: 35px;
    float: left;
    height: 50px;
    list-style: outside none none;
    margin-right: 8px;
    width: 50px;	
	-webkit-box-shadow: inset 1px -7px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: inset 1px -7px 5px 0px rgba(0,0,0,0.37);
	box-shadow: inset 1px -7px 5px 0px rgba(0,0,0,0.37);
}
.col-87 ul li:hover{
	/*background:#;*/
	cursor:pointer;
	width: 50px;
    height: 50px;
    background: DarkSeaGreen;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
  /*.fa.fa-facebook,.fa.fa-twitter,.fa.fa-google-plus,.fa.fa-instagram {
        
	left: 19px;
  position: relative;
    top: 15px;
}*/