  .rotation {
  background: none;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.rotation .rotating-panel-front,
.rotation .front-end {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}
.rotation .rotating-panel-front,
.rotation .rotating-panel-back {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 30px 30px;
}
.rotation.hover .rotating-panel-front,
.rotation.hover .front-end {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.rotation .product-hover,
.rotation .back-end {
  display: block;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(-180deg);
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
  z-index: 13;
}
.rotation.hover .product-hover,
.rotation.hover .back-end {
  z-index: 46;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.rotating-panel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: none;
  margin: 0 0 40px;
  min-width: 260px;
  overflow: hidden;
  position: relative;
}
.carousel .rotating-panel {
  margin-top: 40px;
}
.rotating-panel .image {
  background: #f2f2f2;
  display: block;
  line-height: 0;
  margin: 0;
}
.rotating-panel .image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.rotating-panel .description {
  background: #f2f2f2;
  border-top-width: 1px;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}
.rotating-panel .description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.rotating-panel .name {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
.rotating-panel .role {
  font-size: 11px;
}
.rotating-panel .rotating-panel-back {
  /* background: #1e1e1e;
  background: rgba(30,30,30,.9); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  line-height: 20px;
  /* left: 15px; */
  /* padding: 16px 20px 90px; */
  position: absolute;
  /* right: 15px;
  top: 0; */
}

.rotating-panel .rotating-panel-back .name {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 7px;
}
.rotating-panel .rotating-panel-back .role {
  line-height: 1;
  margin: 0 0 24px;
}
.rotating-panel .rotating-panel-back .contact {
  color: #fff;
}
.rotating-panel .rotating-panel-back .image {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 60px;
  float: right;
  line-height: 0;
  margin: 4px 0 0 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 60px;
  z-index: 1;
}
.rotating-panel .rotating-panel-back .social {
  bottom: 20px;
  left: 20px;
  position: absolute;
  text-align: center;
}
.rotation .rotating-panel-back {
  display: block;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 13;
}
.rotation.hover .rotating-panel-back {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transform: rotateY(0deg);
  transition-delay: .2s;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition-delay: .2s;
  z-index: 46;
}
.rotating-panel.rotating-panel-single {
  margin: 0;
  max-width: inherit;
  width: auto;
}
.rotating-panel-single .images-box .carousel-box {
  overflow: hidden;
}
.rotating-panel-single .images-box .image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px;
  text-align: center;
}
.rotating-panel-single .images-box img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rotating-panel-single .images-box .pagination {
  margin-top: 0;
}
.rotating-panel-single .images-box .carousel-box.load {
  max-height: 390px;
  overflow: hidden;
}
.rotating-panel-single .rotating-panel-description .name {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 5px;
}
.rotating-panel-single .rotating-panel-description .role {
  font-size: 14px;
  margin: 0 0 22px;
}
.rotating-panel-single .rotating-panel-description .social {
  margin: 22px 0 0;
}
.rotating-panel .rotating-panel-back .social .item {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin: 0 10px 0 0;
}
.rotating-panel .rotating-panel-back .social .item .sbtnf {
  float: none;
  margin: 0;
  overflow: inherit;
}
.rotating-panel-single-rotation .content-box {
  padding-left: 15px;
  padding-right: 15px;
}