@charset "utf-8";
/*
Theme Name: BEK
Theme URI: http://underscores.me/
Author: Overhaus
Author URI: http://overhaus.no
Description: Underscores.me based theme designed by Overhaus.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bek
Tags:
*/


/* ******************
   ** PROFILE INFO **
   ******************

Main colors

#6dc6b6 profile-color-1a (main)
#34a893 profile-color-1b (details)
#faf8eb profile-color-2 (background)

*/

/* Remove myfonts-plus-thing */

#mfPreviewBar {
	display: none;
}

/* ******************* */
/* ** General stuff ** */
/* ******************* */

* {
	box-sizing: border-box;
}

.screen-reader-text {
	display: none;
}

body {
	font-family: 'Lato', sans-serif;
	background-color: #faf8eb;
	color: #333;
}

/* Prevent anchor-linking highlighting sections */
section {
	outline: none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'FuturaSB', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	color: #34a893;
	text-decoration: none; }
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	text-decoration: underline;
}

a {
	color: #34a893;
}

.visually-hidden {
	display: block;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.content {
	max-width: 960px;
	margin: auto;
}

.content--wide {
	max-width: 1500px;
}

article > .content {
	padding-left: 20px;
	padding-right: 20px;
}

.content:after {
	content: '';
	display: table;
	clear: both;
}

ul.list--nobullets {
	list-style-type: none;
	padding: 0;
}

/* Set images in the running text to column width */
.wp-the-content img {
	max-width: 100%;
	height: auto;
}

/* Forms */

input.form__input, input.form__button {
	background-color: transparent;
	border-width: 0;
	border: 1px solid #333;
	padding: 2px 4px;
}

input.form__button {
	cursor: pointer;
	padding-bottom: 1px;
	padding-right: 3px;
	box-shadow: 1px 1px 0 #333;
} input.form__button:active {
	position: relative;
	top: 1px;
	left: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	box-shadow: none;
}

/* Link Styles */

input {
	/* Reset iOS border rounding */
	border-radius: 0;
}

.story p a, .article--short p a {
	text-decoration: none;
	border-bottom: 3px solid #a0dcd1;
	box-shadow: inset 0 -4px 0 #a0dcd1;
	color: inherit;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
}

.story p a:hover, .story p a:focus, .story p a:active,
 .article--short p a:hover,  .article--short p a:focus,  .article--short p a:active {
	background: #a0dcd1
}

.story-sm a {
	border-bottom: 3px solid #a0dcd1;
	box-shadow: inset 0 -2px 0 #a0dcd1;
	color: inherit;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
}

.story-sm a:hover,.story-sm a:focus,.story-sm a:active {
	background: #a0dcd1
}

.story-micro a,.listicle .content .listicle-captions p a {
	border-bottom: 0 solid #a0dcd1;
	box-shadow: inset 0 -4px 0 #a0dcd1;
	color: inherit;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
}

.story-micro a:hover,.listicle .content .listicle-captions p a:hover,.story-micro a:focus,.listicle .content .listicle-captions p a:focus,.story-micro a:active,.listicle .content .listicle-captions p a:active {
	background: #a0dcd1
}

/* SOCIAL MEDIA */

.social-share-buttons {
	margin-top: 60px;
}

.twitter-share-button {
	vertical-align: bottom;
}

/* ****************** */
/* ** SEARCH STUFF ** */
/* ****************** */

/* Menu modal search field */
.searchmodal {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
	z-index: 1001;
}

.searchmodal__container {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 20px;
}

.searchmodal form {
	display: block;
	max-width: 800px;
	width: 100%;
	height: 60px;
	margin: auto;
	position: relative;
	font-size: 37px;
}

.searchmodal input:focus {
	outline: none;
}

.searchmodal input.searchbutton {
	position: absolute;
	height: 1.8em;
	top: 50%;
	padding: 0 0.8em;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	border: 1px solid #fff;
	background-color: transparent;
	font-weight: 300;
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
}

.searchmodal input.searchfield {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(80% - 20px);
	padding: 0;
	background-color: transparent;
	border: 0;
	color: #fff;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

.searchmodal input.searchfield::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	padding-left: 5px;
}
.searchmodal input.searchfield:-moz-placeholder {
	color: rgba(255, 255, 255, 0.2);
	padding-left: 5px;
}
.searchmodal input.searchfield::-moz-placeholder {
	color: rgba(255, 255, 255, 0.2);
	padding-left: 5px;
}
.searchmodal input.searchfield:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	padding-left: 5px;
}

