/*
Theme Name: Enigma - Wordpress
Theme URI: http://lava.nl
Author: lava.nl
Author URI: http://lava.nl
Description:  Custom template
Version: 0.1
License: All rights reserved
Tags: custom, enigma
*/

/* Fonts
----------------------------------------------- */


/* Global
----------------------------------------------- */
body {
	color: #333;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
	background: #fff;
	box-sizing: border-box;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased !important;
	outline: none;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 400;
	font-family: "Knockout 29 A", "Knockout 29 B", "Knockout-HTF29", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	}

/* Links */
a {
	outline: none;
	-webkit-transition: all 0.14s ease 0s;
	   -moz-transition: all 0.14s ease 0s;
		 -o-transition: all 0.14s ease 0s;
	}
a:visited {
	}
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #000;
	}

/* Text Elements */
blockquote p {
	line-height: 1.6;
	}
dd {
	margin-bottom: 1em;
	}
p {
	font-family: "Times New Roman", "Times", Times, serif;
}

/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 26px;
	color: #333;
	line-height: 26px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	}
textarea {
	width: 80%;
	height: auto;
	}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #d6d6d6;
	outline: 0;
	outline: thin dotted \9;
  /* IE6-9 */

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	}
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 8px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	font-family: "Knockout 29 A", "Knockout 29 B", "Knockout-HTF29", "Arial Narrow", Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-transform: uppercase;
	background: #060608;
	border: 1px solid #060608;
	}
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #ff2828;
	border-color: #ff2828;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	}
table th,
table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
	}
table th {
	font-weight: bold;
	}
table thead th {
	vertical-align: bottom;
	}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
	}
table tbody + tbody {
	border-top: 2px solid #ddd;
	}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
	}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
	}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: block;
	clip: auto !important;
	line-height: normal;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
	}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
*:first-child+html .clearfix {
	min-height: 1px;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	}
.no-desktop {
	display: none;
	}

/* Colors */
.bg-white {
	background-color: #fff;
	}
.bg-yellow {
	background-color: rgb(253, 242, 188);
	}
.bg-red {
	background-color: rgb(255, 40, 56);
	}
.bg-black {
	background-color: #000;
	}
.txt-white {
	color: #fff;
	}
a.txt-white {
	color: #fff;
}
.txt-yellow {
	color: rgb(253, 242, 188);
	}
.txt-red {
	color: rgb(255, 40, 56);
	}
.txt-black {
	color: #000;
	}

/* HEADER
----------------------------------------------- */
.site-header {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 60px;
	padding: 6px 0;
	background: #fff;
	color: rgb(255, 40, 56);
	}
.top-box {
	z-index: 1;
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: #fff;
	transition: top .5s ease-in;
	}
.top-box.info,
.top-box.search {
	top: 220px;
	}

.site-branding {
	float: left;
	}
.site-title {
	margin: 0;
	padding: 0 10px;
	font-size: 4.25em;
	font-family: "Knockout 29 A", "Knockout 29 B", "Knockout-HTF29", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	}
.site-title a {
	display: block;
	width: 180px;
	height: 60px;
	color: rgb(255, 40, 56);
	text-decoration: none;
	font-size: 0%;
	background-image: url(img/ENIGMA_Regular_1_1.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	}
.site-description {
	color: #999;
	font-family: "Knockout 29 A", "Knockout 29 B", "Knockout-HTF29", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

/* MENU
----------------------------------------------- */
.sf-menu {
	float: left;
	}
.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sf-menu li ul {
	top: -999em;
	position: absolute;
	z-index: 99999;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 40px;
	}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li {
	float: left;
	position: relative;
	visibility:	inherit;
	}
.sf-menu li a {
	float: left;
	display: block;
	}
.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	width: 130px;
	}

#main-navigation {
	float: right;
	padding: 20px 10px 0;
	}
#main-navigation .sf-menu > ul > li:hover:after,
#main-navigation .sf-menu > ul > li.sfHover:after,
#main-navigation .sf-menu > ul > li.current_page_item:after,
#main-navigation .sf-menu > ul > li.current-menu-item:after {
	/*color: #ff2828;*/
	}
#main-navigation li a {
	margin: 0 -2px 0 0;
	padding: 0 15px;
	color: rgb(255, 40, 56);
	font-size: 125%;
	font-weight: 400;
	font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
	}
#main-navigation li:hover ul,
#main-navigation li.sfHover ul {
	color: #000;
	}
#main-navigation li li:hover ul,
#main-navigation li li.sfHover ul {
	top: 0;
	border-left: 1px solid #fd4848;
	}
#main-navigation li li {
	border-bottom: 1px solid #fd4848;
	}
#main-navigation li li a {
	color: rgb(255, 40, 56);
	}
#main-navigation li a:hover,
#main-navigation li.sfHover > a,
#main-navigation li.current_page_item > a,
#main-navigation li.current-menu-item > a,
#main-navigation li.current-menu-parent > a,
#main-navigation li.current-page-parent > a,
#main-navigation li.current-page-ancestor > a,
#main-navigation li.current_page_ancestor > a {
	color: #000;
	}
#main-navigation li:hover li a,
#main-navigation li.sfHover li a {
	margin: 0;
	padding: 10px 20px;
	font-size: 1.1em;
	text-transform: none;
	line-height: normal;
	}
#main-navigation li:hover li a:hover,
#main-navigation li.sfHover li a:hover {
	background: transparent;
	}
	#main-navigation .special-nav-item {
		color: rgb(255, 40, 56) !important;
		}
	#main-navigation .special-nav-item:hover {
		color: #000 !important;
		}
	#main-navigation .visit-info,
	#main-navigation .external-link {
		float: left;
	    margin: 0 -2px 0 0;
		padding: 0 18px;
	    color: rgb(255, 40, 56);
	    font-size: 135%;
	    font-weight: 400;
	    font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
	    text-decoration: none;
	    text-transform: uppercase;
	    line-height: 50px;
	    cursor: pointer;
	    }
	#main-navigation .visit-info:first-child {
		padding-left: 0;
		}
	#main-navigation .visit-info:hover,
	#main-navigation .visit-info.active,
	#main-navigation .external-link:hover,
	#main-navigation .external-link.active {
	    color: #000;
		}
	#main-navigation .search-icon {
		display: block;
		float: right;
		width: 7px;
		height: 6px;
		padding: 6px;
		margin: 14px 10px 0 10px;
   	    cursor: pointer;
	    background-image: url(img/search-close-icon.png);
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	    transition: none;
	    }
	#main-navigation .search-icon:hover {
	    background-position: -18px 0;
		}
	#main-navigation .search-icon.active {
	    background-position: -36px 0;
		}
	#main-navigation .search-icon.active:hover {
	    background-position: -54px 0;
		}
.close_top {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 7px;
	height: 6px;
	padding: 6px;
	margin: 14px 10px 0 10px;
	background-image: url(img/search-close-icon.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: none;
	text-decoration: none;
	border: 0;
	background-position: -36px 0; }
	.close_top:hover {
		background-position: -54px 0;
	}
@media screen and (min-width:1200px) {
	#main-navigation .visit-info,
	#main-navigation .external-link,
	#main-navigation li a {
		padding: 0 20px;
		font-size: 150%;
		}
}

@media screen and (min-width:1024px) {
	#main-navigation li a {
		padding: 0 18px;
		font-size: 135%;
		}
}

/* Small Navigation */
.nav-open,
.nav-close {
	display: none;
	font-size: 150%;
	font-weight: normal;
    font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
    color: rgb(255, 40, 56);
	background: transparent;
	background-image: url(img/menu-icon.png);
	width: 60px;
	height: 48px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: none;
	}
.nav-open {
	background-position: 0 0;
	}
