body {
font-family: "Raleway", sans-serif;}
h3 {
	font-size: 1.8em;
	line-height: 130%;
	font-weight: normal;
	color: #191919;
}
blockquote {
	//background: transparent url(s5_left_quote.png) no-repeat top left;
	font-weight: bold;
	font-style: italic;
	line-height: 150%;
	margin: 15px 0pt;
	padding: 0px 0px 5px 65px;
	width: auto;
	border-left: none;
}
blockquote::after, blockquote::before, q::after, q::before {
	content: "";
}
blockquote p {
	//background: transparent url(s5_right_quote.png) no-repeat bottom right;
	margin-top: 0pt;
	padding: 0pt 65px 10px 0pt;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
img {max-width:80%;height: auto;}