#page.site,
.hero {
	width:100%;
	max-width: 100%;
}
#page.site {
	overflow:hidden;
}
.borderBottom {
	border-bottom:1px solid #d5d5d5;
}
.site-header,
.site-header .content,
.wrapper {
	max-width: 960px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
.site-content {
	min-height: 700px;
}
.page-template-template-frontpage .site-content {
	margin-top:100px;
}
.bg-greyish {
	background-color:#eaede3;
}
iframe {
	border: none;
}
	.tablau {
		display: table;
	}
	.col {
		float:left;
		padding:0 18px;
	}
		.col.full {
			width:100%;
		}
		.col.third {
			width:33.3333%;
		}
		.col.fourth {
			width:25%;
		}
		.col.fifth {
			width:20%;
		}
		.col.fourfifths {
			width:80%;
		}
		.col.threefourths {
			width:75%;
		}
		.page-template-template-leftcolmenu .site-main .col.threefourths {
			padding-bottom:90px;
		}
		.col.twothirds {
			width:66.6666%;
		}
		.col.half {
			width:50%;
		}
	.tablau .col {
		display: table-cell;
		padding:0 36px 12px 36px;
		float:none;
	}
.nopad {
	padding:0;
}
.site-main-header {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	background:#ffffff;
	max-height:100px;
	z-index:200;
	border-bottom:1px solid #dedede;
}
	.site-main-header .content,
	.site-main-header .content .site-title img,
	.site-main-header .content .main-navigation ul li a,
	.site-main-header .content .main-navigation ul {
		-webkit-transition: all 250ms ease-in-out;
		-moz-transition: all 250ms ease-in-out;
		-o-transition: all 250ms ease-in-out;
		transition: all 250ms ease-in-out;
	}
	.site-main-header .content {
		max-width:960px;
		width:100%;
		height:100px;
		display: table;
		float:none;
		margin:0 auto;
	}
	.site-main-header.smaller .content,
	.site-main-header.smaller .content .main-navigation ul li a,
	.site-main-header.smaller .content .main-navigation ul {
		height:72px;
	}
		.site-main-header .content .site-branding {
			margin:0;
			display: table-cell;
			clear: none;
			vertical-align: middle;
		}
			.site-main-header .content .site-title {
				margin:6px 0 0 18px;
				width:150px;
			}
				.site-main-header .content .site-title img {
					width:90px;
				}
				.site-main-header.smaller .content .site-title img {
					width:60px;
				}
		.site-main-header .content .main-navigation {
			display: table-cell;
			vertical-align: middle;
			text-align: right;
			float:none;
			clear:none;
			width:auto;
		}
		.site-main-header .content .main-navigation ul {
			float:right;
			padding-right:9px;
			display: table;
			height:100px;
		}
			.site-main-header .content .main-navigation ul li {
				position: static;
				display: table-cell;
			}
			.site-main-header .content .main-navigation ul li a {
				padding:0 9px;
				height:100px;
				display: table-cell;
				vertical-align: middle;
			}
			.site-main-header .content .main-navigation ul li ul,
			.site-main-header.smaller .content .main-navigation ul li ul {
				position:absolute;
				max-width: 200px;
				height:auto;
				border-top:2px solid #1295d8;
				top:98px;
				padding:6px 0;
				background:#fff;
			}
			.site-main-header.smaller .content .main-navigation ul li ul {
				top:70px;
			}
			.site-main-header .content .main-navigation ul li ul li,
			.site-main-header.smaller .content .main-navigation ul li ul li {
				width:100%;
			}
			.site-main-header .content .main-navigation ul li ul a,
			.site-main-header.smaller .content .main-navigation ul li ul a {
				clear: both;
				height:auto;
				padding-top:4px;
				font-weight: 400;
				font-size: 10.8px;
				padding-bottom:4px;
				max-width: 200px;
				width:100%;
			}
.site-header {
	position:fixed;
	top:36px;
	left:50%;
	z-index: 2;
}
	.coverup {
		display:block;
		visibility: hidden;
		position: fixed;
		width:100%;
		height:100%;
		background:rgba(80,80,80,.1);
		z-index: 1;
		opacity: 0;
		 -webkit-transition: all 500ms ease-in-out;
		 -moz-transition: all 500ms ease-in-out;
		 -o-transition: all 500ms ease-in-out;
		 transition: all 500ms ease-in-out;
	}
	.coverup.toggled {
		opacity: 1;
		display: block;
		visibility: visible;
	}
	.site-header .product-sub {
		overflow: hidden;
		border-top: 1px solid #efefef;
		background:rgba(250,250,250,.5);
		width:100%;
		opacity: 0;
		height:1px;
		-webkit-transition: all 150ms ease-in-out;
		-moz-transition: all 150ms ease-in-out;
		-o-transition: all 150ms ease-in-out;
		transition: all 150ms ease-in-out;
		-webkit-box-shadow: inset 0px 6px 2px -3px rgba(0,0,0,0.02);
		-moz-box-shadow: inset 0px 6px 2px -3px rgba(0,0,0,0.02);
		box-shadow: inset 0px 6px 2px -3px rgba(0,0,0,0.02);
	}
		.site-header .product-sub ul {
			display: table;
			margin:0 auto;
			padding:0;
			list-style-type: none;
			clear: both;
			overflow: hidden;
cursor: pointer;
		}
			.site-header .product-sub ul li {
				display: table-cell;
				width:149px;
			}
			.site-header .product-sub ul li a img {
				width:107px;
				height:107px;
				background-image: url('/assets/images/product-icons.png');
				background-repeat: no-repeat;
				background-size: 214px 214px;
				display: inline-block;
				margin:0;
				padding:0px;
			}
		.site-header .product-sub ul li a {
			float:left;
			width:100%;
			text-align: center;
			position: relative;
		}
			.site-header .product-sub a span {
				float:left;
				line-height:20px;
				margin-top:-25px;
				margin-bottom: 17px;
				width:100%;
				text-align: center;
			}
			.site-header .product-sub ul li.s-puck img {
				background-position: 0px 0px;
			}
			.site-header .product-sub ul li.l-puck img {
				background-position: -107px 0px;
			}
			.site-header .product-sub ul li.r-puck img {
				background-position: -107px -107px;
			}
			.site-header .product-sub ul li.gateway img {
				background-position: 0px -107px;
			}
	.site-header .product-sub.toggled {
		opacity: 1;
		height:141px;
	}
	.site-header .content {
		background: rgba(255,255,255,.98);
		left:-50%;
		display: inline-block;
		position:relative;
		min-height: 54px;
		line-height: 54px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
	}
		.site-header p.site-title,
		.site-header h1.site-title,
		.site-header .site-branding {
			float:left;
			margin:0;
			padding:0;
		}
			.site-header .site-branding .site-title {
				font-size: 22px;
			}
			.site-header .site-branding img {
				display: inline-block;
				margin:0 0 0 18px;
				padding:0;
			}
		.site-header .main-navigation {
			width:auto;
			float:right;
			padding-right: 9px;
			clear: none;
		}
		.site-header a {
			outline: none;
		}
		.site-header .main-navigation a:link,
		.site-header .main-navigation a:visited,
		.site-header .main-navigation a:active,
		.site-header .main-navigation a:hover {
			padding: 0px 9px;
		}
#short-usps {
	padding-top:30px;
	padding-bottom: 55px;
}
.news-widget {
	display: block;
	background: #393938;
	color:#fff;
	float:left;
	width:100%;
	margin-bottom:25px;
}
	.contain-subnav .news-widget ul,
	.news-widget ul {
		text-decoration: none;
		list-style-type: none;
		margin:0px;
		padding:8px 0 2px 0;
	}

