﻿
.hidden {
    display: none;
    height: 0;
    width: 0;
    visibility: hidden;
}

.w__filter {
    padding: 20px 0;
    box-shadow: 0 4px 7px 0px #cacaca;
    z-index: 1;
    position: relative;
}

    .w__filter .content {
        position: relative;
    }

.w__filter_search {
    margin-bottom: 15px;
}

.range-slider {
    margin: 30px 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 250px;
    padding: 15px 0;
}

.range.noUi-target {
    position: relative;
}

.range.noUi-background {
    height: 1px;
    background: #a51e36;
    font-size: 0;
}

    .range.noUi-background[disabled="disabled"] {
        background: #6b6b6b;
    }

.noUi-origin {
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    bottom: 0;
    background: #ccc;
    height: 1px;
    margin-top: -12px;
}

.noUi-base {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 24px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: -11px;
}

.noUi-handle {
    z-index: 1;
    position: relative;
    width: 18px;
    height: 18px;
    left: -10px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    border: 1px solid #a51e36;
    background: #fff;
    border-radius: 50%;
}

.range.noUi-background[disabled="disabled"] .noUi-handle {
    border: 1px solid #6b6b6b;
}

.range.noUi-background[disabled="disabled"] .rs_tooltip {
    display: none;
}

.noUi-state-tap .noUi-origin {
    transition: left 0.3s, top 0.3s;
}


.rs_tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    transform: translateX(-50%);
    font-size: 16px;
    text-align: center;
    color: #a51e36;
    white-space: nowrap;
}


.checkbox-group {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .checkbox-group li {
        margin-bottom: 15px;
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }

.w__filter h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 21px;
    text-transform: none;
}

.w__filter .w__input {
    padding: 8px 10px;
    background-color: #f5f5f5;
    box-shadow: none;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    outline: none;
    color: #6d6d6d;
}

    .w__filter .w__input:focus {
        border: 1px solid #7d7d7d;
    }

.w__filter .clear-all {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    color: #b1b1b1;
}

    .w__filter .clear-all:hover {
        color: #a51e36;
    }

.w__filter .checkbox-group {
    font-size: 14px;
    line-height: 22px;
}

/****/
.w__dealer_item {
    border: 1px solid #a9a9a9;
    display: table;
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;
    box-sizing: border-box;
}

.w__dealer_distance,
.w__dealer_detail {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.w__dealer_distance {
    border-right: 1px solid #a9a9a9;
    width: 100px;
}

.w_table {
    display: table;
    width: 100%;
}

    .w_table .adress, .w_table .info {
        display: table-cell;
        /* vertical-align: middle; */
        min-width: 200px;
    }

    .w_table .info {
        text-align: right;
    }

.w__dealer_detail h2 {
    margin: 0;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #4a4a4a;
}

    .w__dealer_detail h2 a {
        color: #4a4a4a;
    }

        .w__dealer_detail h2 a:hover {
            color: #a51e36;
        }

.w__dealer_detail .brand img {
    max-height: 30px;
    max-width: 80px;
    vertical-align: middle;
    margin-left: 10px;
}

    .w__dealer_detail .brand img:first-child {
        margin-left: 0px;
    }

.w__dealer_list {
    counter-reset: my-counter;
    padding-right: 25px;
    padding-bottom: 25px;
}

.full-panel .w__dealer_list {
    padding-right: 0px;
    padding-bottom: 0px;
}

.full-panel .w__info_panel {
    padding-right: 0px;
}

/*.w__dealer_list .w__dealer_distance span:before {
    content: counter(my-counter);
    counter-increment: my-counter;
}*/

.w__dealer_distance {
    font-size: 21px;
    font-family: 'Oswald';
    font-weight: 500;
    text-align: center;
}

    .w__dealer_distance span {
        display: block;
        width: 40px;
        height: 40px;
        background: #464646;
        border-radius: 50%;
        text-align: center;
        line-height: 38px;
        margin: 0 auto;
        color: #fff;
    }

.w__dealer_detail .adress {
    font-size: 15px;
    line-height: 18px;
}

.w__dealer_detail .info {
    font-size: 14px;
}

.w__dealer_detail .brand {
    margin-top: 10px;
}

.w__dealer_item.js-active {
    border: 1px solid #a51e36;
}

    .w__dealer_item.js-active .w__dealer_distance {
        border-right: 1px solid #a51e36;
    }

        .w__dealer_item.js-active .w__dealer_distance span {
            background: #a51e36;
        }



@-webkit-keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #ef8194, 0 0 0 0 #a51e36;
        -webkit-box-shadow: 0 0 0 0 #ef8194, 0 0 0 0 #a51e36;
        box-shadow: 0 0 0 0 #ef8194, 0 0 0 0 #a51e36;
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
        box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
        box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
    }
}




.w__dealer_main {
    position: relative;
}

.w__filter_search {
    overflow: hidden;
}

    .w__filter_search > div {
        width: 33%;
        float: left;
    }

.w__filter_bs, .w__dealer_main {
    overflow: hidden;
}

    .w__filter_bs > div {
        width: 33%;
        float: left;
    }

        .w__filter_bs > div:first-child {
            width: 66%;
        }

