#folder-listing {
  padding: 0 14px;
  background: #fff;
}
#folder-listing .page-title h1 {
  color: #b0aeae;
  font-family: 'Fjalla One', sans-serif;
  font-size: 33px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1em;
  margin: 0;
  padding: 21px 0 0;
  text-transform: uppercase;
}
#folder-listing .listing-news .year {
  border-bottom: 2px solid #a4a4a4;
  margin-top: 30px;
  padding-bottom: 7px;
}
#folder-listing .listing-news .year span {
  color: #b0aeae;
  display: inline-block;
  font-family: 'Fjalla One', sans-serif;
  font-size: 17px;
  line-height: 27px;
}
#folder-listing .listing-news .holder article {
  border-bottom: 2px solid #a4a4a4;
  clear: both;
  overflow: hidden;
  padding: 20px 0;
}
#folder-listing .listing-news.without-pagination .holder article:last-of-type {
  border-bottom: none;
}
#folder-listing .listing-news .holder article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#folder-listing .listing-news .holder article figure {
  margin: 0;
}
#folder-listing .listing-news .holder article figure {
  float: none;
  width: 100%;
}
#folder-listing .listing-news .holder article figure a {
  display: block;
  overflow: hidden;
  /*padding-bottom: 59.2689%;*/
  position: relative;
  width: 100%;
}
#folder-listing .listing-news .holder article figure a img {
  display: block;
/*  left: 0;
  position: absolute;
  top: 0;*/
  width: 100%;
}
#folder-listing .listing-news .holder article figure a time {
  background-color: #64c1c5;
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  font-size: 20px;
  left: 0;
  line-height: 42px;
  padding: 0 12px;
  position: absolute;
  top: 0;
}
#folder-listing .listing-news .holder article .txt {
  margin-left: 0;
  padding-left: 0;
}
#folder-listing .listing-news .holder article .txt h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 29px;
  margin: 23px 0 0;
}
#folder-listing .listing-news .holder article .txt h2 a {
  color: #045477;
  text-decoration: none;
}
#folder-listing .listing-news .holder article .txt h2 a:hover {
  color: #000;
}
#folder-listing .listing-news .holder article .txt p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 21px 0 0;
}
#folder-listing .pager {
  border-top: 2px solid #a4a4a4;
  margin: 40px 0 0;
  max-width: 100%;
}
#folder-listing .pager > ul {
  margin: 0;
  padding: 30px 0;
}
#folder-listing .pager li.arrow-button {
  opacity: .7;
}
#folder-listing .pager li, #folder-listing .pager li a {
  font-size: 16px;
  height: 27px;
  line-height: 27px;
  width: 27px;
}
#folder-listing .pager li.arrow-button a {
  height: 12px;
  margin-top: 7px;
  width: 16px;
}
#folder-listing .pager li a {
  color: #888;
}
#folder-listing .pager li a:hover {
  color: #000;
}
#folder-listing .pager li.active {
  background-color: #dedcdc;
}
#folder-listing .listing-news:last-child {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {

  #folder-listing {
    padding: 0 40px;
  }
  #folder-listing .page-title h1 {
    font-size: 60px;
    margin: 0;
    padding: 65px 0 0;
  }
  #folder-listing .listing-news .year {
    margin-top: 50px;
    padding-bottom: 20px;
  }
  #folder-listing .listing-news .year span {
    font-size: 40px;
    line-height: 40px;
  }
  #folder-listing .listing-news .holder article {
    padding: 40px 0;
  }
  #folder-listing .listing-news .holder article figure {
    float: left;
    width: 31.91%;
  }
  #folder-listing .listing-news .holder article .txt {
    margin-left: 24px;
    padding-left: 31.91%;
  }
  #folder-listing .listing-news .holder article .txt h2 {
    font-size: 36px;
    line-height: 43px;
    margin: 0;
  }
  #folder-listing .listing-news .holder article .txt p {
    font-size: 18px;
    line-height: 26px;
    margin: 30px 0 0;
  }
  #folder-listing .pager li, #folder-listing .pager li a {
    font-size: 24px;
    height: 41px;
    line-height: 41px;
    width: 41px;
  }
  #folder-listing .pager li.arrow-button a {
    height: 18px;
    margin-top: 11px;
    width: 23px;
  }

}