.newslisting,
.related-newslisting {
	margin:21px 0 90px;
}
.related-newslisting {
	margin-bottom:36px;
}
.newslisting .newsrow,
.related-newslisting .newsrow {
	display: table;
	width:250px;
	height:100px;
	margin-bottom:1px;
	background: #f5f5f5;
}
.newslisting .newsrow {
	width:100%;
}
.related-newslisting .newsrow {
	float:left;
	/*max-width: 250px;*/
	position: relative;
}
.newslisting .newsrow,
.related-newslisting .newsrow:hover {
	/*background: #373738;*/
	cursor: pointer;
}
.newslisting .newsrow {
	background: #373738;
}
.newslisting .newsrow:last-child {
	margin-bottom:0px;
}
.newslisting .newsrow .news-content {
	display: table-cell;
	padding-left: 24px;
	padding-right: 24px;
	vertical-align: middle;
	position: relative;
}
	.newslisting .newsrow .news-content .post-description {
		position: absolute;
		bottom:0px;
		left:24px;
		opacity: 0;
	}
	.newslisting .newsrow .news-content .post-description {
		bottom:9px;
		opacity: .6;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
.newslisting .newsrow .news-image,
.related-newslisting .newsrow .news-image {
	display: table-cell;
	vertical-align: middle;
	width:250px;
	opacity: .6;
}
.related-newslisting .newsrow .news-image {
	opacity: 1;
}
.newslisting .newsrow .news-image,
.related-newslisting .newsrow .news-image {
	opacity: 1;
}
.newslisting .newsrow {
	cursor:pointer;
}
.newslisting .newsrow a,
.newslisting .newsrow h2 a,
.newslisting .newsrow h2 a:hover,
.newslisting .newsrow a:hover {
	text-decoration: none;
	color:#333;
}
.newslisting .newsrow:hover h2 a {
	color:#000;
}
	.newslisting .newsrow .news-image img,
	.related-newslisting .newsrow .news-image img {
		float:left;
		margin:0;
		padding:0;
		width:250px;
		height:150px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.newslisting .newsrow .news-image img.no-image,
	.related-newslisting .newsrow .news-image img.no-image {
		background: url('/assets/images/news-empty.png') no-repeat center center;
	}
	
#partner-logo-widget {
	max-width:100%;
	background:#f5f5f5;
	padding:30px 0 45px;
}
	#partner-logo-widget .col.full {
		float:none;
		display: block;
		max-width:1200px;
		width:100%;
		margin:0 auto;
	}
	#partner-logo-widget .col.full ul.partner-widget {
		display: table;
		width: 100%;
		list-style-type: none;
		margin:0px;
		padding:0px;
	}
	#partner-logo-widget .col.full ul.partner-widget li {
		display: table-cell;
		width:16.667%;
		text-align: center;
		vertical-align: middle;
		margin:0;
		padding:0 10px;
	}
		#partner-logo-widget .col.full ul.partner-widget li img {
			display: block;
		}

