/**
 * Body and main element settings
 */

body {
  background-color: #f0eee9;
}

body.domain-malmo-etc-se,
body.domain-orebro-etc-se,
body.domain-dagens-etc-se,
body.domain-goteborg-etc-se,
body.domain-stockholm-etc-se,
body.domain-bergslagen-etc-se,
body.domain-sundsvall-etc-se,
body.domain-uppsala-etc-se,
body.domain-norrkoping-etc-se,
body.domain-umea-etc-se,
body.domain-smalandsfolkblad-etc-se {
  background-color: #999791;
}

html {
  font-family: Arial,sans-serif;
  font-size: 87.5%;
}

.field-name-body {
  font-size: 15px;
  line-height: 20px;
}

p, pre {
  line-height: 1.35em;
  margin: 0 0 1em 0;
}

li {
  margin: 0 0 1em;
}

h1 {
  font-family: 'Merriweather', serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
}

.block {
  position: relative;
  margin-bottom: 10px;
}

.form-item {
  margin: 10px 0;
}

form label {
  top: 5px;
  left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #807d75;
  cursor: auto;
}

input {
  border: none;
  padding: 8px;
  color: #3d3932;
  background-color: #f1eee8;
}

input.form-submit {
  color: #fff;
  background-color: #e3000b;
  line-height: 1em;
}

.messages ul li {
  margin:0;
}

ul.pager {
  border-top: 1px solid #807d75;
  margin:0;
  padding: 30px 0;
}

ul.pager-load-more li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

ul.pager-load-more li .ajax-progress {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  width: 100%;
}

ul.pager-load-more li .ajax-progress .throbber {
  float: none;
  margin: 13px auto;
}

ul.pager-load-more li a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  background: #e00f20;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  padding: 6px 0;
  width: 140px;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis,
.pager-current {
  padding: 0 0.3em;
}

ul li a {
  color: #E3000B;
}

table {
  width: 100%;
  margin: 0 0 1em;
}

table tr.even,
table tr.odd {
  padding:0;
  background: none;
  text-align: left;
  border: none;
  border-top: 1px solid #CCCCCC;
}

table th {
  font-size: 0.75em;
  text-align: left;
}

table td {
  padding: 5px 5px 5px 2px;
}

img {
  vertical-align: middle;
}

img.mini {
  width: 50px;
  height: 50px;
}

img.thumbnail {
  width: 100px;
  height: 100px;
}

img.small {
  width: 140px;
}

img.head {
  height: 145px;
}

img.medium {
  width: 300px;
}

img.large {
  width: 480px;
}

img.mega {
  width: 640px;
}

img.carousel {
  width: 960px;
}


/* In Field Labels FIX */
.in-field-labels-form-processed .webform-component-email,
.in-field-labels-form-processed .webform-component-textfield,
.in-field-labels-form-processed .webform-component-textarea {
  position: relative;
}
.in-field-labels-form-processed .webform-component-email label,
.in-field-labels-form-processed .webform-component-textfield label,
.in-field-labels-form-processed .webform-component-textarea label {
  position: absolute;
}


/**
 * Header
 */

#header {
  height: 125px;
  width: 980px;
  margin-bottom: 20px;
  clear: both;
}

#header:before,
#header:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
#header:after {
  clear: both;
}
#header {
  zoom: 1;
}

#header .header__logo-image {
  height: 125px;
  width: 125px;
}

html body div#page #header .region-header {
  float: left;
  clear: none;
}

html body div#page #header .region-header > div {
  width: 550px;
  height: 145px;
}

html body div#page #header .region-header .block {
  margin: 0 0 0 10px;
}

html body div#page #header .region-header .block img {
  max-width: 550px;
}

html body div#page #header .region-header #block-views-header-block {
  margin:0;
}

html body div#page #header .region-header #block-views-header-block .node-article .group-left {
  position: relative;
  margin: 0;
  width: 145px;
  height: 145px;
}

html body div#page #header .region-header #block-views-header-block .node-article .group-left img {
  position: absolute;
  right:0;
  bottom:0;
}

html body div#page #header .region-header #block-views-header-block .node-article .group-right {
  position: relative;
  margin-left: 10px;
  width: 390px;
  height: 145px;
}

html body div#page #header #header-right {
  float: right;
  width: 280px;
}

html body div#page #header #header-right:before,
html body div#page #header #header-right:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
html body div#page #header #header-right:after {
  clear: both;
}
html body div#page #header #header-right {
  zoom: 1;
}

html body div#page #header #header-right > div {
  width: 285px;
}

html body div#page #header .top-menu-block {
  display: block;
  margin-bottom: 10px;
}

html body div#page #header .top-menu-block:before,
html body div#page #header .top-menu-block:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
html body div#page #header .top-menu-block:after {
  clear: both;
}
html body div#page #header .top-menu-block {
  zoom: 1;
}

html body div#page #header .top-menu-block ul,
html body div#page #header .top-menu-block ul li {
  position: relative;
  margin:0;
  padding:0;
  list-style-type: none;
  list-style: none;
}

html body div#page #header .top-menu-block ul li {
  float: left;
  padding: 5px;
  background-color: #807d75;
}

html body div#page #header .top-menu-block ul li a {
  display: block;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7em;
  line-height: 1em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}

html body div#page #header .top-menu-block ul li a:hover {
  text-decoration: underline;
}

html body div#page #header .top-menu-block > ul > li.first {
  background-color: #e3000b;
}

html body div#page #header .top-menu-block > ul > li {
  width: 77px;
  margin-right: 10px;
}

html body div#page #header .top-menu-block > ul > li:last-child {
  width: 76px;
  margin:0;
}

html body div#page #header .top-menu-block ul li ul {
  position: absolute;
  background: #f0eee9;
  background: rgba(255,255,255,0);
  top: 19px;
  display: none;
  min-width: 100%;
}

html body div#page #header .top-menu-block ul li ul li {
  float: none;
  clear: both;
  text-align: right;
  background-color: rgba(128,125,117,0.93);
  z-index: 1000;
}

html body div#page #header .top-menu-block ul li ul li a {
  float: none;
  clear: both;
  padding:0;
  margin:0;
}

html body div#page #header .top-menu-block ul li:hover ul {
  display: block;
  right: 0;
}

html body div#page #header .top-menu-block > ul > li:hover {
  background-color: #e3000b;
}

html body div#page #header .top-menu-block > ul > li:hover ul a {
  text-decoration: none;
}

html body div#page #header .top-menu-block ul li:hover ul li a:hover {
  text-decoration: underline;
}

html body div#page #header #search-block-form {
  width: 280px;
}

html body div#page #header #search-block-form input.form-text {
  width: 246px;
  background-color: #FFFFFF;
}

html body div#page #header #search-block-form .form-submit {
  background-image: url('../images/icon-search.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  margin-left: -4px;
}

