/*
Theme Name: Hemslöjd 2019
Theme URI: https://wonderfour.se
Author: WONDERFOUR W4 Webbyrå Stockholm
Author URI: https://wonderfour.se/
*/

@font-face {
    font-family: 'OPTIRailroadGothic';
    src: url('fonts/OPTIRailroadGothic.eot');
    src: url('fonts/OPTIRailroadGothic.eot?#iefix') format('embedded-opentype'),
        url('fonts/OPTIRailroadGothic.woff2') format('woff2'),
        url('fonts/OPTIRailroadGothic.woff') format('woff'),
        url('fonts/OPTIRailroadGothic.ttf') format('truetype'),
        url('fonts/OPTIRailroadGothic.svg#OPTIRailroadGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
	font-family: 'RailroadGothicPro';
	src: url('fonts/38B318_0_0.eot');
	src: url('fonts/38B318_0_0.eot?#iefix') format('embedded-opentype'),
		url('fonts/38B318_0_0.woff2') format('woff2'),
		url('fonts/38B318_0_0.woff') format('woff'),
		url('fonts/38B318_0_0.ttf') format('truetype');
}
*/


form #mce-success-response, form #mce-error-response{
	border: solid 1px black;
	padding: 5px;
	margin-bottom: 10px;
}

/**
 * Table of Contents:
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
textarea {
	border:none;
	color: #1a171b;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="radio"]{
    -webkit-appearance: radio;
}

body {
	background-color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Merriweather', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	
	-webkit-font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum';
	-ms-font-feature-settings: 'lnum';
	padding-top: 60px;
}

a {
	color: #1a171b;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {

}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="radio"] {
	padding: 0;
}

input[type="checkbox"]{
	-webkit-appearance: checkbox;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #1a171b;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #1a171b;
	color: #fff;
	text-shadow: none;
}

/**
*TRANSITIONS
*/
.bgtransition{
	-webkit-transition : background 150ms ease-out;
  	-moz-transition : background 150ms ease-out;
  	-o-transition : background 150ms ease-out;
  	transition : background 150ms ease-out;
}
.widthtransition{
	-webkit-transition : width 250ms ease-out;
  	-moz-transition : width 250ms ease-out;
  	-o-transition : width 250ms ease-out;
  	transition : width 250ms ease-out;
}
.heighttransition{
	-webkit-transition : height 250ms ease-out;
  	-moz-transition : height 250ms ease-out;
  	-o-transition : height 250ms ease-out;
  	transition : height 250ms ease-out;
}
.bgcolortransition{
	-webkit-transition : background-color 250ms ease-out;
  	-moz-transition : background-color 250ms ease-out;
  	-o-transition : background-color 250ms ease-out;
  	transition : background-color 250ms ease-out;
}
.colortransition{
	-webkit-transition : color 250ms ease-out;
  	-moz-transition : color 250ms ease-out;
  	-o-transition : color 250ms ease-out;
  	transition : color 250ms ease-out;
}
.bordercolortransition{
	-webkit-transition : border-color 250ms ease-out;
  	-moz-transition : border-color 250ms ease-out;
  	-o-transition : border-color 250ms ease-out;
  	transition : border-color 250ms ease-out;
}

.opacitytransition{
	-webkit-transition : opacity 250ms ease-out;
  	-moz-transition : opacity 250ms ease-out;
  	-o-transition : opacity 250ms ease-out;
  	transition : opacity 250ms ease-out;
}
.toptransition{
	-webkit-transition : top 250ms ease-out;
  	-moz-transition : top 250ms ease-out;
  	-o-transition : top 250ms ease-out;
  	transition : top 250ms ease-out;
}



.uppercase{
	text-transform: uppercase;
}	

.positionrelative{
	position: relative;
}
.positionabsolute{
	position: absolute;
}
.inlineblock{
	display: inline-block;
}

.wline{
	background-color: white;
	height: 7px;
	display: block;
	margin-bottom: 25px;
}
.wline.yellow{
	background-color: #a13c3c;
}
.wline.black{
	background-color: #1a171b;
}
.wline.w70{
	width: 70px;
}
.wline.w90{
	width: 50px;
}
.wline.w100p{
	width: 100%;
}
.wline.w120{
	width: 100px;
}
.wline.w170{
	width: 85px;
}
.wline.w350{
	width: 200px;
}


.desktoptext{
	display: none;	
}
.mobiletext{
	display: inline;	
}



/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
	text-align: left;
	border-style: none;
	color: #1a171b;
	padding: 10px 18px 10px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	border: solid 2px #dadada;
	text-transform: left;
	background: none;
	/*font-family: 'Trocchi', sans-serif;*/
	font-family: 'Source Sans Pro';
	font-weight: 600;
	background-color: white;
}

textarea {
	width: 100%;
	line-height: 16px;
}

input:focus,
textarea:focus {
	outline: 0;
}

button,
.button,
.entry-content .button,
.wpcf7-submit,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	border:none;
	cursor: pointer;
	background-color: #1a171b;
	color: white;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0em;
	padding: 14px 35px 14px;
	vertical-align: bottom;
	display: inline-block;
  	border-color: #1a171b;
  	position: relative;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	border: solid 1px #1a171b;
}
button:hover,
.button:hover,
.entry-content .button:hover,
.wpcf7-submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	color: white;
	background-color: #cfd2d7;
	border-color: #cfd2d7;
}

.button.nobg{
	color: #1a171b;
	background-color: transparent;
	border-color: #cfd2d7;
}
.button.nobg:hover{
	background-color: #a13c3c;
	border-color: #cfd2d7;
	color: white;
}


.button.red{
	background-color: #a13c3c;
	color: white;
	border-color: #a13c3c;
}
.button.red:hover{
	color: #a13c3c;
	background-color: white;
	border-color: #1a171b;
}

.button.outlinehover:before{
    content: '';
    position: absolute;
    border: #e7e7e8 solid 2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.button.outlinehover:hover:before{
	top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
}


button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #1a171b;
}


::-webkit-input-placeholder {
	color: #1a171b;
}

::-moz-placeholder {
	color: #1a171b;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #1a171b;
}

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
	height: auto;
}


.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

embed,
iframe,
object {
	margin-bottom: 0px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; 
}

.hide {
	display: none;
}

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}


.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


.elementclear2{
	display: block;
	clear: both;
}
.elementclear3{
	display: none;
	clear: both;
}


/**
 * The modules
 *
 */
.container.instagrams{
	
}
.container.instagrams .instapuff{
	width: 33.3%;
	display: inline-block;
	float: left;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.container.instagrams .instapuff.lasttwo{
	display: none;
}

.container.instagrams .instapuff img{
	width: 100%;
	height: auto;
}
.container.instagrams .link{
	background-color: black;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: white;
	font-family: "Source Sans Pro";
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container.instagrams .link:hover{
	background-color: #a13c3c;
}
.container.instagrams .link .fat{
	font-weight: 600;
}
.container.instagrams .instapuff .hovertext{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.container.instagrams .instapuff:hover .hovertext{
	opacity: 1;
}

.container.instagrams .instapuff .hovertext .bottomtext{
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	color: white;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0em;
	font-weight: 400;
	width: 100%;
	font-family: "Source Sans Pro";
	
}
.container.instagrams .instapuff .hovertext .bottomtext .text{
	padding-bottom: 15px;
	display: none;
}
.container.instagrams .instapuff .hovertext .bottomtext .text a{
	color: white;
	font-weight: 600;
}

.container.instagrams .instapuff .hovertext .bottomtext .padd{
	padding-left: 15px;
	padding-right: 15px;
}
.container.instagrams .instapuff .hovertext .bottomtext .padd .likes{
	border-top: solid 1px white;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0em;
	font-weight: 600;
}
.container.instagrams .instapuff .hovertext .bottomtext .padd .likes .ic{
	display: inline-block;
	color: white;
	font-size: 20px;
	margin-right: 5px;
}
 
 
 
 
.subscribe_rek.waveline{
	background-color: #e0ad5a;
	overflow: visible;
	margin-bottom: 20px;
} 
.subscribe_rek.waveline .gridholder{
	position: relative;
}
.subscribe_rek .imagehold{
	display: inline-block;
	float: left;
	width: 100px;
	left: 0;
	top: 0px;
	position: relative;
	z-index: 2;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
} 
.subscribe_rek .imagehold .arrowline{
	position: absolute;
	width: 106px;
	height: 74px;
	display: none;
	right: -60px;
	bottom: 50px;
	background-position: -432px -632px;
}

.subscribe_rek .imagehold img{
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	transform: rotate(-4deg);
	width: 100%;
	height: auto;
}
.subscribe_rek .text{
	position: relative;
	padding-left: 0%;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: black;
	font-family: "Merriweather";
}
.subscribe_rek .text a{
	border-bottom: solid 1px black;
}
.subscribe_rek .text a:hover{
	border-bottom-color: white;
	color: white; 
}
.subscribe_rek .text .padd{
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	min-height: 80px;
}
 
.modulescontainer{
	padding-top: 35px;
}
.modulescontainer .widget{
	padding-bottom: 50px;
} 
.modulescontainer .widget#execphp-11{
	padding-bottom: 0;
}

ins{
	display: inline-block;
	position: relative;
}
ins.marginup{
	margin-top: 40px;
}

ins a{
	display: inline-block;
	border-style: none !important;
	padding: 0 !important;
}
ins.has-ad{
	margin-top: 20px;
	margin-bottom: 20px;
}

ins.has-ad:before {
	content: "ANNONS";
	position: absolute;
	top: -20px;
	right: 0;
	color: #333;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0;
	
}
ins img{
	max-width: 100%;
	height: auto;
}

/*TAR BORT MARGIN FRÅN NEWSLETTER*/
.modulescontainer #execphp-8.widget{
	padding-bottom: 0px;
}
 

h3.modulehl, h2.modulehl{
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #a13c3c;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.05em;
	font-family: "OPTIRailroadGothic";
	font-weight: 400;
	margin-left: 20px;
	margin-right: 20px;
} 
.blogg_and_podd h2.modulehl{
	font-size: 27px;
	line-height: 30px;
}

h3.modulehl.white, h2.modulehl.white{
	color: white;
}

h2.modulehl{
	text-align: left;
}
h3.linehl, h2.linehl{
	border-bottom: solid 2px #a13c3c;
}
h3.linehl.white, h2.linehl.white{
	border-bottom-color: white;
}
h3.linehl .text, h2.linehl .text{
	position: relative;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	top: 12px;
	background-color: #f2f2f2;
}

.bggray h3.linehl .text, h2.linehl .text{
	background-color: #eee;
}

h3.linehl.white .text, h2.linehl.white .text{
	background-color: #211f1f;
}

h2.linehl .text{
	padding-left: 0px;
}
 
 
article .w4_related{
	padding-top: 35px;
	padding-bottom: 55px;
}
 
.gradientbg{
	position: relative;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,f2f2f2+100 */
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(249,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.bggray{
	/*background-color: #f4f4f4;*/
	background-color: #eee;
}

.lockedforms{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 2px #e2e2e2;
}

.lockedforms .left{
	
}
.lockedforms .right{
	
}
.lockedforms.toppos .left{
	display: inline-block;
	float: left;
	width: 50%;
}
.lockedforms.toppos .right{
	display: inline-block;
	float: left;
	width: 50%;
	text-align: right;
}

.error_sub .erric{
	margin-right: 5px;
	width: 20px;
	display: inline-block;
	height: 20px;
	background-image: url('images/error_sub.png');
	background-size: cover;
	position: relative;
	top: 5px;	
}
.error_sub a{
	display: inline-block;
	margin-top: 20px;
}

.container.articlepart.thecontent .paddingbottom, .archive_standard{
	padding-bottom: 60px;
}
.archive_standard .profile{
	margin-bottom: 40px;	
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
}
.archive_standard .profile h2{
	letter-spacing: 0em;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
	font-family: "OPTIRailroadGothic";
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 400;	
}

.archive_standard .profile .description{
	font-size: 18px;
	line-height: 24px;
	font-family: 'Source Sans Pro'; 
	font-weight: 400;	
	margin-top: 0px;
	letter-spacing: 0.025em;
}
.archive_standard .profile .description strong{
	letter-spacing: 0em;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
	font-family: "OPTIRailroadGothic";
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 400;
}
.archive_standard .profile .description ul{
	margin-top: 0;
	margin-bottom: 20px;
	margin-top: -10px;
	margin-left: 0;
	list-style: none;
}
.archive_standard .profile .description ul li{
	margin-bottom: 5px;
	padding-left: 35px;
}
.archive_standard .profile .description ul li:before{
	position: relative;
	content: " ";
	background-image: url("https://www.hemslojd.se/wp-content/themes/hemslojd/images/bullet.png");
	display: block;
	width: 20px;
	height: 20px;
	background-size: 90% 90%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -28px;
	float: left;
	top: 2px;
}
.archive_standard .profile .description p{
	margin-bottom: 20px;
}
.archive_standard .profile .description a{
	border-bottom: solid 1px #a13c3c;
}
.archive_standard .profile .description a:hover{
	border-bottom-color: #a13c3c;
	color: #a13c3c;
}

.archive_standard .profile ul.social{
	
}

.login_functionality .notoken{
	font-weight: 500;
	color: #ff5959;
	
	font-size: 14px;
	line-height: 20px;
	
	padding-bottom: 20px;
}

.login_functionality .error{
	font-weight: 500;
	color: #ff5959;
	
	font-size: 14px;
	line-height: 20px;	
	padding-bottom: 20px;
}
.login_functionality .success{
	font-weight: 500;
	color: green;
	
	font-size: 14px;
	line-height: 20px;
	
	padding-bottom: 20px;
}

.login_functionality .message-placeholder{
	
}


.thecontent .prenlystyle .entry-content p.info{
	font-size: 14px;
	line-height: 20px;
}

.thecontent .prenlystyle .entry-content .prenly-section{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #d6d6d6;
}

.thecontent .prenlystyle .entry-content h2{
	margin-left: 0;
	margin-right: 0;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}
.thecontent .prenlystyle .entry-content h2 .icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	
}


.thecontent .prenlystyle .entry-content .prenly-field{
	border: 2px solid #b8b8b8;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	font-family: "PT Sans", sans-serif;
	font-weight: 600;
	color: black;
	border-radius: 0;
	padding: 16px;
	padding-bottom: 12px;
	letter-spacing: 0;
}

.thecontent .prenlystyle .entry-content .prenly-field:active, .thecontent .prenlystyle .entry-content .prenly-field:focus{
	border: 2px solid #989898;
}

.thecontent .prenlystyle .entry-content .prenly-field::-webkit-input-placeholder{
	color: #8d8d8d;
}
.thecontent .prenlystyle .entry-content .prenly-field::-moz-placeholder{
	color: #8d8d8d;	
}

.thecontent .prenlystyle .entry-content .prenly-field:-ms-input-placeholder{
	color: #8d8d8d;	
}

.thecontent .prenlystyle .entry-content .button{
	background-color: transparent;
	border: solid 2px black;
	border-radius: 40px;
	min-width: 240px;
	margin-bottom: 20px;
	color: black;
	font-weight: 600;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
.thecontent .prenlystyle .entry-content .button:hover{
	border: solid 2px black;
	background-color: black;
	color: white;
}
.prenly-section a{
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 2px;
}





h1.archive_hl.hasimg{
	padding-left: 70px;
}
.archive_standard .profile .photo{
	border: solid 3px #dadada;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
	background-size: cover;
	position: absolute;
	top: -65px;
	left: 0;
	background-position: center center;
}


.closed .container.articlepart.thecontent .paddingbottom{
	padding-bottom: 0px;
}


.container.articlepart.thecontent, .waveline{
	position: relative;
	overflow: hidden;
}
 
.waveline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px; /*h/2*/
  height: 48px; /*h*/
  width: 100%;
  background-image: url("images/mobile-wiggle-white-to-gray-new.png");
  background-size: 48px 48px; /*h h*/
  background-repeat: repeat-x;
  display: block;
}
.waveline.graytowhite:after {
  background-image: url("images/mobile-wiggle-gray-to-white.png");
}
.waveline.goldtowhatever:after {
	z-index: 1;
	bottom: -48px;
	background-image: url("images/mobile-wiggle-gold-to-whatever.png");
}


.wavelinetop:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0px; /*h/2*/
  height: 48px; /*h*/
  width: 100%;
  background-image: url("images/mobile-wiggle-white-to-gray-top-new.png");
  background-size: 48px 48px; /*h h*/
  background-repeat: repeat-x;
  display: block;
}



.w4_newsletter_widget{
	background-color: #f3cbba;
	padding-top: 45px;
	padding-bottom: 35px;
}
.w4_newsletter_widget .max{
	max-width: 580px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	margin: 0 auto;
}
.w4_newsletter_widget h2{
	margin: 0;
	font-family: "Trocchi";
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}
.w4_newsletter_widget .text{
	font-family: "Trocchi";
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}
.w4_newsletter_widget form{
	
}
.w4_newsletter_widget form .holder{
	display: block;
	position: relative;	
	margin-bottom: 20px;
}
.w4_newsletter_widget form .nl_email, .entry-content form .nl_email{
	background: none;
	border-style: none;
	border-bottom: solid 3px #1a171b;
	font-size: 20px;
	line-height: 24px;
	padding: 10px 5px;
	display: block;
	width: 100%;
	letter-spacing: 0em;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
}

.w4_newsletter_widget form .nl_email::-webkit-input-placeholder, .entry-content form .nl_email::-webkit-input-placeholder{
	color: #1a171b;
	opacity: 0.6;
}

.w4_newsletter_widget form .nl_email::-moz-placeholder, .entry-content form .nl_email::-moz-placeholder{
	color: #1a171b;
	opacity: 0.6;
}
.w4_newsletter_widget form .nl_email:-ms-input-placeholder, .entry-content form .nl_email:-ms-input-placeholder{
	color: #1a171b;
	opacity: 0.6;
}


.w4_newsletter_widget form .holder .nl_submit{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	bottom: 0;
	padding: 0;
	border-style: none;
	background-position: 3px -621px;
	text-indent: -99999px;
	overflow: hidden;
	background-color: transparent;
}
.w4_newsletter_widget form .holder .nl_submit:hover{
	background-position: -41px -621px;
}


.holder.integritetspolicy{
	display: block;
	position: relative;
	text-align: left;
	padding-left: 35px;
}

.holder.integritetspolicy [type="checkbox"]:not(:checked), .holder.integritetspolicy [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    visibility: hidden;
}
.holder.integritetspolicy [type="checkbox"]:not(:checked) + label, .holder.integritetspolicy [type="checkbox"]:checked + label {
    position: absolute;
	left: 0;
	display: block;
	top: 0;
}
.holder.integritetspolicy [type="checkbox"]:not(:checked) + label::before, .holder.integritetspolicy [type="checkbox"]:checked + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 2px solid black;
    background-color: transparent;
    outline: none;
}

.holder.integritetspolicy [type="checkbox"]:not(:checked) + label::after, .holder.integritetspolicy [type="checkbox"]:checked + label::after {
    content: '✔';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 15px;
    line-height: 0.8;
    color: black;
    transition: all .2s;
}

