hr {
    display: none;
}

#content {
    min-width: 500px;
	margin-left: 10px;
}

.wrapper {
    width: 94%;
    min-width: 94%;
    margin: 0 auto;
    padding: 0;
}

#header, #header_transparent {
    height: 180px;
    width: 100%;
    z-index: 999;
    border-bottom: 2px solid #852c2b;
}

.bg_red {
    bottom: -5%;
    right: -10%;
}


/* CONTACT MAP -------------------------------------------- */

#content_contact {
    width: 550px;
    background: #fff;
    position: relative;
    bottom: 0;
    height: auto;
}

.content_article {
    width: 550px;
    height: auto;
}

/*.map_box {
    position: relative;
    top: 0;
    width: 100%;
    height: 50%;
}*/

#map_canvas {
    width: 100%;
    height: 100%;
}

.map_space {
    position: relative;
    height: 500px;
    background: rgba(224,215,220,0.75);
}