body {
	font-family: "Montserrat", sans-serif;
	font-size: .92em;
	height: 100vh;
	color: #263859;
}

.pure-g [class *= "pure-u"] {
    font-family: "Montserrat", sans-serif;
}

/*strong {
	font-weight: 400;
}*/

section {
	display: block;
    width: 100%;
    padding-bottom: 2.5rem;
	position: relative;
    /*padding-top: 20px;*/
}

	section .cover {
		display: block;
		width: 100%;
		height: 50vh;
		min-height: 35vw;
		background-position: center bottom;
		background-size: cover;
	}
	
h1 {
	font-family: "Montserrat";
	margin-top: 3em;
}

h2 {
	font-family: "Montserrat";
}

	h2 a {
		color: #1b304f;
		text-decoration: none;
	}
	
	h2 a:hover {
		text-decoration: underline;
	}

h3 {
	font-family: "Montserrat";
	font-weight: 300;
	margin: .5em 0;
}

	h3 a {
		/*color: #e31d2c;*/
		text-decoration: none;
	}
	
	h3 a:hover {
		text-decoration: underline;
	}

h2.big {
	text-transform: uppercase;
	font-size: 2.5em;
    font-weight: 600;
	color: #005C85;
}

.red {
	color: #e31d2c;
}

img {
	max-width: 100%;
}

a {
	color: #005C85;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	width: 96%;
}

.vcenter {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

.bflex {
	display: flex !important;
	align-content: flex-end;
}

.fwrap {
	flex-wrap: wrap;
}

.dark {
	color: #d4edfc;
}

	.dark h2.big {
		color: #d4edfc;
	}
	
	.dark a {
		color: #fff;
	}

.auto-height {
	height: auto !important;
}

.home-link {
	display: block;
    position: absolute;
    top: 0;
    left: 2vh;
    width: 10vh;
    height: 11vh;
}

.logo {
	width: 100%;
	margin: 1em 0 3em 0;
	overflow: hidden;
	position: relative;
}


.logo2025 {
	width: 18rem;
    padding: 1rem 2rem .5rem;
}

.slogan2025 {
	font-size: 1.45vw;
    margin-bottom: .7rem;
    margin-right: 2rem;
}

.language-switch {
	display: block;
	position: absolute;
	top: .5rem;
	right: 2rem;
}

.nav {
	width: 100%;
	background-color: #fff;
    font-weight: 400;
    font-size: 1.1em;
	margin-bottom: 1em;
}

.sheet-about {
    padding-left: 0 !important;
    border-left: none !important;
    margin-left: 0 !important;
}

#welcome {
	padding-top: 1.5rem;
}

.art-header {
	font-weight: 200;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 2.5rem;
 }

.art-thumb {
	padding-bottom: 100%;
}


.nav.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
}

	.nav ul {
		display: flex;
		list-style: none;
	    justify-content: space-between;
		padding: 0;
		border-top: solid 1px #1b304f;
		border-bottom: solid 1px #1b304f;
		flex-wrap: wrap;
		margin-top: .5em;
		padding: .3em 0;
	}
	
	.nav.sticky ul {
		width: 96%;
		max-width: 1400px;
		margin: 0 auto  1.4em auto;
	}
	
	.nav a:link, .nav a:visited {
		color: #1b304f;
		text-decoration: none;
		margin: 0 10px;
	}
	
	.nav a:hover {
		text-decoration: underline;
	}
	
.languages {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

	.languages a {
		display: inline-block;
		/* border-radius: 50%; */
		text-align: center;
		border: solid 1px #fff;
		width: 27px;
		font-size: 85%;
		line-height: 25px;
		height: 27px;
		margin: 5px !important;
	}
	
	.languages a.current {
		color: #ffffff;
		background-color: #b11a21;
	}
	
.nav.sticky .languages {
	display: none;
}
	
.sheet {
	width: 90%;
    padding: 2em 0 2em 5%;
    background-color: #fff;
    box-sizing: border-box;
    border-left: solid 2px #89969C;
    position: relative;
    color: #1b304f;
    margin: -4rem auto 0 auto;
    height: 18em;
}
	
	.sheet .corner-1 {
		position: absolute;
		top: 0;
		right: 0;
		width: 8%;
		max-width: 1.5em;
	}
	
	.sheet a {
		color: inherit;
		text-decoration: none;
	}
	
	.sheet a:hover {
		text-decoration: underline;
	}
	
	.sheet .editable {
		height: 17em;
	}

.sheet-2 {
	margin: 0 auto;
}

#company .cover {
	padding-top: 1px;
}