html body div#page #header .bottom-block {
  display: block;
  margin-top: 10px;
}

html body div#page #header .bottom-block:before,
html body div#page #header .bottom-block:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
html body div#page #header .bottom-block:after {
  clear: both;
}
html body div#page #header .bottom-block {
  zoom: 1;
}

html body div#page #header .tipsa-oss {
  float: left;
}

html body div#page #header .tipsa-oss a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 8px 10px;
  color: #fff;
  background-color: #E3000B;
}

html body div#page #header .tipsa-oss a:hover {
  text-decoration: underline;
}

html body div#page #header .min-sida {
  display: inline-block;
  float: left;
  width: 194px;
}

html body div#page #header .min-sida a {
  display: inline-block;
  float: left;
  background-color: #807d75;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-decoration: none;
  color: #fff;
  padding: 8px 14px;
  margin-left: 10px;
  text-align: center;
  width: 59px;
}

html body div#page #header .min-sida a:last-child {
  width: 58px;
}

html body div#page #header .min-sida a.login {
  width: 155px;
}

html body div#page #header .min-sida a:hover {
  text-decoration: underline;
}


/**
 * Main layouts for site content
 */

html body div#page {
  background-color: #f0eee9;
  padding: 20px 20px 0;
}

html body div#main {
  background-color: #fff;
  display: block;
  padding:0;
  padding: 10px 0 0;
}

html body div#main div#content {
  float: left;
  width: 980px;
  margin:0;
}

html body div#mainbar {
  float: left;
  border-right: 1px solid #ccc;
  padding: 0 9px 0 10px;
  width: 480px;
}

/* Wide page */
html body.wide-page div#mainbar {
  min-height: 300px;
  width: 640px;
}

html body.wide-page div#main .sidebar_second {
  border: none;
}

html body div#page .region-highlighted {
  padding: 0 10px;
}

html body div#main .sidebars {
  float: left;
}

html body div#main .sidebar_both {
  padding: 0 10px;
  clear: right;
  width: 460px;
}

html body div#main .sidebar_first {
  padding: 0 10px;
  clear: right;
  width: 140px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

html body div#main .sidebar_second {
  border-left: 1px solid #ccc;
  padding: 0 10px 0 9px;
  width: 300px;
}


/**
 * Main navigation
 */

#navigation {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: auto;
}

#navigation:before,
#navigation:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
#navigation:after {
  clear: both;
}


#navigation {
  zoom: 1;
}

#navigation .content {
  display: block;
  width: 970px;
  margin-left: 10px;
}

#navigation > .content .region {
  margin-left: -10px;
  width: 982px;
}

#navigation .content ul {
  width: 100%;
}

#navigation .content ul:before,
#navigation .content ul:after {
    content: "";
    display: table;
}

#navigation .content ul:after {
  clear: both;
}

#navigation .content #block-menu-block-2 {
  width: 980px;
  background-color: #fff;
}

#navigation .content #block-menu-block-2 h3 {
  display: none;
}

#navigation .content #block-menu-block-2 ul.menu li a {
  padding: 8px 24px 8px 10px;
}

#navigation .content .links li,
#navigation .content .menu li {
  padding:0;
  margin:0;
}

#navigation .content .menu li a {
  display: block;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.938em;
  font-weight: 300;
  color: #4d4a45;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
}

#navigation .content .menu li a.active,
#navigation .content .menu li a.active-trail {
  font-weight: 700;
  color: #4d4a45;
}

#navigation .content .menu-level-1 .menu li a {
    background-color: #e2ded2;
}

/* Use custom classes (enable in admin/structure/menu/settings first) main-menu/sub-menu or menu-highlight */
#navigation .content .menu-level-1 .menu li.active-trail a.main-menu {
    margin-top: -7px;
    background-color: #fff;
    padding-bottom: 15px;
}

#navigation .content .menu li a.sub-menu {
    margin-top: 6px;
    background-color: #807d75;
    font-size: 0.8em;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

#navigation .content .menu li a.menu-highlight {
    background-color: #E3000B;
}


/**
 * Article content
 */

/* Reorder front */
#views-form-front-page {
  position: relative;
}

#views-form-front-page #edit-actions {
  position: absolute;
  top:0;
  left:0;
  z-index:10;
}

#views-form-front-page .tabledrag-toggle-weight-wrapper {
  display:none;
}

#views-form-front-page .tabledrag-changed-warning {
  position: absolute;
  margin:0;
  padding:0;
  height:1px;
  width:1px;
  text-indent: -9999px;
}

#views-form-front-page #draggableviews-table-front-page {
  margin:0;
}

#views-form-front-page #draggableviews-table-front-page tbody,
#views-form-front-page #draggableviews-table-front-page thead th,
#views-form-front-page #draggableviews-table-front-page tbody tr.even,
#views-form-front-page #draggableviews-table-front-page tbody tr.odd,
#views-form-front-page #draggableviews-table-front-page tbody tr td {
  border:none;
  background:none;
  padding:0;
}

#views-form-front-page #draggableviews-table-front-page tbody tr.even,
#views-form-front-page #draggableviews-table-front-page tbody tr.odd {
  display: block;
  position: relative;
}

#views-form-front-page #draggableviews-table-front-page td.views-field-nothing,
#views-form-front-page #draggableviews-table-front-page td.views-field-field-displaytype {
  display: block;
}

#views-form-front-page #draggableviews-table-front-page td.views-field-nothing {
  position: absolute;
  top: 10px;
  left: -40px;
  width: 30px;
  height: 30px;
  padding:0;
}

#views-form-front-page #draggableviews-table-front-page .views-row-first td.views-field-nothing {
  top:0;
}

#views-form-front-page #draggableviews-table-front-page td.views-field-nothing a {
  display: block;
  width: 100%;
  float:none;
  height:auto;
  margin:0;
}

#views-form-front-page #draggableviews-table-front-page td.views-field-nothing a.tabledrag-handle .handle {
  background-position: 7px 7px;
  margin: 0 auto;
}

#views-form-front-page #draggableviews-table-front-page td.views-field-nothing .tabledrag-changed {
  position: absolute;
  top:0;
  right:0;
  background:none;
}

/* One column */
body.node-type-page #mainbar .ds-1col,
body.node-type-page #mainbar .ds-2col > .group-left,
body.node-type-page #mainbar .ds-2col-stacked > .group-left,
body.node-type-webform #mainbar .ds-1col,
body.node-type-webform #mainbar .ds-2col > .group-left,
body.node-type-webform #mainbar .ds-2col-stacked > .group-left,
body.node-type-article #mainbar .ds-2col > .group-left,
body.node-type-article #mainbar .ds-2col-stacked > .group-left {
  width: 480px;
}

