/*------------ TypeKit font styles -------------

Futura PT Book:
    font-family: "futura-pt", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;

Futura PT Book Italic:
    font-family: "futura-pt", Arial, sans-serif;
    font-style: italic;
    font-weight: 400;


Futura PT Medium
    font-family: "futura-pt", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;

Futura PT Medium Italic
    font-family: "futura-pt", Arial, sans-serif;
    font-style: italic;
    font-weight: 500;

Futura PT Bold
    font-family: "futura-pt", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;


Futura PT Bold Italic
    font-family: "futura-pt", Arial, sans-serif;
    font-style: italic;
    font-weight: 700;

----------------------------------------------*/






/* ----------------------------------*/
/* ! ------- Resets & fixes ---------*/
/* ----------------------------------*/

* { box-sizing: border-box; }

.page-title {
	display: none;
}

.container .row > div {
	padding-right: 25px;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li {
	margin: 0;
	padding: 0;
}

:focus { outline: none; }

.mr > *:first-child { margin-top: 0; }
.mr > *:last-child { margin-bottom: 0; }

.navbar {
	margin-bottom: 0;
}

.navbar-inverse .navbar-inner {
	border: none; 
	background: transparent;

	padding-left: 0 !important;
	padding-right: 0 !important;
	border-radius: 0;
	box-shadow: none;
}

.navbar .btn-navbar {
	padding: 8px;
	margin: 0;
	color: #f8c280;
	background: #f18400;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.navbar .btn-navbar .icon-bar {
	width: 40px;
	height: 6px;
	line-height: 14px;
	background-color: #f8c280;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.navbar .btn-navbar:hover {
	background: #ff6600;
}


.page .main-nav .navbar,
.page .main-nav .navbar-inverse,
.page .main-nav .navbar.navbar-inverse,
.page .main-nav .nav-collapse,
.page .main-nav .navbar-inverse .navbar-inner {
	background-color: transparent;
	background: transparent;
	-webkit-filter: none;
	filter: none;
}


/* ----------------------------------*/
/* ! -----  Common elements  --------*/
/* ----------------------------------*/

.front .main .box {
	padding: 20px 0;
	border-bottom: 1px dashed #e6e5dc;
}

.front .main .box:last-child {
	border-bottom: none;
}

.front .main .box p:last-child {
	margin-bottom: 0;
}

.front .main .box img {
	width: 100%;
	border: none;
	background-color: #ccc;
}

.front .main .bloglift .image + p,
.front .main .bloglift .image {
	margin-top: 12px;
	margin-bottom: 0;
	/*margin-bottom: .25em;*/
}

.front .main .bloglift .blog-article-heading {
	font-family: Arial, sans-serif;
	font-size: 145%;
	margin-top: 6px;
	margin-bottom: 0.25em;
}

.front .main .bloglift p small,
.services-new p small {
	font-style: italic;
}

.front .main .bloglift p.meta,
.services-new p.meta {
	margin-top: 22px;
	line-height: 1;
}

.services-new p.meta {
  margin-bottom: 0; 
}

.front .main .bloglift .meta .author,
.front .main .bloglift .meta date {
	color: #1f1f1f;
	font-style: italic;
}

.front .main .bloglift .more {
	margin-top: -0.5em;
}

.front .blogarticlelist
.front .blogarticlelist li {
	display: block;
}

.front .blogarticlelist,
.services-new .blogarticlelist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.front .blogarticlelist li,
.services-new .blogarticlelist li {
	position: relative;
	width: 100%;
}

.front .blogarticlelist li a,
.services-new .blogarticlelist li a {
	float: left;
	width: 100%;
	padding-left: 4%;
}

.front .blogarticlelist li a:before,
.services-new .blogarticlelist li a:before {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 3%;
	content: '»';
}

.typekit-badge {
	display: none !important;
}


.meta {
	margin-top: 22px;
}
.more {
	margin-top: 0;
}
.blogarticlelist li {
	margin: 0;
}



/*
.video-container { position: relative; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { 
position: absolute; top: 0; left: 0; width: 100%; height: 100%;  padding-bottom: 56.25%;
 padding-top: 30px; }
*/

.flex-video {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 25px;
	padding-bottom: 57.25%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}

.flex-video.nonwidescreen { padding-bottom: 67.5%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
.front .main .box:last-child {
	border: none;
}
*/

/* ----------------------------------*/
/* ! -------     Layout     ---------*/
/* ----------------------------------*/

.header {
	position: relative;
	z-index: 8;
	padding: 0 0 15px 0;
}






/* MAIN NAV */

.main-nav {
  position: relative;
  z-index: 30;
  margin-top: -21px;	
}

.main-nav .container {
	position: relative;
	z-index: 5;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 30;
  width: 100%;
  margin-left: -10px;
}
	
.ie7 .menu { float: right; }
	
.menu.small-menu { width: 320px; }

.menu li, .submenu li { float: left; }

.menu .level1 { 
	position: relative;
}

.menu .level1:hover .submenu { display: block; }
	
.menu .level1:hover a, 
.menu .current.level1 a { 
	background-color: #a65200; 
}

.menu a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
}
	
.menu .level1 a {
	background-color: #f18400;
	width: 160px;
	line-height: 21px;
	font-size: 110%;
	text-align: center;
	text-transform: uppercase;
}

.menu .level1 > a { 
	width: auto;
	padding-left: 18px;
	padding-right: 18px;
	margin: 10px 10px 5px 10px; 
}

.menu .level2 a { 
	width: 100%;
}
	
.submenu {
	position: absolute;
	list-style: none;
	padding: 0 10px 10px 10px;
	margin: 0;
	top: 36px;
	left: 0;
	float: left;
	/*width: 180px;*/
	width: 100%;
	display: none;
	z-index: 4;
}
	
.ie7 .submenu { left: -40px; }	
	
.menu .level2 a {
	background: none;
	font-family: Verdana;
	text-transform: none;
	color: #f18400;
	text-align: left;
	line-height: 1.2;
	padding: 2px 0;
	position: relative;
	font-size: 100%;
	white-space: normal;
	}	

.menu .level2 a:after {
	content: '';
	position: absolute;
	left: -10px;
	top: 5px;
	width: 5px;
	height: 9px;
	display: none;
	}
	
.menu .level1:hover .level2 a { background: none; }	

.menu .level2 a:hover { color: #a65200; }

.menu .level2 a:hover:after { display: block; }

.submenu, 
.menu .level1.hasSubItems:hover { 
	background-color: rgba(56,58,64,.9); 
}



/* ----------------------------------*/
/* ! ------  Text styles   ----------*/
/* ----------------------------------*/


#content h3 {
	color: #f18400;
}


/* THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel, 
.heroimage {
	height: 420px;
	z-index: 8;
	margin: 0;
	margin-top: -112px;
}

.carousel .container, 
#hero-image .container  {
	position: relative;
	z-index: 9;
}

.carousel-control {
	display: none;
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}

#hero-image .item {
	height: 420px;
	overflow: hidden;
}

#hero-carousel .item,
#hero-image .item {
	background-color: #f4752b;
}

/* body:not(.logged-admin) .carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
} */
/* 
body.logged-admin .carousel-inner > .item {
	opacity: 0;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
}

body.logged-admin .carousel-inner > .active {
      opacity: 1;
    }

body.logged-admin .carousel-inner .next.left,
body.logged-admin .carousel-inner .prev.right {
    opacity: 1;
}

body.logged-admin .carousel-inner .active.left,
body.logged-admin .carousel-inner .active.right {
   left: 0;
      opacity: 0;
      z-index: 1;
}
 */

.carousel img, 
#hero-image img {
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-caption, 
.heroimage-caption {
	background-color: transparent;
	position: static;
	max-width: 512px;
	/*padding: 0 20px;*/
	padding: 0;
	margin-top: 200px;
}

.carousel-caption.video, 
.heroimage-caption.video {
	margin-top: 170px;
}

.carousel-caption.video .btn-play, 
.heroimage-caption.video .btn-play {
	display: block !important;
	width: 76px !important;
	height: 54px !important;
	padding: 0;
	margin: 0 0 14px 0;
	background: transparent url('/media/layout/images/nm-icon-play.png') 0 0 no-repeat;
}

.carousel-caption .btn-play:hover {
	opacity: .85;
}

.carousel-caption h1,
.carousel-caption .lead,
.heroimage-caption h1
.heroimage-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.carousel-caption .bg-fill, 
.heroimage-caption .bg-fill { 
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	border-left: 1.4em solid #252d2f;
	line-height: 24px;
	margin: 0;
	padding: 1px 0;

}

.carousel-caption .bg-fill > span, 
.heroimage-caption .bg-fill > span {
	display: inline;
	margin: 0;
	padding: 5px 0;
	color: #FFF;
	background-color: #252d2f;
}

.carousel-caption .bg-fill > span > span, 
.heroimage-caption .bg-fill > span > span {
    position: relative;
	left: -0.7em;
	margin: 0;

}

.carousel-caption .more,
.heroimage-caption .more {
	margin-top: 1px;
}

.carousel-caption .more a,
.heroimage-caption .more a {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	padding-right: 33px;
}

.carousel-caption .btn,
.heroimage-caption .btn {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	margin-top: 10px;
}

.ico-small {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -8px;
}

.carousel-caption .more .ico-small,
.heroimage-caption .more .ico-small {
	right: 2px;
	background-image: url('/media/layout/images/nm-icon-arrow-double-right-16.png');
}


.carousel-small,
.carousel-small .carousel-inner {
	/*height: 340px;*/
	height: auto;
	margin-top: 0;
}

.carousel-small .carousel-inner .item {
	height: 0;
	padding-bottom: 82%;
}

.carousel-small .carousel-inner .item img {
	width: 100%;
}

.carousel-small .overlay,
.carousel-small .backward {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
}

.carousel-small.empty .overlay {
	position: relative;
	display: block;
	top: auto; left: auto;
}

.main .carousel-small .overlay-top {
	height: 100%;
}

.carousel-small .item {
	text-align: center;
}

.carousel-small img {
	display: inline !important;
	position: static;
	top: auto; left: auto;
}

.carousel-small .carousel-indicators {
	right: auto; top: auto;
	left: 0; bottom: 0;
}

.carousel-small .carousel-indicators li {
	margin-left: 0;
	margin-right: 7px;
	background-color: rgba(173, 173, 173, 0.5);
}

.carousel-small .carousel-indicators li.active {
	background-color: rgba(173, 173, 173, 1);
}

.small-carousel-caption {
	height: 76px;
	padding-top: 5px;
	text-transform: uppercase;
}

.small-carousel-caption {
	text-transform: none;
}

.carousel-small.empty + .small-carousel-caption {
	height: auto;
}

.carousel-small .carousel-control {
	display: block;
	width: 49px;
	height: 47px;
	left: -15px;
	top: 27%;
	background-image: url('/media/layout/images/nm-smallcarousel-controls-sprite.png');
	background-position: 0 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-small.empty .carousel-control {
	display: none;
}

.carousel-small .carousel-control.right {
	right: -15px; left: auto;
	background-position: 100% 50%;
}

.carousel-small .carousel-control:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.main .carousel-small .backward {
	z-index: 8;
}

.main .carousel-small .carousel-inner {
	z-index: 9;
}

.main .carousel-small .overlay {
	z-index: 10;
}

.main .carousel-small .overlay-top {
	z-index: 11;
	display: block;
	height: 80%;
	background: transparent;
	overflow:hidden;
}

.main .carousel-small .carousel-control {
	z-index: 12;
}

/* ----------------------------------*/
/* ! -------     Top bar    ---------*/
/* ----------------------------------*/


.menu-extras {
	float: right;
}


/* Main menu */




/* Bootstrap nav resets */

.topbar {
	position: relative;
	z-index: 15;
	height: 112px;
	overflow: hidden;
}

header .logo {
	position: relative;
	z-index: 15;
	/*position: absolute;
	top: 0; left: 0;*/
	width: 192px;
	height: 112px;
	padding: 20px 0 0 0;
}

header #hero-carousel .carousel-indicators {
	display: none;
}

header .carousel-indicators {
	margin-right: 64px;
}

header .functions {
	position: absolute;
	top: 0; right: 0;
	z-index: 15;
	/*width: auto;
	height: 36px;*/
	margin-top: 12px;
	
	width: 100%;
	padding-left: 192px;
	max-height: 112px;
}

header .functions .carousel-indicators,
header .functions .contact,
header .functions #langSelection,
header .functions .some {
/*	display: block;
	float: left;
	height: 36px;*/

	display: block;
	float: right;
	height: 36px;
}

header .functions p, 
header .functions a,
header .functions li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

header .functions .contact {
	/*margin-right: 25px;*/
}

header .functions .contact a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 300;
}

