.social_tools {
    position: fixed;
    display: block;
    right: 0;
    bottom: 50%;
    transform: translateY(20%);
    z-index: 100;
    background: #fff;
}

.social_tools .social_tools_item {
    cursor: pointer;
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    color: #fff;
    background-color: #CD0511;
}

.social_tools .social_tools_item:not(:last-of-type) {
    margin-bottom: 1px;
}

.social_tools .social_tools_item .social_tools_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social_tools_slider {
    display: block;
    position: fixed;
    top: 0;
    right: 70px;
    z-index: 1000;
    padding: 20px;
    background-color: #A30008;
    width: 320px;
    height: 212px;
    text-align: center;
    visibility: hidden;
}

.social_tools_slider hr {
    background-color: #CD0511;
    height: 1px;
    border: 0;
    margin: 25px 0;
}

.social_tools_slider img {
    /*width: 170px;*/
    height: 170px;
}

.social_tools_slider h5 {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

/* Functionality */
.social_tools .social_tools_item:active .social_tools_slider,
.social_tools .social_tools_item:hover .social_tools_slider {
    visibility:visible;
}

.social_tools .social_tools_item:hover,
.social_tools .social_tools_item.active {
    background-color: #A30008;
}

@media (max-width: 550px) {
    .social_tools {
        display: none!important;
    }
}
