@charset "utf-8";
/* CSS Document */
body {
	background-image: url("../img/maize-quality-and-logistics-bg.jpg");
}

.site-header {
    width: 180px;
}

.site-header .header-logo img {
    max-width: 100%;
}

ul {
    list-style-type: disc;
}

ul li {
	font-size: 14px;
	line-height:1.5em;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:#efefef solid thin;
}

ul li:last-child {
	border-bottom: none;
}

.site-header .header-menu nav ul {
	list-style-type: none !important;
	padding-right: 0;
}

.site-header .header-menu nav ul li {
	border-bottom: none;
	padding-bottom:0;
}

.contact-info ul {
	list-style-type: none !important;
	padding-right: 0;
}

.contact-info ul li {
	border-bottom: none;
	padding-bottom:0;
}

.contact-social ul {
	list-style-type: none !important;
	padding-right: 0;
}

.contact-social ul li {
	border-bottom: none;
	padding-bottom:0;
}

.page-fullscreen .bx-wrapper .bx-viewport .bxslider > li {
	margin-top:0px;
}
.yellowbox {
	border:#FC0 thin solid; padding:40px 20px 0px;
	margin-bottom:10px;
}

.yellowslab {
	background-color:#FC0;
	padding:30px 10px 0;
	font-size:16px;
}

.highlight {
	background-color:#FC0;
	padding:10px 20px;
	display:inline-block;
}

.promo-banner.type-two {
	background-attachment:inherit;
}

@media (max-width: 991px){
.site-right .site-header {
    right: -180px;
}
}
	