/**/

.hero {
	background: url('/assets/images/start-image.jpg');
	background-attachment: fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	height:470px;
	display: table;
}
	.hero .wrapper {
		padding-top:120px;
		display: table-cell;
		vertical-align: middle;
		padding-bottom:50px;
	}
	.hero span.or {
		padding:0 10px;
		opacity: .4;
	}
	
/*
	Subnavigation
*/
ul#crumbs {
	list-style-type: none;
	width:100%;
	float:left;
	padding:4px 0 7px 0;
	margin:0 0 0 18px;
	clear: both;
}
	ul#crumbs li {
		float:left;
	}
.contain-subnav {
	padding-top:21px;
}
.contain-subnav ul {
	list-style-type: square;
	padding:0px 0px 18px 12px;
	margin:0;
}
	.contain-subnav ul li {
		padding:0px 0 6px;
	}
.contain-subnav ul.menu,
.contain-subnav ul.menu li {
	list-style-type: none;
	margin:0;
	padding:0;
}
.contain-subnav ul.menu {
	margin-bottom: 18px;
}
	.contain-subnav ul.menu a:link,
	.contain-subnav ul.menu a:visited,
	.contain-subnav ul.menu a:active,
	.contain-subnav ul.menu a:hover {
		border:1px solid #efefef;
		width: 100%;
		display: block;
		padding:7px 10px 6px;
	}
	.contain-subnav ul.menu li:last-child a:link,
	.contain-subnav ul.menu li:last-child a:visited,
	.contain-subnav ul.menu li:last-child a:active,
	.contain-subnav ul.menu li:last-child a:hover {
		
	}
		.contain-subnav ul.menu a:after {
			font-family: 'fontAwesome';
			content:'\f105';
			color:#1295d8;
			float:right;
		}
	.contain-subnav ul.menu li {
		margin-bottom: -1px;
	}
	.sidebar ul.menu li.current-menu-item a {
		background:#464645;
		border:1px solid #464645;
		color:#fff;
	}
	.contain-subnav ul.menu li.current-menu-item a:after {
		color:#fff;
	}
	
