/* here you can put your own css to customize and override the theme */
/* Page Top */
section.page-top {
	float:left;
	border-bottom: 5px solid #CCC;
	width:100%;
	background-image:url(../img/page-heading-bg.jpg);
	background-size:cover;
	margin-bottom: 30px;
	min-height: 50px;
	padding: 0;
	padding: 18px;
	position: relative;
	text-align: left;
}

section.page-top ul.breadcrumb {
	background: none;
	color:#0270A2;
	margin: -3px 0 0;
	padding: 0;
}

section.page-top ul.breadcrumb > li {
	text-shadow: none;
}

section.page-top h2 {
	border-bottom: 5px solid #00BFBE;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	padding: 0 0 17px;
	position: relative;
}