html {

}
body {
	background: #f4f4f4 url('/grafik/bg.jpg') no-repeat center top fixed;
	background-size: cover;
	padding-top: 110px;
}
body#loginPage {
	padding-top: 0;
}

/*** Containers */

.outer-container:after,
.inner-container:after,
#mainInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.outer-container {
	width: 100%;
	display: block;
	clear: both;
}
.inner-container {
	display: block;
	clear: both;
	width: 1140px;
	margin: 0px auto;
}
.right {
	float: right;
}
.left {
	float: left;
}

.btnStandard {
	display: inline-block;
	*display: inline;
	zoom: 1;
	border: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background: #7DBE7D;
    border-bottom: 2px solid #6FA36F;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btnStandard:hover {
	color: #fff;
    background: #639763;
    border-color: #406140;
}
.btnRed {
	background: #B84242;
    border-bottom: 2px solid #832E2E;
}
.btnRed:hover {
    background: #8D3232;
    border-color: #5C1F1F;
}

/*** LOGIN */

#loginOuter {
	display: table;
	width: 400px;
	height: 100vh;
	margin: 0 auto;
}
#loginInner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
#login {
	background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.loginContainer {
	padding: 20px;
}
#loginHeader {
	background: #eee;
	text-align: center;
}
#login p {
	margin-bottom: 10px;
}
#login label {
	display: block;
	color: #888;
}
#login label input {
	display: block;
	width: 100%;
	padding: 10px;
	margin-top: 3px;
	border: 1px solid #D6D6D6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#login .loginBtn {
	line-height: 35px;
	margin: 10px 0 0;
}

#loginLinks {
	padding: 30px;
	text-align: center;
}
#loginLinks p {
	margin-bottom: 20px;
}
.loginLink {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	background: #fab00f;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	border-bottom: 2px solid #c58b0b;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.loginLink:last-of-type {
	margin-bottom: 0;
}
.loginLink:hover {
	filter: brightness(1.1);
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	-o-filter: brightness(1.1);
	-ms-filter: brightness(1.1);
}
.loginLink .loginLinkImg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 150px;
	background: #e8a40f;
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.loginLink .loginLinkImg img {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 10px;
	width: 130px;
}
.loginLink .loginLinkText {
	padding-left: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
}

/*** SIDHUVUD */

#fixedHeader {
	position: fixed;
	top: 0; right: 0; left: 0;
	z-index: 990;
}

.loggedInBox {
	background: #333;
	padding: 10px 15px;
	line-height: 28px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#companyBtn,
#menu .btnRed,
.loggedInBox .btnRed {
	padding: 0 10px;
	line-height: 26px;
	margin-left: 10px;
}
.loggedInBox div {
	color: #aaa;
}

.loggedInBox #companyBtn {
	display: none;
	background: #737373;
	border-color: #555;
}

#menu .signedInAs {
	display: none;
	margin: 6px 15px 0 0;
}

.left #homeLink,
ul.groupLinks {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

ul.groupLinks {
	font-size: 0;
	margin-left: 30px;
}
ul.groupLinks li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	list-style-type: none;
	margin: 0;
	margin-right: 15px;
}
ul.groupLinks li a {
	color: #aaa;
	display: block;
	position: relative;
	padding-left: 20px;
}
ul.groupLinks li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "\F08C";
	font: normal normal normal 14px/1 "Black Tie";
	font-size: 16px;
	font-weight: 900;
	margin-top: -8px;
	color: #4c4c4c;
	z-index: 10;
}
ul.groupLinks li.active a:before {
	content: "\F013";
}
ul.groupLinks li a:after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -6px;
	left: 2px;
	width: 12px;
	height: 12px;
	background: #ffb514;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 5;
}

#header-outer {
	
}
#header {
	background: #FFF;
	position: relative;
	padding: 35px 0;
}

#contactHeader {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	right: 30px;
}
#contactHeader a {
	position: relative;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding-right: 30px;
	margin-bottom: 15px;
	text-align: right;
}
#contactHeader a.contactPhone {
	margin-bottom: 0;
}
#contactHeader a i {
	position: absolute;
	font-size: 22px;
	width: 22px;
	text-align: center;
	top: -1px;
	right: 0;
}
#contactHeader a:hover {
	
}

#header #homeLink {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	max-width: 80%;
	margin-left: 30px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#homeLink img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	max-width: 100%;
}

/*** Meny */

#contactMenu {
	display: none;
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 60px
}
#contactMenu a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	color: #fff;
	font-size: 20px;
	margin-left: 8px;
}
#contactMenu a:hover {
	color: #fff;
}
#contactMenu a i,
#contactMenu a span {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}
#contactMenu a span {
	font-size: 16px;
	font-weight: 600;
	padding-right: 10px;
}

