/*.sticky-wrapper.is-sticky {
  position: fixed;
  top: 8px;
}*/

.breadcrumb{
  z-index: 1;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cke_inner {
  position: relative !important;
}

.cke_top {
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
}

.cke_bottom {
  position: sticky !important;
  bottom: 0;
  left: 0;
  right: 0;
}
