html {

}
body {
	background: #f2f2f2 url("/grafik/bg.jpg") no-repeat center top fixed;
}

/*** 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;
}

/*** SIDHUVUD */

#header-outer {
	
}
#header {
	background: #FFF;
	position: relative;
	padding: 30px 0;
}

#contactHeader {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 30px;
}
#contactHeader a {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	width: 40px;
	font-size: 15px;
	margin-left: 9px;
	text-align: center;
	color: #d85904;
	background: #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#contactHeader a:hover {
	color: #fff;
	background: #d85904;
}
#contactHeader a.contactPhone {
	
}
#contactHeader a i {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
#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 {
	background: #fff;
}
#header-outer + #wrap #content {
	border-top: 2px solid #eee;
}
#content #mainCol {
	width: 50%;
	float: left;
}
#content #secCol {
	width: 50%;
	float: right;
	padding: 0 30px 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content #mainInner {
	padding: 0 30px 30px;
}
#content #mainCol.wideCol,
.widePage #content #mainCol {
	width:100%;
	float:left;
}
.widePage #content #mainInner,
#content #mainCol.wideCol #mainInner {
	padding: 70px 100px;
}
#content #mainCol.wideCol #mainInner.startpage {
	padding: 0 30px 30px;
	text-align: center;
}
#content #mainInner img {
	max-width: 100% !important;
	height: auto !important;
}
.column-2 {
	float: left;
	width: 48.611111111111%;
	margin: 0 2.777777777778% 30px 0;
	padding: 70px 0 40px 60px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.column-2:nth-child(2n) {
	margin-right: 0;
	padding: 70px 60px 40px 0;
}
.column-3 {
	float: left;
	width: 31.48148148148133%;
	margin: 0 2.777777777778% 30px 0;
}
.column-3:nth-child(3n) {
	margin-right: 0;
}

#mainHeading {
	display: block;
	text-align: center;
	position: relative;
}
#mainHeading:after {
	position: absolute;
	content: "";
	top: 50%;
	right: -30px;
	left: -30px;
	margin-top: -1px;
	height: 2px;
	background: #f4f4f4;
	z-index: 2;
}
#mainHeading h2 {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	color: #d85904;
	font-size: 30px;
	margin-bottom: 0;
	background: #f4f4f4;
	line-height: 60px;
	padding: 0 25px;
	z-index: 3;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

#startText {
	padding: 40px 30px;
	background: #f4f4f4;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

.btnStandard {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	color: #d85904;
	background: #f4f4f4;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	line-height: 40px;
	padding: 0 20px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-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: #d85904;
}

/*** 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: #d85904;
	font-size: 20px;
	line-height: 24px;
	padding: 20px 15px;
	text-align: center;
}
ul#startPuffs li:hover h2 a {
	color: #fff;
	background: #323231;
}
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:#444444;
}
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;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#slideRight .newsBillsWrap {
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow-y: auto;
	margin: 30px 0;
	padding: 0 30px;
}
.newsBills ul, 
.newsBills ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.newsBills ul li {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.newsBills ul li:last-child {
	margin-bottom: 0px;
}
.newsBills ul li .text {
	display: block;
}
.newsBills ul li img.tn {
	float: left;
	margin: 0 10px 0 0;
}
.newsBills ul li h3 {
	margin-bottom: 5px;
}
.newsBills ul li h3, 
.newsBills ul li h3 a {
	font-size: 16px;
	color: #d85904;
}
.newsBills ul li .text h3 a:hover {
	color: #444444;
}
.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 span.newsDate {
	font-family: 'Titillium Web', sans-serif;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}
.newsBills ul li:hover span {
	
}
.newsBills ul li span p {
	
}
.newsBills ul li .news-content {
	
}
.newsBills ul li .news-content p {
	margin-bottom: 0;
}
.newsBills ul li .newsBtn {
	display: block;
}

/*** SIDFOT */

#footer-outer {
	
}
#footer-inner {
	
}
#footer {
	color: #fff;
	background: #d85904;
	position: relative;
	padding: 50px 50px 30px;
}
#footer-inner .pageContainer {
	
}
#footerText,
#footer-inner,
#footer-inner a,
#footer-inner p {
	color: #fff;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
}
#footer {
	text-align: center;
}
#footerText {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
#footerText span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	line-height: 30px;
}
#footerText .bullet {
	margin: 0 14px;
}
#footer-inner h3,
#footer-inner h4,
#footer-inner a:hover {
	color: #FFCBA7;
}
#footer-inner h3 { font-size: 28px; }
#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 2.777777777778% 0 0;
	width: 31.48148148148133% !important;
	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: 20px;
	text-align: center;
	background: #C75204;
	color: #fff;
}
#copyrightLink a {
	color: rgba(255,255,255,1);
}
#copyrightLink a:hover {
	color: #FFCBA7;
}

/*** 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: #d85904;
	cursor: pointer;
}
#subMenuButton.expanded {
	background: #d85904;
}
#subMenuButton span {
	float: left;
	padding: 15px;
	color: #FFF;
	padding-left: 40px;
	position: relative;
}
#subMenuButton span i {
	position: absolute;
	top: 50%;
    left: 15px;
    margin-top: -10px;
	font-size: 20px;
	-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-size: 16px;
	background: #d85904;
	color: #FFF;
	padding: 15px;
}
#content #subMenuWrap h2 i {
	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:10px 15px;
	color: #444444;
}
#content ul#subMenu li a:hover,
#content ul#subMenu li a.current {
	color: #323231;
	background-color:#ededed;
	position: relative;
	padding-left: 25px;
}
#content ul#subMenu li a:after {
	content: "";
	display: block;
	position: absolute;
	right: -7px;
	top: 12px;
	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;
}
