#main i[class*="fal"],
#main i[class*="far"] {
	font-family:"Font Awesome 5 Pro" !important;
}
#main i[class*="fal"] {
	font-weight: 300 !important;
}
#main .prop-url i[class*="info-circle"] {
	font-size: 26px;
	margin: 5px 0 0 0;
}
.addon-btns {
	display: flex;
	justify-content: space-around;
}
.addon-btns a {
	display: inline-flex;
	width: 45%;
	padding: 10px;
	min-height: 50px;
	border: 2px solid #444444;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #444444;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
}
.addon-btns a > i {
	font-size: 22px;
	margin-top: 4px;
}

.map-container {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch; 
	min-height: 500px;
}

.map-container > div {
	width: 50%;
}

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

.prop-list.listings-wrapper {
	padding-bottom: 0 !important;
}

#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%;
}
.city-filter small {
	font-size: 11px;
	float: right;
	margin: 2px 0 0 0px;
}

.city-filter label {
	font-family: Gibson-SemiBold;
}

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

#map-search {
  height: 100%;
}

#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-total:empty {
  display: none;
}

#form-map-search {
  font-family: Gibson-Regular;
  font-size: 14px;
  width: 100%;
  max-width: 350px;
  padding: 19px 35px 0;
  text-align: center;
}

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

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

#form-map-search .selectBox {
  display: inline-block;
  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 46px 15px 8px;
}

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

#form-map-search .input-box > input {
  padding: 12px 11px;
}

#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;
}
#prop-info-template {
	display: none;
}
#map-search .popup-prop-box .list-image {
    height: 176px;
}
#map-search .popup-prop-box .prop-url {
    background-color: rgba(54, 54, 54, 0.5);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 99;
    font-size: 18px;
    justify-content: center;
}
#map-search .popup-prop-box .prop-url i {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}
#map-search .popup-prop-box:hover .prop-url {
    opacity: 1;
    visibility: visible;
}
.gallery-sm, .gallery-sm figure {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-name {
	padding-top: 30px;
}

.prop-address i {
	font-size: 16px;
}
.contractor > p {
	font: 14px 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
}

.prop-list .slick-arrow{
	height: 100% !important;
	bottom:0;
	background-color: rgba(255,255,255,0.6);
	width: 55px;
	opacity: 0.2;
	transition: all 0.3s ease 0s;
}
.prop-list:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.prop-list:hover .slick-arrow:hover {
	background-color: rgba(255,255,255,1);
}
.slick-arrow.slick-next:after,
.slick-arrow.slick-prev:after {
	color: #000;
}

@media screen and (max-width: 1280px) {
	.map-container .listings-wrapper .flexbox > li {
		width:50%;
	}
}

@media screen and (max-width: 900px) {
	.listings-wrapper {
		display: none;
	}
	#map-search-box {
		width: 100%;
	}
}
@media screen and (max-width: 770px) {
	#map-search .popup-prop-box .prop-url {
	    opacity: 1;
	    visibility: visible;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 900px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 900px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 900px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 900px),
only screen and (                min-resolution: 192dpi) and (max-width: 900px),
only screen and (                min-resolution: 2dppx)  and (max-width: 900px) { 
	#map-search .popup-prop-box .prop-url {
		opacity: 1;
		visibility: visible;
	}
}