@charset "utf-8";
/* CSS Document */

/* Hexagon*/




.honeycomb {
  margin: 0px auto;
  text-align: center;
  box-sizing: border-box;
  perspective: 1000px;
  position: relative;
  height: 420px;
  width: auto;
	

}

.hexagon {
  position: relative;
	display: table-cell; vertical-align: middle;
  float: left;
  margin: 0px;
  background-color: #444;
  text-align: center;
		transform-style: preserve-3d;
  transition: transform 0.3s, color 0.3s;
  color: #fff;
	font-weight: 400;

	
	
}

.inspipe-bg {
  
  background-color: #f05f22;
 color: #fff;
	
}

.hexagon, .hexagon:before, .hexagon:after {
  height: 80px;
  width: 138.56px;
  box-sizing: border-box;
}
.hexagon:before, .hexagon:after {
  background-color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.hexagon:before {
  transform: rotate(-60deg);
}
.hexagon:after {
  transform: rotate(60deg);
}
.hexagon .front, .hexagon .back {
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 100px;
  width: 100px;
  font-size: 14px;
  line-height: 1.4;
  z-index: 1;
  box-sizing: border-box;
	
	
	
}

.hexagon span {
   font-size: 16px;
	
	
}
.hexagon .front {
  z-index: 2;
  transform: translate3d(-50%, -50%, 0) rotateY(0deg);
	
}
.hexagon .back {
  transform: translate3d(-50%, -50%, 0) rotateY(180deg);
}
.hexagon .hexagontent {
  display: block;
	margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}

.hexahover {
  position: absolute;
  top: 0;
  left: 0;
	
}
.hexahover:focus {
  outline: none;
}
.hexahover:hover .hexagon, .hexahover:focus .hexagon {
  
  background: #f05f22;
	transform: scaleX(1.08) scaleY(1.08);
	color: #fff;
}
.hexahover:nth-child(2) {
  left: 74.28px;
}
.hexahover:nth-child(3) {
  left: 222.84px;
}
.hexahover:nth-child(4) {
  left: 0px;
  top: 130px;
}
.hexahover:nth-child(5) {
  left: 148.56px;
  top: 130px;
}
.hexahover:nth-child(6) {
  left: 297.12px;
  top: 130px;
}
.hexahover:nth-child(7) {
  left: 0;
  top: 0px;
}
.hexahover:nth-child(8) {
  left: 74.28px;
  top: 260px;
}
.hexahover:nth-child(9) {
  left: 222.84px;
  top: 260px;
}




/* ----------------------------------------- */


 
/* Hexagon*/