body.node-type-article #mainbar .ds-2col > .group-right,
body.node-type-article #mainbar .ds-2col-stacked > .group-right {
  width: 140px;
}

/* Article */
div.node-article h1 {
  font-family: 'Merriweather', serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2em;
}

body.node-type-article #mainbar div.node-article {
  margin-bottom: 20px;
}

body.node-type-article #mainbar .field-name-mkts-field-article-header {
  display: table;
  width: 100%;
  margin: 10px 0 5px;
}

body.node-type-article #mainbar .field-name-mkts-field-article-header .field-items {
  display: table-row;
  width: 50%;
}

body.node-type-article #mainbar .field-name-mkts-field-article-header .field-item {
  display: table-cell;
  width: 80%;
}

body.node-type-article #mainbar .field-name-mkts-field-article-header .odd {
  font-size: 0.786em;
  text-align: right;
  width: 20%;
}

body.node-type-article #mainbar .field-name-mkts-field-article-header .odd img {
  margin-bottom: 1px;
  width: 7px;
}

body.node-type-article #mainbar .field-name-mkts-field-article-header h2,
body.node-type-article #mainbar .field-name-mkts-field-article-header h3,
body.node-type-article #mainbar .field-name-mkts-field-article-header h4,
body.node-type-article #mainbar .field-name-mkts-field-article-header h5 {
  color: #E3000B;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  margin:0;
}

body.node-type-article #mainbar .field-name-mkts-field-article-header .ledare,
body.node-type-article #mainbar .field-name-mkts-field-article-header .kronika,
body.node-type-article #mainbar .field-name-mkts-field-article-header .opinion,
body.node-type-article #mainbar .field-name-mkts-field-article-header .analys,
body.node-type-article #mainbar .field-name-mkts-field-article-header .blogg {
  color: #f0973d;
}

body.node-type-article #mainbar .field-name-mkts-field-article-header h2 span,
body.node-type-article #mainbar .field-name-mkts-field-article-header h3 span,
body.node-type-article #mainbar .field-name-mkts-field-article-header h4 span,
body.node-type-article #mainbar .field-name-mkts-field-article-header h5 span {
  color: #4D4A45;
}

body.node-type-article #mainbar .field-name-mkts-field-article-header span.time {

}

body.node-type-article #mainbar .field-name-mkts-field-article-header span.red {
  text-transform: uppercase;
  color: #E3000B;
}

body #mainbar .field-items .dnd-drop-wrapper .image,
body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items {
  position: relative;
}

body #mainbar .field-items .dnd-drop-wrapper .image img,
body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items img {
  display: block;
}

body #mainbar .field-items .dnd-drop-wrapper .image .image-extra-wrapper,
body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .image-extra-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-image: url('../images/alpha80.png');
  z-index: 500;
}

body #mainbar .field-items .dnd-drop-wrapper .image .image-extra-wrapper {
  width: 460px;
}

body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .image-extra-wrapper {
  width: 620px;
}

body #mainbar .field-items .dnd-drop-wrapper .image,
body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items {
  font-size: 1em;
  line-height: 1.3em;
  color: #fff;
}

body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
  opacity: .5;
  width: 40px;
  filter: alpha(opacity=50);
}

body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .cycle-slideshow:hover .fullscreen,
body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .cycle-slideshow:hover .cycle-prev,
body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .cycle-slideshow:hover .cycle-next {
  opacity: 1;
  filter: alpha(opacity=100);
}

body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .cycle-prev,
body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .cycle-next {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  z-index: 500;
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: pointer;
}

body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .cycle-prev {
  background-position: -31px -31px;
  left: 0px;
}

body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .cycle-next {
  background-position: -31px -133px;
  right: 0px;
}

body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .cycle-prev:hover {
  background-position: -133px -31px;
}

body.node-type-article #mainbar .field-name-mkts-scald-mega .field-items .cycle-next:hover {
  background-position: -133px -133px;
}

body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-author-pres a,
body.node-type-article #mainbar .ds-2col-stacked .group-left .field-name-mkts-body-preamble-free a {
  outline: 0;
  text-decoration: none;
  font-weight: bold;
}

body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-author-pres a:link,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-author-pres a:visited,
body.node-type-article #mainbar .ds-2col-stacked .group-left .field-name-mkts-body-preamble-free a:link,
body.node-type-article #mainbar .ds-2col-stacked .group-left .field-name-mkts-body-preamble-free a:visited {
  color: #E3000B;
}

body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-author-pres a:hover,
body.node-type-article #mainbar .ds-2col-stacked .group-left .field-name-mkts-body-preamble-free a:hover {
  color: #666;
  text-decoration: underline;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-field-articles,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-field-articles {
  margin-bottom: 25px;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-author-pres,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-author-pres {
  margin-bottom: 25px;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-field-article-facts,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-field-article-facts {
  padding: 0 0 0 10px;
  border-left: 3px solid #e2ded3;
  margin-bottom: 25px;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-field-article-facts h2,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-field-article-facts h2,
body.node-type-article #mainbar .ds-2col .group-right .field-name-field-article-facts h3,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-field-article-facts h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2px 0 8px;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-field-articles .field-item,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-field-articles .field-item {
  line-height: 1em;
  margin: 2px 0 6px;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-field-articles .field-item a,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-field-articles .field-item a {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 4px;
  text-decoration: none;
  color: #000;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-field-articles .field-item a:hover,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-field-articles .field-item a:hover {
  text-decoration: underline;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-field-collection,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-field-collection {
  width: 120px;
  background-color: #f1eee8;
  margin-bottom: 10px;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-author-pres .field-label,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-author-pres .field-label {
  color: #f0973d;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-author-pres .field-image,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-author-pres .field-image {
  width: 140px;
  margin-bottom: 6px;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-author-pres .field-image img,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-author-pres .field-image img {
  display: block;
  border-bottom: 1px solid #000;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-author-pres .field-item,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-author-pres .field-item {
  line-height: 1em;
}

body.node-type-article #mainbar .ds-2col .group-right ul,
body.node-type-article #mainbar .ds-2col-stacked .group-right ul{
  list-style-type: none;
  padding:0;
  margin:0;
}

body.node-type-article #mainbar .ds-2col .group-right .field-label,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-label {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  color: #e3000b;
  text-transform: uppercase;
  margin:0;
}

body.node-type-article #mainbar .ds-2col .group-right .field-name-mkts-author-pres .field-items,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-mkts-author-pres .field-items,
body.node-type-article #mainbar .ds-2col .group-right .field-name-field-article-facts .field-items,
body.node-type-article #mainbar .ds-2col-stacked .group-right .field-name-field-article-facts .field-items {
  font-size: 1em;
  line-height: 1.3em;
}

body.node-type-article #mainbar .field-name-mkts-field-article-byline,
body.node-type-article #mainbar .field-name-mkts-field-article-byline a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  color: #E3000B;
}

body.node-type-article #mainbar .field-contains-opinion,
body.node-type-article #mainbar .field-contains-opinion a {
  color: #f0973d;
}

body.node-type-article #mainbar .field-name-mkts-field-article-byline a:hover {
  text-decoration: underline;
}

