 html  {

    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 

}

body {
	background-color: #fff; 
}

@media (min-width: 600px) {
    .welcome-blurb {
        padding: 25px 50px 25px 50px;
        
    }
}

@media (min-width: 600px) {
    .search-wrapper-home {
        padding: 50px!important;
        
    }
}

.btn-homeprop:hover {
    color: #fff!important;
}


.search-wrapper-home {
    padding: 5px;
}


.searchLink {
	height: 40px;
	width: 140px;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #222b4d;
	color: #222b4d;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

}

.searchSelect {
	height: 34px;
	width: 130px;
	border-radius: 0px;
	border: 0px;
	background-color: rgba(255,255,255,0.1);
	color: white;
	padding: 0px 5px;
	margin: 10px;
}

option {
	color: #000;
}

.image-epc {
    width: 100%;
}



.linkback {
	margin-top: 5px;
	height: 40px;
}


.grid-listing:hover .grid-listing-wrapper {
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}
.searchLink:hover {
	text-decoration: none;

}

.statusoverlay {
	height: 100px!important;
	width: 100px!important;
	z-index: 3;
	position: absolute;
}

.carousel-inner{
	width:100%!important;
	margin-left: 0 !important
}

.ui-slider-handle .ui-state-active {
	background-color: rgb(252,155,0)!important;
}

.ui-slider-range {
	background-color: #222b4d;
}

.search-container {
	color: #222b4d;
	max-width: 940px;
	flex-direction: row;
	margin: auto;
}

.search-container-home {
	max-width: 80%;
	flex-direction: row;
	margin: auto;
}



@media only screen and (max-width: 750px) {
  .search-container {
    flex-direction: column;
  }

  .searchSelect {
  	margin-bottom: 10px;

  }

  .btn-search {
  	width: 274px;
  }
}

.search-wrapper {
	width: 100%;
	
}

.single-listing {
	max-width: 940px;
	margin: auto;
	padding: 5px;
	color: #222b4d;
	overflow: hidden;
	
}

.btn-image {
	height: 40px;
	width: 75px;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #222b4d;
	color: white;
	background-color: rgb(0,65,128);
	margin-right: 5px;
	margin-bottom: 10px;
}

.listing-description {
	padding-top: 10px;
	margin: auto;
	text-align: center;
}

.listing-bullets {
	padding-bottom: 25px;
}

.carousel {
	max-height: 675px;
	object-fit: contain;
	overflow: hidden;
}

.image-carousel {
	width: 100%;
	max-height: 675px;
	object-fit: contain;
	
}
.price-container, .beds-container, .baths-container {
	min-width: 300px;
	white-space: nowrap;
	margin-bottom: 5px;
}

.beds-container-home, .baths-container-home {
    min-width: 300px;
	white-space: nowrap;
	margin-bottom: 5px;
	margin-left:10px;

}

.price-container {
	margin-bottom: 10px;
}

.price-data-wrapper {
	padding: 0 10px 0 10px;
}

.price-label {
	color: black;
}


.label-wrapper {
	width: 55px;
	text-align: center;
	vertical-align: middle;
	color: black;
}
.beds-btn {
	border: 1px solid #222b4d;
	border-radius: 0px;
	background-color: #222b4d;
	width: 50px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin: 2px;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */

}

.beds-btn-studio {
	width: 75px;
}


.baths-btn {
	border: 1px solid #222b4d;
	border-radius: 0px;
	background-color: #222b4d;
	width: 50px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin: 2px;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */

}

.btn-active {
	background-color: #37457A;
	border: 1px solid #37457A;
}


.beds-btn:hover {
	cursor: pointer;
}


.baths-btn:hover {
	cursor: pointer;
}

.btn-search {
	height: 34px;
	width: 100%;
	background-color: #222b4d;
	color: white;
	border-radius: 0px !important;
	padding: 0;
}
.btn-search:hover {
    color: white;
    background-color: #37457A;
}

.btn-search-home {
	height: 40px;
	width: 100%;
	background-color: #222b4d;
	color: white;
	border-radius: 0px !important;
	margin-top: 2px;
	padding: 5px;
	font-size: large;
	font-weight: 500;
}
.btn-search-home:hover {
    color: white;
    background-color: #37457A;
}

.grid-listing-full {
	padding-top: 25px;
	text-align: center;
	color: black;
	width: 100%;
}

.grid-listing-container {
	border-radius: 0px;
}

.grid-listing {
	border-radius: 0px;
}

.grid-listing-wrapper {
	border-radius: 0px;
}

.image-container {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.details-container {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.statusoverlay {
	border-top-left-radius: 0px;
}

.gird-listing-container img {
	height: 200px !important;
}

.addressListing {
	font-size: 24px;
}

.priceListing {
	font-weight: 600;
}

