div.selectBox .sbHolder, div.selectBox .sbOptions {
	font-family: 'Gibson Semibold';
}
div.selectBox {
	background: #FFF;
	width: 159px;
	position: relative;
	z-index: 99;
	display: inline-block;
	vertical-align: top;
}
div.selectBox * {
	box-sizing: border-box !important
}
div.selectBox .sbHolder, div.selectBox .sbSelector, div.selectBox .sbToggle {
	height: 63px
}
div.selectBox .sbHolder {
	background: #FFF;
	color: #1A212C;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}
div.selectBox .sbHolder a {
	color: #1A212C;
	text-transform: uppercase;
}
div.selectBox .sbSelector {
	overflow: hidden;
	padding: 20px;
	border: 4px solid #ebebeb;
}
div.selectBox .sbToggle {
	background: transparent;
	cursor: pointer;
	position: absolute;
	right: 0;
	width: 49px;
	top: 0
}
div.selectBox .sbToggle:before {
  font-family: FontAwesome;
  content: "\f107";
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  top:0px;
  bottom: 0px;
  margin: auto;
  font-size: 24px;
  color: #1A212C;
  text-align: center;
}
div.selectBox .sbOptions {
	background: #FFF;
	max-height: 250px !important;
	overflow-y: auto;
	border-left: 4px solid #ebebeb;
	border-right: 4px solid #ebebeb;
	border-bottom: 4px solid #ebebeb;
  z-index: 35;
}
div.selectBox .sbOptions li a {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	display: block;
	padding: 10px 13px
}
div.selectBox .sbOptions li a:focus, div.selectBox .sbOptions li a:hover {
	background: #1a212c;
	color: #fff
}

div.selectBox + div.selectBox {
  /* margin-left: 11px; */
}

div.category-filter .sbHolder, div.category-filter .sbOptions {
  font-family: 'Gibson Regular';
}

#property-filter .cell-city {
  width: 300px;
}

.cell-city label {
  display: block;
  font-size:  17px;
}

.cell-city label + small {
  display: inline-block; block;
  font-size:  15px;
  margin-bottom: 10px;
}

#city-filter {
  width: 260px;
  position: relative;
}

#city-filter .sbHolder, #city-filter .sbSelector, #city-filter .sbToggle {
  height: 76px;
}

#city-filter .sbSelector {
    padding: 28px;
}

.cell-city select {
  width: 100%;
  font-family: 'Gibson Semibold';
  font-size: 14px;
  padding: 3px;
  height: 89px;
  border: 4px solid #ebebeb;
}

div.category-filter {
  font-family: 'Gibson Regular';
  background: #c41230;
  width: 263px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  z-index:  150;
}

div.category-filter .sbHolder { 
  background: #c41230;
  color: #FFF;
}

div.category-filter .sbHolder, div.category-filter .sbSelector, div.category-filter .sbToggle {
	height: 77px
}

div.category-filter .sbToggle {
  background-color: #c41230;
  width: 66px;
}

div.category-filter .sbToggle:before {
  font-family: FontAwesome;
  content: "\f107";
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  top:0px;
  bottom: 0px;
  margin: auto;
  font-size: 28px;
  color: #FFF;
  text-align: center;
}

div.category-filter .sbSelector,
div.category-filter .sbOptions {
  border-color: #c41230;
}

div.category-filter .sbSelector {
  padding: 28px;
}

div.category-filter .sbSelector > a {
  color: #FFF;
}

.filter-btn {
  width: 100%;
  height: 80px;
  background-color: #ebebeb;
  cursor: pointer;
}

.filter-btn .table.page {
  height: 100%;
}

.filter-btn-text {
  font-family: 'montserratsemi_bold';
  font-size: 24px;
  color: #252525;
}

.filter-btn-text > span {
  display: inline-block;
  height: 34px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  width: 122px;
}

.show-all .filter-btn-text > span {
  width: 0px;
}

.close-filters { 
  font-family: 'Gibson Regular';
  font-size: 16px;
  line-height: 16px;
  width: 17px;
  height: 17px;
  overflow: hidden;
  float: right;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
  transition: all 0.4s ease 0s;
}

.close-filters > span {
  height: 17px;
  width: 17px;
  display: block;
  position: relative;
  background-color: #ebebeb;
  position: absolute;
  top: 0px;
  right: 0px;
}

.close-filters span:before,
.close-filters span:after {
  content: "";
  background-color: #252525;
  top:0px;
  left: 0px;
  right:0px;
  bottom:0px;
  position: absolute;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
  transition: all 0.4s ease 0s;
}

