.ev-bwtile-container {
	width:100%;
}

.ev-bwtile-col-3 {
	width:33%;
	float: left;
    margin-right: 5px;
	margin-bottom: 5px;
}

.ev-bwtile-col-3:nth-child(3n+3) {  
  margin-right:0;
}

.clean-widget {
	position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 341px;
    /*filter: grayscale(1);*/
    z-index: 1;
	-webkit-transition: all .325s ease-in-out;
     -moz-transition: all .325s ease-in-out;
     -ms-transition: all .325s ease-in-out;
     transition: all .325s ease-in-out;
}

.ev-bwtile-col-3 a:hover .clean-widget {
     /*filter: none;*/
}

.clean-widget::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: .2;
     z-index: -1;
     -webkit-transition: all .325s ease-in-out;
     -moz-transition: all .325s ease-in-out;
     -ms-transition: all .325s ease-in-out;
     transition: all .325s ease-in-out;
}
 .ev-bwtile-col-3 a:hover .clean-widget::after {
     opacity: 0;
}

.clean-widget::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    z-index: -1;
	-webkit-transition: all .325s ease-in-out;
     -moz-transition: all .325s ease-in-out;
     -ms-transition: all .325s ease-in-out;
     transition: all .325s ease-in-out;
}

.clean-details {
	width:90%;
	position: absolute;
    bottom: 5px;
    left: 31px;
    z-index: 1;
	-webkit-transition: all .325s ease-in-out;
     -moz-transition: all .325s ease-in-out;
     -ms-transition: all .325s ease-in-out;
     transition: all .325s ease-in-out;
}

.ev-bwtile-col-3 a:hover .clean-details {
     bottom: 34px;
}

.clean-details-left {
    float:left;
    width: 65%;
}
	
	.clean-details-left-address {
		font-family: "Lato",sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: #fff;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding-bottom: 8px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.clean-details-left-price {
		font-family: "Lato",sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #fff;
		letter-spacing: 1px;
	}
	
	.clean-details-left-features {
		padding-top: 17px;
		opacity: 0;
		-webkit-transition: all .325s ease-in-out;
     	-moz-transition: all .325s ease-in-out;
     	-ms-transition: all .325s ease-in-out;
     	transition: all .325s ease-in-out;
	}
	
	.ev-bwtile-col-3 a:hover .clean-details-left-features {
		 opacity: 1;
	}
	
	.clean-details-left-features span {
		position: relative;
		font-family: "Lato",sans-serif;
		font-size: 13px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		padding: 0 6px;
	}
	
	.clean-details-left-features span:first-child {
		padding-left: 0;
	}
	
	.clean-details-left-features span::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 1px;
		height: 12px;
		background: #fff;
	}

.clean-details-right {
    float:right;
	margin-top: 56px;
	width: 35%;
}

.ev-bwtile-inline-search-form {
	text-align: center;
	padding: 2em 0;
	text-transform: uppercase;
}

	.ev-bwtile-inline-search-form > span {
		margin: 0 0 0 1rem;
		padding: 0.5rem 0;
		border-bottom: 1px solid #ccc;
	}

	.ev-bwtile-inline-search-form > span > i {
		color: #ccc !important;
	}

	.ev-bwtile-inline-search-form input {
		border: none;
		/*border-bottom: 1px solid #ccc;*/
		padding: 0.5rem 0;
		text-transform: uppercase;
		background-color: #fff;
		font-size: 0.9rem;
		min-width: 19rem;
		margin-right: 0;
		margin-left: 0;
	}

	.ev-bwtile-inline-search-form select {
		border: none;
		border-bottom: 1px solid #ccc;
		padding: 0.5rem 0;
		text-transform: uppercase;
		background-color: #fff;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		font-size: 0.9rem;

		max-width: 11rem;
		margin: 0 0.5rem;
		background-image: url(../img/widgets/common/down-arrow.png);
		background-repeat: no-repeat;
	    background-position: 97% 10px;
	    background-color: transparent;
	}

	.ev-bwtile-inline-search-form button {
		border: 1px solid #333;
		color: #333;
		padding: 0.5rem 2.5rem;
		background-color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 0.5rem;
		cursor: pointer;
	}

	.ev-bwtile-inline-search-form button:hover {
		color: #fff;
		background-color: #333;
	}

.ev-bwtile-paging {
	padding: 2rem 0;
	text-align: center;
}

	.ev-bwtile-paging *:first-child {
		border-left: solid 1px #333;
		padding-left: 1.5rem;
	}

	.ev-bwtile-paging:before, .ev-bwtile-paging:after {
		border-left: solid 1px #333;

		margin-left: 2px;
		margin-right: 2px;
		content: '';
		padding: 0.8rem 0;
	}

	.ev-bwtile-paging *:last-child {
		border-right: solid 1px #333;
		padding-right: 1.5rem;
	}

	.ev-bwtile-paging * {
		padding: 0.8rem 0.5rem;
		color: #333;
	}

	.ev-bwtile-paging a {
		color: #333;
	}

	.ev-bwtile-paging .current-page {
		font-weight: bold;
	}

@media (min-width: 737px) and (max-width: 995px) {
	.ev-bwtile-col-3 {
		margin-right: 5px !important;
	}
}

@media (max-width: 736px) {
	.ev-bwtile-col-3{
		width:48%;
	}
	
	.ev-bwtile-col-3:nth-child(3n+3) {  
	  margin-right:5px;
	}
	
	.ev-bwtile-col-3:nth-child(2n+2) {  
	  margin-right:0;
	}
}

@media (max-width: 414px) {
	.ev-bwtile-col-3{
		width:100%;
		margin-right:0;
	}	
}