html {

}
body {
	background: #1e263b url("/grafik/bg.jpg") no-repeat center top fixed;
	background-size: cover;
}

/*** 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: 55px 0;
	border-top: 8px solid #373737;
}

#headerPuffs {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -62px;
}
.headerPuff {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	padding-left: 116px;
	margin-left: 30px;
}
.headerPuff,
.headerPuff a,
.headerPuff h3 {
	color: #373737;
}
.headerPuff .headerPuffIcon {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -39px;
	width: 78px;
	text-align: center;
	color: #fff;
	background: #373737;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	padding: 21px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.headerPuff .headerPuffIcon i {
	line-height: 36px;
}
.headerPuff .headerPuffInfo {
	display: block;
	position: relative;
	background: #e7e7e7;
	font-weight: 700;
	width: 205px;
	padding: 20px 30px;
}
.headerPuff .headerPuffInfo:after {
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -15px;
	border-bottom: 15px solid rgba(0, 0, 0, 0);
	border-top: 15px solid rgba(0, 0, 0, 0);
	border-left: 15px solid rgba(0, 0, 0, 0);
	border-right: 15px solid #e7e7e7;
}
.headerPuff .headerPuffInfo a {
	display: block;
	line-height: 18px;
}
.headerPuff .headerPuffInfo a:hover {
	color: #cb3232;
}
.headerPuff .headerPuffInfo a i {
	width: 14px;
	text-align: center;
	margin-right: 3px;
}
.headerPuff .headerPuffInfo h3 {
	font-size: 18px;
	margin-bottom: 9px;
}
.headerPuff .headerPuffInfo .pageContainer {
	margin-bottom: 0;
}
.headerPuff .headerPuffInfo ul {
	list-style-type: none;
}
.headerPuff .headerPuffInfo ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.headerPuff .headerPuffInfo ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-weight: 700;
	line-height: 18px;
}
.headerPuff .headerPuffInfo ul li .liLeft {
	float: left;
}
.headerPuff .headerPuffInfo ul li .liRight {
	float: right;
}

#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.hoursLabel {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}
#contactMenu a span.hoursLabel {
	font-size: 16px;
	font-weight: 600;
	padding-right: 10px;
}
#contactMenu a span.hoursContent {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50px;
    background: #fff;
    width: 220px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    right: -10px;
    z-index: 999;
    -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;
}
#contactMenu a.expanded span.hoursContent {
	opacity: 1;
    visibility: visible;
    top: 60px;
}
#contactMenu a span.hoursContent li {
	display: block;
	margin: 0;
	padding: 15px 20px;
	line-height: 18px;
	border-bottom: 1px solid #eee;
}
#contactMenu a span.hoursContent li:last-child {
	border-bottom: 4px solid #eee;
}
#contactMenu a span.hoursContent li .liLeft {
	float: left;
}
#contactMenu a span.hoursContent li .liRight {
	float: right;
}
#contactMenu a span.hoursContent .pageContainer {
	margin-bottom: 0;
}
#contactMenu a span.hoursContent .pageContainer:after,
#contactMenu a span.hoursContent .pageContainer ul:after,
#contactMenu a span.hoursContent .pageContainer ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*** CONTENT */

#content {
	padding: 30px;
	background: #fff;
}
#content #mainCol {
	width: 70.37037037037%;
	float: left;
}
#content #secCol {
	width: 26.851851851852%;
	float: right;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content #mainInner {
	padding: 0;
}
/*#content #mainCol.wideCol,*/
.widePage #content #mainCol {
	width:100%;
	float:left;
}
.widePage #content #mainInner/*,
#content #mainCol.wideCol #mainInner*/ {
	padding: 40px 100px;
}
#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: 0;
	background: #fff;
}
ul#startPuffs li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 0 30px 0;
	width: 100% !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:hover .puffMainImg {
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
}
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: #cb3232;
	font-size: 20px;
	line-height: 24px;
	padding: 18px 70px 18px 20px;
}
ul#startPuffs li:hover h2 a {
	
}
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:#1e1e1e;
}
ul#startPuffs li .inner a.puffBtn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 30px;
	width: 60px;
	color: #fff;
	background: #b62d2d;
	text-align: center;
}
ul#startPuffs li .inner a.puffBtn i {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	width: 60px;
	text-align: center;
}
ul#startPuffs li:hover .inner a.puffBtn {
	padding-right: 20px;
}

/*** NYHETER BUBBLE-STYLE */

.newsBillsWrap {
	display: block;
	margin: 0;
}
.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: 30px;
}
.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: 15px;
	color: #1e1e1e;
	font-weight: 600;
}
.newsBills ul li .text h3 a:hover {
	color: #1e1e1e;
}
.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.news-date-container {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 60px;
	background: #cb3232;
	padding: 0;
}
.newsBills ul li span.news-date {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 31px;
	width: 60px;
	color: #FFF;
	background: #cb3232;
	text-align: center;
	padding: 0;
}
.newsBills ul li:hover span {
	
}
.newsBills ul li span p {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}
.newsBills ul li .news-content {
	padding: 20px 20px 20px 80px;
	background: #e7e7e7;
}
.newsBills ul li .news-content p {
	
}
.newsBills ul li .newsBtn {
	display: block;
}

/*** SIDFOT */

#footer-outer {
	
}
#footer-inner {
	
}
#footer {
	color: #fff;
	background: #373737;
	position: relative;
	padding: 30px;
}
#footer-inner .pageContainer {
	
}
#footer-inner,
#footer-inner a,
#footer-inner p {
	color: #fff;
	font-size: 14px;
}
#footer-inner a:hover {
	color: #cb3232;
}
#footer-inner h3,
#footer-inner h4 {
	color: #fff;
	margin-bottom: 10px;
}
#footer-inner h3 { font-size: 24px; }
#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: #cb3232;
	color: #fff;
}
#copyrightLink a {
	color: rgba(255,255,255,1);
}
#copyrightLink a:hover {
	color: rgba(255,255,255,0.6);
}

/*** 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: #cb3232;
	cursor: pointer;
}
#subMenuButton.expanded {
	background: #cb3232;
}
#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: #cb3232;
	color: #FFF;
	padding: 10px 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: #1e1e1e;
}
#content ul#subMenu li a:hover,
#content ul#subMenu li a.current {
	color: #373737;
	background-color:#E2E2E2;
	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;
}

ul#galleryPuffSlide,
ul#galleryPuffSlide li {
	list-style:none;
	padding:0;
	margin:0;
}
ul#galleryPuffSlide {
}
ul#galleryPuffSlide li {
}
