/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* Block newsletter */
#columns #newsletter_block_left {
  text-align: center;
  background: url("img/bg-newsletter.png") repeat 0 0 transparent;
height: 373px;
    overflow: hidden;
    padding: 105px 0;
}
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
.rtl #columns #newsletter_block_left .success_inline, .rtl #columns #newsletter_block_left .warning_inline {
  text-align: right;
}
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}
#columns #newsletter_block_left .block_content {
  background: none;
}
#columns #newsletter_block_left .title_block {
  background: none;
  color: white;
  border: none;
  margin-bottom: 10px;
}
#columns #newsletter_block_left form {
  width: 380px;
  position: relative;
  margin: 0 auto;
}
#columns #newsletter_block_left form input[type="text"] {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #eaeaea;
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}
#columns #newsletter_block_left form .btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 20px 6px;
}
#columns #newsletter_block_left form .form-error input[type="text"] {
  color: #f13340;
}
#columns #newsletter_block_left form .form-ok input[type="text"] {
  color: #418B19;
}

/* Block newsletter footer */
#footer #newsletter_block_left form {
  width: 300px;
  position: relative;
}
#footer #newsletter_block_left form input[type="text"] {
  background: #45474a;
  border-color: #45474a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #aaa;
}
#footer #newsletter_block_left form .btn {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
}
.rtl #footer #newsletter_block_left form .btn {
  left: 0;
  right: auto;
}
#footer #newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
#footer #newsletter_block_left .success_inline {
  color: #418B19;
}
