.featured-area {
  margin-top: -56px;
  margin-bottom: 60px;
  position: relative;
}
.featured-area.featured-video {
  background: #fafafa url('../../Images/loading.gif') no-repeat center center;
}
.featured-area.featured-video > div {
  visibility: hidden;
}
.featured-area.featured-video.loaded-wait {
  background: none;
}
.featured-area.featured-video.loaded-wait > div {
  visibility: visible;
}
/* Carousel Buttons */
.penci-owl-carousel .owl-item .owl-lazy {
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.penci-owl-carousel .owl-nav .owl-prev,
.penci-owl-carousel .owl-nav .owl-next {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  color: #010101;
  font-size: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -18px;
  left: 20px;
  line-height: 34px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.penci-owl-carousel .owl-nav .owl-prev i,
.penci-owl-carousel .owl-nav .owl-next i {
  line-height: inherit;
}
.penci-nav-visible .owl-nav .owl-prev,
.penci-nav-visible .owl-nav .owl-next {
  opacity: 0.5;
}
.penci-owl-carousel .owl-nav.disabled {
  display: none;
}
.penci-owl-carousel .owl-nav.disabled .owl-prev,
.penci-owl-carousel .owl-nav.disabled .owl-next {
  display: none !important;
}
.penci-owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 20px;
}
.penci-owl-carousel:hover .owl-nav .owl-prev,
.penci-owl-carousel:hover .owl-nav .owl-next {
  opacity: 0.8;
}
.penci-owl-carousel .owl-nav .owl-prev:hover,
.penci-owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
.penci-owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  z-index: 10;
  width: 100%;
  text-align: center;
  left: 0;
}
.penci-owl-carousel .owl-dots.disabled {
  display: none !important;
}
.penci-owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}
.penci-owl-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
}
.penci-owl-carousel .owl-dot.active span {
  background: #fff;
}
/*= Featured content
-----------------------------------------------------*/
.penci-featured-content {
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 25px;
}
.penci-featured-content .feat-text {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 23px 10px 21px;
  position: relative;
  text-align: center;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  opacity: 0;
}
.penci-owl-carousel.owl-loaded .active .penci-featured-content .feat-text {
  -webkit-animation-name: pencitextslider;
  -moz-animation-name: pencitextslider;
  -o-animation-name: pencitextslider;
  animation-name: pencitextslider;
}
@-webkit-keyframes pencifade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes pencifade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes pencifade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pencifade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pencitextslider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes pencitextslider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes pencitextslider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes pencitextslider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes pencitextslide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes pencitextslide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes pencitextslide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes pencitextslide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.penci-featured-content .featured-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0.7;
}
.penci-featured-content .feat-text .featured-cat {
  z-index: 3;
  position: relative;
  margin-bottom: 5px;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.penci-featured-content .feat-text .featured-cat a {
  color: #fff;
  text-decoration: none !important;
}
.penci-featured-content .feat-text h3 {
  z-index: 3;
  position: relative;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.penci-featured-content .feat-text h3 a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
.penci-featured-content .feat-text .feat-meta {
  z-index: 3;
  position: relative;
  margin-top: 6px;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.penci-featured-content .feat-text .feat-meta span {
  color: #fff;
  font-size: 13px;
}
.penci-featured-content .feat-text .feat-meta span a {
  color: #fff;
  font-size: inherit;
  text-decoration: none !important;
}
.penci-featured-content .feat-text .feat-meta > span:after {
  content: "";
  display: inline-block;
  margin: 0 11px 0 15px;
  width: 0;
  height: 10px;
  border-left: 1px solid;
  opacity: 0.35;
  color: inherit;
}
.penci-featured-content .feat-text .feat-meta > span:last-child:after {
  content: none;
}
.penci-owl-carousel.owl-loaded .active .feat-text .featured-cat,
.penci-owl-carousel.owl-loaded .active .feat-text h3,
.penci-owl-carousel.owl-loaded .active .feat-text .feat-meta {
  -webkit-animation-name: pencitextslide;
  -moz-animation-name: pencitextslide;
  -o-animation-name: pencitextslide;
  animation-name: pencitextslide;
}
.featured-area .wrapper-item-classes {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.penci-item-mag {
  position: relative;
}
.penci-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.penci-slide-overlay .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, transparent 60%, #000000 100%);
  background: -webkit-linear-gradient(top, transparent 60%, #000000 100%);
  background: -o-linear-gradient(top, transparent 60%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 60%, #000000 100%);
  background: linear-gradient(to bottom, transparent 60%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  -webkit-transition: opacity .4s ease 0s;
  -moz-transition: opacity .4s ease 0s;
  -o-transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s;
  opacity: 0.7;
}
.penci-item-mag:hover .penci-slide-overlay .overlay-link {
  opacity: 0.9;
}
.penci-slide-overlay .penci-mag-featured-content {
  position: absolute;
  bottom: 16px;
  left: 20px;
  padding-right: 20px;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  width: calc(80%);
}
.featured-area .active .penci-mag-featured-content {
  opacity: 1;
}
.penci-mag-featured-content h3 {
  line-height: 1.3;
}
.penci-mag-featured-content h3 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
.penci-mag-featured-content .cat > a.penci-cat-name {
  color: #fff;
}
.penci-mag-featured-content .cat {
  margin-bottom: 6px;
}
.penci-mag-featured-content .feat-meta > span:after {
  content: "";
  display: inline-block;
  margin: 0 11px 0 15px;
  width: 0;
  height: 8px;
  border-left: 1px solid;
  opacity: 0.5;
}
.penci-mag-featured-content .feat-meta {
  margin-top: 6px;
}
.penci-mag-featured-content .feat-meta > span:last-child:after {
  content: none;
}
.penci-mag-featured-content .feat-meta span,
.penci-mag-featured-content .feat-meta a {
  color: #fff;
  font-size: 13px;
}
/* Style 26 */
.featured-style-26 .wrapper-item .penci-item-mag {
  float: left;
  display: inline-block;
  width: 25%;
  position: relative;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.featured-style-26 .wrapper-item .penci-item-1 {
  width: 50%;
}
.featured-style-26 .wrapper-item .penci-item-2,
.featured-style-26 .wrapper-item .penci-item-3 {
  border-bottom: 4px solid transparent;
}
.featured-style-26 .penci-image-holder:before {
  padding: 0;
  height: 238px;
}
.featured-style-26 .penci-item-1 .penci-image-holder:before {
  height: 480px;
}
.featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a {
  font-size: 22px;
}
.featured-style-26 .penci-item-2 .penci-mag-featured-content h3 a,
.featured-style-26 .penci-item-3 .penci-mag-featured-content h3 a,
.featured-style-26 .penci-item-4 .penci-mag-featured-content h3 a,
.featured-style-26 .penci-item-0 .penci-mag-featured-content h3 a {
  text-transform: none;
  letter-spacing: 0;
}
.overlay-icon-format {
  position: absolute;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  font-size: 14px;
  opacity: 0;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}
.overlay-icon-format.lager-size-icon {
  width: 42px;
  height: 42px;
  line-height: 38px;
  margin: -21px 0 0 -21px;
  font-size: 16px;
}
.penci-item-mag:hover .overlay-icon-format {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.overlay-icon-format i.fa-music {
  margin-right: 3px;
}
.overlay-icon-format i.fa-play {
  margin-left: 2px;
}
.overlay-icon-format i.fa-picture-o:before {
  content: "\e913";
  font-family: 'icomoon';
}
.featured-style-26 .penci-item-2 .overlay-icon-format,
.featured-style-26 .penci-item-3 .overlay-icon-format,
.featured-style-26 .penci-item-4 .overlay-icon-format,
.featured-style-26 .penci-item-0 .overlay-icon-format {
  top: 20px;
  left: auto;
  right: 20px;
  margin: 0;
}