/* =========
   INDEX page only
   ========= */

.top-lead{
  padding: 20px 20px 45px;
  line-height: 2.2;
  font-size: 14px;
  color: #ccc;
}

.top-news{
  max-width: 980px;
  margin: 18px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(201,162,77,.45);
  border-radius: 12px;
  background: rgba(10,10,10,.75);
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.top-news .news-label{
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #c9a24d;
  text-align: center;
}
.top-news .news-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #eee;
  text-align: center;
  white-space: normal;
}

