@font-face {

	font-weight: normal;

	font-style: normal;

	font-family: 'feathericons';

	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');

	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),

		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),

		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),

		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');

}



.union-gallery-standard .grid {

	position: relative;

	margin: 0 auto;

	list-style: none;

	text-align: center;

}



/* Common style */

.union-gallery-standard .grid figure {

	position: relative;

	float: left;

	overflow: hidden;

	text-align: center;

	cursor: pointer;

}



.union-gallery-standard .grid figure .img {

	position: relative;

	display: block;

	min-height: 100%;

	max-width: 100%;

	opacity: 0.8;

}



.union-gallery-standard .grid figure figcaption {

	padding: 2em;

	color: #fff;

	text-transform: uppercase;

	font-size: 1.25em;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

}



.union-gallery-standard .grid figure figcaption::before,

.union-gallery-standard .grid figure figcaption::after {

	pointer-events: none;

}



.union-gallery-standard .grid figure figcaption,

.union-gallery-standard .grid figure 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 */

.union-gallery-standard .grid figure figcaption > a {

	z-index: 1000;

	text-indent: 200%;

	white-space: nowrap;

	font-size: 0;

	opacity: 0;

}



.union-gallery-standard .grid figure h2 {

	word-spacing: -0.15em;

	font-weight: 300;

}



.union-gallery-standard .grid figure h2 span {

	font-weight: 800;

}



.union-gallery-standard .grid figure h2,

.union-gallery-standard .grid figure p {

	margin: 0;

}



.union-gallery-standard .grid figure p {

	letter-spacing: 1px;

	font-size: 68.5%;

}



/* Individual effects */



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

/***** Lily *****/

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



.union-gallery-standard figure.effect-lily .img {

	max-width: none;

	width: -webkit-calc(100% + 50px) !important;

	width: calc(100% + 50px) !important;

	opacity: 0.7;

	-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);

}



.union-gallery-standard figure.effect-lily figcaption {

	text-align: left;

}



.union-gallery-standard figure.effect-lily figcaption > div {

	position: absolute;

	bottom: 0;

	left: 0;

	padding: 2em;

	width: 100%;

	height: 50%;

}



.union-gallery-standard figure.effect-lily h2,

.union-gallery-standard figure.effect-lily p {

	-webkit-transform: translate3d(0,40px,0);

	transform: translate3d(0,40px,0);

}



.union-gallery-standard figure.effect-lily h2 {

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

}



.union-gallery-standard figure.effect-lily p {

	color: rgba(255,255,255,0.8);

	opacity: 0;

	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;

	transition: opacity 0.2s, transform 0.35s;

}



.union-gallery-standard figure.effect-lily:hover .img,

.union-gallery-standard figure.effect-lily:hover p {

	opacity: 1;

}



.union-gallery-standard figure.effect-lily:hover .img,

.union-gallery-standard figure.effect-lily:hover h2,

.union-gallery-standard figure.effect-lily:hover p {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-lily:hover p {

	-webkit-transition-delay: 0.05s;

	transition-delay: 0.05s;

	-webkit-transition-duration: 0.35s;

	transition-duration: 0.35s;

}



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

/***** Sadie *****/

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



.union-gallery-standard 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);

}



.union-gallery-standard figure.effect-sadie h2 {

	position: absolute;

	top: 50%;

	left: 0;

	width: 100%;

	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);

}



.union-gallery-standard figure.effect-sadie figcaption::before,

.union-gallery-standard figure.effect-sadie p {

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



.union-gallery-standard figure.effect-sadie p {

	position: absolute;

	bottom: 0;

	left: 0;

	padding: 2em;

	width: 100%;

	opacity: 0;

	-webkit-transform: translate3d(0,10px,0);

	transform: translate3d(0,10px,0);

}



.union-gallery-standard figure.effect-sadie:hover h2 {

	color: #fff;

	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);

	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);

}



.union-gallery-standard figure.effect-sadie:hover figcaption::before ,

.union-gallery-standard figure.effect-sadie:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Roxy *****/

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



.union-gallery-standard figure.effect-roxy {

/*	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);

	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);*/

}



.union-gallery-standard figure.effect-roxy > .img {

	max-width: none;

	width: -webkit-calc(100% + 60px) !important;

	width: calc(100% + 60px) !important;

	-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);

}



.union-gallery-standard 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);

}



.union-gallery-standard figure.effect-roxy figcaption {

	padding: 3em;

	text-align: left;

}



.union-gallery-standard figure.effect-roxy h2 {

	padding: 30% 0 10px 0;

}



.union-gallery-standard figure.effect-roxy p {

	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);

}



.union-gallery-standard figure.effect-roxy:hover > .img {

	opacity: 0.7;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-roxy:hover figcaption::before,

.union-gallery-standard figure.effect-roxy:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Bubba *****/

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



.union-gallery-standard figure.effect-bubba {

	/*background: #9e5406;*/

}



.union-gallery-standard figure.effect-bubba .img {

	opacity: 0.7;

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

}



.union-gallery-standard figure.effect-bubba:hover .img {

	opacity: 0.4;

}



.union-gallery-standard figure.effect-bubba figcaption::before,

.union-gallery-standard 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;

}



.union-gallery-standard figure.effect-bubba figcaption::before {

	border-top: 1px solid #fff;

	border-bottom: 1px solid #fff;

	-webkit-transform: scale(0,1);

	transform: scale(0,1);

}



.union-gallery-standard figure.effect-bubba figcaption::after {

	border-right: 1px solid #fff;

	border-left: 1px solid #fff;

	-webkit-transform: scale(1,0);

	transform: scale(1,0);

}



.union-gallery-standard figure.effect-bubba h2 {

	padding-top: 30%;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(0,-20px,0);

	transform: translate3d(0,-20px,0);

}



.union-gallery-standard figure.effect-bubba p {

	padding: 20px 2.5em;

	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);

}



.union-gallery-standard figure.effect-bubba:hover figcaption::before,

.union-gallery-standard figure.effect-bubba:hover figcaption::after {

	opacity: 1;

	-webkit-transform: scale(1);

	transform: scale(1);

}



.union-gallery-standard figure.effect-bubba:hover h2,