.close-filters span:before {
  height: 17px;
  width: 3px;
}

.close-filters span:after {
  height: 3px;
  width: 17px;
}

.show-all .close-filters span:before,
.show-all .close-filters span:after {
  -webkit-transform: rotate(135deg);
  -moz-transform:    rotate(135deg);
  -ms-transform:     rotate(135deg);
  -o-transform:      rotate(135deg);
  transform:         rotate(135deg);
}

.show-all .close-filters {
  width: 124px;
}

.all-filters {
  display: none;
  width: 100%;
  background-color: #fff;
}

#property-filter {
  display: block;
  padding: 32px 20px 50px;
}

.border-top-red,
.border-bottom-red {
  display: block;
  height: 4px;
  background-color: #c41230;
}

#property-filter .table + .table {
  margin-top: 32px;

  margin-top: 19px;
}

.input-box {
  display: inline-block;
  vertical-align: middle;
  border:4px solid #ebebeb;
  position: relative;
  overflow: hidden;
}

.top-options .input-box { 
  height: 77px;
  width: 69%;
  width: calc(100% - 488px);
  /* margin-right: 20px; */
  
  width: calc(100% - 281px);
}

.bottom-options .input-box {
  height: 63px;
  /* width: 48.3%; */
  width:  100%;
  margin-bottom: 18px;
}

.bottom-options .selectBox {
  margin-bottom: 18px;
}

.bottom-options .input-box + .input-box {
  /*margin-left: 11px;*/
}

.bottom-options > .cell.checkboxes {
  width: 169px;
  padding-left: 30px;
  font-size: 100%;
}

.top-options > .cell:first-child {
  font-size: 0px;
}

.top-options > .cell:first-child  + .cell {
  width: 175px;
}

.input-box > * {
  font-size: 16px;
}

.input-box > label {
  font-family: 'Gibson Semibold';
  position: absolute;
  height: 20px;
  display: block;
  top:0px;
  bottom:0px;
  margin: auto;
  padding-left: 20px;
  z-index: 0;
  left: 0px;
  opacity: 1;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.input-box.fill > label {
  opacity: 0;
}

.input-box > input { 
  height: 100%;
  width: 100%;
  display: block;
}

.top-options .input-box > input {
  padding: 25px 20px;
}

.bottom-options .input-box > input {
  padding: 18px 20px;
}

.checkboxes > label {
  display: block;
  width: 100%;
  white-space: nowrap;
}
.checkboxes > label + label {
  margin-top: 20px;
}

#property-filter input[type="checkbox"],
#form-map-search input[type="checkbox"] {
  display: none;
}

#property-filter input[type="checkbox"] + span,
#form-map-search input[type="checkbox"] + span {
  border:4px solid #ebebeb;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 22px;
  margin-bottom: 0px;
  margin-right: 12px;
  position: relative;
  vertical-align: top;
  width: 22px;
}

#property-filter input[type="checkbox"] + span > i,
#form-map-search input[type="checkbox"] + span > i {
  color: #C41230;
  display: block;
  font-size: 24px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -9px;
  transition: none 0s ease 0s ;
  white-space: nowrap;
  width: 0;
}

#property-filter input[type="checkbox"]:checked + span > i,
#form-map-search input[type="checkbox"]:checked + span > i {
  transition: width 0.3s ease 0s;
  width: 24px;
}

.bottom-options > .cell {
  font-size: 0px;
  /* padding-right: 18px; */
}

.bottom-options > .cell .row .cell:first-child {
  padding-bottom:18px;
}

#property-filter .alt-options {
  height: 63px;
  /* width: 32.1%; */
  width: 100%;
  display: inline-block;
  font-size: 0px;
  vertical-align: middle;
  padding-right: 18px;
  padding-bottom: 0px;
}

#property-filter .alt-options + .alt-options {
  margin-left: 19px;
}

#property-filter .alt-options div.selectBox {
  width:  100%;
}

#property-filter .filter-buttons {
  text-align: right;
  font-size:  12pt;
  width: 100%;
}

#property-filter .bed-filter {
  z-index: 145;
}

#property-filter .bath-filter {
  z-index:  135;
}

#property-filter .garage-size-filter {
  z-index:  140;
}

#property-filter .garage-type-filter {
  z-index:  130;
}

.listing-text {
  padding-top: 48px;
  padding-bottom: 32px;
}

.prop-listings {
  background-color: #ebebeb;
  padding: 34px 25px 82px;
}

.prop-listings[data-view="map"] {
  padding-left: 0;
  padding-right: 0;
}

