.news_section {
  padding: 45px 0;
  border-bottom: 1px solid rgba(140, 140, 140, 0.13);
}
.news_section .news_listing {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.news_section .news_listing li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px 29px;
}
@media (max-width: 1199px) {
  .news_section .news_listing li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .news_section .news_listing li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .news_section .news_listing li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news_inner_section .news_title {
  margin-top: 45px;
  font-size: 320%;
  line-height: 41px;
  font-family: '"bold"', "arm-bold";
  letter-spacing: normal;
  color: #2E2E31;
}
.news_inner_section .inner_block {
  margin-left: 70px;
  position: relative;
  padding-bottom: 20px;
}
.news_inner_section .news_date {
  margin-top: 15px;
  font-size: 120%;
  line-height: 17px;
  color: #8c8c8c;
  padding-bottom: 44px;
  border-bottom: 1px solid #c00000;
  width: 100%;
}
.news_inner_section .news_description {
  padding: 45px 50px;
  font-size: 160%;
  line-height: 22px;
  color: #5e5e5e;
  text-align: justify;
}
.news_inner_section .news_image img {
  width: 100%;
  height: auto;
}
.news_inner_section .news_image .image_description {
  margin: 15px 50px 45px;
  font-size: 140%;
  line-height: 19px;
  color: #5e5e5e;
}
.news_inner_section .inner_title {
  font-size: 240%;
  line-height: 33px;
  font-family: '"bold"', "arm-bold";
  color: #5e5e5e;
  margin-bottom: -20px;
  margin-left: 50px;
}

.social_list {
  position: absolute;
  top: 118px;
  left: -65px;
}
.social_list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.social_list ul li {
  margin: 10px;
}
.social_list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.social_list ul li a.icon_facebook {
  background: #3b5998;
}
.social_list ul li a.icon_pinterest {
  background: #ed1c24;
}
.social_list ul li a.icon_twitter {
  background: #24a1f2;
}
.social_list ul li a.icon_vk {
  background: #4f77a2;
}

.news_share {
  position: absolute;
  left: -70px;
  top: 120px;
}
.news_share .at-share-btn-elements {
  display: flex;
  flex-direction: column;
}
.news_share .at-share-btn-elements .at-icon-wrapper {
  width: 42px;
}

.inner_listing .row {
  margin-bottom: 45px;
  border-top: 1px solid #c00000;
}

@media (max-width: 1199px) {
  .news_inner_section .inner_block {
    margin-left: 0;
  }

  .news_listing li:last-child {
    display: none;
  }

  .news_share {
    position: relative;
    left: auto;
    top: auto !important;
  }
  .news_share .at-share-btn-elements {
    flex-direction: row;
    padding-left: 7px;
    padding-bottom: 30px;
  }

  .social_list {
    position: static;
  }
  .social_list ul {
    flex-direction: row;
    margin-left: 15px;
  }

  .news_inner_section .news_title {
    margin-top: 25px;
    font-size: 280%;
    line-height: 35px;
  }
  .news_inner_section .news_date {
    padding-bottom: 30px;
  }
  .news_inner_section .news_description {
    padding: 25px;
    font-size: 140%;
    line-height: 19px;
  }
  .news_inner_section .news_image .image_description {
    margin: 20px;
    font-size: 120%;
    line-height: 17px;
  }
  .news_inner_section .inner_title {
    font-size: 160%;
    line-height: 21px;
    margin-bottom: -10px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .inner_listing .row li:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .news_listing li:last-child {
    display: block;
  }
}
@media (max-width: 575px) {
  .news_section {
    padding-top: 0;
  }

  .news_inner_section .news_title {
    margin-top: 15px;
    font-size: 220%;
    line-height: 30px;
  }
  .news_inner_section .news_date {
    padding-bottom: 25px;
  }
  .news_inner_section .news_description {
    padding: 25px 0;
    font-size: 120%;
    line-height: 17px;
  }
  .news_inner_section .news_image .image_description {
    margin: 20px 0;
  }
  .news_inner_section .inner_title {
    font-size: 140%;
    line-height: 19px;
    margin-left: 0;
  }

  .social_list ul {
    padding: 0;
    margin: 0;
    justify-content: space-around;
  }
  .social_list ul li {
    margin: 5px;
  }
  .social_list ul li a {
    width: 32px;
    height: 32px;
  }
}
.social_list ul li a:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=news.css.map */
