/* Block newsletter */
#columns #newsletter_block_left .form-group {
    margin-bottom: 0;
}

#columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    display: inline-block;
    margin-right: 6px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #columns #newsletter_block_left .form-group .form-control {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
    text-align: left;
    padding: 1px 0 0 0;
    margin-bottom: -19px;
}

#columns #newsletter_block_left .success_inline {
    color: #418B19;
}

#columns #newsletter_block_left .warning_inline {
    color: #f13340;
}

/* Block newsletter footer */
#footer #newsletter_block_left {
    overflow: hidden;
    margin-bottom: 0;
}

#footer #newsletter_block_left .form-group {
    margin-bottom: 0;
    padding-right: 55px;
    position: relative;
}

#footer #newsletter_block_left .submitNew {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 47px;
    font-size: 18px;
    line-height: 45px;
    background: #A8C755;
    color: #fff;
    border: none;
    border-bottom: 2px solid #97AF4E;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#footer #newsletter_block_left .submitNew:hover {
    background: #7E840D;
    border-color: #63630B;
}

#footer #newsletter_block_left .submitNew i{
    font-size:38px;
    line-height:47px;
}

#footer #newsletter_block_left .inputNew {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 47px;
    padding-left: 15px;
    color: #606060;
}

#footer #newsletter_block_left .warning_inline {
    display: block;
    color: #f13340;
    font-size: 13px;
    line-height: 26px;
    clear: both;
}

@media (min-width: 1200px) {
    #footer #newsletter_block_left .warning_inline {
        display: inline-block;
        position: relative;
        top: -35px;
        margin-bottom: -35px;
        left: 15px;
        clear: none;
    }
}

/*# sourceMappingURL=blocknewsletter.css.map */
