h1, .theme-red .title h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: none;
	font-size: 20px;
	font-weight: bold;
	color: #bc1e2c;
	border-bottom: 10px solid #bc1e2c;
  	text-transform: uppercase;
}
.theme-red h1 {color: #bc1e2c; border-color: #bc1e2c;}
.theme-red h2 {
	margin: 0 0 10px;
	padding: 10px 15px;
	border: 0;
	background: #bc1e2c;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.theme-red h2 a {
	color: #fff;
	text-decoration: none;
}
.theme-red .title h2 {
	padding: 5px 15px;
}
.theme-red .title hr {
	margin: 0; 
}
.media h4 {
	font-weight: bold;
}
.media-left img {
	max-width: 200px;
}

@media (min-width: 767px) {
	.media-left {
		min-width: 200px;
	}
}
@media (max-width: 767px) {
	h1 {
		padding-bottom: 5px;
		margin-top: -5px;
		color: #fff;
	}
}

hr {
	border-top: 10px solid #bc1e2c;
	margin: 10px 0;
}
.media-body img {
	display: none;
}