@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: 50%;
  float: left;
  padding: 9px 15px 11px 15px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #footer #newsletter_block_left {
      width: 100%; } }
  #footer #newsletter_block_left h4 {
    background: none;
    float: left;
    padding: 12px 16px 5px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 25px;
    font-weight: normal;
    color: #01020b;
    border: none; }
    @media only screen and (max-width: 991px) {
      #footer #newsletter_block_left h4 {
        display: none; } }
    #footer #newsletter_block_left h4:after {
      display: none; }
  #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: 50px;
      line-height: 30px;
      max-width: 279px;
      background: #fff;
      border: none;
      color: #000;
      padding: 10px 57px 10px 15px;
      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 .btn-sm {
      margin-left: -48px;
      border: none;
      background: #fff;
      text-align: center;
      height: 50px;
      width: 48px;
      text-align: center;
      padding: 0; }
      #footer #newsletter_block_left .form-group .btn-sm:before {
        content: "";
        font-family: "FontAwesome";
        display: inline-block;
        font-size: 40px;
        line-height: 1em;
        color: #171717;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg); }
      #footer #newsletter_block_left .form-group .btn-sm:hover:before {
        color: #efde1a;
        -moz-transform: scale(0.8) rotate(180deg);
        -ms-transform: scale(0.8) rotate(180deg);
        -o-transform: scale(0.8) rotate(180deg);
        -webkit-transform: scale(0.8) rotate(180deg);
        transform: scale(0.8) rotate(180deg); }
      #footer #newsletter_block_left .form-group .btn-sm 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; } }