body.node-type-article #mainbar .field-name-mkts-field-article-byline .desc {
  font-size: 0.875em;
  line-height: 1em;
  font-style: italic;
  color: #000;
}

body.node-type-article #mainbar .group-footer {
  display: block;
  padding: 25px 0 0;
}

body.node-type-article #mainbar .field-name-mkts-field-share {
  padding: 20px 0;
}

body.node-type-article #mainbar .field-name-mkts-field-share .field-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875em;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  color: #807D75;
  margin: 0 0 15px;
}

body.node-type-article #mainbar .field-name-mkts-field-share .fb-like {
  margin-bottom: 5px;
}


/**
 * Blocks
 */

/* Vara tidningar */
.sidebars #block-block-3 {
  padding: 10px;
  background-color: #807D75;
}

.sidebars #block-block-3 .block-title {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 4px 0;
}

.sidebars #block-block-3 ul {
  padding:0;
  margin:0;
  overflow: hidden;
  width: 210px;
}

.sidebars #block-block-3 ul li {
  float: left;
  margin: 0 15px 0 0;
  list-style-type: none;
}

.sidebars #block-block-3 a {
  font-size: 0.75em;
  line-height: 1.4em;
  margin-bottom: 4px;
  color: #fff;
}

/* Beta */
.sidebars #block-block-2 {
  padding: 10px;
  background-color: #E3000B;
}

.sidebars #block-block-2 .block-title {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 4px 0;
}

.sidebars #block-block-2 a {
  color: #fff;
}

.sidebars #block-block-2 p {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.4em;
  margin-bottom: 4px;
}


/* Collections */
.field-name-mkts-field-collection,
.sidebars .block-mkts .node-collection {
  padding: 10px 0;
  background-color: #ece9e1;
}

.field-name-mkts-field-collection .field,
.sidebars .block-mkts .node-collection .field {
  padding: 0 10px;
}

.field-name-mkts-field-collection .field-name-mkts-scald-medium,
.sidebars .block-mkts .node-collection .field-name-mkts-scald-medium {
  margin-top: -10px;
  padding:0;
}

.field-name-mkts-field-collection .field-name-mkts-field-collection-heading h5,
.sidebars .block-mkts .node-collection .field-name-mkts-field-collection-heading h5 {
  font-size: 0.875em;
  line-height: 1em;
  font-weight: bold;
  color: #E3000B;
  text-transform: uppercase;
  margin: 4px 0 8px;
}

.field-name-mkts-field-collection .field-name-title h2,
.field-name-mkts-field-collection .field-name-title h3,
.field-name-mkts-field-collection .field-name-title h4,
.field-name-mkts-field-collection .field-name-title h5,
.sidebars .block-mkts .node-collection .field-name-title h2,
.sidebars .block-mkts .node-collection .field-name-title h3,
.sidebars .block-mkts .node-collection .field-name-title h4,
.sidebars .block-mkts .node-collection .field-name-title h5 {
  font-family: 'Open Sans', sans-serif;
  color: #3d3932;
  font-size: 1.25em;
  line-height: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0;
}

.field-name-mkts-field-collection .field-name-title a,
.sidebars .block-mkts .node-collection .field-name-title a {
  color: #3d3932;
  text-decoration: none;
}

.field-name-mkts-field-collection .field-name-body p,
.sidebars .block-mkts .node-collection .field-name-body p {
  font-size: 0.75em;
  line-height: 1.2em;
  margin-bottom: 4px;
}

.sidebars .block-mkts .node-collection .field-type-entityreference .field-item,
.node-article .field-name-mkts-field-collection .node-collection .field-type-entityreference .field-item {
  line-height: 1em;
  margin: 2px 0 6px;
  padding:0;
  border:none;
  float: none;
  width: 100%;
  min-height: 100%;
}

.field-name-mkts-field-collection .field-type-entityreference a,
.sidebars .block-mkts .node-collection .field-type-entityreference a {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.2em;
  margin-bottom: 4px;
  text-decoration: none;
  color: #000;
}

.field-name-mkts-field-collection .field-type-entityreference a:hover,
.sidebars .block-mkts .node-collection .field-type-entityreference a:hover {
  text-decoration: underline;
}

.field-name-mkts-field-collection .field-name-mkts-articles .field-item,
.sidebars .block-mkts .node-collection .field-name-mkts-articles .field-item {
  position: relative;
  margin-top: 10px;
}

.field-name-mkts-field-collection .field-name-mkts-articles .field-item:before,
.sidebars .block-mkts .node-collection .field-name-mkts-articles .field-item:before,
.field-name-mkts-field-collection .field-name-mkts-articles .field-item:after,
.sidebars .block-mkts .node-collection .field-name-mkts-articles .field-item:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.field-name-mkts-field-collection .field-name-mkts-articles .field-item:after,
.sidebars .block-mkts .node-collection .field-name-mkts-articles .field-item:after {
  clear: both;
}
.field-name-mkts-field-collection .field-name-mkts-articles .field-item,
.sidebars .block-mkts .node-collection .field-name-mkts-articles .field-item {
  zoom: 1;
}

.field-name-mkts-field-collection .field-name-mkts-articles img,
.sidebars .block-mkts .node-collection .field-name-mkts-articles img {
  display: block;
  float: left;
  margin-right: 4px;
}

.field-name-mkts-field-collection .field-name-mkts-articles a,
.sidebars .block-mkts .node-collection .field-name-mkts-articles a {
  font-size: 0.75em;
  line-height: 1.2em;
  color: #E3000B;
  text-decoration: none;
  font-weight: bold;
  display: block;
  float: left;
  margin-top: 1px;
}

.field-name-mkts-field-collection .field-name-mkts-articles a:hover,
.sidebars .block-mkts .node-collection .field-name-mkts-articles a:hover {
  text-decoration: underline;
}

/* Articles */
.sidebars .block-mkts .node-article {
  border-bottom: 1px solid #E3000B;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebars .block-mkts .node-article .field-name-field-article-type {
  font-size: 0.875em;
  line-height: 1em;
  font-weight: bold;
  color: #E3000B;
  text-transform: uppercase;
  margin: 4px 0 8px;
}

.sidebars .block-mkts .node-article .field-name-title:before,
.sidebars .block-mkts .node-article .field-name-title:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.sidebars .block-mkts .node-article .field-name-title:after {
  clear: both;
}
.sidebars .block-mkts .node-article .field-name-title {
  zoom: 1;
}

