/**
* 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 .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;
}

/* Block newsletter footer */
.footer-container #newsletter_block_left p {
  padding: 10px 0 0;
}
.footer-container #newsletter_block_left form {
  margin-top: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.footer-container #newsletter_block_left form input[type="text"] {
  border: 1px solid #333333;
  color: #333333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 45px 10px 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  height: auto;
}
.rtl .footer-container #newsletter_block_left form input[type="text"] {
  padding: 10px 20px 10px 45px;
}
.footer-container #newsletter_block_left form .btn {
  position: absolute;
  right: 10px;
  bottom: 4px;
  background: none;
  border: none;
  padding: 6px 0;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rtl .footer-container #newsletter_block_left form .btn {
  left: 10px;
  right: auto;
}
.footer-container #newsletter_block_left form .btn .fa-envelope-o:before {
  content: "\f054";
}
.footer-container #newsletter_block_left form .btn:hover {
  color: #f79c18;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer-container #newsletter_block_left .form-group {
  position: relative;
}
.footer-container #newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
.footer-container #newsletter_block_left .success_inline {
  color: #418B19;
}
