@charset "utf-8";
/* CSS Document */

.no-marg{
	margin:0px;
}

img{
	width:100%;
}


.testimonial a:hover{
	color:#CCC;
	text-decoration:none;
}


.testimonial{
	background-color:#991C1F;
	border-radius:10px;
	padding:15px;
	margin:35px 5px 65px 5px;
	color:#fff;
	position:relative;
}

.testimonial-content{
	padding-bottom:10px;
}

.testimonial-img img{
	border-radius:50%;
	height:105px;
	width:105px;
	border: 5px solid white;
}

.testimonial-img{
	position:absolute;
	bottom:-70px;
}

.testimonial-author{
	left:100px;
	font-size:13px;
}

iframe{
	margin-top:20px;
}

.topmarg{
	margin-top:10px;
}
