/* Activ'Map Plugin
 * Copyright (c) 2015-2017 Pandao
 * Documentation : https://activmap.pandao.eu/doc
 */
#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: 100%;
    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: 1;
    height: 100%;
    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: block!important;
        /*display: none!important; */
    }
}
@media(min-width:768px){
    #activmap-places.hidden-xs {
        display: block!important;
    }
}
#activmap-results-num {
    font-weight: bold;
    font-size: 18px;
    color: #c72538;
    text-transform: uppercase;
    padding: 10px 0;
}
.activmap-place {
    display: none;
    border-left: 3px solid #85858b;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
    margin-left:-20px;
}
.activmap-place:hover,
.activmap-place.active {
    background: #FFF;
    color: #c72538;
}
.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;
    color:#c72538;
}
.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: #c72538;
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
    background-image: none !important;
    height: 0px;
}


.activmap-results-num{color:#c72538 !important;}
.btn-danger{background-color:#c72538 !important; border-color: #c72538 !important; color:#FFF !important; border-radius: 2px !important;}

