﻿.dealers-body {
    font-size: 16px;
}
.dealers-body .current-dealer {
    color:#fff;
}
.dealers {
    line-height:20px;
}
.dealers-body .current-dealer span {
    color:#fff;
}

#google-map {
    width: 100%;
    height: 600px;
}

.google-marker {
    display: block;
    width: 32px;
    height: 32px;
}

.google-marker.red {
    background: url(../../content/files/images/icons/google-mark-selected.png) no-repeat;
    background-size: contain;
    margin-top: -23px;
    margin-left: -6px;
}


.country-group-title {
    cursor: pointer;
    display: block;
}

.google-map-wrapper {
    position: relative;
    width: calc(100vw - 18px);
    margin-left: calc((100% - 100vw + 18px) / 2);

    margin-bottom: 50px;

}

.google-map-wrapper .current-dealer.empty {
    display: none;
}

.google-map-wrapper .current-dealer {
    position: absolute;
    bottom: -40px;
    right: 21px;
    width: 313px;
    /*height: 310px;*/
    color: white;
    background: black;
    padding: 12px 25px 40px 50px;
    box-sizing: border-box;
}

.google-map-wrapper .current-dealer a {
    color:#fff;
    text-decoration:underline;
}
.google-map-wrapper .current-dealer a:hover {
    text-decoration:none;
}

.dealer-title {
    font-size:16px;
    padding: 13px 0 20px 0;
    margin:0;
    letter-spacing:0.09em;
}

.current-dealer h4 {
    color:#fff;
}

.google-map-wrapper .filters {
    position: absolute;
    top: 20px;
    left: 50%;
}

.google-map-wrapper .filters .ddl-container {
    position: relative;
    left: -50%;
}

.google-map-wrapper .filters .ddl {
    width: 200px;
    float: left;
}

.google-map-wrapper .filters .ddl:last-child {
    margin-left: 72px;
}

.dealer {
    display:inline-block;
    width: 275px;
    padding: 10px;
    margin-left:11px;
    box-sizing:border-box;
    margin-bottom:35px;
    vertical-align:top;
}
.dealer:nth-child(3n+1) {
    margin-left:0;
}

.dealers-container .dealer:hover {
    box-shadow: 0px 0px 4px #a0a0a0;
    /*background:#000;*/
    cursor: pointer;
    border-radius:2px;
}
/*.dealers-container .dealer:hover,
.dealers-container .dealer:hover span,
.dealers-container .dealer:hover .dealer-title {
    color:#fff;
}*/

.dealer .attributes,
.current-dealer .attributes {
    color: #cacac8;
    float: left;
    text-transform: uppercase;
    font-size:13px;
}

.dealer .attributes {
    padding-top: 14px;
}
.dealers-body .attributes span {
    color:#cacac8;
    margin: 0 7px;
}

.dealer .dealer-title,
.current-dealer .dealer-title {
    font-weight: bold;

}
.dealer .dealer-title {
    
}

.dealer .phone-number{
    padding-top:6px;
}

.dealer .separator,
.current-dealer .separator {
    display: block;
    width: 15px;
    height: 1px;
    background: black;
    margin: 10px 0 15px 0;
}

.header-title .inner-title {
    display: block;
    text-align: left;
    margin: 0 auto;
    word-wrap:break-word;
}
.header-title,
.header-description {
    display:table-cell;
    padding:0 0 57px 0;
    vertical-align:top;
}
.header-title {
    width: 340px;
    box-sizing:border-box;
    float: none;
    padding-right:25px;
    max-width:40%;
}
.inner-description {
    font-size:24px;
    line-height:30px;
}
.header-description {
    padding-top:5px;
}

.type-quotes:before,
.type-quotes:after {
    font-weight:bold;
    font-size:68px;
    line-height:65px;
    color:#b8d2cd;
    height:24px;
    vertical-align:top;
    display:inline-block;
}
.type-quotes:before {
    content:"“";
    margin-right:15px;
}
.type-quotes:after {
    content:"”";
    margin-left:15px;
    line-height:60px;
}
.ie .type-quotes:before{
    line-height:72px;
}
.ie .type-quotes:after {
    line-height:68px;
}
.dealers-line{
    width:15px;
    height:1px;
    background:#fff;
    clear:both;
    margin-top:13px;
}
.dealer .dealers-line{
    margin-top:0;
}

.dealer-page .accordeon_content {
    padding-top:30px;
    margin-left: -8px;
    display:none;
}

/*.dealer-page .accordion > .accordion-border > .accordion_header {
    padding-left:10px;
}*/
#dealer-page .accordion > .accordion-border {
    padding-top:12px;
    padding-bottom:14px;
}

@media screen and (max-width: 1023px) {
    .google-map-wrapper {
        width: 1024px;
        margin-left: -65px;
    }
}