.penci-top-bar {
  height: 32px;
  background: #313131;
}
.penci-top-bar.topbar-fullwidth {
  padding: 0 20px;
}
.penci-top-bar.topbar-fullwidth .container {
  width: 100%;
}
.penci-headline {
  display: block;
}
.headline-title {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 12px;
  color: #fff;
  background: #305098;
  float: left;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  z-index: 10;
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-right: 15px;
}
.penci-headline-posts {
  margin: 0 15px 0 49px;
}
.penci-owl-carousel.penci-headline-posts .owl-stage-outer {
  height: 32px !important;
}
.penci-owl-carousel-slider.penci-headline-posts .owl-nav .owl-prev,
.penci-owl-carousel-slider.penci-headline-posts .owl-nav .owl-next,
.penci-headline-posts .slick-prev,
.penci-headline-posts .slick-next {
  width: 16px;
  height: 20px;
  border: none;
  background: none;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  left: -54px;
  outline: none;
  cursor: pointer;
  position: absolute;
  color: #999;
  opacity: 1 !important;
  font-size: 18px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  padding: 0;
  top: 50%;
  margin-top: -10px;
}
.penci-owl-carousel-slider.penci-headline-posts .owl-nav .owl-next,
.penci-headline-posts .slick-next {
  left: -32px;
}
.penci-owl-carousel-slider.penci-headline-posts .owl-nav .owl-prev:hover,
.penci-owl-carousel-slider.penci-headline-posts .owl-nav .owl-next:hover,
.penci-headline-posts .slick-prev:hover,
.penci-headline-posts .slick-next:hover {
  color: #fff;
}
a.penci-topbar-post-title {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  letter-spacing: 1px;
  display: inline-block;
  white-space: nowrap;
  line-height: 32px;
  font-weight: bold;
}
a.penci-topbar-post-title:hover {
  color: #5aa0d2;
}
.loaded .penci-headline-posts .slick-prev,
.loaded .penci-headline-posts .slick-next,
.loaded a.penci-topbar-post-title {
  opacity: 1;
}
.penci-topbar-social {
  display: inline-block;
  float: right;
  z-index: 10;
  position: relative;
}
.penci-topbar-social > div {
  display: inline-block;
  vertical-align: top;
}
.penci-topbar-social a {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-left: 13px;
  font-size: 13px;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 32px;
}
.penci-topbar-social a:first-child {
  margin-left: 0;
}
.penci-topbar-social a:hover {
  color: #5aa0d2;
}
.penci-headline .animated.slideOutUp,
.penci-headline .animated.slideInUp {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}