.template-isp {
    background: #000;
    color: #fff;
    position: fixed;
    min-height: 40px;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    line-height: 2.4;
    font-family: Tahoma;
    font-size: 16px;
}
@media screen and (max-width: 992px) {
    .template-isp {
      bottom: 0;
      top: initial;
      text-align: center;
      line-height: 1.4;
      padding: 5px 0;
    }
    .template-isp img {
        float: initial !important;
    }
    nav.navbar.navbar-fixed-top {
    padding-top: initial !important;
    }
}
.template-isp a {
    color: #ffd166;
    font-weight: bold;
}

.template-isp img {
    float: right;
    height: 30px;
    margin-top: 5px;
}
nav.navbar {
    padding-top: 40px!important;
}
.navbar-brand-logo {
    top: 40px;
}
