/*
 * Strip
 */
/*
 * Box
 */
/**
 * news footer
 */
/**
 * Mobile adjustments
 */
.news-total {
  background-color: transparent;
}
.news-title-container {
  width: 100%;
}
.news-strip-title {
  color: #001721;
  font-size: 20px;
  font-family: 'Open Sans Hebrew', Arial;
  font-weight: bold;
  padding-top: 20px;
  vertical-align: bottom;
  line-height: 14px;
  padding-right: 5px;
  display: inline-block;
  margin-bottom: 2px;
}
.news-strip-container {
  width: 100%;
}
.news-title {
  color: #001721;
  font-size: 14px;
  font-family: 'Open Sans Hebrew', Arial;
  font-weight: bold;
  margin-top: 29px;
}
a.news-title {
  display: inline-block;
}
a.news-title:hover {
  text-decoration: underline;
}
.news-bottom-text {
  color: #808080;
  font-size: 14px;
  font-family: 'Open Sans Hebrew', Arial;
  font-weight: bold;
  float: left;
  padding-left: 20px;
}
.news-date {
  color: #AFAFAF;
  font-size: 12px;
  font-family: 'Open Sans Hebrew', Arial;
  font-weight: bold;
  padding-top: 5px;
}
label.news-title:before {
  content: ">";
  padding-left: 7px;
  color: #001721;
}
a.news-title:before {
  content: ">";
  padding-left: 7px;
  color: #001721;
}
.news-title-container {
  border-top: 4px solid #001721;
  margin-bottom: -7px;
}
.news-title-container .title-dots > span {
  margin-top: 20px;
  display: inline-block;
  background: #001721;
  border-radius: 100%;
  width: 13px;
  height: 13px;
}
.news-bottom-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.news-bottom-container {
  margin-top: 25px;
}
.news-bottom-text:after {
  content: ">";
  padding-right: 12px;
}
.news-title-link {
  text-decoration: underline;
}
.news-item {
  position: relative;
}
.news-item .news-image-fit {
  margin-top: 15px;
  width: 100%;
}
.news-item .news-image-overlay {
  width: 100%;
  height: 58%;
  bottom: 20px;
  position: absolute;
  background-color: transparent;
}
.news-item:hover .news-image-overlay {
  background-color: rgba(255, 255, 255, 0.2);
}
/**
* LTR News
*/
html[dir="ltr"] .news-strip-title {
  padding-right: 0px;
  padding-left: 5px;
}
html[dir="ltr"] .news-bottom-text {
  float: right;
  padding-right: 20px;
  padding-left: 0px;
}
html[dir="ltr"] .news-bottom-text:after {
  padding-right: 0px;
  padding-left: 12px;
}
html[dir="ltr"] a.news-title:before {
  padding-left: 0px;
  padding-right: 7px;
}
html.mobile .news-total .news-strip-container .news-title-container,
body.tau-mobile-v2 .news-total .news-strip-container .news-title-container {
  border-top: none;
}
html.mobile .news-total .news-strip-container .news-title-container .title-dots > span,
body.tau-mobile-v2 .news-total .news-strip-container .news-title-container .title-dots > span {
  width: 1.091em;
  height: 1.091em;
}
html.mobile .news-total .news-strip-container .news-title-container .news-strip-title,
body.tau-mobile-v2 .news-total .news-strip-container .news-title-container .news-strip-title {
  padding-right: 2px;
  font-size: 1.636em;
}
html.mobile .news-total .news-strip-container .news-box-container .news-item .news-item-inner .news-title,
body.tau-mobile-v2 .news-total .news-strip-container .news-box-container .news-item .news-item-inner .news-title {
  font-size: 1.182em;
  /* padding-top: 1.818em; */
  line-height: normal;
}
html.mobile .news-total .news-strip-container .news-box-container .news-item .news-item-inner .news-title:before,
body.tau-mobile-v2 .news-total .news-strip-container .news-box-container .news-item .news-item-inner .news-title:before {
  padding-left: 0;
}
html.mobile .news-total .news-strip-container .news-box-container .news-item .news-bottom .news-date,
body.tau-mobile-v2 .news-total .news-strip-container .news-box-container .news-item .news-bottom .news-date {
  line-height: normal;
  font-size: 0.909em;
  font-family: 'Arial';
  font-weight: normal;
}
html.mobile .news-total .news-bottom-container,
body.tau-mobile-v2 .news-total .news-bottom-container {
  margin-bottom: 1em;
  margin-top: 1.364em;
  height: 30px;
}
html.mobile .news-total .news-bottom-container .news-bottom-link .news-bottom-text,
body.tau-mobile-v2 .news-total .news-bottom-container .news-bottom-link .news-bottom-text {
  font-size: 1.182em;
}
html.mobile .news-total .news-bottom-container .news-bottom-link .news-bottom-text:after,
body.tau-mobile-v2 .news-total .news-bottom-container .news-bottom-link .news-bottom-text:after {
  padding-right: 5px;
}
