/**
* 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 {
  background-color: white;
  border: 15px solid #f1f1f1;
  padding: 68px 10%;
  text-align: center;
  margin-top: 30px;
}
#columns #newsletter_block_left.block .title_block {
  font-size: 18px;
  padding: 0 0 30px 0px;
  margin: 0 0 40px 0;
}
#columns #newsletter_block_left.block .title_block:before {
  width: 72px;
  height: 20px;
  background-color: transparent;
  background: url("../../../img/default/icon-cts.png") no-repeat;
  left: 0px;
  right: 0px;
  margin: auto;
  top: auto;
  bottom: 0px;
}
#columns #newsletter_block_left.block .title_block:after {
  display: none;
}
#columns #newsletter_block_left .form-group {
  margin-top: 40px;
}
#columns #newsletter_block_left .form-group .btn {
  margin-top: 30px;
}
#columns #newsletter_block_left .form-group .form-control {
  border: 1px solid #eaeaea;
  height: 40px;
  text-align: center;
}
#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 #newsletter_block_left {
  margin-bottom: 0px;
}
#footer #newsletter_block_left p {
  line-height: 23px;
}
#footer #newsletter_block_left form {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
#footer #newsletter_block_left form .form-group {
  margin: 0px;
}
#footer #newsletter_block_left form input[type="text"] {
  border: 0px none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-right: 39px;
  color: #666666;
  height: 39px;
  margin: 0px;
  background: #f2f2f2;
}
.rtl #footer #newsletter_block_left form input[type="text"] {
  padding-left: 39px;
  padding-right: inherit;
}
#footer #newsletter_block_left form .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  width: 39px;
  background: #f2f2f2;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rtl #footer #newsletter_block_left form .btn {
  left: 0;
  right: auto;
}
#footer #newsletter_block_left form .btn:before {
  position: absolute;
  left: 12px;
  top: 14px;
  color: #494949;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
#footer #newsletter_block_left form .btn:hover {
  color: #df9374;
}
#footer #newsletter_block_left form .btn:hover:before {
  color: #df9374;
}
#footer #newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
#footer #newsletter_block_left .success_inline {
  color: #418B19;
}
