/*

	Design & Development:
	
	Thrane.nu
	Spangevej 19
	DK-8700 Horsens
	Denmark
	
	http://thrane.nu

*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

#Thrane {
	width: 24px;
	height: 24px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-image: url(/images/system/Thrane.png);
	background-color: rgba(84,84,84,1.00);
	background-repeat: no-repeat;
	text-indent: -999999px;
	z-index: 750;
	background-position: 2px 2px;
	opacity: 0.5;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}
#Thrane:hover {
	background-color: rgba(160,10,24,1.00);
	opacity: 1.0;
}
@media only screen 
and (-webkit-min-device-pixel-ratio: 2) {
	#Thrane {
	background-image: url(/images/system/Thrane2x.png);
	background-size: 20px;
}
}
.back-to-top {
	background-color: rgba(160,10,24,1.00);
	bottom: 20px;
	height: 50px;
	margin: 0;
	position: fixed;
	right: 20px;
	width: 50px;
	z-index: 1000;
	opacity: 0;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-image: url(/images/system/arrow_up.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
}
.back-to-top .icon-long-arrow-up {
	display: none;
}
#back-to-top.reveal {
	opacity: .6;
    transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
	cursor: pointer;
}
#back-to-top.reveal:hover {
	opacity: 1;
    transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
}
#back-to-top i {
	color: #FFF;
	font-size: 12px;
	line-height: 1em;
	left: 50%;
	margin-top: -7px;
	margin-left: -3px;
	position: absolute;
	top: 50%;
}

#arrow {
    border-right: 3px solid rgba(0,39,255,1.00);
    border-bottom: 3px solid rgba(0,39,255,1.00);
    width: 30px;
    height: 30px;
    transform: rotate(-135deg);
	margin: 7px  auto 0 auto;
}




html {
}
body {
	background-color: rgba(0,0,0,1.00);
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
	background-size: cover;
	background-attachment: fixed;
	background-image: url(/images/system/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
}

@media only screen 
and (-webkit-min-device-pixel-ratio: 2) {
body {
}
}


html p:last-of-type  {
	margin-bottom: 0;
}
a,
a:hover,
a:focus {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 500;
}


.t3-mainbody {
    padding-bottom: 0px;
    padding-top: 20px;
}
#t3-content {
	background-color: rgba(0,0,0,0.5);
	padding-left: 30px;
	padding-right: 30px;
}

/* Head */
#t3-header {
	background-color: rgba(0,0,0,1.00);
}
#t3-mainnav .container {
	position: relative;
}
.languageswitcherload {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.logo-image img {
	width: 100%!important;
	height: auto!important;
}
.sublogo {
	float: right;
	height: 120px;
	background-image: url(/images/system/logo-hand.png);
	background-repeat: no-repeat;
	background-size: auto 120px;
	background-position: right;
	text-align: right;
}
.sublogo > div {
	padding: 25px 120px 0 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}
.sublogo > div p {
	margin-bottom: 0;
}


.languageswitcherload .mod-languages {
    text-align: left;
}
.languageswitcherload {
    width: auto;
}
.languageswitcherload a {
	display: inline-block;
	padding: 15px 8px 14px 8px!important;
}
.languageswitcherload li.lang-active a,
.languageswitcherload li a:hover {
	background-color: rgba(128,14,26,1.00);
}
.languageswitcherload .mod-languages li {
    margin-left: 0px;
    margin-right: 0px;
}
/* Head EO */


/* Navigation MegaMenu */
#t3-mainnav .container {
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
}
.navbar-default {
	background-color: rgba(158,11,30,1.0);
	border-top: 0px none #B20000;
	border-bottom: 0px none transparent;
	font-size: 15px;
}
.navbar {
    margin-bottom: 0px;
    min-height: 50px;
    position: relative;
}
.t3-mainnav .t3-navbar {
	background-color: rgba(48,91,131,0.0);
}
.navbar-nav > li > a {
	padding: 15px 12px;
	text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: rgba(128,14,26,1.00);
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: rgba(128,14,26,1.00);
}
/* Topmenu Active */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > span,
.navbar-default .navbar-nav > .active > span:focus {
    color: #FFF;	
	background-color: rgba(128,14,26,1.00);
}
/* Topmenu Active Hover */
.navbar-default .navbar-nav > .active > a:hover {
	background-color: rgba(128,14,26,1.00);
    color: #FFF;
}

