
.bar-contact
{
    position: relative;
    top: 46px;
    left: 0;
    height: 40px;
    width: 100%;
    z-index: 90;
}
.bar-contact .contact ul
{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
.bar-contact .contact ul li
{
    display: inline-block;
    list-style: none;
    margin-right: 2em;
}
.bar-contact .contact ul li a
{
    color: white;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-decoration: none;
}
.bar-contact .contact ul li a i
{
    margin-right: 5px;
}


@media screen and (max-width: 1024px) and (orientation: portrait) {
    .bar-contact
    {
        height: 50px;
    }
    .bar-contact .contact ul
    {
        position: absolute;
        right: auto;
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
    .bar-contact .contact ul
    {
        right: 1%;
    }
}