.front-logo {
	position: absolute;
    top: 7vh;
    left: 50%;
    width: 20%;
    z-index: 10;
    margin-left: -10%;
    opacity: .6;
}

.front-logo-2 {
	top: 50vh;
}

#company .links {
	display: flex;
	margin-top: 4em;
	justify-content: space-around;
	font-size: 1.1em;
}

#company .links a {
	text-align: center;
	margin: 0 1.2em;
	border-bottom: solid 4px #1C2F4D;
	padding-bottom: 4px;
}

#company .links img {
	height: 6em;
	max-width: none;
	margin-bottom: -.8em;
}

#company .links a:link, #company .links a:visited {
	color: #003248;
	text-decoration: none;
	font-weight: 400;
}


#welcome h2 {
	margin: 0;
}

#fleet .sheet, .news-item .sheet {
	margin-bottom: 1em;
}

#fleet .zoom-wrapper {
    height: 0;
    padding-bottom: 64%;
}

#fleet .image {
	width: 100%;
	margin-bottom: 1em;
	background-position: center center;
	background-size: cover;
}

.videos .thumb {
	background-size: 140%;
	position: relative;
	padding-bottom: 65%;
}

.videos .thumb i {
	font-size: 4rem;
    color: #fff;
    opacity: .6;
    position: absolute;
    top: 5px;
    left: 5px;
}

/*#fleet .image:hover {
	background-size: 120%;
}*/

h2.top {
	padding: 0 0 0 6em;
    position: relative;
    line-height: 1.9em;
    /*margin-bottom: 2em;*/
    /*background-image: url(/img/stripes.png);
    background-position: left top;
    background-repeat: no-repeat;*/
	border-top: solid 1px #263859;
	border-bottom: solid 1px #263859;
}

	h2.top img {
		position: absolute;
		top: -1.1em;
		left: 1em;
		height: 4em;
	}
	
	h2.top .contact-links {
		color: #89969e;
	    font-size: .8em;
		margin: 0 1em .4em 0;
		float: right;
		font-weight: 400;
	}
	
	h2.top .contact-links a {
		border-bottom: none;
		margin: 0 0 0 1.5em;
		padding-bottom: 0;
	}
	
	h2.top .contact-links a:hover {
		text-decoration: none;
		color: #f00;
	}
	
	h2.top .contact-links .fa {
		display: inline;
		font-size: 1.2em;
		margin-right: .2em;
	}

.supplies-table {
	width: 100%;
	border-collapse: collapse;
	outline: solid 1px #999999;
}

.supplies-table tr:nth-child(odd){
	background-color: #ececec;
}

.supplies-table td, .supplies-table th {
	padding: 10px;
}

.supplies-table th:nth-child(2), .supplies-table td:nth-child(2){
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

.supplies-table input {
	width: 100%;
}

.supplies-table th:not(:first-child) {
	width: 150px;
}

.flat-button {
	color: #fff;
    background-color: #1b304f;
    border: none;
    padding: 1em 2em;
}

.flat-button.current {
	background-color: #1b304f;
	color: #fff;
}

.news-item .news-lead {
	font-weight: 300;
	font-size: 1.3em;
}

.news-item .news-image {
	margin: 30px 0;
}

a.black {
	color: #000;
}

.admin-ship .thumb {
	width: 200px;
	padding-bottom: 200px;
	display: inline-block;
	margin: 10px;
}

.zoom-hover {
	transition: all .5s;
}

.zoom-wrapper {
	overflow: hidden;
}

.zoom-me {
	transition: all .5s;
}

.zoom-hover:hover .zoom-me {
	transform: scale(1.2);
}

#quality .text {
	margin: 1%;
}