.two-col-panel .w__dealer_list {
    min-height: 400px;
    max-height: 800px;
    overflow-y: auto;
}

.w_none {
    display: none;
}

.w__filter_bs .rbVerticalList {
    display: block;
}

    .w__filter_bs .rbVerticalList button.RadButton.rbCheckBox {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
        margin-right: 15px;
        line-height: 24px;
        padding: 0;
        float: left;
        min-width: 145px;
        text-align: left;
    }


.w__filter_bs .RadButton .rbText {
    font-size: 14px;
    line-height: 22px;
}

.w__filter_bs .RadButton.RadCheckBox span.rbText.rbToggleCheckbox,
.w__filter_bs .RadButton.RadCheckBox span.rbText.rbToggleCheckboxChecked {
    padding-left: 30px;
}

.w__filter_bs .rbVerticalList button.RadButton .rbToggleCheckbox:before {
    background: #ffffff;
    border: 1px solid #ababab;
    content: "";
    height: 18px;
    width: 18px;
}

.w__filter_bs .rbVerticalList button.RadButton .rbToggleCheckboxChecked:before {
    background: #a51e36;
    border: 1px solid #a51e36;
    content: "";
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
}

.w__filter_bs .rbVerticalList button.RadButton .rbToggleCheckboxChecked:after {
    position: absolute;
    content: "";
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate (45deg);
    -o-transform: rotate (45deg);
    transform: rotate(45deg);
}

.w__filter_bs .rbVerticalList button.RadButton:focus .rbToggleCheckbox:before {
    box-shadow: none;
}


.w__info_panel {
    padding: 25px 0;
    padding-right: 25px;
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .w__info_panel .w__panel_count, .w__info_panel .w__panel_sort {
        display: table-cell;
        vertical-align: middle;
        font-weight: 600;
        font-size: 14px;
    }

    .w__info_panel .w__panel_sort {
        text-align: right;
    }

.w_address2 {
    margin-top: 10px;
}

#map {
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
}

.w__dealer_map .gmnoprint.gm-bundled-control {
    top: 10px !important;
    left: 10px !important;
    right: inherit !important;
    margin: 0 !important;
}

.gm-style-cc {
    display: none;
}

#dealer-details {
    padding: 40px 40px 10px;
    overflow: hidden;
}

#dealer-details .detail {
    display: inline-block;
    float: left;
    width: 55%;
}

#dealer-details .hours {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 13px;
    width: 45%;
}

.hours h3 {
    color: #007CF5;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

#services {
    padding: 20px 0 40px 40px;
    background-color: #fff;
}

#services h2{
    height:auto !important;
}

.w__dealer_detail #services {
    padding-left: 0px;
}

.dealer-badge {
    float: right;
    max-width: 15%;
    margin-right: 40px;
}

#services-wrap {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.service {
    display: flex;
    vertical-align: top;
    line-height: 1rem;
    margin-top: 20px px;
    margin-right: 5%;
    width: 28%;
    flex-direction: column;
}

.full-panel .service {
    margin-right: 5%;
    width: 20%;
}

.two-col-panel .service {
    margin-right: 3%;
    width: 30%;
}

.service strong {
    margin-bottom: 4px;
    line-height: 1.5rem;
}

.service span {
    font-size: 12px;
    margin: 2px 0;
}

.service span:last-child {
    margin-right: 0px;
}

.service strong.title:after,
.service span:last-child:after {
    display: none;
}

.service strong.title {
    display: block;
    text-align: left;
    border-bottom: 1px solid #007CF5;
    color: #007CF5;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

#contact {
    padding: 40px 40px 10px;
}

#contact h3 {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    height:auto !important;
}

#contact span,
#contact a {
    display: block;
    font-size: 13px;
    color: #656565;
    line-height: 18px;
    text-decoration: none;
}

#contact .name {
    font-size: 16px;
}

.loading_panel {
    text-align: center;
    margin: 50px 0;
}

    .loading_panel > div {
        width: 15px;
        height: 15px;
        background-color: #a51e36;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .loading_panel .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loading_panel .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.w__goto_filter {
    display: none;
    background: #ffffff;
    color: #333;
    position: fixed;
    top: 0;
    z-index: 3;
    padding: 5px 20px;
    right: 13px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 7px 0 #cacaca;
    cursor: pointer;
}

    .w__goto_filter i {
        font-size: 10px;
        margin-right: 5px;
    }

    .w__goto_filter i,
    .w__goto_filter span {
        display: inline-block;
        vertical-align: middle;
    }

.fixed .w__goto_filter {
    display: block;
}

.two-col-panel .w__dealer_block {
    width: 63%;
    float: left;
}

.two-col-panel .w__dealer_map {
    width: 37%;
    float: left;
}

.w__dealer_main .two-col-panel {
    overflow: hidden;
}


@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media (min-width: 1024px) {
    .w__filter_bs .cg-brand .rbVerticalList button.RadButton.rbCheckBox:nth-child(5) {
        clear: both;
    }
}
