.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../../images/bg-body.jpg") no-repeat;
  background-size: 100% 100% !important;
  opacity: 1;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  text-align: center;
}

.loader img {
  padding: 10px;
  margin: 0 auto;
}

@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/OpenSansHebrewRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/OpenSansHebrew-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  direction: rtl;
  unicode-bidi: embed;
  font-family: 'OpenSansHebrew';
  font-weight: normal;
  font-size: 48px;
  color: #0a456b;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
}

h1 {
  font-size: 90px;
}

h2 {
  font-size: 80px;
}

h3 {
  font-size: 70px;
}

h4 {
  font-size: 60px;
}

h5 {
  font-size: 50px;
}

h6 {
  font-size: 48px;
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 24px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}

.site-header .container {
  padding-bottom: 0;
}

.site-header {
  border-bottom: 8px solid #fff;
  position: relative;
  z-index: 9;
}

.opentext {
  margin-bottom: 20px;
}

.opentext h3 {
  cursor: pointer;
}

.opentext .open-content {
  display: none;
}

.header-button-anova {
  display: inline-block;
  float: right;
  position: relative;
  padding: 50px 0;
}

.header-button-anova>a {
  display: inline-block;
  float: left;
  margin-right: 24px;
}

.header-button-anova .menu-button {
  cursor: pointer;
  margin-left: 10px;
  width: 94px;
  height: 94px;
  display: inline-block;
  background: url(../../images/menu.png) no-repeat center;
  background-size: contain;
}

.header-button-anova .menu-button.actived {
  background: url(../../images/close-menu.png) no-repeat center;
  background-size: contain;
}

.header-button-anova .site-navigation-anova {
  position: absolute;
  top: calc(100% - 40px);
  z-index: 9;
  border-radius: 5px;
  display: none;
  padding-top: 30px;
}

.header-button-anova .site-navigation-anova .site-navigation {
  padding: 20px;
  background: #fff;
  position: relative;
}

.header-button-anova .site-navigation-anova .site-navigation:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: -17px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .header-button-anova .site-navigation-anova .site-navigation:before {
    width: 30px;
    height: 30px;
    right: 7px;
    top: -12px;
  }
}

#main-menu {
  padding: 0;
  min-width: 300px;
}

#main-menu li a {
  color: #0a456b;
  display: block;
  margin-right: 0;
}

#main-menu li a:hover,
#main-menu li a:focus {
  background: transparent;
}

@media only screen and (max-width: 991px) {
  #main-menu {
    min-width: 200px;
  }
}

.icon-pen,
.icon-mail,
.icon-card {
  display: inline-block;
  float: right;
  width: 40px;
  height: 52px;
  background: url(../../images/pen.png) no-repeat;
  background-position: center bottom !important;
  background-size: 100% auto !important;
  margin-left: 30px;
}

