﻿
.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;
}


#estacao_e_ecocentro_montalegre {
    left: 44.5%;
    top: 12.5%;
    width: 50px;
    height: 30px;
}

#estacao_e_ecocentro_chaves {
    left: 62%;
    top: 14.5%;
    width: 50px;
    height: 30px;
}

#centro_tratamento_e_ecocentro_boticas {
    left: 35.5%;
    top: 25.5%;
    width: 100px;
    height: 30px;
}

#estacao_e_ecocentro_cabeceiras_de_basto {
    left: 29%;
    top: 31%;
    width: 50px;
    height: 30px;
}

#estacao_e_ecocentro_fafe {
    left: 23%;
    top: 36%;
    width: 50px;
    height: 30px;
}

#centro_tratamento_e_ecocentro_celorico_de_basto {
    left: 26%;
    top: 42%;
    width: 100px;
    height: 30px;
}

#aterro_e_ecocentro_vila_real {
    left: 42%;
    top: 48%;
    width: 75px;
    height: 30px;
}

#estacao_e_ecocentro_sao_joao_da_pesqueira {
    left: 58.5%;
    top: 61%;
    width: 50px;
    height: 30px;
}

#estacao_e_ecocentro_moimenta_da_beira {
    left: 49.5%;
    top: 74.5%;
    width: 50px;
    height: 30px;
}

#centro_tratamento_e_ecocentro_bigorne_lamego {
    left: 37%;
    top: 67%;
    width: 100px;
    height: 30px;
}

#ecocentro_baiao {
    left: 30.8%;
    top: 61%;
    width: 50px;
    height: 30px;
}

#estacao_e_ecocentro_cinfaes {
    left: 23%;
    top: 72%;
    width: 50px;
    height: 30px;
}

#ecocentro_aldao_guimaraes {
    left: 9.5%;
    top: 36.5%;
    width: 50px;
    height: 30px;
}

#ecocentro_ponte_guimaraes {
    left: 15.8%;
    top: 36.5%;
    width: 50px;
    height: 30px;
}

#ecocentro_vizela {
    left: 18%;
    top: 45%;
    width: 20px;
    height: 25px;
}

#ecocentro_santo_tirso {
    left: 8.5%;
    top: 49%;
    width: 75px;
    height: 25px;
}

#centro_tratamento_riba_de_ave {
    left: 1%;
    top: 41%;
    width: 50px;
    height: 30px;
}

#ecocentro_riba_de_ave {
    left: 7.5%;
    top: 41%;
    width: 23px;
    height: 30px;
}

#ecocentro_esmeriz {
    left: 10.5%;
    top: 41%;
    width: 25px;
    height: 30px;
}

#ecocentro_trofa {
    left: 3.5%;
    top: 49%;
    width: 30px;
    height: 39px;
}

.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: 1060px) {
   
}*/

@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;
    }

    #estacao_e_ecocentro_montalegre {
        left: 44.5%;
        top: 12.5%;
        width: 61px;
        height: 45px;
    }

    #estacao_e_ecocentro_chaves {
        left: 62%;
        top: 14.5%;
        width: 58px;
        height: 47px;
    }

    #centro_tratamento_e_ecocentro_boticas {
        left: 35.5%;
        top: 25.5%;
        width: 127px;
        height: 45px;
    }

    #estacao_e_ecocentro_cabeceiras_de_basto {
        left: 29%;
        top: 31%;
        width: 61px;
        height: 42px;
    }

    #estacao_e_ecocentro_fafe {
        left: 23%;
        top: 36%;
        width: 59px;
        height: 41px;
    }

    #centro_tratamento_e_ecocentro_celorico_de_basto {
        left: 25.5%;
        top: 42%;
        width: 130px;
        height: 47px;
    }

    #aterro_e_ecocentro_vila_real {
        left: 42%;
        top: 48%;
        width: 91px;
        height: 46px;
    }

    #estacao_e_ecocentro_sao_joao_da_pesqueira {
        left: 58%;
        top: 61%;
        width: 67px;
        height: 46px;
    }

    #estacao_e_ecocentro_moimenta_da_beira {
        left: 50%;
        top: 75%;
        width: 59px;
        height: 30px;
    }

    #centro_tratamento_e_ecocentro_bigorne_lamego {
        left: 37.5%;
        top: 67%;
        width: 121px;
        height: 43px;
    }

    #ecocentro_baiao {
        left: 30.5%;
        top: 62%;
        width: 68px;
        height: 29px;
    }


    #estacao_e_ecocentro_cinfaes {
        left: 22.4%;
        top: 72%;
        width: 71px;
        height: 48px;
    }

    #ecocentro_aldao_guimaraes {
        left: 9%;
        top: 37%;
        width: 66px;
        height: 29px;
    }

    #ecocentro_ponte_guimaraes {
        left: 15.8%;
        top: 37%;
        width: 61px;
        height: 28px;
    }

    #ecocentro_vizela {
        left: 17%;
        top: 45%;
        width: 39px;
        height: 32px;
    }

    #ecocentro_santo_tirso {
        left: 8.5%;
        top: 49.3%;
        width: 93px;
        height: 39px;
    }


    #centro_tratamento_riba_de_ave {
        left: 1%;
        top: 41%;
        width: 59px;
        height: 53px;
    }

    #ecocentro_riba_de_ave {
        left: 7.2%;
        top: 41%;
        width: 30px;
        height: 53px;
    }

    #ecocentro_esmeriz {
        left: 10.3%;
        top: 41%;
        width: 32px;
        height: 52px;
    }

    #ecocentro_trofa {
        left: 3.3%;
        top: 49%;
        width: 28px;
        height: 36px;
    }
}


