/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#footer {
  text-align: center;
  background: url("../../../../img/bg-footer.jpg") repeat;
  padding-bottom: 280px;
  position: relative;
}
#footer .container {
  z-index: 9;
}
#footer:before {
  background: url("../../../../img/bg-footer-bottom.png") repeat-x scroll 0 bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}
#footer .title_block {
  text-align: center;
}
#footer .footer_bottom {
  text-align: center;
}
#footer .logo-fotter img {
  margin: 40px auto 30px auto;
}
#footer .paypal {
  margin-top: 20px;
}
#footer #newsletter_block_left {
  text-align: left;
}
.rtl #footer #newsletter_block_left {
  text-align: right;
}
#footer #newsletter_block_left:before, #footer #newsletter_block_left:after {
  content: "";
  clear: both;
  display: table;
}
#footer #newsletter_block_left p {
  display: none;
}
#footer #newsletter_block_left .title_block {
  text-align: left;
  float: left;
  padding: 0;
  margin-top: 12px;
}
.rtl #footer #newsletter_block_left .title_block {
  text-align: right;
}
.rtl #footer #newsletter_block_left .title_block {
  float: right;
}
#footer #newsletter_block_left form {
  width: 60%;
  float: right;
  margin: 0px;
}
.rtl #footer #newsletter_block_left form {
  float: left;
}
#footer #newsletter_block_left form input[type="text"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
}
#footer #newsletter_block_left form .btn {
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#social_block ul {
  text-align: center;
  margin-bottom: 0px;
}
#social_block ul:before, #social_block ul:after {
  content: "";
  clear: both;
  display: table;
}
#social_block ul li {
  padding: 0px;
  float: none;
  display: inline-block;
}
#social_block ul li a {
  background-color: white;
  color: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#social_block ul li a:hover {
  background-color: black;
  color: white;
}

@media (min-width: 911px) {
  .logo-fotter .image_description {
    width: 72%;
    margin: auto;
  }
}