header .functions .carousel-indicators {
	position: static;
	top: auto; right: auto; left: auto;
}

/* Translations */

#langSelection {
	display: block;
	list-style-type: none;
	/*margin: 0 25px 0 0;*/
	margin: 0;
	padding: 0;
}

#langSelection li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#langSelection li,
#langSelection li a {
	height: 24px;
	line-height: 24px;
}

#langSelection li {
	padding-left: 3px;
}

#langSelection li:after {
	content: ' |';
}

.ie #langSelection li:after {
	content: ' ';
}

body.FI #langSelection li#selectLang-EN:after,
body.EN #langSelection li#selectLang-SV:after,
body.SV #langSelection li#selectLang-EN:after {
	content: '';
}

/*
#langSelection li:last-child:after,
#langSelection li.last:after {
	content: '';
}
*/

#langSelection li.current {
	display: none;
}


/* SoMe */

header .functions .some {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header .functions .some li,
header .functions .some li a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	background: #8080cc;
}

header .functions .some li {
	margin-right: 8px;
}

header .functions .carousel-indicators,
header .functions .contact,
header .functions #langSelection,
header .functions .some {
	margin: 0 0 0 25px;
}

header .functions .contact {
	margin: 0 0 0 64px;
}

.header .functions p a,
.header .functions li a {
	text-shadow: 0px 1px 4px #1f1f1f;
}

