/* Social Media Box, shorten name because adblock detects social media as keyword */
#so-me-box {
    display: block;
    background-color: rgba(234, 234, 234, 0.85);
    position: fixed;
    top: 50%;
    min-width: 12rem;
    left: 0;
    z-index: 100;
    padding: 1rem 3rem 1rem 1rem;
    border-radius: 0 5px 5px 0;
    overflow: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(64, 64, 64, 0.8);
}

#so-me-close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

#so-me-interaction {
    margin-top: 0.7rem;
}

#so-me-interaction a:hover {
    color: #fff;
}

#so-me-disable {
    margin-top: 0.7rem;
}

@media (max-width: 999px) {

    footer .left .shariff {
        float: right;
        display: inline-block;
        margin-right: 5px;
        top: 0.15rem;
        position: relative;
    }

    footer .shariff .orientation-vertical li,
    footer .shariff .orientation-vertical li a {
        margin: 0;
        padding: 0;
        height: 1.8rem;
        width: 100%;
        top: 0;
    }

    footer .shariff .orientation-vertical li span {
        height: 1.8rem;
        line-height: 1.8rem;
        vertical-align: top;
    }

    footer .shariff .orientation-vertical li a:hover {
        color: #fff;
    }
}