/* QUOTE */
.quotes {
	background-color: rgba(234, 181, 82, 1);
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	height: 74px;
}
.quote {
	display: none;
	padding: 10px 60px;
}
.quote blockquote {
	font-size: 14px;
	font-weight: bold;
	color: rgba(4, 39, 50, 1);
	text-align: center;
	margin: 0px;
	display: block;
	border: none;
	padding: inherit;
}
.quote em {
	font-size: 12px;
	color: rgba(4, 39, 50, 1);
	vertical-align: bottom;
	float: right;
	padding-bottom: 10px;
	padding-right: 60px;
	padding-top: 4px;
}