#view-buttons {
  max-width: 362px;
  width: 100%;
  display: block;
  border: 4px solid #FFF;
  height: 63px;
  font-size: 0px;
  position: relative;
}

#view-buttons .selector { 
  height: 100%;
  width: 50%;
  position: absolute;
  top:0px;
  left: 0px;
  background-color: #FFF;
  transition: all 0.4s ease 0s;
  z-index: 0;
}

#view-buttons.list .selector {
  left: 0px;
}

#view-buttons.map .selector {
  left: 50%;
}

#view-buttons .view-btn {
  width: 50%;
  height: 55px;
  display: inline-block;
  font-family: 'Gibson Semibold';
  font-size: 16px;
  line-height: 16px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #252525;
  cursor: pointer;
  vertical-align: top;
}

#view-buttons .view-btn[data-id="list"] span:before {
  content: "\f0ca";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 18px;
  margin-top: -4px;
  margin-right: 11px;
  vertical-align: middle;
}

#view-buttons .view-btn[data-id="map"] span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}

#view-buttons .view-btn[data-id="map"] span:before {
  content: "";
  position: absolute;
  top:-8px;
  left: 0px;
  display: inline-block;
  height: 30px;
  width: 28px;
  margin-right: 11px;
  vertical-align: middle;
  background: url(/images/icons/view-map.png) scroll no-repeat left top transparent;
}

#actions > .cell:first-child {
  padding-right: 10px;
}

#actions .advanced {
  width: 235px;
}

.white-button {
  background-color: transparent;
  border: 4px solid #fff;
  display: block;
  font-family: "Gibson Semibold";
  font-size: 16px;
  height: 100%;
  line-height: 17px;
  padding: 19px 20px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.white-button:hover {
  background-color: #fff;
}

.white-button.adv:before {
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 6px;
  vertical-align: bottom;
}

#page-select {
  margin-top: 60px;
}

#page-select .page-arrows {
  width: 98px;
}

#page-select .page-arrows .page-arrows-contain {
  border: 5px solid #FFF;
  display: block;
  width: 98px;
  font-size: 0px;
}

#page-select .page-arrows .page-arrows-contain a {
  border: 5px solid #FFF;
  display: inline-block;
  width: 50%;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  padding: 10px 0px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}

#page-select .page-arrows .page-arrows-contain a:hover {
  background-color: #FFF;
}

#page-select .page-arrows .page-arrows-contain a.disabled i {
  opacity: 0.3;
}

#page-select .page-arrows .page-arrows-contain a.disabled:hover {
  background-color: transparent !important;
}

#page-select .results {
  padding-left: 30px;
}

#page-select .results nav {
  display: inline-block;
}

#page-select .results nav * {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

#page-select .sort {
  width: 270px;
  padding-left: 35px;
}

#page-select .amount {
  width: 237px;
  padding-left: 35px;
}

#page-select label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

#page-select div.selectBox .sbHolder, #page-select div.selectBox .sbOptions {
    font-family: "Gibson Regular";
}

#page-select .amount div.selectBox {
  width: 75px;
  vertical-align: middle;
}

#page-select .sort div.selectBox {
  width: 175px;
  vertical-align: middle;
}

#page-select .amount div.selectBox .sbHolder,
#page-select .sort div.selectBox .sbHolder,
#page-select .sort div.selectBox .sbHolder a {
  text-transform: none;
}

#page-select .amount div.selectBox .sbSelector,
#page-select .sort div.selectBox .sbSelector {
  padding: 13px 15px;
  border: 1px solid #FFF;
}

#page-select .amount div.selectBox .sbOptions,
#page-select .sort div.selectBox .sbOptions {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

#page-select .amount div.selectBox .sbToggle,
#page-select .sort div.selectBox .sbToggle {
  width: 38px;
}

#page-select div.selectBox .sbHolder, #page-select div.selectBox .sbSelector, #page-select div.selectBox .sbToggle {
  height: 45px;
}

/***********************
  Properties Section
***********************/
#prop-list{
  margin-top: 30px;
}

#prop-list .spacer-vert {
  width: 15px;
}
#prop-list .spacer-horz > .cell {
  height: 30px;
}

#prop-list > .row > .cell > .listing-link {
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
}

#prop-list .list-image,
#home-prop-slider .list-image {
  height: 207px;
}

