
/* --- HEADER --- */
@media(min-width:1100px) { 
  .bountiful--header .bountiful--header-wrapper {
    padding: 6px 30px;
}
.slot--header-horizontal-menu {
background: linear-gradient(#fefefe, #f2f2f2);
}
  
  .slot--header-horizontal-menu .navbar-nav > li:after {
  	content:"|";
		color: #dedede;
		font-size: 30px;
		vertical-align: top;
  } 
    .slot--header-horizontal-menu .navbar-nav > li:first-child:before {
  	content:"|";
		color: #dedede;
		font-size: 30px;
		vertical-align: top;
  } 
}

/* --- SIDEBAR --- */
@media(min-width:1100px) {

.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--title {
    background: #264e77;
    color: #fff;
  	text-transform: capitalize;
}
	}

.bountiful--sidebar .nyhetsbrev {
    padding: 0px;
}
.bountiful--sidebar .nyhetsbrev h3 {
    padding: 10px;
    background: #264e77;
    color: #fff;
}
.bountiful--sidebar .nyhetsbrev p {
		padding: 2px 10px 16px 10px;
}

/* --- ARTICLEGROUPS --- */
.tws-article-list--list .tws-list--type-grid .thumbnail .caption,
.tws-articles-two .slick-slider .thumbnail .caption {
    box-shadow: none;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-current {
    color: #264e77;
}
.tws-article-list--price {
   border-top: 1px dashed #cecece;
   border-bottom: 1px dashed #cecece;
   padding: 6px 0px;
   width: 100%;
}

.articlegroup-1008652 .btn-toolbar.tws-list-controls.pull-right, 
.articlegroup-1208712 .btn-toolbar.tws-list-controls.pull-right,
.articlegroup-1051816 .btn-toolbar.tws-list-controls.pull-right {
	display: none;
}

/* --- ARTICLE PAGE --- */
.slot--article-price .tws-api--price-current {
    color: #264e77;
}
.tws-article-description--text-container {
    max-height: none;
    overflow: visible;
}
.slot--article-description .tws-article-description .tws-article-description--show-more{
	display: none;
}

/* --- FOOTER --- */
.bountiful--footer {
    box-shadow: none;
	  padding: 30px 0 10px 0;
  	border-top: 1px solid #989898;
	  margin: 40px 0 0 0;
}

.bountiful--footer-mid-left {
    width: 100%;
    text-align: center;
}


