@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Alef Hebrew", alef, arial, sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  background: #e4e4e4;
  background: #E2DBCF; }

body {
  font-size: 16px;
  line-height: 1.4; }

img {
  border: 0;
  display: block; }

a {
  color: #963030;
  text-decoration: none; }
  a:hover {
    color: #bd800d;
    text-decoration: underline; }

p + ul {
  margin-top: -1em; }

ul {
  list-style-type: none;
  padding: 0;
  padding-right: 28px; }
  ul li:before {
    content: " • ";
    color: #963030;
    float: right;
    margin-right: -14px; }

ol {
  counter-reset: ol;
  list-style-type: none;
  padding: 0;
  padding-right: 28px; }
  ol li:before {
    counter-increment: ol;
    content: "" counter(ol) ". ";
    color: #963030;
    float: right;
    margin-right: -14px; }

.bulletless, .main-nav ul, .contact-list, .pdf-list {
  list-style-type: none;
  padding: 0; }
  .bulletless li:before, .main-nav ul li:before, .contact-list li:before, .pdf-list li:before {
    content: "";
    margin: 0;
    float: none; }

.container {
  max-width: 923px;
  margin: auto;
  background: white url(../images/footer.gif);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden; }

/* header */
.header {
  border-bottom: 1px solid #c7c7ce;
  padding: 30px 10px 15px; }

.logo {
  float: right;
  max-width: 50%; }

.lsm {
  float: left;
  max-width: 30%; }

.main-image {
  border: 3px solid #fff;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1); }
  .main-image img {
    -webkit-filter: sepia(20%) contrast(1.2);
    filter: sepia(20%) contrast(1.2); }

img {
  max-width: 100%;
  width: auto !important;
  height: auto !important; }

.tav {
  max-width: 150px; }

/* nav */
.main-nav {
  background: #fff;
  margin: 10px 0 15px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  font-size: 0; }
  .main-nav ul {
    margin: 0; }
  .main-nav li {
    font-size: 14px; }
  .main-nav a {
    text-decoration: none;
    color: #5b5b5b;
    padding: 10px; }
  .main-nav .lang-switch {
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding: 3px 10px; }

.main-nav a:hover, .page-1 .li-1 a, .page-1 .li-1 a, .page-2 .li-2 a, .page-3 .li-3 a, .page-4 .li-4 a, .page-5 .li-5 a, .page-6 .li-6 a, .page-7 .li-7 a {
  background: #963030;
  color: #fff;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7); }

/*! responsive-nav.js 1.0.39 by @viljamis */
.nav-collapse ul {
  width: 100%;
  display: block; }
.nav-collapse li {
  display: block;
  width: 100%; }
  .nav-collapse li:before {
    content: ""; }
.nav-collapse a {
  display: block; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
.nav-toggle.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  padding: 10px;
  padding-right: 40px;
  height: 28px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  display: block;
  width: 100px; }

.nav-toggle:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "";
  text-indent: 0;
  text-align: center;
  speak: none;
  right: 10px;
  top: 0;
  line-height: 50px; }

.nav-toggle.active::before {
  font-size: 24px;
  content: ""; }

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  .nav-collapse {
    display: none; }

  .nav-toggle.nav-toggle.nav-toggle {
    display: none; }

  .nav-collapse li {
    width: auto;
    display: inline-block; }
    .nav-collapse li:before {
      content: ""; }
    .nav-collapse li + li:before {
      display: inline-block;
      height: 16px;
      position: relative;
      top: 3px;
      border-left: 1px solid #ccc; }
  .nav-collapse a {
    display: inline-block;
    padding: 3px 10px; }

  .lang-switch.lang-switch {
    line-height: inherit; } }
/* main */
.main {
  background: #fff;
  padding: 5px 10px 30px;
  margin-top: 24px;
  min-height: 320px; }

.heb-eng-title {
  overflow: hidden;
  color: #963030;
  font-weight: bold;
  border-bottom: 1px solid #c7c7ce;
  border-top: 1px solid #c7c7ce;
  padding: 3px 10px;
  margin: -5px -10px 10px;
  font-size: 1em; }

h2 {
  font-size: 1em; }
  p + h2 {
    margin-top: 2em; }

/*
.eng-title {
  float: $left;
  font-size: 14px;
  padding-top: 2px;
}*/
.content {
  max-width: 600px;
  float: right; }

.sidebar {
  width: 280px;
  float: left; }

/* contact */
form {
  width: 400px;
  font-size: 14px; }
  form > div {
    margin-bottom: 10px; }

input, textarea {
  border: 1px solid #BFBFBF;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  font-size: 16px;
  color: #666; }
  input:focus, textarea:focus {
    outline: none;
    border-color: #000; }

textarea {
  height: 100px; }

label {
  display: block;
  padding: 0 1px; }

.label-eng {
  float: left; }

.half {
  width: 247px; }
  .half input {
    width: 247px;
    margin-bottom: 1px; }

button {
  border: none;
  background: none;
  background: #963030;
  color: #fff;
  display: inline-block;
  padding: 7px 12px;
  font-weight: bold;
  font-size: 12px; }
  button:hover {
    background: #444; }
  button:active {
    background: #000; }
  button:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #963030, inset 0 0 0 4px white; }

/* footer */
.footer {
  font-size: 14px;
  border-top: 1px solid #c7c7ce;
  padding: 10px 12px; }

.footer-nav {
  margin: 10px 0; }
  .footer-nav li {
    font-size: 13px; }
    .footer-nav li + li:before {
      height: 12px;
      top: 2px;
      border-left: 1px solid #000; }
  .footer-nav a {
    font-weight: bold;
    padding: 2px 5px; }

.footer {
  overflow: hidden; }

.tav {
  float: left; }

.contact-list {
  padding-right: 30px; }
  .footer .contact-list {
    padding-right: 0px; }
    .footer .contact-list li {
      margin-bottom: 5px;
      display: inline-block; }
      .footer .contact-list li + li:before {
        content: " · ";
        margin: 0 4px; }
  .sidebar .contact-list li {
    margin-bottom: 3px; }
  .sidebar .contact-list i {
    margin-right: -1.3em;
    float: right;
    margin-top: 3px; }
  .contact-list i {
    color: #444; }

.pdf-list {
  margin-right: 10px;
  margin-top: 1em; }
  .pdf-list li {
    margin-bottom: 3px; }
  .pdf-list i {
    color: #963030; }

/* media */
@media only screen and (max-width: 700px) {
  .content, .sidebar {
    float: none; } }
@media only screen and (max-width: 570px) {
  .contact-list li {
    margin-left: 10px; }
  .contact-list li:before {
    display: none; } }
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  /* =315/420*100 */ }

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* helper */
.center {
  text-align: center; }

.float {
  float: left;
  margin: 1em; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.chromeframe {
  background: #fbe88e;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #cbc9a2;
  margin: 0 0 10px; }
  .chromeframe p {
    margin: 0; }
  .chromeframe a {
    color: #2199bd; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  background: #fff; }