.holder.integritetspolicy [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.holder.integritetspolicy [type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}


.holder.integritetspolicy .integr_text{
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0em;
	font-family: 'Source Sans Pro'; 
	font-weight: 400;
}
.holder.integritetspolicy .integr_text a{
	padding-bottom: 3px;
	border-bottom: solid 1px #952222;
}







.blogg_and_podd{
	
}
.blogg_and_podd .maxwidth{
	margin: 0 auto;
	padding-top: 45px;
	background-color: #211f1f;
	max-width: 1600px;
}

.blogg_holder{
	padding-bottom: 40px;
}

	 
.huvudflodet{
	 
}


.huvudflodet .toplarge.container .element.artpuff a .overflowhidden{
	height: 195px;
}
.huvudflodet .container.toplarge .element.artpuff a, .archive_standard .element.artpuff a{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.container .element.artpuff a:hover .title_excerpt, .next_articles_readthis .alsoread a:hover .text_vinjett{
	background-color: white !important;
}
.container .element.artpuff a{
	-webkit-box-shadow: 0px 5px 10px 5px rgba(225,225,225,0.3);
	-moz-box-shadow: 0px 5px 10px 5px rgba(225,225,225,0.3);
	box-shadow: 0px 5px 10px 5px rgba(225,225,225,0.3);
	-webkit-transition : -webkit-box-shadow 150ms ease-out;
  	-moz-transition : -moz-box-shadow 150ms ease-out;
  	transition : box-shadow 150ms ease-out;	
}
.container .element.artpuff a:hover{
	-webkit-box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
	-moz-box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
	box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
}

.container.articlepart .entry-content{
	position: relative;
	display: block;
}

/*STOR PUFF*/
/*Fokusartikeln*/
.fokusart{
	
}
.fokusart a.artpuffspec{
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	
	-webkit-box-shadow: 0px 5px 10px 5px rgba(225,225,225,0.3);
	-moz-box-shadow: 0px 5px 10px 5px rgba(225,225,225,0.3);
	box-shadow: 0px 5px 10px 5px rgba(225,225,225,0.3);
	-webkit-transition : -webkit-box-shadow 150ms ease-out;
  	-moz-transition : -moz-box-shadow 150ms ease-out;
  	transition : box-shadow 150ms ease-out;	
}
.fokusart a.artpuffspec:hover{
	-webkit-box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
	-moz-box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
	box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
}
.fokusart .artpuffspec .width50{
	display: block;
	position: relative;
	-webkit-transition : background-color 150ms ease-out;
  	-moz-transition : background-color 150ms ease-out;
  	-o-transition : background-color 150ms ease-out;
  	transition : background-color 150ms ease-out;
}
.fokusart .artpuffspec:hover .width50{
	background-color: white !important;
}


.fokusart .artpuffspec .left{
	overflow: hidden;
}
.fokusart .artpuffspec .left .bgimg{
	height: 290px;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background-color: #a13c3c;	
}
.fokusart a.artpuffspec:hover .bgimg, a.blogghead:hover .img_blogg .imgimg{
    -webkit-transform: translate3d(-20px,0, 0);
    transform: translate3d(-20px,0,0);
}
.fokusart .artpuffspec:hover .left .bgimg .gradient{
    opacity: 0.3;
}
.fokusart .artpuffspec .left .bgimg .vinjettonimage{
	display: none;	
}
.fokusart .artpuffspec .left .bgimg .gradient{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.opacity .fokusart .artpuffspec .left .bgimg .gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b2d2d+0,151515+100 */
background: #9b2d2d; /* Old browsers */
background: -moz-linear-gradient(45deg, #9b2d2d 0%, #151515 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #9b2d2d 0%,#151515 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #9b2d2d 0%,#151515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2d2d', endColorstr='#151515',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	opacity: 0;
	-webkit-transition: opacity 150ms ease-out;
	-moz-transition: opacity 150ms ease-out;
	-o-transition: opacity 150ms ease-out;
	transition: opacity 150ms ease-out;
}

.fokusart .artpuffspec .right{
	background-color: rgba(161, 60, 60, 0.3);
}
.fokusart .artpuffspec .right .padding{
	padding-top: 30px;
	padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 12px;
    position: relative;
    bottom: 0;
    text-align: center;
}

.fokusart .artpuffspec .right .padding h2{
	font-size: 26px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 10px;
	color: #1a171b;
	font-family: "OPTIRailroadGothic";
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.fokusart .artpuffspec .right .padding .excerpt{
	font-weight: 400;
	font-family: "Merriweather";
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 20px;
	min-height: 95px;
	letter-spacing: 0em;
	border-style: none;
    border-bottom-style: none;
	color: #1a171b;
}
.fokusart .artpuffspec .right .padding .published{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
}





#map-canvas{
	height: 320px;	
}


/*HOVER PÅ BILDER*/
a .overflowhidden, .linkrep .overflowhidden{
	overflow: hidden;	
	position: relative;
}
a .overflowhidden .imageholder, .linkrep .overflowhidden .imageholder{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
}

/*
a .overflowhidden .imageholder.b-lazy, .linkrep .overflowhidden .imageholder.b-lazy, .fokusart .artpuffspec .left .bgimg.b-lazy, .thecontent .slideshow.variant.variant1 .slideelement .padd .bgimage.b-lazy{
	background-image: url("images/temploader_hemslojd.gif");
	background-size: 250px auto !important;
	background-position: center center;
	background-repeat: no-repeat;
}
*/
/*
a .overflowhidden .imageholder.b-lazy.b-loaded, .linkrep .overflowhidden .imageholder.b-lazy.b-loaded, .fokusart .artpuffspec .left .bgimg.b-lazy.b-loaded, .thecontent .slideshow.variant.variant1 .slideelement .padd .bgimage.b-lazy.b-loaded{
	background-size: cover !important;
}
*/




a .overflowhidden .imageholder.noimg, .linkrep .overflowhidden .imageholder.noimg{
	background-color: #a13c3c;
	background-image: url("images/hemslojdbgnoimg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 430px;
}
a:hover .overflowhidden .imageholder.noimg{
	background-color: #1a171b;
	background-position: 0px;
	-webkit-transform:scale(1); 
	-moz-transform:scale(1); 
	-ms-transform:scale(1);
	-o-transform:scale(1);
	 transform:scale(1);	 	
}

a .overflowhidden .imageholder, .linkrep .overflowhidden .imageholder{
	-webkit-transition: all 0.15s ease-in-out; 
    -moz-transition: all 0.15s ease-in-out; 
    -o-transition: all 0.15s ease-in-out; 
    -ms-transition: all 0.15s ease-in-out; 
    transition: all 0.15s ease-in-out; 
    
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
    
    -webkit-transform:scale(1); 
	-moz-transform:scale(1); 
	-ms-transform:scale(1);
	-o-transform:scale(1);
	 transform:scale(1);	 
}

a:hover .overflowhidden .imageholder{
	-webkit-transform:scale(1.04); 
	-moz-transform:scale(1.04);
	-ms-transform:scale(1.04);
	-o-transform:scale(1.04);
	 transform:scale(1.04);	 
}

/*SLUT PÅ HOVER PÅ BILDEr*/



.element.artpuff a .overflowhidden{
	height: 195px;
}
.blogg_holder .element.artpuff a .overflowhidden{
	margin-bottom: 10px;
}

.container .element.artpuff a .title_excerpt{
	background-color: rgba(161, 60, 60, 0.4);
	text-align: center;
	position: relative;
	-webkit-transition : background-color 150ms ease-out;
  	-moz-transition : background-color 150ms ease-out;
  	-o-transition : background-color 150ms ease-out;
  	transition : background-color 150ms ease-out;
}

.next_articles_readthis .alsoread a .text_vinjett{
	-webkit-transition : background-color 150ms ease-out;
  	-moz-transition : background-color 150ms ease-out;
  	-o-transition : background-color 150ms ease-out;
  	transition : background-color 150ms ease-out;
}

.container .element.artpuff a .title_excerpt .inner{
	padding: 25px 15px 10px;
}
.container.w4_most_read .element.artpuff a .title_excerpt .inner{
	padding-top: 30px;
}

.element.artpuff a .title_excerpt .vinjett{
	font-family: "Trocchi";
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.blogg_holder .element.artpuff a .title_excerpt .vinjett{
	font-size: 15px;
	line-height: 17px;
	color: #c6c1be;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
	font-family: 'Source Sans Pro'; 
	font-weight: 400;
}

.element.artpuff a .title_excerpt h2{
	margin: 0;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0em;/*va 0.05em*/
	font-family: "OPTIRailroadGothic";
	text-transform: uppercase;
	min-height: 50px;
	margin-bottom: 0px;
}
.blogg_holder .element.artpuff a .title_excerpt h2{
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	font-family: "Merriweather";
	text-transform: none;
	color: white;
	min-height: inherit;
}

.element.artpuff a .title_excerpt .published{
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	margin-bottom: 0px;
}

.element{
	display: inline-block;
	float: left;
	width: 100%;
}

.element .toplistnr{
	position: absolute;
	top: -40px;
	font-size: 30px;
	line-height: 52px;
	background-color: white;
	font-family: "Trocchi";
	border-radius: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-left: -30px;
	color: #a13c3c;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
}


.element.mainlargething{
	float: none;
}



.date_title_holder .headline{
	position: relative;
	padding-left: 54px;
	background-color: white;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	color: #1a171b;
}

.larger .date_title_holder .headline{
	height: 60px;
	padding: 0;
	background: none;
	text-align: center;
}

.date_title_holder .headline .what{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0px;
	font-weight: 600;
	letter-spacing: 0em;	
}
.date_title_holder .headline h2{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 0em;
}
.date_title_holder .headline .date{
	background-color: #1a171b;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;	
	text-align: center;
	color: white;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;	
}


.larger .date_title_holder .headline .date{
	position: relative;
	display: inline-block;
}

.date_title_holder .headline .date .day{
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0em;
	margin-bottom: 0px;
}
.larger .date_title_holder .headline .date .day{
	font-weight: 700;
}

.date_title_holder .headline .date .month{
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0em;
}



.container.w4_puff .linehl{
	margin-bottom: 20px;
}
.w4_puff .button{
	margin-bottom: 50px;
}

div#newsstands {
    background-color: #eae9e3;
    color: #1a171b;
    margin-bottom: 20px;
    padding: 10px;
}
div#changepren {
    background-color: #bee3f5;
    color: #1a171b;
    margin-bottom: 20px;
    padding: 10px;
}

.container.special_puff .gridholder{
	padding-bottom: 50px;
}

.container.special_puff .wline{
	margin-bottom: 18px;
}
.container.special_puff h3{
	margin: 0;
	margin-bottom: 15px;
	letter-spacing: 0em;
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
}
.container.special_puff .text{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0em;
	font-weight: 600;
	margin-bottom: 20px;
	max-width: 600px;
}

.owl-carousel .owl-stage-outer .element{
	width: 100%;
	margin-bottom: 20px;
}
.element a{
	margin-left: 10px;
	margin-right: 10px;
	display: block;
    height: auto;
    position: relative;
}



.element a .orgimg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;	
	opacity: 1;
	z-index: 2;
}

.element a .hoverimg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	opacity: 0;
}

.element a .hoverimg .frame{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-position: center center;
	background-size: cover;
	opacity: 0;
	-webkit-transition : opacity 0ms ease-out;
  	-moz-transition : opacity 0ms ease-out;
  	-o-transition : opacity 0ms ease-out;
  	transition : opacity 0ms ease-out;
}

.element a .hoverimg .frame.show{
	opacity: 1;
}

.nextpages{
	margin-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.nextpages .left, .nextpages .right{
	width: 50%;
	float: left;
	text-align: left;
}
.nextpages .right{
	text-align: right;
	float: right;
}
.nextpages .left a, .nextpages .right a{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: none;
}
.nextpages .left a{
	padding-right: 10px;
}
.nextpages .right a{
	padding-left: 10px;
}

.nextpages .left a .ic, .nextpages .right a .ic{
	color: #a13c3c;
	font-size: 30px;
	font-family: "OPTIRailroadGothic";
}
.nextpages .left a:hover .ic, .nextpages .right a:hover .ic{
	color: white;
}

.paddingtop{
	padding-top: 60px;
}


h1.archive_hl{
	margin: 0;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0em;/*va 0.05em*/
	font-family: "OPTIRailroadGothic";
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 20px;
}
h1.archive_hl .smallerhl{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0em;
	font-family: "Merriweather";
	text-transform: none;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 30px;
	border-left: 1px solid black;
	padding-left: 10px;
	position: relative;
	bottom: 2px;
}



/*SÖKSIDAN*/

.archive_standard .search{
	padding-top: 20px;
	padding-bottom: 20px;
}



.archive_standard .nr-results-container{
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Source Sans Pro'; 
    font-weight: 400;
}
.archive_standard .nr-results-container .fat{
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
}



/*NEW SLUT*/


.loadinpuff{
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("images/lazyloader.gif");
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 1;
}
.gridholder.lineholder.specwidth .divider{
	background-color: #e5e5e5;
	display: block;
	height: 1px;
	margin-left: 40px;
	margin-right: 42px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
 
.listofusers{
	margin-bottom: 20px;
}
.listofusers .userpuff{
	margin-bottom: 20px;
}
.listofusers .userpuff .insideuser{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.listofusers .userpuff .insideuser .insideimg{
	display: inline-block;
	width: 190px;
	height: 190px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: 50%;	
	border: solid 3px #efefef;
}
.listofusers .userpuff .insideuser .thecont{
		
}
.listofusers .userpuff .insideuser .thecont h2.largename{
	margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
}
.listofusers .userpuff .insideuser .thecont .contacti{
	font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
    padding-bottom: 5px;
    padding-top: 9px;
}
 
.entry-content iframe.instagram-media{
	margin: 0 auto !important;
	margin-bottom: 30px !important;
	
}
 
.entry-content a{
	color: #1a171b;
	border-bottom: solid 1px #1a171b;
	padding-bottom: 2px;
}
.entry-content a:hover{
	color: #1a171b;
	border-bottom: solid 1px #a13c3c;
}

.entry-content a.imagelink, .entry-content a.internallink, .entry-content a.outboundlink{
	position: relative;
	display: inline-block;
	border-style: none;
}
.entry-content a.imagelink:after{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url("images/sprites.png");
	background-color: white;
	width: 27px;
	height: 27px;
	z-index: 1;
	-webkit-transition : background-color 250ms ease-out;
  	-moz-transition : background-color 250ms ease-out;
  	-o-transition : background-color 250ms ease-out;
  	transition : background-color 250ms ease-out;
  	content: " ";

}
.entry-content a.imagelink:hover:after{
	background-color: #a13c3c;
}
.entry-content a.imagelink:after{
	background-position: -4px -676px;
}
.entry-content a.imagelink:hover:after{
	background-position: -74px -676px;
}



.entry-content a.button.gradientbg{
	border-style: none;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 30px 11px;
}
.no-cssgradients .entry-content a.button.gradientbg{
	border: solid 2px #e7e7e8;
}
.no-cssgradients .entry-content a.button.gradientbg:hover{
	background: none;
	border: solid 2px #1a171b;
}


.entry-content a.showlimgeonclick{
	display: inline-block;
	border-style: none;
	max-width: 100%;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}
.gridholder{
	width: 1020px;
	margin: 0 auto;
}

.gridholder.morewide{
	width: 1040px;
}

.centerit{
	line-height: 0;
	text-align: center;
	display: block;
	clear: both;
}
.maxwidth840{
	padding-right: 25px;
	padding-left: 25px;
	max-width: 840px;
}

.fixfloat{
	clear: both;
}
.textalignleft{
	text-align: left;
}
.textalignright{
	text-align: right;
}
.textaligncenter{
	text-align: center;
}



.col1 > .col,
.col2 > .col,
.col3 > .col,
.col4 > .col,
.col5 > .col,
.col6 > .col,
.col7 > .col,
.col8 > .col,
.col9 > .col,
.col10 > .col{
	display: inline-block;
	float: left;
}


.col1 > .col{
	width: 100%;
}
.col2 > .col{
	width: 100%;
}
.col3 > .col{
	width: 100%;
}
.col4 > .col{
	width: 100%;
}
.col5 > .col{
	width: 100%;
}
.col6 > .col{
	width: 100%;
}
.col7 > .col{
	width: 100%;
}
.col8 > .col{
	width: 100%;
}
.col10 > .col{
	width: 100%;
}

.col1 > .col:nth-child(1n+2) {
  clear: left;
}
.col1 > .col:nth-child(1n+1) a{
  border-right-style: none;
}
.col2 > .col:nth-child(2n+3) {
  clear: left;
}
.col2 > .col:nth-child(2n+2) a{
  border-right-style: none;
}
.col3 > .col:nth-child(3n+4) {
  clear: left;
}
.col3 > .col:nth-child(3n+3) a{
  border-right-style: none;
}
.col4 > .col:nth-child(4n+5) {
  clear: left;
}
.col4 > .col:nth-child(4n+4) a{
  border-right-style: none;
}
.col5 > .col:nth-child(5n+6) {
  clear: left;
}
.col5 > .col:nth-child(5n+5) a{
  border-right-style: none;	
}
.col6 > .col:nth-child(6n+7) {
  clear: left;
}
.col6 > .col:nth-child(6n+6) a{
  border-right-style: none;	
}
.col7 > .col:nth-child(7n+8) {
  clear: left;
}
.col7 > .col:nth-child(7n+7) a{
  border-right-style: none;	
}
.col8 > .col:nth-child(8n+9) {
  clear: left;
}
.col8 > .col:nth-child(8n+8) a{
  border-right-style: none;
}
.col9 > .col:nth-child(9n+10) {
  clear: left;
}
.col9 > .col:nth-child(9n+9) a{
  border-right-style: none;	
}
.col10 > .col:nth-child(10n+11) {
  clear: left;
}
.col10 > .col:nth-child(10n+10) a{
  border-right-style: none;	
}
.owl-carousel{
	overflow: hidden;
}
.bgspr{
	background-image: url("images/sprites.png");
}

/**
HEADER
**/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 101;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-webkit-transition : top 250ms ease-out, background-color 150ms ease-out;
  	-moz-transition : top 250ms ease-out, background-color 150ms ease-out;
  	-o-transition : top 250ms ease-out, background-color 150ms ease-out;
  	transition : top 250ms ease-out, background-color 150ms ease-out;
}

#header .minifiedheader{
	z-index: 2;
	background-color: white;
	
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.1);
}

#header.whitebg{
	background-color: white;
}
body.admin-bar #header{
	top: 32px;
}


#header.collapse{

}

#header .logocont{
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
#header .logo{
    display: inline-block;
    left: 0px;
    position: relative;
    top: 13px;
    z-index: 1;
    width: 128px;
    height: 33px;
    background-position: -9px -92px;
}

#header .subscribe_btn{
	display: none;
	float: right;
	margin-top: 17px;
	margin-bottom: 0px;
	margin-right: 40px;
}
#header .nicetext{
	display: none;
	float: left;
	margin-top: 39px;
	margin-bottom: 0px;
	margin-right: 30px;
	
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	font-family: "Trocchi";
	text-transform: uppercase;
}

#header .subscribe_btn .button{
	border-radius: 40px;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 35px 11px;
}

.huvudflodet .button.mainload, .button.blogg{
	background-color: white;
	border-radius: 40px;
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 10px;
}

.button.blogg{
	margin-bottom: 100px;
}

.huvudflodet .flow .mainloader, #insertblogpostshere .mainloader{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-image: url('images/loadertest.gif');
	background-size: cover;
}

.huvudflodet .button.mainload.active, .huvudflodet .button.mainload.active:hover, #insertblogpostshere .mainloader.active, #insertblogpostshere .mainloader.active:hover{
	background-color: white;
	border-color: #cfd2d7;
	color: #cfd2d7;
}
.huvudflodet .button.mainload:hover, #insertblogpostshere .mainloader:hover{
	background-color: #cfd2d7;
	color: #1a171b;
}


#header .showsearch{
	float: right;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	border-right: solid 1px #dfdfdf;
	border-left: solid 1px #dfdfdf;
	z-index: 1;
	left: 1px;
	cursor: pointer;
	display: none;
}
#header .showsearch:hover, #header .showsearch.clicked{
	background-color: #a13c3c;
}

#header .showsearch .icon{
	width: 22px;
	height: 21px;
	display: inline-block;
	background-position: -97px -356px;
	cursor: pointer;
}
#header .showsearch.clicked .icon, #header .showsearch:hover .icon{
	background-position: -139px -356px;
}


ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li{
	display: inline-block;
	float: left;
	margin-left: 20px;
}
ul.menu li a{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0em;
	font-weight: 600;
	color: white;
}


.cli-modal .cli-modal-dialog .cli-modal-close{
	width: 40px;
	height: 40px;
	background-color: #211f1f !important;
	border-radius: 0;
}
.cli-modal .cli-modal-dialog .cli-modal-close svg{
	fill: white;
}

