/* 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 */
@media (max-width: 767px) {
    #footer #newsletter_block_left {
        width: 100%; }
}
#footer #newsletter_block_left h4 {
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0 0 1px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.2);
}
#footer #newsletter_block_left h4:after {
    display: none; 
}
#footer #newsletter_block_left .block_content {
    overflow: hidden; 
}
#footer #newsletter_block_left .form-group {
    margin-bottom: 0; 
}
#footer #newsletter_block_left .form-group .form-control {
    background: #f9f9f9;
    color: #555555;
    font-size: 16px;
    height: 43px;
    line-height: 16px;
    padding: 0 0 0 34px;
    text-shadow: 1px 1px #fff;
    max-width: 270px;
    text-transform: capitalize;
    margin-bottom:20px;
}
#footer #newsletter_block_left .form-group .button.button-small span{
    padding:0;
}
#footer #newsletter_block_left .form-group .form-control:focus {
    -moz-box-shadow: black 0px 0px 0px;
    -webkit-box-shadow: black 0px 0px 0px;
    box-shadow: black 0px 0px 0px;
}
#footer #newsletter_block_left .form-group .button-small {
    background: #f60d0d;
    border: medium none;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding: 0 35px;
    height: 38px;
    text-transform: uppercase;
    transition:all 0.3s ease-in-out 0s; 
    -webkit-transition:all 0.3s ease-in-out 0s; 
    -moz-transition:all 0.3s ease-in-out 0s; 
    -o-transition:all 0.3s ease-in-out 0s;
}
#footer #newsletter_block_left p{
    margin-bottom:20px;
}
#footer #newsletter_block_left .form-group .button-small:hover {
    color: #fff;
    transition:all 0.3s ease-in-out 0s; 
    -webkit-transition:all 0.3s ease-in-out 0s; 
    -moz-transition:all 0.3s ease-in-out 0s; 
    -o-transition:all 0.3s ease-in-out 0s;
    background:#252525;
}
#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 */