.sidebars .block-mkts .node-article .field-name-title h2,
.sidebars .block-mkts .node-article .field-name-title h3,
.sidebars .block-mkts .node-article .field-name-title h4,
.sidebars .block-mkts .node-article .field-name-title h5 {
  font-family: 'Merriweather',serif;
  color: #3d3932;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0.5em 0;
}

.sidebars .block-mkts .node-article .field-name-title a {
  color: #3d3932;
  text-decoration: none;
}

.sidebars .block-mkts .node-article .field-name-body {
  font-size: 1em;
  line-height: 1.3em;
}

/* Article nodes that have article type set to "annons" and are not published */
.node-article.article-type-annons:not(.node-unpublished) {
    background-color: #fef7e3;
}

/* Webform block */
.sidebars .block-webform .block-content {
  padding: 10px;
  background-color: #f1eee8;
}

.sidebars .block-webform .block-content p,
.sidebars .block-webform #webform-component-introtext p {
  color: #3d3932;
  font-size: 0.75em;
  line-height: 1.2em;
  margin-bottom: 4px;
}

.sidebars .block-webform .block-content a {
  color: #3d3932;
  text-decoration: none;
}

.sidebars .block-webform .block-content h2,
.sidebars .block-webform .block-content h3,
.sidebars .block-webform .block-content h4,
.sidebars .block-webform .block-content h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #E3000B;
}

.sidebars .block-webform .block-content h2.node-title a,
.sidebars .block-webform .block-content h3.node-title a,
.sidebars .block-webform .block-content h4.node-title a,
.sidebars .block-webform .block-content h5.node-title a {
  color: #E3000B;
}

.sidebars .block-webform .block-content .field-name-body {
  margin: 10px 0;
}

.sidebars .block-webform .links {
  margin:0;
}

.sidebars .block-webform .links a {
  font-size: 0.75em;
  line-height: 1.2em;
}

.sidebars .block-webform .links a:hover {
  text-decoration: underline;
}

/* Newsletter block */
.sidebars #block-mkts-mkts-newsletter .block-content:before,
.sidebars #block-mkts-mkts-newsletter .block-content:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.sidebars #block-mkts-mkts-newsletter .block-content:after {
  clear: both;
}
.sidebars #block-mkts-mkts-newsletter .block-content {
  zoom: 1;
}

.sidebars #block-mkts-mkts-newsletter .block-content {
  padding: 15px 20px;
  background-color: #ece9e1;
}

.sidebars #block-mkts-mkts-newsletter .block-content h3 {
  font-family: 'Merriweather',serif;
  font-size: 1.6em;
  line-height: 1em;
  margin: 2px 0 10px;
}

.sidebars #block-mkts-mkts-newsletter .block-content .form-item input {
  background-color: #fff;
}

.sidebars #block-mkts-mkts-newsletter .form-submit {
  font-family: 'Open Sans',sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  float: right;
}

/* Slider */
.bx-wrapper ul.slider {
  margin: 0;
}

.bx-wrapper .bx-controls a {
  display: block;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  color: #FFF;
  background: url('../images/slider_arrows.png') no-repeat;
}

.bx-wrapper .bx-controls a.bx-prev {
  background-position: left top;
  left: 0px;
}

.bx-wrapper .bx-controls a.bx-prev:hover {
  background-position: left -32px;
}

.bx-wrapper .bx-controls a.bx-next {
  background-position: right top;
  right: 0px;
}

.bx-wrapper .bx-controls a.bx-next:hover {
  background-position: right -32px;
}

/* Prenumerera */
.sidebars .block-webform .block-content input {
  background-color: #fff;
}

#webform-component-alternativ label {
  color: #3d3932;
}

.sidebars .block-webform .block-content #webform-component-gatuadress,
.sidebars .block-webform .block-content #webform-component-epost {
  clear: both;
  margin-bottom: 0;
}

.sidebars .block-webform .block-content #webform-component-postnummer {
  float: left;
  width: 70px;
  margin-right: 5px;
  clear: left;
}

.sidebars .block-webform .block-content #webform-component-postadress {
  float: left;
  width: 120px;
  margin-left: 5px;
  clear: right;
}

.sidebars .block-webform .block-content .webform-component-radios label,
.sidebars .block-webform .block-content .webform-component-checkboxes label {
  color: #000;
}

.sidebars .block-webform .block-content .webform-component-radios .form-item label,
.sidebars .block-webform .block-content .webform-component-checkboxes .form-item label {
  color: #807D75;
  font-size: 0.75em;
  line-height: 1.2em;
}

.sidebars .block-webform .block-content input.form-submit {
  width: 100%;
  text-transform: uppercase;
  background-color: #e3000b;
}


/* Most popular */
body .sidebars .block-mostpopular,
body .sidebars #block-mkts-mkts-socialanyheter {
  border-top: 1px solid #e3000b;
}

body .sidebars .block-mostpopular .block-title,
body .sidebars #block-mkts-mkts-socialanyheter .block-title {
  font-size: 1em;
  color: #e3000b;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 4px;
}

body .sidebars .mostpopular-block,
body .sidebars .mostpopular-block .mostpopular--services,
body .sidebars .mostpopular-block .mostpopular--intervals {
  border: none;
  background: none;
}

body .sidebars .mostpopular-block .mostpopular--services,
body .sidebars .mostpopular-block .mostpopular--intervals {
  display: none;
}

body .sidebars .mostpopular-block .mostpopular--items,
body .sidebars #block-mkts-mkts-socialanyheter .mostshared-items {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body .sidebars .mostpopular-block .item-list .first,
body .sidebars #block-mkts-mkts-socialanyheter .item-list .first {
  margin-top: 10px;
}

body .sidebars .mostpopular-block .item-list li,
body .sidebars #block-mkts-mkts-socialanyheter .item-list li {
  padding: 0.5em 0;
  margin-bottom: 4px;
  border-bottom: 1px solid #e2ded2;
}

body .sidebars .mostpopular-block .item-list .last,
body .sidebars #block-mkts-mkts-socialanyheter .item-list .last {
  border: none;
}

body .sidebars .mostpopular-block .mostpopular-item,
body .sidebars #block-mkts-mkts-socialanyheter .mostshared-item {
  display: block;
  overflow: hidden;
}

body .sidebars .mostpopular-block .mostpopular-item .image,
body .sidebars #block-mkts-mkts-socialanyheter .mostshared-item .image {
  margin-left: 10px;
  width: 240px;
}

body .sidebars .mostpopular-block .mostpopular-item .left,
body .sidebars #block-mkts-mkts-socialanyheter .mostshared-item .left {
  float: left;
}

body .sidebars .mostpopular-block .mostpopular-item .right,
body .sidebars #block-mkts-mkts-socialanyheter .mostshared-item .right {
  float: left;
}

