#PageComments {
	list-style: none;
}
.top-bar {
	border-top:5px solid #d80003;
}
.top-bar .row {
	position:relative;
}
.top-bar #logo img {
	margin-top:15px;
	display:block;
	border:0;	
}
#top-menu ul {
	margin-top:-34px;
	margin-bottom:0;
}
#top-menu ul li {
	margin-left:0;
}
#top-menu li a {
	font-weight:bold;
	height: 45px;
	color:#d80003;
	line-height: 45px;
	padding: 1px 10px;
	font-size:14px;
}
#top-menu li.last a {
	padding-right:0;
}
#top-menu-toggle {
	position:absolute;
	top:4px;
	right:10px;
	width:auto;
}
#lang-menu {
	position:absolute;
	top:11px;
	right:280px;
	width:200px;
}
#lang-menu ul,
#lang-menu li {
	margin:0;
}
#lang-menu a {
	margin-right:4px;
	width:21px;
	height:13px;
	background:url(../images/flags.png) no-repeat;
}
#lang-menu a.da {
	background-position:left top;
}
#lang-menu a.en {
	background-position:-22px top;
}
#lang-menu a.de {
	background-position:-45px top;
}
#lang-menu a.sv {
	background-position:-68px top;
}
#lang-menu a.es {
	background-position:-90px top;
}
#global-search {
	position:absolute;
	top:6px;
	right:82px;
	width:180px;
}
#global-search .middleColumn {
	width:150px;
}
#global-search input.text,
#global-search .action {
	float:left;
	font-size:11px;
	padding:0 6px;
	height:24px;
}
#global-search input.text {
	border-radius:3px 0 0 3px;
	border-right:0;
	margin:0;
}
#global-search input.text:focus {
	/*color:#000000;*/
}
#global-search .action {
	background-image:url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	width:30px;
	border-radius:0 3px 3px 0;
	text-indent: -9999em;
}
#customer-login-btn {
	position:absolute;
	top:7px;
	right:15px;
	height:24px;
	line-height:20px;
	padding:0 0 0 22px;
	width:auto;
	font-size:12px;
	color:#6F6F6F;
	font-weight:bold;
	background-image:url(../images/login-icon.png);
	background-repeat:no-repeat;
	background-position:5px 3px;

}
.clickable {
	cursor:pointer;
}
#customer-login {
	position:absolute;
	top:32px;
	right:15px;
	width:235px;
	height:auto;
	padding:15px;
	display:none;
	opacity:0;
	background:#d9d9d9;
	z-index:999;
}
#customer-login:after {
	content: "";
	position: absolute;
	top: -10px;
	right: 20px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #d9d9d9;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid black;
}
#customer-login .header {
	font-weight:bold;
	font-size:14px;
}
#banner img {
	display:block;
	x-height:227px;
}
#slideshow {
	x-height:227px;
	margin:0;
}
#slideshow img {
	display: none;
}
/* display slideshow images when orbit class is set to avoid seening slides stacked when loading */
#slideshow.orbit img {
	display: block;
}
.orbit-wrapper .slider-nav span,
.orbit-wrapper .timer {
	display:none;
}
#main-content {
	margin:26px 0 22px 0;
	padding-bottom:22px;
}
.content-list a.link-block .date {
	color:#009db2;
}
.content-list h3 {
	margin-bottom:.2em;
}
.content-list p,
.content-list h2,
.content-list h3 {
	margin-bottom:.2em;
}
#left-menu {
	border-left:1px solid #d9d9d9;
	margin-top:60px;
}
#left-menu-heading {
	color:#d80003;
	font-weight:bold;
	margin-bottom:3px;
}
#left-menu ul {
	padding-top:0;
}
#left-menu ul li {
	margin:0;
}
#left-menu a {
	color:#64513b;
	line-height:27px;
}
#left-menu a:hover {
	color:#d80003;
}
#left-menu a.active,
#left-menu a:hover.active {
	font-weight:bold;
	color:#64513b;
}
.footer {
	padding-bottom:20px;
}
.footer ul.one-up li {
	text-align: center;
}
.typography .social-media a,
.typography .social-media a:hover {
		font-size: 22px;
		display:inline-block;
		text-align: center;
		width:33px;
		height:33px;
		line-height:33px;
		color: #fff;
		background:#888;
		border-radius: 5px;
		margin-right: 8px;
	}
}
.HomePage #content-and-news .columns {
	min-height:305px;
}
.HomePage #content-and-news .four.columns {
	border-right:1px dotted #DDDDDD;
}
.HomePage #content-and-news .four.columns:last-child {
	border:none;
}
.HomePage #news.four.columns {
	border:none;
}
.teasers {
	margin-top:16px;
}
.typography .teaser h3 {
	font-size:15px;
	font-weight:bold;
	margin:5px 0;
}
.SearchPage .search-page-form {
	display:inline-block;
	width:100%;
}
.SearchPage .search-page-form input.text {
	width:60%;
	float:left;
}
.SearchPage .search-page-form .action {
	float:left;
	margin-left:10px;
}
.SearchPage .searchQuery {
	font-weight:bold;
}
ul#search-results {
	clear:both;
}
.SearchPage li {
	list-style:none;
}
ul.pagination li.current a {
	background-color:#d80003;
}
#contact-panel {
	position:fixed;
	top:109px;
	left:-248px;
	width:280px;
	z-index:999;
	padding-right:32px;
	opacity:.95;
}
#contact-panel-toggle-btn {
	position:absolute;
	top:0;
	right:0;
	width:32px;
	height:107px;
	background:#d80003 url(../images/contact-us-btn-txt.png) no-repeat center center;
	cursor:pointer;
}
#contact-panel-toggle-btn:lang(da-DK) {
	background-image:url(../images/contact_us_btn_da-dk.png);
}
#contact-panel #contact-panel-content {
	position:relative;
	padding:15px;
	border-left:0;
	background:#d9d9d9;
	min-height:200px;
}
@media only screen and (max-width: 1000px) {
	#contact-panel {
		display:none;
	}
}
@media only screen and (max-width: 900px) {
	#top-menu a {
		padding:1px .5em;
	}
}
@media only screen and (max-width: 800px) {
	#top-menu a {
		padding:1px .3em;
	}
}
@media only screen and (max-width: 767px) {
	#top-menu ul,
	#left-menu ul {
		border-top:1px solid #d9d9d9;
		width:100%;
		margin:0;
		margin-top:20px;
	}
	#left-menu {
		margin-top:20px;
	}
	#left-menu ul ul {
		border:0;
		margin:0;
	} 
	#top-menu li {
		float:none;
	}
	#top-menu a,
	#left-menu a {
		border-bottom:1px solid #d9d9d9;
		padding:0;
		line-height: 45px;
	}
	.HomePage #content-and-news .columns {
		min-height:0;
	}
}
.ir { 
	display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr;
}