/*
Theme Name: Verisec 2.0
Author: Vektorgrafik Stockholm
Author URI: http://vektorgrafik.se/
Version 0.1
Text Domain: vektorlang
*/

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:400,600,400italic,600italic|Oswald:400,300);

/*	  normalize.css v3.0.1
	  MIT License
	  git.io/normalize
---------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#222}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font: 400 14px / normal "Open Sans", Arial, sans-serif;
	color: #635c5c;
	background: transparent url("img/bg.jpg") repeat fixed;
	margin-top: 110px;
}

.home {
	margin-top: 0;
}

.chromeframe{
	background: #BA0C2A;
	color: #fff;
	padding: 20px;
	width: 100%;
	text-align: center;
	position: fixed;
	z-index: 1000;
	top: 0;
}

.chromeframe a {
	color: #fff;
	font-weight: bold;
}

::-moz-selection {
	background:#93bfd2;
	color:#fff;
	text-shadow: none;
}

::selection	{
	background:#93bfd2;
	color:#fff;
	text-shadow: none;
}

[data-href] {
	cursor: pointer;
}

strong,
b,
.lede {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	color:inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#BA0C2A;
	text-decoration:none;
}

a,
a:active,
a:visited,
a:hover,
a:focus {
	outline: none;
}

a {
	color: #BA0C2A;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

a:active,
a:visited {
		
}

a:hover,
a:focus {
	text-decoration: underline;
}

table {
	margin-bottom: 0.9375em;
}

tr {
	
}

td {
	padding: 0.46875em 0.9375em;
	border-top: 1px solid #F0EFEF;
}

tr td {
	border-left: 1px solid #F0EFEF;
}

tr:first-child td {
	border-top: none;
}

tr td:first-child {
	border-left: none;
}

/*
 * Background Video
 * https://github.com/Victa/HTML5-Background-Video
 */

.bgvideo {
	position:relative;
	overflow:hidden;
}

#video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}

.ie #video {
	background-image: url('media/verisec-fallback-ie.jpg');
	background-repeat:repeat;
	background-position:center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}

#video video {
	background: #fff!important; 
	-webkit-filter: grayscale(0.2);
	-moz-filter: grayscale(0.2);
	filter: grayscale(0.2);
}

