.overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
}
.box{
	display: none;
	background-color: #f2f2f2;
	width: 70%;
	min-height: 400px;
	top: 10%;
	left: 50%;
	margin-left: -35%;
	position: absolute;
}
.close{
	width: 30px;
	height: 30px;
	background-color: #1c1c1c;
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 28px;
}
.info-prod-bx{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 40px;
	color: #818181;
}
.footer-lb{
	max-width: 100%;
	display: block;
	background-image: url(../img/banner1.jpg);
	background-size: cover;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	margin-top: -4px;
}