
.testimony-item { padding: 10px; overflow: hidden; }
.testimony-item:nth-child(odd) { clear: left; }
.testimony-item:nth-child(even) { clear: odd; }
.testimony-item.loader .fa {
	display: block;
	font-size: 72px;
	line-height: 240px;
	text-align: center;
	color: #E4E4E4;
}
.testimony-wrap {
	border: 1px solid #E4E4E4;
	width: 100%;
	min-height: 300px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.testimony-img { height: 150px; padding: 10px; overflow: hidden; }
.testimony-img img {
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
	border: 1px solid #E4E4E4;
}
.testimony-detail { overflow: auto; padding: 10px; height: 40%; }
.testimony-name,
.testimony-origin { font-weight: bold; padding: 5px; text-transform: capitalize; }
.testimony-name { font-size: 18px; line-height: 18px; }
.testimony-origin { font-size: 16px; line-height: 16px; }
.testimony-content { font-size: 100%; font-style: italic; }
.testimony-content:before,
.testimony-content:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 5px 10px;
	font-size: 12px;
	line-height: 12px;
}
.testimony-content:before { content: "\f10d"; }
.testimony-content:after { content: "\f10e"; }
.testimony-menu { overflow: auto; padding: 5px; height: 20%; text-align: center; }


@media only screen and (max-width: 767px) {
	.testimony-wrap { height: 100%; }
}



























