.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info > dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info > dd > i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags > span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.post-format {
  background: #ff9900;
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link,
.entry-status,
.entry-quote {
  margin-bottom: 30px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link,
.entry-quote {
  background: #ff9900;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255, 255, 255, 0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  z-index: 0;
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.entry-gallery.carousel .carousel-inner .item {
  margin-bottom: 0;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
  margin-top: 30px;
}
.article-footer-top .post_rating {
  float: left;
}
.tx-social-share .tx-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.tx-social-share .tx-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.tx-social-share .tx-social-share-icon ul li div {
  display: block;
}
.tx-social-share .tx-social-share-icon ul li div a {
  background: #ff9900 none repeat scroll 0 0;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
}
.tx-social-share .tx-social-share-icon ul li div a:hover,
.tx-social-share .tx-social-share-icon ul li div a:focus {
  background: #ffad33;
  color: #fff;
  transform: translateY(-1px);
}
.tx-social-share .tx-social-share-icon ul li div a.facebook {
  background: #3b5998;
}
.tx-social-share .tx-social-share-icon ul li div a.twitter {
  background: #55acee;
}
.tx-social-share .tx-social-share-icon ul li div a.gplus {
  background: #dd4b39;
}
.tx-social-share .tx-social-share-icon ul li div a.linkedin {
  background: #0082ca;
}
.header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-social li {
  display: inline-block;
}
.header-social li:not(:last-child) {
  margin-right: 5px;
}
.header-social li a {
  color: #333333;
}
.header-social li a:hover {
  color: #ff9900;
}
.preloader-box {
  position: fixed;
  background: #ff9900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  padding-top: 25%;
  text-align: center;
}
.preloader-box .preloader4 {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #ff9900;
  border-right-color: #ff9900;
  -webkit-animation: preloader4 0.8s linear infinite;
  animation: preloader4 0.8s linear infinite;
}
@keyframes preloader4 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader4 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#back-to-top {
  position: fixed;
  right: 20px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
#back-to-top.affix {
  bottom: 40px;
}
#back-to-top .btn {
  background: #fff;
  color: #252525;
  height: 50px;
  width: 50px;
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 0px 0px 76px 0px rgba(231, 231, 231, 0.66);
  line-height: 36px;
  padding: 0;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 0;
}
#back-to-top .btn:focus {
  outline: none;
}