@use postcss-nested;
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,500,600);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poller+One&display=swap');
:root{
	--menutop-height: 43px;
	--menutop-margin: 5px;
	--font-size: 14px;
	--searchtype-margintop: 25px;
	--searchtype-optionheight: 2em;
	--searchcriteria-margintop: 10px;
	--separation-color: rgba(5,5,5,1.0);
	--backgrd-color: #242526;
	--border-color: #505050;
}
input[type=text]{
	-webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    /*width: calc(75vw);*/
    max-width:500px;
    height: 34px;
    padding-left: 10px;
    color: white;
    border-style: solid;
    border-width: 0px;
	font-size: 1em;
	line-height: 1.1em;
    border-color: rgba(50,52,54,1.0);
    background-color: rgba(50,52,54,1.0);
}

.showing-info{
  width: calc(90vw - 16px);
	background-color: rgba(50,52,54,1.0);
	border-radius: 15px;
	padding: 8px;
}

.listing-onmarket-building{
	margin-left: -10px;
	padding-left: 10px;
	font-size: 0.8em;
}

.building-prices{
  margin-top:10px;
}

.building-onmarket-container{

}

.desktop{
  display: none;
}

.ld_status-active{
	width: 0.9em;
	height: 0.9em;
	background-color: green;
	border-radius: 0.45em;
	display: inline-block;
	margin-top: 0.25em;
}

.ld_status-rental{
	width: 0.9em;
	height: 0.9em;
	background-color: purple;
	border-radius: 0.45em;
	display: inline-block;
	margin-top: 0.25em;
}

.savedsearch-criteria-city{
  font-size:1.25em;
  color: white;
  padding-left: 12px;
}
.savedsearch-criteria{
color: darkgrey;
    font-size: 1em;
    padding-left: 12px;
}
.searchcriteria-cats{
	display: inline-block; 
	float: left;
	height: var(--searchtype-optionheight);
	z-index: 0;
	margin-right: -3px !important;
	line-height: var(--searchtype-optionheight);
	padding-left: 8px !important;
	padding-right: 8px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	vertical-align: center;
	background-color: rgba(50,52,54,1.0);
	width: 70px;
	font-size: 1em;
	text-transform: uppercase;
	/*border-bottom: 1px solid grey;*/
}
input[type=text]:focus {
     outline: none;
     
     color: white;
}

div{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
body{
	font-family: 'Roboto', sans-serif;
    line-height: 20px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
	
	background-color: #242526;
	margin: 0;
	padding: 0;
	
	
}



.separation{
	background-color: rgba(5,5,5,1.0);
	height:5px;
	width:100vw;
}

.separationgrey{
	background-color: #242526;
	height:5px;
	width:100vw;
}

.listlink{
	padding-left: 10px;
	width: calc(100vw - 10px);
	height: 43px;
	line-height: 43px;
	background-color: #242526;
}
a {
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	padding-right:30px;
	line-height: 43px;
}


/************* DROP DOWN MENU LOCATION ***************/
.dropbtn {
  /*background-color: white;
  text-align:left;
  width: calc(100vw - 120px);
  color: black;
  padding: 8px;
  font-size: 1em;
  border: 1px solid lightgrey;*/
  
  background-color: rgba(50,52,54,1.0);
    text-align: left;
    /*width: calc(100vw - 120px);*/
    color: #ccc;
    border-color: #444;
    padding: 10px 4px 10px 6px;
    font-size: 1em;
    border: #444;
}

.dropdownarrow{
	display: inline-block;
    transform: rotate(90deg);
    float: right;
    color: darkgrey;
    font-size: 1em;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  /*margin-left: 65px;*/
  margin-top:10px;
  width: 100%;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
     width:300px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
}

/* Links inside the dropdown */
.loc-items {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.loc-items a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */


.schedule_day{
	display: inline-block;
    width: 30%;
	line-height: 1.5em;
    padding-bottom: 1.65em;
	font-weight:bold;
}	

.schedule_ampm{
	display: inline-block;
    width: 50%;
    vertical-align: bottom;
}

.selected{
	font-size: 0.9em;
	border: 1px solid white;
	margin-top: 0.75em;
	font-weight: 200;
	padding: 0.7em;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 1.5em;
	text-align: center;

	text-transform: uppercase;
	color: black;
	background-color: white;
	text-decoration: none;
	opacity: 1;
}

.menu {
	margin: 0;
	top: 0;
	left: 0;
	position: absolute;
	width: 100vw;
	z-index:999;
	font-weight: 200;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  
}

.menu,
.menu a {
  color: white;
  text-decoration: none;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 2px;
  
}

.menu a:hover {
  color: white;
  background-color: #bc8f46;
  
}

.menu ul>li>ul>li a:hover {
	color: black;
  background-color: #E5E4E2;
  
}


.menu label {
  display: inline-block;
  color: black;
  font-size:1.25em;
  font-weight:900;
}

.menu a {
  display: block;
  white-space: nowrap;
}


	

.menu-dropdown,
.menu input[type="checkbox"] {
  display: none;
  
  
}

.menu-dropdown a {
  padding: 15px 20px;
  color: black;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: capitalize;
  font-size:0.9em;
  letter-spacing:1px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}


.menu label:hover {
  cursor: pointer;
  
}


/*******************
* LISTING CARD
*
**************************/
.listing-card-container{
	display: block;
	width: 298px;
	padding:0;
	margin:0;
	padding-bottom: 5px;
	padding-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;

}

.listing-card-header{
  display: inline-block;
    float: left;
}

.building-card-container{
	display: block;
	width: 298px;
	padding:0;
	margin:0;
	padding-bottom: 5px;
	padding-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  /*border-left: 1px solid lightgrey;*/
  margin-top: -20px;
}

/**  STYLE 5 */
#card-73142792::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#card-73142792.custom-overlay-listing::-webkit-scrollbar-thumb {
	background-color: #0ae;
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                  color-stop(.5, rgba(255, 255, 255, .2)),
					          color-stop(.5, transparent), to(transparent));
}


