.header .top .bottombg {
    background-image:url(../images/header/bottom-menu-bg-white.jpg);
}

.header .top p.iso {
    color:#ffffff;
}
.header .top p.iso a {
    display:block;
    background:#a16c00;
    padding:12px 0;
}

.header .top p.search {
    background-image:url(../images/header/search-bg-grey.jpg);
}
.header .top p.search a {
    background-image:url(../images/header/search-icon-black.png);
}

.header .top .menu-header-secondary {
    background-image:url(../images/header/top-menu-bg-grey.jpg);
}
.header .top .menu-header-secondary li {
    color:#303232;
}

.header .top .menu-header-primary li {
    color:#464749;
}

.header .home-customers .box {
    padding-top:15px;
    padding-bottom:4px;
}
.header .home-customers .items ul {
    height:55px;
}
.header .home-customers .items ul li img {
    max-height:29px;
}

.home-top:before {
    height:219px;
}

.request-form .form {
    padding:15px;
    background-color: #fff;
    border:2px dashed #ccc;
    border-top:15px solid #E39A1D;
}
.request-form .form h4 {
    padding-bottom:5px;
    font-size:26px;
}

.request-form .testimonials p.prev {
    right:calc(50% + 1px)
}
.request-form .testimonials p.next {
    right:calc(50% - 44px)
}
.request-form .testimonials p.prev a, 
.request-form .testimonials p.next a {
    background-image:url(../images/pages/request-form-testimonials-arrow-yellow.png);
    width:43px;
    height:43px;
}

.products-gallery p.prev a,
.products-gallery p.next a {
    background-image:url(../images/pages/products-gallery-arrows.png?t=032317);
}

.products-gallery p.prev a:before, 
.products-gallery p.next a:before {
    background-image:url(../images/pages/products-gallery-arrows.png?t=032317);
}

body.home .body-top-bg.one {
    height:219px;
}
body.home .body-top-bg.two {
    top:219px;
}

@media screen and (max-width: 991px) {
    body.home .body-top-bg.one {
        height:180px;
    }
    body.home .body-top-bg.two {
        top:180px;
    }
}

@media screen and (max-width: 480px) {
    body.home .body-top-bg.one {
        height:97px;
    }
    body.home .body-top-bg.two {
        top:179px;
    }
}