.listing-link .hover {
  background-color: rgba(54, 54, 54, 0.5);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.listing-link .hover i {
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-family: "Gibson Semibold";
  text-transform: uppercase;
}

.listing-link:hover .hover {
	opacity: 1;
	visibility: visible
}
.listing-link .hover.disable {
	opacity: 0 !important;
	visibility: hidden !important
}

.listing-textbox {
  opacity: 1;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 1;
  color: #FFF;
  font-family: 'Gibson Semibold';
  text-transform: uppercase;
  opacity: 1;
	visibility: visible;
	transition: all 0.3s ease 0s;
}

.listing-textbox.disable {
  opacity: 0 !important;
	visibility: hidden !important
}
.listing-textbox span {
  display: block;
  font-size: 11px;
  font-family: 'Gibson Regular';
  line-height: 11px;
  padding-bottom: 3px;
}

.listing-textbox, .open-house {
  left: 0;
  transition: all 0.3s ease 0s;
}

.gallery-sm, .gallery-sm figure {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 0;
}

.gallery-sm figure {
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.gallery-sm figure.active {
  opacity: 1;
  z-index: 1;
}
.listing-textbox > .table {
  height: 37px !important;
  background-color: rgba(196, 18, 48, 0.75);
}
.open-house {
  background-color: rgba(196, 18, 48, 0.75);
  top: 0;
  opacity: 1;
  padding: 8px;
  position: absolute;
  transition: all 0.3s ease 0s;
  visibility: visible;
  width: 100%;
  z-index: 10;
  color: #FFF;
  font-family: 'Gibson Semibold';
  text-align: center;
}

/*
.listing-link .listing-info {
  background: transparent url("/images/icons/nw-wi-mls.png") no-repeat scroll 97% 84% / 40px 30px;
}
*/
.list-gallery-btn {
	width: 59px;
	background-color: #FFF;
	font-size: 0;
	background-color: #1a212c;
}
.list-fav a:after, .list-fav a:before, .list-gallery-btn .list-arrow {
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat
}
.list-gallery-btn .list-arrow {
	display: inline-block;
	width: 50%;
	height: 46px;
	position: relative;
	font-size: 28px;
	line-height: 28px;
	color: #FFF;
	text-align: center;
	padding: 8px 0px;
	font-weight: normal !important;
}
.list-gallery-btn .list-arrow.left-move:after,
.list-gallery-btn .list-arrow.right-move:after {
	font-family: FontAwesome;
	width: 10px;
	height: 24px;
	top:0px;
	bottom:0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.list-gallery-btn .list-arrow.left-move:after {
	content: "\f104";
}
.list-gallery-btn .list-arrow.right-move:after {
	content: "\f105";
}
.no-gallery a {
	opacity: .2
}
.list-fav a {
	position: relative;
	height: 100%;
	width: 100%;
	display: block
}
.list-fav a:after, .list-fav a:before {
	display: block;
	height: 28px;
	width: 30px;
	background-image: url(/images/icons/list_fav.png);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.list-fav a:before {
	opacity: 1;
	background-position: 0 0
}
.list-fav a.selected:before, .list-fav a:hover:before {
	opacity: 0
}
.list-fav a:after {
	opacity: 0;
	background-position: -31px 0
}
.list-fav a.selected:after, .list-fav a:hover:after {
	opacity: 1
}
.prop-desc-btns {
  height: 46px !important;
  position: absolute;
  top: -20px;
}

.prop-desc-btns .empty-space {
  width:80px;
}

.prop-desc-btns .price-tag {
  background-color: #c41230;
  color: #FFF;
}

.prop-desc-btns .price-tag.sold-tag {
  background-color: #1A212C;
}

.prop-desc-btns .price-tag i {
  background: url(/images/icons/price.png) no-repeat scroll left top transparent;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-right: 8px;
  vertical-align: bottom;
}

/* Liked/Saved Properties */
.listing-link.is-saved {
  outline: 3px solid #B71F32;
}

.help-fav {
	display: inline-block;
	padding: 6px 10px;
	position: absolute;
	right: -15px;
  top: -33px;
	background-color: #183A58;
	font-family: 'Gibson Light';
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.help-fav:before {
	content:"";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #183A58;
	position: absolute;
	bottom: -7px;
	right: 20px
}
.ft-like:hover .help-fav {
	opacity: 1;
	visibility: visible
}

.listing-info .featured-detail-box {
  height: 100%;
  padding: 0 !important;
}

.listing-info .featured-share {
  padding-top: 22px;
}

.prop-data {
  padding-top: 26px;
}

.prop-info {
  padding-bottom: 8px;
  height: 52px;
}

.prop-info .attribute-list li {
  font-size: 12px;
}

#form-map-search .selectBox{
  text-align: left;
}

#property-filter input[type="submit"],
#form-map-search input[type="submit"] {
  border: 10px solid #EBEBEB;
  padding: 19px 50px;
  width: auto;
  line-height: 0;
  margin: 0 auto;
  cursor: pointer;
}

#property-filter input[type="submit"]:hover,
#form-map-search input[type="submit"]:hover {
  background-color: #EBEBEB;
}

.map-view {
  margin-top:  20px;
}

.map-view > .table {
  max-width: 100%;
}

.map-view > .table .cell + .cell {
  padding-left:  13px;
  width: 33%;
  min-width:  350px;
  background-color:  #FFFFFF; 
  height:  100%;
}

#map-search-box {
  position: relative;
}

#map-search {
  height: 800px;
}

