.mapControlsContainer {
    position: relative;
    z-index: 0;
    display: none;
}
.mapControlsContainer, .map_canvas {
    width:500px;
    height: 300px;
    margin: auto;
}
.mapControlsContainer.big-map, .big-map .map_canvas {
    width:758px;
    height: 640px;
    margin: 0;
}
.isMobile .mapControlsContainer {
    height: 0;
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 60%;
}
.isMobile .mapControlsContainer.big-map {
    padding-bottom: 84%;
}
.isMobile .map_canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}


.mapControlsContainer.big-map, .mapControlsContainer.enabled {
    display: block;
}


.mapFilterOverlay a.close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    background-image: url('http://www.sexomercadobcn.com/images/mapicons/close.png');
    margin-top: 2px;
    margin-right: 2px;
}

.mapFilterOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    border-top: 1px solid #000000;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    max-height: 400px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.mapFilterOverlay.hidden {
	display: none;
}

.mapFilterOverlay .filterLabel {
    display: inline-block;
    padding-right: 15px;
}

.mapFilterOverlay .filterLabel img {
    vertical-align: middle;
    max-width: 32px;
    max-height: 32px;
}

.leaflet-bottom.leaflet-left {
    width: 100%;
}

.mapCustomControls {
    display:none
}

.mapControlButton {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    border: 2px solid black;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
    color: black !important;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer !important;
}

.mapActivateInteractive {
	background-color: #FFFFE1;
	text-align: center;
	cursor: pointer;
}

.mapEmbedContainer .place-card-large, .mapEmbedContainer .gm-style .place-card-large {
	display: none !important;
}

.mapCustomControls a.resetFilterLink {
	/* TODO: no such element seems to exist */
    display: none;
}

.mapCustomControls a:link, .mapCustomControls a:visited {
    color: black !important;
    text-decoration: none;
}

[id^="geolocationBtn"] {
	margin-left: 10px;
}

.forum-main-map-footer {
    padding: 2px;
    text-align: center;
}
.isMobile .map-inner-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 500px;
}
.isMobile .map-inner-wrapper.big-map-wrapper {
    max-width: 758px;
}

.forum-main-map-wrapper-outer {
    max-width: 758px;
    margin: 0 auto;
}

.map_canvas {
    z-index: 0;
}
.map_canvas .vbpsmt-phone-link {
    border: none !important;
    padding: 0 !important;
    font-size: 0 !important;
}