@import url('./lib/jquery.jgrowl.min.css');
/* @import url('../../../templates/default/css/montserrat-font.css'); */
.af-message-success { background-color: green !important; color: #fff;}
.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;
    }
}
#thanks5 .thanks-webinar__image {
    margin-bottom: -10px !important;
    margin-top: 5px !important;
}
#thanks5 .thanks-webinar__title {
    margin-bottom: -10px !important;
}
#thanks5 .thanks__subtitle span {
    padding: 0px 3px !important;
}
.home__img_small {
    opacity: 0 !important;
}