.contain-single .sharing-options {
	background:#f5f5f5;
	padding:18px 0;
	margin-bottom:36px;
}
	.contain-single .sharing-options ul.file-attachments {
		list-style-type: none;
		padding:0px;
		margin:0px;
	}
	
.contain-single .contain-post-navigation {
	border:1px solid #f5f5f5;
	margin-bottom:90px;
	padding:9px 18px;
}
.contain-single .contain-post-navigation a {
	float:left;
}
.contain-single .contain-post-navigation a[rel='next'] {
	float:right;
}
.sidebar a.cta {
	width:100%;
	text-align: center;
	border-radius: 4px;
}
.sidebar a.cta:after {
	display: none;
	content: '';
}


.contain-document-bank ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}


.site-info #contain-right {
	width:250px;
	float:right;
}
.widget-newsletter {
	width:100%;
}
.widget-newsletter p {
	margin-top: 0px;
	margin-left: 4px;
	margin-bottom:8px;
}
.widget-newsletter .newsletter-signup {
	background: #444;
	border:1px solid #262626;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(255,255,255,.1);
}
	.widget-newsletter .newsletter-signup input {
		font-family: 'Roboto', sans-serif;
		background:#444;
		border:none;
		width:100%;
		border-radius: 0;
		font-size: 11px;
		height:32px;
		color:#999;
		text-shadow: 0 1px 0 #000;
		line-height: 32px;
		padding:0 0 0 9px;
		text-transform: uppercase;
	}
	.widget-newsletter .newsletter-signup input:focus {
		color:#ededed;
	}
	.widget-newsletter .newsletter-signup button {
		border:none;
		border-radius: 0;
		box-shadow: none;
		background:#444;
		color:#000;
		position:absolute;
		top:0px;
		right:0px;
		height:100%;
		text-shadow: 0px 1px 0px #777;
		padding:0 11px 0 13px;
		border-left:1px solid #262626;
	}
	.widget-newsletter .newsletter-signup button:hover {
		background:#505050;
	}
	ul.social-media {
		float:left;
	}
	ul.social-media li {
		float:left;
	}
		ul.social-media li a {
			padding:0 4px;
			font-size: 14px;
		}
.gradient-line {
	width:100%;
	background: url('/assets/images/raybased-gradient.png') no-repeat center 0px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height:3px;
}
.gradient-line {
	height:1px;
	background:#dedede;
}
.gradient-line.gr {
	background: url('/assets/images/raybased-gradient.png') no-repeat center 0px;
	height:3px;
	width:100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.site-footer .footer-cta {
	border-top:1px solid #303030;
}
	.site-footer .footer-cta .col.full {
		padding-top:18px;
		border-top: 1px solid #444;
	}
.site-footer {
	background-color:#393938;
}
.site-footer .site-info {
	padding-top:74px;
	padding-bottom: 50px;
	color:#888;
}
	.site-footer ul {
		list-style-type: none;
		padding:0;
		margin:0 0 36px 0;
	}
#quote-wrapper {
	background:url('/assets/images/hand-on-device.jpg') no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding:65px 0;
}
#usps.wrapper {
	padding-top: 50px;
	padding-bottom:20px;
	text-align: center;
}
.noMarg {
	margin:0px;
}
a:focus {
	outline: none;
}


