/**
* 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 */
/* line 5, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left {
  text-align: center;
  padding: 65px 0;
}
/* line 8, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .title_block {
  margin: 0 0 16px;
  font-size: 22px;
  text-transform: uppercase;
}
/* line 12, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .title_block:after {
  display: none;
}
/* line 16, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .desc-block {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 34px;
}
/* line 21, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left form {
  width: 600px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  /* line 21, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
  #columns #newsletter_block_left form {
    width: 400px;
  }
}
@media (max-width: 479px) {
  /* line 21, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
  #columns #newsletter_block_left form {
    width: 100%;
  }
}
/* line 31, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left form input[type="text"] {
  border-color: #e8e8e8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  line-height: 38px;
}
/* line 38, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left form .btn {
  color: white;
  padding: 0 30px;
  font-weight: 700;
  background: #222222;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-left: -1px;
}
/* line 271, ../../../sass/mixins/_theme.scss */
.rtl #columns #newsletter_block_left form .btn {
  margin-right: -1px;
  margin-left: inherit;
}
@media (max-width: 767px) {
  /* line 38, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
  #columns #newsletter_block_left form .btn {
    padding: 0 10px;
  }
}
/* line 52, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left form .btn:hover, #columns #newsletter_block_left form .btn:active, #columns #newsletter_block_left form .btn:focus {
  outline: 0;
  background: #e44853;
}
/* line 57, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left form .form-group {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  margin-bottom: 0;
}
/* line 60, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left form .form-group.form-error {
  border: 1px solid #f13340;
}
/* line 62, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left form .form-group.form-error input[type="text"] {
  color: #f13340;
}
/* line 66, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left form .form-group.form-ok {
  border: 1px solid #46a74e;
}
/* line 68, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left form .form-group.form-ok input[type="text"] {
  color: #46a74e;
}
/* line 74, ../../../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 260, ../../../sass/mixins/_theme.scss */
.rtl #columns #newsletter_block_left .success_inline, .rtl #columns #newsletter_block_left .warning_inline {
  text-align: right;
}
/* line 79, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
/* line 82, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* Block newsletter footer */
@media (min-width: 992px) {
  /* line 89, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
  #footer #newsletter_block_left {
    padding: 0 35px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 89, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
  #footer #newsletter_block_left {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  /* line 96, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
  #footer #newsletter_block_left .title_block {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
/* line 102, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left .desc-block {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 102, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
  #footer #newsletter_block_left .desc-block {
    margin-bottom: 10px;
  }
}
/* line 110, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form {
  position: relative;
}
/* line 112, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form input[type="text"] {
  line-height: 40px;
  height: 40px;
  border-color: #e8e8e8;
  text-align: center;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 124, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form .btn {
  background: #222222;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  margin-top: 7px;
  text-transform: uppercase;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 12px;
}
/* line 137, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form .btn i {
  color: white;
}
/* line 140, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form .btn:hover, #footer #newsletter_block_left form .btn:active, #footer #newsletter_block_left form .btn:focus {
  outline: 0;
  background: #e44853;
}
/* line 148, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left .form-group.form-error input[type="text"] {
  border-color: #f13340;
  color: #f13340;
}
/* line 154, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left .form-group.form-ok input[type="text"] {
  border-color: #46a74e;
  color: #46a74e;
}

/* line 165, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
.layout-boxed-md #footer {
  padding: 0 20px;
}
