﻿.Abnos button {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 29px;
  margin: 0 4px;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  /*&:hover {
      background: lighten(#12A300,5);
  }*/
}
@media (max-width: 992px) {
  .Abnos button {
    opacity: 1;
  }
}
.Abnos button i {
  font-size: 14pt;
}
.Abnos button.prev {
  left: 0;
}
.Abnos button.next {
  right: 0;
}

.Abnos {
  direction: rtl;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .Abnos {
    padding: 0;
  }
}
.Abnos .article__item {
  margin: 0 5px;
  outline: none;
  padding: 10px;
}
.Abnos .article__item .item__image {
  position: relative;
}
.Abnos .article__item .item__image > a {
  display: block;
  border-radius: 10px;
}
.Abnos .article__item .item__image > a img {
  max-width: 100%;
  margin: 4px auto;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0);
  width: 100%;
  max-height: 220px;
  transition: all ease 400ms;
  border-radius: 10px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  /*&:hover {
      box-shadow: 4px 4px 0 rgba(#000,.2);
  }*/
}
.Abnos .article__item .item__image .article__publish-date {
  position: absolute;
  top: 25px;
  right: -8px;
  background: #fff;
  bottom: auto;
  padding: 3px 21px;
  color: #000;
  opacity: 1;
  font-size: 20px;
  /*  &:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-right: 20px solid #6fb900;
        border-bottom: 18px solid transparent;
        left: -20px;
        position: absolute;
        top: 0px;
    }*/
  /* &:before {
       content: '';
       width: 0;
       height: 0;
       border-bottom: 9px solid #426f00;
       border-right: 9px solid transparent;
       right: 0;
       position: absolute;
       top: -9px;
   }*/
}
.Abnos .article__item .item__image a {
  overflow: hidden;
  display: block;
}
.Abnos .article__item:hover img {
  transform: scale3d(1.09, 1.09, 1);
}
.Abnos .article__item .item__title {
  font-size: 17px;
  font-weight: 500 !important;
  margin: 0;
  height: 27px;
  line-height: 26px;
  overflow: hidden;
  text-align: right;
  margin: 20px 0 20px;
}
.Abnos .article__item .item__title a {
  vertical-align: top;
  color: #000;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  font-weight: 900;
  font-size: 20px;
  /*&:hover {
      color: #6fb900;
      text-decoration: none;
  }*/
}
.Abnos .article__item .post__desc {
  color: #2c2c2c;
  height: 100px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  overflow: hidden;
  text-align: justify;
}
.Abnos .article__item .article__item__readmore__container {
  text-align: right;
}
.Abnos .article__item .article__item__readmore__container .article__item__readmore {
  display: inline-block;
  text-align: right;
  font-size: 17px;
  padding: 0 12px;
  padding-right: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
}
.Abnos .article__item .article__item__readmore__container .article__item__readmore i {
  margin-right: 5px;
}
.Abnos .article__item .article__item__readmore__container .article__item__readmore:hover {
  text-decoration: none;
}

body.ltr .Abnos {
  direction: ltr;
}
