/*
	Template Name: homely
	Description: Custom Template for homely
	Version: 1.0
	Author: Amir Shaked
	Author URI : interuse.co.il
	Tags: HTML5, CSS3, jQuery, Responsive Template.
*/
@import url('https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,700|Heebo:300,400,500,700,700i&display=swap');
@font-face {
  src: url(fonts/Shmulik-CLM-Medium.ttf);
  font-family: 'ShmulikCLM';
}
section {
  padding: 40px 0px;
  position: relative;
  display: block;
}
:root {
  --mc:  #206E20; /* orig: #1c3d6d; */
  --mcl: #D7E9D7; /* orig: #daf4ff; */
  --mcy: #F0E8C2; /* orig: #fbe26dfc; */
  --mcd: #414042;
  --trans: all 0.2s ease;
}
/* ==========================================================================
    Global
 ========================================================================== */
html, body {
  font-size: 18px;
  font-weight: 400;
  color: #696969;
  overflow-x: hidden;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
/* ==========================================================================
    home page
 ========================================================================== */
.bg-image {}
h1, h2, h3, h4, h5, h6 {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 27px;
  color: var(--mc);
  font-weight: 500;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 26px;
  color: var(--mc);
}
h6 {
  font-size: 20px;
}
a, p, button, li, time {
  font-weight: normal;
  font-family: "Heebo", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.about-content .book-store li {
  list-style: inherit;
}
a {
  text-decoration: none;
  color: #4dbbb6;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #4dbbb6;
}
p {
  font-size: 18px;
  color: #000;
  line-height: 160%;
}
.btn:focus, input, textarea, button, button:focus, button.close:focus, input:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
strong {
  font-weight: 700;
}
.form-control, input, select, .form-control:focus, input:focus, select:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}
select {
  width: 100%;
}
.nm {
  margin: 0 !important;
}
.np {
  padding: 0 !important;
}
.nlp {
  padding-left: 0 !important;
}
.nrp {
  padding-right: 0 !important;
}
.ten-percent-padding {
  padding: 10%;
}
input[type="checkbox"] {
  display: none;
}
label {
  font-size: 24px;
  color: var(--mc);
  line-height: 100%;
}
label a {
  text-decoration: underline;
  font-size: 16px;
  color: #232323;
}
label a:hover {
  color: #016088;
  text-decoration: underline;
}
input[type="checkbox"] + label {
  position: relative;
  padding-right: 32px;
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  right: 0;
  top: -64px;
  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;
  color: var(--mc);
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  text-indent: -1px;
  margin-top: -10px;
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
}
li#viewSendIsOrder label:before, form#askForm label:before, div#onlyActiveBox label:before {
  top: 7px !important;
}
li#bogerCheck label:before, li#receiptCheck label:before {
  top: 11px !important;
}
li.viewFilter label:before {
  top: 20px !important;
}
input[type="checkbox"] + label img {
  margin-right: 10px;
}
input[type="checkbox"]:checked + label:before {
  content: "\f00c";
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  padding-right: 26px;
  cursor: pointer;
  margin-right: 0px;
  margin-bottom: 0;
}
input[type="radio"] + label:before {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--mcl);
  border: solid 2px var(--mc);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
input[type="radio"]:checked + label:before {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
input[type="radio"] + label:after {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  color: #0FA350;
  text-align: center;
  line-height: 18px;
  text-indent: 1px;
  margin-top: -7px;
  position: absolute;
  right: 5px;
  top: 12px;
  display: inline-block;
  content: "":
}
input[type="radio"]:checked + label:after {
  background: var(--mc);
}
input[type="checkbox"] + label:after {}
input + label {}
.search-form input[type="text"], .search-form input[type="email"], .search-form textarea, .search-form input[type="tel"], .search-form input[type="password"], .search-form input[type="search"], .search-form input[type="date"], .search-form select {
  width: 100%;
  background: #fff;
  color: #232323;
  border: none;
  outline: none;
  margin-bottom: 12px;
  padding: 14px 20px;
  font-size: 18px;
  line-height: 130%;
  border-radius: 2px;
  border: solid 1px #717171;
  color: #000;
  font-weight: 300;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.search-form input[type="text"]:focus, .search-form input[type="email"]:focus, .search-form textarea:focus, .search-form input[type="tel"]:focus, .search-form input[type="password"]:focus, .search-form input[type="search"]:focus, .search-form input[type="date"]:focus, .search-form select:focus {}
input[type="text"], input[type="email"], textarea, input[type="tel"], input[type="password"], input[type="search"], input[type="date"], select, textarea {
  color: #232323;
  font-family: Heebo;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 10px 18px;
  width: 100%;
  background: #f3f3f3;
}
input[type="text"], input[type="number"], input[type="email"], textarea, input[type="tel"], input[type="password"], input[type="search"], input[type="date"], select, textarea {
  color: var(--mc);
  font-family: Heebo;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 10px 18px;
  width: 100%;
  background: #fff;
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
}
.wpcf7 > li > .nice-select {
  height: 59px;
  line-height: 59px;
  background: #fff;
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  padding-right: 26px;
  color: var(--mc);
}
.wpcf7 > li input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--mc);
  font-size: 24px;
  font-weight: 400;
}
.wpcf7 > li textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--mc);
  font-size: 24px;
  font-weight: 400;
}
.wpcf7 > li input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--mc);
  font-size: 24px;
  font-weight: 400;
}
.wpcf7 > li textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--mc);
  font-size: 24px;
  font-weight: 400;
}
.wpcf7 > li input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--mc);
  font-size: 24px;
  font-weight: 400;
}
.wpcf7 > li textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--mc);
  font-size: 24px;
  font-weight: 400;
}
.wpcf7 > li input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--mc);
  font-size: 24px;
  font-weight: 400;
}
.wpcf7 > li textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--mc);
  font-size: 62px;
  font-weight: 400;
}
.wpcf7 > li > .nice-select:after {
  color: #3b3b3b;
}
.bg-light-blue {
  background-color: var(--mcl) !important;
}
.bg-blue {
  background-color: #dff0fd !important;
}
.bg-deep-blue {
  background-color: var(--mcl) !important;
}
span.error, .wpcf7 > li span.error {
  color: #ff0000 !important;
  font-size: 20px;
  display: block;
  padding-right: 2px;
  padding-top: 3px;
}
span.required {
  color: #ff0000 !important;
  font-size: 24px;
  position: absolute;
  right: 22px;
  top: 21px;
  z-index: 1;
}

span.required2, span.requiredSelect
{
	right: 38px;
	top: 17px;
}

span.required2
{
	top: 11px;
}

