#map_europe { height: 580px; }

.marker_name {
    text-align: center;
}


.map-wrapper {
    max-width: 1300px;
    margin-top: 35px;
}

.map-item {
    color: #333333 !important;
}

.map-item:hover {
    cursor: pointer !important;
}

.map-item.active {
    background-color: #333333 !important;
    border-radius: 0 !important;
    color: whitesmoke !important;
}

.map-content {
    display: none;
    margin-bottom: 35px;
}


.google_maps_map {
    height: 600px;
    width: 100%;
}
.map-main {
    background-color: whitesmoke;
    border-bottom: 3px solid #333333;
    font-family: 'lora';
    font-size: 16pt;
    font-weight: 100;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 45px;
    letter-spacing: 0.5px;
}