/*** CONTENT */

#content {
	padding: 50px;
	background: #fff;
}
#content #mainCol {
	width: 60%;
	float: left;
}
#content #secCol {
	width: 40%;
	float: right;
	padding: 0 0 0 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content #mainInner {
	
}
#content #mainCol.wideCol,
.widePage #content #mainCol {
	width:100%;
	float:left;
}
#content #mainInner img {
	max-width: 100% !important;
	height: auto !important;
}
.column-2 {
	float: left;
	width: 48.611111111111%;
	margin: 0 2.777777777778% 30px 0;
}
.column-2:nth-child(2n) {
	margin-right: 0;
}
.column-3 {
	float: left;
	width: 31.48148148148133%;
	margin: 0 2.777777777778% 30px 0;
}
.column-3:nth-child(3n) {
	margin-right: 0;
}

/*** STARTPUFFAR */

ul#startPuffs, ul#startPuffs li {
	margin:0;
	padding:0;
	list-style:none;
}
ul#startPuffs {
	display: block;
	font-size: 0;
	padding: 30px;
	background: #fff;
}
ul#startPuffs li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 2.777777777778% 0 0;
	width: 31.48148148148133% !important;
	font-size: 14px;
}
ul#startPuffs li:nth-child(3n) {
	margin-right:0;
}
ul#startPuffs li .inner {
	
}
ul#startPuffs li .puffMainImg {
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	padding: 71.3% 0 0 0;
	overflow: hidden;
	background: #eee;
	background-size: cover !important;
}
ul#startPuffs li .inner div.introButton {
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul#startPuffs li h2 {
	margin: 0 0 0 0;
}
ul#startPuffs li h2 a {
	display: block;
	position: relative;
	color: #FFF;
	background: #de006e;
	font-size: 24px;
	line-height: 24px;
	padding: 20px 15px;
	text-align: center;
}
ul#startPuffs li:hover h2 a {
	color: #fff;
	background: #333;
}
ul#startPuffs li div.introButton p {
	display: block;
	margin:0;
	padding:0;
}
ul#startPuffs li div.introButton p, 
ul#startPuffs li div.introButton p a {
	color:#4d4d4d;
}
ul#startPuffs li .inner .puffBtn a {
	position: absolute;
	display: none;
}
ul#startPuffs li .inner:hover .puffBtn a {
	
}

/*** NYHETER BUBBLE-STYLE */

.newsBillsWrap {
	display: block;
	margin: 0;
}
.newsBillsWrap h2 {
	color: #aaa;
	background: #333;
	font-size: 20px;
	padding: 15px 20px;
	margin-bottom: 0;
}
.newsBills ul, 
.newsBills ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.newsBills ul li {
	position: relative;
	display: block;
	padding: 20px;
	margin-bottom: 0;
	background: #eee;
}
.newsBills ul li:nth-child(2n) {
	background: #f5f5f5;
}
.newsBills ul li .text {
	display: block;
}
.newsBills ul li img.tn {
	float: left;
	margin: 0 10px 0 0;
}
.newsBills ul li h3 {
	margin-bottom: 10px;
}
.newsBills ul li h3, 
.newsBills ul li h3 a {
	font-size: 18px;
	color: #4d4d4d;
	font-weight:600;
}
.newsBills ul li .text h3 a:hover {
	color: #ffb514;
}
.newsBills ul li span,
.newsBills ul li span p {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.newsBills ul li .news-content p {
	margin-bottom: 10px;
}
.newsBills ul li .date {
	margin-right: 15px;
}
.newsBills ul li .date,
.newsBills ul li .newsBtn {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #333333;
}
.newsBills ul li .newsBtn:hover {
	color: #ffb514;
}
.newsBills ul li .date i,
.newsBills ul li .newsBtn i {
	color: #ffb514;
	margin-right: 3px;
}

#newsArchiveBtn {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: #ddd;
    color: #333;
    padding: 14px 0;
}
#newsArchiveBtn:hover {
	color: #fff;
	background: #333;
}

/*** SIDFOT */

#footer-outer {
	
}
#footer-inner {
	
}
#footer {
	color: #ccc;
	background: #333;
	position: relative;
	padding: 50px;
}
#footer-inner .pageContainer {
	
}
#footer-inner,
#footer-inner a,
#footer-inner p {
	color: #ccc;
	font-size: 14px;
}
#footer-inner h3,
#footer-inner h4,
#footer-inner a:hover {
	color: #ffb514;
}
#footer-inner h3 { font-size: 20px; }
#footer-inner h4 { font-size: 14px; }

