.social{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social li{
    display: block;
    float: left;
    padding-right: .8em;
    text-align: center;
}
.social li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #3498db;
    position: relative;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    float: left;
}
.social .facebook{
    background: #3b5998;
}
a.facebook.styleIconsOnly.styleBrandColors {
    color: #3b5998;
}
.social .twitter{
    background: #4099FF;
}
a.twitter.styleIconsOnly.styleBrandColors{
    color: #4099FF;
}
.social .google{
    background: #DD4B39;
}
a.google.styleIconsOnly.styleBrandColors{
    color: #DD4B39;
}
.social .facebook:hover,
.social .twitter:hover,
.social .google:hover,
.social .facebook:focus,
.social .twitter:focus,
.social .google:focus
{
    opacity: 0.7;
    text-decoration: none;
}
.box-counter-sm{
    position: relative;
    font-size: .85em;
    float: right;
    padding: 10px;
    background: #fff;
    /* border: #949494 1px solid; */
    width: 50px;
    height: 50px;
    line-height: 28px;
}
span.box-counter-sm:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    right: 45px;
    top: 20px;
    display: block;
    transform: rotate(45deg);
}
.styleRounded ~ .box-counter-sm{
    top: 5px;
    border-radius: 0 30px 30px 0px;
    left: -21px;
}
.styleRadius ~ .box-counter-sm{
    top: 5px;
    border-radius: 0 5px 5px 0px;
    left: -5px;
}
a.styleRounded {
    border-radius: 50%;
    margin: 5px 1px;
}
a.styleRadius {
    border-radius: 5px;
    margin: 5px 1px;
}
ul.social.viewLeftSide{
    position: fixed;
    left:0;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}
ul.social.viewRightSide {
    position: fixed;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}
ul.social.viewLeftSide li,
ul.social.viewRightSide li{
    float:none;
    padding: 0;
}
a.styleIconsNames {
    width: 150px !important;
}
a.styleRounded.styleIconsNames{
    border-radius: 30px !important;
}
a.styleUnSaturated {
    background: #555 !important;
}
a.styleIconsOnly.styleUnSaturated {
    color: #555;
}
a.styleIconsOnly {
    width: auto !important;
    height: auto !important;
    padding: 0;
    line-height: 0 !important;
    font-size: 2em;
    background: transparent !important;
}