/*minified*/
#pluginAppObj_8_02 {
    width: 100%;
    max-width: 250px!important;
	box-sizing: content-box!important;
}

#pluginAppObj_8_02 div {
	float: left;
	max-width: 250px;
    height: 350px;
	box-sizing: border-box;
	width: 100%;
	color: #333;
    overflow: hidden;
	border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: rgba(224, 224, 224, 1) rgba(224, 224, 224, 1) rgba(224, 224, 224, 1) rgba(224, 224, 224, 1);
	border-radius: 0px 0px 0px 0px;
	box-shadow: none;
	;
}

#pluginAppObj_8_02 figure {
	position: relative;
	overflow: hidden;
	margin: 0px;
	background: transparent;
    height: 100%;
}

#pluginAppObj_8_02 figure img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	object-fit: contain;
}

#pluginAppObj_8_02 figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
    box-sizing: border-box;
}

#pluginAppObj_8_02 figcaption h2 {
	letter-spacing: 1px;
	font-family: 'Oswald';
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	color: rgba(35, 35, 35, 1);
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function:ease;
}

#pluginAppObj_8_02 figcaption p {
	font-family: 'Oswald';
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
	color: rgba(35, 35, 35, 1);
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function:ease;
}

#pluginAppObj_8_02 figcaption h2,
#pluginAppObj_8_02 figcaption p {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

#pluginAppObj_8_02 figure nav {
	display: grid;
    align-items: center;
	
	
	color: rgba(255, 255, 255, 1);
	font-family: 'Oswald';
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	text-align: center;

	position: absolute;
	padding: 6px 20px;
	border: none;

	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function:ease;

	bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(35, 35, 35, 1);

	-webkit-transform: translateY(100%);
    transform: translateY(100%);

	
}

#pluginAppObj_8_02 figcaption,
#pluginAppObj_8_02 figcaption h2,
#pluginAppObj_8_02 figcaption p,
#pluginAppObj_8_02 figure nav {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	overflow: hidden;
}

/* Style for SVG */
#pluginAppObj_8_02 svg {
	transform: scale(1,1);
	position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	filter: none;
}

#pluginAppObj_8_02 svg path {
	fill: rgba(255, 255, 0, 0.63);
	-webkit-transition: fill 0.5s;
	transition: fill 0.5s;
	transition-timing-function: ease;
}

/* Hover effects */
#pluginAppObj_8_02 div:hover figure img {
	opacity: 1;
}

#pluginAppObj_8_02 div:hover svg path {
	fill: rgba(255, 225, 46, 1);
}

#pluginAppObj_8_02 div:hover figcaption h2 {
	color: rgba(35, 35, 35, 1);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#pluginAppObj_8_02 div:hover figcaption p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: transparent;
}

#pluginAppObj_8_02 div:hover figure nav {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	box-sizing: border-box;
}