
.title1 {
	/*background: rgba(255, 255, 255, 0.6);*/
	font-size: 48px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0px;
	font-weight: 300;
	color: #333333;
	line-height: normal;
	text-transform: uppercase;
	text-shadow: none;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 5px;
	text-shadow: 0px 0px 6px #000;
}

.title1_subtitle1 {
	background: rgba(255, 255, 255, 0.6);
	font-size: 18px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0px;
	font-weight: 400;
	color: #333333;
	line-height: normal;
	text-transform: none;
	text-shadow: none;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
	padding: 7px 10px;
	border-radius: 3px;
}

.title1_img1 {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.title1_ico1 {
	color: #999;
	font-size: 16px;
	line-height: 51px;
	text-align: center;
	display: block;
}

.title1_line1 {
	background: url("title1_line1.png") no-repeat center 13px;
	height: 39px;
	display: block;
	bottom: 0px;
	width: 300px;
	margin: 3px auto 0 auto;
}

.title1_line2 {
	background: #e54c4c;
	height: 3px;
	display: block;
	bottom: 0px;
	width: 100px;
	margin: 18px auto 0 auto;
}