/* ------------------------------------ */

.enterprisesFlip {
  background-color: transparent;
  width: 256px;
  height: 256px;
  perspective: 1000px;
  -ms-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  -moz-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%) !important;

}

.enterprisesFlipInner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -ms-transition: -ms-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s !important;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.enterprisesFlip:hover .enterprisesFlipInner {
  -ms-transform: skewY(180deg); /* IE 9 */
  -moz-transform: skewY(180deg); /* IE 9 */
  -webkit-transform: skewY(180deg);  /* Safari */
  transform: rotateY(180deg);
}

.enterprisesFlipFront, .enterprisesFlipBack {
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.enterprisesFlipBack {
  background-color: #036704;
  color: #ffffff;
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#enterprisesFlipTop {
  width: 100%;
  height: 186px;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-color: #ffffff;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  background-color: rgba(3, 103, 4, 0.55);
}

#enterprisesFlipTop h2 {
  font-family: 'Saira Semi Condensed', sans-serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  font-size: 1.9em;
  color: #ffffff;
  padding-top: 16px;
}

#enterprisesFlipTop h3 {
  font-family: 'Saira Semi Condensed', sans-serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  color: #ffffff;
  font-size: 1.45em;
  padding-top: 10px;
}

#enterprisesFlipTop p {
  font-family: 'Saira Semi Condensed', sans-serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  margin-top: 6px;
}

#enterprisesFlipBottom {
  height: 66px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding-top: 12px;
}

#enterprisesFlipBottom h4 {
  font-family: 'Saira Semi Condensed', sans-serif;
  color: #ffffff;
  font-size: 1.45em;
}

#enterprisesFlipBottom a {
  color: #ffffff;
  text-decoration: none;
}

/* ------------------------------------ */
