
#map_controls > * {
    background: #777;
    color: #fff;
    font-size: 36px;
    height: 52px;
    line-height: 52px;
    width: 52px;
}

#map_controls > *.active {
    background: #fff;
    color: #f28b00;
}

#error_note {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #0b3d22;
    left: 50%;
    margin: 60px auto 0 -250px;
    padding: 20px;
    position: absolute;
    width: 500px;
    z-index: 50;
    top: 40%;
}

.ui-slider.ui-widget-content .ui-slider-handle {
    background: #aaaaaa;
    border: 1px solid #aaaaaa;
    height: 32px;
    min-width: 48px;
    width: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 32px;
    color: #fff;
    margin-left: -24px;
    text-align: center;
    font-weight: bold;
    top: -16px;
    text-decoration: none !important;
}

.ui-slider.ui-widget-content .ui-slider-range-min {
    background: transparent;
}

.ui-slider.ui-widget-content {
    border: 0 none !important;
    background: #aaaaaa;
    display: inline-block;
    width: 100%;
    width: calc(100% - 72px);
    margin: 0 36px;
    height: 1px;
}

.ui-slider.ui-widget-content:before {
    background: #aaaaaa;
    content: '';
    display: block;
    margin: 0 -36px;
    height: 100%;
}

.cfour_storelocator .content > .gray > .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cfour_storelocator .content > .gray > .container > .row:first-child {
    padding-top: 90px;
}

.cfour_storelocator .content > .gray > .container > .row:last-child {
    padding-bottom: 40px !important;
}

.content > .gray {
    overflow: hidden;
}
.cfour_storelocator .hidden {
    display: none;
}
.cfour_storelocator #dealer_search_map::before {
    content: "";
    display: block;
    padding-top: 60%;
}
#map_canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dealer_form.row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list_content.row.vcard {
    margin-top: 10px;
    margin-bottom: 10px;
}

.horizontal-line {
    border-top: 1px solid #313131;
}

.text-center {
    text-align: center;
}
#searchForm label {
    margin-top: 0.25rem;
}
.cfour_storelocator .jumbotron {
    background-color: #f7f7f9;
    padding: 0rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
@media (min-width: 576px)
    .cfour_storelocator .jumbotron {
        padding: 2rem 1rem;
    }

.cfour_storelocator .marker {
    margin: -30px 0;
    font-size: 80px;
    text-shadow: 4px 3px 0 #F7F7F9,9px 8px 0 rgba(218,218,227,.5);
}
@media (max-width:767px) {
    .cfour_storelocator .distance {
        margin: 15px 0;
    }
    .cfour_storelocator .marker {
        margin: 0;
        font-size: 50px;
        text-shadow: 4px 3px 0 #F7F7F9,9px 8px 0 rgba(218,218,227,.5);
    }
    .cfour_storelocator .marker i{float:right;}
}