.header .functions p a:hover,
.header .functions li a:hover {
	text-shadow: 0px 1px 1px #1f1f1f, 0px 0px 8px #1f1f1f;
    /*filter: dropshadow(color=#f1f1f1, offx=0, offy=0);*/
}

.ie .header .functions .contact p a,
.ie .header .functions #langSelection li a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	background-color: #f18400;
	font-weight: 400;
}

.ie .header .functions .contact p a:hover,
.ie .header .functions #langSelection li a:hover {
	background-color: #a65200;
}

.header .functions .carousel-indicators li {
	box-shadow: 0px 1px 0px 0px rgba(31, 31, 31, 0.25);
}

.header .functions .carousel-indicators li:hover {
	box-shadow: 0px 1px 0px 0px rgba(31, 31, 31, 0.25), 0px 0px 8px 0px rgba(31, 31, 31, 0.5);
}

.header .functions .carousel-indicators li.active,
.header .functions .carousel-indicators li.active:hover {
	box-shadow: 0px 1px 0px 0px rgba(31, 31, 31, 0.45);
}



/* Search bar */

.search-bar {
	margin: 0 auto;
	margin-top: 50px;
	padding-top: 37px;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.search-bar .container {
	padding: 0 20px;
}

.search-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.ie7 .search-bar ul {
    zoom: 1;
    display: inline;
}

.search-bar ul li {
	display: inline-block;
	padding-right: 40px;
}

.search-bar ul li a {
	color: #252d2f;
	font-size: 130%;
}

.search-bar ul li.current a {
	color: #ff6600;
}

.search-bar ul li a:hover {
	color: #000;
	text-decoration: none;
}

/* Search form */

.searchform {
	/* display: inline-block; */
	float: right;
	min-width: 200px;
	max-width: 100%;
	/* padding-top: 0.6em; */
	padding-top: 0.15em;
	margin-top: 0;
}

input[type="text"].search-keywords {
	font-size: 90%;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0 10px;
	background: #fff;
	border: none;
	border-top: 1px solid #d9e2e7;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: inset 0 2px 5px 0 #a8a8a8;
	float: left;
}
input[type="submit"].search-submit {
	width: 22px;
	height: 22px;
	font-size: 0;
	border: none;
	margin-left: -30px;
	background: url('/media/annual-report/layout/img/magnifier.png') center center no-repeat;
	float: left;
}



/* Search results */

.search-results a {
	display: block;

}

.search-results article {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
}

.search-results a:hover article { background-color: #ececec; }


.pagination {
    padding:20px 20px 0 20px;
    text-align:center;
    border-top: 1px dashed #939393;
}

.pagination span {
    display: inline-block;
    zoom: 1;
    border-radius: 2px;
    line-height: 25px;
    /*width:25px;*/
}

.pagination strong,
.pagination a {
    /*font-weight: bold;*/
    display: block;
    margin: 0;
    /*background: #f5f5f5;*/
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    padding: 0 10px;
}

.pagination a:hover {
    /*background: #ececec;*/
}

.pagination a:active {
    background: #f18400;
    color: #FFF;
}

span.pagination-nav {
	width: auto;
}

span.pagination-nav a {
	padding-left: 8px;
	padding-right: 8px;
}


/* ----------------------------------*/
/* ! --- Template styles & themes ---*/
/* ----------------------------------*/




/* ----------------------------------*/
/* ! -------      News      ---------*/
/* ----------------------------------*/

.newslift h1 {
	display: none;
}

.newslift .newslist-item { 
	padding: 10px; 
}


.newslift .newslist-item:nth-child(even) { 
	background-color: #f4f3ea;
}
	
.newslift .newslist-item a { 
	display: block; 
}

.newslift .more {
	color: #252d2f;
	padding: 30px 10px 10px 10px;
}

.newslift .more a {
	font-weight: 900;
	color: #252d2f;
	text-transform: uppercase;
}

/* ----------------------------------*/
/* ! -------    Services    ---------*/
/* ----------------------------------*/

.services .main h2 {
	font-size: 130%;
	font-weight: 700;
	color: #ff6600;
	text-transform: uppercase;
}

.services .main .span4 h2 {
	font-size: 210%;
	font-weight: 400;
	color: #252d2f;
}

.services .main .horizontal-list {

}

.services .main .horizontal-list span,
.services .main .horizontal-list strong {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

.services .main .horizontal-list a {
	display: block;
	width: auto;
	float: left;
	margin-right: 16px;
}

.services .main .horizontal-list a:last-child {
	margin-right: 0;
}

.services .main .vertical-list a {
	display: block;
	width: auto;
	float: left;
	clear: left;
}



/* ----------------------------------*/
/* ! -----------  Media   -----------*/
/* ----------------------------------*/

/* Fluid YouTube */

.block-youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.block-youtube-video iframe,
.block-youtube-video object,
.block-youtube-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-key-events { position: relative; }



/* jQuery Cycle */

.cycle-wrap {
	/* float: left; */
	text-align: center;
	margin: 0 auto;
}

.cycle {
	display: inline-block;
	margin: 0 auto;
}

.cycle-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 999;
}

.cycle-nav-prev, .cycle-nav-next {
	display: block;
	width: 32px;
	height: 33px;
	float: left;
	margin-top: -16px;
	margin-left: 10px;
	background: url('/media/annual-report/layout/img/slider_nav_prev.png') left top no-repeat;
}

.cycle-nav-next {
	float: right;
	margin-right: 10px;
	background: url('/media/annual-report/layout/img/slider_nav_next.png') left top no-repeat;
}

.cycle-nav-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
}

.cycle-caption { margin: 1em 0; }

.cycle img { display: none }
.cycle img:first-child { display: block }



/* ----------------------------------*/
/* ! ----------  Footer   -----------*/
/* ----------------------------------*/
/* 
body.logged-admin footer {
	background: #f3f3eb;
	margin: 40px 0 0 0;
}
 */
footer .companies {
	padding-top: 40px;
	padding-bottom: 64px;
}

footer .companies h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 4px;
	border-bottom: 1px dashed #e6e5dc;
	text-transform: uppercase;
}

