.hr-button{
	background-color: #4aaee2 !important;
	border-color: #4aaee2 !important;
}

.badge {
    font-weight: 400;
    padding: 5px;
    margin-bottom: 10px;
}

.search-header{
	background-color: #fafafa;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(102, 102, 102,0.2);
	margin-bottom: 25px;
	border :0px !important;
}


.header-text-holder{
	width: 75%;
	margin: auto;
	margin-bottom: 
}

.search-header-text-1{
	font-size: 34px;
	font-weight: 600;
	text-align: center;
}


.search-header-text-2{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}


.search-holder{
	width: 100%;

}

.search-ribbon{
	width: 50%;
	margin: auto;
	background-color: #4aaee2;
	padding: 35px;
}

.filter-ribbon{
	width: 50%;
	margin: auto;
	background-color: #fafafa;
	padding-top:0px!important;
	padding: 15px;
	padding-bottom: 0px!important
}

.filter-col{
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 
	border-bottom: 1px solid #666666; 
}

.submit-ribbon{
	width: 50%;
	margin: auto;
	background-color: #fafafa;
	padding-top: 25px;
	padding-bottom: 35px;
	margin: auto;
}

.search-button{
	border-radius: 1px;
}


.results{
	width: 50%;
	margin: auto;
	background-color: #fafafa;
	padding-top: 25px;
	padding-bottom: 35px;
	margin: auto;
}

.results-cards-holder{
	width:100%;
	margin: auto;
}

.card{
	border-radius: 0px!important;
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.card-img, .card-img-top {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}

.view-listing-button{
	position: absolute;
	right:    0;
	bottom:   0;
	border-radius: 1px!important;
}

.card-title{
	font-size: 21px;
}

.card-text{
	font-size: 18px;
}

.bi-pin-map{
	margin-bottom: 15px;
}

.form-control{
	border-radius: 0px!important;
}

.test-holder{
		margin-bottom: 20px;
}




@media (max-width: 1350px){
	.search-ribbon {
	    width: 75%;
	}
	.filter-ribbon {
	    width: 75%;
	}
	.submit-ribbon {
	    width: 75%;
	}
	.results {
	    width: 75%;
	}
}

@media (max-width: 667px){
	.search-ribbon {
	    width: 95%;
	    padding: 10px;
	    padding-top: 35px;
	}
	.filter-ribbon {
	    width: 95%;
	}
	.submit-ribbon {
	    width: 95%;
	}
	.results {
	    width: 95%;
	}

	.search-header {
	    margin-bottom: 0px!important;
	}
	.header-text-holder {
	    width: 95%;
	}

	.search-header-text-1 {
	    font-size: 28px;
	}

	.search-header-text-2 {
	    font-size: 18px;
	}

	.form-control {
	    margin-bottom: 25px;
	}

	.filter-col:first-of-type {
	    border-top: 1px solid #666666;
	}

	.filter-col {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	.search-button:first-of-type{
		margin-bottom: 10px;
	}
}

.no-content{
	padding: 50px;
	min-height: 78%;
}

.no-content-header{
	text-align: center;
	font-size: 48px;
}

.no-content-header-l2{
	text-align: center;
	font-size: 48px;
}

.no-content-image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  padding: 20px;
}



@media (max-width: 600px){
	.no-content-image{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 90%;
	  padding: 20px;
	}
}

