/* line 4, ../../app/styles/clingify.scss */
.js-clingify-ztransform, .js-clingify-wrapper {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* Baseline selectors */
/* line 11, ../../app/styles/clingify.scss */
.js-clingify-wrapper {
  width: 100%;
}

/* line 15, ../../app/styles/clingify.scss */
.js-clingify-locked {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}


/* line 32, ../../app/styles/partials/_clingify.scss */
.js-clingify-wrapper.js-clingify-locked.primaryClingifyElement.nav-persistent {
 height: 40px;
}

/*.js-clingify-wrapper.js-clingify-locked.primaryClingifyElement #header
{
	padding: 5px 0px 0px 0px;
}*/

