#activmap #activmap-geolocate,
#activmap #activmap-target {
    margin-bottom: 10px;
}

#activmap #activmap-accordion {
    clear: both;
}

#activmap #activmap-accordion .panel-default {
    border: none;
}

#activmap #activmap-accordion .panel-heading .activmap-accordion-toggle:after {
    margin: 0 0 0 15px;
}

#activmap #activmap-accordion .panel-heading {
    background: #161a2c;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

#activmap #activmap-accordion .panel-title a {
    display: block;
}

#activmap #activmap-accordion .panel-title a:hover {
    text-decoration: none;
}

#activmap #activmap-accordion .panel-title a:after {
    font-family: FontAwesome;
    content: '';
    float: right;
}

#activmap #activmap-accordion .panel-title a.collapsed:after {
    content: '';
}

#activmap #activmap-wrapper {
    height: 750px;
    width: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}

#activmap #activmap-container,
#activmap #activmap-canvas {
    position: relative;
    width: 100%;
    height: 100%;
    float: right;
}

#activmap #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 #activmap-places.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #activmap #activmap-places.hidden-xs {
        display: block !important;
    }
}

#activmap #activmap-results-num {
    font-weight: bold;
    font-size: 18px;
    color: #f24937;
    text-transform: uppercase;
    padding: 10px 0;
}

#activmap .activmap-place {
    display: none;
    border-left: 5px solid #f24937;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}

#activmap .activmap-place:hover,
#activmap .activmap-place.active,
#activmap .activmap-place:hover h3,
#activmap .activmap-place.active h3 {
    background: #2C3559;
    color: #fff;
}

#activmap .activmap-place h3 {
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    font-weight: 400;
}

#activmap .activmap-place h3:before {
    font-family: FontAwesome;
    content: '';
    margin-right: 10px;
}

#activmap .activmap-infowindow {
    padding: 10px;
}

#activmap .activmap-brand {
    float: left;
    margin: 0 20px 10px 0;
    height: 80px;
    width: 80px;
}

#activmap .activmap-brand img {
    max-height: 100%;
    max-width: 100%;
}

#activmap .activmap-details {
    max-width: 240px;
    float: right;
}

#activmap h4.activmap-title {
    font-size: 18px;
    margin: 0 10px 0 0;
}

#activmap .activmap-details a {
    color: #f24937;
}


#activmap .input-group-btn:last-child>.btn,
#activmap .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

#activmap .input-group .form-control:last-child,
#activmap .input-group-addon:last-child,
#activmap .input-group-btn:last-child>.btn,
#activmap .input-group-btn:last-child>.btn-group>.btn,
#activmap .input-group-btn:last-child>.dropdown-toggle,
#activmap .input-group-btn:first-child>.btn:not(:first-child),
#activmap .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#activmap .input-group-btn>.btn {
    position: relative;
}

#activmap .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#activmap .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#activmap .panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#activmap .panel-heading h4 {
    margin-bottom: 0;
}

#activmap .panel-heading h4 a {
    color: #fff;
}

#activmap .panel-body {
    padding: 5px 0 15px;
}

#activmap .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #f3f7fa;
    border-radius: 2px;
    border: solid 2px #d5e0e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: inherit;
    line-height: inherit;
    outline: none;
    padding: 2px 25px 2px 10px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    color: #3c4d6b;
}