.cli-switch input:checked + .cli-slider{
	background-color: #211f1f !important;
}

#cookie-law-info-again{
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  position: relative !important;
  right: 0px !important;
}
#cookie-law-info-again:before{
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-position: 50% 11%;
  background-image: url('images/cookie-white.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-color: #211f1f;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -23px;
  border-radius: 50%;
}
#cookie-law-info-again span{
  position: relative;
  z-index: 2;
  line-height: 20px;
  letter-spacing: 0em;
  font-family: "OPTIRailroadGothic";
  font-weight: 400;
  text-transform: uppercase;
}

#cookie-law-info-bar{
  padding: 30px 25px 30px 25px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
  width: inherit !important;
  border: solid 6px #d9d3cd;
  border-bottom-style: none;
  
  box-shadow: 0px 0px 12px 0px rgba(1,57,70,0.2) !important;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(1,57,70,0.2) !important;
  -moz-box-shadow: 0px 0px 12px 0px rgba(1,57,70,0.2) !important;
}
#cookie-law-info-bar:before{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-image: url('images/cookie.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: -25px;
  right: 50%;
  margin-right: -20px;
  border-radius: 50%;
  background-color: #d9d3cd;
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-message{
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  font-family: "Merriweather"
  font-weight: 400;
}
.cli-modal-dialog .cli-tab-container h4, .cli-modal-dialog .cli-tab-container h1{
  font-family: "OPTIRailroadGothic";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.025em;
}

.cli-modal-dialog .cli-tab-section .cli-tab-content{
  padding-left: 10px;
  padding-right: 10px;
}

.cli-modal-dialog .cli-tab-container p, .cli-modal-dialog .cli-privacy-content-text{
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
}

.cli-modal-dialog .wt-cli-cookie-description{
  letter-spacing: 0;
}
.cli-modal-dialog table.cookielawinfo-winter thead th{
  font-family: "OPTIRailroadGothic";
  font-weight: 400;
  letter-spacing: 0em;	
  background-color: #211f1f;
  font-size: 13px !important;
  padding: 5px 10px;
  padding-top: 8px;
}


.cli-privacy-content-text a{
  border-bottom: solid 1px #211f1f;
}
.cli-privacy-content-text a:hover{
  border-bottom-color: #d9d3cd;
}
.cli-modal-body a.cli-privacy-readmore{
  text-decoration: none;
  border-bottom: solid 1px #211f1f;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0em;
}
.cli-modal-body a.cli-privacy-readmore:hover{
  border-bottom-color: #a13c3c;
  color: #a13c3c;
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-message a{
  color: #d9d3cd;
  border-bottom: solid 1px transparent;
  font-weight: 600;
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-message a:hover{
  border-bottom-color: #d9d3cd;
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button, .cli-modal-content .cli-tab-footer .wt-cli-privacy-accept-btn{
  font-size: 14px;
  line-height: 16px;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  letter-spacing: 0em;
  padding: 18px 30px 14px;
  margin: 0;
  margin-right: 20px;
  margin-left: 0;
  border-radius: 0px;
  border: solid 1px #d9d3cd;
}
.cli-modal-content .cli-tab-footer .wt-cli-privacy-accept-btn{
  margin-right: 0px;
  background-color: #211f1f !important;
  opacity: 1 !important;
}


#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button:hover{
  background-color:transparent !important;	
  color: #d9d3cd !important;
}

.cli-modal-content .cli-tab-footer .wt-cli-privacy-accept-btn:hover{
	background-color:transparent !important;		
	color: #211f1f !important;
	border-color: #211f1f !important;
}


#cookie-law-info-bar .cli-style-v2 .cli_settings_button:not(.cli-plugin-button){
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
#cookie-law-info-bar .cli-style-v2 .cli_settings_button:not(.cli-plugin-button):hover{
  border-bottom-color: white;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
  margin-bottom: 10px !important;
  font-size: 30px !important;
  line-height: 34px;
  font-family: "OPTIRailroadGothic";
  font-weight: 400;
  letter-spacing: 0;
  padding-right: 0px;
  text-align: center !important;
}
#cookie-law-info-bar .cli-bar-container{
  display: block;
}
#cookie-law-info-bar .cli-bar-btn_container{
  margin-left: 0;
}


.subscriptions {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 980px;
}
.subscriptions .subscription {
  position: relative;
  box-shadow: 0px 0px 9px 1px rgba(34, 34, 34, 0.15);
  background-color: #f4f4f4;
  margin-bottom: 30px;
}
.subscriptions .subscription .padd {
	padding: 30px 20px;
	padding-bottom: 20px;
}
.thecontent .entry-content .subscription .padd h2, .thecontent .entry-content .subscription .padd ul, .thecontent .entry-content .subscription .padd p{
	margin: 0;
}

.subscriptions .subscription .padd h2{
	font-family: "OPTIRailroadGothic";
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px !important;
}
.subscriptions .subscription .padd h2 .red{
	color: #a13c3c;
}

.subscriptions .subscription .padd .price{
	display: inline-block;
	color: white;
	background-image: url('images/hemslojd-pris.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding: 10px 10px;
	text-align: center;
	font-size: 30px;
	line-height: 32px;
	min-width: 140px;
	transform: rotate(-3deg);
	margin-bottom: 20px;
}
.subscriptions .subscription .padd .price small{
	font-size: 20px;
	font-weight: bold;
}
.thecontent .entry-content .subscriptions .subscription ul{
	font-family: 'Source Sans Pro';
    font-weight: 600;
	display: inline-block;
	text-align: left;
	margin-bottom: 20px !important;
}
.thecontent .entry-content .subscriptions .subscription .button{
	border-radius: 30px;
	border-style: none;
	background-color: #1c7d54;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	position: relative;
	padding-top: 20px;
	padding-bottom: 18px;
	-webkit-transition : background 150ms ease-out, top 250ms ease-out;
	-moz-transition : background 150ms ease-out, top 250ms ease-out;
	-o-transition : background 150ms ease-out, top 250ms ease-out;
	transition : background 150ms ease-out, top 250ms ease-out;
}
.thecontent .entry-content .subscriptions .subscription .button:after{
	content: "";
	display: block;
	width: 20px;
	height: 16px;
	background-image: url('images/rightarrow-white.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -8px;
}

.thecontent .entry-content .subscriptions .subscription .button:hover{
	background-color: black;
}
	
.thecontent .entry-content .subscriptions .subscription ul li::before{
	background-image: url('images/check.svg');
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	margin-left: -26px;
	top: 2px;
}
.thecontent .entry-content .subscriptions .subscription ul li{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	padding-left: 30px;
	font-weight: 600;
}


.thecontent .entry-content .subscriptions .subscription .disclaimer{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Source Sans Pro';
	font-weight: 500;
}

.thecontent .entry-content .subscriptions .subscription .squiglyline{
	display: block;
	width: 105px;
	height: 16px;
	margin: 0 auto;
	margin-bottom: 25px;
	background-position: -281px -749px;
}



/* Overlay */
.iframe-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	box-sizing: border-box;
}

/* Popup container */
.iframe-popup {
	position: relative;
	background: #fff;
	width: 100%;
	max-width: 740px;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column;
}

/* Close button */
.iframe-close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	z-index: 10;
	background-color: #a13c3c;
	width: 40px;
	height: 40px;
	background-image: url('images/kryss.png');
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.iframe-close:hover {
	background-color: black;
}

/* Iframe styles */
.iframe-popup iframe {
	flex: 1;
	border: none;
	width: 100%;
	height: 100%;
}




@media all and (min-width:748px){
	
	
	
	.subscriptions {
		padding: 0;
		display: flex;
		justify-content: center;
		gap: 20px;
		flex-wrap: wrap;
	}
	.subscriptions .subscription {
		margin-bottom: 20px;
		width: calc(50% - 10px); /* 10px = hälften av gapet */
		box-sizing: border-box;
	}
	
	
  #cookie-law-info-bar:before{
	width: 45px;
	height: 45px;
	background-size: 24px 24px;
	top: -25px;
	margin-right: -22px;
  }
  
  
  .cli-modal-dialog table.cookielawinfo-winter thead th{
	font-size: 14px !important;
  }
  
  #cookie-law-info-bar .cli-style-v2 .cli_settings_button:not(.cli-plugin-button){
	font-size: 16px;
	line-height: 22px;
  }
  
  #cookie-law-info-bar .cli-style-v2 .cli-bar-message{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 22px;
  }
  #cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
	margin-bottom: 25px !important;
	font-size: 43px !important;
	line-height: 50px;
	padding-right: 0;
	letter-spacing: -0.01em;
  }
  #cookie-law-info-bar{
	max-width: 520px;
	padding: 50px 55px 30px 55px !important;
	left: 50% !important;
	margin-left: -260px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	width: 100% !important;
  }
  
  #cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button, .cli-modal-content .cli-tab-footer .wt-cli-privacy-accept-btn{
	font-size: 18px;
	line-height: 20px;
	padding: 20px 40px 18px;
	margin-right: 30px;
	margin-left: 0;
  }
  .cli-modal-content .cli-tab-footer .wt-cli-privacy-accept-btn{
	margin-right: 0px;
  }
}

#footer{
	
}

#footer .footer_image{
	background-position: center center;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer .footer_image .footer_top{
	background-color: white;	
	padding-bottom: 30px;
	padding-top: 35px;
}
#footer .footer_image .footer_top .left{
	width: 100%;
	display: inline-block;
	float: left;
}
#footer .footer_image .footer_top .left .padd{
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 0px;
}
#footer .footer_image .footer_top .left .padd .footerlogo{
	width: 190px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 35px;
	display: block;
	background-position: -10px -142px;
}
#footer .footer_image .footer_top .left .padd .socialfooter{
	margin-bottom: 40px;
	display: block;
}
#footer .footer_image .footer_top .left .padd .adress_and_menu{
	
}
#footer .footer_image .footer_top .left .padd .adress_and_menu .left_adr{
	width: 100%;
	display: inline-block;
	float: left;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	text-align: center;
}
#footer .footer_image .footer_top .left .padd .adress_and_menu .left_adr .ansvarig{
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;

}
#footer .footer_image .footer_top .left .padd .adress_and_menu .left_adr .ansvarig a{
	font-size: 16px;
	padding-bottom: 4px;
	border-bottom: solid 1px #952222;
	text-transform: none;
}
#footer .footer_image .footer_top .left .padd .adress_and_menu .left_adr .ansvarig a:hover{
	color: #952222;
}
#footer .footer_image .footer_top .left .padd .adress_and_menu .right_menu{
	width: 100%;
	display: inline-block;
	float: left;
	text-align: center;
	margin-top: 40px;
}
#footer .footer_image .footer_top .left .padd .adress_and_menu .right_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .footer_image .footer_top .left .padd .adress_and_menu .right_menu ul li{
	margin: 0;
	display: block;
	float: none;
	margin-bottom: 10px;
}
#footer .footer_image .footer_top .left .padd .adress_and_menu .right_menu ul li a{
	color: black;
	font-size: 19px;
	line-height: 23px;
	padding-bottom: 3px;
	border-bottom: solid 1px #952222;
	text-transform: none;	
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	display: inline-block;
}
#footer .footer_image .footer_top .left .padd .adress_and_menu .right_menu ul li a:hover{
	color: #952222;
}
#footer .footer_image .footer_top .right{
	width: 100%;
	display: inline-block;
	float: left;
}
#footer .footer_image .footer_top .right .padd{
	padding-top: 40px;
	padding-left: 35px;
	padding-right: 35px;
}
#footer .footer_image .footer_top .right .padd .nrnews{
	-webkit-box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
	-moz-box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
	box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#footer .footer_image .footer_top .right .padd .nrnews img{
	width: 100%;
	height: auto;
}
#footer .footer_image .footer_top .right .padd .button{
	border-radius: 40px;
	font-size: 14px;
	line-height: 14px;
	padding: 14px 25px 14px;
}

#footer .footer_bottom{
	background-color: white;
	padding-top: 30px;
	padding-bottom: 50px;
}
#footer .footer_bottom .content{
	max-width: 1080px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
#footer .footer_bottom .content .left{
	width: 100%;
	display: inline-block;
	float: left;
}
#footer .footer_bottom .content .left .hemslojden{
	display: block;
	width: 154px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 15px;
	background-position: -436px -288px;
}
#footer .footer_bottom .content .left .text{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	margin-bottom: 20px;
}
#footer .footer_bottom .content .left .besok_ocksa{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	margin-bottom: 30px;
}
#footer .footer_bottom .content .left .besok_ocksa .text{
	display: none;
}
#footer .footer_bottom .content .left .besok_ocksa a{
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 2px;
	border-bottom: solid 1px #952222;
}
#footer .footer_bottom .content .left .besok_ocksa a:hover{
	color: #952222;
}

#footer .footer_bottom .content .right{
	width: 100%;
	display: inline-block;
	float: left;
	text-align: center;
	
}
#footer .footer_bottom .content .right .copymadecont{
	float: none;
	display: block;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0.05em;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	padding-bottom: 30px;
	letter-spacing: 0.05em;
	color: #666666;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
}
#footer .footer_bottom .content .right .copymadecont .w4{
	color: black;
}
#footer .footer_bottom .content .right .copymadecont .heart{
	color: #a13c3c;
}

#footer #social_meny_cont_foot ul.menu, .hamburgercontent .inner ul#menu-socialmenu{
	text-align: center;
	display: block;
}

#footer #social_meny_cont_foot ul.menu li, .hamburgercontent .inner ul#menu-socialmenu li, .archive_standard .profile ul.social li{
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 1px #e6e6e6;
	width: auto;
	float: none;
}
.hamburgercontent .inner ul#menu-socialmenu li, .archive_standard .profile ul.social li{
	float: left;
}
#footer #social_meny_cont_foot ul.menu li:first-child, .hamburgercontent .inner ul#menu-socialmenu li:first-child, .archive_standard .profile ul.social li:first-child{
	padding-left: 0;
}
#footer #social_meny_cont_foot ul.menu li:last-child, .hamburgercontent .inner ul#menu-socialmenu li:last-child, .archive_standard .profile ul.social li:last-child{
	border-style: none;
	padding-right: 0px;
}

#footer #social_meny_cont_foot ul.menu li a, .hamburgercontent .inner ul#menu-socialmenu li a, .archive_standard .profile ul.social li a{
	position: relative;
	width: 25px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}

#footer #social_meny_cont_foot ul.menu li a .hamic, .hamburgercontent .inner ul#menu-socialmenu li a .hamic, .archive_standard .profile ul.social li a .hamic{
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -11px;
}
#footer #social_meny_cont_foot ul.menu li a:hover .hamic, .hamburgercontent .inner ul#menu-socialmenu li a:hover .hamic, .archive_standard .profile ul.social li a:hover{
	opacity: 0.5;
}
#footer #social_meny_cont_foot ul.menu li.fb a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.fb a .hamic, .archive_standard .profile ul.social li.fb a .hamic{
	background-position: -367px -526px;
}
#footer #social_meny_cont_foot ul.menu li.tw a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.tw a .hamic, .archive_standard .profile ul.social li.tw a .hamic{
	background-position: -370px -561px;
}
#footer #social_meny_cont_foot ul.menu li.insta a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.insta a .hamic, .archive_standard .profile ul.social li.insta a .hamic{
	background-position: -525px -526px;
}
#footer #social_meny_cont_foot ul.menu li.pintrest a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.pintrest a .hamic, .archive_standard .profile ul.social li.pintrest a .hamic{
	background-position: -489px -526px;	
}
.showmenubtn{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 24px;
    height: 23px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 22px;
    border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
    float: right;
    top: 0;
    cursor: pointer;
    z-index: 10000;
    -webkit-transition : background 150ms ease-out, top 250ms ease-out;
  	-moz-transition : background 150ms ease-out, top 250ms ease-out;
  	-o-transition : background 150ms ease-out, top 250ms ease-out;
  	transition : background 150ms ease-out, top 250ms ease-out;
  	right: 0px;
}
.showmenubtn .arrow, .showsearch .arrow{
	position: absolute;
	bottom: -8px;
	width: 15px;
	height: 8px;
	left: 50%;
	margin-left: -7px;
	background-image: url("images/arrowbottom.png");
	background-repeat: no-repeat;
	background-position: 0px -8px;
}
.showmenubtn.clicked .arrow, .showsearch.clicked .arrow{
	background-position: 0px 0px;
}

.showmenubtn:hover{
	background-color: #a13c3c;
}
.showmenubtn:hover span{
	background-color: white;
}

.showmenubtn .press_fix{
	position: absolute;
	top: 0px;
	left: -4px;
	padding: 4px;
	width: 100%;
	height: 100%;
	z-index: 1;
	
	-webkit-transition : background-color 150ms ease-out;
  	-moz-transition : background-color 150ms ease-out;
  	-o-transition : background-color 150ms ease-out;
  	transition : background-color 150ms ease-out;
}

.showmenubtn span{
  display:block;
  background: white;
  box-sizing: border-box;
  -webkit-transition: .150s ease-in-out;
  transition: .150s ease-in-out;  
}
.whitebg .showmenubtn span{
	background-color: #1a171b;
}
.whitebg .showmenubtn:hover span{
	background-color: white;
}

.hamburger{
    position:relative;
    height:100%;
    width:24px;
    top: 0;
    right: 0;
    z-index: 1;
}
.hamburger span {
	height: 2px;
    left: 2px;
    margin: 5px 0;
    position: relative;
    top: 2px;
    width: 20px;
    border-radius: 1px;
}
.hamburger span :nth-child(1), .cross span :nth-child(1){
    -webkit-transition-delay: .150s;
	transition-delay: .150s;
}
.hamburger span :nth-child(2), .cross span :nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
}
.hamburger span :nth-child(3), .cross span :nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
}

.showmenubtn:hover{
	cursor: pointer;
}


.showmenubtn.clicked{
	background-color: #a13c3c;
}


.showmenubtn.clicked .hamburger span {
	background-color: white;

}
.showmenubtn.clicked .hamburger span:nth-child(1){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	transform: rotate(-45deg);
	top: 6px;
}
.showmenubtn.clicked .hamburger span:nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	transform: rotate(45deg);
	top: -1px;
}
.showmenubtn.clicked .hamburger span:nth-child(3){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	opacity: 0;
}


.hamburgercontent, .searchcontent{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-color: #f9fafb;
	z-index: 1;
	overflow-y: scroll;
}

.hamburgercontent{
	text-align: left;
	height: 100%;
}

.hamburgercontent .gridholder, .searchcontent .gridholder{
	height: auto;
}
.hamburgercontent .inner, .searchcontent .inner{
	padding-top: 105px;
	padding-bottom: 45px;
	padding-left: 50px;
	padding-right: 50px;
}
.searchcontent .inner{
	padding-bottom: 45px;
}

.ie8 #header .searchcontent .search .inlineblock{
	display: block;
	text-align: center;
}
.ie8 #header .searchcontent .searchfield{
	float: none;
}
.ie8 #header .searchcontent .button{
	float: none;
}



.hamburgercontent .inner ul{
	max-width: 430px;
	display: inline-block;
	width: 100%;
}


.hamburgercontent .inner h3.widget-title{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.05em;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	color: #9a918b;
	margin-bottom: 20px;
	margin-top: 25px;
}

.hamburgercontent .inner ul.menu li{
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-left: 0;
	text-align: left;
}

.hamburgercontent .inner ul.menu li a{
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    position: relative;
    font-family: 'Source Sans Pro'; 
    font-weight: 600;
    color: #1a171b;
    border-bottom: solid 1px #952222;
    padding-bottom: 2px;
}
.hamburgercontent .inner ul.menu li.btn a{
	background-color: #a13c3c;
	color: white;
	border: solid 1px #a13c3c;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 16px;
	font-size: 14px;
}
.hamburgercontent .inner ul.menu li.btn a:hover{
	color: #a13c3c;
	background-color: white;
	border-color: #a13c3c;
}
.hamburgercontent .inner ul.menu li.btn{
	display: none;
}
.flowyloggedin .hamburgercontent .inner ul.menu li.myprofile{
	display: inline-block;
}
.flowynotloggedin .hamburgercontent .inner ul.menu li.loginbtn{
	display: inline-block;
}

