.socials a{
    display:none;
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
}
.socials a.top, .socials a.top_bottom{
    display:inline-block;
}
footer .socials a.top{
    display:none;
}
footer .socials a.bottom, footer .socials a.top_bottom{
    display:inline-block;
}
.socials a:hover{
    color:#fff;
}
.header.fixed .socials a{
    color:#000;
}
.header.fixed .socials a:hover{
    color:rgb(90, 90, 90);
}
@media screen and (max-width: 1199px) {
.socials a {
    font-size: 0.8em;
}
}
@media screen and (max-width: 480px) {
header .header_top .socials a {
    padding-right: 1px!important;

}
}
@media only screen and (max-width: 800px) {
.header.fixed .socials {
    width: 140px;
}
}