.header-block-1 .navbar-brand {
 flex: 0 0 100%;
 max-width: 100%;
}
.mega-inner {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: 1;
    float: left;
    min-width: 160px;
    padding: 15px 15px;
    margin: 2px 0 0;
        margin-top: 2px;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background-color: #7c7c7c;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.form-control:focus, .inputbox:focus {
    color: #555555;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn {
    background: linear-gradient(to bottom, #ffdc00 0%, #ff7c00 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: solid 1px #FFC800;
        border-top-color: rgb(255, 200, 0);
        border-right-color: rgb(255, 200, 0);
        border-bottom-color: rgb(255, 200, 0);
        border-left-color: rgb(255, 200, 0);
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    padding: .5em;
    text-shadow: 0 -1px 1px #ff7c00;
}
.btn {
    background: linear-gradient(to bottom, #ffdc00 0%, #ff7c00 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: solid 1px #FFC800;
        border-top-color: rgb(255, 200, 0);
        border-right-color: rgb(255, 200, 0);
        border-bottom-color: rgb(255, 200, 0);
        border-left-color: rgb(255, 200, 0);
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    padding: .5em;
    text-shadow: 0 -1px 1px #ff7c00;
}
.btn:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #ff9900;
    border-color: #285e8e;
}
.btn.btn-primary:hover {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}
form:not(.form-no-margin) .control-group .controls {
    margin-left: 0px;
}