.nav-open:hover {
	background-position: -60px 0;
	}
.nav-close {
	background-position: -120px 0;
	}
.nav-close:hover {
	background-position: -180px 0;
	}

@media only screen and (max-width: 60em) {
	.nav-open {
		display: block;
		float: right;
		text-align: right;
		}
	.nav-close {
		float: right;
		text-align: right;
		}
		#main-navigation .visit-info,
		#main-navigation .visit-info:first-child,
		#main-navigation .external-link {
			float: none;
			display: block;
			padding: 0 10px;
		}
	#main-navigation {
		float: none;
		background-color: #fff;
		margin: 0;
		padding: 5px 10px;
	}
	#main-navigation:target > .nav-open {
		display: none;
		}
	#main-navigation:target > .popup {
		display: block;
	}
	#main-navigation:target > .nav-close {
		display: block;
		text-align: right;
		}
	#main-navigation > .sf-menu {
		position: relative;
		top: 0;
		left: 0;
		text-align: left;
		}
	#main-navigation > .sf-menu > ul {
		position: absolute;
		top: 0;
		left: 0;
		/*width: 100%;*/
		max-height: 0;
		max-width: 16em;
		overflow: hidden;
		background: #333;
		transition: height 1s;
		}
	#main-navigation:target > .sf-menu > ul {
		max-height: 400px;
		}
	#main-navigation > .sf-menu > ul > li {
		float: none;
		display: block;
		border-bottom: 1px dotted #565656;
		}
	#main-navigation > .sf-menu > ul > li:after {
		display: none;
		}
	#main-navigation li a {
		float: none;
		display: block;
	    color: rgb(255, 40, 56);
	    padding: 0 10px;
		}
	#main-navigation .search-icon {
		float: none;
		margin-left: 10px;
		}
	#main-navigation .popup {
		display: none;
		padding: 20px 0;
		}
	.sf-menu,
	.sf-menu li {
		float: none;
		}

	.top-box {
		top: 0px;
		width: 100%;
		height: auto;
		background-color: #fff;
		transition: top .5s ease-in;
		}
	.top-box.info,
	.top-box.search {
		top: 88vh;
		}
		section.visit-info-dropdown .container .column,
		section.search-dropdown .container .column {
			width: 100% !important;
			box-sizing: border-box;
			}
		.site-header {
			top: 0;
			}
		section.search-dropdown {
			top: auto;
			height: 88vh !important;
			overflow-y: scroll;
			}
		section.visit-info-dropdown {
			top: auto;
			height: 88vh !important;
			overflow-y: scroll;
		}
		section.visit-info-dropdown .container .column a {
			text-align: right;
		}
	.no-desktop {
		display: block;
		}
	.close-top {
		font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
		font-size: 150%;
		text-transform: uppercase;
		color: rgb(255, 40, 56);
		margin-top: 20px;
		transition: none;
		cursor: pointer;
		}
	}


/* LAYOUT
----------------------------------------------- */
.container {
	width: auto;
	}
.inner-container {
	padding: 60px;
	}
.content-area {
	width: 100%;
	/*float: left;*/
	}
.site-content {
	}
.site-content.articlepage {
	display: flex;
	justify-content: space-between;
}
.site-sidebar {
/*	width: 300px;
	float: left;
	margin: 0 0 0 -300px;
*/	}

/* CONTENT
----------------------------------------------- */
.site-main {
	padding: 0;
	}
.site-content li {
	margin: 0 0 .75em;
	}
.site-content ul ul,
.site-content ul ol,
.site-content ol ol,
.site-content ol ul {
	margin-top: .75em;
	}

.sticky {
	}
.hentry {
	margin: 0 0 10px;
	-ms-word-wrap: break-word;
		word-wrap: break-word;
	}

.entry-header {
	margin: 0 0 20px;
	}
.entry-title {
	margin: 0 50px 3px 0;
	font-size: 2.4em;
	line-height: 1.2;
	}
.entry-title a {
	color: #222;
	text-decoration: none;
	}
.entry-title a:hover {
	color: #000;
	}
.entry-meta {
	color: #999;
	font-size: .9em;
	}
.entry-meta a {
	color: #999;
	text-decoration: none;
	}
.entry-meta a:hover {
	color: #222;
	}
.entry-meta .cat-links {
	margin: 0 20px 0 0;
	}
.entry-meta [class^="ico-"]:before {
	margin-right: 5px;
	color: #333;
	}
.comments-link {
	float: right;
	margin: 5px 0 0;
	}
.comments-link a {
	padding: 4px 10px 6px;
	display: block;
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1;
	background: #ff2828;
	}
.entry-thumbnail {
	float: left;
	width: 250px;
	height: 175px;
	margin: 0 20px 20px 0;
	border: 5px solid #e6e6e6;
	}
.single-thumbnail {
	margin-bottom: 20px;
}
.entry-thumbnail img {
	display: block;
	}
article .entry-thumbnail img {
	width: 100%; }
.entry-content {
	margin: 0 0 20px;
	}
.entry-summary {
	margin: 0 0 20px 260px;
	}
.entry-footer {
	clear: both;
	padding: 8px 0;
	border-top: 1px solid #d6d6d6;
	}
.more-link,
.page-links {
	margin: 15px 0 0;
	display: block;
	text-align: center;
	}
.post-password-required label {
	float: left;
	margin: 0 10px 0 0;
	}

.page-header {
	margin: 0 0 30px;
	padding: 15px 20px 5px;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	}
.page-title {
	margin: 0 0 10px;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

body.search .page .entry-footer {
	padding: 0;
	border-top: none;
	}

/* Author Box */
.author-info {
	margin: 0 0 30px;
/*	padding: 15px 20px;
*/	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	}
.author-info .author-photo {
	float: left;
	margin: 0 20px 0 0;
	border: 5px solid #e6e6e6;
	}
.author-info .author-content {
	margin: 0 0 0 105px;
	}
.author-info .author-content h3 {
	margin: 0 0 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.author-info .author-links a {
	margin: 0 20px 0 0;
	color: #999;
	font-size: .9em;
	font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	}
.author-info .author-links a:hover {
	color: #333;
	}

/* Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
	}
.wp-caption {
	border: 1px solid #d5d5d5;
	margin-bottom: 1.5em;
	max-width: 100%;
	}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
	}
.wp-caption-text {
	color: #999;
	font-style: italic;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: .5em 0;
	}
.site-content .gallery {
	margin-bottom: 1.5em;
	}
.gallery-caption {
	}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
	}
.site-content .gallery dd {
	margin: 0;
	}
.entry-attachment .attachment {
	margin: 0 0 15px;
	}

/* Navigation
----------------------------------------------- */
.content-area [class*="navigation"] {
	padding: 60px 0;
	overflow: hidden;
	}
[class*="navigation"] .nav-previous {
	width: 48%;
	float: right;
	text-align: right;
	}
[class*="navigation"] .nav-next {
	width: 48%;
	float: left;
	}
.content-area [class*="navigation"] a {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-size: 1.25em;
	font-weight: 400;
	font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	background: rgb(255, 40, 56);
	}
.content-area [class*="navigation"] a:hover {
	background: #000;
	}
.content-area [class*="navigation"] [class^="ico-"]:before {
	margin: 0;
	}

/* COMMENTS
----------------------------------------------- */
.comment-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.comment-list ul.children {
	margin: 0 0 0 50px;
	list-style: none;
	}
.comment-list li.comment,
.comment-list li.pingback {
	margin: 0;
	padding: 0;
	}
.comment-list li.pingback p {
	margin: 0;
	font-style: italic;
	}
.comment-list li.comment .comment-body {
	padding: 30px 0 20px;
	border-bottom: 1px solid #d6d6d6;
	}
.comment-list li.comment .comment-author .avatar {
	float: left;
	margin: 0 20px 0 0;
	display: block;
	}
.comment-list li.comment .comment-author .fn {
	color: #999;
	font-size: 1.2em;
	font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.comment-list li.comment .comment-author .fn a {
	color: #333;
	text-decoration: none;
	}
.comment-list li.comment .comment-author .fn a:hover {
	color: #000;
	}
.comment-list li.comment .comment-metadata {
	margin: 0 0 2px;
	font-size: .875em;
	}
.comment-list li.comment .comment-metadata a {
	color: #999;
	text-decoration: none;
	}
.comment-list li.comment .comment-metadata a:hover {
	color: #333;
	}
.comment-list li.comment .reply {
	float: right;
	}
.comment-list li.comment .reply a {
	color: #ff2828;
	font-size: .9em;
	font-weight: 300;
	font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	}
.comment-list li.comment .reply a:hover {
	color: #333;
	}
.comment-content {
	clear: both;
	margin: 20px 0 0;
	}
.comment-content a {
	word-wrap: break-word;
	}
.bypostauthor {
	}

/* Comment Form */
#reply-title {
	margin: 20px 0 15px;
	padding: 0 0 15px;
	font-size: 1.5em;
	text-transform: uppercase;
	border-bottom: 1px solid #d6d6d6;
	}
#cancel-comment-reply-link {
	margin: 0 0 0 10px;
	color: #333;
	font-size: .9em;
	text-decoration: none;
	}
#commentform {
	margin: 0;
	padding: 0;
	}
