.social {
float:left;
list-style:none;
padding: 15px 5px;
position:relative;
text-align:center;
margin:20px;
}

.social li:first-child {
margin-top:0;
}

.social li {
margin-top:10px;
}

.social li a {
display: block;
color: #efefef;
border-radius: 10px;
text-decoration: none;
line-height: 30px;
font-size: 20px;
}

.sticky_social_tw{
    height: 50px;
    width: 50px;
    padding-top: 17px;
    background: #dcdcdc;
    color:#00acee!important;
    padding:15px;
}
.sticky_social_fb{
    height: 50px;
    width: 50px;
    background: #dcdcdc;
    color:#4267B2!important;
    padding:15px;
}
.sticky_social_gp{
    height: 50px;
    width: 50px;
    background: #dcdcdc;
    color:#cd486b!important;;
    padding:15px;
}
.sticky_social_ln{
    height: 50px;
    width: 50px;
    background: #dcdcdc;
    color:#0077b5!important;
    padding:15px;
}
.sticky_social_wa{
    height: 50px;
    width: 50px;
    padding-top: 17px;
    background: #dcdcdc;
    color:#25D366!important;
}
.sticky_social_tg{
    height: 50px;
    width: 50px;
    padding-top: 17px;
    background: #dcdcdc;
    color:#0077b5!important;
}
@media only screen and (max-width: 1000px){
.social {
    margin: 10px;
}
}