#contacts {
    background-image: url("../images/contacts/contact-bg.jpg");
    background-size: cover;
    width: 100%;
    height: 750px;
}

#contacts_header{
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    top: 35%;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 5px;
}

#contacts_container {
    width: 50%;
    float: left;
    position: relative;
    top: 8%;
}

.contact_element {
    width: 100%;
    height: 180px;
}

.contact_element span {
    font-weight: bold;
    font-size: 25px;
    color: #d04306;
}

.contact_element p {
    display: block;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 18px;
}

.contact_element a {
    display: block;
    text-decoration: none;
    color: white;
}

#map_container {
    width: 100%;
    height: 600px;
    background-color: #F0EEEE;
    background-image: url("../images/main/bg-world-map.png");
    background-size: cover;
}

#map_container b {
    display: block;
    text-align: center;
    font-size: 30px;
    color: black;
    position: relative;
    top: 5%;
}

#map {
    top: 10%;
    width: 800px;
    height: 450px;
    margin: auto;
    position: relative;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    border-radius: 5px;
}