@font-face {
    font-family: "us101";
    font-style: normal;
    font-weight: normal;
    src: url("../../../US101.TTF") format("truetype");
}


.logo img {
    max-width: 180px;
}

.ui-widget, .select2-chosen {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
}

label.control-label,
.btn,
th,
ul.sidebar-menu,
nav.navbar-static-top,
nav.navbar-default, h1, h2, h3, h4 {
    font-family: "us101";
    font-weight: normal !important;
}


.skin-black .main-header > .logo {
    background-color: white;
}

@media (max-width: 767px) {

    .skin-black .main-header > .logo,
    .skin-black .main-header > .logo:hover {
        background-color: white;
    }
}
