
div.pagination a {
	padding: 2px 8px;
	margin: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-decoration: none; /* no underline */
	color: #fff;
	background:#333;
	font-weight: 700;
}
div.pagination a:active , div.pagination span.current {
	padding: 2px 8px;
	margin: 4px;		
		font-weight: 700;
		background-color:#008F47;
		color: #FFF;
		border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	}
	div.pagination a:hover {
		background-color:#008F47;
	}
	div.pagination span.disabled {
		padding: 2px 8px;
	    margin: 4px;	
		background-color: #999;
		color: #fff;
		font-weight: 700;
		border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	}
	
	.card-overlay { height: 100%;
		background: rgba(0, 0, 0, 0.8);
	  }

	  .gallery-text{ 
		margin-top: -60px;  background: #008F47; color:white;  
		position: absolute; min-height:60px; width:100%;
		padding: 10px;
	  }

	  a:link.red-btn, a:active.red-btn, a:visited.red-btn {
		background-color:#e21e2e;
		padding: 10px;
		font-size: 14px;
		border-radius: 3px;
		text-transform: uppercase;
		border: none;
		color: #FFF;
	  }

	  a:hover.red-btn {
		text-decoration: underline !important;
	  }



