.footer1 {
	background-color: #f1f5f9;
}
.footer1-input input {
	background-color: #FFFFFF;
}
.product-content {
	width: 100%;
	padding: 60px 0 85px;
	overflow: hidden;
}
.product-content a {
	display: block;
	width: 33.33%;
	overflow: hidden;
	float: left;
	position: relative;
}
.product-content a img:first-of-type {
	width: 100%;
	position: relative;
}
.product-content a h3 {
	width: 100%;
	height: 100% !important;
	line-height: 35px;
	font-size: 32px;
	padding: 0 40px;
	color: #000000;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 2;
	text-align: center;
}
.product-content a h3:hover
{
    color:#000000;
    font-weight:bold;
    display:block;
}
.product-content a img:last-of-type {
	transition: all 0.5s;
}
.product-content a:hover img:last-of-type {
	transform: scale(1.1);
	color:#000000;
    text-shadow: 5px 5px 5px #000000;
    font-weight:700;
    display:block;
}
@media only screen and (max-width: 991px) {
	.product-content {
		padding: 50px 0 0;
	}
	.product-content a {
		width: 100%;
		float: none;
		margin: 0 0 80px;
	}
	.product-content a img:nth-of-type(1) 
	{
	    
	}
	.product-content a img:nth-of-type(2) {
		width: 100%;
	}
	.product-content a h3 {
		top: 55px;
		width: 60%;
		height: 90px;
		font-size: 42px;
		line-height: 45px;
		padding: 0 0 0 45px;
	}
}
@media only screen and (max-width: 750px) {
	.product-content {
		padding: 30px 0 0;
	}
	.product-content a {
		margin: 0 0 40px;
	}
	.product-content a h3 {
		top: 25px;
		width: 100%;
		height: 60px;
		font-size: 24px;
		line-height: 30px;
		padding: 0;
	}
}
@media only screen and (min-width: 992px) {
	.product-content {
		padding: 40px 0 50px;
	}
	.product-content a img:nth-of-type(2) {
		display: none;
	}
	.product-content a h3 {
		top: 30px;
		height: 28px;
		font-size: 24px;
		padding: 0 30px;
		line-height: 28px;
	}
}
@media only screen and (min-width: 1200px) {
	.product-content {
		padding: 50px 0 70px;
	}
	.product-content a h3 {
		height: 32px;
		line-height: 32px;
		font-size: 28px;
		padding: 0 35px;
		top: 40px;
	}
}
@media only screen and (min-width: 1450px) {
	.product-content {
		padding: 60px 0 85px;
	}
	.product-content a h3 {
		top: 22px;
		height: 40px;
		font-size: 32px;
		padding: 0 40px;
		line-height: 35px;
		position: absolute;
	}
}