.union-gallery-standard figure.effect-bubba:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Romeo *****/

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



.union-gallery-standard figure.effect-romeo {

	-webkit-perspective: 1000px;

	perspective: 1000px;

}



.union-gallery-standard 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);

}



.union-gallery-standard figure.effect-romeo:hover .img {

	opacity: 0.6;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-romeo figcaption::before,

.union-gallery-standard 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);

}



.union-gallery-standard figure.effect-romeo:hover figcaption::before {

	opacity: 0.5;

	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);

	transform: translate3d(-50%,-50%,0) rotate(45deg);

}



.union-gallery-standard figure.effect-romeo:hover figcaption::after {

	opacity: 0.5;

	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);

	transform: translate3d(-50%,-50%,0) rotate(-45deg);

}



.union-gallery-standard figure.effect-romeo h2,

.union-gallery-standard figure.effect-romeo p {

	position: absolute;

	top: 50%;

	left: 0;

	width: 100%;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

}



.union-gallery-standard figure.effect-romeo h2 {

	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);

	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);

}



.union-gallery-standard figure.effect-romeo p {

	padding: 0.25em 2em;

	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);

	transform: translate3d(0,-50%,0) translate3d(0,150%,0);

}



.union-gallery-standard figure.effect-romeo:hover h2 {

	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);

	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);

}



.union-gallery-standard figure.effect-romeo:hover p {

	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);

	transform: translate3d(0,-50%,0) translate3d(0,100%,0);

}



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

/***** Layla *****/

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



.union-gallery-standard figure.effect-layla {

	/*background: #18a367;*/

}



.union-gallery-standard figure.effect-layla .img {

	height: calc(100% + 60px)!important;

}



.union-gallery-standard figure.effect-layla figcaption {

	padding: 3em;

}



.union-gallery-standard figure.effect-layla figcaption::before,

.union-gallery-standard figure.effect-layla figcaption::after {

	position: absolute;

	content: '';

	opacity: 0;

}



.union-gallery-standard figure.effect-layla figcaption::before {

	top: 50px;

	right: 30px;

	bottom: 50px;

	left: 30px;

	border-top: 1px solid #fff;

	border-bottom: 1px solid #fff;

	-webkit-transform: scale(0,1);

	transform: scale(0,1);

	-webkit-transform-origin: 0 0;

	transform-origin: 0 0;

}



.union-gallery-standard figure.effect-layla figcaption::after {

	top: 30px;

	right: 50px;

	bottom: 30px;

	left: 50px;

	border-right: 1px solid #fff;

	border-left: 1px solid #fff;

	-webkit-transform: scale(1,0);

	transform: scale(1,0);

	-webkit-transform-origin: 100% 0;

	transform-origin: 100% 0;

}



.union-gallery-standard figure.effect-layla h2 {

	padding-top: 26%;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

}



.union-gallery-standard figure.effect-layla p {

	padding: 0.5em 2em;

	text-transform: none;

	opacity: 0;

	-webkit-transform: translate3d(0,-10px,0);

	transform: translate3d(0,-10px,0);

}



.union-gallery-standard figure.effect-layla .img,

.union-gallery-standard figure.effect-layla h2 {

	-webkit-transform: translate3d(0,-30px,0);

	transform: translate3d(0,-30px,0);

}



.union-gallery-standard figure.effect-layla .img,

.union-gallery-standard figure.effect-layla figcaption::before,

.union-gallery-standard figure.effect-layla figcaption::after,

.union-gallery-standard figure.effect-layla p {

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



.union-gallery-standard figure.effect-layla:hover .img {

	opacity: 0.7;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-layla:hover figcaption::before,

.union-gallery-standard figure.effect-layla:hover figcaption::after {

	opacity: 1;

	-webkit-transform: scale(1);

	transform: scale(1);

}



.union-gallery-standard figure.effect-layla:hover h2,

.union-gallery-standard figure.effect-layla:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-layla:hover figcaption::after,

.union-gallery-standard figure.effect-layla:hover h2,

.union-gallery-standard figure.effect-layla:hover p,

.union-gallery-standard figure.effect-layla:hover .img {

	-webkit-transition-delay: 0.15s;

	transition-delay: 0.15s;

}



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

/***** Honey *****/

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



.union-gallery-standard figure.effect-honey {

	/*background: #4a3753;*/

}



.union-gallery-standard figure.effect-honey .img {

	opacity: 0.9;

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

}



.union-gallery-standard figure.effect-honey:hover .img {

	opacity: 0.5;

}



.union-gallery-standard figure.effect-honey figcaption::before {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 10px;

	background: #fff;

	content: '';

	-webkit-transform: translate3d(0,10px,0);

	transform: translate3d(0,10px,0);

}



.union-gallery-standard figure.effect-honey h2 {

	position: absolute;

	bottom: 0;

	left: 0;

	padding: 1em 1.5em;

	width: 100%;

	text-align: left;

	-webkit-transform: translate3d(0,-30px,0);

	transform: translate3d(0,-30px,0);

}



.union-gallery-standard figure.effect-honey h2 i {

	font-style: normal;

	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);

}



.union-gallery-standard figure.effect-honey figcaption::before,

.union-gallery-standard figure.effect-honey h2 {

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

}



.union-gallery-standard figure.effect-honey:hover figcaption::before,

.union-gallery-standard figure.effect-honey:hover h2,

.union-gallery-standard figure.effect-honey:hover h2 i {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Oscar *****/

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



.union-gallery-standard figure.effect-oscar {

/*	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);

	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);*/

}



.union-gallery-standard figure.effect-oscar .img {

	opacity: 0.9;

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

}



.union-gallery-standard figure.effect-oscar figcaption {

	padding: 3em;

	background-color: rgba(58,52,42,0.7);

	-webkit-transition: background-color 0.35s;

	transition: background-color 0.35s;

}



.union-gallery-standard figure.effect-oscar figcaption::before {

	position: absolute;

	top: 30px;

	right: 30px;

	bottom: 30px;

	left: 30px;

	border: 1px solid #fff;

	content: '';

}



.union-gallery-standard figure.effect-oscar h2 {

	margin: 20% 0 10px 0;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(0,100%,0);

	transform: translate3d(0,100%,0);

}



.union-gallery-standard figure.effect-oscar figcaption::before,

.union-gallery-standard figure.effect-oscar p {

	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);

}



.union-gallery-standard figure.effect-oscar:hover h2 {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-oscar:hover figcaption::before,

.union-gallery-standard figure.effect-oscar:hover p {

	opacity: 1;

	-webkit-transform: scale(1);

	transform: scale(1);

}



.union-gallery-standard figure.effect-oscar:hover figcaption {

	background-color: rgba(58,52,42,0);

}



.union-gallery-standard figure.effect-oscar:hover .img {

	opacity: 0.4;

}



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

/***** Marley *****/

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



.union-gallery-standard figure.effect-marley figcaption {

	text-align: right;

}



.union-gallery-standard figure.effect-marley h2,

.union-gallery-standard figure.effect-marley p {

	position: absolute;

	right: 30px;

	left: 30px;

	padding: 10px 0;

}





.union-gallery-standard figure.effect-marley p {

	bottom: 30px;

	line-height: 1.5;

	-webkit-transform: translate3d(0,100%,0);

	transform: translate3d(0,100%,0);

}



.union-gallery-standard figure.effect-marley h2 {

	top: 30px;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(0,20px,0);

	transform: translate3d(0,20px,0);

}



.union-gallery-standard figure.effect-marley:hover h2 {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-marley h2::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);

}



.union-gallery-standard figure.effect-marley h2::after,

.union-gallery-standard figure.effect-marley p {

	opacity: 0;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



.union-gallery-standard figure.effect-marley:hover h2::after,

.union-gallery-standard figure.effect-marley:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Ruby *****/

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



.union-gallery-standard figure.effect-ruby {

	/*background-color: #17819c;*/

}



.union-gallery-standard figure.effect-ruby .img {

	opacity: 1;

	-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);

}



.union-gallery-standard figure.effect-ruby:hover .img {

	opacity: 0.5;

	-webkit-transform: scale(1);

	transform: scale(1);

}



.union-gallery-standard figure.effect-ruby h2 {

	margin-top: 20%;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(0,20px,0);

	transform: translate3d(0,20px,0);

}



.union-gallery-standard figure.effect-ruby p {

	margin: 1em 0 0;

	padding: 3em;

	border: 1px solid #fff;

	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);

} 



