/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.news-block {
  font-family:genevaregular;
  padding: 30px 20px;
  overflow:hidden;
}

.news-block:after {
  clear: both;
}

.news-block-title {
  font-family:Arial, Helvetica, sans-serif;
  font-size:28px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #dddddd;
  color:#0D1114;
}
.news-item {
  width: 19%;
  height: 300px;
  margin-bottom: 20px;
  float: left;
  display:block;
  margin-right: 1%;
}
.news-title {
  font-size:12px;
  font-weight:bold;
  color:#0D1114
}
.news-date {
  font-size:10px;
  color:#999999;  
}
.news-text {
  color:#606060;
  font-size:11px;
}
.news-link {
  color:#003770;
  font-size:11px;
}

#bottom-a{
  background-color: #cccccc;
  padding: 30px 0;
}