/* services page ===================================*/
#services .pageheader {
  background-image: url(../img/services6.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 190px 0 35px 0;
}

#services .pageheader .title {
  color: #fff;
  border: none;
}

.ul-products {
  list-style: none;
  padding: 0;
}

.ul-products li {
  background-color: #fdfdfd;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 3px 3px -3px #ccc;
  box-shadow: 0px 3px 3px -3px #ccc;
  border-radius: 3px;
}

.ul-products li .image {
  position: relative;
  overflow: hidden;
}

.ul-products li .imageoverlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ul-products li .imageoverlay i {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 30px;
}

.ul-products li .meta {
  overflow: hidden;
  padding: 10px;
  cursor: pointer;
}

.ul-products li .details {
  display: none;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: inset 0px 3px 5px -3px #ccc;
  box-shadow: inset 0px 3px 5px -3px #ccc;
 }