#mapid .leaflet-control-attribution {display: none !important;}

.leaflet-popup {
	width: 250px;
	bottom: -2px !important;
	left: -126px !important;
}

.leaflet-popup-content-wrapper {
	padding: 0;
	border-radius: 8px;
}

.leaflet-popup-content {
	margin: 0;
	color: #666;
	width: 250px !important;
}

.leaflet-popup-content img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.leaflet-popup-content hr {
	margin: 0;
}

.leaflet-popup-infos {
	padding: 10px;
	text-align: center;
}

.leaflet-container a.btn {
	color: #fff;
}

.leaflet-container a.leaflet-popup-close-button {
	z-index: 1;
	position: absolute;
	top: -12px;
	right: -14px;
	color: #999;
	background: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	line-height: 24px;
	box-shadow: -2px 2px 2px rgba(0,0,0,.3);
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #000;
}

.btn-icon i {
	height: 16px;
	margin-top: 4px;
}

.btn-detalhes {
	width: 150px
}

.popup-h1 {
	display: block;
	font-size: 18px;
	font-weight: 800;
	color: #0088cc;
}

.popup-h2 {
	display: block;
	font-size: 15px;
	font-weight: 500;
}

.popup-h3 {
	font-size: 13px;
}

#popupCarousel {
	margin-bottom: 0
}

#popupCarousel .carousel-control {
	top: 50%;
	opacity: 0;
	background-color: #fff;
	border: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
}

#popupCarousel a.carousel-control {
	color: #999;
    border-radius: 20px;
    height: 40px;
    line-height: 37px;
    margin-top: -20px;
}

#popupCarousel a.carousel-control:hover {
	color: #000;
}

#popupCarousel .carousel-control.left {
	left: -35px;
}

#popupCarousel .carousel-control.right {
	right: -35px;
}

#popupCarousel:hover .carousel-control {
	opacity: 1;
}

#popupCarousel:hover .carousel-control.left {
	left: -25px;
}

#popupCarousel:hover .carousel-control.right {
	right: -25px;
}

.cd-loading {
	height: 250px;
	text-align: center;
}

.cd-loading:after {
	content: url(../images/carregando.gif);
	position: absolute;
	top: 113px;
	left: 113px;
}

.leaflet-div-icon {
	width: inherit!important;
}

.leaflet-marker-icon .number {
	background-color: #0088cc;
	padding: 2px 10px;
	top: -46px!important;
	left: -26px;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #0088cc;
	width: 75px!important;
	white-space: nowrap;
}

#popupCarousel .carousel-control.left,
#popupCarousel .carousel-control.right {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#mapid {
	height: 400px;
	z-index: 1;
}

#popupCarousel .carousel-inner {
	border-radius: 0;
	box-shadow: none;
}

#imoveis .btn-detalhes {
	width: 100%;
	box-sizing: border-box;
}

.leaflet-control-attribution{ display: none; }

.leaflet-div-icon {
	background: transparent;
	border: none;
}

.leaflet-marker-icon .number{
	position: relative;
	top: -37px;
	font-size: 12px;
	width: 25px;
	text-align: center;
}
.c49-map-not-found .card {
    position: absolute;
    z-index: 2;
    top: 160px;
    box-shadow: 0px 0px 20px #999;
    width: 50%;
    right: 10%;
}
.c49-map-not-found img {
    opacity:0.5!important;
}