footer .companies ul,
footer .companies li,
footer .companies figure {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

footer .companies li,
footer .companies figure {
	height: 72px;
}

footer .companies li {
	display: table;
	border-collapse: collapse;
	display: inline-block;
	width: auto;
	margin-right: 42px;
}

footer .companies figure {
	display: table-cell;
	vertical-align: bottom;
}

footer .companies figure img {
	padding: 0;
	margin: 0;
	border: none;
}

footer .companies figure figcaption {
	display: none;
}


footer .contact-information {
	padding-bottom: 90px;
}

footer .contact-information p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
}

body.logged-admin footer {
	padding-top: 40px;
}
/* 
body.logged-admin footer h2 {
	border: 0;
	margin-bottom: 2em;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.6;
	text-transform: uppercase;
}

body.logged-admin footer .contact-information {
	padding-bottom: 60px;
}

body.logged-admin footer .contact-information .row {
	display: table;
	width: 100%;
}

body.logged-admin footer .contact-information .row .col {
	display: table-cell;
	padding-left: 30px;
	vertical-align:top;
}

body.logged-admin footer .contact-information .row .col:last-child { width: 350px; }

body.logged-admin footer .contact-information p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 2;
}

body.logged-admin footer .some {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body.logged-admin footer .some li,
body.logged-admin footer .some li a {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	background: #8080cc;
}

body.logged-admin footer .some li {
	margin-right: 8px;
}
 */
