.pro-top-text {
	padding: 20px;
	background-color: #f8f8f8;
	border-radius: 5px;
	font-size: 16px;
	line-height: 24px;
	color: #B28856;
	letter-spacing: 1px;
}

.pro-page {}

.pro-page h4 {
	/*border-left: 3px solid #B28856;*/
	/*padding: 5px 10px;*/
	color: #B28856;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 32px;
	font-size: 20px;
}
.pro-page h4 em{
	display: inline-block;
	font-style: normal;
	/*font-size:14px ;*/
	/*color: #999;*/
	margin-left: 6px;
	letter-spacing: 0;
	
}
.pro-page h4 span {
	float: left;
	width: 24px;
	height: 24px;
	background-color: #debb92;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 3px;
	letter-spacing: 0;
}

.pro-page p {
	color: #666;
}

.pro-badge {
	background-color: #ccc;
	padding: 3px 10px;
	/*padding-bottom: 10px;*/
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
}

.factory-box h4 {
	margin-bottom: 20px;
}

.factory-box img {
	float: left;
	height: 180px;
	padding: 10px;
	/*border: 1px solid #eee;*/
	margin: 20px;
	margin-top: 0;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
	border-radius: 14px;
}

.factory-box img.left {
	float: left;
	margin-left: 0px;
}

.factory-box img.right {
	float: right;
	margin-right: 0px;
}

@media (max-width: 768px) {
	.factory-box img {
		float: none;
		display: block;
		width: 100%;
		height: auto;
	}
}

.factory-box-2 {
	border: 2px solid #efefef;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 6px;
}

.factory-box-2 h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 36px;
	vertical-align: middle
}

.factory-box-2 h3 span {
	color: #D9B385;
	font-size: 32px;
	line-height: 32px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -8px;
	font-weight: normal;
}

.factory-box-2 p {
	margin: 0;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999;
}

@media (max-width: 768px) {
	.factory-box-2 {
		border: 1px solid #efefef;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	.factory-box-2 h3 {
		margin: 0;
		font-size: 14px;
		font-weight: bold;
		color: #666;
		line-height: 32px;
	}
	.factory-box-2 h3 span{
		font-size: 26px;
	margin-top: -4px;
	}
}


.pro-row{
	/*background-color: #0095DD;*/
	padding-left: 15px;
	padding-right: 15px;
}
.pro-row div.col-pro{
	padding: 0px;
	border: 5px solid #fff;
	position: relative;
	overflow: hidden;
		transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	-o-transition: .25s;
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0);
}
.pro-row div.col-pro p{
	margin: 0;
	display: block;
	position: absolute;
	line-height: 40px;
	width: 100%;
	background-color: #fff;
	left: 0;
	bottom: -40px;
	text-align: center;
	color: #888;
	transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	-o-transition: .25s;
	font-size: 13px;
}
.pro-row div.col-pro:hover{
	border: 5px solid #f2f2f2;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .02);
}
.pro-row div.col-pro:hover p{
	bottom: -2px;
	background-color: #f2f2f2
}
