/* HOME PAGE BEGINS*/


.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin:-1px 0 0 0;	/*change here for spacing*/	
	width: 33.333333333%;
	text-align: center;
	cursor: pointer;padding:0;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 102%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: auto;
}

.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 */
/* For some effects it will show as a button */
.grid figure figcaption > a {text-decoration:none;color: #F8E713;
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 700;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* HOME PAGE END */

/* CHEMICAL INJECTIONS PAGE BEGIN */
.grd {background:#000;
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grd figure { 
	position: relative;
	float: left;
	overflow: hidden;
	margin:-1px 0px 0 -1px;	/*change here for spacing*/	
	width: 33.333333333333%;
	text-align: center;
	cursor: pointer;padding:0;
}

.grd figure img {
	position: relative;
	display: block;
	max-width: 102%;
	opacity: 1;
}

.grd figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grd figure figcaption::before,
.grd figure figcaption::after {
	pointer-events: none;
}

.grd figure figcaption,
.grd 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 */
.grd figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grd figure figcaption h2 {font-size:14pt;text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);font-variant:small-caps;
	word-spacing: -0.15em;text-transform:none;background:#000;
	font-weight: 700;
}

.grd figure h2,
.grd figure p {
	margin: 0;
}

.grd figure p {
	letter-spacing: 1px;
	
}
/* CHEMICAL INJECTIONS PAGE END */

/* PUMP CONTROLS PAGE BEGIN */
.grdpc {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grdpc figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin:-1px 0 0 0;	/*change here for spacing*/	
	width: 50%;
	text-align: center;
	cursor: pointer;padding:0;
}

.grdpc figure img {
	position: relative;
	display: block;
	max-width: 102%;
	opacity: 1;
}

.grdpc figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grdpc figure figcaption::before,
.grdpc figure figcaption::after {
	pointer-events: none;
}

.grdpc figure figcaption,
.grdpc 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 */
.grdpc figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grdpc figure figcaption h2 {font-size:14pt;text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);font-variant:small-caps;
	word-spacing: -0.15em;text-transform:none;background:#000;
	font-weight: 700;
}

.grdpc figure h2,
.grdpc figure p {
	margin: 0;
}

.grdpc figure p {
	letter-spacing: 1px;
	
}
/* PUMP CONTROLS PAGE END */





/* HOME PAGE BEGIN */

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
/*	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);*/
}

/*figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
*/
figure.effect-oscar figcaption {
	padding: 2%;
/*	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;*/
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 20px;
	right: 10px;
	bottom: 20px;
	left: 10px;
	
	content: '';
}

figure.effect-oscar  h2 {  font-family:Helvetica Neue,Helvetica;color: #F8E713;font-size:15px;
	margin:70% 0 0 0;
	line-height:25px;
	background:#000;opacity:0.7;
	text-align:center !important;
}

@media (min-width: 1367px) and (max-width: 1440px) {figure.effect-oscar  h2 { font-size:13px !important;

	line-height:26px;
	
}
}
@media (min-width: 1280px) and (max-width: 1366px) {figure.effect-oscar  h2 { font-size:13px !important;

	line-height:26px;
	
}
}
@media (min-width: 992px) and (max-width: 1199px) {figure.effect-oscar  h2 { font-size:12px !important;

	line-height:20px;
	
}
}


figure.effect-oscar figcaption::before,
figure.effect-oscar p {font-family:Helvetica Neue,Helvetica;color:#fff;text-align:center;text-shadow: 1px 1px 2px #000000;
	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 h2 {margin-top:40% ;
	
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(0,0,0,0.2);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}
/*---------------*/
/***** HOME PAGE END *****/
/*---------------*/



/*---------------*/
/***** CHEMICAL INJECTION SYSTEMS PAGE *****/
/*---------------*/

figure.effect-oscr {
/*	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);*/
}

/*figure.effect-oscr img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
*/
figure.effect-oscr figcaption {
	padding: 5%;
/*	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;*/
}

figure.effect-oscr figcaption::before {
	position: absolute;
	top: 20px;
	right: 10px;
	bottom: 20px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscr h2 {color:#fff;font-size:23px;text-shadow: 1px 0px 1px rgba(150, 150, 150, 1);
	margin:25% 0 0 0;
	line-height:25px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscr figcaption::before,
figure.effect-oscr 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);
}

figure.effect-oscr:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscr:hover figcaption::before,
figure.effect-oscr:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscr:hover figcaption {
	background-color: rgba(0,0,0,0.2);
}

figure.effect-oscr:hover img {
	opacity: 0.4;
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grd figure {
		width: 50%;
	}
}


@media (max-width: 639px) {
	.grd figure {width: 100%;}
}
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grd figure {
		width: 50%;
	}
}


@media (max-width: 639px) {
	.grd figure {width: 100%;}
	
}

/* CHEMICAL INJECTION SYSTEMS PAGE END   */
/*---------------*/





/* PUMP CONTROLS PAGE   */
/*---------------*/
/***** oscr *****/
/*---------------*/

figure.effect-oscpc {
/*	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);*/
}

/*figure.effect-oscr img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
*/
figure.effect-oscpc figcaption {
	padding: 5%;
/*	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;*/
}

figure.effect-oscpc figcaption::before {
	position: absolute;
	top: 20px;
	right: 10px;
	bottom: 20px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscpc h2 {color:#fff;font-size:23px;text-shadow: 1px 0px 1px rgba(150, 150, 150, 1);
	margin:25% 0 0 0;
	line-height:25px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscpc figcaption::before,
figure.effect-oscpc 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);
}

figure.effect-oscpc:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscpc:hover figcaption::before,
figure.effect-oscpc:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscpc:hover figcaption {
	background-color: rgba(0,0,0,0.2);
}

figure.effect-oscpc:hover img {
	opacity: 0.4;
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grdpc figure {
		width: 50%;
	}
}


@media (max-width: 639px) {
	.grdpc figure {width: 100%;}
}
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grdpc figure {
		width: 50%;
	}
}


@media (max-width: 639px) {
	.grdpc figure {width: 100%;}
}
/* PUMP CONTROLS PAGE END */