/* yourshipbuildingnews.com desk chrome, unique to this domain */
.preloader { display: none !important; }

.header .logo a {
	display: inline-block;
	background: #0b1220;
	padding: 7px 11px 6px;
	border-radius: 3px;
}
.header .logo img {
	max-height: 52px;
	width: auto;
}

.keel-crumb {
	min-height: 168px;
	padding: 72px 0 48px;
	display: flex;
	align-items: center;
}
.keel-crumb .keel-crumb-title {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	width: 100%;
}

.keel-berth-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 11px;
	margin: 0 0 14px;
}
.keel-berth-mark {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.75);
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
}
.keel-berth-mark:hover,
.keel-berth-mark:focus {
	color: #1A76D1;
	background: #fff;
	border-color: #fff;
}

.news-head img {
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
}

.quay-side-still img {
	width: 100%;
	height: auto;
	display: block;
}
