.black-strip {
	margin-top: 20px;
	background-color: #000;
	color: #fff;
	padding: 25px 0;
}

.site-footer {
	border: 0;
}

.customer-list-container {
	border-bottom: solid 1px #959595;
	border-top: solid 1px #959595;
	padding: 30px 0;
}

.customer-reviews-container {
	border-bottom: solid 1px #959595;
	padding: 30px 0;
	margin-bottom: 20px;
	font-weight: 300;
}
.customer-list li {
	float: left;
	width: 49%;
	min-height: 60px;
}

.footer-form-text .h4 {
	text-transform: uppercase;
	font-size: 1.4em;
}

form.enquiry-form-footer fieldset.field-col {
	margin-bottom: 5px;
}

.enquiry-form-footer input[type="text"] {
	margin-bottom: 14px;
}

.enquiry-form-footer input {
	padding: 10px;
}

.enquiry-form-footer input[type="submit"] {
	color: #fff;
	text-transform: uppercase;
	padding: 10px 50px;
	background-image: url('/img/arrow.jpg');
	background-repeat: no-repeat;
	background-position: right 50%;
	border: 0;
	background-color: #000;
	font-size: 1.4em;
	float: right;
}

.enquiry-form-footer .enquiry-text {
	min-height: 90px;
	padding: 10px;
}

.footer-contact-details {
	font-size: 1.6rem;
}

.footer-contact-details p {
	margin-bottom: 5px;
	font-size: 2rem;
	margin-left: 30px;
	line-height: 2.2rem;
	font-weight: 300;

}

.footer-contact-details .tel, .footer-contact-details .email {
	display: block;
	padding-left: 30px;
	background-position: left 50%;
	background-repeat: no-repeat;
	font-weight: 600;
}

.footer-contact-details .tel {
	background-image: url('/img/phone.jpg');
	margin-top: 8px;
}

.footer-contact-details .email {
	background-image: url('/img/email.jpg');
	color:#fff;
}

@media only screen and (min-width: 768px) {
	.main-content ul.expertise-list, .main-content ul.related-work-list {
		display: flex;
	}

	.black-strip-left {
		float: left;
		width: 65.3888888%;
	}

	.black-strip-right {
		float: right;
		width: 31.4444444%;
	}

	.enquiry-form-footer .field-col	{
		width: 48.6%;
		float: left;
	}

	.enquiry-form-footer .field-col-right	{
		float: right;
	}

	.footer-contact-details {
		margin-top: 58px;
	}
	.customer-list li {
		float: left;
		width: 16.6666666665%;
	}

	.customer-reviews li {
		float: left;
	    width: 31.44444%;
	    margin-right: 2.5%;
	}

	.customer-reviews li:nth-child(3n+0) {
		margin-right: 0;

	}
}

@media only screen and (min-width: 768px) {
	.home .site-footer, .inner .site-footer, .four .site-footer {
		margin-top: 30px;
	}
}