/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.widget_breaking_news .breaking_news_wrapper {
  position: relative;
  background: #323232;
}
.widget_breaking_news .breaking_news_wrapper .social_breaking_news {
  float: left;
}
.widget_breaking_news .breaking_news_wrapper .social_breaking_news .menu li a {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.widget_breaking_news .breaking_news_wrapper .social_breaking_news .menu li a:hover {
  color: #d93e2d;
}
.widget_breaking_news .breaking_news_wrapper .social-search {
  float: right;
}
.widget_breaking_news .breaking_news_wrapper .social-search form {
  position: relative;
  float: right;
}
.widget_breaking_news .breaking_news_wrapper .social-search form label {
  float: left;
}
.widget_breaking_news .breaking_news_wrapper .social-search form label .search-field {
  width: 160px;
  background: #474747;
  border: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.widget_breaking_news .breaking_news_wrapper .social-search form label .search-field::-webkit-input-placeholder {
  color: #fff;
}
.widget_breaking_news .breaking_news_wrapper .social-search form label .search-field::-moz-placeholder {
  color: #fff;
}
.widget_breaking_news .breaking_news_wrapper .social-search form label .search-field:-moz-placeholder {
  color: #fff;
}
.widget_breaking_news .breaking_news_wrapper .social-search form label .search-field:-ms-input-placeholder {
  color: #fff;
}
.widget_breaking_news .breaking_news_wrapper .social-search form .search-submit {
  float: right;
  height: 40px;
  width: 40px;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #d93e2d;
}
.widget_breaking_news .breaking_news_wrapper .social-search form .search-submit .fa-search {
  color: #fff;
}
.widget_breaking_news .breaking_news_wrapper .first_line {
  padding-top: 6px;
  height: 40px;
}
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news {
  padding: 0 59px;
  /* Meta */
}
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .breaking_news_meta {
  max-height: 25px;
  color: rgba(255, 255, 255, 0.75);
  /* Title */
}
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .breaking_news_meta .breaking_news_title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .breaking_news_meta .breaking_news_title:hover {
  color: #b0aead;
}
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .breaking_news_meta .breaking_news_category {
  margin-right: 20px;
}
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .owl-controls .owl-nav {
  margin-left: -50px;
}
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .owl-controls .owl-nav .owl-prev,
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .owl-controls .owl-nav .owl-next {
  background-color: #323232;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 700;
  font-size: 12px;
  height: 40px;
  width: 10px;
}
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .owl-controls .owl-nav .owl-prev:before {
  content: '\f104';
  font-size: 22px;
}
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .owl-controls .owl-nav .owl-next:before {
  content: '\f105';
  font-size: 22px;
}
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .owl-controls:hover .owl-nav .owl-prev,
.widget_breaking_news .breaking_news_wrapper .first_line .owl-breaking-news .owl-controls:hover .owl-nav .owl-next {
  color: #fff;
}
.sidebar-before-content .social_breaking_news,
.sidebar-after-content .social_breaking_news,
.sidebar-before-content .social-search,
.sidebar-after-content .social-search {
  display: none;
}
.sidebar-before-content .first_line .owl-breaking-news,
.sidebar-after-content .first_line .owl-breaking-news {
  width: 98%;
}
@media only screen and (max-width: 1620px) {
  .owl-breaking-news {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1365px) {
  .owl-breaking-news {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1125px) {
  .owl-breaking-news {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .owl-breaking-news {
    width: 100%;
  }
  .social_breaking_news,
  .social-search {
    display: none;
  }
  .widget_breaking_news .breaking_news_wrapper .social-search {
    float: none;
    padding: 20px;
  }
  .widget_breaking_news .breaking_news_wrapper .social-search .search_header {
    float: none;
    margin: 0 auto;
  }
  .widget_breaking_news .breaking_news_wrapper .social-search .search_header .search-submit {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .style2 .nav-bar-top,
  .style2 .logo,
  .style2 .nav-bar_top_right,
  .style2 .nav-bar_top_left {
    display: block;
    width: 100%;
  }
  .style2 .logo {
    margin-bottom: 20px;
  }
  .style2 .nav-bar_top_right {
    padding-right: 0px;
    margin: 0 auto;
    width: 200px;
  }
  .style2 .nav-bar_top_left {
    display: none;
  }
  .widget_breaking_news .breaking_news_wrapper .social-search .search_header {
    width: 100%;
  }
  .widget_breaking_news .breaking_news_wrapper .social-search .search_header .search-submit {
    float: left;
  }
  .first_line {
    display: none;
  }
}
