/** page structure **/
/*#w {
    display: block;
    width: 100%;
    margin-top: 0 auto;
    padding-top: 14px;
    padding-bottom: 16px;
    margin-top: 84px !important;
    margin-bottom: -3px;
    background: white;
}*/
#w {
    display: block;
    width: 100%;
    margin-top: 0 auto;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-top: 9px !important;
    margin-bottom: 32px;
    background: white;
}
/** client logos **/
#clients {
  display: block;
  margin-bottom: 15px;
}

#clients .clients-wrap {
  display: block;
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 137px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 70px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 1.0 !important;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}