.video-overlay {
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	margin-left: 0;
	height:100%;
	width:100%;
	z-index:2;
	overflow: hidden;
	opacity:0.2;
	-moz-opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.scrolled .video-overlay {
	opacity:0.96;
	-moz-opacity:0.96;
	filter:alpha(opacity=96);
}

/*
 * Jumbotron
 */

.jumbotron {
	position: relative;
	display: block;
	background-color: #e8e5e2;
	background-color: rgba(187, 177, 163, .25);
	text-align: center;
	min-width: 1170px;
	font-family: "Lato";
	padding-top: 110px;
}

.jumbotron .container{
	position: relative;
	height: 940px;
	z-index:100;
}

.jumbotron span {
	font-family: "Lato";
	font-weight: 300;
	line-height: 1.3em;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
}

.jumbotron h1 {
	font-family: "Lato";
	font-weight: 900;
	font-size: 34px;
	line-height: 1.3em;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.jumbotron p {
}

.jumbotron .path {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	background-image: url('img/jumbotron-path.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:550px;
	height:290px;
}

.jumbotron .continue-link {
	background: url('img/darr-red.png');
	background-repeat:no-repeat;
	position: absolute;
	width: 44px;
	height: 44px;
	bottom: 164px;
	left: 50%;
	margin-left: -22px;
	z-index:200;
}

.inlinesvg .jumbotron .continue-link {
	background-image: url('img/darr-red.svg');
}

.jumbotron .continue-link:hover {
	background-position: 0 bottom;
}

.jumbotron .bubble {
	display: block;
	border-radius: 100%;
	background: #b90b2a;
	background: url('img/2/bubble-bg.png') no-repeat 50% 50%;
	background-size: 100% 100%;
	text-align: center;
	padding: 11em 4em 2em;
	color: #fff;
	height: 530px;
	width: 530px;
	position: absolute;
	left: 40px;
	top: 230px;
}

.jumbotron .news-bubble {
	height: 280px;
	width: 280px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	right: 55px;
	bottom: 55px;
	overflow: hidden;
	margin:0;
}

.jumbotron .news-bubble .news {
	background: #fff;
	background: rgb(178, 170, 161);
}

.jumbotron .news-bubble .news a {
	text-decoration:none;
}

.jumbotron .news-bubble .news p {
	margin:0.5em 0;
	font-size:1.1em;
}

.js .jumbotron .news-bubble {
	opacity:0;
	filter:alpha(opacity=0);
}

.js .state--window-loaded .jumbotron .news-bubble {
	opacity:1;
	filter:alpha(opacity=100);
}

.jumbotron .news-bubble .slick-list {
	height:inherit;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.jumbotron .news-bubble .slick-track {
	height:inherit;
}

.jumbotron .news-bubble .slick-slide {
	display:table;
	height: inherit;
	width: inherit;
	overflow: hidden;
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%; 
	border-radius: 100%;
}

.jumbotron .news-bubble .slick-slide .content {
	display:table-cell;
	vertical-align:middle;
	padding-bottom:1.5em;
	word-wrap: break-word;
}

.jumbotron .news-bubble .slick-slide .static-bubble {
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom:0;
	color:#fff;
}

.jumbotron .news-bubble .slick-slide .static-bubble h3 {
	color: #fff;
}

.jumbotron .news-bubble .slick-slide .static-bubble a {
	color:#fff;
}

.jumbotron .news-bubble .news h3 {
	max-width:230px;
	margin:0 auto;
	font-size: 20px;
	line-height: 1.2em;
}

.jumbotron .news-bubble .news span{text-transform: uppercase; font-weight: 900; letter-spacing: .03em; font-size: 13px; margin: 0 0 .5em; display: block}
.jumbotron .news-bubble .news h3 a{color: #fff; text-decoration: none}
.jumbotron .news-bubble .news h3 a:hover{}
.jumbotron .news-bubble .slick-dots{bottom: 30px}
.jumbotron .news-bubble .slick-dots li{margin: 0 3px; height: 8px; width: 8px;}
.jumbotron .news-bubble .slick-dots li button{padding: 0; margin: 0; height: 8px; width: 8px;}
.jumbotron .news-bubble .slick-dots li button:before{content: ' '; display: block; background: #fff; border-radius: 100%; height: 8px; width: 8px; margin: 0 auto}

/*
 * Header
 */

.header {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	height: 110px;
	width: 100%;
	min-width: 1170px;
	z-index: 3000;
	box-shadow: 0 10px 30px -10px  rgba(0, 0, 0, 0.05);
}

#header .container{
	
}

.home .header {
	box-shadow: 0 -2px 10px  rgba(0, 0, 0, 0.2);
}

.header .logo {
	display: block;
	width: 222px;
	height: 110px;
	float: left;
	background: transparent url("img/verisec-logo.png") no-repeat center center;
}

.inlinesvg .header .logo {
	background: transparent url("img/verisec-logo.svg") no-repeat center center;
}

.header .menu-item {
	float: left;
}

/*
 * Second menu
 */

.header .second-menu {
	float: right;
	min-width: 50%;
	padding: 8px 0 0
}
.header .second-menu ul {
	float: right;
	margin-top: 7px;
}
.header .second-menu .menu-item {
	border-left: 1px solid #dfdbd2;
	margin-left: 6px;
	padding-left: 6px;
	line-height: 10px;
}
.header .second-menu .menu-item:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.header .second-menu .menu-item a {
	font-family: "Oswald", sans-serif;
	font-size: 11px;
	line-height: 10px
}

.header .second-menu .menu-item a:hover {
	color: #bb0b29;
}

.header .second-menu .menu-item.current-menu-item a {
	color: #bb0b29;
}

.header .searchform {
	float: right;
	width: 70px;
	border-bottom: 1px solid #efede8;
	margin-left: 30px;
	position: relative;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}
.no-js .header .searchform{width: 140px}

.header .searchform.focus{width: 170px}
.header .searchfield {
	display: block;
	width: 100%;
	border: none;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	color: inherit;
	padding: 0;
	margin:0;
	text-transform: uppercase;
	padding-right: 16px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
	margin-top: 3px;
}
.header .searchfield:focus {outline: none;}
.header .searchfield::-webkit-input-placeholder {color: #c6c2ba; text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);} 
.header .searchfield:-moz-placeholder {color: #c6c2ba;}
.header .searchfield::-moz-placeholder {color: #c6c2ba;}
.header .searchfield:-ms-input-placeholder {color: #c6c2ba;}
.header .submit-button {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 1px;
	margin-top: -7.5px;
	background: transparent url("img/search-glass.png") no-repeat center center;
	border: none;
	opacity: .9;
}
.header .submit-button:hover{opacity: 1}
.header .lang-flag {
	display: block;
	float: right;
	width: 16px;
	height: 11px;
	margin-left: 12px;
	margin-top: 6px;
	opacity: .8;
}
.header .lang-flag:hover{opacity: 1}
.header .lang-flag.se {
	background: transparent url("img/se.png") no-repeat center center;
}
.header .lang-flag.gb {
	background: transparent url("img/gb.png") no-repeat center center;
}
.header .lang-flag.es {
	background: transparent url("img/es.png") no-repeat center center;
}

/*
 * Nav
 */

nav {
	
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li a {
	text-decoration: none;
	color: #635c5c;
	letter-spacing:0.04em;
	text-transform:uppercase;
}

nav ul li a:hover {
	text-decoration:none;
}

.main-menu {
	float: right;
	margin-top: 10px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 30px;
	clear: right;
	z-index:200;
}

.main-menu ul li.menu-item-has-children a:before {
	content: "";
	position:absolute;
	top:50%;
	right:0.75em;
	background-image: url('img/sprite-main-menu.png');
	width:12px;
	height:12px;
	margin:-8px 0 0 0;
	display:block;
}

.main-menu ul li.menu-item-has-children a {
	padding-right:1.875em;
}

.main-menu li a {
	position:relative;
	display: block;
	padding:0 20px;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
}

.main-menu li.current-menu-item > a,
.main-menu li.current-page-ancestor > a {
	color: #bb0b29;
}

.main-menu li.menu-item-hover a {
	color: #fff;
	background-color: #666265;
}

.main-menu li.menu-item-hover a:before {
	background-position:0 -12px;
}

.main-menu {
	
}

.main-menu .sub-menu {
	
}

.main-menu .menu-depth-1 li a {
	background-color:transparent;
}

.main-menu .menu-item-wrapper {
	display:none;
	position:absolute;
	top:110px;
	left:0;
	width:100%;
	background:#666265;
	background: rgba(96, 92, 95, 0.96);
}

.main-menu li.menu-item-hover .menu-item-wrapper {
	display:block;
}

.main-menu .menu-item-container {
	width:100%;
	max-width:1180px;
	margin:0 auto;
	padding:3em 0;
	color:#b9afa2;
}

.main-menu .menu-depth-1 li {
	float:none;
	line-height:1.2em;
}

.main-menu .menu-depth-1 li a {
	display:block;
	padding:0.5em 0;
	color:#fff;
	height:auto;
	line-height:inherit;
}

.main-menu ul.menu-depth-1 li a:before {
	display:none!important;
}

.main-menu .menu-depth-1 li a:hover {
	color:#ccc;
}

.main-menu .menu-depth-1 li a {
	font-weight:normal;
}

.main-menu .menu-depth-2 {
	margin:0.9375em 0 0 0;
}

.main-menu .menu-depth-2 li a {
	font-family: "Lato", sans-serif;
	font-weight:bold;
	font-size:14px;
	text-transform:none;
}

.main-menu .menu-depth-3 {
	margin:0 0 0 0.8em;
	padding:0 0 0.4em 0.6em;
	list-style:circle;
}

.main-menu .menu-depth-3 li a {
	padding:0;
	font-weight:normal;
}

.main-menu .menu-item-has-children li {
	float:left;
	width:33.333%;
	border-left:1px solid #b9afa2;
	border-color:rgba(185, 175, 162, 0.3);
	padding-left:1em;
}

.main-menu .menu-item-has-children li:first-child {
	border-left:none;
	padding-left:0;
}

.main-menu .menu-item-has-children li ul li {
	float:none;
	width:auto;
	border:none;
	padding-left:0;
}

.main-menu .puff-wrapper {
	margin-top:1em;	
}

.main-menu .puff-link {
	
}

.main-menu .puff {
	position:relative;
	max-width:300px;
}

.main-menu .puff a {
	padding:0!important;
}

.main-menu .puff img {
	max-width:100%;
	height:auto;
	width:auto;
}

.main-menu .puff-image {
	position:relative;
}

.main-menu .puff-image img {
	display:block;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

.main-menu .puff-text {
	display:block;
	margin:0 0 0.5em 0;
	font-family: "Lato", sans-serif;
	font-size:14px;
	text-transform:none;	
}

.main-menu .puff-arrow {
	position:absolute;
	top:50%;
	left:50%;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	padding:0.5em;
	background-color:#fff;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.main-menu .puff:hover .puff-arrow {
	background-color: rgba(255, 255, 255, 1);
}

.main-menu .puff-arrow i {
	display:block;
	width:44px;
	height:44px;
	margin:0 auto;
	background-image: url('img/rarr-red.png');
	background-repeat:no-repeat;
	background-position:center left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.inlinesvg .main-menu .puff-arrow i {
	background-image: url('img/rarr-red.svg');
}

.main-menu .puff:hover .puff-arrow i {
	background-position:center right;
}

/*
 * Buttons
 */

.btn {
	display:inline-block;
	padding:0.6em;
	margin:0 0 1em 0;
	background:#bb0b29;
	color:#fff;
	text-decoration:none;
	font-family: "Lato", sans-serif;
	font-size:1em;
	font-weight:900;
	letter-spacing: 0.02em;
}

.btn:hover {
	background:#333;
	color:#fff;
	text-decoration:none;
}

.btn.gray {
	background:#ddd;
	color:#666;
}

.btn.gray:hover {
	background:#ccc;
}

.link {
	display:inline-block;
	padding-right:40px;
	line-height:32px;
	font-family: "Lato", sans-serif;
	font-size:1.1em;
	font-weight:900;
	text-transform:uppercase;
	background-image: url('img/rarr.png');
	background-position:top right;
	background-repeat:no-repeat;
	text-decoration:none;
}

.inlinesvg .link {
	background-image: url('img/rarr.svg');
}

.link:hover {
	background-position:bottom right;
}

/* Slide menu */

/*
 * Wrapper
 */
 
#wrapper {
	min-width:640px;
	overflow-x: hidden;
}

.wrapper {
	position:relative;
	overflow:hidden;
}

.home .wrapper {
	background:#fff;
}

/*
 * Default page main content
 */

.main {
	width: 900px;
	float: right;
	background-color: #fff;
	padding-top: 50px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.03);
}
.page-template-default .main, .blog .main, .error404 .main, .page-template-page-ledning-php .main {
	padding: 30px 0 30px 30px
}
.search .main {
	padding-left: 30px;
}

#content {
	position:relative;
}

#content-wrapper .content-header {
	background: #e4e1dc url(img/flexslider-bg.jpg) repeat;
	position: relative;
	height: 390px;
	width: 900px;
	float: right;
}
h1, h2, h3, h4 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	color: #504a4a;
	margin: 0;
}
.main .text-content {
	width: 600px;
	float: left;
	padding-right: 30px;
	padding-bottom: 40px;
	line-height: 23px;
	min-height: 600px;
}
.main p .search-term-highlight {
	font-weight: 700;
}

.main .text-content li,
.main .news-article li{margin-bottom: .6em}

.page-template-default .main .text-content,
.single-post .main .text-content {
	border-right: 1px solid #F0EFEF;
}
.main h1 {
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
}
.main h2,
.main .h2 {
	font-size: 28px;
	margin-bottom: 26px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight:900;
}
.main .lede {
	font-size: 17px;
	line-height: 26px;
	color: #504a4a;
}
.main h3 {
	font-size: 21px;
	margin: 30px 0 8px;
}
.main h4 {
	font-size: 17px;
	margin-top: 30px;
}
.main p {
	color: #504A4A;
	margin: 0 0 20px;
}

.main .read-more a,
.main a .read-more {
	color: #BB0B29;
	font-weight: bold;
	font-size: .85em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 28px;
	background: url("img/readmore.png") no-repeat scroll 0 0 transparent;
	display: block;
}
.main hr{display: block; margin: 1em 0; padding: 0; height: 1px; border: 0; border-top: 1px solid #F0EFEF; background: transparent; clear: both}
.main blockquote p{font-style: italic; color: #635c5c; font-size: 16px; font-weight: bold}
.main blockquote{position: relative}

/*
 * Om verisec template
 */

.page-template-om-verisec-php .main,
.page-template-page-no-sidebar-php .main {
	padding: 30px 0 0 30px;
}
.page-template-om-verisec-php .main .text-content,
.page-template-page-no-sidebar-php  .main .text-content{
	min-height: 300px;
	border-right: 1px solid #F0EFEF;
}

.page-template-om-verisec-php .sidebar {
	padding-bottom: 0;
}
.history-continue-link {
	display: block;
	background: url("img/darr.png") no-repeat 0 0 transparent;
	width: 46px;
	height: 46px;
	padding-left: 57px;
	font-family: "Lato";
	font-weight: 900;
	font-size: 13px;
	line-height: 46px;
	color: #bb0b29;
	text-transform: uppercase;
	text-decoration: none;
}

.history-continue-link:hover{background-position: 0 bottom; color: #504A4A}

.happenings-history {
	width: 870px;
	margin: 0 auto;
	background: transparent url("img/about-verisec-node-line.png") repeat-y center 60px;
}
#happenings{padding-bottom: 130px;}
#happenings-start{ height: 67px; background:url(img/happenings-start.png) no-repeat 168px top; width: 870px; margin: -5px auto 0; position: relative; z-index: 2;}
#happenings-end{ height: 150px; background:url(img/happenings-end.png) no-repeat center top; width: 870px; margin: 0 auto }

.happening {
	width: 370px;
	height: 150px;
	clear: both;
	font-family: "Lato";
	font-weight: 900;
	opacity: 0;
	-moz-transition:all .3s linear;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.happening.visible{opacity: 1}

.happening.left {
	float: left;
	text-align: right;
}
.happening.right {
	float: right;
	text-align: left;
}
.happening .picture {
	position: relative;
	top: 0;
	border-radius: 100%;
}
.happening.left .picture {
	float: right;
}
.happening.right .picture {
	float: left;
}
.happening img {
	display: block;
}
.happening time {
	display: block;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	color: #bb0b29;
}
.happening h3 {
	font-size: 22px;
	line-height: 26px;
}

/*
 * Nyheter template
 */
.page-template-nyheter-php .main, .archive .main, .single .main {
	float: left;
	padding-left: 30px;
}
.news-container {
	border-right: 1px solid #f0efef;
	padding-right: 30px;
	float: left;
	width: 600px;
	padding-bottom: 50px;
}
.news-article {
	margin: 0 0 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0efef;
}
.news-article:last-child{border-bottom: 0}

.news-article img {
	max-width:100%;
	height:auto;
	width:auto;
}

.single .news-article {
	border-bottom: none;
}

.news-article .news-image {
	float:right;
	margin:0 0 0.9375em 0.9375em;
}

.news-article .news-image img {
	display:block;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

.news-image a {
	display:block;
}

.news-image a:hover {
	opacity:0.75;
}

.news-article h2 {
	font-family: "Lato";
	font-weight: 900;
	font-size: 21px;
	line-height: 28px;
	color: inherit;
	margin: 0 0 5px;
	text-transform:inherit;
}
.news-meta {
	margin: 0 0 20px;
	font-size: 12px;
	text-transform: uppercase;
}
.news-article .news-category {
	display: inline-block;
	margin-right: 7px;
	padding: 1px 3px;
	font-family: "Lato";
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	background-color: #bb0b29;
}
.news-article .news-category.event {
	background-color: #93bfd2;
}
.news-article > p {
	line-height: 24px;
}
.news-read-more {
	display: inline-block;
	background: transparent url("img/rarr.png") no-repeat 0 0;
	padding-left: 42px;
	font-family: "Lato";
	font-weight: 900;
	font-size: 13px;
	line-height: 32px;
	color: #bb0b29;
	text-transform: uppercase;
	text-decoration: none;
}
	.news-read-more:hover{color: #504a4a; background-position: left bottom}
.page-numbers {
	background-color: #e6e5e5;
	width: 23px;
	height: 23px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 23px;
	font-family: "Lato";
	font-weight: 900;
	font-size: 12px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.page-numbers.current {
	background-color: #bb0b29;
}
a.page-numbers:hover {background: #504a4a; text-decoration: none}
.page-numbers.prev, 
.page-numbers.next,
.page-numbers.prev:hover, 
.page-numbers.next:hover{
	background-color: transparent;
	background-image: url("img/pagination-next.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-indent: -99999px;
	width: 14px;
}
.page-numbers.prev {
	background-image: url("img/pagination-prev.png");
}

/* Bildarkiv */
.image-bank{padding: 0 0 20px; border-bottom: 1px solid #F0EFEF; margin: 0 0 20px}

/* Lock Form*/
#lock-form label{display: block; clear: both; font-size: 12px; text-transform: uppercase; font-weight: 700}
#lock-form input[type=text],
#lock-form textarea{margin-bottom: 10px; border:1px solid #e8e5de; border-top:1px solid #e1ddd4; padding: 5px 8px; border-radius: 3px; box-shadow: inset 0 1px 2px rgba(0,0,0,.06); font-size: 14px; line-height: 1.5em}
#lock-form textarea{width: 100%; resize: vertical; }
#lock-form input[type=submit]{
	background: #504A4A;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    color: #ECEBEB;
    cursor: pointer;
    font: 300 22px/40px "Oswald";
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
    width: 100%;
}

#lock-form input[type=submit]:hover{
	background: #484242;
	color: #fff;
}
#lock-form input[type=submit]:active,
#lock-form input[type=submit]:focus{
	padding: 12px 0 8px;
	color: #bab7b7; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 3px 1px rgba(0,0,0,.1), inset 0 1px 3px rgba(0,0,0,.07), 0 1px 0 rgba(255, 255, 255, .06);
}


/*
 * Ledning
 */

.ledning{clear: both; border-bottom: 1px solid #F0EFEF; margin-bottom: 30px}
	.ledning:last-child{border-bottom: 0; margin-bottom: 0}
.ledning .ledning-image{float: left; width: 170px; font-size: .8em; line-height: 1.5em; padding-bottom: 10px}
.ledning .ledning-image img{display: block; margin-bottom: 12px; margin-top: .3em; width: 100%; height: auto}
.ledning .ledning-content{float: right}
.ledning .ledning-content p{font-size: .9em; line-height: 1.6em; }
.ledning .ledning-content h3{margin-top: 1px; margin-bottom: 10px}
/*
 * Right sidebar
 */
.right-sidebar {
	width: 270px;
	float: right;
	font-size: 12px;
	color: #504a4a;
}
.right-sidebar .sidebar-container {
	padding:0 23px 10px 16px
}
.right-sidebar .info-box {
	padding: 20px;
	background: transparent url("img/info-box.jpg") repeat 0 0;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	/*white-space: nowrap;*/
	margin-bottom: 30px;
}
.right-sidebar .info-box-title {
	margin: 0 0 5px;
	font-family: "Lato";
	font-weight: 900;
	font-size: 15px;
	line-height: 1.2em;
	color: #ba0b29;
}

.right-sidebar .files-title{
	padding-bottom: 10px;
}

.right-sidebar .info-box p:last-child{
	margin-bottom: 0
}

.right-sidebar .info-box ul{
	padding-left: 1.1em;
}
.right-sidebar .info-box li{line-height: 16px; margin-bottom: 0.4em}

.right-sidebar .info-box ol{
	padding-left: 1.6em;
}
.right-sidebar .files {
	padding:0 15px;
	margin-bottom:30px;
}

.right-sidebar .files + p {
	margin-left:15px;
}

.right-sidebar .file-container {
	margin-bottom: 10px;
}
.right-sidebar .file {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	padding-left: 24px;
	background: transparent url("img/file-doc.png");
	background-repeat:no-repeat;
	background-position: left center;
	line-height: 1.4em
}

.right-sidebar .file.video {
	background-image: url('img/file-video.png');
}
.right-sidebar .file.video:hover{text-decoration: none}

.right-sidebar .file.linkside {   
	background-image: url('img/file-link1.png');
}
.right-sidebar .file.linkside:hover{text-decoration: none}

.right-sidebar hr {
	background-color: #ecebeb;
	height: 1px;
	border: none;
}
.right-sidebar h4 {
	font-size: 13px;
	margin: 0 0 5px;
}
.right-sidebar a {
	color: #BA0C2A;
	text-decoration: none;
}
.right-sidebar a:hover{text-decoration: underline}

.right-sidebar h4 a {
	color: #bb0b29;
}
.right-sidebar p {
	line-height: 18px;
}

.right-sidebar .widget-page-link {
	font-family: "Lato";
	font-weight: 900;
	font-size: 13px;
	color: #BB0B29;
	margin: 0 0 5px;
}

.right-sidebar .contact-us-widget {
	border-radius:0;
}

.news-slider {
	background: transparent url("img/news-slider.jpg") repeat 0 0;
	margin: 0 0 30px;
	padding: 20px;
}

.news-slider .sidebar-container {
	padding:0;
}

.news-slider a,
.news-slider a:hover {
	text-decoration:none;
	color:inherit;
}

.news-slider h4 {
	margin-bottom: 5px;
	margin-top: 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size:13px;
}
.news-slider h3 {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.news-slider h3 a {
	color:inherit;
}

.news-slider p {
	font-weight: 600;
	margin-bottom: 0;
}
.news-slider .read-more {
	display:inline-block!important;
	vertical-align:middle;
	width:22px;
	height:22px;
	margin-left:3px;
	color: #BB0B29;
}
.news-slider .flex-control-nav {
	padding-top: 10px;
}

.news-slider .flex-control-nav li {
	margin-right:6px;
}

.news-slider .flex-control-nav li a {
	height: 12px;
	width: 12px;
	background: transparent;
	border: 3px solid #f5f4f4;
	border-radius: 10px;
	opacity: 1;
}
.news-slider .flex-control-nav li:hover a, .news-slider .flex-control-nav li a.flex-active {
	background-color: #BB0B29;
}
.latest-blogposts-widget {
	margin-bottom: 25px;
}
.latest-blogposts-widget .sidebar-container {
	border-bottom: 1px solid #ecebeb;
	padding-bottom: 20px;
}
.latest-blogposts-widget article {
	margin: 0 0 10px;
}
.latest-blogposts-widget h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.right-now-media-widget article {
	margin-bottom: 10px;
	background: transparent url("img/right-now-media-article.png") no-repeat left center;
	padding-left: 20px;
}
.right-now-media-widget p {
	margin: 0;
}


/*
 * Main (left) sidebar
 */
.sidebar {
	width: 270px;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 12px;
	position: relative;
}

.sidebar .sidebar-container {
	margin: 0 23px 10px 16px;
}

.sidebar .sidebar-container img {
	width: 100%;
	height: auto;
	max-width:148px;
	max-height: 148px;
}

.sidebar .subnav ul {
	list-style: none;
}

.sidebar .subnav > ul {
	padding: 0;
	margin: 0 0 40px;
}

.sidebar .subnav ul ul {
	padding-left: 26px;
}

.sidebar .subnav ul li a {
	text-transform:none;
	letter-spacing:0;
}

.sidebar .subnav h2.widgettitle,
.sidebar .subnav li {
	background: url(img/subnav-path.png) 3px -5px no-repeat;
	margin: 0;
}

.sidebar .subnav li:last-child{
	background-position: 3px bottom;
}

.sidebar .subnav a{
	background: url(img/subnav-node.png) 0 50% no-repeat;
	display: block;
	font:900 17px/36px "Lato", "Open Sans", sans-serif; 
	text-decoration: none; 
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	color: #635c5c;
	padding: 0 0 0 24px;
}

.sidebar .subnav a:hover,
.sidebar .subnav ul.children a:hover,
.sidebar .subnav ul.children ul.children a:hover {color: #413c3c;}
.sidebar .subnav a:active, 
.sidebar .subnav a:focus{padding-top: 1px; margin-bottom: -1px; outline: none; color: #413c3c;}

.sidebar .subnav .current_page_item a{color: #bb0b29; background: url(img/subnav-node-current.png) -1px 50% no-repeat}

.sidebar .subnav .current_page_ancestor a,
.sidebar .subnav ul.children .current_page_ancestor a{background: url(img/subnav-node-current.png) -1px 50% no-repeat}

.sidebar .subnav ul.children{background: url(img/subnav-children.png) 3px 0 repeat-y}
.sidebar .subnav ul.children li{background: none}
.sidebar .subnav ul.children li a{background: url(img/subnav-node.png) 0 50% no-repeat; font-size: 13px; line-height: 24px; padding-left: 17px; color: #635c5c;}
.sidebar .subnav ul.children li.current_page_item a{color: #bb0b29; background: url(img/subnav-node-current.png) -1px 8px no-repeat}

	
.sidebar .subnav ul.children li ul.children a{background: url(img/subnav-node.png) 0 8px no-repeat; font-size: 12px; line-height: 24px; padding-left: 17px; color: #635c5c; height: 24px; overflow: hidden}

.sidebar .subnav ul.children li ul.children li.current_page_item a{color: #bb0b29; background: url(img/subnav-node-current.png) -1px 8px no-repeat}
	
.sidebar .subnav ul.children li ul.children a:active,
.sidebar .subnav ul.children li ul.children a:focus{margin-bottom: 0}
	
	

.sidebar .subnav h2.widgettitle{
	font:900 17px/36px "Lato", "Open Sans", sans-serif; 
	color: #635c5c;
}
.sidebar .subnav h2.widgettitle,
.sidebar .subnav .top-page {
	padding-bottom: 17px;
	background-position: 3px 17px;
	text-transform: uppercase;
}

.sidebar .subnav .top-page a {
	text-transform:uppercase;
}

.sidebar .subnav h2.widgettitle a,
.sidebar .subnav .top-page a{
	background-position: 10px 50%;
	}
.sidebar .subnav h2.widgettitle a.current_page_item{background-image: url(img/subnav-node-current.png);}

.sidebar h4 {
	font-family: "Lato";
	font-weight: 900;
	font-size: 17px;
	color: inherit;
	margin:0 0 0.3em 0;
}
.widget {
	margin-bottom: 25px;
}
.contact-us-widget {
	background: #bb0b29 url("img/contact-us-widget.png") repeat-y right top;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	padding: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.sidebar .contact-us-widget .sidebar-container {
	margin:0;
}

.contact-us-widget h4 {
	color:#fff;
}

.contact-us-widget p {
	margin:0;
}

.contact-us-widget a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.sidebar .about-verisec-widget {
	margin-left:15px;
}

.about-verisec-widget {
	color: #504a4a;
	margin: 0 30px 30px 30px;
}
.about-verisec-widget h4 {
	font-family: "Lato";
	font-weight: 900;
	text-transform: none;
}
.about-verisec-widget p {
	margin: 0;
	line-height: 18px;
}

.page-id-167 .header .second-menu .menu-item.current-page-ancestor a,
.page-id-502 .header .second-menu .menu-item.current-page-ancestor a {
	color: #635C5C;
}

.page-id-167 .header .main-menu #nav-menu-item-1477 > a {
	color: inherit;
}

.page-id-167 .header .main-menu #nav-menu-item-1477.menu-item-hover > a {
	color:#fff;
}


/* ==========================================================================
   Freja-slideshow
   ========================================================================== */
.freja-slideshow {
	width: 900px;
	height: 390px;
	overflow: hidden;
	position: relative;
	float: right;
}
.freja-slideshow .viewport {
	width: 500%;
	height: 390px;
	position: relative;
	left: 0;
	top: 0;
	background: transparent url("img/freja-slide-bg.jpg") no-repeat left top;
}
.freja-slideshow .slide {
	width: 900px;
	height: 390px;
	float: left;
	position: relative;
	display: block;
}
.freja-slideshow p {
	margin: 0;
}
.freja-slideshow .loading-bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 0;
	height: 4px;
	background-color: #c6c2be;
}

/* COST */
.cost {
	position: absolute;
	bottom: 25px;
	right: 30px;
	font-family: Lato;
	font-weight: 900;
	font-size: 14px;
	color: #484242;
	text-transform: uppercase;
	z-index: 100;
	width: 68px;
	text-align: center;
	display: none;
}

.cost .cost-text {
	clear: both;
	margin: 0;
}
.bar-container {
	position: absolute;
	width: 30px;
	bottom: 20px;
}
.bar {
	height: 110px;
	width: 100%;
	position: relative;
}
.bar .icon {
	display: block;
	width: 100%;
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 5px;
	background: transparent url("img/freja-slide-cost.png") no-repeat center bottom;
}
.bar .label {
	position: absolute;
	text-indent: -9999px;
	z-index: 100000;
}
.freja-bar {
	left: 0;
}
.freja-bar .bar {
	background-color: #bb0d2a;
}
.freja-bar .label {
	background: transparent url("img/freja-slide-cost-freja.png") no-repeat center center;
	width: 111px;
	height: 26px;
	top: -30px;
	left: -91px;
}
.rival-bar {
	right: 0;
}
.rival-bar .rival-thingy {
	width: 160px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.rival-bar .bar {
	background-color: #484242;
	float: right;
	clear: both;
	width: 30px;
}
.rival-bar .label {
	background: transparent url("img/freja-slide-cost-competitor.png") no-repeat center center;
	width: 151px;
	height: 46px;
	position: static;
	text-indent: -9999px;
	margin-bottom: 3px;
}
.rival-bar .label.sv {
	background-image: url("img/freja-slide-cost-konkurrent.png");
}

/* ALL SLIDES */
.freja-slideshow .title-container {
	position: absolute;
	top: 30px;
	left: 30px; /* SKA BLI 88px */
	display: none;
}
.freja-slideshow .title {
	font-family: Lato;
	font-weight: 900;
	font-size: 22px;
	text-transform: uppercase;
	color: #504a4a;
}
.freja-slideshow .subtitle {
	line-height: 20px;
}
.freja-slideshow .next-slide {
	position: absolute;
	width: 840px;
	height: 350px;
	top: 30px;
	left: -80px;
	background: transparent url("img/freja-slide-next.png") no-repeat left top;
	z-index: 100;
	display: none;
}
.freja-slideshow .next-slide span{
    background: #cbd000;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    width: 160px;
    left: 50%;
    margin-left: -80px;
	top: 50%;
	margin-top: -38px;
    padding: 4px 0;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    display: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    border-radius: 1px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.opacity .freja-slideshow .next-slide span{opacity: 0; display: block}
.freja-slideshow .next-slide:hover span{opacity: 1}

/* FIRST SLIDE */
.start {
	background: transparent url("img/freja-slide-start-bg.png") no-repeat left top;
}
.start .title-container {
	top: 90px;
	display: block;
}
.start .title {
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 10px;
}
.start .subtitle {
	font-family: Lato;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	color: #bb0d2a;
}
.start .next-slide {
	width: 840px;
	height: 280px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 100;
	background: url(img/freja-slide-rarr-red.png) 10px 107px no-repeat;
	opacity: 1;
	display: block;
}
.start .next-slide:hover{background: url(img/freja-slide-rarr-green.png) 10px 107px no-repeat;}
.no-js .start .next-slide{display: none}

/* SECOND SLIDE */
.users .design-node{background: url("img/freja-slide-start-bg.png") no-repeat right bottom; height: 70px; width: 40px; position: absolute; left: 0; bottom: 0}

.users .people-container {
	position: absolute;
	bottom: 25px;
	left: 30px;
}
.users .people-container img {
	display: block;
}
.users .people {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-family: Lato;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	color: #bb0d2a;
	display: none;
}
.people.two {left: 170px; }
	.people.two img{}
.people.three {left: 361px;}
.people.four {left: 485px;}

/* THIRD SLIDE */
.units .units-container {
	position: absolute;
	bottom: 25px;
	left: 30px;
}
.units .units-container img {
	display: block;
	margin-bottom: 10px;
}
.units .unit {
	position: absolute;
	bottom: 0;
	font-family: Lato;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	color: #bb0d2a;
	display: none;
}
.unit.two {left: 173px;}
.unit.three {left: 312px;}
.unit.four {left: 438px;}
.unit.five {left: 520px; text-align: right; width: 200px;}

/* FOURTH SLIDE */
.apps .apps-container {
	position: absolute;
	bottom: 25px;
	left: 30px;
}
.apps .apps-container img {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.apps .app {
	position: absolute;
	bottom: 0;
	font-family: Lato;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	color: #bb0d2a;
	text-align: center;
	display: none;
}
.app.two {left: 150px;}
.app.three {left: 300px; text-align: right;}
.app.three img {top: -10px;}
.app.four {left: 415px;}
.app.four img {top: -10px;}
.app.five {left: 590px; width: 105px;}
.app.five img {margin: 0 auto; top: -25px;}

/* FIFTH SLIDE */
.all-things .all-things-container {
	position: absolute;
	bottom: 25px;
	left: 30px;
}
.all-things .all-things-container img {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.all-things .thing {
	position: absolute;
	bottom: 0;
	font-family: Lato;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	color: #bb0d2a;
	text-align: center;
	display: none;
}
.thing.two {left: 160px;}
.thing.three {left: 320px;}
.thing.four {left: 480px;}
.thing.four img {top: -13px;}


/* ==========================================================================
   Images.
   ========================================================================== */
.entry-content img, 
.comment-content img, 
.widget img{max-width:100%; /* Fluid images for posts,comments,and widgets */}
img[class*="align"], 
img[class*="wp-image-"]{height:auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */}
img.size-full{max-width:100%; width:auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */}
.entry-content img.wp-smiley{border:none; margin-bottom:0; margin-top:0; padding:0}
img.alignleft, 
img.alignright, 
img.aligncenter{margin-bottom:1.6em; margin-top: 0.3em}
p img, 
.wp-caption{margin-top:0.3em}
.wp-caption{margin-bottom:1.6em; max-width:100%; padding:0}
.wp-caption img{display:block; max-width:100%}
.wp-caption .wp-caption-text, 
.gallery-caption{font-size:13px; font-style: italic; line-height: 1.4em}
.wp-caption .wp-caption-text{margin-bottom:0; padding:5px 0; position:relative}

/* Gallery */
#content .gallery{margin:0 auto 1.6em}
#content .gallery a img{border:none}
dl.gallery-item{margin:0}
.gallery{margin: auto;}
.gallery-item {float: left; margin-top: 12px !important; margin-right:12px  !important; text-align: left !important; width: 130px !important;}
.gallery img {border:0 !important;}
.gallery-caption {margin-left: 0;}
.gallery img{display: block; width: 130px; height: auto}

/* Alignment */
.alignleft{display:inline; float:left; margin-right:1.6em}
.alignright{display:inline; float:right; margin-left:1.6em}
.aligncenter{clear:both; display:block; margin-left:auto; margin-right:auto}

/*
 * Footer
 */
.footer {
	position:relative;
	background: #605c5f;
	color: #f2f1ed;
	min-width: 1170px;
	z-index:100;
}

.footer .sitemap{
	float: left;
	width: 60%;
	padding: 60px 30px 60px 0;
	min-height: 420px;
}

.footer .sitemap h5 {
	text-transform: uppercase;
	color: #d7d3cc;
	font:300 15px/1.1em "Oswald", sans-serif;
	letter-spacing: .08em;
	margin: 0 0 20px;
}

.footer .sitemap .site-nav{
	float: left;
	width: 33%;
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
}

.footer .sitemap .site-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .sitemap .site-nav ul li{
	margin: 0 0 10px;
}

.footer .sitemap .site-nav ul li a{
	color: #fff;
	padding: 3px 0;
	font-weight: bold;
}

.footer .company-info {
	width: 33%;
	float: right;
	min-height: 420px;
	padding: 60px 0 60px 0;
}
.footer .company-info > p {
	margin: 0 0 20px;
	line-height:1.5em;
}
.footer a{
	color: #F2F1ED;
	text-decoration: none;
}
.footer .company-name {
	font-family: "Lato";
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .06em;
	display: block;
	margin: 0 0 20px
}
.footer .company-info .tel-fax-email {
	margin-bottom: 35px;
}

.footer .social{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .social li{
	float: left;
	margin-right: 15px
}

.footer .social li a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #d7d3cc url(img/2/social.png) no-repeat;
    background-size: auto 50%;
    text-indent: -9999em;
    opacity: .5;
    -webkit-transition: opacity .1 ease;
    -moz-transition: opacity .1 ease;
    transition: opacity .1 ease;
}

.footer .social li a:hover {
    opacity: 1;
}

.footer .social li.facebook a {
    background-position: 15px 10px;
}

.footer .social li.twitter a {
    background-position: -16px 10px;
}

.footer .social li.linkedin a {
    background-position: -48px 10px;
}

.footer .company-description {
	background:#585558;
	width: 100%;
	padding: 20px;
	font-size: 12px;
	line-height: 22px;
	color: #ecebeb;
	clear: both;
}
.footer .company-description p {
	opacity: .5;
	margin: 0;
}
.footer .attachment-vf_image_footer {
	float: right;
	margin-left: 25px;
}
.footer .copyright {
	font-family: "Lato";
	font-weight: 900;
	font-size: 11px;
	text-transform: uppercase;
	color: #ecebeb;
	opacity: .5;
}

/*    Forms
---------------------------------------- */

::-webkit-input-placeholder {
	color: #999;
	font-family: "Oswald", sans-serif;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.04em;
}

::-moz-placeholder {
	color: #999;
	font-family: "Oswald", sans-serif;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.04em;
}

:-moz-placeholder {
	color: #999;
	font-family: "Oswald", sans-serif;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.04em;
}

:-ms-input-placeholder { 
	color: #999;
	font-family: "Oswald", sans-serif;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.04em;
}

form {
	
}

label {
	display: block;
}

input,
textarea {
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

input[type="text"],
textarea {
	display: block;
	width: 100%;
	padding: 0.9375em;
	margin: 0 0 1.5em 0;
	border:1px solid #eee;
	outline: none;
}

textarea {
	max-width: 100%;
	height: 120px;
	max-height: 200px;
}

input[type="text"]:focus,
textarea:focus {
	
}

input[type="submit"] {
	
}

input[type="submit"]:hover {

}

/*    Vektor form
---------------------------------------- */

label.error {
	display: none!important;
}

input.error,
textarea.error {
	border-color: #f00!important;
}

/*    Newsletter form
---------------------------------------- */

.newsletter-form {
	
}

.newsletter-form .input {
	display:block;
	float:left;
	width:350px;
	height:50px;
	border:none;
}

.rgba .newsletter-form .input {
	background: rgba(255, 255, 255, 0.2);
	color:#fff;
}

.rgba .newsletter-form .input::-webkit-input-placeholder {
	color:#fff;
}

.rgba .newsletter-form .input::-moz-placeholder {
	color:#fff;
}

.rgba .newsletter-form .input:-moz-placeholder {
	color:#fff;
}

.rgba .newsletter-form .input::-ms-input-placeholder {
	color:#fff;
}

.newsletter-form .submit {
	display:block;
	width:50px;
	height:50px;
	padding:0;
	float:left;
	border:none;
	background-color:#fff;
	background-image: url('img/rarr-submit.png');
	background-repeat:no-repeat;
	background-position: center top;
	outline:none;
	text-indent:-9999px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.inlinesvg .newsletter-form .submit {
	background-image: url('img/rarr-submit.svg');
}

.newsletter-form .submit:hover {
	background-position:center bottom;
}

/*    Contact form
---------------------------------------- */

.contact-form{
	float: right;
    padding: 45px 0 10px;
    width: 470px;
}

.contact-form h5{
	font:900 14px "Lato";
    text-transform: uppercase;
    margin: 0 0 8px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    width: 100%;
    clear: both;
    display: block;
    padding: 10px;
    border: 0;
    background: #f4f3f3;
    line-height: 24px;
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    text-indent: 0;
    border-radius: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.contact-form input[type=text].error,
.contact-form input[type=email].error,
.contact-form textarea.error {
    background-color: #EB7860;
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
    max-height: 180px;
}

h3.error {
    color: #fff;
    background: #BB0B29;
    padding: 2px 6px;
    font-size: 14px;
    margin: -30px 0 10px;
    border-radius: 2px;
}

.contact-form input[type=text]:active,
.contact-form input[type=text]:focus,
.contact-form input[type=email]:active,
.contact-form input[type=email]:focus,
.contact-form textarea:active,
.contact-form textarea:focus {
    background: #fff;
    box-shadow: inset 0 2px 3px -1px rgba(0,0,0,.06);
}

.contact-form #cf_submit{
	width: 100%; 
	background: #504a4a; 
	color: #ecebeb; 
	text-align: center; 
	border:0; 
	cursor: pointer; 
	font:300 22px/40px "Oswald"; 
	text-transform: uppercase; 
	padding: 10px 0; 
	border-radius: 2px;
	-moz-transition:all .1s linear;
	-webkit-transition:all .1s linear;
	transition:all .1s linear;
}
.contact-form #cf_submit:hover{
	background: #484242;
	color: #fff;
}
.contact-form #cf_submit:active,
.contact-form #cf_submit:focus{
	padding: 12px 0 8px;
	color: #bab7b7; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 3px 1px rgba(0,0,0,.1), inset 0 1px 3px rgba(0,0,0,.07), 0 1px 0 rgba(255, 255, 255, .06);
}

/*
 * Home main content
 */

.home{
	background: #fff;
}

.main-home {
	position:relative;
	background-color:#fff;
	background-image: url("img/2/bg-nodes-3.png");
	background-repeat:no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-bottom: 120px;
	-webkit-transition: opacity linear .2s;
	-moz-transition: opacity linear .2s;
	transition: opacity linear .2s;
	z-index:100;
}

.main-home .row {
	margin:0;
}

.home article {
	position: relative;
}

.home article .icon {
	width: 148px;
	height: 148px;
	display: block;
	margin: 0 auto;
}

.home article .icon img{
	width: 100%;
	height: auto;
}

.home article h4 {
	font-family: "Lato";
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	color: #bb0b29;
	margin: 0;
}

.home article h3 {
	font-family: "Lato";
	font-size: 16px;
	font-weight: 900;
	line-height: 34px;
	text-transform: uppercase;
	color: #bb0b29;
	margin: 0;
}

.home article p {
	font-size: 20px;
	line-height: 32px;
	margin: 15px 0 30px;
	padding-right: 5px;
	background-color: rgba(255,255,255,.6);
	box-shadow: 0 0 40px 5px rgba(255,255,255,.6);
}

.home article .read-more {
	display: block;
	margin: 0 auto;
	background: #fff url("img/rarr.png") no-repeat 0 0;
	padding-left: 0;
	font-family: "Lato";
	font-size: 13px;
	font-weight: 900;
	color: #bb0b29;
	text-decoration: none;
	line-height: 32px;
	text-transform: uppercase;
	width: 32px;
	height:32px;
	overflow: hidden;
	text-indent:-9999px;
	-webkit-transition: width .1s ease;
	-moz-transition: width .1s ease;
	transition: width .1s ease;
}

.inlinesvg .home article .read-more {
	background-image: url('img/rarr.svg');
}

.home article .read-more:hover{
	background-position: 0 bottom;
	color: #504a4a;
	/*
	width: 230px;
	padding-left: 36px;
	*/
}

/*
 * Freja
 */

.home .authentication {
	text-align: center;
	padding: 95px 0 220px;
}

.home .authentication .read-more{
	position:relative;
	width: 46px;
	background-position:0 0;
	right:-12px;
}

.home .authentication .read-more:hover{
	background-position:0 bottom;
}

.home #content h2{
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .02em;
	font-size: 28px;
	display: block;
	margin: 0 0 1em;
	text-align: center;
}

.home .authentication .icon {
	z-index: 1;
	display: block;
	width: 148px;
	height: 148px;
	margin: 0 auto
}

.home .authentication .icon img{width:100%; height: auto}
.home .authentication .continue-link {
	display: block;
	position: absolute;
	top: 468px;
	left: 569px;
	width: 46px;
	height: 46px;
	background: transparent url("img/darr.png") no-repeat center 0;
}

.home .authentication .continue-link:hover{background-position: center bottom}
.inlinesvg .home .authentication .continue-link {
	background-image: transparent url("img/darr.svg");
}

.home #content .info-text {
	padding-top: 20px;
	max-width: 800px;
	margin: 0 auto;
}

.lang-sv_SE.home #content .info-text {
	padding-top:53px;
}

.home .products {
	padding-bottom: 200px;
}

.home .products h2{
	margin-bottom: 120px;
}

.home .product {
	width: 50%;
	text-align: center;
	margin: 0;
	padding: 0 2em
}

.home .services{
	margin: 0 auto;
	float: none
}

.home #content .products .info-text {
	max-width:350px;
}

/*
 * Our clients link
 */
.home .our-clients-link {
	margin-bottom: 6px;
}
.home .our-clients-link .small-icon {
	display: block;
	background: transparent url("img/small-icon.png") no-repeat left center;
	padding-left: 25px;
	font-family: "Lato";
	font-weight: 900;
	font-size: 22px;
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
}

/*
 * Our clients carousel
 */
.our-clients {
	background-color: #ECEBEB;
	background-color: rgba(236, 235, 235, .3);
	box-shadow: inset 0 60px 50px -50px rgba(236, 235, 235, .9);
	
	height: 160px;
	padding: 20px 0;
	min-width: 1170px;
}
.our-clients li {
	margin-right:30px;
	height: 120px;
	width: 170px;
}
.our-clients li img{display: block; height: 120px;
	width: 170px;}

/*
 * News bar
 */

.news-bar {
	
}

.news-bar .container {
	position:relative;
	overflow:hidden;
}

.news-bar .icon {
	display:inline-block;
	vertical-align:middle;
}

.home .news-bar {
	width: 100%;
	min-width: 1170px;
	max-height:70px;
	background-color:#605c5f;
	background-color: rgba(96, 92, 95, 0.9);
	font-family: "Lato", sans-serif;
	text-align:left;
	overflow:hidden;
}

.home .news-bar.second {
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 100;
}
.no-js .home .news-bar.second,
.home.news-bar-static .news-bar.second {
	display: none;
}

.home .news-bar a.btn {
	position: absolute;
	z-index: 2;
	padding:0 0.8em;
	background: #b90b2a;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	display: block;
	right: 0;
	line-height: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	font-size: 12px;
	font-family: "Lato", sans-serif;
	letter-spacing: .03em;
	text-transform: uppercase;
	font-weight: 900;
}

.news-bar {
	background:transparent;
	margin:0!important;
	color:#fff;
}

.news-bar a {
	color:#fff;
	text-decoration:none;
}

.news-bar a:hover {
	color:#ccc;
	text-decoration:none;
}

.news-label {
	position:absolute;
	top:50%;
	left:0;
	margin:-12px 0 0 0;
	text-transform:uppercase;
	font-weight:900;
	font-size:0.85em;
}

.news-label span {
	display:inline-block;
	vertical-align:middle;
}

.news-bar .marquee {
	margin-left:40px;
	overflow:hidden;
}

.news-bar .marquee .js-marquee-wrapper {
	
}

.news-bar .marquee .marquee-item {
	display:inline-block;
	text-transform: uppercase;
	color: #fff;
	padding: 25px 25px;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 600;
}

.news-bar .marquee .cat {
	margin-right:5px;
	font-weight:900;
}

.news-bar .marquee .date {
	margin-right:5px;
}

.news-bar .icon-globe {
	display:inline-block;
	vertical-align:middle;
	background-image: url('img/icon-globe.png');
	background-repeat:no-repeat;
	width:26px;
	height:26px;
	margin-right:1em;
}

.inlinesvg .news-bar .icon-globe {
	background-image: url('img/icon-globe.svg');
}

/*
 * Tooltip
 */
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip:before, .tooltip:after {
	position: absolute;
	display: none;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	left: 170px;
	bottom: 50%;
}
.tooltip:hover:before, .tooltip:hover:after{display: block}

.opacity .tooltip:before, .opacity .tooltip:after {opacity: 0; display: block}
.opacity .tooltip:hover:before, .opacity .tooltip:hover:after {opacity: 1;}

.tooltip:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001;
	margin-left: -12px;
	margin-bottom: -6px;
	border-right-color: #cbd000;
}
.tooltip:after {
	content: attr(data-tooltip);
	background: #cbd000;
	color: #fff;
	padding: 8px 10px;
	font-size: 10px;
	line-height: 11px;
	white-space: nowrap;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03);
	margin-bottom: -14px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
}
a.tooltip:hover{text-decoration: none}




/*
 * Flexslider
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; height: auto}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {zoom: 1;}
.flex-viewport {-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.flexslider .slides {zoom: 1;}
.content-header .flex-control-nav {
	position: absolute;
	top:20px;
	right: 30px;
	z-index: 100;
	color: #fff;
}
.flex-control-nav li {
	float: left;
	margin-right: 9px;
}
.flex-control-nav li a {
	cursor: pointer;
	display: block;
	text-indent: -99999px;
	background: #302c2c;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	line-height: 11px;
	opacity: .2;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.flex-control-nav li .flex-active {
	background: #bb0b29;
	opacity: 1;
}

/*
 * Bootstrap
 */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.row {
	margin-left: -30px;
	*zoom: 1;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 30px;
}
.container {
	width: 1170px;
}
.span12 {
	width: 1170px;
}
.span11 {
	width: 1070px;
}
.span10 {
	width: 970px;
}
.span9 {
	width: 870px;
}
.span8 {
	width: 770px;
}
.span7 {
	width: 670px;
}
.span6 {
	width: 570px;
}
.span5 {
	width: 470px;
}
.span4 {
	width: 370px;
}
.span3 {
	width: 270px;
}
.span2 {
	width: 170px;
}
.span1 {
	width: 70px;
}
.offset12 {
	margin-left: 1230px;
}
.offset11 {
	margin-left: 1130px;
}
.offset10 {
	margin-left: 1030px;
}
.offset9 {
	margin-left: 930px;
}
.offset8 {
	margin-left: 830px;
}
.offset7 {
	margin-left: 730px;
}
.offset6 {
	margin-left: 630px;
}
.offset5 {
	margin-left: 530px;
}
.offset4 {
	margin-left: 430px;
}
.offset3 {
	margin-left: 330px;
}
.offset2 {
	margin-left: 230px;
}
.offset1 {
	margin-left: 130px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    
    /* Specify the width of your pageslide here */
    width: 270px;
    padding:20px 0;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #605c5f;
    color: #D7D5D5;
    box-shadow: 2px 0 0 -1px #706C6C inset,10px 0 20px -20px rgba(0, 0, 0, 0.2) inset;
}

body.slide-menu-open{overflow: hidden}

body.slide-menu-open .slide-menu span{display: none}
body.slide-menu-open .slide-menu span.close{display: block; height: 25px; position: absolute; top: 6px; background: url(img/close.png) no-repeat 50% 50%; box-shadow: none}

.slide-menu{
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #fff 0%,#efefef 100%);
	background: -o-linear-gradient(top,  #fff 0%,#efefef 100%); 
	background: -ms-linear-gradient(top,  #fff 0%,#efefef 100%);
	background: linear-gradient(to bottom,  #fff 0%,#efefef 100%);
	display: none;
	position: absolute;
	right:264px;
	height: 38px;
	width: 40px;
	bottom: 15px;
	border:1px solid #d7d5d5;
	border-radius: 5px;
	opacity: .85;
	padding: 10px 0;
	-moz-transition: opacity .1s linear;
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear
}

.slide-menu span{
	background: #c9c7c7;
	display: block;
	width: 26px;
	height: 3px;
	margin: 0 6px 3px;
	border-radius: 2px;
	box-shadow: 0 1px 0 #fff;
}

.slide-menu:hover{
	opacity: 1;
}
.slide-menu:active,
.slide-menu:focus{
	outline: 0;
	box-shadow: inset 0 1px 2px -1px rgba(0,0,0,.2);
	opacity: 1;
}

.slide-menu small {
    position: absolute;
    left: 48px;
    display: block;
    top: 0;
    font: 13px/36px "Oswald", sans-serif;
    color: #635C5C;
    text-transform: uppercase;
}

#slide-menu {
    display: none;
}

#slide-menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

#slide-menu ul ul ul {
	margin-bottom:0;
}

#slide-menu li {
	
}

#slide-menu ul li > ul {
	display:none;
}

#slide-menu ul .current_page_ancestor > ul,
#slide-menu ul .current_page_ancestor > ul ul {
	display:block;
}

#slide-menu li a {
	position:relative;
    display: block;
    color: #D7D5D5;
    font: 300 17px/1.1em "Oswald", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    border-bottom: 1px solid #706c6c;
    min-height: 30px;
    -moz-transition: all .1s linear;
}

#slide-menu li a:hover {
    background-color: rgba(0,0,0,.1);
    color: #fff;
}

#slide-menu li.menu-item-has-children a:before {
	content: "";
	position:absolute;
	top:50%;
	right:1em;
	width:12px;
	height:12px;
	margin:-6px 0 0 0;
	display:block;
	background-image: url('img/sprite-slide-menu.png');
	background-repeat:no-repeat;
}

#slide-menu li.menu-item-has-children a.menu-item-open:before {
	background-position:0 -12px;
}

#slide-menu li .sub-menu {
	display:none;
	margin-bottom:0;
}

#slide-menu li.menu-item-has-children .sub-menu.sub-menu-open {
	display:block;
}

#slide-menu li .sub-menu a {
    text-transform: none;
    font: 900 12px/1em "Lato", "Open Sans", sans-serif;
}

#slide-menu li .sub-menu a:before {
	display:none;
}

#slide-menu li .sub-menu .sub-menu a {
    font-weight: 700;
    padding-left:30px;
}

#slide-menu .current_page_ancestor a {
    color: #fff;
}

#slide-menu .current_page_item a {
    color: #fff;
    background: url(img/slide-menu-current.png) no-repeat 10px center;
    padding-left: 30px;
}

#slide-menu .sub-menu .current_page_item  a {
    background-position: 15px center;
}

#slide-menu li.current_page_item .sub-menu a {
    background: none;
}

#slide-menu li.menu-item-has-children a {
	
}

.close-pageslide {
    display: block;
    padding: 7px 20px 8px;
    color: #D7D5D5;
    text-decoration: none;
    font: 300 17px/1.1em "Oswald",sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}

.close-pageslide:hover {
    background-color: rgba(0,0,0,.1);
    color: #fff;
    text-decoration: none;
}

.close-pageslide span {
    display: block;
    position: absolute;
    right: 20px;
    top: 7px;
    height: 20px;
    width: 20px;
    background: #D7D5D5;
    font: 700 13px/20px "Lato","Open Sans";
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    color: #605B5B;
}

.close-pageslide:hover span {
    background: #fff;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("img/2/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}

@media (max-width: 1441px){
	
	.main-menu .puff {
		max-width:250px;
	}
	
	.jumbotron {
		padding-top:0;
	}
	
	.jumbotron .container {
		height:720px;
	}
	
	.jumbotron .bubble {
		width:380px;
		height:380px;
		padding-top:7em;
		left:8.5em;
	}
	
	.jumbotron h1 {
		font-size:26px;
	}
	
	.jumbotron .news-bubble {
		width:240px;
		height:240px;
		right:95px;
		bottom:70px;
	}
	
	.jumbotron .news-bubble .news h3 {
		font-size:18px;
	}
	
}

/*Custom Post Categories*/

.page-item-33>a{
letter-spacing: -0.3px!important;
}
.page-item-27>a{
letter-spacing: -0.5px!important;
}

/* Responsive */
@media (max-width: 1190px) {
	.container,
	.span12,
	.span11,
	.span10,
	.span9,
	.span8,
	.span7{
		width: 570px;
	}
	
	.wrapper {
		overflow:inherit;
	}
	
	.main .text-content {
		min-height:inherit;
	}
	
	.news-container {
		width:100%;
	}
	
	.main .text-content {
		width:100%;
	}
	
	.home .our-clients {
		width:100%;
	}
	
	.jumbotron{
		width: 100%;
		min-width: 570px;
	}
	
	.jumbotron .container{
		min-width: inherit;
		height: 700px;
		margin:0 auto;
		padding:0 15px;
	}
	
	.jumbotron h1{
		margin-bottom: 0;
	}
	
	.jumbotron h1, 
	.jumbotron h2{
		font-size: 28px;
	}
	
	.jumbotron p {
		margin-top: 8px;
	}
	
	.jumbotron .bubble{
		top:7em;
		left:2em;
	}
	
	.jumbotron .news-bubble {
		right:2em;
		bottom:7em;
	}
	
	.jumbotron .path {
		width:78px;
		background-image: url('img/jumbotron-path-responsive.png');
		background-position:center bottom;
	}
	
	.jumbotron .news-bubble .news h3 {
		font-size:18px;
	}
	
	#header{
		min-width: 570px;
	}
	
	#header .container {
		padding:0 15px;
	}
	
	#video {
		background-image: url('media/verisec-fallback.jpg');
		background-repeat:no-repeat;
		background-position:center right;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		background-size:cover;
	}
	
	.scrolled .video-overlay {
		opacity:0.2;
		-moz-opacity:0.2;
		filter:alpha(opacity=20);
	}
	
	body{
		margin-top: 0;
	}
	
	.header,
	.home-header-scrolled .header{position: relative}
	.home-header-scrolled{padding-top:0 }
	#header .container{width: 640px}
	.main-menu{display: none}
	#header .searchform{display: none}
	
	.slide-menu{display: block}
	
	.main-home {
		margin:0 auto;
		padding-bottom:30px;
	}
	
	.main-home{background: url(img/bg-nodes-ipad.png) 48px 0 no-repeat; overflow: hidden; width: 570px; padding-left:15px; padding-right: 15px; }
	
	.home #content h2,
	.home #content article{text-align: left}
	
	.home #content h2 {
		font-size:16px;
	}
	
	.home #content .products .info-text {
		max-width:inherit;
	}
	
	.lang-sv_SE.home #content .info-text {
		padding-top:20px;
	}
	
	.home .authentication .freja-image{display: none}
	.home .authentication{padding: 75px 0 40px}
	.home .offset4{margin-left: 0}
	
	.home article h3{font-size: 26px; line-height: 26px}
	.home article h4{font-size: 22px}
	.home article p{margin-bottom: 15px}
	
	.home .authentication{
		padding-left: 100px;
		height: auto;
		margin: 0 0 30px 0;
	}
	
	.home #content .authentication h2 {
		padding-left:0;
	}
	
	.home .authentication .icon{left: 0; width: 70px; height: 70px; top: 55px}
	.home .authentication .info-text{padding-top: 50px;}
	
	.home .authentication .read-more {
		right:inherit;
	}
	
	.home article .read-more {
		margin:0;
	}
	
	.home article .icon{width: 70px; height: 70px; left: 0; top: 0; position: absolute;}
	
	.home #content .row{margin: 0;}
	
	.home .products {
		padding-bottom:0;
	}
	
	.home .product {height: auto;}
	
	.home #content h2 {
		padding-left:100px;
		margin-bottom:0;
	}
	
	.home #content .span4,
	.home #content .span8{
		margin-left:0;
		padding-left: 100px;
		padding-bottom: 50px;
		width: 100%;
	}
	
	.home .verisec-labs .info-text{float: none; width: auto}
	
	.home .our-clients{min-width: 600px}
	.our-clients-link{margin-left: 26px}
	.our-clients .flexslider{max-width: 570px; overflow: hidden;}
	
	.home .news-bar{min-width: 570px; display: block; height: 100px; padding: 0; position: static}
	
	.home .news-bar.second {
		top:0;
		height:auto;
	}
	
	.news-bar .marquee .marquee-item {
		padding:20px 10px;
	}
	
	.home.news-bar-static .news-bar{display: block;}
	
	.home .news-bar .news,
	
	.home .news-bar .right-now{float: none; margin: 0; clear: both; width: 100%; height: 50px; padding: 10px 0;}

	.footer{
		min-width: 570px;
		padding:60px 0 0 0;
	}
	
	.footer .container {
		padding: 0 15px;
	}
	
	.footer .company-description {
		margin:60px 0 0 0;
	}
	
	.footer .company-info {
		width: 285px;
		float:none;
	}
	
	.footer .company-description p{
		width: 100%;
	}
	
	.footer .contact-form{
		width: 275px;
	}
	
	.footer .sitemap {
		width:540px;
		min-height:inherit;
		padding:0;
	}
	
	.footer .sitemap .site-nav {
		margin:0 0 30px 0;
	}
	
	.footer .company-info {
		min-height:inherit;
		padding:0;
	}
	
	/* Page */
	#content-wrapper{width: 100%; background: #fff; min-width: 570px;}
	#content-wrapper .content-header {max-width: 900px; float: none; min-width: 570px; margin: 0 auto;}
	.main,
	.page-template-default .main,
	.page-template-page-ledning-php .main,
	.page-template-om-verisec-php .main,
	.page-template-nyheter-php .main{float: none !important; width: 570px; margin: 0 auto; padding: 0 15px; box-shadow: none;}
	
	.main .text-content,
	.page-template-default .main .text-content,
	.page-template-page-ledning-php .main .text-content,
	.page-template-om-verisec-php .main .text-content,
	.main .news-container{padding: 0 0 10px; margin-bottom: 30px; border:0; border-bottom: 1px solid #F0EFEF; width: 100%; float: none;}
	
	.sidebar{float: none; width: 570px; margin: 0 auto; padding:20px 0;}
	.sidebar .contact-us-widget{display: none;}
	.sidebar .subnav{display: none;}	
	.sidebar .sidebar-container{display:none;}
	
	.right-sidebar{width: 100%;}
	.right-sidebar .info-box{float: left; width: 270px}
	.right-sidebar .sidebar-container.second{float: right; width: 270px; margin: 0}
	
	/* Nyheter */
	.page-template-nyheter-php .sidebar{overflow: hidden; border-bottom: 1px solid #F0EFEF; margin-bottom:30px;}
	.page-template-nyheter-php .sidebar .contact-us-widget{display: block; width: 270px; border-radius: 3px; padding: 20px; float: left}
	.page-template-nyheter-php .sidebar .contact-us-widget .sidebar-container{left: 0; position: static; height: auto; width:100%; display: block}
	.page-template-nyheter-php .about-verisec-widget{float: right; width: 270px; margin: 0}
	
	.page-template-nyheter-php .sidebar .sidebar-container {
		display:block;
		margin:0;
	}
	
	.page-template-nyheter-php .sidebar > .sidebar-container:first-child {
		display:none;
	}
	
	.archive .about-verisec-widget,
	.single .about-verisec-widget{display: none}
	.archive .sidebar,
	.single .sidebar{display: none}
	
	/* Om Verisec */
	#happenings-start{background-position: 18px 0}
	#happenings-start,
	#happenings,
	#happenings-end{width: 570px;}
	.happening{width: 220px}
	.happening h3{font-size: 16px; line-height: 20px;}
	
}

@media (max-width: 910px) {
	#content-wrapper .content-header{max-width: 570px; height: 247px}
	/*.sidebar .sidebar-container{width: 70px; height: 70px; left: -85px; top:26px}*/
	
	/* Freja bildspel */
	#content-wrapper .freja-slideshow{height: 390px;}
	.freja-slideshow .slide {width: 570px;}
	.freja-slideshow .title-container {width: 270px;}
	.start .title-container {width: auto;}
	.freja-slideshow .next-slide{width: 90%;}
	.freja-slideshow .start .next-slide{width: 130%;}
	.users .design-node {top: 167px;}
	
	.people img {height: 30%;}
	.people.two {left: 100px;}
	.people.three {left: 200px;}
	.people.four {left: 330px;}
	
	.units .units-container {top: 150px; width: 330px;}
	.units .units-container img {margin: 0 auto 10px; height: 30%;}
	.units .unit {position: static; float: left; margin-right: 20px;}
	.unit.two {width: 50px;}
	.unit.four {clear: left; margin-top: 10px; margin-left: 15px;}
	.unit.five {width: auto; margin-top: 10px; }
	
	.apps .apps-container {top: 180px; }
	.apps .apps-container img {height: 55px; margin: 0 auto 10px;}
	.apps .app {float: left; margin-right: 10px; position: static;}
	.app.four {clear: left; margin-top: 20px; margin-left: 60px;}
	.app.five {margin-top: 20px; width: 105px;}
	.app.five img {top: 0;}
	
	.all-things .title-container {width: 350px;}
	.all-things .all-things-container {top: 130px; bottom: auto;}
	.all-things .all-things-container img {position: static; height: 25%;}
	.all-things .thing {position: static; float: left; margin-right: 10px;}
	.thing.four {clear: left; margin-left: 108px; margin-top: 20px;}
	
	.jumbotron .container {
		padding: 0;
	}
	
	.header .second-menu ul {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	
	.header .lang-flag {
		margin-right: 10px;
		margin-left: 0px;
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	
}	


@media (max-width: 740px) {

	.sidebar .sidebar-container{display: none}
}	

/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print {
	* {background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; font-family: 'Open Sans', sans-serif;}
    abbr[title]:after {content: " (" attr(title) ")";}
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {content: "";}
    pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}

    thead {display: table-header-group;}
    tr, img {page-break-inside: avoid;}
    img {max-width: 100% !important;}
    @page {margin: 2cm 0.5cm; font-family: 'Open Sans', sans-serif;}
    p, h2, h3 {orphans: 3; widows: 3;}
    h2, h3 {page-break-after: avoid;}
    .header, .second-menu, .main-menu, .sidebar, .files, .freja-slideshow, .flexslider, .footer, .slide-menu, #slide-menu{display: none !important}
    .sidebar-container, .right-sidebar, .info-box, .right-sidebar .sidebar-container.second{margin: 0 !important; padding: 0 !important; float: none !important;}
    .happening, .happening.right, .happening.left{opacity: 1 !important; float: none !important; text-align: left; height: auto; display: block; width: auto; padding: 10px 0}
    .happening .picture{position: static; float: none !important}
}


/*Cookies*/
button#catapultCookie {
	margin:0 0 0 20px;
    padding: 0 0.8em!important;
    background: #b90b2a;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 10px;
}
a.ctcc-more-info-link{
    padding: 0 0.8em;
    background: #83B6CC;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 10px;
    display: inline-block;
}
a:hover.ctcc-more-info-link{
    text-decoration: none;
}