article .locked_holder .mw.whenloggedinbuterror{
	display: none;
}
article.loggedinbuterror .locked_holder .mw.whenloggedinbuterror{
	display: block;
}
article.loggedinbuterror .locked_holder .mw.notloggedin{
	display: none;
}


.hamburgercontent .inner ul.menu li a:hover{
	color: #952222;	
}

.hamburgercontent .inner ul#menu-socialmenu.menu li a{
	border-bottom-style: none;
	padding-bottom: 0px;
}

.hamburgercontent .inner .hemslojden{
	display: block;
	width: 154px;
	height: 36px;
	background-position: -436px -288px;
	
}

.hamburgercontent .inner ul.menu li a .hamic{
	background-image: none;
}

.hamburgercontent .inner #menu-socialmenu.menu li a .hamic{
	background-image: url("images/sprites.png");
}
.hamburgercontent .inner #menu-socialmenu.menu li a:hover .hamic{
	opacity: 0.5;
}

.hamburgercontent .inner ul.menu li.current-menu-item a .hamic, .hamburgercontent .inner ul.menu li.current-menu-parent a .hamic,
.single-artikel .hamburgercontent .inner ul.menu li.menu-item-home a .hamic{
	width: 100%;
}

.headersearch{
	display: block;
	line-height: 0;
	position: relative;
}
.headersearch .searchfield{
	background: none;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	color: #1a171b;
	border-style: none;
	border-bottom: solid 3px #eaeaea;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.05em;
	padding: 10px 10px 4px 5px;
	color: #1a171b;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
}
.headersearch .searchfield::-webkit-input-placeholder {
	color: #1a171b;
}

.headersearch .searchfield::-moz-placeholder {
	color: #1a171b;
	opacity: 1;
}
.headersearch .searchfield:-ms-input-placeholder {
	color: #1a171b;
}
.headersearch .searchsubmit{
	display: inline-block;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border-style: none;
	line-height: 0;
	padding: 0;
	text-indent: -99999px;
	width: 30px;
	border-left-style: none;
	background-position: -118px -721px;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 2px;
}
.headersearch .searchsubmit:hover{
	background-position: -151px -721px;
}



p.notfound{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    text-align: center;
}

.articlepart.pagehead{
	position: relative;	
}
.articlepart.pagehead .gridholder{
	padding-top: 0px;
}
.articlepart.thecontent .gridholder{
	padding-top: 50px;
	padding-bottom: 10px;
}
.articlepart.thecontent .gridholder.first{
	padding-top: 50px;
}
.articlepart.thecontent .gridholder.first.noimage{
	padding-top: 0px;
}

.articlepart.thecontent .gridholder.nopaddingup{
	padding-top: 0px;
}

.articlepart.pagehead img{
	max-width: 100%;
	height: auto;
}

.articlepart .gridholder.morewide{
	position: relative;
}
.articlepart.map{
	
}

article.closed .thecontent .lockedpart{
	display: none;
}
article .locked_holder{
	display: none;
}
article.closed .locked_holder{
	display: block;
}



/*ARKIV*/
h2.archive_title{
	margin: 0;
	color: white;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.025em;
	color: white;
	margin-top: 40px;
	font-weight: 600;
    font-family: 'Trocchi';
}


/*SLUT - PAGE SPECIFIC - SLUT*/

.thecontent figure.utfallande, .thecontent figure.is-style-utfallande, .thecontent .is-style-utfallande figure{
	width: 100% !important;
	position: relative;
	float: none;
}
.thecontent figure.utfallande img, .thecontent figure.is-style-utfallande img, .thecontent .is-style-utfallande figure img{
	width: 100%;
	height: auto;	
}
.thecontent figure.utfallande.parallax img, .thecontent .is-style-parallax figure img, .thecontent figure.is-style-parallax img{
	display: none;
}

.thecontent figure.utfallande.parallax .bgimgparallax, .thecontent .is-style-parallax .bgimgparallax{
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 0%;
}
.thecontent figure.utfallande.parallax, .thecontent .is-style-parallax{
	position: relative;
	height: 200px;
    overflow: hidden;
}

.thecontent figure.utfallande.parallax .wp-caption-text, .thecontent .is-style-parallax figure figcaption, .thecontent figure.is-style-parallax figcaption{
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #6e6e6e;
	max-width: 440px;
	z-index: 1;
}
.thecontent figure.utfallande .wp-caption-text, .thecontent .is-style-utfallande figure figcaption, .thecontent figure.is-style-utfallande figcaption{
	max-width: 870px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}

.thecontent .entry-content figure.is-type-video{
	display: block;
}

.thecontent .entry-content figure.wp-block-table{
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow-x: scroll;
	margin-bottom: 20px;
	width: 90%;
	max-width: 100%;
}
.thecontent .entry-content figure.wp-block-table table{
	margin-bottom: 0;
	display: table;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
	border-collapse: collapse;
	margin: 0 auto;
	  margin-bottom: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	
}

.thecontent .entry-content .signin{
	
}
.thecontent .entry-content .signin input{
	margin-bottom: 10px;
}

.thecontent .entry-content p{
	padding-left: 0px;
	padding-right: 0px;	
}
.thecontent .entry-content .wline.hl{
	margin: 0;
	margin-bottom: 30px;
	height: 5px;	
	margin-left: 25px;
	position: relative;
}
.thecontent .entry-content .wline.hl .page_time, .thecontent .entry-content .wline .share_text{
	position: absolute;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	top: 12px;
	font-weight: 500;
}