.book-content .wpcf7 > li > .nice-select, .donation-content .wpcf7 > li > .nice-select {
  height: 48px;
  line-height: 48px;
}
.book-content .wpcf7 > li > .nice-select span.current {
  color: var(--mc);
  font-family: Heebo;
  font-size: 24px;
  font-weight: 400;
}
.newsletter-widget li span.required {
  right: 13px;
  height: 15px;
  line-height: 15px;
  max-height: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 54%;
}
span.required + input, span.required + textarea {
  padding-right: 25px;
}
textarea {
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  padding: 13px 18px;
}
.faqs-widget input[type="text"], .faqs-widget input[type="search"] {
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  padding: 13px 18px;
}
input[disabled] {
  background-color: #ffffff;
  color: #9e9e9e;
}
select {
  display: none;
}
select:focus {}
input:focus, select:focus, textarea:focus {
  border-color: #0B99D5;
  outline: none;
}
.btn {
  font-family: Heebo;
  font-size: 29px;
  font-weight: 400;
  width: 100%;
  border: 1px solid var(--mc);
  background: var(--mc);
  width: 100%;
  font-size: 33px;
  color: #fff;
  font-weight: 500;
  background: var(--mc);
  text-align: center;
  border-radius: 0px;
  height: 64px;
  line-height: 62px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn:hover, .btn:focus {
  color: #fff;
  opacity: 0.9;
}
input[type="submit"], .btn-readmore, button[type="submit"] {
  font-family: Heebo;
  font-size: 29px;
  font-weight: 400;
  width: 100%;
  border: 1px solid var(--mc);
  background: var(--mc);
  width: 100%;
  font-size: 33px;
  color: #fff;
  font-weight: 500;
  background: var(--mc);
  text-align: center;
  border-radius: 0px;
  height: 64px;
  line-height: 62px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
input[type="submit"]:hover, button[type="submit"]:hover {
  color: #fff;
  opacity: 0.9;
}
.btn.btn-small {
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center !important;
}
button[type="submit"] i span {
  display: none;
}
input[type="submit"].btn-blue, .btn-blue {
  background: #0B99D5;
  border: solid 1px #0B99D5
}
input[type="submit"].btn-blue:hover, .btn-blue:hover {
  background: #0881B4;
  border: solid 1px #0881B4;
}
input.search-submit {
  background-color: #fff;
  border: 1px solid #e54a49;
  color: #e54a49;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.search-submit:hover {
  background-color: #e54a49;
  border: 1px solid #e54a49;
  color: #fff;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.bg-image {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.parallax {
  background-attachment: fixed;
}
.flex-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
p {
  font-family: "Heebo", sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px;
  color: var(--mcd);
  line-height: 130%;
}
p a {
  text-decoration: underline;
  color: #232323;
}
p a:hover {
  color: #016088;
  text-decoration: underline;
}
.navbar {
  position: relative;
  z-index: 33333;
  padding: 0 !important;
}
#menu-main-menu {
  position: relative;
  width: 100%;
}
.container {
  width: 100%;
  max-width: 1430px;
}
@media (min-width:768px) {}
.wpcf7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.wpcf7 > li {
  padding: 9px 11px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.wpcf7 > li.sixth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 18%;
  max-width: 15%;
}
.wpcf7 > li.fivth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}
.wpcf7 > li.fourth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.677777%;
  flex: 0 0 20.677777%;
  max-width: 20.6377777%;
}
.wpcf7 > li.third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.333333%;
  flex: 0 0 29.333333%;
  max-width: 29.333333%;
}
.wpcf7 > li.half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wpcf7 > li.full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wpcf7 > li.submit {
  height: 38px;
}
.wpcf7 > li.submit button {
  display: inline-block;
  font-size: 24px;
  width: auto;
  float: left;
  height: 55px;
  line-height: 55px;
  padding-left: 40px;
  padding-right: 40px;
}
.submit-half {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px !important;
}
.submit-half button, .submit-half span.btn {
  position: absolute;
  bottom: 0px;
  margin-bottom: -28px;
  left: 30px;
  display: inline-block;
  font-size: 24px;
  width: auto;
  height: 55px;
  line-height: 55px;
  padding-left: 40px;
  padding-right: 40px;
}
.submit-half span.btn {
  cursor: default !important;
}
@media only screen and (max-width:767px) {
  .nmp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
	
}
.header {
  display: block;
  width: 100%;
  z-index: 1030 !important;
}
.header_top {
  padding-bottom: 5px;
}
.header-social .social {
  float: left;
}
.header_bottom {
  background: var(--mcl);
}
.header .logo {
  display: block;
}
.logo-bigger img {
  width: 228px;
  height: 93px;
}

