#world-map {
    width: 100%;
    height: 500px;
}

section.contact-us {
    background-color: black;
}

h1.classic {
    color: white !important;
    padding-top: 20px !important;
}

select {
    padding: 5px;
}

@media (min-width: 1200px) {
    .dam-box, .dist-box {
        padding-top: 10px;
        min-height: 405px;
        /* margin-bottom: 40px; */
    }
}

.dist-box {
    padding-left: 15px;
    border-right: 0px;
}

.dist-company, .dist-box, .dist-country, .dist-box a, h2.classic, .hq, .hq a, .hq .new-title   {
    color: white;
}

.dist-box:hover {
    background-color: transparent;
}

.dist-box {
    display: none;
}

hr {
    border: 1px solid #272727;
}