/*
	*	Produkt sida
*/


@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

.contact-form .loading-indicator{
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-animation: blink 2s ease-in-out infinite normal;
    -webkit-animation: blink 2s ease-in-out infinite normal;  
    animation: blink 2s ease-in-out infinite normal;  
}

.contact-form {
	border:1px solid #d5dadd;
	box-shadow: 0 0 0 3px rgba(230,230,240,.10);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:45px 50px 50px 50px;
	position: relative;
	overflow: hidden;
}
	.contact-form .first-col {
		width:600px;
		padding-right: 50px;
	}
	.contact-form .second-col {
		background:red;
		border-left: 1px solid #d5dadd;
		background: #fcfcfc;
		padding:32px 0px 0px 0px;
		width:312px;
		position: absolute;
		top:0px;
		right:0px;
		height:100%;
	}
		.contact-form .second-col .container {
			padding:0 0 15px 50px;
		}
	.contact-form .form-row .half {
		padding-right: 10px;
		float:left;
		width:50%;
	}
	.contact-form .form-row .half:last-child {
		padding-right:0;
		padding-left: 10px;
	}
	.contact-form label {
		color: #8e959c;
		float: left;
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		font-size: 13px;
		margin: 0 0 4px;
		padding: 0;
		width: 100%;
	}
		.contact-form label.required:after {
			content: '*';
			color:red;
		}
	.contact-form input,
	.contact-form textarea {
		border: 1px solid #e0e5e9;
		border-radius: 3px;
		box-shadow: 0 2px 0 0 #f6f6f8 inset;
		color: #2f353e;
		float: left;
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 0 1.625em;
		padding: 0.75em;
		resize: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		width: 100%;
	}
	
	.contact-form .error {
		border-color: #FFC0C0;
	}
	
	.contact-form textarea {
		height: 120px;
	}
	.contact-form input:focus,
	.contact-form textarea:focus {
		border:1px solid #adb3b9;
	}
	.contact-form .second-col h3 {
		margin-bottom: 0px;
	}
	.contact-form .second-col p {
		margin-top:4px;
		margin-bottom:25px;
	}
	.contact-form a.contactdata {
		color:#2f353e;
		font-family: 'Lato', sans-serif;
		font-size: 25px;
		font-weight: 300;
		text-decoration: none;
	}
	.contact-form blockquote {
		font-family: 'Lato', sans-serif;
		font-style: italic;
		text-indent: -4px;
		font-size:16px;
		font-weight: 200;
		margin-left: 50px;
		margin-top: 45px;
	}
		.contact-form blockquote cite {
			font-size: 13px;
			text-indent: 0;
			color:#adb3b9;
			width: 100%;
			clear: left;
			display: block;
			font-weight: 400;
			margin-top:9px;
			font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
			font-style: normal;
		}
.hero.howdoesitwork {
	height:300px;
	background-image:url('/assets/images/image-running.jpg');
	background-size: 100%;
}
.hero div.page-puff {
	width: 39%;
	margin: 0 auto;
	color: #fff;
	font-size: 32px;
	font-weight: 200;
	background: #323234;
	padding: 15px 30px;	
	border-radius: 10px;	
}
@media (max-width: 960px) {
	.hero div.page-puff {
		width: 100%;
	}
}
/*.hero div.page-puff span {		
	color: #fff;
	font-size: 32px;
	font-weight: 200;
	background: #323234;
	padding: 15px 30px;	
	border-radius: 10px;	
}*/
.hero div.page-puff a.cta {	
	text-transform: initial;
	font-size: 20px;
	font-weight: 200;
	padding: 4px 10px;
	margin: 0 0 0 30px;
    position: relative;
	top: -4px;
}
.page-template-template-contactpage .main.wrapper {
	margin-top:115px;
}
.page-template-template-leftcolmenu .main.wrapper,
.page-template-template-nyemission2017 .main.wrapper,
.page-template-default .main.wrapper,
.page-template-template-productpage .main.wrapper,
.page-template-template-newslisting #contain-newslistings.wrapper,
.page-template-template-finansiell-kalender .main.wrapper,
.page-template-template-work .main.wrapper,
.page-template-template-productlisting .main.wrapper {
	margin-top:110px;
}