.union-gallery-standard figure.effect-ruby:hover h2 {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-ruby:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0) scale(1);

	transform: translate3d(0,0,0) scale(1);

}



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

/***** Milo *****/

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



.union-gallery-standard figure.effect-milo {

	/*background: #2e5d5a;*/

}



.union-gallery-standard figure.effect-milo .img {

	max-width: none;

	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;

}



.union-gallery-standard figure.effect-milo:hover .img {

	opacity: 0.5;

	-webkit-transform: translate3d(0,0,0) scale(1);

	transform: translate3d(0,0,0) scale(1);

}



.union-gallery-standard figure.effect-milo h2 {

	position: absolute;

	right: 0;

	bottom: 0;

	padding: 1em 1.2em;

}



.union-gallery-standard figure.effect-milo p {

	padding: 0 10px 0 0;

	width: 50%;

	border-right: 1px solid #fff;

	text-align: right;

	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);

}



.union-gallery-standard figure.effect-milo:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Dexter *****/

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



.union-gallery-standard 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%); */

}



.union-gallery-standard figure.effect-dexter .img {

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

}



.union-gallery-standard figure.effect-dexter:hover .img {

	opacity: 0.4;

}



.union-gallery-standard 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);

}



.union-gallery-standard figure.effect-dexter:hover figcaption::after {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-dexter figcaption {

	padding: 3em;

	text-align: left;

}



.union-gallery-standard figure.effect-dexter p {

	position: absolute;

	right: 60px;

	bottom: 60px;

	left: 60px;

	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);

}



.union-gallery-standard figure.effect-dexter:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Sarah *****/

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



.union-gallery-standard figure.effect-sarah {

	/*background: #42b078;*/

}



.union-gallery-standard figure.effect-sarah .img {

	max-width: none;

	width: -webkit-calc(100% + 20px);

	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;

}



.union-gallery-standard figure.effect-sarah:hover .img {

	opacity: 0.4;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-sarah figcaption {

	text-align: left;

}



.union-gallery-standard figure.effect-sarah h2 {

	position: relative;

	overflow: hidden;

	padding: 0.5em 0;

}



.union-gallery-standard figure.effect-sarah h2::after {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 3px;

	background: #fff;

	content: '';

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(-100%,0,0);

	transform: translate3d(-100%,0,0);

}



.union-gallery-standard figure.effect-sarah:hover h2::after {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-sarah p {

	padding: 1em 0;

	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);

}



.union-gallery-standard figure.effect-sarah:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Zoe *****/

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



.union-gallery-standard figure.effect-zoe figcaption {

	top: auto;

	bottom: 0;

	padding: 1em;

	height: 3.75em;

	background: #fff;

	color: #3c4a50;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(0,100%,0);

	transform: translate3d(0,100%,0);

}



.union-gallery-standard figure.effect-zoe h2 {

	float: left;

}



.union-gallery-standard figure.effect-zoe p.icon-links a {

	float: right;

	color: #3c4a50;

	font-size: 1.4em;

}



.union-gallery-standard figure.effect-zoe:hover p.icon-links a:hover,

.union-gallery-standard figure.effect-zoe:hover p.icon-links a:focus {

	color: #252d31;

}



.union-gallery-standard figure.effect-zoe p.description {

	position: absolute;

	bottom: 8em;

	padding: 2em;

	color: #fff;

	text-transform: none;

	font-size: 90%;

	opacity: 0;

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */

}



.union-gallery-standard figure.effect-zoe h2,

.union-gallery-standard figure.effect-zoe p.icon-links a {

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(0,200%,0);

	transform: translate3d(0,200%,0);

}



.union-gallery-standard figure.effect-zoe p.icon-links a span::before {

	display: inline-block;

	padding: 8px 10px;

	font-family: 'feathericons';

	speak: none;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}



.icon-eye::before {

	content: '\e000';

}



.icon-paper-clip::before {

	content: '\e001';

}



.icon-heart::before {

	content: '\e024';

}



.union-gallery-standard figure.effect-zoe h2 {

	display: inline-block;

}



.union-gallery-standard figure.effect-zoe:hover p.description {

	opacity: 1;

}



.union-gallery-standard figure.effect-zoe:hover figcaption,

.union-gallery-standard figure.effect-zoe:hover h2,

.union-gallery-standard figure.effect-zoe:hover p.icon-links a {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-zoe:hover h2 {

	-webkit-transition-delay: 0.05s;

	transition-delay: 0.05s;

}



.union-gallery-standard figure.effect-zoe:hover p.icon-links a:nth-child(3) {

	-webkit-transition-delay: 0.1s;

	transition-delay: 0.1s;

}



.union-gallery-standard figure.effect-zoe:hover p.icon-links a:nth-child(2) {

	-webkit-transition-delay: 0.15s;

	transition-delay: 0.15s;

}



.union-gallery-standard figure.effect-zoe:hover p.icon-links a:first-child {

	-webkit-transition-delay: 0.2s;

	transition-delay: 0.2s;

}



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

/***** Chico *****/

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



.union-gallery-standard 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);

}



