/* content9 */
#content9 {
	padding: 0;
}

#content9 .row {
	padding: 0;
	margin: 0;
}

#content9 .image {
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
}

#content9 .captain {
	width: 100%;
	height: 250px;
	background-position: top center;
	background-size: cover;
}

#content9 h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}

#content9 p {
	text-align: center;
	font-size: 14px;
}

#content9 .content {
	border: 0;
	border-bottom: 0;
	padding: 0 30px;
}

#content9 a {
	color: #e74c3c;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 20px;
}

/* content21 */
#content21 {
	padding: 40px 0 80px 0;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

#content21 h3 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
	color:#336699;
}

#content21 h4 {
	color: #fff;
	font-size: 36px;
}

/* content28 */
#content28 {
	background-image: url('../images/charter/FishCloseUp.jpg');
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	position: relative;
	display: block;
	padding: 100px 0;
	min-height: 350px;
}

#content28 .overlay {
	background-color: rgba(248, 249, 249, 0.60);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;   
	padding: 30px 0;
}

#content28 h4 {
	color: #336699;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

#content28 h3 {
	color: #336699;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
}

