/***************************************************
  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 1
*******************************************/
.logo-payment {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 60px; }
  @media (min-width: 480px) {
    .logo-payment {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; } }
  @media (max-width: 767px) {
    .logo-payment {
      height: 50px;
      display: block;
      padding: 16px 0;
      text-align: center; } }

.copyright {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 60px;
  color: #474747; }
  @media (max-width: 767px) {
    .copyright {
      height: 50px;
      text-align: center;
      padding: 18px 0;
      display: block; } }
  .copyright span {
    color: #FFFFFF; }

@media (min-width: 1200px) {
  .footer-center {
    margin-top: 45px; } }
@media (max-width: 767) {
  .footer-center {
    padding-top: 20px; } }

.block-last-link .block {
  margin-bottom: 0; }

.footer-center .header_logo {
  text-align: left; }
  .rtl .footer-center .header_logo {
    text-align: right; }
@media (max-width: 1199px) {
  .footer-center .header-logo {
    text-align: center;
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .footer-center .header-logo {
    padding-bottom: 40px; } }

/*# sourceMappingURL=footerposition1482420071.css.map */