.thecontent div.wpcf7-mail-sent-ok{
	border-style: none;
	color: #398f14;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
.thecontent div.wpcf7-validation-errors, .thecontent div.wpcf7-acceptance-missing{
	border-style: none;
	color: #f00;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

.thecontent .bread_nl{
	background-color: #f3cbba;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.thecontent .bread_nl .exmarg{
	max-width: 560px;
	display: inline-block;
}

.thecontent .entry-content .bread_nl p{
	margin-bottom: 10px;
}

.thecontent .entry-content .bread_nl h2{

}

.thecontent .entry-content > p,
.thecontent .entry-content .exmarg,
.thecontent .entry-content .wpcf7-form,
.thecontent .entry-content ul,
.thecontent .entry-content ol,
.thecontent .entry-content h1,
.thecontent .entry-content h2,
.thecontent .entry-content h3,
.thecontent .entry-content h4,
.thecontent .entry-content h5,
.thecontent .entry-content h6,
.thecontent .entry-content h7,
.thecontent .entry-content h8{
	margin-left: 38px;
	margin-right: 38px;
}
.thecontent .entry-content .exmarg h2,
.thecontent .entry-content .exmarg h3,
.thecontent .entry-content .exmarg h4{
	margin-left: 0;
	margin-right: 0;
}

.thecontent .slideshow.normal.owl-carousel{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.thecontent .factbox .slideshow.normal.owl-carousel{
	max-width: 100%;
}
.thecontent .factbox .slideshow.normal.owl-carousel figure.aligncenter{
	max-width: 100%;
}

.thecontent .slideshow.normal.owl-carousel figure.aligncenter{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 0px;
}


.thecontent .slideshow.variant.variant1{
	padding-left: 20px;
	padding-right: 20px;
}


.thecontent .wp-audio-shortcode{
	max-width: 700px;
	margin-bottom: 30px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.thecontent .wp-caption-text.slideshowcaption{
	letter-spacing: 0em;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	bottom: 0;
	color: #6e6e6e;
	display: block;
	margin: 0;
	text-align: left;
	font-family: 'Source Sans Pro'; 
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 5px;
}
.thecontent .variant1 .wp-caption-text.slideshowcaption{
	
}

.thecontent .wp-caption-text.slideshowcaption{
	padding: 5px 12px 8px;
}
.thecontent .slideshow{
	margin-bottom: 30px;
}

.thecontent .slideshow.variant2{
	text-align: center;
}

.thecontent .entry-content figure:not(.alignright):not(.alignleft){
	float: none;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
		margin-bottom: 0px;
	margin-bottom: 20px;
	
	margin-bottom: 35px;
	max-width: 100%;
	display: table;
}

.thecontent .entry-content figure p{
	margin: 0;
}
.thecontent .entry-content .alignright{
	margin-right: 0px;
}
.thecontent .entry-content .alignleft{
	margin-left: 0px;
}
.thecontent .entry-content .slideshow-wrapper .aligncenter{
	margin-left: 0px;
	margin-right: 0px;
}

.entry-content .fluid-width-video-wrapper, .entry-content embed, .entry-content iframe, .entry-content object, .entry-content video{
	margin: 0 auto;
	margin-bottom: 35px;
	max-width: 870px;
	clear: both;
}

.thecontent .entry-content b, .thecontent .entry-content strong{
	font-weight: 500;
}

.thecontent .top_image_and_hl{
	position: relative;
	
}
.thecontent .top_image_and_hl .twocol, .thecontent .top_image_and_hl .onecol{
	
}
.thecontent .top_image_and_hl .image{
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	height: 375px;
}
.thecontent .top_image_and_hl .textabove{
	text-align: center;	
}
.thecontent .top_image_and_hl .onecol .textabove{
	max-width: 960px;
	margin: 0 auto;
}

.thecontent .top_image_and_hl .textabove .padding{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 16px;
}

.thecontent .top_image_and_hl .onecol .textabove .padding{
	padding-top: 50px;
}


.thecontent .top_image_and_hl .textabove .vinjett{
	font-family: "Trocchi";
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.thecontent .top_image_and_hl .textabove .vinjett.blogpress{
	text-transform: none;
	line-height: 20px;
}

.thecontent .top_image_and_hl .textabove .squiglyline, .insideuser .squiqlyline{
	display: block;
	width: 105px;
	height: 16px;
	margin: 0 auto;
	margin-bottom: 25px;
	background-position: -281px -728px;
}
.insideuser .squiqlyline{
	margin-bottom: 5px;
}

.thecontent .top_image_and_hl .textabove h1.maintitle{
	margin: 0;
	font-family: "OPTIRailroadGothic";
	text-transform: uppercase;
	font-size: 28px;
	line-height: 33px;
	margin-bottom: 22px;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}
.thecontent .top_image_and_hl .textabove .ingress{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.025em;
	font-family: "Trocchi";
	margin-bottom: 25px;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}
.thecontent .top_image_and_hl .textabove .text_photo{
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 45px;
}
.thecontent .top_image_and_hl .textabove .text_photo a{
	border-bottom: solid 1px #a13c3c;
}
.thecontent .top_image_and_hl .textabove .text_photo a:hover{
	color: #a13c3c;
}
.thecontent .top_image_and_hl .onecol .textabove .text_photo{
	margin-bottom: 45px;
}


.thecontent .top_image_and_hl .textabove .text_photo .av{
	color: #909090;
}
.thecontent .top_image_and_hl .textabove .published{
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.05em;
}
.thecontent .locked_holder{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 60px;
	position: relative;
}
.thecontent .locked_holder h2{
	font-size: 26px;
	line-height: 28px;
	margin: 0;
	margin-bottom: 20px;
	font-family: "Trocchi";
	letter-spacing: 0em;	
}
.thecontent .locked_holder .text{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 26px;
	font-family: "Trocchi";
	font-weight: 400;
	letter-spacing: 0em;	
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 20px;	
}
.thecontent .locked_holder .already_text{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 26px;
	font-family: "Trocchi";
	font-weight: 400;
	letter-spacing: 0em;	
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.thecontent .locked_holder .information{
	font-size: 12px;
	line-height: 22px;
	font-family: "Trocchi";
	font-weight: 400;
	letter-spacing: 0em;		
	margin-bottom: 10px;
}
.thecontent .locked_holder .smallertext{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 22px;
	font-family: "Trocchi";
	font-weight: 400;
	letter-spacing: 0em;	
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.thecontent .locked_holder .text b, .thecontent .locked_holder .smallertext b{
	font-weight: 600;
}
.thecontent .locked_holder .button{
	margin-bottom: 10px;
	border-radius: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
.locked_holder .information a, .locked_holder .already_text a{
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	border-bottom: solid 1px #a13c3c;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}
.locked_holder .information a:hover, .locked_holder .already_text a:hover{
	color: #a13c3c;
}
.thecontent .locked_holder form.signin, .thecontent .locked_holder form.create_userform{
	font-size: 18px;
	line-height: 24px;
	display: none;
	padding-top: 0px;
	margin-bottom: 20px;
}
.thecontent .locked_holder form.signin.errorform{
	display: block;
}


.thecontent .locked_holder form.signin input, .thecontent .locked_holder form.create_userform input{
	margin-bottom: 10px;
	max-width: 420px;
}

.thecontent .locked_holder .error, form.activate .error{
	color: red;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.thecontent .locked_holder .success{
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 670px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

.thecontent .locked_holder .error .smaller, .thecontent .locked_holder .success .smaller{
	font-size: 14px;
	display: block;
}

.thecontent .locked_holder .error a{
	color: black;
	border-bottom: solid 1px #a13c3c;
}
.thecontent .locked_holder .error a:hover{
	color: #a13c3c;
	
}

.smallinputexplain{
	max-width: 250px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin: 0 auto;
	display: block;
	text-align: left;
	margin-bottom: 20px;
	margin-top: -5px;
}

form.activate input, form.activate .holder, form#lostpasswordform input{
	margin-bottom: 10px;
}
form.activate, #lostpasswordform{
	max-width: 400px;
	margin: 0 auto;
}
form.activate .holder.integritetspolicy{
	display: inline-block;
	max-width: 210px;
	margin: 0 auto;
	margin-bottom: 20px;
}


/*RELATERAD LÄSNING*/
.next_articles_readthis{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 100;
}

.next_articles_readthis .laddaflerbtn{
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0;
	border-style: none;
	border-radius: 0;
	padding-bottom: 2px;
	border-bottom: solid 2px transparent;
}
.next_articles_readthis .laddaflerbtn:hover{
	border-bottom-color: #a13c3c;
	background: inherit;
	color: black;
}
.next_articles_readthis.showladdafler{
	text-align: center;
}
.next_articles_readthis.showladdafler .laddaflerbtn{
	display: inline-block;
}
.next_articles_readthis.showladdafler .regcontent, .next_articles_readthis .laddaflerbtn{
	display: none;
}

.next_articles_readthis .overflowhiddenleft{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 100%;
	display: inline-block;
}
.next_articles_readthis .overflowhiddenleft	.imageholder{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.next_articles_readthis .closetip, .close_subscr{
	width: 32px;
	height: 32px;
	display: block;
	background-color: white;
	border: solid 1px white;
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	transition: all 200ms;	
}
.close_subscr{
	background: none;
	border-style: none;
	top: 10px;
	right: 10px;
}
.close_often_splash{
	right: 10px;
	top: -22px;
}

.next_articles_readthis .closetip .lin, .close_subscr .lin{
	width: 14px;
	height: 3px;
	background-color: black;
	left: 10px;
	margin: 2px 0;
	position: relative;
	top: 2px;
	display: block;
	box-sizing: border-box;
	transition: all 200ms;
}
.close_subscr .lin{
	background-color: white;
}
.next_articles_readthis .closetip:hover .lin, .close_subscr:hover .lin{
	background-color: #9b2d2d;
}
.next_articles_readthis .closetip .lin.l1, .close_subscr .lin.l1{
	top: 13px;
	transform: rotate(45deg);
}
.next_articles_readthis .closetip .lin.l2, .close_subscr .lin.l2{
	top: 8px;
	transform: rotate(-45deg);
}

.next_articles_readthis.hideimg .closetip{
	border: solid 1px black;
}
.next_articles_readthis.hideimg .closetip .lin.l1{
	top: 13px;
	transform: rotate(90deg);
}
.next_articles_readthis.hideimg .closetip .lin.l2{
	top: 8px;
	transform: rotate(0deg);
}

.next_articles_readthis.hideimg .closetip:hover .lin.l1{
	top: 13px;
	transform: rotate(90deg);
}
.next_articles_readthis.hideimg .closetip:hover .lin.l2{
	top: 8px;
	transform: rotate(0deg);
}


.next_articles_readthis.hideimg .closetip{
	top: -18px;
}


/*HEJ HEJ HEJ*/
.next_articles_readthis .alsoread{
	right: 0px;
	bottom: -400px;
	position: absolute;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.05em;
	color: black;
	-webkit-transition : bottom 250ms ease-out;
  	-moz-transition : bottom 250ms ease-out;
  	-o-transition : bottom 250ms ease-out;
  	transition : bottom 250ms ease-out;
  	width: 100%;
  	-webkit-box-shadow: 0px 0px 7px 5px rgba(100,100,100,0.2);
	-moz-box-shadow: 0px 0px 7px 5px rgba(100,100,100,0.2);
	box-shadow: 0px 0px 7px 5px rgba(100,100,100,0.2);
  	
}
.next_articles_readthis.show .alsoread{
	bottom: 0px;
}

.next_articles_readthis .alsoread a{
	border-style: none;	
	color: black;
	display: block;
	padding: 0px;
	position: relative;
}
.next_articles_readthis .alsoread a:hover{
	
}
.next_articles_readthis .alsoread a .text_vinjett{
	letter-spacing: 0em;
	margin-bottom: 0px;
}
.next_articles_readthis .alsoread a.hasimg .text_vinjett{
	padding-left: 90px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
}

.next_articles_readthis .alsoread a .text_vinjett .vinjettord{
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #952222;
	font-family: "Trocchi";
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.next_articles_readthis .alsoread a .text_vinjett h3{
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0em;/*va 0.05em*/
	font-family: "OPTIRailroadGothic";
	padding-left: 0;
	padding-right: 0;
	font-weight: 400;	
}


/*SLUT PÅ RELATERAD LÄSNING*/




.thecontent .entry-content{
	color: #1a171b;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0em;
	font-weight: 400;
	font-family: "Merriweather";
}
.thecontent .entry-content .anfang, .thecontent .entry-content p.has-drop-cap:first-letter{
	font-family: "OPTIRailroadGothic";
	font-size: 115px;
	line-height: 90px;
	text-transform: uppercase;
	position: relative;
	margin-top: 6px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	letter-spacing: 0em;
	margin-left: -10px;
}

.thecontent .entry-content .factbox.hoger .anfang, .thecontent .entry-content .factbox.hoger p.has-drop-cap:first-letter,
.thecontent .entry-content .factbox.vanster .anfang, .thecontent .entry-content .factbox.vanster p.has-drop-cap:first-letter{
	font-size: 80px;
	line-height: 80px;
}
.thecontent .entry-content .factbox.hoger .content ul li, .thecontent .entry-content .factbox.hoger .content ol li,
.thecontent .entry-content .factbox.vanster .content ul li, .thecontent .entry-content .factbox.vanster .content ol li{
	margin-bottom: 10px;
}
.factbox.hoger figure.wp-caption.alignleft .wp-caption-text, .factbox.hoger figure.wp-caption.alignright .wp-caption-text, .factbox.hoger figure.alignleft figcaption, .factbox.hoger figure.alignright figcaption,
.factbox.vanster figure.wp-caption.alignleft .wp-caption-text, .factbox.vanster figure.wp-caption.alignright .wp-caption-text, .factbox.vanster figure.alignleft figcaption, .factbox.vanster figure.alignright figcaption{
	font-size: 12px;
	line-height: 16px;
}

.thecontent .entry-content p.has-drop-cap:first-letter{
	margin-top: 0;
}
.thecontent .entry-content strong, .thecontent .entry-content b{
	font-weight: 600;
}
.thecontent .slideshow.variant.variant1 .slideelement{
	width: 50%;
	display: inline-block;
	position: relative;
	float: left;
}

.thecontent .slideshow.variant.variant1 .slideelement .padd a.imagelink{
	height: 100%;
	display: block;
}

.thecontent .slideshow.variant.variant1 .slideelement.le .padd{
	margin-right: 5px;
}
.thecontent .slideshow.variant.variant1 .slideelement.ri .padd{
	margin-left: 5px;
}
.thecontent .slideshow.variant.variant1 .slideelement .padd{
	margin-bottom: 10px;
	display: block;
	position: relative;
	height: 160px;
}





.thecontent .slideshow.variant.variant1 .slideelement .padd .bgimage{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.thecontent .slideshow.variant.variant1 .slideelement .padd .bgimage .imagetextonhover{
	position: absolute;
	right: 5px;
	bottom: 5px;
	opacity: 0;
	z-index: 1;
}
/*
.thecontent .slideshow.variant.variant1 .slideelement:hover .padd .bgimage .imagetextonhover{
	opacity: 1;
}
*/
.bgimage .imagetextonhover{
	max-width: 200px;
}
.wide .bgimage .imagetextonhover{
	max-width: 300px;
}
.thecontent .slideshow.variant.variant1 .slideelement .padd .bgimage .imagetextonhover .wp-caption-text{
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	padding: 8px 10px;
	width: inherit;
	border-style: none;
	background-color: white;
}

.thecontent .slideshow.variant.variant1 .slideelement .padd .bgimage .toshow{
	display: none;
}
	



.thecontent .entry-content ul, .thecontent .entry-content ol{
	list-style: none;
	margin-left: 30px;
}
.thecontent .entry-content ol{
	counter-reset: item;
}

.thecontent .entry-content ol li{
	padding-left: 35px;
	margin-bottom: 30px;
}
.thecontent .entry-content ol li:before{
    content: counter(item, decimal)'.';
	counter-increment: item;
	display: block;
	float: left;
	margin-left: 0px;
	position: inherit;
	bottom: 0px;
	color: #a13c3c;
	font-size: 20px;
	line-height: 19px;
	font-family: "Trocchi";
	position: relative;	
	text-align: center;
	margin-left: -27px;
}

.thecontent .entry-content ul li{
    padding-left: 35px;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 30px;
}
.thecontent .entry-content ul li:before{
	position: relative;
	content: " ";
	background-image: url("https://www.hemslojd.se/wp-content/themes/hemslojd/images/bullet.png");
	display: block;
	width: 20px;
	height: 20px;
	background-size: 90% 90%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -28px;
	float: left;
	top: 2px;
}
.thecontent .entry-content ul.iconmenu li:before{
	display: none;
}

.entry-content .twitter-tweet{
	margin: 0 auto;
}
.thecontent .entry-content p, .thecontent .entry-content ul, .thecontent .entry-content ol, .thecontent .entry-content blockquote, .entry-content .twitter-tweet{
	margin-bottom: 30px;
}

.thecontent .entry-content blockquote p:before{
	content: '»';
	position: relative;
	left: 0;
	display: inline;
	color: #9b2d2d;
	font-size: 19px;
	line-height: 20px;
	font-family: 'Trocchi';
	text-align: center;
	font-style: normal;
	margin-right: 7px;
}
.thecontent .entry-content blockquote p:after{
	content: '«';
	position: relative;
	left: 0;
	display: inline;
	color: #9b2d2d;
	font-size: 19px;
	line-height: 20px;
	font-family: 'Trocchi';
	text-align: center;
	font-style: normal;
	margin-left: 7px;
}


.thecontent .entry-content blockquote{
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #1a171b;
	display: block;
	margin-bottom: 30px;
	margin-top: 0px;
	font-weight: 400;
	font-family: 'Trocchi';
	clear: both;
	margin-left: 35px;
	margin-right: 35px;
	position: relative;
	text-align: center;
	max-width: 630px;
}

.thecontent .entry-content blockquote.moremargin{
	margin-bottom: 40px;
}

.thecontent .entry-content blockquote p{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}

.thecontent .entry-content blockquote .smaller, .thecontent .entry-content blockquote cite{
	bottom: -25px;
    display: block;
    font-size: 13px;
    font-style: normal;
    left: 0;
    line-height: 13px;
    position: absolute;
    width: 100%;
    letter-spacing: 0em;
	color: #1a171b;
	font-weight: 500;
	font-family: 'Trocchi';
}

.thecontent .entry-content blockquote cite{
	position: relative;
	bottom: 0 !important;
	margin-top: 10px;
}

.thecontent .entry-content blockquote .smaller b, .thecontent .entry-content blockquote .smaller strong,
.thecontent .entry-content blockquote cite b, .thecontent .entry-content blockquote cite strong{
	font-weight: 500;
	
}
.thecontent .entry-content h1,
.thecontent .entry-content h2{
	color: #1a171b;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 700;
	font-family: "Merriweather";
	clear: none;
}
.thecontent .entry-content h3,
.thecontent .entry-content h4,
.thecontent .entry-content h5,
.thecontent .entry-content h6,
.thecontent .entry-content h7,
.thecontent .entry-content h8,
.thecontent .entry-content h9{
	color: #1a171b;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0em;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 700;
	font-family: "Merriweather";
	clear: none;
}

.thecontent .entry-content figure{
	position: relative;	
	max-width: 100%;
	display: inline-block;
}
.thecontent .entry-content img{
	max-width: 100% !important;
	height: auto !important;
}

.entry-content .published{
	font-size: 14px;
	line-height: 18px;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	letter-spacing: 0.05em;
}
.entry-content .published .date{
   	margin-bottom: 10px;
}
.entry-content .published .cat{
   	color: #909090;
}
.entry-content .published .cat a{
	color: #1a171b;
	border-bottom: solid 1px #a13c3c;
	padding-bottom: 3px;
	margin-right: 5px;
}
.entry-content .published .cat a:hover{
	color: #a13c3c;
}
.entry-content .taggar{
	margin-bottom: 20px;
}
.entry-content .taggar a{
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.05em;
	border-style: none;
   	font-family: 'Source Sans Pro'; 
   	font-weight: 400;
   	margin-right: 4px;
   	margin-left: 4px;
   	margin-bottom: 8px;
   	display: inline-block;
   	background-color: #f6ede1;
   	border-radius: 4px;
   	padding: 8px 10px 5px;
}
.entry-content .taggar a:hover{
	background-color: #1a171b;
	color: white;
}



.ie8 .thecontent .entry-content img{
	width: 100%;
	height: auto;
}
.thecontent .entry-content img.aligncenter, .thecontent .entry-content figure.aligncenter{
	margin-bottom: 35px;
	max-width: 100%;
	display: table;
}
.thecontent .entry-content .slideshow figure.aligncenter{
	margin-bottom: 0;
}

.thecontent .entry-content figure{
	max-width: 100%;
}


.thecontent .entry-content .alignnone{
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.thecontent .entry-content .alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 150px;	
}
.thecontent .entry-content .alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 150px;		
}

.thecontent .entry-content .aligncenter{
	float: none;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}



.wp-caption-text .smaller{

}
.wp-caption-text .smaller .fototext{
 
}
.wp-caption-text, figcaption{
    bottom: 0;
    color: #6e6e6e;
    display: block;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0em;
    margin: 0;
    text-align: left;
   	font-family: 'Source Sans Pro';
   	font-weight: 400;
   	padding-top: 12px;
   	padding-bottom: 5px;
}
.aboveimage .wp-caption-text{
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.aboveimage .slideel{
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.aboveimage .centerit{
	clear: both;
	display: block;
}

.slideshow.normal .wp-caption-text{
	background-color: white;
	border-style: none;
}
figure.aligncenter .wp-caption-text, figure.aligncenter figcaption{
    font-size: 14px;
    line-height: 16px;		
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
}

.entry-content .slideelement .imgpadding{
	border-style: none;
}
figure.wp-caption.alignleft .wp-caption-text, figure.wp-caption.alignright .wp-caption-text,
figure.alignleft figcaption, figure.alignright figcaption{
    font-size: 12px;
    line-height: 16px;
}
.finanslivenlarge{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.finanslivenlarge .url, .finanslivenlarge .meta{
	display: none;
}
.showlargeimage{
    background-color: #d8d8d8;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    right: 0px;
    top: 0px;
    width: 30px;
    border-radius: 4px;
}
.showlargeimage .icon{
    background-position: -388px -138px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.thecontent .share_single_bottom{
	margin-bottom: 35px;
	display: inline-block;
}
.thecontent .share_single_bottom .icons{
	
}
.thecontent .share_single_bottom .icons a.moreicon{
	border-style: none;
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.05em;
	padding: 18px 16px 18px 16px;
	border-radius: 2px;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
	float: left;
	margin-right: 10px;
}

.thecontent .share_single_bottom .icons a.moreicon .text{
	position: relative;
	bottom: 5px;
	display: none;
}
.thecontent .share_single_bottom .icons a.moreicon .icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 0px;
}
.thecontent .share_single_bottom .icons a.moreicon.facebook{
	background-color: #3b5998;
}
.thecontent .share_single_bottom .icons a.moreicon.twitter{
	background-color: #00aced;
}
.thecontent .share_single_bottom .icons a.moreicon.linkedin{
	background-color: #007bb5;
}

.thecontent .share_single_bottom .icons a.moreicon.facebook:hover{
	background-color: #30487b;
}
.thecontent .share_single_bottom .icons a.moreicon.twitter:hover{
	background-color: #0293ca;
}
.thecontent .share_single_bottom .icons a.moreicon.linkedin:hover{
	background-color: #02628f;
}

.thecontent .share_single_bottom .icons a.moreicon.facebook .icon{
	background-position: -448px -525px;
}
.thecontent .share_single_bottom .icons a.moreicon.twitter .icon{
	background-position: -450px -561px;
}
.thecontent .share_single_bottom .icons a.moreicon.linkedin .icon{
	background-position: -449px -597px;
}



.thecontent .footer_share{
	display: block;
	border-bottom: solid 1px #dcdcdc;
	margin-bottom: 18px;
}
.thecontent .footer_share .text_photo{
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	font-family: 'Source Sans Pro'; 
	font-weight: 600;
}
.thecontent .footer_share .text_photo.blogbyline{
	margin-top: 30px;
	cursor: pointer;
}
.thecontent .footer_share .text_photo.blogbyline .inp{
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 450px;
	margin: 0 auto;
}
.thecontent .footer_share .text_photo.blogbyline .inp p{
	margin-bottom: 10px;
}
.thecontent .footer_share .text_photo.blogbyline .inp ul{
	margin: 0;
	margin-bottom: 20px;
	text-align: left;
}
.thecontent .footer_share .text_photo.blogbyline .inp ul li{
	padding-left: 30px;
	margin-bottom: 5px;
}
.thecontent .footer_share .text_photo.blogbyline .inp ul li:before{
	width: 15px;
	height: 15px;
	background-size: 90% 90%;
	margin-left: -28px;
}
.thecontent .footer_share .text_photo.blogbyline:hover .photo{
	border-color: #1a171b;
}
.thecontent .footer_share .text_photo.blogbyline .description{
	display: none;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Source Sans Pro'; 
	font-weight: 400;	
	letter-spacing: 0.025em;
}
.thecontent .footer_share .text_photo.blogbyline.click .description{
	display: block;
}

.thecontent .footer_share .text_photo.blogbyline .photo{
	border: solid 3px #dadada;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
}

.thecontent .footer_share .text_photo .authorbyline, .thecontent .footer_share .text_photo .photobyline{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.thecontent .footer_share .text_photo .av{
	color: #909090;
}
.thecontent .footer_share .text_photo a{
	padding-bottom: 2px;
	border-bottom: solid 1px #a13c3c;
}
.thecontent .footer_share .text_photo a:hover{
	color: #a13c3c;
}

.thecontent .share_single{
	text-align: left;
	border-right: solid 1px #eeeeee;
	margin-bottom: 0px;
	width: 50px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: none;
}


.thecontent .share_single .icons{
	display: inline-block;
	float: right;
}
.thecontent .share_single .icons .moreicon{
	display: inline-block;
	float: left;
	text-align: center;
	text-decoration: none;
	border: none;
	width: 47px;
	height: 50px;
	border-bottom: solid 1px #eeeeee;
	position: relative;
}
.thecontent .share_single .icons .moreicon.linkedin{
	border-style: none;
}
.thecontent .share_single .icons .moreicon:hover{
	background-color: #a13c3c;
}

.thecontent .share_single .icons .moreicon .icon{
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px;
}
.thecontent .share_single .icons .moreicon.facebook .icon{
	background-position: -327px -526px;
}
.thecontent .share_single .icons .moreicon.twitter .icon{
	background-position: -330px -561px;
}
.thecontent .share_single .icons .moreicon.linkedin .icon{
	background-position: -329px -597px;
}


.selectBox-dropdown {
    min-width: 280px;
    position: relative;
    line-height: 18px;
    text-decoration: none;
    text-align: left;
    color: #b5b5b5;
    outline: none;
    vertical-align: middle;
    background: none;
    display: inline-block;
    cursor: default;
    padding: 12px 10px 7px;
    background-color: white;
    border: solid 1px transparent;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 0px 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.025em;
    color: #1a171b;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 6px;
    right: 0;
    width: 55px;
    height: 76%;
    background-image: url("images/spritesold.png");
    background-repeat: no-repeat;
    background-position: 15px -368px;
    border-right: solid 7px white;
    border-left: solid 1px #eeebeb;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #eeebeb; /* should be the same border width as .selectBox-dropdown */
    background: white;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
    color: #1a171b;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    line-height: 2.0;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #eeebeb;
    color: #333;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #333;
    color: white;
}
.selectBox-options LI.selectBox-selected.selectBox-hover A {
	color: white;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

.aboveimage{
	position: fixed;
	z-index: 10002;
	left: 0;
	padding-top: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	transform: scale(0);
	-webkit-transition : transform 250ms ease-in, background-color 250ms ease-in;
  	-moz-transition : transform 250ms ease-in, background-color 250ms ease-in;
  	-o-transition : transform 250ms ease-in, background-color 250ms ease-in;
  	transition : transform 250ms ease-in, background-color 250ms ease-in;
}
.aboveimage.subscribesplash{
	display: none;	
	transform: scale(1);
	opacity: 0;
	-webkit-transition : opacity 250ms ease-in;
  	-moz-transition : opacity 250ms ease-in;
  	-o-transition : opacity 250ms ease-in;
  	transition : opacity 250ms ease-in;
	background-color: rgba(0, 0, 0, 0.4);
}
.csstransitions .aboveimage{
	display: block;
}
.csstransitions .aboveimage.subscribesplash{
	display: none;
}
.aboveimage.show{
	display: block;
	transform: scale(1);
}
.aboveimage.subscribesplash.show, .csstransitions .aboveimage.subscribesplash.show{
	display: block;
}
.aboveimage.subscribesplash.show.opacity, .csstransitions .aboveimage.subscribesplash.show.opacity{
	opacity: 1;
}

.aboveimage.bg{
	background-color: rgba(255, 255, 255, 1);
}
.no-rgba .aboveimage.bg{
	background-color: white;
}

.aboveimage .image{
	max-width: 90%;
	margin: 0 auto;
}
.aboveimage .btnstyle{
	background-color: #1a171b;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 10;
	position: relative;
	margin-bottom: 0px;
	border: solid 1px #1a171b;
}
.aboveimage .toolbox .line{
	background-color: #1a171b;
	height: 1px;
	display: block;
	text-align: center;
	float: none;
	width: 100%;
}
.aboveimage .toolbox .line .ins{
	width: 30px;
	height: 1px;
	display: block;
	background-color: #dddd;
	margin: 0 auto;
}
.aboveimage .btnstyle .ins{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	display: block;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
.aboveimage .btnstyle.zoomin .ins{
	background-position: -207px -610px;
}
.aboveimage .btnstyle.zoomout .ins{
	background-position: -237px -610px;
}
.aboveimage .btnstyle.reset .ins{
	background-position: -170px -579px;
}
.aboveimage .btnstyle.zoomin:hover .ins{
	background-position: -207px -579px;
}
.aboveimage .btnstyle.zoomout:hover .ins{
	background-position: -237px -579px;
}
.aboveimage .btnstyle.reset:hover .ins{
	background-position: -135px -579px;
}

.aboveimage.nlpopup{
	
}
.aboveimage.nlpopup .w4_newsletter_widget{
	max-width: 600px;
	  margin: 0 auto;
	  position: relative;
	  padding-top: 40px;
	  padding-bottom: 30px;
	  padding-left: 20px;
	  padding-right: 20px;
	  margin-left: 20px;
	  margin-right: 20px;
}
.aboveimage.nlpopup .w4_newsletter_widget .max{
	padding-left: 10px;
	padding-right: 10px;
}

.aboveimage.nlpopup .toolbox{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

	
.aboveimage .toolbox{
	position: fixed;
	top: 50%;
	margin-top: -100px;
	right: 0px;	
	z-index: 1;
	width: 42px;
}
.aboveimage .btnstyle:hover{
	background-color: white;
	border-color: #dadada;
}
.aboveimage .close:hover .l{
	background-color: #1a171b;
}
.aboveimage.subscribesplash .close:hover .l{
	background-color: #952222;
}

.aboveimage .close .l{
	width: 20px;
	height: 2px;
	background-color: white;
	position: absolute;
	top: 19px;
	left: 10px;
}
.aboveimage.subscribesplash .close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.aboveimage.subscribesplash .close .l{
	background-color: #1a171b;
	height: 4px;
}
.aboveimage .close .l.l1{
	transform: rotate(-45deg);
}
.aboveimage .close .l.l2{
	transform: rotate(45deg);
}

.aboveimage .videomax{
	width: 80%;
	max-width: 2000px;
	margin: 0 auto;
}
.aboveimage img{
	/*
	height: auto;
	max-width: 100%;
	max-height: 80vh;
	*/
	display: block;
	max-width:100%;
	max-height:80vh;
	width: 100%;
	height: auto;
	object-fit: contain;
	
}

.no-rgba .aboveimage{
	background-color: white;
}


.aboveimage .table, .puff.tweet .table{
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.aboveimage .table .row{
	width: 100%;
	/*height: 100%;*/
	display: table-row;
}
.aboveimage .table .cell{
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.table{
	width: 100%;
	height: 100%;
	display: table;
}
.table .cell{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.subscribesplash .formerform {
    position: relative;
    background-color: #fff;
    display: inline-block;
    text-align: right;
    max-width: 900px;
}
.subscribesplash .formerform .imgcont{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	background-image: url("https://www.hemslojd.se/wp-content/themes/hemslojd/images/hemslojd-garn.jpg");
	background-position: center center;
	background-size: cover;
	display: none
}
.subscribesplash .formerform .formcont{
	text-align: center;
	padding-left: 0;
}
.subscribesplash .formerform .formcont .padd{
	padding: 100px 35px 50px;
}
.subscribesplash .formerform .formcont .logo {
    display: inline-block;
    width: 190px;
	height: 50px;
	background-position: -10px -142px;
    margin-bottom: 20px;
}
.subscribesplash .formerform .formcont h2 {
	font-weight: 700;
	font-family: "Merriweather";
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
}
.subscribesplash .formerform .formcont .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

/**
	FOOTER
**/	


/******* OWL *********/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    
    position: relative;
    z-index: 1;
}
.owl-carousel.off{
	display: block;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.w4_related .owl-carousel .owl-stage, .puffs.owl-carousel .owl-stage{
	padding-left: 10px !important;
}


.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
       
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.entry-content .owl-carousel .owl-item {
	text-align: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
	margin: 0;
	padding: 0;
	position: relative;
	width: 42px;
	height: 42px;
	border: solid 1px #eaeaea;
	background-color: white;
	text-indent: -99999px;
	margin-top: 0px;
	margin-right: 10px;
}
.owl-carousel .owl-nav .owl-prev.alt,
.owl-carousel .owl-nav .owl-next.alt{
	position: relative;
	background-color: transparent;
	left: 0;
	right: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.owl-carousel .owl-nav .owl-prev{
	background-image: url("images/sprites.png");
	background-position: 0px -624px;	
	left: 0px;
	top: 0;
	transform: rotate(-180deg); /*TODO*/
}
.owl-carousel .owl-nav .owl-next{
	background-image: url("images/sprites.png");	
	background-position: 0px -624px;
	right: 0px;
	top: 0;	
}
.owl-carousel .owl-nav .owl-next:hover{
	background-position: -88px -624px;
}
.owl-carousel .owl-nav .owl-prev:hover{
	background-position: -88px -624px;
}


.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js .owl-carousel {
    display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #1a171b;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-nav {
    position: absolute;
	left: 10px;
	top: 20px;
	width: 100%;
	text-align: left;
	-webkit-tap-highlight-color: transparent;
}
.owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-nav [class*='owl-']:hover {
    background-color: #eaeaea;
    color: #FFF;
    text-decoration: none;
}
.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-dots {
	margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #1a171b;
}
.owl-dots .owl-dot:hover span{
	background-color: #a13c3c;
	
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
NICELINK	
**/
.entry-content .nicelink{
	margin-bottom: 30px;
	text-align: left;
	position: relative;
	display: block;
	border-bottom: solid 1px #dadada;
	border-top: solid 1px #dadada;
	margin-left: 20px;
	margin-right: 20px;
}
.thecontent .entry-content .nicelink h3{
	padding: 0;
	margin: 0;
	font-size: 25px;
	line-height: 29px;
	word-wrap: break-word;
	text-transform: uppercase;
	letter-spacing: 0em;/*va 0.05em*/
   	font-family: 'OPTIRailroadGothic';
   	font-weight: normal;
   	float: left;
   	display: inline-block;
}
.thecontent .entry-content .nicelink .arrcircle{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: solid 1px #dadada;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -14px;
}
.thecontent .entry-content .nicelink .arrcircle .arr{
	display: block;
	width: 16px;
	height: 16px;
	background-position: -125px -728px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}
.thecontent .entry-content .nicelink a{
	border-style: none;
	display: block;
	padding-top: 35px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
	cursor: pointer;
}
.thecontent .entry-content .nicelink a:hover .arrcircle{
	background-color: #952222;
}

.thecontent .entry-content .nicelink a:hover .arrcircle .arr{
	background-position: -193px -728px;
}

.thecontent .entry-content .nicelink a .alsoread{
	position: absolute;
	display: inline-block;
	color: #952222;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.05em;
   	font-family: 'Trocchi', sans-serif;
   	top: 10px;
   	left: 20px;
   	margin-top: 0px;
}
.singlepage .main-entry-container .entry-content .nicelink a{
	display: block;
	border-style: none;

}

/**
 * 	FAKTARUTOR
 */
.expandingbox{
	position: relative;
	z-index: 12;
} 
.factbox{
	clear: both;
    position: relative;
    z-index: 11;
    margin-bottom: 40px;
}	
.factbox.centrerad{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.factbox.centrerad.minify{
	margin-bottom: 40px;
}

.factbox.cloned{
	visibility: hidden;
	position: relative;
	display: none;
}
.factbox.expanded{
	position: relative;
	top: 0;
	/*
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	*/
}
.factbox.expanded.hoger{
	right: 0;
}
.factbox.expanded.vanster{
	left: 0;
}
body .factbox.expanded .content .height{
	height: inherit;
}

.factbox .insidefactbox{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	color: #1a171b;
}


.factbox .insidefactbox{
	background-color: white;
	border: solid 1px #dadada;
	
	-webkit-box-shadow: 0px 3px 2px 2px rgba(235,235,235,0.5);
	-moz-box-shadow: 0px 3px 2px 2px rgba(235,235,235,0.5);
	box-shadow: 0px 3px 2px 2px rgba(235,235,235,0.5);
}


.factbox .insidefactbox .content{
	overflow: hidden;
	
}
.factbox .insidefactbox .maxwidth{
	max-width: 630px;
	margin: 0 auto;
}

.entry-content .factbox h3.title{
	text-align: center;
	color: #1a171b;
	letter-spacing: 0.05em;
	padding: 0;
	font-size: 17px;
    line-height: 21px;
    margin: 0px;
    margin-bottom: 20px;
    display: block;
    font-weight: 400;
   	font-family: 'Trocchi', sans-serif;
}
.entry-content .factbox h3.toptitle{
	text-align: center;
	color: #952222;
	letter-spacing: 0.05em;
	padding: 0;
	font-size: 12px;
    line-height: 14px;
    margin: 0px;
    margin-bottom: 15px;
    display: block;
    font-weight: 400;
   	font-family: 'Trocchi', sans-serif;
   	text-transform: uppercase;

}

.factbox.static .content{
	font-size: 14px;
	line-height: 18px;
}
.factbox .content{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0em;
	margin: 0 auto;
	color: #1a171b;
	font-family: 'Trocchi', sans-serif;
}
.factbox .content strong, .factbox .content b{
	font-weight: 700;
}

.factbox .content .height{
	overflow: hidden;
	margin-bottom: 0px;
}
.factbox.vanster.minify .content .height, .factbox.hoger.minify .content .height, .factbox.centrerad.minify .content .height{
	height: 100px;
	position: relative;
}
.factbox.vanster.minify .content .height .shade, .factbox.hoger.minify .content .height .shade, .factbox.centrerad.minify .content .height .shade{
	height: 100px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 1;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&0+0,1+60 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.factbox .expand{
	cursor: pointer;
	display: block;
	height: 0px;
	position: relative;
}
.factbox.hoger .expand{
	
}
.factbox.centrerad .expand{
	
}


.factbox .expand:hover{
	
}
.factbox .expand .circle{
	-webkit-backface-visibility: hidden;
	position: absolute;
	right: 50%;
	top: -28px;
	margin-right: -28px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: solid 1px #dadada;
	background-color: white;
	z-index: 1;
	cursor: pointer;
}
.factbox .expand:hover .circle{
	background-color: #952222;
}
.factbox .expand:hover .circle .icon{
	background-position: -50px -766px;
}
	
.factbox.expanded .expand .circle .icon{
	background-position: -503px -766px;
}
.factbox.expanded .expand:hover .circle .icon{
	background-position: -461px -766px;
}

.factbox .expand .circle .icon{
    background-position: -92px -766px;
    bottom: 50%;
    display: block;
    height: 26px;
    left: 50%;
    margin-bottom: -13px;
    margin-left: -13px;
    position: absolute;
    width: 26px;
}

.factbox.centrerad .expand .icon{
	
}

.thecontent .entry-content .factbox .content p{
	padding: 0;
	margin-bottom: 25px;
}
.thecontent .entry-content .factbox .content h1,
.thecontent .entry-content .factbox .content h2,
.thecontent .entry-content .factbox .content h3,
.thecontent .entry-content .factbox .content h4,
.thecontent .entry-content .factbox .content h5,
.thecontent .entry-content .factbox .content h6,
.thecontent .entry-content .factbox .content h7{
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 5px;
	margin-top: 20px;
	letter-spacing: 0em;
	font-family: 'Trocchi', sans-serif;
	font-weight: 500;
	text-align: left;
}
.thecontent .entry-content .factbox .content h3,
.thecontent .entry-content .factbox .content h4,
.thecontent .entry-content .factbox .content h5,
.thecontent .entry-content .factbox .content h6,
.thecontent .entry-content .factbox .content h7{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 20px;
}

.thecontent .entry-content .factbox .content .slideshow.variant.variant1 .slideelement.le .padd{
	margin-right: 5px;
	height: 210px;	
}
.thecontent .entry-content .factbox .content .slideshow.variant.variant1 .slideelement.ri .padd{
	margin-left: 5px;
	height: 210px;		
}
.thecontent .entry-content .factbox .content .slideshow.variant.variant1 .slideelement .padd{
	margin-botttom: 10px;
}

.thecontent .entry-content .factbox.vanster .content .alignleft, .thecontent .entry-content .factbox.vanster .content .alignright,
.thecontent .entry-content .factbox.hoger .content .alignleft, .thecontent .entry-content .factbox.hoger .content .alignright{
	max-width: 190px;
}

.thecontent .entry-content .factbox .content .slideshow.variant.variant1{
	padding-left: 0;
	padding-right: 0;
}

.thecontent .entry-content .factbox .content .nicelink a{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 70px;
}
.thecontent .entry-content .factbox .content .nicelink a .alsoread{
	top: 17px;
	left: 20px;
	margin-top: 0px;
}

.thecontent .entry-content .factbox .content .nicelink .arrcircle{
	right: 20px;
}


.thecontent .entry-content .factbox .content ul li, .thecontent .entry-content .factbox .content ol li{
	margin-bottom: 25px;
}

.thecontent .entry-content .factbox .content ul li:before {
    width: 19px;
    height: 19px;
    margin-left: -25px;
    top: 5px;
}
.thecontent .entry-content .factbox .content ol li:before {
	font-size: 22px;
	line-height: 22px;
	left: 0;
	width: 20px;
	height: 20px;
	margin-left: -30px;
}
.thecontent .entry-content .factbox .content .anfang{
    font-size: inherit;
    line-height: inherit;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    font-family: inherit;
    text-transform: none;
    display: inline;
    float: none;
    letter-spacing: inherit;
}





.thecontent .entry-content .factbox .content blockquote:before{
	font-size: 76px;
	line-height: 20px;
}

.thecontent .entry-content .factbox .content blockquote{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
}


.thecontent .entry-content .factbox .content ul{
	margin-left: 0;
	margin-right: 0;
}
.thecontent .entry-content .factbox .content ol{
	margin-left: 0;	
	margin-right: 0;
}

.thecontent .entry-content .factbox .content ul li, .thecontent .entry-content .factbox .content ol li{
	padding-left: 25px;
}

.thecontent .entry-content .factbox .content figure.wp-caption.alignleft, .singlepage .entry-content .factbox .content img.alignleft{
	margin-bottom: 10px;
	margin-right: 20px;
}
.thecontent .entry-content .factbox .content figure.wp-caption.alignright, .singlepage .entry-content .factbox .content img.alignright{
	margin-bottom: 10px;
	margin-left: 20px;
}
.thecontent .entry-content .factbox .content figure.wp-caption.aligncenter, .singlepage .entry-content .factbox .content img.aligncenter{
	margin-bottom: 20px;
}
.thecontent .entry-content .slideshow figure.wp-caption.aligncenter{
	margin-bottom: 0px !important;
}

.thecontent .entry-content .factbox .content ul{
	padding: 0;
	margin-bottom: 20px;
}
.thecontent .entry-content .factbox .content ol{
	padding: 0;
	margin-bottom: 20px;
}
/**
 * 	FAKTARUTOR SLUT
 */


/**
 * 	MOBILEN
 */
 
@media screen and (max-width: 550px) {
	
	.thecontent .entry-content .exmarg{
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.thecontent .entry-content .factbox.centrerad.static{
		margin-left: 20px;
		margin-right: 20px;
	}
	.thecontent .entry-content .factbox.hoger{
		margin-right: 20px;
		margin-left: 20px;
	}
	.thecontent .entry-content .factbox.vanster{
		margin-left: 20px;
		margin-right: 20px;
	}
	.factbox.centrerad{
		margin-left: 20px;
		margin-right: 20px;
	}
	.factbox.static .insidefactbox{
		padding: 25px 5px 0px;
	}
	.factbox .content, .factbox.static .content{
		font-size: 12px;
		line-height: 20px;
	}
	.factbox .content .height{
		margin-bottom: 10px;
	}
}
 
@media screen and (max-width: 400px) {
	.gridholder{
		width: 100%;
	}
	.gridholder.morewide{
		width: 100%;
	}
	.gridholder.morewide .gridpadding.name{
		padding-left: 0px;
		padding-right: 0px;
	}
	.gridpadding.name{
		padding-left: 0px;
		padding-right: 0px;
	}	
}
@media screen and (min-width: 375px) {
	.thecontent .top_image_and_hl .textabove h1.maintitle{
		font-size: 34px;
		line-height: 40px;
	}
	.element.artpuff a .title_excerpt h2{
		font-size: 25px;
		line-height: 28px;	
	}
	.fokusart .artpuffspec .right .padding h2{
		font-size: 30px;
		line-height: 34px;
	}
	
}
@media screen and (min-width: 401px) {
	.gridholder{
		width: 100%;
	}
	.gridholder.morewide{
		width: 100%;
	}
}

@media screen and (min-width: 551px) {
	
	.thecontent .top_image_and_hl .textabove h1.maintitle{
		font-size: 40px;
		line-height: 48px;
	}
	
	#header .centerit.onlymobile{
		display: none;
	}
	
	#header .showsearch{
		display: inline-block;
	}
	
	.factbox.cloned{
		display: inherit;
	}
	.factbox.centrerad.cloned{
		display: none;
	}
	.factbox.expanded.vanster, .factbox.expanded.hoger{
		position: absolute;
	}
	.factbox.vanster{
		float:left;
		margin-right:20px;
	}
	.factbox.hoger{
		float:right;
		margin-left:20px;
	}
	.factbox.vanster.minify .content .height, .factbox.hoger.minify .content .height, .factbox.centrerad.minify .content .height{
		height: 180px;
	}
	.factbox.vanster, .factbox.hoger{
		width: 280px;
	}
	.factbox.centrerad{
		width: 380px;
	}
}

@media screen and (min-width: 594px){
	
	.factbox.vanster{
		float:left;
		margin-right:20px;
		margin-left: 0;
	}
	.factbox.hoger{
		float:right;
		margin-left:20px;
		margin-right: 0;
	}
	.factbox.centrerad{
		margin-left: auto;
		margin-right: auto;
	}
	
	.wline.w120{
		width: 120px;
	}	
	
	.thecontent .entry-content .wline.hl{
		margin-left: 10px;
	}
	
	.thecontent .entry-content > p,
	.thecontent .entry-content .exmarg,
	.thecontent .entry-content .wpcf7-form,
	.thecontent .entry-content ul,
	.thecontent .entry-content ol,
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-left: 50px;
		margin-right: 50px;
	}
	.thecontent .slideshow.variant.variant1{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	h3.modulehl, h2.modulehl{
		margin-left: 0px;
		margin-right: 0px;
	}
	#footer .footer_image{
		padding-left: 0;
		padding-right: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.fokusart a.artpuffspec{
		display: inline-block;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}
	
	.huvudflodet .container.toplarge .element.artpuff a, .archive_standard .element.artpuff a{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.w4_related .owl-carousel .owl-stage, .puffs.owl-carousel .owl-stage{
		padding-left: 0px !important;
	}
	.archive_standard .profile{
		margin-left: 0;
		margin-right: 0;
	}
			
	.gridholder{
		width: 554px;
	}
	.nextpages{
		padding-right: 0;
		padding-left: 0;
	}
	h1.archive_hl{
		margin-left: 0;
	}
	.gridholder.morewide{
		width: 574px;
	}
	
		
	.thecontent .entry-content .alignleft{
		max-width: 240px;
		margin-right: 15px;
	}
	.thecontent .entry-content .alignright{
		max-width: 240px;
		margin-left: 15px;
	}
}
@media screen and (max-width: 672px) {
	
}


@media screen and (min-width: 673px) {
	
	.close_subscr{
		right: 0;
	}
	.close_subscr .lin{
		width: 24px;
		height: 5px;
		margin: 0;
		left: 4px;
	}
	
	
	.subscribe_rek .imagehold{
		display: block;
		width: 15%;
		left: 0;
		top: 20px;
		position: absolute;
		z-index: 2;
		margin: 0;
		
	} 
	.subscribe_rek .text{
		position: relative;
		padding-left: 15%;
	}
	.subscribe_rek .text .padd{
		padding-bottom: 30px;
	}


	
	.gridholder{
		width: 632px;
	}
	.gridholder.morewide{
		width: 652px;
	}
	.thecontent .entry-content h1,
	.thecontent .entry-content h2{
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 15px;
	}	
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8,
	.thecontent .entry-content h9{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	
	.factbox.vanster, .factbox.hoger{
		width: 280px;
	}
	.factbox.centrerad{
		width: 420px;
	}
	.factbox.vanster.expanded, .factbox.hoger.expanded{
		width: 280px;
	}
	.factbox.centrerad.expanded{
		width: 320px;
	}

	.nicelink{
		max-width: 580px;
	}		 
	.thecontent .entry-content .alignleft{
		max-width: 240px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 240px;		
	}
	
}

@media screen and (min-width: 748px) {
	
	.aboveimage.nlpopup .w4_newsletter_widget{
		  padding-top: 40px;
		  padding-bottom: 30px;
		  padding-left: 40px;
		  padding-right: 40px;
		  margin-left: auto;
		  margin-right: auto;
	}
	.aboveimage.nlpopup .w4_newsletter_widget .max{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.thecontent .prenlystyle .entry-content p.info{
		font-size: 16px;
		line-height: 22px;
	}
	
	.thecontent .prenlystyle .entry-content .prenly-section{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.thecontent .prenlystyle .entry-content h2{
		font-size: 30px;
		line-height: 32px;
	}
	.thecontent .prenlystyle .entry-content h2 .icon{
		width: 34px;
		height: 34px;
		margin-right: 10px;
	}
	
	.thecontent .prenlystyle .entry-content .prenly-field{
		font-size: 18px;
		line-height: 24px;
		padding: 18px;
		padding-bottom: 14px;
	}
	
	.prenly-section a{
		font-size: 16px;
		line-height: 18px;
	}
	
	.login_functionality .notoken{
		font-size: 16px;
		line-height: 22px;
	}
	
	.login_functionality .error{
		font-size: 16px;
		line-height: 22px;	
	}
	.login_functionality .success{
		font-size: 16px;
		line-height: 22px;
	}
	
	.subscribesplash .formerform .imgcont{
		display: block;
	}
	.subscribesplash .formerform .formcont {
	    padding-left: 50%;
	}
	
	.lockedforms .left, .lockedforms.toppos .left{
		display: inline-block;
		float: left;
		width: 70%;
	}
	.lockedforms .right, .lockedforms.toppos .right{
		display: inline-block;
		float: left;
		width: 30%;
		text-align: right;
	}
	
	.thecontent .slideshow.normal.owl-carousel{
		max-width: 740px;
		margin-left: auto;
		margin-right: auto;
	}
	.thecontent .slideshow.normal.owl-carousel figure.aligncenter{
		max-width: 740px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.thecontent .entry-content .factbox .content ul li:before {
	    margin-left: -30px;
	}
	
	.smallinputexplain{
		max-width: 310px;
	}
	form.activate .holder.integritetspolicy{
		max-width: 270px;
	}
	
	.thecontent .locked_holder .error, form.activate .error{
		font-size: 16px;
		line-height: 22px;
	}
	.thecontent .locked_holder .success{
		font-size: 16px;
		line-height: 22px;
	}
	
	h1.archive_hl{
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	h1.archive_hl .smallerhl{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 10px;
		margin-top: 30px;
		padding-left: 10px;
		bottom: 2px;
	}
	
	
	.container.instagrams .link{
		font-size: 20px;
		line-height: 22px;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.container.instagrams .instapuff .hovertext .bottomtext .text{
		display: block;
	}	
	.container.instagrams .instapuff{
		width: 25%;
	}
	.container.instagrams .instapuff.lasttwo{
		display: inline-block;
	}
	
	
	.thecontent .locked_holder .button{
		margin-bottom: 20px;
		border-radius: 40px;
		padding-left: 100px;
		padding-right: 100px;
	}
	
	.thecontent .locked_holder h2{
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 30px;
	}
	.thecontent .locked_holder .text{
		padding-left: 0;
		padding-right: 0;
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 35px;	
	}	
	.thecontent .locked_holder .information{
		font-size: 18px;
		line-height: 28px;		
		margin-bottom: 15px;
	}
	.thecontent .locked_holder .smallertext{
		padding-left: 0;
		padding-right: 0;
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 35px;	
	}
	.subscribe_rek.waveline{
		margin-bottom: 0px;
	}	
	.waveline:after {
		height: 18px; /*h*/
	  	background-image: url("images/wiggle-white-to-gray-new.png");
	  	background-size: 95px 18px; /*h h*/
	}
	.waveline.graytowhite:after {
		background-image: url("images/wiggle-gray-to-white.png");
	}
	.waveline.goldtowhatever:after {
		bottom: -18px;
		background-image: url("images/wiggle-gold-to-whatever.png");
	}

	
	.wavelinetop:before {
	  height: 18px; /*h*/
	  background-image: url("images/wiggle-white-to-gray-top-new.png");
	  background-size: 95px 18px; /*h h*/
	}
	
	.searchcontent .inner{
		padding-bottom: 90px;
	}
	.huvudflodet .container.toplarge .element.artpuff a, .archive_standard .element.artpuff a{
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	.element{
		display: inline-block;
		float: left;
		width: 33.3%;	
	}
	
	
	.hamburgercontent .inner .hemslojden{
		width: 202px;
		height: 50px;
		background-position: -339px -437px;
	}

	
	.blogg_holder .element.artpuff a .title_excerpt h2{
		font-size: 22px;
		line-height: 30px;
	}
	
	.blogg_holder .element.artpuff a .title_excerpt .vinjett{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	
	.blogg_and_podd .maxwidth{
		padding-top: 90px;
	}
	.blogg_holder{
		padding-bottom: 60px;
	}	
	
	.modulescontainer{
		padding-top: 60px;
	}
	
	.container.articlepart.thecontent .paddingbottom, .archive_standard{
		padding-bottom: 100px;
	}
	
	
	.entry-content .published{
		font-size: 18px;
		line-height: 22px;
	}
	
	#footer #social_meny_cont_foot ul.menu, .hamburgercontent .inner ul#menu-socialmenu{
		text-align: left;
	}
		
	
	#footer .footer_bottom{
		padding-top: 30px;
		padding-bottom: 100px;
	}
	#footer .footer_bottom .content{
		max-width: 1080px;
		padding-left: 40px;
		padding-right: 40px;
		text-align: left;
	}
	#footer .footer_bottom .content .left .hemslojden{
		width: 310px;
		height: 72px;
		margin: 0;
		margin-bottom: 20px;
		background-position: -285px -345px;
	}
	#footer .footer_bottom .content .left .text{
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	#footer .footer_bottom .content .left .besok_ocksa{
		font-size: 15px;
		line-height: 22px;
	}
	#footer .footer_bottom .content .left .besok_ocksa .text{
		display: inline;
	}
	#footer .footer_bottom .content .left .besok_ocksa a{
		margin-left: 30px;
		margin-right: 0px;
		padding-bottom: 5px;
	}

	#footer .footer_bottom .content .right .copymadecont{
		font-size: 12px;
		line-height: 12px;
		margin-top: 12px;
		padding-bottom: 30px;
	}

	
	
	#footer .footer_image .footer_top{
		padding-bottom: 30px;
		padding-top: 50px;
	}
	#footer .footer_image .footer_top .left{
		width: 65%;
		display: inline-block;
		float: left;
	}
	#footer .footer_image .footer_top .left .padd .footerlogo{
		margin-left: 0;
		margin-right: 0;
	}
	#footer .footer_image .footer_top .left .padd{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
	}
	#footer .footer_image .footer_top .left .padd .socialfooter{
		margin-bottom: 30px;
		display: block;
	}
	#footer .footer_image .footer_top .left .padd .adress_and_menu .left_adr{
		width: 50%;
		display: inline-block;
		float: left;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
	}
	#footer .footer_image .footer_top .left .padd .adress_and_menu .left_adr .ansvarig{
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	#footer .footer_image .footer_top .left .padd .adress_and_menu .left_adr .ansvarig a{
		font-size: 18px;
		padding-bottom: 5px;
	}
	#footer .footer_image .footer_top .left .padd .adress_and_menu .right_menu{
		width: 50%;
		display: inline-block;
		float: left;
		margin-top: 0;
		text-align: left;
	}
	#footer .footer_image .footer_top .left .padd .adress_and_menu .right_menu ul li{
		margin-bottom: 10px;
	}
	#footer .footer_image .footer_top .left .padd .adress_and_menu .right_menu ul li a{
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 5px;
	}
	#footer .footer_image .footer_top .right{
		width: 35%;
		display: inline-block;
		float: left;
	}
	#footer .footer_image .footer_top .right .padd{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
	}
	#footer .footer_image .footer_top .right .padd .nrnews{
		max-width: 300px;
		margin-bottom: 30px;
	}
	#footer .footer_image .footer_top .right .padd .button{
		font-size: 18px;
		line-height: 18px;
		padding: 14px 35px 10px;
	}

	
	
	
	.w4_newsletter_widget{
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.w4_newsletter_widget .max{
		padding-left: 0;
		padding-right: 0;
	}
	.w4_newsletter_widget h2{
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 10px;
	}
	.w4_newsletter_widget .text{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 25px;
	}
	.w4_newsletter_widget form .holder{
		margin-bottom: 30px;
	}
	.w4_newsletter_widget form .nl_email, .entry-content form .nl_email{
		font-size: 20px;
		line-height: 24px;
		padding: 10px 20px;
	}	
	.w4_newsletter_widget form .holder .nl_submit{
		width: 50px;
		height: 50px;
		background-position: 3px -621px;
	}
	.w4_newsletter_widget form .holder .nl_submit:hover{
		background-position: -41px -621px;
	}	
	.holder.integritetspolicy{
		padding-left: 40px;
	}
	
	.holder.integritetspolicy [type="checkbox"]:not(:checked) + label::before, .holder.integritetspolicy [type="checkbox"]:checked + label::before {
	    left: 0;
	    top: 3px;
	    width: 16px;
	    height: 16px;
	}
	
	.holder.integritetspolicy [type="checkbox"]:not(:checked) + label::after, .holder.integritetspolicy [type="checkbox"]:checked + label::after {
	    top: 5px;
	    left: 5px;
	    font-size: 15px;
	    line-height: 0.8;
	}
	.holder.integritetspolicy [type="checkbox"]:checked + label::after {
	    opacity: 1;
	    transform: scale(1);
	}
	.holder.integritetspolicy .integr_text{
		font-size: 18px;
		line-height: 24px;
	}
	
	article .w4_related{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	
	h3.linehl .text, h2.linehl .text{
		padding-left: 30px;
		padding-right: 30px;
		top: 16px;
	}
	h2.linehl .text{
		padding-left: 0px;
	}

	
	h3.modulehl, h2.modulehl{
		margin-bottom: 40px;
		font-size: 30px;
		line-height: 34px;
	} 
	.blogg_and_podd h2.modulehl{
		font-size: 30px;
		line-height: 34px;
	}
	
	.thecontent figure.utfallande.parallax .wp-caption-text, .thecontent .is-style-parallax figure figcaption, .thecontent figure.is-style-parallax figcaption{
		bottom: 20px;
		right: 20px;
		background-color: white;
		padding: 20px;
		padding-bottom: 15px;
		font-size: 16px;
		line-height: 22px;
		max-width: 440px;
	}

	
	
	.thecontent .entry-content .factbox .content h1,
	.thecontent .entry-content .factbox .content h2,
	.thecontent .entry-content .factbox .content h3,
	.thecontent .entry-content .factbox .content h4,
	.thecontent .entry-content .factbox .content h5,
	.thecontent .entry-content .factbox .content h6,
	.thecontent .entry-content .factbox .content h7{
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.thecontent .entry-content .factbox .content h3,
	.thecontent .entry-content .factbox .content h4,
	.thecontent .entry-content .factbox .content h5,
	.thecontent .entry-content .factbox .content h6,
	.thecontent .entry-content .factbox .content h7{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	
	
	
	.entry-content .nicelink{
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}	
	.thecontent .entry-content .nicelink h3{
		font-size: 28px;
		line-height: 32px;
	}
	.thecontent .entry-content .nicelink .arrcircle{
		width: 55px;
		height: 55px;
		right: 40px;
		top: 50%;
		margin-top: -29px;
	}
	.thecontent .entry-content .nicelink .arrcircle .arr{
		width: 26px;
		height: 26px;
		background-position: -9px -633px;
		margin-left: -13px;
		margin-top: -13px;
	}
	.thecontent .entry-content .nicelink a:hover .arrcircle .arr{
		background-position: -97px -633px;
	}
	
	.thecontent .entry-content .nicelink a{
		padding-top: 40px;
		padding-bottom: 30px;
		padding-left: 160px;
		padding-right: 110px;
	}
	
	.thecontent .entry-content .nicelink a .alsoread{
	    font-size: 18px;
	    line-height: 20px;
	   	top: 50%;
	   	left: 30px;
	   	margin-top: -10px;
	   	max-width: 130px;
	   	word-wrap: break-word;
	}

	
	
	.entry-content a.imagelink:after, .entry-content a.internallink:after, .entry-content a.outboundlink:after{
		width: 35px;
		height: 35px;
		right: 20px;
		top: 20px;
	}	
	.entry-content a.imagelink:after{
		background-position: 0px -672px;
	}
	.entry-content a.imagelink:hover:after{
		background-position: -70px -672px;
	}
	.thecontent .slideshow.variant.variant1 .slideelement.le .padd{
		margin-right: 10px;
	}
	.thecontent .slideshow.variant.variant1 .slideelement.ri .padd{
		margin-left: 10px;
	}
	.thecontent .slideshow.variant.variant1 .slideelement .padd{
		margin-bottom: 20px;
	}

	
	
	.articlepart.thecontent .gridholder.first{
		padding-top: 95px;
	}
	
	
	.fokusart .artpuffspec .right .padding{
		padding-left: 25px;
	    padding-right: 25px;
	    padding-top: 80px;
	    
	}
	.fokusart .artpuffspec .right .padding h2{
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.fokusart .artpuffspec .right .padding .excerpt{
		min-height: 160px;
	}
	.fokusart .artpuffspec .right .padding .excerpt .vinjett{
		bottom: 0;
	}	
	.fokusart .artpuffspec .width50{
		width: 50%;
		float: none;
		display: block;
		position: relative;
		height: auto;
		margin-left: 50%;
		left: 0;
		top: 0;
	}
	.fokusart .artpuffspec .left{
		height: 100%;
		position: absolute;		
		margin-left: 0;
	}
	.fokusart .artpuffspec .left .bgimg{
		height: 100%;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	

	.thecontent figure.utfallande.parallax, .thecontent .is-style-parallax{
		height: 600px;
	}
	
	.factbox .insidefactbox{
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.factbox.vanster, .factbox.hoger{
		width: 320px;
	}
	.factbox.centrerad{
		width: 420px;
	}
	.factbox.vanster.expanded, .factbox.hoger.expanded{
		width: 320px;
	}
	.factbox.centrerad.expanded{
		width: 420px;
	}
	
	
	a .nativetext{
		left: -10px;
		top: 20px;
		padding: 8px;
		font-size: 14px;
		line-height: 14px;
	}
	
	.button.whitebtn{
		padding: 22px 30px;
	}
	
	.archive_standard .nr-results-container{
	    margin-top: 20px;
	    font-size: 16px;
	    line-height: 18px;
	}
	
	.thecontent .footer_share .commentinfo{
		font-size: 14px;
		line-height: 16px;
		margin-top: 25px;
	}
	
	.thecontent .share_single_bottom{
		margin-bottom: 40px;
	}
	.thecontent .footer_share .text_photo .authorbyline, .thecontent .footer_share .text_photo .photobyline{
		display: inline-block;
	}
	
	.entry-content .taggar a{
		font-size: 16px;
		line-height: 16px;
	   	margin-right: 5px;
	   	margin-left: 5px;
	   	margin-bottom: 10px;
	   	padding: 10px 20px 6px;
	}
	
		
	.thecontent .footer_share .text_photo{
		font-size: 20px;
		line-height: 24px;		
		margin-bottom: 40px;
	}
	
	.entry-content .taggar{
		margin-bottom: 40px;
	}
	
	.thecontent .share_single_bottom .icons a.moreicon .icon{
		margin-right: 10px;
	}
	
	
	.thecontent .share_single_bottom .icons a.moreicon{
		font-size: 14px;
		line-height: 14px;
		padding: 15px;
		padding-bottom: 10px;
	}
	.thecontent .share_single_bottom .icons a.moreicon .icon{
		margin-right: 5px;
	}
	
	.thecontent .share_single_bottom .icons a.moreicon .text{
		display: inline;
	}
	
	
	.thecontent .entry-content ul li{
	    padding-left: 45px;
	}
	.thecontent .entry-content ol li{
		padding-left: 45px;
	}
	
	.thecontent .entry-content ol li:before{
		margin-left: -40px;
	    font-size: 28px;
	    line-height: 28px;
	    left: 0px;
	    top: -4px;
	}
	.thecontent .entry-content ul li:before{
		width: 22px;
	    height: 22px;
	    margin-left: -39px;
	    top: 2px;
	}
	
	
	
	.thecontent .entry-content ul, .thecontent .entry-content ol{
		margin-left: 0px;
	}	
		
	
	.thecontent .entry-content .factbox .content ul li, .thecontent .entry-content .factbox .content ol li{
		padding-left: 35px;
	}
	
	.factbox{
	    margin-bottom: 40px;
	}	
	
	.entry-content .factbox h3.title{
		font-size: 24px;
	    line-height: 28px;
	}
	.entry-content .factbox h3.toptitle{
		font-size: 14px;
	    line-height: 18px;
	}
	
	.thecontent .entry-content blockquote p:before, .thecontent .entry-content blockquote p:after{
		font-size: 38px;
		line-height: 38px;
	}
	
	
	figure.aligncenter .wp-caption-text, figure.aligncenter figcaption{
	    font-size: 16px;
	    line-height: 18px;		
	    padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 8px;
		padding-top: 10px;
	}
	
	.thecontent .share_single .icons .moreicon{
		width: 50px;
	}
	
	.articlepart.pagehead .gridholder{
		padding-top: 30px;
	}
	
	.element.artpuff a .title_excerpt h2{
		min-height: 100px;
	}

		
		
	.gridholder{
		width: 708px;
	}
	.gridholder.morewide{
		width: 728px;
	}

	.huvudflodet .container.toplarge .element.artpuff a, .archive_standard .element.artpuff a{
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	
	
	.date_title_holder .headline{
		padding-left: 70px;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 14px;
	}

	
	.date_title_holder .headline .date{
		padding-left: 15px;
		padding-right: 15px;	
	}

	
	.date_title_holder .headline .date .month{
		font-size: 15px;
		line-height: 15px;
	}
	
	.date_title_holder .headline .date .day{
		font-size: 30px;
		line-height: 30px;
	}

	
	.date_title_holder .headline h2{
		font-size: 18px;
		line-height: 20px;
	}

	
	.date_title_holder .headline .what{
		font-size: 14px;
		line-height: 14px;
	}
	
	.container.articlepart .entry-content{
		width: 100%;
	}

	.nicelink{
		max-width: 640px;
	}
	
	
	.thecontent .entry-content .wline.hl .page_time, .thecontent .entry-content .wline .share_text{
		font-size: 14px;
		line-height: 14px;
	}
	.headersearch{
		display: inline-block;
	}
	.headersearch .searchfield{
		max-width: 460px;
		width: 460px;
		font-size: 36px;
		line-height: 38px;
		padding: 15px 10px 10px 10px;
	}
	.headersearch .searchsubmit{
		width: 50px;
		background-position: 3px -621px;
		height: 50px;
		bottom: 2px;
	}
	.headersearch .searchsubmit:hover{
		background-position: -41px -621px;
	}
	
			
	.wline.w350{
		width: 250px;
	}
			

	.thecontent .footer_share{
		margin-bottom: 40px;
	}
	
	.wp-caption-text, figcaption{
	    font-size: 18px;
	    line-height: 24px;
	}
	.thecontent .wp-caption-text.slideshowcaption{
		font-size: 18px;
		line-height: 24px;
	}
	
	figure.wp-caption.alignleft .wp-caption-text, figure.wp-caption.alignright .wp-caption-text,
	figure.alignleft figcaption, figure.alignright figcaption{
	    font-size: 16px;
	    line-height: 22px;
	}
	
	
	.thecontent .slideshow.variant.variant1 .slideelement .padd{
		height: 320px;
	}
	

	
	.thecontent .entry-content blockquote{
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 20px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.thecontent .entry-content blockquote.alignright, .thecontent .entry-content blockquote.alignleft{
		font-size: 30px;
		line-height: 40px;
	}
	
	.thecontent .entry-content blockquote.moremargin{
		margin-bottom: 80px;
	}
	.thecontent .entry-content blockquote.alignright.moremargin,.thecontent .entry-content blockquote.alignleft.moremargin{
		margin-bottom: 50px;
	}
	.thecontent .entry-content blockquote .smaller, .thecontent .entry-content blockquote cite{
		bottom: -35px;
	    font-size: 18px;
	    line-height: 20px;
	}
	
	.wline.w90{
		width: 90px;
	}
	.thecontent .entry-content p{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#header .logo{
		left: 0;
	}	
	.thecontent .entry-content .wline.hl{
		margin-left: 0;
	}
	.thecontent .entry-content > p,
	.thecontent .entry-content .exmarg,
	.thecontent .entry-content .wpcf7-form,
	.thecontent .entry-content ul,
	.thecontent .entry-content ol,
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-left: 50px;
		margin-right: 50px;
	}
	
	
	.thecontent .slideshow.variant.variant1{
		padding-left: 20px;
		padding-right: 20px;
	}

	
	input,
	textarea {
		padding: 12px 20px 14px;
		font-size: 18px;
		line-height: 30px;
	}
	textarea{
		line-height: 20px;
	}
	
	
	.col1 > .col{
		width: 100%;
	}
	.col2 > .col{
		width: 50%;
	}
	.col3 > .col{
		width: 33.33%;
	}
	.col4 > .col{
		width: 25%;
	}
	.col5 > .col{
		width: 20%;
	}
	.col6 > .col{
		width: 16%;
	}
	.col7 > .col{
		width: 14.2%;
	}
	.col8 > .col{
		width: 12.5%;
	}
	.col10 > .col{
		width: 10%;
	}
	
		
 	.thecontent .entry-content .alignleft{
		max-width: 260px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 260px;		
	}
	
}


@media screen and (max-width: 782px) {
	.thecontent .entry-content blockquote.alignright, .thecontent .entry-content blockquote.alignleft{
		max-width: 100%;
		float: none;
	}
}


@media screen and (min-width: 783px) {
	
	
	.gridholder{
		width: 742px;
	}
	.gridholder.morewide{
		width: 762px;
	}	
	
}

@media screen and (min-width: 810px) {
	
.gridholder{
		width: 770px;
	}
	.gridholder.morewide{
		width: 790px;
	}	
		
}


@media screen and (min-width: 846px) {
	
	.singlepage .main-entry-container .entry-content .factbox.hoger{
		margin-right: 0px;
	}
	.singlepage .main-entry-container .entry-content .factbox.vanster{
		margin-left: 0px;
	}
	.paddingtop{
		padding-top: 84px;
	}
	body{
		padding-top: 78px;
	}
	#header .showsearch{
		padding-top: 30px;
		padding-bottom: 17px;
		padding-right: 30px;	
		padding-left: 30px;
	}

	#header .showsearch .icon{
		width: 27px;
		height: 27px;
		background-position: -4px -356px;
	}
	#header .showsearch.clicked .icon, #header .showsearch:hover .icon{
		background-position: -51px -356px;
	}
	.showmenubtn{
	    padding-right: 30px;
	    padding-top: 27px;
	    padding-bottom: 28px;
	    padding-left: 30px;
	}


	#header .logo{
	    left: 0;
	    top: 14px;
	    width: 190px;
	    height: 50px;
	    background-position: -10px -142px;   
	}
	
	.hamburgercontent .inner, .searchcontent .inner{
		padding-top: 175px;
	}
	
	
	
	.thecontent .entry-content .alignright{
		margin-right: 0px;
	}
	.thecontent .entry-content .alignleft{
		margin-left: 0px;
	}
	.thecontent .entry-content img.aligncenter, .thecontent .entry-content figure.aligncenter{
		margin-bottom: 35px;
	}
	.thecontent .entry-content .slideshow figure.aligncenter{
		margin-bottom: 20px;
	}
	
	.thecontent .slideshow.normal.owl-carousel{
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
	.thecontent .slideshow.normal.owl-carousel figure.aligncenter{
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.gridholder{
		width: 806px;
	}
	.gridholder.morewide{
		width: 826px;
	}
		
	.thecontent .entry-content .alignleft{
		margin-right: 20px;
		margin-bottom: 20px;
		max-width: 320px;	
	}
	.thecontent .entry-content .alignright{
		margin-left: 20px;
		margin-bottom: 20px;
		max-width: 320px;		
	}
}

@media screen and (min-width: 900px){
	
	
	.thecontent .entry-content > p,
	.thecontent .entry-content .exmarg,
	.thecontent .entry-content .wpcf7-form,
	.thecontent .entry-content ul,
	.thecontent .entry-content ol,
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-left: 50px;
		margin-right: 50px;
	}
	.thecontent .slideshow.variant.variant1{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.gridholder{
		width: 860px;
	}
	.gridholder.morewide{
		width: 880px;
	}
	.maxwidth840{
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media screen and (min-width: 1008px) {
	

	
	
	.thecontent .entry-content .alignright{
		margin-right: 0px;
	}
	.thecontent .entry-content .alignleft{
		margin-left: 0px;
	}
	.thecontent .entry-content blockquote.alignright{
		margin-right: 220px;
	}
	.thecontent .entry-content blockquote.alignleft{
		margin-left: 220px;
	}
	
	
	.thecontent .entry-content .alignleft{
		max-width: 330px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 330px;		
	}

}
@media screen and (min-width: 1024px){
	
	.subscriptions .subscription .padd {
		padding: 50px 70px;
		padding-bottom: 40px;
	}
	
	.hamburgercontent{
		height: auto;
	}
	
	
	#footer .footer_bottom .content .left .besok_ocksa{
		margin-bottom: 30px;
	}
	
	#footer .footer_image .footer_top .right{
		width: 40%;
	}
	#footer .footer_bottom .content .right{
		width: 40%;
	}	
	#footer .footer_image .footer_top .left{
		width: 60%;
	}
	#footer .footer_bottom .content .left{
		width: 60%;
	}
	
	
	
	#footer .footer_image .footer_top .right .padd{
		padding-left: 60px;
		padding-right: 60px;
	}
	
	#footer .footer_image .footer_top .left .padd{
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 50px;
	}
	#footer .footer_image .footer_top .left .padd .socialfooter{
		margin-bottom: 80px;
	}
	
	#footer #social_meny_cont_foot ul.menu li, .hamburgercontent .inner ul#menu-socialmenu li{
		padding-right: 20px;
		padding-left: 20px;
		float: left;
	}
	#footer #social_meny_cont_foot ul.menu li a, .hamburgercontent .inner ul#menu-socialmenu li a{
		width: 50px;
		height: 50px;
	}
	
	#footer #social_meny_cont_foot ul.menu li a .hamic, .hamburgercontent .inner ul#menu-socialmenu li a .hamic{
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
	}
	#footer #social_meny_cont_foot ul.menu li.fb a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.fb a .hamic{
		background-position: -1px -521px;
	}
	#footer #social_meny_cont_foot ul.menu li.tw a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.tw a .hamic{
		background-position: -59px -520px;
	}
	#footer #social_meny_cont_foot ul.menu li.insta a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.insta a .hamic{
		background-position: -126px -521px;
	}
	#footer #social_meny_cont_foot ul.menu li.pintrest a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.pintrest a .hamic{
		background-position: -186px -519px;	
	}
	
	
	#footer .footer_image .footer_top .left .padd .footerlogo{
		width: 381px;
		height: 96px;
		margin: 0;
		margin-bottom: 80px;
		background-position: -10px -209px;
	}
	
	.container.w4_most_read .element.artpuff a .title_excerpt .inner{
		padding-top: 40px;
	}	
	.element .toplistnr{
		top: -45px;
		font-size: 40px;
		line-height: 60px;
		width: 70px;
		height: 70px;
		margin-left: -35px;
	}

	
	.element.artpuff a .overflowhidden{
		height: 280px;
	}	
	.huvudflodet .toplarge.container .element.artpuff a .overflowhidden{
		height: 280px;
	}
	
	
	.container .element.artpuff a .title_excerpt .inner{
		padding: 30px 20px 15px;
	}
	.element.artpuff a .title_excerpt .vinjett{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.element.artpuff a .title_excerpt h2{
		font-size: 32px;
		line-height: 36px;
		min-height: 110px;
	}
	.element.artpuff a .title_excerpt .published, .fokusart .artpuffspec .right .padding .published{
		font-size: 16px;
		line-height: 18px;
	}
	
	.hamburgercontent .inner, .searchcontent .inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.hamburgercontent .widget{
		width: 33%;
		display: inline-block;
		float: left;
	}
	
	
	.thecontent figure.utfallande.parallax, .thecontent .is-style-parallax{
		height: 400px;
	}
	
	.factbox.vanster, .factbox.hoger{
		width: 380px;
	}
	.factbox.centrerad{
		width: 420px;
	}
	.factbox.vanster.expanded, .factbox.hoger.expanded{
		width: 380px;
	}
	.factbox.centrerad.expanded{
		width: 420px;
	}
	
	.factbox.hoger{
		margin-left: 30px;
		margin-bottom: 30px;
	}
	.factbox.vanster{
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	
	.nicelink{
		max-width: 720px;
	}
	
	
	.headersearch .searchfield{
		width: 590px;
		max-width: 590px;
	}
		
	.wline.w350{
		width: 350px;
	}
	
		
	.thecontent .entry-content .alignleft{
		max-width: 340px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 340px;		
	}
	.gridholder{
		width: 984px;
	}
	
	.subscribe_rek .imagehold{
		width: 12%;
	} 
	.subscribe_rek .text{
		padding-left: 12%;
	}
	
	
	
	
	.elementclear2{
		display: none;
		clear: both;
	}
	.elementclear3{
		display: block;
		clear: both;
	}
	
	
	.gridholder.morewide{
		width: 1004px;
	}	
	
}



@media screen and (min-width: 1040px) {
	
	.thecontent .top_image_and_hl .textabove h1.maintitle{
		font-size: 50px;
		line-height: 60px;
	}
	.thecontent .top_image_and_hl .textabove .ingress{
		font-size: 20px;
		line-height: 30px;
	}
	
	
	.factbox.vanster, .factbox.hoger, .factbox.centrerad{
		width: 460px;
	}
	.factbox.vanster.expanded, .factbox.hoger.expanded, .factbox.centrerad.expanded{
		width: 460px;
	}
	
	.thecontent .entry-content h1.linetitle{
		font-size: 40px;
		line-height: 42px;
		padding-bottom: 20px;
		margin-bottom: 35px;
	}
	.thecontent .entry-content{
		font-size: 18px;
		line-height: 32px;
	}
	
	.thecontent .entry-content .anfang, .thecontent .entry-content p.has-drop-cap:first-letter{
		font-size: 150px;
	    line-height: 100px;
	    margin-top: 20px;
	    margin-right: 14px;
	    margin-left: -10px;
	}
	.thecontent .entry-content p.has-drop-cap:first-letter{
		margin-top: 0;
	}
	
	
	.thecontent .entry-content p, .thecontent .entry-content ul, .thecontent .entry-content ol, .thecontent .entry-content blockquote, .entry-content .twitter-tweet{
		margin-bottom: 40px;
	}
	
	.entry-content .fluid-width-video-wrapper{
		padding-top: 49.2% !important;
	}
	
	.thecontent .entry-content ol li:before{
	    top: -2px;
	}
	.thecontent .entry-content ul li:before{
	    top: 4px;
	}
	
	
	.gridholder{
		width: 1000px;
	}
	.gridholder.morewide{
		width: 1020px;
	}			
}

@media screen and (max-width: 1079px) {

}

@media screen and (min-width: 1080px) {
	#header .subscribe_btn{
		display: inline-block;
	}
	#header .nicetext{
		display: inline-block;
	}
	
	#header ul#mainheaderlan-chooser{
		display: inline-block;
	}
	
	
	.gridholder{
		width: 1040px;
	}
	.gridholder.morewide{
		width: 1060px;
	}
	
	
	.thecontent .entry-content .alignleft{
		max-width: 340px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 340px;		
	}
}

@media screen and (min-width: 1110px) {
	
	.fokusart .artpuffspec .right .padding h2{
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 30px;
	}
		
	.fokusart .artpuffspec .right .padding{
		padding-left: 40px;
	    padding-right: 40px;
	    padding-top: 120px;
	}
	
	.thecontent figure.utfallande.parallax, .thecontent .is-style-parallax{
		height: 600px;
	}
	
	.thecontent .share_single{
		display: block;
	}
	
	
	.gridholder{
		width: 1070px;
	}
	.gridholder.morewide{
		width: 1090px;
	}	
	.hamburgercontent .inner h3.widget-title{
		font-size: 18px;
		line-height: 20px;
	}
	.hamburgercontent .inner ul.menu li a{
	    font-size: 18px;
	    line-height: 20px;
	    padding-bottom: 5px;
	}
	
	.thecontent .entry-content > p,
	.thecontent .entry-content .exmarg,
	.thecontent .entry-content .wpcf7-form,
	.thecontent .entry-content ul,
	.thecontent .entry-content ol,
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-left: 100px;
		margin-right: 100px;
	}
	.thecontent .slideshow.variant.variant1{
		padding-left: 70px;
		padding-right: 70px;
	}
	
	.thecontent .entry-content .alignright{
		margin-right: 0px;
	}
	.thecontent .entry-content .alignleft{
		margin-left: 0px;
	}
	
	button,
	.button,
	.wpcf7-submit,
	input[type="button"],
	input[type="reset"]{
		font-size: 20px;
		line-height: 20px;
		padding: 20px 60px 20px;
	}	
}
@media screen and (min-width: 1130px) {
	
	.thecontent .top_image_and_hl .textabove .ingress{
		font-size: 15px;
		line-height: 25px;
	}
	.thecontent .top_image_and_hl .textabove h1.maintitle{
		font-size: 40px;
		line-height: 45px;
	}
	.thecontent .top_image_and_hl .twocol .image{
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 50%;
	}
	.twocol .textabove{
		padding-left: 50%;	
	}
	
}


@media screen and (min-width: 1218px) {
	
	.fokusart .artpuffspec .right .padding{
		padding-left: 70px;
	    padding-right: 70px;
	    padding-top: 200px;
	    padding-bottom: 18px;
	}
	
	.subscribe_rek .imagehold{
		width: 11%;
	} 
	.subscribe_rek .text{
		padding-left: 11%;
	}
	
	.entry-content .fluid-width-video-wrapper{
		padding-top: 41.2% !important;
	}
	
	
	.gridholder{
		width: 1180px;
	}
	.gridholder.morewide{
		width: 1200px;
	}
	.thecontent .entry-content .alignleft{
		max-width: 350px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 350px;		
	}
}

@media screen and (min-width: 1292px) {
	.container.instagrams .instapuff .hovertext .bottomtext .padd{
		padding-left: 25px;
		padding-right: 25px;
	}
	.container.instagrams .instapuff .hovertext .bottomtext{
		font-size: 16px;
		line-height: 20px;		
	}
	
	
	.fokusart .artpuffspec .right .padding .excerpt{
		font-size: 16px;
		line-height: 28px;
		
	}
	.fokusart .artpuffspec .right .padding .excerpt .vinjett{
		font-size: 18px;
	}
	
	
	.thecontent .top_image_and_hl .textabove .squiglyline{
		width: 210px;
		height: 16px;
		margin-bottom: 35px;
		background-position: -176px -644px;
	}

	
	
	.thecontent figure.utfallande.parallax, .thecontent .is-style-parallax{
		height: 820px;
	}
			
	.thecontent .top_image_and_hl .textabove .vinjett{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 25px;
	}
	.thecontent .top_image_and_hl .textabove .vinjett.blogpress{
		line-height: 26px;
	}

	
	.thecontent .top_image_and_hl .textabove .padding{
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 100px;
		padding-bottom: 20px;
	}
	
	.thecontent .top_image_and_hl .textabove h1.maintitle{
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 30px;
		max-width: inherit;
	}
	.thecontent .top_image_and_hl .textabove .ingress{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 30px;
		max-width: 740px;
	}
	.thecontent .top_image_and_hl .textabove .text_photo{
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 150px;
	}
	.thecontent .top_image_and_hl .textabove .text_photo .av{
		color: #909090;
	}
	.thecontent .top_image_and_hl .textabove .published{
		font-size: 15px;
		line-height: 18px;
	}
	
	.thecontent .slideshow.variant.variant1 .slideelement .padd{
		height: 380px;
	}
	
	.thecontent .entry-content blockquote{
		margin-bottom: 40px;
		margin-top: 40px;
	}
	
	.thecontent .entry-content blockquote.moremargin{
		margin-bottom: 80px;
	}


	.thecontent .entry-content > p,
	.thecontent .entry-content .exmarg,
	.thecontent .entry-content .wpcf7-form,
	.thecontent .entry-content ul,
	.thecontent .entry-content ol,
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-left: 200px;
		margin-right: 200px;
	}
	.thecontent .slideshow.variant.variant1{
		padding-left: 170px;
		padding-right: 170px;
	}
		
		
	.thecontent .entry-content .alignleft{
		max-width: 370px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 370px;		
	}
	
}


