.contact_map {
    width:100%;
    background:#000;
    padding:40px 0;
    text-align:center;
    margin:-20px 0;
}

.content th {
    background: #EEF3FF;
}

.content th, .content td {
    padding: 10px;
    text-align:center;
    border: 1px solid #99AFDF;
}

.footerMenu {
    width:96%;
    padding:2%;
    background: #1B1C28;
}

.footerMenu > div {
    width:29%;
    padding:1%;
    margin:1%;
    display:inline-block;
    vertical-align: top;
}

.footer, .footer p, .footer a {
    color:white;
    background: #1B1C28;
    font-family: "Lato", sans-serif;
}

.footerMenu p {
    color:white;
    font-size:12px;
    line-height:20px;
    margin:0;
    letter-spacing:normal;
}

.footer_menu > li {
    font-size:12px;
    margin-left:0;
    line-height:14px;
    white-space:normal;
    list-style-image:none;
    list-style-position: inside;
    font-family: "Lato", sans-serif;
    letter-spacing: inherit;
}

.footerMenu li:before {
    font-family: "icomoon";
    content: "\ea42";
    color:#ffd427;
    font-size:14px;
    padding-right:3px;
}

ul.footer_menu > li > a:hover {
    color:#ffd427;
}