.articles-slider {
  margin: auto;
  width: 1100px;
  /* max-width: 1150px; */
  height: 110%;
}

.slick-track {
  padding: 20px 0 20px 0;
}

.a-card {
  padding-bottom: 10px;
  cursor: pointer;
  transition: .5s;
  margin: auto;
  height: 295px;
  width: 235px;
  background: #fff;
  border: 0px solid silver;
  -webkit-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.07);
  box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.07);
}

.a-card:hover {
  /* transition: .5s; */
  /* position: relative;
  top: -20px; */
  /* margin-top: -20px; */
  /* -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); */

  transform: translateY(-20px);

  -webkit-box-shadow: 0px 2px 15px 7px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 2px 15px 7px rgba(0,0,0,0.07);
  box-shadow: 0px 2px 15px 7px rgba(0,0,0,0.07);
}

.a-card h3 {
  font-size: 18px;
  text-align: center;
  width: 85%;
  height: 100px;
  margin: 15px auto 0 auto;
  font-weight: 400;
}

.inf-wrapper {
  width: 235px;
  height: 295px;
}

.a-card .inf {
  justify-content: center;
  /* margin-bottom: 100px; */
}

.a-card .inf li {
  display: inherit;
  /* margin-right: 30px; */
}

.a-card .publish-date {
  margin-right: 30px;
}

.a-card .inf li img {
  max-height: 19px;
  max-width: 19px;
  margin-right: 5px;
}

.a-card .inf li span {
  font-size: 14px;
}

.a-slide:active, .a-slide:focus {
  outline: none;
}

.article-photo {
  width: 100%;
  height: 140px;
  /* background: url("/img/photos/ph-2.jpg"); */
  overflow: hidden;
}
.article-img
{
  width: 100%;
}


.article-photo-1 {
  background: url("/img/photos/ph-8.jpg");
  background-size: cover;
}

.article-photo-2 {
  background: url("/img/photos/ph-9.jpg");
  background-size: cover;
}

.article-photo-3 {
  background: url("/img/photos/ph-10.jpg");
  background-size: cover;
}

.article-photo-4 {
  background: url("/img/photos/ph-11.jpg");
  background-size: cover;
}

.nav-dots {
  position: absolute;
  bottom: -60px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.nav-dots li
{
    position: relative;

    display: inline-block;

    width: 13px;
    height: 13px;
    margin: 0 10px;
    padding: 0;

    cursor: pointer;
}

.nav-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 13px;
    height: 13px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #a3aeb9;

    border-radius: 50%;
}

.nav-dots .slick-active button {
  background: #b49504;
}

.nav-dots li button:hover,
.nav-dots li button:focus {
  outline: none;
}

.nav-dots li button:hover {
  background: #b49504;
}

.slick-prev,
.slick-next {
  background: url("/img/icons/arrow.svg");
  background-size: cover;
}

.slick-prev {
  transform: rotate(-90deg);
}

.slick-next {
  transform: rotate(90deg);
}