.page-template-template-work .main.wrapper {
	padding-bottom:110px;
}
.hero.howdoesitwork .wrapper {
	padding-top:150px;
}
.contain-financial-calendar {
	
}
	.contain-financial-calendar .calendar-event {
		display: table;
		padding:9px 0;
	}
		.contain-financial-calendar .calendar-event .calendar-icon,
		.contain-financial-calendar .calendar-event .calendar-event-text {
			display: table-cell;
			vertical-align: middle;
		}
		.contain-financial-calendar .calendar-event .calendar-event-text {
			padding-left: 18px;
		}	
		.contain-financial-calendar .calendar-event .calendar-icon {
			text-align: center;
			background:#ededed;
			width:60px;
			height:60px;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			color:#999;
		}


.cpsi {
	display: table;
	padding:72px;
	background:#e2eadf;
	width:100%;
}
	.cpsi .cell {
		width:50%;
		display: table-cell;
		vertical-align: middle;
	}
		.cpsi .cell img {
			max-width: 350px;
		}
	.cpsi .cell:first-child {
		padding-right: 36px;
	}
	.cpsi .cell:last-child {
		padding-left: 36px;
		text-align: center;
	}
#primary-product-advantages.col.full .inner {
	padding-left: 72px;
	padding-bottom: 72px;
}
	#primary-product-advantages.col.full .inner ul {
		margin:0px;
		padding:0px;
	}
#product-sidebar {
	background:#393938;
	color:#fff;
	padding-left:25px;
	padding-right:25px;
	padding-bottom: 25px;
}

.headerphoto-container {
	margin-top:9px;
	float:left;
	width:100%;
}
.headerphoto-container img {
	max-width: 100%;
}


#product-listing {
	display: table;
}
	
	#product-listing .product-row {
		display: table-row;
	}
		#product-listing .product-row .product-image,
		#product-listing .product-row .product-content {
			display: table-cell;
			vertical-align: middle;
			border-bottom: 1px solid #dedede;
			padding-bottom: 36px;
			padding-top: 36px;
		}
		#product-listing .product-row .product-image {
			width:200px;
			text-align: center;
		}
		#product-listing .product-row .product-image img {
			width:200px;
		}
		#product-listing .product-row .product-content {
			padding-left: 36px;
		}
			#product-listing .product-row .product-content .product-title {
				margin-top:0px;
				font-size: 24px !important;
			}
			#product-listing .product-row .product-content .product-description {
				margin-bottom: 7px;
			}






	
#mobile-menu-toggle,
#mobile-nav-menu {
	display: none;
}

.related-newslisting h3 {
	    bottom: 0;
	    font-family: "Dosis";
	    font-size: 16px;
	    font-weight: 200;
	    height: 50%;
	    left: 0;
	    margin: 0;
	    opacity: 1 !important;
	    height:100% !important;
	    padding: 9px;
	    position: absolute;
	    text-transform: uppercase;
	    width: 100%;
	}



/*
	*	Mobile overrides
*/
@media screen and (max-width: 960px) {
	
	.site-content {
		min-height: 0;
	}
	#product-listing,
	#product-listing .product-row,
	#product-listing .product-row .product-image,
	#product-listing .product-row .product-content {
		display: block;
		width:100%;
		float:none;
		clear: both;
	}
	#product-listing .product-row .product-image {
		border-bottom: none;
		padding-bottom: 0;
	}
	#product-listing .product-row .product-content {
		padding-top:0;
	}
	
	
	.page-template-template-contactpage .main.wrapper,
	.page-template-default .main.wrapper {
		margin-top:65px;
	}
	.page-template-template-leftcolmenu .main.wrapper {
		margin-top:65px;
	}
	.hero,
	.hero.howdoesitwork {
		background-size: auto 100%;
		background-attachment: scroll;
		background-repeat: repeat-y;
		max-width: 100%;
	}
	.page-template-template-howdoesitwork .site-content img {
		width:100%;
	}
	.col,
	.col.full,
	.col.third,
	.col.fourth,
	.col.fifth,
	.col.fourfifths,
	.col.threefourths,
	.page-template-template-leftcolmenu .site-main .col.threefourths,
	.col.twothirds,
	.col.half,
	.tablau .col {
		padding:0px 18px;
		margin:0px;
		width:100%;
	}
	#contain-work {
		padding:0 0 0 0;
		background: red;
	}
	
	
	
	.site-header {
		top:0px;
	}
		.site-header #primary-menu,
		.site-main-header #primary-menu {
			display: none;
		}
