.review {	
	position: relative;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	
	margin: 25px 0px;
	padding:18px;
}

#loading {
	text-align: center;
}

.review_image {
	height: 25px;
    width: 25px;
    margin-right:6px;
    float: left;
    background-size: cover !important;
    border-radius: 50% 50%;
}

.review_image_lg {
	height:220px;
    width: 220px;
    margin-right:6px;
    float: left;
    background-size: cover !important;
    border-radius: 50% 50%;
    margin-bottom:15px;
}

.review .review_content {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 35px;
}

.review_content p {
	margin-bottom:10px;
}

.review .review_content:before {
	content:'“';
	position: absolute;
	left:-10px;	
	top:18px;
	font-size:75px;
	font-weight: 300;
}

.review .review_content:after {
	position: absolute;
	right:18px;	
	bottom:25px;
	font-size:50px;
	font-weight: 300;
}