/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */



.list-alignment {display: inline-block; width:100%; line-height: 26px; text-align: left; list-style: disc; margin:0px 15px;}
.list-price {display: inline;}

@media screen and (min-width: 769px) {

.grid {
	position: relative;
	/*clear: both;*/
	margin: 0 auto;
	width:100%;
	list-style: none;
	/*text-align: center;*/
	float:left;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 40px 1%;
	/*min-width: 370px;
	max-width: 400px;
	max-height: 320px;*/
	width: 31%;
	/*height: auto;*/
	/*background: #4f7107;*/
	/*text-align: center;*/
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	/*min-height: 100%;*/
	width: 100%;
	/*opacity: 0.8;*/
}	
	
.grid figure figcaption {
	/*padding: 2em;*/
	color: #fff;
	text-transform: uppercase;
	/*font-size: 1.25em;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
	
	
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
	
	
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	/*z-index: 1;*/
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3,.grid figure h4 {
	font-weight: bold;
	font-size:21px;
}

.grid figure h3 span,.grid figure h4 span {
	font-size:15px;
	font-weight: bold;
	color:#ffffff;
}

.grid figure h3,.grid figure h4,
.grid figure p {
	margin: 0;
}

.grid figure p {
	line-height: 24px;
	/*letter-spacing: 1px;
	font-size: 68.5%;*/
}

/* Individual effects */


/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #4f7107;
}

figure.effect-goliath img,
figure.effect-goliath h3,figure.effect-goliath h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h3,figure.effect-goliath h4,
figure.effect-goliath p,figure.effect-goliath ul {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	font-size:19px;
	line-height: 30px;
    text-shadow: 2px 2px 20px #535353;
	text-align: left;
}

figure.effect-goliath p,figure.effect-goliath ul {
	text-transform: none;
	font-size:15px;
	line-height: 30px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,130px,0);
	transform: translate3d(0,130px,0);
	width: 100%;
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-130px,0);
	transform: translate3d(0,-130px,0);
}

figure.effect-goliath:hover h3,figure.effect-goliath:hover h4 {
	-webkit-transform: translate3d(0,-130px,0);
	transform: translate3d(0,-130px,0);
}


figure.effect-goliath:hover p,figure.effect-goliath:hover ul {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.list-price {font-size:13px; padding:10px;}
em {color:#ffff00; font-size:26px; padding:0px 5px; font-weight: bold;}
	
}




/* Media queries */


/*@media screen and (max-width: 1230px) {
figure.effect-goliath p,figure.effect-goliath ul {
	text-transform: none;
	font-size:15px;
	padding:8px;
	line-height: 30px;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,31px,0);
	transform: translate3d(0,310px,0);
	width:100%;

}
}*/

@media screen and (min-width: 769px) and (max-width: 1019px) {

.grid {
	position: relative;
	/*clear: both;*/
	margin: 0 auto;
	width:100%;
	list-style: none;
	/*text-align: center;*/
	float:left;
	z-index: 100;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 40px 1%;
	/*min-width: 370px;
	max-width: 400px;
	max-height: 320px;*/
	width: 48%;
	/*height: auto;*/
	/*background: #4f7107;*/
	/*text-align: center;*/
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	/*min-height: 100%;*/
	/*width: 100%;
	/*opacity: 0.8;*/
}
	
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	/*font-size: 1.25em;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
	
	
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
	
	
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:0px;
}
	
/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3,.grid figure h4 {
	font-weight: bold;
	font-size:21px;
}

.grid figure h3 span,.grid figure h4 span {
	font-size:15px;
	font-weight: bold;
	color:#ffffff;
}

.grid figure h3,.grid figure h4,
.grid figure p {
	margin: 0;
}

.grid figure p {
	line-height: 24px;
	
}

/* Individual effects */


/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #4f7107;
}

figure.effect-goliath img,
figure.effect-goliath h3,figure.effect-goliath h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h3,figure.effect-goliath h4,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	font-size:19px;
	line-height: 30px;
    text-shadow: 2px 2px 20px #535353;
}

figure.effect-goliath p {
	text-transform: none;
	font-size:15px;
	line-height: 30px;
	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,-120px,0);
	transform: translate3d(0,-120px,0);
}

figure.effect-goliath:hover h3,figure.effect-goliath:hover h4 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.list-price {font-size:13px; padding:10px;}
em {color:#ffff00; font-size:26px; padding:0px 5px; font-weight: bold;}

	
}


@media screen and (max-width: 768px) {
	.grid {
	position: relative;
	margin: 0 auto;
	width:100%;
	list-style: none;
	float:left;
	}
	
	.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 1%;
	width: 100%;
	cursor: pointer;
	}

	.grid figure img {
		position: relative;
		display: block;
		width: 100%;
		/*opacity: 0.8;*/
	}
	
	.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	/*font-size: 1.25em;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}
	
	.grid figure figcaption::before,
	.grid figure figcaption::after {
		pointer-events: none;
	}


	.grid figure figcaption {
		/*position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;*/
	}
	
	.grid figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		
	}
	
	.grid figure figcaption > a {
	/*z-index: 1000;*/
	text-indent: 200%;
	white-space: nowrap;
	}
	
	figure.effect-goliath h3,figure.effect-goliath h4 {
		position:relative;
		/*bottom: 0;
		top: 0;*/
		float:left;
		padding: 16px;
		font-size:18px;
		line-height: 25px;
		width:100%;
		margin-top:-25px;
		background: #4f7107;
		font-weight: bold;
		text-align: left;
	}
	figure.effect-goliath p,figure.effect-goliath ul {
		position:relative;
		/*bottom: 0;
		top: 10px;*/
		float:left;
		padding: 10px;
		text-transform: none;
		font-size:15px;
		line-height: 24px;
		width:100%;
		opacity: 1;
		margin-top: -14px;
		background: #4f7107;
		font-weight: normal;
		margin-bottom: 20px;
	}
	
	.list-price {font-size:13px; text-align: right; display: block;}
	em {color:#ffff00; font-size:24px; padding:0px 5px; font-weight: bold;}
	
	.list-alignment {text-indent: -6px; padding-left:8px; display: block; text-align: left; list-style: disc; margin-left:0px;}
	.list-alignment li {margin-left:20px;}
}

