/* ---------- GENERAL ---------- */

html,
body {
	width: 100%;
	height: 100%;
	background-color: #0367a6;
	font-family: 'Ubuntu', sans-serif;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ---------- /GENERAL ---------- */


/* ------------------------------ ALL PAGES ------------------------------ */


/* ---------- NAVBAR ---------- */

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	text-transform: uppercase;
	background-color: #0367a6;
}
.navbar-custom .navbar-brand {
	position: relative;
	padding: 0px;
}
.navbar-custom .navbar-brand > img {
	height: 100%;
	padding: 8px;
	width: auto;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand img.logo-shadow-on {
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
	-webkit-filter: blur(5px);
	opacity: 0.6;
}
.navbar-custom .navbar-brand img.logo-shadow-off {
	display: none;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-custom .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom ul.nav li.text-shadow-on {
	text-shadow: 0 0 10px rgba( 0, 0, 0, 0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.navbar-custom ul.nav li.text-shadow-off {
	text-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.navbar-custom ul.nav li a {
	color: #fff;
	background: none;
	background-color: transparent;
}
.navbar-custom ul.nav li a:hover {
	outline: 0;
	color: rgba(255, 255, 255, 0.8);
	background-color: transparent;
}
.navbar-custom ul.nav li a:focus,
.navbar-custom ul.nav li a:active {
	outline: 0;
	background-color: transparent;
	background: none;
}
.navbar-custom ul.nav li.active {
	outline: 0;
}
.navbar-custom ul.nav li.active a {
	background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom ul.nav li.active a:hover {
	color: #fff;
}
.navbar-custom ul.nav li ul {
	margin-top: 1px;
	background-color: rgba( 3, 103, 166, 0.98);
	border: none;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 5px;
}
.navbar-custom ul.nav li ul li a {
	color: #fff;
	text-shadow: none;
}
@media(min-width:768px) {
	.navbar-custom {
		padding: 20px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: 0 0;
		-webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
		-moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
		transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	}
	.navbar-custom ul.nav li ul.top-ul-collapse {
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	.navbar-custom.top-nav-collapse {
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0);
		background-color: rgba( 3, 103, 166, 0.98);
	}
}

/* ---------- /NAVBAR ---------- */


/* ---------- HEADERS ---------- */

header#fullpage {
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
}
header#subpage {
	height: 40%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* ---------- /HEADERS ---------- */


/* ---------- MAIN-CONTENT ---------- */

section#main-content {
	height: auto;
	width: 100%;
	padding: 70px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.9);
}
section#main-content h2:first-child {
	margin-top: 0;
}

/* ---------- /MAIN-CONTENT ---------- */


/* ---------- FOOTER ---------- */

footer {
	height: auto;
	width: 100%;
	padding: 70px 0;
	background-color: #0367a6;
	position: absolute;
}
footer .logo {
	width: 100%;
	padding: 0 40px 0 0;
}
footer h4 {
	color: #fff;
}
footer .fa {
	margin-right: 10px;
}
footer ul {
	padding: 0;
}
footer ul li {
	display: block;
	margin: 2px 0;
	color: #fff;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #fff;
}

/* ---------- /FOOTER ---------- */


/* ---------- DIVERSE ---------- */

::-moz-selection {
	color: #fff;
	background: #0367a6;
}
::selection {
	color: #fff;
	background: #0367a6;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* ---------- /DIVERSE ---------- */


/* ------------------------------ /ALL PAGES ------------------------------ */


/* ------------------------------ FRONTPAGE ------------------------------ */


/* ---------- HEADER-SECTION ---------- */

.centering {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.header-down {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -20px;
}
.header-down:hover .fa {
	margin-top: 10px;
	color: rgba( 255, 255, 255, 1);
}
.header-down .fa {
	font-size: 40px;
	color: rgba( 255, 255, 255, 0.5);
	transition: 0.5s;
	text-shadow: 0 0 10px rgba( 0, 0, 0, 0.6);
}

/* ---------- /HEADER-SECTION ---------- */


/* ---------- MAIN-CONTENT ---------- */

section#main-content .panel-heading {
	padding: 0;
	overflow: hidden;
}

/* ---------- /MAIN-CONTENT ---------- */


/* ------------------------------ /FRONTPAGE ------------------------------ */


/* ------------------------------ M/S STERNA ------------------------------ */

section#main-content ul.sterna {
	margin: 20px 0;
}

/* ------------------------------ /M/S STERNA ------------------------------ */


/* ------------------------------ GALLERY ------------------------------ */

.affix-top,
.affix {
	position: static;
}
@media (min-width: 768px) {
	#sidebar.affix-top {
		position: static;
		margin-top: 20px;
		width: 230px;
	}
	#sidebar.affix {
		position: fixed;
		top: 90px;
		width: 230px;
	}
}
ul#sidebar {}
#sidebar li {
	display: block;
	border-right: 2px solid #ddd;
}
#sidebar li.active {
	border-right: 2px solid #0367a6;
}
#sidebar li:hover {
	border-right: 2px solid #0367a6;
	background-color: transparent;
}
#sidebar li a {
	display: block;
	padding: 7px 0;
	text-transform: uppercase;
	color: #000;
}
#sidebar li a:hover {
	text-decoration: none;
	background-color: transparent;
}
#sidebar li a:focus,
#sidebar li a:active {
	outline: 0;
	background-color: transparent;
	background: none;
}
section#main-content .album {
	padding: 20px 0;
}
section#main-content .album:first-child {
	padding: 0 0 20px 0;
}
section#main-content .album:last-child {
	padding: 20px 0 0 0;
}
section#main-content .gallery-img {
	margin-bottom: 30px;
}

