@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
body {
	margin: 0 auto;
	max-width: 1440px;
	min-width: 1000px;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
}
button, textarea, input {
	font-family: 'Quicksand', sans-serif;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 30px 20px;
	max-width: 1060px;
	min-width: 960px;
}
p, li {
	line-height: 150%;
	font-size: 1.1em;
}
button {
	padding: 20px;
	color: #fff;
	background-color: #004375;
	border: none;
	cursor: pointer;
}
button:active {
	opacity: .9;
	
}
header {
	background-color: #fff;
	position: relative;
	width: 100%;
	overflow: visible;
	min-height: 80px;
}
header .wrapper {
	padding: 5px 20px;
}
.logo {
	position: relative;
	display: inline-block;
	height: 90px;
	vertical-align:middle;
	margin-right: 70px;
}
nav {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
nav a {
	padding: 0 15px;
	font-size: 1.1em;
	color: #004375;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}
.social {
	float: right;
	line-height: 90px;
	margin-left: 10px;
	font-size: 1.5em;
	color: #949ca1;
}
.banner {
	position: relative;
	width: 100%;
	background-image: url('../images/banner4.jpg');
	background-size: cover;
	background-position: bottom;
	height: 500px;
	overflow: hidden;
}
.banner > div {
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.banner div h1 {
	margin-top: 0;
	display: block;
	font-size: 3.5em;
}
.banner div h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 15px 20px;
	background-color: #004375;
	color: #fff;
	max-width: 50%;
	text-transform: uppercase;
}
.about {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}
.about h1, .customers h1, footer h1, .products h1 {
	font-size: 2.5em;
	color: #000;
	margin-top: 0;
}
.split p i {
	margin-right: 10px;
}
footer h1 {
	color: #fff;
}
footer h2 {
	font-size: 1.8em;
}
.short-line {
	position: relative;
	display: block;
	height: 3px;
	background-color: #13b5ea;
	width: 80px;
	margin-bottom: 30px;
}
.lead {
	font-size: 1.3em;
	font-weight: 400;
}
.products {
	background-color: #f7f7f2;
	padding: 40px 0;
	position: relative;
	text-align: center;
	
}
.product {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 2%;
	width: 17%;
	padding: 2%;
	height: 160px;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.p1 {
	background-image: url('../images/products/weld.jpg');
}
.p2 {
	background-image: url('../images/products/transport.jpg');
}
.p3 {
	background-image: url('../images/products/mine.jpg');
}
.p4 {
	background-image: url('../images/products/hand.jpg');
}
.p5 {
	background-image: url('../images/banner1.jpg');
}
.p6 {
	background-image: url('../images/products/chemicals.jpg');
}
.p7 {
	background-image: url('../images/products/pipes.jpg');
}

.product span {
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2em;
	font-weight: 600;
}
.customers {
	text-align: center;
	position: relative;
	padding: 40px 0;
}
.customers .short-line, footer .short-line, .products .short-line {
	margin: 10px auto 30px;
}
.client {
	position: relative;
	width: 24%;
	padding: 1%;
	display: inline-block;
	margin: 2%;
	vertical-align: top;
	height: 80px;
	background-color: #004375;
}
.client span {
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
}
footer {
	background-color: #202a25;
	color: #DBDBDB;
	font-size: .9em;
	overflow: hidden;
	text-align: center;
	padding: 40px 0 10px;
}
footer .full-line {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #394A42;
	margin: 30px auto;
}
.split {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align: left;
}
.split:first-of-type {
	margin-right: 2%;
}
.split address {
	font-size: 1.1em;
	line-height: 150%;
}
input, textarea {
	width: 80%;
	padding: 10px;
	border: none;
	background-color:#f7f7f7;
	color: #5b5b5b;
	display: block;
	margin-bottom: 20px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.product-pics {
	margin-top: 40px;
}
.product-pics img {
	height: 120px;
}
textarea{
	height: 150px;
	font-size: 1.1em;
}
.more {
	position: relative;
	display: block;
	width: 100%;
	clear:both;
}
.three {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	margin-right: 1%;
	border-right: 1px #ccc solid;
	min-height: 250px;
	padding-right: 2%;
}
.three:last-of-type {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}
.pad-left {
	padding-left: 1%;
}
footer .credit {
	float: right;
}