/*
	*	Mobile menu
*/
	#mobile-nav-menu {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		opacity: 0;
		display: table;
		visibility: hidden;
		background: rgba(18,149,216,1);
		position: fixed;
		top:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
		z-index: 400;
		bottom:0;
	}
	#mobile-nav-menu.open {
		opacity: 1;
		visibility: visible;
	}
		#mobile-nav-menu a.home-btn {
			position: absolute;
			top:5px;
			left:18px;
			color:#fff;
		}
		#mobile-nav-menu .container {
			display: table-cell;
			vertical-align: middle;
		}
			#mobile-nav-menu .container ul {
				list-style-type: none;
				margin:0;
				padding:0;
				-webkit-transition: all 350ms cubic-bezier(.87,-.41,.19,1.94);
				-moz-transition: all 350ms cubic-bezier(.87,-.41,.19,1.94);
				-o-transition: all 350ms cubic-bezier(.87,-.41,.19,1.94);
				transition: all 350ms cubic-bezier(.87,-.41,.19,1.94);
				-ms-transform: scale(.7,.7);
				-webkit-transform: scale(.7,.7);
		    	transform: scale(.7,.7);
			}
			#mobile-nav-menu.open .container ul {
				margin-top: 0px;
				-ms-transform: scale(1,1);
				-webkit-transform: scale(1,1);
		    	transform: scale(1,1);
			}
				#mobile-nav-menu .container ul li a {
					color:#fff;
					text-decoration: none;
					display: block;
					text-align: center;
				}
