.offer-strip {
	background: #b60d2c;
	text-align: center;
	color: white; 
	font-size: 0.95em;
}
.offer-strip a {
	color: white;
	display: block;
	padding: 5px;
}
.offer-strip a:hover {
	background: #333;
}
.offer-strip p {
	margin-bottom: 0
}
.offer-strip strong {
	color: #000;
	margin-right: 4px;
}
.offer-strip a:hover strong {
	color: #FFF;
}
.offer-strip .btn {
	display: inline-block;
	border: 1px solid #960620;
	border-bottom: 1px solid #F3738A;
	border-radius: 3px;
	background: transparent;
	margin-left: 4px;
}
.offer-strip a:hover .btn {
	border: 1px solid #FFF;
}