/*---------------------------------------------------------------------------------
   Site: 
   COPYRIGHT (c) ASKAS INTERNET- & REKLAMBYRA AB 1997-2018. ALL RIGHTS RESERVED.
---------------------------------------------------------------------------------*/
@media screen and (max-width: 850px) {
	.header {padding:10px !important; border-bottom:1px solid #eee;}
	.logo img { max-height:22px;}
	.soktoggle, .mobilenav-icon {font-size:20px;}
	.mobilenav-icon {display:block !important; cursor:pointer; float:left; padding:0 15px 0 0; line-height:32px;}
	.mobilenav-icon::after {content:"\f0c9";}
	.soktoggle::after {content:"\f002";}
	.Onskelista_count {margin:5px 7px 0 0 !important}
	.plupp .fa-heart {font-size:23px;}
	.pluppText {width:26px !important; height:26px !important;}
}


/*------------------------
   WEB FONTS
-------------------------*/


@font-face {
	font-family: 'SofiaProLight';
	src: url('../fonts/SofiaPro-Light.eot');
	src: url('../fonts/SofiaPro-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SofiaPro-Light.woff2') format('woff2'),
	url('../fonts/SofiaPro-Light.woff') format('woff')}

@font-face {
	font-family: 'SofiaProSemiBold';
	src: url('../fonts/SofiaPro-SB.eot');
	src: url('../fonts/SofiaPro-SB.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SofiaPro-SB.woff2') format('woff2'),
	url('../fonts/SofiaPro-SB.woff') format('woff')}

@font-face {
	font-family: 'DomaineDisplay';
	src: url('../fonts/DomaineDisplayWeb-Medium.eot');
	src: url('../fonts/DomaineDisplayWeb-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/DomaineDisplayWeb-Medium.woff2') format('woff2'),
	url('../fonts/DomaineDisplayWeb-Medium.woff') format('woff')}


/*------------------------
   GENERELL
-------------------------*/
html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #FBFBFA;
	color: rgba(0, 0, 0, 0.75);
	font-family: SofiaProLight;
	font-size:0.95em;
	line-height:1.5em;
	letter-spacing: 0.3px;
	text-align: left;
}
/* html {-ms-overflow-x:hidden !important;} */



* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* font smoothing */


