﻿/*.contacts-header {
    z-index: auto;
}

.navbar-static-top {
    z-index: auto;
}

.whitelabel-logo > img {
    height: 95px;
    margin-top: -50px;
    position: relative;
    background-color: white;
    padding: 10px;
}

.contacts-header {
    background-color: white;
    background-image: linear-gradient(to right, white, white, #efefef);
}*/
body {
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.navbar-header {
    padding-top:0px;
}
.whitelabel-logo > img {
    height: 57px;
}
.nav > li > a, .nav > li > a:visited {
    color: #454545;
    font-weight: 300;
    font-size:14px;
}
.contacts-nav > button {
    background-color: #efefef;
    font-weight:normal;
}