/* line 9, ../sass/css/widget_latest_news.scss */
.widget_sltnew {
  border: 1px solid #D90804;
  margin: 0 0px 15px 0px;
  /*display: none;*/
  /*display: none;*/
  min-height: 20px;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
/* line 17, ../sass/css/widget_latest_news.scss */
.widget_sltnew h3 {
  display: inline-block;
  margin: 0px 20px 0 0;
  text-transform: uppercase;
  padding: 6px 15px 7px;
  font-size: 14px;
  color: #FFF;
  background: #D90804;
  position: relative;
  z-index: 5;
}
/* line 27, ../sass/css/widget_latest_news.scss */
.widget_sltnew h3:after {
  position: absolute;
  right: -13px;
  top: 0px;
  content: " ";
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #D90804;
  display: inline-block;
}
/* line 40, ../sass/css/widget_latest_news.scss */
.widget_sltnew .latest-news {
  height: 25px;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
/* line 46, ../sass/css/widget_latest_news.scss */
.widget_sltnew ul {
  display: inline-block;
  width: auto;
  text-wrap: none;
  white-space: nowrap;
  position: relative;
  top: 0;
  margin: 0px;
  padding: 0;
}
/* line 56, ../sass/css/widget_latest_news.scss */
.widget_sltnew li {
  margin: 0px;
  display: inline-block;
}
/* line 59, ../sass/css/widget_latest_news.scss */
.widget_sltnew li > div {
  padding: 3px 5px 3px;
  margin: 0px;
  display: inline-block;
  margin: 0 5px;
  color: #464646;
}
/* line 65, ../sass/css/widget_latest_news.scss */
.widget_sltnew li > div span {
  font-size: 12px;
  color: #D90804;
  margin: 0 7px 0 5px;
}
/* line 70, ../sass/css/widget_latest_news.scss */
.widget_sltnew li > div:hover {
  color: #D90804;
}
/* line 73, ../sass/css/widget_latest_news.scss */
.widget_sltnew li > div:before {
  display: inline-block;
  content: " ";
  width: 10px;
  margin-right: 7px;
  height: 10px;
  background: #D90804;
  border-radius: 20px;
}

@media (min-width: 767px) {
  /* line 88, ../sass/css/widget_latest_news.scss */
  .widget_sltnew .latest-news {
    position: absolute;
    z-index: 1;
    height: 25px;
    width: 100%;
    top: 0px;
  }
  /* line 95, ../sass/css/widget_latest_news.scss */
  .widget_sltnew ul {
    left: 177px;
  }
}
@media (min-width: 991px) {
  /* line 101, ../sass/css/widget_latest_news.scss */
  .widget_sltnew {
    margin: 0 -15px 15px -15px;
  }
}

/*# sourceMappingURL=widget_latest_news.css.map */