@media only screen and (max-width: 1200px) {

  .icon-pen,
  .icon-mail,
  .icon-card {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 991px) {

  .icon-pen,
  .icon-mail,
  .icon-card {
    width: 24px;
    height: 24px;
    margin-left: 20px;
  }
}

.icon-mail {
  background: url(../../images/email.png) no-repeat;
}

.icon-card {
  background: url(../../images/card.png) no-repeat;
}

.site-branding {
  display: inline-block;
  float: left;
  max-width: 45%;
}

.site-branding h1 {
  display: inline-block;
  float: left;
  margin: 10px 0;
}

.site-branding h1 a {
  display: inline-block;
  float: left;
  height: auto;
}

.item-cat h2 {
  font-size: 54px;
  color: #fff;
  margin: 0;
  background: #09456c8a;
  background: rgba(9, 69, 108, 0.54);
  padding: 20px 20px;
  cursor: pointer;
  border-bottom: 8px solid #fff;
}

@media only screen and (max-width: 991px) {
  .item-cat h2 {
    border-bottom: 3px solid #fff;
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .item-cat h2 {
    font-size: 28px;
  }
}

.item-cat .item-cat-box {
  display: none;
}

.item-cat .cat-post {
  list-style: none;
  margin-bottom: 0;
}

.item-cat .cat-post li {
  border-bottom: 2px solid #e0e8ec;
  padding: 10px;
}

.item-cat .cat-post li a {
  color: #0a456b !important;
  display: block;
}

.item-cat .item-cat-sub .cat-post {
  display: none;
  padding-right: 80px;
}

@media only screen and (max-width: 991px) {
  .item-cat .item-cat-sub .cat-post {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .item-cat .item-cat-sub .cat-post {
    padding-right: 40px;
  }
}

.item-cat .item-cat-sub h3 {
  font-size: 50px;
  color: #fff;
  margin: 0;
  background: #09456c8a;
  padding: 20px 20px 20px 20px;
  padding-right: 80px;
  cursor: pointer;
  border-bottom: 8px solid #fff;
}

@media only screen and (max-width: 991px) {
  .item-cat .item-cat-sub h3 {
    border-bottom: 3px solid #fff;
    font-size: 30px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .item-cat .item-cat-sub h3 {
    font-size: 24px;
    padding-right: 40px;
  }
}

.seach-wapper-result.r-loading {
  background: url(../../images/loading.gif) no-repeat center;
  height: 100px;
  background-size: auto 90%;
}

.seach-wapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}

.seach-wapper .seach-wapper-form {
  background: #9f1f63;
}

.seach-wapper .search-form {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 15px 0 15px 120px;
}

@media only screen and (max-width: 991px) {
  .seach-wapper .search-form {
    padding: 7px 0 7px 65px;
  }
}

.seach-wapper .search-form label {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
}

.seach-wapper .search-form label .close-search {
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  height: 100%;
  font-size: 100px;
  vertical-align: middle;
  color: red;
  width: 80px;
  cursor: pointer;
  background: url(../../images/menu-white.png) no-repeat center;
  background-size: contain;
  left: 20px;
  font-size: 0;
}

@media only screen and (max-width: 991px) {
  .seach-wapper .search-form label .close-search {
    line-height: 44px;
    vertical-align: middle;
    color: red;
    width: 46px;
    left: 10px;
  }
}

.seach-wapper .search-form input[type="submit"] {
  background: url(../../images/search.blue.png) no-repeat center;
  background-size: 100% !important;
  border: none !important;
  outline: none !important;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 0;
}

@media only screen and (max-width: 991px) {
  .seach-wapper .search-form input[type="submit"] {
    width: 54px;
    height: 54px;
  }
}

.seach-wapper .search-form input[type="search"] {
  display: block;
  height: 100px;
  font-size: 100%;
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 0;
}

@media only screen and (max-width: 991px) {
  .seach-wapper .search-form input[type="search"] {
    height: 54px;
    border: 2px solid #fff;
  }
}

.seach-wapper .container {
  background: #fff;
  width: 100%;
  max-width: none;
  text-align: center;
  padding: 0;
}

.seach-wapper .seach-wapper-result ul {
  list-style: none;
  padding: 0;
}

.seach-wapper .seach-wapper-result ul li {
  border: 3px solid #7596ac;
}

@media only screen and (max-width: 991px) {
  .seach-wapper .seach-wapper-result ul li {
    border: 1px solid #7596ac;
  }
}

.seach-wapper .seach-wapper-result ul li a {
  display: inline-block;
  width: 85%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: right;
}

.seach-wapper .seach-wapper-result ul li h3,
.seach-wapper .seach-wapper-result ul li p {
  font-size: 100%;
  font-weight: normal;
  color: #000000;
}

.seach-wapper .seach-wapper-result ul li p {
  color: #7596ac;
}

.entry-content table tr td:nth-child(2n+1) {
  background: #7596ac;
  color: #fff;
}

.entry-content table tr td {
  padding: 5px 10px;
  background: #fff;
}

table {
  border-collapse: collapse;
}

table,
th,
td {
  border: 3px solid #203644;
}

@media only screen and (max-width: 991px) {

  table,
  th,
  td {
    border: 1px solid #203644;
  }

  .header-button-anova a {
    margin-right: 10px;
  }

  .header-button-anova a img,
  .header-button-anova .menu-button {
    width: 60px;
    height: 60px;
  }

  .site-header {
    border-bottom: 3px solid #fff;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    padding: 0;
  }

  .header-button-anova a {
    margin-right: 3px;
  }

  .header-button-anova a img,
  .header-button-anova .menu-button {
    width: 40px;
    height: 40px;
  }

  .header-button-anova {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 479px) {
  .header-button-anova a {
    margin-right: 2px;
  }

  .header-button-anova a img,
  .header-button-anova .menu-button {
    width: 32px;
    height: 32px;
  }

  .header-button-anova {
    padding: 20px 0;
  }

  .item-cat h2 {
    font-size: 24px;
  }
}

/*  ------------------------------------------------------------------------------------------   */
body {
  word-wrap: break-word;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.gallery dd {
  margin: 0;
}

.gallery-caption {
  display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Content */
.main-content-inner {
  padding-bottom: 1.5em;
}

.hentry {
  margin: 0 0 1.5em;
}

.sticky {
  display: block;
}

.bypostauthor {
  display: block;
}

/* Clearing */
.clear {
  clear: both;
}

/* Navigation */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:active>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
  padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em;
}

/**
* Some WP Theme Repository requirements
*/
.entry-meta {
  clear: both;
}

.navbar-nav li.menu-item-has-children:hover>ul.dropdown-menu {
  display: block;
}

.navbar-nav li.menu-item-has-children ul.dropdown-menu ul.dropdown-menu {
  left: 100%;
  top: 0;
}

.container {
  max-width: 1242px;
  width: 100%;
}

body {
  background: url(../../images/bg-body.jpg) no-repeat;
  background-size: cover;
}

.item-cat .en .cat-post li {
  text-align: left;
}

.item-cat .he .cat-post li {
  text-align: right;
}

/*# sourceMappingURL=custom.css.map */