
a .card {
	transition: ease all 0.3s;
}

a .card:hover {
	box-shadow: 0px 3px 15px #e1e1e1 !important;
	transition: ease all 0.3s;
}

a .card:hover .card-title {
	color: #D10100 !important;
	transition: ease all 0.3s;
}

.card-default {
	background-color: #FFF;
	border-radius: 8px;
	color: #333;
	padding: 12px;
	box-shadow: 0px 15px 20px #00000024;
	/*border-bottom: 7px solid #BD0000;*/
}

.card-text:last-child {
	margin-bottom: 0;
	font-size: 14px;
	font-family: Verdana;
}
