.static-title{
	display:inline-block;
	font-size:18px;
	padding:0;
	margin:10px 0 40px 0;
	color:#888;
	float:left;
	clear:both;
	font-weight:700;
	position:relative;
	color:#363d97;	
}
.static-title:after{
	content:' ';
	width:30%;
	border-bottom:2px solid #E81F00;
	position:absolute;
	left:0;
	height:30px;
}
.static-page{
	padding-bottom:30px;	
}
.static-page p{
	color:#212529;
	font-size:13px;
}
.static-page img{
	margin-top:10px;
	margin-bottom:10px;	
}
.static-page a{
	color:#E81F00;
	transition:ease 0.25s;
}
.static-page a:hover{
	color:#212529;
}
.align-center{
	text-align:center;
}
.static-page ul{
	font-size:13px;	
}
.video{
	width:560px;
	height:315px;
	text-align:center;
	padding:20px 0;
	margin:0 auto;
	max-width:90%;	
}
.gallery{
	text-align:center;	
}
.gallery img{
	margin-left:20px;	
}
@media only screen and (max-width: 480px){
.static-page{
	width:94%;
	padding:0 3% 1% 3%;
}
.static-page img{
	width:94%;	
}
}