/*
body.logged-admin .footer,
body.logged-admin .share,
body.logged-admin .flex-video {
	display: none !important;
}
*/

.footerForm .formFieldHolder {
	margin: 0 0 10px 0;
	position: relative;
}

.footerForm .formTelinput, .footerForm .formEmailinput, .footerForm .formTextinput, .footerForm .formTextarea {
	background: #ffffff;
	border-color: #c4c4c4;
	border-width: 1px;
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	line-height: 1.4;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	box-sizing: border-box;
	box-shadow: 0 0 0;
}

.footerForm .formTextarea {
	height: 100px;
	overflow: auto;
}

.footerForm input.error, .footerForm textarea.error { border-color: #ff6600; }

.footerForm label.in-field-label {
	color: #8c8c8c;
	cursor: text;
	position: absolute;
	top: 10px;
	left: 0;
	padding: 0 15px;
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	box-sizing: border-box;
}

.footerForm .formSubmit {
	background: #ffffff;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	color: #000000;
	padding: 10px 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: none;
}

.footerForm .formSubmit:hover { color: #ff6600; }

/* body.logged-admin footer .companies {
	border-left: 1px dashed #d8d8cf;
	padding-top: 0;
	margin-left: 0;
	padding-left: 30px;
	padding-right: 0;
} */

/* body.logged-admin footer .companies li { margin-right: 30px; }

body.logged-admin footer .companies li,
body.logged-admin footer .companies figure {
	height: 50px;
} */


/*--------------------------------------
    Forms
--------------------------------------*/

button {
    border: 0;
    padding: 0;
	color: #ff6600;
    text-transform: uppercase;
    font-weight: 900;
    background-color: transparent;
}

button:hover {
	color: #1f1f1f;
}

input, 
textarea,
.formHolder input, 
.formHolder textarea { 
    display: block;
    width: 100%;
    height: 24px;
    padding: 0 6px;
    margin: 0;
    line-height: 24px;
    border: 1px solid #ccc;
    color: #1f1f1f;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

textarea,
.formHolder textarea {
    height: 150px;
    resize: vertical;
}

input:focus, 
textarea:focus {
    /*-moz-box-shadow: 0 0 12px 3px #639de6;
    -ms-box-shadow: 0 0 12px 3px #639de6;
    -o-box-shadow: 0 0 12px 3px #639de6;
    -webkit-box-shadow: 0 0 12px 3px #639de6;
    box-shadow: 0 0 12px 3px #639de6;*/
    
    color: #444444;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

input[type=radio], 
input[type=checkbox] {
    border: 0;
    width: auto;
    height: auto;
    padding: 0;
    line-height: auto;
}

.formHolder {
	width: 67%;
    border-collapse: collapse;
    border-spacing: 0;
}

.formHolder input, 
.formHolder textarea {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
	box-shadow: none;
}

.formHolder td {
    padding: 7px 0;
}

.formHolder td + td {
    padding-left: 13px;
}

.formHolder.commentFormHolder {
	width: 67%;
}

.formHolder.commentFormHolder td {
	width: 45%;
}

.formHolder.commentFormHolder td + td {
	width: 55%;
}

.formHolder.commentFormHolder tr:last-child td {
	width: auto;
}

/* NEWS */

.news .newslist,
.news .newslist-item {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news .newslist {

}

.news .newslist-item {
	position: relative;
	padding-bottom: .5em;
}

.news .row .span8 .newslist-item {
	padding: 15px 0 10px 0;
	border-bottom: 1px dashed #e6e5dc;
}

.news .row .span8 .newslist-item:last-child {
	border: none;
}

.news .row .span8 .newslist-item .ingress {
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}


.news .newslist-item .date,
.news .newslist-item > a {
	/*display: block;
	float: left;
	width: auto;*/
}

.news .newslist-item .date {
	display: block;
	width: auto;
	position: absolute;
	top: 0; left: 0;
	/*padding-right: 16px;*/
}

.news .newslist-item > a {
	padding-left: 72px;
	display: block;
	width: 100%;
}

/* BLOG */

.blog .subheading {
	color: #ff6600;
	font-weight: 900;
	text-transform: uppercase;
}

.blog h1 {
	font-size: 210%;
	color: #252d2f;
}


.meta .author,
.meta .comments-text {
	color: #ff6600;
	white-space: nowrap;
}

.blog .image.commentator img {
	float: right;
}

.blog .categories {
	display: block;
}

.blog .categories li {
	display: block;
}

.blog .categories a {
	font-weight: 900;
	color: #252d2f;
	text-transform: uppercase;
}

.blog .categories a.current {
	color: #ff6600;
}

.blog .comments {
	padding-top: 10px;
	padding-bottom: 10px;
}

.blog .image.commentator,
.blog .image.commentator img {
	display: block;
	width: 80px;
	height: 80px;
	padding: 0;
	margin: 0;
	border: 0;
}

.blog .image.commentator {
	float: right;
}

.blog .comments .row.divider:last-child {
	display: none;
}

.blog .span3.desktop {
	overflow: hidden;
}

.blog .span3.desktop .author-block p {
	margin-bottom: 0;
}

.blog .span3.desktop .author-block p a {
	word-wrap: break-word;
}

.blog img.blog-article-main-img {
	/*width: 100%;*/
	max-height: 300px;
}

/* THEME: DASHED */

.theme-dashed {
}

.theme-dashed > div {
	padding-top: 32px;
	padding-bottom: 16px;
	border-right: 1px dashed #e6e5dc;
}

.theme-dashed > div:last-child {
	border-right: 0;
}

.theme-dashed > .span12 {
	padding-top: 0;
	padding-bottom: 0;
}

.theme-dashed > .span12 hr {
	margin: 32px 0;
}

/* VIDEO MODAL */

.data-carousel-hero .modal {
	width: 640px;
	max-height: none;
}

.data-carousel-hero .modal-body {
	padding: 0;
	max-height: none;
}

.data-carousel-hero .modal-body .flex-video {
	margin-bottom: 8px;
}

.main > .share .share-linkedin,
.main > .share .share-facebook,
.main > .share .share-twitter {
	display: block;
	float: left;
	width: auto;
	max-width: 100%;
	min-height: 40px;
	padding: 0 8px;
	overflow: hidden;
}

.main > .share .cont {
	min-height: 40px;
	margin: 0;
	padding: 0;
}

.main > .share .share-linkedin {
	/*padding-top: 2px;*/
}

/* ----------------------------------*/
/* ! -----  Media queries   ---------*/
/* ----------------------------------*/

/* Default: 940px and up  */
.page .desktop {
	display: block;
}

.page .tablet, .page .mobile {
	display: none;
}

@media (max-width: 980px) {
	
	body.logged-admin footer .contact-information,
	body.logged-admin footer .companies {
		float: none;
		display: block;
		width: 100%;
	}
	
	body.logged-admin footer .contact-information .row .col,
	body.logged-admin footer .companies {
		padding-left: 20px;
	}
	
	body.logged-admin footer .contact-information .row .col:last-child { width: auto; }
	
	body.logged-admin footer .companies { border-width: 0; }
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 940px) {
	.formHolder.commentFormHolder {
		width: 100%;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	.page .mobile {
		display: block;
	}

	.page .desktop, .page .tablet {
		display: none;
	}

	body .page, 
	.header .item,
	.header .main-nav {
		padding: 0 80px;
	}

	.header .topbar {
		padding-left: 80px;
	}

	.header {
		margin-left: -80px;
		margin-right: -80px;
	}

	.carousel-caption.video, 
	.heroimage-caption.video {
		margin-top: 144px;
	}

	.theme-dashed > div {
		border-right: 0;
	}

	.container .row > div {
		padding-right: 0;
	}

	.formHolder.commentFormHolder {
		width: 100%;
	}

	.front .main .box:last-child {
		border-bottom: 1px dashed #e6e5dc;
	}

	.front .main .row .span4:last-child .box:last-child {
		border-bottom: none;
	}

	header .functions {
		padding-left: 260px;
	}

	header .functions .carousel-indicators,
	header .functions .contact,
	header .functions #langSelection,
	header .functions .some {

	}

	header .functions #langSelection,
	header .functions .carousel-indicators {
		padding-right: 8px;
	}
	
	header .functions #langSelection {
		min-width: 64px;
	}

	header .functions .contact {
		min-width: 80px;
		margin: 0 8px 0 17px;
	}

	header .functions .contact a {
		text-transform: none;
	}

	header .functions .some {
		/*min-width: 128px;*/
		min-width: 160px;
		margin: 0 0 0 17px;
	}

	header .nav-collapse .menu {
		padding-top: 1px;
		margin-left: 0;
	}

	header .nav-collapse .menu li {
		width: 100%;
		margin: 0 0 1px 0;
		padding: 0;
	}

	header .nav-collapse .menu li a {
		width: 100%;
		margin: 0;
		padding: 15px 10px;
		text-align: left;
		color: #fff;
		background: #f18400;
	}

	header .nav-collapse .menu .level2 a {
		padding-left: 35px;
	}

	header .nav-collapse .menu .level1 .submenu {
		position: static;
		top: auto; left: auto;
		display: block;
		padding: 1px 0 0 0;
		background: transparent;
	}

	header .nav-collapse .menu .level1.hasSubItems:hover {
		background: transparent;
	}

	header .nav-collapse .menu .level1 .level2 a,
	header .nav-collapse .menu .level1:hover > a{
		background: #f18400;
	}

	header .nav-collapse .menu .level1 a:hover,
	header .nav-collapse .menu .level2 a:hover {
		color: #fff;
		background-color: #a65200;
	}

	header .nav-collapse .menu .level2.last {
		margin: 0;
	}

	/*
	header .nav-collapse .menu .level2 a:hover {
		color: #a65200;
	}

	header .nav-collapse .menu .level1:hover > a,
	header .nav-collapse .menu .level2:hover > a {
		background-color: #a65200;
	} 

	header .nav-collapse .menu .level1:hover > a,
	header .nav-collapse .menu .level2:hover > a {
		background-color: #a65200;
	} 

	header .nav-collapse .menu .level1 > a:hover,
	header .nav-collapse .menu .level2 > a:hover {
		color: #fff;
		background-color: #a65200;
	}
	*/

	header .nav-collapse .menu .current.level1 > a,
	header .nav-collapse .menu .current.level2 > a {
		background-color: #a65200;
	}

	.data-carousel-hero .modal {
		width: auto;
	}

	.small-carousel-caption {
		/*height: 60px;*/
	}
	
	body.logged-admin footer {
		padding: 10%;
	}
	
	body.logged-admin footer .contact-information,
	body.logged-admin footer .contact-information .row .col,
	body.logged-admin footer .companies {
		float: none;
		display: block;
		width: 100%;
	}
	
	body.logged-admin footer .contact-information .row .col,
	body.logged-admin footer .companies {
		padding-left: 0px;
	}
	
	body.logged-admin footer .contact-information .row .col:first-child {
		margin: 0 0 40px 0;
	}
	
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.page .mobile {
		display: block;
	}

	.page .desktop, .page .tablet {
		display: none;
	}

	body .page, 
	.header .item,
	.header .main-nav {
		padding: 0 32px;
	}

	.header .topbar {
		padding-left: 32px;
	}
	
	header .logo {
		width: 160px;
	}
	
	header .functions .some {
		min-width: 96px;
		height: auto;
		margin: 0 0 0 17px;
	}
	
	header .functions .some li {
		margin-bottom: 8px;
	}

	.header {
		margin-left: -32px;
		margin-right: -32px;
	}

	footer .companies h2 {
		padding-bottom: 15px;
	}

	footer .companies,
	footer .contact-information {
		padding-bottom: 32px;
	}

	footer .companies ul {
		padding-top: 16px;
	}

	footer .companies li,
	footer .companies figure {
		height: auto;
	}

	footer .companies li {
		display: block;
		float: left;
		padding-top: 10px;
		margin-right: 32px;
	}

	footer .companies figure img {
		display: none;
	}

	footer .companies figure figcaption {
		display: block;
	}

	footer .companies figure figcaption:after {
		content: ' »';
	}

	.main .carousel-small .carousel-control {
		width: 40px;
		height: 40px;
		background-position: 10 50%;
	}


	.main .carousel-small .carousel-control.right {
		background-position: 90% 50%;
	}

}
 
/* Large desktop */
@media (min-width: 1210px) {


}




/*
@media (min-width: 1200px) {


}

@media (max-width: 979px) and (min-width: 768px) {

}

@media (max-width: 979px) {

}

@media (max-width: 767px) {

}
*/





/*------------------------------------*\
    #Frontpage carousel
\*------------------------------------*/


.frontpage-carousel {
  overflow: hidden;
  height: 420px;
}


.frontpage-carousel__img {
  display: none;
  width: 100%;
}


.frontpage-carousel__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 420px;
}


.frontpage-carousel .frontpage-carousel__slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 420px;
  -webkit-transition: opacity 600ms linear;
          transition: opacity 600ms linear;
}

.frontpage-carousel .frontpage-carousel__slide.active {
  z-index: 5;
  opacity: 1;
}


.frontpage-carousel__slide__link {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}


.frontpage-carousel__container {
  z-index: 4;
  position: relative;
  width: 940px;
  margin: 0 auto;
}


.frontpage-carousel__caption {
  cursor: default;
  position: absolute;
  top: 130px;
  width: 100%;
  
  text-shadow: 0 0 15px rgba(0,0,0,.3);
  
  /* disable selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.frontpage-carousel__caption h2,
.frontpage-carousel__caption h3 {
  margin: 0 0 0.75em 0;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
}

.frontpage-carousel__caption h2 {
  margin-bottom: 0;
  font-size: 100px;
}

.frontpage-carousel__caption h3 { font-size: 30px; }


.frontpage-carousel__caption p {
  max-width: 290px;
  margin: 0 0 1em 0;
  color: #ffffff;
  font-size: 18px;
}

.frontpage-carousel__caption p span {
  display: inline !important;
  color: #fd7e28;
  font-weight: bold;
}


.frontpage-carousel__caption *:last-child {
  margin-bottom: 0;
}


.frontpage-carousel__pager { display: none; }


@media (min-width: 1200px) {

  .frontpage-carousel,
  .frontpage-carousel__inner,
  .frontpage-carousel .frontpage-carousel__slide { height: 678px; }
  

  .frontpage-carousel__container { width: 1170px; }
  
  
  .frontpage-carousel__caption { top: 280px; }

}


@media (max-width: 979px) and (min-width: 768px) {
  
  .frontpage-carousel__container { width: 724px; }
  
}


@media (max-width: 767px) {
  
  .frontpage-carousel__container { width: auto; }
  
  
  .frontpage-carousel__caption h2 { font-size: 60px; }

  .frontpage-carousel__caption h3 { font-size: 24px; }
  
}





/*------------------------------------*\
    #Frontpage carousel pagers
\*------------------------------------*/


.carousel-pages .span4 {
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  
  -webkit-transition: opacity 600ms linear;
          transition: opacity 600ms linear;
}

.carousel-pages .span4:last-child {
  border-bottom: none;
}

.carousel-pages .span4.active {
  opacity: 1;
}


.front .carousel-pages h2 {
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
}


@media (min-width: 769px) {

  .carousel-pages {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  
  
  .carousel-pages .span4 {
    opacity: 0.4;
    min-height: 160px;
    padding-top: 15px;
    border-bottom: 0;
    border-right: 1px solid #d4d4d4;
  }
  
  .carousel-pages .span4:last-child {
    border-right: none;
  }

}





/*------------------------------------*\
    #New header for services
\*------------------------------------*/


.services-new header .logo {
  width: 160px;
  height: 112px;
  padding: 22px 0 0 0;
}

.services-new header .contact {
  display: none;
}


@media (min-width: 480px) {
  
  .services-new header .logo { width: 182px; }
  
  .services-new header .contact { display: block; }
  
}


.new-topbar {
  position: relative;
  margin-bottom: 20px; 
}


.services-new .main-nav {
  margin-top: 0;
}


header .functions {
  margin-top: 20px;
}


header .new-topbar .functions li,
header .new-topbar .functions a {
  color: #2a2a2a;
  text-shadow: none;
}

header .new-topbar .functions a:hover {
  color: #f18400;
  text-shadow: none;
}


@media (max-width: 768px) {
  
  .new-topbar {
    padding-left: 80px; 
  }
  
}


@media (max-width: 480px) {
  
  .new-topbar {
    padding-left: 32px; 
  }
  
}





/*------------------------------------*\
    #New services page
\*------------------------------------*/


.services-new .row {
  padding-top: 25px;
  padding-bottom: 50px;
}

.services-new .row-divider-top {
  padding-top: 50px;
  border-top: 1px dashed #e6e5dc;
}

.services-new .row.share {
  padding-top: 0;
  padding-bottom: 0;
}


.services-new h1,
.services-new h2,
.services-new h3,
.services-new p {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.services-new p { line-height: 1.3; }

.services-new p.ingress { font-size: 20px; }


.services-new .section-title { margin: 50px 0 25px 0; }
.services-new .main-title { margin-top: 25px; }


.services-new .section-title h1,
.services-new .section-title h2 {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
}

.services-new .section-title h1 { font-size: 50px; }

.services-new .section-title h2 { font-size: 26px; }


.services-new .blog-article-heading {
  margin: 0.25em 0;
  font-size: 20px;
}


.services-new .image-css-crop {
  overflow: hidden;
  display: block;
  max-height: 223px;
  margin-bottom: 1em;
}


@media (min-width: 768px) {
  
  
  .services-new .section-title h1 { font-size: 90px; }

  .services-new .section-title h2 { font-size: 34px; }
  
  
}





/*------------------------------------*\
    #New buttons
\*------------------------------------*/


a.orange-button {
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 1.5em;
  background: #f18400;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  
  -webkit-transition: background 150ms linear;
          transition: background 150ms linear;
}

a.orange-button:hover {
  background: #1e4d63;
}





/*------------------------------------*\
    #New subnav
\*------------------------------------*/


ul.subnav {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none outside;
  font-family: Arial, sans-serif;
  font-size: 18px;
}


.subnav li {
  display: inline-block;
  padding: 0 0 0 30px;
}


.subnav li.current a { color: #1e4d63; }


@media (min-width: 768px) {
  
  
  ul.subnav { display: block; }
  
  
  .subnav li:first-child { padding-left: 0; }


  .subnav li:after {
    content: "|";
    padding-left: 30px;
  }

  .subnav li:last-child:after {
    content: "";
    padding-left: 0;
  }
  
  
}





/*------------------------------------*\
    #New reference carousel
\*------------------------------------*/


.services-new .reference-carousel {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px dashed #e6e5dc;
}


.reference-preview {
  position: relative;
  width: 100%;
  max-width: 490px;
  margin-bottom: 40px;
}


.reference-preview__imgholder {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3.5%;
}


.reference-slide { display: none; }


.container .row.reference-carousel > div { padding-right: 0; }


ul.slick-dots {
  top: 0;
  bottom: auto;
  width: auto;
  margin: 80% 0 0 0;
  text-align: center;
}

/* AAK */

.vdk-admin.blog main h2 a {
	color: #252d2f;
}

.vdk-admin .blog main h2 a:hover {
	color: #ff6600;
}

.vdk-admin .meta .author, 
.vdk-admin .meta .comments-text {
	color: #1f1f1f;
}



/* /AAK*/

@media (min-width: 660px) {
  ul.slick-dots {
    top: 395px;
    margin-top: 0;
  }
}


@media (min-width: 768px) {
  
  .services-new .reference-carousel {
    padding-bottom: 50px;
    border-bottom: none;
  }
  
  .reference-preview { margin-bottom: 0; }
  
  ul.slick-dots {
    top: 285px;
    left: 20px;
  }
  
}

@media (max-width: 979px) and (min-width: 768px) {

  .reference-preview__imgholder { padding: 12px; }

  .reference-slide .span4 {
    width: 352px;
    padding-left: 25px;
  }

}


@media (min-width: 980px) {

  .reference-preview__imgholder { padding: 16px; }

  .reference-slide .span4 {
    width: 460px;
    padding-left: 25px;
  }
  
  ul.slick-dots {
    top: 365px;
  }

}


@media (min-width: 1200px) {

  .reference-preview__imgholder { padding: 17px; }

  .reference-slide .span4 {
    width: 370px;
    padding-left: 0;
  }
  
  ul.slick-dots {
    top: 395px;
    left: 30px;
  }

}


.body-text:before,
.body-text:after {
  display: table;
  content: "";
}

.body-text:after {
  clear: both;
}


img.align-left {
  margin: 5px 20px 20px 0;
}


img.align-right {
  margin: 5px 0 20px 20px;
}