/* Add here all your CSS customizations */

.testimonial-active {
	color: #0088cc !important;
}

.testimonial blockquote p.title {
	color: #000;
	font-size:2em;
	letter-spacing:-1px;
	margin:0 0 8px 0;

}
.blue-quote {
	color: #0088cc;
	font-size:2em;
	margin-right: 5px;
}
.testimonial blockquote span {
	color: #0088cc;
	font-size:1em;
}
.testimonial blockquote span em {
	color: #666;
	font-size:1em;
	display: block;

}
.testimonial blockquote span em i {
	color: #08c;
	font-size:1.1em;

}

blockquote .pricing {
	width:100px;
	float:right;
	margin:0 0 7px 7px;
}

.border img {
	margin:20px 0 2px 20px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	cursor: pointer;
	}
.border img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.home-dogs-img {
	background: transparent url(../img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
	
}
.home-dogs-img div {
	background: transparent url(../img/map-top.gif) no-repeat center 0;
	width: 100%;
	overflow: hidden;
	height: 220px; 
	margin:0;
	padding:0;
	
}

hr.dogs {
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
	border: 0;
	height: 1px;
	margin: 0 0 80px 0;
}