/***************************************************
  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-container {
  background: #f9f9f9;
  border-top: 1px solid #f1f1f1; }
  @media (min-width: 992px) {
    .footer-container .block .title_block {
      margin: 30px 0 50px; } }

.footer-bottom {
  border-top: 1px solid #f1f1f1; }

.box-top-footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .box-top-footer {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  @media (max-width: 767px) {
    .box-top-footer {
      margin-top: 50px;
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .box-top-footer > [class*="col-"] {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-top-footer > [class*="col-"] {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 768px) {
    .box-top-footer .footer-bg {
      background: #f4f4f4; } }
  @media (max-width: 991px) {
    .box-top-footer .footer-bg {
      -webkit-box-ordinal-group: -1;
      -moz-box-ordinal-group: -1;
      box-ordinal-group: -1;
      -webkit-order: -1;
      -moz-order: -1;
      order: -1;
      -ms-flex-order: -1; } }

.box-bottom-footer {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center; }

/*# sourceMappingURL=footerposition1500131392.css.map */
