.default-logo {
  width: 73px;
}

.logo {
  vertical-align: inherit;
}

.header-white .default-logo {
  vertical-align: top;
}
header .menu li {
  display: inline-block;
  padding: 5px 10px;
  list-style: none;
  font: 12px/20px 'montserratregular', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  transition: opacity 0.2s linear, color 0.2s linear;
}
header .menu .menu-hebrew > a {
  font-size: 14px;
}
header .menu-black li a{
  color: #000 !important;
}
header .menu li a {
  color: #fff;
  opacity: 0.75;
  text-transform: uppercase;
  transition: opacity 0.2s linear, color 0.2s linear;
}
.default-logo.black {
  display: none;
}
.top .default-logo.white {
  display: none;
}
.scrolling .sub-logo {
  color: #221e22;
  vertical-align: middle;
}
.scrolling .default-logo {
  display: none;
}
.scrolling .default-logo.black {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-a {
  color: #888;
}
.fixed-logo {
  width: 58px;
}
header .menu li:last-child {
  border: 2px solid #fff;
  padding: 5px 13px 6px;
}
header .menu li:last-child:hover {
  border: 2px solid #388e3c !important;
}
header .menu li a:hover {
  opacity: 1;
  text-decoration: none;
}
.top {
  box-sizing: border-box;
  z-index: 100;
  padding: 28px 5% 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: background .4s ease, padding .25s ease-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-fixed {
  background: #fff;
  padding: 16px 5% 0 !important;
  z-index: 100;
  padding: 28px 5% 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: background .4s ease, padding .25s ease-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.menu-box ul {
  margin: 0;
}
.header-white {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    background: #fff;
    padding-bottom: 20px;
}
.header-white .default-logo.white {
  display: none;
}
.header-white .menu-head li a{
    color: #000;
}
.header-white .menu-head li a:hover{
    color: #388e3c !important;
}
.header-white .menu-head li a.active{
    color: #388e3c !important;
}
.header .menu .menu-head li a:hover{
    color: #388e3c !important;
}
header .menu-black li a:hover {
    color: #388e3c !important;
}
header .menu-black li a.active {
    color: #388e3c !important;
}
header .menu li a.active{
    color: #f8a132!important;
}
.header .menu .menu-black .menu-head li a.active{
    color: #f8a132 !important;
}
.header-white .menu-head.open-mobile-menu li a{
    color: #fff !important;
}

.header-white .menu li:last-child,
.top-fixed .menu li:last-child {
    border: 2px solid #888 !important;

}
header.top-fixed {
  background: #fff;
  padding: 8px 5% !important;
  color: #888;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);

}
/*sandwich*/
.toggle_mnu {
  width: 22px;
  top: 11px;
  position: absolute;
  z-index: 100;
  border: none;
  outline: none;
  display: none;
  background: transparent;
  float: right;
}
.black-header {
  background: rgba(35, 30, 34, .5);
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.black-header.insuran {
  background: transparent;
}
.black-header .toggle_mnu {
  top: 26px;
}
.toggle_mnu-en {
  right: 4%;
}
.black-header .toggle_mnu-en {
  right: 28px;
}
.top-fixed.black-header {
  background-color: #231e22 !important;
}
.toggle_mnu-hebrew {
  left: 4%;
}
.toggle_mnu span {
  display: block;
}
.black-header .logo {
  vertical-align: text-bottom;
}
.black-header .sw-topper {
  background: #fff;
}
.black-header .sw-bottom {
  background: #fff;
}
.black-header .sw-footer {
  background: #fff;
}
.sandwich {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
}
.sw-topper {
  position: relative;
  top: 2px;
  height: 3px;
  background: #a9a9a9;
  border: none;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s;
    display: block;
}
.sw-bottom {
  position: relative;
  height: 3px;
  top: 5px;
  background: #a9a9a9;
  border: none;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
      transition: transform 0.5s, top 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  height: 3px;
  top: 8px;
  background: #a9a9a9;
  border: none;
  -webkit-transition: all 0.5s;
      transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
}

.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
      transform: rotate(180deg); }


.top_mnu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1F1F1F;
  z-index: 50;
  right: 0;
  top: 52px;
  display: block;
}
.top_mnu ul,
.top_mnu li {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 3%;
  text-align: center;
}
.top_mnu li:first-child {
  margin-top: 2%;
}
.top_mnu ul {
  text-align: center;
  -webkit-animation-duration: 0.01s;
  animation-duration: 0.01s;
  position: absolute;
    top: 35%;
    width: 100%;
}
header .top_mnu li {
  display: block;
  width: 70%;
    text-align: left;
}
.top_mnu ul li:nth-child(1) a {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.top_mnu ul li:nth-child(2) a {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.top_mnu ul li:nth-child(3) a {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.top_mnu ul li:nth-child(4) a {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }






/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .header-white .default-logo {
    vertical-align: middle;
  }
  .logo {
     margin: 0;
     display: inline-block;
  }
  .logo-hebrew {
    margin: 0;
  }
  header.top-fixed {
    background: #231e22;
  }
  .top-fixed .fixed-logo {
    display: none;
  }
  header .menu-black li a{
    color: #fff !important;
    line-height: 2.67;
    letter-spacing: 0.1px;
  }
  header .menu li {
    padding: 0;
  }
  header .menu li:last-child:hover {
    border: none!important;
  }

  .top {
    background: #231e22;
    padding: 0;
    position: relative;
    display: block;

  }
  .logo-box {
    padding: 17px 0 24px 29px;
  }
  header.top-fixed {
    padding: 0 !important;
  }

  header .menu li a {
      color: rgba(255, 255, 255, 0.6) !important;
      font-size: 18px;
      display: block;
      position: relative;
    text-transform: uppercase;
    text-align: center;
      padding: 0 !important;
    color: #fff !important;
    line-height: 2.67;
    letter-spacing: 0.1px;
  }
  header .menu li:last-child {
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
  header .menu li:last-child a {
    border: none;
  }
  .top-fixed {
      padding: 16px 15% 0 !important;
  }

  .header-white .menu li:last-child,
  .top-fixed .menu li:last-child {
      border: none !important;
      padding: 5px 10px 5px 0;
      margin-bottom: 0;
  }

  .toggle_mnu {
    display: block;
    top: 26px;
  }
  .toggle_mnu-en {
    right: 28px;
  }
  .sw-topper, .sw-bottom, .sw-footer {
    background: #fff;
  }
  .top .default-logo {
    display: none;
  }
  .black-header.top .default-logo {
    display: inline-block;
  }
  .black-header.top .default-logo.black {
    display: none;
  }
  .top .default-logo.white {
    display: inline-block;
  }
  .menu-head {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    z-index: -50;
    right: 0;
    left: 0;
    top: 0;
    transition: 1s;
    opacity:0;
    overflow: hidden;
  }
  .menu-head li {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .menu-head li:last-child {
    margin-top: 0;
    border: none;
  }
  header .menu-head li {
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    opacity: 1;
  }
  .menu-head ul li:nth-child(1) a {
      -webkit-animation-delay: 0;
      animation-delay: 0;
  }
  .menu-head ul li:nth-child(2) a {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
  .menu-head ul li:nth-child(3) a {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
  .menu-head ul li:nth-child(4) a {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .top .default-logo {
    width: 88px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
