.essential-social{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
 
.essential-social *{
    margin: 0;
    padding: 0;
}
 
.essential-social a.social-btn{
    display: inline-block;
    color: #fff;
    background: #666;
    line-height: 1;
    padding: .45em 1.8em;
    cursor: pointer;
    margin: 0 0 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
 
.essential-social a.social-btn:first-child{
    margin: 0;
}
 
.essential-social a.social-btn:hover{
    opacity: 0.8;
}
 
.essential-social a.mail{ background: #0085FF; }
.essential-social a.face{ background: #3B5998; }
.essential-social a.tweet{ background: #55ACEE; }
.essential-social a.link{ background: #0076B5; }
.essential-social a.pin{ background: #CB2027; }
.essential-social a.goog{ background: #DD4B39; }