#overlay {
  width: 100%;
  height: 100%;
  display: none;
}
#overlay, .push_sidebar {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0
}
.push_sidebar {
  top: 85px;
}
.home #header {
  z-index: 33 !important
}
body.sidebar-active > .mail i:before {
  content: "ן€" !important
}
#overlay {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: #333;
  bottom: 0;
  right: 0;
  z-index: -1;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate(-200px, 0) !important;
  -moz-transform: translate(-200px, 0) !important;
  -ms-transform: translate(-200px, 0) !important;
  transform: translate(-200px, 0) !important;
  -webkit-transform: translate3d(-200px, 0, 0) !important;
  -moz-transform: translate3d(-200px, 0, 0) !important;
  -ms-transform: translate3d(-200px, 0, 0) !important;
  -o-transform: translate3d(-200px, 0, 0) !important;
  transform: translate3d(-200px, 0, 0) !important;
  cursor: pointer
}
body.sidebar-active > #overlay {
  z-index: 999;
  opacity: .7;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  transition-delay: .0s;
  -webkit-transition-delay: .0s;
  cursor: pointer;
  /*cursor: url(images/cursor.png), auto */
}
body.sidebar-active > #overlay, body.sidebar-active > * {
  -webkit-transform: translate(-200px, 0) !important;
  -moz-transform: translate(-200px, 0) !important;
  -ms-transform: translate(-200px, 0) !important;
  transform: translate(-200px, 0) !important;
  -webkit-transform: translate3d(-200px, 0, 0) !important;
  -moz-transform: translate3d(-200px, 0, 0) !important;
  -ms-transform: translate3d(-200px, 0, 0) !important;
  -o-transform: translate3d(-200px, 0, 0) !important;
  transform: translate3d(-200px, 0, 0) !important
}
body.sidebar-active > #overlay {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  display: block;
}
.push_sidebar {
  width: 200px;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: #f8f8f8;
  box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.25);
  z-index: 999999999999;
  right: -200px;
  padding: 15px;
  padding-top: 0;
  -webkit-transform: translate(0px, 0) !important;
  -moz-transform: translate(0px, 0) !important;
  -ms-transform: translate(0px, 0) !important;
  transform: translate(0px, 0) !important;
  -webkit-transform: translate3d(0px, 0, 0) !important;
  -moz-transform: translate3d(0px, 0, 0) !important;
  -ms-transform: translate3d(0px, 0, 0) !important;
  -o-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important
}
body.sidebar-active > .push_sidebar {
  visibility: visible;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  right: -200px;
  opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  overflow: auto;
  -webkit-transform: translate(-200px, 0) !important;
  -moz-transform: translate(-200px, 0) !important;
  -ms-transform: translate(-200px, 0) !important;
  transform: translate(-200px, 0) !important;
  -webkit-transform: translate3d(-200px, 0, 0) !important;
  -moz-transform: translate3d(-200px, 0, 0) !important;
  -ms-transform: translate3d(-200px, 0, 0) !important;
  -o-transform: translate3d(-200px, 0, 0) !important;
  transform: translate3d(-200px, 0, 0) !important
}
body, body.sidebar-active, body.sidebar-active > *, body > * {
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: -ms-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: .1s;
  -webkit-transition-delay: 0.1s
}
body.sidebar-active .header {
  -webkit-transform: translate(0px, 0) !important;
  -moz-transform: translate(0px, 0) !important;
  -ms-transform: translate(0px, 0) !important;
  transform: translate(0px, 0) !important;
  -webkit-transform: translate3d(0px, 0, 0) !important;
  -moz-transform: translate3d(0px, 0, 0) !important;
  -ms-transform: translate3d(0px, 0, 0) !important;
  -o-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
  z-index: 99999999999999999999999999999999999999 !important;
}
body.sidebar-active > .push_sidebar {
  display: block !important
}
.push_sidebar {
  padding-top: 25px;
}
.push_sidebar ul li {
  padding: 7px 0px;
}
.push_sidebar ul li a {
  font-size: 18px;
  color: #232323;
  font-weight: 500;
  display: block;
}
.push_sidebar ul li:hover a {
  color: #2a6f9e
}
.header nav {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.header .toggle-sidebar {
  display: inline-block;
  vertical-align: top;
  margin-top: 19px;
}
.header .navbar-nav {
  padding: 0px 0px 0px 0px;
}
.header .navbar-nav > li {
  padding: 0px 18px;
  position: relative;
}
.header .navbar-nav > li > a {
  display: block;
  height: 85px;
  line-height: 85px;
  padding: 0px 0px;
  border-radius: 4px;
  font-size: 26px;
  color: var(--mcd);
  position: relative;
}
.header .navbar-nav > li > a:before {
  position: absolute;
  top: 0px;
  content: "";
  background: var(--mc);
  height: 7px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.header .navbar-nav > li:hover > a:before, .header .navbar-nav > li.active > a:before {
  opacity: 1;
}
.header nav > li > i.fa {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: -6px;
  font-size: 24px;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.header nav > li > i.fa.active:before {
  content: "\f106";
}
.header nav > li > i:after {}
ul.sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  display: none;
  width: 100%;
}
ul.sub-menu > li {}
ul.sub-menu > li > a {
  background: #fff;
  font-size: 14px;
  color: #232323;
  border-radius: 0 !important;
  white-space: nowrap;
}
.header i {
  display: inline-block;
}
.spacer {
  display: none;
}
.toggle-sidebar {
  background-color: transparent !important;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}
#nav-icon {
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  text-indent: -9999px;
  border-radius: 6px;
}
#nav-icon {}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.toggle-sidebar.active #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
.toggle-sidebar.active #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.toggle-sidebar.active #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 8px;
}
label.menulines-button {
  white-space: nowrap;
  cursor: pointer;
  width: 80px !important;
  max-width: 80px !important;
  float: right;
  margin-top: 0px;
  position: relative;
  padding: 0 !important;
  top: 3px;
  font-size: 16px !important;
}
.menulines-button strong {
  position: absolute;
  right: 0px;
  top: 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0f8cc2;
  cursor: pointer;
}
.search-form {}
.search-form.active {
  padding-bottom: 0;
}
.search-form form {
  position: relative;
  margin-bottom: 5px;
}
.search-form h2 {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.search-form input[type="text"], .search-form input[type="search"] {
  padding-left: 45px;
  margin-bottom: 0;
  -webkit-appearance: none;
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
  color: #000;
  font-size: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.search-form input[type="text"], .search-form input[type="search"] {}
.header-social ul.social {
  margin-top: -5px;
}
.header-social ul.social > li {
  padding-top: 0;
}
.header-social ul.social > li a {
  padding-top: 0;
}
.header-social ul.social > li a i.fa-facebook {
  background: #3a589e;
  height: auto;
  color: #fff;
  height: 32px;
  width: 32px;
  font-size: 24px;
  padding-top: 5px;
  border-radius: 3px;
}

.header-search-form form {
  position: relative;
  margin-top: 12px;
}
.header-search-form input[type="text"], .header-search-form input[type="search"] {
  padding-left: 45px;
  margin-bottom: 0;
  -webkit-appearance: none;


  background: transparent !important;
  border: none !important;
  color: #000;
  font-size: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  padding: 10px 10px 10px 10px;
  padding-left: 48px;
  max-width: 312px;
}
.header-search-form button {
  background: transparent;
  position: absolute;
  top: 0;
  left: 2px;
  height: 100% !important;
  width: auto;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 100% !important;
  padding: 0;
  border-radius: 0;
  width: 50px;
  color: var(--mc);
}
.header-search-form button:hover i {
  color: var(--mc);
}
.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-size: 26px;
  font-weight: 400;
}
.search-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-size: 26px;
  font-weight: 400;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 26px;
  font-weight: 400;
}
.search-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 26px;
  font-weight: 400;
}
.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-size: 26px;
  font-weight: 400;
}
.search-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-size: 26px;
  font-weight: 400;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 26px;
  font-weight: 400;
}
.search-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 26px;
  font-weight: 400;
}
.search-form button {
  background: transparent;
  position: absolute;
  top: 0;
  left: 8px;
  height: 100% !important;
  width: auto;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 100% !important;
  padding: 0;
  border-radius: 0;
}
.search-form button i {
  display: inline-block;
  color: var(--mc);
  font-size: 50px;
  font-weight: 400;
}
.search-form button:hover {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
.search-form button i span {
  display: none;
  text-indent: -9999px;
}
.embed-responsive:before {
  padding-top: 56.25%;
}
.copyright {
  padding-top: 50px;
}
.copyright p {
  margin-bottom: 0;
}
.footer {
  background: var(--mcd);
  padding-top: 50px;
  padding-bottom: 60px;
}
.footer .container {
  max-width: 1500px;
}
.footer h2 {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  font-family: "Heebo", sans-serif;
}
.footer-widget ul {
  margin-bottom: 40px;
}
.footer-widget ul li a {
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.footer-widget p {
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.footer-widget p a {
  color: #fff;
  text-decoration: none;
}
.footer-widget-social {
  margin-top: 40px;
}
.footer-widget-social h2 {
  font-weight: 400;
  font-size: 24px;
}
.copyright p {
  color: #9e9e9e;
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
ul.social {}
ul.social > li {
  text-align: center;
  padding: 3px;
}
ul.social > li a i {
  font-size: 30px;
}
ul.social > li a span {
  display: none;
}
ul.social > li a {
  display: inline-block;
  padding: 3px;
  text-align: center;
}
ul.social > li a i.fa-facebook {
  background: #769ffd;
  color: #3b3e43;
  width: 30px;
  padding: 3px;
  height: 30px;
  border-radius: 2px;
  position: relative;
  top: 2px;
}
ul.social > li a i.fa-youtube-play {
  color: #ce1a19;
  font-size: 40px;
}
i.fa-phone {
  background: #25d366;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 22px !important;
  max-height: 35px;
  padding-top: 7px;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
}
i.fa-phone:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 25px solid #25d366;
  position: absolute;
  bottom: -18px;
  left: -8px;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: -1;
}
i.fa-phone > span {
  display: none;
}
ul.countries > li {
  padding-left: 15px;
  padding-right: 15px;
}
ul.countries li img {
  width: 43px;
  height: auto;
  border: solid 1px var(--mc);
}
.slider-wrapper {
  position: relative;
  z-index: 33;
  padding: 0 !important;
}
.slider, .slider-item {
  /*	height: 690px;
	min-height: 690px;
	max-height: 690px;*/
}
.slider .slick-arrow {
  position: absolute;
  top: 29%;
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  color: var(--mcy);
  background: #222e65;
  font-size: 75px;
  z-index: 222;
  font-weight: bold;
  cursor: pointer;
  margin-top: -35px;
}
.slider .fa.fa-angle-left {
  left: 75px;
  text-indent: 5px;
}
.slider .fa.fa-angle-right {
  right: 75px;
  text-indent: -5px;
}
.form-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  width: 100%;
  z-index: 44;
}
.form-wrapper form {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px #000;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #383a39;
  position: relative;
  padding: 0px 25px;
}
.form-wrapper form > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.form-wrapper form > ul > li {
  padding: 15px 15px 15px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
}
.form-wrapper form > ul > li + li {
  border-right: solid 2px #000;
}
.news-slider-wrapper .news-slider-wrapper-inner {
  background: var(--mcl);
  padding: 20px 240px 20px 0px;
  position: relative;
}
.news-slider-item p {
  color: var(--mc);
  font-weight: 300;
  font-size: 19px;
  margin-bottom: 0;
  display: none;
}
.title {
  position: relative;
  padding-top: 10px;
  margin-bottom: 10px;
}
.title h2, .title h2 a {
  position: relative;
  font-size: 27px;
  color: var(--mcd);
  font-weight: 500;
}
.title h2:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0px;
  width: 180px;
  height: 24px;
  background: var(--mc);
}
.title.blue-strip h2:before {
  background: var(--mc);
}
.news-slider-wrapper .title {
  position: absolute;
  right: 40px;
}
.tab-pane .title {
  position: absolute;
  top: -76px;
  display: none;
}
.tab-pane.active .title {
  display: block;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  color: var(--mc);
  background: transparent;
  font-size: 55px;
  z-index: 222;
  font-weight: bold;
  cursor: pointer;
  margin-top: -35px;
}
.gallery-main-slider .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  color: var(--mcy);
  background: #222e65;
  font-size: 45px;
}
.gallery-main-slider .slick-arrow.fa-angle-left {
  left: 10px;
  text-indent: 3px;
}
.gallery-main-slider .slick-arrow.fa-angle-right {
  right: 10px;
  text-indent: -3px;
}
#hpTabs .mobile-slider .slick-arrow {
  color: white;
}
.news-slider .fa-angle-up.slick-arrow {
  left: 20px;
  top: 0;
  height: 50%;
  line-height: 20px;
  margin-top: 0;
  vertical-align: bottom;
  overflow: hidden;
}
.news-slider .fa-angle-down.slick-arrow {
  left: 20px;
  top: auto;
  bottom: 0;
  height: 50%;
  line-height: 20px;
  margin-top: 0;
  vertical-align: top;
  overflow: hidden;
}
.news-slider .fa-angle-up.slick-arrow:before {
  vertical-align: bottom;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.news-slider .fa-angle-down.slick-arrow:before {
  vertical-align: top;
  position: absolute;
  top: 5px;
  left: 0;
}
.news-slider {
  padding-left: 100px;
}
.sidebar-widget {
  margin-top: 30px;
  background: var(--mcl);
  padding: 20px 40px 10px;
}
.bg-yellow {
  background: var(--mcy) !important;
}
.coin {
  padding: 12px 0px;
  padding-bottom: 0;
}
.slider-widget {
  background: var(--mcl);
  padding-bottom: 0 !important;
}
.slider-widget .image-slider {
  margin-left: -40px;
  margin-right: -40px;
}
.image-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  color: var(--mcy);
  background: #222e65;
  font-size: 45px;
  z-index: 222;
  font-weight: bold;
  cursor: pointer;
  margin-top: -20px;
}
.image-slider .fa.fa-angle-left {
  left: 10px;
  text-indent: 3px;
}
.image-slider .fa.fa-angle-right {
  right: 10px;
  text-indent: -3px;
}
.logo-slider {
  margin-left: -40px;
  margin-right: -40px;
}
@media (min-width:768px) {
  .logo-slider {
    margin-left: -40px;
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .logo-slider > li {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news_area .col-md-5 {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
  }
  .news_area .col-md-7 {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
  }
}
.logo-slider li img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.logo-slider li {
  display: block;
  text-align: center;
}
.logo-slider li p {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  line-height: 120%;
}
.faqs-widget {
  padding-bottom: 30px;
}
.faqs-widget ul {
  padding-bottom: 8px;
}
.faqs-widget ul li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.faqs-widget ul li a {
  width: 100%;
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 100%;
  padding: 15px 20px;
  background: #72aada;
}
.faqs-widget p a {
  font-size: 18px;
  color: var(--mc);
  font-weight: 500;
  text-decoration: none;
}
.faqs-widget form {
  position: relative;
  padding: 0px 0px;
  margin: 5px 0px;
}
.faqs-widget button {
  background: transparent;
  position: absolute;
  top: 0;
  left: 2px;
  height: 100% !important;
  width: auto;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 100% !important;
  padding: 0;
  border-radius: 0;
  width: 50px;
}
.banner {
  height: 160px;
  min-height: 160px;
}
.banner-text {
  font-size: 45px;
  padding: 5px 20px;
}
.banner-text.banner-small {
  font-size: 38px;
}
.footer-widget ul li a {
  font-size: 18px;
}
input[type="text"], input[type="email"], textarea, input[type="tel"], input[type="password"], input[type="search"], input[type="date"], select, textarea {}
.faqs-widget button i {
  display: inline-block;
  color: var(--mc);
  font-size: 30px;
  font-weight: 400;
}
.faqs-widget button:hover {
  background-color: transparent !important;
  border: none !important;
}
.faqs-widget input[type="text"], .faqs-widget input[type="search"] {
  padding-left: 50px;
}
.newsletter-widget li {
  padding-bottom: 4px;
  padding-top: 4px;
  position: relative;
}
.newsletter-widget {
  padding-bottom: 30px;
}
.box {
  margin-top: 30px;
  background: var(--mcl);
  padding: 0px 0px 0px 0px;
}
.box .title {
  margin-top: 17px;
}
.featured-text {
  padding-right: 40px;
}
.hpBanner .featured-text {
  padding-right: 28px;
  padding-left: 20px;
}
.featured-text p {
  font-size: 26px;
  color: var(--mc);
  line-height: 130%;
  font-weight: 500;
  padding-top: 12px;
}
.box-content {
  padding-right: 40px;
  padding-left: 30px;
  padding-top: 1px;
}
.featured-article img {
  width: 100%;
}
ul.article-slider {}
.article-slider .slick-slide, .article-slider > li {
  border-bottom: 1px solid var(--mc) !important;
  position: relative;
  padding-right: 125px;
  padding-top: 10px;
}
.article-slider li .post-thumbnail {
  position: absolute;
  top: 10px;
  right: 0;
  width: 120px;
}
.article-slider li h2, .post-text h2 {
  margin-bottom: 0;
  line-height: 100%;
  font-size: 20px;
}
.article-slider li h2 a, .post-text h2 a {
  font-size: 20px;
  color: var(--mc);
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-slider li h3, .post-text h3 {
  margin-bottom: 0;
  line-height: 120%;
  font-size: 20px;
}
.article-slider li h3 a, .post-text h3 a {
  font-size: 20px;
  color: var(--mc);
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-slider p, .article-slider span, .post-text p, .featured-article span, .post-text span {
  font-size: 15px;
  color: var(--mcd);
}
.article-slider p, .post-text p {
  margin-bottom: 5px;
  line-height: 130%;
}
.article-slider p a, a.read-more, .read-more a {
  font-size: 18px;
  color: var(--mc);
  text-decoration: none;
  font-weight: 600;
}
.article-slider p a:hover, a.read-more:hover {
  text-decoration: underline;
  color: #016088;
}
i {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
}
i.print {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/printer.png);
  width: 31px;
  height: 32px;
  text-indent: -9999px;
}
i.pdf {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/pdf.png);
  width: 15px;
  height: 22px;
  text-indent: -9999px;
}
i.pdf.large {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/pdf-large.png);
  width: 22px;
  height: 30px;
  text-indent: -9999px;
}
i.pen {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/pen.png);
  width: 22px;
  height: 22px;
  text-indent: -9999px;
}
i.doc {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/doc.png);
  width: 16px;
  height: 22px;
  text-indent: -9999px;
}
i.youtube, i.youtube-w {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/youtube-blue.png);
  width: 22px;
  height: 22px;
  text-indent: -9999px;
}
i.youtube-w {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/youtube-w.png);
}
i.youtube.large {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/youtube-large.png);
  width: 31px;
  height: 23px;
  text-indent: -9999px;
}
i.audio, i.audio-w {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/audio.png);
  width: 23px;
  height: 22px;
  text-indent: -9999px;
}
i.audio-w {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/audio-w.png);
}
i.audio.large {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/audio-large.png);
  width: 34px;
  height: 25px;
  text-indent: -9999px;
}
.beit-widget ul.article-tooltip i.audio {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/audio-large.png);
  width: 34px;
  height: 36px;
  text-indent: -9999px;
}
.beit-widget ul.article-tooltip i.youtube {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/youtube-large.png);
  width: 31px;
  height: 36px;
  text-indent: -9999px;
}
.beit-widget ul.article-tooltip i.doc {
  width: 24px;
  height: 36px;
  text-indent: -9999px;
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/beit/doc.png);
}
.beit-widget ul.article-tooltip i.pen {
  width: 32px;
  height: 36px;
  text-indent: -9999px;
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/beit/pen.png);
}
.beit-widget ul.article-tooltip i {
  margin-left: -7px;
  margin-right: -7px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.beit-widget ul.article-tooltip i.pdf {
  width: 24px;
  height: 36px;
  text-indent: -9999px;
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/beit/pdf.png);
}
ul.article-tooltip {
  display: -ms-flexbox !important;
  display: flex !important;
  padding-bottom: 0px;
}
ul.article-tooltip > li {
  padding: 3px 5px;
}
ul.article-slider {
  padding-bottom: 60px;
}
.article-slider .fa-angle-down {
  top: auto !important;
  bottom: 25px;
  left: 50%;
  margin-left: -50px;
  height: 20px;
  line-height: 20px;
  font-size: 50px;
}
.article-slider .fa-angle-up {
  top: auto !important;
  bottom: 27px;
  right: 50%;
  margin-right: -50px;
  height: 20px;
  line-height: 20px;
  font-size: 50px;
}
.post-text {
  padding: 10px 5px;
  padding-left: 15px;
}
.post-text h3 {
  color: #696969;
}
.featured-article .post-text {
  position: relative;
  padding-top: 15px;
  padding: 10px 5px;
  padding-left: 150px;
}
/*#tab_5 .post-text {
	padding-left: 5px;
}
*/
.featured-article .post-text ul.article-tooltip {
  position: absolute;
  left: 0;
  top: 20px;
}
.tooltip-inner {
  background: var(--mc) !important;
  font-size: 14px;
  padding: 5px 10px;
}
.tooltip .arrow::before {
  border-bottom-color: var(--mc);
}
.tooltip {
  margin-top: 4px;
}
.nav-tabs {
  border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--mc);
  background: none;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}