#footer ul {
	font-size: 0;
}
#footer ul .footer-column {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 4.807692307692% 0 0;
    width: 30.12820512820533%;
	font-size: 14px;
	list-style-type: none;
}
#footer ul .footer-column:nth-child(3n) {
	margin-right: 0;
	text-align: center;
}
#footer ul .footer-column img {
	max-width: 80% !important;
	height: auto !important;
}
#footer ul .footer-column #social {
	margin-top: 25px;
}

#copyrightLinkOuter {
	overflow: hidden;
}
#copyrightLinkInner {
	width: 1140px;
	overflow: hidden;
	margin: 0 auto;
}
#copyrightLink {
	padding: 40px 30px;
	text-align: center;
	background: #2b2b2b;
	color: #ccc;
}
#copyrightLink a {
	color: #ccc;
}
#copyrightLink a:hover {
	color: #fff;
}

/*** Scroll top */
#to-top {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 0;
	top: auto;
	width: 69px;
	height: 69px;
	z-index: 996;
	cursor: pointer;
}
#to-top.to-top-show {
	display: block;
}
#to-top-text {
	position: fixed;
	width: 45px;
	height: 50px;
	right: 20px;
	bottom: 20px;
	background: rgba(0,0,0,0.3);
	color: #FFF;
	font-size: 24px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#to-top-text:hover {
	background: rgba(0,0,0,0.8);
}
#to-top-text i {
	width: 45px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#to-top-text i.angle-1 {
	top: 12px;
}
#to-top-text i.angle-2 {
	top: 52px;
}
#to-top-text:hover i.angle-1 {
	top: -32px;
}
#to-top-text:hover i.angle-2 {
	top: 12px;
}

/*** UNDERMENY */
#subMenuButton {
	display: none;
	width: 100%;
	background: #333;
	cursor: pointer;
}
#subMenuButton.expanded {
	background: #333;
}
#subMenuButton span {
	float: left;
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #FFF;
	padding-left: 40px;
	position: relative;
}
#subMenuButton span i {
	position: absolute;
	top: 50%;
    left: 15px;
    margin-top: -10px;
	font-size: 20px;
	color: #ffb514;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#subMenuButton.expanded span i {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
#content #subMenuWrap {
	float: left;
	width: 30%;
	margin: 0 0 30px 0;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content #subMenuWrap h2 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	background: #333;
	color: #FFF;
	padding: 15px;
}
#content #subMenuWrap h2 i {
	color: #ffb514;
	margin: 0 5px 0 0;
}
#content ul#subMenu {
	display: block;
	margin: 0;
	background: #f5f5f5;
}
#content ul#subMenu,
#content ul#subMenu li {
    margin: 0;
	padding:0;
	list-style:none;
}
#content ul#subMenu li {
	display: block;
    margin: 0;
}
#content ul#subMenu li a {
	display: block;
	position: relative;
	padding:12px 15px;
	color: #333;
}
#content ul#subMenu li a:hover,
#content ul#subMenu li a.current {
	color: #333;
	background-color:#ebebeb;
	position: relative;
	padding-left: 25px;
}
#content ul#subMenu li a:after {
	content: "";
	display: block;
	position: absolute;
	right: -7px;
	top: 50%;
	margin-top: -7px;
	border-bottom: 7px solid rgba(0, 0, 0, 0);
	border-top: 7px solid rgba(0, 0, 0, 0);
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#content ul#subMenu li a:hover:after,
#content ul#subMenu li a.current:after {
	right: 0px;
}
.subMenuRight {
	float: right;
	width: 70%;
}


ul#newsPics,
ul#newsPics li,
ul#newsThumbs,
ul#newsThumbs li {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#newsPics {
	position:relative;
}
ul#newsPics li {
	display:none;
}
ul#newsPics li.active {
	display:block;
}
ul#newsPics li .captionWrap {
	position:absolute;
	bottom:4px;
	left:0;
	width:100%;
	display:block;
	background: url(/grafik/alpha_black_60.png);
}

ul#newsPics li span {
	display:block;
	padding:10px;
}
ul#newsPics li span,
ul#newsPics li span a {
	font-size:13px;
	color:#fff;
}
ul#newsThumbs {
	padding:10px 0 10px 0;
	margin: 0 0 15px;
	border-bottom:1px solid #ccc;
}
ul#newsThumbs li {
	float:left;
	cursor:pointer;
	margin:0 12px 12px 0;
}
ul#newsThumbs li img {
	display:block;
}
ul#newsThumbs li.active {
	cursor:default;

	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}