.union-gallery-standard figure.effect-chico:hover .img {

	opacity: 0.5;

	-webkit-transform: scale(1);

	transform: scale(1);

}



.union-gallery-standard figure.effect-chico figcaption {

	padding: 3em;

}



.union-gallery-standard 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);

}



.union-gallery-standard figure.effect-chico figcaption::before,

.union-gallery-standard figure.effect-chico p {

	opacity: 0;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



.union-gallery-standard figure.effect-chico h2 {

	padding: 20% 0 20px 0;

}



.union-gallery-standard figure.effect-chico p {

	margin: 0 auto;

	max-width: 200px;

	-webkit-transform: scale(1.5);

	transform: scale(1.5);

}



.union-gallery-standard figure.effect-chico:hover figcaption::before,

.union-gallery-standard figure.effect-chico:hover p {

	opacity: 1;

	-webkit-transform: scale(1);

	transform: scale(1);

}



@media screen and (max-width: 50em) {

	.content {

		padding: 0 10px;

		text-align: center;

	}

	.union-gallery-standard .grid figure {

		display: inline-block;

		float: none;

		margin: 10px auto;

		width: 100%;

	}

}







/* Individual effects */



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

/***** Julia *****/

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



.union-gallery-standard figure.effect-julia {

	/*background: #2f3238;*/

}



.union-gallery-standard figure.effect-julia .img {

	max-width: none;

	height: 400px;

	-webkit-transition: opacity 1s, -webkit-transform 1s;

	transition: opacity 1s, transform 1s;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

}



.union-gallery-standard figure.effect-julia figcaption {

	text-align: left;

}



.union-gallery-standard figure.effect-julia h2 {

	position: relative;

	padding: 0.5em 0;

}



.union-gallery-standard figure.effect-julia p {

	display: inline-block;

	margin: 0 0 0.25em;

	padding: 0.4em 1em;

	background: rgba(255,255,255,0.9);

	color: #2f3238;

	text-transform: none;

	font-weight: 500;

	font-size: 75%;

	-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);

}



.union-gallery-standard figure.effect-julia p:first-child {

	-webkit-transition-delay: 0.15s;

	transition-delay: 0.15s;

}



.union-gallery-standard figure.effect-julia p:nth-of-type(2) {

	-webkit-transition-delay: 0.1s;

	transition-delay: 0.1s;

}



.union-gallery-standard figure.effect-julia p:nth-of-type(3) {

	-webkit-transition-delay: 0.05s;

	transition-delay: 0.05s;

}



.union-gallery-standard figure.effect-julia:hover p:first-child {

	-webkit-transition-delay: 0s;

	transition-delay: 0s;

}



.union-gallery-standard figure.effect-julia:hover p:nth-of-type(2) {

	-webkit-transition-delay: 0.05s;

	transition-delay: 0.05s;

}



.union-gallery-standard figure.effect-julia:hover p:nth-of-type(3) {

	-webkit-transition-delay: 0.1s;

	transition-delay: 0.1s;

}



.union-gallery-standard figure.effect-julia:hover .img {

	opacity: 0.4;

	-webkit-transform: scale3d(1.1,1.1,1);

	transform: scale3d(1.1,1.1,1);

}



.union-gallery-standard figure.effect-julia:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Goliath *****/

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



.union-gallery-standard figure.effect-goliath {

	/*background: #df4e4e;*/

}



.union-gallery-standard figure.effect-goliath .img,

.union-gallery-standard figure.effect-goliath h2 {

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

}



.union-gallery-standard figure.effect-goliath .img {

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

}



.union-gallery-standard figure.effect-goliath h2,

.union-gallery-standard figure.effect-goliath p {

	position: absolute;

	bottom: 0;

	left: 0;

	padding: 30px;

}



.union-gallery-standard figure.effect-goliath p {

	text-transform: none;

	font-size: 90%;

	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);

}



.union-gallery-standard figure.effect-goliath:hover .img {

	-webkit-transform: translate3d(0,-80px,0);

	transform: translate3d(0,-80px,0);

}



.union-gallery-standard figure.effect-goliath:hover h2 {

	-webkit-transform: translate3d(0,-100px,0);

	transform: translate3d(0,-100px,0);

}



.union-gallery-standard figure.effect-goliath:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Hera *****/

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



.union-gallery-standard figure.effect-hera {

	/*background: #303fa9;*/

}



.union-gallery-standard figure.effect-hera h2 {

	font-size: 158.75%;

}



.union-gallery-standard figure.effect-hera h2,

.union-gallery-standard figure.effect-hera p {

	position: absolute;

	top: 50%;

	left: 50%;

	-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);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

}



.union-gallery-standard figure.effect-hera figcaption::before {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 200px;

	height: 200px;

	border: 2px solid #fff;

	content: '';

	opacity: 0;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);

	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

}



.union-gallery-standard figure.effect-hera p {

	width: 100px;

	text-transform: none;

	font-size: 121%;

	line-height: 2;

}