/* Topmenu a */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
    color: #FFF;
}
/* Topmenu Hover */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > span:hover,
.navbar-default .navbar-nav > li > span:focus {
	color: rgba(255,255,255,1.00);
	background-color: rgba(128,14,26,1.00);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: rgba(255,255,255,1.00);
	background-color: rgba(128,14,26,1.00);
}
.navbar-default .navbar-nav > .active.open > a,
.navbar-default .navbar-nav > .active.open > a:hover,
.navbar-default .navbar-nav > .active.open > a:focus {
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,121,198,1);
	background-color: rgba(128,14,26,1.00);
}

/* Dropdown arrow */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-nav > .dropdown > span:hover .caret,
.navbar-default .navbar-nav > .dropdown > span:focus .caret {
	border-color: transparent;
	border-bottom-color: rgba(255, 255, 255, 1.0);
}
.navbar-default .navbar-nav > .dropdown > a .caret,
.navbar-default .navbar-nav > .dropdown > span .caret {
	border-bottom-color: rgba(255, 255, 255, 1.0);
	border-top-color: rgba(255, 255, 255, 1.0);
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
	border-color: transparent;
	border-bottom-color: rgba(255, 255, 255, 1.0);
}

/* Dropdown menu */
.dropdown-menu {
    background-clip: padding-box;
	background-color: rgba(128,14,26,1.00);
    border: 0px none rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.t3-megamenu .mega-col-nav {
	padding: 0;
}
.t3-megamenu .mega-inner {
    padding: 0;
}
.t3-megamenu a,
.t3-megamenu a:hover,
.t3-megamenu a:focus {
    color: #FFF;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
	text-decoration: none;
	color: #FFF;
	background-color: rgba(48,91,131,1.0);
}
.t3-megamenu .dropdown-menu .mega-nav > li.active a {
	background-color: rgba(48,91,131,1.0);
}
.t3-megamenu .dropdown-menu .mega-nav > li.active a:hover {
	background-color: rgba(48,91,131,1.0);
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
}
.navbar-toggle {
    background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
    height: 50px;
    line-height: 50px;
	margin: 0;
    padding: 0;
    width: 50px;
	background-color: rgba(128,14,26,1.00);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: rgba(128,14,26,1.00);
}
.navbar-default .navbar-toggle {
    border-color: transparent;
	color: #FFF;
}
.t3-megamenu .mega > .mega-dropdown-menu {
    display: none;
    min-width: 200px;
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0px;
}
.dropdown-submenu > .dropdown-menu {
    left: 100%;
    margin-left: 0px;
    margin-top: 0px;
    top: 0;
}
.dropdown-submenu > a:after {
    border-left-color: #FFF;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #FFF;
}
/* Navigation MegaMenu EO */


/* Slider */
#slider {
	margin-top: 20px;
}
#slider .container {
	padding: 0;
}
#slider .t3-module {
	margin-bottom: 0;
}


/* Slider EO */


/* Footer */
.t3-footer {
    background: rgba(142,3,25,1.00) none repeat scroll 0 0;
    border-top: 0px none #eeeeee;
    color: rgba(255,255,255,1.00);
	font-size: 16px;
	font-weight: 300;
	margin-top: 20px;
}
.t3-footnav .t3-module {
    background: transparent none repeat scroll 0 0;
    color: rgba(255,255,255,1.00);
    margin-bottom: 10px;
    margin-top: 10px;
	text-align: center;
}
.t3-footer img {
	width: 80px;
	height: auto;
}
.t3-footer .smiley {
	display: inline-block;
	padding-bottom: 15px;
}
.t3-footnav {
  padding: 20px 0;
}
/* Footer EO */


/* Keywords */
#keywords {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 400;
}
#keywords .container {
	background-color: rgba(0,0,0,1.00);
	padding: 20px;
}
#keywords .module {
	margin-bottom: 0;
}

#keywords ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

#keywords ul li {
	display: inline-block;
	padding: 10px 15px;
}
#keywords ul li a {
	text-decoration: none;
}

/* Keywords EO */


/* Contact */
.row.contact > div {
	padding-bottom: 30px;
	
}
/* Contact EO */


/* Featured */
#featured .container {
	padding: 0;
}
#featured .t3-module {
	margin-bottom: 0;
}
#featured .k2ItemsBlock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin: 0 -10px;
}
#featured .k2ItemsBlock.FrontFeatured .boxWrap {
	margin-top: 20px;
	flex: 0 1 33.33%;
	padding: 0 10px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
#featured .k2ItemsBlock.FrontFeatured .boxWrap {
	flex-basis: calc(33.33% - 20px);
}
}

