/* 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-container #newsletter_block_left {
  overflow: hidden;
  text-align: center;
  margin-bottom: 57px;
  min-height: 527px; }
  @media (max-width: 767px) {
    .footer-container #newsletter_block_left {
      margin-bottom: 30px;
      min-height: 300px; } }
  .footer-container #newsletter_block_left .parallax_content {
    padding: 160px 0 142px;
    position: relative;
    width: auto; }
    @media (max-width: 767px) {
      .footer-container #newsletter_block_left .parallax_content {
        padding: 80px 0; } }
    @media (max-width: 479px) {
      .footer-container #newsletter_block_left .parallax_content {
        padding: 60px 0; } }
  .footer-container #newsletter_block_left h4 {
    background: none;
    text-transform: none;
    font-size: 50px;
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 71px;
    padding-right: 0;
    border: none; }
    @media (max-width: 767px) {
      .footer-container #newsletter_block_left h4 {
        font-size: 40px;
        line-height: 42px;
        padding-bottom: 41px; } }
    .footer-container #newsletter_block_left h4 span {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: -10px; }
      .footer-container #newsletter_block_left h4 span:before, .footer-container #newsletter_block_left h4 span:after {
        display: inline-block;
        bottom: 0;
        content: "";
        width: 56px;
        height: 56px;
        border: 1px solid #caba9c;
        border-left: none;
        border-bottom: none;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: 0 11px; }
    .footer-container #newsletter_block_left h4:after {
      display: none; }
  .footer-container #newsletter_block_left .block_content {
    overflow: hidden;
    text-align: center; }
    @media (max-width: 767px) {
      .footer-container #newsletter_block_left .block_content {
        padding: 0 30px; } }
  .footer-container #newsletter_block_left .form-group {
    margin-bottom: 0;
    display: inline-block;
    padding-right: 118px;
    position: relative;
    background: #fff;
    width: 567px; }
    @media (max-width: 767px) {
      .footer-container #newsletter_block_left .form-group {
        width: 100%;
        padding-right: 70px; } }
    .footer-container #newsletter_block_left .form-group .form-control {
      height: 50px;
      line-height: 20px;
      max-width: 567px;
      width: 100%;
      background: none;
      border: none;
      color: white;
      padding: 15px 19px;
      display: inline-block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 13px;
      color: #333333; }
      .footer-container #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-container #newsletter_block_left .form-group .btn-sm {
      text-align: center;
      padding: 16px 8px;
      font-size: 15px;
      line-height: 18px;
      width: 118px;
      font-weight: 500;
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 767px) {
        .footer-container #newsletter_block_left .form-group .btn-sm {
          width: 70px; } }
  .footer-container #newsletter_block_left .warning_inline {
    display: block;
    color: #f13340;
    font-size: 13px;
    line-height: 26px;
    clear: both; }
    @media (min-width: 1200px) {
      .footer-container #newsletter_block_left .warning_inline {
        display: inline-block;
        position: relative;
        top: -35px;
        margin-bottom: -35px;
        left: 15px;
        clear: none; } }
