
@media(min-width:480px) {
.startpage .nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
  padding: 0px 15px 60px 15px;
}
 }
  
@media(min-width:992px) {
.nordic--header .nordic--header-wrapper {
  padding: 20px 30px 20px 30px;
}
  .slot--header-horizontal-menu .navbar .container-fluid {
  border-bottom: 3px solid #222;
  border-top: none;
}
 }

.slot--header-horizontal-menu .navbar-nav > li a {
  font-size: 12px;
  text-transform: uppercase;
}

.slot--header-horizontal-menu .navbar-nav .dropdown-menu li a {
  font-size: 12px;
}

@media(max-width:991px) {
.slot--header-horizontal-menu {
  border-top: none;
}
  .slot--header-horizontal-menu .navbar-collapse {
  padding: 0px 0 30px 0 !important;
}
 }

.nordic--start-page .nordic--component-container .tws-content-box--table .tws-content-box--first-line {
  text-shadow: none;
  color: #000;
  background: rgba(255,255,255, 0.8);
  padding: 10px 6px 8px 6px;
}

.nordic--start-page .tws-articles-two--heading .tws-util-heading--heading, 
.nordic--start-page .tws-articlegroups--title .tws-util-heading--heading {
  border-bottom: none;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.tws-article-list--list .tws-list--type-grid .thumbnail .caption {
  text-align: center;
}
.tws-article-list--list .tws-article-list--article-name {
  margin: 0 auto;
  padding: 8px 0px;
}
.tws-article-list--list .tws-list--type-grid .thumbnail .tws-article-list--price, 
.tws-article-list--list .tws-list--type-grid .thumbnail .tws-api-price,
.tws-container--tws-articles-two-type-carousel .thumbnail .tws-article-list--price, 
.tws-container--tws-articles-two-type-carousel .thumbnail .tws-api-price{
  margin: 0 auto;
  padding: 5px 0px;
}

.tws-article-description--text-container {
  max-height: none;
  overflow: visible;
}

.slot--article-description .tws-article-description .tws-article-description--show-more {
	display: none;
}