.union-gallery-standard figure.effect-hera p a {

	color: #fff;

}



.union-gallery-standard figure.effect-hera p a:hover,

.union-gallery-standard figure.effect-hera p a:focus {

	opacity: 0.6;

}



.union-gallery-standard figure.effect-hera p a i {

	opacity: 0;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



.union-gallery-standard figure.effect-hera p a:first-child i {

	-webkit-transform: translate3d(-60px,-60px,0);

	transform: translate3d(-60px,-60px,0);

}



.union-gallery-standard figure.effect-hera p a:nth-child(2) i {

	-webkit-transform: translate3d(60px,-60px,0);

	transform: translate3d(60px,-60px,0);

}



.union-gallery-standard figure.effect-hera p a:nth-child(3) i {

	-webkit-transform: translate3d(-60px,60px,0);

	transform: translate3d(-60px,60px,0);

}



.union-gallery-standard figure.effect-hera p a:nth-child(4) i {

	-webkit-transform: translate3d(60px,60px,0);

	transform: translate3d(60px,60px,0);

}



.union-gallery-standard figure.effect-hera:hover figcaption::before {

	opacity: 1;

	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);

	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);

}



.union-gallery-standard figure.effect-hera:hover h2 {

	opacity: 0;

	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);

	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);

}



.union-gallery-standard figure.effect-hera:hover p i:empty {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */

	opacity: 1;

}



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

/***** Winston *****/

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



.union-gallery-standard figure.effect-winston {

	/*background: #162633;*/

	text-align: left;

}



.union-gallery-standard figure.effect-winston .img {

	-webkit-transition: opacity 0.45s;

	transition: opacity 0.45s;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

}



.union-gallery-standard figure.effect-winston figcaption::before {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: url(../.img/triangle.svg) no-repeat center center;

	background-size: 100% 100%;

	content: '';

	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;

	transition: opacity 0.45s, transform 0.45s;

	-webkit-transform: rotate3d(0,0,1,45deg);

	transform: rotate3d(0,0,1,45deg);

	-webkit-transform-origin: 0 100%;

	transform-origin: 0 100%;

}



.union-gallery-standard figure.effect-winston h2 {

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(0,20px,0);

	transform: translate3d(0,20px,0);

}



.union-gallery-standard figure.effect-winston p {

	position: absolute;

	right: 0;

	bottom: 0;

	padding: 0 1.5em 7% 0;

}



.union-gallery-standard figure.effect-winston a {

	margin: 0 10px;

	color: #5d504f;

	font-size: 170%;

}



.union-gallery-standard figure.effect-winston a:hover,

.union-gallery-standard figure.effect-winston a:focus {

	color: #cc6055;

}



.union-gallery-standard figure.effect-winston p a i {

	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);

}



.union-gallery-standard figure.effect-winston:hover .img {

	opacity: 0.6;

}



