/* CSS FOR FOOTER 2 */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.footer-top {
  background: #000000; }
  .footer-top > .container {
    padding-top: 2.5rem;
    /*padding-bottom: 2.5rem;*/ }

.footer-center {
  background: #f4f3f3;
  border-top: 1px solid #e6e5e5;
  border-bottom: 1px solid #e6e5e5; }
  .footer-center .ApColumn .block {
    text-align: left; }
    .rtl .footer-center .ApColumn .block {
      text-align: right; }
  @media (min-width: 768px) {
    .footer-center > .container {
      padding-top: 4.375rem; } }
  @media (max-width: 767px) {
    .footer-center > .container {
      padding-top: 1.25rem; } }

.footer-container .block .title_block {
  text-align: left; }
  .rtl .footer-container .block .title_block {
    text-align: right; }
@media (min-width: 768px) {
  .footer-container .block.block-social {
    margin-bottom: 4.375rem; } }

.block-social {
  text-align: left;
  padding: 0;
  position: relative; }
  .rtl .block-social {
    text-align: right; }
  @media (min-width: 768px) {
    .block-social .title_block {
      display: inline-block; }
    .block-social:after {
      content: "";
      display: inline-block;
      background: #dddddd;
      position: absolute;
      bottom: -0.9375rem;
      left: 0;
      width: 12.5rem;
      height: 0.0625rem; }
      .rtl .block-social:after {
        right: 0;
        left: auto; } }

/*# sourceMappingURL=footerposition1509815203.css.map */