#commentform label {
	font-size: 1.2em;
	font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
#commentform textarea {
	height: 100px;
	}

/* WIDGETS
----------------------------------------------- */
.widget {
	margin: 0 0 30px;
	}
.widget-title {
	margin: 0;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #d6d6d6;
	}
.widget-title span {
	margin: 0 0 -1px;
	display: inline-block;
	line-height: 40px;
	border-bottom: 3px solid #ff2828;
	}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
	}

.widget ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.widget ul ul {
	margin: 6px 0 -7px;
	padding: 0 0 0 15px;
	border-top: 1px solid #e6e6e6;
	}
.widget li {
	padding: 6px 0;
	border-bottom: 1px solid #e6e6e6;
	}

.widget li a {
	color: #333;
	}
.widget li a:hover {
	color: #000;
	}

/* Widget Text */
.widget_text .textwidget {
	margin: 15px 0 0;
	}

/* Widget Tabs */
.widget_athemes_tabs .widget-tab-nav {
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	*zoom: 1;
	}
.widget_athemes_tabs .widget-tab-nav li {
	float: left;
	width: 33.3%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	}
.widget_athemes_tabs .widget-tab-nav li a {
	display: block;
	padding: 5px 15px;
	color: #999;
	font-size: 1.3em;
	font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	background: #060608;
	border: none;
	border-radius: 0;
	}
.widget_athemes_tabs .widget-tab-nav li a:hover,
.widget_athemes_tabs .widget-tab-nav li a:focus {
	color: #fff;
	text-decoration: none;
	}
.widget_athemes_tabs .widget-tab-nav li.active a {
	color: #fff;
	background: #ff2828;
	}
.widget_athemes_tabs .widget-tab-content .tab-pane {
	margin: 0;
	display: none;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	}
.widget_athemes_tabs .widget-tab-content .active {
	display: block;
	}
.widget_athemes_tabs .widget-tab-content .tab-pane ul {
	margin: 0;
	}
.widget_athemes_tabs .widget-tab-content .tab-pane li {
	margin: 0;
	padding: 10px;
	}
.widget_athemes_tabs .widget-entry-thumbnail {
	float: left;
	width: 50px;
	height: 50px;
	border: 3px solid #d6d6d6;
	}
.widget_athemes_tabs .widget-entry-thumbnail img {
	width: 50px;
	height: 50px;
	display: block;
	}
.widget_athemes_tabs .widget-entry-summary {
	margin: 3px 0 0 65px;
	}
.widget_athemes_tabs .widget-entry-content span,
.widget_athemes_tabs .widget-entry-summary span {
	color: #999;
	font-size: 1em;
	}
.widget_athemes_tabs .widget-entry-content h4,
.widget_athemes_tabs .widget-entry-summary h4 {
	margin: 0;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.2;
	}
.widget_athemes_tabs .widget-entry-content h4 a,
.widget_athemes_tabs .widget-entry-summary h4 a {
	}
.widget_athemes_tabs .widget-entry-content h4 a:hover,
.widget_athemes_tabs .widget-entry-summary h4 a:hover {
	text-decoration: none;
	}
.widget_athemes_tabs #widget-tab-tags {
	padding: 10px;
	line-height: 1.4;
	}
.widget_athemes_tabs #widget-tab-tags a {
	color: #999;
	text-decoration: none;
	}
.widget_athemes_tabs #widget-tab-tags a:hover {
	color: #333;
	}

/* Widget oEmbed */
.widget_athemes_media_embed .widget-oembed-content {
	margin: 15px auto 5px;
	}
.widget_athemes_media_embed embed,
.widget_athemes_media_embed iframe,
.widget_athemes_media_embed object,
.widget_athemes_media_embed video {
	max-width: 100%;
	min-height: 200px;
	max-height: 250px;
	}
.widget_athemes_media_embed .widget-oembed-description {
	margin: 0 0 15px;
	}

/* Widget Social Icons */
.widget_athemes_social_icons li {
	float: left;
	margin: 15px 10px 0 0;
	padding: 0;
	text-align: center;
	border: none;
	}
.widget_athemes_social_icons li a {
	display: block;
	}
.widget_athemes_social_icons li a [class^="ico-"]:before {
	width: 40px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	background: #060608;
	}
.widget_athemes_social_icons li a:hover [class^="ico-"]:before {
	background: #ff2828;
	}

/* Widget Flickr */
.widget_athemes_flickr_stream .widget-flickr-stream {
	margin: 0 -6px;
	}
.widget_athemes_flickr_stream .flickr_badge_image {
	float: left;
	width: 55px;
	display: block;
	margin: 15px 6px 0 6px;
	border: 5px solid #e5e5e5;
	}
.widget_athemes_flickr_stream .flickr_badge_image img {
	display: block;
	}

/* Header Widgets */
.site-header .widget {
	float: right;
	clear: right;
	margin: 10px 0;
	text-align: right;
	}

/* SIDEBAR
----------------------------------------------- */
.site-sidebar {
	width: 25%;
	background-color: rgb(253, 242, 188);
	}

.site-sidebar .widget_search .search-form {
	margin: 15px 0;
	}
.site-sidebar .widget_search .search-field {
	float: left;
	width: 68%;
	margin: 0 10px 0 0;
	}
.site-sidebar .widget_search .search-submit {
	font-size: 1.3em;
	}

.site-sidebar .widget_archive select,
.site-sidebar .widget_categories select {
	width: 100%;
	height: 30px;
	margin: 15px 0 0;
	}

/* SITE EXTRA
----------------------------------------------- */
.site-extra {
	padding: 20px 0;
	color: #666;
	font-size: .9em;
	background: #060608;
	}
.site-extra .widget li a {
	color: #999;
	text-decoration: none;
	}
.site-extra .widget li a:hover {
	color: #ff2828;
	}
.site-extra .pad {
	margin: 0 -15px;
	}
.site-extra .widget-area {
	float: left;
	width: 25%;
	}
.extra-one .widget-area {
	width: 100%;
	}
.extra-two .widget-area {
	width: 50%;
	}
.extra-three .widget-area {
	width: 33.3%;
	}
