/* your styles go here */

			.event-info {
				list-style: none;
				padding: 2px 0 0 0;
				margin: 0px;
				float: left;
				width: 100%;
			}
			
			
			
			
			.event-info li {
				float: left;
				width: 45%;
				font-size: 15px;
				color: #000;
				margin: 8px 0px;
				line-height: 20px;
			}
			
			.event-address {
				width: 80% !important;
			}
			
			
.property-image { 
	max-height: 220px;
	min-height: 220px;
}
.p-right { 
	float:right !important;
}

.pagination li {
    width: 40px;
    height: 40px;
    line-height: 40px;
	background-color: #fff;
    border-radius: 50% !important;
    border: none;
    text-align: center;
}


.pagination li a {
	/*background-color: #fff !important;*/
}

.pagination li.active {
    background: #eee;
}
							