.counter-area{
  background: url(../img/chart-market.jpg) no-repeat center fixed;
}
.invest-now{
  background: url(../img/chart-market.jpg) no-repeat center fixed;
}
.particles-area{
  background: url(../img/newspapper_gold_coin.jpg) no-repeat center fixed;
}
.last-area{
  background: url(../img/newspapper_gold_coin.jpg) no-repeat center fixed;
}

.chart_div{
  width: 100%;
  min-height: 450px;
}
.color_silver{
    color:#9a9a9a !important;
}
.color_platinum{
    color:#d0caca !important;
}

.carousel-control.left, .carousel-control.right{
    background:none !important;
}
.sin_camelcase {
    text-transform: none !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-xs-min) {
  .chart_div{
    width: 100%;
    min-height: 150px;
    max-height: 450px;
  }
}