.union-gallery-standard figure.effect-winston:hover h2 {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-winston:hover figcaption::before {

	opacity: 0.7;

	-webkit-transform: rotate3d(0,0,1,20deg);

	transform: rotate3d(0,0,1,20deg);

}



.union-gallery-standard figure.effect-winston:hover p i {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-winston:hover p a:nth-child(3) i {

	-webkit-transition-delay: 0.05s;

	transition-delay: 0.05s;

}



.union-gallery-standard figure.effect-winston:hover p a:nth-child(2) i {

	-webkit-transition-delay: 0.1s;

	transition-delay: 0.1s;

}



.union-gallery-standard figure.effect-winston:hover p a:first-child i {

	-webkit-transition-delay: 0.15s;

	transition-delay: 0.15s;

}



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

/***** Selena *****/

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



.union-gallery-standard figure.effect-selena {

/*	background: #fff;*/

}



.union-gallery-standard 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%;

}



.union-gallery-standard figure.effect-selena:hover .img {

	-webkit-transform: scale3d(0.95,0.95,1);

	transform: scale3d(0.95,0.95,1);

}



.union-gallery-standard figure.effect-selena h2 {

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(0,20px,0);

	transform: translate3d(0,20px,0);

}



.union-gallery-standard figure.effect-selena p {

	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%;

}



.union-gallery-standard figure.effect-selena:hover h2 {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-selena:hover p {

	opacity: 1;

	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);

	transform: perspective(1000px) rotate3d(1,0,0,0);

}



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

/***** Terry *****/

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



.union-gallery-standard figure.effect-terry {

	/*background: #34495e;*/

}



.union-gallery-standard figure.effect-terry figcaption {

	padding: 1em;

}



.union-gallery-standard figure.effect-terry figcaption::before,

.union-gallery-standard figure.effect-terry figcaption::after {

	position: absolute;

	width: 200%;

	height: 200%;

	border-style: solid;

	border-color: #101010;

	content: '';

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

}



.union-gallery-standard figure.effect-terry figcaption::before {

	right: 0;

	bottom: 0;

	border-width: 0 70px 60px 0;

	-webkit-transform: translate3d(70px,60px,0);

	transform: translate3d(70px,60px,0);

}



.union-gallery-standard figure.effect-terry figcaption::after {

	top: 0;

	left: 0;

	border-width: 15px 0 0 15px;

	-webkit-transform: translate3d(-15px,-15px,0);

	transform: translate3d(-15px,-15px,0);

}



.union-gallery-standard figure.effect-terry .img,

.union-gallery-standard figure.effect-terry p a {

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



.union-gallery-standard figure.effect-terry .img {

	opacity: 0.85;

}



.union-gallery-standard figure.effect-terry h2 {

	position: absolute;

	bottom: 0;

	left: 0;

	padding: 0.4em 10px;

	width: 50%;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(100%,0,0);

	transform: translate3d(100%,0,0);

}



@media screen and (max-width: 920px) {

	.union-gallery-standard figure.effect-terry h2 {

		padding: 0.75em 10px;

		font-size: 120%;

	}

}



.union-gallery-standard figure.effect-terry p {

	float: right;

	clear: both;

	text-align: left;

	text-transform: none;

	font-size: 111%;

}



.union-gallery-standard figure.effect-terry p a {

	display: block;

	margin-bottom: 1em;

	color: #fff;

	opacity: 0;

	-webkit-transform: translate3d(90px,0,0);

	transform: translate3d(90px,0,0);

}



.union-gallery-standard figure.effect-terry p a:hover,

.union-gallery-standard figure.effect-terry p a:focus {

	color: #f3cf3f;

}



.union-gallery-standard figure.effect-terry:hover figcaption::before,

.union-gallery-standard figure.effect-terry:hover figcaption::after {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-terry:hover .img {

	opacity: 0.6;



}



.union-gallery-standard figure.effect-terry:hover h2,

.union-gallery-standard figure.effect-terry:hover p a {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-terry:hover p a {

	opacity: 1;

}



.union-gallery-standard figure.effect-terry:hover p a:first-child {

	-webkit-transition-delay: 0.025s;

	transition-delay: 0.025s;

}



.union-gallery-standard figure.effect-terry:hover p a:nth-child(2) {

	-webkit-transition-delay: 0.05s;

	transition-delay: 0.05s;

}



.union-gallery-standard figure.effect-terry:hover p a:nth-child(3) {

	-webkit-transition-delay: 0.075s;

	transition-delay: 0.075s;

}



.union-gallery-standard figure.effect-terry:hover p a:nth-child(4) {

	-webkit-transition-delay: 0.1s;

	transition-delay: 0.1s;

}



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

/***** Phoebe *****/

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



.union-gallery-standard figure.effect-phoebe {

	/*background: #675983;*/

}



.union-gallery-standard figure.effect-phoebe .img {

	opacity: 0.85;

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

}



.union-gallery-standard figure.effect-phoebe:hover .img {

	opacity: 0.6;

}



.union-gallery-standard figure.effect-phoebe figcaption::before {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: url(../.img/triangle2.svg) no-repeat center center;

	background-size: 100% 100%;

	content: '';

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: scale3d(5,2.5,1);

	transform: scale3d(5,2.5,1);

	-webkit-transform-origin: 50% 50%;

	transform-origin: 50% 50%;

}



.union-gallery-standard figure.effect-phoebe:hover figcaption::before {

	opacity: 0.6;

	-webkit-transform: scale3d(1,1,1);

	transform: scale3d(1,1,1);

}



.union-gallery-standard figure.effect-phoebe h2 {

	margin-top: 1em;

	-webkit-transition: transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(0,40px,0);

	transform: translate3d(0,40px,0);

}



.union-gallery-standard figure.effect-phoebe:hover h2 {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-phoebe p a {

	color: #fff;

	font-size: 140%;

	opacity: 0;

	position: relative;

	display: inline-block;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



.union-gallery-standard figure.effect-phoebe p a:first-child {

	-webkit-transform: translate3d(-60px,-60px,0);

	transform: translate3d(-60px,-60px,0);

}



.union-gallery-standard figure.effect-phoebe p a:nth-child(2) {

	-webkit-transform: translate3d(0,60px,0);

	transform: translate3d(0,60px,0);

}



.union-gallery-standard figure.effect-phoebe p a:nth-child(3) {

	-webkit-transform: translate3d(60px,-60px,0);

	transform: translate3d(60px,-60px,0);

}



.union-gallery-standard figure.effect-phoebe:hover p a {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Apollo *****/

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



.union-gallery-standard figure.effect-apollo {

	/*background: #3498db;*/

}



.union-gallery-standard figure.effect-apollo .img {

	opacity: 0.95;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: scale3d(1.05,1.05,1);

	transform: scale3d(1.05,1.05,1);

}



.union-gallery-standard figure.effect-apollo figcaption::before {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(255,255,255,0.5);

	content: '';

	-webkit-transition: -webkit-transform 0.6s;

	transition: transform 0.6s;

	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);

	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);

}



.union-gallery-standard figure.effect-apollo p {

	position: absolute;

	right: 0;

	bottom: 0;

	margin: 3em;

	padding: 0 1em;

	max-width: 150px;

	border-right: 4px solid #fff;

	text-align: right;

	opacity: 0;

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

}



.union-gallery-standard figure.effect-apollo h2 {

	text-align: left;

}



.union-gallery-standard figure.effect-apollo:hover .img {

	opacity: 0.6;

	-webkit-transform: scale3d(1,1,1);

	transform: scale3d(1,1,1);

}



.union-gallery-standard figure.effect-apollo:hover figcaption::before {

	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);

	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);

}



.union-gallery-standard figure.effect-apollo:hover p {

	opacity: 1;

	-webkit-transition-delay: 0.1s;

	transition-delay: 0.1s;

}



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

/***** Kira *****/

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



.union-gallery-standard figure.effect-kira {

/*	background: #fff;*/

	text-align: left;

}



.union-gallery-standard figure.effect-kira .img {

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

}



.union-gallery-standard figure.effect-kira figcaption {

	z-index: 1;

}



.union-gallery-standard figure.effect-kira p {

	padding: 2.25em 0.5em;

	font-weight: 600;	

	font-size: 100%;

	line-height: 1.5;

	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);

}



.union-gallery-standard figure.effect-kira p a {

	margin: 0 0.5em;

	color: #101010;

}



.union-gallery-standard figure.effect-kira p a:hover,

.union-gallery-standard figure.effect-kira p a:focus {

	opacity: 0.6;

}



.union-gallery-standard 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;

}



.union-gallery-standard figure.effect-kira:hover .img {

	opacity: 0.5;

}



.union-gallery-standard figure.effect-kira:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard 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);

}



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

/***** Steve *****/

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



.union-gallery-standard figure.effect-steve {

	z-index: auto;

	overflow: visible;

	/*background: #000;*/

}



.union-gallery-standard figure.effect-steve:before,

.union-gallery-standard figure.effect-steve h2:before {

	position: absolute;

	top: 0;

	left: 0;

	z-index: -1;

	width: 100%;

	height: 100%;

	/*background: #000;*/

	content: '';

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

}



.union-gallery-standard figure.effect-steve:before {

	box-shadow: 0 3px 30px rgba(0,0,0,0.8);

	opacity: 0;

}



.union-gallery-standard figure.effect-steve figcaption {

	z-index: 1;

}



