/* 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; } }
    @media (max-width: 767px) {
      #columns #newsletter_block_left .form-group .form-control {
        max-width: 83%; } }
#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 {
  background: #e00707;
  padding: 32px 30px 24px 31px;
  width: 24.2%;
  margin-left: 0.8%; }
  @media (min-width: 767px) and (max-width: 991px) {
    #footer #newsletter_block_left {
      width: 48%;
      margin-left: 2%; } }
  @media (max-width: 767px) {
    #footer #newsletter_block_left {
      width: 100%;
      margin: 0;
      padding: 15px; } }
  #footer #newsletter_block_left:before {
    display: none; }
  @media (max-width: 767px) {
    #footer #newsletter_block_left {
      width: 100%; } }
  #footer #newsletter_block_left h4 {
    background: none;
    border: none;
    text-align: left;
    padding: 0 0 15px 0;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 900; }
    #footer #newsletter_block_left h4:after {
      display: none; }
  #footer #newsletter_block_left .block_content {
    overflow: hidden;
    background: #fff; }
  #footer #newsletter_block_left .form-group {
    margin-bottom: 0; }
    #footer #newsletter_block_left .form-group .form-control {
      height: 45px;
      line-height: 30px;
      max-width: 100%;
      background: #fff;
      border: none;
      color: #888888;
      font-size: 12px;
      padding: 8px 12px 8px 25px;
      display: block; }
      #footer #newsletter_block_left .form-group .form-control:focus {
        -moz-box-shadow: black 0 0 0;
        -webkit-box-shadow: black 0 0 0;
        box-shadow: black 0 0 0; }
    #footer #newsletter_block_left .form-group .btn-sm {
      border: none;
      background: none;
      text-align: center;
      color: #bcbcbc;
      padding: 14px 8px;
      display: block;
      float: none;
      width: 100%;
      font-weight: 900;
      text-transform: uppercase;
      background: #efefef;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -moz-box-shadow: rgba(0, 0, 0, 0.34) 0 0 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.34) 0 0 0;
      box-shadow: rgba(0, 0, 0, 0.34) 0 0 0; }
      #footer #newsletter_block_left .form-group .btn-sm:before {
        content: "\e11e";
        font-family: "material-design";
        font-size: 24px;
        line-height: 24px;
        display: none; }
      #footer #newsletter_block_left .form-group .btn-sm:hover {
        background: #333;
        color: #fff; }
  #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; } }
