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

.testimonial {
	border: 2px solid #b5b5b5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	margin: 0 0 55px 0;
	position: relative;
}

.testimonial h3 {
	color: #000000;
}

.testimonial p.author  {
	color: #007dbe;
}

.testimonial p.author b {
	color: #f38423;
}

.testimonial span {
	display: block;
	position: absolute;
	bottom: -35px;
	right: 55px;
	background-image: url('../img/general/bg-testimonial.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 35px;
}

.testimonial-blue {
	border: 2px solid #007dbe;
	background-color: #007dbe;
}

.testimonial-blue p {
	color: #ffffff !important;
}

.testimonial-blue span {
	background-image: url('../img/general/bg-testimonial-blue.png');
	bottom: -36px;
}

/*START - DEVICE DEPENDANT CSS*/
@media (max-width: 767px) {
	/*CONTENT applying col-xs VIEWS*/
}
		
@media (min-width: 768px) and (max-width: 991px) {
	/*CONTENT applying col-sm VIEWS*/
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*CONTENT applying col-md VIEWS*/
}

@media (min-width: 1200px) {
	/*CONTENT applying col-lg VIEWS*/
}
/*END*/