.social {
    position: fixed;
    top: 350px;
    right: -100px;
    z-index: 99999
}

.social ul {
    list-style-type: none
}

.social li {
    border-radius: 5px;
    width: 133px;
    height: 21px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
    right: 0
}

.social span {
    width: 80px;
    display: inline;
    font-size: 13px;
    vertical-align: middle;
    padding-bottom: 13px;
    position: absolute;
    top: 14px;
    left: 50px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 700
}

.social a {
    text-decoration: none
}

.kac-sm-block {
    transition: right .5s ease-out 0s
}

.kac-sm-block:hover {
    right: 90px
}

.kac-sm-fb {
    background: none repeat scroll 0 0 #295c9e
}

.kac-sm-gplus {
    background: none repeat scroll 0 0 #da2128
}

.kac-sm-twitter {
    background: none repeat scroll 0 0 #666
}

.kac-sm-blog {
    background: none repeat scroll 0 0 #0171bb
}

.kac-sm-instagram {
    background: none repeat scroll 0 0 #8349c0 /*e32c14 ec6843*/
}

.kac-sm-youtube {
    background: none repeat scroll 0 0 #d41918 /* ce1312 */
}

.kac-sm-goldenline {
    background: none repeat scroll 0 0 #fff
}

.kac-sm-allegro {
    background: none repeat scroll 0 0 #ff5a00
}

.kac-sm-linkedin {
    background: none repeat scroll 0 0 #0078d4
}

.kac-sm-block img {
    height: 20px
}



@media only screen and (max-width: 1390px) {
    .social li {
        width: 123px;
     }
}
