/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#social_block.block {
  margin-bottom: 0;
}
#social_block .title_block {
  display: none;
}
#social_block ul li {
  float: none !important;
  display: inline-block;
  margin-right: 2px;
}
.rtl #social_block ul li {
  margin-left: 2px;
  margin-right: inherit;
}
#social_block ul li a:before {
  background-color: transparent;
}
#social_block ul li:hover a:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#newsletter_block_left form {
  margin: 25px 0 40px;
  width: 100%;
}
#newsletter_block_left form input[type="text"] {
  background-color: white;
  height: 40px;
}
#newsletter_block_left form .btn {
  position: inherit;
  margin-top: 18px;
  height: 44px;
  padding: 0 20px;
}

#footer {
  background: #f9f9f9;
}
#footer .container {
  background: #f9f9f9;
  color: #999999;
}
#footer.footer-container .block .title_block {
  color: black;
}
#footer.footer-container .block .title_block:before {
  background-position: 0 -50px;
}
#footer.footer-container .block .title_block a {
  color: black;
}
#footer.footer-container .block .title_block a:hover {
  color: #ff3333;
}
#footer #newsletter_block_left {
  text-align: left;
}
.rtl #footer #newsletter_block_left {
  text-align: right;
}
#footer #newsletter_block_left .title_block {
  margin-top: 0;
}
#footer #newsletter_block_left .title_block:before {
  left: 0;
  right: inherit;
}
#footer .ApImage.block {
  margin-bottom: 0;
}
#footer .ApImage img {
  margin-bottom: 25px;
}

.footer-left {
  border: none;
  min-height: inherit;
}
.footer-left .block {
  margin-bottom: 15px;
}

.footer-copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-color: #eeeeee;
  text-align: center;
}
.footer-copyright:before {
  position: absolute;
  content: "";
  top: -1px;
  height: 1px;
  min-width: 400px;
  background-color: #eeeeee;
  left: -400px;
}
.rtl .footer-copyright:before {
  right: -400px;
  left: auto;
}
.footer-copyright:after {
  background-color: #eeeeee;
}

#back-top a {
  background-color: #ededed;
}

/**************** RTL ******************/
.rtl #footer #newsletter_block_left .title_block:before {
  right: 0;
  left: inherit;
}
