﻿
.mapper-icon-stationaccess:before,
.mapper-icon-accessiblebookingofficecounter:before,
.mapper-icon-accessiblepublictelephones:before,
.mapper-icon-accessibletaxis:before,
.mapper-icon-accessibleticketmachines:before,
.mapper-icon-impairedmobilitysetdown:before,
.mapper-icon-inductionloop:before,
.mapper-icon-rampfortrainaccess:before,
.mapper-icon-stepfreeaccess:before,
.mapper-icon-wheelchairsavailable:before {
    content: '\e800';
}

.mapper-icon-stationdetails:before,
.mapper-icon:before,
.mapper-icon-railreplacementservices:before {
    content: '\e82e';
}

.mapper-icon-stationsecurity::before {
    content: "\f132";
    font-family: fontawesome, sans-serif;
}

.mapper-icon-touristfacilities::before {
    content: "";
    width: 40px !important;
    height: 35px;
    padding-right: 10px;
    background: url(/Assets/img/tourist-facilities.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 6px;
}

.mapper-icon-accessiblestationfacilities:before {
    content: "";
    width: 36px !important;
    height: 20px;
    margin-right: 0px;
    background: url(/Assets/img/accessible-station-facility.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 15px;
}

li h4.mapper-icon-ticketingaccess::before {
    content: "\f145";
    font-family: fontawesome, sans-serif;
}

.mapper-icon-bikestorage:before {
    content: "";
    width: 40px !important;
    height: 35px;
    padding-right: 10px;
    background: url(/Assets/img/bike-storage.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 6px;
}

.mapper-icon-bikestorage {
    padding-bottom: 15px;
}

.mapper-icon-ticketinginformation::before {
    content: "\f129";
    font-family: fontawesome, sans-serif;
}

.mapper-icon-shopscafesandcashmachines:before {
    content: '\e81a';
}

.mapper-icon-carparking:before {
    content: '\e818';
}

@media (max-width:767px) {
    .mapper-icon-bikestorage:before,
    .mapper-icon-touristfacilities::before {
        top: 13px;
        padding-right: 0px;
        margin-right: 10px;
    }

    .mapper-icon-accessiblestationfacilities:before {
        top: 25px;
    }
}

@media (max-width:480px) {
    .mapper-icon-accessiblestationfacilities:before,
    .mapper-icon-bikestorage:before,
    .mapper-icon-touristfacilities::before {
        top: 0px;
        height: 20px;
    }

    .mapper-icon-touristfacilities::before,
    .mapper-icon-bikestorage:before {
        width: 30px !important;
        height: 28px !important;
        padding-bottom: 0px !important;
        margin-right: 0px !important
    }

    .mapper-icon-accessiblestationfacilities:before {
        padding-bottom: 0px !important;
    }
}
