/* 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%;
    max-width:360px;
  float: left;
    min-height:75px;
    border-top:2px solid #f2f2f2;
  padding: 15px 35px 10px 15px;
  margin-bottom: 20px; }
@media (min-width: 768px) and (max-width: 1199px) {
    #footer #newsletter_block_left {
        margin-top:20px;
        margin-bottom: 20px;
        max-width:50%;
        width: 50%; } }
  @media (max-width: 767px) {
    #footer #newsletter_block_left {
        margin-top:30px;
	  margin-bottom:10px;
        max-width:100%;
        padding: 16px 30px;
      width: 100%; } }
  #footer #newsletter_block_left h4 {
    background: none;
    float: left;
    padding: 14px 16px 0 0;
    font-size: 16px;
    line-height: 16px;
    margin-bottom:0;
	text-transform:uppercase;
	color:#797979;
    border: none; }
	@media (max-width: 767px) {
  #footer #newsletter_block_left h4 {
    float: none;
    font-size: 18px;
    padding: 10px 16px 8px 0;
    line-height: 20px; } }	
    #footer #newsletter_block_left h4:after {
      display: none; }
.footer-wrapper #footer #newsletter_block_left h4:before {
    display:none; }
  #footer #newsletter_block_left .block_content {
    padding:0;
    margin:0;
    background:none;
    overflow: hidden; }
  #footer #newsletter_block_left .form-group {
    margin-bottom: 0; }
	@media (max-width: 767px) {	
	  #footer #newsletter_block_left .form-group {
		display:flex;
		margin-bottom: 0; } }
    #footer #newsletter_block_left .form-group .form-control {
      height: 45px;
      min-height:45px;
      line-height: 30px;
      background: #f2f2f2;
      border: none;
      color: #ababab;
      padding: 5px 43px 5px 12px;
      display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
      float: left; }
      #footer #newsletter_block_left .form-group .form-control:focus {
        -webkit-box-shadow: black 0px 0px 0px;
        -moz-box-shadow: black 0px 0px 0px;
        box-shadow: black 0px 0px 0px; }
    #footer #newsletter_block_left .form-group .button-small {
      margin-left: -43px;
        width:33px;
        height:33px;
        border-bottom:2px solid #6dad9d;
        background: #a1d7ca;
        outline:none;
        text-align: center;
        border-radius:50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        -khtml-border-radius:50%;
        display: inline-block;
        cursor:pointer;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin-top:6px;
      padding-top: 6px; }
      #footer #newsletter_block_left .form-group .button-small:before {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 22px;
        line-height: 22px; }
      #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: 280px; }
	@media (max-width: 1199px) {
	#footer #newsletter_block_left .newsletter-input {
    max-width: 100%; }	}

