section.inner_wrapper {
    width: 100%;
    max-width: 100%;
}

body .inner_wrapper {
    max-width: 100%;
    width: 100%;
    font-family: Ubuntu, "Ubuntu_Light", "Ubuntu_R", Arial, sans-serif;
}

footer textarea, footer input {
    color: #000;
}

.footer_content a {
    display: inline;
}

@media (max-width: 960px) {
    .footer_content > a {
        display: none;
    }
}

@media (max-width: 767px) {
    header .main_title {
        display: none;
    }
}


/* ============= Overlay css ============= */
#landing_overlay, .overlay_popup {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #000000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 10000000;
}

#landing_overlay table, .overlay_popup table {
    width: 100%;
    height: 100%;
}

#landing_overlay td, .overlay_popup td {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

#landing_overlay_wrapper, .overlay_wrapper_popup {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    border-radius: 1px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}

#landing_overlay_close, .overlay_close_popup, .usage_close_popup {
    background: none repeat scroll 0 0 transparent;
    color: #5874b5 !important;
    cursor: pointer;
    display: block;
    font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 46px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 10px !important;
    top: 12px !important;
    width: 42px;
}

#landing_overlay_close:hover, .overlay_close_popup:hover {
    color: #d55c43 !important;
}

#landing_overlay_content {

}

#callback_overlay {
    display: none;
}

#landing_overlay_content .contact_form input[type="text"],
#landing_overlay_content .contact_form input[type="email"],
.overlay_content_popup .contact_form input[type="text"],
.overlay_content_popup .contact_form input[type="email"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #5874b5;
    border-radius: 2px;
    box-shadow: none !important;
    box-sizing: border-box;
    height: 40px;
    margin: 4px 0;
    padding: 0 10px;
    width: 100%;
}

#landing_overlay_content .title_st, .overlay_content_popup .title_contact {
    color: #5874b5;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
}

#landing_overlay_content .contact_form,
.overlay_content_popup .contact_form {
    top: 0;
    right: 0;
    width: 325px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#landing_overlay_wrapper .contact_form, .overlay_wrapper_popup .contact_form {
    background-color: transparent;
}

#landing_overlay_wrapper .contact_form .orange_bt, .overlay_wrapper_popup .contact_form .orange_bt {
    margin: 20px 0 10px;
}

#landing_overlay_wrapper .contact_form .additional_info {
    color: #fff;
    display: none;
    font-size: 11px;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
}

.form-captcha-error {
    display: none;
    color: #f35c40;
    text-align: center;
}

#simple_form .form-captcha-error {
    margin-top: 10px;
}

#bottom_msg_form .form-captcha-error {
    margin-bottom: 10px;
}

.simple-form-send {
    font-size: 24px;
    font-family: "Ubuntu_R", Ubuntu, Arial, sans-serif;
    color: #fff !important;
    line-height: 28px !important;
}

.simple-form-send h4 {
    color: #fff !important;
    font-family: "Ubuntu_R", Ubuntu, sans-serif;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

/* ============= END Overlay css ============= */