/* ------------------------------ /GALLERY ------------------------------ */


/* ------------------------------ PRICES ------------------------------ */

section#main-content p.dato-priser {
	margin: 10px 0 15px 0;
}

/* ------------------------------ /PRICES ------------------------------ */


/* ------------------------------ CONTACT ------------------------------ */

section#main-content ul.contact {
	padding: 0;
}
section#main-content ul.contact li {
	margin: 5px 0;
	display: block;
	color: #333;
}
section#main-content ul.contact li a {
	color: #333;
}
section#main-content ul.contact li .fa {
	margin-right: 8px;
}

/* ------------------------------ /CONTACT ------------------------------ */


/* ------------------------------ TYPOGRAPHY ------------------------------ */

h2 {
	font-size: 30px;
	font-weight: 500;
}
h4 {
	font-size: 18px;
	font-weight: 500;
}

/* ------------------------------ /TYPOGRAPHY ------------------------------ */


/* ------------------------------ HEADLINE ------------------------------ */


/* space between words */

.cd-void {
	min-width: 15px;
}

/* space between words */

.cd-headline {
	margin: auto;
	width: 50%;
	font-size: 2.5rem;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 10px rgba( 0, 0, 0, 0.8);
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.cd-headline {
		font-size: 4.4rem;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-headline {
		font-size: 6rem;
	}
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: center;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.no-js .cd-words-wrapper b {
	opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

/* ---------- ROTATE-2 ---------- */

.cd-headline.rotate-2 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}
.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-style: normal;
}
.cd-headline.rotate-2 b {
	opacity: 0;
}
.cd-headline.rotate-2 i {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	-moz-transform: translateZ(-20px) rotateX(90deg);
	-ms-transform: translateZ(-20px) rotateX(90deg);
	-o-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
	opacity: 1;
}
.cd-headline.rotate-2 i.in {
	-webkit-animation: cd-rotate-2-in 0.4s forwards;
	-moz-animation: cd-rotate-2-in 0.4s forwards;
	animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
	-webkit-animation: cd-rotate-2-out 0.4s forwards;
	-moz-animation: cd-rotate-2-out 0.4s forwards;
	animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
	-webkit-transform: translateZ(20px);
	-moz-transform: translateZ(20px);
	-ms-transform: translateZ(20px);
	-o-transform: translateZ(20px);
	transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
	opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
	}
}
@-moz-keyframes cd-rotate-2-in {
	0% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(0deg);
	}
}
@keyframes cd-rotate-2-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		-moz-transform: translateZ(-20px) rotateX(90deg);
		-ms-transform: translateZ(-20px) rotateX(90deg);
		-o-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		-moz-transform: translateZ(-20px) rotateX(-10deg);
		-ms-transform: translateZ(-20px) rotateX(-10deg);
		-o-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		-moz-transform: translateZ(-20px) rotateX(0deg);
		-ms-transform: translateZ(-20px) rotateX(0deg);
		-o-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg);
	}
}
@-webkit-keyframes cd-rotate-2-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
	}
}
@-moz-keyframes cd-rotate-2-out {
	0% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(-90deg);
	}
}
@keyframes cd-rotate-2-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		-moz-transform: translateZ(-20px) rotateX(0);
		-ms-transform: translateZ(-20px) rotateX(0);
		-o-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		-moz-transform: translateZ(-20px) rotateX(-100deg);
		-ms-transform: translateZ(-20px) rotateX(-100deg);
		-o-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		-moz-transform: translateZ(-20px) rotateX(-90deg);
		-ms-transform: translateZ(-20px) rotateX(-90deg);
		-o-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg);
	}
}

/* ------------------------------ /HEADLINE ------------------------------ */
