/* Page Top */
.page-top {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin-bottom: 35px;
	min-height: 50px;
	padding: 0;
	padding: 20px 0;
	position: relative;
	text-align: left;
	ul.breadcrumb {
		background: none;
		margin: -3px 0 0;
		padding: 0;
		> li {
			text-shadow: none;
		}
	}
	h2 {
		border-bottom: 5px solid #CCC;
		color: #FFF;
		display: inline-block;
		font-weight: 200;
		margin: 0 0 -25px;
		min-height: 37px;
		line-height: 46px;
		padding: 0 0 17px;
		position: relative;
	}
}

/* Page Top Custom - Create your Own */
.page-top {
	&.custom-product {
		background-image: url(../img/custom-header-bg.jpg);
		background-repeat: repeat;
		background-color: #999;
		border-top: 5px solid #888;
		.row {
			position: relative;
		}
		p.lead {
			color: #E8E8E8;
		}
		img {
			bottom: -20px;
			position: relative;
		}
		h1 {
			color: #FFF;
			margin-bottom: 10px;
			margin-top: 30px;
		}
	}
}