.csc-news-list .news .article {
   background: #f7f7f7;
   width: 31%;
   margin: 1%;
   float: left;
   position: relative;
   height: 500px;
}

.news::after {
   content: '';
   display: block;
   clear:both;
}

.news .article {
    padding-bottom: 0px; 
    margin-bottom: 0px; 
}

.csc-news-list .news-img-wrap {
  position: absolute;
  
}

.csc-news-list .header {
  position: absolute;
  top: 230px;
  left: 20px;
  
}

.csc-news-list .header h3 {
  line-height: 150%;
  margin: 0;
  padding: 0;
  display: block;
  height: 10px;
  font-size: 18px;
  width: 280px;
}


.csc-news-list .header h3 a {
   text-decoration: none;
}

.csc-news-list .teaser-text {
  position: absolute;
  top: 320px;
  left: 20px; 
  width: 280px;
}

.csc-news-list .footer {
  position: absolute;
  top: 280px;
  left: 20px;
  font-size: 12px;
  padding: 0;
  border-top: 0;
}

.csc-news-list .news .article .news-img-wrap {
  padding: 0;
  float: none;
}

.csc-news-list .news .article .news-img-wrap a {
  display: block;
  float: none;
  padding: 0;
  border: 0;
  background: #fff;
}

.news .article .news-img-wrap a {
   border: 0;
}

.csc-news-list .news .article .news-img-wrap img {
  width: 310px;
}

.news .facebook {
  display: none;
}

.news-single .footer {
  border: 0;
}

.csc-news-komenty .news-img-wrap {
   display: none;
}

.csc-news-komenty .header a {
  text-decoration: none;
}

.csc-news-komenty .news .article {
   background: rgb(247,247,247);
   padding: 20px;
   position: relative;
   padding-top: 1px;
   margin-bottom: 10px;
}

.csc-news-komenty .footer {
  position: absolute;
  top: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  right: 20px;
  font-size: 14px;
}

.csc-news-komenty .header {
   width: 850px;
}