@media screen and (min-width: 1300px) {


}

@media screen and (min-width: 1350px) {
	.thecontent .entry-content{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (min-width: 1390px) {
	
}

@media screen and (min-width: 1460px) {
	
	
	/*RELATERAD*/
	.next_articles_readthis .alsoread{
		right: -400px;
		bottom: 20px;
		position: absolute;
		background-color: #ffffff;
		font-size: 12px;
		line-height: 12px;
		letter-spacing: 0.05em;
		color: #151515;
		font-family: "Roboto";
		font-weight: 700;
		-webkit-transition : right 250ms ease-out;
	  	-moz-transition : right 250ms ease-out;
	  	-o-transition : right 250ms ease-out;
	  	transition : right 250ms ease-out;
	  	width: 100%;
	}
	.next_articles_readthis.show .alsoread{
		right: 0px;
		bottom: 20px;
	}
	.next_articles_readthis .alsoread{
		bottom: 20px;
		width: 270px;
	}
	.next_articles_readthis .alsoread a.hasimg .text_vinjett{
		text-align: center;
		padding: 25px 20px 25px;
	}
	.next_articles_readthis .overflowhiddenleft{
		display: block;
		position: relative;
		width: 100%;
		height: 120px;
		left: 0;
		top: 0;
		margin-bottom: 0px;
		float: none;
		border-right: none;
		margin-right: 0;
	}
	.next_articles_readthis .alsoread a .text_vinjett h3{
		font-size: 22px;
		line-height: 24px;
		width: 100%;
	}
	.next_articles_readthis .alsoread a .text_vinjett .vinjettord{
		margin: 0;
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 15px;
		
	}
	
	/*SLUT PÅ RELATERAD*/
	
	
	.thecontent .entry-content ul li{
	    padding-left: 60px;
	    margin-bottom: 30px;
	}
	.thecontent .entry-content ol li{
		margin-bottom: 30px;
		padding-left: 60px;
	}
	.thecontent .entry-content ol li:before{
	    margin-left: -50px;
	    left: 0px;
	    font-size: 35px;
	    line-height: 35px;
	    top: -6px;
	}
	
	.thecontent .entry-content ul li:before{
		width: 22px;
	    height: 22px;
	    background-size: 100% 100%;
	    margin-left: -43px;
	    top: 4px;
	}
	
	.thecontent .entry-content h1.linetitle{
		font-size: 50px;
		line-height: 52px;
		padding-bottom: 20px;	
		margin-bottom: 35px;
	}

}
@media screen and (min-width: 1500px) {
	.fokusart .artpuffspec .right .padding h2{
		font-size: 50px;
		line-height: 54px;
		margin-bottom: 30px;
	}
	
}
@media screen and (min-width: 1550px) {
	
	.hamburgercontent .inner, .searchcontent .inner{
		padding-top: 175px;
	}
}
@media screen and (min-width: 1640px) {
	
	
	.close_subscr{
		right: 0;
		top: 30px;
	}
	
	.subscribe_rek .imagehold{
		width: 15%;
		top: 20px;
		
	} 
	.subscribe_rek .text{
		padding-left: 15%;
		font-size: 22px;
		line-height: 32px;
	}
	.subscribe_rek .text .padd{
		padding-top: 50px;
		padding-left: 70px;
		padding-right: 60px;
		padding-bottom: 30px;
		min-height: 130px;
	}

	
	
	.hamburgercontent .inner, .searchcontent .inner{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.gridholder.superwide{
		width: 1600px;
	}
	
	.thecontent .locked_holder{
		margin-top: 50px;
		margin-bottom: 0px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.thecontent .top_image_and_hl .textabove .padding{
		padding-left: 80px;
		padding-right: 80px;
		padding-top: 150px;
		padding-bottom: 20px;
	}
	.thecontent .top_image_and_hl .textabove h1.maintitle{
		font-size: 70px;
		line-height: 80px;
		margin-bottom: 30px;
	}
	.thecontent .top_image_and_hl .textabove .ingress{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.thecontent figure.utfallande.parallax .wp-caption-text, .thecontent .is-style-parallax figure figcaption, .thecontent figure .is-style-parallax figcaption{
		bottom: 30px;
		right: 30px;
		padding: 40px;
		padding-bottom: 30px;
		font-size: 20px;
		line-height: 26px;
	}
	.thecontent .slideshow.variant.variant1 .slideelement .padd{
		height: 410px;
	}
	.subscribe_rek .imagehold .arrowline{
		display: block;
	}
	
}

@media screen and (min-width: 1880px) {
	.next_articles_readthis .alsoread{
		bottom: 80px;
		width: 270px;
	}
	.next_articles_readthis.show .alsoread{
		bottom: 80px;
	}
	.next_articles_readthis .overflowhiddenleft{
		height: 150px;
	}
}

@media screen and (min-width: 2150px) {
	
	.thecontent .top_image_and_hl .textabove .padding{
		padding-left: 110px;
		padding-right: 110px;
		padding-top: 250px;
		padding-bottom: 20px;
	}
	.thecontent .top_image_and_hl .textabove h1.maintitle{
		font-size: 90px;
		line-height: 100px;
		margin-bottom: 30px;
	}
	.thecontent .top_image_and_hl .textabove .ingress{
		font-size: 23px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	.thecontent figure.utfallande.parallax, .thecontent .is-style-parallax{
		height: 960px;
	}	
}



@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.bgspr, .entry-content a.imagelink:after{
		background-image: url("images/sprites@2x.png");
		background-size: 600px 800px;
	}
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	.thecontent .entry-content
	body {
		padding-top: 0px !important;
		background: none !important; /* Brute force since user agents all print differently. */
	}
	.thecontent .top_image_and_hl{
		background-color: inherit !important;
	}
	#header, .subscribe_rek.waveline, .thecontent .top_image_and_hl .image, article .w4_related, #modules, #footer, .w4_newsletter_widget, .thecontent .is-style-utfallande figure, .thecontent .slideshow, .footer_share, .taggar, .waveline:after{
		display: none !important;
	}
	.gridholder.morewide{
		width: 100%;
	}
	.gridholder{
		width: 100%;
	}
	.thecontent .entry-content blockquote p:before, .thecontent .entry-content blockquote p:after{
		font-size: 38px;
		line-height: 38px;
	}
	.thecontent .entry-content blockquote{
		font-size: 38px;
		line-height: 48px;
		margin-bottom: 30px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.thecontent .entry-content h1,
	.thecontent .entry-content h2{
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 15px;
	}	
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8,
	.thecontent .entry-content h9{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.thecontent .top_image_and_hl .textabove h1.maintitle{
		font-size: 50px;
		line-height: 60px;
	}
	.thecontent .top_image_and_hl .textabove .ingress{
		font-size: 20px;
		line-height: 30px;
	}
	.thecontent .entry-content{
		font-size: 18px;
		line-height: 32px;
	}
	
	.thecontent .entry-content .anfang, .thecontent .entry-content p.has-drop-cap:first-letter{
		font-size: 150px;
	    line-height: 100px;
	    margin-top: 20px;
	    margin-right: 14px;
	    margin-left: -10px;
	}
	
	.thecontent .entry-content .alignleft{
		max-width: 370px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 370px;		
	}
	
	
}