/* ==================================== Fonts ======================================= */
@font-face {
  font-family: "OpenSansHebrewBold";
  src: url("fonts/opensanshebrew-bold.eot");
  src: url("fonts/opensanshebrew-bold.eot") format("embedded-opentype"),
    url("fonts/opensanshebrew-bold.woff2") format("woff2"),
    url("fonts/opensanshebrew-bold.woff") format("woff"),
    url("fonts/opensanshebrew-bold.ttf") format("truetype"),
    url("fonts/opensanshebrew-bold.svg#OpenSansHebrewBold") format("svg");
}
@font-face {
  font-family: "OpenSansHebrewExtraBold";
  src: url("fonts/opensanshebrew-extrabold.eot");
  src: url("fonts/opensanshebrew-extrabold.eot") format("embedded-opentype"),
    url("fonts/opensanshebrew-extrabold.woff2") format("woff2"),
    url("fonts/opensanshebrew-extrabold.woff") format("woff"),
    url("fonts/opensanshebrew-extrabold.ttf") format("truetype"),
    url("fonts/opensanshebrew-extrabold.svg#OpenSansHebrewExtraBold")
      format("svg");
}
@font-face {
  font-family: "OpenSansHebrewLight";
  src: url("fonts/opensanshebrew-light.eot");
  src: url("fonts/opensanshebrew-light.eot") format("embedded-opentype"),
    url("fonts/opensanshebrew-light.woff2") format("woff2"),
    url("fonts/opensanshebrew-light.woff") format("woff"),
    url("fonts/opensanshebrew-light.ttf") format("truetype"),
    url("fonts/opensanshebrew-light.svg#OpenSansHebrewLight") format("svg");
}
/* =================================== CSS Reset =================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  width: auto\9;
  height: auto;
}
textarea {
  resize: vertical;
}
/* Image replacement */
.ir {
  font-size: 0;
  line-height: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
button,
input,
select,
textarea {
  color: #000;
  font-size: 100%;
}
body {
  font-family: "OpenSansHebrewLight";
  color: #676d72;
  font-size: 1em;
  line-height: 1.1;
  direction: rtl;
}
b,
strong,
th {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
form {
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  line-height: 1.4;
}
a {
  color: #6a7681;
}
a:hover {
  color: #676d72;
}

/* ====================================== Custom Styles ====================================== */
.section-container {
  margin-bottom: 30px;
  position: relative;
}
.site-width {
  width: 90vw;
  margin: 0 auto;
}
.header-wrapper {
  height: 50px;
}
.header-logo {
  display: block;
  width: 154px;
  float: left;
  margin-top: 10px;
}
.username-block {
  font-family: "OpenSansHebrewBold";
  float: right;
  font-size: 23px;
  font-weight: normal;
  margin-top: 10px;
}
.username-block a {
  color: #6a7681;
  text-decoration: none;
}
.username-block a:hover {
  color: #8d9ba8;
}
/* ================ Site Banner ================= */
.header-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.banner-slide {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: #676d72 30px solid;
  -webkit-box-shadow: 0px 6px 10px 0px #676d72;
  box-shadow: 0px 6px 10px 0px #676d72;
  position: relative;
}
.banner-slide img {
  opacity: 0;
  visibility: hidden;
}
.banner-slide .site-width {
  position: relative;
  height: 1px;
  margin-top: -1px;
}
.banner-slide .lightbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  filter: alpha(opacity= "0");
  opacity: 0;
  z-index: 5;
}
.banner-text {
  position: absolute;
  right: 0;
  bottom: 150px;
  color: #686c71;
}
.banner-text .banner-title {
  margin-bottom: 5px;
}
.banner-text .banner-title-text {
  display: inline-block;
  font-family: "OpenSansHebrewExtraBold";
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
}
.banner-text .banner-subtitle {
  font-family: "OpenSansHebrewLight";
  font-size: 33px;
  font-weight: normal;
  margin-bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  display: inline-block;
}
/* ================ End Site Banner ================= */
.logo-container {
  position: relative;
  z-index: 6;
}
.logo-container .site-logo {
  background: #fff;
  width: 370px;
  margin: 0 auto;
  display: block;
  border: #676d72 7px solid;
  border-radius: 20px;
  text-align: center;
  margin-top: -80px;
  padding: 15px;
  -webkit-box-shadow: 0px 10px 10px 0px #676d72;
  box-shadow: 0px 10px 10px 0px #676d72;
}
/*===== Tab Container CSS =====*/
.tab-container {
  margin-top: 50px;
}
.tab-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-container ul li {
  float: right;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  border: #676d72 1px solid;
  border-right: 0;
  border-bottom: 0;
}
.tab-container ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 15px 45px;
  font-size: 23px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tab-container ul li:first-child {
  margin-right: 0;
}
.tab-container ul li:first-child {
  border-right: #676d72 1px solid;
}
.tab-container ul li a:hover {
  color: #94989b;
}
.tab-container ul li.selected {
  border: #676d72 2px solid;
  border-bottom: 0;
  background: #fff;
  margin-bottom: -1px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  height: 63px;
  outline: none;
}
.tab-container ul li.selected a:focus,
.tab-container ul li.selected a:active {
  outline: none;
}
.tab-container .tab-content {
  border: #676d72 2px solid;
  padding: 20px;
  margin-top: -1px;
}
.data-table-container {
  overflow: hidden;
}
.data-table {
  border: #676d72 1px solid;
  border-bottom: 0;
  color: #4e4b4b;
  text-align: center;
}
.data-table tr:nth-child(odd) {
  background: #c8d7e9;
}
.data-table th {
  background: #8baace;
  font-weight: bold;
  padding: 5px;
}
.data-table td {
  color: #676d72;
  padding: 5px;
  color: #000;
  border-bottom: #676d72 1px solid;
  direction: ltr;
}
.data-table td a {
  color: #676d72;
}
/*===== END Tab Container CSS =====*/
/*===== Image Banner Css =====*/
.two-column-row {
}
.two-column-row .content-column {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.two-column-row .content-column:last-child {
  margin-right: 0;
}
/*===== END Image Banner Css =====*/
/*===== Footer CSS =====*/
.footer {
  background: #676d72;
  padding: 25px 0;
  color: #fff;
  font-size: 20px;
}
.footer a {
  color: #fff;
}
.footer .block-right {
  width: 35%;
  float: right;
}
.footer .block-left {
  width: 65%;
  float: left;
  text-align: right;
}
.footer .block-left .bottom-links {
  margin-bottom: 5px;
}
.footer .block-left a {
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .block-left a:hover {
  color: #e5e9ee;
}
/*===== END Footer CSS =====*/
/*===== Slider CSS =====*/
.bx-wrapper .bx-viewport {
  border: 0;
  left: 0;
  -webkit-box-shadow: 0px 6px 10px 0px #676d72;
  box-shadow: 0px 6px 10px 0px #676d72;
}
.bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  border: #ffffff 4px solid;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: 0;
  font-size: 0;
  line-height: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.bx-wrapper .bx-controls-direction a:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bx-wrapper .bx-prev {
  background: url(../images/slider_arrow_left.png) no-repeat center center;
}
.bx-wrapper .bx-prev:hover {
  background-position: center center;
}
.bx-wrapper .bx-next {
  background: url(../images/slider_arrow_right.png) no-repeat center center;
}
.bx-wrapper .bx-next:hover {
  background-position: center center;
}
.bx-wrapper,
.bx-controls {
  direction: ltr;
}
.bx-wrapper .site-width {
  direction: rtl;
}
/* =============== Media Queries ================ */
@media screen and (max-width: 1049px) {
  .banner-text {
    right: 70px;
    bottom: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .site-width {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .banner-text {
    right: 70px;
    bottom: 70px;
  }
  .banner-text .banner-title-text {
    font-size: 30px;
    margin-right: 15px;
  }
  .banner-text .banner-subtitle {
    font-size: 22px;
    margin-right: 15px;
  }
  .two-column-row .content-column p {
    margin-bottom: 0;
  }
  .footer {
    font-size: 16px;
  }
  .footer .block-left {
    width: 478px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .logo-container .site-logo {
    width: 275px;
    margin: -60px auto 0;
  }
  .banner-text .banner-title-text {
    font-size: 26px;
  }
  .banner-text .banner-subtitle {
    font-size: 18px;
  }
  .tab-container ul li a {
    padding: 10px 25px;
  }
  .tab-container ul li.selected {
    height: 55px;
  }
  .two-column-row .content-column {
    float: none;
    margin-right: 0;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .two-column-row .content-column:last-child {
    margin-bottom: 0;
  }
  .footer {
    font-size: 16px;
  }
  .footer .block-right {
    display: block;
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .block-left {
    float: none;
    text-align: center;
    width: 100%;
  }
  .banner-slide {
    border-bottom: 15px solid #676d72;
  }

  table {
    width: 100%;
    font-size: 45%;
  }
}
@media screen and (max-width: 567px) {
  .header-wrapper {
    height: 35px;
  }
  .header-logo {
    width: 120px;
    margin-top: 5px;
  }
  .username-block {
    font-size: 16px;
  }
  .bx-wrapper .bx-controls-direction a {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  .bx-wrapper .bx-controls-direction a:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .banner-slide {
    border-bottom: 8px solid #676d72;
  }
  .banner-text {
    right: 50px;
    bottom: 15px;
  }
  .banner-text .banner-title-text {
    font-size: 18px;
  }
  .banner-text .banner-subtitle {
    font-size: 12px;
  }
  .logo-container .site-logo {
    width: 250px;
    margin: 30px auto 0;
  }
  .tab-container ul li a {
    padding: 10px 12px;
    font-size: 16px;
  }
  .tab-container ul li.selected {
    height: 45px;
  }
  .footer {
    font-size: 12px;
  }
}
@media screen and (max-width: 413px) {
  .header-container {
    position: relative;
  }
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .banner-text {
    right: 0;
  }
  .logo-container .site-logo {
    width: 270px;
  }
  .tab-container .tab-content {
    padding: 12px;
  }
  .tab-container ul li a {
    font-size: 14px;
    padding: 7px 8px;
  }
  .tab-container ul li.selected {
    height: 36px;
  }
  .tab-container .tab-content {
    font-size: 0.85em;
  }
  .footer .block-left .bottom-links {
    margin-bottom: 25px;
  }
  .footer .block-left a {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .separator {
    display: none;
  }
}

/*******************************************	shahar shvarts	**************************************/
td.summary {
  text-align: center;
  color: #4e4b4b;
  font-weight: bold;
  background: #8baace;
}
