.mobileFilters{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #FFF;
	z-index: 99;
	overflow: auto;
	padding-bottom: 100px;
	display: none;
}

.mfHEader{
	height:60px;
	position: relative;

}

.mfButtons{
	position: fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:80px;
	padding:15px;
	background:#E52322;
	z-index: 9999999999999999999999999;
	display: none;
}


.clearButton{
	float: left;
	width:50%;
	text-align: center;
	color:#fff;
	line-height: 50px;
}
.searchButton{
	text-align: center;
	height:50px;
	float: left;
	width:50%;
	border-left:1px solid #fff;
	color:#fff;
	line-height: 50px;
}

.filterLogo{
	height: 30px;
    top: 20px;
    left: 20px;
	position: absolute;
}

.closeFilters{
	position: absolute;
	top:20px;
	right:20px;
}

.mfLocationcontainer{
	background: #F5F5F5;
	padding:20px 30px;
}

.tabHolder{
	height:50px;
	border-radius:3px;
	background: #fff;
	margin-top:5px;
	padding:10px;
	position: relative;
	overflow: hidden;
	
}

.mobileFilters .tabHolder{
	border:1px solid #2AB5BC;		

}

.showFilters{
	position: absolute;
	top:0px;
	right:0px;
	width:60px;
	background: #E52322;
	height:100%;
	background-image: url('../images/filters.svg');
	background-repeat:no-repeat;
	background-position:center center;
	z-index: 8;
}
.tabHolder.empty input{
	display: block !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    text-indent: 10px;
}

.tab{
	background: #2AB5BC;
	color:#fff;
	height:30px;
	border-radius:3px;
	display: inline-block;
	line-height: 30px;
	padding:0px 50px 0px 10px;
	background-image:url(../images/crossWhite.svg);
	background-position:95%;
	background-size:12px;
	background-repeat: no-repeat;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}

.mfUpdatecontainer{
	padding:20px;
}

.mfUpdatecontainer .cta{
	width:100%;
	display: block;
	text-align: center;
	background:#E52322;
}

.mfPricecontainer{
	border-top:2px solid #F5F5F5;
	padding:20px 30px;
	position: relative;
}

.fakeRange{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity: 0;
}

.mfPricecontainer .inputs .inputLeft{
	width:40%;
	float: left;
	height:50px;
	background: #FFF;
	border-radius:3px;
	position: relative;
	line-height: 50px;
	text-align: center;
	border:1px solid #ccc;
}

.mfPricecontainer{
	overflow: auto;
}

.mfPricecontainer .inputs{
	margin-top: 5px;
}

.mfPricecontainer .inputs .divider{
	width:20%;	
	float: left;
	height:40px;
	position: relative;
}

.mfPricecontainer .inputs .divider:after{
	position: absolute;
	top:50%;
	left:30%;
	width:40%;
	height:2px;
	background: #7A4B49;
	content: "";
}

.mfPricecontainer .inputs .inputRight{
	text-align: center;
		width:40%;
	float: left;
	position: relative;
	height:50px;
	background: #FFF;
	border-radius:3px;
	line-height: 50px;
	border:1px solid #ccc;
}

.mfBedscontainer{
	margin-top: 0px;
	border-top: 2px solid #F5F5F5;
	padding:20px 30px;
}

.checkBoxWrap{
	height:30px;
	margin:10px 0px;
}

.checkBoxWrap .cb{
	background: #fff;
	border:1px solid #2AB5BC;
	width:20px;
	height:20px;
	float: left;
	margin-right:10px;
}

.checkBoxWrap .cb.active{
	background: #2AB5BC;
}


span.blue{
	color:#2AB5BC;
}