
header {display:none !important;}
.breadcrumb {display:none !important;}
.global-footer {display:none !important;}

.title-wrapper .title {
    margin: 0 auto;
    font-size: 25px;
    text-align: center;
    /* text-transform: uppercase; */
    /* padding-top: 35px; */
    /* height: 100px; */
    /* vertical-align: middle; */
    /* color: #444; */
    width: 649px !important;
}
@media (max-width: 768px) {

.title-wrapper .title {
    /* margin: 0 auto; */
    font-size: 18px;
    text-align: left !important;
    /* text-transform: uppercase; */
    /* padding-top: 35px; */
    /* height: 100px; */
    /* vertical-align: middle; */
    /* color: #444; */
   width: 250px !important;}}
   
@import url('./lib/jquery.jgrowl.min.css');
.af-message-success { background-color: green !important; }
.af-message-error { background-color: brown !important; }
.af-message-info { background-color: black !important; }
.ajax_form.af_example {
    width: 100%;
}
.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
    width: 100%;
}
.ajax_form .error {
    color: brown;
}
@media screen and (min-width: 320px) {
    .ajax_form.af_example .controls button[type="submit"] {
        float: right;
    }
}
@media screen and (max-width: 320px) {
    .ajax_form.af_example .controls button {
        width: 100%;
        margin-top: 5px;
    }
}