.site-extra .widget {
	margin: 0 15px 30px;
	padding: 0;
	border: none;
	}
.site-extra .widget-title {
	color: #999;
	border-bottom-color: #444;
	}
.site-extra .widget li {
	border-bottom-color: #111;
	}

.site-extra .widget_athemes_social_icons li a [class^="ico-"]:before {
	width: 25px;
	line-height: 25px;
	background: none;
	}
.site-extra .widget_athemes_social_icons li a:hover [class^="ico-"]:before {
	color: #ff2828;
	}

/* FOOTER
----------------------------------------------- */
.site-footer {
	padding: 15px 60px;
	color: #fff;
	background-color: rgb(255, 40, 56);
	}
.site-footer a {
	display: block;
	font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
	font-size: 175%;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	text-decoration: none;
	}
.site-footer a:hover {
	color: rgb(255, 40, 56);
	}
	.site-footer .logo {
		float: left;
		width: 210px;
		height: 130px;
		font-size: 0%;
		margin-right: 60px;
		background-image: url(img/ENIGMA_WITH_SLOGAN_DANISH_Regular_8_13_white.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		}
		.site-footer .logo h2 {
			font-size: 450%;
			text-transform: uppercase;
			margin-right: 60px;
		}
	.site-footer .info {
		float: left;
		font-family: "Times New Roman", "Times", Times, serif;
		font-size: 150%;
		line-height: 1.3em;
		margin-top: 2px;
		}
	.site-footer .social {
		float: right;
		}
		.site-footer .social  {
			display: block;
			transition: none;
			}
		.site-footer .social .r-arrow.white:hover:after {
			background-position: -48px 0;
			}
		.site-footer .social :hover {
			color: #000;
			}

.site-info {
	float: left;
	}
.site-credit {
	float: right;
	}


/* RESPONSIVE SUPPORT
----------------------------------------------- */

@media screen and (max-width: 960px) {
	.container {
		/*width: 90%;*/
		}
	.site-content {
/*		margin-right: 40%;*/
		}
	.site-sidebar {
/*		width: 35%;
		margin-left: -35%;*/
		}
	.site-sidebar .widget_search .search-field {
/*		width: 95%;
		margin: 0 0 10px;*/
		}
	.site-extra .widget-area {
		/*width: 50%;*/
		}
	.no-mobile {
		display: none;
		}
	}
@media screen and (max-width: 758px) {
	.site-header .widget-area {
		display: none;
		}
	.site-header .site-branding {
/*		float: none;
		text-align: center;
*/		}
	.content-area {
		float: none;
		}
	.site-content {
		margin: 0;
		}
	.entry-thumbnail {
		float: none;
		margin: 0 auto 15px;
		}
	.entry-summary {
		margin-left: 0;
		}
	.site-sidebar {
		width: auto;
		float: none;
		margin: 20px 0 0;
		}
	.site-extra .widget-area {
		width: 100%;
		}
	}
@media screen and (max-width: 480px) {
	.site-footer {
		/*text-align: center;*/
		}
	.site-footer .site-info,
	.site-footer .site-credit,
	.site-footer .info,
	.site-footer .social {
		float: none;
		}
	.site-footer .social {
		margin-top: 40px;
	}
	}
@media screen and (max-width: 320px) {
	}












/* NEW ENIGMA IDENTITY */
	.container {
		transition: padding-left .15s ease-in-out;
		}


		.container #interactive-intro {
			height: 100vh;
			width: 100%;
			}
		.container #interactive-intro:after {
			content: "";
			clear: both;
			}
			.container #interactive-intro .half-left {
				position: absolute;
				width: 50%;
				height: 100%;
				padding-top: 80px;
				box-sizing: border-box;
				overflow: hidden;
				}
				.container #interactive-intro .half-left .intro-text-yellow,
				.container #interactive-intro .half-right .intro-text-red {
					width: 100vw;
					height: 100%;
					}
				.container #interactive-intro .half-left .intro-text-yellow img,
				.container #interactive-intro .half-right .intro-text-red img {
					display: block;
					height: auto;
					margin: 0 auto;
					border: 0;
					-webkit-user-select: none;
					-moz-user-select: none;
					-ms-user-select: none;
					user-select: none;
					}
			.container #interactive-intro .half-right {
				position: absolute;
				width: 100%;
				height: 100%;
				padding-top: 80px;
				box-sizing: border-box;
				overflow: hidden;
				}
				.container #interactive-intro .half-right .d-arrow {
					position: absolute;
					bottom: 20px;
					right: 20px;
					width: 40px;
					height: 70px;
					background-image: url(img/arrow-down.png);
					background-size: 100%;
					background-repeat: no-repeat;
					}