.union-gallery-standard figure.effect-steve .img {

	opacity: 1;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: perspective(1000px) translate3d(0,0,0);

	transform: perspective(1000px) translate3d(0,0,0);

}



.union-gallery-standard figure.effect-steve h2,

.union-gallery-standard figure.effect-steve p {

	background: #fff;

	color: #2d434e;

}



.union-gallery-standard figure.effect-steve h2 {

	position: relative;

	margin-top: 2em;

	padding: 0.25em;

}



.union-gallery-standard figure.effect-steve h2:before {

	box-shadow: 0 1px 10px rgba(0,0,0,0.5);

}



.union-gallery-standard figure.effect-steve p {

	margin-top: 1em;

	padding: 0.5em;

	font-weight: 800;

	opacity: 0;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: scale3d(0.9,0.9,1);

	transform: scale3d(0.9,0.9,1);

}



.union-gallery-standard figure.effect-steve:hover:before {

	opacity: 1;

}



.union-gallery-standard figure.effect-steve:hover .img {

	-webkit-transform: perspective(1000px) translate3d(0,0,21px);

	transform: perspective(1000px) translate3d(0,0,21px);

}



.union-gallery-standard figure.effect-steve:hover h2:before {

	opacity: 0;

}



.union-gallery-standard figure.effect-steve:hover p {

	opacity: 1;

	-webkit-transform: scale3d(1,1,1);

	transform: scale3d(1,1,1);

}



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

/***** Moses *****/

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



.union-gallery-standard figure.effect-moses {

	background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);

	background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);

}



.union-gallery-standard figure.effect-moses .img {

	opacity: 0.85;

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

}



.union-gallery-standard figure.effect-moses h2,

.union-gallery-standard figure.effect-moses p {

	padding: 20px;

	width: 50%;

	height: 50%;

	border: 2px solid #fff;

}



.union-gallery-standard figure.effect-moses h2 {

	padding: 20px;

	width: 50%;

	height: 50%;

	text-align: left;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(10px,10px,0);

	transform: translate3d(10px,10px,0);

}



.union-gallery-standard figure.effect-moses p {

	float: right;

	padding: 20px;

	text-align: right;

	opacity: 0;

	-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);

}



.union-gallery-standard figure.effect-moses:hover h2 {

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-moses:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-moses:hover .img {

	opacity: 0.6;

}



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

/***** Jazz *****/

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



.union-gallery-standard figure.effect-jazz {

	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);

	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);

}



.union-gallery-standard figure.effect-jazz .img {

	opacity: 0.9;

}



.union-gallery-standard figure.effect-jazz figcaption::after,

.union-gallery-standard figure.effect-jazz .img,

.union-gallery-standard figure.effect-jazz p {

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



.union-gallery-standard figure.effect-jazz figcaption::after {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	border-top: 1px solid #fff;

	border-bottom: 1px solid #fff;

	content: '';

	opacity: 0;

	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);

	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);

	-webkit-transform-origin: 50% 50%;

	transform-origin: 50% 50%;

}



.union-gallery-standard figure.effect-jazz h2,

.union-gallery-standard figure.effect-jazz p {

	opacity: 1;

	-webkit-transform: scale3d(0.8,0.8,1);

	transform: scale3d(0.8,0.8,1);

}



.union-gallery-standard figure.effect-jazz h2 {

	padding-top: 26%;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

}



.union-gallery-standard figure.effect-jazz p {

	padding: 0.5em 2em;

	text-transform: none;

	font-size: 0.85em;

	opacity: 0;

}



.union-gallery-standard figure.effect-jazz:hover .img {

	opacity: 0.7;

	-webkit-transform: scale3d(1.05,1.05,1);

	transform: scale3d(1.05,1.05,1);

}



.union-gallery-standard figure.effect-jazz:hover figcaption::after {

	opacity: 1;

	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);

	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);

}



.union-gallery-standard figure.effect-jazz:hover h2,

.union-gallery-standard figure.effect-jazz:hover p {

	opacity: 1;

	-webkit-transform: scale3d(1,1,1);

	transform: scale3d(1,1,1);

}



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

/***** Ming *****/

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



.union-gallery-standard figure.effect-ming {

	/*background: #030c17;*/

}



.union-gallery-standard figure.effect-ming .img {

	opacity: 0.9;

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;

}



.union-gallery-standard 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);

}



.union-gallery-standard figure.effect-ming h2 {

	margin: 20% 0 10px 0;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

}



.union-gallery-standard figure.effect-ming p {

	padding: 1em;

	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);

}



.union-gallery-standard figure.effect-ming:hover h2 {

	-webkit-transform: scale(0.9);

	transform: scale(0.9);

}



.union-gallery-standard figure.effect-ming:hover figcaption::before,

.union-gallery-standard figure.effect-ming:hover p {

	opacity: 1;

	-webkit-transform: scale3d(1,1,1);

	transform: scale3d(1,1,1);

}



.union-gallery-standard figure.effect-ming:hover figcaption {

	background-color: rgba(58,52,42,0);

}



.union-gallery-standard figure.effect-ming:hover .img {

	opacity: 0.4;

}



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

/***** Lexi *****/

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



.union-gallery-standard figure.effect-lexi {

/*	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);

	background: linear-gradient(-45deg, #000 0%,#fff 100%);*/

}



.union-gallery-standard figure.effect-lexi .img {

	margin: -10px 0 0 -10px;

	max-width: none;

	width: -webkit-calc(100% + 10px);

	width: calc(100% + 10px);

	opacity: 0.9;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: translate3d(10px,10px,0);

	transform: translate3d(10px,10px,0);

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

}



.union-gallery-standard figure.effect-lexi figcaption::before,

.union-gallery-standard figure.effect-lexi p {

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



.union-gallery-standard figure.effect-lexi figcaption::before {

	position: absolute;

	right: -100px;

	bottom: -100px;

	width: 300px;

	height: 300px;

	border: 2px solid #fff;

	border-radius: 50%;

	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);

	content: '';

	opacity: 0;

	-webkit-transform: scale3d(0.5,0.5,1);

	transform: scale3d(0.5,0.5,1);

	-webkit-transform-origin: 50% 50%;

	transform-origin: 50% 50%;

}



