*
.section_title .section_subtitle{

	margin-bottom: 7px;
	padding-left: 7px;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	color: #aaaaaa;
	border-left: 3px solid #bfa67a;
	font-size: 70;
	font-family: tahoma;
}

.section_main_title{
	margin-top: 0;
	margin-bottom: 37px;
	font-size: 30px;
	line-height: 1.27;
	font-weight: 
}

.about-box{
	-webkit-box-shadow:0 0 0 10px #000000 inset;
	box-shadow: 0 0 0 10px #000000 inset
	margin-right: 0;
	margin-top: 0
	position: relative; 
	display: block;
}

.box-overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 3;
	transform: translate(30px) translateX(-30px);
	transform: translate(30px) translateX(-30px);
	-webkit-transform: translate(30px) translateX(-30px);;
}
