#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;
}
.addon-btns a:hover {
	color: #FFF;
	background:#3487c8;
	border-color: #3487c8; 
}
.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 .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;
  background-color: #3487c8;
  width: 100%;
  text-align: center;
  padding: 8px;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
}

#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 {
	font-family: "Montserrat";
	font-weight: bold;
	color: #3e99d3;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	font-size: 12px;
}
.prop-address i {
	font-size: 16px;
}
.contractor > p {
	font: 14px 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
}
.prop-num {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #3e99d3;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    font: 14px 'Montserrat', sans-serif;
    line-height: 40px;
}

.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;
}

.select2-container .select2-selection__rendered {
    font-size: 14px;
    font-weight: 500;
    color: #444444 !important;
    line-height: 50px !important;
    padding-left: 20px !important;
    padding-right: 25px !important;
}
.property-filter > .flexbox{
    justify-content: space-between;
    flex-wrap: nowrap;
}
.property-filter > .flexbox > div:first-child{
	padding-right: 20px;
	flex-grow: 1;
}
.property-filter > .flexbox > div:nth-child(2){
    padding-right: 10px;
}
.property-filter > .flexbox > div:last-child{
    text-align: right;
}
.property-filter .select2-container{
    display: block;
    min-width: 110px;
}
.prop-main .select2-container--default .select2-selection--single{
    background: #10283A;
}
.prop-main .select2-container .select2-selection__rendered{
    padding-right: 45px;
}
.prop-main .select2-container .select2-selection__rendered,
.prop-main .select2-container .select2-selection__arrow b:after{
    color: #FFFFFF !important;
}
.prop-main .select2-container .select2-selection__arrow{
    width: 35px;
}
.filter-row{
    display: flex;
}
.filter-row:first-child{
    padding-bottom: 20px;
}
.filter-row > div{
    margin-right: 15px;
}
.filter-row > div:not(.col-md){
    width: 110px;
    flex-grow: 1;
}
.filter-row > div:last-child{
    padding-right: 0;
}
.filter-row .col-md {
    flex-grow: 0;
    flex-shrink: 0;
}
.filter-row .select-md + .select2-container{
    min-width: 170px;
}
.listings-wrapper{
    padding-bottom: 112px;
}
.listings-wrapper > .container{
    max-width: 1230px;
    padding: 0;
}
.listings-wrapper .flexbox > li{
    width: 33.333%;
}
.item-box .img-box{
    display: block;
    width: 100%;
    height: 270px;
}
.item-box .img-box:after{
    content: none;
}
.item-box .item-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 70px 20px 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.item-box:hover .item-title{
    opacity: 1;
    visibility: visible;
}
.item-box .item-title h4{
    font-family: "Montserrat";
    font-weight: bold;
    color: #3E99D3;
    margin-bottom: 10px;
}
.item-box .item-title h4 span {
	display: block;
	font-size: 80%;
}
.item-box .item-title p{
    font-weight: 500;
    margin-bottom: 30px;
}
.item-box .attribute-list{
    display: flex;
    border: 1px solid #e2e2e1;
}
.item-box .attribute-list li{
    width: 25%;
    border-right: 1px solid #e2e2e1;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.item-box .attribute-list li:last-child{
    border-right: none;
    justify-content: center;
}
.item-box .attribute-list i{
    margin-bottom: 5px;
}
.item-box .attribute-list span{
    display: block;
}
.item-box .item-num{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3E99D3;
    color: #FFFFFF;
    font-weight: bold;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.filter-wrapper {
	padding: 100px 0 20px;
}

.select2-container .select2-selection--single{
    text-align: left;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 50px !important;
    border: none;
}
.select2-container .select2-selection__rendered{
    font-size: 14px;
    font-weight: 500;
    color: #444444 !important;
    line-height: 50px !important;
    padding-left: 20px !important;
    padding-right: 25px !important;
}
.select2-container .select2-selection__arrow{
    height: 100% !important;
    width: 20px !important;
    color: #191919;
}
.select2-container .select2-selection__arrow b{
    display: block;
    border-width: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    left: auto !important;
    transform: translateY(-50%);
}
.select2-container .select2-selection__arrow b:after{
    content: "\f107";
    color: #444444;;
    font: 16px 'Font Awesome\ 5 Pro';
    font-weight: 800;
}
.select2-dropdown{
    z-index: 100 !important;
    border: none;
    background: #FFFFFF;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: transparent;
}
.select2-results__option{
    padding: 10px 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #eee;
    color: inherit;
}

@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;
	}
}