@media (min-width: 992px) {
body:not(.Wrapper-HomePage) .header-bottom-container {
min-height: 85px;
}
}


.socialIcons{
    display:block;
}

.socialIcons a,
.socialIcons a:visited{
    margin:0px 35px 0px 0px;
    text-decoration:none;
    display:block;
    float:left;
}

.socialIcons a:focus,
.socialIcons a:hover{
    margin-top:-5px!important;
}

.socialIcons a svg{
    fill:#fff;
}