.nav-tabs .nav-link {
  font-size: 26px;
  color: var(--mc);
  position: relative;
  padding: 0;
  margin: 0px 14px;
  display: inline-block;
  line-height: 46px;
}
.nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: var(--mc);
}
.featured-article {
  padding-top: 10px;
}
.box-header .title {
  max-width: 200px;
  float: right;
}
.box-header .nav-tabs {
  float: left;
  margin-left: -15px;
  padding-top: 20px;
  width: 56%;
}
.read-articles.padding_top {
  padding-top: 15px;
}
.read-articles .read-more {
  position: absolute;
  top: -52px;
  left: 17px;
}
.read-articles.padding_top .read-more {
  top: -35px;
}
.banner {
  padding: 45px 0px;
  overflow: hidden;
  margin-top: 25px;
  min-height: 200px;
  height: 200px;
}
.banner-text {
  font-family: 'ShmulikCLM';
  font-size: 56px;
  color: var(--mc);
  background: rgba(255, 255, 255, .8);
  box-shadow: 0px 0px 10px #000;
  padding: 12px 40px;
  display: inline-block;
  text-align: center;
}
ul.video-slider {
  padding: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
}
ul.video-slider li.slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
ul.video-slider .fa-angle-right {
  position: absolute;
  right: -15px;
  top: 165px;
}
ul.video-slider .fa-angle-left {
  position: absolute;
  left: -15px;
  top: 165px;
}
ul.related-slider {
  padding: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
}
ul.related-slider li.slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}
ul.related-slider .fa-angle-right {
  position: absolute;
  right: -15px;
}
ul.related-slider .fa-angle-left {
  position: absolute;
  left: -15px;
}
ul.related-slider .entry-meta, ul.related-slider .entry-meta span {
  font-size: 13px;
}
ul.related-slider .read-more {
  font-size: 15px;
}
.tab-content > .tab-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */
}
.tab-content > .tab-pane.active {
  visibility: visible;
  height: auto;
  overflow: visible;
}
.tab-content {
  position: relative;
}
.featured-banner {
  /*	margin-top: 10px;*/
  /*	padding: 80px 0px 80px 0px;*/
  padding: 100px 0px 100px 0px;
}
.featured-banner .featured-text {
  background: rgba(247, 230, 168, 0.8);
  padding: 20px 30px;
  max-width: 380px;
  min-height: 245px;
}
.featured-banner .featured-text p {
  padding-top: 0;
}
.article-slider .post-text {
  padding-left: 0px;
  padding-top: 0px;
}
.box-youtube {
  padding-bottom: 30px;
}
.mobile-slider {
  overflow: visible;
  padding-bottom: 30px;
}
.slick-dotted {
  padding-bottom: 30px;
}
.slick-dots {
  margin-left: -15px;
  margin-right: -15px;
  background: #b5cef2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 30px);
  text-align: center;
  padding: 0px 0px;
}
.slick-dots li {
  display: inline-block;
  padding: 10px 3px;
  line-height: 0;
}
.slick-dots li button {
  background: var(--mc);
  outline: none;
  border: none;
  width: 12px;
  max-width: 12px;
  max-height: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.slick-dots li.slick-active button {
  background: var(--mcy);
}
.mobile-slider .mobile-arrow {
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  color: var(--mcy);
  background: #222e65;
  font-size: 45px;
  z-index: 222;
  font-weight: bold;
  cursor: pointer;
  margin-top: -20px;
}
.mobile-slider i.fa-angle-left, i.fa-angle-left.mobile-arrow {
  left: 15px;
}
.mobile-slider i.fa-angle-right, i.fa-angle-right.mobile-arrow {
  right: 15px;
}
.featured-box img, .post-thumbnail img {
  width: 100%;
}
@media (min-width:768px) {
  .post-thumbnail img {
    max-width: 110px;
  }
}
.page-header {
  position: relative;
  padding: 75px 0px;
  background-position: top center !important;
  min-height: 218px;
}
.page-header .form-wrapper {
  position: static;
}
.page-header .form-wrapper .container {
  max-width: 1200px;
}
section.breadcrumb {
  padding: 20px 0px 0px 0px !important;
  background: transparent !important;
  margin-bottom: 0 !important;
}
section.breadcrumb ul {
  display: flex;
}
section.breadcrumb ul li {
  font-size: 16px;
  color: #040404;
}
section.breadcrumb ul li + li {
  padding-right: 10px;
}
section.breadcrumb ul li a {
  font-size: 16px;
  position: relative;
  color: #040404;
  padding-left: 20px;
}
section.breadcrumb ul li a:after {
  content: ">>";
  position: absolute;
  left: 0;
  top: 0;
}
ul.sidebar-article-slider ul.article-tooltip {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
ul.sidebar-article-slider > li {
  border-bottom: solid 1px var(--mc) !important;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
ul.sidebar-article-slider li .post-thumbnail {
  text-align: center;
}
ul.sidebar-article-slider li .post-thumbnail img {
  width: auto;
  display: inline-block;
}
div.sidebar ul.social i.fa-whatsapp
{
	color: #0DC143;
}

section.book-content {
  padding-top: 0;
}
.quantity {
  position: relative;
  height: 46px;
  line-height: 46px;
  background: #fff;
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
}
.quantity label {
  padding-right: 10px;
  padding-top: 10px;
}
.quantity button {
  width: 26px;
  height: 25px;
  font-size: 18px;
  background: #cccdce;
  outline: none;
  border: none;
  color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 11px;
  padding: 0;
}
.quantity button i {
  font-size: 18px;
  line-height: 25px;
}
.quantity button.plus {
  left: 85px;
}
.quantity button.minus {
  left: 15px;
}
.quantity input {
  width: 45px;
  background: #fff;
  border: none;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 40px;
  top: 11px;
  height: 25px;
  font-size: 20px;
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: none;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
ul.quantity-wrapper li {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  padding-bottom: 12px;
  overflow: hidden;
}
ul.quantity-wrapper li:nth-child(3), ul.quantity-wrapper li:nth-child(4) {
  text-align: left;
  white-space: nowrap;
}
ul.quantity-wrapper li:nth-child(3) .btn, ul.quantity-wrapper li:nth-child(4) .btn {
  max-width: 140px;
}
.book-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
.book-store {
  margin-top: 50px;
}
.book-content .box-content {
  padding-bottom: 20px;
}
.wpcf7 > li span {
  color: var(--mc);
  font-size: 20px;
  display: inline-block;
}
.book-content button[type="submit"] {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
}
.donation-content p.message, p.message {
  font-size: 24px;
  color: #ff0000;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.product-wrapper {
  position: relative;
  padding-right: 165px;
}
.product-select {
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
  max-width: 165px;
}
.product-wrapper h3 {
  font-size: 28px;
  color: var(--mc); /*var(--mc);*/
  font-weight: bold;
  margin-bottom: 0px;
}
.product-wrapper span.product-subtitle {
  font-size: 20px;
  line-height: 20px;
  color: var(--mc); /*var(--mc);*/
  display: block;
  margin-bottom: 10px;
}
.quantity-wrapper {
  max-width: 230px;
  float: left;
  width: 230px;
}
.status4, .status5 {
  padding-top: 10px;
  text-align: center;
}
.status4:before {
  content: "במבצע!";
  color: red;
}
.status5:before {
  content: "אזל מהמלאי!";
  color: red;
}
.productStatus5 {
  display: none;
}
.img_status5 {
  opacity: 0.3;
}
.cb_status5:before {
  width: 0px !important;
}
/* ==========================================================================
   donation bank transfer
 ========================================================================== */
.donation-bank-transfer {}
.donation-sidebar {}
.donation-sidebar ul li {
  margin-bottom: 25px;
  text-align: center;
}
.donation-sidebar ul li a strong {
  display: block;
  font-weight: normal;
}
.donation-sidebar ul li a {
  font-size: 17px;
  color: #343434;
  display: inline-block;
  padding-top: 100px;
  line-height: 135%;
  width: 115px;
}
.donation-sidebar ul li.credit a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/credit.png) no-repeat;
  transition: 0.3s;
}
.donation-sidebar ul li.credit a:hover, .donation-sidebar ul li.credit.active a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/credit-hover.png) no-repeat;
  transition: 0.3s;
}
.donation-sidebar ul li.delivery a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/delivery.png) no-repeat;
  transition: 0.3s;
}
.donation-sidebar ul li.delivery a:hover, .donation-sidebar ul li.delivery.active a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/delivery-hover.png) no-repeat;
}
.donation-sidebar ul li.charity a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/charity.png) no-repeat;
  transition: 0.3s;
}
.donation-sidebar ul li.charity a:hover, .donation-sidebar ul li.charity.active a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/charity-hover.png) no-repeat;
}
.donation-sidebar ul li.telephone a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/telephone.png) no-repeat;
  transition: 0.3s;
}
.donation-sidebar ul li.telephone a:hover, .donation-sidebar ul li.telephone.active a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/telephone-hover.png) no-repeat;
}
.donation-sidebar ul li.transfer a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/transfer.png) no-repeat;
  transition: 0.3s;
}
.donation-sidebar ul li.transfer a:hover, .donation-sidebar ul li.transfer.active a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/transfer-hover.png) no-repeat;
}
.donation-sidebar ul li.leaving a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/leaving.png) no-repeat;
  transition: 0.3s;
}
.donation-sidebar ul li.leaving a:hover, .donation-sidebar ul li.leaving.active a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/leaving-hover.png) no-repeat;
}
.donation-sidebar ul li.contribution a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/contribution.png) no-repeat;
  transition: 0.3s;
}
.donation-sidebar ul li.contribution a:hover, .donation-sidebar ul li.contribution.active a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/donation/contribution-hover.png) no-repeat;
}
.donation-sidebar ul li.paybox a {
  background: url('/National_Library/oe_/https://www.yavinoam.org/designFiles/pay-box2.png') no-repeat;
  transition: 0.3s;
}
.donation-sidebar ul li.paybox a:hover, .donation-sidebar ul li.paybox.active a {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/paybox-3.png) no-repeat;
}
.blue-text {
  max-width: 850px;
  width: 100%;
}
.donation-content .blue-text p {
  color: var(--mc);
  font-size: 25px;
  font-weight: 500;
}
.donation-radio li {
  font-size: 24px;
  color: var(--mc);
}
.donation-radio input {
  width: 185px;
  height: 45px;
  line-height: 45px;
  border: solid 1px #a1a1a1;
  margin-left: 5px;
  margin-right: 5px;
  margin: 5px;
}
.donation-radio input.medium {
  width: 118px;
  margin-right: 5px !important;
}
.donation-radio input.small {
  width: 65px;
  margin-right: 5px !important;
}
.donation-radio input[type="radio"] + label {
  width: 310px;
}
.donation-content input[type="checkbox"] + label:before {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  background: var(--mcl);
  border: solid 2px var(--mc);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  content: "";
  display: inline-block;
}
.donation-content input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  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;
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 16px;
  text-align: center;
  color: var(--mc);
}
label.bold {
  font-weight: 500;
}
.donation-content li.absolute {
  padding-top: 0;
  padding-bottom: 0;
}
.donation-content li.absolute input[type="checkbox"] + label {
  position: absolute;
  bottom: 100%;
}
.donation-content .submit-half {
  padding-bottom: 60px !important;
}
.donation-content .submit-half button {
  left: 50%;
  display: inline-block;
  font-size: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  padding-left: 80px;
  padding-right: 80px;
  white-space: nowrap;
}
.donation-header p.message {
  text-align: right;
}
.donation-header .title {
  padding-top: 50px;
}
.mobile-padding {
  display: inline;
}
i.pdf-download {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/pdf.png) no-repeat;
  width: 60px;
  height: 73px;
}
.donation-content p {
  font-size: 29px;
  color: var(--mc);
  font-weight: 500;
  margin-bottom: 20px;
}
.donation-content p a {
  text-decoration: none;
  font-weight: 500;
  color: var(--mc);
}
.donation-content p strong {
  font-weight: 500;
  color: #a10105
}
.donation-content p a:hover {
  color: #20348a;
}
.donation-content p a.pdf {
  padding-left: 70px;
  position: relative;
  display: inline-block;
}
.donation-content p a.pdf i {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-information ul li {
  position: relative;
  margin-bottom: 35px;
  padding-right: 120px;
}
.contact-information ul li p {
  font-size: 30px;
  color: #636363;
  margin-bottom: 0;
  line-height: 130%;
}
.contact-information ul li p a:hover {
  color: #20348a;
}
.contact-information ul li p a {
  text-decoration: none;
}
.contact-information ul li a {
  font-size: 30px;
  color: #636363;
}
.contact-information i {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.contact-information i.marker {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/contact/marker.png);
  width: 65px;
  height: 92px;
}
.contact-information i.navigate {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/contact/navigate.png);
  width: 78px;
  height: 73px;
}
.contact-information i.phone {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/contact/phone.png);
  width: 78px;
  height: 78px;
}
.contact-information i.printer {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/contact/printer.png);
  width: 88px;
  height: 82px;
}
.contact-information i.email {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/contact/email.png);
  width: 88px;
  height: 89px;
}
.contact-us form ul {
  max-width: 700px;
}
.contact-us form ul li {
  position: relative;
  padding: 5px 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.contact-us form ul li span.required + input, .contact-us form ul li span.required + textarea {
  padding-right: 40px;
}
.contact-us form ul li input[type="text"], .contact-us form ul li input[type="number"], .contact-us form ul li input[type="email"], .contact-us form ul li textarea, .contact-us form ul li input[type="tel"], .contact-us form ul li input[type="password"], .contact-us form ul li input[type="search"], .contact-us form ul li input[type="date"], .contact-us form ul li select, .contact-us form ul li textarea {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 2px #d8d8d8;
}
.contact-us form ul li .nice-select {
  float: none;
  height: 63px;
  line-height: 63px;
  border: solid 2px #d8d8d8;
}
.contact-us form ul li span.required + select + .nice-select {
  padding-right: 40px;
}
.about-sidebar ul > li {
  position: relative;
  text-align: right;
  font-size: 22px;
  color: var(--mc);
  padding: 0;
  font-weight: 500;
  border-top: 11px solid var(--mc);
}
.about-sidebar ul > li i {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 48px;
  cursor: pointer;
}
.about-sidebar ul > li i.active:before {
  content: "\f106";
}
.about-sidebar ul > li a {
  text-align: right;
  font-size: 24px;
  color: var(--mc);
  font-weight: 500;
  display: block;
  display: block;
  padding: 10px 0px;
}
.about-sidebar ul > li.has-sub-menu > a {
  padding-left: 55px;
}
.about-sidebar ul > li.has-sub-menu.active {
  border-top: solid 11px #3ca4ff;
}
.about-sidebar ul > li > ul {
  display: none;
  padding-left: 25px;
  padding-right: 25px;
}
.about-sidebar ul > li > ul > li {
  border-top: solid 11px #1274c9;
}
.about-sidebar ul > li > ul > li a {
  font-size: 20px !important;
}
.about-sidebar > ul > li.active {
  border-top: solid 11px #3ca4ff;
}
.about-content {
  padding-top: 20px;
}
.about-sidebar {
  margin-top: 20px;
  max-width: 280px;
}
.modal-open {
  padding-right: 0 !important;
}
.modal input[type="text"], .modal input[type="email"], .modal textarea, .modal input[type="tel"], .modal input[type="password"], .modal input[type="search"], .modal input[type="date"], .modal select, .modal textarea, .modal .nice-select, .modal .wpcf7 > li > .nice-select {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .wpcf7 > li > .nice-select:after {
  color: var(--mc);
}
.modal input[type="checkbox"] + label:before {
  background: var(--mcl);
}
.modal .btn {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.modal-header {
  border: none;
  background: var(--mc);
  text-align: center;
  border-radius: 0;
}
.modal .wpcf7 > li.third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.modal .d-flex p {
  margin-bottom: 0;
}
.modal-title {
  text-align: center;
  color: #fff;
}
.modal-content {
  border: none !important;
}
.modal .close {
  color: #fff;
  font-size: 54px;
  position: absolute;
  left: 15px;
  top: 10px;
  text-shadow: none;
  opacity: 1;
}
.modal-title {
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
}
h5.modal-title {
  font-size: 33px;
}
.beit-widget-box {
  padding: 15px;
  background: var(--mcl);
}
.beit-category-widget ul {}
.beit-category-widget ul li {
  position: relative;
  padding-bottom: 8px;
  overflow: hidden;
}
.beit-category-widget ul li:last-child {
  padding-bottom: 0;
}
.beit-category-widget ul li ul li:first-child {
  margin-top: 8px;
}
.beit-category-widget ul li i {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  width: 100%;

  height: 50px;
  line-height: 50px;
  text-align: left;
  padding-left: 15px;
}
.beit-category-widget ul li i.active:before {
  content: "\f068";
}
.beit-category-widget ul li a {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: var(--mc);
  display: block;
  padding: 10px 10px;
}
.beit-category-widget ul li ul li a {
  background: #4797dc;
}
.beit-category-widget ul li ul li ul li a {
  background: #88bbe8;
}
.beit-category-widget ul ul {
  display: none;
}
.beit-widget h2 {
  font-size: 24px;
  color: var(--mc);
  text-align: center;
  display: block;
}
.beit-widget ul.article-tooltip {
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  display: block;
}
.beit-widget ul.article-tooltip > li {
  text-align: center;
  padding-left: 7px;
  padding-right: 7px;
}
.beit-widget input[type="checkbox"] + label::before {
  width: 20px;
  height: 20px;
  font-size: 15px;
  text-align: center;
  line-height: 22px;
}
.beit-widget input[type="checkbox"] + label.disabled::before {
  background-color: #CECECE;
  cursor: default;
}
.beit-widget ul.article-tooltip > li label {
  padding-top: 12px;
  padding-right: 19px;
  text-indent: -9999px;
}
.beit-widget ul.article-tooltip > li a {
  display: block;
}
.beit-widget + .toggle-mobile + .beit-widget .beit-widget-box {
  padding-top: 0;
}
.beit-widget-tags ul li {
  display: inline-block;
}
.beit-widget-tags ul li a {
  color: var(--mc);
  display: inline-block;
}
.beit-widget-tags {
  padding: 10px 0px;
}
.beit-sidebar .toggle-mobile a {
  background: var(--mcl);
  font-size: 24px;
  font-weight: 500;
  color: var(--mc);
  display: block;
  padding: 10px 10px;
  margin: 10px 0px;
  padding-bottom: 0;
  text-align: right;
  overflow: hidden;
}
.beit-sidebar .toggle-mobile a i {
  float: left;
}
.sidebar-social ul {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.sidebar-social ul li {
  display: flex;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding-left: 7px;
  padding-right: 7px;
}
.sidebar-social ul.article-tooltip {
  padding-bottom: 25px;
}
.sidebar-social ul.social li {
  padding-left: 4px;
  padding-right: 4px;
}
.sidebar-social i.fa.fa-phone {
  background: #4caf50;
}
.sidebar-social i.fa.fa-phone:after {
  border-top-color: #4caf50;
}
.sidebar-social i.fa.fa-envelope:before {
  display: none;
}
.sidebar-social i.fa.fa-envelope {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/beit/mail.png);
  width: 33px;
  height: 27px;
}
.sidebar-social i.fa.fa-paper-plane:before {
  color: #25d9f8;
  display: none;
}
.sidebar-social i.fa.fa-paper-plane {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/beit/telegram.png);
  width: 31px;
  height: 29px;
}
.sidebar-social i.fa.fa-twitter {
  color: #03a9f4;
  font-size: 42px;
}
.sidebar-social i.fa.fa-facebook {
  background: #3a589e;
  color: var(--mcl);
}
.sidebar-social {
  text-align: center !important;
}
.sidebar-social p {
  color: var(--mc);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
}
.beit-search {
  padding: 15px;
  background: var(--mcl);
  position: relative;
  margin-top: 25px;
}
.beit-search h2 {
  background: var(--mcl);
  left: 50%;
  display: inline-block;
  font-size: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  position: absolute;
  top: -18px;
}
.beit-search form > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}
.beit-search form > ul > li {
  padding: 11px 11px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  position: relative;
  padding-bottom: 0;
}
.beit-search form > ul > li:last-child {
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
}
.beit-search button {
  background: transparent;
  position: absolute;
  top: 3px;
  left: 10px;
  height: 100% !important;
  width: auto;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 100% !important;
  padding: 0;
  border-radius: 0;
  width: 50px;
  color: var(--mc);
}
.beit-search button:hover {
  color: var(--mc);
}
.beit-search input[type="text"], .beit-search input[type="search"] {
  padding-left: 45px;
}
ul.select-article {}
ul.select-article li.slick-slide {
  padding: 10px 15px;
  background: var(--mcl);
  margin: 15px 0px;
}
ul.select-article li.slick-slide .article-header {
  position: relative;
  padding-left: 175px;
  min-height: 170px;
}
ul.select-article li.slick-slide .article-header .info {
  position: absolute;
  left: 0;
  top: 36px;
  width: 175px;
}
ul.select-article li.slick-slide .article-header .post-text {
  position: relative;
  padding-right: 125px;
  padding-top: 43px;
}
ul.select-article li.slick-slide .article-header .checkbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
ul.select-article li.slick-slide .article-header .checkbox label {
  text-indent: -9999px;
}
ul.select-article li.slick-slide .article-header .checkbox img {
  margin-top: 18px;
}
ul.select-article span.entry-meta {
  font-size: 15px;
  color: var(--mc);
}
ul.select-article span.entry-meta b.duration {
  display: block;
  padding-bottom: 5px;
}
.article-header .post-text p {
  color: #404142;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
ul.select-article li.slick-slide .article-header .post-text p a {
  color: var(--mc);
  font-weight: 500;
  text-decoration: none;
}
ul.select-article li.slick-slide .article-body p {
  font-size: 17px;
  color: #404142;
}
ul.select-article > li {
  padding: 10px 15px;
  background: var(--mcl);
  margin: 15px 0px;
}
ul.select-article > li .article-header {
  position: relative;
  padding-left: 175px;
  /*min-height: 170px;*/
	min-height: 120px;
}
ul.select-article > li .article-header .info {
  position: absolute;
  left: 0;
  top: 36px;
  width: 175px;
}
ul.select-article > li .article-header .post-text {
  position: relative;
  padding-right: 125px;
  padding-top: 43px;
}
ul.select-article > li .article-header .checkbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
ul.select-article > li .article-header .checkbox label {
  text-indent: -9999px;
}
ul.select-article > li .article-header .checkbox img {
  margin-top: 12px;
}
ul.select-article span.entry-meta {
  font-size: 15px;
  color: var(--mc);
}
ul.select-article span.entry-meta b.duration {
  display: block;
  padding-bottom: 5px;
}
.article-header .post-text p {
  color: #404142;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
ul.select-article > li .article-header .post-text p a {
  color: var(--mc);
  font-weight: 500;
  text-decoration: none;
}
ul.select-article > li .article-body p {
  font-size: 17px;
  color: #404142;
}
.combined-content {
  padding-top: 60px;
}
.combined-lesson {
  margin-top: 30px;
}
.combined-content .post-thumbnail img {
  width: auto !important;
}
.combined-content .box {
  padding: 15px;
  margin-bottom: 30px;
}
.gallery-main-slider {}
.gallery-thumbnail-slider {
  padding-left: 45px;
  padding-right: 45px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
}
.gallery-thumbnail-slider li.slick-slide {
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.gallery-thumbnail-slider li.slick-slide img {
  width: 100%;
}
.gallery-vertical-slider {}
.gallery-sidebar {
  padding-top: 0px;
}
.gallery-sidebar ul {}
.gallery-sidebar ul li {
  position: relative;
  margin-bottom: 10px;
  margin-top: 0px;
}
.gallery-sidebar ul li .bg-image {
  padding: 15px 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.gallery-sidebar ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.gallery-sidebar ul li a {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 3333;
}
.gallery-sidebar ul li:hover:before, .gallery-sidebar ul li.active:before {
  opacity: 1;
  background: rgba(6, 22, 86, .4);
}
.gallery-sidebar ul li .caption {
  background: rgba(255, 255, 255, 0.74);
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  height: 60px;
  overflow: hidden;
}
.gallery-sidebar ul li .caption h3 {
  font-size: 21px;
  color: var(--mc);
  margin-bottom: 0;
}
.gallery-sidebar ul li .caption p {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.gallery-vertical-slider .slick-arrow {
  position: static !important;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 !important;
  font-size: 70px !important;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
}
.gallery {
  background: var(--mcl);
  padding: 20px;
}
.gallery h4 {
  font-size: 24px;
  color: var(--mc);
}
.gallery .gallery-text {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/gallery/gallery.jpg);
  padding-top: 200px;
}
.gallery .gallery-text ul.icon {
  background: rgba(255, 255, 255, 0.74);
  vertical-align: bottom;
}
.gallery .gallery-text ul.icon li p {
  font-size: 24px;
  color: var(--mc);
}
.gallery-box-content {
  padding: 15px;
}
.gallery-main-slider li.slick-slide {
  position: relative;
}
.gallery-main-slider img.videoIcon {
  position: absolute;
  top: calc(50% - 70px);
  right: calc(50% - 82px);
}
@media only screen and (max-width:767px) {
  .gallery-main-slider img.videoIcon {
    width: 82px;
    height: 58px;
    top: calc(50% - 29px);
    right: calc(50% - 41px);
  }
}
.image-caption {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: 24px;
  color: var(--mc);
}
.btn-modal {
  max-width: 360px;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.btn-modal i {
  vertical-align: middle;
}
.sidebar-social form {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar-social form .nice-select {
  background: #fff;
  border: solid 2px #d8d8d8;
  height: 48px;
  line-height: 44px;
  margin-bottom: 8px;
  font-size: 18px;
  padding-right: 15px;
}
.sidebar-social form .nice-select:after {
  margin-top: -7px;
  left: 15px !important;
}
.widget-lesson p {
  color: var(--mc);
  font-size: 20px;
  margin-bottom: 3px;
  text-align: center;
  font-weight: 400;
}
.widget-lesson p strong {
  color: var(--mc);
  margin-bottom: 3px;
  text-align: center;
}
.widget-lesson {
  padding-bottom: 20px;
}
.beit-category-widget ul li.search button {
  background: transparent;
  position: absolute;
  top: 8px;
  left: 7px;
  height: 100% !important;
  width: auto;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 100% !important;
  padding: 0;
  border-radius: 0;
  width: 50px;
  color: var(--mc);
}
.beit-category-widget ul li.search button i {
  color: var(--mc);
}
.beit-category-widget ul li input {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  height: 50px;
  line-height: 50px;
  padding-right: 10px;
  padding-left: 40px;
  margin-bottom: 8px;
  font-size: 18px;
}
.single-article {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-bottom: 15px;
  padding-right: 15px;
}
.single-article .post-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
}
.single-article .post-text {
  padding-top: 0px;
  position: relative;
  padding-right: 125px;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  padding-bottom: 15px;
}
.single-article .post-text:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 30px;
  border-left: solid 1px var(--mc);
  width: 1px;
  height: 110px;
}
.single-article .post-info {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  padding-bottom: 15px;
}
.quote {
  background: var(--mcy);
  border-left: solid 1px var(--mc);
  border-right: solid 1px var(--mc);
  padding: 15px 25px;
  position: relative;
  -moz-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .2), 0 -8px 8px -8px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .2), 0 -8px 8px -8px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .2), 0 -8px 8px -8px rgba(0, 0, 0, .2);
  max-width: 230px;
  line-height: 110%;
  text-align: center;
  margin-right: 40px;
}
.quote p, .quote p a {
  font-weight: bold;
  color: var(--mc);
  text-decoration: none !important;
  margin-bottom: 0;
  line-height: 100%;
}
.single-content .book-store .quote p {
  font-weight: bold;
  color: var(--mc);
  text-decoration: none !important;
  margin-bottom: 0;
  line-height: 100%;
}
.quote:before, .quote:after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  left: 0px;
  margin-left: -8px;
  content: "";
  background: var(--mc);
}
.quote:after {
  left: auto;
  margin-right: -8px;
  right: 0px;
}
.links {
  padding: 10px 18px;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.links p {
  font-size: 18px;
  margin-bottom: 0;
}
.links p strong {
  color: var(--mc);
  font-weight: bold;
}
.links a.right {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 28px;
  color: var(--mc);
}
.links a.left {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 28px;
  color: var(--mc);
}
.links a i {
  color: var(--mc);
}
.links a i span {
  display: none;
}
.single-content .book-store h2, .about-content h2 {
  color: var(--mc);
}
.single-content .book-store p {
  margin-bottom: 20px;
  line-height: 145%;
}
.single-content .col-12 p {
  font-size: 16px;
  color: var(--mc);
}
.buttons li {}
.buttons .btn {
  height: auto;
  font-size: 24px;
  line-height: 130%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.buttons .wpcf7 > li {
  padding-top: 0;
  padding-bottom: 0;
}
.buttons .wpcf7 > li > .nice-select {
  background: var(--mc);
  height: 84px;
  line-height: 84px;
  padding-left: 30px;
  padding-right: 30px;
}
.buttons .wpcf7 > li > .nice-select span.current {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
.buttons .wpcf7 > li > .nice-select:after {
  color: #fff;
  left: 40px;
}
.padding {
  padding-top: 8px;
  padding-bottom: 8px;
}
audio {
  width: 100%;
  vertical-align: top;
}
.pdf-embed {
  margin-bottom: 20px;
}
.single-content .book-store {
  margin-top: 30px;
}
.single-content .book-store .box .title h2:before {
  top: -22px;
}
ul.related-articles {
  padding-left: 60px;
  padding-right: 60px;
}
ul.related-articles .post-thumbnail img {
  width: auto;
}
ul.related-articles i.fa.fa-angle-left {
  left: 0;
  font-size: 80px;
  font-size: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
}
ul.related-articles i.fa.fa-angle-right {
  right: 0;
  font-size: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
}
button i.fa-search span {
  display: none;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-20 {
  font-size: 20px;
}
.font-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
b.duration {
  display: block;
}
.beit-category-widget ::-webkit-input-placeholder {
  color: rgba(148, 148, 148, 0.9);
  font-size: 20px !important;
}
.beit-category-widget ::-moz-placeholder {
  color: rgba(148, 148, 148, 0.9);
  font-size: 20px !important;
}
.beit-category-widget :-ms-input-placeholder {
  color: rgba(148, 148, 148, 0.9);
  font-size: 20px !important;
}
.beit-category-widget :-moz-placeholder {
  color: rgba(148, 148, 148, 0.9);
  font-size: 20px !important;
}
.beit-category-widget ::-webkit-input-placeholder {
  color: rgba(148, 148, 148, 0.9);
  font-size: 20px !important;
}
.beit-category-widget ::-moz-placeholder {
  color: rgba(148, 148, 148, 0.9);
  font-size: 20px !important;
}
.beit-category-widget ::-ms-placeholder {
  color: rgba(148, 148, 148, 0.9);
  font-size: 20px !important;
}
.beit-category-widget ::placeholder {
  color: rgba(148, 148, 148, 0.9);
  font-size: 20px !important;
}
.article-header input[type="checkbox"] + label {
  text-indent: -9999px;
  display: block;
}
.article-header .checkbox img {
  margin-bottom: 10px;
}
.sdarot-content .article-header h2 {
  color: var(--mc);
  font-size: 22px;
  line-height: 120%;
}
.sdarot-content .beit-search h2 {
  line-height: 40px !important;
}
.sdarot-content h3 {
  color: var(--mc);
  font-size: 20px;
  margin-bottom: 0;
  line-height: 120%;
}
.sdarot-content h4 {
  color: var(--mc);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 120%;
}
.sdarot-content h5 {
  color: #ff0000;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 120%;
}
.logo-slider .slick-track {
  display: flex;
}
.logo-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.banner {
  position: relative;
}
.banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  text-indent: -9999px;
}
.main-lesson-content {}
p.custom-title {
  font-size: 25px;
  margin-bottom: 0px;
  margin-top: 22px;
}
#receipt-expand, #card-expand, #shipping-expand {
  display: none;
}
.beit-content.sdarot-content {
  padding-top: 0;
}
.slick-track {
  overflow: hidden !important
}
body.fancybox-active::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body.fancybox-active {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.btn_group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.btn_group a {
  margin: 10px 1%;
  font-size: 27px;
  height: 150px;
  line-height: normal;
  padding: 30px 5px;
  /* flex: 0 0 23%; */
  width: 150px;
  border-radius: 100%;
/*  line-height: 100px !important;*/
  position: relative;
  border: 2px solid #3CA4FF;
}
.btn_group a span.price{position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    text-align: center;
font-size:18px;}
.btn_group a:first-of-type {
  margin-right: 0;
}
.form-group textarea::-webkit-input-placeholder {
  color: var(--mc);
  font-size: 24px;
  font-weight: 400;
}
#donation_popup .modal-content {
  background-color: var(--mcl) !important
}
#donation_popup .modal-content textarea {
  moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
}
#donation_popup .modal-content .modal-header {
  background: none;
}
#donation_popup .modal-content .modal-header .close {
  color: var(--mc);
  font-size: 40px;
  top: 5px;
}
.pdf-w {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/pdf-w.png);
	height:25px; width:25px; text-indent: -9999px
}
.doc-w {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/doc-w.png);
	height:25px; width:25px; text-indent: -9999px
}
.pen-w {
  background: url(/National_Library/oe_/https://www.yavinoam.org/designFiles/icons/pen-w.png);
	height:25px; width:25px; text-indent: -9999px
}
.article-slider .post-text{
	position:relative;
}
.article-slider .post-text div.ico_group{position:absolute; left:0; bottom:5px;}
.article-slider .slick-track, .article-slider .slick-list, .article-slider, .article-slider .slick-track {overflow-x: visible !important}
/*--scroll-search--*/
.scroll_search{display:none;  position: absolute;
	left: 0;}
.scroll_search.on{display:block;  
	padding-left: 15px;
   }
span#search_icon {
    background: var(--mc);
    color: #fff;
    height: 35px;
    width: 35px;
    display: inline-flex;
    border-radius: 100px;
    align-items: center;
    line-height: 35px;
    justify-content: center;
	cursor: pointer;
}
header span#search_icon {
  display: none;
}
.search_btn.on_tog .fa-search{display:none;}
.search_btn.on_tog .d-none{display:block !important}
.scroll_search form {position: relative;background: #fff;border: 1px solid #ddd;padding: 10px;}

.scroll_search button {
    background: none;
    border: 0;
    color: var(--mc);
    position: absolute;
    width: auto;
    left: 17px;
    font-size: 24px;
    top: 57%;
    height: auto !important;
    transform: translateY(-50%);
    line-height: normal !important;
}
.scroll_search button:hover{color:var(--mc)}
.gallery-vertical-slider.slick-slider .slick-track{
  transform: none !important;
}
.slider .slider-item.slick-slide {
  object-fit: cover;
}
/*--lesson-layout-end--*/
@media(max-width:767px) {
	.resetForm{
		top:42px !important;
	}
	.toggle-mobile a i:before{
		    top: -10px !important;
			
	}
	.resetForm a{
	padding-left: 22px;
}
.beit-sidebar .toggle-mobile a{
	font-size: 18px;
}
  .btn_group a {
    flex: 0 0 48%
  }
  .book-store .title {
    margin-right: 0px !important;
  }
  section.book-content .box.bg-blue-light {
    position: relative;
  }
  section.book-content .box.bg-blue.submit-half, section.book-content .box.bg-blue, section.book-content .sidebar-widget.bg-yellow, .sidebar-widget.bg-deep-blue {
    position: relative;
  }
  section.book-content .box.bg-blue-light:after, section.book-content .box.bg-blue.submit-half:after, section.book-content .box.bg-blue:after, section.book-content .sidebar-widget.bg-yellow:after, .sidebar-widget.bg-deep-blue:after {
    content: '';
    background: var(--mcl);
    height: 100%;
    width: 111%;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
  }
  section.book-content .box.bg-blue.submit-half:after {
    background: #dff0fd
  }
  section.book-content .box.bg-blue:after {
    background: #dff0fd
  }
  section.book-content .sidebar-widget.bg-yellow:after {
    background: var(--mcy)
  }
  .sidebar-widget.bg-deep-blue:after {
    background: var(--mcl)
  }
  /*<strong></strong>.box-content.book-box:after {
    background: var(--mcl);
    content: '';
    height: 77.5%;
    width: 100%;
    position: absolute;
    top: 86px;
    z-index: -1;
    left: 0;
}
	section.book-content > .container > .row > .col-lg-9.col-md-8, section.book-content > .container > .row >  .col-lg-3.col-md-4{padding:0;}*/
  section.book-content {
    margin: 0;
    width: 100%;
  }
}
form#paymentForm input::-webkit-outer-spin-button,
form#paymentForm input::-webkit-inner-spin-button 
{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
form#paymentForm input[type=number] 
{
  -moz-appearance: textfield;
}

form#paymentForm ul li .nice-select
{
	height: 55px !important;
	line-height: 47px !important;
}
