@media (max-width: 768px) {
  article img[align=left],
  .img_caption.left,
  .pull-left.item-image {
    margin: 0 30px 24px 0;
  }
}
@media (max-width: 768px) {
  article img[align=right],
  .img_caption.right,
  .pull-right.item-image {
    margin: 0 0 24px 30px;
  }
}
.t3-features-intro .section-title > h2 {
  transform: rotate(-90deg);
}
.com_easyblog div#eb .eb-posts .ja-masonry-wrap .eb-post-featured span {
  transform: rotate(-45deg);
}
[dir="rtl"] #eb .fa-fast-backward::before {
  content: "\f050";
}
[dir="rtl"] #eb .fa-fast-forward::before {
  content: "\f049";
}
#login-form .fa-arrow-right:before {
  content: "\f060";
  font-family: "FontAwesome";
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module,
.latestnews,
ul.latestnews {
  margin: 0;
}
.categories-module li:before,
ul.categories-module li:before,
.category-module li:before,
ul.category-module li:before,
.latestnews li:before,
ul.latestnews li:before {
  content: "\f104";
}