.mk-text-block {
    max-width: 950px;
    margin: 0 auto;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label{
    display:none;
}
.form_title {
    text-align: center;
    font-size: 30px;
    line-height: 100%;
    margin-top: 60px;
}
.pen {
    text-align: center;
    margin: 30px 0;
}
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
    color: #666;
    background-color: #f3f3f3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: none;
    border: none;
    text-align: center;
}
.frm_style_formidable-style.with_frm_style .frm_error{
    text-align: center;
}
.frm_style_formidable-style.with_frm_style input[type=submit]:hover {
    background:#1aa0e2;
    border-color: #cccccc;
    color: #fff;
}
.frm_style_formidable-style.with_frm_style input[type=submit] {
    width: 100%;
    background: #4eb6ea;
    color: #fff;
    letter-spacing: 5px;
}
.tips {
    text-align: center;
    background: #eee;
    padding: 20px;
    color: #a9a9a9;
}
#frm_field_12_container{
    margin-bottom:0;
}
#frm_field_13_container textarea {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: left;
}

@media (max-width: 460px){
    .form_title {
        font-size: 20px;
        margin-top: 20px;
    }
    .pen {
        margin: 10px 0;
    }
    .pen img {
        width: 15px;
    }
    .vc_empty_space {
        display: none;
    }
}