#footer #newsletter_block_left {
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 0; }
#footer #newsletter_block_left h3 {
    background: none;
    float: left;
    padding: 20px 0;
    text-transform: none;
    font-size: 18px;
    line-height: 40px;
    border: none;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500; }
#footer #newsletter_block_left h3:before{
    font-family: 'Stroke-Gap-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 40px;
    content: "\e671";
    vertical-align: middle;
    padding-right: 15px; }
  
#newsletter_block_left input::-webkit-input-placeholder { 
    color: #999 !important;
    font-size: 14px !important; }
#newsletter_block_left input::-moz-placeholder { 
    color: #999 !important;
    font-size: 14px !important; }
#newsletter_block_left input:-ms-input-placeholder { 
    color: #999 !important;
    font-size: 14px !important; }
#newsletter_block_left input:-moz-placeholder { 
    color: #999 !important;
    font-size: 14px !important; }


#footer #newsletter_block_left .block_content { overflow: hidden; }
#footer #newsletter_block_left .form-group { margin: 20px 0 0 30px; }
#footer #newsletter_block_left .form-group .form-control {
    height: 40px;
    width: 300px;
    background: #fff;
    color: #2a2a2a;
    padding: 10px 20px;
    float: left;
    border: none;
    border-radius: 20px 0 0 20px;
    line-height: 20px; }
#footer #newsletter_block_left .form-group .button-small {
    border: none;
    background: #2a2a2a;
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    border-radius: 0 20px 20px 0;
    padding: 0 20px;
    line-height: 40px;
    font-weight: 500; }
#footer #newsletter_block_left .form-group .button-small:hover {
    color: #fff !important;
    background: #555; }

#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; } 
}
@media (max-width: 767px) {
    #footer #newsletter_block_left { width: 100%; } 
}