body .sidebars .mostpopular-block .mostpopular-item a,
body .sidebars #block-mkts-mkts-socialanyheter .mostshared-item a {
  font-family: 'Merriweather',serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
  color: #000000;
  text-decoration: none;
  padding:0;
  display: block;
}

body .sidebars #block-mkts-mkts-socialanyheter .mostshared-item a {
  display: inline;
}

body .sidebars .mostpopular-block .mostpopular-item a:hover,
body .sidebars #block-mkts-mkts-socialanyheter .mostshared-item a:hover {
  text-decoration: underline;
  background:none;
}

body .sidebars .mostpopular-block .mostpopular-item .count,
body .sidebars #block-mkts-mkts-socialanyheter .mostshared-item .count {
  font-family: Arial,sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  color: #E3000B;
}

body .sidebars #block-mkts-mkts-socialanyheter .mostshared-item .count {
  background-image: url('../images/icon-share.png');
  background-repeat: no-repeat;
  background-size: 10px 10px;
  margin-left: 6px;
  padding-left: 10px;
}

body .sidebars .mostpopular-block .mostpopular-item .count img,
body .sidebars #block-mkts-mkts-socialanyheter .mostshared-item .count img {
  margin-right: 4px;
}

/**
 * Footer
 */

html body #footer {
  padding: 20px 20px 10px;
  width: 940px;
  background-color: #4d4a45;
  position: relative;
}

html body #footer .block {
  margin:0;
}

html body #footer a,
html body #footer p {
  font-family: 'Open Sans',sans-serif;
  color: #fff;
}

html body #footer p {
  font-size: 0.75em;
}

html body #footer .footer__logo-image {
  width: 50px;
}

html body #footer .block-menu-block {
  display: block;
  background-color: #807d76;
  clear: both;
  margin: -20px -20px 15px -20px;
}

html body #footer .block-menu-block:before,
html body #footer .block-menu-block:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
html body #footer .block-menu-block:after {
  clear: both;
}
html body #footer .block-menu-block {
  zoom: 1;
}

html body #footer .field-name-mkts-body-preamble-free {
  display: block;
  float: left;
  margin: 0 15px 15px 0;
}

html body #footer .top-link {
  position: absolute;
  top:0;
  right:0;
  margin: 10px 15px;
}

html body #footer .top-link a {
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

html body #footer .top-link a:hover {
  text-decoration: underline;
}

html body #footer .block-block {
  display: block;
  float: left;
}

html body #footer .block-menu-block ul {
  margin:0;
  padding:0 0 0 15px;
  list-style-type: none;
  list-style: none;
  width: 90%;
}

html body #footer .block-menu-block ul li {
  margin:0;
  padding:0;
  list-style-type: none;
  list-style: none;
}


html body #footer .block-menu-block ul li.leaf:before {
  content:'|';
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  top: -1px;
}

html body #footer .block-menu-block ul li.last:before {
  content:'';
}

html body #footer .block-menu-block ul li {
  float: left;
  padding: 10px 5px;
}

html body #footer .block-menu-block ul li a {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

html body #footer .block-menu-block ul li a:hover {
  text-decoration: underline;
}

/**
 * Ads
 */


body .one-px-ad {
  height: 1px;
}

.top-ad-container-desktop {
  display:block;
}

.top-ad-container-mobile{
  display:none;
}

.adtech-article-desktop {
  display:block;
}

.adtech-article-mobile {
  display:none;
}


body #top-ad {
  display: block;
  clear: both;
  margin-bottom: 15px;
}

/*body #page #main #side-ad {*/
  /*position: absolute;*/
  /*top: 10px;*/
  /*right: -260px;*/
  /*max-width: 250px;*/
/*}*/

body #page #main .field-name-mkts-field-ad-articlebanner {
  display: block;
  clear: both;
  margin-bottom: 15px;
}

body .slug,
body #page #top-ad .slug,
body #page #header .slug,
body #page #footer .slug,
body #page #main #side-ad .slug,
body #page #main .sidebars .slug,
body #page #main .field-name-mkts-field-ad-articlebanner .slug {
  font-size: 0.7em;
  line-height: 1em;
  font-weight: normal;
  color: #807D75;
  margin-bottom: 2px;
}

/**
 * Search
 */

#search-form .container-inline div,
#search-form .container-inline label {
  display: inline-block;
}

#search-form .form-text {
  width: 430px;
}

body.page-search-content #mainbar h2 {
  margin: 4px 0 12px;
  border-bottom: 1px solid #CCCCCC;
}


/**
 * Ajax pages (magnificPopup)
 */

/* Splashify only styles */
html body.page-node-1785 div#mainbar h1#page-title {
  font-family: 'Open Sans',sans-serif;
  font-size: 4em;
  color: #7f7c75;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}

html body.page-node-1785 .field-name-title {
  float: left;
}

html body.page-node-1785 #webform-ajax-wrapper-1785 {
  float: left;
  width: 320px;
  padding-left: 30px;
}

html body.page-node-1785 input.form-text {
  background-color: #FFFFFF;
}

html body.page-node-1785 div.webform-component-markup p {
  color: #4c4944;
  margin:0;
  font-weight: 300;
  color: #e3000b;
  margin: 0 0 10px;
}

html body.page-node-1785 #edit-field-street,
html body.page-node-1785 .form-item-name,
html body.page-node-1785 #webform-component-gatuadress,
html body.page-node-1785 #webform-component-epost {
  clear: both;
  margin-bottom: 0;
}

html body.page-node-1785 #edit-field-zip,
html body.page-node-1785 #webform-component-postnummer {
  float: left;
  width: 120px;
  margin-right: 5px;
  clear: left;
}

html body.page-node-1785 #edit-field-city,
html body.page-node-1785 #webform-component-postadress {
  float: left;
  width: 190px;
  margin-left: 5px;
  clear: right;
}

html body.page-node-1785 #webform-component-namn,
html body.page-node-1785 #webform-component-avs-namn {
  margin-top: 0;
}

html body.page-node-1785 .webform-component-markup {
  margin-bottom: 4px;
}

html body.page-node-1785 form#webform-client-form-1785 input.form-submit {
  float: right;
  text-transform: uppercase;
  width: 100px;
}

/* Regular CSS */
html body.ajax-page {
  background-color: #e1ded2;
}

/* For e.g. webforms iframed on fria.nu, use white bg */
html body.whitebg-page {
  background-color: white;
}

html body .mfp-iframe-holder .mfp-content {
  max-width: 780px !important;
  margin: auto;
}

html body .mfp-iframe-holder .mfp-close {
  top:0;
  right:0;
  color: #000;
  padding: 0 10px 0 0;
}

