

/** page structure **/
#w {
  display: block;
  width: 98%;
  margin: 0 auto;
 
  padding-bottom: px;
}

#content {
	display: block;
	width: 100%;
	padding-bottom: 35px;
	margin-top: 2em;
	
	padding-right: 20px;
	padding-left: 20px;
}


/** testimonials **/
#testimonials {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#testimonials h2 {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}

#testimonials .carousel-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#testimonials .carousel-nav {
	display: block;
	width: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#testimonials .carousel-nav img {
		
  cursor: pointer;
}
#testimonials .carousel-nav img:active {
  position: relative;
  top: 1px;
}
#testimonials .carousel-nav .nextbtn {
	float: right;

}

#testimonials .carousel-wrap ul {
  display: block;
  list-style: none;
  position: relative;
}
#testimonials .carousel-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 400px;
  margin-right: 15px;
}

#testimonials .carousel-wrap .context {
  font-size: 2.0em;
  line-height: 1.45em;
  color: #797670;
  font-style: italic;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdcdc;
}


/** client logos **/
#clients {
  display: block;
  margin-bottom: 15px;
}

#clients .clients-wrap {
  display: block;
  width: 700px;
  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: 140px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -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: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}



/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
.clearfix li img{width:100%;} 
.clearfix li h2{
	font-size: 1.8em;
	font-family: 'Oswald', sans-serif;
	color: #333;
	padding-top: 0em;
	padding-bottom: 0em;
	font-weight: bold;
}
.clearfix li p{
	font-size: 1.6em;
	font-family: 'Oswald', sans-serif;
	color: #333;
	text-align: center;
	margin-top: -1em;
}
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


@media (min-width:150px) and (max-width:1000px){
	#testimonials .carousel-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 250px;
  margin-right: 15px;
}

	
}