/*
	hamburger
*/
	#mobile-menu-toggle {
		display: block;
		position: absolute;
		top:0px;
		right:0px;
		background:yellow;
	}
	#hamburger {
		width: 25px;
		height: 25px;
		position: relative;
		margin: 20px 18px;
		margin-top:40px;
		margin-right: 38px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .3s cubic-bezier(.87,-.41,.19,1.44);
		-moz-transition: .3s cubic-bezier(.87,-.41,.19,1.44);
		-o-transition: .3s cubic-bezier(.87,-.41,.19,1.44);
		transition: .3s cubic-bezier(.87,-.41,.19,1.44);
		cursor: pointer;
		z-index: 999;
		position: fixed;
		top:0px;
		right:0px;
	}
	#hamburger span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #333;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .3s cubic-bezier(.87,-.41,.19,1.94);
		-moz-transition: .3s cubic-bezier(.87,-.41,.19,1.94);
		-o-transition: .3s cubic-bezier(.87,-.41,.19,1.94);
		transition: .3s cubic-bezier(.87,-.41,.19,1.94);
	}
	#hamburger span:nth-child(1) {
		top: 0px;
	}
	#hamburger span:nth-child(2),#hamburger span:nth-child(3) {
		top: 6px;
	}
	#hamburger span:nth-child(4) {
		top: 12px;
	}
	#hamburger.open span:nth-child(1) {
		background: #fff;
		top: 6px;
		width: 0%;
		left: 50%;
	}
	#hamburger.open span:nth-child(2) {
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		height: 3px;
	}
	#hamburger.open span:nth-child(3) {
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		height:3px;
	}
	#hamburger.open span:nth-child(4) {
		background: #fff;
		height:3px;
		top: 9px;
		width: 0%;
		left: 50%;
	}
	
	
	#usps .col.third p {
		padding-top:50px;
		padding-bottom:40px;
	}
	
	
	.site-footer .site-info {
		padding-top:25px;
	}
	.site-info #contain-right {
		float:left;
		width:100%;
		padding-bottom: 30px;
	}
	.site-info #contain-left {
		padding:0;
	}
	.site-info #contain-left .col:first-child {
		text-align: center;
		padding-bottom:25px;
	}
	.site-info #contain-left .col ul li {
		text-align: center;
	}
	.site-info #contain-left .col ul li a {
		font-size: 12px !important;
	}
	.site-info #contain-left .col ul li.title a {
		font-size:14px !important;
	}
	
	
	
	
	
	/*
		*	Kontaktformul�r
	*/
	#call-to-fraction .wrapper .col:first-child {
		display: none;
	}
	#call-to-fraction {
		padding:0;
	}
	#call-to-fraction .wrapper {
		max-width: 100%;
		padding:16px 15px;
	}
	#call-to-fraction .wrapper .col.third {
		width:100%;
		margin:15px;
	}
	.form-wrapper {
		padding:0px 15px 20px;
		margin:0px;
	}
	.contact-form {
		padding:0px;
	}
	.contact-form .first-col {
		width:100%;
		padding:30px;
	}
		.contact-form .form-row .half,
		.contact-form .form-row .half:last-child {
			width:100%;
			padding:0;
		}
	.contact-form .second-col {
		position: relative;
		width:100%;
		border:none;
		border-top:1px solid #d5dadd;
		padding-bottom: 0px;
	}
	.contact-form blockquote {
		margin-left:0;
		margin-right: 0;
	}
	.page-template-page-login h1,
	#login .info-box p br {
		display: none;
	}
	.page-template-page-login {
		padding:0 15px 15px 15px;
	}
	.contact-form .second-col .container,
	.contact-form blockquote {
		padding-left: 30px;
		padding-right: 30px;
		border-bottom: none;
	}
	.contact-form .second-col .container {
		padding-left: 50px;
		padding-bottom:0px;
	}
	.contact-form .second-col .container p:last-child {
		margin-bottom:0px;
	}
	
	.related-newslisting {
		padding:0 15px;
	}
	.related-newslisting .newsrow,
	.related-newslisting .newsrow .news-image,
	.related-newslisting .newsrow .news-image img {
		max-width:100%;
		width:100%;
		background-size: cover;
		height:150px;	
	}
	.related-newslisting h3 {
		background: rgba(20, 20, 20, 0.7) none repeat scroll 0 0;
	    bottom: 0;
	    font-family: "Dosis";
	    font-size: 16px;
	    font-weight: 200;
	    height: 50%;
	    left: 0;
	    margin: 0;
	    opacity: 1 !important;
	    height:100% !important;
	    padding: 9px;
	    position: absolute;
	    text-transform: uppercase;
	    width: 100%;
	}
.page-template-template-contactpage .site-main {
	padding-top:45px;
}
.page-template-template-finansiell-kalender .contain-financial-calendar,
.contain-document-bank {
	padding-bottom:65px;
}

	
	
}

.contact-form .cover {
	background:rgba(255,255,255,.7);
}
.contact-form .cover.success {
	background:#fff;
}

.panel {
	border: 1px solid #ebebeb;
	padding: 0 15px 15px;
	margin-top: 40px;
}
.panel.panel-blue {
	border-top: 20px solid #2395d8; 
}
.panel.panel-pink {
	border-top: 20px solid #e23b85; 
}
.panel h3 {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	margin-bottom: 0;
}
.panel .contain-document-bank ul li {
	margin-top: 5px;
	font-size: 12px;
}

.box {
	padding: 20px;
	margin-bottom: 20px;
}
.box > *:first-child {
	margin-top: 0;
}
.box > p {
	margin-bottom: 0;
}
.box.box-dark {
	color: #fff;
	background: #323234;
}
.box.box-dark > p {
	color: #fff!important;
}