#quality .photos > div, #safety .photos > div {
	width: 29%;
	margin: 2%;
	text-align: center;
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

.upload-progress {
	height: 8px;
	background-color: #0f0;
}

.upload-filename, .upload-success {
	margin: 10px 0;
}

.upload-success {
	font-weight: 400;
}

#hiring {
	background-color: #263859;
	padding-top: 2em;
}

.dark h2.top {
	color: #fff;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.footer {
	background-color: #263859;
	color: #fff;
}

.contact-links {
	display: flex;
	justify-content: center;
}

.contact-links a {
	text-decoration: none;
	text-align: center;
	margin: 4em 2em 2em 2em;
	border-bottom: solid 4px #263859;
	padding-bottom: 4px;
}

.contact-links i {
	color: #7f94a8;
	font-size: 4em;
	display: block;
	margin: 0 auto .2em auto;
}

.ship-cell {
	display: flex;
}

.ships .image {
	padding-bottom: 60vh;
	position: relative;
}

.ship .image {
	padding-bottom: 64%;
}

.ship {
	margin: 5px;
	padding: 10px;
	outline: solid 1px #edf0f5;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

.ship .uc {
	font-family: "Montserrat";
	text-transform: uppercase;
	font-size: 1.1em;
}

.ships h3 {
	position: absolute;
	top: 1vh;
	right: 3vw;
	font-size: 3em;
	font-weight: 300;
}

#ship-details .modal-dialog {
	width: 90%;
	max-width: 1000px;
}

#news_fulltext .modal_dialog {
	width: 90%;
	max-width: 800px;
	position: relative;
}

#news_fulltext h2 {
	color: #1B304F;
}

#news_fulltext .lead {
	font-size: 110%;
	color: #1B304F;
}

#news_fulltext .image {
	max-width: 100%;
	margin: 1rem auto;
	display: block;
}

.modal-close {
	font-size: 190%;
    color: #888;
    position: absolute;
    top: .7rem;
    right: .7rem;
}

#ship-details .content {
	max-height: 95vh;
}

#ship-details .ship-slide {
	
	padding-bottom: 60%;
	background-position: center center;
	background-size: cover;
}

#ship-details .text {
	overflow: auto;
}

.hero {
	position: relative;
}
	

.hero .image {
	width: 100%;
	height: 60vh;
    min-height: 34vw;
	background-size: cover;
}

.hero-2 .slick-list, .hero-2 .slick-track, .hero-2 .slick-slide, .hero-2 .slick-slide > div, .hero-2 .image {
	height: 100%;
}

#bunker .image {
	background-position: center center;
}

.menu-toggler {
	float: right;
	margin-right: .9em;
}

.media-youtube.thumb {
	background-size: 150%;
	padding-bottom: 75%;
}

input[type='text'] {
	color: #000;
}

.editable p, #ship-details p {
	/*text-align: justify;*/
	margin: 0;
	line-height: 1rem;
    text-indent: 2.5rem;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.editable li {
	line-height: 1rem;
}

#ship-details p {
	text-indent: 0;
}

.editable ul {
	padding-left: 3.7rem;
}

.jump-top {
	display: block;
    position: fixed;
    bottom: 1rem;
    right: 2rem;
    font-size: 3rem;
}

.footer .editable p {
	text-indent: 0;
}

#frontpage__welcome h2 {
	color: #b11a21;
}

.footer a {
	color: #fff;
}

#onload_message img:not(.clickable) {
	width: 80%;
	display: block;
	margin: 1rem auto;
}

.front-news {
	display: flex;
	background-color: #e8e8e8;
    margin: 5px;
    cursor: pointer;
	min-height: 88px;
}

.front-news .body {
	display: flex;
	flex-direction: column;
    flex-grow: 1;
}

.front-news h3 {
	font-weight: 500;
    font-size: 105%;
	flex-grow: 1;
	margin-left: 10px;
}

.front-news .image {
	flex-basis: 100px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1b304f;
	background-position: center center;
}

.front-news .date {
	background-color: #c5c5c5;
}