@media screen and (max-height: 700px) {
	.container #interactive-intro .half-left .intro-text-yellow img,
	.container #interactive-intro .half-right .intro-text-red img {
		height: 100%;
	}
}
@media screen and (max-width: 960px) and (max-height: 700px) {
	.container #interactive-intro .half-left .intro-text-yellow img,
	.container #interactive-intro .half-right .intro-text-red img {
		height: auto;
	}
}

		.inner-container {
			position: relative;
			background-color: #fff;
			}
		.container #welcome {
			}
		.container #welcome:after {
			content: "";
			clear: both;
			}
			.container #welcome article.clearfix {
				float: none;
				width: 100%;
				}
			.container #welcome h1 {
				max-width: 1080px;
				font-size: 450%;
				font-weight: normal;
				line-height: 1em;
				}
				.container #welcome h1 p {
					font-family: "Knockout 29 A", "Knockout 29 B", "Knockout-HTF29", "Arial Narrow", Arial, Helvetica, sans-serif;
					font-weight: normal;
					margin: 0;
					}
					.container #welcome h1 p a {
						text-decoration: underline;
						color: rgb(255, 40, 56);
						}
					.container #welcome h1 p a:hover {
						text-decoration: none;
						color: #000;
						}
		.today-box {
			width: 100%;
			background-color: rgb(253, 242, 188);
			color: #000;
			padding: 60px;
			box-sizing: border-box;
			}
			.today-box .today-label {
				font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
				font-size: 150%;
				font-weight: normal;
				text-transform: uppercase;
				padding: 0 0 40px;
				}
			.today-box .single-today {
				width: 50%;
				float: left;
				box-sizing: border-box;
				padding-right: 60px;
				}
				.today-box .single-today h1,
				.today-box .single-today h2,
				.today-box .single-today h3,
				.today-box .single-today h4 {
					max-width: 640px;
					font-family: "Knockout 29 A", "Knockout 29 B", "Knockout-HTF29", "Arial Narrow", Arial, Helvetica, sans-serif;
					font-size: 300%;
					font-weight: normal;
					padding: 0;
					}
				.today-box .single-today p {
					max-width: 720px;
					font-family: "Times New Roman", "Times", Times, serif;
					font-size: 150%;
					line-height: 1.2em;
					padding: 0;
					}
				.today-box .single-today a {
					display: inline-block;
					font-size: 115%;
					font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
					font-weight: normal;
					text-transform: uppercase;
					color: #000;
					margin-top: 20px;
					transition: none;
					cursor: pointer;
					}
				.today-box .single-today a:hover {
					color: rgb(255, 40, 56);
					}
				.today-box .single-today a:after {
					content: "";
					display: inline-block;
					width: 40px;
					height: 20px;
					margin-top: 2px;
					margin-left: 10px;
					transform: translate(0, 2px);
					background-image: url(img/r-arrow.png);
					background-size: auto 100%;
					background-position: -40px;
					transition: transform .15s ease-in;
					}
				.today-box .single-today a:hover:after {
					transform: translate(6px, 2px);
					background-position: 0;
					}
			.today-box .plus {
				display: none;
				}
		.container #activities {
			height: 600px;
			display: flex;
			}
		.container #activities:after {
			content: "";
			clear: both;
			}
			.container #activities .column {
				width: 25%;
				height: 100%;
				overflow-x: hidden;
				display: block;
				transition: width .75s ease-in-out, height .75s ease-in-out, background-color .15s ease-in-out, color .15s ease-in-out;
				}
				.container #activities .column h2 {
					width: 600px;
					height: 110px;
					font-size: 0%;
					font-weight: normal;
					background-size: auto 120%;
					background-repeat: no-repeat;
					background-position: -20px 0;
					margin: 20px 60px;
					}
				.container #activities .column h2.torv-logo {
					width: 230px;
					background-position: -252px 0;
					background-image: url(img/TORV_Regular_1_1.png);
					}
				.container #activities .column h2.kantina-logo {
					width: 280px;
					background-position: -334px 0;
					background-image: url(img/KANTINA_Regular_1_13.png);
					}
				.container #activities .column h2.design-marked-logo {
					width: 304px;
					background-image: url(img/DESIGN_MARKED_Regular_2_13.png);
					background-position: -330px 0;
					background-size: auto 110%;
					height: 200px;
					}
				.container #activities .column h2.scene-logo {
					width: 220px;
					background-position: -264px 0;
					background-image: url(img/SCENE_Regular_2_13.png);
					}
				.container #activities .column:hover > h2.torv-logo,
				.container #activities .column:hover > h2.kantina-logo,
				.container #activities .column:hover > h2.design-marked-logo,
				.container #activities .column:hover > h2.scene-logo {
					background-position: -20px 0;
					}

				.container #activities .column p {
					width: 540px;
					font-size: 150%;
					line-height: 1.2em;
					padding: 0px 60px;
					}
				.container #activities .column span {
					display: inline-block;
					width: 320px;
					font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
					font-size: 175%;
					line-height: 1em;
					text-transform: uppercase;
					color: #fff;
					margin: 0px 60px;
					padding-top: 5px;
					transition: none;
				}
				.container #activities .column .hidden {
					display: none !important;
					}
			.r-arrow:after {
				content: "";
				display: inline-block;
				width: 48px;
				height: 24px;
				margin-top: 2px;
				margin-left: 10px;
				transform: translate(0, 3px);
				background-image: url(img/r-arrow.png);
				background-size: auto 100%;
				transition: transform .15s ease-in;
			}
			.r-arrow:hover:after {
				transform: translate(6px, 3px);
			}
			.r-arrow.white:after {
				background-position: -96px 0;
				}
			.r-arrow.red:after {
				background-position: 0 0;
				}
			.r-arrow.black:after {
				background-position: -48px 0;
				}
			.container #activities .column:hover {
				background-color: #fff;
				}
			.container #activities .column:hover > h2,
			.container #activities .column:hover > p,
			.container #activities .column:hover > a {
				color: #000;
				}
			.container #activities .column:hover > .r-arrow.white:after {
				background-position: -48px 0;
				}
				.container #activities .column:hover > span {
					color: #000;
					}
				.container #activities .column span:hover {
					color: rgb(255, 40, 56);
					}
			.container #activities .column .r-arrow.white:hover:after {
				background-position: 0 0;
				}


		.container #news {
			padding: 60px 0;
			}
			.container #news h2 {
				font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
				font-size: 150%;
				font-weight: normal;
				padding: 0 60px 40px;
				text-transform: uppercase;
				}
			.container #news .single-news {
				width: 100%;
				height: 130px;
				transition: height .45s ease-in-out, background-color .15s ease-in-out;
				overflow: hidden;
				color: rgb(255, 40, 56);
				}
			.container #news .single-news.two-lines {
				height: 185px;
				}
				.container #news .single-news h3 {
					max-width: 960px;
					font-family: "Knockout 29 A", "Knockout 29 B", "Knockout-HTF29", "Arial Narrow", Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 450%;
					line-height: 0.85em;
					color: rgb(255, 40, 56);
					padding: 20px 60px 5px;
					}
				.container #news .single-news .meta {
					font-size: 150%;
					padding: 0 60px 10px;
					}
				.container #news .single-news .descr {
					max-width: 960px;
					font-size: 150%;
					line-height: 1.2em;
					padding: 0 60px 10px;
					}
				.container #news .single-news .read-more {
					display: inline-block;
					font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
					font-size: 175%;
					text-transform: uppercase;
					color: #000;
					margin: 0px 60px 60px;
					transition: none;
					cursor: pointer;
					}
				.container #news .single-news .read-more.r-arrow.black:hover:after {
				background-position: 0 0;
					}
			.container #news .single-news:hover {
				background-color: rgb(253, 242, 188);
				color: #000;
				}
			.container #news .single-news:hover > a h3 {
				color: #000;
				}
			.container #news .single-news .read-more:hover {
				color: rgb(255, 40, 56);
				}

			.container #news .all-news {
				display: inline-block;
				font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
				font-size: 175%;
				text-transform: uppercase;
				color: rgb(255, 40, 56);
				margin: 40px 60px 60px;
				transition: none;
				}
			.container #news .all-news.r-arrow.red:hover:after {
				background-position: -48px 0;
				}
			.container #news .all-news:hover {
				color: #000;
				}




/* VISIT INFORMATION DROPDOWN */
section.visit-info-dropdown {
/*	display: none;
*/	position: absolute;
	bottom: 0px;
	width: 100%;
	height: auto;
	background-color: #fff;
	transition: opacity .5s;
	}
section.visit-info-dropdown.active {
	}
	section.visit-info-dropdown .container {
		}
		section.visit-info-dropdown .container .column {
			float: left;
			width: 16%;
			padding: 10px 30px 10px 10px;
			/*max-height: 220px;*/
			font-family: "Times New Roman", "Times", Times, serif;
			font-size: 150%;
			line-height: 1.2em;
			color: rgb(255, 40, 56);
			/*overflow-y: hidden;*/
			}
			@media screen and (max-width: 1300px) and  (min-width: 960px) {
				section.visit-info-dropdown .container .column {
					font-size: 120%;
					padding: 5px 20px 5px 5px;
				}
				section.visit-info-dropdown .container .column a {
					margin-top: 10px;
				}
			}
			@media screen and (max-width: 960px) {
				section.visit-info-dropdown .container .column {
					font-size: 150%;
					padding: 10px 30px 10px 10px;
				}
				section.visit-info-dropdown .container .column a:after {
					width: 30px;
					height: 15px;
				}
				section.visit-info-dropdown .container .column a:hover:after {
					background-position: -30px 0;
					}
			}
			section.visit-info-dropdown .container .column a {
				display: block;
				font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
				font-size: 100%;
				text-transform: uppercase;
				color: rgb(255, 40, 56);
				margin-top: 20px;
				transition: none;
				}
				section.visit-info-dropdown .container .column a:after {
					width: 40px;
					height: 20px;
				}
				section.visit-info-dropdown .container .column a:hover:after {
					background-position: -40px 0;
					}
				section.visit-info-dropdown .container .column a:hover {
					color: #000;
					}
			section.visit-info-dropdown .container .hidden,
			.hidden {
				display: none;
				}

section.search-dropdown {
/*	display: none;
*/	position: absolute;
	bottom: 0px;
	width: 100%;
	height: auto;
	background-color: #fff;
	transition: opacity .5s;
	}
	.search-form {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid rgb(255, 40, 56);
		margin: 10px;
		}
		.search-form label {
			width: 90%;
			margin-bottom: 0;
			border: none;
			}
		.search-form input.search-field {
			width: 100%;
			height: auto;
			font-family: "Times", Times, Arial;
			font-size: 450%;
			color: rgb(255, 40, 56);
			margin: 0;
			padding-left: 20px;
			border: none;
			box-shadow: none !important;
			}
		.search-form input[type="submit"] {
			width: 72px;
			background: transparent;
			background-image: url(img/search-big-red.png);
			background-size: 80%;
			background-position: 10px 10px;
			background-repeat: no-repeat;
			border: none;
			}
		.search-form input[type="submit"]:hover {
			background-image: url(img/search-big-black.png);
			}