img {max-width:100%; height:auto; border:0;}
ul {padding:0; margin:0;}
header,footer,nav,main,aside,article,figure,figcaption,section,picture {display:block;}
figure {margin:0;}
body, textarea, input {font-family: SofiaProLight, Helvetica, sans-serif; font-size:15px; color:#000; font-weight:300;}
a {text-decoration: none;}






/*------------------------
   GRID
-------------------------*/
/* SECTION */
section, .section {clear:both; margin:0; max-width:1280px;}
section, .section, .wrapper {margin:0 auto;}

/* COLUMN */
.col {display:block; float:left; margin:1% 0 1% 1.6%;}
.col:first-child, .s_12_of_12 {margin-left:0;}
.no-R-margin {margin-right:0;}

/* GROUP */
.group:before, .group:after {content:""; display:block; clear:both; visibility:hidden;}
*, *:before, *:after {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

/* GRID */
.s_12_of_12 {width:100%} .s_11_of_12 {width:91.46%} .s_10_of_12 {width:83%} .s_9_of_12 {width:74.54%} .s_8_of_12 {width:66.08%} .s_7_of_12 {width:57.62%} .s_6_of_12 {width:49.10%} .s_5_of_12 {width:40.7%} .s_4_of_12 {width:32.24%} .s_3_of_12 {width:23.78%} .s_2_of_12 {width:15.32%} .s_1_of_12 {width:6.86%}

/*------------------------
   MAIN TEMPLATE
-------------------------*/
/* LOADING */ 
#loading-overlay {display:none;}
.loading #loading-overlay {display:block; width:100%; height:100%; position:fixed; background:#fff; z-index:4;}
@keyframes air-loading {0% {-webkit-transform:rotate(0deg); transform:rotate(0deg);} 100% {-webkit-transform:rotate(360deg); transform:rotate(360deg);}}
@-webkit-keyframes air-loading {0% { -webkit-transform:rotate(0deg); transform:rotate(0deg);} 100% {-webkit-transform:rotate(360deg); transform:rotate(360deg);}}
.air-loading {position:fixed; top:50%; left:50%; margin-top:-40px; margin-left:-70px;}
.air-loading div, .air-loading div:after {position:absolute; width:148px; height:148px; border:8px solid #999999; border-top-color:transparent; border-radius:50%;}
.air-loading div {-webkit-animation:air-loading 1s linear infinite; animation:air-loading 1s linear infinite; top:100px; left:100px;}
.air-loading div:after {-webkit-transform:rotate(90deg); transform:rotate(90deg);}
.air-loading {width:80px!important; height:80px!important; -webkit-transform:translate(-40px, -40px) scale(0.4) translate(40px, 40px); transform:translate(-40px, -40px) scale(0.4) translate(40px, 40px);}

/* HEADER */
.header {padding:28px 0; border-bottom: 1px solid rgba(0,0,0, 0.15);}
.header .section {position:relative;}
.header-wrapper {width:100%; z-index:5; }
.headroom--not-top.headroom--pinned {background:rgba(255, 255, 255, 0.6);}
.headroom--unpinned {-webkit-transform:translateY(-120%); -ms-transform:translateY(-120%); -moz-transform:translateY(-120%); transform:translateY(-120%);}
.headroom {-webkit-transition:transform .4s ease-in-out; -ms-transition:transform .4s ease-in-out; -moz-transition:transform .4s ease-in-out; transition:transform .4s ease-in-out; will-change:transform;}
.headroom--pinned {-webkit-transform:translateY(0); -ms-transform:translateY(0); -moz-transform:translateY(0); transform:translateY(0);}
.mobilenav-icon, .soktoggle, .inloggningsruta {display:none;}
.inloggning, .inloggningDS {display:inline-block; float:left; line-height:40px; cursor:pointer; font-size:13px; padding:0 10px;}
.inloggning::hover, .inloggningDS::hover {background:#f1f1f1;}
.inloggningDS a {padding:0 !important;}
.loginpass {font-size:12px; text-transform:uppercase;}
.inloggning::before, .inloggningDS::before {content:"\f007"; font-size:14px; line-height:normal; padding:0 2px 0 0;}
.Onskelista_count {margin:5px 15px 0 0;}
.plupp {position:relative;}
.pluppText {position:absolute; left:0; bottom:0; display:block; float:none; width:30px; height:28px; line-height:28px; padding:0; text-align:center; font-size:12px; color:#fff;}
.plupp i {font-size:27px; color:#333;}

/* WRAPPER */
#bodywrapper {min-height:100%; position:relative;}
.wrapper {width:100%; padding-top:0px;}
#main {margin:0 0 0;}
.breadcrumb {margin:18px auto 0 auto;}
.dimmer.active, .dimmer2.active, .dimmeractive .dimmer, .dimmeractive .header-wrapper:after {content:''; width:100%; background:rgba(100, 100, 100, 0.6); display:block; height:100%; position:fixed; top:0; left:0; z-index:4;}
.dimmer2.active {z-index:5;}
.startwrapper {margin-top: 0px;}

/* FOOTER */
.footer {margin-top:32px; padding:40px 0; width:100%; border-top: 1px solid rgba(0, 0, 0, 0.15); -webkit-align-self:flex-end; -ms-flex-item-align:end; align-self:flex-end;}
.askas {margin:20px 0; width:100%;}



/*------------------------
   PROPERTIES
-------------------------*/

.white {background:#fff}
.whiter {background:rgb(255,255,255); background:rgba(255,255,255,0.97);}
.lightgrey {background:rgba(0, 0, 0, 0.05);}
.darkgrey {background:#333}
.black {background:#000}
.primcolor {background:#90a0b0}
.seccolor {background:#444}
.whitetext, .whitetext a {color:#fff;}
.blacktext, .blacktext a {color:#000;}
.left {float:left;}
.right {float:right;}
.block {display:block;}
.iblock {display:inline-block;}
.center {text-align:center;}
.textL {text-align:left;}
.textR {text-align:right;}
.relative {position:relative;}
.ten {padding:10px}
.twenty {padding:20px}
.margTBcol {margin:1.2% 0}
.margTcol {margin:1.2% 0 0}
.margBcol {margin:0 0 1.2%}
.margTR{margin: 10px 10px 0 0;}
.margTB {margin:10px 0}
.margT {margin:10px 0 0}
.margB {margin:0 0 10px}
.margB10 {margin:0 0 10px}
.marg0 {margin:0}
.paddTB {padding:1.2% 0}
.paddT {padding:1.2% 0 0}
.paddB {padding:0 0 1.2%}
.border {border:1px solid #f1f1f1}
.borderT {border-top:1px solid #f1f1f1}
.borderB {border-bottom:1px solid #f1f1f1}
.borderTB {border-top:1px solid #f1f1f1; border-bottom:1px solid #f1f1f1}
.shadow {-moz-box-shadow:1px -2px 10px #444; -webkit-box-shadow:1px -2px 10px #444; box-shadow:1px -2px 10px #444;}
.radius {-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.desktop {display:block !important;}
.mobile {display:none !important;}
.none {display:none !important;}
.visible{visibility: visible !important;}
.flexW {display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.flexWB {display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.flex {display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;}

/* SPL */
.Fraktmetoder_Validering {display: none !important;}
.spl_wrapper select {padding-right: 30px;}