.ccm-block-social-links ul.list-inline {
    /*display: inline-block;
    */
     margin: 0px;
     padding: 0px;
     position: fixed;
     left: 0;
}
 .ccm-block-social-links ul.list-inline li {
     padding: 0px;
     list-style-type: none;
}
 .social {
    padding: 0; 
     
}
@media (min-width: 768px) {
    .social {
       position: relative;
     top: -6px; 
    }
    
}
 .social li {
     z-index: 145;
     position: relative;
     list-style-type: none;
     display: inline-block;
}
 .social li a {
     display: block;
     height: 30px;
     width: 30px;
     background: #575756;
    /*border-bottom: 1px solid #333;
    */
     font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
     color: #fff;
     -webkit-font-smoothing: antialiased;
     padding: 5px;
     text-decoration: none;
     text-align: center;
     -webkit-transition: background .5s ease .300ms;
     -o-transition: background .5s ease .300ms;
     transition: background .5s ease .300ms;
     line-height: 1.5em; /* centers icons */
}
 .social li a:hover{
     color:#fff!important;
}

.social li a[href*="linkedin"]:hover {
     background: #3b5998;
     z-index: 155;
}
 .social li a[href*="facebook"]:hover {
     background: #3b5998;
}
 .social li a[href*="twitter"]:hover {
     background:#1da1f1
}
 .social li a[href*="vimeo"]:hover {
     background:#1da1f1
}
.social li a[href*="xing"]:hover {
     background:#007d7d
}
.social li a[href*="youtube"]:hover {
     background: #ff0000;
}
.social li a[href*="instagram"]:hover, .social li a[href*="instagram"]:hover span {
    background: -webkit-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -o-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-gradient(linear, left bottom, right top, from(#f09433), color-stop(25%, #e6683c), color-stop(50%, #dc2743), color-stop(75%, #cc2366), to(#bc1888));
    background: linear-gradient(to top right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.fa-linkedin-square:before {
    content: "\f0e1";
}
