.kac-sm-panel {
    position: fixed;
    top: 268px;
    right: -90px;
    z-index: 99999;
}
.kac-sm-panel ul {
    list-style-type: none;
}
.kac-sm-panel li {
    border-radius: 5px;
    width: 133px;
    height: 31px;
    padding: 5px;
    margin: 0px 0;
    position: relative;
    right: 0;
    display: table;
}
.kac-sm-block img {
    width: 30px;
}
.kac-sm-panel span {
    width: 80px;
    display: inline;
    font-size: 15px;
    vertical-align: middle;
    padding-bottom: 13px;
    position: absolute;
    top: 8px;
    left: 50px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 700;
}
.kac-sm-panel a {
    text-decoration: none;
}
.kac-sm-block {
    transition: right 0.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 #16b9ed;
}
.kac-sm-blog {
    background: none repeat scroll 0 0 #0171bb;
}
.kac-sm-pinterest {
    background: none repeat scroll 0 0 #d73532;
}
.kac-sm-youtube {
    background: none repeat scroll 0 0 #e32c26;
}
.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 #f8f8f8;
}
.kac-sm-linkedin span {
    color: #000;
}
.kac-sm-googlekspert {
    background: none repeat scroll 0 0 #fff;
}
.kac-sm-payback {
    background: none repeat scroll 0 0 #00349a;
}
.kac-sm-contrast {
    background: none repeat scroll 0 0 #f3f4f5;
}
.kac-sm-font {
    background: none repeat scroll 0 0 #f3f4f5;
}
@media screen and (min-width: 759px) {
    #accessibility-mobile {
        display: none;
    }
}
@media screen and (max-width: 759px) {
    .kac-sm-panel {
        display: none;
    }
}
.kac-sm-contrast span,
.kac-sm-font span {
    color: #000;
    top: 11px;
}
.kac-sm-contrast img,
.kac-sm-font img {
    width: 29px;
    padding-top: 7px;
    padding-left: 7px;
}
