body {
    background-color: #f8e8e8 !important;
}

#header {
    background-image: url(../bg/header.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#header .header-box {
    padding: 20px 0;
    padding-bottom: 13px;
}

#header .header-box .logo-col a img {
    display: none;
}
#header .header-box .logo-col a {
    display: block;
    width: 365px;
    height: 110px;
}

#header .header-box .search-col {
    margin-top: 75px;
    background: none;
}


@media (max-width: 768px) {
    #header .header-box .search-col {
        margin-top: 50px;
        padding-top: 15px;
        background: #fff;
    }
}

#header .header-box .menu-dropdowns {
    background-color:rgba(255, 255, 255, 0.7);
}

body.cl-pricequest #page {
    background: url(../bg/header.png) top left no-repeat #fff;
    padding-bottom: 50px;
}