/* handy Banner */
figure.handy-banner {
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
figure.handy-banner img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	-webkit-transform: translateZ(0);
}
figure.handy-banner figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.handy-banner figcaption,
figure.handy-banner figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure.handy-banner figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure.handy-banner figcaption::before,
figure.handy-banner figcaption::after {
	pointer-events: none;
}
figure.handy-banner figcaption > .main-caption,
figure.handy-banner figcaption > .secondary-caption {
  position: absolute;
}
figure.handy-banner .button {
    width: 120px;
		height: 36px;
		line-height: 36px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    background: #e1e1e1;
    color: #666;
		font-size: 14px;
}
figure.handy-banner .button:hover {
    background: #c2d44e;
    color: #666;
}

/* Lily */
figure.effect-lily img {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
  max-width: -webkit-calc(100% + 60px);
  max-width: calc(100% + 60px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0, 0);
	transform: translate3d(-50px,0,0);
}
figure.effect-lily figcaption {
	text-align: left;
}
figure.effect-lily .main-caption,
figure.effect-lily .secondary-caption {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
figure.effect-lily .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-lily .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img,
figure.effect-lily:hover .secondary-caption {
	opacity: 1;
}
figure.effect-lily:hover img,
figure.effect-lily:hover .main-caption,
figure.effect-lily:hover .secondary-caption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lily:hover .secondary-caption {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
/* Sadie */
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}
figure.effect-sadie .main-caption {
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie .secondary-caption {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie .secondary-caption {
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
figure.effect-sadie:hover .secondary-caption {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Roxy */
figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}
figure.effect-roxy img {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
  max-width: -webkit-calc(100% + 60px);
  max-width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}
figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}
figure.effect-roxy figcaption {
	padding: 40px;
	text-align: left;
}
figure.effect-roxy .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}
figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Bubba */
figure.effect-bubba {
	background: #9e5406;
}
figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover .main-caption,
figure.effect-bubba:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Romeo */
figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}
figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}
figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
figure.effect-romeo .main-caption,
figure.effect-romeo .secondary-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-romeo .main-caption {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}
figure.effect-romeo .secondary-caption {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}
figure.effect-romeo:hover .main-caption {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}
figure.effect-romeo:hover .secondary-caption {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}
/* Honey */
figure.effect-honey {
}
figure.effect-honey img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-honey:hover img {
	opacity: 0.8;
}
figure.effect-honey .main-caption {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-honey .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-honey .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-honey:hover .main-caption,
figure.effect-honey:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Oscar */
figure.effect-oscar {
}
figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
	background-color: transparent;;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}
