a, h1, h2, h3, h4, h5, h6, p, span, img, div, small, adress, form, input, textarea, body, footer, header, button, label, ul, il, table, ol, fieldset, select, nav {
    font-family: 'Roboto' !important;
    margin: 0px;
    border: 0px;
    border: 0px;
}
.header {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
    background-color: rgb(240,240,240);
    height: 50px; 
    top: 0px;
}
.header-inner {
    margin-left: auto;
    margin-right: auto;
}
.header-brand {
    float: left;
    width: 45px;
    margin-top:2px;
}
.header-brand img {
    width: 47px;
    height: 47px;
    background-repeat: no-repeat;
}
.header-search {
    float: right;
    margin-top: 4px;
    width: auto;
    height: 40px;
}
.header-search input[type="text"] {
    background-image: url("../../images/icon-search-btn.svg");
    padding-left: 28px;
    background-position: 2px center;
    background-repeat: no-repeat;
    height: 25px;
    margin-top: 10px;
    width: 225px;
    border: 0 !important;
}
.header-search input[type="text"] {
    color: rgb(167,167,167);
    font-size: 13px !important;
    font-weight: lighter !important;
    border-radius: 4px;
}
.header-search input {
    box-shadow: none;
    float: left;
    font-size: 13px;
    font-weight: lighter;
    padding-left: 4px;
}
.header-search input[type="text"]:focus {
    background-image: none;
    padding-left: 8px;
}
@media (max-width: 330px){
.col{
    padding: 0px !important;
}
.col input{
    margin-right: 5px;
}
.col a{
    margin-left: 5px
}
}