/* NEWS PAGE */
.news-page:after {
	content: "";
	clear: both;
	}
	.news-page .content-center,
	.news-page .site-content {
		max-width: 1080px;
		margin: 0 auto;
		padding-top: 80px;
		}
	.news-page .grid-sizer {
		width: 23%;
		padding: 1% 1% 0;
		}
		.news-page article.post {
			float: left;
			width: 23%;
			padding: 1% 1% 0;
			}
		.news-page article.post:nth-child(5n+4) {
			width: 48%;
			}
		.news-page article.post.tag-relevant {
			width: 48%;
			}
		.news-page article.post.tag-relevant img {
			width: 100%;
		}
		.news-page article:last-child {
			clear: right;
		}
		.news-page article:hover > .entry-thumbnail {
			opacity: .8;
			}
			.news-page article .entry-thumbnail {
				display: block;
				float: none;
				width: auto;
				height: auto;
				margin: 0;
				border: none;
				transition: opacity .15s;
				}
			.news-page article .entry-header {
				padding-top: 10px;
				padding-bottom: 0;
				}
				.news-page article .entry-header .entry-title {
					font-family: "Knockout 29 A", "Knockout 29 B", "Knockout-HTF29", "Arial Black", Arial, sans-serif;
					font-size: 175%;
					font-weight: normal;
					line-height: 0.95em;
					padding-bottom: 4px;
					margin-right: 20px;
					letter-spacing: 0.01em;
					-webkit-font-smoothing: auto !important;
					}
				.news-page article.post.tag-relevant  .entry-header .entry-title {
					font-size: 280%;
					}
				.news-page article .entry-header .entry-meta {
					font-family: "Times New Roman", "Times", Times, serif;
					font-size: 16.5px;
					color: #000;
					line-height: 1.2em;
					margin: 0;
					}
					.news-page article .entry-header .entry-meta a {
						color: #000;
						cursor: pointer;
					}
					.news-page article .entry-header .entry-meta a:hover {
						color: rgb(255, 40, 56);
						}
				.news-page article .entry-header .comments-link {
					display: none;
					}
			.news-page article .entry-summary {
				display: none;
				font-size: 16.5px;
				color: #000;
				line-height: 1.2em;
				margin: 0;
				}
				.news-page article .entry-summary .more-link {
					display: inline-block;
					text-transform: uppercase;
					text-align: left;
					color: rgb(255, 40, 56);
					transition: none;
					cursor: pointer;
					}
				.news-page article .entry-summary .more-link:hover {
					color: #000;
					}
			.news-page article .entry-footer {
				display: none;
				}

				nav.paging-navigation {
					clear: both;
					}




/* ARTICLE PAGE */
.site-content.articlepage {
	max-width: 1080px;
	margin: 20px auto 0;
	background-color: #fff;
}
.post-wrap {
	width: 70%;
	padding: 40px 5% 0 20px;
	box-sizing: border-box;
	}
	.post-wrap .entry-header {
		padding-top: 60px;
		padding-bottom: 25px;
		}
		.post-wrap .entry-header h1.entry-title {
			font-size: 500%;
			font-weight: normal;
			line-height: 0.9em;
			padding-bottom: 6px;
			}
		.post-wrap .entry-header .entry-meta {
			font-family: "Times New Roman", "Times", Times, serif;
			font-size: 150%;
			color: #000;
			line-height: 1.2em;
			}
		.post-wrap .entry-header .entry-meta a:hover {
				color: rgb(255, 40, 56);
			}
		.post-wrap .entry-header .comments-link {
			display: none;
			}
	.post-wrap .entry-share {
		padding-bottom: 25px;
		}
		.post-wrap .entry-share h3 {
			font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
			font-size: 200%;
			font-weight: normal;
			text-transform: uppercase;
			color: rgb(255, 40, 56);
			}
		.post-wrap .entry-share ul {
			margin: 5px 0 50px;
			padding: 0;
			}
		.post-wrap .entry-share ul:after {
			content: "";
			clear: both;
			}
		.post-wrap .entry-share ul a.share {
			display: block;
			float: left;
			list-style: none;
			width: 32px;
			height: 32px;
			margin: 0 20px 0 0;
			background-size: auto 100%;
			background-repeat: no-repeat;
			transition: none;
			cursor: pointer;
			}
		.post-wrap .entry-share ul a.share.fb {
			background-image: url(img/share-fb.png);
			}
		.post-wrap .entry-share ul a.share.tw {
			background-image: url(img/share-tw.png);
			}
		.post-wrap .entry-share ul a.share.in {
			background-image: url(img/share-in.png);
			}
		.post-wrap .entry-share ul a.share.fb:hover,
		.post-wrap .entry-share ul a.share.tw:hover,
		.post-wrap .entry-share ul a.share.in:hover {
			background-position: -40px 0;
			}
		.post-wrap .entry-content ul, .post-wrap .entry-content ol {
			padding-left: 1.5em; }
		.post-wrap .entry-content p, .post-wrap .entry-content ul, .post-wrap .entry-content ol {
			font-family: "Times New Roman", "Times", Times, serif;
			font-size: 150%;
			color: #000;
			line-height: 1.3em;
			margin: 0 0 20px;
			}
			.post-wrap .entry-content h2 {
				font-size: 150%;
				font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
				font-weight: normal;
				margin: 40px 0 20px;
				}
			.post-wrap .entry-content p strong {
				font-family: "Times", serif;
				/*font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;*/
				font-weight: bold;
				}
			.post-wrap .entry-content p em,
			.post-wrap .entry-content p em strong {
				font-family: "Times";
				font-style: italic;
				}
			.post-wrap .entry-content p a {
				color: rgb(255, 40, 56);
				}

		.post-wrap .entry-content .wp-caption {
			margin: 0.35em 0em 0.5em 1.5em;
			border: none;
			padding: 0;
			clear: both;
			}
			.post-wrap .entry-content .wp-caption img {
				margin: 0;
				}
			.post-wrap .entry-content .wp-caption .wp-caption-text {
				font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, sans-serif;
				font-style: normal;
				font-size: 95%;
				text-align: left;
				margin-top: 6px;
				}
			.post-wrap .entry-footer {
				display: none;
				}
			.post-wrap .author-info {
				background-color: transparent;
				border: none;
				}
				.post-wrap .author-info .author-content h3 {
					font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
					font-size: 125%;
					font-weight: normal;
					text-transform: uppercase;
					color: #000;
					margin-bottom: 5px;
					}
				.post-wrap .author-info .author-content p {
					font-family: "Times New Roman", "Times", Times, serif;
					font-size: 16.5px;
					color: #000;
					line-height: 1.2em;
					margin: 0;
					}
				.post-wrap .author-info .author-label {
					font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
					font-size: 200%;
					font-weight: normal;
					text-transform: uppercase;
					color: rgb(255, 40, 56);
					}
				.post-wrap .author-info .author-links a {
					display: inline-block;
					font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
					font-size: 150%;
					line-height: 1.25em;
					text-transform: uppercase;
					letter-spacing: 0;
					color: rgb(255, 40, 56);
					transition: none;
					}
				.post-wrap .author-info .author-links a:hover {
					color: #000;
					}
				.post-wrap .author-info .author-links .r-arrow.red:after {
					width: 40px;
					height: 20px;
					background-repeat: no-repeat;
					}
				.post-wrap .author-info .author-links .r-arrow.red:hover:after {
					background-position: -40px 0;
					}
			.post-wrap #respond {
				display: none;
				}