/* Inside iframe */
html body.ajax-page div#page,
html body.ajax-page div#page div#main,
html body.ajax-page div#page div#main div#content,
html body.ajax-page div#page div#main div#content div#mainbar,
html body.ajax-page div#page div#main div#content div#mainbar div.node {
  width: 780px;
  margin:0;
  padding:0;
  background-color: #e1ded2;
  border: none;
}

/* For e.g. webforms iframed on fria.nu, use white bg */
html body.whitebg-page div#page,
html body.whitebg-page div#page div#main,
html body.whitebg-page div#page div#main div#content,
html body.whitebg-page div#page div#main div#content div#mainbar,
html body.whitebg-page div#page div#main div#content div#mainbar div.node {
  background-color: white;
}


html body.ajax-page div#page div#main div#content div#mainbar,
html body.ajax-page div#page div#main div#content div#mainbar div.node {
  width: 700px;
}

html body.ajax-page div#page div#main div#content div#mainbar {
  padding: 40px;
}

html body.ajax-page div#mainbar h1,
html body.ajax-page div#mainbar h2,
html body.ajax-page div#mainbar h3,
html body.ajax-page div#mainbar h4 {
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  color: #e3000b;
  margin: 0 0 10px;
}

html body.ajax-page div#mainbar h1 {
  font-size: 3em;
}

html body.ajax-page div#mainbar h2 {
  font-size: 1.6em;
  font-weight: normal;
}

html body.ajax-page div#mainbar .label {
  font-weight: 600;
}

html body.ajax-page div#mainbar table.subs {
  width: 210px;
}

html body.ajax-page div#mainbar table.subs th {
  border-bottom: 1px solid #ccc;
}

html body.ajax-page div#mainbar table.subs td {
  padding: 2px;
}

html body.ajax-page div#mainbar table.subs td img {
  width: 12px;
  height: 12px;
}

html body.ajax-page div#mainbar .group-left {
  float: left;
  width: 310px;
  padding-right: 39px;
  border-right: 1px solid #fff;
  margin-right: -1px;
}

html body.ajax-page div#mainbar .group-right {
  float: left;
  width: 310px;
  padding-left: 39px;
  border-left: 1px solid #fff;
}

html body.ajax-page div#mainbar .form-button {
  display: inline-block;
  border: none;
  color: #fff;
  background-color: #e3000b;
  cursor: pointer;
  text-decoration: none;
  padding: 8px;
  margin: 0 4px 4px 0;
}

html body.ajax-page div#mainbar .form-button:hover {
  text-decoration: underline;
}

html body.ajax-page div#mainbar table {
  margin: 15px 0;
}

html body.ajax-page div#mainbar ul.pager {
  padding: 15px 0 0;
  border: none;
}

/* Forms */
html body.ajax-page div#mainbar form .form-actions {
  clear: both;
}

/* Login and register */
html body.ajax-page div#mainbar form #edit-field-user-street,
html body.ajax-page div#mainbar form .form-item-name {
  clear: both;
  margin-bottom: 0;
}

html body.ajax-page div#mainbar form #edit-field-user-firstname,
html body.ajax-page div#mainbar form #edit-field-user-surname,
html body.ajax-page div#mainbar form #edit-field-user-street {
  width: 310px;
}

html body.ajax-page div#mainbar form #edit-field-user-zip {
  float: left;
  width: 110px;
  margin: 0 5px 10px 0;
  clear: left;
}

html body.ajax-page div#mainbar form #edit-field-user-city {
  float: left;
  width: 190px;
  margin: 0 0 10px 5px;
  clear: right;
}


/* Prenumerationer */
html body.ajax-page div#mainbar form .tabledrag-toggle-weight {
  display: none;
}

html body.ajax-page div#mainbar form .field-name-field-subs-username {
  width: 140px;
  float: left;
  margin: 0 10px 0 0;
}

html body.ajax-page div#mainbar form .field-name-field-subs-password {
  width: 140px;
  float: left;
  margin: 0 10px 0 0;
}

html body.ajax-page div#mainbar form .field-name-field-subs-paper {
  width: 140px;
  float: left;
  margin: 0 10px 0 0;
}

html body.ajax-page div#mainbar form .field-type-field-collection .form-submit {
  float: left;
  margin: 14px 0 0 0;
}


/**
 * Comments
 */

body.html #mainbar #comments {
  border-top: 1px solid #CCC;
  padding: 15px 0;
}

body.html #mainbar #comments h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #e3000b;
  margin: 0 0 7px;
}

body.html #mainbar #comments .author-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  color: #807D75;
  margin: 0 0 5px;
}

body.html #mainbar #comments form {
  margin: 0 0 20px;
}

body.html #mainbar #comments form .field-name-comment-body .form-item {
  margin:0;
}

body.html #mainbar #comments form .group-right {
  margin:0;
}

body.html #mainbar #comments .group-right:before,
body.html #mainbar #comments .group-right:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
body.html #mainbar #comments .group-right:after {
  clear: both;
}
body.html #mainbar #comments .group-right {
  zoom: 1;
}

body.html #mainbar #comments .comment-form {
  padding: 0 0 15px 0;
}

body.html #mainbar #comments .form-actions {
  display: inline-block;
  clear: both;
  width: 480px;
  padding: 10px 0 0 0;
}

body.html #mainbar #comments .form-actions .form-submit {
  float: left;
  margin: 0 5px 0 0;
}

body.html #mainbar #comments .form-actions a {
  line-height: 1em;
  background-color: #e3000b;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  float: left;
}

body.html #mainbar #comments .comment {
  border-top: 1px solid #e2dfd3;
  display: block;
  margin: 5px 0 15px 0;
  padding: 5px 0 0;
}

body.html #mainbar #comments .comment .group-header:before,
body.html #mainbar #comments .comment .group-header:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
body.html #mainbar #comments .comment .group-header:after {
  clear: both;
}
body.html #mainbar #comments .comment .group-header {
  zoom: 1;
}

body.html #mainbar #comments .comment .group-header {
  margin: 0 0 10px;
}

body.html #mainbar #comments .comment .group-header .field-name-mkts-full-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  color: #807D75;
  float: left;
  margin: 0 10px 0 0;
}

body.html #mainbar #comments .comment .group-header .field-name-mkts-timeago {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
  color: #807D75;
  float: left;
}

body.html #mainbar #comments .comment .group-header .field-name-mkts-report-flag-link {
  float: right;
}

body.html #mainbar #comments .comment .group-header .field-name-mkts-report-flag-link a {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #aba9a4;
}

body.html #mainbar #comments .comment .group-header .field-name-mkts-report-flag-link a:hover {
  text-decoration: underline;
}

body.html #mainbar #comments .comment .group-right {
  width: 100%;
  margin:0;
}

body.html #mainbar #comments .comment .group-footer:before,
body.html #mainbar #comments .comment .group-footer:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
body.html #mainbar #comments .comment .group-footer:after {
  clear: both;
}
body.html #mainbar #comments .comment .group-footer {
  zoom: 1;
}

