/*
 * Front end styles if any General
 */

.heffect-content .media .media-body{
overflow: visible !important;
width:inherit !important;
}

 
.helium-hover.helium-hover-effect-lily h5, .helium-hover.helium-hover-effect-lily p {
  color: #fff; }
.helium-hover.helium-hover-effect-lily h5 {
  margin-bottom: 5px; }
.helium-hover.helium-hover-effect-lily img, .helium-hover.helium-hover-effect-lily .helium-hover-img {
  opacity: 0.7;
  width: calc(100% + 50px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px); }
.helium-hover.helium-hover-effect-lily:hover img, .helium-hover.helium-hover-effect-lily:hover .helium-hover-img {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }
.helium-hover.helium-hover-effect-lily p {
  opacity: 0;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }
.helium-hover.helium-hover-effect-lily .helium-hover-text {
  padding: 40px;
  bottom: 20px;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
.helium-hover.helium-hover-effect-lily:hover .helium-hover-text {
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px); }
.helium-hover.helium-hover-effect-lily:hover p {
  opacity: 0.9;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

.helium-hover.helium-hover-effect-sadie h5, .helium-hover.helium-hover-effect-sadie p {
  color: #fff; }
.helium-hover.helium-hover-effect-sadie .helium-hover-text {
  width: 100%;
  top: 0;
  bottom: 0;
  padding: 30px; }
.helium-hover.helium-hover-effect-sadie h5 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.helium-hover.helium-hover-effect-sadie img, .helium-hover.helium-hover-effect-sadie .helium-hover-img {
  opacity: 0.9; }
.helium-hover.helium-hover-effect-sadie p {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 40px;
  opacity: 0;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }
.helium-hover.helium-hover-effect-sadie:hover img, .helium-hover.helium-hover-effect-sadie:hover .helium-hover-img {
  opacity: .7; }
.helium-hover.helium-hover-effect-sadie:hover p {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.helium-hover.helium-hover-effect-sadie:hover h5 {
  -moz-transform: translateY(calc(-50% - 30px));
  -ms-transform: translateY(calc(-50% - 30px));
  -webkit-transform: translateY(calc(-50% - 30px));
  transform: translateY(calc(-50% - 30px)); }

.helium-hover.helium-hover-effect-honey {
  background-color: #fff !important; }
  .helium-hover.helium-hover-effect-honey h5, .helium-hover.helium-hover-effect-honey p {
    color: #fff; }
  .helium-hover.helium-hover-effect-honey p {
    opacity: 0;
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  .helium-hover.helium-hover-effect-honey .helium-hover-text {
    width: 100%;
    bottom: 0;
    padding: 30px;
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  .helium-hover.helium-hover-effect-honey:hover img, .helium-hover.helium-hover-effect-honey:hover .helium-hover-img {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  .helium-hover.helium-hover-effect-honey:hover .helium-hover-text {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .helium-hover.helium-hover-effect-honey:hover p {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.helium-hover.helium-hover-effect-layla h5, .helium-hover.helium-hover-effect-layla p {
  color: #fff; }
.helium-hover.helium-hover-effect-layla img, .helium-hover.helium-hover-effect-layla .helium-hover-img {
  opacity: .9; }
.helium-hover.helium-hover-effect-layla figcaption {
  margin: 60px; }
  .helium-hover.helium-hover-effect-layla figcaption:before, .helium-hover.helium-hover-effect-layla figcaption:after {
    z-index: 3;
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -30px;
    right: -30px;
    background: transparent;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 0;
    opacity: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg); }
  .helium-hover.helium-hover-effect-layla figcaption:after {
    border: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    top: -30px;
    bottom: -30px;
    left: -10px;
    right: -10px;
    opacity: 0;
    height: 0;
    width: auto;
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
.helium-hover.helium-hover-effect-layla .helium-hover-text {
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  padding: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .helium-hover.helium-hover-effect-layla .helium-hover-text h5 {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  .helium-hover.helium-hover-effect-layla .helium-hover-text p {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
.helium-hover.helium-hover-effect-layla:hover img, .helium-hover.helium-hover-effect-layla:hover .helium-hover-img {
  opacity: .7; }
.helium-hover.helium-hover-effect-layla:hover .helium-hover-text p {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
.helium-hover.helium-hover-effect-layla:hover .helium-hover-text h5 {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.helium-hover.helium-hover-effect-layla:hover figcaption:before {
  width: calc(100% + 60px);
  opacity: .4;
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg); }
.helium-hover.helium-hover-effect-layla:hover figcaption:after {
  height: calc(100% + 60px);
  opacity: .4;
  -moz-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  -webkit-transform: skewY(0deg);
  transform: skewY(0deg); }

.helium-hover.helium-hover-effect-zoe img, .helium-hover.helium-hover-effect-zoe .helium-hover-img {
  opacity: 0.9; }
.helium-hover.helium-hover-effect-zoe .helium-hover-text {
  width: 100%;
  top: 0;
  bottom: 0; }
.helium-hover.helium-hover-effect-zoe p {
  color: #fff;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 30px;
  opacity: 0; }
.helium-hover.helium-hover-effect-zoe h5 {
  color: #2C3E50;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  opacity: 0;
  -moz-transform: translateY(calc(100% + 30px));
  -ms-transform: translateY(calc(100% + 30px));
  -webkit-transform: translateY(calc(100% + 30px));
  transform: translateY(calc(100% + 30px)); }
  .helium-hover.helium-hover-effect-zoe h5:before {
    content: '';
    display: block;
    z-index: -1;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(calc(100% + 40px));
    -ms-transform: translateY(calc(100% + 40px));
    -webkit-transform: translateY(calc(100% + 40px));
    transform: translateY(calc(100% + 40px)); }
.helium-hover.helium-hover-effect-zoe:hover p {
  opacity: 1;
  -moz-transform: translateY(calc(-50% - 40px));
  -ms-transform: translateY(calc(-50% - 40px));
  -webkit-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px)); }
.helium-hover.helium-hover-effect-zoe:hover h5 {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
  .helium-hover.helium-hover-effect-zoe:hover h5:before {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.helium-hover.helium-hover-effect-oscar h5, .helium-hover.helium-hover-effect-oscar p {
  color: #fff; }
.helium-hover.helium-hover-effect-oscar img, .helium-hover.helium-hover-effect-oscar .helium-hover-img {
  opacity: .9;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.helium-hover.helium-hover-effect-oscar figcaption {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 30px; }
  .helium-hover.helium-hover-effect-oscar figcaption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    z-index: 3; }
.helium-hover.helium-hover-effect-oscar .helium-hover-text {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 30px;
  right: 30px; }
.helium-hover.helium-hover-effect-oscar h5 {
  -moz-transform: translateY(90%);
  -ms-transform: translateY(90%);
  -webkit-transform: translateY(90%);
  transform: translateY(90%); }
.helium-hover.helium-hover-effect-oscar p {
  opacity: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.helium-hover.helium-hover-effect-oscar:hover figcaption:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: .5; }
.helium-hover.helium-hover-effect-oscar:hover h5 {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.helium-hover.helium-hover-effect-oscar:hover p {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
.helium-hover.helium-hover-effect-oscar:hover img, .helium-hover.helium-hover-effect-oscar:hover .helium-hover-img {
  opacity: .7; }

.helium-hover.helium-hover-effect-marley h5, .helium-hover.helium-hover-effect-marley p {
  color: #fff; }
.helium-hover.helium-hover-effect-marley img, .helium-hover.helium-hover-effect-marley .helium-hover-img {
  opacity: 0.9; }
.helium-hover.helium-hover-effect-marley .helium-hover-text {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
.helium-hover.helium-hover-effect-marley h5 {
  position: absolute;
  right: 30px;
  top: 30px;
  left: 30px;
  text-align: right;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }
  .helium-hover.helium-hover-effect-marley h5:after {
    position: absolute;
    content: '';
    height: 3px;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: -20px;
    opacity: 0;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
.helium-hover.helium-hover-effect-marley p {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  text-align: right;
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px); }
.helium-hover.helium-hover-effect-marley:hover h5 {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
  .helium-hover.helium-hover-effect-marley:hover h5:after {
    opacity: 0.9;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
.helium-hover.helium-hover-effect-marley:hover p {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.helium-hover.helium-hover-effect-ruby h5, .helium-hover.helium-hover-effect-ruby p {
  color: #fff; }
.helium-hover.helium-hover-effect-ruby img, .helium-hover.helium-hover-effect-ruby .helium-hover-img {
  opacity: .8;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.helium-hover.helium-hover-effect-ruby .helium-hover-text {
  left: 30px;
  right: 30px;
  text-align: center;
  top: 50%;
  margin-top: 20px;
  -moz-transform: translateY(calc(-50% + 20px));
  -ms-transform: translateY(calc(-50% + 20px));
  -webkit-transform: translateY(calc(-50% + 20px));
  transform: translateY(calc(-50% + 20px)); }
.helium-hover.helium-hover-effect-ruby h5 {
  margin-bottom: 15px; }
.helium-hover.helium-hover-effect-ruby p {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.helium-hover.helium-hover-effect-ruby:hover img, .helium-hover.helium-hover-effect-ruby:hover .helium-hover-img {
  opacity: 0.5;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-ruby:hover .helium-hover-text {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.helium-hover.helium-hover-effect-ruby:hover p {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.helium-hover.helium-hover-effect-roxy h5, .helium-hover.helium-hover-effect-roxy p {
  color: #fff; }
.helium-hover.helium-hover-effect-roxy img, .helium-hover.helium-hover-effect-roxy .helium-hover-img {
  opacity: 0.8;
  width: calc(100% + 60px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px); }
.helium-hover.helium-hover-effect-roxy figcaption {
  margin: 30px;
  padding: 30px; }
  .helium-hover.helium-hover-effect-roxy figcaption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    z-index: 3;
    opacity: 0;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
.helium-hover.helium-hover-effect-roxy .helium-hover-text {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.helium-hover.helium-hover-effect-roxy p {
  opacity: 0;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }
.helium-hover.helium-hover-effect-roxy:hover img, .helium-hover.helium-hover-effect-roxy:hover .helium-hover-img {
  opacity: .7;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }
.helium-hover.helium-hover-effect-roxy:hover figcaption:before, .helium-hover.helium-hover-effect-roxy:hover p {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.helium-hover.helium-hover-effect-bubba h5, .helium-hover.helium-hover-effect-bubba p {
  color: #fff; }
.helium-hover.helium-hover-effect-bubba img, .helium-hover.helium-hover-effect-bubba .helium-hover-img {
  opacity: 0.8; }
.helium-hover.helium-hover-effect-bubba figcaption {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 30px; }
  .helium-hover.helium-hover-effect-bubba figcaption:before, .helium-hover.helium-hover-effect-bubba figcaption:after {
    content: '';
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform: scaleX(0.05);
    -ms-transform: scaleX(0.05);
    -webkit-transform: scaleX(0.05);
    transform: scaleX(0.05); }
  .helium-hover.helium-hover-effect-bubba figcaption:after {
    border: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: scaleY(0.05);
    -ms-transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05); }
.helium-hover.helium-hover-effect-bubba .helium-hover-text {
  top: 50%;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  right: 30px;
  left: 30px; }
.helium-hover.helium-hover-effect-bubba h5 {
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }
.helium-hover.helium-hover-effect-bubba p {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
.helium-hover.helium-hover-effect-bubba:hover img, .helium-hover.helium-hover-effect-bubba:hover .helium-hover-img {
  opacity: .5; }
.helium-hover.helium-hover-effect-bubba:hover h5 {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }
.helium-hover.helium-hover-effect-bubba:hover p {
  opacity: 1;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }
.helium-hover.helium-hover-effect-bubba:hover figcaption:before, .helium-hover.helium-hover-effect-bubba:hover figcaption:after {
  opacity: 0.8;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
.helium-hover.helium-hover-effect-bubba:hover figcaption:after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.helium-hover.helium-hover-effect-romeo h5, .helium-hover.helium-hover-effect-romeo p {
  color: #fff; }
.helium-hover.helium-hover-effect-romeo img, .helium-hover.helium-hover-effect-romeo .helium-hover-img {
  opacity: 0.9;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }
.helium-hover.helium-hover-effect-romeo .helium-hover-text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
.helium-hover.helium-hover-effect-romeo h5 {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 30px;
  right: 30px;
  text-align: center;
  -moz-transform: translateY(calc(-50% - 50px));
  -ms-transform: translateY(calc(-50% - 50px));
  -webkit-transform: translateY(calc(-50% - 50px));
  transform: translateY(calc(-50% - 50px)); }
.helium-hover.helium-hover-effect-romeo p {
  position: absolute;
  bottom: 50%;
  left: 30px;
  right: 30px;
  text-align: center;
  -moz-transform: translateY(calc(50% + 50px));
  -ms-transform: translateY(calc(50% + 50px));
  -webkit-transform: translateY(calc(50% + 50px));
  transform: translateY(calc(50% + 50px)); }
.helium-hover.helium-hover-effect-romeo figcaption:after, .helium-hover.helium-hover-effect-romeo figcaption:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin: 0 60px;
  height: 1px;
  background: #fff;
  opacity: .5;
  z-index: 3;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }
.helium-hover.helium-hover-effect-romeo:hover img, .helium-hover.helium-hover-effect-romeo:hover .helium-hover-img {
  opacity: .7;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-romeo:hover figcaption:before {
  opacity: .4;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.helium-hover.helium-hover-effect-romeo:hover figcaption:after {
  opacity: .4;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.helium-hover.helium-hover-effect-romeo:hover h5 {
  -moz-transform: translateY(calc(-50% - 30px));
  -ms-transform: translateY(calc(-50% - 30px));
  -webkit-transform: translateY(calc(-50% - 30px));
  transform: translateY(calc(-50% - 30px)); }
.helium-hover.helium-hover-effect-romeo:hover p {
  -moz-transform: translateY(calc(50% + 30px));
  -ms-transform: translateY(calc(50% + 30px));
  -webkit-transform: translateY(calc(50% + 30px));
  transform: translateY(calc(50% + 30px)); }

.helium-hover.helium-hover-effect-dexter h5, .helium-hover.helium-hover-effect-dexter p {
  color: #fff; }
.helium-hover.helium-hover-effect-dexter .helium-hover-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .helium-hover.helium-hover-effect-dexter .helium-hover-text:before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: calc(50% - 30px);
    border: 6px solid #fff;
    z-index: 3;
    box-sizing: border-box;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
.helium-hover.helium-hover-effect-dexter h5 {
  position: absolute;
  padding: 60px;
  left: 0;
  top: 0;
  right: 0;
  margin: 0; }
.helium-hover.helium-hover-effect-dexter p {
  position: absolute;
  margin: 30px;
  padding: 50px 30px 30px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px); }
.helium-hover.helium-hover-effect-dexter:hover .helium-hover-text:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.helium-hover.helium-hover-effect-dexter:hover p {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.helium-hover.helium-hover-effect-sarah h5, .helium-hover.helium-hover-effect-sarah p {
  color: #fff; }
.helium-hover.helium-hover-effect-sarah img, .helium-hover.helium-hover-effect-sarah .helium-hover-img {
  opacity: .8;
  width: calc(100% + 20px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px); }
.helium-hover.helium-hover-effect-sarah .helium-hover-text {
  left: 40px;
  right: 40px;
  top: 60px; }
.helium-hover.helium-hover-effect-sarah h5 {
  margin: 0;
  padding-bottom: 15px;
  position: relative; }
  .helium-hover.helium-hover-effect-sarah h5:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
.helium-hover.helium-hover-effect-sarah p {
  padding-top: 15px;
  opacity: 0;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
.helium-hover.helium-hover-effect-sarah:hover img, .helium-hover.helium-hover-effect-sarah:hover .helium-hover-img {
  opacity: .6;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }
.helium-hover.helium-hover-effect-sarah:hover h5:before {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
.helium-hover.helium-hover-effect-sarah:hover p {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.helium-hover.helium-hover-effect-chico h5, .helium-hover.helium-hover-effect-chico p {
  color: #fff; }
.helium-hover.helium-hover-effect-chico img, .helium-hover.helium-hover-effect-chico .helium-hover-img {
  opacity: .9;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.helium-hover.helium-hover-effect-chico figcaption {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 30px; }
  .helium-hover.helium-hover-effect-chico figcaption:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    z-index: 3; }
.helium-hover.helium-hover-effect-chico .helium-hover-text {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 30px;
  right: 30px; }
.helium-hover.helium-hover-effect-chico h5 {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }
.helium-hover.helium-hover-effect-chico p {
  opacity: 0;
  -moz-transform: translateY(10px) scale(1.2);
  -ms-transform: translateY(10px) scale(1.2);
  -webkit-transform: translateY(10px) scale(1.2);
  transform: translateY(10px) scale(1.2); }
.helium-hover.helium-hover-effect-chico:hover img, .helium-hover.helium-hover-effect-chico:hover .helium-hover-img {
  opacity: .7;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-chico:hover figcaption:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
.helium-hover.helium-hover-effect-chico:hover p {
  opacity: 1;
  -moz-transform: translateY(10px) scale(1);
  -ms-transform: translateY(10px) scale(1);
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1); }

.helium-hover.helium-hover-effect-milo h5, .helium-hover.helium-hover-effect-milo p {
  color: #fff; }
.helium-hover.helium-hover-effect-milo img, .helium-hover.helium-hover-effect-milo .helium-hover-img {
  opacity: .9;
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }
.helium-hover.helium-hover-effect-milo .helium-hover-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }
.helium-hover.helium-hover-effect-milo h5 {
  position: absolute;
  right: 30px;
  bottom: 30px; }
.helium-hover.helium-hover-effect-milo p {
  position: absolute;
  left: 30px;
  right: 50%;
  top: 30px;
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #fff;
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0; }
.helium-hover.helium-hover-effect-milo:hover img, .helium-hover.helium-hover-effect-milo:hover .helium-hover-img {
  opacity: .7;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-milo:hover p {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.helium-hover.helium-hover-effect-julia h5, .helium-hover.helium-hover-effect-julia p {
  color: #fff; }
.helium-hover.helium-hover-effect-julia img, .helium-hover.helium-hover-effect-julia .helium-hover-img {
  opacity: 1;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-julia figcaption {
  top: 60px;
  left: 30px;
  right: 30px;
  bottom: 30px; }
.helium-hover.helium-hover-effect-julia h5 {
  margin-bottom: 15px; }
.helium-hover.helium-hover-effect-julia p {
  width: 60%;
  color: #2C3E50;
  background: #fff;
  display: block;
  padding: .3em .6em;
  -moz-transform: translateX(calc(-100% - 31px));
  -ms-transform: translateX(calc(-100% - 31px));
  -webkit-transform: translateX(calc(-100% - 31px));
  transform: translateX(calc(-100% - 31px)); }
.helium-hover.helium-hover-effect-julia:hover img, .helium-hover.helium-hover-effect-julia:hover .helium-hover-img {
  opacity: .8;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.helium-hover.helium-hover-effect-julia:hover p {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.helium-hover.helium-hover-effect-goliath h5, .helium-hover.helium-hover-effect-goliath p {
  color: #fff; }
.helium-hover.helium-hover-effect-goliath img, .helium-hover.helium-hover-effect-goliath .helium-hover-img {
  opacity: .9;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.helium-hover.helium-hover-effect-goliath .helium-hover-text {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
.helium-hover.helium-hover-effect-goliath p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  opacity: 0;
  -moz-transform: translateY(80%);
  -ms-transform: translateY(80%);
  -webkit-transform: translateY(80%);
  transform: translateY(80%); }
.helium-hover.helium-hover-effect-goliath h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.helium-hover.helium-hover-effect-goliath:hover img, .helium-hover.helium-hover-effect-goliath:hover .helium-hover-img {
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px); }
.helium-hover.helium-hover-effect-goliath:hover p {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.helium-hover.helium-hover-effect-goliath:hover h5 {
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px); }

.helium-hover.helium-hover-effect-hera h5, .helium-hover.helium-hover-effect-hera p {
  color: #fff; }
.helium-hover.helium-hover-effect-hera img, .helium-hover.helium-hover-effect-hera .helium-hover-img {
  opacity: .8; }
.helium-hover.helium-hover-effect-hera figcaption:before {
  height: 200px;
  width: 200px;
  border: 2px solid #fff;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0); }
.helium-hover.helium-hover-effect-hera p {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  opacity: 0;
  -moz-transform: translate(-50%, -50%) scale(0.3);
  -ms-transform: translate(-50%, -50%) scale(0.3);
  -webkit-transform: translate(-50%, -50%) scale(0.3);
  transform: translate(-50%, -50%) scale(0.3); }
.helium-hover.helium-hover-effect-hera .helium-hover-text {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
.helium-hover.helium-hover-effect-hera h5 {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  text-align: center;
  opacity: 1;
  -moz-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  -webkit-transform-origin: center 50%;
  transform-origin: center 50%;
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1); }
.helium-hover.helium-hover-effect-hera:hover h5 {
  opacity: 0;
  -moz-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  -webkit-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8); }
.helium-hover.helium-hover-effect-hera:hover figcaption:before {
  opacity: .9;
  -moz-transform: translate(-50%, -50%) rotate(45deg) scale(1);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
  transform: translate(-50%, -50%) rotate(45deg) scale(1); }
.helium-hover.helium-hover-effect-hera:hover p {
  opacity: 1;
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.helium-hover.helium-hover-effect-winston h5, .helium-hover.helium-hover-effect-winston p {
  color: #fff; }
.helium-hover.helium-hover-effect-winston img, .helium-hover.helium-hover-effect-winston .helium-hover-img {
  opacity: 1; }
.helium-hover.helium-hover-effect-winston .helium-hover-text {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4; }
.helium-hover.helium-hover-effect-winston figcaption {
  z-index: 3; }
  .helium-hover.helium-hover-effect-winston figcaption:before {
    position: absolute;
    content: '';
    top: 100%;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #fff;
    opacity: .8;
    z-index: 3;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg); }
.helium-hover.helium-hover-effect-winston h5 {
  top: 30px;
  left: 30px;
  right: 30px;
  position: absolute;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
.helium-hover.helium-hover-effect-winston p {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 45%;
  color: #2C3E50;
  z-index: 5;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translateY(calc(100% + 32px));
  -ms-transform: translateY(calc(100% + 32px));
  -webkit-transform: translateY(calc(100% + 32px));
  transform: translateY(calc(100% + 32px)); }
.helium-hover.helium-hover-effect-winston:hover img, .helium-hover.helium-hover-effect-winston:hover .helium-hover-img {
  opacity: .85; }
.helium-hover.helium-hover-effect-winston:hover h5 {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.helium-hover.helium-hover-effect-winston:hover figcaption:before {
  -moz-transform: skewY(-25deg);
  -ms-transform: skewY(-25deg);
  -webkit-transform: skewY(-25deg);
  transform: skewY(-25deg); }
.helium-hover.helium-hover-effect-winston:hover p {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.helium-hover.helium-hover-effect-selena h5, .helium-hover.helium-hover-effect-selena p {
  color: #fff; }
.helium-hover.helium-hover-effect-selena figcaption:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  border: 10px solid #fff;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.helium-hover.helium-hover-effect-selena .helium-hover-text {
  left: 30px;
  right: 30px;
  top: 40px;
  text-align: center; }
.helium-hover.helium-hover-effect-selena h5 {
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
.helium-hover.helium-hover-effect-selena p {
  opacity: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }
.helium-hover.helium-hover-effect-selena:hover figcaption:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-selena:hover h5 {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.helium-hover.helium-hover-effect-selena:hover p {
  opacity: 1;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.helium-hover.helium-hover-effect-terry h5, .helium-hover.helium-hover-effect-terry p {
  color: #fff; }
.helium-hover.helium-hover-effect-terry figcaption:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  border: 20px solid #000;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.helium-hover.helium-hover-effect-terry .helium-hover-text {
  padding: 25px 30px;
  left: 0;
  right: 0;
  bottom: 0; }
  .helium-hover.helium-hover-effect-terry .helium-hover-text:before {
    content: '';
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform: translateY(calc(100% + 10px));
    -ms-transform: translateY(calc(100% + 10px));
    -webkit-transform: translateY(calc(100% + 10px));
    transform: translateY(calc(100% + 10px)); }
.helium-hover.helium-hover-effect-terry p {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
.helium-hover.helium-hover-effect-terry:hover figcaption:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-terry:hover .helium-hover-text:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.helium-hover.helium-hover-effect-terry:hover p {
  opacity: 1;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.helium-hover.helium-hover-effect-apollo h5, .helium-hover.helium-hover-effect-apollo p {
  color: #fff; }
.helium-hover.helium-hover-effect-apollo img, .helium-hover.helium-hover-effect-apollo .helium-hover-img {
  opacity: 0.9;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }
.helium-hover.helium-hover-effect-apollo figcaption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .helium-hover.helium-hover-effect-apollo figcaption:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 3;
    opacity: .4;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -moz-transform: skewX(45deg) translateX(150%);
    -ms-transform: skewX(45deg) translateX(150%);
    -webkit-transform: skewX(45deg) translateX(150%);
    transform: skewX(45deg) translateX(150%); }
.helium-hover.helium-hover-effect-apollo .helium-hover-text {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
.helium-hover.helium-hover-effect-apollo h5 {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px; }
.helium-hover.helium-hover-effect-apollo p {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 200px;
  text-align: right;
  padding-right: 10px;
  border-right: 3px solid #fff;
  opacity: 0; }
.helium-hover.helium-hover-effect-apollo:hover img, .helium-hover.helium-hover-effect-apollo:hover .helium-hover-img {
  opacity: .6;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-apollo:hover figcaption:before {
  -moz-transform: skewX(45deg) translateX(-150%);
  -ms-transform: skewX(45deg) translateX(-150%);
  -webkit-transform: skewX(45deg) translateX(-150%);
  transform: skewX(45deg) translateX(-150%); }
.helium-hover.helium-hover-effect-apollo:hover p {
  opacity: 1; }

.helium-hover.helium-hover-effect-kira h5 {
  color: #fff; }
.helium-hover.helium-hover-effect-kira p {
  color: #2C3E50; }
.helium-hover.helium-hover-effect-kira img, .helium-hover.helium-hover-effect-kira .helium-hover-img {
  opacity: .8; }
.helium-hover.helium-hover-effect-kira .helium-hover-text {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px; }
.helium-hover.helium-hover-effect-kira h5 {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }
.helium-hover.helium-hover-effect-kira p {
  padding: 28px 30px 30px;
  -moz-transform: translateY(0) scaleY(0);
  -ms-transform: translateY(0) scaleY(0);
  -webkit-transform: translateY(0) scaleY(0);
  transform: translateY(0) scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background: rgba(255, 255, 255, 0.7); }
.helium-hover.helium-hover-effect-kira:hover img, .helium-hover.helium-hover-effect-kira:hover .helium-hover-img {
  opacity: .5; }
.helium-hover.helium-hover-effect-kira:hover h5 {
  border-bottom: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
.helium-hover.helium-hover-effect-kira:hover p {
  -moz-transform: translateY(10px) scaleY(1);
  -ms-transform: translateY(10px) scaleY(1);
  -webkit-transform: translateY(10px) scaleY(1);
  transform: translateY(10px) scaleY(1); }

.helium-hover.helium-hover-effect-steve {
  background: transparent !important;
  overflow: visible; }
  .helium-hover.helium-hover-effect-steve img, .helium-hover.helium-hover-effect-steve .helium-hover-img {
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    box-shadow: 0; }
  .helium-hover.helium-hover-effect-steve .helium-hover-text {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    right: 40px;
    margin-top: -30px;
    text-align: center; }
  .helium-hover.helium-hover-effect-steve h5 {
    margin-bottom: 10px; }
  .helium-hover.helium-hover-effect-steve h5, .helium-hover.helium-hover-effect-steve p {
    color: #2C3E50;
    background: #fff;
    padding: .5em .8em;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35); }
  .helium-hover.helium-hover-effect-steve p {
    opacity: 0;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  .helium-hover.helium-hover-effect-steve:hover img, .helium-hover.helium-hover-effect-steve:hover .helium-hover-img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .helium-hover.helium-hover-effect-steve:hover p {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

.helium-hover.helium-hover-effect-moses h5, .helium-hover.helium-hover-effect-moses p {
  color: #fff; }
.helium-hover.helium-hover-effect-moses img, .helium-hover.helium-hover-effect-moses .helium-hover-img {
  opacity: .9; }
.helium-hover.helium-hover-effect-moses .helium-hover-text {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px; }
.helium-hover.helium-hover-effect-moses h5 {
  position: absolute;
  right: 50%;
  left: 0;
  top: 0;
  bottom: 50%;
  padding: 20px;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px); }
.helium-hover.helium-hover-effect-moses p {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 50%;
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  text-align: right;
  opacity: 0;
  -moz-transform: translate(-60%, -60%);
  -ms-transform: translate(-60%, -60%);
  -webkit-transform: translate(-60%, -60%);
  transform: translate(-60%, -60%); }
.helium-hover.helium-hover-effect-moses:hover img, .helium-hover.helium-hover-effect-moses:hover .helium-hover-img {
  opacity: .6; }
.helium-hover.helium-hover-effect-moses:hover h5, .helium-hover.helium-hover-effect-moses:hover p {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.helium-hover.helium-hover-effect-moses:hover p {
  opacity: 1; }

.helium-hover.helium-hover-effect-jazz h5, .helium-hover.helium-hover-effect-jazz p {
  color: #fff; }
.helium-hover.helium-hover-effect-jazz img, .helium-hover.helium-hover-effect-jazz .helium-hover-img {
  opacity: 0.95;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-jazz figcaption:before {
  position: absolute;
  content: '';
  top: -50%;
  left: -20px;
  right: -20px;
  bottom: -50%;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 3;
  opacity: 0;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transform: scale(0.3) skewX(45deg);
  -ms-transform: scale(0.3) skewX(45deg);
  -webkit-transform: scale(0.3) skewX(45deg);
  transform: scale(0.3) skewX(45deg); }
.helium-hover.helium-hover-effect-jazz .helium-hover-text {
  top: 50%;
  left: 50px;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }
.helium-hover.helium-hover-effect-jazz h5 {
  margin-bottom: 10px;
  -moz-transform-origin: top center 50%;

  -ms-transform-origin: top center 50%;
  -webkit-transform-origin: top center 50%;
  transform-origin: top center 50%;
  -moz-transform: scale(0.8) translateY(-5px);
  -ms-transform: scale(0.8) translateY(-5px);
  -webkit-transform: scale(0.8) translateY(-5px);
  transform: scale(0.8) translateY(-5px); }
.helium-hover.helium-hover-effect-jazz p {
  opacity: 0;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }
.helium-hover.helium-hover-effect-jazz:hover img, .helium-hover.helium-hover-effect-jazz:hover .helium-hover-img {
  opacity: .7;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.helium-hover.helium-hover-effect-jazz:hover figcaption:before {
  opacity: 1;
  -moz-transform: scale(1) skewX(45deg);
  -ms-transform: scale(1) skewX(45deg);
  -webkit-transform: scale(1) skewX(45deg);
  transform: scale(1) skewX(45deg); }
.helium-hover.helium-hover-effect-jazz:hover h5 {
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }
.helium-hover.helium-hover-effect-jazz:hover p {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.helium-hover.helium-hover-effect-ming h5, .helium-hover.helium-hover-effect-ming p {
  color: #fff; }
.helium-hover.helium-hover-effect-ming img, .helium-hover.helium-hover-effect-ming .helium-hover-img {
  opacity: .9; }
.helium-hover.helium-hover-effect-ming figcaption:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  border: 2px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  -webkit-transform: scale(1.35);
  transform: scale(1.35); }
.helium-hover.helium-hover-effect-ming .helium-hover-text {
  position: absolute;
  top: 50%;
  left: 60px;
  right: 60px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 4; }
.helium-hover.helium-hover-effect-ming h5 {
  margin-bottom: 30px;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }
.helium-hover.helium-hover-effect-ming p {
  opacity: 0;
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  -webkit-transform: scale(1.35);
  transform: scale(1.35); }
.helium-hover.helium-hover-effect-ming:hover img, .helium-hover.helium-hover-effect-ming:hover .helium-hover-img {
  opacity: .6; }
.helium-hover.helium-hover-effect-ming:hover figcaption:before, .helium-hover.helium-hover-effect-ming:hover p {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-ming:hover h5 {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.helium-hover.helium-hover-effect-lexi h5, .helium-hover.helium-hover-effect-lexi p {
  color: #fff; }
.helium-hover.helium-hover-effect-lexi img, .helium-hover.helium-hover-effect-lexi .helium-hover-img {
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  -moz-transform-origin: top left 50%;
  -ms-transform-origin: top left 50%;
  -webkit-transform-origin: top left 50%;
  transform-origin: top left 50%;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: .9; }
.helium-hover.helium-hover-effect-lexi .helium-hover-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.helium-hover.helium-hover-effect-lexi h5 {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  -moz-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px); }
.helium-hover.helium-hover-effect-lexi p {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 140px;
  text-align: right;
  z-index: 1;
  opacity: 0;
  -moz-transform: translate(30px, 30px);
  -ms-transform: translate(30px, 30px);
  -webkit-transform: translate(30px, 30px);
  transform: translate(30px, 30px); }
  .helium-hover.helium-hover-effect-lexi p:before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 220px;
    height: 220px;
    background: rgba(0, 0, 0, 0.35);
    left: 50%;
    top: 50%;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform: scale(0.8) translate(-50%, -50%);
    -ms-transform: scale(0.8) translate(-50%, -50%);
    -webkit-transform: scale(0.8) translate(-50%, -50%);
    transform: scale(0.8) translate(-50%, -50%);
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.8); }
.helium-hover.helium-hover-effect-lexi:hover img, .helium-hover.helium-hover-effect-lexi:hover .helium-hover-img {
  -moz-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
  opacity: .6; }
.helium-hover.helium-hover-effect-lexi:hover h5 {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.helium-hover.helium-hover-effect-lexi:hover p {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  .helium-hover.helium-hover-effect-lexi:hover p:before {
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }

.helium-hover.helium-hover-effect-duke h5, .helium-hover.helium-hover-effect-duke p {
  color: #fff; }
.helium-hover.helium-hover-effect-duke img, .helium-hover.helium-hover-effect-duke .helium-hover-img {
  opacity: .9;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-duke .helium-hover-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.helium-hover.helium-hover-effect-duke h5 {
  left: 30px;
  right: 30px;
  top: 40px;
  text-align: center;
  position: absolute;
  -moz-transform-origin: bottom center 50%;
  -ms-transform-origin: bottom center 50%;
  -webkit-transform-origin: bottom center 50%;
  transform-origin: bottom center 50%;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }
.helium-hover.helium-hover-effect-duke p {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  opacity: 0;
  -moz-transform: scale(0.7) translateY(-30px);
  -ms-transform: scale(0.7) translateY(-30px);
  -webkit-transform: scale(0.7) translateY(-30px);
  transform: scale(0.7) translateY(-30px); }
.helium-hover.helium-hover-effect-duke:hover img, .helium-hover.helium-hover-effect-duke:hover .helium-hover-img {
  opacity: .5;
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6); }
.helium-hover.helium-hover-effect-duke:hover h5 {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.helium-hover.helium-hover-effect-duke:hover p {
  opacity: 1;
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

/**
 * 1 Column
 */
.helium-hover-columns-1 > div {
  width: 100%;
  margin: 0 0 20px; }

/**
 * 2 columns
 */
.helium-hover-columns-2 > div {
  width: calc(50% - 10px);
  float: left;
  margin: 0 0 20px; }
  .helium-hover-columns-2 > div:nth-child(2n) {
    margin-left: 20px; }

/**
 * 3 Columns. compress to 2, then 1 when small
 */
.helium-hover-columns-3 > div {
  width: calc(33.3333% - 40px / 3);
  float: left;
  margin: 0 0 20px 20px; }
  .helium-hover-columns-3 > div:nth-child(3n - 2) {
    margin-left: 0; }

@media screen and (max-width: 800px) {
  .helium-hover-columns-3 > div {
    width: calc(50% - 10px);
    float: left;
    margin: 0 0 20px; }
    .helium-hover-columns-3 > div:nth-child(2n) {
      margin-left: 20px; } }
@media screen and (max-width: 480px) {
  .helium-hover-columns-2 > div, .helium-hover-columns-3 > div {
    width: 100%;
    float: none;
    margin: 0 0 20px;
    margin-left: 0 !important; } }
.helium-hover {
  position: relative;
  overflow: hidden;
 }
  .helium-hover:before {
    content: "";
    display: block;
    padding-top: 75%;
    /* initial ratio of 4:3*/ }
  .helium-hover .helium-hover-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 9; }
  .helium-hover img, .helium-hover .helium-hover-img, .helium-hover figcaption * {
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin: 0;
    padding: 0; }
  .helium-hover .helium-hover-text {
    position: absolute; }
  .helium-hover figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0; }
  .helium-hover figcaption * {
    z-index: 2;
    box-sizing: border-box;
    backface-visibility: hidden; }
  .helium-hover img, .helium-hover .helium-hover-img {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    min-height: 100%;
    max-width: none;
    width: 100%;
    opacity: 1; }
  .helium-hover .helium-hover-img {
    background-position: center;
    background-size: cover; }
  .helium-hover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 1; }
  .helium-hover h5, .helium-hover p {
    line-height: 1.1em; }
  .helium-hover h5 {
    margin-bottom: 5px; }
    .helium-hover h5 * {
      position: relative;
      display: inline-block; }