@media (max-width: 768px) {
    #estacao_e_ecocentro_montalegre {
        left: 44.5%;
        top: 12.5%;
        width: 61px;
        height: 45px;
    }

    #estacao_e_ecocentro_chaves {
        left: 62%;
        top: 14.5%;
        width: 58px;
        height: 47px;
    }

    #centro_tratamento_e_ecocentro_boticas {
        left: 35.5%;
        top: 25.5%;
        width: 99px;
        height: 35px;
    }

    #estacao_e_ecocentro_cabeceiras_de_basto {
        left: 29%;
        top: 31%;
        width: 47px;
        height: 33px;
    }

    #estacao_e_ecocentro_fafe {
        left: 23%;
        top: 36%;
        width: 43px;
        height: 36px;
    }

    #centro_tratamento_e_ecocentro_celorico_de_basto {
        left: 25.5%;
        top: 42%;
        width: 99px;
        height: 47px;
    }

    #aterro_e_ecocentro_vila_real {
        left: 42%;
        top: 48%;
        width: 91px;
        height: 46px;
    }

    #estacao_e_ecocentro_sao_joao_da_pesqueira {
        left: 58%;
        top: 61%;
        width: 67px;
        height: 46px;
    }

    #estacao_e_ecocentro_moimenta_da_beira {
        left: 50%;
        top: 75%;
        width: 59px;
        height: 30px;
    }

    #centro_tratamento_e_ecocentro_bigorne_lamego {
        left: 37.5%;
        top: 67%;
        width: 121px;
        height: 43px;
    }

    #ecocentro_baiao {
        left: 30.5%;
        top: 62%;
        width: 68px;
        height: 29px;
    }


    #estacao_e_ecocentro_cinfaes {
        left: 22.4%;
        top: 72%;
        width: 71px;
        height: 48px;
    }

    #ecocentro_aldao_guimaraes {
        left: 9%;
        top: 37%;
        width: 50px;
        height: 25px;
    }

    #ecocentro_ponte_guimaraes {
        left: 15.8%;
        top: 37%;
        width: 46px;
        height: 25px;
    }

    #ecocentro_vizela {
        left: 17%;
        top: 45%;
        width: 30px;
        height: 28px;
    }

    #ecocentro_santo_tirso {
        left: 8.5%;
        top: 49.6%;
        width: 71px;
        height: 39px;
    }


    #centro_tratamento_riba_de_ave {
        left: 1%;
        top: 41%;
        width: 46px;
        height: 36px;
    }

    #ecocentro_riba_de_ave {
        left: 7.2%;
        top: 41%;
        width: 23px;
        height: 36px;
    }

    #ecocentro_esmeriz {
        left: 10.3%;
        top: 41%;
        width: 25px;
        height: 36px;
    }

    #ecocentro_trofa {
        left: 3.3%;
        top: 49%;
        width: 30px;
        height: 36px;
    }
}

