.read-more{
	background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff 65%);
	background-image: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 65%);
	background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 65%);
	background-repeat: repeat-x;
	padding: 6em 0 2em;
	position: absolute;
	bottom:0px;
	left: 2px;
}

.read-more:hover {
	color:#c30118 !important;
}

.btn-email{
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	width: 150px;
	height: 32px;
}

@media screen and (min-width: 770px) and (max-width: 900px) {
	.btn-email{
		text-overflow: ellipsis;
		display: block;
		overflow: hidden;
		width: 108px;
		height: 32px;
	}
} 

.bg-notaris{
	background-color: #f5f5f5 !important; 
}

.btn-read-more{
	position: absolute;
	left: 18px;
	bottom: 30px;
}