/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.index .navbar-fixed-top {
  position: static !important;
}
.index .navbar-fixed-top .top_nav_ct {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1170px;
  margin: auto;
  right: 0;
  z-index: 9;
}
.index .navbar-fixed-top .fixed-index {
  position: fixed;
  top: 49px;
  left: 0px;
  width: 1170px;
  margin: auto;
  right: 0;
  background-color: #151515;
}
.index .navbar-fixed-top .fixed-index:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: -2000px;
  width: 4000px;
  background-color: #151515;
}
.index.keep-header #page {
  padding-top: 0 !important;
}
