.intense.bottom-divider .boxes, .intense.top-divider .boxes {
	  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  /*background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, cornflowerblue), color-stop(0.5, #ccc));
  background-image: linear-gradient(to right, cornflowerblue 50%, #ccc 50%);*/
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}

.intense.bottom-divider .boxes {
	top: -50px;
}

.intense.top-divider .boxes {
	top: -50px;
}