/* 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 .block_content {
  overflow: hidden; }
#footer #newsletter_block h4 {
  margin-bottom: 17px; }
  @media (max-width: 767px) {
    #footer #newsletter_block h4 {
      position: relative;
      padding-bottom: 0;
      padding-right: 0; }
      #footer #newsletter_block h4:after {
        display: none; }
      #footer #newsletter_block h4.active:after {
        display: none; } }
#footer #newsletter_block .form-group {
  max-width: 270px;
  position: relative;
  margin-bottom: 0; }
  #footer #newsletter_block .form-group .form-control {
    height: 44px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.5px;
    max-width: 270px;
    background: transparent;
    border-color: #674831;
    color: #917059;
    padding: 5px 43px 5px 15px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: none; }
    #footer #newsletter_block .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 .form-group .btn-sm {
    margin-left: -43px;
    border: none;
    padding: 0;
    background: transparent url("../../../img/newsletter-footer-arr.png") 60% 48% no-repeat;
    width: 43px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s; }
    #footer #newsletter_block .form-group .btn-sm:hover {
      opacity: 0.3;
      -moz-opacity: 0.3;
      filter: alpha(opacity=30);
      -webkit-transition: all ease-out 0.3s;
      -moz-transition: all ease-out 0.3s;
      -o-transition: all ease-out 0.3s;
      transition: all ease-out 0.3s; }
    #footer #newsletter_block .form-group .btn-sm span {
      display: none; }
#footer #newsletter_block .warning_inline {
  display: block;
  color: #f13340;
  font-size: 13px;
  line-height: 26px;
  clear: both; }
  @media (min-width: 1200px) {
    #footer #newsletter_block .warning_inline {
      display: inline-block;
      position: relative;
      top: -35px;
      margin-bottom: -35px;
      left: 15px;
      clear: none; } }
