@charset "utf-8";
#testimonials_wrap{
	padding-bottom:50px;
}
#testimonials_wrap ._entry{
	width:780px;
	margin:auto;	
	padding-bottom:10px;
}
#testimonials_wrap ._entry .img{
	height:180px;
	width:180px;
	border-radius:180px;
	overflow:hidden;
	border:6px solid #eee;
	float:left;	
}
#testimonials_wrap ._entry .img img{
	border-radius:180px;
	border:none;	
}
#testimonials_wrap ._entry .info{
	float:right;
	width:560px;	
}
#testimonials_wrap ._entry .info .name{
	font-size:32px;	
	margin-left:20px;
}
#testimonials_wrap ._entry .info .name .highlight{
	font-family:merribold;	
}
#testimonials_wrap ._entry .info .work{
	font-size:16px;
	line-height:20px;	
	margin-left:20px;
}
#testimonials_wrap ._entry .info .text{
	padding-top:30px;
	position:relative;	
	line-height:22px;
	text-align:justify;
	text-indent:30px;
}
#testimonials_wrap ._entry blockquote {
	padding-top:30px;
	position:relative;	
	line-height:22px;
	text-align:justify;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
#testimonials_wrap ._entry blockquote:before{
	color: #222;
	content: open-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
#testimonials_wrap ._entry blockquote:after{
	color: #222;
	content: close-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-left: 0.25em;
	vertical-align: -0.6em;
}
#testimonials_wrap ._entry blockquote p {
  	display: inline;
}
#testimonials_wrap > .end{
	width:30%;
	margin:auto;
	height:1px;
	background:#eee;
	margin-bottom:50px;
}
@media only screen and (max-width: 480px) {
	#testimonials_wrap ._entry{
		width:90%;
	}
	#testimonials_wrap ._entry .img{
		height:120px;
		width:120px;
		float:none;
		margin:auto;	
	}
	#testimonials_wrap ._entry .img img{
		height:inherit;
		width:inherit;	
	}
	#testimonials_wrap ._entry .info{
		float:none;
		width:100%;
		padding-top:10px;
		text-align:center;	
	}
	#testimonials_wrap ._entry .info .name{
		font-size:20px;	
		margin-left:0;
	}
	#testimonials_wrap ._entry .info .work{
		font-size:14px;	
		margin-left:0;
	}
	#testimonials_wrap ._entry blockquote{
		font-size:14px;
		text-align:left;
	}
	#testimonials_wrap ._entry blockquote:before{
		font-size: 1em;
	}
	#testimonials_wrap ._entry blockquote:after{
		font-size: 1em;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#testimonials_wrap ._entry{
		width:90%;
	}
	#testimonials_wrap ._entry .img{
		height:120px;
		width:120px;
		float:none;
		margin:auto;	
	}
	#testimonials_wrap ._entry .img img{
		height:inherit;
		width:inherit;	
	}
	#testimonials_wrap ._entry .info{
		float:none;
		width:100%;
		padding-top:10px;
		text-align:center;	
	}
	#testimonials_wrap ._entry .info .name{
		font-size:20px;	
		margin-left:0;
	}
	#testimonials_wrap ._entry .info .work{
		font-size:14px;	
		margin-left:0;
	}
	#testimonials_wrap ._entry blockquote{
		font-size:14px;
		text-align:left;
	}
	#testimonials_wrap ._entry blockquote:before{
		font-size: 1em;
	}
	#testimonials_wrap ._entry blockquote:after{
		font-size: 1em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
	#testimonials_wrap{
		width:100%;
	}
	#testimonials_wrap ._entry{
		width:80%;
	}
	#testimonials_wrap ._entry .info{
		width:65%;	
	}
}