@charset "UTF-8";
/* 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 #newsletter_block_left {
  overflow: hidden;
  width: 100%;
  float: none;
  padding: 36px 15px 2px 15px;
  margin-bottom: 0; }
  #footer #newsletter_block_left h4 {
    background: none;
    float: left;
    padding: 5px 19px 0 0;
    text-transform: none;
    font-size: 19px;
    line-height: 25px;
    border: none;
    text-transform: uppercase; }
    #footer #newsletter_block_left h4:after {
      display: none; }
    @media (max-width: 479px) {
      #footer #newsletter_block_left h4 {
        float: none;
        padding: 5px 0px 15px 0; } }
  #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 {
      height: 36px;
      line-height: 20px;
      max-width: 267px;
      background: rgba(255, 255, 255, 0.3);
      border-color: rgba(219, 219, 219, 0.01);
      color: white;
      padding: 5px 50px 5px 12px;
      display: inline-block;
      float: left; }
      #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 .button-small {
      margin-left: -45px;
      border: none;
      background: none;
      text-align: left;
      color: #fff;
      padding: 6px 0;
      box-shadow: none; }
      #footer #newsletter_block_left .form-group .button-small:before {
        content: "";
        font-family: "FontAwesome";
        display: block;
        font-size: 15px;
        line-height: 24px;
        width: 24px;
        height: 24px;
        background: #e1c36f;
        -moz-border-radius: 24px;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        text-align: center; }
      #footer #newsletter_block_left .form-group .button-small:hover {
        color: #fff !important; }
        #footer #newsletter_block_left .form-group .button-small:hover:before {
          background: #000; }
      #footer #newsletter_block_left .form-group .button-small span {
        display: none; }
  #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: 336px !important; }
