.panel-default>.panel-heading-premiere {
	background-image: none;
	background-color: #fbbf4c;
	color: #ffffff;
	border-color: #fb9b4c
}

.td_caption_premiere {
	color: #fb9b4c;
	font-weight: bolder
}

.td_caption {
	color: #68C26B;
	font-weight: bolder
}

.outlet_title {
	font-size: 16px;
	color: #57BC5B;
	font-weight: bolder;
	margin-bottom: 10px
}

.btn-outlet-zoom {
	width: 55px;
	right: 0;
	position: absolute;
	bottom: 50px;
	right: 0
}

.btn-outlet-map {
	width: 55px;
	right: 0;
	position: absolute;
	bottom: 1px;
	right: 0
}

.outlet_sub_title {
	font-family: 'SCRIPTBL';
	font-size: 20px;
	color: #96D899;
	text-align: center
}

.main_img {
	width: 100%;
	height: 240px
}

#mapclinic {
	width: 100%;
	height: 400px;
	overflow: hidden
}

@media (max-width: 980px) {
	.main_img {
		width: 100%;
		height: 140px
	}
	#mapclinic {
		width: 100%;
		height: 300px;
		overflow: hidden
	}
}

@media (max-width: 768px) {
	.main_img {
		width: 100%;
		height: 140px
	}
	#mapclinic {
		width: 100%;
		height: 300px;
		overflow: hidden
	}
}

.map-marker {
	margin-left: -8px;
	margin-top: -8px
}

.map-marker.map-clickable {
	cursor: pointer
}

.pulse {
	width: 10px;
	height: 10px;
	border: 5px solid #05ff42;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #716f42;
	z-index: 10;
	position: absolute
}

.map-marker .dot {
	border: 10px solid #fff601;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: pulsemap 3s ease-out;
	-moz-animation: pulsemap 3s ease-out;
	animation: pulsemap 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
	opacity: 0
}

@-moz-keyframes pulsemap {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes "pulsemap" {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}