body.html #mainbar #comments .comment .group-footer {
  padding:0;
}

body.html #mainbar #comments .comment .group-footer .field {
  display: inline;
  float: left;
}

body.html #mainbar #comments .comment .group-footer ul.links {
  float: left;
  margin: 0;
}

body.html #mainbar #comments .comment .group-footer ul.links li {
  padding: 0 5px 0 0;
}

body.html #mainbar #comments .comment .group-footer ul.links a {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #e3000b;
  margin:0;
}

body.html #mainbar #comments .comment .group-footer ul.links a:hover {
  text-decoration: underline;
}


/**
 * Special domain styles
 */

html body.domain-egenel-etc-se div#page {
  background-color: transparent;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-844,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-845 {
  width: 142px;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-846 {
  width: 90px;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-847 {
  width: 134px;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-848 {
  width: 136px;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-951 {
  width: 78px;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-972 {
  width: 146px;
}


body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-429 a,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-844 a,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-845 a,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-846 a {
  color: #000;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-429,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-844,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-845,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-846 {
  background-color: #bfd769;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-844 a,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-845 a {
  padding-right: 20px;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-429.active-trail,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-844.active-trail,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-845.active-trail,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-846.active-trail {
  margin-top: -7px;
  background-color: #fff;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-429.active-trail a,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-844.active-trail a,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-845.active-trail a,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-846.active-trail a {
  padding-bottom: 15px;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-847,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-848,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-951,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-972 {
  margin-top: 6px;
  background-color: #686868;
}

body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-847 a,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-848 a,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-951 a,
body.domain-egenel-etc-se #navigation .content .menu li.menu-mlid-972 a {
  font-size: 0.8em;
  padding: 5px 15px;
  color: #fff;
  float: right;
}

body.domain-egenel-etc-se div.node-page h1,
body.domain-egenel-etc-se div.node-article h1 {
  font-family: 'Titillium Web', sans-serif;
}

body.domain-egenel-etc-se.node-type-article #main #mainbar .field-name-mkts-field-article-header h2,
body.domain-egenel-etc-se.node-type-article #main #mainbar .field-name-mkts-field-article-header h3,
body.domain-egenel-etc-se.node-type-article #main #mainbar .field-name-mkts-field-article-header h4,
body.domain-egenel-etc-se.node-type-article #main #mainbar .field-name-mkts-field-article-header h5,
body.domain-egenel-etc-se.node-type-article #main #mainbar .field-name-mkts-field-article-header h2 span,
body.domain-egenel-etc-se.node-type-article #main #mainbar .field-name-mkts-field-article-header h3 span,
body.domain-egenel-etc-se.node-type-article #main #mainbar .field-name-mkts-field-article-header h4 span,
body.domain-egenel-etc-se.node-type-article #main #mainbar .field-name-mkts-field-article-header h5 span {
  color: #2d8b44;
}

body.domain-egenel-etc-se.node-type-article #main #mainbar .ds-2col .group-right .field-label,
body.domain-egenel-etc-se.node-type-article #main #mainbar .ds-2col-stacked .group-right .field-label {
  color: #2d8b44;
}

body.domain-egenel-etc-se.node-type-article #main #mainbar .field-name-mkts-field-article-byline,
body.domain-egenel-etc-se.node-type-article #main #mainbar .field-name-mkts-field-article-byline a {
  color: #2d8b44;
}

body.domain-egenel-etc-se .sidebars .block-mkts .node-article {
  border:none;
  background-color: #eee;
}

body.domain-egenel-etc-se .sidebars .block-mkts .node-article .field-name-body,
body.domain-egenel-etc-se .sidebars .block-mkts .node-article .field-name-title {
  padding: 0 10px;
}

body.domain-egenel-etc-se .sidebars .block-mkts .node-article .field-name-title h3,
body.domain-egenel-etc-se .sidebars .block-mkts .node-article .field-name-title h3 a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #2d8b44;
}

body .sidebars #block-block-7 .block-title {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0;
}

body.domain-egenel-etc-se .sidebars #block-block-7,
body.domain-egenel-etc-se .sidebars .block-mostpopular,
body.domain-egenel-etc-se .sidebars #block-mkts-mkts-socialanyheter {
  border-top: 1px solid #2d8b44;
}

body.domain-egenel-etc-se .sidebars #block-block-7 .block-title,
body.domain-egenel-etc-se .sidebars .block-mostpopular .block-title,
body.domain-egenel-etc-se .sidebars #block-mkts-mkts-socialanyheter .block-title {
  color: #2d8b44;
}

body.domain-egenel-etc-se .sidebars .block-webform .block-content h2.node-title a,
body.domain-egenel-etc-se .sidebars .block-webform .block-content h3.node-title a,
body.domain-egenel-etc-se .sidebars .block-webform .block-content h4.node-title a,
body.domain-egenel-etc-se .sidebars .block-webform .block-content h5.node-title a {
  color: #2d8b44;
}

body.domain-egenel-etc-se .sidebars #block-mkts-mkts-newsletter .block-content {
  background-color: #c0d95f;
}

body.domain-egenel-etc-se .sidebars #block-mkts-mkts-newsletter .block-content h3 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #2b8c3f;
}

body.domain-egenel-etc-se .sidebars #block-mkts-mkts-newsletter .form-submit {
  font-family: 'Titillium Web', sans-serif;
}

body.domain-egenel-etc-se .field-name-mkts-field-collection .field-name-mkts-field-collection-heading h5,
body.domain-egenel-etc-se .sidebars .block-mkts .node-collection .field-name-mkts-field-collection-heading h5 {
  color: #2d8b44;
}

body.domain-egenel-etc-se .field-name-mkts-field-collection .field-name-mkts-articles a,
body.domain-egenel-etc-se .sidebars .block-mkts .node-collection .field-name-mkts-articles a {
  color: #2d8b44;
}

body.domain-egenel-etc-se #footer #block-block-15 {
  float:right;
}
body.domain-egenel-etc-se #footer #block-block-15 img {
  max-width:240px;
}

#block-delorean-leeads-leeads-panorama-980x240 {
  z-index: 1000;
}

.sticky > img {
  position: absolute;
}

/* Popup */

#popup {
    display: none;
    position: absolute;
    /* Some ads have z-index: 999999999, we need more. Use max 32 bit value */
    z-index: 2147483647;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#page.hide-me, #side-ad.hide-me {
    height: 0;
    overflow: hidden;
}

#popup-page-content {
    background-color: green;
    height: 100vh;
    width: 100vw;
}

a.closebtn {
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    font-size: 4em;
    text-decoration: none;
    color: #e2e2e2;
    text-shadow: 0px 0px 5px #171717;
    display: block;
    transition: 0.3s
}