#map-search.loading:after {
  content:' ';
  position:absolute;
  background:rgba(0,0,0,0.2) url('../images/icons/map-loading.gif') no-repeat center center;
  height:100%;
  width:100%;
  left:0;
  top:0;
}

#map-search .map-cluster {
  background: transparent url('/images/icons/map-cluster.png') no-repeat scroll center center;
  width:  65px;
  height: 65px;
  color: #FFFFFF;
  font-size:  16px;
  text-align: center;
}

#map-search .map-cluster span {
  display: inline-block;
  padding-top: 22px;
}

#map-search-total {
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #C41230;
  width: 100%;
  text-align: center;
  padding: 8px;
  color: #FFFFFF;
  z-index: 9998;
}

#map-search-total:empty {
  display: none;
}

#form-map-search {
  width: 100%;
  max-width: 350px;
  padding: 19px 35px 0;
  text-align: center;
}

#form-map-search .filter-btn-text {
  text-transform: uppercase;
  padding-bottom: 15px;
}

.filter-top-bar .filter-btn-text i {
  display: inline-block;
  font-size: 38px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
  transition: all 0.3s ease 0s;
}

.filter-top-bar .filter-btn-text:hover i,
.show-all .filter-top-bar .filter-btn-text i {
  color: #C41230;
}

#form-map-search .cell {
  padding-bottom: 10px;
}

#form-map-search .selectBox {
  width: 100%;
}

#form-map-search div.selectBox .sbHolder, 
#form-map-search div.selectBox .sbSelector, 
#form-map-search div.selectBox .sbToggle {
  height:  50px;
}

#form-map-search div.selectBox .sbSelector,
#form-map-search div.selectBox.category-filter .sbSelector {
  padding: 15px 20px;
}

#form-map-search .input-box {
  height:  50px;
  width: 100%;
}

#form-map-search .input-box > input {
  padding: 18px 20px;
}

#form-map-search .cell.cell-two > div {
  width: 47%;
}

#form-map-search .cell.cell-two > div + div {
  margin-left: 4%;
}

#form-map-search label + label {
  margin-left: 10px;
}

#form-map-search .category-filter {
  z-index:  150;
}

#form-map-search .city-filter {
  z-index:  145;
}

#form-map-search .neighborhood-filter {
  z-index:  140;
}

#form-map-search .bed-bath-filter {
  z-index:  135;
}

#form-map-search .garage-size-filter {
  z-index:  130;
}

#form-map-search input[type="checkbox"] + span {
  float:  none;
}

#form-map-search .neighborhood-disclaimer {
  padding: 25px 0 0;
  font-size: 95%;
}

#map-search.loading-small:after {
    content: url('/images/icons/loading-circle.png');
    width: 50px;
    height: 50px;
    display: block;
    z-index: 100;
    position: absolute;
    top: 15px;
    right: 15px;

    animation: rotate 5s linear infinite;
}

#map-search .popup-prop-box {
  width:  250px;
  font-size: 16px;
  font-family: 'Gibson Regular';
  color: #1A212C;
}

#map-search .popup-prop-box .empty-space {
  background-color: transparent;
}

#map-search .popup-prop-box .prop-url {
  background-color: rgba(54, 54, 54, 0.5);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

#map-search .popup-prop-box .prop-url i {
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-family: "Gibson Semibold";
  text-transform: uppercase;
}

#map-search .popup-prop-box:hover .prop-url {
  opacity: 1;
  visibility: visible;
}

#map-search .popup-prop-box .list-image {
  height: 207px;
}

#map-search .popup-prop-box .featured-name {
  width: 100%;
}

#map-search .popup-prop-box .prop-address {
  color: #1A212C;
  display: inline;
}

#map-search .popup-prop-box .prop-mlsnum {
  display: inline;
}

#prop-info-template {
  display:  none;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.close-map-filters {
  display: none;
}

.map-scrolling-option {
  display: none;
}