.front-news .date span {
    background-color: #1b304f;
    color: #fff;
    padding: 0 7px;
    margin-left: 10px;
}

.front-news .image:not(.has-media){
	background-image: url(/css/img/bg_news_nomedia.png);
    background-size: contain;
}

#news_fulltext .date {
	display: inline-block;
	padding: 3px 5px;
	background-color: #ddd;
	border-left: solid 10px #1B304F;
}

.show-all-front-videos {
	display: none;
}

#documents li {
	position: relative;
	list-style-type: none;
}

#documents li:before {
	content: "";
	position: absolute;
	top: -4px;
    left: -30px;
	width: 24px;
	height: 24px;
	background-image: url(/img/list-icon.png);
}

.documents-here {
	text-align: left;
	display: inline-block;
}

.gallery {
	display: flex;
}

.gallery .thumb {
	width: 25%;
	padding-bottom: 25%;
}

.urgent {
    position: absolute;
    top: 50px;
    background-color: #fff;
    width: 90vw;
    left: 5vw;
    z-index: 10000;
    outline: solid 5px #263859;
}

/*  background video  */

.hero video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.hero .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	background-image: url(bg_checkers.png);
	z-index: 2;
}

.hero .videoslide {
  z-index: 3;
  position: absolute;
  text-align: center;
  color: #fff;
  left: 0;
  bottom: 5rem;
  width: 100%;
  height: 3rem;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity .5s;
  font-weight: lighter;
}

.hero .shown {
	opacity: 1;
	transition: opacity .5s;
}

@media screen and (max-width: 48em) {
	
	.mobile-hide {
		display: none !important;
	}
	
	.mobile-show {
		display: block !important;
	}
	
	body {
		font-size: .85em;
	}
	
	.logo img {
		width: 571vw;
	}
	
	.nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 15;
	}
	
	.nav ul {
		display: none;
		border-top: none;
		border-bottom: none;
		-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.5);
		box-shadow: 0 0 6px 3px rgba(0,0,0,.5);
		margin-top: 0;
	}
	
	.languages {
		right: 7em;
		top: -2em;
	}
	
	.logo {
		margin: 4.5em 0 2em 0;
	}
	
	#door {
		display: none;
	}
	
	section .cover {
		height: 28vh;
	}

	section {
		padding-bottom: 2rem;
	}

	.ships .image {
		padding-bottom: 60%;
	}
	
	h2.top {
		background-image: none;
		padding-top: 0;
		padding-left: 4.5em;
		padding-bottom: 0;
	}
	
	h2.top img {
		height: 3em;
		top: -.6em;
	    right: 0;
	}
	
	.sheet {
		width: auto;
		border-left: none;
        margin-top: 1em;
		font-size: .9em;
	}
	
	.sheet .corner-1 {
		right: 0;
	}
	
	h2.top .contact-links {
		
	}
	
	
	.contact-links i {
		font-size: 2.5em;
	}
	
	h2.top .contact-links a {
		margin: 0 0 0 .5em;
		font-size: .9em;
	}
	
	h2.top .contact-links a span {
		display: none;
	}
	
	.photo {
		position: absolute;
		top: 4em;
		left: 1em;
		height: 10em;
	}
	
	#frontpage__gendir {
		margin-top: 13em;
	}
	
	.photo-pad {
		margin-top: 12em;
	}

	.modal-bg .modal-dialog {
		min-width: 300px !important;
	}

	#ship-details .ship-slide {
		padding-bottom: 57%;
	}


@media screen and (min-width: 48em) {

	.sheet {
		width: 82%;
		margin: -6em auto 0 auto;
		padding-bottom: 2em;
		padding-top:  2.5em;
		padding-right: 0;
		min-height: 5vh;
        max-height: 26vh;
	}
	
	.scroll {
		height: 21.5vh;
	}
	
	.sheet h2 {
		margin-top: 0;
	}
	
	h2.top .contact-links {
		float: right;
		margin-left: 0;
	}
	
	h2.top .contact-links a {
		margin: 0 0 0 1.5em;
	}
	
}