.articlepage .side-news-section {
	width: 25%;
	background-color: rgb(253, 242, 188);
	padding: 60px 1% 0;
	box-sizing: border-box;
	}
	.articlepage .side-news-section p.latest-news{
		font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
		font-size: 150%;
		font-weight: normal;
		padding: 0 23px;
		text-transform: uppercase;
		}
	.articlepage .side-news-section li {
			list-style: none;
			padding-bottom: 4px;
			border-bottom: none;
			}
			.articlepage .side-news-section li img {
				/*transition: opacity 0.15s;*/
				}
			.articlepage .side-news-section li a {
				display: block;
				color: #000;
				}
			.articlepage .side-news-section li a:hover {
				color: rgb(255, 40, 56);
				}
			.articlepage .side-news-section li a:hover > img {
				opacity: 0.8;
				}

			.articlepage .side-news-section li h3 {
				font-family: "Knockout 29 A", "Knockout 29 B", "Knockout-HTF29", "Arial Black", Arial, sans-serif;
				font-size: 175%;
				line-height: 0.95em;
				letter-spacing: 0.01em;
				margin: 6px 0 4px;
				-webkit-font-smoothing: auto !important;
				}




.normalpage .site-content,
.presspage .site-content {
	max-width: 1080px;
	margin: 60px auto 80px;
	padding-top: 80px;
	}
	.normalpage article {
		max-width: 720px;
		}
	.normalpage article p {
		font-family: "Times New Roman", "Times", Times, serif;
		font-size: 150%;
		color: #000;
		line-height: 1.2em;
		margin-bottom: 25px;
		}
	.presspage article p {
		font-family: "Times New Roman", "Times", Times, serif;
		font-size: 16.5px;
		color: #000;
		line-height: 1.2em;
		margin-bottom: 15px;
		}
	.normalpage article p a,
	.presspage article p a {
		color: rgb(255, 40, 56);
		}
	.normalpage article p a:hover,
	.presspage article p a:hover {
		text-decoration: underline;
		}
	.normalpage article h2,
	.presspage article h2 {
		font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
		font-size: 150%;
		font-weight: normal;
		text-transform: uppercase;
		color: rgb(255, 40, 56);
		}
	.normalpage article h2 strong,
	.normalpage article h4 strong,
	.presspage article h2 strong,
	.presspage article h4 strong {
		font-weight: normal;
		}
	.normalpage article h4,
	.presspage article h4 {
		font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
		font-size: 115%;
		font-weight: normal;
		text-transform: uppercase;
		color: #000;
		}
	.normalpage article hr,
	.presspage article hr {
		display: inline-block;
		width: 100%;
		height: 1px;
		background-color: #ccc;
		margin: 25px 0;
		border-top: none;
		}
	.presspage .column {
		columns: 480px 2;
		-webkit-columns: 480px 2;
		-moz-columns: 480px 2;
		column-gap: 100px;
		-webkit-column-gap: 100px;
		-moz-column-gap: 100px;
		}
	.normalpage .site-content .info-page a {
		font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
		font-size: 125%;
		text-transform: uppercase;
		color: rgb(255, 40, 56);
		transition: none;
		}
	.normalpage .site-content .info-page a:hover {
		text-decoration: none;
		color: #000;
		}
	.normalpage .site-content .info-page a.r-arrow.red:hover:after {
		background-position: -48px 0;
		}

.site-content.search-result,
.site-content.archive {
	max-width: 1080px;
	min-height: 60vh;
	margin: 80px auto;
	background-color: #fff;
}
	.site-content.search-result header,
	.site-content.archive header {
		background-color: transparent;
		padding: 60px 0 0;
		border: none;
		}
		.site-content.search-result h1,
		.site-content.archive h1 {
			font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
			font-size: 150%;
			letter-spacing: 0;
			font-weight: normal;
			text-transform: uppercase;
			color: #000;
			}
		.site-content.search-result h1 span,
		.site-content.archive h1 a {
			color: rgb(255, 40, 56);
			}
		.site-content.search-result article,
		.site-content.archive article {
			padding: 30px 0 40px;
			border-top: 1px solid #ccc;
			}
		.site-content.search-result article .entry-thumbnail,
		.site-content.archive article .entry-thumbnail {
			border: none;
			overflow: hidden;
			}
		.site-content.search-result article .entry-header,
		.site-content.archive article .entry-header {
			padding-top: 0;
			float: left;
			width: 75%;
			margin-bottom: 10px;
			}
			.site-content.search-result article .entry-header .entry-title,
			.site-content.archive article .entry-header .entry-title {
				font-weight: normal;
				font-size: 400%;
				line-height: 0.9em;
				}
			.site-content.search-result article .entry-header .entry-meta,
			.site-content.archive article .entry-header .entry-meta {
				font-family: "Times New Roman", "Times", Times, serif;
				font-size: 16.5px;
				color: #000;
				line-height: 1.2em;
				margin: 0;
			}
			.site-content.search-result article .entry-header .entry-meta,
			.site-content.archive article .entry-header .entry-meta {
				font-family: "Times New Roman", "Times", Times, serif;
				font-size: 16.5px;
				color: #000;
				line-height: 1.2em;
				margin: 0;
			}
			.site-content.search-result article .entry-header .entry-meta a,
			.site-content.archive article .entry-header .entry-meta a {
				color: #000;
				}
			.site-content.search-result article .entry-header .entry-meta a:hover,
			.site-content.archive article .entry-header .entry-meta a:hover, {
				color: rgb(255, 40, 56);
				}
			.site-content.search-result article .entry-header .comments-link,
			.site-content.archive article .entry-header .comments-link {
				display: none;
				}
		.site-content.search-result article .entry-summary,
		.site-content.archive article .entry-summary {
			float: left;
			width: 75%;
			margin: 0;
			}
			.site-content.search-result article .entry-summary p,
			.site-content.archive article .entry-summary p {
				font-family: "Times New Roman", "Times", Times, serif;
				font-size: 16.5px;
				color: #000;
				line-height: 1.2em;
				margin: 0;
				}
				.site-content.search-result article .entry-summary .more-link,
				.site-content.archive article .entry-summary .more-link {
					display: block;
					font-size: 125%;
					font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
					font-weight: normal;
					text-transform: uppercase;
					text-align: left;
					color: rgb(255, 40, 56);
					transition: none;
					cursor: pointer;
					}
				.site-content.search-result article .entry-summary .more-link:after,
				.site-content.archive article .entry-summary .more-link:after {
					height: 20px;
					width: 40px;
					}
				.site-content.search-result article .entry-summary .more-link:hover:after,
				.site-content.archive article .entry-summary .more-link:hover:after {
					background-position: -40px 0;
					}
				.site-content.search-result article .entry-summary .more-link:hover,
				.site-content.archive article .entry-summary .more-link:hover {
					color: #000;
					}
		.site-content.search-result article .entry-footer,
		.site-content.archive article .entry-footer {
			display: none;
			}
			.site-content.search-result .not-found p {
				font-family: "Times New Roman", "Times", Times, serif;
				font-size: 150%;
				color: #000;
				line-height: 1.2em;
				margin: 0;
				}
			.site-content.search-result .not-found .page-content .search-form {
				margin: 40px 0;
				}
				.site-content.search-result .r-arrow.red {
					display: inline-block;
					font-size: 150%;
					font-family: "Knockout 73 A", "Knockout 73 B", "Knockout-HTF73", "Arial Black", Arial, sans-serif;
					font-weight: normal;
					text-transform: uppercase;
					text-align: right;
					color: rgb(255, 40, 56);
					transition: none;
					cursor: pointer;
					}
				.site-content.search-result .r-arrow.red:after {
					height: 20px;
					width: 40px;
					}

