.site-bd {
    background-color: #d6d1c9;
}

@media screen and (min-width: 992px) {
.horizontal-nav .navigation-list {
    background: #9d8b6a;
	}
}

.site-bd>div:first-child:not(.banner):not(.banner-small) {
padding-top: 80px;
}

@media screen and (min-width: 768px) {
.site-bd>div:first-child:not(.banner):not(.banner-small) {
    padding-top: 80px;
	}
}
