

/* Common Style */

.ihover-container {
  margin: 0 auto 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -ms-flex-line-pack:start;
  align-content:flex-start;
}

/* Columns */
.ihover-container [class^="col-ihover"] {
  -ms-flex-item-align:start;
  align-self:flex-start;
  margin: 0 30px 20px 30px;
}
.ihover-container .col-ihover-x {
  margin-left: 60px;
  margin-right: 60px;
}
.ihover-container .col-ihover-xx {
  margin-left: 90px;
  margin-right: 90px;
}
@media only screen and (max-width: 768px) {
    .ihover-container .col-ihover-xx {
      margin-left: 60px;
      margin-right: 60px;
    }
}
@media only screen and (max-width: 600px) {
    .ihover-container [class^="col-ihover"] {
      margin-left: 30px !important;
      margin-right: 30px !important;
    }
}
figure[class^="ih-eff"] {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure[class^="ih-eff"] h2 {
  color: #fff; /* Heading color - white color by default */
  letter-spacing: 2px;
  -webkit-text-shadow: #fff 0px 0px 1px, rgba(0,0,0,0.298039) 0px 1px 2px;
  text-shadow: #fff 0px 0px 1px, rgba(0,0,0,0.298039) 0px 1px 2px;
  margin-top: -1.5em;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  height: 50%;
  opacity: 0;
}
figure[class^="ih-eff"] figcaption[data-ih="details"] h2 {
  margin-top: -2.3em; 
}
figure[class^="ih-eff"] p {
  color: #424242; /* Description color - gray dark color by default */
  margin: 0 10%;
  padding-top: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  height: 50%;
  opacity: 0;
  font-style: italic;
}
figure[class^="ih-eff"] .ihover-icons { /* ICONS */
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: -webkit-calc(50% + 16px);
  top: calc(50% + 16px);
  left: 50%;
  width: 80%;
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
}
figure[class^="ih-eff"] .ihover-icons a {
  text-decoration: none;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out 0.25s;
  transition: all 0.25s ease-out 0.25s;
  -webkit-transform: translate3d(50%,0,0) rotate(60deg);
  transform: translate3d(100%,0,0) rotate(60deg);
}
figure[class^="ih-eff"] .ihover-icons a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure[class^="ih-eff"] .ihover-icons a:nth-child(3) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure[class^="ih-eff"]:hover .ihover-icons a {
  -webkit-transform: translate3d(0,0,0) rotate(0deg);
  transform: translate3d(0,0,0) rotate(0deg);
  opacity: 1;
}
figure[class^="ih-eff"] .ihover-icons i {
  color: rgba(255,255,255,0.9); /* icons colors */
  font-size: 1.15em;
  padding: 5px 5px;
  margin:0 0.2em;
  display: inline;
}
figure[class^="ih-eff"] .ihover-icons i:hover {
  color: rgba(0,0,0,0.4);
}
figure[class^="ih-eff"] figcaption[data-ih="details"] p {
  margin-top: -1.7em;
}
figure[class^="ih-eff"] hr {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 0;
  margin: 0 15%;
  border-width: 1px;
  border-style: solid;
  opacity: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}

figure[class^="ih-eff"][class$="-red"] hr { border-color: #E24444; }
figure[class^="ih-eff"][class$="-pink"] hr { border-color: #FF80AB; }
figure[class^="ih-eff"][class$="-purple"] hr { border-color: #ECAFF9; }
figure[class^="ih-eff"][class$="-blue"] hr { border-color: #8ADCF9; }
figure[class^="ih-eff"][class$="-teal"] hr { border-color: #3AEFD0; }
figure[class^="ih-eff"][class$="-green"] hr { border-color: #BCF769; }
figure[class^="ih-eff"][class$="-lime"] hr { border-color: #E7EA68; }
figure[class^="ih-eff"][class$="-orange"] hr { border-color: #EA7D06; }
figure[class^="ih-eff"][class$="-grey"] hr { border-color: #BDBDBD; }

figure[class^="ih-eff"] img {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 100%;
}
figure[class^="ih-eff"] figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  z-index: 2;
}
figure[class^="ih-eff"] figcaption img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 300px;
  perspective: 300px;
}
figure[class^="ih-eff"]:hover h2,
figure[class^="ih-eff"]:hover p,
figure[class^="ih-eff"]:hover hr,
figure[class^="ih-eff"]:hover figcaption[data-ih="details"] a {
  -webkit-transform: scale(1,1) translate3d(0,0,0) rotate(0deg) skew(0,0);
  transform: scale(1,1) translate3d(0,0,0) rotate(0deg) skew(0,0);
  opacity: 1;
}
figure[class^="ih-eff"] figcaption::before,
figure[class^="ih-eff"] figcaption::after,
figure[class^="ih-eff"] span::before,
figure[class^="ih-eff"] span::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
figure[class^="ih-eff"]::after { 
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid rgba(255,255,255,0.6); /* Image translucent border */
}
figure[class^="ih-eff"] figcaption,
figure[class^="ih-eff"] figcaption > a[data-ih="link"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure[class^="ih-eff"]  figcaption > a[data-ih="link"] {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure[class^="ih-eff"]  figcaption[data-ih="details"] > a { /* Read More button */
  background-color: #f5f5f5;
  color: #333;
  padding: 5px 0px;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 3px;
  font-size: 13px;
  position: absolute;
  width: 78.31px;
  left: 50%;
  bottom: 15%;
  margin-left: -39.155px;
  opacity: 0;
}
figure[class^="ih-eff"]  figcaption[data-ih="details"] > a:hover {
  background-color: #eee;
}
figure[class^="ih-eff"]  figcaption[data-ih="details"] hr {
  display: none !important;
}
/* end of Common Style */
  
  /*** ih-eff13 ***/

.ih-eff13 h2, .ih-eff13 hr, .ih-eff13 p, .ih-eff13 figcaption[data-ih="details"] a {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: -webkit-transform 0.2s ease-out 0.1s, opacity 0.2s ease-out 0.1s;
  transition: transform 0.2s ease-out 0.1s, opacity 0.2s ease-out 0.1s;
}
.ih-eff13 figcaption::before, .ih-eff13 figcaption::after, .ih-eff13 span::before, .ih-eff13 span::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.ih-eff13 figcaption::before {
  -webkit-transform: translate3d(-73%,-73%,0) rotate(45deg);
  transform: translate3d(-73%,-73%,0) rotate(45deg);
}
.ih-eff13 figcaption::after {
  -webkit-transform: translate3d(73%,-73%,0) rotate(45deg);
  transform: translate3d(73%,-73%,0) rotate(45deg);
}
.ih-eff13 span::before {
  -webkit-transform: translate3d(-73%,73%,0) rotate(45deg);
  transform: translate3d(-73%,73%,0) rotate(45deg);
}
.ih-eff13 span::after {
  -webkit-transform: translate3d(73%,73%,0) rotate(45deg);
  transform: translate3d(73%,73%,0) rotate(45deg);
}
.ih-eff13:hover figcaption::before,
.ih-eff13:hover figcaption::after,
.ih-eff13:hover span::before,
.ih-eff13:hover span::after {
  -webkit-transform: translate3d(0,0,0) rotate(45deg);
  transform: translate3d(0,0,0) rotate(45deg);
}
  /*    RED    */
.ih-c4-red figcaption::before,
.ih-c4-red figcaption::after,
.ih-c4-red span::before,
.ih-c4-red span::after {
  background: #FF5252;
}