﻿
.pageHeader {
    text-align: center;
    color: #77CA4E;
    font-family: 'Neo Sans Medium';
    /* font-size: 38px; */
    font-size: 34px;
    margin-bottom: 40px;
    max-width: 535px;
    margin-right: auto;
    margin-left: auto;
}

.dealership {
    padding-left: 115px;
}

[id^=detail_] {
    display: none;
}

.currentDeal {
    display: block;
}

.dealershipImg {
    display: block;
    margin-bottom: 10px;
}

.dealershipName {
    display: block;
    font-family: 'Neo Sans Medium';
    /*font-size: 27px;*/
    font-size: 15px;
    color: #0A5B7B;
    margin-bottom: 15px;
}

.dealershipAddressDiv {
    padding-left: 54px;
}

.dealershipAddress {
    margin-bottom: 15px;
    display: block;
    /*font-size: 18px;*/
    font-size: 16px;
}

.dealershipGoogleLink {
    margin-bottom: 40px;
    display: block;
    color: #77CA4E;
    /*font-size: 18px;*/
    font-size: 16px;
}

    .dealershipGoogleLink:visited {
        color: #77CA4E;
    }

.dealershipLink {
    display: block;
    color: #77CA4E;
    /*font-size: 18px;*/
    font-size: 16px;
}

.dealershipLink {
    color: #77CA4E;
}

.dealershipPin {
    width: 27px;
    position: absolute;
}

#mapCol {
    text-align: right;
}

svg.mapCircle {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    /*background-color: rgba(1,0,0,0.5);*/
}

svg.mapRectangle {
    width: 125px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}

svg.mapCircle:hover > .innerCircle {
    r: 3.5;
}

svg.mapCircle > .outerCircle {
    fill: #0077C0;
}

svg.mapCircle > .innerCircle {
    fill: #FFFFFF;
}


#unidade_leiria {
    left: 14.5%;
    top: 32.5%;
    width: 190px;
    height: 50px;
}

#estacao_transferencia_batalha {
    left: 21.5%;
    top: 62%;
    width: 80px;
    height: 50px;
}

#estacao_transferencia_ourem {
    left: 42.5%;
    top: 47%;
    width: 80px;
    height: 50px;
}

#estacao_transferencia_pombal {
    left: 24%;
    top: 8%;
    width: 80px;
    height: 50px;
}


.closeBtn {
    display: none;
}

@media (max-width: 1200px) {

    .pageHeader {
        font-size: 18px;
    }

    .dealershipImg {
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .dealershipGoogleLink {
        margin-bottom: 10px;
    }

    #mapCol {
        text-align: center;
    }


    .dealership {
        padding-left: 40px;
    }

    #square {
        position: absolute;
        width: 100%;
        background-color: black;
        height: 100%;
        z-index: 1;
        opacity: 0.5;
        display: none;
    }

    .dealershipAddress {
        font-size: 14px;
        color: white;
    }

    .dealershipPin {
        /*margin-left: -100px;*/
        display: none;
    }

    .dealershipAddressDiv {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    
    .closeBtn {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        stroke: black;
        stroke-width: 2px;
    }

    .pageHeader {
        font-size: 18px;
    }

    .currentDeal {
        background-color: #F8F8F8;
        width: 90%;
        position: relative;
        border: 1px solid black;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        box-shadow: 5px 5px 5px #888888;
        -moz-box-shadow: 5px 5px 5px #888888;
        -webkit-box-shadow: 5px 5px 5px #888888;
    }


    #detailCol {
        position: absolute;
        text-align: -webkit-center;
        z-index: 2;
        padding-left: 0px;
        padding-right: 0px;
        /*background-color: rgba(0, 0, 0, 0.5);*/
        height: 100%;
    }

    .dealershipImg {
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .dealershipGoogleLink {
        margin-bottom: 10px;
    }

    #mapCol {
        text-align: center;
    }


    .dealership {
        padding-left: 0px;
    }

    #square {
        position: absolute;
        width: 100%;
        background-color: black;
        height: 100%;
        z-index: 1;
        opacity: 0.5;
        display: none;
    }

    .dealershipAddress {
        font-size: 14px;
        color: white;
    }

    .dealershipPin {
        display: none;
    }

    .dealershipAddressDiv {
        padding-left: 0px;
    }
}


@media (max-width: 550px) {
    #estacao_transferencia_pombal {
        left: 24%;
        top: 8%;
        width: 50px;
        height: 30px;
    }

    #unidade_leiria {
        left: 14.5%;
        top: 33%;
        width: 130px;
        height: 30px;
    }

    #estacao_transferencia_ourem {
        left: 42.5%;
        top: 47%;
        width: 50px;
        height: 30px;
    }

    #estacao_transferencia_batalha {
        left: 21.5%;
        top: 62%;
        width: 50px;
        height: 30px;
    }
}

@media (max-width: 425px) {
    #estacao_transferencia_pombal {
        left: 24%;
        top: 8%;
        width: 40px;
        height: 30px;
    }

    #unidade_leiria {
        left: 14.5%;
        top: 33%;
        width: 100px;
        height: 30px;
    }

    #estacao_transferencia_ourem {
        left: 42.5%;
        top: 47%;
        width: 40px;
        height: 30px;
    }

    #estacao_transferencia_batalha {
        left: 21.5%;
        top: 62%;
        width: 40px;
        height: 30px;
    }
}

@media (max-width: 300px) {
    #estacao_transferencia_pombal {
        left: 24%;
        top: 8%;
        width: 30px;
        height: 20px;
    }

    #unidade_leiria {
        left: 14.5%;
        top: 33%;
        width: 65px;
        height: 20px;
    }

    #estacao_transferencia_ourem {
        left: 42.5%;
        top: 47%;
        width: 30px;
        height: 20px;
    }

    #estacao_transferencia_batalha {
        left: 21.5%;
        top: 62%;
        width: 30px;
        height: 20px;
    }
}
