@charset "UTF-8";



@media only screen and (max-width: 480px) {


/*==========================================

	h
 
===========================================*/

.page-head{
	background: transparent url(../i/h2_bg_business.jpg) no-repeat center center ;
	background-size: cover;
}



section.business-section{
	width:100%;
	margin: 30px 0 30px 0;
	border:1px solid;#56554c;
}
.business-section-inner{
	width:100%;
	margin: 0px 0 0px 0;
	padding:0px 16px 0px 16px;
}
section.business-section h3{
	font-size:20px;
	color:#fff;
	font-family: serif;
	font-weight: normal;
	width:100%;
	margin: 0px 0 0px 0;
	padding:8px 16px 8px 16px;
	background: #56554c;
}
section.business-section h4{
	font-size:16px;
	line-height: 25px;
	margin: 15px 0 10px 0;
	padding:0px 0px 0px 12px;
}
section.business-section h4:before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #d0121b;
	position: relative;
	left: -15px;
	top: -2px;
}


}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {


/*==========================================

	h
 
===========================================*/


.page-head{
	background: transparent url(../i/h2_bg_business.jpg) no-repeat center center ;
	background-size: cover;
}


section.business-section{
	width:100%;
	margin: 30px 0 30px 0;
	border:1px solid;#56554c;
}
.business-section-inner{
	width:100%;
	margin: 0px 0 0px 0;
	padding:0px 20px 0px 20px;
}
section.business-section h3{
	font-size:25px;
	color:#fff;
	font-family: serif;
	font-weight: normal;
	width:100%;
	margin: 0px 0 0px 0;
	padding:8px 20px 8px 20px;
	background: #56554c;
}
section.business-section h4{
	font-size:18px;
	line-height: 25px;
	margin: 15px 0 10px 0;
	padding:0px 20px 0px 20px;
}
section.business-section h4:before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #d0121b;
	position: relative;
	left: -15px;
	top: -2px;
}



}/*//end  min-width: 481px ///////////////////////*/







