/* line 3, 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 10, clingify.scss */
.js-clingify-wrapper {
  width: 100%;
}

/* line 14, clingify.scss */
.js-clingify-locked {
  position: fixed;
  z-index: 8;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

@media (min-width: 981px) {
	.js-clingify-locked {
		left: 210px;
		top: 0px;
		width: calc(100% - 210px);
	}
}
@media (max-width: 980px) and (min-width: 561px) {
	.js-clingify-locked {
		left: 0px;
		top: 80px;
		width: 100%;
	}
}
@media (max-width: 560px) {
	.js-clingify-locked {
		left: 0px;
		top: 60px;
		width: 100%;
	}
}
.js-clingify-locked .oubo_anchor, .js-clingify-locked .result_anchor {
	display: block;
	width: 980px;
	margin: 0 auto;
}





/* Advanced selectors */
