#activmap-geolocate, #activmap-target {
	margin-bottom: 10px;
}
#activmap-accordion {
	clear: both;
}
#activmap-accordion .panel-default {
	border: none;
}
#activmap-accordion .panel-heading .activmap-accordion-toggle:after {
	margin: 0 0 0 15px;
}
#activmap-accordion .panel-heading {
	background: #333;
	color: #fff;
	border-radius: 0;
}
#activmap-accordion .panel-title a {
	display: block;
}
#activmap-accordion .panel-title a:hover {
	text-decoration: none;
}
#activmap-accordion .panel-title a:after {
	font-family: FontAwesome;
	content: '';
	float: right;
}
#activmap-accordion .panel-title a.collapsed:after {
	content: '';
}
#activmap-wrapper {
    height: 90vh;
    width: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}
#activmap-container, #activmap-canvas {
	position: relative;
	width: 100%;
	height: 100%;
	float: right;
}
#activmap-places {
	background: #fff;
	position: absolute;
	left: -320px;
	z-index: 10;
	height: 100%;
	width: 320px;
	padding: 0px;
	overflow: auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
@media(max-width:767px) {
#activmap-places.hidden-xs {
	display: none!important;
}
}
@media(min-width:768px) {
#activmap-places.hidden-xs {
	display: block!important;
}
}
#activmap-results-num {
	font-weight: bold;
	font-size: 18px;
	color: #3a9447;
	text-transform: uppercase;
	padding: 10px 0;
}
.activmap-place {
    display: none;
    border-left: 5px solid #3a9447;
    padding: 15px 0px 5px 25px;
    margin: 0px 0 5px;
    cursor: pointer;
    transition: 0.3s;
    background: #f2f2f2;
}
.activmap-place:hover, .activmap-place.active{
	background: #3a9447;
	color: #fff;
}
.activmap-place:hover a, .activmap-place.active a{
    color: #fff;
} 
.activmap-place h3 {
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    line-height: 22px;
}
.activmap-place h3:before {
	font-family: FontAwesome;
	content: '';
	margin-right: 10px;
	position: absolute;
	margin-top: 2px;
	margin-left: -18px;
}
.activmap-infowindow {
	padding: 0px;
}
.activmap-brand {
	float: left;
	margin: 0 10px 10px 0;
	height: 30px;
	width: 30px;
}
.activmap-brand img {
	max-height: 100%;
	max-width: 100%;
}
.activmap-details {
	max-width: 240px;
	float: right;
}
h4.activmap-title {
	font-size: 18px;
	/*margin: 0 10px 0 0;*/
}
.activmap-details a {
	color: #3a9447;
}
.dealer_details a {
    color: #333;
}