.socialBar{
    width: auto !important;
    height: auto !important;
}
.socialBar.horizontal{
    display: flex;
}
.socialBar a:last-of-type{
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}
.socialBar a{  
    float: left;
    background-size: contain;
}

.socialBar a:hover{
    opacity: 0.7;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

.socialBar.social-images a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}

.socialBar.social-images a:hover{  
    -webkit-filter: initial;
    filter: initial;
    opacity: 1 !important;
}


.socialBar.horizontal a{
    margin-bottom: 0px !important;
}
.socialBar.vertical a{
    clear: both;
    float: left;
    margin-right: 0px !important;
}


.facebook-official{
    background-image: url(https://skcoaching.be/bundles/coresocial/images/facebook.png); 
}
.google-plus-official{
    background-image: url(https://skcoaching.be/bundles/coresocial/images/google-plus.png);
}
.instagram-official{
    background-image: url(https://skcoaching.be/bundles/coresocial/images/instagram.png);
}
.pinterest-official{
    background-image: url(https://skcoaching.be/bundles/coresocial/images/pinterest.png);
}
.twitter-official{
    background-image: url(https://skcoaching.be/bundles/coresocial/images/twitter.png);
}
.youtube-official{
    background-image: url(https://skcoaching.be/bundles/coresocial/images/youtube.png); 
}
.linkedin-official{
    background-image: url(https://skcoaching.be/bundles/coresocial/images/linkedin.png);   
}
.vimeo-official{
    background-image: url(https://skcoaching.be/bundles/coresocial/images/vimeo.png);    
}
.tumblr-official{
    background-image: url(https://skcoaching.be/bundles/coresocial/images/tumblr.png);  
}