.margin-class{
    height:0em;
}
.listing-card-header-container{
    display: block;
    width: 300px;
    padding:0;
    margin:0;
}

.listing-card-round-pic{
  width: 40px;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.listing-card-round-logo{
  width: 24px;
  border-radius: 50%;
  padding: 5px;
}

.building-listing-card-address-container{
  width: calc(100%);
  display: block;
  padding-left: 10px;
  padding-top: 10px;
  text-align: left;
  color: black;
}

.listing-card-address-container{
  width: calc(100%);
  display: block;
  padding-left: 10px;
  padding-top: 7px;
  text-align: left;
  color: black;
}

.listing-card-pic-container{

}

.listing-card-pic-container-large{
  width: 100%;
	margin: 0;
	display: inline-block;
  
}

.listing-card-basicinfo-container{
  text-align: left;
  margin-top: -3px;
}


.building-listing-card-basicinfo-container{
  text-align: left;
  border: 1px solid lightgrey;
  margin-top: -3px;
  padding-bottom: 5px;

}

.listing-card-basicinfo-price{
	display: inline-block;
	width: calc(38%);
	padding-left: 10px;
}

.listing-card-basicinfo-figure{
	color: black;
    display: block;
    font-weight: 500;
    font-size: 1.35em;
    margin-top: 8px;
    line-height: 1.25em;
}

.listing-card-basicinfo-desc{
	display: block;
    font-weight: normal;
    line-height: 1em;
    font-size: 1em;
    color: darkgrey;
    margin-top: -1em;
}

.listing-card-basicinfo-bath{
	text-align: center;
}

.listing-card-basicinfo-bed{
	display: inline-block;
	width: 18%;
	text-align: center;
}
.listing-card-basicinfo-bath{
	display: inline-block;
	width: 20%;
	text-align: center;
}
.listing-card-basicinfo-sqft{
	display: inline-block;
	width: 20%;
	text-align: center;
  float: right;
}

.listing-card-city{
  line-height: 1.45em;
  font-size: 1.2em;
  color: #888888;
}

.listing-card-building-info-box{
  padding-left: 8px;
    display: block;
    vertical-align: top;
    width: 100%;
    float: left;
    margin-bottom: 0em;
}

.listing-card-address{
  font-size: 1.25em;
  font-weight: bold;
}

.listing-card-building-button {
   
    display: inline-block;
    color: white;
    margin-top: 3px;
    margin-right: 5px;
    font-weight: 500;
    font-size: 1.15em;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    line-height: 35px;
    text-align: center;
    background-color: #1b74e4;
}


.listing-card-building-shortcut{
  display: inline-block;
  color: #242526;
  text-align: left;
  width: calc(50% - 7.5px);
  margin-right: 5px;
  font-size: 1.25em;
  line-height: 2.5em;
  text-align: center;
  font-weight: 400;
  border-bottom: 3px solid lightgrey;
}

.listing-card-building-shortcut-selected{
  font-weight: 600;
  border-bottom: 3px solid #1b74e4 !important;
}

.unit_no{
    display: inline-block;
    position: relative;
    top: 30px;
    background: green;
    /* width: 50px; */
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    line-height: 20px;
    height: 20px;
    color: white;
    left: 10px;
}

.listing-card-building-name{
  color: black;
  display: block;
  font-weight: 500;
  font-size: 1.5em;
  text-align: left;
  padding-left: 10px;
  line-height: 1.5em;
}

.listing-card-building-address-container{
  width: calc(100%);
  display: block;
  padding-left: 10px;
  text-align: left;
  color: black;
}

.listing-card-building-separation{
  width: calc(100% - 20px);
  display: block;
  margin-left:auto;
  margin-right:auto;
  
  margin-bottom:10px;
  border-bottom:1px solid #F0F0F0;
}

.home-facts {
  display: inline-block;
  width: calc(50% - 12px);
  margin-bottom: 0.75em;
  padding-left: 5px;
  line-height: 25px; 
  /* vertical-align: -webkit-baseline-middle; */
  background: rgb(246, 246, 250);
  border-radius: 3px;
  min-height: 25px;
  margin-right: 5px;
  vertical-align: center;
  text-align: left;
}

.home-facts-header{
  font-size: 1em;
  color: rgb(42, 42, 51);
  display:none;
}

.home-facts-details {
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgb(42, 42, 51);;
  font-size: 1em;
  vertical-align: middle;
  display: inline-block;
  max-width: calc(100% - 20px);
}


/**************************
*	LISTING
*
***************************/

.listing-container{
	display: block;
	width: 100vw;
	padding:0;
	margin:0;
	padding-bottom: 5px;
	padding-top: 3px;
}

.spacer{
	display: block;
	padding-top: 5px;
}


.listing-header-container{
	display: block;
	width: 100vw;
	padding:0;
	margin:0;
}

.listing-round-pic{
	width: 50px;
	display: inline-block;
	padding:0;
	margin:0;
	vertical-align: top;
}


.listing-round-pic-building{
	width: 60px;
	display: inline-block;
	padding:0;
	margin:0;
	vertical-align: top;
}

.listing-address-container{
	width: calc (100vw - 55px);
	display: inline-block;
}

.round-logo{
	width: 48px;
    border-radius: 50%;
    padding: 5px;
}

.round-logo-building{
	width: 60px;
    border-radius: 50%;
    padding: 5px;
}

.listing-address-container{
	color: white;
	font-size: 1.1em;
	padding-left: 10px;
	padding-top: 2px;

}


.listing-address{
	padding-top: 5px;
	/*text-transform: uppercase;*/
    font-weight: 500;
    line-height: 1.15em;
    font-size: 1.1em;
}

.building-name-list{
	padding-top: 5px;
	/*text-transform: uppercase;*/
    font-weight: bold;
    line-height: 1.5em;
    font-size: 1.1em;
}


.listing-city{
	/*font-weight: bold;*/
    line-height: 1.35em;
	font-size: 0.9em;
}

.listing-city-building{
	/*font-weight: bold;*/
    line-height: 1.35em;
	font-size: 0.9em;
}

.listing-onmarket{
	font-weight: normal;
    line-height: 1.1em;
	font-size: 0.7em;
	color: #C3C3C3;
}

.listing-pic-container{
	
}

.listing-pic-container-large{
	width: 100vw;
	margin: 0;
	display: inline-block;
}

.listing-pic-container-small-3{
	width: 100vw;
	margin: 0;
	overflow-x:hidden;
	margin-top: -3px;
    
}


.listing-pic-container-small{
	/*width: calc(33vw - 1px);*/
	margin: 0;
	display: inline-block;
	margin-top: -3px;
}

.listing-pic-large{
	width: 100vw;
}

.listing-pic-small{
	width: calc(32.7vw);
}

.listing-pic-small-darker{
	filter: opacity(0.8);
}

/*
width: 25px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    border: black;
    border-radius: 0px 25px 25px 0px;
    position: relative;
    top: 150px;
    left: 5px;
    line-height: 50px;

    padding-left: 5px;
    font-size: 1.5em;
    display: none;
*/
.left-arrow:hover{
  background: white;
}
.left-arrow{
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  top: 150px;
  left: 10px;
  line-height: 32px;
  font-size: 3em;
  padding-left: 12px;
  display: none;
  cursor: pointer;
}
.right-arrow:hover{
  background: white;
}
.right-arrow{
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  top: 120px;
  left: calc(100% - 50px);
  /* right: calc(100% - 1000px); */
  line-height: 32px;
  font-size: 3em;
  text-align: center;
  display: none;
  cursor: pointer;
}

.pluspic{
	display: block;
    position: absolute;
    color: white;
    font-size: 1.5em;
    /* font-family: ui-monospace; */
    font-weight: 900;
    margin-top: -85px;
    width: 32.7vw;
    text-align: center;
}
.theheaderbutton{
    margin-top: 10px;
    display: block;
    color: white;
    margin-right: auto;
    font-weight: 500;
    font-size: 1.15em;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 40px;
    width: calc(50%);
    text-align: center;
    background-color: #1b74e4;
    margin-bottom: 10px;
    margin-left: auto;
}

.listing-basicinfo-price{
	display: inline-block;
	width: calc(52vw - 10px);
	padding-left: 10px;
}

.listing-basicinfo-figure{
	color: white;
    display: block;
    font-weight: 500;
    font-size: 1.25em;
    margin-top: 8px;
    line-height: 1.25em;
}

.listing-basicinfo-desc{
	display: block;
    font-weight: normal;
    line-height: 1em;
    font-size: 1em;
    color: #C3C3C3;
    margin-top: -1.35em;
}

.listing-basicinfo-bath{
	text-align: center;
}

.listing-basicinfo-bed{
	display: inline-block;
	width: 15vw;
	text-align: center;
}
.listing-basicinfo-bath{
	display: inline-block;
	width: 15vw;
	text-align: center;
}
.listing-basicinfo-sqft{
	display: inline-block;
	width: 15vw;
	text-align: center;
}


.linkbuilding{
	padding: 0;
    margin: 0;
    line-height: 0;
}

.listing-excerpt{
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: lightgrey;
	padding-bottom: 10px;
}

.building-excerpt{
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: lightgrey;
	padding-bottom: 10px;
}

.listing-excerpt-more{
	line-height: 1em;
	font-size: 0.9em;
	color: white;
	font-weight: bold;
}

.linklisting{
	background: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
	line-height: 0;
}

.footer, .footer-content .footer-ul{
  color: black;
  width:100%;
  background-color:white;
  padding: 12px;
}

.footer-content{
  margin-bottom:1em;
}

.footer-content p{
  margin-top:0.5em;
  margin-bottom: 0.5em;
  font-size:0.9em;
}

.footer-ul ul{
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-ul a{
  list-style: none;
  line-height: 1.2em;
  font-size:0.85em;
  padding-right:0;
  color: black;
  max-width: 330px; /* Adjust the maximum width as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* This adds the ... at the end */
  white-space: nowrap;
  display: inline-block;
}

.footerlink{
  max-width: 100%;
}

.four-count{
  column-count: 2 !important;
}


/*****************
*	TOP 10
*****************/
h1{
	color: white;
    font-weight: bold;
    font-size: 1.5em;
    margin-left: 12px;
    margin-block-start: 1em;
    margin-block-end: 0.67em;
}

.top10-container{
	height: 430px;
    margin: 0;
    padding: 0;
	padding-left: 8px;
    z-index: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.top10-listing-container{
    width: 250px;
    display: inline-block;
    padding: 5px;
    margin: 0;
}

.top10-listing-like{
  position: relative;
  float: right;
  top: 12px;
  right: 11px;
}

.contour-heart{
  position: relative;
  /* top: 12px; */
  /* right: 11px; */
  float: right;
  color: white;
  font-size: 2.15em !important;
  z-index: 1;
}

.background-heart{
  font-variation-settings: 'FILL' 1;
  position: absolute;
  top: 2px;
  right: 3px;
  float: right;
  opacity: 0.3;
  color: white !important;
}

.top10-pic-vertical{
	margin:0;
	padding:0;
}

.top10-pic-vertical-number{
	display: block;
    position: relative;
    bottom: 285px;
    left: 7px;
    color: white;
    font-size: 4em;
    width: 3em;
    font-weight: 900;
    text-shadow: 2px 3px #242526;
}

.top10-pic-vertical-price{
	position: relative;
    bottom: 65px;
    background-color: #B20010;
    min-width: 60%;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    max-width: 80%;
    /* display: inline-block; */
    margin: auto;
}

.top10-info-container{
	margin-top: -50px;
	    background-color: rgba(50,52,54,1.0);
		padding: 5px;
    cursor: pointer;
}



.top10-info-address{
	color:white;
	font-size: 1.1em;
}

.top10-info-city{
	font-weight: 500;
    line-height: 1.5em;
    font-size: 1.1em;
	color: white;
}

.top10-info-bed{
	display: inline-block;
	width: 20%;
    text-align: center;
}

.top10-info-bath{
	display: inline-block;
    width: 40%;
    text-align: center;
}

.top10-info-sqft{
	display: inline-block;
    width: 40%;
    text-align: center;
}

/***********
*	Horizontal Scroll 
***************/

.horizontal-scroll-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  

}

.building-container {
	
	width: 300px;
    flex: 0 0 auto;
    margin-left: 8px;
    border: 1px solid #96999e;
	color:white;
	padding-bottom: 8px;
}

.building-pic-container{
	
	
}

.building-pic{
	
}

.building-name{
	position: relative;
    /* top: 0; */
    margin-top: -385px;
    height: 385px;
    margin-left: 8px;
    /* left: 0; */
    color: white;
    font-size: 1.35em;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
	text-shadow: 1px 1px 6px black;
	
}

.building-excerpt{
	font-size: 1.15em;
	line-height: 1.3em;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	color: lightgrey;
	padding-bottom: 10px;
	
}

.building-header-text{
	display: block;
	margin-top:5px;
	font-weight: 600;
	font-size: 1.15em;
	line-height: 1.45em;
	
}

.building-stats{
	font-size: 1.0em;
	padding-left:8px;
}

.building-stats-row{
		display: block;
}
.building-stats-category{
	
	display: inline-block;
	width: 50px;
}

.building-stats-info{
	margin-left:15px;
	display: inline-block;
}

.building-amenities{
	max-width: 150px;
	width: 150px;
	font-size: 1.05em;
	padding-left:8px;
	display: inline-block;
}

.building-links{
	display: inline-block;
	text-align: center;
	width: 130px;
}

.searchoptionbox{
    display: inline-block;
    height: var(--searchtype-optionheight);
    z-index: 0;
    margin-right: -3px !important;
    line-height: var(--searchtype-optionheight);
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    vertical-align: center;
	background-color: rgba(50,52,54,1.0);
	width: 70px;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
    
}

.searchoptionbox:hover{
  background-color:#3d4042;
  font-weight:500;
}

.leftcurvebox{
	border-radius: 10px 0 0 10px;
	border-right: 1px solid #505050!important;
}

.rightcurvebox{
	border-left: 1px solid #505050!important;
	border-radius: 0 10px 10px 0;
}
.searchtype{
	width: 100% !important;
	color: white !important;
	margin:0 !important;
	margin-bottom: 20px !important;
	padding:0 !important;
	text-align:center !important;
	display: block;
}


.searchcriteria-header{
	height: 60px;
    text-align: left;
	border-bottom: 1px solid lightgrey;
	display: block;
}
.searchcriteria-header-close{
	font-size: 2em;
    line-height: 2em;
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    display: inline-block;
	text-align:center;
	width: 60px;
}

.searchcriteria-header-btn{	
	height: 60px;
	width: 100px !important;
	background-color: #B20010 !important;
	border: 0px !important;
    vertical-align: top;
	display: inline-block;
    text-align: center;
	margin-top:15px !important;
}

.searchcriteria-header-text{
	width: calc(100vw - 140px);
	text-align: left;
	display: inline-block;
	margin-top:10px;
	/*margin-left:12px;*/
	height: 50px;
}
.search-complement{
  margin-top:10px;
}
.searchcriteria-header-alert{
    width: calc(100vw - 190px);
    text-align: left;
    display: inline-block;
    margin-top: 10px;
    /* margin-left: 12px; */
    height: 50px;
}

.searchcriteria-header-pick-location{
	width:100%;
	text-align: left;
	display: inline-block;
	/*margin-left: 12px;*/
	margin-top:10px;
	height: 50px;
}

.searchcriteria-categories{
	height: 2.65em;
    margin-bottom: 10px;
    background-color: rgba(50,52,54,1.0);
    border-bottom: 1px solid grey;
	margin-bottom:20px;
}

.searchcriteria{
	position: fixed; 
	top:0 !important; 
	margin: 0 !important;
	padding: 0 !important;
	z-index:9999;
	width: 100% !important;
	height:80vh;
    color: white !important;
    text-align: center !important;
    display: block;
	overflow: hidden;
    overflow-y:scroll;
	display: block; 
	background-color: var(--backgrd-color);
}

.searchfixedmenu{
	width: 100% !important;
    color: white !important;
    margin: 0 !important;
    margin-top: 0px !important;
    padding: 0 !important;
    /* text-align: center !important; */
    display: block;
    height: 100vh;
    padding-left: 20px !important;
	padding-right: 20px !important;
    position: fixed;
    top: 80vh;
	background-color: var(--backgrd-color);
	z-index:9999;
}

.location-item{
	background-color: lightgrey;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.9em;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    border-radius: 0.75em;
	margin-bottom: 5px;
}

.searchbtn{
	display: inline-block;
    background-color: #B20010;
    margin-top: 1px;
    height: 2.5em;
    z-index: 0;
    margin-top: 10px;
    line-height: 2.5em;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 3px;
    vertical-align: center;
    width: calc(50% - 10px);
    font-size: 0.8em;
    text-transform: uppercase;
    color: white;
    font-size: 1.15em;
    text-align: center;

}

.error{
	color: red;
    text-align: center;
    font-size: 1.25em;
}

.savebtn{
    width: 100% !important;
}
.proptypeoption{
	display: inline-block;
	width: 49%;
}

.proptypecheck{
	-webkit-appearance: none;
	width:2em;
	height: 2em;
	margin:0;
	padding:0;
	background-color: white;
	border-radius: 0.5em;
	border: 0.25em solid white;
}

.proptypecheck:checked{
	background-color: #1da1f2;
	
}

.proptypelabel{
	line-height: 1.75em !important;
    height: 3em !important;
	font-size: 1.15em;
	margin-left: 0.25em;
    vertical-align: top;
    /* margin-top: 10em !important; */
    display: inline-block;
}


.building-learn-more{
	height: 2.75em;
    z-index: 0;
    margin-left: 10px;
    line-height: 2em;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: center;
    border: 1px solid #C3C3C3;
	background-color: #B20010;
    width: 100px;
    font-size: 0.8em;
    text-transform: uppercase;
    /* margin-bottom: 5px;*/
}

.building-schedule-tour{
	
	background-color: #B20010;
	margin-top: 1px;
    height: 2em;
    z-index: 0;
    margin-left: 10px;
	line-height: 2em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: center;
	border: 1px solid #C3C3C3;
	width: 100px;
	font-size: 0.8em;
	text-transform: uppercase;
}

.listing-fact-header{
	display: inline-block;
	width: 25%;
	font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
	
	font-size: 1.1em;
    line-height: 1.75em;

	color: white;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	font-weight: 600;
}

.listing-fact{
	font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
	font-size: 1.1em;
    line-height: 1.75em;
	color: white;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	width: 33%;
	vertical-align: top;
}

.listing-action{
	 text-align: right;
    margin-bottom: 10px;
}


.listing-action-bubble{
	border-radius: 18px;
    width: 60px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    padding-top: 8px;
    color: white;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(50,52,54,1.0);
    background-color: rgba(50,52,54,1.0);
}




.material-symbols-outlined {
  color: white;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.recentsales{
	color: #4080ff;
    height: 1.5em;
	padding-top: 0.5em;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1em;
	font-weight: 600;
    line-height: 1.75em;
    display: block;
    width: 300px;
    text-align: center;
    margin: auto;
    text-decoration: none;
	padding-bottom: 2em;
}

/* narrow  */
@media screen and (max-width: 1024px) {
  .menu > label {
    background: white;
    display: inline-block;
	float: right;
    padding: 15px 20px;
    text-align: right;
  }

  .menu a {
    padding: 15px 20px;
  }

  .menu > ul i {
    float: right;
    padding: 5px 10px;
  }

  .menu-dropdown a {
    background: white;
	margin-left:20px;
  }

  .menu-hasflyout > ul a {
    background: white;
  }
  
  .desktop{
    display: inline-block;
  }

  .menu-hasdropdown:hover > ul {
    display: block;
    -webkit-animation: grow .5s ease-in-out;
            animation: grow .5s ease-in-out;
  }
  
  .menu > ul,
  .menu-righticon {
    display: none;
	
  }

  input[type="checkbox"]:checked + ul {
    display: block;
	background-color:white;
	
    -webkit-animation: grow .5s ease-in-out;
            animation: grow .5s ease-in-out;
  }
  
    .menu a {
    background: black;
	color: white;
  }


}

/*******************************
*	Auto Complete
*******************************/

.autocomplete {
  position: fixed;
  display: inline-block;
}

.autocomplete-items {
 /* border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0; */

    height: 0px;
    overflow-y: auto;
    width: calc(75vw + 12px);
    
    /* margin-top: -15px; */
    margin-left: 32px;
    background: rgba(50,52,54,1.0);
    z-index: 999;
    position: fixed;
    top: 215px;
}

.autocomplete-items div {
	padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    color: white;
    font-size: 1.1em;
	line-height:1.5em;
    
    /* border-bottom: 1px solid #d4d4d4;
  /*border-bottom: 1px solid #d4d4d4; */
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #606060;
  /*background-color: #e9e9e9; */
}


/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.autocomplete-header{
	/*border-bottom: 1px solid white !important;*/
	text-transform: uppercase;
	font-weight: bold;
	padding-top:25px !important;
	padding-bottom:10px !important;
	padding-left: 10px !important;
	text-align: left;
  pointer-events: none;
}

.building-address{
	color: darkgrey;
    font-size: 0.9em;
    display: block;
    margin-top: 3px;
    line-height: 0.6em;
}

.filter-btn{
	display: inline-block;
    float: right;
    width: 80px;
    border: 1px solid lightgrey;
    padding: 5px;
    margin-top: 2px;
    text-align: center;
	font-size: 0.8em;
    text-transform: uppercase;
}

.filter-header{
	
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    text-align: left;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
    display: inline-block;
    /* margin-left: 10px; */
    height: 2.5em;
    font-size: 1.2em;
    padding: 0 15px;
    /* margin-bottom: 0.5em; */
    width: 90%;
    text-align: left !important;
    max-width: 300px;
    border-radius: 0;
    border: 0px;
    text-align: center;
    color: black;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.optiondiv{
	padding-left: 20px;
    padding-right: 20px;
    text-align: left;
	margin-bottom: 20px;
}
.selectdiv{
	display: inline-block;
    width: calc(50% - 10px);
    border: 1px solid darkgrey;
    background-color: white;
}
.selectdiv:after {
	content: '>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
    /* display: inline-block; */
    /* position: absolute; */
    padding: 0 0 2px;
    position: relative;
    pointer-events: none;
}

hr{
	border: 0.1pt solid darkgrey;
}

.checkselected  {
	background-color: #B20010 !important;
    color: white !important;
}

.checkselected:hover  {
	background-color: #cc0011 !important;
  font-weight:500;
}

.arrowdown {
	border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    width: px;
    margin-bottom: 3px;
    margin-left: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/**********************
*	PRICE SLIDER
***********************/

.slider-container{
	display: inline-block; 
	width: 60%;
	height: 35px;
}

.price-slider {
  width: 300px;
  margin: auto;
  text-align: center;
  position: relative;
  height: 6em;
}
.price-slider svg,
.price-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #1da1f2;
}
input[type=range]:focus::-ms-fill-lower {
  background: #1da1f2;
}
input[type=range]:focus::-ms-fill-upper {
  background: #1da1f2;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}

#slider {
  width: 200px;
  margin-top: 20px;
}

.searchsavedmsg{
  margin: 1em;
  margin-bottom: 0;
  padding: 1em;
  border: 1px solid rgb(18, 138, 41);
  color: rgb(18, 138, 41);
  font-weight: 600;
  background-color: rgb(216, 244, 222);
}

.cancelshowing {
  background-color: #B20010;
  text-align: center;
  line-height: 2.5em;
  width: 100px;
  float: right;
  margin-top: -18px;
  display: inline-block;
  text-transform: uppercase;
  box-sizing: border-box !important;
}