.bravo_topbar {
	display: none !important;
}
header ul li.menu-item {
	padding-left: 5px !important;
  	padding-right: 5px !important;
}
.header-btn {
	background: #db7464;
    color: #fff !important;
    border: 1px solid #db7464;
}
.header-btn {
display: inline-block;
    height: 40px;
    line-height: 39px;
    font-size: 16px;
    border-radius: 100px;
    padding: 0 36px;
    border: 1px solid #ccc;
    color: #db7464;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-align: center;
}

.price-box {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 20px 23px;
    margin-top: -60px;
    z-index: 1;
    background: white;
}
.pricehouse span {
	float: right;
}
@media (max-width:768px) {
  .price-box {
  	margin-top: 0px;
  }
}

.leaflet-control {
display: none;
}