body,html {
  margin: 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
}
.wrap {
  width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}
.fleft {
  float: left;
}
.w-100 {
  float: left;
  width: 100%;
}
.hero {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  height: 532px;
  margin: -81px 0 0 0;
  background: url("hero.jpg") top center no-repeat;
}
.hero h1 {
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 42px;
  margin: 225px 0 0 0;
}
.hero h2 {
  float: left;
  color: #fff;
  text-transform: uppercase;
  margin: 200px 0 0 0;
  font-size: 30px;
  font-weight: 100;
}
.hero p {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}
.hero ul {
  float: right;
  display: block;
  margin: 20px 50px;
  list-style: none;
  padding: 0;
  clear: both;
}
.hero ul li {
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  margin: 20px 0;
  background: url("marker-circle.png") top left repeat-y;
  line-height: 26px;
  padding: 5px 0 3px 18px;
}
.hero .place-order {
  float: right;
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 80px 10px;
  font-weight: 700;
  font-size: 26px;
  background: url("btn-place-order.png") top left no-repeat;
  width: 223px;
  height: 35px;
  padding: 19px 0 11px 72px;
  text-align: left;
  line-height: 25px;
}
.hero .place-order:hover {
  opacity: 0.9;
}
.cols {
  float: left;
  width: 100%;
  background: #048fe2;
  color: #fff;
}
.cols h2 {
  text-transform: uppercase;
}
.cols .item {
  float: left;
  width: 25%;
  text-align: center;
  margin: 40px 0;
}
.cols .item img {
  min-height: 91px;
}
footer {
  float: left;
  width: 100%;
}
.social {
  background: #156da4;
  padding: 30px 0;
  width: 100%;
  float: left;
}
.social a {
  color:#000;
}
.content{
	overflow: hidden;
	height: 2px;
	float:left;
}