.grid_pr_03_02 {
	margin: 0 auto;
	padding: 0 0;
	max-width: 1200px;
	list-style: none;
	position: relative;
	clear: both;
}

.grid_pr_03_02 figure {
/*	min-width: 250px;
	max-width: 560px; */
	max-height: 100%;
/*	min-height: 225px; */
	padding: 0px 0px 0px 0px;
/*	width: 46%; */
	height: auto;
/*	border-color: #e8e8e8;
	border-style: solid;
	border-width: 1px 1px 1px 1px; */
	position: relative;
	overflow: hidden;
/*	cursor: pointer; */
	float: left;
}

.figure_g03_01 { margin: 10px 8% 15px 0%; }
.figure_g03_02 { margin: 10px 0% 15px 0%; }
.figure_g03_02_r { margin: 10px 0% 15px 0%; border-radius: 7px; }
.figure_g04_01 { margin: 10px 0% 15px 0%; }

.figure_g05_01_r { width: 30%; margin: 10px 4% 15px 0%; border-radius: 7px; }
.figure_g05_02 { width: 66%; margin: 10px 0% 15px 0%; }

.grid_pr_03_02 figure img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	display: block;
	vertical-align: bottom;
	opacity: 1;
}

.stock_01 {
	right: 0.0%;
	bottom: 3.0%;
	padding: 8px 15px 8px 15px;
	color: #fff;
	font-family: 'Calibri', Verdana, sans-serif;   
	background: rgba(128,92,56,0.7);
	border-radius: 7px;
	border: 0px solid #dfc39b; 
	position: absolute;
}
.stock_01:hover { background: rgba(179,56,22,1.0); }

@media (min-width: 989px) and (max-width: 1200px) {
.text_14_01 { font-size: 13px; }
.text_16_01 { font-size: 15px; }
.text_15_01 { font-size: 14px; }
.text_19_01 { font-size: 18px; }
.m_t_08_b00 { margin: -7px 0px 0px 0px; }
}

@media (min-width: 725px) and (max-width: 989px) {
.text_14_01 { font-size: 12px; }
.text_15_01 { font-size: 13px; }
.text_16_01 { font-size: 14px; }
.text_19_01 { font-size: 17px; }
.m_t_08_b00 { margin: -6px 0px 0px 0px; }
}

@media (min-width: 536px) and (max-width: 725px) {
.grid_pr_03_02 figure {
	margin: 10px auto;
	width: 100%;
	display: inline-block;
	float: none;
}
.stock_01 { bottom: 1.5%; }
.p_t00_b10_m { padding: 0px 0px 0px 0px; }
.text_14_01 { font-size: 15px; }
.text_15_01 { font-size: 14px; }
.text_16_01 { font-size: 15px; }
.text_19_01 { font-size: 20px; }
.m_t_08_b00 { margin: 0px 0px 0px 0px; }
}

@media (min-width: 460px) and (max-width: 536px) {
.grid_pr_03_02 figure {
	margin: 10px auto;
	width: 100%;
	display: inline-block;
	float: none;
}
.stock_01 { bottom: 1.5%; }
.p_t00_b10_m { padding: 0px 0px 0px 0px; }
.text_14_01 { font-size: 13px; }
.text_15_01 { font-size: 13px; }
.text_16_01 { font-size: 14px; }
.text_19_01 { font-size: 18px; }
.m_t_08_b00 { margin: 0px 0px 0px 0px; }
}

@media (min-width: 300px) and (max-width: 460px) {
.grid_pr_03_02 figure {
	margin: 10px auto;
	width: 100%;
	display: inline-block;
	float: none;
}
.stock_01 { bottom: 1.0%; }
.p_t00_b10_m { padding: 0px 0px 0px 0px; }
.text_14_01 { font-size: 11px; }
.text_15_01 { font-size: 12px; }
.text_16_01 { font-size: 13px; }
.text_19_01 { font-size: 16px; }
.m_t_08_b00 { margin: 0px 0px 0px 0px; }
}

@media (max-width: 300px) {
.grid_pr_03_02 figure {
	margin: 10px auto;
	width: 100%;
	display: inline-block;
	float: none;
}
.stock_01 { bottom: 1.0%; }
.p_t00_b10_m { padding: 0px 0px 0px 0px; }
.text_14_01 { font-size: 11px; }
.text_15_01 { font-size: 12px; }
.text_16_01 { font-size: 13px; }
.text_19_01 { font-size: 16px; }
.m_t_08_b00 { margin: 0px 0px 0px 0px; }
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect_bubba_01 {
/*	background: #105d27; */
	z-index: 1;
}

figure.effect_bubba_01 {
/*	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%); */
}

figure.effect_bubba_01 img {
	opacity: 1.0;
}

figure.effect_bubba_01 figcaption::after,
figure.effect_bubba_01 img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect_bubba_01 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%;
}

figure.effect_bubba_01 h2 {
	text-align: left;
}

figure.effect_bubba_01 p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2em 1.3em 1.0em 0.5em;
	padding: 0 0em;
	max-width: 470px;
	font-family: 'Calibri', Tahoma, Verdana, Arial;
	text-align: right;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

figure.effect_bubba_01 p {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect_bubba_01 h3 {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2em 1.7em -0.3em 0.5em;
	padding: 0em 0em;
	max-width: 470px;
	font-family: 'Calibri', Tahoma, Verdana, Arial;
	text-align: right;
	opacity: 0.0;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

figure.effect_bubba_01 h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect_bubba_01: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);
}

figure.effect_bubba_01:hover img,
figure.effect_bubba_01:hover h3,
figure.effect_bubba_01:hover p {
	opacity: 1.0;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;

}

figure.effect_bubba_01:hover img {
	opacity: 1.0;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect_bubba_01: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);
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect_apollo_01 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);
	z-index: 1;
}
figure.effect_apollo_01 h2 { text-align: left; }
figure.effect_apollo_01 p {
	position: absolute;
/*	right: 0; */
	bottom: 0;
	margin: 2em 0.5em 1.0em 0em;
	padding: 0 0em;
	max-width: 470px;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
	text-align: left;
}
figure.effect_apollo_01 p {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect_apollo_01 h3 {
	position: absolute;
	bottom: 0;
	margin: 2em 0.5em -0.5em 0em;
	padding: 0em 0em;
	max-width: 470px;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	opacity: 0.0;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
	text-align: left;
}
figure.effect_apollo_01 h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect_apollo_01:hover h3,
figure.effect_apollo_01:hover p {
	opacity: 0.9;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	text-align: left;
}
figure.effect_apollo_01: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);
}
