#mini-icons {
    position: fixed;
    left: 0;
    top: 300px;
    transition: all 0.5s ease-in-out 0s;
}

#mini-icons > * {
    position: relative;
    width: 56px;
    height: 56px;
    margin-bottom: 2px;
    display: block;
    text-align: center;
    line-height: 56px;
}

#mini-icons a {
    display: block;
    color: #eddccd;
    font-size: 24px;
    background-color: #132C55;
    transition: all 0.2s ease-in-out 0s;
}

#mini-icons .languagewrapper {
    position: relative;
}

#mini-icons .languagewrapper .current-language {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 32px;
}

#mini-icons .languagewrapper a:hover {
    background-color: #9ebd7c;
}

#mini-icons .languagewrapper .languages {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
    height: 100%;
}

#mini-icons .languagewrapper .languages a {
    float: left;
    height: 100%;
    display: block;
    background-size: 32px;
}

#mini-icons .languagewrapper:hover .languages {
    opacity: 1;
}

#mini-icons .twitch:hover a, #mini-icons .twitch.active a {
    background-color: #6441a5;
}

#mini-icons .twitch .twitch-live-info {
    background-color: #cc110c;
    font-size: 12px;
    transform: rotate(-90deg);
    position: absolute;
    width: 100%;
    height: 15px;
    right: -35px;
    top: 20px;
    color: #fff;
    line-height: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
}

#mini-icons .youtube:hover a, #mini-icons .youtube.active a {
    background-color: #cc110c;
}

#mini-icons .youtube .youtube-live-info {
    background-color: #cc110c;
    font-size: 12px;
    transform: rotate(-90deg);
    position: absolute;
    width: 100%;
    height: 15px;
    right: -35px;
    top: 20px;
    color: #fff;
    line-height: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
}


#mini-icons .facebook:hover a {
    background-color: #3b5998;
}

#mini-icons .toplist:hover a {
    background-color: #c75031;
}

#mini-icons .discord:hover a {
    background-color: #738adb;
}
#mini-icons .teamspeak:hover a {
    background-color: #0671B7;
}
