
/* ============= header ============= */


/*nav.fourth .nav {
    position: relative;
        overflow: visible
}*/

.header_menu {
    width: 98%;
    height: 50px;
    position: fixed;
}


.header_menu ul.warp {
    /*margin-right: 25px;*/
    padding: 0;
}

.header_menu li {
    display: inline-block;
    height: 50px;
    margin: 0;
    font: bold 14px "Open Sans Hebrew";
    line-height: 50px;
    position: relative;
    line-height: 0;
    padding: 0 24px;
}

.header_menu li.afti {
    /* float: left; */
    top: -16px;
    display: inline-block;
    position: relative;
    width: 2px;
    height: 16px;
    background-color: #ffffff;
    padding: 0;
    /* margin-top: 18px; */
    /* float: left; */
}

.header_menu li a {
    color: #ffffff;
    float: right;
    margin-top: 26px;
}

.sub_menu {
    display: none; 
    position: absolute;
    z-index: 999999999;
    padding: 25px;
    margin: 0;
    /*background: #ffe9a6;
    border: 3px solid #ffd894;*/
    top: 50px;
    width: 770px;
    background: #fff;
}


.sub_menu ul.mote {
    float: right;
    width: 50%;
}

.sub_menu .imgdiv {
    float: left;
    width: 50%;
}

.sub_menu li {
    list-style-type: none;
    height: 0;
    line-height: 0;
    position: relative;
    top: 0;
    float: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
    width: 49%;
    float: right;
}

.sub_menu li a {
    color: #000;
    height: 0;
    line-height: normal;
    float: none;
}

.sub_menu li.herb a {
    font-weight: normal;
    margin-right: 10px;
}

ul.und_sub {
    padding: 0;
    margin: 0;
    
}

ul.und_sub li {
    margin-right: 15px;
    padding: 0;
    padding-bottom: 10px;
}


/* Custom */
.bottom_text {
    display: none!important;
}

.tgl {
    display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
}
.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    box-sizing: initial;
}
.tgl + .tgl-btn:after {
    left: 0;
}
.tgl + .tgl-btn:before {
    display: none;
}
.tgl:checked + .tgl-btn:after {
    left: 50%;
}

.tgl-ios + .tgl-btn {
    background: #fbfbfb;
    border-radius: 2em !important;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #e8eae9;
    direction: ltr;
}
.tgl-ios + .tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
    will-change: padding;
}
.tgl-ios + .tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
    padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
    background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
    box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
    margin-left: -0.8em;
}

#google_translate_element span {
    pointer-events: none;
}
body > .skiptranslate {
    display: none !important;
}
html[class*=translated] body {
    top: 0 !important;
}