/*CITE*/

.cite {
	background-color: #f4f4f4;
	width: 100%;
	padding: 22px 11px;
}

.cite__img {
	margin: 0 auto;
	width: 135px;
	height: 165px;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(photo.png);
}

.cite__title-wrap {
	padding-top: 15px;
	text-align: center;
}

.cite__title {
	color: #09a945;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 4px;
	display: block;
}

.cite__subtitle {
	color: #252525;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.cite__text {
	background-position: 6px 14px;
	padding: 20px 10px 4px 29px;
	color: #4b4b4b;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	clear: both;
	display: block;
	background-image: url(quote.png);
	background-repeat: no-repeat;
}


@media screen and (min-width: 1024px) {

	.cite__img {
		float: left;
	}	

	.cite__title-wrap {
		float: right;
		width: 154px;
		height: 165px;
		padding-top: 55px;
	}	

	.cite__text {
		padding-top: 39px;
		background-position: 6px 29px;
	}

}	