/*$theme-color-secondary-2: $gray-light1;*/
/* RIGHT TO LEFT */
/* Block newsletter */
/* line 6, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .form-group {
  margin-bottom: 0;
}
/* line 8, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .form-group .form-control {
  max-width: 222px;
  display: inline-block;
  margin-right: 6px;
}
/* line 14, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
/* line 207, ../../../sass/_theme_variables.scss */
.rtl #columns #newsletter_block_left .success_inline, .rtl #columns #newsletter_block_left .warning_inline {
  text-align: right;
}
/* line 19, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
/* line 22, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* Block newsletter footer */
/*#footer {
	#newsletter_block_left {
		overflow: hidden;
		@include rtl-float-left ();
		margin-bottom: 0;
		h5 {
			text-transform: none;
			font-size: 12px;
			text-transform: uppercase;
			margin-top: 0;
			&:after {
				display: none;
			}
		}
		.block_content {
			overflow: hidden;
		}
		.form-group {
			margin-bottom: 0;
			.form-control {
				height: 29px;
				line-height: 29px;
				max-width: 267px;
				display: inline-block;
				@include rtl-float-left ();
				font-size: 12px;
				&:focus {
					@include box-shadow(black 0px 0px 0px);
				}
			}
			.button-small {
				border: none;
				text-align: center;
				color: #908f8f;
				padding: 0 10px;
				height: 29px;
				border-radius:0;
				text-transform: uppercase;
				color: $light-text-color;
				font-size: 12px;
				&:hover {
					color: $light-text-color;
				}
			}
		}
		.warning_inline {
			display: block;
			color: #f13340;
			font-size: 13px;
			line-height :26px;
			clear: both;
		}
		.newsletter-input {
  			max-width: 380px !important;
  		}
	}
}*/
