/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#map_results_count {
    font-size: 40px;
    color: #444444;
    margin-bottom: 25px;
}

#map_results_count strong {
    color: #df2b26;
}

#map_results_left {
    display: inline-block;
    width: 85%;
    margin-right: 2%;
}

#map_results_right .filter_message {
    font-size: 11px;
    margin-top: 20px;
    color: #989898;
}

#map_results_right {
    display: inline-block;
    width: 12%;
    text-align: center;
    vertical-align: top;
}

@media only screen and (max-width: 959px) {
    #map_results_left {
        width: 100%;
        margin-right: 0;
    }
    #map_results_right {
        display: none;
    }
}

#map_select_letter {
    margin-bottom: 15px;
}

#map_mobile_selects {
    margin-bottom: 30px;
}

@media only screen and (min-width: 960px) {
    #map_mobile_selects {
        display: none;
    }
}

#map_results_right span {
    color: #df2b26;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    text-align: center
}

#map_results_right a {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #df2b26;
    margin-bottom: 8px;
    font-weight: 500;
}

#map_results_right a:hover {
    color: #000000;
}

#map_results_letter {
    background: #eeeeee;
    color: #de241f;
    font-size: 21px;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.map_result {
    padding: 41px 0 10px 0px;
    border-bottom: 1px solid #f7f7f7;
    width: 100%;
}

.map_result h4 {
    font-size: 25px !important;
    color: #de241f !important;
    line-height: 33px;
    margin: 0;
    margin-bottom: 20px;
}

.map_result_hr {
    width: 88px;
    height: 1px;
    background: #cccccc;
    margin-bottom: 23px;
}

.map_result_hr {
    width: 300px;
    height: 1px;
    background: #df2b26;
    margin-bottom: 20px;
}

.map_result_contact {
    display: inline-block;
    width: 49%;
    padding-right: 100px;
    margin-bottom: 35px;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 959px) {
    .map_result h4 {
        font-size: 22px !important;
    }
    .map_result_contact {
        width: 100%;
        padding-right: 0;
    }
}

.map_result_contact .contact_name {
    color: #555555;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px;
}

.contact_address {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}

.map_result_contact .contact_position {
    color: #555555;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact_listitem {
    font-size: 15px;
    color: #444444;
    margin-bottom: 12px;
}

.contact_listitem i {
    color: #e0312c;
    margin-right: 11px;
    width: 16px;
    text-align: center;
}

/* Map stuff */

#members_map_container {
    position: relative;
    background: url('../images/map.png');
    background-size: contain;
    max-width: 1394px;
    margin: 0 auto;
}

@media only screen and (max-width: 959px) {
    #members_map_container {
        display: none;
    }
}

#members_map_container img#members_map_main {
    width: 100%;
    max-width: 1394px;
}

#members_map_container img#members_map_hover {
    display: none;
    width: 100%;
    max-width: 1394px;
    position: absolute;
    pointer-events: none;
    opacity: 0.1;
}

#members_map_container:hover img#members_map_hover {
    display: block;
}

#members_map_container .members_map_area {
    position: absolute;
    display: block;
}

#members_map_na {
    left: 1.8%;
    top: 6.6%;
    width: 31.9%;
    height: 48.97%;
}

#members_map_sa {
    left: 24.748%;
    top: 55.626%;
    width: 13.486%;
    height: 38.235%;
}

#members_map_eu {
    left: 45.193%;
    top: 4.47%;
    width: 18.723%;
    height: 36.828%;
}

#members_map_af {
    left: 42.324%;
    top: 41.304%;
    width: 17.216%;
    height: 38.746%;
}

#members_map_as {
    left: 63.9167%;
    top: 4.475%;
    width: 34.72%;
    height: 53.58%;
}

#members_map_oce {
    left: 75.896%;
    top: 63.554%;
    width: 15.516%;
    height: 20.204%;
}