/**
 * AlgeriaTimes Original Theme Styles
 * Faithfully ported from without_public (1) frontendheader.php lines 25-314 & 448-491
 */

.slider_article {
  bottom: -75px;
  left: 0;
  position: absolute;
  margin: 0 auto;
  right: 0;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.slick-prev,
.slick-next {
  top: 42%;
}

.slick-track {
  padding-bottom: 54px;
}

.slider_article h2 a {
  background-color: #fff;
  color: #000;
  font-size: 28px;
  font-family: Times New Roman;
  text-align: right;
}

.left_content.mobileleftcontent .single_sidebar h2 span {
  background: none !important;
}

.left_content.mobileleftcontent .single_sidebar h2 {
  padding: 5px 0;
}

.right_content .single_sidebar h2 span {
  background: none !important;
}

.right_content .single_sidebar h2 {
  padding: 5px 0;
  background: none repeat scroll 0 0 #86A821;
}

#header {
  margin-top: 0;
}

.header_top {
  height: 35px;
  max-height: 35px;
  overflow: hidden;
  padding: 0 0px;
  background-color: #c32f37 !important;
}

.header_top_left {
  float: right;
  height: 35px;
  overflow: hidden;
}

.top_nav {
  height: 35px;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_nav li {
  display: inline-block;
  float: right;
  list-style: none;
}

.top_nav li a {
  padding: 0 15px;
  line-height: 35px;
  display: inline-block;
}

.header_top_right {
  height: 35px;
  overflow: hidden;
}

.header_top_right > p {
  float: left;
  margin: 0;
  line-height: 35px;
}

.header_top_right .social_area_new .social_nav_new li {
  float: left;
}

.social_nav_new {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social_nav_new li a {
  display: block;
  float: left;
  height: 30px;
  text-indent: -9999px;
  width: 30px;
  border-left: 1px solid #ccc;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.social_nav_new li.facebook a {
  background-image: url("images/socials.png");
  background-position: 0 0;
  background-size: 270px 60px;
}

.social_nav_new li.facebook a:hover {
  background-position: 0 -30px;
  background-size: 270px 60px;
  background-color: #436eac;
}

.social_nav_new li.twitter a {
  background-image: url("images/socials.png");
  background-position: -30px 0;
  background-size: 270px 60px;
}

.social_nav_new li.twitter a:hover {
  background-position: -30px -30px;
  background-size: 270px 60px;
  background-color: #0598c9;
}

.social_nav_new li.flickr a {
  background-image: url("images/socials.png");
  background-position: -60px 0;
  background-size: 270px 60px;
}

.social_nav_new li.flickr a:hover {
  background-position: -60px -30px;
  background-size: 270px 60px;
  background-color: #e33b7e;
}

.social_nav_new li.pinterest a {
  background-image: url("images/socials.png");
  background-position: -90px 0;
  background-size: 270px 60px;
}

.social_nav_new li.pinterest a:hover {
  background-position: -90px -30px;
  background-size: 270px 60px;
  background-color: #cb2027;
}

.social_nav_new li.googleplus a {
  background-image: url("images/socials.png");
  background-position: -120px 0;
  background-size: 270px 60px;
}

.social_nav_new li.googleplus a:hover {
  background-position: -120px -30px;
  background-size: 270px 60px;
  background-color: #d64b2e;
}

.social_nav_new li.vimeo a {
  background-image: url("images/socials.png");
  background-position: -150px 0;
  background-size: 270px 60px;
}

.social_nav_new li.vimeo a:hover {
  background-position: -150px -30px;
  background-size: 270px 60px;
  background-color: #86ae24;
}

.social_nav_new li.youtube a {
  background-image: url("images/socials.png");
  background-position: -180px 0;
  background-size: 270px 60px;
  width: 60px;
}

.social_nav_new li.youtube a:hover {
  background-position: -180px -30px;
  background-size: 270px 60px;
  background-color: #e32114;
}

.social_nav_new li.mail a {
  background-image: url("images/socials.png");
  background-position: -240px 0;
  background-size: 270px 60px;
  width: 32px;
}

.social_nav_new li.mail a:hover {
  background-position: -240px -30px;
  background-size: 270px 60px;
  background-color: #bc75d6;
}

.header_bottom {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 0px 0px 0px;
  width: 100%;
}

.add_banner {
  width: 100%;
}

.add_banner img {
  width: 100%;
  height: 100%;
}

#navArea {
  float: left;
  display: inline;
  width: 100%;
  padding: 0 0px;
  background-color: #fff;
}

#newsSection {
  float: left;
  display: inline;
  width: 100%;
  padding: 0 0;
  background-color: #fff;
  padding-bottom: 20px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.navbar-inverse .navbar-nav>li>a {
  padding: 0 20px !important;
  font-size: 17px !important;
}

@media (min-width: 768px) {
  .navbar-nav>li {
    float: right !important;
  }
  .navbar-nav {
    float: right !important;
  }
}

.left_content .single_post_content h2 {
  background: #e9e9e9;
  border: 1px solid #dbdbdb;
  margin: 0 0 12px 0;
  height: 38px;
  line-height: 38px;
  background-repeat: no-repeat;
  background-position: 0 0px;
  text-align: right;
}

.left_content .single_post_content h2 span {
  background-color: #fff;
  color: #0083b9;
}

.single_post_content > h2 span {
  padding: 6px 10px 4px 10px;
}

.single_category .single_sidebar h2 span {
  background: none;
}

.single_category .single_sidebar h2 {
  padding: 5px 0;
}

.slick-prev {
  background-image: url("images/slider_prev.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  right: 97% !important;
  left: auto !important;
  top: 42% !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #000 !important;
}

.slick-next {
  background-image: url("images/slider_next.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 97% !important;
  right: auto !important;
  top: 42% !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #000 !important;
}

.slick-prev:before, .slick-next:before {
  content: "" !important;
}

#newsSection {
  height: 32px;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 10px;
}

.latest_newsarea {
  height: 32px;
  max-height: 32px;
  overflow: hidden;
  background-color: #c32f37 !important;
  padding-top: 2px;
  position: relative;
}

.latest_newsarea span {
  position: absolute;
  left: auto !important;
  right: 0px !important;
  top: 0 !important;
  margin-right: 0px !important;
  background: none repeat scroll 0 0 #d21034;
  height: 32px;
  line-height: 30px;
  z-index: 15;
  padding: 0 15px;
  color: #fff;
}

/* Hide raw ticker before liScroll initializes to avoid FOUC / height expansion */
#ticker01:not(.newsticker) {
  visibility: hidden;
  height: 28px;
  overflow: hidden;
}

.social_area {
  left: 0 !important;
  right: auto !important;
}

.single_sidebar h2 {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px 0 !important;
}

.single_sidebar h2 span {
  color: #fff !important;
  font-size: 18px;
}

.bsbig_fig .featured_img img {
  width: 120px;
  height: 120px;
  float: revert;
}

.single_post_content_right {
  width: 100% !important;
}

ul.newsticker a {
  font-size: 12px !important;
}

.flash {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% { opacity: 0; }
}

@media (max-width: 767px) {
  .mobileleftcontent {
    display: none;
  }
  .slider_article h2 a {
    font-size: 18px;
  }
  .desktop-home {
    display: none;
  }
  .mobile-show {
    display: inline;
  }
}
