component-footer-socialnetwork-a a, component-footer-socialnetwork-a a:hover, component-footer-socialnetwork-a a:active {
    outline: none;
    text-decoration: none;
}
component-footer-socialnetwork-a .footer-center {
    text-align: center;
}
component-footer-socialnetwork-a .footer-display-inline-block {
    display: inline-block;
}
component-footer-socialnetwork-a .footer-box-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
component-footer-socialnetwork-a .footer-box-left {
    position: fixed;
    left: 20px;
    bottom: 20px;
}
component-footer-socialnetwork-a .footer-button {
    border-radius: 10px 10px 0px 0px;
    color: white;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    background-color: black;
}
component-footer-socialnetwork-a .footer-size {
    width: auto;
    height: auto;
}
component-footer-socialnetwork-a .footer-background-transparent {
    background-color: transparent;
}
component-footer-socialnetwork-a .footer-background-black-80 {
    background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1119px) {}
@media (max-width: 992px) {
    component-footer-socialnetwork-a .footer-size {
        width: 100%;
    }
    component-footer-socialnetwork-a .footer-box-right {
        padding: 5px 0;
        position: fixed;
        bottom: 0px;
    }
}
@media (max-width: 767px) {
    component-footer-socialnetwork-a .footer-box-right {
        padding: 5px 0;
        position: fixed;
        bottom: 0px;
    }
}