.pub-container {
  border-top: 2px solid #fff;
}
.pub-container .pub {
  position: relative;
  background-image: url("/includes/public/assets/images/common/pattern3.png");
}
.pub-container .pub {
  position: relative; 
  margin: 0px;
}

.pub-container .pub-side-wrapper {
  color: #fff;
  position: relative;
}
.pub-container .pub-side-wrapper .pub-side {
  padding: 0px 10px;
  padding-top: 28px;
}
.pub-container .pub-side-wrapper .title {
  font-family: 'KlinicSlab-Bold';
  font-size: 40px;
  line-height: 42px;
  padding-bottom: 10px;
}

.pub-container .pub-side-wrapper .actions-wrapper {
  margin-top: 30px;
}
.pub-container .pub-side-wrapper .action {
  background-image: url("/includes/public/assets/images/common/pattern4.png"); 
}

.pub-container .pub-side-wrapper .text {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}

.pub-container .pub-wrapper {
  border-left: 2px solid #fff;
  padding: 0px;
  max-width: calc(100%);
}

.pub-container .pub .pub-item {
  border-right:2px #fff solid;
  overflow: hidden;
  position: relative;
}

.pub-container .pub .pub-item .spotlight-link {
  display: block;
}

.pub-container .pub .pub-item .content:after {
  content:"";
  position: absolute;
  bottom:0px;
  left:0px;
  width:100%;
  height:40%;
  opacity: .6;
  background: linear-gradient(transparent, #000);
  background: -o-linear-gradient(transparent, #000);
  background: -moz-linear-gradient(transparent, #000);
  background: -webkit-linear-gradient(transparent, #000);
}

.pub-container .pub-caption {
  position: absolute;
  bottom:35px;
  left:30px;
  color: #fff;
  z-index: 10;
  padding-right: 5px;
}
.pub-container .pub-caption .header {}
.pub-container .pub-caption .title {
  font-family: 'Darkline', cursive;
  font-size: 36px;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}
.pub-container .pub-caption .text {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}

.pub-container .pub .image-wrapper .pub-img{
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transition:all ease 1s;
  width: 100%;
}
.pub-container .pub .pub-item:hover .pub-img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.pub-wrapper .pub-arrows {}
.pub-wrapper .pub-arrow-wrapper {}
.pub-wrapper .arrow  {
  position: absolute;
  bottom: 45%;
  margin:0px;
  padding:0px;
  font-size:0px;
  width: 59px;
  height: 60px;
  z-index:1;
  opacity:1;
  background-position:center;
  background-repeat:no-repeat;
  background-size: 100% 100%;
  float: left;
  cursor: pointer;
}
.pub-wrapper .prev-arrow {
  left: 0px;
  background-image:url("/includes/public/assets/images/common/arrow-prev2.png");
}
.pub-wrapper .next-arrow {
  right: 0px;
  background-image:url("/includes/public/assets/images/common/arrow-next2.png");
}
.pub-container .pub-bottom-border {
  
}

@media only screen and (max-width: 64.0625em) and (min-width: 1260px) { 
  .pub-container .pub-side-wrapper  {
    top: 35px;
    min-width: 245px;
  }
  .pub-container .pub-side-wrapper .pub-side {
    padding: 0px;
  }

  .pub-container .pub-wrapper {
    padding: 0px;
    max-width: calc(100% - 245px);
  }
}

@media only screen and (max-width: 64em) { 

  .pub-container .pub-side-wrapper  {
    min-width: initial;
    min-width: 25%;
  }
  .pub-container .pub-side-wrapper .pub-side {
  }

  .pub-container .pub-wrapper {
    max-width: initial;
  } 
  .pub-container .pub-side-wrapper .title {
    font-size: 34px;
    line-height: 36px;
  }
  .pub-container .pub-caption .text,
  .pub-container .pub-side-wrapper .text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 860px) { 
  .pub-container .pub-side-wrapper .title {
    font-size: 30px;
  }
  .pub-container .pub-caption .text, .pub-container .pub-side-wrapper .text {
    font-size: 13px;
  }
  .pub-container .pub-side-wrapper .action {
    font-size: 14px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 768px) { 
  .pub-container .pub-side-wrapper .text{
    display: none;
  }
  .pub-container .pub-side-wrapper {
    padding-left: 5px;
  }
  .pub-container .pub-side-wrapper .title {
    font-size: 26px;
    line-height: 29px;
  }

  .pub-container .pub-side-wrapper .action {
    font-size: 15px;
  }

}

@media only screen and (max-width: 768px) {
  .pub-container .pub-side-wrapper .text{
    display: block;;
  }
  .pub-container .pub-wrapper,
  .pub-container .pub-side-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .pub-container .pub-side-wrapper {
    top: initial;
    margin-top: 20px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    border-bottom: 2px solid #fff
  }
  .pub-container .pub-caption .title,
  .pub-container .pub-side-wrapper .title {
    font-size: 28px;
    line-height: 32px;
  }
  .pub-container .pub-side-wrapper .pub-side {
    padding: 0px;
  }
  .pub-container .pub-caption {
    left: 0.9375rem;
    bottom: 25px
  }

  .pub-container .pub-caption .text, .pub-container .pub-side-wrapper .text {
    font-size: 13px;
    line-height: 16px;
  }
  .pub-container .pub .pub-item,
  .pub-container .pub-wrapper {
  border: none;
  }
  .pub-container .pub .pub-item .content:after {
    height: 50%;
    opacity: 0.9;
  }
  .pub-wrapper .arrow {
    width: 44px;
    height: 45px;
  }
  .pub-wrapper .arrow.next-arrow {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; 
  }
  .pub-wrapper .arrow.prev-arrow {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; 
  }
  .pub-container .pub-side-wrapper .action {
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    paddinb-bottom: 0;
  }

}