@media (max-width: 550px) {
    #estacao_e_ecocentro_montalegre {
        left: 44.3%;
        top: 12.5%;
        width: 38px;
        height: 24px;
    }

    #estacao_e_ecocentro_chaves {
        left: 61.5%;
        top: 15%;
        width: 37px;
        height: 20px;
    }

    #centro_tratamento_e_ecocentro_boticas {
        left: 35%;
        top: 25%;
        width: 73px;
        height: 20px;
    }

    #estacao_e_ecocentro_cabeceiras_de_basto {
        left: 28.7%;
        top: 30.7%;
        width: 37px;
        height: 23px;
    }

    #estacao_e_ecocentro_fafe {
        left: 22.5%;
        top: 36%;
        width: 37px;
        height: 20px;
    }

    #centro_tratamento_e_ecocentro_celorico_de_basto {
        left: 25.5%;
        top: 42%;
        width: 70px;
        height: 24px;
    }

    #aterro_e_ecocentro_vila_real {
        left: 42%;
        top: 48%;
        width: 50px;
        height: 20px;
    }

    #estacao_e_ecocentro_sao_joao_da_pesqueira {
        left: 58%;
        top: 61%;
        width: 36px;
        height: 27px;
    }

    #estacao_e_ecocentro_moimenta_da_beira {
        left: 49%;
        top: 74%;
        width: 39px;
        height: 20px;
    }

    #centro_tratamento_e_ecocentro_bigorne_lamego {
        left: 37.5%;
        top: 67%;
        width: 65px;
        height: 20px;
    }

    #ecocentro_baiao {
        left: 30.5%;
        top: 61%;
        width: 36px;
        height: 20px;
    }

    #estacao_e_ecocentro_cinfaes {
        left: 23.4%;
        top: 72%;
        width: 30px;
        height: 23px;
    }

    #ecocentro_aldao_guimaraes {
        left: 9%;
        top: 36%;
        width: 36px;
        height: 20px;
    }

    #ecocentro_ponte_guimaraes {
        left: 15.9%;
        top: 36%;
        width: 32px;
        height: 20px;
    }


    #ecocentro_vizela {
        left: 17.6%;
        top: 44%;
        width: 15px;
        height: 25px;
    }

    #ecocentro_santo_tirso {
        left: 8.5%;
        top: 49.7%;
        width: 50px;
        height: 20px;
    }

    #centro_tratamento_riba_de_ave {
        left: 1%;
        top: 41%;
        width: 33px;
        height: 25px;
    }

    #ecocentro_riba_de_ave {
        left: 7.4%;
        top: 41%;
        width: 16px;
        height: 25px;
    }

    #ecocentro_esmeriz {
        left: 10.3%;
        top: 41%;
        width: 19px;
        height: 24px;
    }

    #ecocentro_trofa {
        left: 3.3%;
        top: 48%;
        width: 20px;
        height: 24px;
    }
}

@media (max-width: 425px) {
    /*#estacao_e_ecocentro_montalegre {
        left: 47%;
        top: 10%;
        width: 50px;
        height: 38px;
    }*/

    /*#estacao_e_ecocentro_chaves {
        left: 64%;
        top: 13%;
        width: 50px;
        height: 38px;
    }*/

    /* #centro_tratamento_e_ecocentro_boticas {
        left: 38%;
        top: 24%;
        width: 100px;
        height: 40px;
    }*/

    /*#estacao_e_ecocentro_cabeceiras_de_basto {
        left: 31.5%;
        top: 30%;
        width: 50px;
        height: 30px;
    }*/

    /*#estacao_e_ecocentro_fafe {
        left: 25%;
        top: 35%;
        width: 50px;
        height: 30px;
    }*/

    /*#centro_tratamento_e_ecocentro_celorico_de_basto {
        left: 28%;
        top: 41%;
        width: 100px;
        height: 30px;
    }*/

    /*#aterro_e_ecocentro_vila_real {
        left: 44%;
        top: 48%;
        width: 80px;
        height: 30px;
    }*/

    /*#estacao_e_ecocentro_sao_joao_da_pesqueira {
        left: 60.5%;
        top: 62%;
        width: 50px;
        height: 30px;
    }*/

    /*#estacao_e_ecocentro_moimenta_da_beira {
        left: 52%;
        top: 76%;
        width: 50px;
        height: 30px;
    }*/

    /*#centro_tratamento_e_ecocentro_bigorne_lamego {
        left: 39.5%;
        top: 68%;
        width: 100px;
        height: 30px;
    }*/

    /*#ecocentro_baiao {
        left: 33%;
        top: 62%;
        width: 50px;
        height: 30px;
    }*/

    /*#ecocentro_ponte_guimaraes {
        left: 18.5%;
        top: 36%;
        width: 50px;
        height: 30px;
    }*/

    /* #ecocentro_aldao_guimaraes {
        left: 12%;
        top: 36%;
        width: 50px;
        height: 30px;
    }*/

    /*#ecocentro_vizela {
        left: 20%;
        top: 45%;
        width: 20px;
        height: 25px;
    }*/

    /*#ecocentro_santo_tirso {
        left: 10.5%;
        top: 49%;
        width: 80px;
        height: 25px;
    }
*/
    /* #ecocentro_esmeriz {
        left: 9.5%;
        top: 41%;
        width: 50px;
        height: 30px;
    }*/

    /* #centro_tratamento_riba_de_ave {
        left: 3%;
        top: 41%;
        width: 50px;
        height: 30px;
    }*/

    /* #ecocentro_riba_de_ave {
        left: 1%;
        top: 41%;
        width: 50px;
        height: 30px;
    }*/

    /* #estacao_e_ecocentro_cinfaes {
        left: 25.4%;
        top: 74%;
        width: 50px;
        height: 30px;
    }*/
}