.union-gallery-standard figure.effect-lexi:hover .img {

	opacity: 0.6;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



.union-gallery-standard figure.effect-lexi h2 {

	text-align: left;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: translate3d(5px,5px,0);

	transform: translate3d(5px,5px,0);

}



.union-gallery-standard figure.effect-lexi p {

	position: absolute;

	right: 0;

	bottom: 0;

	padding: 0 1.5em 1.5em 0;

	width: 140px;

	text-align: right;

	opacity: 0;

	-webkit-transform: translate3d(20px,20px,0);

	transform: translate3d(20px,20px,0);

}



.union-gallery-standard figure.effect-lexi:hover figcaption::before {

	opacity: 1;

	-webkit-transform: scale3d(1,1,1);

	transform: scale3d(1,1,1);

}



.union-gallery-standard figure.effect-lexi:hover h2,

.union-gallery-standard figure.effect-lexi:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



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

/***** Duke *****/

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



.union-gallery-standard figure.effect-duke {

/*	background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);

	background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);*/

}



.union-gallery-standard figure.effect-duke .img,

.union-gallery-standard figure.effect-duke p {

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



.union-gallery-standard figure.effect-duke:hover .img {

	opacity: 0.1;

	-webkit-transform: scale3d(2,2,1);

	transform: scale3d(2,2,1);

}



.union-gallery-standard figure.effect-duke h2 {

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	-webkit-transform: scale3d(0.8,0.8,1);

	transform: scale3d(0.8,0.8,1);

	-webkit-transform-origin: 50% 100%;

	transform-origin: 50% 100%;

}



.union-gallery-standard figure.effect-duke p {

	position: absolute;

	bottom: 0;

	left: 0;

	margin: 20px;

	padding: 30px;

	border: 2px solid #fff;

	text-transform: none;

	font-size: 90%;

	opacity: 0;

	-webkit-transform: scale3d(0.8,0.8,1);

	transform: scale3d(0.8,0.8,1);

	-webkit-transform-origin: 50% -100%;

	transform-origin: 50% -100%;

}



.union-gallery-standard figure.effect-duke:hover h2,

.union-gallery-standard figure.effect-duke:hover p {

	opacity: 1;

	-webkit-transform: scale3d(1,1,1);

	transform: scale3d(1,1,1);

}



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

/***** Diagonal *****/

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



.union-gallery-standard figure.effect-diagonal {

	background: inherit;

}



.union-gallery-standard figure.effect-diagonal figcaption {

	position: absolute;

	background: rgba(0, 0, 0, 0.67);

	top: 0;

	left: 0px;

	bottom: 0px;

	right: 0;

	width: 100%;

	height: 100%;

	text-align: center;

	overflow: hidden;

	opacity: 0;

	-moz-transition: all 200ms ease-in-out;

	-o-transition: all 200ms ease-in-out;

	-webkit-transition: all 200ms ease-in-out;

	transition: all 200ms ease-in-out;

	-moz-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0);

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

}



.union-gallery-standard figure.effect-diagonal figcaption:after, .union-gallery-standard figure.effect-diagonal figcaption:before {

    content: '';

    background: #fff;

    height: 1px;

    width: 50%;

    position: absolute;

    -moz-transition: all 250ms ease-in-out;

    -o-transition: all 250ms ease-in-out;

    -webkit-transition: all 250ms ease-in-out;

    transition: all 250ms ease-in-out;

    -moz-transform: rotate(45deg) scale(0.5);

    -ms-transform: rotate(45deg) scale(0.5);

    -webkit-transform: rotate(45deg) scale(0.5);

    transform: rotate(45deg) scale(0.5); 

}



.union-gallery-standard figure.effect-diagonal figcaption:after{

	top: 4%;

	left: 20px;

	-webkit-transform-origin: top left;

	-moz-transform-origin: top left;

	-ms-transform-origin: top left;

	-o-transform-origin: top left;

	transform-origin: top left;

}



.union-gallery-standard figure.effect-diagonal figcaption:before{

	bottom: 4%;

	right: 20px;

	-webkit-transform-origin: bottom right;

	-moz-transform-origin: bottom right;

	-ms-transform-origin: bottom right;

	-o-transform-origin: bottom right;

	transform-origin: bottom right;

}



.union-gallery-standard figure.effect-diagonal figcaption:hover {

	opacity: 1;

}

.union-gallery-standard figure.effect-diagonal figcaption:hover:after, .union-gallery-standard figure.effect-diagonal figcaption:hover:before {

	-moz-transform: rotate(45deg) scale(1);

	-ms-transform: rotate(45deg) scale(1);

	-webkit-transform: rotate(45deg) scale(1);

	transform: rotate(45deg) scale(1);

}



.union-gallery-standard figure.effect-diagonal h2 {

	font-size: 20px;

	font-size: 1.25rem;

	position: absolute;

	display: block;

	text-align: center;

	width: 100%;

	left: 0;

	padding-left: 20px;

	padding-right: 20px;

	color: white;

	font-family: inherit;

	font-weight: normal;

	top:40%;

}



.union-gallery-standard figure.effect-diagonal p {

	font-size: 20px;

	font-size: 1.25rem;

	position: absolute;

	display: block;

	text-align: center;

	width: 100%;

	left: 0;

	padding-left: 20px;

	padding-right: 20px;

	color: white;

	font-family: inherit;

	font-weight: normal;

	top:50%;

}



.union-gallery-standard figure.effect-diagonal:hover h2,

.union-gallery-standard figure.effect-diagonal:hover p {

	font-size: 20px;

	font-size: 1.25rem;

	position: absolute;

	display: block;

	text-align: center;

	width: 100%;

	left: 0;

	padding-left: 20px;

	padding-right: 20px;

	color: white;

	font-family: inherit;

	font-weight: normal;

}



/* Media queries */

@media screen and (max-width: 50em) {

	.content {

		padding: 0 10px;

		text-align: center;

	}

	.union-gallery-standard .grid figure {

		display: inline-block;

		float: none;

		margin: 10px auto;

		width: 100%;

	}

}