/***************************************************
  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 
 */
/***********************************************************************/
/*header 4 (header home 5)*/
@media (min-width: 768px) {
  #index:not(.keep-header) #page {
    position: relative; }
    #index:not(.keep-header) #page #header {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1;
      max-width: 1710px;
      margin: auto;
      width: 100%;
      background-color: transparent; } }
#index.keep-header #header, #index.keep-header .box-top {
  background-color: #363636 !important; }



