ul.menuinfo > li {
	color: #888888;
}
.items-row > div{
	margin-left: auto;
	margin-right:auto;
}
.page-category__testimonials > div figure{
	text-align: center;
}

/* Services boxes */
.services .item_content a{
	color: #fff;
}

/* YouTube embedded */
.span6.videoWrapper {
	position: relative;
	padding-bottom: 24%;
	padding-top: 25px;
	height: 0;
}
.span6.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px){
	.span6.videoWrapper {
		padding-bottom:56.25% !important;
	}
}

h3.item_title.item_title__center {
	font-weight:300 !important;
}
#content{
	background:url('/images/vet-watermark-background.png');
}