padding-top: (@paddingTop * 25px);
padding-bottom: (@paddingBottom * 25px);

& when (@bg-type = 'color') {

  & when not (@transp) {
    background: linear-gradient(@angle * 1deg, @bg-value, @color2);
  }

  & when (@transp) {
    background: transparent;
  }
}

.news {
  width: (@newswidth * 1px);
  background-color: @newscolor;
  height: (@newsheight * 1px);
}

.news-scroll a {
  text-decoration: none;
}

.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: @dotscolor;
  border-radius: 50%;
  display: inline-block;
}

DIV {
  color: #ffffff;
}

.mbr-text {
  color: #342051;
}

.mbr-section-subtitle {
  color: #ffffff;
}
