/* 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: auto;
    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: 0;
    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-places.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) {
    #activmap-places.hidden-xs {
        display: block !important;
    }
}

#activmap-results-num {
    font-weight: bold;
    font-size: 18px;
    color: #cc0033;
    text-transform: uppercase;
    padding: 10px 0;
    display:none
}

.activmap-place {
    display: block;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.5s;
    overflow: hidden
}

    .activmap-place a {
        color: #333;
        text-decoration: none
    }

        .activmap-place a:hover {
            color: #cc0033;
            text-decoration: none
        }

    .activmap-place:hover,
    .activmap-place.active {
        background: #e8e9eb;
        transition: 0.5s;
    }

    .activmap-place h3 {
        font-size: 18px;
        letter-spacing: -1px;
        margin: 0 0 10px 0;
        font-weight: 600;
    }

        .activmap-place h3:before {
            font-family: FontAwesome;
            content: '';
            margin-right: 10px;
        }

.activmap-infowindow {
    padding: 10px;
    line-height: 18px
}

.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: 100%;
}

h4.activmap-title {
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 600
}

.activmap-details a {
    color: #F24937;
}
/*audi css şeri 03022022*/
@font-face {
    font-family: "Audi Type Screen";
    font-style: normal;
    font-weight: normal;
    /* 400 */
    src: url("../fonts/AudiTypeScreen-Normal.ttf") format("truetype");
}

@font-face {
    font-family: "Audi Type Screen";
    font-style: normal;
    font-weight: 100;
    /* "light" */
    src: url("../fonts/AudiTypeScreen-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Audi Type Screen";
    font-style: normal;
    font-weight: bold;
    /* 700 */
    src: url("../fonts/AudiTypeScreen-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Audi Type Extended";
    font-style: normal;
    font-weight: normal;
    /* 400 */
    src: url("../fonts/AudiType-ExtendedNormal.ttf") format("truetype");
}

@font-face {
    font-family: "Audi Type Extended";
    font-style: normal;
    font-weight: bold;
    /* 700 */
    src: url("../fonts/AudiType-ExtendedBold.ttf") format("truetype");
}

body {
    font-family: "Audi Type Screen";
    font-size: 14px;
}

.map_result {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 25px;
    margin: 0;
    display: none
}

    .map_result a {
        color: #cc0033
    }

.map__select {
    overflow: hidden;
}

.text__result {
    overflow: hidden;
    width: 100%;
    padding: 0 15px
}

@media only screen and (max-width: 768px) {
    .map__select {
        overflow: hidden
    }

    #activmap-places {
        width: 100%
    }
}

.gmnoprint {
    left: auto !important;
    right: 0 !important
}

.dealers__links {
    width: 100%;
    overflow: hidden
}

    .dealers__links ul {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
        width: 100%
    }

        .dealers__links ul li {
            float: left;
            padding-right: 15px;
        }

            .dealers__links ul li a {
                display: inline-block;
                background: #e7e9ea;
                height: 40px;
                width: 40px;
                text-align: center;
                line-height: 40px;
                outline:none
            }

                .dealers__links ul li a i {
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    margin-top: 4px
                }

.map_ico {
    background: url(../img/map_ico_b.png) no-repeat;
}

.web_ico {
    background: url(../img/web_ico_b.png) no-repeat;
}

.mail_ico {
    background: url(../img/mail_ico_b.png) no-repeat;
}

.activmap-place:hover, .activmap-place.active .dealers__links ul li a {
    background: #000;
}

.activmap-place:hover, .activmap-place.active .map_ico {
    background: url(../img/map_ico.png) no-repeat;
}

.activmap-place:hover, .activmap-place.active .web_ico {
    background: url(../img/web_ico.png) no-repeat;
}

.activmap-place:hover, .activmap-place.active .mail_ico {
    background: url(../img/mail_ico.png) no-repeat;
}

.text__info {
    font-size: 13px;
    font-weight: 600;
    padding: 15px 0;
    margin: 0
}

.gm-style {
    font-family: "Audi Type Screen";
}

.activmap-address {
    padding-bottom: 10px
}

.activmap-phone {
    padding-bottom: 15px
}

    .activmap-phone a {
        color: #333;
        text-decoration: none
    }

        .activmap-phone a:hover {
            color: #cc0033;
            text-decoration: none
        }

.activmap-infowindow h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    margin: 0
}

.iph-opening-hours__list {
    list-style: none;
    padding: 0;
    margin: 0
}

#preloader {
    width: 100%;
    text-align: center;
    min-height: 500px;
    padding-top: 100px;
    position: absolute;
    background: #fff;
    min-height: 900px;
    top: 0;
    left: 0;
    z-index: 99
}

.mapnone {
    filter: alpha(opacity=0);
    opacity: 0;
}

.mapblock {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}
.chat-btn{ display:inline-block; padding:15px 0}