main.search-results {
	margin-top: 60px;
}

main.search-results h3 {
	text-transform: initial;
	font-size: 1.7em;
}

.results-navigation__button {
	display: inline-block;
}	.results-navigation__button a {
		margin-right: 2em;
	}

span.search-term:before {
	content: open-quote;
}

span.search-term:after {
	content: close-quote;
}

.the-results strong {
	/* The highlighted words in the results. */
}

.the-results .post {
	margin: 4em 0;
}


/* ***************** */
/* ** GRID SYSTEM ** */
/* ***************** */

.row {
	position: relative;
	margin: 40px 0;
} .row:after {
	content: '';
	display: table;
	clear: both;
}

[class*='col-'] {
	float: left;
	overflow: hidden;
	padding-right: 20px;
}

[class*='col-']:last-of-type {
	padding: 0;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

/* ****************** */
/* ** HEADER STUFF ** */
/* ****************** */

/* General Header */

.navigation .home-button a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 233%;
	background-image: url(img/bek-logo-black.svg);
	background-repeat: no-repeat;
}

.navigation h1.home-button {
	position: absolute;
	margin: 0;
	width: 30px;
	height: 70px;
	-webkit-transform: translateY(-22px);
	transform: translateY(-22px);
}

.navigation {
	padding: 40px;
	color: #333;
	font-size: 20px;
	font-weight: 300;
	}
.navigation:after {
	content: '';
	display: table;
	clear: both;
}

.language li.active {
	border-bottom: 1px solid;
}

.navigation__mainchoices {
	margin-left: 70px;
}

/* **************** */
/* ** Navigation ** */
/* **************** */

