.artykuly-box {
  position: relative;
  /* padding: 40px 0px 30px 0px; */
  /* border-radius:30px 30px 0px 0px; */
  margin: 0px 0px 0px 0px;
  z-index: 3;
  clear: both;
  /* background: #e9f7fd;
        background: -webkit-linear-gradient(left,#fff, #e9f7fd);
        background: -o-linear-gradient(left,#fff, #e9f7fd);
        background: -moz-linear-gradient(left, #fff, #e9f7fd);
        background:near-gradient(right,#fff, #e9f7fd);	 */
}
.artykuly-box .news-list-box {
  /* padding: 0px;
  display: flex;
  flex-wrap: wrap; */
}

.artykuly-box ul.lista {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.artykuly-box .news-list-box .item {
  width: 25%;
  opacity: 1;
  /* text-align: center; */
  box-sizing: border-box;
}
.artykuly-box .news-list-box a .glass,
.artykuly-box .news-list-box a .bg {
  transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}

.artykuly-box .news-list-box a:hover .glass {
  background-color: rgba(0, 0, 0, 0.3);
}

.artykuly-box .news-list-box a:hover .bg {
  transform: scale(1.1);
}

.artykuly-box .news-list-box .content-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin: 15px;
  display: block;
}
.artykuly-box .news-list-box a .glass,
.artykuly-box .news-list-box a .bg {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.artykuly-box .news-list-box a .glass {
  z-index: 100;
}
.artykuly-box .news-list-box a .bg {
  z-index: 10;
}
.artykuly-box .news-list-box a .content {
  /*	position:relative;*/
  z-index: 1000;
}
.artykuly-box .news-list-box a .date {
  display: block;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  float: left;
}
.artykuly-box .news-list-box a .date span {
  display: block;
}

.artykuly-box .news-list-box h5 {
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding: 10px 10px;
  background-color: #69b92e;
  color: #fff;
  display: block;
  clear: both;
  opacity: 1;
  /* float: left; */
  margin-top: 5px;
  margin-bottom: 5px;
}
.artykuly-box .news-list-box .intro {
  clear: both;
  color: #000;
  font-size: 18px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
}

.artykuly-box a.button {
  display: none;
  width: 31%;
  margin: 30px auto 0px auto;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

.artykuly-box .news-list-box a img {
  margin: 0px auto 0px auto;
  display: none;
}

.data {
  text-align: left;

  color: #999;
}

/*  style2 */

.artykuly-box.style2 .news-list-box a {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  height: 88%;
  padding-bottom: 30px;
}

.artykuly-box.style2 .news-list-box .bg {
  display: none;
}
.artykuly-box.style2 .news-list-box h5 {
  min-height: 2.2em;
  margin: 0px;
  padding: 10px 10px;
  display: block;
  clear: both;
  /* text-align: center; */
  font-size: 24px;
  font-weight: normal;
  color: #1a1a1a;
  background-color: transparent;
  text-transform: uppercase;
}
.artykuly-box.style2 .news-list-box a:hover .glass {
  background-color: transparent;
}
.artykuly-box.style2 .news-list-box a:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.artykuly-box.style2 .news-list-box .content img {
  display: block;
  border-top: solid 1px #0b4d95;
  padding-top: 4px;
}
.artykuly-box.style2 .news-list-box .intro {
  color: #555;
  font-size: 14px;
}
.artykuly-box.style2 .news-list-box .date {
  background-color: #000;
  color: #fff;
  display: none;
}
.artykuly-box.style2 .news-list-box .pic {
  height: 260px;
  overflow: hidden;
}
.artykuly-box.style2 .news-list-box .more {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
/* .artykuly-box.style2 .news-list-box .more:hover {
    background-color: #dfb947;
  } */
/*
  .artykuly-box.style2 .news-list-box button {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    margin-left: auto;
    border: none;
    background-image: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #314470;
  }
  */
@media screen and (max-width: 1070px) {
  .artykuly-box .lista .item {
    min-height: 180px;
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 920px) {
  .artykuly-box .lista {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 760px) {
  .artykuly-box .lista .item {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .artykuly-box .news-list-box {
    display: block;

    height: auto;

    margin-top: 30px;

    padding-bottom: 30px;

    text-align: center;
  }
  /* 
        .artykuly-box .news-list-box>*{
    
            width:auto;
    
            height:auto;
    
            border:none;
    
            text-align:center;
    
            margin-left:0px;
    
            margin-right:0px;
    
        } */

  .artykuly-box .news-list-box h5 {
    min-height: 0;
  }
}
