/* Block newsletter */
#columns #newsletter_block_left {
	margin: 15px 0;
	border:1px solid #dadada;
	float:right;
	width:100%;
	height:auto;
	/*height: 80px;*/
	/*float:right;*/
}
#columns #newsletter_block_left #newsletter_logo {
 /* margin: 2% 0;*/
  /*background:url(img/newsletter-logo.png) no-repeat center center;*/
  float:left;
  width:30%;
 /* height:80%;*/}
 
 #columns #newsletter_block_left #newsletter_logo img{
  margin: 10%;
 }
 
 
#columns #newsletter_block_left #newsletter_right {
  margin: 2% 0;
  float:right;
  width:70%;
  /*height:70px;*/}
#columns #newsletter_block_left #newsletter_right h4{
  background:none;
  margin: 2% 0 0 0;
  padding:0;
  float:right;
  color:#a4aa9b;
  font: bold 100%/100% Arial,Helvetica,sans-serif;
  /*height:30px;*/
  border:none;
  text-transform: none;}  
#columns #newsletter_block_left #newsletter_right .block_content{
  margin: 0 5%;
  float:left;
  width:80%;
  /*height:40px;*/}  
#columns #newsletter_block_left .form-group {
  margin-bottom: 0;
  	 display: -webkit-inline-box;
display: -webkit-inline-flex;
 display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-self: auto;
 }
 
 #mailNews {
	 margin: 2% 0 0 5% !important;
 }
 
 
  #columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    /*display: inline-block;*/
	background: none repeat scroll 0 0 #e6e7e3;
	border:none;
	/*margin: 10px 0;*/
	width:100%;
	height: 50%;
    /*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 .form-group	.button-small {
	border:none;
	background: url("img/newsletter_OK.png") no-repeat scroll center center #b3c724;
	/*height:20px;
	width: 30px;
	margin:10px 0;*/
}
#columns #newsletter_block_left .form-group	.button-small span{
	border:none;
}
#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: 13px 15px 7px 15px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #footer #newsletter_block_left {
      width: 100%; } }
  #footer #newsletter_block_left h4 {
    background: none;
    float: left;
    padding: 7px 16px 5px 0;
    text-transform: none;
    font-size: 21px;
    line-height: 25px;
    border: 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: 45px;
      line-height: 30px;
      max-width: 267px;
      background: #3c3c3c;
      border-color: #515151;
      color: white;
      padding: 5px 43px 5px 12px;
      display: inline-block;
      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;
      border: none;
      background: none;
      text-align: center;
      color: #908f8f;
      padding: 8px; }
      #footer #newsletter_block_left .form-group .button-small:before {
        content: "\f138";
        font-family: "FontAwesome";
        font-size: 28px;
        line-height: 28px; }
      #footer #newsletter_block_left .form-group .button-small:hover {
        color: white !important; }
      #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: 300px !important; }