#featured .k2ItemsBlock.FrontFeatured .box {
	background-color: rgba(160,10,24,1.00);
	height: 100%;
}
#featured .k2ItemsBlock.NTKR .box {
	width: 50%;
	padding: 0 10px;
    display: flex;
	margin-top: 20px;
}
#featured .k2ItemsBlock.NTKR .box > div {
	background-color: rgba(0,0,0,1.00);
	padding: 25px;
}


#featured .k2ItemsBlock.FrontFeatured .moduleItemTitle {
	background-color: rgba(140,15,27,1.00);
}
#featured .k2ItemsBlock.FrontFeatured .moduleItemTitle a {
	text-decoration: none;
	font-weight: 700;
	font-size: 28px;
	display: block;
	padding: 12px 17px;
}
#featured .k2ItemsBlock.FrontFeatured .moduleItemIntrotext {
	padding: 12px 17px;
}
#featured .k2ItemsBlock.FrontFeatured .moduleItemImage {
	position: relative;
	overflow: hidden;
	padding: 0;
	padding-bottom: 70%!important;
}
#featured .k2ItemsBlock.FrontFeatured .moduleItemImage img {
	height: 100% !important;
	width: 100% !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-position: 50% 50%;
}
	

#featured .k2ItemsBlock.NTKR .moduleItemImage {
	width: 60%;
}
#featured .k2ItemsBlock .moduleItemImage img {
	width: 100%!important;
	height: auto!important;
}
#featured .k2ItemsBlock.NTKR .moduleItemIntrotext {
	padding-top: 15px;
}
#featured .k2ItemsBlock.NTKR .moduleItemIntrotext strong {
	font-size: 22px;
	font-weight: 500;
}

/* Featured EO */



#k2Container {
    padding: 0;
}
div.itemView {
    margin: 0;
    padding: 0;
}
div.itemImageBlock {
    margin: 0;
	float: right;
	padding: 0 0 15px 25px;
	width: 50%;
}
div.itemImageBlock img {
	width: 100%!important;
	height: auto!important;
}





div.itemListCategory {
	background: transparent;
	border: 0 none #ddd;
	border-radius: 0;
	margin: 0;
	padding: 0;
}


#itemListLeading {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin: 0 -15px;
}
#itemListLeading .itemContainer {
	flex: 0 1 50%;
	padding: 0 15px 30px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
#itemListLeading .itemContainer {
	flex-basis: calc(50% - 30px);
}
}
#itemListLeading .itemContainer img {
	width: 100%;
}
div.catItemView {
	margin-bottom: 0;
	padding: 0;
}
div.catItemImageBlock {
	padding: 0;
	margin: 0;
}






@media (min-width: 1200px) {

}


@media (max-width:1199px) {
/* Head */
.sublogo {
	height: 98px;
	background-size: auto 98px;
}
.sublogo > div {
	padding: 20px 98px 0 0;
	font-size: 22px;
}
/* Head EO */



}


@media (max-width: 991px) {
#t3-header .col-sm-4 {
	width: 40%
}
	
#featured .k2ItemsBlock.FrontFeatured .box {
	flex: 1 1 50%;
}	
	
}

@media (max-width: 767px) {

/* Head */
#t3-header .col-sm-4 {
	width: 100%
}
.sublogo {
	display: none;
}
.languageswitcherload {
	right: 100px;
    left: 0!important;
}
/* Head EO */

/* Featured */
	

#featured .k2ItemsBlock.FrontFeatured .boxWrap {
	margin-top: 20px;
	flex: 1 1 50%;
	padding: 0 10px;
}
#featured .container {
    padding: 0 15px;
}
/* Featured EO */


/* Navigation */
#t3-mainnav {
	background-color: rgba(158,11,30,1.0);
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: rgba(128,14,26,1.00);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	background-color: rgba(128,14,26,1.00);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: rgba(255,255,255,1.00);
	background-color: rgba(48,91,131,1.00);
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: rgba(255,255,255,1.00);
	background-color: rgba(48,91,131,1.00);
}
/* Navigation EO */

#itemListLeading .itemContainer {
	flex: 0 1 100%;
}


}


@media (max-width: 599px) {
/* Featured */

#featured .k2ItemsBlock.FrontFeatured .boxWrap {
	margin-top: 20px;
	flex: 1 1 100%;
	padding: 0 10px;
}
#featured .k2ItemsBlock.FrontFeatured .box,
#featured .k2ItemsBlock.NTKR .box {
	width: 100%;
}
#featured .k2ItemsBlock.FrontFeatured .box {
	flex: 1 1 100%;
}	
/* Featured EO */

div.itemImageBlock {
	float: none;
	padding: 0 0 15px 0;
	width: 100%;
}

}


@media (max-width: 480px) {	

}


@media (min-width: 768px) {

}








