/* 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(max-width:1199px){
    #footer #newsletter_block_left .form-group .form-control{font-size:11px;}
}
@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;
    float: left;
    padding: 13px 15px 0;
    margin-bottom: 0; }
@media (max-width: 767px) {
}
#footer #newsletter_block_left h4 {
    background: none;
    float: left;
    padding: 7px 16px 5px 0;
    text-transform: none;
    font-size: 21px;
    line-height: 25px;
    border: none; }
#footer #newsletter_block_left h4:after {
    display: none; }
#footer #newsletter_block_left .block_content {
    overflow: hidden;
    position: relative;
    max-width: 300px;}
#footer #newsletter_block_left .form-group {
    margin-bottom: 0; }
#footer #newsletter_block_left .form-group .form-control {
    height: 40px;
    line-height: 30px;
    max-width: 267px;
    background: transparent;
    border-color: #30557f;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
    float: left;
    font-size: 14px;
}
#footer #newsletter_block_left .form-group .form-control:focus {
    -webkit-box-shadow: black 0px 0px 0px;
    -moz-box-shadow: black 0px 0px 0px;
    box-shadow: black 0px 0px 0px; }
#footer #newsletter_block_left .form-group .button-small {
    background-color: #30557f;
    border-color: #30557f;
    padding: 10px 15px;
    position: absolute;
    right: 3px;
    top: 3px; 
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    transition: all 0.2s ease-in-out 0s;
    -wekit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
#footer #newsletter_block_left .form-group .button-small:hover {
    color: #5687bf;
    background: #ffffff;
    border-color: #ffffff;
}
#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; } }
#footer #newsletter_block_left .newsletter-input {
    max-width: 300px !important; }
