#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: 750px;
    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: 0 20px;
    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: #F24937;
    text-transform: uppercase;
    padding: 10px 0;
}
.activmap-place {
    display: none;
    border-left: 5px solid #F24937;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}
.activmap-place:hover,
.activmap-place.active {
    color: #fff;
}
.activmap-place h3 {
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.activmap-place h3:before {
    font-family: FontAwesome;
    content: '';
    margin-right: 10px;
}
.activmap-infowindow {
    padding: 10px;
}
.activmap-brand {
    float: left;
    margin: 0 20px 10px 0;
    height: 80px;
    width: 80px;
}
.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: #F24937;
}

.gm-style .gm-style-iw-c{
	border-radius: 0 !important;	
}
