.marker-cluster-small {
	background-color: transparent;
}
.marker-cluster-small div {
	background-color: transparent;
}
.marker-cluster-small span {
    font-size: 16px;
}

.marker-cluster-medium {
	background-color: transparent;
}
.marker-cluster-medium div {
	background-color: transparent;
}
.marker-cluster-medium span {
    font-size: 14px;
}

.marker-cluster-large {
	background-color: transparent;
}
.marker-cluster-large div {
	background-color: transparent;
}
.marker-cluster-large span {
    font-size: 12px;
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}
.marker-cluster div {
	margin: 0;
}
.marker-cluster span {
	display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background-color: #1994FB;
    background-repeat: repeat-x;
    border: 1px solid #fff;
    border-radius: 16px;
}

.profit-popup .leaflet-popup-content-wrapper {
    border-radius: 12px;
    border-color: rgba(151, 151, 151, .6);
    background-color: rgba(255, 255, 255, .95);
    color: #000;
}

.profit-popup .leaflet-popup-content {
    margin: 0 !important;
    padding: 0;
    /*background: #fff;*/
}

#map .title {
    background-color: #666;
    color: #fff;
    width: 200px;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 12px 12px 0 0;
    margin: 0 0;
}

.leaflet-popup-content .title p {
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;

}

.leaflet-popup-content .header {
    padding: 10px 0;
    color: #000;
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
.leaflet-popup-content .header h1.zone {
    margin: 0;
    font-size: 16px;
}
.leaflet-popup-content .header p {
    margin-top: 0;
    font-size: 11px;
}

.leaflet-popup-content .places {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.leaflet-popup-content .places div {
    width: 50%;
}
.leaflet-popup-content .places span {
    font-size: 24px;
}
.leaflet-popup-content .places .total {
    float: left;
}
.leaflet-popup-content .places .cripple {
    float: right;
}

.leaflet-popup-content .parking {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    color: #00b8d4;
}
.leaflet-popup-content .parking div {
    width: 48%;
}
.leaflet-popup-content .parking .desc {
    float: left;
    width: 38%;
}
.leaflet-popup-content .parking .desc p{
    line-height: 2.2;
}
.leaflet-popup-content .parking .price {
    float: right;
    width: 58%;
}
.leaflet-popup-content .parking .price .amount {
    font-size: 40px;
}
.leaflet-popup-content .parking .price .amount sup {
    font-size: 20px;
}
.leaflet-popup-content .parking .price .period {
    margin-left: -15px;
}

.leaflet-popup-content .address {
    padding: 10px 20px 30px;
}

.leaflet-popup-content button {
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  background: none repeat scroll 0 0 #337AB7;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 7px 10px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 100%;
}
.leaflet-popup-content button:hover {
    background: none repeat scroll 0 0 #338BC8;
}

.leaflet-container a.leaflet-popup-close-button {
    z-index: 1;
}

.leaflet-popup-content-wrapper {
    width: 240px;
}

/* http://nicolasgallagher.com/micro-clearfix-hack */
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

@media (max-width: 768px) {
    .leaflet-popup-content .title p {
        font-size: 13px;
    }

    .leaflet-popup-content .header h1.zone {
        font-size: 15px;
    }

    .leaflet-popup-content .places {
        font-size: 13px;
    }

    .leaflet-popup-content .places span {
        font-size: 23px;
    }

    .leaflet-popup-content .parking {
        font-size: 13px;
    }

    .leaflet-popup-content .parking .price .amount sup {
        font-size: 19px;
    }

    .leaflet-popup-content .parking .price .amount {
        font-size: 35px;
    }

    .leaflet-popup-content .address {
        font-size: 13px;
    }
}