figure.effect-oscar .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
figure.effect-oscar figcaption::before,
figure.effect-oscar .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover .main-caption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
	background-color: rgba(0,0,0,0.4);
}
figure.effect-oscar:hover img {
	opacity: 0.7;
}
/* Marley */
figure.effect-marley .secondary-caption {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
figure.effect-marley .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-marley:hover .main-caption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-marley .main-caption::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
figure.effect-marley .main-caption::after,
figure.effect-marley .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-marley:hover .main-caption::after,
figure.effect-marley:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Ruby */
figure.effect-ruby {
	background-color: #17819c;
}
figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-ruby .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-ruby .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
}
figure.effect-ruby:hover .main-caption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-ruby:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
/* Milo */
figure.effect-milo {
}
figure.effect-milo img {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-milo:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
figure.effect-milo .secondary-caption {
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
  padding-right: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}
figure.effect-milo:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Dexter */
figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}
figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-dexter:hover img {
	opacity: 0.4;
}
figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}
figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-dexter .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}
figure.effect-dexter:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Sarah */
figure.effect-sarah {
	background: #42b078;
}
figure.effect-sarah img {
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
  max-width: -webkit-calc(100% + 20px);
  max-width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sarah .main-caption::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
figure.effect-sarah:hover .main-caption::after {
  opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sarah .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
figure.effect-sarah:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Chico */
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
figure.effect-chico figcaption::before,
figure.effect-chico .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico .secondary-caption {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* Julia */
figure.effect-julia {
	background: #2f3238;
}
figure.effect-julia img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-julia .main-caption,
figure.effect-julia .secondary-caption {
	display: inline-block;
	padding: 5px 15px;
	background: rgba(255,255,255,0.9);
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}
figure.effect-julia .main-caption {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-julia .secondary-caption {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
figure.effect-julia:hover .main-caption,
figure.effect-julia:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Goliath */
figure.effect-goliath {
	background: #df4e4e;
}
figure.effect-goliath img,
figure.effect-goliath .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
}
figure.effect-goliath:hover .main-caption {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-goliath:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Selena */
figure.effect-selena {
	background: #fff;
}
figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}
figure.effect-selena .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-selena .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
figure.effect-selena:hover .main-caption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-selena:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}
/* Kira */
figure.effect-kira {
	background: #fff;
}
figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-kira figcaption {
	z-index: 1;
}
figure.effect-kira .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
figure.effect-kira figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
figure.effect-kira:hover img {
	opacity: 0.5;
}
figure.effect-kira:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-kira:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}
/* Ming */
figure.effect-ming {
	background: #030c17;
}
figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}
figure.effect-ming .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-ming .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
figure.effect-ming:hover .main-caption {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}
figure.effect-ming:hover img {
	opacity: 0.4;
}

/* handy promo text */
.handy-promo-text::after {
	content: '';
	clear: both;
	display: table;
}
.handy-promo-text .icon-wrapper {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: inherit;
	border: 0;
	text-align: center;
}
.handy-promo-text .pos-left {
	float: left;
	margin-right: 15px;
}
.handy-promo-text .pos-right {
	float: right;
	margin-left: 15px;
}
.handy-promo-text .pos-center {
	display: block;
	width: 0 auto;
}
.handy-promo-text .icon-size-small {
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.handy-promo-text .icon-size-normal {
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.handy-promo-text .icon-size-large {
	font-size: 36px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.handy-promo-text .background-rounded,
.handy-promo-text .background-rounded-outline {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.handy-promo-text .background-boxed,
.handy-promo-text .background-boxed-outline {
	border-radius: 0;
}
.handy-promo-text .background-rounded-less,
.handy-promo-text .background-rounded-less-outline {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.handy-promo-text .background-rounded-outline,
.handy-promo-text .background-boxed-outline,
.handy-promo-text .background-rounded-less-outline {
	background-color: transparent !important;
	border-style: solid;
	border-width: 2px;
}
.handy-promo-text .icon-size-small.background-rounded-outline,
.handy-promo-text .icon-size-small.background-boxed-outline,
.handy-promo-text .icon-size-small.background-rounded-less-outline {
	line-height: 36px;
}
.handy-promo-text .icon-size-normal.background-rounded-outline,
.handy-promo-text .icon-size-normal.background-boxed-outline,
.handy-promo-text .icon-size-normal.background-rounded-less-outline {
	line-height: 46px;
}
.handy-promo-text .icon-size-large.background-rounded-outline,
.handy-promo-text .icon-size-large.background-boxed-outline,
.handy-promo-text .icon-size-large.background-rounded-less-outline {
	line-height: 56px;
}
.handy-promo-text .text-wrapper {
	overflow: hidden;
}
.handy-promo-text .text-wrapper h4 {
	margin: -2px 0 0 0;
}
.handy-promo-text .text-wrapper h4 a {
	color: inherit;
}

/* handy style for vs tabs */
.vc_tta-style-handy-style .vc_tta-tabs-list {
    border-bottom: 1px solid #e1e1e1 !important;
		overflow: visible !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list:after {
    display: block;
    content: '';
    clear: both;
}
.vc_tta-style-handy-style .vc_tta-tabs-container {
	margin: 0 !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li {
	float: left;
	margin: 0 0 -1px 0 !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li:first-of-type a {
    border-left: 1px solid #e1e1e1 !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li a {
		height: 55px;
	  line-height: 55px;
	  margin: 0;
	  padding: 0 40px !important;
	  border-right: 1px solid #e1e1e1 !important;
	  border-top: 1px solid #e1e1e1 !important;
	  border-bottom: 1px solid #e1e1e1 !important;
		border-left: 0 !important;
	  background-color: #fafafa !important;
	  color: #000 !important;
	  -webkit-transition: background-color 0.3s ease-out !important;
	  -moz-transition: background-color 0.3s ease-out !important;
	  -ms-transition: background-color 0.3s ease-out !important;
	  -o-transition: background-color 0.3s ease-out !important;
	  transition: background-color 0.3s ease-out !important;
		border-radius: 0 !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li a:before {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    top: -1px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    background: #c2d44e;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li a:hover:before {
    opacity: 1;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li a:hover {
    background-color: rgba(255, 255, 255, 0.6) !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li.vc_active a,
.vc_tta-style-handy-style .vc_tta-tabs-list li.vc_active a:focus,
.vc_tta-style-handy-style .vc_tta-tabs-list li.vc_active a:hover {
    background: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li.vc_active a:before {
	opacity: 1;
	display: block;
	content: '';
	height: 3px !important;
	width: 100% !important;
	left: 0 !important;
	top: -2px !important;
	position: absolute;
	background: #c2d44e;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li.vc_active a:after {
	display: none !important;
}
.vc_tta-style-handy-style .vc_tta-panels-container {
    border: 1px solid #e1e1e1;
		border-top: 0;
    padding: 15px;
}

/* handy style for accordion */
.vc_tta-style-handy-style .vc_tta-panel-heading {
    border: 1px solid #e1e1e1 !important;
    margin: 1px 0 0 0 !important;
		border-radius: 0 !important;
}
.vc_tta-style-handy-style .vc_tta-panels-container {
	padding: 0 !important;
	border: 0 !important;
}
.vc_tta-style-handy-style .vc_tta-panel-title {
    color: inherit;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 0;
}
.vc_tta-style-handy-style .vc_tta-panel-title > a {
    background: #fafafa !important;
    color: #151515 !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
}
.vc_tta-style-handy-style .vc_tta-panel-title:hover > a {
    color: #fff !important;
    background: #c2d44e !important;
}
.vc_tta-style-handy-style .vc_tta-panel-body {
    border: 1px solid #e1e1e1 !important;
    border-top: 0 !important;
		margin: 0 !important;
}
.vc_tta-style-handy-style .vc_tta-controls-icon:before {
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	color: #151515 !important;
}
.vc_tta-style-handy-style .vc_tta-panel-title:hover .vc_tta-controls-icon:before {
	color: #fff !important;
}

/* sales carousel extra styles */
.vc_column_container .pt-sales-carousel {
    width: 100%;
}
.vc_column_container .pt-sales-carousel .wrapper {
	position: relative;
}
.vc_column_container .pt-sales-carousel ul.products .img-wrapper {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}
.vc_column_container .pt-sales-carousel ul.products {
	padding: 30px;
}
.vc_column_container .pt-sales-carousel ul.products .counter-wrapper {
    max-width: 100%;
		margin: 0;
		padding-right: 0;
}
.vc_column_container.vc_col-sm-6 .pt-sales-carousel ul.products .countdown-section {
	font-size: 12px;
	width: 55px;
}
.vc_column_container.vc_col-sm-6 .pt-sales-carousel ul.products h4 {
    margin: 0 20px 0 0;
}

/* handy testimonials styles */
/*.pt-testimonials .img-wrapper {
    width: 120px;
    height: 120px;
    display: inline-block;
    overflow: hidden;
}
.pt-testimonials h3 {
    font-size: 18px;
    color: #484747;
    margin: 0;
    font-weight: lighter;
    padding: 0;
}
.pt-testimonials span {
    font-size: 15px;
    color: #f7972b;
}
.pt-testimonials p {
    margin: 0;
    padding: 0;
}
.pt-testimonials p q {
    color: #898e91;
}
.pt-testimonials .per-slide-1 .star-rating {
    display: none;
}*/
.pt-testimonials .style_1 .item-wrapper {
    width: 100%;
    display: block;
}
.pt-testimonials .style_1 .img-wrapper {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    margin: 0 0 20px;
}
.pt-testimonials .style_1 .item-wrapper {
    text-align: center;
}
.pt-testimonials .style_1 p {
    margin: 15px 0;
}
.pt-testimonials .style_2 .item-wrapper {
    display: inline-block;
    padding: 20px;
    position: relative;
    border: 1px solid #e7e4d9;
    margin: 0;
		-webkit-border-radius: 4px;
		border-radius: 4px;
}
.pt-testimonials .style_2 .img-wrapper {
    display: inline-block;
    float: left;
    margin: 0px 15px 0 0;
    position: relative;
    width: 90px;
		height: 90px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
}
.pt-testimonials .style_2 .text-wrapper {
    display: inline;
    float: none;
    padding: 0;
    position: relative;
}
.pt-testimonials .style_2 h3 {
    display: inline;
    font-size: 30px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
.pt-testimonials .style_2 span {
    display: block;
    font-weight: 200;
    width: 100%;
}
.pt-testimonials .style_2 p {
    display: block;
    margin: 0;
    padding: 0;
    text-align: justify;
}
.pt-testimonials .style_2 p q {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    border-top: 1px solid #e7e4d9;
    padding: 15px 0 0;
		margin: 20px 0 0;
}
.pt-testimonials .style_2 .star-rating {
    margin: 10px 0 0 ;
    width: 70px;
}
.pt-testimonials .style_2.owl-theme .owl-controls {
    margin-top: 20px;
}
.pt-testimonials .style_3 .item-wrapper {
    text-align: left;
    position: relative;
    padding: 0 0 120px;
    margin: 0;
}
.pt-testimonials .style_3 .img-wrapper {
    bottom: 0;
    height: 90px;
    left: 15px;
    margin: 0;
    position: absolute;
    width: 90px;
}
.pt-testimonials .style_3 .text-wrapper {
    padding: 20px 20px 30px;
    border: 1px solid #e7e4d9;
    position: relative;
}
.pt-testimonials .style_3 .text-wrapper:after,
.pt-testimonials .style_3 .text-wrapper:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 25px;
}
.pt-testimonials .style_3 .text-wrapper:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e7e4d9;
}
.pt-testimonials .style_3 .text-wrapper:after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 19px solid #fff;
    bottom: -18px;
    left: 27px;
}
.pt-testimonials .style_3 p q {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding: 10px 0 0;
}
