
.listing {
	border: 1px solid #cdcdcd;
	border-bottom-width: 0px;
	padding: 5px;
	margin: 0px 0;
}

body {
  padding-top: 0px;
  font-family: 'Montserrat', sans-serif;
}
.filter_heading{
margin-top:0;
}
.loading {
  opacity: 0.7;
}

.navbar-brand {
	font-size: 36px;
	color:white !important;
	font-weight:700;
}

.map-search {
position: absolute;
top: 0px;
bottom: 0;
left: 0;
right: 0;
}

.side-bar {
position: fixed;
top: 47px;
right: auto;
left: 0;
bottom: 0;
width: 60%;
/*width: 375px;*/
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
background: #ffffff;
padding:0 10px;
}
.filters {
	margin-top:20px;
}
.filters2 {
	margin-top:60px;
}
.map {
display: block;
width: 40%;
position: fixed;
top: 70px;
bottom: 0;
left: auto;
right: 0;
}
