#logo_menu {
    padding: 5px 0px 15px 0px;
}

.headings {
    padding: 2% 0 4% 0;
    color: #fff;
}

.headings p {
    margin-bottom: 10px;
}

.title-box {
    text-align: center;
    margin-bottom: 40px;
}

.block-title {
    font-size: 2em;
}

.footer-logo h1 {
    text-transform: none;
    font-size: 28px;
}

label {
    font-weight: normal;
}

select {
    font-size: 18px !important;
}

span.error {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

input.has-error, select.has-error, textarea.has-error {
    border-color: red !important;
    color: red !important;
}

.block-overlay {
    background-color:#EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */
    filter: alpha(opacity=50); /* in IE */
}

button[type=submit] {
    cursor: pointer;
}

.address-list li i {
    font-size: 2em;
}

@media all and (max-width:767px) {
    .address-list {
        margin: inherit;
    }
}

#contact h3 {
    text-transform: none;
}