/* MEDIA QUERIES */
@media screen and (max-width: 1100px) {


	.normalpage .site-content,
	.presspage .site-content {
		max-width: 960px;
		padding: 80px 20px 0;
		}
}
@media screen and (max-width: 960px) {
	.inner-container {
		padding: 20px;
		}

		.today-box {
			position: relative;
			width: 100%;
			height: 114px;
			color: #000;
			padding: 40px 20px;
			box-sizing: border-box;
			overflow: hidden;
			transition: height .35s;
			}
		.today-box.active {
			height: auto;
			}
			.today-box .today-label {
				padding: 0;
				}
			.today-box .single-today {
				width: 100%;
				float: none;
				padding-right: 0;
				margin-top: 40px;
				}
			.today-box .plus {
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				width: 40px;
				height: 40px;
				margin: 36px 20px;
				background-image: url(img/plus-icon.png);
				background-size: auto 100%;
				background-repeat: no-repeat;
				background-position: -48px 0;
				}
			.today-box.active .plus {
				background-position: -96px 0;
				}
	.container #interactive-intro,
	.container #interactive-intro .half-right,
	.container #interactive-intro .half-left {
		height: 80vw;
		}
		.container #interactive-intro .half-right .d-arrow {
			display: none;
			}
			.container #welcome h1 {
				max-width: 660px;
				font-size: 300%;
				}
		.container #activities {
			height: auto;
			display: block;
			}
			.container #activities .column {
				position: relative;
				width: 100%;
				height: 200px;
				overflow-y: hidden;
				}
			.container #activities .column:after {
				content: "";
				display: block;
				height: 40px;
				}
			.container #activities .column.two-lines {
				height: 290px;
				}
				.container #activities .column h2 {
					margin: 30px 20px 10px;
					float: left;
					}
				.container #activities .column .plus {
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					width: 40px;
					height: 40px;
					margin: 52px 20px;
					background-image: url(img/plus-icon.png);
					background-size: auto 100%;
					background-repeat: no-repeat;
				}
				.container #activities .column:hover > .plus {
					background-position: -48px 0;
				}
				.container #activities .column:hover > .r-arrow {
					color: #000;
				}
				.container #activities .column .r-arrow:hover {
					color: rgb(255, 40, 56);
				}
				.container #activities .column .plus.active {
					background-position: -96px 0;
				}

				.container #activities .column p {
					max-width: 540px;
					width: auto;
					padding: 0px 20px;
					}
				.container #activities .column span {
					margin: 0px 20px;
					}
		.container #news h2 {
			padding: 0px 20px 40px;
			}
		.container #news .single-news {
			color: #000;
			}
			.container #news .single-news:hover {
				background-color: #fff;
				}
			.container #news .single-news h3 {
				font-size: 300%;
				padding: 20px 20px 5px;
				}
			.container #news .single-news .meta {
				padding: 0 20px 10px;
				line-height: 1.2em;
				}
			.container #news .single-news .descr {
				display: none;
				}
			.container #news .single-news,
			.container #news .single-news.two-lines {
				height: auto;
				}
			.container #news .single-news .read-more {
				font-size: 150%;
				margin: 0px 20px 40px;
				}
			.container #news {
				background-color: rgb(253, 242, 188);
				}
			.container #news .all-news {
				display: block;
				font-family: "Knockout 33 A", "Knockout 33 B", "Knockout-HTF33", Arial, Helvetica, sans-serif;
				font-size: 175%;
				font-weight: normal;
				text-align: center;
				text-transform: uppercase;
				background-color: rgb(255, 40, 56);
				color: #fff;
				margin: 40px 20px 0px;
				padding: 8px 0 6px;
				transition: background-color 0.25s ease-in-out;
				}
			.container #news .all-news:hover {
				background-color: #000;
				color: #fff;
				}
			.container #news .all-news:after {
				display: none;
				}

	.news-page .grid-sizer,
	.news-page article.post,
	.news-page article.post.tag-relevant {
		float: none;
		width: 46%;
		padding: 2% 2% 0;
		}
		.news-page article.post img {
			width: 100%;
		}
		.news-page article.post.tag-relevant .entry-header .entry-title,
		.news-page article.post .entry-header .entry-title {
			font-size: 250%;
			}
		.news-page article .entry-thumbnail {
			max-height: 96vw;
			overflow: hidden;
			}

.site-content.articlepage {
	max-width: 920px;
	padding: 0 20px;
}
.post-wrap {
	width: 100%;
	padding: 0;
	}
	.articlepage .side-news-section {
		display: none;
		}
	.site-content.search-result,
	.site-content.archive {
		padding: 0 20px;
		}
		.site-content.search-result article .entry-summary,
		.site-content.archive article .entry-summary,
		.site-content.search-result article .entry-header,
		.site-content.archive article .entry-header {
			float: none;
			width: 100%;
			}
		.entry-thumbnail {
			margin: 0 0 15px;
			}
		.entry-title {
			margin-right: 0px;
		}
}
@media screen and (max-width: 760px) {
	.site-footer {
		padding: 20px;
		}
	.site-footer .logo {
		float: none;
		width: 220px;
		height: 140px;
		margin-left: -10px;
		}
	.site-footer .info {
		margin-top: 10px;
		}
	.site-footer .social {
		margin-top: 20px;
		}
	.news-page .grid-sizer,
	.news-page article.post,
	.news-page article.post.tag-relevant {
		float: none;
		width: 96%;
		padding: 2% 2% 0;
		}
		.news-page article.post img {
			width: 100%;
			}
		.wp-caption {
			float: none !important;
			display: block !important;
			}
		[class*="navigation"] .nav-next,
		[class*="navigation"] .nav-previous {
			float: none;
			width: 100%;
			margin-bottom: 20px;
			}
}







.home section#news .single-news .descr a.more-link {
	display: none;
}



/* STYLING FOR ARTICLES // ADDED FEBRUARY 2019 */
.filter {
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	}
	.filter__categories {
		flex-shrink: 0;
	    flex-grow: 1;
	}

	.filter__search {
		flex-shrink: 0;
	    flex-grow: 1;
		}
		.filter__search .search-form .button {
			text-indent: -9999px;
			padding: 0;
			background-size: 60%;
			background-position: center;
		}
		.filter__search .search-form {
			margin-right: 0;
			margin-left: 30px;
			background-color: #fff;
			}
			.search-form input.search-field {
				font-size: 100%;
			}
			.search-form #kategori {
				margin: 4px 0;
			}

.filter + #content {
	padding-top: 40px;
}

@media (max-width: 960px) {
	.filter {
		padding-left: 20px;
		padding-right: 20px;
		display: block;
	}
	.filter__search .search-form {
		margin-left: 0;
	}
	.filter__categories__list {
		font-size: 1.2em;
	}
}

article .teaser {
	font-weight: bold;
	}
	.img-f-r {
	    float: right;
	    margin: 0 0 0 10px;
		}
		.sub-item .img-f-r {
		    float: right;
		    margin: 0 0 0 20px;
		}
	.img-f-l {
	    float: left;
	    margin: 0 10px 0 0;
		}
		.sub-item .img-f-l {
		    float: left;
		    margin: 0 20px 0 0;
		}
article .sub-header {
    padding-bottom: 8px;
	font-size: 1.4em;
}
article .caption {
    color: #44586d;
    font-style: italic;
    font-size: 120% !important;
    padding: 2px 0 6px 0;
}
