#kontakt ul {
    font-size: 20px;
    margin-bottom: 0;
    padding: 0;
}

#kontakt li {
    border: 1px solid #AA0000;
    display: inline-block;
    line-height: 80px;
    list-style: none outside none;
    overflow: hidden;
    text-align: center;
    width: 334px;
}

#kontakt a {
    border: 0 none;
    display: block;
}

#kontakt iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.email-form {
    background-color: #BB0000;
    border: 1px solid #AA0000;
    margin-top: 40px;
    padding: 20px;
}

.email-form label {
    display: block;
    line-height: 38px;
    margin: 20px;
    overflow: auto;
}

.email-form input, .email-form textarea {
    float: right;
    padding: 10px;
    width: 420px;
}

.email-form textarea {
    height: 100px;
}

.email-form button {
    left: 80%;
    padding: 2px 18px;
    position: relative;
}

.map {
    margin-top: 40px;
}

.notice {
    min-width: 360px;
}

.notice.fail {
    color: #CC0000;
}

.notice .fa {
    margin: 6px 14px;
}