.nav {
	display: block;
	font-size: inherit;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav ul li {
	float: left;
	margin-left: 1em;
}

.nav ul li.lang-item {
	float: right;
	margin-left: 3em;
}

.frontpage .nav ul li.lang-item a {
	color: #fff;
}

.main-nav ul li:first-child {
	margin-left: 0;
}

.navigation .language {
	margin-left: 1em;
	float: right;
}

.navigation a {
	display: block;
	line-height: 1em;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

/* ************** */
/* ** ARTICLES ** */
/* ************** */

.article {
	margin: 40px 0;
} .article:first-child {
	margin-top: 0;
} .article:last-child {
	margin-bottom: 0;
}

a.article-link {
	display: block;
	color: initial;
	text-decoration: none;
}

section.articles {
	position: relative;
	padding: 0 40px;
}
section.articles:after {
	content: '';
	display: table;
	clear: both;
}

.article h3 {
	margin: 10px 0;
}

.article__introtext {
	font-size: 14px;
	line-height: 1.6em;
	margin: 10px auto;
} .article__introtext *:first-child {
	margin-top: 0;
} .article__introtext *:last-child {
	margin-bottom: 0;
} .article__introtext .read-more {
	font-weight: bold;
}

.article--short h3 {
	font-size: 20px;
	margin: 0 0 0.5em;
}

.article--short > a {
	color: initial;
	overflow: hidden;
	text-decoration: none;
}

.article-image {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.article-image.left {
	left: 0;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.article-image.right {
	right: 0;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

/* Articles > Time */

.time {
	color: #34a893;
	font-weight: 300;
}

.time__place {
	display: block;
	font-weight: 400;
}

.time__event {
	margin-bottom: 0.6em;
}

.article--short .time {
	margin-top: 10px;
}

.article--short {
	margin: 60px 0;
}

.article--short .time__place {
	margin-bottom: 0.2em;
}

.article--short .time__dates {
	font-size: 0.9em;
}

/* ************************** */
/* ** MAIN ARTICLE / STORY ** */
/* ************************** */

.main-article h2 {
	font-family: FuturaSB;
	font-weight: bold;
	font-size: 38px;
	line-height: 0.9em;
	text-transform: uppercase;
	color: #6dc6b6;
	margin-bottom: 20px;
}

.imageslider {
	margin-bottom: 40px;
}

main .content, .main-article .content, .about-us {
	padding: 0 10px;
}

.story {
	padding: 0 60px;
	position: relative;
	font-size: 19px;
}

.story .category, .about-us header h3:first-of-type {
	font-family: FuturaSB, sans-serif;
	font-size: 26px;
	line-height: 0.7em;
	color: #34a893;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: -60px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	margin: 0;
	white-space: nowrap;
}

.story header {
	position: relative;
}

.story > header:first-child + h4 {
	margin-top: 0;
}

/* Story content related */

.story .wp-the-content p,
.story .wp-the-content li {
	font-size: 1em;
	line-height: 1.8em;
}

.story .wp-the-content h3 {
	font-size: 32px;
}

.story .wp-the-content h4 {
	font-size: 26px;
}

.story .wp-the-content h3, 
.story .wp-the-content h4, 
.story .wp-the-content h5, 
.story .wp-the-content h6 {
	margin-top: 1em;
	margin-bottom: 0;
}

.story .wp-the-content h3 + p, 
.story .wp-the-content h4 + p, 
.story .wp-the-content h5 + p, 
.story .wp-the-content h6 + p {
	margin-top: 0;
}

.story .wp-the-content ul {
	list-style-type: none;
	padding: 0;
}

.story .wp-the-content > ul li {
	line-height: 1.5em;
	padding-left: 1em;
	position: relative;
} .story .wp-the-content > ul li:before {
	content: '– ';
	font-weight: bold;
	position: absolute;
	left: 0em;
}

.ingress {
	font-size: 1.1em;
	font-weight: 700;
}

.ingress p:first-child {
	margin-top: 0;
}

/* Dates */

.when {
	font-size: 16px;
}

.when__container {
	position: relative;
	margin: 10px 0;
	color: #6dc6b6; /* profile-color-1a (main) */
	color: #34a893; /* profile-color-1b (details) */
	text-align: center;
}

.when__container:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #6dc6b6;
	width: 100%;
	height: 0.125em;
	min-height: 1px;
}

.when__dash {
	display: none;
}

.when__date {
	position: absolute;
	background-color: #faf8eb;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: block;
}
.when__date--from {
	left: 0;
	padding-right: 1.5em;
}

.when__date--to,
.when__container--onedate .when__date {
	right: 0;
	padding-left: 1.5em;
}

.when__date:after {
	content: '';
	display: block;
	background-color: #6dc6b6;
	border-radius: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.75em;
	height: 0.75em;
}

.when__date--from:after {
	right: 0;
}

.when__date--to:after {
	left: 0;
}

.when__place {
	display: inline-block;
	position: relative;
	max-width: 50%;
	text-align: center;
	background-color: #faf8eb;
	padding: 0 0.5em;
}

/* Only one date */

.when__container--onedate {
	text-align: left;
}

.when__container--onedate span.when__date:after {
	left: 0;
}

.when__container--onedate span.when__place {
	padding-left: 0;
	padding-right: 0.8em;
	text-align: left;
	max-width: 75%;
}

/* Tags */

.tags ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.tags ul li {
	float: left;
	margin: 4px;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
} .tags ul li:before {
	content: none;
}

.tags a {
	display: block;
	background-color: transparent;
	color: #333;
	border: 1px solid #333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	font-weight: 400;
	line-height: 0.8em;
	padding: 0.333em 0.666em;
}

.tags a:hover {
	background-color: #333;
	color: #faf8eb;
	-webkit-transition: background-color 200ms ease, color 400ms ease;
	transition: background-color 200ms ease, color 400ms ease;
}


.tags, .published {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	font-size: 12px;
	margin: 20px 0;
}

.sidebar--tags .tags {
	margin-top: 0;
}

.published p {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}

/* ****************** */
/* ** OWL CAROUSEL ** */
/* ****************** */

.owl-dots {
	font-size: 12px;
	text-align: center;
	margin: 20px 0;
}

.owl-dot {
	display: inline-block;
	background-color: #333;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	margin: 0 0.5em;
}

.owl-dot.active {
	background-color: #6dc6b6;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel .owl-item img {
	height: 400px;
	width: auto;
}

.owl-nav div {
	float: left;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #6dc6b6;
	margin-top: calc(20px - 0.2em);
}

.owl-nav div.owl-next {
	float: right;
}

/* ************************ */
/* ** ARTICLE INFO THING ** */
/* ************************ */

.article-info-thing {
	/* position: absolute; */
	/* right: 0; */
	/* height: 100%; */
	font-size: 18px;
	overflow: hidden;
}

.article-info-thing .container {
	border: 10px solid #6dc6b6;
	height: 100%;
	padding: 40px;
	overflow: hidden;
	height: 100%;
}

/* Categories */

ul.article-categories {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: 300;
	text-transform: uppercase;
	color: #faf8eb;
	float: right;
}

ul.article-categories a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 5px 12px;
	background-color: #6dc6b6;
	-webkit-transition: -webkit-transform 200ms ease;
	        transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;

	/* Using this to prevent issues with font-rendering:; */
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

ul.article-categories li {
	float: left;
	clear: both;
	margin-bottom: 0.5em;
	background-color: #333;
}

ul.article-categories li:hover a {
	-webkit-transform: translate(-5px, -5px);
	        transform: translate(-5px, -5px);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}


.article-info-thing .address {
	bottom: 0;
	font-size: 0.88em;
	line-height: 1.3em;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	float: left;
	clear: both;
	margin-top: 60px;
}
.article-info-thing .address p {
	margin: 0;
}

.article-info-thing .wrapper {
	position: relative;
	height: 100%;
	padding: 0;
}

/* ******************* */
/* ** ARTICLES PAGE ** */
/* ******************* */

/* Banner title */

.has-banner-title:before, .banner-title {
	font-size: 32px;
	padding-top: 7px;
	padding-bottom: calc(7px - 0.09em);
}

.banner-title {
	text-transform: uppercase;
	line-height: 1em;
	background-color: #6dc6b6;
	color: #faf8eb;
	display: inline-block;
	padding-right: 40px;
	padding-left: 60px;
	position: relative;
	margin: 0 0 80px;
}

.banner-title--articles {
	padding-left: 0;
}

/* Add banner start/background before banner title */
.has-banner-title:before {
	content: '';
	background-color: #6dc6b6;
	height: 1em;
	width: 50%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}

.when--short {
	top: 0;
	left: 0;
	right: 0;
	color: #34a893;
	font-size: 12px;
}

.articles .article:after {
	content: '';
	display: table;
	clear: both;
}

.article__text {
	position: relative;
	float: left;
	width: 66.666%;
	padding-right: 20px;
}

.sidebar--left {
	float: left;
	width: 75%;
}

.sidebar--right {
	float: right;
	width: 25%;
	padding-left: 20px;
}

.sidebar--right ul.article-categories li {
	float: right;
}

.sidebar--right.sidebar--tags {
	float: none;
	width: auto;
	padding: 0;
	margin-bottom: 60px;
}

.sidebar--left.sidebar--tags {
	float: none;
	width: auto;
}

.article--short .img-wrapper {
	float: right;
	width: 33.333%;
}

.articles .img-wrapper img {
	width: 100%;
}

/* Social Icons */

li.some-icon a {
	display: block;
	background-image: url(img/social-icon_facebook.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 0;
	overflow: hidden;
	padding-top: 1em;
}

li.some-icon {
	float: left;
	margin: auto 0.5em;
}

li.some-icon:first-child {
	margin-left: 0;
}

li.some-icon--facebook a {
	background-image: url(img/social-icon_facebook.svg);
}
li.some-icon--twitter a {
	background-image: url(img/social-icon_twitter.svg);
}
li.some-icon--flickr a {
	background-image: url(img/social-icon_flickr.svg);
}
li.some-icon--vimeo a {
	background-image: url(img/social-icon_vimeo.svg);
}


/* Pagination */

.pagination {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	font-size: 20px;
	height: 1em;
}

.arrow {
	background-color: #34a893;
	display: inline-block;
	width: 30px;
	height: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
}

.arrow:before {
	content: '';
	display: inline-block;
	border-style: solid;
	border-color: #34a893;
	border-width: 2px;
	border-top-width: 0;
	border-right-width: 0;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 1px;
	top: -4px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.next .arrow {
	left: auto;
	right: 0;
}

.next .arrow:before {
	left: auto;
	right: 1px;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

a.prev.page-numbers, a.next.page-numbers {
	display: block;
	width: 38px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

a.next.page-numbers {
	left: auto;
	right: 0;
}

.page-numbers:not(.prev):not(.next) {
	color: #34a893;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	height: 1em;
	width: 1em;
	border-radius: 0.5em;
	border: 2px solid #34a893;
	vertical-align: top;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.page-numbers.current:not(.prev):not(.next) {
	/* High specificity to ovveride the previous */
	background-color: #34a893;
	color: #fff;
	font-weight: normal;
}

.page-numbers.dots:not(.prev):not(.next) {
	/* High specificity to ovveride the previous */
	border: 0;
}

.page-number {
	display: block;
	position: relative;
	font-size: 0.6em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}



/* ************** */
/* ** About Us ** */
/* ************** */

/* Employees */

ul.empolyees {
	overflow: hidden;
	/* Set block formatting context */
	list-style-type: none;
}

li.employee {
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 0;
	margin-right: 20px;
	width: calc(25% - 20px);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
} li.employee:hover {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

ul li.employee:before {
	content: initial;
}

.employee__img--dummy {
	display: none;
}

.employee__img {
	width: 100%;
	height: auto;
}

.employee__img-big {
	width: 300px;
}

.employee p {
	line-height: 1.2em;
}

p.employee__name {
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
}

.employees p.employee__title {
	margin: 0;
	font-size: 0.7em;
}

.employee__info {
	margin: 10px 0 20px;
}

.employee a {
	display: block;
	color: initial;
	text-decoration: none;
	overflow: hidden;
	text-shadow: none;
	box-shadow: none;
	border: 0;
} .employee a:hover {
	background-color: initial;
}

/* Contact Info */

.contact-info p {
	display: block;
	width: 33.33%;
	float: left;
	padding-right: 20px;
	font-size: 16px;
	line-height: 1.4em;
}

.contact-info {
	overflow: hidden;
	margin-bottom: 40px;
}


/* Map Stuff */

iframe.map {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100% !important;
}

.map-wrapper {
	position: relative;
	width: 100%;
	height: 550px;
}

.scrolloff {
	pointer-events: none;
}

/* Map scroll message */

.info.info--map {
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
}

.info__container {
	position: absolute;
	background-color: #6dc6b6;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 5px 10px;
	left: 50%;
	top: -30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity 200ms ease,
	            top 200ms ease;
	transition: opacity 200ms ease,
	            top 200ms ease;
}

.info__container p {
	margin: 0;
}

.scrolloff + .info.info--map .info__container {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 0;
}


/* ************ */
/* ** Footer ** */
/* ************ */

.footer h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.05em;
}

.footer {
	font-size: 14px;
	line-height: 1.4em;
	padding: 80px 40px;
}

.footer ul {
	margin-top: 0;
	overflow: hidden;
}

.footer .social ul {
	line-height: 1em;
	position: relative;
	left: -0.3em;
}

.footer h2 {
	display: block;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
}

.footer h2:before {
	content: '';
	background-image: url(img/bek-logo-svart-liten.svg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 160px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.footer .row {
	margin-bottom: 0;
}

/* Footer > Newsletter */

.newsletter {
	overflow: visible;
}

.footer .newsletter input {
	outline: none;
}

.newsletter__form .wrapper {
	padding-right: 100px;
}

.newsletter__form .form__input {
	display: block;
	width: 100%;
	max-width: 170px;
	margin-bottom: 10px;
	-webkit-transition: max-width 300ms ease;
	transition: max-width 300ms ease;
}

.newsletter__form .form__input:focus {
	max-width: 230px;
}

.newsletter__form .form__button {
	width: 90px;
	position: relative;
	bottom: 1px;
}

/* ********************* */
/* ** Frontpage Stuff ** */
/* *********************** */

/* Frontpage > Header */

.frontpage .navigation {
	text-shadow: 0 0 6px #000, 0 0 3px rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.frontpage .navigation, .frontpage .navigation a {
	color: #fff;
}

.frontpage div.navigation__mainchoices {
	margin-left: 130px;
	position: relative;
}

.frontpage h1.home-button a {
	display: block;
	position: static;
	width: 96px;
	height: 0;
	overflow: hidden;
	padding-top: 208px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
}

.frontpage h1.home-button {
	margin: 0;
	float: left;
	position: absolute;
	top: 32px; /* Optical adjustment */
	background-image: url(img/BEK-logo-mtekst-shadow.svg);
	background-size: cover;
	background-repeat: none;
	width: 280px;
	height: auto;
	-webkit-transform: none;
	transform: none;
}

.frontpage h1.home-button.english {
	background-image: url(img/BEK-logo-en-mtekst-shadow.svg);
}

/* Navigation Search Button */

.menusearch {
	width: 170px;
	height: 1em;
	float: left;
	margin-left: 40px;
	cursor: pointer;
	border-color: #333;
	color: #333;
}

.frontpage .menusearch {
	border-color: #fff;
	color: #fff;
}

.search-field {
	width: 130px;
	height: 100%;
	border: 1px solid;
	border-color: inherit;
	float: left;
}

.search-button {
	float: right;
	background-image: url('img/icon-search.svg');
	background-size: 1em;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 1.2em;
}

.frontpage .search-field {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

.frontpage .search-button {
	background-image: url('img/icon-search-white-shadow.svg');
	background-size: 1.5em;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 1.5em;
	position: relative;
	top: -0.2em;
}

/* Frontpage > Featured Article */

.frontpage .featured-article {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* The frontpage Scroll Button */

.frontpage .featured-article .scroll-button {
	display: block;
	position: absolute;
	z-index: 1;
	width: 80px;
	height: 200px;
	bottom: 0;
	right: 20%;
	border: 1px solid #faf8eb;
	border-left: 0;
	border-bottom: 0;
} .frontpage .featured-article .scroll-button .scroll-button__click {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: calc(200px - 14px);
	right: calc(20% + 40px);
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #6dc6b6;
	background-color: #faf8eb;
	padding: 5px 10px;
	box-shadow: 0 0 6px #000;
	white-space: nowrap;
}

img.fa__image {
	position: absolute;
	min-height: 100vh;
	min-width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
	top: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}	img.fa__image.bottom { /* Align featured image at bottom */
	top: auto;
	bottom: 0;
}	img.fa__image.middle { /* Align featured image at center */
	top: 50%;
	bottom: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

h3.fa__title {
	position: absolute;
	top: 296px;
	font-size: 21px;
	letter-spacing: 0.03em;
	margin: 0;
}

h3.fa__title a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #6dc6b6;
	padding: 0.5em 2em;
	padding-bottom: 0.35em;
}

p.img-credits {
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	text-shadow: 0 0 6px #000, 0 0 3px rgba(0, 0, 0, 0.6);
	margin: 0;
	text-transform: uppercase;
}

/* Frontpage > Articles */

.frontpage .articles .row:last-child {
	margin-bottom: 0;
}

.frontpage .article__introtext p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 10px auto;
}

.frontpage .img-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 75%; /* 4:3 */
	float: none;
}

.frontpage h3 {
	font-weight: bold;
	color: #333;
}

.frontpage .tile {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 20px;
}

.frontpage .articles {
	padding-top: 40px;
}

.frontpage .articles:before {
	content: initial;
}

.frontpage .articles .content {
	background-color: #faf8eb;
	overflow: hidden;
}

.frontpage .articles-container {
	margin-right: -20px;
	overflow: hidden;
}

.frontpage ul.article-categories {
	float: left;
}

.frontpage .article {
	margin: 0;
}

.frontpage .article h3 {
	margin: 20px 0;
	margin-bottom: calc(20px - 0.35em);
}

.frontpage .article .img-wrapper img {
	width: auto;
}

/* Frontpage > Events */

.frontpage .when__container {
	font-size: 12px;
}

.frontpage .when__container:before {
	height: 1px;
}

.frontpage span.when__date--from {
	padding-right: 1em;
}

.frontpage span.when__date--to {
	right: 0;
	padding-left: 1em;
}

.frontpage span.when__date:after {
	width: 0.5em;
	height: 0.5em;
}

.frontpage .when__container--onedate span.when__date {
	right: 0;
	padding-left: 1em;
}


/* ******************* */
/* ** MEDIA QUERIES ** */
/* ******************* */


/* *************************** */
/* ** FRONTPAGE BREAKPOINTS ** */
/* *************************** */


/* Big Desktop                         */
/* 1800--                              
No media query -- using the default    */

/* Desktop 1800      */
/* 1200--1800 (1799) */
@media (max-width: 1799px) {
	
}

/* Tablet Landscape 1200 */
/* 900--1200 (1199)      */
@media (max-width: 1199px) {

	.frontpage .tile {
		width: 50%;
	}

	.sidebar--right {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}

	.sidebar--right:after {
		content: '';
		display: table;
		clear: both;
	}

	.sidebar--left {
		width: 100%;
	}

	ul.article-categories {
		float: none;
		/* overflow: hidden; */
	}

	.sidebar--right ul.article-categories li {
		float: left;
		clear: none;
		margin-right: 0.5em;
	}

	.article--short .article__text {
		width: auto;
		float: none;
		margin-right: calc(320px + 20px);
	}

	.article--short .img-wrapper {
		width: 320px;
		margin-left: 20px;
	}

	.when--story {font-size: 14px;}

}

/* Tablet Portrait 900 */
/* 600--900 (899)      */
@media (max-width: 899px) {

	.searchmodal form {
		font-size: 4.1vw;
	}

	.searchmodal input.searchbutton {
		font-size: 0.7em;
	}

	.searchmodal input.searchfield, .searchmodal input.searchbutton {
		font-weight: 400;
	}

	.navigation {
		font-size: 16px;
		padding: 20px;
		font-weight: 400;
	}

	.navigation h1.home-button {
		width: 20px;
		height: 47px;
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}

	.frontpage .featured-article {
		height: initial;
	}

	img.fa__image {
		position: static;
		min-height: auto;
		max-width: 100%;
		-webkit-transform: none;
				transform: none;
	}

	.frontpage .featured-article .scroll-button {
		display: none;
	}

	.frontpage h1.home-button a {
		width: 50px;
		padding-top: 109px;
	}

	.frontpage h1.home-button {
		top: 20px;
		width: 142px;
		height: 109px;
	}

	.frontpage div.navigation__mainchoices {
		margin-left: 67px;
	}

	h3.fa__title {
		font-size: 16px;
		top: 50%;
	}

	.frontpage .articles {
		margin-top: 20px;
	}

	section.articles {
		padding: 0;
	}

	.frontpage input.search-field {
	}

	.menusearch {
		clear: left;
		margin: 10px 0 0;
	}

	.navigation__mainchoices {
		position: relative;
	}

	.navigation .language {
		position: absolute;
		top: 0;
		right: 0;
	}

	.article-info-thing .container {
		padding: 20px;
	}

	.article-info-thing {
		font-size: 16px;
	}

	.article--short .article__text {
		margin-right: calc(240px + 10px);
	}

	.article--short .img-wrapper {
		width: 240px;
	}

	.frontpage .when__container {
		font-size: 16px;
		font-weight: 400;
	}

	.when__container {
		font-size: 18px;
	}

	.when .when__container {
		text-align: left;
		position: static;
		margin-bottom: 1em;
	}

	.when .when__container:before {
		content: none;
	}

	.when .when__date:after {
		content: none;
	}

	.when .when__place {
		display: block;
		max-width: none;
		font-weight: 700;
		text-align: left;
		padding: 0;
		margin-bottom: 0.5em;
	}

	.when .when__date {
		left: initial;
		right: initial;
		position: static;
		-webkit-transform: none;
		transform: none;
		padding: 0;
		display: block;
	}

	.frontpage span.when__date, 
	.frontpage .when__container--onedate span.when__date {
		padding: 0;
	}

	.when__place:before {
		content: 'Sted: ';
	} .when__place.english:before {
		content: 'Place: ';
	}

	.when__date--from:before {
		content: 'Fra: ';
	} .when__date--from.english:before {
		content: 'From: ';
	}

	.when__date--to:before {
		content: 'Til: ';
	} .when__date--to.english:before {
		content: 'To: ';
	}

	.story p a:hover, 
	.story p a:focus, 
	.story p a:active, 
	.article--short p a:hover, 
	.article--short p a:focus, 
	.article--short p a:active {
		background-color: initial;
	}

	ul.article-categories a {
		-webkit-transition: initial;
		transition: initial;
	}
	ul.article-categories li:hover a {
		-webkit-transform: initial;
		transform: initial;
		-webkit-transition: initial;
		transition: initial;
	}

	/* OWL-STUFF */
	.owl-carousel .owl-item[style] {
		width: 100vw !important;
	}
	.owl-carousel .owl-item {
	}

	.owl-carousel .owl-item img {
		height: auto;
		width: 100%;
	}

	.owl-carousel .owl-stage-outer {
		width: 100vw;
		left: -20px;
		padding: 0 20px;
	}

	.footer {
		font-size: 10px;
		padding: 40px 20px;
	}

}

/* Phone 600    */
/* 0--600 (599) */
@media (max-width: 599px) {

	.frontpage h1.home-button a {
		width: 20px;
		padding-top: 46px;
	}

	.frontpage div.navigation__mainchoices {
		margin-left: 39px;
	}

	.navigation {
		font-size: 17px;
		font-weight: 400;
		padding: 10px;
	}

	.navigation__mainchoices {
		margin-left: 40px;
	}

	.navigation h1.home-button {
		width: 19px;
		height: 44px;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	.frontpage h1.home-button {
		top: 10px;
		width: 21px;
		height: 46px;
	}

	.frontpage .tile {
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}

	[class*='col-'] {
		width: 100%;
	}

	h3.fa__title {
		position: static;
		font-size: 22px;
	}

	h3.fa__title a {
		display: block;
		background-color: transparent;
		color: #34a893;
		padding: 10px;
	}

	p.img-credits {
		position: static;
		padding-left: 10px;
		color: #333;
		text-shadow: none;
	}

	.frontpage .featured-article {
		margin-bottom: 40px;
	}

	.frontpage .articles-container {
		margin-right: 0;
	}

	.frontpage .articles {
		margin-top: 10px;
	}

	section.articles {
		padding: 0;
	}

	.has-banner-title:before {
	font-size: 24px;
	}

	.banner-title {
		font-size: 24px;
		padding-left: 0;
		padding-right: 40px;
		margin-bottom: 40px;
	}

	ul.article-categories {
		font-size: 12px;
	}

	.article--short h3 {
		margin: 0.5em 0;
	}

	.article--short .article__text {
		width: 100%;
	}

	.article--short .img-wrapper {
		width: 100%;
		float: none;
		margin: 0;
	}

	.story {
		padding: 0;
	}

	.story .category, .about-us header h3:first-of-type {
		-webkit-writing-mode: initial;
		    -ms-writing-mode: initial;
		        writing-mode: initial;
		-webkit-transform: initial;
		transform: initial;
		position: static;
		margin: 1em 0;
		font-size: 20px;
		color: #aaa;
	}

	.footer {
		font-size: 16px;
	}

/* ***************** */
/* ** MOBILE MENU ** */
/* ***************** */

/* Set html and body to not scroll while mobile menu in use. */
	.noscroll {
		position: fixed;
		width: 100%;
	}

	nav.main-nav {
		position: fixed;
		background-color: #faf8eb;
		width: 100%;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
		top: 0;
		left: 0;
		right: 0;
		padding-top: 1em;
		visibility: hidden;
		z-index: 1;
	}

	.nav ul li {
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
		font-size: 1.3em;
		/* margin: 0.5em 0; */
	}

	.nav ul li a {
		padding: 0.5em 0;
	}

	header.navigation {
		height: 62px;
	}

	.menu-button {
		float: right;
		position: absolute;
		padding: 10px;
		right: 0;
		top: 50%;
		transform: translateY(-50%) rotate(0deg);
	}

	.menu-button:before, 
	.menu-button:after {
		content: '';
	}

	.menu-button span, 
	.menu-button:before, 
	.menu-button:after {
		display: block;
		background-color: #333;
		width: 26px;
		height: 4px;
	}


	.frontpage .menu-button span, 
	.frontpage .menu-button:before, 
	.frontpage .menu-button:after {
		background-color: #fff;
	}


	.menu-button:before, 
	.menu-button span {
		margin-bottom: 4px;
	}

	.frontpage .navigation, .frontpage .navigation a, 
	.frontpage .nav ul li.lang-item a {
		color: #333;
	}


	.frontpage .navigation {
		text-shadow: none;
	}

	           div.navigation__mainchoices, 
	.frontpage div.navigation__mainchoices {
		margin: 0;
	}

	           .menusearch, 
	.frontpage .menusearch {
		margin-left: 40px;
	}


/* *************************** */
/* ** Mobile Menu Animation ** */
/* *************************** */


	.main-nav.open {
		visibility: visible;
		padding-top: 44px;
	}

	.main-nav.open ~ .menu-button {
		z-index: 1;
		right: calc(50% - 23px);
		transform: translateY(-50%);
		transition: right 300ms ease;
	}

	.main-nav.open ~ .menu-button span, 
	.main-nav.open ~ .menu-button:before, 
	.main-nav.open ~ .menu-button:after {
		background-color: #333;
		transition: transform 300ms ease;
		transition-delay: 250ms;
	}

	.main-nav .menu-bek-main-menu-container {
		position: relative;
		top: -60px;
		transition: top 500ms ease;
	}

	.main-nav.open .menu-bek-main-menu-container {
		top: 0;
		transition: top 200ms ease;
	}

	.main-nav.open ~ .menu-button:before {
		transform: translateY(8px) rotate(135deg);
	}

	.main-nav.open ~ .menu-button:after {
		transform: translateY(-8px) rotate(-135deg);
	}

	.main-nav.open ~ .menu-button span {
		transform: rotate(225deg);
		transition: transform 300ms cubic-bezier(0.655, 0.005, 0.185, 1.455);
		transition-delay: 250ms;
	}

}

/* Make sure there's a blank line bel