﻿#INDmenu-btn svg {
    height: 45px !important;
    width: 100px !important;
}


*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.exo-menu *:not(.exo-menu i) {
    font-family: open_sans_hebrewregular;
}
.exo-menu > li > a, .exo-menu > li > a:hover, .exo-menu > li > a.active, .exo-menu > li > a:active, .exo-menu > li > a:visited, .exo-menu > li > a:focus {
    color: #fefefe;
    text-decoration: none;
}

.content {
    margin: 50px 100px 0px 100px;
    margin: auto;
    direction: rtl;
    position: fixed;
    width: 100%;
    top: 42px;
    z-index: 600000;
    background-color: #008ff5;
}

.exo-menu {
    width: 100%;
    max-width: 1170px;
    /*float: right;*/
    list-style: none;
    position: relative;
    /*background: #23364B;*/
    direction: rtl;
    margin: 0 auto;
    height: 84px;
}

    .exo-menu > li {
        display: inline-block;
        float: right;
    }
        /*.exo-menu > li > .logoImg {
            display: inline-block;
        }*/
        .exo-menu > li:first-of-type {
            float: left;
        }

        .exo-menu > li > a {
            /*color: #ccc;*/
            text-decoration: none;
            /*text-transform: uppercase;*/
            /*border-right: 1px #365670 dotted;*/
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear;
            transition: color 0.2s linear, background 0.2s linear;
            height: 84px;
            font-size: 16px;
            font-weight: normal;
        }

            .exo-menu > li > a.emphasized {
                /*background-color: #5EBEEA;*/
                background-color: #48B0F5;
            }
            .exo-menu > li > a.active,
            .exo-menu > li > a:hover,
            li.drop-down ul > li > a:hover {
                /*background: #009FE1;*/
                background: #48B0F5;
                color: #fff;
            }

    .exo-menu i {
        float: left;
        font-size: 18px;
        margin-left: 6px;
        line-height: 20px !important;
    }
    .exo-menu .text-center > i {
        float: none;
        font-size: 18px;
        margin-left: unset;
        margin-bottom: 5px;
        color: #008ff5;
    }
   
li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

    li.drop-down:after {
        content: "\f103";
        color: #fff;
        font-family: FontAwesome;
        font-style: normal;
        display: inline;
        position: absolute;
        right: 6px;
        top: 20px;
        font-size: 14px;
    }

    li.drop-down > ul {
        left: 0px;
        min-width: 230px;
    }

.drop-down-ul {
    display: none;
}

.flyout-right > ul,
.flyout-left > ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul > li > a,
.flyout-left ul > li > a {
    border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-right: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul > li > a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

    .flyout-mega ul > li > a:hover,
    .flyout-mega ul > li > a:active,
    .flyout-mega ul > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
        color: #ccc !important
    }
/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    min-height: 100%;
}
    .mega-menu .row > div {
        float: right;
    }

    h4.row.mega-title {
        color: #eee;
        margin-top: 0px;
        font-size: 14px;
        padding-right: 15px;
        padding-bottom: 13px;
        text-transform: uppercase;
        border-bottom: 1px solid #547787;
        padding-top: 15px;
        background-color: #365670
    }

.mega-menu ul li a {
    line-height: 15px;
    /*font-size: 90%;*/
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #6A7483;
    /*margin-right: 30px;*/
    /*direction: rtl;*/
}
.mega-menu .text-center.categoryIcon {
    text-align: right;
}

ul.icon-des li {
    text-align: right;
}
ul.icon-des li.mHead {
    font-family: open_sans_hebrewbold;
    font-size: 16px;
    margin-right: 0;
    color: #008ff5;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

    ul.description li span {
        color: #ccc;
        font-size: 85%;
    }

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

    a.view-more:hover {
        color: #fff;
        background: #0DADEF;
    }

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 7px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
}

    ul.icon-des li div {
        margin-right: 25px;
    }
ul.icon-des li img {
    width: 25px;
}
ul.icon-des li a:hover {
    color: #008ff5;
}

ul.icon-des.descText.didYouKnow li:not(.mHead) i {
    color: #008ff5;
    float: right;
}
ul.icon-des.descText.didYouKnow li:not(.mHead) {
    border-bottom: none;
}

.fa-list:before {
    content: none;
}
/*Images*/
.Images {
    left: 0;
    width: 100%;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}

    .Images h4 {
        font-size: 15px;
        margin-top: 0px;
        text-transform: uppercase;
    }
/*common*/
.flyout-right ul > li > a,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #547787;
    background-color: #ffffff;
}

    /*hover*/
    .Blog:hover,
    .Images:hover,
    .mega-menu:hover,
    .drop-down-ul:hover,
    li.flyout-left > ul:hover,
    li.flyout-right > ul:hover,
    .flyout-mega-wrap:hover,
    li.flyout-left a:hover + ul,
    li.flyout-right a:hover + ul,
    .blog-drop-down > a:hover + .Blog,
    li.drop-down > a:hover + .drop-down-ul,
    .images-drop-down > a:hover + .Images,
    .mega-drop-down a:hover + .mega-menu,
    li.flyout-mega > a:hover + .flyout-mega-wrap {
        display: block;
    }
/*responsive*/
@media (min-width:767px) {
    .exo-menu > li > a {
        display: block;
        padding: 20px 12px;
        line-height: 44px;
    }

    .mega-menu {
        -webkit-box-shadow: 0px 15px 5px 5px rgba(15,15,15,0.1);
        -moz-box-shadow: 0px 15px 5px 5px rgba(15,15,15,0.1);
        box-shadow: 0px 15px 5px 5px rgba(15,15,15,0.1);
    }
    .mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: absolute;
    }

    .flyout-right > ul {
        left: 100%;
    }

    .flyout-left > ul {
        right: 100%;
    }

    ul.icon-des li:last-of-type {
        border-bottom: none;
    }
    /*.exo-menu > a > img {
        display: none;
    }*/
}

@media (max-width:767px) {
    
    .exo-menu {
        min-height: 58px;
        background-color: #008ff5;
        width: 100%;
    }
        .exo-menu > a > img {
            float: left;
            padding: 10px 20px;
        }
        .exo-menu > li > a {
            width: 100%;
            display: none;
        }

        .exo-menu > li {
            width: 100%;
        }
                
        .display.exo-menu > li {
            border-bottom: 1px solid #009FE1;
            text-align: right;
        }
            .display.exo-menu > li:first-of-type, .exo-menu > li:last-of-type {
                border-bottom: none;
            }
        .exo-menu > li:first-of-type > a {
            float: left;
        }

    .display.exo-menu {
        height: 100vh;
        overflow: scroll;
    }

    .display.exo-menu > li > a {
        display: block;
        padding: 10px 20px;
        height: initial;
    }
    
    .display.exo-menu > li > a > img {
        float:left;
    }
    .display.exo-menu > a > img {
        display: none;
    }

    .mega-menu, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: relative;
    }
}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 15px;
    font-size: 20px;
    background-color: #008ff5;
    color: #ffffff;
    top: 0px;
    transform: rotate(90deg);
    text-decoration: none;
}