/*  < mcTestimonials >  */
.mcTest{
	padding: 0 0 20px;
	border-bottom: 1px solid #a8bae9;
	margin: 0 auto 20px;
	font-style: italic;
}
.mcTest span{ font-weight: bold; }
@media screen and (min-width: 1120px){
	.mcTest{
		padding: 0 0 20px 90px;
		position: relative;
	}
	.mcTest:before{
		content: '';
		position: absolute;
		width: 55px;
		height: 50px;
		background: url(../img/icons/test-quotes.jpg);
		background-repeat: no-repeat;
		top: 0;
		left: 0;
	}
}
/*  </ mcTestimonials >  */