/***************************************************
  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 
 */
/***********************************************************************/
@media (min-width: 992px) {
    .box-top-footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .box-top-footer {
        display: flex;
    }
}

@media (max-width: 991px) {
    .box-top-footer {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.box-top-footer > [class*="col-"] {
    display: flex;
    align-items: center;
}

.box-social-footer {
    position: relative;
}

@media (min-width: 992px) {
    .box-social-footer {
        margin-left: 0;
        margin-right: 0;
    }
}

.box-social-footer:before {
    content: '';
    top: -5px;
    left: 0;
    right: 0;
    position: absolute;
    border-top: 5px solid white;
}

.box-footer-bottom p {
    margin-bottom: 0;
}

/*# sourceMappingURL=footerposition1491402918.css.map */
